0byt3m1n1
Path:
/
data
/
19
/
3
/
93
/
86
/
3093738
/
meta
/
3447532
/
mysql.backup
/
[
Home
]
File: cartelforums.mysqlv101.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv101 Database: cartelforums -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `access` -- DROP TABLE IF EXISTS `access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `access` -- LOCK TABLES `access` WRITE; /*!40000 ALTER TABLE `access` DISABLE KEYS */; /*!40000 ALTER TABLE `access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminhelp` -- DROP TABLE IF EXISTS `adminhelp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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(25) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '1', `volatile` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`adminhelpid`), UNIQUE KEY `phraseunique` (`script`,`action`,`optionname`) ) ENGINE=MyISAM AUTO_INCREMENT=1164 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminhelp` -- LOCK TABLES `adminhelp` WRITE; /*!40000 ALTER TABLE `adminhelp` DISABLE KEYS */; INSERT INTO `adminhelp` VALUES (1,'accessmask','','',1,1),(2,'accessmask','edit','',1,1),(3,'accessmask','modify','',1,1),(4,'accessmask','quickedit','',1,1),(5,'accessmask','resetall','',1,1),(6,'admincalendar','','',1,1),(7,'admincalendar','add','',1,1),(8,'admincalendar','add,edit','title',20,1),(9,'admincalendar','add,edit','displayorder',40,1),(10,'admincalendar','add,edit','customfields',50,1),(11,'admincalendar','add,edit','neweventemail',60,1),(12,'admincalendar','add,edit','moderatenew',70,1),(13,'admincalendar','add,edit','daterange',75,1),(14,'admincalendar','add,edit','default',76,1),(15,'admincalendar','add,edit','startofweek',80,1),(16,'admincalendar','add,edit','cutoff',90,1),(17,'admincalendar','add,edit','eventcount',100,1),(18,'admincalendar','add,edit','birthdaycount',110,1),(19,'admincalendar','add,edit','showbirthdays',120,1),(20,'admincalendar','add,edit','showholidays',130,1),(21,'admincalendar','add,edit','holidays',135,1),(22,'admincalendar','add,edit','showweekends',140,1),(23,'admincalendar','add,edit','allowhtml',150,1),(24,'admincalendar','add,edit','allowbbcode',160,1),(25,'admincalendar','add,edit','allowimgcode',170,1),(26,'admincalendar','add,edit','allowsmilies',180,1),(27,'admincalendar','addcustom','',1,1),(28,'admincalendar','addcustom','title',20,1),(29,'admincalendar','addcustom','description',25,1),(30,'admincalendar','addcustom','options',30,1),(31,'admincalendar','addcustom','allowentry',40,1),(32,'admincalendar','addcustom','length',50,1),(33,'admincalendar','addcustom','required',60,1),(34,'admincalendar','addmod','',1,1),(35,'admincalendar','addmod','modusername',30,1),(36,'admincalendar','addmod,editmod','calendarid',20,1),(37,'admincalendar','addmod,editmod','caneditevents',40,1),(38,'admincalendar','addmod,editmod','candeleteevents',50,1),(39,'admincalendar','addmod,editmod','canmoveevents',55,1),(40,'admincalendar','addmod,editmod','canmoderateevents',60,1),(41,'admincalendar','addmod,editmod','canviewips',70,1),(42,'admincalendar','deletecustom','',1,1),(43,'admincalendar','edit','',1,1),(44,'admincalendar','editmod','',1,1),(45,'admincalendar','modify','',1,1),(46,'admincalendar','modifyholiday','',1,1),(47,'admincalendar','remove','',1,1),(48,'admincalendar','removeholiday','',1,1),(49,'admincalendar','removemod','',1,1),(50,'admincalendar','updateholiday','',1,1),(51,'admincalendar','updateholiday','varname',10,1),(52,'admincalendar','updateholiday','title',20,1),(53,'admincalendar','updateholiday','event',30,1),(54,'admincalendar','updateholiday','recurring',40,1),(55,'admincalendar','updateholiday','allowsmilies',50,1),(56,'adminlog','','',1,1),(57,'adminlog','choose','',1,1),(58,'adminlog','choose','perpage',20,1),(59,'adminlog','choose','script',30,1),(60,'adminlog','choose','userid',40,1),(61,'adminlog','choose','orderby',50,1),(62,'adminlog','choose','pscript',60,1),(63,'adminlog','choose','puserid',70,1),(64,'adminlog','choose','daysprune',80,1),(65,'adminlog','prunelog','',1,1),(66,'adminlog','resolveip','',2,1),(67,'adminlog','restrict','',1,1),(68,'adminlog','view','',1,1),(69,'adminpermissions','','',1,1),(70,'adminpermissions','edit','',1,1),(71,'adminpermissions','edit','canadminsettings',20,1),(72,'adminpermissions','edit','canadminstyles',30,1),(73,'adminpermissions','edit','canadminlanguages',40,1),(74,'adminpermissions','edit','canadminforums',50,1),(75,'adminpermissions','edit','canadminthreads',60,1),(76,'adminpermissions','edit','canadmincalendars',70,1),(77,'adminpermissions','edit','canadminusers',80,1),(78,'adminpermissions','edit','canadminpermissions',90,1),(79,'adminpermissions','edit','canadminfaq',90,1),(80,'adminpermissions','edit','canadminimages',100,1),(81,'adminpermissions','edit','canadminbbcodes',110,1),(82,'adminpermissions','edit','canadmincron',120,1),(83,'adminpermissions','edit','canadminmaintain',130,1),(84,'adminpermissions','edit','cssprefs',140,1),(85,'adminpermissions','modify','',1,1),(86,'adminreputation','','',1,1),(87,'adminreputation','add','',1,1),(88,'adminreputation','add,edit','level',10,1),(89,'adminreputation','add,edit','minimumreputation',20,1),(90,'adminreputation','edit','',1,1),(91,'adminreputation','list,dolist','leftfor',10,1),(92,'adminreputation','list,dolist','leftby',20,1),(93,'adminreputation','list,dolist','start',30,1),(94,'adminreputation','list,dolist','end',40,1),(95,'adminreputation','modify','',1,1),(96,'adminreputation','remove','',1,1),(97,'announcement','','',1,1),(98,'announcement','add','',1,1),(99,'announcement','add,edit','forumid',20,1),(100,'announcement','add,edit','title',30,1),(101,'announcement','add,edit','start',40,1),(102,'announcement','add,edit','end',50,1),(103,'announcement','add,edit','pagetext',60,1),(104,'announcement','add,edit','allowbbcode',70,1),(105,'announcement','add,edit','allowsmilies',80,1),(106,'announcement','add,edit','allowhtml',90,1),(107,'announcement','edit','',1,1),(108,'announcement','modify','',1,1),(109,'announcement','remove','',1,1),(110,'attachment','','',1,1),(111,'attachment','delete','',1,1),(112,'attachment','edit','',1,1),(113,'attachment','edit','a_filename',20,1),(114,'attachment','edit','a_counter',30,1),(115,'attachment','edit','a_visible',40,1),(116,'attachment','edit','modifyattachment',50,1),(117,'attachment','intro','',1,1),(118,'attachment','intro','prunedate',10,1),(119,'attachment','intro','filename',15,1),(120,'attachment','intro','attachedby',20,1),(121,'attachment','intro','datelinebefore',30,1),(122,'attachment','intro','datelineafter',40,1),(123,'attachment','intro','downloadsmore',50,1),(124,'attachment','intro','downloadsless',60,1),(125,'attachment','intro','sizemore',70,1),(126,'attachment','intro','sizeless',80,1),(127,'attachment','intro','visible',90,1),(128,'attachment','intro','orderby',100,1),(129,'attachment','intro','results',110,1),(130,'attachment','massdelete','',1,1),(131,'attachment','removetype','',1,1),(132,'attachment','search','',1,1),(133,'attachment','stats','',1,1),(134,'attachment','storage,switchtype','',1,1),(135,'attachment','switchtype','attachpath',1,1),(136,'attachment','types','',1,1),(137,'attachment','updatetype','',1,1),(138,'attachment','updatetype','extension',10,1),(139,'attachment','updatetype','size',20,1),(140,'attachment','updatetype','height',30,1),(141,'attachment','updatetype','width',40,1),(142,'attachment','updatetype','mimetype',50,1),(143,'attachment','updatetype','enabled',60,1),(144,'attachment','updatetype','newwindow',70,1),(145,'avatar','','',1,1),(146,'avatar','storage,switchtype','',1,1),(147,'avatar','switchtype','avatarurl',1,1),(148,'avatar','switchtype','avatarpath',1,1),(149,'backup','','',1,1),(150,'backup','choose','',1,1),(151,'backup','choose','filename',10,1),(152,'backup','choose','table',20,1),(153,'backup','choose','separator',30,1),(154,'backup','choose','quotes',40,1),(155,'backup','choose','showhead',50,1),(156,'backup','mysqldump','',1,1),(157,'banning','','',1,1),(158,'banning','banuser','',1,1),(159,'banning','banuser','username',10,1),(160,'banning','banuser','usergroupid',20,1),(161,'banning','banuser','period',30,1),(162,'banning','modify','',1,1),(163,'bbcode','','',1,1),(164,'bbcode','add','',1,1),(165,'bbcode','add,edit','title',10,1),(166,'bbcode','add,edit','bbcodetag',20,1),(167,'bbcode','add,edit','bbcodereplacement',30,1),(168,'bbcode','add,edit','bbcodeexample',50,1),(169,'bbcode','add,edit','bbcodeexplanation',60,1),(170,'bbcode','add,edit','twoparams',70,1),(171,'bbcode','add,edit','buttonimage',80,1),(172,'bbcode','edit','',1,1),(173,'bbcode','modify','',1,1),(174,'bbcode','modify','text',20,1),(175,'bbcode','remove','',1,1),(176,'calendarpermission','','',1,1),(177,'calendarpermission','edit','',1,1),(178,'calendarpermission','edit','mode',20,1),(179,'calendarpermission','edit','canviewcalendar',30,1),(180,'calendarpermission','edit','canpostevent',40,1),(181,'calendarpermission','edit','caneditevent',50,1),(182,'calendarpermission','edit','candeleteevent',60,1),(183,'calendarpermission','edit','canviewothersevent',70,1),(184,'calendarpermission','modify','',1,1),(185,'cronadmin','','',1,1),(186,'cronadmin','add','',1,1),(187,'cronadmin','add,edit','title',10,1),(188,'cronadmin','add,edit','weekday',20,1),(189,'cronadmin','add,edit','day',30,1),(190,'cronadmin','add,edit','hour',40,1),(191,'cronadmin','add,edit','minute',50,1),(192,'cronadmin','add,edit','loglevel',60,1),(193,'cronadmin','add,edit','filename',70,1),(194,'cronadmin','edit','',1,1),(195,'cronadmin','modify','',1,1),(196,'cronadmin','remove','',1,1),(197,'cronlog','','',1,1),(198,'cronlog','choose','',1,1),(199,'cronlog','choose','perpage',20,1),(200,'cronlog','choose','cronid',30,1),(201,'cronlog','choose','orderby',40,1),(202,'cronlog','choose','daysprune',60,1),(203,'cronlog','prunelog','',1,1),(204,'cronlog','view','',1,1),(205,'css','','',1,1),(206,'css','doedit','',1,1),(207,'css','doedit','header',10,1),(208,'css','doedit','headinclude',20,1),(209,'css','doedit','footer',30,1),(210,'css','doedit','phpinclude_start',40,1),(211,'css','doedit','phpinclude_end',50,1),(212,'css','doedit','outertablewidth',60,1),(213,'css','doedit','spacersize',70,1),(214,'css','doedit','outerborderwidth',80,1),(215,'css','doedit','cellspacing',90,1),(216,'css','doedit','cellpadding',100,1),(217,'css','doedit','formspacer',110,1),(218,'css','doedit','formwidth',120,1),(219,'css','doedit','formwidth_usercp',130,1),(220,'css','doedit','messagewidth',140,1),(221,'css','doedit','messagewidth_usercp',150,1),(222,'css','doedit','codeblockwidth',160,1),(223,'css','doedit','titleimage',170,1),(224,'css','doedit','imgdir_button',180,1),(225,'css','doedit','imgdir_statusicon',190,1),(226,'css','doedit','imgdir_attach',200,1),(227,'css','doedit','imgdir_misc',210,1),(228,'css','doedit','imgdir_editor',220,1),(229,'css','doedit','imgdir_poll',230,1),(230,'css','doedit','imgdir_rating',240,1),(231,'css','doedit','imgdir_reputation',250,1),(232,'css','doedit','htmldoctype',250,1),(233,'diagnostic','','',1,1),(234,'diagnostic','domail','',1,1),(235,'diagnostic','dosysinfo','',1,1),(236,'diagnostic','doupload','',1,1),(237,'diagnostic','doversion','',1,1),(238,'diagnostic','list','',1,1),(239,'diagnostic','list','attachfile',20,1),(240,'diagnostic','list','emailaddress',20,1),(241,'diagnostic','list','type',20,1),(242,'email','','',1,1),(243,'email','genlist','',1,1),(244,'email','genlist','septext',20,1),(245,'email','genlist,start','username',70,1),(246,'email','genlist,start','usergroupid',90,1),(247,'email','genlist,start','membergroup',100,1),(248,'email','genlist,start','adminemail',105,1),(249,'email','genlist,start','email',110,1),(250,'email','genlist,start','parentemail',120,1),(251,'email','genlist,start','coppauser',130,1),(252,'email','genlist,start','homepage',140,1),(253,'email','genlist,start','icq',150,1),(254,'email','genlist,start','aim',160,1),(255,'email','genlist,start','yahoo',170,1),(256,'email','genlist,start','msn',175,1),(257,'email','genlist,start','signature',180,1),(258,'email','genlist,start','usertitle',190,1),(259,'email','genlist,start','joindateafter',200,1),(260,'email','genlist,start','joindatebefore',210,1),(261,'email','genlist,start','lastvisitafter',220,1),(262,'email','genlist,start','lastvisitbefore',230,1),(263,'email','genlist,start','lastpostafter',240,1),(264,'email','genlist,start','lastpostbefore',250,1),(265,'email','genlist,start','birthdayafter',260,1),(266,'email','genlist,start','birthdaybefore',270,1),(267,'email','genlist,start','postslower',280,1),(268,'email','genlist,start','postsupper',290,1),(269,'email','genlist,start','reputationlower',300,1),(270,'email','genlist,start','reputationupper',310,1),(271,'email','genlist,start','ipaddress',320,1),(272,'email','start','',1,1),(273,'email','start','test',20,1),(274,'email','start','perpage',30,1),(275,'email','start','from',40,1),(276,'email','start','subject',50,1),(277,'email','start','message',60,1),(278,'faq','','',1,1),(279,'faq','add','',1,1),(280,'faq','add','faq',5,1),(281,'faq','add,edit','faqparent',10,1),(282,'faq','add,edit','deftitle',20,1),(283,'faq','add,edit','deftext',30,1),(284,'faq','add,edit','displayorder',40,1),(285,'faq','add,edit','1',60,1),(286,'faq','delete','',1,1),(287,'faq','edit','',1,1),(288,'faq','modify','',1,1),(289,'forum','','',1,1),(290,'forum','add','',1,1),(291,'forum','add,edit','title',20,1),(292,'forum','add,edit','description',30,1),(293,'forum','add,edit','link',40,1),(294,'forum','add,edit','displayorder',50,1),(295,'forum','add,edit','daysprune',60,1),(296,'forum','add,edit','parentid',70,1),(297,'forum','add,edit','newpostemail',80,1),(298,'forum','add,edit','newthreademail',90,1),(299,'forum','add,edit','moderatenewpost',100,1),(300,'forum','add,edit','moderatenewthread',105,1),(301,'forum','add,edit','moderateattach',110,1),(302,'forum','add,edit','warnall',115,1),(303,'forum','add,edit','styleid',120,1),(304,'forum','add,edit','styleoverride',130,1),(305,'forum','add,edit','password',150,1),(306,'forum','add,edit','canhavepassword',170,1),(307,'forum','add,edit','cancontainthreads',180,1),(308,'forum','add,edit','active',190,1),(309,'forum','add,edit','allowposting',200,1),(310,'forum','add,edit','indexposts',210,1),(311,'forum','add,edit','allowhtml',220,1),(312,'forum','add,edit','allowbbcode',230,1),(313,'forum','add,edit','allowimages',240,1),(314,'forum','add,edit','allowsmilies',250,1),(315,'forum','add,edit','allowicons',260,1),(316,'forum','add,edit','allowratings',270,1),(317,'forum','add,edit','countposts',280,1),(318,'forum','add,edit','showonforumjump',290,1),(319,'forum','edit','',1,1),(320,'forum','edit','applypwdtochild',160,1),(321,'forum','modify','',1,1),(322,'forum','remove','',1,1),(323,'forumpermission','','',1,1),(324,'forumpermission','duplicate','',1,1),(325,'forumpermission','duplicate','ugid_from',10,1),(326,'forumpermission','duplicate','usergrouplist',20,1),(327,'forumpermission','duplicate','limitforumid',30,1),(328,'forumpermission','duplicate','overwritedupes_group',40,1),(329,'forumpermission','duplicate','overwriteinherited_group',50,1),(330,'forumpermission','duplicate','forumid_from',60,1),(331,'forumpermission','duplicate','forumlist',70,1),(332,'forumpermission','duplicate','overwritedupes_forum',80,1),(333,'forumpermission','duplicate','overwriteinherited_forum',90,1),(334,'forumpermission','edit','',1,1),(335,'forumpermission','edit','mode',20,1),(336,'forumpermission','edit,quickforum','canview',30,1),(337,'forumpermission','edit,quickforum','canviewothers',40,1),(338,'forumpermission','edit,quickforum','canseedelnotice',45,1),(339,'forumpermission','edit,quickforum','cansearch',50,1),(340,'forumpermission','edit,quickforum','canemail',60,1),(341,'forumpermission','edit,quickforum','cangetattachment',70,1),(342,'forumpermission','edit,quickforum','canpostnew',80,1),(343,'forumpermission','edit,quickforum','canreplyown',90,1),(344,'forumpermission','edit,quickforum','canreplyothers',100,1),(345,'forumpermission','edit,quickforum','isalwaysmoderated',110,1),(346,'forumpermission','edit,quickforum','canpostattachment',120,1),(347,'forumpermission','edit,quickforum','canthreadrate',140,1),(348,'forumpermission','edit,quickforum','caneditpost',150,1),(349,'forumpermission','edit,quickforum','candeletepost',160,1),(350,'forumpermission','edit,quickforum','canmove',170,1),(351,'forumpermission','edit,quickforum','canopenclose',180,1),(352,'forumpermission','edit,quickforum','candeletethread',190,1),(353,'forumpermission','edit,quickforum','canpostpoll',200,1),(354,'forumpermission','edit,quickforum','canvote',220,1),(355,'forumpermission','modify','',1,1),(356,'forumpermission','quickedit','',1,1),(357,'forumpermission','quickeditor','',1,1),(358,'forumpermission','quickforum','',1,1),(359,'forumpermission','quickforum','forumid',10,1),(360,'forumpermission','quickforum','usergrouplist',20,1),(361,'help','add','displayorder',1,1),(362,'help','edit','text',1,1),(363,'help','edit','optionname',1,1),(364,'help','edit','action',1,1),(365,'help','edit','script',1,1),(366,'image','','',1,1),(367,'image','add','',1,1),(368,'image','add','perpage',80,1),(369,'image','add,edit','path',40,1),(370,'image','add,edit,upload','title',20,1),(371,'image','add,edit,upload','smilietext',30,1),(372,'image','add,edit,upload','minimumposts',30,1),(373,'image','add,edit,upload','imagecategoryid',50,1),(374,'image','add,edit,upload','displayorder',60,1),(375,'image','add,upload','imagespath',70,1),(376,'image','addcategory','',1,1),(377,'image','addcategory,editcategory','title',20,1),(378,'image','addcategory,editcategory','displayorder',30,1),(379,'image','edit','',1,1),(380,'image','editcategory','',1,1),(381,'image','editpermissions','',1,1),(382,'image','modify','',1,1),(383,'image','remove','',1,1),(384,'image','removecategory','',1,1),(385,'image','upload','',1,1),(386,'image','upload','imagefile',20,1),(387,'image','viewimages','',1,1),(388,'importexport','select','export',1,1),(389,'index','','',1,1),(390,'index','home','',1,1),(391,'language','','',1,1),(392,'language','add','',1,1),(393,'language','add,edit_settings','title',20,1),(394,'language','add,edit_settings','userselect',30,1),(395,'language','add,edit_settings','direction',50,1),(396,'language','add,edit_settings','languagecode',60,1),(397,'language','add,edit_settings','charset',70,1),(398,'language','add,edit_settings','imagesoverride',80,1),(399,'language','add,edit_settings','locale',90,1),(400,'language','add,edit_settings','dateoverride',100,1),(401,'language','add,edit_settings','timeoverride',110,1),(402,'language','add,edit_settings','registereddateoverride',120,1),(403,'language','add,edit_settings','calformat1override',130,1),(404,'language','add,edit_settings','calformat2override',140,1),(405,'language','add,edit_settings','logdateoverride',150,1),(406,'language','add,edit_settings','decimalsep',160,1),(407,'language','add,edit_settings','thousandsep',170,1),(408,'language','delete','',1,1),(409,'language','edit','',1,1),(410,'language','edit_settings','',1,1),(411,'language','edit_settings','isdefault',40,1),(412,'language','files','',1,1),(413,'language','files','languageid',10,1),(414,'language','files','filename',20,1),(415,'language','files','just_phrases',30,1),(416,'language','files','languagefile',40,1),(417,'language','files','serverfile',50,1),(418,'language','files','olanguageid',60,1),(419,'language','files','title',70,1),(420,'language','files','anyversion',80,1),(421,'language','modify','',1,1),(422,'language','rebuild','',1,1),(423,'misc','','',1,1),(424,'misc','chooser','',1,1),(425,'misc','chooser','perpage',10,1),(426,'misc','chooser','startat',20,1),(427,'misc','chooser','doprocess',30,1),(428,'misc','chooser','autoredirect',40,1),(429,'misc','chooser','install',50,1),(430,'misc','chooser','renumber',60,1),(431,'misc','chooser','reputation_base',70,1),(432,'moderate','','',1,1),(433,'moderate','attachments','',1,1),(434,'moderate','attachments','attachaction',10,1),(435,'moderate','events','',1,1),(436,'moderate','events','eventsubject',10,1),(437,'moderate','events','eventtext',20,1),(438,'moderate','events','eventaction',30,1),(439,'moderate','posts','',1,1),(440,'moderate','posts','threadtitle',10,1),(441,'moderate','posts','threadpagetext',20,1),(442,'moderate','posts','threadnotes',30,1),(443,'moderate','posts','threadaction',40,1),(444,'moderate','posts','posttitle',50,1),(445,'moderate','posts','postpagetext',60,1),(446,'moderate','posts','postaction',70,1),(447,'moderator','','',1,1),(448,'moderator','add','',1,1),(449,'moderator','add','usergroupid',30,1),(450,'moderator','add','membergroupids',40,1),(451,'moderator','add,edit','forumid',10,1),(452,'moderator','add,edit','modusername',20,1),(453,'moderator','add,edit','caneditposts',50,1),(454,'moderator','add,edit','candeleteposts',60,1),(455,'moderator','add,edit','canremoveposts',70,1),(456,'moderator','add,edit','canopenclose',80,1),(457,'moderator','add,edit','caneditthreads',90,1),(458,'moderator','add,edit','canmanagethreads',100,1),(459,'moderator','add,edit','caneditpoll',110,1),(460,'moderator','add,edit','canannounce',120,1),(461,'moderator','add,edit','canmoderateposts',130,1),(462,'moderator','add,edit','canmoderateattachments',140,1),(463,'moderator','add,edit','canmassmove',150,1),(464,'moderator','add,edit','canmassprune',160,1),(465,'moderator','add,edit','cansetpassword',170,1),(466,'moderator','add,edit','canviewips',180,1),(467,'moderator','add,edit','canviewprofile',190,1),(468,'moderator','add,edit','canbanusers',200,1),(469,'moderator','add,edit','canunbanusers',210,1),(470,'moderator','add,edit','caneditsigs',220,1),(471,'moderator','add,edit','caneditavatar',230,1),(472,'moderator','add,edit','caneditprofilepic',240,1),(473,'moderator','add,edit','caneditreputation',250,1),(474,'moderator','add,edit','newthreademail',260,1),(475,'moderator','add,edit','newpostemail',270,1),(476,'moderator','edit','',1,1),(477,'moderator','remove','',1,1),(478,'moderator','removeall','',1,1),(479,'moderator','showlist','',1,1),(480,'modlog','','',1,1),(481,'modlog','choose','',1,1),(482,'modlog','choose','perpage',10,1),(483,'modlog','choose','userid',20,1),(484,'modlog','choose','orderby',30,1),(485,'modlog','choose','daysprune',40,1),(486,'modlog','prunelog','',1,1),(487,'modlog','view','',1,1),(488,'options','','',1,1),(489,'options','options','',1,1),(490,'options','options','bbactive',20,1),(491,'options','options','bbclosedreason',30,1),(492,'options','options','bbtitle',40,1),(493,'options','options','bburl',50,1),(494,'options','options','hometitle',60,1),(495,'options','options','homeurl',70,1),(496,'options','options','contactuslink',80,1),(497,'options','options','contactusoptions',90,1),(498,'options','options','webmasteremail',100,1),(499,'options','options','privacyurl',110,1),(500,'options','options','copyrighttext',120,1),(501,'options','options','companyname',130,1),(502,'options','options','faxnumber',140,1),(503,'options','options','address',160,1),(504,'options','options','keywords',170,1),(505,'options','options','description',180,1),(506,'options','options','useforumjump',190,1),(507,'options','options','pagenavpages',200,1),(508,'options','options','enableaccess',210,1),(509,'options','options','showimicons',220,1),(510,'options','options','addtemplatename',230,1),(511,'options','options','usestrikesystem',235,1),(512,'options','options','yestoday',240,1),(513,'options','options','timeoffset',250,1),(514,'options','options','dstonoff',260,1),(515,'options','options','dateformat',270,1),(516,'options','options','timeformat',280,1),(517,'options','options','registereddateformat',290,1),(518,'options','options','calformat1',300,1),(519,'options','options','calformat2',310,1),(520,'options','options','logdateformat',315,1),(521,'options','options','cookietimeout',320,1),(522,'options','options','cookiepath',330,1),(523,'options','options','cookiedomain',340,1),(524,'options','options','gzipoutput',350,1),(525,'options','options','gziplevel',360,1),(526,'options','options','addheaders',370,1),(527,'options','options','nocacheheaders',375,1),(528,'options','options','useheaderredirect',380,1),(529,'options','options','allowphpinfo',390,1),(530,'options','options','cachemaxage',400,1),(531,'options','options','threadviewslive',410,1),(532,'options','options','attachmentviewslive',420,1),(533,'options','options','emailsendnum',430,1),(534,'options','options','sessionlimit',440,1),(535,'options','options','loadlimit',450,1),(536,'options','options','allowimgsizefailure',460,1),(537,'options','options','gdversion',470,1),(538,'options','options','safeupload',480,1),(539,'options','options','tmppath',490,1),(540,'options','options','usemailqueue',500,1),(541,'options','options','needfromemail',510,1),(542,'options','options','languageid',520,1),(543,'options','options','styleid',530,1),(544,'options','options','allowchangestyles',540,1),(545,'options','options','cleargifurl',550,1),(546,'options','options','storecssasfile',560,1),(547,'options','options','usepopups',570,1),(548,'options','options','legacypostbit',575,1),(549,'options','options','enableemail',580,1),(550,'options','options','displayemails',590,1),(551,'options','options','secureemail',600,1),(552,'options','options','emailfloodtime',610,1),(553,'options','options','enablecensor',620,1),(554,'options','options','censorchar',630,1),(555,'options','options','censorwords',640,1),(556,'options','options','blankasciistrip',650,1),(557,'options','options','allowregistration',660,1),(558,'options','options','usecoppa',670,1),(559,'options','options','moderatenewmembers',680,1),(560,'options','options','regimagecheck',690,1),(561,'options','options','welcomemail',700,1),(562,'options','options','newuseremail',710,1),(563,'options','options','allowmultiregs',720,1),(564,'options','options','verifyemail',730,1),(565,'options','options','requireuniqueemail',740,1),(566,'options','options','minuserlength',750,1),(567,'options','options','maxuserlength',760,1),(568,'options','options','illegalusernames',770,1),(569,'options','options','usereferrer',775,1),(570,'options','options','defaultregoptions',780,1),(571,'options','options','ctMaxChars',790,1),(572,'options','options','ctCensorWords',800,1),(573,'options','options','ctCensorMod',810,1),(574,'options','options','allowsignatures',820,1),(575,'options','options','sigmax',830,1),(576,'options','options','allowbbcode',840,1),(577,'options','options','allowsmilies',850,1),(578,'options','options','allowbbimagecode',860,1),(579,'options','options','allowhtml',870,1),(580,'options','options','ignoremods',880,1),(581,'options','options','avatarenabled',890,1),(582,'options','options','numavatarswide',900,1),(583,'options','options','numavatarsperpage',910,1),(584,'options','options','profilepicenabled',920,1),(585,'options','options','reputationenable',930,1),(586,'options','options','reputationhide',940,1),(587,'options','options','reputationundefined',945,1),(588,'options','options','reputationdefault',950,1),(589,'options','options','showuserrates',960,1),(590,'options','options','adminpower',970,1),(591,'options','options','rdpower',980,1),(592,'options','options','pcpower',990,1),(593,'options','options','kppower',1000,1),(594,'options','options','minreputationpost',1010,1),(595,'options','options','minreputationcount',1020,1),(596,'options','options','maxreputationperday',1030,1),(597,'options','options','reputationrepeat',1040,1),(598,'options','options','unallowvbcode',1050,1),(599,'options','options','unallowsmilies',1060,1),(600,'options','options','unallowimg',1070,1),(601,'options','options','unallowhtml',1080,1),(602,'options','options','enablememberlist',1090,1),(603,'options','options','memberlistfields',1095,1),(604,'options','options','memberlistperpage',1100,1),(605,'options','options','usememberlistadvsearch',1110,1),(606,'options','options','profilelastpost',1120,1),(607,'options','options','enablebanning',1130,1),(608,'options','options','banip',1140,1),(609,'options','options','banemail',1150,1),(610,'options','options','allowkeepbannedemail',1160,1),(611,'options','options','globalignore',1170,1),(612,'options','options','allowedbbcodes',1173,1),(613,'options','options','codemaxlines',1178,1),(614,'options','options','quickreply',1180,1),(615,'options','options','quickreplyclick',1190,1),(616,'options','options','postminchars',1200,1),(617,'options','options','ignorequotechars',1210,1),(618,'options','options','quotetitle',1220,1),(619,'options','options','postmaxchars',1230,1),(620,'options','options','maximages',1240,1),(621,'options','options','stopshouting',1250,1),(622,'options','options','allowdynimg',1260,1),(623,'options','options','floodchecktime',1270,1),(624,'options','options','editthreadtitlelimit',1280,1),(625,'options','options','addpolltimeout',1290,1),(626,'options','options','edittimelimit',1295,1),(627,'options','options','noeditedbytime',1300,1),(628,'options','options','logip',1310,1),(629,'options','options','allowvbcodebuttons',1320,1),(630,'options','options','wysiwyg_show_smiliebox',1330,1),(631,'options','options','smtotal',1340,1),(632,'options','options','smcolumns',1350,1),(633,'options','options','wysiwyg_smtotal',1360,1),(634,'options','options','attachtotalspace',1370,1),(635,'options','options','attachlimit',1380,1),(636,'options','options','attachboxcount',1390,1),(637,'options','options','allowattachdel',1400,1),(638,'options','options','allowclosedattachdel',1401,1),(639,'options','options','allowduplicates',1410,1),(640,'options','options','viewattachedimages',1420,1),(641,'options','options','attachthumbs',1430,1),(642,'options','options','attachthumbssize',1440,1),(643,'options','options','attachrow',1450,1),(644,'options','options','thumbpng',1451,1),(645,'options','options','maxpolloptions',1460,1),(646,'options','options','updatelastpost',1470,1),(647,'options','options','showvotes',1480,1),(648,'options','options','votechange',1490,1),(649,'options','options','enablesearches',1500,1),(650,'options','options','searchfloodtime',1510,1),(651,'options','options','minsearchlength',1520,1),(652,'options','options','maxsearchlength',1530,1),(653,'options','options','goodwords',1540,1),(654,'options','options','searchperpage',1550,1),(655,'options','options','maxresults',1560,1),(656,'options','options','allowwildcards',1570,1),(657,'options','options','similarthreadsearch',1580,1),(658,'options','options','similarthreadthreshold',1590,1),(659,'options','options','multimatchscore',1600,1),(660,'options','options','datescore',1610,1),(661,'options','options','threadtitlescore',1620,1),(662,'options','options','posttitlescore',1630,1),(663,'options','options','replyscore',1640,1),(664,'options','options','replyfunc',1650,1),(665,'options','options','viewscore',1660,1),(666,'options','options','viewfunc',1670,1),(667,'options','options','ratescore',1680,1),(668,'options','options','ratefunc',1690,1),(669,'options','options','forumhome',1700,1),(670,'options','options','displayloggedin',1710,1),(671,'options','options','showbirthdays',1720,1),(672,'options','options','birthdaydatecut',1730,1),(673,'options','options','showevents',1740,1),(674,'options','options','showholidays',1750,1),(675,'options','options','showeventtype',1760,1),(676,'options','options','forumhomedepth',1770,1),(677,'options','options','forumdisplaydepth',1780,1),(678,'options','options','subforumdepth',1790,1),(679,'options','options','showforumdescription',1800,1),(680,'options','options','hideprivateforums',1810,1),(681,'options','options','showlocks',1820,1),(682,'options','options','lastthreadchars',1830,1),(683,'options','options','showmoderatorcolumn',1840,1),(684,'options','options','showforumusers',1850,1),(685,'options','options','maxthreads',1860,1),(686,'options','options','showstickies',1870,1),(687,'options','options','showdots',1880,1),(688,'options','options','usehotthreads',1890,1),(689,'options','options','hotnumberviews',1900,1),(690,'options','options','hotnumberposts',1910,1),(691,'options','options','linktopages',1920,1),(692,'options','options','maxmultipage',1930,1),(693,'options','options','threadpreview',1940,1),(694,'options','options','oneannounce',1950,1),(695,'options','options','showthreadusers',1960,1),(696,'options','options','maxposts',1970,1),(697,'options','options','usermaxposts',1980,1),(698,'options','options','showdeficon',1990,1),(699,'options','options','enableage',2000,1),(700,'options','options','wordwrap',2010,1),(701,'options','options','threadvoted',2020,1),(702,'options','options','threadsubscribed',2030,1),(703,'options','options','showsimilarthreads',2040,1),(704,'options','options','allowthreadedmode',2050,1),(705,'options','options','threadedmode',2060,1),(706,'options','options','threaded_listdepth',2070,1),(707,'options','options','threaded_maxcache',2080,1),(708,'options','options','enablepms',2090,1),(709,'options','options','checknewpm',2100,1),(710,'options','options','pmmaxchars',2110,1),(711,'options','options','pmfloodtime',2120,1),(712,'options','options','pmperpage',2130,1),(713,'options','options','pmmaxperpage',2140,1),(714,'options','options','privallowicons',2150,1),(715,'options','options','privallowbbcode',2160,1),(716,'options','options','privallowsmilies',2170,1),(717,'options','options','privallowbbimagecode',2180,1),(718,'options','options','privallowhtml',2190,1),(719,'options','options','WOLenable',2200,1),(720,'options','options','WOLrefresh',2210,1),(721,'options','options','WOLguests',2220,1),(722,'options','options','WOLresolve',2230,1),(723,'options','options','enablespiders',2240,1),(724,'options','options','spiderstrings',2250,1),(725,'options','options','spiderdesc',2260,1),(726,'options','options','archiveenabled',2270,1),(727,'options','options','archive_threadsperpage',2280,1),(728,'options','options','archive_postsperpage',2290,1),(729,'options','options','adminquickstats',2300,1),(730,'options','options','cpstylefolder',2310,1),(731,'options','options','timeoutcontrolpanel',2320,1),(732,'options','options','cp_collapse_forums',2330,1),(733,'options','options','cp_usereditcolumns',2340,1),(734,'options','options','externaljs',2350,1),(735,'options','options','externalrss',2360,1),(736,'options','options','externalxml',2370,1),(737,'options','options','errorlogdatabase',2380,1),(738,'options','options','errorlogsecurity',2390,1),(739,'options','options','errorlogmaxsize',2400,1),(740,'options','options','disableerroremail',2410,1),(741,'options','options','subscriptionmethods',2420,1),(742,'options','options','ppemail',2430,1),(743,'options','options','ncxemail',2440,1),(744,'options','options','worldpay_instid',2450,1),(745,'options','options','authorize_loginid',2460,1),(746,'phrase','','',1,1),(747,'phrase','add','',1,1),(748,'phrase','add,edit','phrasetypeid',20,1),(749,'phrase','add,edit','varname',30,1),(750,'phrase','add,edit','text',40,1),(751,'phrase','delete','',1,1),(752,'phrase','edit','',1,1),(753,'phrase','edit','languageid',10,1),(754,'phrase','findorphans','',1,1),(755,'phrase','manageorphans','',1,1),(756,'phrase','modify','',1,1),(757,'phrase','quickref','',1,1),(758,'phrase','search','',1,1),(759,'phrase','search','searchstring',20,1),(760,'phrase','search','searchwhere',30,1),(761,'phrase','search','casesensitive',40,1),(762,'profilefield','','',1,1),(763,'profilefield','add','',1,1),(764,'profilefield','add,edit','title',20,1),(765,'profilefield','add,edit','description',30,1),(766,'profilefield','add,edit','data',40,1),(767,'profilefield','add,edit','maxlength',50,1),(768,'profilefield','add,edit','size',60,1),(769,'profilefield','add,edit','newtype',65,1),(770,'profilefield','add,edit','height',70,1),(771,'profilefield','add,edit','def',120,1),(772,'profilefield','add,edit','perline',140,1),(773,'profilefield','add,edit','boxheight',150,1),(774,'profilefield','add,edit','displayorder',160,1),(775,'profilefield','add,edit','required',170,1),(776,'profilefield','add,edit','editable',175,1),(777,'profilefield','add,edit','hidden',180,1),(778,'profilefield','add,edit','searchable',190,1),(779,'profilefield','add,edit','memberlist',200,1),(780,'profilefield','add,edit','optional',210,1),(781,'profilefield','add,edit','regex',240,1),(782,'profilefield','add,edit','form',250,1),(783,'profilefield','edit','',1,1),(784,'profilefield','modify','',1,1),(785,'profilefield','remove','',1,1),(786,'queries','','',1,1),(787,'queries','modify','',1,1),(788,'queries','modify','autoquery',10,1),(789,'queries','modify','query',20,1),(790,'queries','modify','perpage',30,1),(791,'ranks','','',1,1),(792,'ranks','add','',1,1),(793,'ranks','add','rankpath',40,1),(794,'ranks','add,edit','ranklevel',10,1),(795,'ranks','add,edit','minposts',20,1),(796,'ranks','add,edit','usergroupid',30,1),(797,'ranks','add,edit','rankhtml',50,1),(798,'ranks','edit','',1,1),(799,'ranks','edit','rankimg',40,1),(800,'ranks','modify','',1,1),(801,'ranks','remove','',1,1),(802,'repair','','',1,1),(803,'repair','list','optimizetables',1,1),(804,'repair','list','repairtables',1,1),(805,'repair','list','',1,1),(806,'replacement','','',1,1),(807,'replacement','add','',1,1),(808,'replacement','add','dostyleid',10,1),(809,'replacement','add,edit','findtext',20,1),(810,'replacement','add,edit','replacetext',30,1),(811,'replacement','edit','',1,1),(812,'replacement','modify','',1,1),(813,'replacement','remove','',1,1),(814,'resources','','',1,1),(815,'resources','index','',1,1),(816,'resources','index','forumid',10,1),(817,'resources','index','usergroupid',20,1),(818,'resources','view','',1,1),(819,'resources','viewuser','',1,1),(820,'stats','','',1,1),(821,'stats','index','',1,1),(822,'stats','reg,activity,thread,post','',1,1),(823,'stats','reg,activity,thread,post','start',10,1),(824,'stats','reg,activity,thread,post','end',20,1),(825,'stats','reg,activity,thread,post','scope',30,1),(826,'stats','reg,activity,thread,post','sort',40,1),(827,'stats','top','',1,1),(828,'subscriptions','','',1,1),(829,'subscriptions','add','',1,1),(830,'subscriptions','add,edit','title',10,1),(831,'subscriptions','add,edit','description',20,1),(832,'subscriptions','add,edit','active',30,1),(833,'subscriptions','add,edit','length',40,1),(834,'subscriptions','add,edit','sub[cost][usd]',50,1),(835,'subscriptions','add,edit','sub[cost][gbp]',60,1),(836,'subscriptions','add,edit','sub[cost][eur]',70,1),(837,'subscriptions','add,edit','nusergroupid',80,1),(838,'subscriptions','add,edit','membergroup',90,1),(839,'subscriptions','adjust','',1,1),(840,'subscriptions','adjust','username',5,1),(841,'subscriptions','adjust','regdate',10,1),(842,'subscriptions','adjust','expirydate',20,1),(843,'subscriptions','adjust','status',30,1),(844,'subscriptions','edit','',1,1),(845,'subscriptions','find','',1,1),(846,'subscriptions','modify','',1,1),(847,'subscriptions','remove','',1,1),(848,'template','','',1,1),(849,'template','add','dostyleid',10,1),(850,'template','add,edit','',1,1),(851,'template','add,edit','title',20,1),(852,'template','add,edit','template',30,1),(853,'template','addstyle','',1,1),(854,'template','addstyle,editstyle,files','parentid',10,1),(855,'template','addstyle,editstyle,files','title',20,1),(856,'template','addstyle,editstyle,files','userselect',30,1),(857,'template','addstyle,editstyle,files','displayorder',40,1),(858,'template','delete','',1,1),(859,'template','deletestyle','',1,1),(860,'template','editstyle','',1,1),(861,'template','files','',1,1),(862,'template','files','dostyleid',10,1),(863,'template','files','filename',30,1),(864,'template','files','mode',40,1),(865,'template','files','stylefile',50,1),(866,'template','files','serverfile',60,1),(867,'template','files','overwritestyleid',70,1),(868,'template','files','anyversion',80,1),(869,'template','findupdates','',1,1),(870,'template','modify','',1,1),(871,'template','rebuild','',1,1),(872,'template','revertall','',1,1),(873,'template','search','',1,1),(874,'template','search','searchset',10,1),(875,'template','search','searchstring',20,1),(876,'template','search','titlesonly',30,1),(877,'template','search','dostyleid',40,1),(878,'template','search','replacestring',50,1),(879,'template','search','test',60,1),(880,'template','search','regex',70,1),(881,'template','view','',1,1),(882,'thread','','',1,1),(883,'thread','dothreads,pruneuser','',1,1),(884,'thread','dothreadssel','',1,1),(885,'thread','dovotes','',1,1),(886,'thread','killpoll','',1,1),(887,'thread','killpoll','threadid',10,1),(888,'thread','move','',1,1),(889,'thread','move','destforumid',5,1),(890,'thread','prune','',1,1),(891,'thread','prune','username',180,1),(892,'thread','prune,move','originaldaysolder',10,1),(893,'thread','prune,move','originaldaysnewer',20,1),(894,'thread','prune,move','lastdaysolder',30,1),(895,'thread','prune,move','lastdaysnewer',40,1),(896,'thread','prune,move','repliesleast',50,1),(897,'thread','prune,move','repliesmost',60,1),(898,'thread','prune,move','viewsleast',70,1),(899,'thread','prune,move','viewsmost',80,1),(900,'thread','prune,move','issticky',90,1),(901,'thread','prune,move','isdeleted',100,1),(902,'thread','prune,move','isopen',110,1),(903,'thread','prune,move','isvisible',120,1),(904,'thread','prune,move','isredirect',130,1),(905,'thread','prune,move','posteduser',140,1),(906,'thread','prune,move','titlecontains',150,1),(907,'thread','prune,move','forumid',160,1),(908,'thread','prune,move','subforums',170,1),(909,'thread','pruneusersel','',1,1),(910,'thread','removepoll','',1,1),(911,'thread','unsubscribe','',1,1),(912,'thread','unsubscribe','ids',10,1),(913,'thread','unsubscribe','username',20,1),(914,'thread','unsubscribe','daysprune',30,1),(915,'thread','unsubscribe','forumid',40,1),(916,'thread','votes','',1,1),(917,'thread','votes','pollid',10,1),(918,'thread','votes','threadtitle',20,1),(919,'user','','',1,1),(920,'user','add','',1,1),(921,'user','add','password',30,1),(922,'user','add,edit','username',20,1),(923,'user','add,edit','email',40,1),(924,'user','add,edit','languageid',50,1),(925,'user','add,edit','usertitle',60,1),(926,'user','add,edit','customtitle',70,1),(927,'user','add,edit','homepage',80,1),(928,'user','add,edit','birthday',90,1),(929,'user','add,edit','signature',100,1),(930,'user','add,edit','icq',110,1),(931,'user','add,edit','aim',120,1),(932,'user','add,edit','yahoo',130,1),(933,'user','add,edit','msn',140,1),(934,'user','add,edit','coppauser',150,1),(935,'user','add,edit','parentemail',160,1),(936,'user','add,edit','posts',170,1),(937,'user','add,edit','referrer',180,1),(938,'user','add,edit','ipaddress',190,1),(939,'user','add,edit','usergroupid',200,1),(940,'user','add,edit','membergroup',210,1),(941,'user','add,edit','showreputation',220,1),(942,'user','add,edit','reputation',230,1),(943,'user','add,edit','reputationpower',235,1),(944,'user','add,edit','adminemail',240,1),(945,'user','add,edit','showemail',250,1),(946,'user','add,edit','invisible',260,1),(947,'user','add,edit','showvcard',265,1),(948,'user','add,edit','receivepm',270,1),(949,'user','add,edit','emailonpm',280,1),(950,'user','add,edit','pmpopup',290,1),(951,'user','add,edit','showsignatures',300,1),(952,'user','add,edit','showavatars',310,1),(953,'user','add,edit','showimages',320,1),(954,'user','add,edit','autosubscribe',330,1),(955,'user','add,edit','threaddisplaymode',340,1),(956,'user','add,edit','showvbcode',350,1),(957,'user','add,edit','styleid',360,1),(958,'user','add,edit','timezoneoffset',370,1),(959,'user','add,edit','dstauto',380,1),(960,'user','add,edit','dstonoff',390,1),(961,'user','add,edit','daysprune',400,1),(962,'user','add,edit','joindate',410,1),(963,'user','add,edit','lastvisit',420,1),(964,'user','add,edit','lastactivity',430,1),(965,'user','add,edit','lastpost',440,1),(966,'user','edit','',1,1),(967,'user','edit','password',30,1),(968,'user','editaccess','',1,1),(969,'user','emailpassword','',1,1),(970,'user','find','',1,1),(971,'user','find2','',1,1),(972,'user','moderate','',1,1),(973,'user','moderate','send_validated',10,1),(974,'user','moderate','send_deleted',20,1),(975,'user','modify','',1,1),(976,'user','modify','username',70,1),(977,'user','modify','usergroupid',90,1),(978,'user','modify','membergroup',100,1),(979,'user','modify','adminemail',105,1),(980,'user','modify','email',110,1),(981,'user','modify','parentemail',120,1),(982,'user','modify','coppauser',130,1),(983,'user','modify','homepage',140,1),(984,'user','modify','icq',150,1),(985,'user','modify','aim',160,1),(986,'user','modify','yahoo',170,1),(987,'user','modify','msn',175,1),(988,'user','modify','signature',180,1),(989,'user','modify','usertitle',190,1),(990,'user','modify','joindateafter',200,1),(991,'user','modify','joindatebefore',210,1),(992,'user','modify','lastvisitafter',220,1),(993,'user','modify','lastvisitbefore',230,1),(994,'user','modify','lastpostafter',240,1),(995,'user','modify','lastpostbefore',250,1),(996,'user','modify','birthdayafter',260,1),(997,'user','modify','birthdaybefore',270,1),(998,'user','modify','postslower',280,1),(999,'user','modify','postsupper',290,1),(1000,'user','modify','reputationlower',300,1),(1001,'user','modify','reputationupper',310,1),(1002,'user','modify','ipaddress',320,1),(1003,'user','modify','display[username]',390,1),(1004,'user','modify','display[options]',400,1),(1005,'user','modify','display[usergroup]',410,1),(1006,'user','modify','display[email]',420,1),(1007,'user','modify','display[parentemail]',430,1),(1008,'user','modify','display[coppauser]',440,1),(1009,'user','modify','display[homepage]',450,1),(1010,'user','modify','display[icq]',460,1),(1011,'user','modify','display[aim]',470,1),(1012,'user','modify','display[yahoo]',480,1),(1013,'user','modify','display[msn]',490,1),(1014,'user','modify','display[signature]',500,1),(1015,'user','modify','display[usertitle]',510,1),(1016,'user','modify','display[joindate]',520,1),(1017,'user','modify','display[lastvisit]',530,1),(1018,'user','modify','display[lastpost]',540,1),(1019,'user','modify','display[posts]',550,1),(1020,'user','modify','display[reputation]',560,1),(1021,'user','modify','display[ipaddress]',570,1),(1022,'user','modify','display[birthday]',580,1),(1023,'user','modify','orderby',590,1),(1024,'user','modify','limitstart',610,1),(1025,'user','modify','limitnumber',620,1),(1026,'user','prune','',1,1),(1027,'user','prune','usergroupid',20,1),(1028,'user','prune','daysprune',30,1),(1029,'user','prune','joindate',40,1),(1030,'user','prune','minposts',50,1),(1031,'user','prune','order',60,1),(1032,'user','pruneusers','',1,1),(1033,'user','remove','',1,1),(1034,'usergroup','','',1,1),(1035,'usergroup','add','',1,1),(1036,'usergroup','add','ugid_base',750,1),(1037,'usergroup','add,edit','title',10,1),(1038,'usergroup','add,edit','description',20,1),(1039,'usergroup','add,edit','usertitle',30,1),(1040,'usergroup','add,edit','htmltags',40,1),(1041,'usergroup','add,edit','passwordexpires',50,1),(1042,'usergroup','add,edit','passwordhistory',60,1),(1043,'usergroup','add,edit','showgroup',70,1),(1044,'usergroup','add,edit','showbirthday',80,1),(1045,'usergroup','add,edit','showmemberlist',90,1),(1046,'usergroup','add,edit','allowmembergroups',100,1),(1047,'usergroup','add,edit','isbannedgroup',110,1),(1048,'usergroup','add,edit','ispublicgroup',120,1),(1049,'usergroup','add,edit','canoverride',130,1),(1050,'usergroup','add,edit','canseehidden',140,1),(1051,'usergroup','add,edit','canviewmembers',150,1),(1052,'usergroup','add,edit','canmodifyprofile',160,1),(1053,'usergroup','add,edit','caninvisible',170,1),(1054,'usergroup','add,edit','showeditedby',180,1),(1055,'usergroup','add,edit','canseeraters',190,1),(1056,'usergroup','add,edit','canusecustomtitle',200,1),(1057,'usergroup','add,edit','canusesignature',210,1),(1058,'usergroup','add,edit','canseeprofilepic',220,1),(1059,'usergroup','add,edit','canseehiddencustomfields',225,1),(1060,'usergroup','add,edit','canview',230,1),(1061,'usergroup','add,edit','canviewothers',240,1),(1062,'usergroup','add,edit','canseedelnotice',250,1),(1063,'usergroup','add,edit','cansearch',260,1),(1064,'usergroup','add,edit','canemail',270,1),(1065,'usergroup','add,edit','cangetattachment',280,1),(1066,'usergroup','add,edit','canpostnew',290,1),(1067,'usergroup','add,edit','canreplyown',300,1),(1068,'usergroup','add,edit','canreplyothers',310,1),(1069,'usergroup','add,edit','caneditpost',320,1),(1070,'usergroup','add,edit','candeletepost',330,1),(1071,'usergroup','add,edit','canmove',340,1),(1072,'usergroup','add,edit','canopenclose',350,1),(1073,'usergroup','add,edit','candeletethread',360,1),(1074,'usergroup','add,edit','isalwaysmoderated',370,1),(1075,'usergroup','add,edit','canthreadrate',380,1),(1076,'usergroup','add,edit','canpostattachment',390,1),(1077,'usergroup','add,edit','attachlimit',400,1),(1078,'usergroup','add,edit','canpostpoll',410,1),(1079,'usergroup','add,edit','canvote',420,1),(1080,'usergroup','add,edit','canuseavatar',430,1),(1081,'usergroup','add,edit','avatarmaxwidth',440,1),(1082,'usergroup','add,edit','avatarmaxheight',450,1),(1083,'usergroup','add,edit','avatarmaxsize',460,1),(1084,'usergroup','add,edit','canprofilepic',470,1),(1085,'usergroup','add,edit','profilepicmaxwidth',480,1),(1086,'usergroup','add,edit','profilepicmaxheight',490,1),(1087,'usergroup','add,edit','profilepicmaxsize',500,1),(1088,'usergroup','add,edit','pmquota',510,1),(1089,'usergroup','add,edit','cantrackpm',520,1),(1090,'usergroup','add,edit','candenypmreceipts',530,1),(1091,'usergroup','add,edit','pmsendmax',540,1),(1092,'usergroup','add,edit','canviewcalendar',550,1),(1093,'usergroup','add,edit','canpostevent',560,1),(1094,'usergroup','add,edit','caneditevent',570,1),(1095,'usergroup','add,edit','candeleteevent',580,1),(1096,'usergroup','add,edit','canviewothersevent',590,1),(1097,'usergroup','add,edit','canwhosonline',600,1),(1098,'usergroup','add,edit','canwhosonlinefull',610,1),(1099,'usergroup','add,edit','canwhosonlineip',620,1),(1100,'usergroup','add,edit','canwhosonlinebad',630,1),(1101,'usergroup','add,edit','canwhosonlinelocation',640,1),(1102,'usergroup','add,edit','canviewownusernotes',650,1),(1103,'usergroup','add,edit','canmanageownusernotes',660,1),(1104,'usergroup','add,edit','canpostownusernotes',670,1),(1105,'usergroup','add,edit','canviewothersusernotes',680,1),(1106,'usergroup','add,edit','canmanageothersusernotes',690,1),(1107,'usergroup','add,edit','canpostothersusernotes',700,1),(1108,'usergroup','add,edit','caneditownusernotes',710,1),(1109,'usergroup','add,edit','canbeusernoted',720,1),(1110,'usergroup','add,edit','ismoderator',730,1),(1111,'usergroup','add,edit','cancontrolpanel',740,1),(1112,'usergroup','add,edit','canuserep',750,1),(1113,'usergroup','add,edit','cannegativerep',750,1),(1114,'usergroup','add,edit','canseeownrep',760,1),(1115,'usergroup','add,edit','canhiderep',770,1),(1116,'usergroup','add,edit','canseeothersrep',780,1),(1117,'usergroup','addleader','',1,1),(1118,'usergroup','addleader','usergroupid',10,1),(1119,'usergroup','addleader','username',20,1),(1120,'usergroup','edit','',1,1),(1121,'usergroup','modify','',1,1),(1122,'usergroup','modifypromotion','',1,1),(1123,'usergroup','remove','',1,1),(1124,'usergroup','removeleader','',1,1),(1125,'usergroup','removepromotion','',1,1),(1126,'usergroup','updatepromotion','',1,1),(1127,'usergroup','updatepromotion','usergroupid',5,1),(1128,'usergroup','updatepromotion','reputationtype',10,1),(1129,'usergroup','updatepromotion','reputation',20,1),(1130,'usergroup','updatepromotion','date',30,1),(1131,'usergroup','updatepromotion','posts',40,1),(1132,'usergroup','updatepromotion','strategy',50,1),(1133,'usergroup','updatepromotion','type',60,1),(1134,'usergroup','updatepromotion','joinusergroupid',70,1),(1135,'usergroup','viewjoinrequests','',1,1),(1136,'usertitle','','',1,1),(1137,'usertitle','add','',1,1),(1138,'usertitle','add,edit','title',10,1),(1139,'usertitle','add,edit','minposts',20,1),(1140,'usertitle','edit','',1,1),(1141,'usertitle','modify','',1,1),(1142,'usertitle','remove','',1,1),(1143,'usertools','','',1,1),(1144,'usertools','doips','',1,1),(1145,'usertools','doips','ipaddress',20,1),(1146,'usertools','doips','username',30,1),(1147,'usertools','doips','depth',40,1),(1148,'usertools','domerge','',1,1),(1149,'usertools','gethost','',1,1),(1150,'usertools','merge','',1,1),(1151,'usertools','merge','sourceuser',10,1),(1152,'usertools','merge','destuser',20,1),(1153,'usertools','pmfolderstats','',1,1),(1154,'usertools','pmstats','',1,1),(1155,'usertools','pmuserstats','',1,1),(1156,'usertools','referrers','',1,1),(1157,'usertools','referrers','startdate',10,1),(1158,'usertools','referrers','enddate',20,1),(1159,'usertools','removepms','',1,1),(1160,'usertools','removesentpms','',1,1),(1161,'usertools','removesubs','',1,1),(1162,'usertools','showreferrals','',1,1),(1163,'usertools','showreferrers','',1,1); /*!40000 ALTER TABLE `adminhelp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `administrator` -- DROP TABLE IF EXISTS `administrator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `administrator` ( `userid` int(10) unsigned NOT NULL default '0', `adminpermissions` int(10) unsigned NOT NULL default '0', `navprefs` varchar(250) NOT NULL, `cssprefs` varchar(250) NOT NULL, `notes` mediumtext NOT NULL, PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `administrator` -- LOCK TABLES `administrator` WRITE; /*!40000 ALTER TABLE `administrator` DISABLE KEYS */; INSERT INTO `administrator` VALUES (1,65532,'','',''); /*!40000 ALTER TABLE `administrator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminlog` -- DROP TABLE IF EXISTS `adminlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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` char(15) NOT NULL default '', PRIMARY KEY (`adminlogid`) ) ENGINE=MyISAM AUTO_INCREMENT=91 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminlog` -- LOCK TABLES `adminlog` WRITE; /*!40000 ALTER TABLE `adminlog` DISABLE KEYS */; INSERT INTO `adminlog` VALUES (1,1,1374846868,'index.php','','','108.215.61.113'),(2,1,1374846917,'forum.php','modify','','108.215.61.113'),(3,1,1374846921,'forum.php','edit','forum id = 1','108.215.61.113'),(4,1,1374846940,'forum.php','update','forum id = 1','108.215.61.113'),(5,1,1374846942,'forum.php','modify','','108.215.61.113'),(6,1,1374846945,'forum.php','edit','forum id = 2','108.215.61.113'),(7,1,1374846980,'forum.php','update','forum id = 2','108.215.61.113'),(8,1,1374846982,'forum.php','modify','','108.215.61.113'),(9,1,1374846986,'forum.php','modify','','108.215.61.113'),(10,1,1374846991,'forum.php','add','','108.215.61.113'),(11,1,1374847027,'forum.php','update','','108.215.61.113'),(12,1,1374847028,'forum.php','modify','','108.215.61.113'),(13,1,1374847072,'forum.php','add','','108.215.61.113'),(14,1,1374847105,'forum.php','update','','108.215.61.113'),(15,1,1374847106,'forum.php','modify','','108.215.61.113'),(16,1,1374847111,'forum.php','edit','forum id = 4','108.215.61.113'),(17,1,1374847125,'forum.php','update','forum id = 4','108.215.61.113'),(18,1,1374847127,'forum.php','modify','','108.215.61.113'),(19,1,1374847160,'forum.php','add','','108.215.61.113'),(20,1,1374847202,'forum.php','update','','108.215.61.113'),(21,1,1374847204,'forum.php','modify','','108.215.61.113'),(22,1,1374847232,'forum.php','edit','forum id = 1','108.215.61.113'),(23,1,1374847275,'forum.php','update','forum id = 1','108.215.61.113'),(24,1,1374847277,'forum.php','modify','','108.215.61.113'),(25,1,1374847287,'forum.php','edit','forum id = 5','108.215.61.113'),(26,1,1374847306,'forum.php','update','forum id = 5','108.215.61.113'),(27,1,1374847308,'forum.php','modify','','108.215.61.113'),(28,1,1374847312,'forum.php','add','','108.215.61.113'),(29,1,1374847336,'forum.php','update','','108.215.61.113'),(30,1,1374847338,'forum.php','modify','','108.215.61.113'),(31,1,1374847350,'forum.php','edit','forum id = 2','108.215.61.113'),(32,1,1374847355,'forum.php','update','forum id = 2','108.215.61.113'),(33,1,1374847359,'forum.php','modify','','108.215.61.113'),(34,1,1374847390,'forum.php','add','','108.215.61.113'),(35,1,1374847422,'forum.php','update','','108.215.61.113'),(36,1,1374847429,'forum.php','modify','','108.215.61.113'),(37,1,1374847460,'forum.php','add','','108.215.61.113'),(38,1,1374847484,'forum.php','update','','108.215.61.113'),(39,1,1374847485,'forum.php','modify','','108.215.61.113'),(40,1,1374847497,'forum.php','edit','forum id = 8','108.215.61.113'),(41,1,1374847507,'forum.php','update','forum id = 8','108.215.61.113'),(42,1,1374847508,'forum.php','modify','','108.215.61.113'),(43,1,1374847550,'announcement.php','add','','108.215.61.113'),(44,1,1374847605,'announcement.php','update','','108.215.61.113'),(45,1,1374847606,'announcement.php','','','108.215.61.113'),(46,1,1374847637,'usertitle.php','modify','','108.215.61.113'),(47,1,1374847641,'usertitle.php','add','','108.215.61.113'),(48,1,1374847656,'usertitle.php','insert','','108.215.61.113'),(49,1,1374847657,'usertitle.php','modify','','108.215.61.113'),(50,1,1374847660,'usertitle.php','add','','108.215.61.113'),(51,1,1374847670,'usertitle.php','insert','','108.215.61.113'),(52,1,1374847671,'usertitle.php','modify','','108.215.61.113'),(53,1,1374847681,'ranks.php','modify','','108.215.61.113'),(54,1,1374847686,'adminreputation.php','modify','','108.215.61.113'),(55,1,1374847706,'subscriptions.php','modify','','108.215.61.113'),(56,1,1374847707,'subscriptions.php','add','','108.215.61.113'),(57,1,1374847824,'subscriptions.php','update','','108.215.61.113'),(58,1,1374847826,'subscriptions.php','modify','','108.215.61.113'),(59,1,1374847834,'template.php','modify','','108.215.61.113'),(60,1,1374847837,'template.php','search','','108.215.61.113'),(61,1,1374847843,'template.php','files','','108.215.61.113'),(62,1,1374847845,'template.php','findupdates','','108.215.61.113'),(63,1,1374851352,'bbcode.php','modify','','108.215.61.113'),(64,1,1374851453,'template.php','findupdates','','108.215.61.113'),(65,1,1374851456,'template.php','files','','108.215.61.113'),(66,1,1374851467,'template.php','modify','','108.215.61.113'),(67,1,1374851489,'template.php','editstyle','style id = 1','108.215.61.113'),(68,1,1374851493,'template.php','updatestyle','style id = 1','108.215.61.113'),(69,1,1374851494,'template.php','modify','','108.215.61.113'),(70,1,1374851502,'template.php','add','style id = 1','108.215.61.113'),(71,1,1374851506,'template.php','inserttemplate','style id = 1','108.215.61.113'),(72,1,1374851507,'template.php','modify','template id = 362','108.215.61.113'),(73,1,1374851516,'template.php','','','108.215.61.113'),(74,1,1374851522,'template.php','add','style id = 1','108.215.61.113'),(75,1,1374851531,'template.php','inserttemplate','style id = 1','108.215.61.113'),(76,1,1374851532,'template.php','modify','template id = 363','108.215.61.113'),(77,1,1374851584,'template.php','modify','','108.215.61.113'),(78,1,1374851585,'template.php','modify','','108.215.61.113'),(79,1,1374851647,'template.php','add','style id = 1','108.215.61.113'),(80,1,1374851678,'template.php','inserttemplate','style id = 1','108.215.61.113'),(81,1,1374851679,'template.php','modify','template id = 364','108.215.61.113'),(82,1,1374851684,'template.php','add','style id = 1','108.215.61.113'),(83,1,1374851699,'template.php','inserttemplate','style id = 1','108.215.61.113'),(84,1,1374851706,'template.php','modify','template id = 365','108.215.61.113'),(85,1,1374851758,'template.php','add','style id = 1','108.215.61.113'),(86,1,1374851765,'template.php','inserttemplate','style id = 1','108.215.61.113'),(87,1,1374851767,'template.php','modify','template id = 366','108.215.61.113'),(88,1,1374851785,'template.php','add','style id = 1','108.215.61.113'),(89,1,1374851792,'template.php','inserttemplate','style id = 1','108.215.61.113'),(90,1,1374851793,'template.php','modify','template id = 367','108.215.61.113'); /*!40000 ALTER TABLE `adminlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminutil` -- DROP TABLE IF EXISTS `adminutil`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminutil` ( `title` varchar(50) NOT NULL default '', `text` mediumtext NOT NULL, PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `adminutil` -- LOCK TABLES `adminutil` WRITE; /*!40000 ALTER TABLE `adminutil` DISABLE KEYS */; /*!40000 ALTER TABLE `adminutil` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 NOT NULL, `allowhtml` smallint(5) unsigned NOT NULL default '0', `allowbbcode` smallint(5) unsigned NOT NULL default '0', `allowsmilies` smallint(5) unsigned NOT NULL default '0', `forumid` smallint(6) NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`announcementid`), KEY `forumid` (`forumid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; INSERT INTO `announcement` VALUES (1,'Welcome and Goodluck',1,1374814800,1377493200,'our brand new forums and website are all still coming together but sign up now, post new videos of yourself and be the start of something new. We review everything as well! -The Convict Cartel Team',0,1,1,-1,1); /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachment` -- DROP TABLE IF EXISTS `attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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` mediumtext NOT NULL, `visible` smallint(5) unsigned NOT NULL default '0', `counter` smallint(5) unsigned NOT NULL default '0', `filesize` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `filehash` char(32) NOT NULL default '', `posthash` char(32) NOT NULL default '', `thumbnail` mediumtext NOT NULL, `thumbnail_filesize` int(10) unsigned NOT NULL, PRIMARY KEY (`attachmentid`), KEY `filesize` (`filesize`), KEY `filehash` (`filehash`), KEY `userid` (`userid`), KEY `posthash` (`posthash`,`userid`), KEY `postid` (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachment` -- LOCK TABLES `attachment` WRITE; /*!40000 ALTER TABLE `attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmenttype` -- DROP TABLE IF EXISTS `attachmenttype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmenttype` ( `extension` char(20) 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', PRIMARY KEY (`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmenttype` -- LOCK TABLES `attachmenttype` WRITE; /*!40000 ALTER TABLE `attachmenttype` DISABLE KEYS */; INSERT INTO `attachmenttype` VALUES ('gif','a:1:{i:0;s:23:\"Content-type: image/gif\";}',20000,620,280,1,0),('jpeg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,1,0),('jpg','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',100000,0,0,1,0),('jpe','a:1:{i:0;s:24:\"Content-type: image/jpeg\";}',20000,620,280,1,0),('txt','a:1:{i:0;s:24:\"Content-type: plain/text\";}',20000,0,0,1,2),('png','a:1:{i:0;s:23:\"Content-type: image/png\";}',20000,620,280,1,0),('doc','a:2:{i:0;s:20:\"Accept-ranges: bytes\";i:1;s:32:\"Content-type: application/msword\";}',20000,0,0,1,0),('pdf','a:1:{i:0;s:29:\"Content-type: application/pdf\";}',20000,0,0,1,0),('bmp','a:1:{i:0;s:26:\"Content-type: image/bitmap\";}',20000,620,280,1,0),('psd','a:1:{i:0;s:29:\"Content-type: unknown/unknown\";}',20000,0,0,1,0),('zip','a:1:{i:0;s:29:\"Content-type: application/zip\";}',100000,0,0,1,0); /*!40000 ALTER TABLE `attachmenttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentviews` -- DROP TABLE IF EXISTS `attachmentviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attachmentviews` ( `attachmentid` int(10) unsigned NOT NULL default '0', KEY `postid` (`attachmentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attachmentviews` -- LOCK TABLES `attachmentviews` WRITE; /*!40000 ALTER TABLE `attachmentviews` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `avatar` -- DROP TABLE IF EXISTS `avatar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `avatar` ( `avatarid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `minimumposts` smallint(6) 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `avatar` -- LOCK TABLES `avatar` WRITE; /*!40000 ALTER TABLE `avatar` DISABLE KEYS */; /*!40000 ALTER TABLE `avatar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bbcode` -- DROP TABLE IF EXISTS `bbcode`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bbcode` ( `bbcodeid` smallint(5) unsigned NOT NULL auto_increment, `bbcodetag` varchar(200) NOT NULL default '', `bbcodereplacement` mediumtext NOT NULL, `bbcodeexample` varchar(200) NOT NULL default '', `bbcodeexplanation` mediumtext NOT NULL, `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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bbcode` -- LOCK TABLES `bbcode` WRITE; /*!40000 ALTER TABLE `bbcode` DISABLE KEYS */; /*!40000 ALTER TABLE `bbcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar` -- DROP TABLE IF EXISTS `calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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` varchar(255) NOT NULL default '', `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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendar` -- LOCK TABLES `calendar` WRITE; /*!40000 ALTER TABLE `calendar` DISABLE KEYS */; INSERT INTO `calendar` VALUES (1,'Default Calendar','',1,'a:0:{}',0,1,119,40,4,4,2000,2006,0); /*!40000 ALTER TABLE `calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarcustomfield` -- DROP TABLE IF EXISTS `calendarcustomfield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 NOT NULL, `options` mediumtext NOT NULL, `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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarcustomfield` -- LOCK TABLES `calendarcustomfield` WRITE; /*!40000 ALTER TABLE `calendarcustomfield` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarcustomfield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarmoderator` -- DROP TABLE IF EXISTS `calendarmoderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarmoderator` -- LOCK TABLES `calendarmoderator` WRITE; /*!40000 ALTER TABLE `calendarmoderator` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarmoderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendarpermission` -- DROP TABLE IF EXISTS `calendarpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendarpermission` -- LOCK TABLES `calendarpermission` WRITE; /*!40000 ALTER TABLE `calendarpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `calendarpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_acl_groups` -- DROP TABLE IF EXISTS `cartelforum_acl_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_acl_groups` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `auth_opt_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_acl_groups` -- LOCK TABLES `cartelforum_acl_groups` WRITE; /*!40000 ALTER TABLE `cartelforum_acl_groups` DISABLE KEYS */; INSERT INTO `cartelforum_acl_groups` VALUES (1,0,85,0,1),(1,0,93,0,1),(1,0,111,0,1),(5,0,0,5,0),(5,0,0,1,0),(2,0,0,6,0),(3,0,0,6,0),(4,0,0,5,0),(4,0,0,10,0),(1,10,0,17,0),(1,9,0,17,0),(1,3,0,17,0),(7,10,0,24,0),(7,9,0,24,0),(7,3,0,24,0),(2,10,0,22,0),(2,9,0,21,0),(2,3,0,21,0),(5,10,0,14,0),(5,9,0,14,0),(7,0,0,23,0),(5,3,0,14,0),(4,3,0,14,0),(4,9,0,14,0),(4,10,0,14,0),(1,4,0,17,0),(1,5,0,17,0),(1,6,0,17,0),(1,7,0,17,0),(1,8,0,17,0),(1,11,0,17,0),(7,4,0,24,0),(7,5,0,24,0),(7,6,0,24,0),(7,7,0,24,0),(7,8,0,24,0),(7,11,0,24,0),(2,4,0,21,0),(2,5,0,21,0),(2,6,0,21,0),(2,7,0,21,0),(2,8,0,21,0),(2,11,0,21,0),(5,4,0,14,0),(5,5,0,14,0),(5,6,0,14,0),(5,7,0,14,0),(5,8,0,14,0),(5,11,0,14,0),(4,4,0,14,0),(4,5,0,14,0),(4,6,0,14,0),(4,7,0,14,0),(4,8,0,14,0),(4,11,0,14,0),(1,13,0,17,0),(7,13,0,24,0),(2,13,0,21,0),(5,13,0,14,0),(4,13,0,14,0); /*!40000 ALTER TABLE `cartelforum_acl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_acl_options` -- DROP TABLE IF EXISTS `cartelforum_acl_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_acl_options` ( `auth_option_id` mediumint(8) unsigned NOT NULL auto_increment, `auth_option` varchar(50) collate utf8_bin NOT NULL default '', `is_global` tinyint(1) unsigned NOT NULL default '0', `is_local` tinyint(1) unsigned NOT NULL default '0', `founder_only` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`auth_option_id`), UNIQUE KEY `auth_option` (`auth_option`) ) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_acl_options` -- LOCK TABLES `cartelforum_acl_options` WRITE; /*!40000 ALTER TABLE `cartelforum_acl_options` DISABLE KEYS */; INSERT INTO `cartelforum_acl_options` VALUES (1,'f_',0,1,0),(2,'f_announce',0,1,0),(3,'f_attach',0,1,0),(4,'f_bbcode',0,1,0),(5,'f_bump',0,1,0),(6,'f_delete',0,1,0),(7,'f_download',0,1,0),(8,'f_edit',0,1,0),(9,'f_email',0,1,0),(10,'f_flash',0,1,0),(11,'f_icons',0,1,0),(12,'f_ignoreflood',0,1,0),(13,'f_img',0,1,0),(14,'f_list',0,1,0),(15,'f_noapprove',0,1,0),(16,'f_poll',0,1,0),(17,'f_post',0,1,0),(18,'f_postcount',0,1,0),(19,'f_print',0,1,0),(20,'f_read',0,1,0),(21,'f_reply',0,1,0),(22,'f_report',0,1,0),(23,'f_search',0,1,0),(24,'f_sigs',0,1,0),(25,'f_smilies',0,1,0),(26,'f_sticky',0,1,0),(27,'f_subscribe',0,1,0),(28,'f_user_lock',0,1,0),(29,'f_vote',0,1,0),(30,'f_votechg',0,1,0),(31,'m_',1,1,0),(32,'m_approve',1,1,0),(33,'m_chgposter',1,1,0),(34,'m_delete',1,1,0),(35,'m_edit',1,1,0),(36,'m_info',1,1,0),(37,'m_lock',1,1,0),(38,'m_merge',1,1,0),(39,'m_move',1,1,0),(40,'m_report',1,1,0),(41,'m_split',1,1,0),(42,'m_ban',1,0,0),(43,'m_warn',1,0,0),(44,'a_',1,0,0),(45,'a_aauth',1,0,0),(46,'a_attach',1,0,0),(47,'a_authgroups',1,0,0),(48,'a_authusers',1,0,0),(49,'a_backup',1,0,0),(50,'a_ban',1,0,0),(51,'a_bbcode',1,0,0),(52,'a_board',1,0,0),(53,'a_bots',1,0,0),(54,'a_clearlogs',1,0,0),(55,'a_email',1,0,0),(56,'a_fauth',1,0,0),(57,'a_forum',1,0,0),(58,'a_forumadd',1,0,0),(59,'a_forumdel',1,0,0),(60,'a_group',1,0,0),(61,'a_groupadd',1,0,0),(62,'a_groupdel',1,0,0),(63,'a_icons',1,0,0),(64,'a_jabber',1,0,0),(65,'a_language',1,0,0),(66,'a_mauth',1,0,0),(67,'a_modules',1,0,0),(68,'a_names',1,0,0),(69,'a_phpinfo',1,0,0),(70,'a_profile',1,0,0),(71,'a_prune',1,0,0),(72,'a_ranks',1,0,0),(73,'a_reasons',1,0,0),(74,'a_roles',1,0,0),(75,'a_search',1,0,0),(76,'a_server',1,0,0),(77,'a_styles',1,0,0),(78,'a_switchperm',1,0,0),(79,'a_uauth',1,0,0),(80,'a_user',1,0,0),(81,'a_userdel',1,0,0),(82,'a_viewauth',1,0,0),(83,'a_viewlogs',1,0,0),(84,'a_words',1,0,0),(85,'u_',1,0,0),(86,'u_attach',1,0,0),(87,'u_chgavatar',1,0,0),(88,'u_chgcensors',1,0,0),(89,'u_chgemail',1,0,0),(90,'u_chggrp',1,0,0),(91,'u_chgname',1,0,0),(92,'u_chgpasswd',1,0,0),(93,'u_download',1,0,0),(94,'u_hideonline',1,0,0),(95,'u_ignoreflood',1,0,0),(96,'u_masspm',1,0,0),(97,'u_masspm_group',1,0,0),(98,'u_pm_attach',1,0,0),(99,'u_pm_bbcode',1,0,0),(100,'u_pm_delete',1,0,0),(101,'u_pm_download',1,0,0),(102,'u_pm_edit',1,0,0),(103,'u_pm_emailpm',1,0,0),(104,'u_pm_flash',1,0,0),(105,'u_pm_forward',1,0,0),(106,'u_pm_img',1,0,0),(107,'u_pm_printpm',1,0,0),(108,'u_pm_smilies',1,0,0),(109,'u_readpm',1,0,0),(110,'u_savedrafts',1,0,0),(111,'u_search',1,0,0),(112,'u_sendemail',1,0,0),(113,'u_sendim',1,0,0),(114,'u_sendpm',1,0,0),(115,'u_sig',1,0,0),(116,'u_viewonline',1,0,0),(117,'u_viewprofile',1,0,0); /*!40000 ALTER TABLE `cartelforum_acl_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_acl_roles` -- DROP TABLE IF EXISTS `cartelforum_acl_roles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_acl_roles` ( `role_id` mediumint(8) unsigned NOT NULL auto_increment, `role_name` varchar(255) collate utf8_bin NOT NULL default '', `role_description` text collate utf8_bin NOT NULL, `role_type` varchar(10) collate utf8_bin NOT NULL default '', `role_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`role_id`), KEY `role_type` (`role_type`), KEY `role_order` (`role_order`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_acl_roles` -- LOCK TABLES `cartelforum_acl_roles` WRITE; /*!40000 ALTER TABLE `cartelforum_acl_roles` DISABLE KEYS */; INSERT INTO `cartelforum_acl_roles` VALUES (1,'ROLE_ADMIN_STANDARD','ROLE_DESCRIPTION_ADMIN_STANDARD','a_',1),(2,'ROLE_ADMIN_FORUM','ROLE_DESCRIPTION_ADMIN_FORUM','a_',3),(3,'ROLE_ADMIN_USERGROUP','ROLE_DESCRIPTION_ADMIN_USERGROUP','a_',4),(4,'ROLE_ADMIN_FULL','ROLE_DESCRIPTION_ADMIN_FULL','a_',2),(5,'ROLE_USER_FULL','ROLE_DESCRIPTION_USER_FULL','u_',3),(6,'ROLE_USER_STANDARD','ROLE_DESCRIPTION_USER_STANDARD','u_',1),(7,'ROLE_USER_LIMITED','ROLE_DESCRIPTION_USER_LIMITED','u_',2),(8,'ROLE_USER_NOPM','ROLE_DESCRIPTION_USER_NOPM','u_',4),(9,'ROLE_USER_NOAVATAR','ROLE_DESCRIPTION_USER_NOAVATAR','u_',5),(10,'ROLE_MOD_FULL','ROLE_DESCRIPTION_MOD_FULL','m_',3),(11,'ROLE_MOD_STANDARD','ROLE_DESCRIPTION_MOD_STANDARD','m_',1),(12,'ROLE_MOD_SIMPLE','ROLE_DESCRIPTION_MOD_SIMPLE','m_',2),(13,'ROLE_MOD_QUEUE','ROLE_DESCRIPTION_MOD_QUEUE','m_',4),(14,'ROLE_FORUM_FULL','ROLE_DESCRIPTION_FORUM_FULL','f_',7),(15,'ROLE_FORUM_STANDARD','ROLE_DESCRIPTION_FORUM_STANDARD','f_',5),(16,'ROLE_FORUM_NOACCESS','ROLE_DESCRIPTION_FORUM_NOACCESS','f_',1),(17,'ROLE_FORUM_READONLY','ROLE_DESCRIPTION_FORUM_READONLY','f_',2),(18,'ROLE_FORUM_LIMITED','ROLE_DESCRIPTION_FORUM_LIMITED','f_',3),(19,'ROLE_FORUM_BOT','ROLE_DESCRIPTION_FORUM_BOT','f_',9),(20,'ROLE_FORUM_ONQUEUE','ROLE_DESCRIPTION_FORUM_ONQUEUE','f_',8),(21,'ROLE_FORUM_POLLS','ROLE_DESCRIPTION_FORUM_POLLS','f_',6),(22,'ROLE_FORUM_LIMITED_POLLS','ROLE_DESCRIPTION_FORUM_LIMITED_POLLS','f_',4),(23,'ROLE_USER_NEW_MEMBER','ROLE_DESCRIPTION_USER_NEW_MEMBER','u_',6),(24,'ROLE_FORUM_NEW_MEMBER','ROLE_DESCRIPTION_FORUM_NEW_MEMBER','f_',10); /*!40000 ALTER TABLE `cartelforum_acl_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_acl_roles_data` -- DROP TABLE IF EXISTS `cartelforum_acl_roles_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_acl_roles_data` ( `role_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', PRIMARY KEY (`role_id`,`auth_option_id`), KEY `ath_op_id` (`auth_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_acl_roles_data` -- LOCK TABLES `cartelforum_acl_roles_data` WRITE; /*!40000 ALTER TABLE `cartelforum_acl_roles_data` DISABLE KEYS */; INSERT INTO `cartelforum_acl_roles_data` VALUES (1,44,1),(1,46,1),(1,47,1),(1,48,1),(1,50,1),(1,51,1),(1,52,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,1),(1,61,1),(1,62,1),(1,63,1),(1,66,1),(1,68,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,79,1),(1,80,1),(1,81,1),(1,82,1),(1,83,1),(1,84,1),(2,44,1),(2,47,1),(2,48,1),(2,56,1),(2,57,1),(2,58,1),(2,59,1),(2,66,1),(2,71,1),(2,79,1),(2,82,1),(2,83,1),(3,44,1),(3,47,1),(3,48,1),(3,50,1),(3,60,1),(3,61,1),(3,62,1),(3,72,1),(3,79,1),(3,80,1),(3,82,1),(3,83,1),(4,44,1),(4,45,1),(4,46,1),(4,47,1),(4,48,1),(4,49,1),(4,50,1),(4,51,1),(4,52,1),(4,53,1),(4,54,1),(4,55,1),(4,56,1),(4,57,1),(4,58,1),(4,59,1),(4,60,1),(4,61,1),(4,62,1),(4,63,1),(4,64,1),(4,65,1),(4,66,1),(4,67,1),(4,68,1),(4,69,1),(4,70,1),(4,71,1),(4,72,1),(4,73,1),(4,74,1),(4,75,1),(4,76,1),(4,77,1),(4,78,1),(4,79,1),(4,80,1),(4,81,1),(4,82,1),(4,83,1),(4,84,1),(5,85,1),(5,86,1),(5,87,1),(5,88,1),(5,89,1),(5,90,1),(5,91,1),(5,92,1),(5,93,1),(5,94,1),(5,95,1),(5,96,1),(5,97,1),(5,98,1),(5,99,1),(5,100,1),(5,101,1),(5,102,1),(5,103,1),(5,104,1),(5,105,1),(5,106,1),(5,107,1),(5,108,1),(5,109,1),(5,110,1),(5,111,1),(5,112,1),(5,113,1),(5,114,1),(5,115,1),(5,116,1),(5,117,1),(6,85,1),(6,86,1),(6,87,1),(6,88,1),(6,89,1),(6,92,1),(6,93,1),(6,94,1),(6,96,1),(6,97,1),(6,98,1),(6,99,1),(6,100,1),(6,101,1),(6,102,1),(6,103,1),(6,106,1),(6,107,1),(6,108,1),(6,109,1),(6,110,1),(6,111,1),(6,112,1),(6,113,1),(6,114,1),(6,115,1),(6,117,1),(7,85,1),(7,87,1),(7,88,1),(7,89,1),(7,92,1),(7,93,1),(7,94,1),(7,99,1),(7,100,1),(7,101,1),(7,102,1),(7,105,1),(7,106,1),(7,107,1),(7,108,1),(7,109,1),(7,114,1),(7,115,1),(7,117,1),(8,85,1),(8,87,1),(8,88,1),(8,89,1),(8,92,1),(8,93,1),(8,94,1),(8,115,1),(8,117,1),(8,96,0),(8,97,0),(8,109,0),(8,114,0),(9,85,1),(9,88,1),(9,89,1),(9,92,1),(9,93,1),(9,94,1),(9,99,1),(9,100,1),(9,101,1),(9,102,1),(9,105,1),(9,106,1),(9,107,1),(9,108,1),(9,109,1),(9,114,1),(9,115,1),(9,117,1),(9,87,0),(10,31,1),(10,32,1),(10,42,1),(10,33,1),(10,34,1),(10,35,1),(10,36,1),(10,37,1),(10,38,1),(10,39,1),(10,40,1),(10,41,1),(10,43,1),(11,31,1),(11,32,1),(11,34,1),(11,35,1),(11,36,1),(11,37,1),(11,38,1),(11,39,1),(11,40,1),(11,41,1),(11,43,1),(12,31,1),(12,34,1),(12,35,1),(12,36,1),(12,40,1),(13,31,1),(13,32,1),(13,35,1),(14,1,1),(14,2,1),(14,3,1),(14,4,1),(14,5,1),(14,6,1),(14,7,1),(14,8,1),(14,9,1),(14,10,1),(14,11,1),(14,12,1),(14,13,1),(14,14,1),(14,15,1),(14,16,1),(14,17,1),(14,18,1),(14,19,1),(14,20,1),(14,21,1),(14,22,1),(14,23,1),(14,24,1),(14,25,1),(14,26,1),(14,27,1),(14,28,1),(14,29,1),(14,30,1),(15,1,1),(15,3,1),(15,4,1),(15,5,1),(15,6,1),(15,7,1),(15,8,1),(15,9,1),(15,11,1),(15,13,1),(15,14,1),(15,15,1),(15,17,1),(15,18,1),(15,19,1),(15,20,1),(15,21,1),(15,22,1),(15,23,1),(15,24,1),(15,25,1),(15,27,1),(15,29,1),(15,30,1),(16,1,0),(17,1,1),(17,7,1),(17,14,1),(17,19,1),(17,20,1),(17,23,1),(17,27,1),(18,1,1),(18,4,1),(18,7,1),(18,8,1),(18,9,1),(18,13,1),(18,14,1),(18,15,1),(18,17,1),(18,18,1),(18,19,1),(18,20,1),(18,21,1),(18,22,1),(18,23,1),(18,24,1),(18,25,1),(18,27,1),(18,29,1),(19,1,1),(19,7,1),(19,14,1),(19,19,1),(19,20,1),(20,1,1),(20,3,1),(20,4,1),(20,7,1),(20,8,1),(20,9,1),(20,13,1),(20,14,1),(20,17,1),(20,18,1),(20,19,1),(20,20,1),(20,21,1),(20,22,1),(20,23,1),(20,24,1),(20,25,1),(20,27,1),(20,29,1),(20,15,0),(21,1,1),(21,3,1),(21,4,1),(21,5,1),(21,6,1),(21,7,1),(21,8,1),(21,9,1),(21,11,1),(21,13,1),(21,14,1),(21,15,1),(21,16,1),(21,17,1),(21,18,1),(21,19,1),(21,20,1),(21,21,1),(21,22,1),(21,23,1),(21,24,1),(21,25,1),(21,27,1),(21,29,1),(21,30,1),(22,1,1),(22,4,1),(22,7,1),(22,8,1),(22,9,1),(22,13,1),(22,14,1),(22,15,1),(22,16,1),(22,17,1),(22,18,1),(22,19,1),(22,20,1),(22,21,1),(22,22,1),(22,23,1),(22,24,1),(22,25,1),(22,27,1),(22,29,1),(23,96,0),(23,97,0),(23,114,0),(24,15,0); /*!40000 ALTER TABLE `cartelforum_acl_roles_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_acl_users` -- DROP TABLE IF EXISTS `cartelforum_acl_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_acl_users` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `user_id` (`user_id`), KEY `auth_option_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_acl_users` -- LOCK TABLES `cartelforum_acl_users` WRITE; /*!40000 ALTER TABLE `cartelforum_acl_users` DISABLE KEYS */; INSERT INTO `cartelforum_acl_users` VALUES (2,0,0,5,0); /*!40000 ALTER TABLE `cartelforum_acl_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_attachments` -- DROP TABLE IF EXISTS `cartelforum_attachments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_attachments` ( `attach_id` mediumint(8) unsigned NOT NULL auto_increment, `post_msg_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `in_message` tinyint(1) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `is_orphan` tinyint(1) unsigned NOT NULL default '1', `physical_filename` varchar(255) collate utf8_bin NOT NULL default '', `real_filename` varchar(255) collate utf8_bin NOT NULL default '', `download_count` mediumint(8) unsigned NOT NULL default '0', `attach_comment` text collate utf8_bin NOT NULL, `extension` varchar(100) collate utf8_bin NOT NULL default '', `mimetype` varchar(100) collate utf8_bin NOT NULL default '', `filesize` int(20) unsigned NOT NULL default '0', `filetime` int(11) unsigned NOT NULL default '0', `thumbnail` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`attach_id`), KEY `filetime` (`filetime`), KEY `post_msg_id` (`post_msg_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `is_orphan` (`is_orphan`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_attachments` -- LOCK TABLES `cartelforum_attachments` WRITE; /*!40000 ALTER TABLE `cartelforum_attachments` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_attachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_banlist` -- DROP TABLE IF EXISTS `cartelforum_banlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_banlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) unsigned NOT NULL default '0', `ban_ip` varchar(40) collate utf8_bin NOT NULL default '', `ban_email` varchar(100) collate utf8_bin NOT NULL default '', `ban_start` int(11) unsigned NOT NULL default '0', `ban_end` int(11) unsigned NOT NULL default '0', `ban_exclude` tinyint(1) unsigned NOT NULL default '0', `ban_reason` varchar(255) collate utf8_bin NOT NULL default '', `ban_give_reason` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`ban_id`), KEY `ban_end` (`ban_end`), KEY `ban_user` (`ban_userid`,`ban_exclude`), KEY `ban_email` (`ban_email`,`ban_exclude`), KEY `ban_ip` (`ban_ip`,`ban_exclude`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_banlist` -- LOCK TABLES `cartelforum_banlist` WRITE; /*!40000 ALTER TABLE `cartelforum_banlist` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_banlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_bbcodes` -- DROP TABLE IF EXISTS `cartelforum_bbcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_bbcodes` ( `bbcode_id` smallint(4) unsigned NOT NULL default '0', `bbcode_tag` varchar(16) collate utf8_bin NOT NULL default '', `bbcode_helpline` varchar(255) collate utf8_bin NOT NULL default '', `display_on_posting` tinyint(1) unsigned NOT NULL default '0', `bbcode_match` text collate utf8_bin NOT NULL, `bbcode_tpl` mediumtext collate utf8_bin NOT NULL, `first_pass_match` mediumtext collate utf8_bin NOT NULL, `first_pass_replace` mediumtext collate utf8_bin NOT NULL, `second_pass_match` mediumtext collate utf8_bin NOT NULL, `second_pass_replace` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`bbcode_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_bbcodes` -- LOCK TABLES `cartelforum_bbcodes` WRITE; /*!40000 ALTER TABLE `cartelforum_bbcodes` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_bbcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_bookmarks` -- DROP TABLE IF EXISTS `cartelforum_bookmarks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_bookmarks` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_bookmarks` -- LOCK TABLES `cartelforum_bookmarks` WRITE; /*!40000 ALTER TABLE `cartelforum_bookmarks` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_bookmarks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_bots` -- DROP TABLE IF EXISTS `cartelforum_bots`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_bots` ( `bot_id` mediumint(8) unsigned NOT NULL auto_increment, `bot_active` tinyint(1) unsigned NOT NULL default '1', `bot_name` varchar(255) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `bot_agent` varchar(255) collate utf8_bin NOT NULL default '', `bot_ip` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`bot_id`), KEY `bot_active` (`bot_active`) ) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_bots` -- LOCK TABLES `cartelforum_bots` WRITE; /*!40000 ALTER TABLE `cartelforum_bots` DISABLE KEYS */; INSERT INTO `cartelforum_bots` VALUES (1,1,'AdsBot [Google]',3,'AdsBot-Google',''),(2,1,'Alexa [Bot]',4,'ia_archiver',''),(3,1,'Alta Vista [Bot]',5,'Scooter/',''),(4,1,'Ask Jeeves [Bot]',6,'Ask Jeeves',''),(5,1,'Baidu [Spider]',7,'Baiduspider+(',''),(6,1,'Bing [Bot]',8,'bingbot/',''),(7,1,'Exabot [Bot]',9,'Exabot/',''),(8,1,'FAST Enterprise [Crawler]',10,'FAST Enterprise Crawler',''),(9,1,'FAST WebCrawler [Crawler]',11,'FAST-WebCrawler/',''),(10,1,'Francis [Bot]',12,'http://www.neomo.de/',''),(11,1,'Gigabot [Bot]',13,'Gigabot/',''),(12,1,'Google Adsense [Bot]',14,'Mediapartners-Google',''),(13,1,'Google Desktop',15,'Google Desktop',''),(14,1,'Google Feedfetcher',16,'Feedfetcher-Google',''),(15,1,'Google [Bot]',17,'Googlebot',''),(16,1,'Heise IT-Markt [Crawler]',18,'heise-IT-Markt-Crawler',''),(17,1,'Heritrix [Crawler]',19,'heritrix/1.',''),(18,1,'IBM Research [Bot]',20,'ibm.com/cs/crawler',''),(19,1,'ICCrawler - ICjobs',21,'ICCrawler - ICjobs',''),(20,1,'ichiro [Crawler]',22,'ichiro/',''),(21,1,'Majestic-12 [Bot]',23,'MJ12bot/',''),(22,1,'Metager [Bot]',24,'MetagerBot/',''),(23,1,'MSN NewsBlogs',25,'msnbot-NewsBlogs/',''),(24,1,'MSN [Bot]',26,'msnbot/',''),(25,1,'MSNbot Media',27,'msnbot-media/',''),(26,1,'NG-Search [Bot]',28,'NG-Search/',''),(27,1,'Nutch [Bot]',29,'http://lucene.apache.org/nutch/',''),(28,1,'Nutch/CVS [Bot]',30,'NutchCVS/',''),(29,1,'OmniExplorer [Bot]',31,'OmniExplorer_Bot/',''),(30,1,'Online link [Validator]',32,'online link validator',''),(31,1,'psbot [Picsearch]',33,'psbot/0',''),(32,1,'Seekport [Bot]',34,'Seekbot/',''),(33,1,'Sensis [Crawler]',35,'Sensis Web Crawler',''),(34,1,'SEO Crawler',36,'SEO search Crawler/',''),(35,1,'Seoma [Crawler]',37,'Seoma [SEO Crawler]',''),(36,1,'SEOSearch [Crawler]',38,'SEOsearch/',''),(37,1,'Snappy [Bot]',39,'Snappy/1.1 ( http://www.urltrends.com/ )',''),(38,1,'Steeler [Crawler]',40,'http://www.tkl.iis.u-tokyo.ac.jp/~crawler/',''),(39,1,'Synoo [Bot]',41,'SynooBot/',''),(40,1,'Telekom [Bot]',42,'crawleradmin.t-info@telekom.de',''),(41,1,'TurnitinBot [Bot]',43,'TurnitinBot/',''),(42,1,'Voyager [Bot]',44,'voyager/1.0',''),(43,1,'W3 [Sitesearch]',45,'W3 SiteSearch Crawler',''),(44,1,'W3C [Linkcheck]',46,'W3C-checklink/',''),(45,1,'W3C [Validator]',47,'W3C_*Validator',''),(46,1,'WiseNut [Bot]',48,'http://www.WISEnutbot.com',''),(47,1,'YaCy [Bot]',49,'yacybot',''),(48,1,'Yahoo MMCrawler [Bot]',50,'Yahoo-MMCrawler/',''),(49,1,'Yahoo Slurp [Bot]',51,'Yahoo! DE Slurp',''),(50,1,'Yahoo [Bot]',52,'Yahoo! Slurp',''),(51,1,'YahooSeeker [Bot]',53,'YahooSeeker/',''); /*!40000 ALTER TABLE `cartelforum_bots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_config` -- DROP TABLE IF EXISTS `cartelforum_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_config` ( `config_name` varchar(255) collate utf8_bin NOT NULL default '', `config_value` varchar(255) collate utf8_bin NOT NULL default '', `is_dynamic` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`config_name`), KEY `is_dynamic` (`is_dynamic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_config` -- LOCK TABLES `cartelforum_config` WRITE; /*!40000 ALTER TABLE `cartelforum_config` DISABLE KEYS */; INSERT INTO `cartelforum_config` VALUES ('active_sessions','0',0),('allow_attachments','1',0),('allow_autologin','1',0),('allow_avatar','1',0),('allow_avatar_local','1',0),('allow_avatar_remote','1',0),('allow_avatar_upload','1',0),('allow_avatar_remote_upload','1',0),('allow_bbcode','1',0),('allow_birthdays','1',0),('allow_bookmarks','1',0),('allow_emailreuse','0',0),('allow_forum_notify','1',0),('allow_mass_pm','1',0),('allow_name_chars','USERNAME_CHARS_ANY',0),('allow_namechange','0',0),('allow_nocensors','0',0),('allow_pm_attach','1',0),('allow_pm_report','1',0),('allow_post_flash','1',0),('allow_post_links','1',0),('allow_privmsg','1',0),('allow_quick_reply','1',0),('allow_sig','1',0),('allow_sig_bbcode','1',0),('allow_sig_flash','0',0),('allow_sig_img','1',0),('allow_sig_links','1',0),('allow_sig_pm','1',0),('allow_sig_smilies','1',0),('allow_smilies','1',0),('allow_topic_notify','1',0),('attachment_quota','52428800',0),('auth_bbcode_pm','1',0),('auth_flash_pm','0',0),('auth_img_pm','1',0),('auth_method','db',0),('auth_smilies_pm','1',0),('avatar_filesize','6144',0),('avatar_gallery_path','images/avatars/gallery',0),('avatar_max_height','90',0),('avatar_max_width','90',0),('avatar_min_height','20',0),('avatar_min_width','20',0),('avatar_path','images/avatars/upload',0),('avatar_salt','562de63e7c79afde1bf29acbaaeb61ac',0),('board_contact','convictcartel@yahoo.com',0),('board_disable','0',0),('board_disable_msg','',0),('board_dst','0',0),('board_email','convictcartel@yahoo.com',0),('board_email_form','0',0),('board_email_sig','Thanks, The Management',0),('board_hide_emails','1',0),('board_timezone','0',0),('browser_check','1',0),('bump_interval','10',0),('bump_type','d',0),('cache_gc','7200',0),('captcha_plugin','phpbb_captcha_gd',0),('captcha_gd','1',0),('captcha_gd_foreground_noise','0',0),('captcha_gd_x_grid','25',0),('captcha_gd_y_grid','25',0),('captcha_gd_wave','0',0),('captcha_gd_3d_noise','1',0),('captcha_gd_fonts','1',0),('confirm_refresh','1',0),('check_attachment_content','1',0),('check_dnsbl','0',0),('chg_passforce','0',0),('cookie_domain','037cbcd.netsolhost.com',0),('cookie_name','phpbb3_co6tx',0),('cookie_path','/',0),('cookie_secure','0',0),('coppa_enable','0',0),('coppa_fax','',0),('coppa_mail','',0),('database_gc','604800',0),('dbms_version','5.0.91',0),('default_dateformat','D M d, Y g:i a',0),('default_style','3',0),('display_last_edited','1',0),('display_order','0',0),('edit_time','0',0),('delete_time','0',0),('email_check_mx','1',0),('email_enable','1',0),('email_function_name','mail',0),('email_max_chunk_size','50',0),('email_package_size','20',0),('enable_confirm','1',0),('enable_pm_icons','1',0),('enable_post_confirm','1',0),('feed_enable','1',0),('feed_http_auth','0',0),('feed_limit_post','15',0),('feed_limit_topic','10',0),('feed_overall_forums','0',0),('feed_overall','1',0),('feed_forum','1',0),('feed_topic','1',0),('feed_topics_new','1',0),('feed_topics_active','0',0),('feed_item_statistics','1',0),('flood_interval','15',0),('force_server_vars','0',0),('form_token_lifetime','7200',0),('form_token_mintime','0',0),('form_token_sid_guests','1',0),('forward_pm','1',0),('forwarded_for_check','0',0),('full_folder_action','2',0),('fulltext_mysql_max_word_len','254',0),('fulltext_mysql_min_word_len','4',0),('fulltext_native_common_thres','5',0),('fulltext_native_load_upd','1',0),('fulltext_native_max_chars','14',0),('fulltext_native_min_chars','3',0),('gzip_compress','0',0),('hot_threshold','25',0),('icons_path','images/icons',0),('img_create_thumbnail','0',0),('img_display_inlined','1',0),('img_imagick','',0),('img_link_height','0',0),('img_link_width','0',0),('img_max_height','0',0),('img_max_thumb_width','400',0),('img_max_width','0',0),('img_min_thumb_filesize','12000',0),('ip_check','3',0),('ip_login_limit_max','50',0),('ip_login_limit_time','21600',0),('ip_login_limit_use_forwarded','0',0),('jab_enable','0',0),('jab_host','',0),('jab_password','',0),('jab_package_size','20',0),('jab_port','5222',0),('jab_use_ssl','0',0),('jab_username','',0),('ldap_base_dn','',0),('ldap_email','',0),('ldap_password','',0),('ldap_port','',0),('ldap_server','',0),('ldap_uid','',0),('ldap_user','',0),('ldap_user_filter','',0),('limit_load','0',0),('limit_search_load','0',0),('load_anon_lastread','0',0),('load_birthdays','1',0),('load_cpf_memberlist','0',0),('load_cpf_viewprofile','1',0),('load_cpf_viewtopic','0',0),('load_db_lastread','1',0),('load_db_track','1',0),('load_jumpbox','1',0),('load_moderators','1',0),('load_online','1',0),('load_online_guests','1',0),('load_online_time','5',0),('load_onlinetrack','1',0),('load_search','1',0),('load_tplcompile','0',0),('load_unreads_search','1',0),('load_user_activity','1',0),('max_attachments','3',0),('max_attachments_pm','1',0),('max_autologin_time','0',0),('max_filesize','262144',0),('max_filesize_pm','262144',0),('max_login_attempts','3',0),('max_name_chars','20',0),('max_num_search_keywords','10',0),('max_pass_chars','100',0),('max_poll_options','10',0),('max_post_chars','60000',0),('max_post_font_size','200',0),('max_post_img_height','0',0),('max_post_img_width','0',0),('max_post_smilies','0',0),('max_post_urls','0',0),('max_quote_depth','3',0),('max_reg_attempts','5',0),('max_sig_chars','255',0),('max_sig_font_size','200',0),('max_sig_img_height','0',0),('max_sig_img_width','0',0),('max_sig_smilies','0',0),('max_sig_urls','5',0),('min_name_chars','3',0),('min_pass_chars','6',0),('min_post_chars','1',0),('min_search_author_chars','3',0),('mime_triggers','body|head|html|img|plaintext|a href|pre|script|table|title',0),('new_member_post_limit','3',0),('new_member_group_default','0',0),('override_user_style','0',0),('pass_complex','PASS_TYPE_ANY',0),('pm_edit_time','0',0),('pm_max_boxes','4',0),('pm_max_msgs','50',0),('pm_max_recipients','0',0),('posts_per_page','10',0),('print_pm','1',0),('queue_interval','60',0),('ranks_path','images/ranks',0),('require_activation','0',0),('referer_validation','1',0),('script_path','/forum/phpBB3',0),('search_block_size','250',0),('search_gc','7200',0),('search_interval','0',0),('search_anonymous_interval','0',0),('search_type','fulltext_native',0),('search_store_results','1800',0),('secure_allow_deny','1',0),('secure_allow_empty_referer','1',0),('secure_downloads','0',0),('server_name','037cbcd.netsolhost.com',0),('server_port','80',0),('server_protocol','http://',0),('session_gc','3600',0),('session_length','3600',0),('site_desc','known in the game',0),('sitename','Underground Cartel Hip-Hop',0),('smilies_path','images/smilies',0),('smilies_per_page','50',0),('smtp_auth_method','PLAIN',0),('smtp_delivery','0',0),('smtp_host','',0),('smtp_password','legit1234',0),('smtp_port','25',0),('smtp_username','convict cartel',0),('topics_per_page','25',0),('tpl_allow_php','0',0),('upload_icons_path','images/upload_icons',0),('upload_path','files',0),('version','3.0.11',0),('warnings_expire_days','90',0),('warnings_gc','14400',0),('cache_last_gc','1374753622',1),('cron_lock','0',1),('database_last_gc','1374747064',1),('last_queue_run','0',1),('newest_user_colour','AA0000',1),('newest_user_id','2',1),('newest_username','convict cartel',1),('num_files','0',1),('num_posts','0',1),('num_topics','0',1),('num_users','1',1),('rand_seed','f270aa8116fd51b7d8d1dcc16c496d09',1),('rand_seed_last_update','1374758260',1),('record_online_date','1374746331',1),('record_online_users','1',1),('search_indexing_state','',1),('search_last_gc','1374754362',1),('session_last_gc','1374758261',1),('upload_dir_size','0',1),('warnings_last_gc','1374747062',1),('board_startdate','1374745810',0),('default_lang','en',0),('questionnaire_unique_id','fe09d63c5b3421e0',0); /*!40000 ALTER TABLE `cartelforum_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_confirm` -- DROP TABLE IF EXISTS `cartelforum_confirm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_confirm` ( `confirm_id` char(32) collate utf8_bin NOT NULL default '', `session_id` char(32) collate utf8_bin NOT NULL default '', `confirm_type` tinyint(3) NOT NULL default '0', `code` varchar(8) collate utf8_bin NOT NULL default '', `seed` int(10) unsigned NOT NULL default '0', `attempts` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`,`confirm_id`), KEY `confirm_type` (`confirm_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_confirm` -- LOCK TABLES `cartelforum_confirm` WRITE; /*!40000 ALTER TABLE `cartelforum_confirm` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_confirm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_disallow` -- DROP TABLE IF EXISTS `cartelforum_disallow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_disallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`disallow_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_disallow` -- LOCK TABLES `cartelforum_disallow` WRITE; /*!40000 ALTER TABLE `cartelforum_disallow` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_disallow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_drafts` -- DROP TABLE IF EXISTS `cartelforum_drafts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_drafts` ( `draft_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `save_time` int(11) unsigned NOT NULL default '0', `draft_subject` varchar(255) collate utf8_bin NOT NULL default '', `draft_message` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`draft_id`), KEY `save_time` (`save_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_drafts` -- LOCK TABLES `cartelforum_drafts` WRITE; /*!40000 ALTER TABLE `cartelforum_drafts` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_drafts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_extension_groups` -- DROP TABLE IF EXISTS `cartelforum_extension_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_extension_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) collate utf8_bin NOT NULL default '', `cat_id` tinyint(2) NOT NULL default '0', `allow_group` tinyint(1) unsigned NOT NULL default '0', `download_mode` tinyint(1) unsigned NOT NULL default '1', `upload_icon` varchar(255) collate utf8_bin NOT NULL default '', `max_filesize` int(20) unsigned NOT NULL default '0', `allowed_forums` text collate utf8_bin NOT NULL, `allow_in_pm` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_extension_groups` -- LOCK TABLES `cartelforum_extension_groups` WRITE; /*!40000 ALTER TABLE `cartelforum_extension_groups` DISABLE KEYS */; INSERT INTO `cartelforum_extension_groups` VALUES (1,'IMAGES',1,1,1,'',0,'',0),(2,'ARCHIVES',0,1,1,'',0,'',0),(3,'PLAIN_TEXT',0,0,1,'',0,'',0),(4,'DOCUMENTS',0,0,1,'',0,'',0),(5,'REAL_MEDIA',3,0,1,'',0,'',0),(6,'WINDOWS_MEDIA',2,0,1,'',0,'',0),(7,'FLASH_FILES',5,0,1,'',0,'',0),(8,'QUICKTIME_MEDIA',6,0,1,'',0,'',0),(9,'DOWNLOADABLE_FILES',0,0,1,'',0,'',0); /*!40000 ALTER TABLE `cartelforum_extension_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_extensions` -- DROP TABLE IF EXISTS `cartelforum_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_extensions` ( `extension_id` mediumint(8) unsigned NOT NULL auto_increment, `group_id` mediumint(8) unsigned NOT NULL default '0', `extension` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_extensions` -- LOCK TABLES `cartelforum_extensions` WRITE; /*!40000 ALTER TABLE `cartelforum_extensions` DISABLE KEYS */; INSERT INTO `cartelforum_extensions` VALUES (1,1,'gif'),(2,1,'png'),(3,1,'jpeg'),(4,1,'jpg'),(5,1,'tif'),(6,1,'tiff'),(7,1,'tga'),(8,2,'gtar'),(9,2,'gz'),(10,2,'tar'),(11,2,'zip'),(12,2,'rar'),(13,2,'ace'),(14,2,'torrent'),(15,2,'tgz'),(16,2,'bz2'),(17,2,'7z'),(18,3,'txt'),(19,3,'c'),(20,3,'h'),(21,3,'cpp'),(22,3,'hpp'),(23,3,'diz'),(24,3,'csv'),(25,3,'ini'),(26,3,'log'),(27,3,'js'),(28,3,'xml'),(29,4,'xls'),(30,4,'xlsx'),(31,4,'xlsm'),(32,4,'xlsb'),(33,4,'doc'),(34,4,'docx'),(35,4,'docm'),(36,4,'dot'),(37,4,'dotx'),(38,4,'dotm'),(39,4,'pdf'),(40,4,'ai'),(41,4,'ps'),(42,4,'ppt'),(43,4,'pptx'),(44,4,'pptm'),(45,4,'odg'),(46,4,'odp'),(47,4,'ods'),(48,4,'odt'),(49,4,'rtf'),(50,5,'rm'),(51,5,'ram'),(52,6,'wma'),(53,6,'wmv'),(54,7,'swf'),(55,8,'mov'),(56,8,'m4v'),(57,8,'m4a'),(58,8,'mp4'),(59,8,'3gp'),(60,8,'3g2'),(61,8,'qt'),(62,9,'mpeg'),(63,9,'mpg'),(64,9,'mp3'),(65,9,'ogg'),(66,9,'ogm'); /*!40000 ALTER TABLE `cartelforum_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_forums` -- DROP TABLE IF EXISTS `cartelforum_forums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_forums` ( `forum_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `forum_parents` mediumtext collate utf8_bin NOT NULL, `forum_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc` text collate utf8_bin NOT NULL, `forum_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc_options` int(11) unsigned NOT NULL default '7', `forum_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_password` varchar(40) collate utf8_bin NOT NULL default '', `forum_style` mediumint(8) unsigned NOT NULL default '0', `forum_image` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules` text collate utf8_bin NOT NULL, `forum_rules_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_options` int(11) unsigned NOT NULL default '7', `forum_rules_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_topics_per_page` tinyint(4) NOT NULL default '0', `forum_type` tinyint(4) NOT NULL default '0', `forum_status` tinyint(4) NOT NULL default '0', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_topics_real` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_post_time` int(11) unsigned NOT NULL default '0', `forum_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `forum_flags` tinyint(4) NOT NULL default '32', `forum_options` int(20) unsigned NOT NULL default '0', `display_subforum_list` tinyint(1) unsigned NOT NULL default '1', `display_on_index` tinyint(1) unsigned NOT NULL default '1', `enable_indexing` tinyint(1) unsigned NOT NULL default '1', `enable_icons` tinyint(1) unsigned NOT NULL default '1', `enable_prune` tinyint(1) unsigned NOT NULL default '0', `prune_next` int(11) unsigned NOT NULL default '0', `prune_days` mediumint(8) unsigned NOT NULL default '0', `prune_viewed` mediumint(8) unsigned NOT NULL default '0', `prune_freq` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `forum_lastpost_id` (`forum_last_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_forums` -- LOCK TABLES `cartelforum_forums` WRITE; /*!40000 ALTER TABLE `cartelforum_forums` DISABLE KEYS */; INSERT INTO `cartelforum_forums` VALUES (3,0,1,6,'','UC Hip-Hop Show Off','Show off your music here, show off your skill to the community, if your liked and unique have a chance of being spotted by Convict Cartel and posted on the main page!','',7,'','','',0,'','Spammers will be banned - Opinions and critisim is welcome','','',7,'',10,1,0,0,0,0,0,0,'',0,'','',112,0,1,0,1,0,0,0,7,7,1),(4,0,7,10,'','Sponsorship\'s & Collaborations','Want to sponsor, get sponsored or reach out to other artists ? This is the correct place','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(5,0,11,12,'','Emcees lyrics','Have lyrics you want to show off, sell or even compete with other emcees, anything around your writing skills lays here','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(6,0,13,14,'','Interviews','Have an interview channel, interview videos or want to be interviewed','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(7,0,15,16,'','General Discussion','Anything you want here! Keep it appropriate and G','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(8,0,17,18,'','Resources','Need help with getting out there, mics, what to buy for yourself and what other people use for production and marketing themselves? Ask here','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(9,3,2,3,'a:1:{i:3;a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;i:1;}}','Music Videos','your new music videos','',7,'','','$H$9ypdRDyzTYKMvyaem1dNCsdxuPlEjX.',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(10,3,4,5,'a:1:{i:3;a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;i:1;}}','Freestyles','freestyle\'s of all kinds','',7,'','','$H$9mKz2.TiikxtMaR5KgeSxizUaTvPZw.',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(11,4,8,9,'','Reach Out','call out to sponsors and show off what you got','',7,'','','$H$9ZY/g7DxFeeHsZhIo62h2WBJKOmx1./',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(13,0,19,20,'','Lease and Free Instrumental Production','Sell or show off to the community and give free beats, or sell your hard work!','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1); /*!40000 ALTER TABLE `cartelforum_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_forums_access` -- DROP TABLE IF EXISTS `cartelforum_forums_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_forums_access` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `session_id` char(32) collate utf8_bin NOT NULL default '', PRIMARY KEY (`forum_id`,`user_id`,`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_forums_access` -- LOCK TABLES `cartelforum_forums_access` WRITE; /*!40000 ALTER TABLE `cartelforum_forums_access` DISABLE KEYS */; INSERT INTO `cartelforum_forums_access` VALUES (9,2,'f3e9f7668dc6c6b9460bfc3459964c34'); /*!40000 ALTER TABLE `cartelforum_forums_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_forums_track` -- DROP TABLE IF EXISTS `cartelforum_forums_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_forums_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_forums_track` -- LOCK TABLES `cartelforum_forums_track` WRITE; /*!40000 ALTER TABLE `cartelforum_forums_track` DISABLE KEYS */; INSERT INTO `cartelforum_forums_track` VALUES (2,3,1374753010),(2,0,1374753480),(2,7,1374753480); /*!40000 ALTER TABLE `cartelforum_forums_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_forums_watch` -- DROP TABLE IF EXISTS `cartelforum_forums_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_forums_watch` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `forum_id` (`forum_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_forums_watch` -- LOCK TABLES `cartelforum_forums_watch` WRITE; /*!40000 ALTER TABLE `cartelforum_forums_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_forums_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_groups` -- DROP TABLE IF EXISTS `cartelforum_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_founder_manage` tinyint(1) unsigned NOT NULL default '0', `group_skip_auth` tinyint(1) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `group_desc` text collate utf8_bin NOT NULL, `group_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `group_desc_options` int(11) unsigned NOT NULL default '7', `group_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `group_display` tinyint(1) unsigned NOT NULL default '0', `group_avatar` varchar(255) collate utf8_bin NOT NULL default '', `group_avatar_type` tinyint(2) NOT NULL default '0', `group_avatar_width` smallint(4) unsigned NOT NULL default '0', `group_avatar_height` smallint(4) unsigned NOT NULL default '0', `group_rank` mediumint(8) unsigned NOT NULL default '0', `group_colour` varchar(6) collate utf8_bin NOT NULL default '', `group_sig_chars` mediumint(8) unsigned NOT NULL default '0', `group_receive_pm` tinyint(1) unsigned NOT NULL default '0', `group_message_limit` mediumint(8) unsigned NOT NULL default '0', `group_max_recipients` mediumint(8) unsigned NOT NULL default '0', `group_legend` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_legend_name` (`group_legend`,`group_name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_groups` -- LOCK TABLES `cartelforum_groups` WRITE; /*!40000 ALTER TABLE `cartelforum_groups` DISABLE KEYS */; INSERT INTO `cartelforum_groups` VALUES (1,3,0,0,'GUESTS','','',7,'',0,'',0,0,0,0,'FFCCFF',0,0,0,5,0),(2,3,0,0,'REGISTERED','','',7,'',0,'',0,0,0,0,'000000',0,0,0,5,1),(3,3,0,0,'REGISTERED_COPPA','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(4,3,0,0,'GLOBAL_MODERATORS','','',7,'',0,'',0,0,0,0,'00AA00',0,0,0,0,1),(5,3,1,0,'ADMINISTRATORS','','',7,'',0,'',0,0,0,0,'AA0000',0,0,0,0,1),(6,3,0,0,'BOTS','','',7,'',0,'',0,0,0,0,'9E8DA7',0,0,0,5,0),(7,3,0,0,'NEWLY_REGISTERED','','',7,'',0,'',0,0,0,0,'336666',0,0,0,5,1),(8,0,1,0,'Sponsor','Convict Cartel\'s Offical Sponsor','',7,'',0,'',0,0,0,0,'9900FF',0,0,0,0,1); /*!40000 ALTER TABLE `cartelforum_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_icons` -- DROP TABLE IF EXISTS `cartelforum_icons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_icons` ( `icons_id` mediumint(8) unsigned NOT NULL auto_increment, `icons_url` varchar(255) collate utf8_bin NOT NULL default '', `icons_width` tinyint(4) NOT NULL default '0', `icons_height` tinyint(4) NOT NULL default '0', `icons_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`icons_id`), KEY `display_on_posting` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_icons` -- LOCK TABLES `cartelforum_icons` WRITE; /*!40000 ALTER TABLE `cartelforum_icons` DISABLE KEYS */; INSERT INTO `cartelforum_icons` VALUES (1,'misc/fire.gif',16,16,1,1),(2,'smile/redface.gif',16,16,9,1),(3,'smile/mrgreen.gif',16,16,10,1),(4,'misc/heart.gif',16,16,4,1),(5,'misc/star.gif',16,16,2,1),(6,'misc/radioactive.gif',16,16,3,1),(7,'misc/thinking.gif',16,16,5,1),(8,'smile/info.gif',16,16,8,1),(9,'smile/question.gif',16,16,6,1),(10,'smile/alert.gif',16,16,7,1); /*!40000 ALTER TABLE `cartelforum_icons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_lang` -- DROP TABLE IF EXISTS `cartelforum_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_lang` ( `lang_id` tinyint(4) NOT NULL auto_increment, `lang_iso` varchar(30) collate utf8_bin NOT NULL default '', `lang_dir` varchar(30) collate utf8_bin NOT NULL default '', `lang_english_name` varchar(100) collate utf8_bin NOT NULL default '', `lang_local_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_author` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`lang_id`), KEY `lang_iso` (`lang_iso`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_lang` -- LOCK TABLES `cartelforum_lang` WRITE; /*!40000 ALTER TABLE `cartelforum_lang` DISABLE KEYS */; INSERT INTO `cartelforum_lang` VALUES (1,'en','en','British English','British English','phpBB Group'); /*!40000 ALTER TABLE `cartelforum_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_log` -- DROP TABLE IF EXISTS `cartelforum_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_log` ( `log_id` mediumint(8) unsigned NOT NULL auto_increment, `log_type` tinyint(4) NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `reportee_id` mediumint(8) unsigned NOT NULL default '0', `log_ip` varchar(40) collate utf8_bin NOT NULL default '', `log_time` int(11) unsigned NOT NULL default '0', `log_operation` text collate utf8_bin NOT NULL, `log_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`log_id`), KEY `log_type` (`log_type`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `reportee_id` (`reportee_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_log` -- LOCK TABLES `cartelforum_log` WRITE; /*!40000 ALTER TABLE `cartelforum_log` DISABLE KEYS */; INSERT INTO `cartelforum_log` VALUES (1,0,2,0,0,0,'108.215.61.113',1374745818,'LOG_INSTALL_INSTALLED','a:1:{i:0;s:6:\"3.0.11\";}'),(2,0,2,0,0,0,'108.215.61.113',1374745951,'LOG_GROUP_UPDATED','a:1:{i:0;s:22:\"Newly registered users\";}'),(3,0,2,0,0,0,'108.215.61.113',1374745965,'LOG_FORUM_DEL_FORUMS','a:1:{i:0;s:19:\"Your first category\";}'),(4,0,2,0,0,0,'108.215.61.113',1374746318,'LOG_FORUM_ADD','a:1:{i:0;s:19:\"UC Hip-Hop Show Off\";}'),(5,0,2,0,0,0,'108.215.61.113',1374746474,'LOG_FORUM_ADD','a:1:{i:0;s:34:\"Sponsorship\'s & Collaborations\";}'),(6,0,2,0,0,0,'108.215.61.113',1374746500,'LOG_FORUM_EDIT','a:1:{i:0;s:34:\"Sponsorship\'s & Collaborations\";}'),(7,0,2,0,0,0,'108.215.61.113',1374746636,'LOG_FORUM_ADD','a:1:{i:0;s:13:\"Emcees lyrics\";}'),(8,0,2,0,0,0,'108.215.61.113',1374746726,'LOG_FORUM_ADD','a:1:{i:0;s:10:\"Interviews\";}'),(9,0,2,0,0,0,'108.215.61.113',1374746781,'LOG_FORUM_ADD','a:1:{i:0;s:18:\"General Discussion\";}'),(10,0,2,0,0,0,'108.215.61.113',1374746862,'LOG_FORUM_ADD','a:1:{i:0;s:9:\"Resources\";}'),(11,0,2,0,0,0,'108.215.61.113',1374746904,'LOG_FORUM_ADD','a:1:{i:0;s:12:\"Music Videos\";}'),(12,0,2,0,0,0,'108.215.61.113',1374746904,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;s:12:\"Music Videos\";}'),(13,0,2,0,0,0,'108.215.61.113',1374746962,'LOG_FORUM_ADD','a:1:{i:0;s:10:\"Freestyles\";}'),(14,0,2,0,0,0,'108.215.61.113',1374746962,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;s:10:\"Freestyles\";}'),(15,0,2,0,0,0,'108.215.61.113',1374747015,'LOG_FORUM_ADD','a:1:{i:0;s:9:\"Reach Out\";}'),(16,0,2,0,0,0,'108.215.61.113',1374747015,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:34:\"Sponsorship\'s & Collaborations\";i:1;s:9:\"Reach Out\";}'),(17,0,2,0,0,0,'108.215.61.113',1374747142,'LOG_CONFIG_ATTACH',''),(18,0,2,0,0,0,'108.215.61.113',1374747200,'LOG_CONFIG_SETTINGS',''),(19,0,2,0,0,0,'108.215.61.113',1374747244,'LOG_CONFIG_AVATAR',''),(20,0,2,0,0,0,'108.215.61.113',1374747385,'LOG_FORUM_ADD','a:1:{i:0;s:7:\"Artists\";}'),(21,0,2,0,0,0,'108.215.61.113',1374747416,'LOG_FORUM_EDIT','a:1:{i:0;s:7:\"Artists\";}'),(22,0,2,0,0,0,'108.215.61.113',1374747424,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:7:\"Artists\";i:1;s:9:\"Resources\";}'),(23,0,2,0,0,0,'108.215.61.113',1374747427,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:7:\"Artists\";i:1;s:18:\"General Discussion\";}'),(24,0,2,0,0,0,'108.215.61.113',1374747430,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:7:\"Artists\";i:1;s:10:\"Interviews\";}'),(25,0,2,0,0,0,'108.215.61.113',1374747440,'LOG_FORUM_DEL_FORUM','a:1:{i:0;s:7:\"Artists\";}'),(26,0,2,0,0,0,'108.215.61.113',1374747896,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:45:\"UC Hip-Hop Show Off, Music Videos, Freestyles\";i:1;s:39:\"<span class=\"sep\">Administrators</span>\";}'),(27,0,2,0,0,0,'108.215.61.113',1374747953,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:45:\"UC Hip-Hop Show Off, Music Videos, Freestyles\";i:1;s:41:\"<span class=\"sep\">Registered users</span>\";}'),(28,0,2,0,0,0,'108.215.61.113',1374747966,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:45:\"UC Hip-Hop Show Off, Music Videos, Freestyles\";i:1;s:47:\"<span class=\"sep\">Newly registered users</span>\";}'),(29,0,2,0,0,0,'108.215.61.113',1374747980,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:45:\"UC Hip-Hop Show Off, Music Videos, Freestyles\";i:1;s:31:\"<span class=\"sep\">Guests</span>\";}'),(30,0,2,0,0,0,'108.215.61.113',1374747994,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:45:\"UC Hip-Hop Show Off, Music Videos, Freestyles\";i:1;s:42:\"<span class=\"sep\">Global moderators</span>\";}'),(31,0,2,0,0,0,'108.215.61.113',1374748011,'LOG_FORUM_EDIT','a:1:{i:0;s:19:\"UC Hip-Hop Show Off\";}'),(32,0,2,0,0,0,'108.215.61.113',1374748020,'LOG_FORUM_EDIT','a:1:{i:0;s:34:\"Sponsorship\'s & Collaborations\";}'),(33,0,2,0,0,0,'108.215.61.113',1374748029,'LOG_FORUM_EDIT','a:1:{i:0;s:13:\"Emcees lyrics\";}'),(34,0,2,0,0,0,'108.215.61.113',1374748038,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Interviews\";}'),(35,0,2,0,0,0,'108.215.61.113',1374748053,'LOG_FORUM_EDIT','a:1:{i:0;s:18:\"General Discussion\";}'),(36,0,2,0,0,0,'108.215.61.113',1374748067,'LOG_FORUM_EDIT','a:1:{i:0;s:9:\"Resources\";}'),(37,0,2,0,0,0,'108.215.61.113',1374748123,'LOG_FORUM_EDIT','a:1:{i:0;s:12:\"Music Videos\";}'),(38,0,2,0,0,0,'108.215.61.113',1374748131,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Freestyles\";}'),(39,0,2,0,0,0,'108.215.61.113',1374748169,'LOG_FORUM_EDIT','a:1:{i:0;s:12:\"Music Videos\";}'),(40,0,2,0,0,0,'108.215.61.113',1374748177,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Freestyles\";}'),(41,0,2,0,0,0,'108.215.61.113',1374748216,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;s:103:\"Sponsorship\'s & Collaborations, Emcees lyrics, Interviews, General Discussion, Resources, Reach Out\";}'),(42,0,2,0,0,0,'108.215.61.113',1374748238,'LOG_FORUM_EDIT','a:1:{i:0;s:9:\"Reach Out\";}'),(43,0,2,0,0,0,'108.215.61.113',1374748313,'LOG_RANK_ADDED','a:1:{i:0;s:11:\"Underground\";}'),(44,0,2,0,0,0,'108.215.61.113',1374748386,'LOG_RANK_ADDED','a:1:{i:0;s:5:\"Known\";}'),(45,0,2,0,0,0,'108.215.61.113',1374748403,'LOG_RANK_ADDED','a:1:{i:0;s:10:\"Well Known\";}'),(46,0,2,0,0,0,'108.215.61.113',1374748429,'LOG_RANK_ADDED','a:1:{i:0;s:5:\"Emcee\";}'),(47,0,2,0,0,0,'108.215.61.113',1374748533,'LOG_GROUP_CREATED','a:1:{i:0;s:7:\"Sponsor\";}'),(48,0,2,0,0,0,'108.215.61.113',1374748717,'LOG_TEMPLATE_ADD_FS','a:1:{i:0;s:11:\"sabah_siyah\";}'),(49,0,2,0,0,0,'108.215.61.113',1374748717,'LOG_THEME_ADD_DB','a:1:{i:0;s:11:\"sabah_siyah\";}'),(50,0,2,0,0,0,'108.215.61.113',1374748717,'LOG_IMAGESET_ADD_FS','a:1:{i:0;s:11:\"sabah_siyah\";}'),(51,0,2,0,0,0,'108.215.61.113',1374748718,'LOG_STYLE_ADD','a:1:{i:0;s:11:\"sabah_siyah\";}'),(52,0,2,0,0,0,'108.215.61.113',1374748786,'LOG_GROUP_UPDATED','a:1:{i:0;s:16:\"Registered users\";}'),(53,0,2,0,0,0,'108.215.61.113',1374748802,'LOG_GROUP_UPDATED','a:1:{i:0;s:7:\"Sponsor\";}'),(54,0,2,0,0,0,'108.215.61.113',1374748845,'LOG_GROUP_UPDATED','a:1:{i:0;s:22:\"Newly registered users\";}'),(55,0,2,0,0,0,'108.215.61.113',1374748860,'LOG_GROUP_UPDATED','a:1:{i:0;s:16:\"Registered users\";}'),(56,0,2,0,0,0,'108.215.61.113',1374749727,'LOG_FORUM_ADD','a:1:{i:0;s:38:\"Lease and Free Instrumental Production\";}'),(57,0,2,0,0,0,'108.215.61.113',1374749727,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:19:\"UC Hip-Hop Show Off\";i:1;s:38:\"Lease and Free Instrumental Production\";}'),(58,0,2,0,0,0,'108.215.61.113',1374750037,'LOG_GROUP_UPDATED','a:1:{i:0;s:6:\"Guests\";}'),(59,0,2,0,0,0,'108.215.61.113',1374751692,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Interviews\";}'),(60,0,2,0,0,0,'108.215.61.113',1374751715,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Interviews\";}'),(61,0,2,0,0,0,'108.215.61.113',1374751723,'LOG_FORUM_EDIT','a:1:{i:0;s:18:\"General Discussion\";}'),(62,0,2,0,0,0,'108.215.61.113',1374751730,'LOG_FORUM_EDIT','a:1:{i:0;s:9:\"Resources\";}'),(63,0,2,0,0,0,'108.215.61.113',1374751749,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Interviews\";}'),(64,0,2,0,0,0,'108.215.61.113',1374751801,'LOG_FORUM_EDIT','a:1:{i:0;s:13:\"Emcees lyrics\";}'),(65,0,2,0,0,0,'108.215.61.113',1374751809,'LOG_FORUM_EDIT','a:1:{i:0;s:10:\"Interviews\";}'),(66,0,2,0,0,0,'108.215.61.113',1374751837,'LOG_FORUM_EDIT','a:1:{i:0;s:18:\"General Discussion\";}'),(67,0,2,0,0,0,'108.215.61.113',1374751846,'LOG_FORUM_EDIT','a:1:{i:0;s:9:\"Resources\";}'),(68,0,2,0,0,0,'108.215.61.113',1374751855,'LOG_FORUM_EDIT','a:1:{i:0;s:38:\"Lease and Free Instrumental Production\";}'),(69,0,2,0,0,0,'108.215.61.113',1374752964,'LOG_THEME_ADD_FS','a:1:{i:0;s:11:\"WideGFX_Box\";}'),(70,0,2,0,0,0,'108.215.61.113',1374752976,'LOG_TEMPLATE_ADD_FS','a:1:{i:0;s:11:\"WideGFX_Box\";}'),(71,0,2,0,0,0,'108.215.61.113',1374752986,'LOG_IMAGESET_ADD_FS','a:1:{i:0;s:11:\"WideGFX_Box\";}'),(72,0,2,0,0,0,'108.215.61.113',1374752986,'LOG_STYLE_ADD','a:1:{i:0;s:11:\"WideGFX_Box\";}'); /*!40000 ALTER TABLE `cartelforum_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_login_attempts` -- DROP TABLE IF EXISTS `cartelforum_login_attempts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_login_attempts` ( `attempt_ip` varchar(40) collate utf8_bin NOT NULL default '', `attempt_browser` varchar(150) collate utf8_bin NOT NULL default '', `attempt_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `attempt_time` int(11) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '0', `username_clean` varchar(255) collate utf8_bin NOT NULL default '0', KEY `att_ip` (`attempt_ip`,`attempt_time`), KEY `att_for` (`attempt_forwarded_for`,`attempt_time`), KEY `att_time` (`attempt_time`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_login_attempts` -- LOCK TABLES `cartelforum_login_attempts` WRITE; /*!40000 ALTER TABLE `cartelforum_login_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_login_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_moderator_cache` -- DROP TABLE IF EXISTS `cartelforum_moderator_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_moderator_cache` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `group_id` mediumint(8) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `display_on_index` tinyint(1) unsigned NOT NULL default '1', KEY `disp_idx` (`display_on_index`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_moderator_cache` -- LOCK TABLES `cartelforum_moderator_cache` WRITE; /*!40000 ALTER TABLE `cartelforum_moderator_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_moderator_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_modules` -- DROP TABLE IF EXISTS `cartelforum_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_modules` ( `module_id` mediumint(8) unsigned NOT NULL auto_increment, `module_enabled` tinyint(1) unsigned NOT NULL default '1', `module_display` tinyint(1) unsigned NOT NULL default '1', `module_basename` varchar(255) collate utf8_bin NOT NULL default '', `module_class` varchar(10) collate utf8_bin NOT NULL default '', `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `module_langname` varchar(255) collate utf8_bin NOT NULL default '', `module_mode` varchar(255) collate utf8_bin NOT NULL default '', `module_auth` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`module_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `module_enabled` (`module_enabled`), KEY `class_left_id` (`module_class`,`left_id`) ) ENGINE=MyISAM AUTO_INCREMENT=199 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_modules` -- LOCK TABLES `cartelforum_modules` WRITE; /*!40000 ALTER TABLE `cartelforum_modules` DISABLE KEYS */; INSERT INTO `cartelforum_modules` VALUES (1,1,1,'','acp',0,1,64,'ACP_CAT_GENERAL','',''),(2,1,1,'','acp',1,4,17,'ACP_QUICK_ACCESS','',''),(3,1,1,'','acp',1,18,41,'ACP_BOARD_CONFIGURATION','',''),(4,1,1,'','acp',1,42,49,'ACP_CLIENT_COMMUNICATION','',''),(5,1,1,'','acp',1,50,63,'ACP_SERVER_CONFIGURATION','',''),(6,1,1,'','acp',0,65,84,'ACP_CAT_FORUMS','',''),(7,1,1,'','acp',6,66,71,'ACP_MANAGE_FORUMS','',''),(8,1,1,'','acp',6,72,83,'ACP_FORUM_BASED_PERMISSIONS','',''),(9,1,1,'','acp',0,85,110,'ACP_CAT_POSTING','',''),(10,1,1,'','acp',9,86,99,'ACP_MESSAGES','',''),(11,1,1,'','acp',9,100,109,'ACP_ATTACHMENTS','',''),(12,1,1,'','acp',0,111,166,'ACP_CAT_USERGROUP','',''),(13,1,1,'','acp',12,112,145,'ACP_CAT_USERS','',''),(14,1,1,'','acp',12,146,153,'ACP_GROUPS','',''),(15,1,1,'','acp',12,154,165,'ACP_USER_SECURITY','',''),(16,1,1,'','acp',0,167,216,'ACP_CAT_PERMISSIONS','',''),(17,1,1,'','acp',16,170,179,'ACP_GLOBAL_PERMISSIONS','',''),(18,1,1,'','acp',16,180,191,'ACP_FORUM_BASED_PERMISSIONS','',''),(19,1,1,'','acp',16,192,201,'ACP_PERMISSION_ROLES','',''),(20,1,1,'','acp',16,202,215,'ACP_PERMISSION_MASKS','',''),(21,1,1,'','acp',0,217,230,'ACP_CAT_STYLES','',''),(22,1,1,'','acp',21,218,221,'ACP_STYLE_MANAGEMENT','',''),(23,1,1,'','acp',21,222,229,'ACP_STYLE_COMPONENTS','',''),(24,1,1,'','acp',0,231,250,'ACP_CAT_MAINTENANCE','',''),(25,1,1,'','acp',24,232,241,'ACP_FORUM_LOGS','',''),(26,1,1,'','acp',24,242,249,'ACP_CAT_DATABASE','',''),(27,1,1,'','acp',0,251,276,'ACP_CAT_SYSTEM','',''),(28,1,1,'','acp',27,252,255,'ACP_AUTOMATION','',''),(29,1,1,'','acp',27,256,267,'ACP_GENERAL_TASKS','',''),(30,1,1,'','acp',27,268,275,'ACP_MODULE_MANAGEMENT','',''),(31,1,1,'','acp',0,277,278,'ACP_CAT_DOT_MODS','',''),(32,1,1,'attachments','acp',3,19,20,'ACP_ATTACHMENT_SETTINGS','attach','acl_a_attach'),(33,1,1,'attachments','acp',11,101,102,'ACP_ATTACHMENT_SETTINGS','attach','acl_a_attach'),(34,1,1,'attachments','acp',11,103,104,'ACP_MANAGE_EXTENSIONS','extensions','acl_a_attach'),(35,1,1,'attachments','acp',11,105,106,'ACP_EXTENSION_GROUPS','ext_groups','acl_a_attach'),(36,1,1,'attachments','acp',11,107,108,'ACP_ORPHAN_ATTACHMENTS','orphan','acl_a_attach'),(37,1,1,'ban','acp',15,155,156,'ACP_BAN_EMAILS','email','acl_a_ban'),(38,1,1,'ban','acp',15,157,158,'ACP_BAN_IPS','ip','acl_a_ban'),(39,1,1,'ban','acp',15,159,160,'ACP_BAN_USERNAMES','user','acl_a_ban'),(40,1,1,'bbcodes','acp',10,87,88,'ACP_BBCODES','bbcodes','acl_a_bbcode'),(41,1,1,'board','acp',3,21,22,'ACP_BOARD_SETTINGS','settings','acl_a_board'),(42,1,1,'board','acp',3,23,24,'ACP_BOARD_FEATURES','features','acl_a_board'),(43,1,1,'board','acp',3,25,26,'ACP_AVATAR_SETTINGS','avatar','acl_a_board'),(44,1,1,'board','acp',3,27,28,'ACP_MESSAGE_SETTINGS','message','acl_a_board'),(45,1,1,'board','acp',10,89,90,'ACP_MESSAGE_SETTINGS','message','acl_a_board'),(46,1,1,'board','acp',3,29,30,'ACP_POST_SETTINGS','post','acl_a_board'),(47,1,1,'board','acp',10,91,92,'ACP_POST_SETTINGS','post','acl_a_board'),(48,1,1,'board','acp',3,31,32,'ACP_SIGNATURE_SETTINGS','signature','acl_a_board'),(49,1,1,'board','acp',3,33,34,'ACP_FEED_SETTINGS','feed','acl_a_board'),(50,1,1,'board','acp',3,35,36,'ACP_REGISTER_SETTINGS','registration','acl_a_board'),(51,1,1,'board','acp',4,43,44,'ACP_AUTH_SETTINGS','auth','acl_a_server'),(52,1,1,'board','acp',4,45,46,'ACP_EMAIL_SETTINGS','email','acl_a_server'),(53,1,1,'board','acp',5,51,52,'ACP_COOKIE_SETTINGS','cookie','acl_a_server'),(54,1,1,'board','acp',5,53,54,'ACP_SERVER_SETTINGS','server','acl_a_server'),(55,1,1,'board','acp',5,55,56,'ACP_SECURITY_SETTINGS','security','acl_a_server'),(56,1,1,'board','acp',5,57,58,'ACP_LOAD_SETTINGS','load','acl_a_server'),(57,1,1,'bots','acp',29,257,258,'ACP_BOTS','bots','acl_a_bots'),(58,1,1,'captcha','acp',3,37,38,'ACP_VC_SETTINGS','visual','acl_a_board'),(59,1,0,'captcha','acp',3,39,40,'ACP_VC_CAPTCHA_DISPLAY','img','acl_a_board'),(60,1,1,'database','acp',26,243,244,'ACP_BACKUP','backup','acl_a_backup'),(61,1,1,'database','acp',26,245,246,'ACP_RESTORE','restore','acl_a_backup'),(62,1,1,'disallow','acp',15,161,162,'ACP_DISALLOW_USERNAMES','usernames','acl_a_names'),(63,1,1,'email','acp',29,259,260,'ACP_MASS_EMAIL','email','acl_a_email && cfg_email_enable'),(64,1,1,'forums','acp',7,67,68,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(65,1,1,'groups','acp',14,147,148,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(66,1,1,'icons','acp',10,93,94,'ACP_ICONS','icons','acl_a_icons'),(67,1,1,'icons','acp',10,95,96,'ACP_SMILIES','smilies','acl_a_icons'),(68,1,1,'inactive','acp',13,115,116,'ACP_INACTIVE_USERS','list','acl_a_user'),(69,1,1,'jabber','acp',4,47,48,'ACP_JABBER_SETTINGS','settings','acl_a_jabber'),(70,1,1,'language','acp',29,261,262,'ACP_LANGUAGE_PACKS','lang_packs','acl_a_language'),(71,1,1,'logs','acp',25,233,234,'ACP_ADMIN_LOGS','admin','acl_a_viewlogs'),(72,1,1,'logs','acp',25,235,236,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(73,1,1,'logs','acp',25,237,238,'ACP_USERS_LOGS','users','acl_a_viewlogs'),(74,1,1,'logs','acp',25,239,240,'ACP_CRITICAL_LOGS','critical','acl_a_viewlogs'),(75,1,1,'main','acp',1,2,3,'ACP_INDEX','main',''),(76,1,1,'modules','acp',30,269,270,'ACP','acp','acl_a_modules'),(77,1,1,'modules','acp',30,271,272,'UCP','ucp','acl_a_modules'),(78,1,1,'modules','acp',30,273,274,'MCP','mcp','acl_a_modules'),(79,1,1,'permission_roles','acp',19,193,194,'ACP_ADMIN_ROLES','admin_roles','acl_a_roles && acl_a_aauth'),(80,1,1,'permission_roles','acp',19,195,196,'ACP_USER_ROLES','user_roles','acl_a_roles && acl_a_uauth'),(81,1,1,'permission_roles','acp',19,197,198,'ACP_MOD_ROLES','mod_roles','acl_a_roles && acl_a_mauth'),(82,1,1,'permission_roles','acp',19,199,200,'ACP_FORUM_ROLES','forum_roles','acl_a_roles && acl_a_fauth'),(83,1,1,'permissions','acp',16,168,169,'ACP_PERMISSIONS','intro','acl_a_authusers || acl_a_authgroups || acl_a_viewauth'),(84,1,0,'permissions','acp',20,203,204,'ACP_PERMISSION_TRACE','trace','acl_a_viewauth'),(85,1,1,'permissions','acp',18,181,182,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(86,1,1,'permissions','acp',18,183,184,'ACP_FORUM_PERMISSIONS_COPY','setting_forum_copy','acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth'),(87,1,1,'permissions','acp',18,185,186,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(88,1,1,'permissions','acp',17,171,172,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(89,1,1,'permissions','acp',13,117,118,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(90,1,1,'permissions','acp',18,187,188,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(91,1,1,'permissions','acp',13,119,120,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(92,1,1,'permissions','acp',17,173,174,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(93,1,1,'permissions','acp',14,149,150,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(94,1,1,'permissions','acp',18,189,190,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(95,1,1,'permissions','acp',14,151,152,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(96,1,1,'permissions','acp',17,175,176,'ACP_ADMINISTRATORS','setting_admin_global','acl_a_aauth && (acl_a_authusers || acl_a_authgroups)'),(97,1,1,'permissions','acp',17,177,178,'ACP_GLOBAL_MODERATORS','setting_mod_global','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(98,1,1,'permissions','acp',20,205,206,'ACP_VIEW_ADMIN_PERMISSIONS','view_admin_global','acl_a_viewauth'),(99,1,1,'permissions','acp',20,207,208,'ACP_VIEW_USER_PERMISSIONS','view_user_global','acl_a_viewauth'),(100,1,1,'permissions','acp',20,209,210,'ACP_VIEW_GLOBAL_MOD_PERMISSIONS','view_mod_global','acl_a_viewauth'),(101,1,1,'permissions','acp',20,211,212,'ACP_VIEW_FORUM_MOD_PERMISSIONS','view_mod_local','acl_a_viewauth'),(102,1,1,'permissions','acp',20,213,214,'ACP_VIEW_FORUM_PERMISSIONS','view_forum_local','acl_a_viewauth'),(103,1,1,'php_info','acp',29,263,264,'ACP_PHP_INFO','info','acl_a_phpinfo'),(104,1,1,'profile','acp',13,121,122,'ACP_CUSTOM_PROFILE_FIELDS','profile','acl_a_profile'),(105,1,1,'prune','acp',7,69,70,'ACP_PRUNE_FORUMS','forums','acl_a_prune'),(106,1,1,'prune','acp',15,163,164,'ACP_PRUNE_USERS','users','acl_a_userdel'),(107,1,1,'ranks','acp',13,123,124,'ACP_MANAGE_RANKS','ranks','acl_a_ranks'),(108,1,1,'reasons','acp',29,265,266,'ACP_MANAGE_REASONS','main','acl_a_reasons'),(109,1,1,'search','acp',5,59,60,'ACP_SEARCH_SETTINGS','settings','acl_a_search'),(110,1,1,'search','acp',26,247,248,'ACP_SEARCH_INDEX','index','acl_a_search'),(111,1,1,'send_statistics','acp',5,61,62,'ACP_SEND_STATISTICS','send_statistics','acl_a_server'),(112,1,1,'styles','acp',22,219,220,'ACP_STYLES','style','acl_a_styles'),(113,1,1,'styles','acp',23,223,224,'ACP_TEMPLATES','template','acl_a_styles'),(114,1,1,'styles','acp',23,225,226,'ACP_THEMES','theme','acl_a_styles'),(115,1,1,'styles','acp',23,227,228,'ACP_IMAGESETS','imageset','acl_a_styles'),(116,1,1,'update','acp',28,253,254,'ACP_VERSION_CHECK','version_check','acl_a_board'),(117,1,1,'users','acp',13,113,114,'ACP_MANAGE_USERS','overview','acl_a_user'),(118,1,0,'users','acp',13,125,126,'ACP_USER_FEEDBACK','feedback','acl_a_user'),(119,1,0,'users','acp',13,127,128,'ACP_USER_WARNINGS','warnings','acl_a_user'),(120,1,0,'users','acp',13,129,130,'ACP_USER_PROFILE','profile','acl_a_user'),(121,1,0,'users','acp',13,131,132,'ACP_USER_PREFS','prefs','acl_a_user'),(122,1,0,'users','acp',13,133,134,'ACP_USER_AVATAR','avatar','acl_a_user'),(123,1,0,'users','acp',13,135,136,'ACP_USER_RANK','rank','acl_a_user'),(124,1,0,'users','acp',13,137,138,'ACP_USER_SIG','sig','acl_a_user'),(125,1,0,'users','acp',13,139,140,'ACP_USER_GROUPS','groups','acl_a_user && acl_a_group'),(126,1,0,'users','acp',13,141,142,'ACP_USER_PERM','perm','acl_a_user && acl_a_viewauth'),(127,1,0,'users','acp',13,143,144,'ACP_USER_ATTACH','attach','acl_a_user'),(128,1,1,'words','acp',10,97,98,'ACP_WORDS','words','acl_a_words'),(129,1,1,'users','acp',2,5,6,'ACP_MANAGE_USERS','overview','acl_a_user'),(130,1,1,'groups','acp',2,7,8,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(131,1,1,'forums','acp',2,9,10,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(132,1,1,'logs','acp',2,11,12,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(133,1,1,'bots','acp',2,13,14,'ACP_BOTS','bots','acl_a_bots'),(134,1,1,'php_info','acp',2,15,16,'ACP_PHP_INFO','info','acl_a_phpinfo'),(135,1,1,'permissions','acp',8,73,74,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(136,1,1,'permissions','acp',8,75,76,'ACP_FORUM_PERMISSIONS_COPY','setting_forum_copy','acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth'),(137,1,1,'permissions','acp',8,77,78,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(138,1,1,'permissions','acp',8,79,80,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(139,1,1,'permissions','acp',8,81,82,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(140,1,1,'','mcp',0,1,10,'MCP_MAIN','',''),(141,1,1,'','mcp',0,11,18,'MCP_QUEUE','',''),(142,1,1,'','mcp',0,19,32,'MCP_REPORTS','',''),(143,1,1,'','mcp',0,33,38,'MCP_NOTES','',''),(144,1,1,'','mcp',0,39,48,'MCP_WARN','',''),(145,1,1,'','mcp',0,49,56,'MCP_LOGS','',''),(146,1,1,'','mcp',0,57,64,'MCP_BAN','',''),(147,1,1,'ban','mcp',146,58,59,'MCP_BAN_USERNAMES','user','acl_m_ban'),(148,1,1,'ban','mcp',146,60,61,'MCP_BAN_IPS','ip','acl_m_ban'),(149,1,1,'ban','mcp',146,62,63,'MCP_BAN_EMAILS','email','acl_m_ban'),(150,1,1,'logs','mcp',145,50,51,'MCP_LOGS_FRONT','front','acl_m_ || aclf_m_'),(151,1,1,'logs','mcp',145,52,53,'MCP_LOGS_FORUM_VIEW','forum_logs','acl_m_,$id'),(152,1,1,'logs','mcp',145,54,55,'MCP_LOGS_TOPIC_VIEW','topic_logs','acl_m_,$id'),(153,1,1,'main','mcp',140,2,3,'MCP_MAIN_FRONT','front',''),(154,1,1,'main','mcp',140,4,5,'MCP_MAIN_FORUM_VIEW','forum_view','acl_m_,$id'),(155,1,1,'main','mcp',140,6,7,'MCP_MAIN_TOPIC_VIEW','topic_view','acl_m_,$id'),(156,1,1,'main','mcp',140,8,9,'MCP_MAIN_POST_DETAILS','post_details','acl_m_,$id || (!$id && aclf_m_)'),(157,1,1,'notes','mcp',143,34,35,'MCP_NOTES_FRONT','front',''),(158,1,1,'notes','mcp',143,36,37,'MCP_NOTES_USER','user_notes',''),(159,1,1,'pm_reports','mcp',142,20,21,'MCP_PM_REPORTS_OPEN','pm_reports','aclf_m_report'),(160,1,1,'pm_reports','mcp',142,22,23,'MCP_PM_REPORTS_CLOSED','pm_reports_closed','aclf_m_report'),(161,1,1,'pm_reports','mcp',142,24,25,'MCP_PM_REPORT_DETAILS','pm_report_details','aclf_m_report'),(162,1,1,'queue','mcp',141,12,13,'MCP_QUEUE_UNAPPROVED_TOPICS','unapproved_topics','aclf_m_approve'),(163,1,1,'queue','mcp',141,14,15,'MCP_QUEUE_UNAPPROVED_POSTS','unapproved_posts','aclf_m_approve'),(164,1,1,'queue','mcp',141,16,17,'MCP_QUEUE_APPROVE_DETAILS','approve_details','acl_m_approve,$id || (!$id && aclf_m_approve)'),(165,1,1,'reports','mcp',142,26,27,'MCP_REPORTS_OPEN','reports','aclf_m_report'),(166,1,1,'reports','mcp',142,28,29,'MCP_REPORTS_CLOSED','reports_closed','aclf_m_report'),(167,1,1,'reports','mcp',142,30,31,'MCP_REPORT_DETAILS','report_details','acl_m_report,$id || (!$id && aclf_m_report)'),(168,1,1,'warn','mcp',144,40,41,'MCP_WARN_FRONT','front','aclf_m_warn'),(169,1,1,'warn','mcp',144,42,43,'MCP_WARN_LIST','list','aclf_m_warn'),(170,1,1,'warn','mcp',144,44,45,'MCP_WARN_USER','warn_user','aclf_m_warn'),(171,1,1,'warn','mcp',144,46,47,'MCP_WARN_POST','warn_post','acl_m_warn && acl_f_read,$id'),(172,1,1,'','ucp',0,1,12,'UCP_MAIN','',''),(173,1,1,'','ucp',0,13,22,'UCP_PROFILE','',''),(174,1,1,'','ucp',0,23,30,'UCP_PREFS','',''),(175,1,1,'','ucp',0,31,42,'UCP_PM','',''),(176,1,1,'','ucp',0,43,48,'UCP_USERGROUPS','',''),(177,1,1,'','ucp',0,49,54,'UCP_ZEBRA','',''),(178,1,1,'attachments','ucp',172,10,11,'UCP_MAIN_ATTACHMENTS','attachments','acl_u_attach'),(179,1,1,'groups','ucp',176,44,45,'UCP_USERGROUPS_MEMBER','membership',''),(180,1,1,'groups','ucp',176,46,47,'UCP_USERGROUPS_MANAGE','manage',''),(181,1,1,'main','ucp',172,2,3,'UCP_MAIN_FRONT','front',''),(182,1,1,'main','ucp',172,4,5,'UCP_MAIN_SUBSCRIBED','subscribed',''),(183,1,1,'main','ucp',172,6,7,'UCP_MAIN_BOOKMARKS','bookmarks','cfg_allow_bookmarks'),(184,1,1,'main','ucp',172,8,9,'UCP_MAIN_DRAFTS','drafts',''),(185,1,0,'pm','ucp',175,32,33,'UCP_PM_VIEW','view','cfg_allow_privmsg'),(186,1,1,'pm','ucp',175,34,35,'UCP_PM_COMPOSE','compose','cfg_allow_privmsg'),(187,1,1,'pm','ucp',175,36,37,'UCP_PM_DRAFTS','drafts','cfg_allow_privmsg'),(188,1,1,'pm','ucp',175,38,39,'UCP_PM_OPTIONS','options','cfg_allow_privmsg'),(189,1,0,'pm','ucp',175,40,41,'UCP_PM_POPUP_TITLE','popup','cfg_allow_privmsg'),(190,1,1,'prefs','ucp',174,24,25,'UCP_PREFS_PERSONAL','personal',''),(191,1,1,'prefs','ucp',174,26,27,'UCP_PREFS_POST','post',''),(192,1,1,'prefs','ucp',174,28,29,'UCP_PREFS_VIEW','view',''),(193,1,1,'profile','ucp',173,14,15,'UCP_PROFILE_PROFILE_INFO','profile_info',''),(194,1,1,'profile','ucp',173,16,17,'UCP_PROFILE_SIGNATURE','signature',''),(195,1,1,'profile','ucp',173,18,19,'UCP_PROFILE_AVATAR','avatar','cfg_allow_avatar && (cfg_allow_avatar_local || cfg_allow_avatar_remote || cfg_allow_avatar_upload || cfg_allow_avatar_remote_upload)'),(196,1,1,'profile','ucp',173,20,21,'UCP_PROFILE_REG_DETAILS','reg_details',''),(197,1,1,'zebra','ucp',177,50,51,'UCP_ZEBRA_FRIENDS','friends',''),(198,1,1,'zebra','ucp',177,52,53,'UCP_ZEBRA_FOES','foes',''); /*!40000 ALTER TABLE `cartelforum_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_poll_options` -- DROP TABLE IF EXISTS `cartelforum_poll_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_poll_options` ( `poll_option_id` tinyint(4) NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_text` text collate utf8_bin NOT NULL, `poll_option_total` mediumint(8) unsigned NOT NULL default '0', KEY `poll_opt_id` (`poll_option_id`), KEY `topic_id` (`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_poll_options` -- LOCK TABLES `cartelforum_poll_options` WRITE; /*!40000 ALTER TABLE `cartelforum_poll_options` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_poll_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_poll_votes` -- DROP TABLE IF EXISTS `cartelforum_poll_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_poll_votes` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_id` tinyint(4) NOT NULL default '0', `vote_user_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_ip` varchar(40) collate utf8_bin NOT NULL default '', KEY `topic_id` (`topic_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_poll_votes` -- LOCK TABLES `cartelforum_poll_votes` WRITE; /*!40000 ALTER TABLE `cartelforum_poll_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_poll_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_posts` -- DROP TABLE IF EXISTS `cartelforum_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_posts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `poster_ip` varchar(40) collate utf8_bin NOT NULL default '', `post_time` int(11) unsigned NOT NULL default '0', `post_approved` tinyint(1) unsigned NOT NULL default '1', `post_reported` tinyint(1) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `post_username` varchar(255) collate utf8_bin NOT NULL default '', `post_subject` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `post_text` mediumtext collate utf8_bin NOT NULL, `post_checksum` varchar(32) collate utf8_bin NOT NULL default '', `post_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `post_postcount` tinyint(1) unsigned NOT NULL default '1', `post_edit_time` int(11) unsigned NOT NULL default '0', `post_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `post_edit_user` mediumint(8) unsigned NOT NULL default '0', `post_edit_count` smallint(4) unsigned NOT NULL default '0', `post_edit_locked` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_ip` (`poster_ip`), KEY `poster_id` (`poster_id`), KEY `post_approved` (`post_approved`), KEY `post_username` (`post_username`), KEY `tid_post_time` (`topic_id`,`post_time`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_posts` -- LOCK TABLES `cartelforum_posts` WRITE; /*!40000 ALTER TABLE `cartelforum_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_privmsgs` -- DROP TABLE IF EXISTS `cartelforum_privmsgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_privmsgs` ( `msg_id` mediumint(8) unsigned NOT NULL auto_increment, `root_level` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `author_ip` varchar(40) collate utf8_bin NOT NULL default '', `message_time` int(11) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `message_subject` varchar(255) collate utf8_bin NOT NULL default '', `message_text` mediumtext collate utf8_bin NOT NULL, `message_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `message_edit_user` mediumint(8) unsigned NOT NULL default '0', `message_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `message_edit_time` int(11) unsigned NOT NULL default '0', `message_edit_count` smallint(4) unsigned NOT NULL default '0', `to_address` text collate utf8_bin NOT NULL, `bcc_address` text collate utf8_bin NOT NULL, `message_reported` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `author_ip` (`author_ip`), KEY `message_time` (`message_time`), KEY `author_id` (`author_id`), KEY `root_level` (`root_level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_privmsgs` -- LOCK TABLES `cartelforum_privmsgs` WRITE; /*!40000 ALTER TABLE `cartelforum_privmsgs` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_privmsgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_privmsgs_folder` -- DROP TABLE IF EXISTS `cartelforum_privmsgs_folder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_privmsgs_folder` ( `folder_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `folder_name` varchar(255) collate utf8_bin NOT NULL default '', `pm_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`folder_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_privmsgs_folder` -- LOCK TABLES `cartelforum_privmsgs_folder` WRITE; /*!40000 ALTER TABLE `cartelforum_privmsgs_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_privmsgs_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_privmsgs_rules` -- DROP TABLE IF EXISTS `cartelforum_privmsgs_rules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_privmsgs_rules` ( `rule_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `rule_check` mediumint(8) unsigned NOT NULL default '0', `rule_connection` mediumint(8) unsigned NOT NULL default '0', `rule_string` varchar(255) collate utf8_bin NOT NULL default '', `rule_user_id` mediumint(8) unsigned NOT NULL default '0', `rule_group_id` mediumint(8) unsigned NOT NULL default '0', `rule_action` mediumint(8) unsigned NOT NULL default '0', `rule_folder_id` int(11) NOT NULL default '0', PRIMARY KEY (`rule_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_privmsgs_rules` -- LOCK TABLES `cartelforum_privmsgs_rules` WRITE; /*!40000 ALTER TABLE `cartelforum_privmsgs_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_privmsgs_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_privmsgs_to` -- DROP TABLE IF EXISTS `cartelforum_privmsgs_to`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_privmsgs_to` ( `msg_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `pm_deleted` tinyint(1) unsigned NOT NULL default '0', `pm_new` tinyint(1) unsigned NOT NULL default '1', `pm_unread` tinyint(1) unsigned NOT NULL default '1', `pm_replied` tinyint(1) unsigned NOT NULL default '0', `pm_marked` tinyint(1) unsigned NOT NULL default '0', `pm_forwarded` tinyint(1) unsigned NOT NULL default '0', `folder_id` int(11) NOT NULL default '0', KEY `msg_id` (`msg_id`), KEY `author_id` (`author_id`), KEY `usr_flder_id` (`user_id`,`folder_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_privmsgs_to` -- LOCK TABLES `cartelforum_privmsgs_to` WRITE; /*!40000 ALTER TABLE `cartelforum_privmsgs_to` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_privmsgs_to` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_profile_fields` -- DROP TABLE IF EXISTS `cartelforum_profile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_profile_fields` ( `field_id` mediumint(8) unsigned NOT NULL auto_increment, `field_name` varchar(255) collate utf8_bin NOT NULL default '', `field_type` tinyint(4) NOT NULL default '0', `field_ident` varchar(20) collate utf8_bin NOT NULL default '', `field_length` varchar(20) collate utf8_bin NOT NULL default '', `field_minlen` varchar(255) collate utf8_bin NOT NULL default '', `field_maxlen` varchar(255) collate utf8_bin NOT NULL default '', `field_novalue` varchar(255) collate utf8_bin NOT NULL default '', `field_default_value` varchar(255) collate utf8_bin NOT NULL default '', `field_validation` varchar(20) collate utf8_bin NOT NULL default '', `field_required` tinyint(1) unsigned NOT NULL default '0', `field_show_novalue` tinyint(1) unsigned NOT NULL default '0', `field_show_on_reg` tinyint(1) unsigned NOT NULL default '0', `field_show_on_vt` tinyint(1) unsigned NOT NULL default '0', `field_show_profile` tinyint(1) unsigned NOT NULL default '0', `field_hide` tinyint(1) unsigned NOT NULL default '0', `field_no_view` tinyint(1) unsigned NOT NULL default '0', `field_active` tinyint(1) unsigned NOT NULL default '0', `field_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`field_id`), KEY `fld_type` (`field_type`), KEY `fld_ordr` (`field_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_profile_fields` -- LOCK TABLES `cartelforum_profile_fields` WRITE; /*!40000 ALTER TABLE `cartelforum_profile_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_profile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_profile_fields_data` -- DROP TABLE IF EXISTS `cartelforum_profile_fields_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_profile_fields_data` ( `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_profile_fields_data` -- LOCK TABLES `cartelforum_profile_fields_data` WRITE; /*!40000 ALTER TABLE `cartelforum_profile_fields_data` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_profile_fields_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_profile_fields_lang` -- DROP TABLE IF EXISTS `cartelforum_profile_fields_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_profile_fields_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `option_id` mediumint(8) unsigned NOT NULL default '0', `field_type` tinyint(4) NOT NULL default '0', `lang_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_profile_fields_lang` -- LOCK TABLES `cartelforum_profile_fields_lang` WRITE; /*!40000 ALTER TABLE `cartelforum_profile_fields_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_profile_fields_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_profile_lang` -- DROP TABLE IF EXISTS `cartelforum_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_profile_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `lang_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_explain` text collate utf8_bin NOT NULL, `lang_default_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_profile_lang` -- LOCK TABLES `cartelforum_profile_lang` WRITE; /*!40000 ALTER TABLE `cartelforum_profile_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_ranks` -- DROP TABLE IF EXISTS `cartelforum_ranks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_ranks` ( `rank_id` mediumint(8) unsigned NOT NULL auto_increment, `rank_title` varchar(255) collate utf8_bin NOT NULL default '', `rank_min` mediumint(8) unsigned NOT NULL default '0', `rank_special` tinyint(1) unsigned NOT NULL default '0', `rank_image` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`rank_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_ranks` -- LOCK TABLES `cartelforum_ranks` WRITE; /*!40000 ALTER TABLE `cartelforum_ranks` DISABLE KEYS */; INSERT INTO `cartelforum_ranks` VALUES (1,'Site Admin',0,1,''),(2,'Underground',0,0,''),(3,'Known',50,0,''),(4,'Well Known',100,0,''),(5,'Emcee',150,0,''); /*!40000 ALTER TABLE `cartelforum_ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_reports` -- DROP TABLE IF EXISTS `cartelforum_reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_reports` ( `report_id` mediumint(8) unsigned NOT NULL auto_increment, `reason_id` smallint(4) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `pm_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `user_notify` tinyint(1) unsigned NOT NULL default '0', `report_closed` tinyint(1) unsigned NOT NULL default '0', `report_time` int(11) unsigned NOT NULL default '0', `report_text` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`report_id`), KEY `post_id` (`post_id`), KEY `pm_id` (`pm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_reports` -- LOCK TABLES `cartelforum_reports` WRITE; /*!40000 ALTER TABLE `cartelforum_reports` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_reports_reasons` -- DROP TABLE IF EXISTS `cartelforum_reports_reasons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_reports_reasons` ( `reason_id` smallint(4) unsigned NOT NULL auto_increment, `reason_title` varchar(255) collate utf8_bin NOT NULL default '', `reason_description` mediumtext collate utf8_bin NOT NULL, `reason_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`reason_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_reports_reasons` -- LOCK TABLES `cartelforum_reports_reasons` WRITE; /*!40000 ALTER TABLE `cartelforum_reports_reasons` DISABLE KEYS */; INSERT INTO `cartelforum_reports_reasons` VALUES (1,'warez','The post contains links to illegal or pirated software.',1),(2,'spam','The reported post has the only purpose to advertise for a website or another product.',2),(3,'off_topic','The reported post is off topic.',3),(4,'other','The reported post does not fit into any other category, please use the further information field.',4); /*!40000 ALTER TABLE `cartelforum_reports_reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_search_results` -- DROP TABLE IF EXISTS `cartelforum_search_results`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_search_results` ( `search_key` varchar(32) collate utf8_bin NOT NULL default '', `search_time` int(11) unsigned NOT NULL default '0', `search_keywords` mediumtext collate utf8_bin NOT NULL, `search_authors` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`search_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_search_results` -- LOCK TABLES `cartelforum_search_results` WRITE; /*!40000 ALTER TABLE `cartelforum_search_results` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_search_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_search_wordlist` -- DROP TABLE IF EXISTS `cartelforum_search_wordlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_search_wordlist` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_text` varchar(255) collate utf8_bin NOT NULL default '', `word_common` tinyint(1) unsigned NOT NULL default '0', `word_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`word_id`), UNIQUE KEY `wrd_txt` (`word_text`), KEY `wrd_cnt` (`word_count`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_search_wordlist` -- LOCK TABLES `cartelforum_search_wordlist` WRITE; /*!40000 ALTER TABLE `cartelforum_search_wordlist` DISABLE KEYS */; INSERT INTO `cartelforum_search_wordlist` VALUES (1,'this',0,1),(2,'example',0,1),(3,'post',0,1),(4,'your',0,1),(5,'phpbb3',0,2),(6,'installation',0,1),(7,'everything',0,1),(8,'seems',0,1),(9,'working',0,1),(10,'you',0,1),(11,'may',0,1),(12,'delete',0,1),(13,'like',0,1),(14,'and',0,1),(15,'continue',0,1),(16,'set',0,1),(17,'board',0,1),(18,'during',0,1),(19,'the',0,1),(20,'process',0,1),(21,'first',0,1),(22,'category',0,1),(23,'forum',0,1),(24,'are',0,1),(25,'assigned',0,1),(26,'appropriate',0,1),(27,'permissions',0,1),(28,'for',0,1),(29,'predefined',0,1),(30,'usergroups',0,1),(31,'administrators',0,1),(32,'bots',0,1),(33,'global',0,1),(34,'moderators',0,1),(35,'guests',0,1),(36,'registered',0,1),(37,'users',0,1),(38,'coppa',0,1),(39,'also',0,1),(40,'choose',0,1),(41,'not',0,1),(42,'forget',0,1),(43,'assign',0,1),(44,'all',0,1),(45,'these',0,1),(46,'new',0,1),(47,'categories',0,1),(48,'forums',0,1),(49,'create',0,1),(50,'recommended',0,1),(51,'rename',0,1),(52,'copy',0,1),(53,'from',0,1),(54,'while',0,1),(55,'creating',0,1),(56,'have',0,1),(57,'fun',0,1),(58,'welcome',0,1); /*!40000 ALTER TABLE `cartelforum_search_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_search_wordmatch` -- DROP TABLE IF EXISTS `cartelforum_search_wordmatch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_search_wordmatch` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `title_match` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `unq_mtch` (`word_id`,`post_id`,`title_match`), KEY `word_id` (`word_id`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_search_wordmatch` -- LOCK TABLES `cartelforum_search_wordmatch` WRITE; /*!40000 ALTER TABLE `cartelforum_search_wordmatch` DISABLE KEYS */; INSERT INTO `cartelforum_search_wordmatch` VALUES (1,1,0),(1,2,0),(1,3,0),(1,4,0),(1,5,0),(1,5,1),(1,6,0),(1,7,0),(1,8,0),(1,9,0),(1,10,0),(1,11,0),(1,12,0),(1,13,0),(1,14,0),(1,15,0),(1,16,0),(1,17,0),(1,18,0),(1,19,0),(1,20,0),(1,21,0),(1,22,0),(1,23,0),(1,24,0),(1,25,0),(1,26,0),(1,27,0),(1,28,0),(1,29,0),(1,30,0),(1,31,0),(1,32,0),(1,33,0),(1,34,0),(1,35,0),(1,36,0),(1,37,0),(1,38,0),(1,39,0),(1,40,0),(1,41,0),(1,42,0),(1,43,0),(1,44,0),(1,45,0),(1,46,0),(1,47,0),(1,48,0),(1,49,0),(1,50,0),(1,51,0),(1,52,0),(1,53,0),(1,54,0),(1,55,0),(1,56,0),(1,57,0),(1,58,1); /*!40000 ALTER TABLE `cartelforum_search_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_sessions` -- DROP TABLE IF EXISTS `cartelforum_sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_sessions` ( `session_id` char(32) collate utf8_bin NOT NULL default '', `session_user_id` mediumint(8) unsigned NOT NULL default '0', `session_forum_id` mediumint(8) unsigned NOT NULL default '0', `session_last_visit` int(11) unsigned NOT NULL default '0', `session_start` int(11) unsigned NOT NULL default '0', `session_time` int(11) unsigned NOT NULL default '0', `session_ip` varchar(40) collate utf8_bin NOT NULL default '', `session_browser` varchar(150) collate utf8_bin NOT NULL default '', `session_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `session_page` varchar(255) collate utf8_bin NOT NULL default '', `session_viewonline` tinyint(1) unsigned NOT NULL default '1', `session_autologin` tinyint(1) unsigned NOT NULL default '0', `session_admin` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_time` (`session_time`), KEY `session_user_id` (`session_user_id`), KEY `session_fid` (`session_forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_sessions` -- LOCK TABLES `cartelforum_sessions` WRITE; /*!40000 ALTER TABLE `cartelforum_sessions` DISABLE KEYS */; INSERT INTO `cartelforum_sessions` VALUES ('f6741399db247a0cbe0b5a0b8ca2b345',1,0,1374758260,1374758260,1374758260,'108.215.61.113','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36','','index.php',1,0,0); /*!40000 ALTER TABLE `cartelforum_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_sessions_keys` -- DROP TABLE IF EXISTS `cartelforum_sessions_keys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_sessions_keys` ( `key_id` char(32) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `last_ip` varchar(40) collate utf8_bin NOT NULL default '', `last_login` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`key_id`,`user_id`), KEY `last_login` (`last_login`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_sessions_keys` -- LOCK TABLES `cartelforum_sessions_keys` WRITE; /*!40000 ALTER TABLE `cartelforum_sessions_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_sessions_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_sitelist` -- DROP TABLE IF EXISTS `cartelforum_sitelist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_sitelist` ( `site_id` mediumint(8) unsigned NOT NULL auto_increment, `site_ip` varchar(40) collate utf8_bin NOT NULL default '', `site_hostname` varchar(255) collate utf8_bin NOT NULL default '', `ip_exclude` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_sitelist` -- LOCK TABLES `cartelforum_sitelist` WRITE; /*!40000 ALTER TABLE `cartelforum_sitelist` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_sitelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_smilies` -- DROP TABLE IF EXISTS `cartelforum_smilies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_smilies` ( `smiley_id` mediumint(8) unsigned NOT NULL auto_increment, `code` varchar(50) collate utf8_bin NOT NULL default '', `emotion` varchar(50) collate utf8_bin NOT NULL default '', `smiley_url` varchar(50) collate utf8_bin NOT NULL default '', `smiley_width` smallint(4) unsigned NOT NULL default '0', `smiley_height` smallint(4) unsigned NOT NULL default '0', `smiley_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`smiley_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_smilies` -- LOCK TABLES `cartelforum_smilies` WRITE; /*!40000 ALTER TABLE `cartelforum_smilies` DISABLE KEYS */; INSERT INTO `cartelforum_smilies` VALUES (1,':D','Very Happy','icon_e_biggrin.gif',15,17,1,1),(2,':-D','Very Happy','icon_e_biggrin.gif',15,17,2,1),(3,':grin:','Very Happy','icon_e_biggrin.gif',15,17,3,1),(4,':)','Smile','icon_e_smile.gif',15,17,4,1),(5,':-)','Smile','icon_e_smile.gif',15,17,5,1),(6,':smile:','Smile','icon_e_smile.gif',15,17,6,1),(7,';)','Wink','icon_e_wink.gif',15,17,7,1),(8,';-)','Wink','icon_e_wink.gif',15,17,8,1),(9,':wink:','Wink','icon_e_wink.gif',15,17,9,1),(10,':(','Sad','icon_e_sad.gif',15,17,10,1),(11,':-(','Sad','icon_e_sad.gif',15,17,11,1),(12,':sad:','Sad','icon_e_sad.gif',15,17,12,1),(13,':o','Surprised','icon_e_surprised.gif',15,17,13,1),(14,':-o','Surprised','icon_e_surprised.gif',15,17,14,1),(15,':eek:','Surprised','icon_e_surprised.gif',15,17,15,1),(16,':shock:','Shocked','icon_eek.gif',15,17,16,1),(17,':?','Confused','icon_e_confused.gif',15,17,17,1),(18,':-?','Confused','icon_e_confused.gif',15,17,18,1),(19,':???:','Confused','icon_e_confused.gif',15,17,19,1),(20,'8-)','Cool','icon_cool.gif',15,17,20,1),(21,':cool:','Cool','icon_cool.gif',15,17,21,1),(22,':lol:','Laughing','icon_lol.gif',15,17,22,1),(23,':x','Mad','icon_mad.gif',15,17,23,1),(24,':-x','Mad','icon_mad.gif',15,17,24,1),(25,':mad:','Mad','icon_mad.gif',15,17,25,1),(26,':P','Razz','icon_razz.gif',15,17,26,1),(27,':-P','Razz','icon_razz.gif',15,17,27,1),(28,':razz:','Razz','icon_razz.gif',15,17,28,1),(29,':oops:','Embarrassed','icon_redface.gif',15,17,29,1),(30,':cry:','Crying or Very Sad','icon_cry.gif',15,17,30,1),(31,':evil:','Evil or Very Mad','icon_evil.gif',15,17,31,1),(32,':twisted:','Twisted Evil','icon_twisted.gif',15,17,32,1),(33,':roll:','Rolling Eyes','icon_rolleyes.gif',15,17,33,1),(34,':!:','Exclamation','icon_exclaim.gif',15,17,34,1),(35,':?:','Question','icon_question.gif',15,17,35,1),(36,':idea:','Idea','icon_idea.gif',15,17,36,1),(37,':arrow:','Arrow','icon_arrow.gif',15,17,37,1),(38,':|','Neutral','icon_neutral.gif',15,17,38,1),(39,':-|','Neutral','icon_neutral.gif',15,17,39,1),(40,':mrgreen:','Mr. Green','icon_mrgreen.gif',15,17,40,1),(41,':geek:','Geek','icon_e_geek.gif',17,17,41,1),(42,':ugeek:','Uber Geek','icon_e_ugeek.gif',17,18,42,1); /*!40000 ALTER TABLE `cartelforum_smilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles` -- DROP TABLE IF EXISTS `cartelforum_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles` ( `style_id` mediumint(8) unsigned NOT NULL auto_increment, `style_name` varchar(255) collate utf8_bin NOT NULL default '', `style_copyright` varchar(255) collate utf8_bin NOT NULL default '', `style_active` tinyint(1) unsigned NOT NULL default '1', `template_id` mediumint(8) unsigned NOT NULL default '0', `theme_id` mediumint(8) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`style_id`), UNIQUE KEY `style_name` (`style_name`), KEY `template_id` (`template_id`), KEY `theme_id` (`theme_id`), KEY `imageset_id` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles` -- LOCK TABLES `cartelforum_styles` WRITE; /*!40000 ALTER TABLE `cartelforum_styles` DISABLE KEYS */; INSERT INTO `cartelforum_styles` VALUES (1,'prosilver','© phpBB Group',1,1,1,1),(2,'sabah_siyah','© 2008, 2009 TeskilatForum.neT',1,2,2,2),(3,'WideGFX_Box','© 2012 Flew si Gore.',1,3,3,3); /*!40000 ALTER TABLE `cartelforum_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles_imageset` -- DROP TABLE IF EXISTS `cartelforum_styles_imageset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles_imageset` ( `imageset_id` mediumint(8) unsigned NOT NULL auto_increment, `imageset_name` varchar(255) collate utf8_bin NOT NULL default '', `imageset_copyright` varchar(255) collate utf8_bin NOT NULL default '', `imageset_path` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`imageset_id`), UNIQUE KEY `imgset_nm` (`imageset_name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles_imageset` -- LOCK TABLES `cartelforum_styles_imageset` WRITE; /*!40000 ALTER TABLE `cartelforum_styles_imageset` DISABLE KEYS */; INSERT INTO `cartelforum_styles_imageset` VALUES (1,'prosilver','© phpBB Group','prosilver'),(2,'sabah_siyah','© 2008, 2009 TeskilatForum.neT','sabah_siyah'),(3,'WideGFX_Box','© 2012 Flew si Gore.','Clean Forums'); /*!40000 ALTER TABLE `cartelforum_styles_imageset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles_imageset_data` -- DROP TABLE IF EXISTS `cartelforum_styles_imageset_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles_imageset_data` ( `image_id` mediumint(8) unsigned NOT NULL auto_increment, `image_name` varchar(200) collate utf8_bin NOT NULL default '', `image_filename` varchar(200) collate utf8_bin NOT NULL default '', `image_lang` varchar(30) collate utf8_bin NOT NULL default '', `image_height` smallint(4) unsigned NOT NULL default '0', `image_width` smallint(4) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`image_id`), KEY `i_d` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=241 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles_imageset_data` -- LOCK TABLES `cartelforum_styles_imageset_data` WRITE; /*!40000 ALTER TABLE `cartelforum_styles_imageset_data` DISABLE KEYS */; INSERT INTO `cartelforum_styles_imageset_data` VALUES (1,'site_logo','site_logo.gif','',52,139,1),(2,'forum_link','forum_link.gif','',27,27,1),(3,'forum_read','forum_read.gif','',27,27,1),(4,'forum_read_locked','forum_read_locked.gif','',27,27,1),(5,'forum_read_subforum','forum_read_subforum.gif','',27,27,1),(6,'forum_unread','forum_unread.gif','',27,27,1),(7,'forum_unread_locked','forum_unread_locked.gif','',27,27,1),(8,'forum_unread_subforum','forum_unread_subforum.gif','',27,27,1),(9,'topic_moved','topic_moved.gif','',27,27,1),(10,'topic_read','topic_read.gif','',27,27,1),(11,'topic_read_mine','topic_read_mine.gif','',27,27,1),(12,'topic_read_hot','topic_read_hot.gif','',27,27,1),(13,'topic_read_hot_mine','topic_read_hot_mine.gif','',27,27,1),(14,'topic_read_locked','topic_read_locked.gif','',27,27,1),(15,'topic_read_locked_mine','topic_read_locked_mine.gif','',27,27,1),(16,'topic_unread','topic_unread.gif','',27,27,1),(17,'topic_unread_mine','topic_unread_mine.gif','',27,27,1),(18,'topic_unread_hot','topic_unread_hot.gif','',27,27,1),(19,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',27,27,1),(20,'topic_unread_locked','topic_unread_locked.gif','',27,27,1),(21,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',27,27,1),(22,'sticky_read','sticky_read.gif','',27,27,1),(23,'sticky_read_mine','sticky_read_mine.gif','',27,27,1),(24,'sticky_read_locked','sticky_read_locked.gif','',27,27,1),(25,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',27,27,1),(26,'sticky_unread','sticky_unread.gif','',27,27,1),(27,'sticky_unread_mine','sticky_unread_mine.gif','',27,27,1),(28,'sticky_unread_locked','sticky_unread_locked.gif','',27,27,1),(29,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',27,27,1),(30,'announce_read','announce_read.gif','',27,27,1),(31,'announce_read_mine','announce_read_mine.gif','',27,27,1),(32,'announce_read_locked','announce_read_locked.gif','',27,27,1),(33,'announce_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(34,'announce_unread','announce_unread.gif','',27,27,1),(35,'announce_unread_mine','announce_unread_mine.gif','',27,27,1),(36,'announce_unread_locked','announce_unread_locked.gif','',27,27,1),(37,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(38,'global_read','announce_read.gif','',27,27,1),(39,'global_read_mine','announce_read_mine.gif','',27,27,1),(40,'global_read_locked','announce_read_locked.gif','',27,27,1),(41,'global_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(42,'global_unread','announce_unread.gif','',27,27,1),(43,'global_unread_mine','announce_unread_mine.gif','',27,27,1),(44,'global_unread_locked','announce_unread_locked.gif','',27,27,1),(45,'global_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(46,'pm_read','topic_read.gif','',27,27,1),(47,'pm_unread','topic_unread.gif','',27,27,1),(48,'icon_back_top','icon_back_top.gif','',11,11,1),(49,'icon_contact_aim','icon_contact_aim.gif','',20,20,1),(50,'icon_contact_email','icon_contact_email.gif','',20,20,1),(51,'icon_contact_icq','icon_contact_icq.gif','',20,20,1),(52,'icon_contact_jabber','icon_contact_jabber.gif','',20,20,1),(53,'icon_contact_msnm','icon_contact_msnm.gif','',20,20,1),(54,'icon_contact_www','icon_contact_www.gif','',20,20,1),(55,'icon_contact_yahoo','icon_contact_yahoo.gif','',20,20,1),(56,'icon_post_delete','icon_post_delete.gif','',20,20,1),(57,'icon_post_info','icon_post_info.gif','',20,20,1),(58,'icon_post_report','icon_post_report.gif','',20,20,1),(59,'icon_post_target','icon_post_target.gif','',9,11,1),(60,'icon_post_target_unread','icon_post_target_unread.gif','',9,11,1),(61,'icon_topic_attach','icon_topic_attach.gif','',10,7,1),(62,'icon_topic_latest','icon_topic_latest.gif','',9,11,1),(63,'icon_topic_newest','icon_topic_newest.gif','',9,11,1),(64,'icon_topic_reported','icon_topic_reported.gif','',14,16,1),(65,'icon_topic_unapproved','icon_topic_unapproved.gif','',14,16,1),(66,'icon_user_warn','icon_user_warn.gif','',20,20,1),(67,'subforum_read','subforum_read.gif','',9,11,1),(68,'subforum_unread','subforum_unread.gif','',9,11,1),(69,'icon_contact_pm','icon_contact_pm.gif','en',20,28,1),(70,'icon_post_edit','icon_post_edit.gif','en',20,42,1),(71,'icon_post_quote','icon_post_quote.gif','en',20,54,1),(72,'icon_user_online','icon_user_online.gif','en',58,58,1),(73,'button_pm_forward','button_pm_forward.gif','en',25,96,1),(74,'button_pm_new','button_pm_new.gif','en',25,84,1),(75,'button_pm_reply','button_pm_reply.gif','en',25,96,1),(76,'button_topic_locked','button_topic_locked.gif','en',25,88,1),(77,'button_topic_new','button_topic_new.gif','en',25,96,1),(78,'button_topic_reply','button_topic_reply.gif','en',25,96,1),(79,'site_logo','site_logo.gif','',100,500,2),(80,'upload_bar','upload_bar.gif','',16,280,2),(81,'poll_left','poll_left.gif','',12,4,2),(82,'poll_center','poll_center.gif','',12,0,2),(83,'poll_right','poll_right.gif','',12,4,2),(84,'forum_link','forum_link.gif','',27,27,2),(85,'forum_read','forum_read.gif','',27,27,2),(86,'forum_read_locked','forum_read_locked.gif','',27,27,2),(87,'forum_read_subforum','forum_read_subforum.gif','',27,27,2),(88,'forum_unread','forum_unread.gif','',27,27,2),(89,'forum_unread_locked','forum_unread_locked.gif','',27,27,2),(90,'forum_unread_subforum','forum_unread_subforum.gif','',27,27,2),(91,'topic_moved','topic_moved.gif','',27,27,2),(92,'topic_read','topic_read.gif','',27,27,2),(93,'topic_read_mine','topic_read_mine.gif','',27,27,2),(94,'topic_read_hot','topic_read_hot.gif','',27,27,2),(95,'topic_read_hot_mine','topic_read_hot_mine.gif','',27,27,2),(96,'topic_read_locked','topic_read_locked.gif','',27,27,2),(97,'topic_read_locked_mine','topic_read_locked_mine.gif','',27,27,2),(98,'topic_unread','topic_unread.gif','',27,27,2),(99,'topic_unread_mine','topic_unread_mine.gif','',27,27,2),(100,'topic_unread_hot','topic_unread_hot.gif','',27,27,2),(101,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',27,27,2),(102,'topic_unread_locked','topic_unread_locked.gif','',27,27,2),(103,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',27,27,2),(104,'sticky_read','sticky_read.gif','',27,27,2),(105,'sticky_read_mine','sticky_read_mine.gif','',27,27,2),(106,'sticky_read_locked','sticky_read_locked.gif','',27,27,2),(107,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',27,27,2),(108,'sticky_unread','sticky_unread.gif','',27,27,2),(109,'sticky_unread_mine','sticky_unread_mine.gif','',27,27,2),(110,'sticky_unread_locked','sticky_unread_locked.gif','',27,27,2),(111,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',27,27,2),(112,'announce_read','announce_read.gif','',27,27,2),(113,'announce_read_mine','announce_read_mine.gif','',27,27,2),(114,'announce_read_locked','announce_read_locked.gif','',27,27,2),(115,'announce_read_locked_mine','announce_read_locked_mine.gif','',27,27,2),(116,'announce_unread','announce_unread.gif','',27,27,2),(117,'announce_unread_mine','announce_unread_mine.gif','',27,27,2),(118,'announce_unread_locked','announce_unread_locked.gif','',27,27,2),(119,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,2),(120,'global_read','announce_read.gif','',27,27,2),(121,'global_read_mine','announce_read_mine.gif','',27,27,2),(122,'global_read_locked','announce_read_locked.gif','',27,27,2),(123,'global_read_locked_mine','announce_read_locked_mine.gif','',27,27,2),(124,'global_unread','announce_unread.gif','',27,27,2),(125,'global_unread_mine','announce_unread_mine.gif','',27,27,2),(126,'global_unread_locked','announce_unread_locked.gif','',27,27,2),(127,'global_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,2),(128,'pm_read','topic_read.gif','',27,27,2),(129,'pm_unread','topic_unread.gif','',27,27,2),(130,'icon_post_target','icon_post_target.gif','',9,12,2),(131,'icon_post_target_unread','icon_post_target_unread.gif','',9,12,2),(132,'icon_topic_attach','icon_topic_attach.gif','',18,14,2),(133,'icon_topic_latest','icon_topic_latest.gif','',9,18,2),(134,'icon_topic_newest','icon_topic_newest.gif','',9,18,2),(135,'icon_topic_reported','icon_topic_reported.gif','',18,19,2),(136,'icon_topic_unapproved','icon_topic_unapproved.gif','',18,19,2),(137,'icon_contact_aim','icon_contact_aim.gif','en',0,0,2),(138,'icon_contact_email','icon_contact_email.gif','en',0,0,2),(139,'icon_contact_icq','icon_contact_icq.gif','en',0,0,2),(140,'icon_contact_jabber','icon_contact_jabber.gif','en',0,0,2),(141,'icon_contact_msnm','icon_contact_msnm.gif','en',20,72,2),(142,'icon_contact_pm','icon_contact_pm.gif','en',0,0,2),(143,'icon_contact_yahoo','icon_contact_yahoo.gif','en',0,0,2),(144,'icon_contact_www','icon_contact_www.gif','en',0,0,2),(145,'icon_post_delete','icon_post_delete.gif','en',0,0,2),(146,'icon_post_edit','icon_post_edit.gif','en',0,0,2),(147,'icon_post_info','icon_post_info.gif','en',0,0,2),(148,'icon_post_quote','icon_post_quote.gif','en',0,0,2),(149,'icon_post_report','icon_post_report.gif','en',0,0,2),(150,'icon_user_online','icon_user_online.gif','en',0,0,2),(151,'icon_user_offline','icon_user_offline.gif','en',0,0,2),(152,'icon_user_profile','icon_user_profile.gif','en',0,0,2),(153,'icon_user_search','icon_user_search.gif','en',0,0,2),(154,'icon_user_warn','icon_user_warn.gif','en',20,20,2),(155,'button_pm_new','button_pm_new.gif','en',0,0,2),(156,'button_pm_reply','button_pm_reply.gif','en',0,0,2),(157,'button_topic_locked','button_topic_locked.gif','en',25,97,2),(158,'button_topic_new','button_topic_new.gif','en',25,97,2),(159,'button_topic_reply','button_topic_reply.gif','en',25,97,2),(160,'site_logo','site_logo.gif','',0,0,3),(161,'icon_post_target','icon_post_target.gif','',0,0,3),(162,'icon_post_target_unread','icon_post_target_unread.gif','',0,0,3),(163,'icon_topic_attach','icon_topic_attach.png','',0,0,3),(164,'icon_topic_latest','icon_topic_latest.gif','',0,0,3),(165,'icon_topic_newest','icon_topic_newest.gif','',0,0,3),(166,'icon_topic_reported','icon_topic_reported.gif','',0,0,3),(167,'icon_topic_unapproved','icon_topic_unapproved.gif','',0,0,3),(168,'forum_link','forum_link.gif','',0,0,3),(169,'forum_read','forum_read.gif','',0,0,3),(170,'forum_read_locked','forum_read_locked.gif','',0,0,3),(171,'forum_read_subforum','forum_read_subforum.gif','',0,0,3),(172,'forum_unread','forum_unread.gif','',0,0,3),(173,'forum_unread_locked','forum_unread_locked.gif','',0,0,3),(174,'forum_unread_subforum','forum_unread_subforum.gif','',0,0,3),(175,'topic_moved','topic_moved.gif','',0,0,3),(176,'topic_read','topic_read.gif','',0,0,3),(177,'topic_read_mine','topic_read_mine.gif','',0,0,3),(178,'topic_read_hot','topic_read_hot.gif','',0,0,3),(179,'topic_read_hot_mine','topic_read_hot_mine.gif','',0,0,3),(180,'topic_read_locked','topic_read_locked.gif','',0,0,3),(181,'topic_read_locked_mine','topic_read_locked_mine.gif','',0,0,3),(182,'topic_unread','topic_unread.gif','',0,0,3),(183,'topic_unread_mine','topic_unread_mine.gif','',0,0,3),(184,'topic_unread_hot','topic_unread_hot.gif','',0,0,3),(185,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',0,0,3),(186,'topic_unread_locked','topic_unread_locked.gif','',0,0,3),(187,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',0,0,3),(188,'sticky_read','sticky_read.gif','',0,0,3),(189,'sticky_read_mine','sticky_read_mine.gif','',0,0,3),(190,'sticky_read_locked','sticky_read_locked.gif','',0,0,3),(191,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',0,0,3),(192,'sticky_unread','sticky_unread.gif','',0,0,3),(193,'sticky_unread_mine','sticky_unread_mine.gif','',0,0,3),(194,'sticky_unread_locked','sticky_unread_locked.gif','',0,0,3),(195,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',0,0,3),(196,'announce_read','announce_read.gif','',0,0,3),(197,'announce_read_mine','announce_read_mine.gif','',0,0,3),(198,'announce_read_locked','announce_read_locked.gif','',0,0,3),(199,'announce_read_locked_mine','announce_read_locked_mine.gif','',0,0,3),(200,'announce_unread','announce_unread.gif','',0,0,3),(201,'announce_unread_mine','announce_unread_mine.gif','',0,0,3),(202,'announce_unread_locked','announce_unread_locked.gif','',0,0,3),(203,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',0,0,3),(204,'global_read','announce_read.gif','',0,0,3),(205,'global_read_mine','announce_read_mine.gif','',0,0,3),(206,'global_read_locked','announce_read_locked.gif','',0,0,3),(207,'global_read_locked_mine','announce_read_locked_mine.gif','',0,0,3),(208,'global_unread','announce_unread.gif','',0,0,3),(209,'global_unread_mine','announce_unread_mine.gif','',0,0,3),(210,'global_unread_locked','announce_unread_locked.gif','',0,0,3),(211,'global_unread_locked_mine','announce_unread_locked_mine.gif','',0,0,3),(212,'pm_read','topic_read.gif','',0,0,3),(213,'pm_unread','topic_unread.gif','',0,0,3),(214,'poll_left','poll_left.gif','',0,0,3),(215,'poll_center','poll_center.gif','',0,0,3),(216,'poll_right','poll_right.gif','',0,0,3),(217,'upload_bar','upload_bar.gif','',0,0,3),(218,'icon_contact_aim','icon_contact_aim.gif','en',0,0,3),(219,'icon_contact_email','icon_contact_email.gif','en',0,0,3),(220,'icon_contact_icq','icon_contact_icq.gif','en',0,0,3),(221,'icon_contact_jabber','icon_contact_jabber.gif','en',0,0,3),(222,'icon_contact_msnm','icon_contact_msnm.gif','en',0,0,3),(223,'icon_contact_pm','icon_contact_pm.gif','en',0,0,3),(224,'icon_contact_yahoo','icon_contact_yahoo.gif','en',0,0,3),(225,'icon_contact_www','icon_contact_www.gif','en',0,0,3),(226,'icon_post_delete','icon_post_delete.gif','en',0,0,3),(227,'icon_post_edit','icon_post_edit.gif','en',0,0,3),(228,'icon_post_info','icon_post_info.gif','en',0,0,3),(229,'icon_post_quote','icon_post_quote.gif','en',0,0,3),(230,'icon_post_report','icon_post_report.gif','en',0,0,3),(231,'icon_user_online','icon_user_online.gif','en',0,0,3),(232,'icon_user_offline','icon_user_offline.gif','en',0,0,3),(233,'icon_user_profile','icon_user_profile.gif','en',0,0,3),(234,'icon_user_search','icon_user_search.gif','en',0,0,3),(235,'icon_user_warn','icon_user_warn.gif','en',0,0,3),(236,'button_pm_new','button_pm_new.gif','en',0,0,3),(237,'button_pm_reply','button_pm_reply.gif','en',0,0,3),(238,'button_topic_locked','button_topic_locked.gif','en',0,0,3),(239,'button_topic_new','button_topic_new.gif','en',0,0,3),(240,'button_topic_reply','button_topic_reply.gif','en',0,0,3); /*!40000 ALTER TABLE `cartelforum_styles_imageset_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles_template` -- DROP TABLE IF EXISTS `cartelforum_styles_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles_template` ( `template_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(255) collate utf8_bin NOT NULL default '', `template_copyright` varchar(255) collate utf8_bin NOT NULL default '', `template_path` varchar(100) collate utf8_bin NOT NULL default '', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default 'kNg=', `template_storedb` tinyint(1) unsigned NOT NULL default '0', `template_inherits_id` int(4) unsigned NOT NULL default '0', `template_inherit_path` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`template_id`), UNIQUE KEY `tmplte_nm` (`template_name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles_template` -- LOCK TABLES `cartelforum_styles_template` WRITE; /*!40000 ALTER TABLE `cartelforum_styles_template` DISABLE KEYS */; INSERT INTO `cartelforum_styles_template` VALUES (1,'prosilver','© phpBB Group','prosilver','lNg=',0,0,''),(2,'sabah_siyah','© phpBB Group, 2003','sabah_siyah','+Ng=',0,0,''),(3,'WideGFX_Box','© 2012 Flew si Gore.','Clean Forums','+Ng=',0,0,''); /*!40000 ALTER TABLE `cartelforum_styles_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles_template_data` -- DROP TABLE IF EXISTS `cartelforum_styles_template_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles_template_data` ( `template_id` mediumint(8) unsigned NOT NULL default '0', `template_filename` varchar(100) collate utf8_bin NOT NULL default '', `template_included` text collate utf8_bin NOT NULL, `template_mtime` int(11) unsigned NOT NULL default '0', `template_data` mediumtext collate utf8_bin NOT NULL, KEY `tid` (`template_id`), KEY `tfn` (`template_filename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles_template_data` -- LOCK TABLES `cartelforum_styles_template_data` WRITE; /*!40000 ALTER TABLE `cartelforum_styles_template_data` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_styles_template_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_styles_theme` -- DROP TABLE IF EXISTS `cartelforum_styles_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_styles_theme` ( `theme_id` mediumint(8) unsigned NOT NULL auto_increment, `theme_name` varchar(255) collate utf8_bin NOT NULL default '', `theme_copyright` varchar(255) collate utf8_bin NOT NULL default '', `theme_path` varchar(100) collate utf8_bin NOT NULL default '', `theme_storedb` tinyint(1) unsigned NOT NULL default '0', `theme_mtime` int(11) unsigned NOT NULL default '0', `theme_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`theme_id`), UNIQUE KEY `theme_name` (`theme_name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_styles_theme` -- LOCK TABLES `cartelforum_styles_theme` WRITE; /*!40000 ALTER TABLE `cartelforum_styles_theme` DISABLE KEYS */; INSERT INTO `cartelforum_styles_theme` VALUES (1,'prosilver','© phpBB Group','prosilver',1,1374746331,'/* phpBB3 Style Sheet\n --------------------------------------------------------------\n Style name: prosilver (the default phpBB 3.0.x style)\n Based on style: \n Original author: Tom Beddard ( http://www.subblue.com/ )\n Modified by: phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n\n/* General Markup Styles\n---------------------------------------- */\n\n* {\n /* Reset browsers default margin, padding and font sizes */\n margin: 0;\n padding: 0;\n}\n\nhtml {\n font-size: 100%;\n /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */\n height: 101%;\n}\n\nbody {\n /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */\n font-family: Verdana, Helvetica, Arial, sans-serif;\n color: #828282;\n background-color: #FFFFFF;\n /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */\n font-size: 10px;\n margin: 0;\n padding: 12px 0;\n}\n\nh1 {\n /* Forum name */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n margin-right: 200px;\n color: #FFFFFF;\n margin-top: 15px;\n font-weight: bold;\n font-size: 2em;\n}\n\nh2 {\n /* Forum header titles */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n font-weight: normal;\n color: #3f3f3f;\n font-size: 2em;\n margin: 0.8em 0 0.2em 0;\n}\n\nh2.solo {\n margin-bottom: 1em;\n}\n\nh3 {\n /* Sub-headers (also used as post headers, but defined later) */\n font-family: Arial, Helvetica, sans-serif;\n font-weight: bold;\n text-transform: uppercase;\n border-bottom: 1px solid #CCCCCC;\n margin-bottom: 3px;\n padding-bottom: 2px;\n font-size: 1.05em;\n color: #989898;\n margin-top: 20px;\n}\n\nh4 {\n /* Forum and topic list titles */\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, Sans-serif;\n font-size: 1.3em;\n}\n\np {\n line-height: 1.3em;\n font-size: 1.1em;\n margin-bottom: 1.5em;\n}\n\nimg {\n border-width: 0;\n}\n\nhr {\n /* Also see tweaks.css */\n border: 0 none #FFFFFF;\n border-top: 1px solid #CCCCCC;\n height: 1px;\n margin: 5px 0;\n display: block;\n clear: both;\n}\n\nhr.dashed {\n border-top: 1px dashed #CCCCCC;\n margin: 10px 0;\n}\n\nhr.divider {\n display: none;\n}\n\np.right {\n text-align: right;\n}\n\n/* Main blocks\n---------------------------------------- */\n#wrap {\n padding: 0 20px;\n min-width: 650px;\n}\n\n#simple-wrap {\n padding: 6px 10px;\n}\n\n#page-body {\n margin: 4px 0;\n clear: both;\n}\n\n#page-footer {\n clear: both;\n}\n\n#page-footer h3 {\n margin-top: 20px;\n}\n\n#logo {\n float: left;\n width: auto;\n padding: 10px 13px 0 10px;\n}\n\na#logo:hover {\n text-decoration: none;\n}\n\n/* Search box\n--------------------------------------------- */\n#search-box {\n color: #FFFFFF;\n position: relative;\n margin-top: 30px;\n margin-right: 5px;\n display: block;\n float: right;\n text-align: right;\n white-space: nowrap; /* For Opera */\n}\n\n#search-box #keywords {\n width: 95px;\n background-color: #FFF;\n}\n\n#search-box input {\n border: 1px solid #b0b0b0;\n}\n\n/* .button1 style defined later, just a few tweaks for the search button version */\n#search-box input.button1 {\n padding: 1px 5px;\n}\n\n#search-box li {\n text-align: right;\n margin-top: 4px;\n}\n\n#search-box img {\n vertical-align: middle;\n margin-right: 3px;\n}\n\n/* Site description and logo */\n#site-description {\n float: left;\n width: 70%;\n}\n\n#site-description h1 {\n margin-right: 0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n background: #ebebeb none repeat-x 0 0;\n color: #FFFFFF;\n margin-bottom: 4px;\n padding: 0 5px;\n}\n\n.navbar {\n background-color: #ebebeb;\n padding: 0 10px;\n}\n\n.forabg {\n background: #b1b1b1 none repeat-x 0 0;\n margin-bottom: 4px;\n padding: 0 5px;\n clear: both;\n}\n\n.forumbg {\n background: #ebebeb none repeat-x 0 0;\n margin-bottom: 4px;\n padding: 0 5px;\n clear: both;\n}\n\n.panel {\n margin-bottom: 4px;\n padding: 0 10px;\n background-color: #f3f3f3;\n color: #3f3f3f;\n}\n\n.post {\n padding: 0 10px;\n margin-bottom: 4px;\n background-repeat: no-repeat;\n background-position: 100% 0;\n}\n\n.post:target .content {\n color: #000000;\n}\n\n.post:target h3 a {\n color: #000000;\n}\n\n.bg1 { background-color: #f7f7f7;}\n.bg2 { background-color: #f2f2f2; }\n.bg3 { background-color: #ebebeb; }\n\n.rowbg {\n margin: 5px 5px 2px 5px;\n}\n\n.ucprowbg {\n background-color: #e2e2e2;\n}\n\n.fieldsbg {\n /*border: 1px #DBDEE2 solid;*/\n background-color: #eaeaea;\n}\n\nspan.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {\n font-size: 1px;\n line-height: 1px;\n display: block;\n height: 5px;\n background-repeat: no-repeat;\n}\n\nspan.corners-top {\n background-image: none;\n background-position: 0 0;\n margin: 0 -5px;\n}\n\nspan.corners-top span {\n background-image: none;\n background-position: 100% 0;\n}\n\nspan.corners-bottom {\n background-image: none;\n background-position: 0 100%;\n margin: 0 -5px;\n clear: both;\n}\n\nspan.corners-bottom span {\n background-image: none;\n background-position: 100% 100%;\n}\n\n.headbg span.corners-bottom {\n margin-bottom: -1px;\n}\n\n.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {\n margin: 0 -10px;\n}\n\n.rules span.corners-top {\n margin: 0 -10px 5px -10px;\n}\n\n.rules span.corners-bottom {\n margin: 5px -10px 0 -10px;\n}\n\n/* Horizontal lists\n----------------------------------------*/\nul.linklist {\n display: block;\n margin: 0;\n}\n\nul.linklist li {\n display: block;\n list-style-type: none;\n float: left;\n width: auto;\n margin-right: 5px;\n font-size: 1.1em;\n line-height: 2.2em;\n}\n\nul.linklist li.rightside, p.rightside {\n float: right;\n margin-right: 0;\n margin-left: 5px;\n text-align: right;\n}\n\nul.navlinks {\n padding-bottom: 1px;\n margin-bottom: 1px;\n border-bottom: 1px solid #FFFFFF;\n font-weight: bold;\n}\n\nul.leftside {\n float: left;\n margin-left: 0;\n margin-right: 5px;\n text-align: left;\n}\n\nul.rightside {\n float: right;\n margin-left: 5px;\n margin-right: -5px;\n text-align: right;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 {\n /* See tweaks.css */\n}\n\n#ucp-main table.table1 {\n padding: 2px;\n}\n\ntable.table1 thead th {\n font-weight: normal;\n text-transform: uppercase;\n color: #FFFFFF;\n line-height: 1.3em;\n font-size: 1em;\n padding: 0 0 4px 3px;\n}\n\ntable.table1 thead th span {\n padding-left: 7px;\n}\n\ntable.table1 tbody tr {\n border: 1px solid #cfcfcf;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n background-color: #f6f6f6;\n color: #000;\n}\n\ntable.table1 td {\n color: #6a6a6a;\n font-size: 1.1em;\n}\n\ntable.table1 tbody td {\n padding: 5px;\n border-top: 1px solid #FAFAFA;\n}\n\ntable.table1 tbody th {\n padding: 5px;\n border-bottom: 1px solid #000000;\n text-align: left;\n color: #333333;\n background-color: #FFFFFF;\n}\n\n/* Specific column styles */\ntable.table1 .name { text-align: left; }\ntable.table1 .posts { text-align: center !important; width: 7%; }\ntable.table1 .joined { text-align: left; width: 15%; }\ntable.table1 .active { text-align: left; width: 15%; }\ntable.table1 .mark { text-align: center; width: 7%; }\ntable.table1 .info { text-align: left; width: 30%; }\ntable.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }\ntable.table1 .autocol { line-height: 2em; white-space: nowrap; }\ntable.table1 thead .autocol { padding-left: 1em; }\n\ntable.table1 span.rank-img {\n float: right;\n width: auto;\n}\n\ntable.info td {\n padding: 3px;\n}\n\ntable.info tbody th {\n padding: 3px;\n text-align: right;\n vertical-align: top;\n color: #000000;\n font-weight: normal;\n}\n\n.forumbg table.table1 {\n margin: 0;\n}\n\n.forumbg-table > .inner {\n margin: 0 -1px;\n}\n\n.forumbg-table > .inner > span.corners-top {\n margin: 0 -4px -1px -4px;\n}\n\n.forumbg-table > .inner > span.corners-bottom {\n margin: -1px -4px 0 -4px;\n}\n\n/* Misc layout styles\n---------------------------------------- */\n/* column[1-2] styles are containers for two column layouts \n Also see tweaks.css */\n.column1 {\n float: left;\n clear: left;\n width: 49%;\n}\n\n.column2 {\n float: right;\n clear: right;\n width: 49%;\n}\n\n/* General classes for placing floating blocks */\n.left-box {\n float: left;\n width: auto;\n text-align: left;\n}\n\n.right-box {\n float: right;\n width: auto;\n text-align: right;\n}\n\ndl.details {\n /*font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;*/\n font-size: 1.1em;\n}\n\ndl.details dt {\n float: left;\n clear: left;\n width: 30%;\n text-align: right;\n color: #000000;\n display: block;\n}\n\ndl.details dd {\n margin-left: 0;\n padding-left: 5px;\n margin-bottom: 5px;\n color: #828282;\n float: left;\n width: 65%;\n}\n\n/* Pagination\n---------------------------------------- */\n.pagination {\n height: 1%; /* IE tweak (holly hack) */\n width: auto;\n text-align: right;\n margin-top: 5px;\n float: right;\n}\n\n.pagination span.page-sep {\n display: none;\n}\n\nli.pagination {\n margin-top: 0;\n}\n\n.pagination strong, .pagination b {\n font-weight: normal;\n}\n\n.pagination span strong {\n padding: 0 2px;\n margin: 0 2px;\n font-weight: normal;\n color: #FFFFFF;\n background-color: #bfbfbf;\n border: 1px solid #bfbfbf;\n font-size: 0.9em;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\n font-weight: normal;\n text-decoration: none;\n color: #747474;\n margin: 0 2px;\n padding: 0 2px;\n background-color: #eeeeee;\n border: 1px solid #bababa;\n font-size: 0.9em;\n line-height: 1.5em;\n}\n\n.pagination span a:hover {\n border-color: #d2d2d2;\n background-color: #d2d2d2;\n color: #FFF;\n text-decoration: none;\n}\n\n.pagination img {\n vertical-align: middle;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n display: block;\n float: right;\n width: auto;\n margin-top: 0;\n padding: 1px 0 1px 15px;\n font-size: 0.9em;\n background: none 0 50% no-repeat;\n}\n\n.row .pagination span a, li.pagination span a {\n background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n background-color: #d2d2d2;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n#forum-permissions {\n float: right;\n width: auto;\n padding-left: 5px;\n margin-left: 5px;\n margin-top: 10px;\n text-align: right;\n}\n\n.copyright {\n padding: 5px;\n text-align: center;\n color: #555555;\n}\n\n.small {\n font-size: 0.9em !important;\n}\n\n.titlespace {\n margin-bottom: 15px;\n}\n\n.headerspace {\n margin-top: 20px;\n}\n\n.error {\n color: #bcbcbc;\n font-weight: bold;\n font-size: 1em;\n}\n\n.reported {\n background-color: #f7f7f7;\n}\n\nli.reported:hover {\n background-color: #ececec;\n}\n\ndiv.rules {\n background-color: #ececec;\n color: #bcbcbc;\n padding: 0 10px;\n margin: 10px 0;\n font-size: 1.1em;\n}\n\ndiv.rules ul, div.rules ol {\n margin-left: 20px;\n}\n\np.rules {\n background-color: #ececec;\n background-image: none;\n padding: 5px;\n}\n\np.rules img {\n vertical-align: middle;\n padding-top: 5px;\n}\n\np.rules a {\n vertical-align: middle;\n clear: both;\n}\n\n#top {\n position: absolute;\n top: -20px;\n}\n\n.clear {\n display: block;\n clear: both;\n font-size: 1px;\n line-height: 1px;\n background: transparent;\n}\n/* Link Styles\n---------------------------------------- */\n\n/* Links adjustment to correctly display an order of rtl/ltr mixed content */\na {\n direction: ltr;\n unicode-bidi: embed;\n}\n\na:link { color: #898989; text-decoration: none; }\na:visited { color: #898989; text-decoration: none; }\na:hover { color: #d3d3d3; text-decoration: underline; }\na:active { color: #d2d2d2; text-decoration: none; }\n\n/* Coloured usernames */\n.username-coloured {\n font-weight: bold;\n display: inline !important;\n padding: 0 !important;\n}\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n color: #FFFFFF;\n text-decoration: none;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n color: #FFFFFF;\n text-decoration: none;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n color: #ffffff;\n text-decoration: underline;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n color: #ffffff;\n text-decoration: none;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n font-size: 1.2em;\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n/* a.forumtitle:visited { color: #898989; } */\n\na.forumtitle:hover {\n color: #bcbcbc;\n text-decoration: underline;\n}\n\na.forumtitle:active {\n color: #898989;\n}\n\na.topictitle {\n font-family: \"Trebuchet MS\", Helvetica, Arial, Sans-serif;\n font-size: 1.2em;\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n/* a.topictitle:visited { color: #d2d2d2; } */\n\na.topictitle:hover {\n color: #bcbcbc;\n text-decoration: underline;\n}\n\na.topictitle:active {\n color: #898989;\n}\n\n/* Post body links */\n.postlink {\n text-decoration: none;\n color: #d2d2d2;\n border-bottom: 1px solid #d2d2d2;\n padding-bottom: 0;\n}\n\n/* .postlink:visited { color: #bdbdbd; } */\n\n.postlink:active {\n color: #d2d2d2;\n}\n\n.postlink:hover {\n background-color: #f6f6f6;\n text-decoration: none;\n color: #404040;\n}\n\n.signature a, .signature a:visited, .signature a:hover, .signature a:active {\n border: none;\n text-decoration: underline;\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n text-decoration: underline;\n color: #d3d3d3;\n}\n\n/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */\n/* See http://www.phpbb.com/bugs/phpbb3/59685 */\n.postprofile a:active {\n font-weight: bold;\n color: #898989;\n text-decoration: none;\n}\n\n\n/* Profile searchresults */ \n.search .postprofile a {\n color: #898989;\n text-decoration: none; \n font-weight: normal;\n}\n\n.search .postprofile a:hover {\n color: #d3d3d3;\n text-decoration: underline; \n}\n\n/* Back to top of page */\n.back2top {\n clear: both;\n height: 11px;\n text-align: right;\n}\n\na.top {\n background: none no-repeat top left;\n text-decoration: none;\n width: {IMG_ICON_BACK_TOP_WIDTH}px;\n height: {IMG_ICON_BACK_TOP_HEIGHT}px;\n display: block;\n float: right;\n overflow: hidden;\n letter-spacing: 1000px;\n text-indent: 11px;\n}\n\na.top2 {\n background: none no-repeat 0 50%;\n text-decoration: none;\n padding-left: 15px;\n}\n\n/* Arrow links */\na.up { background: none no-repeat left center; }\na.down { background: none no-repeat right center; }\na.left { background: none no-repeat 3px 60%; }\na.right { background: none no-repeat 95% 60%; }\n\na.up, a.up:link, a.up:active, a.up:visited {\n padding-left: 10px;\n text-decoration: none;\n border-bottom-width: 0;\n}\n\na.up:hover {\n background-position: left top;\n background-color: transparent;\n}\n\na.down, a.down:link, a.down:active, a.down:visited {\n padding-right: 10px;\n}\n\na.down:hover {\n background-position: right bottom;\n text-decoration: none;\n}\n\na.left, a.left:active, a.left:visited {\n padding-left: 12px;\n}\n\na.left:hover {\n color: #d2d2d2;\n text-decoration: none;\n background-position: 0 60%;\n}\n\na.right, a.right:active, a.right:visited {\n padding-right: 12px;\n}\n\na.right:hover {\n color: #d2d2d2;\n text-decoration: none;\n background-position: 100% 60%;\n}\n\n/* invisible skip link, used for accessibility */\n.skiplink {\n position: absolute;\n left: -999px;\n width: 990px;\n}\n\n/* Feed icon in forumlist_body.html */\na.feed-icon-forum {\n float: right;\n margin: 3px;\n}\n/* Content Styles\n---------------------------------------- */\n\nul.topiclist {\n display: block;\n list-style-type: none;\n margin: 0;\n}\n\nul.forums {\n background: #f9f9f9 none repeat-x 0 0;\n}\n\nul.topiclist li {\n display: block;\n list-style-type: none;\n color: #777777;\n margin: 0;\n}\n\nul.topiclist dl {\n position: relative;\n}\n\nul.topiclist li.row dl {\n padding: 2px 0;\n}\n\nul.topiclist dt {\n display: block;\n float: left;\n width: 50%;\n font-size: 1.1em;\n padding-left: 5px;\n padding-right: 5px;\n}\n\nul.topiclist dd {\n display: block;\n float: left;\n border-left: 1px solid #FFFFFF;\n padding: 4px 0;\n}\n\nul.topiclist dfn {\n /* Labels for post/view counts */\n position: absolute;\n left: -999px;\n width: 990px;\n}\n\nul.topiclist li.row dt a.subforum {\n background-image: none;\n background-position: 0 50%;\n background-repeat: no-repeat;\n position: relative;\n white-space: nowrap;\n padding: 0 0 0 12px;\n}\n\n.forum-image {\n float: left;\n padding-top: 5px;\n margin-right: 5px;\n}\n\nli.row {\n border-top: 1px solid #FFFFFF;\n border-bottom: 1px solid #8f8f8f;\n}\n\nli.row strong {\n font-weight: normal;\n color: #000000;\n}\n\nli.row:hover {\n background-color: #f6f6f6;\n}\n\nli.row:hover dd {\n border-left-color: #CCCCCC;\n}\n\nli.header dt, li.header dd {\n line-height: 1em;\n border-left-width: 0;\n margin: 2px 0 4px 0;\n color: #FFFFFF;\n padding-top: 2px;\n padding-bottom: 2px;\n font-size: 1em;\n font-family: Arial, Helvetica, sans-serif;\n text-transform: uppercase;\n}\n\nli.header dt {\n font-weight: bold;\n}\n\nli.header dd {\n margin-left: 1px;\n}\n\nli.header dl.icon {\n min-height: 0;\n}\n\nli.header dl.icon dt {\n /* Tweak for headers alignment when folder icon used */\n padding-left: 0;\n padding-right: 50px;\n}\n\n/* Forum list column styles */\ndl.icon {\n min-height: 35px;\n background-position: 10px 50%; /* Position of folder icon */\n background-repeat: no-repeat;\n}\n\ndl.icon dt {\n padding-left: 45px; /* Space for folder icon */\n background-repeat: no-repeat;\n background-position: 5px 95%; /* Position of topic icon */\n}\n\ndd.posts, dd.topics, dd.views {\n width: 8%;\n text-align: center;\n line-height: 2.2em;\n font-size: 1.2em;\n}\n\n/* List in forum description */\ndl.icon dt ol,\ndl.icon dt ul {\n list-style-position: inside;\n margin-left: 1em;\n}\n\ndl.icon dt li {\n display: list-item;\n list-style-type: inherit;\n}\n\ndd.lastpost {\n width: 25%;\n font-size: 1.1em;\n}\n\ndd.redirect {\n font-size: 1.1em;\n line-height: 2.5em;\n}\n\ndd.moderation {\n font-size: 1.1em;\n}\n\ndd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {\n display: block;\n padding-left: 5px;\n}\n\ndd.time {\n width: auto;\n line-height: 200%;\n font-size: 1.1em;\n}\n\ndd.extra {\n width: 12%;\n line-height: 200%;\n text-align: center;\n font-size: 1.1em;\n}\n\ndd.mark {\n float: right !important;\n width: 9%;\n text-align: center;\n line-height: 200%;\n font-size: 1.2em;\n}\n\ndd.info {\n width: 30%;\n}\n\ndd.option {\n width: 15%;\n line-height: 200%;\n text-align: center;\n font-size: 1.1em;\n}\n\ndd.searchby {\n width: 47%;\n font-size: 1.1em;\n line-height: 1em;\n}\n\nul.topiclist dd.searchextra {\n margin-left: 5px;\n padding: 0.2em 0;\n font-size: 1.1em;\n color: #333333;\n border-left: none;\n clear: both;\n width: 98%;\n overflow: hidden;\n}\n\n/* Container for post/reply buttons and pagination */\n.topic-actions {\n margin-bottom: 3px;\n font-size: 1.1em;\n height: 28px;\n min-height: 28px;\n}\ndiv[class].topic-actions {\n height: auto;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n padding: 0;\n line-height: 1.48em;\n color: #333333;\n width: 76%;\n float: left;\n clear: both;\n}\n\n.postbody .ignore {\n font-size: 1.1em;\n}\n\n.postbody h3.first {\n /* The first post on the page uses this */\n font-size: 1.7em;\n}\n\n.postbody h3 {\n /* Postbody requires a different h3 format - so change it here */\n font-size: 1.5em;\n padding: 2px 0 0 0;\n margin: 0 0 0.3em 0 !important;\n text-transform: none;\n border: none;\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n line-height: 125%;\n}\n\n.postbody h3 img {\n /* Also see tweaks.css */\n vertical-align: bottom;\n}\n\n.postbody .content {\n font-size: 1.3em;\n}\n\n.search .postbody {\n width: 68%\n}\n\n/* Topic review panel\n----------------------------------------*/\n#review {\n margin-top: 2em;\n}\n\n#topicreview {\n padding-right: 5px;\n overflow: auto;\n height: 300px;\n}\n\n#topicreview .postbody {\n width: auto;\n float: none;\n margin: 0;\n height: auto;\n}\n\n#topicreview .post {\n height: auto;\n}\n\n#topicreview h2 {\n border-bottom-width: 0;\n}\n\n.post-ignore .postbody {\n display: none;\n}\n\n/* MCP Post details\n----------------------------------------*/\n#post_details\n{\n /* This will only work in IE7+, plus the others */\n overflow: auto;\n max-height: 300px;\n}\n\n#expand\n{\n clear: both;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n min-height: 3em;\n overflow: hidden;\n line-height: 1.4em;\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1em;\n color: #333333;\n padding-bottom: 1px;\n}\n\n.content h2, .panel h2 {\n font-weight: normal;\n color: #989898;\n border-bottom: 1px solid #CCCCCC;\n font-size: 1.6em;\n margin-top: 0.5em;\n margin-bottom: 0.5em;\n padding-bottom: 0.5em;\n}\n\n.panel h3 {\n margin: 0.5em 0;\n}\n\n.panel p {\n font-size: 1.2em;\n margin-bottom: 1em;\n line-height: 1.4em;\n}\n\n.content p {\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.2em;\n margin-bottom: 1em;\n line-height: 1.4em;\n}\n\ndl.faq {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.1em;\n margin-top: 1em;\n margin-bottom: 2em;\n line-height: 1.4em;\n}\n\ndl.faq dt {\n font-weight: bold;\n color: #333333;\n}\n\n.content dl.faq {\n font-size: 1.2em;\n margin-bottom: 0.5em;\n}\n\n.content li {\n list-style-type: inherit;\n}\n\n.content ul, .content ol {\n margin-bottom: 1em;\n margin-left: 3em;\n}\n\n.posthilit {\n background-color: #f3f3f3;\n color: #BCBCBC;\n padding: 0 2px 1px 2px;\n}\n\n.announce, .unreadpost {\n /* Highlight the announcements & unread posts box */\n border-left-color: #BCBCBC;\n border-right-color: #BCBCBC;\n}\n\n/* Post author */\np.author {\n margin: 0 15em 0.6em 0;\n padding: 0 0 5px 0;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-size: 1em;\n line-height: 1.2em;\n}\n\n/* Post signature */\n.signature {\n margin-top: 1.5em;\n padding-top: 0.2em;\n font-size: 1.1em;\n border-top: 1px solid #CCCCCC;\n clear: left;\n line-height: 140%;\n overflow: hidden;\n width: 100%;\n}\n\ndd .signature {\n margin: 0;\n padding: 0;\n clear: none;\n border: none;\n}\n\n.signature li {\n list-style-type: inherit;\n}\n\n.signature ul, .signature ol {\n margin-bottom: 1em;\n margin-left: 3em;\n}\n\n/* Post noticies */\n.notice {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n width: auto;\n margin-top: 1.5em;\n padding-top: 0.2em;\n font-size: 1em;\n border-top: 1px dashed #CCCCCC;\n clear: left;\n line-height: 130%;\n}\n\n/* Jump to post link for now */\nul.searchresults {\n list-style: none;\n text-align: right;\n clear: both;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n background: #ebebeb none 6px 8px no-repeat;\n border: 1px solid #dbdbdb;\n font-size: 0.95em;\n margin: 0.5em 1px 0 25px;\n overflow: hidden;\n padding: 5px;\n}\n\nblockquote blockquote {\n /* Nested quotes */\n background-color: #bababa;\n font-size: 1em;\n margin: 0.5em 1px 0 15px; \n}\n\nblockquote blockquote blockquote {\n /* Nested quotes */\n background-color: #e4e4e4;\n}\n\nblockquote cite {\n /* Username/source of quoter */\n font-style: normal;\n font-weight: bold;\n margin-left: 20px;\n display: block;\n font-size: 0.9em;\n}\n\nblockquote cite cite {\n font-size: 1em;\n}\n\nblockquote.uncited {\n padding-top: 25px;\n}\n\n/* Code block */\ndl.codebox {\n padding: 3px;\n background-color: #FFFFFF;\n border: 1px solid #d8d8d8;\n font-size: 1em;\n}\n\ndl.codebox dt {\n text-transform: uppercase;\n border-bottom: 1px solid #CCCCCC;\n margin-bottom: 3px;\n font-size: 0.8em;\n font-weight: bold;\n display: block;\n}\n\nblockquote dl.codebox {\n margin-left: 0;\n}\n\ndl.codebox code {\n /* Also see tweaks.css */\n overflow: auto;\n display: block;\n height: auto;\n max-height: 200px;\n white-space: normal;\n padding-top: 5px;\n font: 0.9em Monaco, \"Andale Mono\",\"Courier New\", Courier, mono;\n line-height: 1.3em;\n color: #8b8b8b;\n margin: 2px 0;\n}\n\n.syntaxbg { color: #FFFFFF; }\n.syntaxcomment { color: #000000; }\n.syntaxdefault { color: #bcbcbc; }\n.syntaxhtml { color: #000000; }\n.syntaxkeyword { color: #585858; }\n.syntaxstring { color: #a7a7a7; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n float: left;\n width: auto; \n margin: 5px 5px 5px 0;\n padding: 6px;\n background-color: #FFFFFF;\n border: 1px dashed #d8d8d8;\n clear: left;\n}\n\n.pm-message .attachbox {\n background-color: #f3f3f3;\n}\n\n.attachbox dt {\n font-family: Arial, Helvetica, sans-serif;\n text-transform: uppercase;\n}\n\n.attachbox dd {\n margin-top: 4px;\n padding-top: 4px;\n clear: left;\n border-top: 1px solid #d8d8d8;\n}\n\n.attachbox dd dd {\n border: none;\n}\n\n.attachbox p {\n line-height: 110%;\n color: #666666;\n font-weight: normal;\n clear: left;\n}\n\n.attachbox p.stats\n{\n line-height: 110%;\n color: #666666;\n font-weight: normal;\n clear: left;\n}\n\n.attach-image {\n margin: 3px 0;\n width: 100%;\n max-height: 350px;\n overflow: auto;\n}\n\n.attach-image img {\n border: 1px solid #999999;\n/* cursor: move; */\n cursor: default;\n}\n\n/* Inline image thumbnails */\ndiv.inline-attachment dl.thumbnail, div.inline-attachment dl.file {\n display: block;\n margin-bottom: 4px;\n}\n\ndiv.inline-attachment p {\n font-size: 100%;\n}\n\ndl.file {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n display: block;\n}\n\ndl.file dt {\n text-transform: none;\n margin: 0;\n padding: 0;\n font-weight: bold;\n font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\ndl.file dd {\n color: #666666;\n margin: 0;\n padding: 0; \n}\n\ndl.thumbnail img {\n padding: 3px;\n border: 1px solid #666666;\n background-color: #FFF;\n}\n\ndl.thumbnail dd {\n color: #666666;\n font-style: italic;\n font-family: Verdana, Arial, Helvetica, sans-serif;\n}\n\n.attachbox dl.thumbnail dd {\n font-size: 100%;\n}\n\ndl.thumbnail dt a:hover {\n background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n border: 1px solid #d2d2d2;\n}\n\n/* Post poll styles\n----------------------------------------*/\nfieldset.polls {\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n}\n\nfieldset.polls dl {\n margin-top: 5px;\n border-top: 1px solid #e2e2e2;\n padding: 5px 0 0 0;\n line-height: 120%;\n color: #666666;\n}\n\nfieldset.polls dl.voted {\n font-weight: bold;\n color: #000000;\n}\n\nfieldset.polls dt {\n text-align: left;\n float: left;\n display: block;\n width: 30%;\n border-right: none;\n padding: 0;\n margin: 0;\n font-size: 1.1em;\n}\n\nfieldset.polls dd {\n float: left;\n width: 10%;\n border-left: none;\n padding: 0 5px;\n margin-left: 0;\n font-size: 1.1em;\n}\n\nfieldset.polls dd.resultbar {\n width: 50%;\n}\n\nfieldset.polls dd input {\n margin: 2px 0;\n}\n\nfieldset.polls dd div {\n text-align: right;\n font-family: Arial, Helvetica, sans-serif;\n color: #FFFFFF;\n font-weight: bold;\n padding: 0 2px;\n overflow: visible;\n min-width: 2%;\n}\n\n.pollbar1 {\n background-color: #aaaaaa;\n border-bottom: 1px solid #747474;\n border-right: 1px solid #747474;\n}\n\n.pollbar2 {\n background-color: #bebebe;\n border-bottom: 1px solid #8c8c8c;\n border-right: 1px solid #8c8c8c;\n}\n\n.pollbar3 {\n background-color: #D1D1D1;\n border-bottom: 1px solid #aaaaaa;\n border-right: 1px solid #aaaaaa;\n}\n\n.pollbar4 {\n background-color: #e4e4e4;\n border-bottom: 1px solid #bebebe;\n border-right: 1px solid #bebebe;\n}\n\n.pollbar5 {\n background-color: #f8f8f8;\n border-bottom: 1px solid #D1D1D1;\n border-right: 1px solid #D1D1D1;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n /* Also see tweaks.css */\n margin: 5px 0 10px 0;\n min-height: 80px;\n color: #666666;\n border-left: 1px solid #FFFFFF;\n width: 22%;\n float: right;\n display: inline;\n}\n.pm .postprofile {\n border-left: 1px solid #DDDDDD;\n}\n\n.postprofile dd, .postprofile dt {\n line-height: 1.2em;\n margin-left: 8px;\n}\n\n.postprofile strong {\n font-weight: normal;\n color: #000000;\n}\n\n.avatar {\n border: none;\n margin-bottom: 3px;\n}\n\n.online {\n background-image: none;\n background-position: 100% 0;\n background-repeat: no-repeat;\n}\n\n/* Poster profile used by search*/\n.search .postprofile {\n width: 30%;\n}\n\n/* pm list in compose message if mass pm is enabled */\ndl.pmlist dt {\n width: 60% !important;\n}\n\ndl.pmlist dt textarea {\n width: 95%;\n}\n\ndl.pmlist dd {\n margin-left: 61% !important;\n margin-bottom: 2px;\n}\n/* Button Styles\n---------------------------------------- */\n\n/* Rollover buttons\n Based on: http://wellstyled.com/css-nopreload-rollovers.html\n----------------------------------------*/\n.buttons {\n float: left;\n width: auto;\n height: auto;\n}\n\n/* Rollover state */\n.buttons div {\n float: left;\n margin: 0 5px 0 0;\n background-position: 0 100%;\n}\n\n/* Rolloff state */\n.buttons div a {\n display: block;\n width: 100%;\n height: 100%;\n background-position: 0 0;\n position: relative;\n overflow: hidden;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\n/*.buttons div span { display: none; }*/\n/*.buttons div a:hover { background-image: none; }*/\n.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}\n.buttons div a:hover span { background-position: 0 100%; }\n\n/* Big button images */\n.reply-icon span { background: transparent none 0 0 no-repeat; }\n.post-icon span { background: transparent none 0 0 no-repeat; }\n.locked-icon span { background: transparent none 0 0 no-repeat; }\n.pmreply-icon span { background: none 0 0 no-repeat; }\n.newpm-icon span { background: none 0 0 no-repeat; }\n.forwardpm-icon span { background: none 0 0 no-repeat; }\n\n/* Set big button dimensions */\n.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }\n.buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }\n.buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }\n.buttons div.pmreply-icon { width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }\n.buttons div.newpm-icon { width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }\n.buttons div.forwardpm-icon { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }\n\n/* Sub-header (navigation bar)\n--------------------------------------------- */\na.print, a.sendemail, a.fontsize {\n display: block;\n overflow: hidden;\n height: 18px;\n text-indent: -5000px;\n text-align: left;\n background-repeat: no-repeat;\n}\n\na.print {\n background-image: none;\n width: 22px;\n}\n\na.sendemail {\n background-image: none;\n width: 22px;\n}\n\na.fontsize {\n background-image: none;\n background-position: 0 -1px;\n width: 29px;\n}\n\na.fontsize:hover {\n background-position: 0 -20px;\n text-decoration: none;\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,\n.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {\n background-position: 0 50%;\n background-repeat: no-repeat;\n background-image: none;\n padding: 1px 0 0 17px;\n}\n\n/* Poster profile icons\n----------------------------------------*/\nul.profile-icons {\n padding-top: 10px;\n list-style: none;\n}\n\n/* Rollover state */\nul.profile-icons li {\n float: left;\n margin: 0 6px 3px 0;\n background-position: 0 100%;\n}\n\n/* Rolloff state */\nul.profile-icons li a {\n display: block;\n width: 100%;\n height: 100%;\n background-position: 0 0;\n}\n\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\nul.profile-icons li span { display:none; }\nul.profile-icons li a:hover { background: none; }\n\n/* Positioning of moderator icons */\n.postbody ul.profile-icons {\n float: right;\n width: auto;\n padding: 0;\n}\n\n.postbody ul.profile-icons li {\n margin: 0 3px;\n}\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a { background: none top left no-repeat; }\n.aim-icon, .aim-icon a { background: none top left no-repeat; }\n.yahoo-icon, .yahoo-icon a { background: none top left no-repeat; }\n.web-icon, .web-icon a { background: none top left no-repeat; }\n.msnm-icon, .msnm-icon a { background: none top left no-repeat; }\n.icq-icon, .icq-icon a { background: none top left no-repeat; }\n.jabber-icon, .jabber-icon a { background: none top left no-repeat; }\n.pm-icon, .pm-icon a { background: none top left no-repeat; }\n.quote-icon, .quote-icon a { background: none top left no-repeat; }\n\n/* Moderator icons */\n.report-icon, .report-icon a { background: none top left no-repeat; }\n.warn-icon, .warn-icon a { background: none top left no-repeat; }\n.edit-icon, .edit-icon a { background: none top left no-repeat; }\n.delete-icon, .delete-icon a { background: none top left no-repeat; }\n.info-icon, .info-icon a { background: none top left no-repeat; }\n\n/* Set profile icon dimensions */\nul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }\nul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }\nul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }\nul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }\nul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }\nul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }\nul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }\nul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }\nul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }\nul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }\nul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }\nul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }\nul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }\nul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }\n\n/* Fix profile icon default margins */\nul.profile-icons li.edit-icon { margin: 0 0 0 3px; }\nul.profile-icons li.quote-icon { margin: 0 0 0 10px; }\nul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }\n/* Control Panel Styles\n---------------------------------------- */\n\n\n/* Main CP box\n----------------------------------------*/\n#cp-menu {\n float:left;\n width: 19%;\n margin-top: 1em;\n margin-bottom: 5px;\n}\n\n#cp-main {\n float: left;\n width: 81%;\n}\n\n#cp-main .content {\n padding: 0;\n}\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n border-color: #bfbfbf;\n}\n\n#cp-main .panel p {\n font-size: 1.1em;\n}\n\n#cp-main .panel ol {\n margin-left: 2em;\n font-size: 1.1em;\n}\n\n#cp-main .panel li.row {\n border-bottom: 1px solid #cbcbcb;\n border-top: 1px solid #F9F9F9;\n}\n\nul.cplist {\n margin-bottom: 5px;\n border-top: 1px solid #cbcbcb;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n color: #000000;\n margin-bottom: 2px;\n}\n\n#cp-main table.table1 {\n margin-bottom: 1em;\n}\n\n#cp-main table.table1 thead th {\n color: #333333;\n font-weight: bold;\n border-bottom: 1px solid #333333;\n padding: 5px;\n}\n\n#cp-main table.table1 tbody th {\n font-style: italic;\n background-color: transparent !important;\n border-bottom: none;\n}\n\n#cp-main .pagination {\n float: right;\n width: auto;\n padding-top: 1px;\n}\n\n#cp-main .postbody p {\n font-size: 1.1em;\n}\n\n#cp-main .pm-message {\n border: 1px solid #e2e2e2;\n margin: 10px 0;\n background-color: #FFFFFF;\n width: auto;\n float: none;\n}\n\n.pm-message h2 {\n padding-bottom: 5px;\n}\n\n#cp-main .postbody h3, #cp-main .box2 h3 {\n margin-top: 0;\n}\n\n#cp-main .buttons {\n margin-left: 0;\n}\n\n#cp-main ul.linklist {\n margin: 0;\n}\n\n/* MCP Specific tweaks */\n.mcp-main .postbody {\n width: 100%;\n}\n\n.tabs-container h2 {\n float: left;\n margin-bottom: 0px;\n}\n\n.tabs-container #minitabs {\n float: right;\n margin-top: 19px;\n}\n\n.tabs-container:after {\n display: block;\n clear: both;\n content: \'\';\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs {\n line-height: normal;\n margin: 20px 0 -1px 7px;\n min-width: 570px;\n}\n\n#tabs ul {\n margin:0;\n padding: 0;\n list-style: none;\n}\n\n#tabs li {\n display: inline;\n margin: 0;\n padding: 0;\n font-size: 1em;\n font-weight: bold;\n}\n\n#tabs a {\n float: left;\n background: none no-repeat 0% -35px;\n margin: 0 1px 0 0;\n padding: 0 0 0 5px;\n text-decoration: none;\n position: relative;\n cursor: pointer;\n}\n\n#tabs a span {\n float: left;\n display: block;\n background: none no-repeat 100% -35px;\n padding: 6px 10px 6px 5px;\n color: #828282;\n white-space: nowrap;\n}\n\n#tabs a:hover span {\n color: #bcbcbc;\n}\n\n#tabs .activetab a {\n background-position: 0 0;\n border-bottom: 1px solid #ebebeb;\n}\n\n#tabs .activetab a span {\n background-position: 100% 0;\n padding-bottom: 7px;\n color: #333333;\n}\n\n#tabs a:hover {\n background-position: 0 -70px;\n}\n\n#tabs a:hover span {\n background-position:100% -70px;\n}\n\n#tabs .activetab a:hover {\n background-position: 0 0;\n}\n\n#tabs .activetab a:hover span {\n color: #000000;\n background-position: 100% 0;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs {\n line-height: normal;\n margin: -20px 7px 0 0;\n}\n\n#minitabs ul {\n margin:0;\n padding: 0;\n list-style: none;\n}\n\n#minitabs li {\n display: block;\n float: right;\n padding: 0 10px 4px 10px;\n font-size: 1em;\n font-weight: bold;\n background-color: #f2f2f2;\n margin-left: 2px;\n}\n\n#minitabs a {\n}\n\n#minitabs a:hover {\n text-decoration: none;\n}\n\n#minitabs li.activetab {\n background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n/* Container for sub-navigation list */\n#navigation {\n width: 100%;\n padding-top: 36px;\n}\n\n#navigation ul {\n list-style:none;\n}\n\n/* Default list state */\n#navigation li {\n margin: 1px 0;\n padding: 0;\n font-weight: bold;\n display: inline;\n}\n\n/* Link styles for the sub-section links */\n#navigation a {\n display: block;\n padding: 5px;\n margin: 1px 0;\n text-decoration: none;\n font-weight: bold;\n color: #333;\n background: #cfcfcf none repeat-y 100% 0;\n}\n\n#navigation a:hover {\n text-decoration: none;\n background-color: #c6c6c6;\n color: #bcbcbc;\n background-image: none;\n}\n\n#navigation #active-subsection a {\n display: block;\n color: #d3d3d3;\n background-color: #F9F9F9;\n background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n color: #d3d3d3;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n border-bottom: none;\n padding: 0;\n margin-left: 10px;\n color: #333333;\n}\n\n#cp-main .panel {\n background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n background-image: none;\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n background-image: none;\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n background-image: none;\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n background-image: none;\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n background-image: none;\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n background-image: none;\n}\n\n/* Friends list */\n.cp-mini {\n background-color: #f9f9f9;\n padding: 0 5px;\n margin: 10px 15px 10px 5px;\n}\n\n.cp-mini span.corners-top, .cp-mini span.corners-bottom {\n margin: 0 -5px;\n}\n\ndl.mini dt {\n font-weight: bold;\n color: #676767;\n}\n\ndl.mini dd {\n padding-top: 4px;\n}\n\n.friend-online {\n font-weight: bold;\n}\n\n.friend-offline {\n font-style: italic;\n}\n\n/* PM Styles\n----------------------------------------*/\n#pm-menu {\n line-height: 2.5em;\n}\n\n/* PM panel adjustments */\n.reply-all a.left {\n background-position: 3px 60%;\n}\n\n.reply-all a.left:hover {\n background-position: 0px 60%;\n}\n\n.reply-all {\n font-size: 11px;\n padding-top: 5px;\n}\n\n/* PM Message history */\n.current {\n color: #999999;\n}\n\n/* Defined rules list for PM options */\nol.def-rules {\n padding-left: 0;\n}\n\nol.def-rules li {\n line-height: 180%;\n padding: 1px;\n}\n\n/* PM marking colours */\n.pmlist li.bg1 {\n padding: 0 3px;\n}\n\n.pmlist li.bg2 {\n padding: 0 3px;\n}\n\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n border-left-color: #bcbcbc;\n border-right-color: #bcbcbc;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n padding: 0;\n border: solid 3px #ffffff;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n padding: 0;\n border: solid 3px #c2c2c2;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n padding: 0;\n border: solid 3px #bdbdbd;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\n padding: 0;\n border: solid 3px #000000;\n border-width: 0 3px;\n}\n\n.pm-legend {\n border-left-width: 10px;\n border-left-style: solid;\n border-right-width: 0;\n margin-bottom: 3px;\n padding-left: 3px;\n}\n\n/* Avatar gallery */\n#gallery label {\n position: relative;\n float: left;\n margin: 10px;\n padding: 5px;\n width: auto;\n background: #FFFFFF;\n border: 1px solid #CCC;\n text-align: center;\n}\n\n#gallery label:hover {\n background-color: #EEE;\n}\n/* Form Styles\n---------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nfieldset {\n border-width: 0;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-size: 1.1em;\n}\n\ninput {\n font-weight: normal;\n cursor: pointer;\n vertical-align: middle;\n padding: 0 3px;\n font-size: 1em;\n font-family: Verdana, Helvetica, Arial, sans-serif;\n}\n\nselect {\n font-family: Verdana, Helvetica, Arial, sans-serif;\n font-weight: normal;\n cursor: pointer;\n vertical-align: middle;\n border: 1px solid #666666;\n padding: 1px;\n background-color: #FAFAFA;\n font-size: 1em;\n}\n\noption {\n padding-right: 1em;\n}\n\noption.disabled-option {\n color: graytext;\n}\n\ntextarea {\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n width: 60%;\n padding: 2px;\n font-size: 1em;\n line-height: 1.4em;\n}\n\nlabel {\n cursor: default;\n padding-right: 5px;\n color: #676767;\n}\n\nlabel input {\n vertical-align: middle;\n}\n\nlabel img {\n vertical-align: middle;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\nfieldset dl {\n padding: 4px 0;\n}\n\nfieldset dt {\n float: left; \n width: 40%;\n text-align: left;\n display: block;\n}\n\nfieldset dd {\n margin-left: 41%;\n vertical-align: top;\n margin-bottom: 3px;\n}\n\n/* Specific layout 1 */\nfieldset.fields1 dt {\n width: 15em;\n border-right-width: 0;\n}\n\nfieldset.fields1 dd {\n margin-left: 15em;\n border-left-width: 0;\n}\n\nfieldset.fields1 {\n background-color: transparent;\n}\n\nfieldset.fields1 div {\n margin-bottom: 3px;\n}\n\n/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */\nfieldset.fields1 #recaptcha_widget_div div {\n margin-bottom: 0;\n}\n\n/* Specific layout 2 */\nfieldset.fields2 dt {\n width: 15em;\n border-right-width: 0;\n}\n\nfieldset.fields2 dd {\n margin-left: 16em;\n border-left-width: 0;\n}\n\n/* Form elements */\ndt label {\n font-weight: bold;\n text-align: left;\n}\n\ndd label {\n white-space: nowrap;\n color: #333;\n}\n\ndd input, dd textarea {\n margin-right: 3px;\n}\n\ndd select {\n width: auto;\n}\n\ndd textarea {\n width: 85%;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n color: inherit;\n}\n\n#timezone {\n width: 95%;\n}\n\n* html #timezone {\n width: 50%;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login {\n margin-top: 5px;\n}\n\nfieldset.quick-login input {\n width: auto;\n}\n\nfieldset.quick-login input.inputbox {\n width: 15%;\n vertical-align: middle;\n margin-right: 5px;\n background-color: #f3f3f3;\n}\n\nfieldset.quick-login label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\n/* Display options on viewtopic/viewforum pages */\nfieldset.display-options {\n text-align: center;\n margin: 3px 0 5px 0;\n}\n\nfieldset.display-options label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\nfieldset.display-options a {\n margin-top: 3px;\n}\n\n/* Display actions for ucp and mcp pages */\nfieldset.display-actions {\n text-align: right;\n line-height: 2em;\n white-space: nowrap;\n padding-right: 1em;\n}\n\nfieldset.display-actions label {\n white-space: nowrap;\n padding-right: 2px;\n}\n\nfieldset.sort-options {\n line-height: 2em;\n}\n\n/* MCP forum selection*/\nfieldset.forum-selection {\n margin: 5px 0 3px 0;\n float: right;\n}\n\nfieldset.forum-selection2 {\n margin: 13px 0 3px 0;\n float: right;\n}\n\n/* Jumpbox */\nfieldset.jumpbox {\n text-align: right;\n margin-top: 15px;\n height: 2.5em;\n}\n\nfieldset.quickmod {\n width: 50%;\n float: right;\n text-align: right;\n height: 2.5em;\n}\n\n/* Submit button fieldset */\nfieldset.submit-buttons {\n text-align: center;\n vertical-align: middle;\n margin: 5px 0;\n}\n\nfieldset.submit-buttons input {\n vertical-align: middle;\n padding-top: 3px;\n padding-bottom: 3px;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n/* Buttons used in the editor */\n#format-buttons {\n margin: 15px 0 2px 0;\n}\n\n#format-buttons input, #format-buttons select {\n vertical-align: middle;\n}\n\n/* Main message box */\n#message-box {\n width: 80%;\n}\n\n#message-box textarea {\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Arial, sans-serif;\n width: 450px;\n height: 270px;\n min-width: 100%;\n max-width: 100%;\n font-size: 1.2em;\n color: #333333;\n}\n\n/* Emoticons panel */\n#smiley-box {\n width: 18%;\n float: right;\n}\n\n#smiley-box img {\n margin: 3px;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n background-color: #FFFFFF;\n border: 1px solid #c0c0c0;\n color: #333333;\n padding: 2px;\n cursor: text;\n}\n\n.inputbox:hover {\n border: 1px solid #eaeaea;\n}\n\n.inputbox:focus {\n border: 1px solid #eaeaea;\n color: #4b4b4b;\n}\n\ninput.inputbox { width: 85%; }\ninput.medium { width: 50%; }\ninput.narrow { width: 25%; }\ninput.tiny { width: 125px; }\n\ntextarea.inputbox {\n width: 85%;\n}\n\n.autowidth {\n width: auto !important;\n}\n\n/* Form button styles\n---------------------------------------- */\ninput.button1, input.button2 {\n font-size: 1em;\n}\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n width: auto !important;\n padding-top: 1px;\n padding-bottom: 1px;\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\n color: #000;\n background: #FAFAFA none repeat-x top left;\n}\n\na.button1, input.button1 {\n font-weight: bold;\n border: 1px solid #666666;\n}\n\ninput.button3 {\n padding: 0;\n margin: 0;\n line-height: 5px;\n height: 12px;\n background-image: none;\n font-variant: small-caps;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n border: 1px solid #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n text-decoration: none;\n color: #000000;\n padding: 2px 8px;\n line-height: 250%;\n vertical-align: text-bottom;\n background-position: 0 1px;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n border: 1px solid #BCBCBC;\n background-position: 0 100%;\n color: #BCBCBC;\n}\n\ninput.disabled {\n font-weight: normal;\n color: #666666;\n}\n\n/* Topic and forum Search */\n.search-box {\n margin-top: 3px;\n margin-left: 5px;\n float: left;\n}\n\n.search-box input {\n}\n\ninput.search {\n background-image: none;\n background-repeat: no-repeat;\n background-position: left 1px;\n padding-left: 17px;\n}\n\n.full { width: 95%; }\n.medium { width: 50%;}\n.narrow { width: 25%;}\n.tiny { width: 10%;}\n/* Style Sheet Tweaks\n\nThese style definitions are mainly IE specific \ntweaks required due to its poor CSS support.\n-------------------------------------------------*/\n\n* html table, * html select, * html input { font-size: 100%; }\n* html hr { margin: 0; }\n* html span.corners-top, * html span.corners-bottom { background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\"); }\n* html span.corners-top span, * html span.corners-bottom span { background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\"); }\n\ntable.table1 {\n width: 99%; /* IE < 6 browsers */\n /* Tantek hack */\n voice-family: \"\\\"}\\\"\";\n voice-family: inherit;\n width: 100%;\n}\nhtml>body table.table1 { width: 100%; } /* Reset 100% for opera */\n\n* html ul.topiclist li { position: relative; }\n* html .postbody h3 img { vertical-align: middle; }\n\n/* Form styles */\nhtml>body dd label input { vertical-align: text-bottom; } /* Align checkboxes/radio buttons nicely */\n\n* html input.button1, * html input.button2 {\n padding-bottom: 0;\n margin-bottom: 1px;\n}\n\n/* Misc layout styles */\n* html .column1, * html .column2 { width: 45%; }\n\n/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)\n From http://www.positioniseverything.net/easyclearing.html \n#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {\n content: \".\"; \n display: block; \n height: 0; \n clear: both; \n visibility: hidden;\n}*/\n\n.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {\n height: 1%;\n overflow: hidden;\n}\n\n/* viewtopic fix */\n* html .post {\n height: 25%;\n overflow: hidden;\n}\n\n/* navbar fix */\n* html .clearfix, * html .navbar, ul.linklist {\n height: 4%;\n overflow: hidden;\n}\n\n/* Simple fix so forum and topic lists always have a min-height set, even in IE6\n From http://www.dustindiaz.com/min-height-fast-hack */\ndl.icon {\n min-height: 35px;\n height: auto !important;\n height: 35px;\n}\n\n* html li.row dl.icon dt {\n height: 35px;\n overflow: visible;\n}\n\n* html #search-box {\n width: 25%;\n}\n\n/* Correctly clear floating for details on profile view */\n*:first-child+html dl.details dd {\n margin-left: 30%;\n float: none;\n}\n\n* html dl.details dd {\n margin-left: 30%;\n float: none;\n}\n\n/* Headerbar height fix for IE7 and below */\n* html #site-description p {\n margin-bottom: 1.0em;\n}\n\n*:first-child+html #site-description p {\n margin-bottom: 1.0em;\n}\n\n/* #minitabs fix for IE */\n.tabs-container {\n zoom: 1;\n}\n\n#minitabs {\n white-space: nowrap;\n *min-width: 50%;\n}\n/* \n--------------------------------------------------------------\nColours and backgrounds for common.css\n-------------------------------------------------------------- */\n\nhtml, body {\n color: #536482;\n background-color: #FFFFFF;\n}\n\nh1 {\n color: #FFFFFF;\n}\n\nh2 {\n color: #28313F;\n}\n\nh3 {\n border-bottom-color: #CCCCCC;\n color: #115098;\n}\n\nhr {\n border-color: #FFFFFF;\n border-top-color: #CCCCCC;\n}\n\nhr.dashed {\n border-top-color: #CCCCCC;\n}\n\n/* Search box\n--------------------------------------------- */\n\n#search-box {\n color: #FFFFFF;\n}\n\n#search-box #keywords {\n background-color: #FFF;\n}\n\n#search-box input {\n border-color: #0075B0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n background-color: #12A3EB;\n background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n color: #FFFFFF;\n}\n\n.navbar {\n background-color: #cadceb;\n}\n\n.forabg {\n background-color: #0076b1;\n background-image: url(\"{T_THEME_PATH}/images/bg_list.gif\");\n}\n\n.forumbg {\n background-color: #12A3EB;\n background-image: url(\"{T_THEME_PATH}/images/bg_header.gif\");\n}\n\n.panel {\n background-color: #ECF1F3;\n color: #28313F;\n}\n\n.post:target .content {\n color: #000000;\n}\n\n.post:target h3 a {\n color: #000000;\n}\n\n.bg1 { background-color: #ECF3F7; }\n.bg2 { background-color: #e1ebf2; }\n.bg3 { background-color: #cadceb; }\n\n.ucprowbg {\n background-color: #DCDEE2;\n}\n\n.fieldsbg {\n background-color: #E7E8EA;\n}\n\nspan.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\nspan.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\n/* Horizontal lists\n----------------------------------------*/\n\nul.navlinks {\n border-bottom-color: #FFFFFF;\n}\n\n/* Table styles\n----------------------------------------*/\ntable.table1 thead th {\n color: #FFFFFF;\n}\n\ntable.table1 tbody tr {\n border-color: #BFC1CF;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n background-color: #CFE1F6;\n color: #000;\n}\n\ntable.table1 td {\n color: #536482;\n}\n\ntable.table1 tbody td {\n border-top-color: #FAFAFA;\n}\n\ntable.table1 tbody th {\n border-bottom-color: #000000;\n color: #333333;\n background-color: #FFFFFF;\n}\n\ntable.info tbody th {\n color: #000000;\n}\n\n/* Misc layout styles\n---------------------------------------- */\ndl.details dt {\n color: #000000;\n}\n\ndl.details dd {\n color: #536482;\n}\n\n.sep {\n color: #1198D9;\n}\n\n/* Pagination\n---------------------------------------- */\n\n.pagination span strong {\n color: #FFFFFF;\n background-color: #4692BF;\n border-color: #4692BF;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited {\n color: #5C758C;\n background-color: #ECEDEE;\n border-color: #B4BAC0;\n}\n\n.pagination span a:hover {\n border-color: #368AD2;\n background-color: #368AD2;\n color: #FFF;\n}\n\n.pagination span a:active {\n color: #5C758C;\n background-color: #ECEDEE;\n border-color: #B4BAC0;\n}\n\n/* Pagination in viewforum for multipage topics */\n.row .pagination {\n background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\");\n}\n\n.row .pagination span a, li.pagination span a {\n background-color: #FFFFFF;\n}\n\n.row .pagination span a:hover, li.pagination span a:hover {\n background-color: #368AD2;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n\n.copyright {\n color: #555555;\n}\n\n.error {\n color: #BC2A4D;\n}\n\n.reported {\n background-color: #F7ECEF;\n}\n\nli.reported:hover {\n background-color: #ECD5D8 !important;\n}\n.sticky, .announce {\n /* you can add a background for stickies and announcements*/\n}\n\ndiv.rules {\n background-color: #ECD5D8;\n color: #BC2A4D;\n}\n\np.rules {\n background-color: #ECD5D8;\n background-image: none;\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for links.css\n-------------------------------------------------------------- */\n\na:link { color: #105289; }\na:visited { color: #105289; }\na:hover { color: #D31141; }\na:active { color: #368AD2; }\n\n/* Links on gradient backgrounds */\n#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {\n color: #FFFFFF;\n}\n\n#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {\n color: #FFFFFF;\n}\n\n#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n color: #A8D8FF;\n}\n\n#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n color: #C8E6FF;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n color: #105289;\n}\n\n/* a.forumtitle:visited { color: #105289; } */\n\na.forumtitle:hover {\n color: #BC2A4D;\n}\n\na.forumtitle:active {\n color: #105289;\n}\n\na.topictitle {\n color: #105289;\n}\n\n/* a.topictitle:visited { color: #368AD2; } */\n\na.topictitle:hover {\n color: #BC2A4D;\n}\n\na.topictitle:active {\n color: #105289;\n}\n\n/* Post body links */\n.postlink {\n color: #368AD2;\n border-bottom-color: #368AD2;\n}\n\n.postlink:visited {\n color: #5D8FBD;\n border-bottom-color: #5D8FBD;\n}\n\n.postlink:active {\n color: #368AD2;\n}\n\n.postlink:hover {\n background-color: #D0E4F6;\n color: #0D4473;\n}\n\n.signature a, .signature a:visited, .signature a:hover, .signature a:active {\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {\n color: #105289;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n color: #D31141;\n}\n\n.postprofile a:active {\n color: #105289;\n}\n\n/* Profile searchresults */ \n.search .postprofile a {\n color: #105289;\n}\n\n.search .postprofile a:hover {\n color: #D31141;\n}\n\n/* Back to top of page */\na.top {\n background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\na.top2 {\n background-image: url(\"{IMG_ICON_BACK_TOP_SRC}\");\n}\n\n/* Arrow links */\na.up { background-image: url(\"{T_THEME_PATH}/images/arrow_up.gif\") }\na.down { background-image: url(\"{T_THEME_PATH}/images/arrow_down.gif\") }\na.left { background-image: url(\"{T_THEME_PATH}/images/arrow_left.gif\") }\na.right { background-image: url(\"{T_THEME_PATH}/images/arrow_right.gif\") }\n\na.up:hover {\n background-color: transparent;\n}\n\na.left:hover {\n color: #368AD2;\n}\n\na.right:hover {\n color: #368AD2;\n}\n\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for content.css\n-------------------------------------------------------------- */\n\nul.forums {\n background-color: #eef5f9;\n background-image: url(\"{T_THEME_PATH}/images/gradient.gif\");\n}\n\nul.topiclist li {\n color: #4C5D77;\n}\n\nul.topiclist dd {\n border-left-color: #FFFFFF;\n}\n\n.rtl ul.topiclist dd {\n border-right-color: #fff;\n border-left-color: transparent;\n}\n\nul.topiclist li.row dt a.subforum.read {\n background-image: url(\"{IMG_SUBFORUM_READ_SRC}\");\n}\n\nul.topiclist li.row dt a.subforum.unread {\n background-image: url(\"{IMG_SUBFORUM_UNREAD_SRC}\");\n}\n\nli.row {\n border-top-color: #FFFFFF;\n border-bottom-color: #00608F;\n}\n\nli.row strong {\n color: #000000;\n}\n\nli.row:hover {\n background-color: #F6F4D0;\n}\n\nli.row:hover dd {\n border-left-color: #CCCCCC;\n}\n\n.rtl li.row:hover dd {\n border-right-color: #CCCCCC;\n border-left-color: transparent;\n}\n\nli.header dt, li.header dd {\n color: #FFFFFF;\n}\n\n/* Forum list column styles */\nul.topiclist dd.searchextra {\n color: #333333;\n}\n\n/* Post body styles\n----------------------------------------*/\n.postbody {\n color: #333333;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n color: #333333;\n}\n\n.content h2, .panel h2 {\n color: #115098;\n border-bottom-color: #CCCCCC;\n}\n\ndl.faq dt {\n color: #333333;\n}\n\n.posthilit {\n background-color: #F3BFCC;\n color: #BC2A4D;\n}\n\n/* Post signature */\n.signature {\n border-top-color: #CCCCCC;\n}\n\n/* Post noticies */\n.notice {\n border-top-color: #CCCCCC;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n background-color: #EBEADD;\n background-image: url(\"{T_THEME_PATH}/images/quote.gif\");\n border-color:#DBDBCE;\n}\n\n.rtl blockquote {\n background-image: url(\"{T_THEME_PATH}/images/quote_rtl.gif\");\n}\n\nblockquote blockquote {\n /* Nested quotes */\n background-color:#EFEED9;\n}\n\nblockquote blockquote blockquote {\n /* Nested quotes */\n background-color: #EBEADD;\n}\n\n/* Code block */\ndl.codebox {\n background-color: #FFFFFF;\n border-color: #C9D2D8;\n}\n\ndl.codebox dt {\n border-bottom-color: #CCCCCC;\n}\n\ndl.codebox code {\n color: #2E8B57;\n}\n\n.syntaxbg { color: #FFFFFF; }\n.syntaxcomment { color: #FF8000; }\n.syntaxdefault { color: #0000BB; }\n.syntaxhtml { color: #000000; }\n.syntaxkeyword { color: #007700; }\n.syntaxstring { color: #DD0000; }\n\n/* Attachments\n----------------------------------------*/\n.attachbox {\n background-color: #FFFFFF;\n border-color: #C9D2D8;\n}\n\n.pm-message .attachbox {\n background-color: #F2F3F3;\n}\n\n.attachbox dd {\n border-top-color: #C9D2D8;\n}\n\n.attachbox p {\n color: #666666;\n}\n\n.attachbox p.stats {\n color: #666666;\n}\n\n.attach-image img {\n border-color: #999999;\n}\n\n/* Inline image thumbnails */\n\ndl.file dd {\n color: #666666;\n}\n\ndl.thumbnail img {\n border-color: #666666;\n background-color: #FFFFFF;\n}\n\ndl.thumbnail dd {\n color: #666666;\n}\n\ndl.thumbnail dt a:hover {\n background-color: #EEEEEE;\n}\n\ndl.thumbnail dt a:hover img {\n border-color: #368AD2;\n}\n\n/* Post poll styles\n----------------------------------------*/\n\nfieldset.polls dl {\n border-top-color: #DCDEE2;\n color: #666666;\n}\n\nfieldset.polls dl.voted {\n color: #000000;\n}\n\nfieldset.polls dd div {\n color: #FFFFFF;\n}\n\n.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {\n border-right-color: transparent;\n}\n\n.pollbar1 {\n background-color: #AA2346;\n border-bottom-color: #74162C;\n border-right-color: #74162C;\n}\n\n.rtl .pollbar1 {\n border-left-color: #74162C;\n}\n\n.pollbar2 {\n background-color: #BE1E4A;\n border-bottom-color: #8C1C38;\n border-right-color: #8C1C38;\n}\n\n.rtl .pollbar2 {\n border-left-color: #8C1C38;\n}\n\n.pollbar3 {\n background-color: #D11A4E;\n border-bottom-color: #AA2346;\n border-right-color: #AA2346;\n}\n\n.rtl .pollbar3 {\n border-left-color: #AA2346;\n}\n\n.pollbar4 {\n background-color: #E41653;\n border-bottom-color: #BE1E4A;\n border-right-color: #BE1E4A;\n}\n\n.rtl .pollbar4 {\n border-left-color: #BE1E4A;\n}\n\n.pollbar5 {\n background-color: #F81157;\n border-bottom-color: #D11A4E;\n border-right-color: #D11A4E;\n}\n\n.rtl .pollbar5 {\n border-left-color: #D11A4E;\n}\n\n/* Poster profile block\n----------------------------------------*/\n.postprofile {\n color: #666666;\n border-left-color: #FFFFFF;\n}\n\n.rtl .postprofile {\n border-right-color: #FFFFFF;\n border-left-color: transparent;\n}\n\n.pm .postprofile {\n border-left-color: #DDDDDD;\n}\n\n.rtl .pm .postprofile {\n border-right-color: #DDDDDD;\n border-left-color: transparent;\n}\n\n.postprofile strong {\n color: #000000;\n}\n\n.online {\n background-image: url(\"{IMG_ICON_USER_ONLINE_SRC}\");\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for buttons.css\n-------------------------------------------------------------- */\n\n/* Big button images */\n.reply-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_REPLY_SRC}\"); }\n.post-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_NEW_SRC}\"); }\n.locked-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_LOCKED_SRC}\"); }\n.pmreply-icon span { background-image: url(\"{IMG_BUTTON_PM_REPLY_SRC}\") ;}\n.newpm-icon span { background-image: url(\"{IMG_BUTTON_PM_NEW_SRC}\") ;}\n.forwardpm-icon span { background-image: url(\"{IMG_BUTTON_PM_FORWARD_SRC}\") ;}\n\na.print {\n background-image: url(\"{T_THEME_PATH}/images/icon_print.gif\");\n}\n\na.sendemail {\n background-image: url(\"{T_THEME_PATH}/images/icon_sendemail.gif\");\n}\n\na.fontsize {\n background-image: url(\"{T_THEME_PATH}/images/icon_fontsize.gif\");\n}\n\n/* Icon images\n---------------------------------------- */\n.sitehome { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-faq { background-image: url(\"{T_THEME_PATH}/images/icon_faq.gif\"); }\n.icon-members { background-image: url(\"{T_THEME_PATH}/images/icon_members.gif\"); }\n.icon-home { background-image: url(\"{T_THEME_PATH}/images/icon_home.gif\"); }\n.icon-ucp { background-image: url(\"{T_THEME_PATH}/images/icon_ucp.gif\"); }\n.icon-register { background-image: url(\"{T_THEME_PATH}/images/icon_register.gif\"); }\n.icon-logout { background-image: url(\"{T_THEME_PATH}/images/icon_logout.gif\"); }\n.icon-bookmark { background-image: url(\"{T_THEME_PATH}/images/icon_bookmark.gif\"); }\n.icon-bump { background-image: url(\"{T_THEME_PATH}/images/icon_bump.gif\"); }\n.icon-subscribe { background-image: url(\"{T_THEME_PATH}/images/icon_subscribe.gif\"); }\n.icon-unsubscribe { background-image: url(\"{T_THEME_PATH}/images/icon_unsubscribe.gif\"); }\n.icon-pages { background-image: url(\"{T_THEME_PATH}/images/icon_pages.gif\"); }\n.icon-search { background-image: url(\"{T_THEME_PATH}/images/icon_search.gif\"); }\n\n/* Profile & navigation icons */\n.email-icon, .email-icon a { background-image: url(\"{IMG_ICON_CONTACT_EMAIL_SRC}\"); }\n.aim-icon, .aim-icon a { background-image: url(\"{IMG_ICON_CONTACT_AIM_SRC}\"); }\n.yahoo-icon, .yahoo-icon a { background-image: url(\"{IMG_ICON_CONTACT_YAHOO_SRC}\"); }\n.web-icon, .web-icon a { background-image: url(\"{IMG_ICON_CONTACT_WWW_SRC}\"); }\n.msnm-icon, .msnm-icon a { background-image: url(\"{IMG_ICON_CONTACT_MSNM_SRC}\"); }\n.icq-icon, .icq-icon a { background-image: url(\"{IMG_ICON_CONTACT_ICQ_SRC}\"); }\n.jabber-icon, .jabber-icon a { background-image: url(\"{IMG_ICON_CONTACT_JABBER_SRC}\"); }\n.pm-icon, .pm-icon a { background-image: url(\"{IMG_ICON_CONTACT_PM_SRC}\"); }\n.quote-icon, .quote-icon a { background-image: url(\"{IMG_ICON_POST_QUOTE_SRC}\"); }\n\n/* Moderator icons */\n.report-icon, .report-icon a { background-image: url(\"{IMG_ICON_POST_REPORT_SRC}\"); }\n.edit-icon, .edit-icon a { background-image: url(\"{IMG_ICON_POST_EDIT_SRC}\"); }\n.delete-icon, .delete-icon a { background-image: url(\"{IMG_ICON_POST_DELETE_SRC}\"); }\n.info-icon, .info-icon a { background-image: url(\"{IMG_ICON_POST_INFO_SRC}\"); }\n.warn-icon, .warn-icon a { background-image: url(\"{IMG_ICON_USER_WARN_SRC}\"); } /* Need updated warn icon */\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for cp.css\n-------------------------------------------------------------- */\n\n/* Main CP box\n----------------------------------------*/\n\n#cp-main h3, #cp-main hr, #cp-menu hr {\n border-color: #A4B3BF;\n}\n\n#cp-main .panel li.row {\n border-bottom-color: #B5C1CB;\n border-top-color: #F9F9F9;\n}\n\nul.cplist {\n border-top-color: #B5C1CB;\n}\n\n#cp-main .panel li.header dd, #cp-main .panel li.header dt {\n color: #000000;\n}\n\n#cp-main table.table1 thead th {\n color: #333333;\n border-bottom-color: #333333;\n}\n\n#cp-main .pm-message {\n border-color: #DBDEE2;\n background-color: #FFFFFF;\n}\n\n/* CP tabbed menu\n----------------------------------------*/\n#tabs a {\n background-image: url(\"{T_THEME_PATH}/images/bg_tabs1.gif\");\n}\n\n#tabs a span {\n background-image: url(\"{T_THEME_PATH}/images/bg_tabs2.gif\");\n color: #536482;\n}\n\n#tabs a:hover span {\n color: #BC2A4D;\n}\n\n#tabs .activetab a {\n border-bottom-color: #CADCEB;\n}\n\n#tabs .activetab a span {\n color: #333333;\n}\n\n#tabs .activetab a:hover span {\n color: #000000;\n}\n\n/* Mini tabbed menu used in MCP\n----------------------------------------*/\n#minitabs li {\n background-color: #E1EBF2;\n}\n\n#minitabs li.activetab {\n background-color: #F9F9F9;\n}\n\n#minitabs li.activetab a, #minitabs li.activetab a:hover {\n color: #333333;\n}\n\n/* UCP navigation menu\n----------------------------------------*/\n\n/* Link styles for the sub-section links */\n#navigation a {\n color: #333;\n background-color: #B2C2CF;\n background-image: url(\"{T_THEME_PATH}/images/bg_menu.gif\");\n}\n\n.rtl #navigation a {\n background-image: url(\"{T_THEME_PATH}/images/bg_menu_rtl.gif\");\n background-position: 0 100%;\n}\n\n#navigation a:hover {\n background-image: none;\n background-color: #aabac6;\n color: #BC2A4D;\n}\n\n#navigation #active-subsection a {\n color: #D31141;\n background-color: #F9F9F9;\n background-image: none;\n}\n\n#navigation #active-subsection a:hover {\n color: #D31141;\n}\n\n/* Preferences pane layout\n----------------------------------------*/\n#cp-main h2 {\n color: #333333;\n}\n\n#cp-main .panel {\n background-color: #F9F9F9;\n}\n\n#cp-main .pm {\n background-color: #FFFFFF;\n}\n\n#cp-main span.corners-top, #cp-menu span.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-top span, #cp-menu span.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n#cp-main span.corners-bottom, #cp-menu span.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left2.gif\");\n}\n\n#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right2.gif\");\n}\n\n/* Topicreview */\n#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {\n background-image: url(\"{T_THEME_PATH}/images/corners_left.gif\");\n}\n\n#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {\n background-image: url(\"{T_THEME_PATH}/images/corners_right.gif\");\n}\n\n/* Friends list */\n.cp-mini {\n background-color: #eef5f9;\n}\n\ndl.mini dt {\n color: #425067;\n}\n\n/* PM Styles\n----------------------------------------*/\n/* PM Message history */\n.current {\n color: #000000 !important;\n}\n\n/* PM marking colours */\n.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {\n border-left-color: #BC2A4D;\n border-right-color: #BC2A4D;\n}\n\n.pmlist li.pm_marked_colour, .pm_marked_colour {\n border-color: #FF6600;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n border-color: #A9B8C2;\n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n border-color: #5D8FBD;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\n border-color: #000000;\n}\n\n/* Avatar gallery */\n#gallery label {\n background-color: #FFFFFF;\n border-color: #CCC;\n}\n\n#gallery label:hover {\n background-color: #EEE;\n}\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for forms.css\n-------------------------------------------------------------- */\n\n/* General form styles\n----------------------------------------*/\nselect {\n border-color: #666666;\n background-color: #FAFAFA;\n color: #000;\n}\n\nlabel {\n color: #425067;\n}\n\noption.disabled-option {\n color: graytext;\n}\n\n/* Definition list layout for forms\n---------------------------------------- */\ndd label {\n color: #333;\n}\n\n/* Hover effects */\nfieldset dl:hover dt label {\n color: #000000;\n}\n\nfieldset.fields2 dl:hover dt label {\n color: inherit;\n}\n\n/* Quick-login on index page */\nfieldset.quick-login input.inputbox {\n background-color: #F2F3F3;\n}\n\n/* Posting page styles\n----------------------------------------*/\n\n#message-box textarea {\n color: #333333;\n}\n\n/* Input field styles\n---------------------------------------- */\n.inputbox {\n background-color: #FFFFFF; \n border-color: #B4BAC0;\n color: #333333;\n}\n\n.inputbox:hover {\n border-color: #11A3EA;\n}\n\n.inputbox:focus {\n border-color: #11A3EA;\n color: #0F4987;\n}\n\n/* Form button styles\n---------------------------------------- */\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n color: #000;\n background-color: #FAFAFA;\n background-image: url(\"{T_THEME_PATH}/images/bg_button.gif\");\n}\n\na.button1, input.button1 {\n border-color: #666666;\n}\n\ninput.button3 {\n background-image: none;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n border-color: #666666;\n}\n\n/* <a> button in the style of the form buttons */\na.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {\n color: #000000;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n border-color: #BC2A4D;\n color: #BC2A4D;\n}\n\ninput.search {\n background-image: url(\"{T_THEME_PATH}/images/icon_textbox_search.gif\");\n}\n\ninput.disabled {\n color: #666666;\n}\n'),(2,'sabah_siyah','© phpBB Group, 2003','sabah_siyah',1,1374748643,'/* phpBB 3.0 Style Sheet\r\n --------------------------------------------------------------\r\n Style name: sabah\r\n Based on style: subSilver (the default phpBB 2 style)\r\n Original author: subBlue ( http://www.subBlue.com/ )\r\n Modified by: EsmerÖzcan ( http://www.teskilatforum.net )\r\n \r\n This is an alternative style for phpBB3 for those wishing to stay with\r\n the familiar subSilver style of phpBB version 2.x\r\n \r\n Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\r\n --------------------------------------------------------------\r\n*/\r\n\r\n/* Layout\r\n ------------ */\r\n* {\r\n /* Reset browsers default margin, padding and font sizes */\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nhtml {\r\n font-size: 100%;\r\n}\r\n\r\nbody {\r\n /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */\r\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\r\n color: #323D4F;\r\n background-color: #E5E5E5;\r\n font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */\r\n margin: 0;\r\n}\r\n\r\n#background {\r\n background: transparent url(styles/sabah_siyah/theme/images/background.png) repeat-y ; \r\n margin:auto;\r\n width:940px;\r\n padding: 0 25px;\r\n}\r\n\r\n#wrapheader {\r\n height: auto !important;\r\n padding: 0;\r\n}\r\n\r\n\r\n#wrapcentre {\r\n margin: auto;\r\n}\r\n\r\n#wrapfooter {\r\n text-align: center;\r\n clear: both;\r\n margin:auto;\r\n padding: 0; \r\n}\r\n\r\n#wrapnav {\r\n width: 100%;\r\n margin: 0;\r\n background-color: #ECECEC;\r\n border-width: 1px;\r\n border-style: solid;\r\n border-color: #A9B8C2;\r\n}\r\n\r\n.logo { \r\n width: 940px;\r\n height: 130px;\r\n margin: auto;\r\n background: #E1E1E2 url(\'styles/sabah_siyah/theme/images/logo_bg.gif\');\r\n}\r\n\r\n#menubar {\r\n margin: auto;\r\n height: 25px;\r\n} \r\n\r\n#datebar {\r\n margin: 10px 25px 0 25px;\r\n}\r\n\r\n#findbar {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n}\r\n\r\n.forumrules {\r\n background-color: #F9CC79;\r\n border-width: 1px;\r\n border-style: solid;\r\n border-color: #BB9860;\r\n padding: 4px;\r\n font-weight: normal;\r\n font-size: 1.1em;\r\n font-family: \"Lucida Grande\", Verdana, Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.forumrules h3 {\r\n color: red;\r\n}\r\n\r\n/* Menu */\r\n#menu {\r\n clear: both; \r\n margin: 0 auto; padding: 0;\r\n background: url(styles/sabah_siyah/theme/images/menu.jpg) repeat-x 0 0; \r\n font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;\r\n height: 37px;\r\n width: 940px; \r\n}\r\n#menu ul {\r\n float: right;\r\n list-style: none;\r\n margin:0; padding: 0;\r\n}\r\n#menu ul li {\r\n display: inline;\r\n}\r\n#menu ul li a {\r\n display: block;\r\n float: left;\r\n padding: 0 12px;\r\n text-decoration: none;\r\n}\r\n#menu ul li.last a {\r\n padding-right: 20px; \r\n}\r\n#menu ul li a:hover {\r\n color: #D4E59F; \r\n text-decoration: overline; \r\n}\r\n#menu ul li#current a { \r\n color: #D4E59F;\r\n}\r\n.menu2 { \r\nbackground-color :#EFEFEF;\r\npadding : 0px 2px 0px 2px; \r\nmargin:auto;\r\n} \r\na.menu2:link, a.menu2:visited { \r\ncolor: #000000;\r\nfont : bold 11px tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif; \r\ntext-decoration : none; \r\nwhite-space : nowrap;\r\n} \r\na.menu2:hover { \r\ncolor : #2C2C2C; \r\ntext-decoration : underline; \r\n\r\n} \r\n.menu_top{ position:relative; width:900px; background-color: #FFFFFF; padding:15px 5px 0px 5px; margin:1px auto 15px auto; font: 11px tahoma, arial, verdana; color:#000000; }\r\n/* menu3 icin link ayarlari.. importantlar E6 icin..\' */\r\na.menu_top{ font: 11px tahoma, arial, verdana; text-decoration: none!important; color: #000000!important; } \r\na.menu_top:visited{ text-decoration: none!important; color: #000000!important; }\r\na.menu_top:hover{text-decoration: none; color: #DDDDDD!important;}\r\n\r\n#pageheader { }\r\n#pagecontent { }\r\n#pagefooter { }\r\n\r\n#poll { }\r\n#postrow { }\r\n#postdata { }\r\n\r\n\r\n/* Text\r\n --------------------- */\r\nh1 {\r\n color: black;\r\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, sans-serif;\r\n font-weight: bold;\r\n font-size: 1.8em;\r\n text-decoration: none;\r\n}\r\n\r\nh2 {\r\n font-family: Arial, Helvetica, sans-serif;\r\n font-weight: bold;\r\n font-size: 1.5em;\r\n text-decoration: none;\r\n line-height: 120%;\r\n}\r\n\r\nh3 {\r\n font-size: 1.3em;\r\n font-weight: bold;\r\n font-family: Arial, Helvetica, sans-serif;\r\n line-height: 120%;\r\n}\r\n\r\nh4 {\r\n margin: 0;\r\n font-size: 1.1em;\r\n font-weight: bold;\r\n}\r\n\r\np {\r\n font-size: 1.1em;\r\n}\r\n\r\np.moderators {\r\n margin: 0;\r\n float: right;\r\n color: black;\r\n font-weight: bold;\r\n border-bottom:1px solid red;\r\n}\r\n\r\n.rtl p.moderators {\r\n float: right;\r\n}\r\n\r\np.linkmcp {\r\n margin: 0;\r\n float: right;\r\n white-space: nowrap;\r\n}\r\n\r\n.rtl p.linkmcp {\r\n float: left;\r\n}\r\n\r\np.breadcrumbs {\r\n margin: 0;\r\n float: left;\r\n color: black;\r\n font-weight: bold;\r\n white-space: normal;\r\n font-size: 1em;\r\n}\r\n\r\n.rtl p.breadcrumbs {\r\n float: right;\r\n}\r\n\r\np.datetime {\r\n margin: 0;\r\n float: right;\r\n white-space: nowrap;\r\n font-size: 1em;\r\n}\r\n\r\n.rtl p.datetime {\r\n float: left;\r\n}\r\n\r\np.searchbar {\r\n padding: 2px 0;\r\n white-space: nowrap;\r\n} \r\n\r\np.searchbarreg {\r\n margin: 0;\r\n float: right;\r\n white-space: nowrap;\r\n}\r\n\r\n.rtl p.searchbarreg {\r\n float: left;\r\n}\r\n\r\np.forumdesc {\r\n padding-bottom: 4px;\r\n}\r\n\r\np.topicauthor {\r\n margin: 1px 0;\r\n}\r\n\r\np.topicdetails {\r\n margin: 1px 0;\r\n}\r\n\r\n.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {\r\n margin: 1px 0;\r\n color: red;\r\n font-weight:bold;\r\n}\r\n\r\n.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {\r\n color: green;\r\n font-weight:bold;\r\n}\r\n\r\n.postapprove img, .postreported img {\r\n vertical-align: bottom;\r\n}\r\n\r\n.postauthor {\r\n color: #000000;\r\n font-size: 16px;\r\n margin-left: -7px;\r\n}\r\n\r\n.postdetails {\r\nbackground:transparent url(styles/sabah_siyah/theme/images/detail.gif) no-repeat scroll left top;\r\nborder:1px solid #D1D1E1;\r\nfont-size:8pt;\r\nmargin: 3px 3px 3px 5px;\r\npadding: 3px 0px 3px 7px;\r\ntext-align:left;\r\nwidth : 90%;\r\n}\r\n\r\n.postbody {\r\n font-size: 1.3em;\r\n line-height: 1.4em;\r\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Helvetica, Arial, sans-serif;\r\n}\r\n\r\n.postbody li, ol, ul {\r\n margin: 0 0 0 1.5em;\r\n}\r\n\r\n.rtl .postbody li, .rtl ol, .rtl ul {\r\n margin: 0 1.5em 0 0;\r\n}\r\n\r\n.posthilit {\r\n background-color: yellow;\r\n}\r\n\r\n.nav {\r\n margin: 0;\r\n color:#999999;\r\n font-weight: bold;\r\n}\r\n\r\n.pagination {\r\n padding: 4px;\r\n color: black;\r\n font-size: 1em;\r\n font-weight: bold;\r\n}\r\n\r\n.cattitle {\r\n\r\n}\r\n\r\n.gen {\r\n margin: 1px 1px;\r\n font-size: 1.2em;\r\n}\r\n\r\n.genmed {\r\n margin: 1px 1px;\r\n font-size: 1.1em;\r\n}\r\n\r\n.gensmall {\r\n margin: 1px 1px;\r\n font-size: 1em;\r\n}\r\n\r\n.copyright {\r\n color: #444;\r\n font-weight: normal;\r\n font-family: \"Lucida Grande\", Verdana, Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.titles {\r\n font-family: \"Lucida Grande\", Helvetica, Arial, sans-serif;\r\n font-weight: bold;\r\n font-size: 1.3em;\r\n text-decoration: none;\r\n}\r\n\r\n.error {\r\n color: red;\r\n}\r\n\r\n\r\n/* Tables\r\n ------------ */\r\nth {\r\n color: #F7F7F7;\r\n font:bold 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n text-align: center;\r\n background-color:#555555;\r\n white-space: nowrap;\r\n padding: 2px 1px;\r\n}\r\n\r\ntd {\r\n padding: 2px;\r\n}\r\ntd.profile {\r\n padding: 4px;\r\n}\r\n\r\n.tablebg {\r\n background-color: #D1D1E1;\r\n border: 1px solid #555555;\r\n}\r\n\r\n.cat {\r\n height: 28px;\r\n margin: 0;\r\n color: #F7F7F7!important;\r\n font:bold 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif ;\r\n text-decoration: none;\r\n background:#000000;\r\n padding: 0;\r\n text-indent: 4px;\r\n}\r\n\r\n.row1 {\r\n background: #FDFDFD;\r\n padding: 4px;\r\n border-left: 1px solid #FFFFFF;\r\n border-top: 1px solid #FFFFFF;\r\n \r\n}\r\n\r\n.row2 {\r\n background:#EFEFEF;\r\n border-left: 1px solid #FDFDFD;\r\n border-top: 1px solid #FDFDFD;\r\n padding: 4px;\r\n}\r\n\r\n.row3 {\r\n background-color: #F7F7F7;\r\n border-left: 1px solid #FFFFFF;\r\n border-top: 1px solid #FFFFFF;\r\n padding: 4px;\r\n font-variant: small-caps;\r\n font-size: 12px;\r\n}\r\n\r\n.spacer {\r\n background-color: #D1D7DC;\r\n}\r\n\r\nhr {\r\n height: 1px;\r\n border-width: 0;\r\n background-color: #D1D7DC;\r\n color: #D1D7DD;\r\n}\r\n\r\n.legend {\r\n text-align:center;\r\n margin: 0 auto;\r\n}\r\n\r\n/* Links\r\n ------------ */\r\na:link {\r\n color: #22229C;\r\n text-decoration: none;\r\n}\r\n\r\na:active,\r\na:visited {\r\n color: #22229C;\r\n text-decoration: none;\r\n}\r\n\r\na:hover {\r\n color: #555555;\r\n text-decoration:none;\r\n}\r\n\r\na.forumlink {\r\n font:bold 12px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n padding-bottom:2px;\r\n}\r\n\r\na.topictitle {\r\n margin: 1px 0;\r\n font:bold 12px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n text-transform: capitalize;\r\n}\r\n\r\na.topictitle:visited {\r\n color: #757575;\r\n text-decoration: none;}\r\na.topictitle:hover {\r\n color: #FF2222;\r\n text-decoration:none;} \r\n\r\nth a,\r\nth a:visited {\r\n color: #FFA34F !important;\r\n text-decoration: none;\r\n}\r\n\r\nth a:hover {\r\n text-decoration: underline;\r\n}\r\n.cat a,\r\n.cat a:visited {\r\n color: #F7F7F7!important;\r\n font:bold 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif ;\r\n text-decoration: none;\r\n}\r\n.cat a:hover {\r\n color: #555555 !important;\r\n text-decoration: underline;\r\n}\r\n\r\n.nav a,\r\n.nav a:visited {\r\n font-size:10px!important;\r\n}\r\n.nav a:hover {\r\n font-size:10px!important;\r\n color: #FFFF66 !important;\r\n \r\n}\r\n\r\n/* MOD : MSSTI Hide links - Start */\r\n.hidelink { border: 1px solid #cccccc; border-collapse: collapse; padding: 2px 5px; color:#ff0000; background-color: #ffffff; }\r\n/* MOD : MSSTI Hide links - End */\r\n\r\n/* Form Elements\r\n ------------ */\r\nform {\r\n margin: 0;\r\n padding: 0;\r\n border: 0;\r\n}\r\n\r\ninput {\r\n color: #333333;\r\n font-family: \"Lucida Grande\", Verdana, Helvetica, sans-serif;\r\n font-size: 1.1em;\r\n font-weight: normal;\r\n padding: 1px;\r\n border: 1px solid #A9B8C2;\r\n background-color: #FAFAFA;\r\n}\r\n\r\n.searchbox {\r\n color: #333333;\r\n font: normal 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n background:transparent url(styles/sabah_siyah/theme/images/search.gif) no-repeat;\r\n padding: 3px 0px 0px 20px;\r\n vertical-align: middle;\r\n height: 21px;\r\n width: 279px;\r\n margin: 0px;\r\n line-height: 135%;\r\n border: none;\r\n}\r\n\r\ntextarea {\r\n background-color: #FAFAFA;\r\n color: #333333;\r\n font-family: \"Lucida Grande\", Verdana, Helvetica, Arial, sans-serif;\r\n font-size: 1.3em; \r\n line-height: 1.4em;\r\n font-weight: normal;\r\n border: 1px solid #A9B8C2;\r\n padding: 2px;\r\n}\r\n\r\nselect {\r\n color: #333333;\r\n background-color: #FAFAFA;\r\n font-family: \"Lucida Grande\", Verdana, Helvetica, sans-serif;\r\n font-size: 1.1em;\r\n font-weight: normal;\r\n border: 1px solid #A9B8C2;\r\n padding: 1px;\r\n}\r\n\r\noption {\r\n padding: 0 1em 0 0;\r\n}\r\n\r\noption.disabled-option {\r\n color: graytext;\r\n}\r\n\r\n.rtl option {\r\n padding: 0 0 0 1em;\r\n}\r\n\r\ninput.radio {\r\n border: none;\r\n background-color: transparent;\r\n}\r\n\r\n.post {\r\n background-color: white;\r\n border-style: solid;\r\n border-width: 1px;\r\n}\r\n\r\n.btnbbcode {\r\n color: #000000;\r\n font-weight: normal;\r\n font-size: 1.1em;\r\n font-family: \"Lucida Grande\", Verdana, Helvetica, sans-serif;\r\n background-color: #EFEFEF;\r\n border: 1px solid #666666;\r\n}\r\n\r\n.btnmain {\r\n font-weight: bold;\r\n background-color: #ECECEC;\r\n border: 1px solid #A9B8C2;\r\n cursor: pointer;\r\n padding: 1px 5px;\r\n font-size: 1.1em;\r\n}\r\n\r\n.btnlite {\r\n font-weight: normal;\r\n background-color: #ECECEC;\r\n border: 1px solid #A9B8C2;\r\n cursor: pointer;\r\n padding: 1px 5px;\r\n font-size: 1.1em;\r\n}\r\n\r\n.btnfile {\r\n font-weight: normal;\r\n background-color: #ECECEC;\r\n border: 1px solid #A9B8C2;\r\n padding: 1px 5px;\r\n font-size: 1.1em;\r\n}\r\n\r\n.helpline {\r\n background-color: #DEE3E7;\r\n border-style: none;\r\n}\r\n\r\n.subforum.read { \r\n background: url(\'styles/sabah_siyah/theme/images/subforum_read.gif\') left top no-repeat ;\r\n line-height: 15px;\r\n padding-left: 13px;\r\n white-space: nowrap;\r\n}\r\n.subforum.unread { \r\n background: url(\'styles/sabah_siyah/theme/images/subforum_unread.gif\') left top no-repeat;\r\n line-height: 15px;\r\n padding-left: 13px;\r\n white-space: nowrap;\r\n}\r\n\r\n\r\n/* BBCode\r\n ------------ */\r\n.quotetitle, .attachtitle{\r\nfont-size: 1em;\r\ncolor: black;\r\n}\r\n\r\n.quotetitle .quotetitle {\r\n font-size: 1em;\r\n color: black;\r\n}\r\n\r\n.quotecontent, .attachcontent {\r\n margin: 0 5px 10px 8px;\r\n padding: 5px;\r\n border-top:1px solid #747474;\r\n border-left:1px solid #747474;\r\n font-weight: normal;\r\n font-size: 1em;\r\n line-height: 1.4em;\r\n font-family: \"Lucida Grande\", \"Trebuchet MS\", Helvetica, Arial, sans-serif;\r\n background-color: #E1E4F2;\r\n color: black;\r\n}\r\n\r\n.attachcontent {\r\n font-size: 0.85em;\r\n}\r\n\r\n\r\n.syntaxbg {\r\n color: #FFFFFF;\r\n}\r\n\r\n.syntaxcomment {\r\n color: #FF8000;\r\n}\r\n\r\n.syntaxdefault {\r\n color: #0000BB;\r\n}\r\n\r\n.syntaxhtml {\r\n color: #000000;\r\n}\r\n\r\n.syntaxkeyword {\r\n color: #007700;\r\n}\r\n\r\n.syntaxstring {\r\n color: #DD0000;\r\n}\r\n\r\n\r\n/* Private messages\r\n ------------------ */\r\n.pm_marked_colour {\r\n background-color: #000000;\r\n}\r\n\r\n.pm_replied_colour {\r\n background-color: #A9B8C2;\r\n}\r\n\r\n.pm_friend_colour {\r\n background-color: #007700;\r\n}\r\n\r\n.pm_foe_colour {\r\n background-color: #DD0000;\r\n}\r\n\r\n\r\n/* Misc\r\n ------------ */\r\nimg {\r\n border: none;\r\n}\r\n\r\n.sep {\r\n color: black;\r\n background-color: #FFA34F;\r\n}\r\n\r\ntable.colortable td {\r\n padding: 0;\r\n}\r\n\r\npre {\r\n font-size: 1.1em;\r\n font-family: Monaco, \'Courier New\', monospace;\r\n}\r\n\r\n.nowrap {\r\n white-space: nowrap;\r\n}\r\n\r\n.username-coloured {\r\n font-weight: bold;\r\n}\r\n\r\n\r\n/* Code block */\r\ndl.codebox {\r\n padding: 3px;\r\n background-color: #FFFFFF;\r\n border: 1px solid #d8d8d8;\r\n font-size: 1em;\r\n}\r\n\r\ndl.codebox dt {\r\n text-transform: uppercase;\r\n border-bottom: 1px solid #CCCCCC;\r\n margin-bottom: 3px;\r\n font-size: 0.8em;\r\n font-weight: bold;\r\n display: block;\r\n}\r\n\r\nblockquote dl.codebox {\r\n margin-left: 0;\r\n}\r\n\r\ndl.codebox code {\r\n /* Also see tweaks.css */\r\n overflow: auto;\r\n display: block;\r\n height: auto;\r\n max-height: 200px;\r\n white-space: normal;\r\n padding-top: 5px;\r\n font: 0.9em Monaco, \"Andale Mono\",\"Courier New\", Courier, mono;\r\n line-height: 1.3em;\r\n color: #2E8B57;\r\n margin: 2px 0;\r\n}\r\n\r\n/* prosilver rollover css */\r\n/* Rollover buttons\r\n Based on: http://wellstyled.com/css-nopreload-rollovers.html\r\n----------------------------------------*/\r\n.buttons {\r\n float: left;\r\n width: auto;\r\n height: auto;\r\n}\r\n\r\n/* Rollover state */\r\n.buttons div {\r\n margin: 0 5px 0 0;\r\n background-position: 0 100%;\r\n}\r\n\r\n/* Rolloff state */\r\n.buttons div a {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n background-position: 0 0;\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */\r\n/*.buttons div span { display: none; }*/\r\n/*.buttons div a:hover { background-image: none; }*/\r\n.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}\r\n.buttons div a:hover span { background-position: 0 100%; }\r\n\r\n/* Big button images */\r\n.reply-icon span { background: transparent none 0 0 no-repeat; }\r\n.post-icon span { background: transparent none 0 0 no-repeat; }\r\n.locked-icon span { background: transparent none 0 0 no-repeat; }\r\n\r\n/* Set big button dimensions */\r\n.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }\r\n.buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }\r\n.buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }\r\n\r\n/* Big button images */\r\n.reply-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_REPLY_SRC}\"); }\r\n.post-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_NEW_SRC}\"); }\r\n.locked-icon span { background-image: url(\"{IMG_BUTTON_TOPIC_LOCKED_SRC}\"); }\r\n\r\n\r\n/* Pagination\r\n---------------------------------------- */\r\n.pagination {\r\n height: 1%; /* IE tweak (holly hack) */\r\n width: auto;\r\n text-align: right;\r\n float: right;\r\n padding: 4px;\r\n font-size: 7.5pt;\r\n font-weight: bold;\r\n border: none;\r\n}\r\n\r\n.pagination span.page-sep {\r\n display: none;\r\n}\r\n\r\nli.pagination {\r\n margin-top: 0;\r\n}\r\n\r\n.pagination strong, .pagination b {\r\n font-weight: normal;\r\n}\r\n\r\n.pagination span strong {\r\n padding: 0 2px;\r\n margin: 0 1px;\r\n font-weight: normal;\r\n color: #FFF;\r\n background-color: #555555;\r\n border: 1px solid #555555;\r\n font-size: 1em;\r\n}\r\n\r\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\r\n font-weight: normal;\r\n text-decoration: none;\r\n color: #747474;\r\n margin: 0 1px;\r\n padding: 0 2px;\r\n background-color: #FFF;\r\n border: 1px solid #BABABA;\r\n font-size: 1em;\r\n}\r\n\r\n.pagination span a:hover {\r\n background-color: #555555;\r\n border: 1px solid #555555;\r\n color: #FFF;\r\n text-decoration: none;\r\n}\r\n\r\n.pagination img {\r\n vertical-align: middle;\r\n}\r\n\r\nul.linklist {\r\n display: block;\r\n margin: 0;\r\n}\r\n\r\nul.linklist li {\r\n display: block;\r\n list-style-type: none;\r\n float: left;\r\n width: auto;\r\n font-size: 1em;\r\n}\r\n\r\nul.linklist li.rightside, p.rightside {\r\n float: right;\r\n margin-right: 0;\r\n text-align: right;\r\n}'),(3,'WideGFX_Box','© 2012 Flew si Gore.','Clean Forums',0,1374752907,''); /*!40000 ALTER TABLE `cartelforum_styles_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_topics` -- DROP TABLE IF EXISTS `cartelforum_topics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_topics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `topic_attachment` tinyint(1) unsigned NOT NULL default '0', `topic_approved` tinyint(1) unsigned NOT NULL default '1', `topic_reported` tinyint(1) unsigned NOT NULL default '0', `topic_title` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `topic_poster` mediumint(8) unsigned NOT NULL default '0', `topic_time` int(11) unsigned NOT NULL default '0', `topic_time_limit` int(11) unsigned NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_replies_real` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_first_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_first_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_post_time` int(11) unsigned NOT NULL default '0', `topic_last_view_time` int(11) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', `topic_bumped` tinyint(1) unsigned NOT NULL default '0', `topic_bumper` mediumint(8) unsigned NOT NULL default '0', `poll_title` varchar(255) collate utf8_bin NOT NULL default '', `poll_start` int(11) unsigned NOT NULL default '0', `poll_length` int(11) unsigned NOT NULL default '0', `poll_max_options` tinyint(4) NOT NULL default '1', `poll_last_vote` int(11) unsigned NOT NULL default '0', `poll_vote_change` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `forum_id_type` (`forum_id`,`topic_type`), KEY `last_post_time` (`topic_last_post_time`), KEY `topic_approved` (`topic_approved`), KEY `forum_appr_last` (`forum_id`,`topic_approved`,`topic_last_post_id`), KEY `fid_time_moved` (`forum_id`,`topic_last_post_time`,`topic_moved_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_topics` -- LOCK TABLES `cartelforum_topics` WRITE; /*!40000 ALTER TABLE `cartelforum_topics` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_topics_posted` -- DROP TABLE IF EXISTS `cartelforum_topics_posted`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_topics_posted` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `topic_posted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_topics_posted` -- LOCK TABLES `cartelforum_topics_posted` WRITE; /*!40000 ALTER TABLE `cartelforum_topics_posted` DISABLE KEYS */; INSERT INTO `cartelforum_topics_posted` VALUES (2,1,1); /*!40000 ALTER TABLE `cartelforum_topics_posted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_topics_track` -- DROP TABLE IF EXISTS `cartelforum_topics_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_topics_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`), KEY `topic_id` (`topic_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_topics_track` -- LOCK TABLES `cartelforum_topics_track` WRITE; /*!40000 ALTER TABLE `cartelforum_topics_track` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_topics_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_topics_watch` -- DROP TABLE IF EXISTS `cartelforum_topics_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_topics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_topics_watch` -- LOCK TABLES `cartelforum_topics_watch` WRITE; /*!40000 ALTER TABLE `cartelforum_topics_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_topics_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_user_group` -- DROP TABLE IF EXISTS `cartelforum_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_user_group` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `group_leader` tinyint(1) unsigned NOT NULL default '0', `user_pending` tinyint(1) unsigned NOT NULL default '1', KEY `group_id` (`group_id`), KEY `user_id` (`user_id`), KEY `group_leader` (`group_leader`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_user_group` -- LOCK TABLES `cartelforum_user_group` WRITE; /*!40000 ALTER TABLE `cartelforum_user_group` DISABLE KEYS */; INSERT INTO `cartelforum_user_group` VALUES (1,1,0,0),(2,2,0,0),(4,2,0,0),(5,2,1,0),(6,3,0,0),(6,4,0,0),(6,5,0,0),(6,6,0,0),(6,7,0,0),(6,8,0,0),(6,9,0,0),(6,10,0,0),(6,11,0,0),(6,12,0,0),(6,13,0,0),(6,14,0,0),(6,15,0,0),(6,16,0,0),(6,17,0,0),(6,18,0,0),(6,19,0,0),(6,20,0,0),(6,21,0,0),(6,22,0,0),(6,23,0,0),(6,24,0,0),(6,25,0,0),(6,26,0,0),(6,27,0,0),(6,28,0,0),(6,29,0,0),(6,30,0,0),(6,31,0,0),(6,32,0,0),(6,33,0,0),(6,34,0,0),(6,35,0,0),(6,36,0,0),(6,37,0,0),(6,38,0,0),(6,39,0,0),(6,40,0,0),(6,41,0,0),(6,42,0,0),(6,43,0,0),(6,44,0,0),(6,45,0,0),(6,46,0,0),(6,47,0,0),(6,48,0,0),(6,49,0,0),(6,50,0,0),(6,51,0,0),(6,52,0,0),(6,53,0,0); /*!40000 ALTER TABLE `cartelforum_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_users` -- DROP TABLE IF EXISTS `cartelforum_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_users` ( `user_id` mediumint(8) unsigned NOT NULL auto_increment, `user_type` tinyint(2) NOT NULL default '0', `group_id` mediumint(8) unsigned NOT NULL default '3', `user_permissions` mediumtext collate utf8_bin NOT NULL, `user_perm_from` mediumint(8) unsigned NOT NULL default '0', `user_ip` varchar(40) collate utf8_bin NOT NULL default '', `user_regdate` int(11) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `username_clean` varchar(255) collate utf8_bin NOT NULL default '', `user_password` varchar(40) collate utf8_bin NOT NULL default '', `user_passchg` int(11) unsigned NOT NULL default '0', `user_pass_convert` tinyint(1) unsigned NOT NULL default '0', `user_email` varchar(100) collate utf8_bin NOT NULL default '', `user_email_hash` bigint(20) NOT NULL default '0', `user_birthday` varchar(10) collate utf8_bin NOT NULL default '', `user_lastvisit` int(11) unsigned NOT NULL default '0', `user_lastmark` int(11) unsigned NOT NULL default '0', `user_lastpost_time` int(11) unsigned NOT NULL default '0', `user_lastpage` varchar(200) collate utf8_bin NOT NULL default '', `user_last_confirm_key` varchar(10) collate utf8_bin NOT NULL default '', `user_last_search` int(11) unsigned NOT NULL default '0', `user_warnings` tinyint(4) NOT NULL default '0', `user_last_warning` int(11) unsigned NOT NULL default '0', `user_login_attempts` tinyint(4) NOT NULL default '0', `user_inactive_reason` tinyint(2) NOT NULL default '0', `user_inactive_time` int(11) unsigned NOT NULL default '0', `user_posts` mediumint(8) unsigned NOT NULL default '0', `user_lang` varchar(30) collate utf8_bin NOT NULL default '', `user_timezone` decimal(5,2) NOT NULL default '0.00', `user_dst` tinyint(1) unsigned NOT NULL default '0', `user_dateformat` varchar(30) collate utf8_bin NOT NULL default 'd M Y H:i', `user_style` mediumint(8) unsigned NOT NULL default '0', `user_rank` mediumint(8) unsigned NOT NULL default '0', `user_colour` varchar(6) collate utf8_bin NOT NULL default '', `user_new_privmsg` int(4) NOT NULL default '0', `user_unread_privmsg` int(4) NOT NULL default '0', `user_last_privmsg` int(11) unsigned NOT NULL default '0', `user_message_rules` tinyint(1) unsigned NOT NULL default '0', `user_full_folder` int(11) NOT NULL default '-3', `user_emailtime` int(11) unsigned NOT NULL default '0', `user_topic_show_days` smallint(4) unsigned NOT NULL default '0', `user_topic_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_topic_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'd', `user_post_show_days` smallint(4) unsigned NOT NULL default '0', `user_post_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_post_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'a', `user_notify` tinyint(1) unsigned NOT NULL default '0', `user_notify_pm` tinyint(1) unsigned NOT NULL default '1', `user_notify_type` tinyint(4) NOT NULL default '0', `user_allow_pm` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewonline` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewemail` tinyint(1) unsigned NOT NULL default '1', `user_allow_massemail` tinyint(1) unsigned NOT NULL default '1', `user_options` int(11) unsigned NOT NULL default '230271', `user_avatar` varchar(255) collate utf8_bin NOT NULL default '', `user_avatar_type` tinyint(2) NOT NULL default '0', `user_avatar_width` smallint(4) unsigned NOT NULL default '0', `user_avatar_height` smallint(4) unsigned NOT NULL default '0', `user_sig` mediumtext collate utf8_bin NOT NULL, `user_sig_bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `user_sig_bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `user_from` varchar(100) collate utf8_bin NOT NULL default '', `user_icq` varchar(15) collate utf8_bin NOT NULL default '', `user_aim` varchar(255) collate utf8_bin NOT NULL default '', `user_yim` varchar(255) collate utf8_bin NOT NULL default '', `user_msnm` varchar(255) collate utf8_bin NOT NULL default '', `user_jabber` varchar(255) collate utf8_bin NOT NULL default '', `user_website` varchar(200) collate utf8_bin NOT NULL default '', `user_occ` text collate utf8_bin NOT NULL, `user_interests` text collate utf8_bin NOT NULL, `user_actkey` varchar(32) collate utf8_bin NOT NULL default '', `user_newpasswd` varchar(40) collate utf8_bin NOT NULL default '', `user_form_salt` varchar(32) collate utf8_bin NOT NULL default '', `user_new` tinyint(1) unsigned NOT NULL default '1', `user_reminded` tinyint(4) NOT NULL default '0', `user_reminded_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`), UNIQUE KEY `username_clean` (`username_clean`), KEY `user_birthday` (`user_birthday`), KEY `user_email_hash` (`user_email_hash`), KEY `user_type` (`user_type`) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_users` -- LOCK TABLES `cartelforum_users` WRITE; /*!40000 ALTER TABLE `cartelforum_users` DISABLE KEYS */; INSERT INTO `cartelforum_users` VALUES (1,2,1,'00000000003khra3nk\n\n\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\n\ni1cjyo000000',0,'',1374745810,'Anonymous','anonymous','',0,0,'',0,'',0,0,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'d M Y H:i',3,0,'FFCCFF',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','3d5d72eff54cae16',1,0,0),(2,3,5,'zik0zjzik0zjzik0xs\n\n\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\n\nzik0zi000000',0,'108.215.61.113',1374745810,'convict cartel','convict cartel','$H$9ZEepl2gYAtxBkiwikjxm3T.WAQmxb1',0,0,'convictcartel@yahoo.com',386501313423,'',1374754361,0,0,'viewforum.php?f=5','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,1,'AA0000',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,1,230271,'',0,0,0,'','','','','','','','','','','','','','','31147901aa6db986',1,0,0),(3,2,6,'',0,'',1374745817,'AdsBot [Google]','adsbot [google]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2b4f786d0c4292f7',0,0,0),(4,2,6,'',0,'',1374745817,'Alexa [Bot]','alexa [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','8e0e015c7855b86d',0,0,0),(5,2,6,'',0,'',1374745817,'Alta Vista [Bot]','alta vista [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','fad85a152565c45d',0,0,0),(6,2,6,'',0,'',1374745817,'Ask Jeeves [Bot]','ask jeeves [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a7cb170fe12b5b4c',0,0,0),(7,2,6,'',0,'',1374745817,'Baidu [Spider]','baidu [spider]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a702b544fd41134e',0,0,0),(8,2,6,'',0,'',1374745817,'Bing [Bot]','bing [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','bd96505f8d9da5c2',0,0,0),(9,2,6,'',0,'',1374745817,'Exabot [Bot]','exabot [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0041d737ef4da629',0,0,0),(10,2,6,'',0,'',1374745817,'FAST Enterprise [Crawler]','fast enterprise [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0245bfff980525ad',0,0,0),(11,2,6,'',0,'',1374745817,'FAST WebCrawler [Crawler]','fast webcrawler [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','36bd2d38a0795530',0,0,0),(12,2,6,'',0,'',1374745817,'Francis [Bot]','francis [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','11dcb6b67484450b',0,0,0),(13,2,6,'',0,'',1374745817,'Gigabot [Bot]','gigabot [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2dd355b067df424c',0,0,0),(14,2,6,'',0,'',1374745817,'Google Adsense [Bot]','google adsense [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','18395c0e4b7f3a13',0,0,0),(15,2,6,'',0,'',1374745817,'Google Desktop','google desktop','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','ec531d32b06630e7',0,0,0),(16,2,6,'',0,'',1374745817,'Google Feedfetcher','google feedfetcher','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0389455a8905ec75',0,0,0),(17,2,6,'',0,'',1374745817,'Google [Bot]','google [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0bde91b6d4ee0852',0,0,0),(18,2,6,'',0,'',1374745817,'Heise IT-Markt [Crawler]','heise it-markt [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','f1f96c0703abfbd1',0,0,0),(19,2,6,'',0,'',1374745817,'Heritrix [Crawler]','heritrix [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','1ac0bc4af19f3534',0,0,0),(20,2,6,'',0,'',1374745817,'IBM Research [Bot]','ibm research [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','3c918e819bf5492e',0,0,0),(21,2,6,'',0,'',1374745817,'ICCrawler - ICjobs','iccrawler - icjobs','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','aad8c1078d331889',0,0,0),(22,2,6,'',0,'',1374745817,'ichiro [Crawler]','ichiro [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','fa5ea2c4e22bed16',0,0,0),(23,2,6,'',0,'',1374745817,'Majestic-12 [Bot]','majestic-12 [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','84224740f599c014',0,0,0),(24,2,6,'',0,'',1374745817,'Metager [Bot]','metager [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','da1d916619fea7e7',0,0,0),(25,2,6,'',0,'',1374745817,'MSN NewsBlogs','msn newsblogs','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','b7080e7d8f908fbc',0,0,0),(26,2,6,'',0,'',1374745817,'MSN [Bot]','msn [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','6da1ce3216056ca2',0,0,0),(27,2,6,'',0,'',1374745817,'MSNbot Media','msnbot media','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','52db4ba74f20e78e',0,0,0),(28,2,6,'',0,'',1374745817,'NG-Search [Bot]','ng-search [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','e11a6e49d9bc83a1',0,0,0),(29,2,6,'',0,'',1374745817,'Nutch [Bot]','nutch [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a49b78770a8d8604',0,0,0),(30,2,6,'',0,'',1374745817,'Nutch/CVS [Bot]','nutch/cvs [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','39a2fbf6775dd957',0,0,0),(31,2,6,'',0,'',1374745817,'OmniExplorer [Bot]','omniexplorer [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','795d30a8948ca169',0,0,0),(32,2,6,'',0,'',1374745817,'Online link [Validator]','online link [validator]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','11f443e7d0ed4682',0,0,0),(33,2,6,'',0,'',1374745817,'psbot [Picsearch]','psbot [picsearch]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','e007e10d0396d222',0,0,0),(34,2,6,'',0,'',1374745817,'Seekport [Bot]','seekport [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','03504d9c4d503642',0,0,0),(35,2,6,'',0,'',1374745817,'Sensis [Crawler]','sensis [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','1ddd7ff4d0867e75',0,0,0),(36,2,6,'',0,'',1374745817,'SEO Crawler','seo crawler','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','505ca8984afd895d',0,0,0),(37,2,6,'',0,'',1374745817,'Seoma [Crawler]','seoma [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','c99964b99c8769ac',0,0,0),(38,2,6,'',0,'',1374745817,'SEOSearch [Crawler]','seosearch [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','c7f7695beedf427f',0,0,0),(39,2,6,'',0,'',1374745817,'Snappy [Bot]','snappy [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','ba06024cc6accffc',0,0,0),(40,2,6,'',0,'',1374745817,'Steeler [Crawler]','steeler [crawler]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2434e37a13482905',0,0,0),(41,2,6,'',0,'',1374745817,'Synoo [Bot]','synoo [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0c90ccd95e66cc6e',0,0,0),(42,2,6,'',0,'',1374745817,'Telekom [Bot]','telekom [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','e670610f7e65e202',0,0,0),(43,2,6,'',0,'',1374745817,'TurnitinBot [Bot]','turnitinbot [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','de6cf9556c24bd97',0,0,0),(44,2,6,'',0,'',1374745817,'Voyager [Bot]','voyager [bot]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','d8eb1499deb6eccb',0,0,0),(45,2,6,'',0,'',1374745817,'W3 [Sitesearch]','w3 [sitesearch]','',1374745817,0,'',0,'',0,1374745817,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','22379da52d60b2d0',0,0,0),(46,2,6,'',0,'',1374745818,'W3C [Linkcheck]','w3c [linkcheck]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a32b96167057e8cb',0,0,0),(47,2,6,'',0,'',1374745818,'W3C [Validator]','w3c [validator]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','c411bc0e0e9a0a50',0,0,0),(48,2,6,'',0,'',1374745818,'WiseNut [Bot]','wisenut [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','340ed4269ff40e6b',0,0,0),(49,2,6,'',0,'',1374745818,'YaCy [Bot]','yacy [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','337f0ab5d7f85d85',0,0,0),(50,2,6,'',0,'',1374745818,'Yahoo MMCrawler [Bot]','yahoo mmcrawler [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','59b1a570c0963a4a',0,0,0),(51,2,6,'',0,'',1374745818,'Yahoo Slurp [Bot]','yahoo slurp [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2431e114c9aac1f9',0,0,0),(52,2,6,'',0,'',1374745818,'Yahoo [Bot]','yahoo [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','6431bf0d9e83070a',0,0,0),(53,2,6,'',0,'',1374745818,'YahooSeeker [Bot]','yahooseeker [bot]','',1374745818,0,'',0,'',0,1374745818,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',3,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','126c00f31e978b97',0,0,0); /*!40000 ALTER TABLE `cartelforum_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_warnings` -- DROP TABLE IF EXISTS `cartelforum_warnings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_warnings` ( `warning_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `log_id` mediumint(8) unsigned NOT NULL default '0', `warning_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`warning_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_warnings` -- LOCK TABLES `cartelforum_warnings` WRITE; /*!40000 ALTER TABLE `cartelforum_warnings` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_warnings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_words` -- DROP TABLE IF EXISTS `cartelforum_words`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` varchar(255) collate utf8_bin NOT NULL default '', `replacement` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`word_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_words` -- LOCK TABLES `cartelforum_words` WRITE; /*!40000 ALTER TABLE `cartelforum_words` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cartelforum_zebra` -- DROP TABLE IF EXISTS `cartelforum_zebra`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cartelforum_zebra` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `zebra_id` mediumint(8) unsigned NOT NULL default '0', `friend` tinyint(1) unsigned NOT NULL default '0', `foe` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`zebra_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cartelforum_zebra` -- LOCK TABLES `cartelforum_zebra` WRITE; /*!40000 ALTER TABLE `cartelforum_zebra` DISABLE KEYS */; /*!40000 ALTER TABLE `cartelforum_zebra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpsession` -- DROP TABLE IF EXISTS `cpsession`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cpsession` -- LOCK TABLES `cpsession` WRITE; /*!40000 ALTER TABLE `cpsession` DISABLE KEYS */; INSERT INTO `cpsession` VALUES (1,'285d434851cac90dc2970763cbc705eb',1374851793); /*!40000 ALTER TABLE `cpsession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron` -- DROP TABLE IF EXISTS `cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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` smallint(6) NOT NULL default '0', `filename` char(50) NOT NULL default '', `loglevel` smallint(6) NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`cronid`), KEY `nextrun` (`nextrun`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron` -- LOCK TABLES `cron` WRITE; /*!40000 ALTER TABLE `cron` DISABLE KEYS */; INSERT INTO `cron` VALUES (1,1053271660,-1,-1,0,1,'./includes/cron/birthday.php',1,'Happy Birthday Email'),(2,1053532560,-1,-1,-1,56,'./includes/cron/threadviews.php',0,'Thread Views'),(3,1053531900,-1,-1,-1,25,'./includes/cron/promotion.php',1,'User Promotions'),(4,1053271720,-1,-1,0,2,'./includes/cron/digestdaily.php',1,'Daily Digest'),(5,1053991800,1,-1,0,30,'./includes/cron/digestweekly.php',1,'Weekly Digest'),(6,1053271820,-1,-1,0,2,'./includes/cron/subscriptions.php',1,'Subscriptions'),(7,1053533100,-1,-1,-1,5,'./includes/cron/cleanup.php',0,'Hourly Cleanup #1'),(8,1053533200,-1,-1,-1,10,'./includes/cron/attachmentviews.php',0,'Attachment Views'),(9,1053990180,-1,-1,0,3,'./includes/cron/activate.php',1,'Activation Reminder Email'),(10,1053271600,-1,-1,-1,15,'./includes/cron/removebans.php',1,'Restore Temporarily Banned Users'),(11,1053531600,-1,-1,-1,20,'./includes/cron/cleanup2.php',0,'Hourly Cleanup #2'),(12,1053271600,-1,-1,0,0,'./includes/cron/stats.php',0,'Daily Statistics Log'); /*!40000 ALTER TABLE `cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cronlog` -- DROP TABLE IF EXISTS `cronlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cronlog` ( `cronlogid` int(10) unsigned NOT NULL auto_increment, `cronid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `description` mediumtext NOT NULL, PRIMARY KEY (`cronlogid`), KEY `cronid` (`cronid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cronlog` -- LOCK TABLES `cronlog` WRITE; /*!40000 ALTER TABLE `cronlog` DISABLE KEYS */; /*!40000 ALTER TABLE `cronlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customavatar` -- DROP TABLE IF EXISTS `customavatar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customavatar` ( `userid` int(10) unsigned NOT NULL default '0', `avatardata` mediumtext NOT NULL, `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', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customavatar` -- LOCK TABLES `customavatar` WRITE; /*!40000 ALTER TABLE `customavatar` DISABLE KEYS */; /*!40000 ALTER TABLE `customavatar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customprofilepic` -- DROP TABLE IF EXISTS `customprofilepic`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customprofilepic` ( `userid` int(10) unsigned NOT NULL default '0', `profilepicdata` mediumtext NOT NULL, `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', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customprofilepic` -- LOCK TABLES `customprofilepic` WRITE; /*!40000 ALTER TABLE `customprofilepic` DISABLE KEYS */; /*!40000 ALTER TABLE `customprofilepic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `datastore` -- DROP TABLE IF EXISTS `datastore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `datastore` ( `title` char(15) NOT NULL default '', `data` mediumtext NOT NULL, PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `datastore` -- LOCK TABLES `datastore` WRITE; /*!40000 ALTER TABLE `datastore` DISABLE KEYS */; INSERT INTO `datastore` VALUES ('wol_spiders','a:4:{s:10:\"spiderdesc\";s:64:\"Google\nLycos\nAsk Jeeves\nAltavista\nAlltheWeb\nInktomi\nTurnitin.com\";s:13:\"spiderstrings\";s:76:\"googlebot\nlycos\nask jeeves\nscooter\nfast-webcrawler\nslurp@inktomi\nturnitinbot\";s:12:\"spiderstring\";s:76:\"googlebot|lycos|ask jeeves|scooter|fast-webcrawler|slurp@inktomi|turnitinbot\";s:11:\"spiderarray\";a:7:{s:9:\"googlebot\";s:6:\"Google\";s:5:\"lycos\";s:5:\"Lycos\";s:10:\"ask jeeves\";s:10:\"Ask Jeeves\";s:7:\"scooter\";s:9:\"Altavista\";s:15:\"fast-webcrawler\";s:9:\"AllTheWeb\";s:13:\"slurp@inktomi\";s:7:\"Inktomi\";s:11:\"turnitinbot\";s:12:\"Turnitin.com\";}}'),('attachmentcache','a:12:{s:10:\"extensions\";s:44:\"bmp doc gif jpe jpeg jpg pdf png psd txt zip\";s:3:\"bmp\";a:6:{s:9:\"extension\";s:3:\"bmp\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"doc\";a:6:{s:9:\"extension\";s:3:\"doc\";s:4:\"size\";i:40000;s:6:\"height\";i:0;s:5:\"width\";i:0;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"gif\";a:6:{s:9:\"extension\";s:3:\"gif\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"jpe\";a:6:{s:9:\"extension\";s:3:\"jpe\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:4:\"jpeg\";a:6:{s:9:\"extension\";s:4:\"jpeg\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"jpg\";a:6:{s:9:\"extension\";s:3:\"jpg\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"pdf\";a:6:{s:9:\"extension\";s:3:\"pdf\";s:4:\"size\";i:40000;s:6:\"height\";i:0;s:5:\"width\";i:0;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"png\";a:6:{s:9:\"extension\";s:3:\"png\";s:4:\"size\";i:40000;s:6:\"height\";i:768;s:5:\"width\";i:1024;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"psd\";a:6:{s:9:\"extension\";s:3:\"psd\";s:4:\"size\";i:40000;s:6:\"height\";i:0;s:5:\"width\";i:0;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}s:3:\"txt\";a:6:{s:9:\"extension\";s:3:\"txt\";s:4:\"size\";i:40000;s:6:\"height\";i:0;s:5:\"width\";i:0;s:7:\"enabled\";i:1;s:7:\"display\";i:2;}s:3:\"zip\";a:6:{s:9:\"extension\";s:3:\"zip\";s:4:\"size\";i:40000;s:6:\"height\";i:0;s:5:\"width\";i:0;s:7:\"enabled\";i:1;s:7:\"display\";i:0;}}'),('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\";}}}}'),('options','a:268:{s:15:\"templateversion\";s:5:\"3.0.7\";s:10:\"attachfile\";s:1:\"0\";s:10:\"attachpath\";s:34:\"/path/to/your/attachment/directory\";s:13:\"usefileavatar\";s:0:\"\";s:10:\"avatarpath\";s:15:\"./customavatars\";s:9:\"avatarurl\";s:13:\"customavatars\";s:10:\"divnotpara\";s:1:\"1\";s:21:\"usebbcodeparserecurse\";s:1:\"2\";s:14:\"fulltextsearch\";s:1:\"0\";s:8:\"bbactive\";s:1:\"1\";s:14:\"bbclosedreason\";s:124:\"<p>Sorry, the board is unavailable at the moment while we are testing some functionality.</p>\n<p>We will be back soon...</p>\";s:7:\"bbtitle\";s:18:\"Underground Cartel\";s:5:\"bburl\";s:38:\"http://www.convictcartel.com/community\";s:9:\"hometitle\";s:18:\"Underground Cartel\";s:7:\"homeurl\";s:28:\"http://www.convictcartel.com\";s:13:\"contactuslink\";s:15:\"sendmessage.php\";s:16:\"contactusoptions\";s:34:\"Site Feedback\nRegistration Problem\";s:14:\"webmasteremail\";s:29:\"SCRiPTMAFiA@convictcartel.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:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"useforumjump\";s:1:\"1\";s:12:\"pagenavpages\";s:1:\"3\";s:12:\"enableaccess\";s:1:\"1\";s:11:\"showimicons\";s:1:\"1\";s:15:\"addtemplatename\";s:0:\"\";s:15:\"usestrikesystem\";s:1:\"1\";s:8:\"yestoday\";s:1:\"1\";s:10:\"timeoffset\";s:1:\"0\";s:8:\"dstonoff\";s:1:\"0\";s:10:\"dateformat\";s:5:\"m-d-Y\";s:10:\"timeformat\";s:5:\"h:i A\";s:20:\"registereddateformat\";s:3:\"M Y\";s:10:\"calformat1\";s:6:\"F j, Y\";s:10:\"calformat2\";s:3:\"F j\";s:13:\"logdateformat\";s:11:\"H:i, jS M Y\";s:13:\"cookietimeout\";s:3:\"900\";s:10:\"cookiepath\";s:1:\"/\";s:12:\"cookiedomain\";s:0:\"\";s:10:\"gzipoutput\";s:1:\"1\";s:9:\"gziplevel\";s:1:\"1\";s:10:\"addheaders\";s:0:\"\";s:14:\"nocacheheaders\";s:1:\"0\";s:17:\"useheaderredirect\";s:1:\"1\";s:12:\"allowphpinfo\";s:1:\"0\";s:11:\"cachemaxage\";s:1:\"0\";s:15:\"threadviewslive\";s:0:\"\";s:19:\"attachmentviewslive\";s:0:\"\";s:12:\"emailsendnum\";s:2:\"10\";s:12:\"sessionlimit\";s:1:\"0\";s:9:\"loadlimit\";s:1:\"0\";s:19:\"allowimgsizefailure\";s:0:\"\";s:9:\"gdversion\";s:1:\"0\";s:10:\"safeupload\";s:0:\"\";s:7:\"tmppath\";s:4:\"/tmp\";s:12:\"usemailqueue\";s:1:\"1\";s:13:\"needfromemail\";s:1:\"0\";s:13:\"copypostindex\";s:1:\"1\";s:10:\"languageid\";s:1:\"1\";s:7:\"styleid\";s:1:\"1\";s:17:\"allowchangestyles\";s:1:\"1\";s:11:\"cleargifurl\";s:9:\"clear.gif\";s:14:\"storecssasfile\";s:1:\"0\";s:9:\"usepopups\";s:1:\"1\";s:13:\"legacypostbit\";s:1:\"0\";s:11:\"enableemail\";s:1:\"1\";s:13:\"displayemails\";s:1:\"1\";s:11:\"secureemail\";s:0:\"\";s:14:\"emailfloodtime\";s:2:\"60\";s:12:\"enablecensor\";s:1:\"1\";s:10:\"censorchar\";s:1:\"*\";s:11:\"censorwords\";s:0:\"\";s:15:\"blankasciistrip\";s:7:\"160 173\";s:17:\"allowregistration\";s:1:\"1\";s:8:\"usecoppa\";s:0:\"\";s:18:\"moderatenewmembers\";s:0:\"\";s:13:\"regimagecheck\";s:1:\"1\";s:11:\"welcomemail\";s:1:\"1\";s:12:\"newuseremail\";s:0:\"\";s:14:\"allowmultiregs\";s:0:\"\";s:11:\"verifyemail\";s:0:\"\";s:18:\"requireuniqueemail\";s:1:\"1\";s:13:\"minuserlength\";s:1:\"3\";s:13:\"maxuserlength\";s:2:\"25\";s:16:\"illegalusernames\";s:0:\"\";s:11:\"usereferrer\";s:1:\"1\";s:17:\"defaultregoptions\";s:7:\"4686473\";s:10:\"ctMaxChars\";s:2:\"25\";s:13:\"ctCensorWords\";s:38:\"admin forum moderator vbulletin leader\";s:11:\"ctCensorMod\";s:1:\"1\";s:15:\"allowsignatures\";s:1:\"1\";s:6:\"sigmax\";s:3:\"500\";s:11:\"allowbbcode\";s:1:\"1\";s:12:\"allowsmilies\";s:1:\"1\";s:16:\"allowbbimagecode\";s:0:\"\";s:9:\"allowhtml\";s:0:\"\";s:10:\"ignoremods\";s:1:\"0\";s:13:\"avatarenabled\";s:1:\"1\";s:14:\"numavatarswide\";s:1:\"5\";s:17:\"numavatarsperpage\";s:2:\"10\";s:17:\"profilepicenabled\";s:1:\"1\";s:16:\"reputationenable\";s:0:\"\";s:17:\"reputationdefault\";s:2:\"10\";s:19:\"reputationundefined\";s:16:\"is off the scale\";s:13:\"showuserrates\";s:1:\"5\";s:10:\"adminpower\";s:2:\"10\";s:7:\"rdpower\";s:3:\"365\";s:7:\"pcpower\";s:4:\"1000\";s:7:\"kppower\";s:3:\"100\";s:17:\"minreputationpost\";s:2:\"50\";s:18:\"minreputationcount\";s:2:\"10\";s:19:\"maxreputationperday\";s:2:\"10\";s:16:\"reputationrepeat\";s:2:\"20\";s:13:\"unallowvbcode\";s:1:\"1\";s:14:\"unallowsmilies\";s:1:\"1\";s:10:\"unallowimg\";s:1:\"1\";s:11:\"unallowhtml\";s:0:\"\";s:16:\"enablememberlist\";s:1:\"1\";s:15:\"memberlistposts\";s:1:\"0\";s:16:\"memberlistfields\";s:3:\"216\";s:17:\"memberlistperpage\";s:2:\"30\";s:22:\"usememberlistadvsearch\";s:1:\"1\";s:15:\"profilelastpost\";s:1:\"0\";s:13:\"enablebanning\";s:1:\"1\";s:5:\"banip\";s:0:\"\";s:8:\"banemail\";s:0:\"\";s:20:\"allowkeepbannedemail\";s:1:\"1\";s:12:\"globalignore\";s:0:\"\";s:14:\"allowedbbcodes\";s:4:\"1023\";s:12:\"codemaxlines\";s:2:\"30\";s:10:\"quickreply\";s:0:\"\";s:15:\"quickreplyclick\";s:1:\"1\";s:12:\"postminchars\";s:2:\"10\";s:16:\"ignorequotechars\";s:1:\"1\";s:10:\"quotetitle\";s:1:\"0\";s:12:\"postmaxchars\";s:5:\"10000\";s:9:\"maximages\";s:1:\"4\";s:12:\"stopshouting\";s:1:\"1\";s:11:\"allowdynimg\";s:0:\"\";s:14:\"floodchecktime\";s:2:\"30\";s:20:\"editthreadtitlelimit\";s:1:\"5\";s:14:\"addpolltimeout\";s:1:\"0\";s:13:\"edittimelimit\";s:1:\"0\";s:14:\"noeditedbytime\";s:1:\"2\";s:5:\"logip\";s:1:\"1\";s:18:\"allowvbcodebuttons\";s:1:\"2\";s:22:\"wysiwyg_show_smiliebox\";s:1:\"0\";s:7:\"smtotal\";s:2:\"15\";s:9:\"smcolumns\";s:1:\"3\";s:15:\"wysiwyg_smtotal\";s:2:\"15\";s:14:\"syscolorpicker\";s:1:\"0\";s:16:\"attachtotalspace\";s:1:\"0\";s:11:\"attachlimit\";s:1:\"5\";s:14:\"attachboxcount\";s:1:\"1\";s:14:\"allowattachdel\";s:1:\"1\";s:20:\"allowclosedattachdel\";s:1:\"0\";s:15:\"allowduplicates\";s:1:\"1\";s:18:\"viewattachedimages\";s:1:\"1\";s:12:\"attachthumbs\";s:1:\"0\";s:16:\"attachthumbssize\";s:3:\"100\";s:9:\"attachrow\";s:1:\"5\";s:8:\"thumbpng\";s:1:\"1\";s:14:\"maxpolloptions\";s:2:\"10\";s:13:\"maxpolllength\";s:3:\"100\";s:14:\"updatelastpost\";s:0:\"\";s:9:\"showvotes\";s:1:\"1\";s:10:\"votechange\";s:0:\"\";s:14:\"enablesearches\";s:1:\"1\";s:15:\"searchfloodtime\";s:1:\"0\";s:15:\"minsearchlength\";s:1:\"4\";s:15:\"maxsearchlength\";s:2:\"20\";s:9:\"goodwords\";s:14:\"vb vbb php sql\";s:13:\"searchperpage\";s:2:\"25\";s:10:\"maxresults\";s:3:\"500\";s:14:\"allowwildcards\";s:1:\"1\";s:19:\"similarthreadsearch\";s:1:\"0\";s:22:\"similarthreadthreshold\";s:3:\"3.5\";s:15:\"multimatchscore\";s:2:\"15\";s:9:\"datescore\";s:2:\"15\";s:16:\"threadtitlescore\";s:1:\"5\";s:14:\"posttitlescore\";s:1:\"5\";s:10:\"replyscore\";s:4:\"0.10\";s:9:\"replyfunc\";s:4:\"none\";s:9:\"viewscore\";s:4:\"0.01\";s:8:\"viewfunc\";s:4:\"none\";s:9:\"ratescore\";s:3:\"0.5\";s:8:\"ratefunc\";s:4:\"none\";s:9:\"forumhome\";s:5:\"index\";s:15:\"displayloggedin\";s:1:\"1\";s:13:\"showbirthdays\";s:1:\"1\";s:15:\"birthdaydatecut\";s:1:\"0\";s:10:\"showevents\";s:1:\"1\";s:12:\"showholidays\";s:1:\"1\";s:13:\"showeventtype\";s:1:\"0\";s:14:\"forumhomedepth\";s:1:\"2\";s:17:\"forumdisplaydepth\";s:1:\"2\";s:13:\"subforumdepth\";s:1:\"0\";s:20:\"showforumdescription\";s:1:\"1\";s:17:\"hideprivateforums\";s:1:\"1\";s:9:\"showlocks\";s:0:\"\";s:15:\"lastthreadchars\";s:2:\"30\";s:19:\"showmoderatorcolumn\";s:0:\"\";s:14:\"showforumusers\";s:0:\"\";s:10:\"maxthreads\";s:2:\"20\";s:12:\"showstickies\";s:1:\"1\";s:8:\"showdots\";s:1:\"1\";s:13:\"usehotthreads\";s:1:\"1\";s:14:\"hotnumberviews\";s:3:\"150\";s:14:\"hotnumberposts\";s:2:\"15\";s:11:\"linktopages\";s:1:\"1\";s:12:\"maxmultipage\";s:1:\"3\";s:13:\"threadpreview\";s:3:\"300\";s:11:\"oneannounce\";s:1:\"1\";s:15:\"showthreadusers\";s:0:\"\";s:8:\"maxposts\";s:2:\"10\";s:12:\"usermaxposts\";s:13:\"5,10,20,30,40\";s:11:\"showdeficon\";s:22:\"images/icons/icon1.gif\";s:8:\"wordwrap\";s:2:\"50\";s:11:\"threadvoted\";s:0:\"\";s:16:\"threadsubscribed\";s:1:\"1\";s:18:\"showsimilarthreads\";s:1:\"1\";s:12:\"postelements\";s:1:\"0\";s:17:\"allowthreadedmode\";s:1:\"1\";s:12:\"threadedmode\";s:0:\"\";s:18:\"threaded_listdepth\";s:1:\"5\";s:17:\"threaded_maxcache\";s:2:\"40\";s:9:\"enablepms\";s:1:\"1\";s:10:\"checknewpm\";s:1:\"1\";s:10:\"pmmaxchars\";s:4:\"5000\";s:11:\"pmfloodtime\";s:2:\"60\";s:9:\"pmperpage\";s:2:\"50\";s:12:\"pmmaxperpage\";s:3:\"100\";s:14:\"privallowicons\";s:1:\"1\";s:15:\"privallowbbcode\";s:1:\"1\";s:16:\"privallowsmilies\";s:1:\"1\";s:20:\"privallowbbimagecode\";s:1:\"1\";s:13:\"privallowhtml\";s:0:\"\";s:9:\"WOLenable\";s:1:\"1\";s:10:\"WOLrefresh\";s:2:\"60\";s:9:\"WOLguests\";s:1:\"1\";s:10:\"WOLresolve\";s:0:\"\";s:13:\"enablespiders\";s:1:\"0\";s:13:\"spiderstrings\";s:117:\"googlebot\nmediapartners-google\nlycos\nask jeeves\nscooter\nfast-webcrawler\nslurp@inktomi\nturnitinbot\nyahoo! slurp\nmsnbot\";s:10:\"spiderdesc\";s:103:\"Google\nMediapartners Adsense\nLycos\nAsk Jeeves\nAltavista\nAlltheWeb\nInktomi\nTurnitin.com\nYahoo\nMSN Search\";s:14:\"archiveenabled\";s:1:\"1\";s:22:\"archive_threadsperpage\";s:3:\"250\";s:20:\"archive_postsperpage\";s:3:\"250\";s:13:\"cpstylefolder\";s:19:\"vBulletin_3_Default\";s:19:\"timeoutcontrolpanel\";s:1:\"0\";s:15:\"adminquickstats\";s:1:\"0\";s:18:\"cp_collapse_forums\";s:1:\"0\";s:18:\"cp_usereditcolumns\";s:1:\"2\";s:10:\"externaljs\";s:0:\"\";s:11:\"externalrss\";s:0:\"\";s:11:\"externalxml\";s:0:\"\";s:16:\"errorlogdatabase\";s:0:\"\";s:16:\"errorlogsecurity\";s:0:\"\";s:15:\"errorlogmaxsize\";s:7:\"1048576\";s:17:\"disableerroremail\";s:1:\"0\";s:19:\"subscriptionmethods\";s:1:\"0\";s:7:\"ppemail\";s:0:\"\";s:8:\"ncxemail\";s:0:\"\";s:15:\"worldpay_instid\";s:0:\"\";s:17:\"authorize_loginid\";s:0:\"\";}'),('smiliecache','a:11:{i:1;a:6:{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\";}i:10;a:6:{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\";}i:8;a:6:{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\";}i:11;a:6:{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\";}i:5;a:6:{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\";}i:4;a:6:{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\";}i:3;a:6:{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\";}i:2;a:6:{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\";}i:7;a:6:{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\";}i:6;a:6:{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\";}i:9;a:6:{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\";}}'),('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\";}}'),('bbcodecache','a:0:{}'),('userstats','a:3:{s:13:\"numbermembers\";s:1:\"1\";s:11:\"newusername\";s:13:\"convictforums\";s:9:\"newuserid\";s:1:\"1\";}'),('usergroupcache','a:8:{i:4;a:27:{s:11:\"usergroupid\";s:1:\"4\";s:5:\"title\";s:33:\"(COPPA) Users Awaiting Moderation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"0\";s:12:\"pmforwardmax\";s:1:\"0\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:2:\"15\";s:13:\"pmpermissions\";s:1:\"0\";s:19:\"calendarpermissions\";s:1:\"0\";s:14:\"wolpermissions\";s:1:\"0\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:1:\"3\";s:14:\"genericoptions\";s:2:\"16\";s:11:\"attachlimit\";s:1:\"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;}i:6;a:27:{s:11:\"usergroupid\";s:1:\"6\";s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:13:\"Administrator\";s:15:\"passwordexpires\";s:3:\"180\";s:15:\"passwordhistory\";s:3:\"360\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"5\";s:12:\"pmforwardmax\";s:1:\"5\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:6:\"393215\";s:13:\"pmpermissions\";s:1:\"3\";s:19:\"calendarpermissions\";s:2:\"31\";s:14:\"wolpermissions\";s:2:\"31\";s:16:\"adminpermissions\";s:1:\"3\";s:18:\"genericpermissions\";s:7:\"8388543\";s:14:\"genericoptions\";s:2:\"31\";s:11:\"attachlimit\";s:1:\"0\";s:14:\"avatarmaxwidth\";s:2:\"80\";s:15:\"avatarmaxheight\";s:2:\"80\";s:13:\"avatarmaxsize\";s:5:\"20000\";s:18:\"profilepicmaxwidth\";s:3:\"100\";s:19:\"profilepicmaxheight\";s:3:\"100\";s:17:\"profilepicmaxsize\";s:5:\"65535\";}i:8;a:27:{s:11:\"usergroupid\";s:1:\"8\";s:5:\"title\";s:12:\"Banned Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:6:\"Banned\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:1:\"0\";s:9:\"pmsendmax\";s:1:\"0\";s:12:\"pmforwardmax\";s:1:\"0\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:1:\"0\";s:13:\"pmpermissions\";s:1:\"0\";s:19:\"calendarpermissions\";s:1:\"0\";s:14:\"wolpermissions\";s:1:\"0\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:1:\"0\";s:14:\"genericoptions\";s:2:\"32\";s:11:\"attachlimit\";s:1:\"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;}i:7;a:27:{s:11:\"usergroupid\";s:1:\"7\";s:5:\"title\";s:10:\"Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:9:\"Moderator\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"5\";s:12:\"pmforwardmax\";s:1:\"5\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:6:\"127487\";s:13:\"pmpermissions\";s:1:\"1\";s:19:\"calendarpermissions\";s:2:\"31\";s:14:\"wolpermissions\";s:1:\"3\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:7:\"2629263\";s:14:\"genericoptions\";s:2:\"22\";s:11:\"attachlimit\";s:1:\"0\";s:14:\"avatarmaxwidth\";s:2:\"80\";s:15:\"avatarmaxheight\";s:2:\"80\";s:13:\"avatarmaxsize\";s:5:\"20000\";s:18:\"profilepicmaxwidth\";s:3:\"100\";s:19:\"profilepicmaxheight\";s:3:\"100\";s:17:\"profilepicmaxsize\";s:5:\"65535\";}i:2;a:27:{s:11:\"usergroupid\";s:1:\"2\";s:5:\"title\";s:16:\"Registered Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"5\";s:12:\"pmforwardmax\";s:1:\"5\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:6:\"127487\";s:13:\"pmpermissions\";s:1:\"3\";s:19:\"calendarpermissions\";s:2:\"19\";s:14:\"wolpermissions\";s:1:\"1\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:7:\"2626759\";s:14:\"genericoptions\";s:2:\"30\";s:11:\"attachlimit\";s:1:\"0\";s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";s:3:\"100\";s:19:\"profilepicmaxheight\";s:3:\"100\";s:17:\"profilepicmaxsize\";s:5:\"65535\";}i:5;a:27:{s:11:\"usergroupid\";s:1:\"5\";s:5:\"title\";s:16:\"Super Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:15:\"Super Moderator\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"0\";s:12:\"pmforwardmax\";s:1:\"0\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:6:\"393215\";s:13:\"pmpermissions\";s:1:\"3\";s:19:\"calendarpermissions\";s:2:\"31\";s:14:\"wolpermissions\";s:2:\"15\";s:16:\"adminpermissions\";s:1:\"1\";s:18:\"genericpermissions\";s:7:\"7298415\";s:14:\"genericoptions\";s:2:\"31\";s:11:\"attachlimit\";s:1:\"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;}i:1;a:27:{s:11:\"usergroupid\";s:1:\"1\";s:5:\"title\";s:28:\"Unregistered / Not Logged In\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:5:\"Guest\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"0\";s:12:\"pmforwardmax\";s:1:\"0\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:4:\"4103\";s:13:\"pmpermissions\";s:1:\"0\";s:19:\"calendarpermissions\";s:1:\"0\";s:14:\"wolpermissions\";s:1:\"1\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:1:\"1\";s:14:\"genericoptions\";s:1:\"8\";s:11:\"attachlimit\";s:1:\"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;}i:3;a:27:{s:11:\"usergroupid\";s:1:\"3\";s:5:\"title\";s:33:\"Users Awaiting Email Confirmation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";s:1:\"0\";s:15:\"passwordhistory\";s:1:\"0\";s:7:\"pmquota\";s:2:\"50\";s:9:\"pmsendmax\";s:1:\"0\";s:12:\"pmforwardmax\";s:1:\"0\";s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";s:1:\"0\";s:13:\"ispublicgroup\";s:1:\"0\";s:16:\"forumpermissions\";s:4:\"4111\";s:13:\"pmpermissions\";s:1:\"0\";s:19:\"calendarpermissions\";s:1:\"0\";s:14:\"wolpermissions\";s:1:\"0\";s:16:\"adminpermissions\";s:1:\"0\";s:18:\"genericpermissions\";s:4:\"1031\";s:14:\"genericoptions\";s:2:\"24\";s:11:\"attachlimit\";s:1:\"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;}}'),('forumcache','a:8:{i:1;a:16:{s:7:\"forumid\";s:1:\"1\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:13:\"Cartel Topics\";s:11:\"description\";s:126:\"General Discussion, this is the official forum follow us at other pages and being known in our community is a pretty big deal!\";s:7:\"options\";s:5:\"86017\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:1:\"1\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:2:\"-1\";s:10:\"parentlist\";s:4:\"1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:6:\"1,2,-1\";s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:2;a:16:{s:7:\"forumid\";s:1:\"2\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:12:\"General Chat\";s:11:\"description\";s:23:\"Talk amoungst eachother\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"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:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:3;a:16:{s:7:\"forumid\";s:1:\"3\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:15:\"Artist Exposure\";s:11:\"description\";s:71:\"Are you an artist of Music or some sort? Post videos and exposure here!\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:2:\"-1\";s:10:\"parentlist\";s:4:\"3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:14:\"3,4,5,6,7,8,-1\";s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:4;a:16:{s:7:\"forumid\";s:1:\"4\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:20:\"My Music & Label\";s:11:\"description\";s:44:\"Got your own label or music? Show off here! \";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"4,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"4,-1\";s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:5;a:16:{s:7:\"forumid\";s:1:\"5\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:15:\"Beat Production\";s:11:\"description\";s:28:\"Sell, buy and show off beats\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"5,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"5,-1\";s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:6;a:16:{s:7:\"forumid\";s:1:\"6\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:7:\"Sign Me\";s:11:\"description\";s:54:\"Wanna get signed? Post here with examples of your work\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"6,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"6,-1\";s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:7;a:16:{s:7:\"forumid\";s:1:\"7\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:10:\"Top Charts\";s:11:\"description\";s:47:\"Who do you think is top these days? Any artists\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"7,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"7,-1\";s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}i:8;a:16:{s:7:\"forumid\";s:1:\"8\";s:7:\"styleid\";s:1:\"0\";s:5:\"title\";s:12:\"Music Videos\";s:11:\"description\";s:49:\"any new work you\'ve recently done in music videos\";s:7:\"options\";s:5:\"89799\";s:12:\"displayorder\";s:1:\"1\";s:9:\"daysprune\";s:2:\"30\";s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";s:1:\"3\";s:10:\"parentlist\";s:6:\"8,3,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"8,-1\";s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;s:2:\"15\";i:6;s:6:\"393215\";i:8;s:1:\"0\";i:7;s:6:\"127487\";i:2;s:6:\"127487\";i:5;s:6:\"393215\";i:1;s:4:\"4103\";i:3;s:4:\"4111\";}}}'),('cron','1053271600'),('maxloggedin','a:2:{s:9:\"maxonline\";i:1;s:13:\"maxonlinedate\";i:1374851215;}'),('rankphp',''),('mailqueue',''),('banemail',''),('birthdaycache','a:4:{s:4:\"day1\";s:10:\"2013-07-26\";s:4:\"day2\";s:10:\"2013-07-27\";s:6:\"users1\";N;s:6:\"users2\";N;}'),('eventcache','a:1:{s:4:\"date\";s:9:\"7-27-2013\";}'); /*!40000 ALTER TABLE `datastore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deletionlog` -- DROP TABLE IF EXISTS `deletionlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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(50) NOT NULL default '', `reason` varchar(125) NOT NULL default '', PRIMARY KEY (`primaryid`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `deletionlog` -- LOCK TABLES `deletionlog` WRITE; /*!40000 ALTER TABLE `deletionlog` DISABLE KEYS */; /*!40000 ALTER TABLE `deletionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `editlog` -- DROP TABLE IF EXISTS `editlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `editlog` ( `postid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `username` varchar(50) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `reason` varchar(200) NOT NULL default '', PRIMARY KEY (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `editlog` -- LOCK TABLES `editlog` WRITE; /*!40000 ALTER TABLE `editlog` DISABLE KEYS */; /*!40000 ALTER TABLE `editlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event` -- DROP TABLE IF EXISTS `event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `event` ( `eventid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `event` mediumtext NOT NULL, `title` varchar(250) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '1', `recurring` smallint(6) NOT NULL default '0', `recuroption` char(6) NOT NULL default '', `calendarid` int(10) unsigned NOT NULL default '0', `customfields` mediumtext NOT NULL, `visible` smallint(6) NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `utc` smallint(6) NOT NULL default '0', `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 `daterange` (`calendarid`,`visible`,`dateline_from`,`dateline_to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `event` -- LOCK TABLES `event` WRITE; /*!40000 ALTER TABLE `event` DISABLE KEYS */; /*!40000 ALTER TABLE `event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq` -- DROP TABLE IF EXISTS `faq`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `faq` ( `faqname` varchar(50) 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', PRIMARY KEY (`faqname`), KEY `faqparent` (`faqparent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `faq` -- LOCK TABLES `faq` WRITE; /*!40000 ALTER TABLE `faq` DISABLE KEYS */; 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); /*!40000 ALTER TABLE `faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum` -- DROP TABLE IF EXISTS `forum`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 '', `description` varchar(250) NOT NULL default '', `options` int(10) 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(50) NOT NULL default '', `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` varchar(250) NOT NULL default '', `newthreademail` varchar(250) NOT NULL default '', `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` varchar(250) NOT NULL default '', PRIMARY KEY (`forumid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forum` -- LOCK TABLES `forum` WRITE; /*!40000 ALTER TABLE `forum` DISABLE KEYS */; INSERT INTO `forum` VALUES (1,0,'Cartel Topics','General Discussion, this is the official forum follow us at other pages and being known in our community is a pretty big deal!',86017,1,0,0,'','',0,0,0,1,'','',-1,'1,-1','','','1,2,-1'),(2,0,'General Chat','Talk amoungst eachother',89799,1,0,0,'','',0,0,0,30,'','',1,'2,1,-1','','','2,-1'),(3,0,'Artist Exposure','Are you an artist of Music or some sort? Post videos and exposure here!',89799,1,0,0,'','',0,0,0,30,'','',-1,'3,-1','','','3,4,5,6,7,8,-1'),(4,0,'My Music & Label','Got your own label or music? Show off here! ',89799,1,0,0,'','',0,0,0,30,'','',3,'4,3,-1','','','4,-1'),(5,0,'Beat Production','Sell, buy and show off beats',89799,1,0,0,'','',0,0,0,30,'','',3,'5,3,-1','','','5,-1'),(6,0,'Sign Me','Wanna get signed? Post here with examples of your work',89799,1,0,0,'','',0,0,0,30,'','',3,'6,3,-1','','','6,-1'),(7,0,'Top Charts','Who do you think is top these days? Any artists',89799,1,0,0,'','',0,0,0,30,'','',3,'7,3,-1','','','7,-1'),(8,0,'Music Videos','any new work you\'ve recently done in music videos',89799,1,0,0,'','',0,0,0,30,'','',3,'8,3,-1','','','8,-1'); /*!40000 ALTER TABLE `forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forumpermission` -- DROP TABLE IF EXISTS `forumpermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forumpermission` -- LOCK TABLES `forumpermission` WRITE; /*!40000 ALTER TABLE `forumpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `forumpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_acl_groups` -- DROP TABLE IF EXISTS `forums_acl_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_acl_groups` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `auth_opt_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_acl_groups` -- LOCK TABLES `forums_acl_groups` WRITE; /*!40000 ALTER TABLE `forums_acl_groups` DISABLE KEYS */; INSERT INTO `forums_acl_groups` VALUES (1,0,85,0,1),(1,0,93,0,1),(1,0,111,0,1),(5,0,0,5,0),(5,0,0,1,0),(2,0,0,6,0),(3,0,0,6,0),(4,0,0,5,0),(4,0,0,10,0),(1,1,0,17,0),(2,1,0,17,0),(3,1,0,17,0),(6,1,0,17,0),(1,2,0,17,0),(2,2,0,15,0),(3,2,0,15,0),(4,2,0,21,0),(5,2,0,14,0),(5,2,0,10,0),(6,2,0,19,0),(7,0,0,23,0),(7,2,0,24,0); /*!40000 ALTER TABLE `forums_acl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_acl_options` -- DROP TABLE IF EXISTS `forums_acl_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_acl_options` ( `auth_option_id` mediumint(8) unsigned NOT NULL auto_increment, `auth_option` varchar(50) collate utf8_bin NOT NULL default '', `is_global` tinyint(1) unsigned NOT NULL default '0', `is_local` tinyint(1) unsigned NOT NULL default '0', `founder_only` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`auth_option_id`), UNIQUE KEY `auth_option` (`auth_option`) ) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_acl_options` -- LOCK TABLES `forums_acl_options` WRITE; /*!40000 ALTER TABLE `forums_acl_options` DISABLE KEYS */; INSERT INTO `forums_acl_options` VALUES (1,'f_',0,1,0),(2,'f_announce',0,1,0),(3,'f_attach',0,1,0),(4,'f_bbcode',0,1,0),(5,'f_bump',0,1,0),(6,'f_delete',0,1,0),(7,'f_download',0,1,0),(8,'f_edit',0,1,0),(9,'f_email',0,1,0),(10,'f_flash',0,1,0),(11,'f_icons',0,1,0),(12,'f_ignoreflood',0,1,0),(13,'f_img',0,1,0),(14,'f_list',0,1,0),(15,'f_noapprove',0,1,0),(16,'f_poll',0,1,0),(17,'f_post',0,1,0),(18,'f_postcount',0,1,0),(19,'f_print',0,1,0),(20,'f_read',0,1,0),(21,'f_reply',0,1,0),(22,'f_report',0,1,0),(23,'f_search',0,1,0),(24,'f_sigs',0,1,0),(25,'f_smilies',0,1,0),(26,'f_sticky',0,1,0),(27,'f_subscribe',0,1,0),(28,'f_user_lock',0,1,0),(29,'f_vote',0,1,0),(30,'f_votechg',0,1,0),(31,'m_',1,1,0),(32,'m_approve',1,1,0),(33,'m_chgposter',1,1,0),(34,'m_delete',1,1,0),(35,'m_edit',1,1,0),(36,'m_info',1,1,0),(37,'m_lock',1,1,0),(38,'m_merge',1,1,0),(39,'m_move',1,1,0),(40,'m_report',1,1,0),(41,'m_split',1,1,0),(42,'m_ban',1,0,0),(43,'m_warn',1,0,0),(44,'a_',1,0,0),(45,'a_aauth',1,0,0),(46,'a_attach',1,0,0),(47,'a_authgroups',1,0,0),(48,'a_authusers',1,0,0),(49,'a_backup',1,0,0),(50,'a_ban',1,0,0),(51,'a_bbcode',1,0,0),(52,'a_board',1,0,0),(53,'a_bots',1,0,0),(54,'a_clearlogs',1,0,0),(55,'a_email',1,0,0),(56,'a_fauth',1,0,0),(57,'a_forum',1,0,0),(58,'a_forumadd',1,0,0),(59,'a_forumdel',1,0,0),(60,'a_group',1,0,0),(61,'a_groupadd',1,0,0),(62,'a_groupdel',1,0,0),(63,'a_icons',1,0,0),(64,'a_jabber',1,0,0),(65,'a_language',1,0,0),(66,'a_mauth',1,0,0),(67,'a_modules',1,0,0),(68,'a_names',1,0,0),(69,'a_phpinfo',1,0,0),(70,'a_profile',1,0,0),(71,'a_prune',1,0,0),(72,'a_ranks',1,0,0),(73,'a_reasons',1,0,0),(74,'a_roles',1,0,0),(75,'a_search',1,0,0),(76,'a_server',1,0,0),(77,'a_styles',1,0,0),(78,'a_switchperm',1,0,0),(79,'a_uauth',1,0,0),(80,'a_user',1,0,0),(81,'a_userdel',1,0,0),(82,'a_viewauth',1,0,0),(83,'a_viewlogs',1,0,0),(84,'a_words',1,0,0),(85,'u_',1,0,0),(86,'u_attach',1,0,0),(87,'u_chgavatar',1,0,0),(88,'u_chgcensors',1,0,0),(89,'u_chgemail',1,0,0),(90,'u_chggrp',1,0,0),(91,'u_chgname',1,0,0),(92,'u_chgpasswd',1,0,0),(93,'u_download',1,0,0),(94,'u_hideonline',1,0,0),(95,'u_ignoreflood',1,0,0),(96,'u_masspm',1,0,0),(97,'u_masspm_group',1,0,0),(98,'u_pm_attach',1,0,0),(99,'u_pm_bbcode',1,0,0),(100,'u_pm_delete',1,0,0),(101,'u_pm_download',1,0,0),(102,'u_pm_edit',1,0,0),(103,'u_pm_emailpm',1,0,0),(104,'u_pm_flash',1,0,0),(105,'u_pm_forward',1,0,0),(106,'u_pm_img',1,0,0),(107,'u_pm_printpm',1,0,0),(108,'u_pm_smilies',1,0,0),(109,'u_readpm',1,0,0),(110,'u_savedrafts',1,0,0),(111,'u_search',1,0,0),(112,'u_sendemail',1,0,0),(113,'u_sendim',1,0,0),(114,'u_sendpm',1,0,0),(115,'u_sig',1,0,0),(116,'u_viewonline',1,0,0),(117,'u_viewprofile',1,0,0); /*!40000 ALTER TABLE `forums_acl_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_acl_roles` -- DROP TABLE IF EXISTS `forums_acl_roles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_acl_roles` ( `role_id` mediumint(8) unsigned NOT NULL auto_increment, `role_name` varchar(255) collate utf8_bin NOT NULL default '', `role_description` text collate utf8_bin NOT NULL, `role_type` varchar(10) collate utf8_bin NOT NULL default '', `role_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`role_id`), KEY `role_type` (`role_type`), KEY `role_order` (`role_order`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_acl_roles` -- LOCK TABLES `forums_acl_roles` WRITE; /*!40000 ALTER TABLE `forums_acl_roles` DISABLE KEYS */; INSERT INTO `forums_acl_roles` VALUES (1,'ROLE_ADMIN_STANDARD','ROLE_DESCRIPTION_ADMIN_STANDARD','a_',1),(2,'ROLE_ADMIN_FORUM','ROLE_DESCRIPTION_ADMIN_FORUM','a_',3),(3,'ROLE_ADMIN_USERGROUP','ROLE_DESCRIPTION_ADMIN_USERGROUP','a_',4),(4,'ROLE_ADMIN_FULL','ROLE_DESCRIPTION_ADMIN_FULL','a_',2),(5,'ROLE_USER_FULL','ROLE_DESCRIPTION_USER_FULL','u_',3),(6,'ROLE_USER_STANDARD','ROLE_DESCRIPTION_USER_STANDARD','u_',1),(7,'ROLE_USER_LIMITED','ROLE_DESCRIPTION_USER_LIMITED','u_',2),(8,'ROLE_USER_NOPM','ROLE_DESCRIPTION_USER_NOPM','u_',4),(9,'ROLE_USER_NOAVATAR','ROLE_DESCRIPTION_USER_NOAVATAR','u_',5),(10,'ROLE_MOD_FULL','ROLE_DESCRIPTION_MOD_FULL','m_',3),(11,'ROLE_MOD_STANDARD','ROLE_DESCRIPTION_MOD_STANDARD','m_',1),(12,'ROLE_MOD_SIMPLE','ROLE_DESCRIPTION_MOD_SIMPLE','m_',2),(13,'ROLE_MOD_QUEUE','ROLE_DESCRIPTION_MOD_QUEUE','m_',4),(14,'ROLE_FORUM_FULL','ROLE_DESCRIPTION_FORUM_FULL','f_',7),(15,'ROLE_FORUM_STANDARD','ROLE_DESCRIPTION_FORUM_STANDARD','f_',5),(16,'ROLE_FORUM_NOACCESS','ROLE_DESCRIPTION_FORUM_NOACCESS','f_',1),(17,'ROLE_FORUM_READONLY','ROLE_DESCRIPTION_FORUM_READONLY','f_',2),(18,'ROLE_FORUM_LIMITED','ROLE_DESCRIPTION_FORUM_LIMITED','f_',3),(19,'ROLE_FORUM_BOT','ROLE_DESCRIPTION_FORUM_BOT','f_',9),(20,'ROLE_FORUM_ONQUEUE','ROLE_DESCRIPTION_FORUM_ONQUEUE','f_',8),(21,'ROLE_FORUM_POLLS','ROLE_DESCRIPTION_FORUM_POLLS','f_',6),(22,'ROLE_FORUM_LIMITED_POLLS','ROLE_DESCRIPTION_FORUM_LIMITED_POLLS','f_',4),(23,'ROLE_USER_NEW_MEMBER','ROLE_DESCRIPTION_USER_NEW_MEMBER','u_',6),(24,'ROLE_FORUM_NEW_MEMBER','ROLE_DESCRIPTION_FORUM_NEW_MEMBER','f_',10); /*!40000 ALTER TABLE `forums_acl_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_acl_roles_data` -- DROP TABLE IF EXISTS `forums_acl_roles_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_acl_roles_data` ( `role_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', PRIMARY KEY (`role_id`,`auth_option_id`), KEY `ath_op_id` (`auth_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_acl_roles_data` -- LOCK TABLES `forums_acl_roles_data` WRITE; /*!40000 ALTER TABLE `forums_acl_roles_data` DISABLE KEYS */; INSERT INTO `forums_acl_roles_data` VALUES (1,44,1),(1,46,1),(1,47,1),(1,48,1),(1,50,1),(1,51,1),(1,52,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,1),(1,61,1),(1,62,1),(1,63,1),(1,66,1),(1,68,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,79,1),(1,80,1),(1,81,1),(1,82,1),(1,83,1),(1,84,1),(2,44,1),(2,47,1),(2,48,1),(2,56,1),(2,57,1),(2,58,1),(2,59,1),(2,66,1),(2,71,1),(2,79,1),(2,82,1),(2,83,1),(3,44,1),(3,47,1),(3,48,1),(3,50,1),(3,60,1),(3,61,1),(3,62,1),(3,72,1),(3,79,1),(3,80,1),(3,82,1),(3,83,1),(4,44,1),(4,45,1),(4,46,1),(4,47,1),(4,48,1),(4,49,1),(4,50,1),(4,51,1),(4,52,1),(4,53,1),(4,54,1),(4,55,1),(4,56,1),(4,57,1),(4,58,1),(4,59,1),(4,60,1),(4,61,1),(4,62,1),(4,63,1),(4,64,1),(4,65,1),(4,66,1),(4,67,1),(4,68,1),(4,69,1),(4,70,1),(4,71,1),(4,72,1),(4,73,1),(4,74,1),(4,75,1),(4,76,1),(4,77,1),(4,78,1),(4,79,1),(4,80,1),(4,81,1),(4,82,1),(4,83,1),(4,84,1),(5,85,1),(5,86,1),(5,87,1),(5,88,1),(5,89,1),(5,90,1),(5,91,1),(5,92,1),(5,93,1),(5,94,1),(5,95,1),(5,96,1),(5,97,1),(5,98,1),(5,99,1),(5,100,1),(5,101,1),(5,102,1),(5,103,1),(5,104,1),(5,105,1),(5,106,1),(5,107,1),(5,108,1),(5,109,1),(5,110,1),(5,111,1),(5,112,1),(5,113,1),(5,114,1),(5,115,1),(5,116,1),(5,117,1),(6,85,1),(6,86,1),(6,87,1),(6,88,1),(6,89,1),(6,92,1),(6,93,1),(6,94,1),(6,96,1),(6,97,1),(6,98,1),(6,99,1),(6,100,1),(6,101,1),(6,102,1),(6,103,1),(6,106,1),(6,107,1),(6,108,1),(6,109,1),(6,110,1),(6,111,1),(6,112,1),(6,113,1),(6,114,1),(6,115,1),(6,117,1),(7,85,1),(7,87,1),(7,88,1),(7,89,1),(7,92,1),(7,93,1),(7,94,1),(7,99,1),(7,100,1),(7,101,1),(7,102,1),(7,105,1),(7,106,1),(7,107,1),(7,108,1),(7,109,1),(7,114,1),(7,115,1),(7,117,1),(8,85,1),(8,87,1),(8,88,1),(8,89,1),(8,92,1),(8,93,1),(8,94,1),(8,115,1),(8,117,1),(8,96,0),(8,97,0),(8,109,0),(8,114,0),(9,85,1),(9,88,1),(9,89,1),(9,92,1),(9,93,1),(9,94,1),(9,99,1),(9,100,1),(9,101,1),(9,102,1),(9,105,1),(9,106,1),(9,107,1),(9,108,1),(9,109,1),(9,114,1),(9,115,1),(9,117,1),(9,87,0),(10,31,1),(10,32,1),(10,42,1),(10,33,1),(10,34,1),(10,35,1),(10,36,1),(10,37,1),(10,38,1),(10,39,1),(10,40,1),(10,41,1),(10,43,1),(11,31,1),(11,32,1),(11,34,1),(11,35,1),(11,36,1),(11,37,1),(11,38,1),(11,39,1),(11,40,1),(11,41,1),(11,43,1),(12,31,1),(12,34,1),(12,35,1),(12,36,1),(12,40,1),(13,31,1),(13,32,1),(13,35,1),(14,1,1),(14,2,1),(14,3,1),(14,4,1),(14,5,1),(14,6,1),(14,7,1),(14,8,1),(14,9,1),(14,10,1),(14,11,1),(14,12,1),(14,13,1),(14,14,1),(14,15,1),(14,16,1),(14,17,1),(14,18,1),(14,19,1),(14,20,1),(14,21,1),(14,22,1),(14,23,1),(14,24,1),(14,25,1),(14,26,1),(14,27,1),(14,28,1),(14,29,1),(14,30,1),(15,1,1),(15,3,1),(15,4,1),(15,5,1),(15,6,1),(15,7,1),(15,8,1),(15,9,1),(15,11,1),(15,13,1),(15,14,1),(15,15,1),(15,17,1),(15,18,1),(15,19,1),(15,20,1),(15,21,1),(15,22,1),(15,23,1),(15,24,1),(15,25,1),(15,27,1),(15,29,1),(15,30,1),(16,1,0),(17,1,1),(17,7,1),(17,14,1),(17,19,1),(17,20,1),(17,23,1),(17,27,1),(18,1,1),(18,4,1),(18,7,1),(18,8,1),(18,9,1),(18,13,1),(18,14,1),(18,15,1),(18,17,1),(18,18,1),(18,19,1),(18,20,1),(18,21,1),(18,22,1),(18,23,1),(18,24,1),(18,25,1),(18,27,1),(18,29,1),(19,1,1),(19,7,1),(19,14,1),(19,19,1),(19,20,1),(20,1,1),(20,3,1),(20,4,1),(20,7,1),(20,8,1),(20,9,1),(20,13,1),(20,14,1),(20,17,1),(20,18,1),(20,19,1),(20,20,1),(20,21,1),(20,22,1),(20,23,1),(20,24,1),(20,25,1),(20,27,1),(20,29,1),(20,15,0),(21,1,1),(21,3,1),(21,4,1),(21,5,1),(21,6,1),(21,7,1),(21,8,1),(21,9,1),(21,11,1),(21,13,1),(21,14,1),(21,15,1),(21,16,1),(21,17,1),(21,18,1),(21,19,1),(21,20,1),(21,21,1),(21,22,1),(21,23,1),(21,24,1),(21,25,1),(21,27,1),(21,29,1),(21,30,1),(22,1,1),(22,4,1),(22,7,1),(22,8,1),(22,9,1),(22,13,1),(22,14,1),(22,15,1),(22,16,1),(22,17,1),(22,18,1),(22,19,1),(22,20,1),(22,21,1),(22,22,1),(22,23,1),(22,24,1),(22,25,1),(22,27,1),(22,29,1),(23,96,0),(23,97,0),(23,114,0),(24,15,0); /*!40000 ALTER TABLE `forums_acl_roles_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_acl_users` -- DROP TABLE IF EXISTS `forums_acl_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_acl_users` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `user_id` (`user_id`), KEY `auth_option_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_acl_users` -- LOCK TABLES `forums_acl_users` WRITE; /*!40000 ALTER TABLE `forums_acl_users` DISABLE KEYS */; INSERT INTO `forums_acl_users` VALUES (2,0,0,5,0); /*!40000 ALTER TABLE `forums_acl_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_attachments` -- DROP TABLE IF EXISTS `forums_attachments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_attachments` ( `attach_id` mediumint(8) unsigned NOT NULL auto_increment, `post_msg_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `in_message` tinyint(1) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `is_orphan` tinyint(1) unsigned NOT NULL default '1', `physical_filename` varchar(255) collate utf8_bin NOT NULL default '', `real_filename` varchar(255) collate utf8_bin NOT NULL default '', `download_count` mediumint(8) unsigned NOT NULL default '0', `attach_comment` text collate utf8_bin NOT NULL, `extension` varchar(100) collate utf8_bin NOT NULL default '', `mimetype` varchar(100) collate utf8_bin NOT NULL default '', `filesize` int(20) unsigned NOT NULL default '0', `filetime` int(11) unsigned NOT NULL default '0', `thumbnail` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`attach_id`), KEY `filetime` (`filetime`), KEY `post_msg_id` (`post_msg_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `is_orphan` (`is_orphan`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_attachments` -- LOCK TABLES `forums_attachments` WRITE; /*!40000 ALTER TABLE `forums_attachments` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_attachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_banlist` -- DROP TABLE IF EXISTS `forums_banlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_banlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) unsigned NOT NULL default '0', `ban_ip` varchar(40) collate utf8_bin NOT NULL default '', `ban_email` varchar(100) collate utf8_bin NOT NULL default '', `ban_start` int(11) unsigned NOT NULL default '0', `ban_end` int(11) unsigned NOT NULL default '0', `ban_exclude` tinyint(1) unsigned NOT NULL default '0', `ban_reason` varchar(255) collate utf8_bin NOT NULL default '', `ban_give_reason` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`ban_id`), KEY `ban_end` (`ban_end`), KEY `ban_user` (`ban_userid`,`ban_exclude`), KEY `ban_email` (`ban_email`,`ban_exclude`), KEY `ban_ip` (`ban_ip`,`ban_exclude`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_banlist` -- LOCK TABLES `forums_banlist` WRITE; /*!40000 ALTER TABLE `forums_banlist` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_banlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_bbcodes` -- DROP TABLE IF EXISTS `forums_bbcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_bbcodes` ( `bbcode_id` smallint(4) unsigned NOT NULL default '0', `bbcode_tag` varchar(16) collate utf8_bin NOT NULL default '', `bbcode_helpline` varchar(255) collate utf8_bin NOT NULL default '', `display_on_posting` tinyint(1) unsigned NOT NULL default '0', `bbcode_match` text collate utf8_bin NOT NULL, `bbcode_tpl` mediumtext collate utf8_bin NOT NULL, `first_pass_match` mediumtext collate utf8_bin NOT NULL, `first_pass_replace` mediumtext collate utf8_bin NOT NULL, `second_pass_match` mediumtext collate utf8_bin NOT NULL, `second_pass_replace` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`bbcode_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_bbcodes` -- LOCK TABLES `forums_bbcodes` WRITE; /*!40000 ALTER TABLE `forums_bbcodes` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_bbcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_bookmarks` -- DROP TABLE IF EXISTS `forums_bookmarks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_bookmarks` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_bookmarks` -- LOCK TABLES `forums_bookmarks` WRITE; /*!40000 ALTER TABLE `forums_bookmarks` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_bookmarks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_bots` -- DROP TABLE IF EXISTS `forums_bots`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_bots` ( `bot_id` mediumint(8) unsigned NOT NULL auto_increment, `bot_active` tinyint(1) unsigned NOT NULL default '1', `bot_name` varchar(255) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `bot_agent` varchar(255) collate utf8_bin NOT NULL default '', `bot_ip` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`bot_id`), KEY `bot_active` (`bot_active`) ) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_bots` -- LOCK TABLES `forums_bots` WRITE; /*!40000 ALTER TABLE `forums_bots` DISABLE KEYS */; INSERT INTO `forums_bots` VALUES (1,1,'AdsBot [Google]',3,'AdsBot-Google',''),(2,1,'Alexa [Bot]',4,'ia_archiver',''),(3,1,'Alta Vista [Bot]',5,'Scooter/',''),(4,1,'Ask Jeeves [Bot]',6,'Ask Jeeves',''),(5,1,'Baidu [Spider]',7,'Baiduspider+(',''),(6,1,'Bing [Bot]',8,'bingbot/',''),(7,1,'Exabot [Bot]',9,'Exabot/',''),(8,1,'FAST Enterprise [Crawler]',10,'FAST Enterprise Crawler',''),(9,1,'FAST WebCrawler [Crawler]',11,'FAST-WebCrawler/',''),(10,1,'Francis [Bot]',12,'http://www.neomo.de/',''),(11,1,'Gigabot [Bot]',13,'Gigabot/',''),(12,1,'Google Adsense [Bot]',14,'Mediapartners-Google',''),(13,1,'Google Desktop',15,'Google Desktop',''),(14,1,'Google Feedfetcher',16,'Feedfetcher-Google',''),(15,1,'Google [Bot]',17,'Googlebot',''),(16,1,'Heise IT-Markt [Crawler]',18,'heise-IT-Markt-Crawler',''),(17,1,'Heritrix [Crawler]',19,'heritrix/1.',''),(18,1,'IBM Research [Bot]',20,'ibm.com/cs/crawler',''),(19,1,'ICCrawler - ICjobs',21,'ICCrawler - ICjobs',''),(20,1,'ichiro [Crawler]',22,'ichiro/',''),(21,1,'Majestic-12 [Bot]',23,'MJ12bot/',''),(22,1,'Metager [Bot]',24,'MetagerBot/',''),(23,1,'MSN NewsBlogs',25,'msnbot-NewsBlogs/',''),(24,1,'MSN [Bot]',26,'msnbot/',''),(25,1,'MSNbot Media',27,'msnbot-media/',''),(26,1,'NG-Search [Bot]',28,'NG-Search/',''),(27,1,'Nutch [Bot]',29,'http://lucene.apache.org/nutch/',''),(28,1,'Nutch/CVS [Bot]',30,'NutchCVS/',''),(29,1,'OmniExplorer [Bot]',31,'OmniExplorer_Bot/',''),(30,1,'Online link [Validator]',32,'online link validator',''),(31,1,'psbot [Picsearch]',33,'psbot/0',''),(32,1,'Seekport [Bot]',34,'Seekbot/',''),(33,1,'Sensis [Crawler]',35,'Sensis Web Crawler',''),(34,1,'SEO Crawler',36,'SEO search Crawler/',''),(35,1,'Seoma [Crawler]',37,'Seoma [SEO Crawler]',''),(36,1,'SEOSearch [Crawler]',38,'SEOsearch/',''),(37,1,'Snappy [Bot]',39,'Snappy/1.1 ( http://www.urltrends.com/ )',''),(38,1,'Steeler [Crawler]',40,'http://www.tkl.iis.u-tokyo.ac.jp/~crawler/',''),(39,1,'Synoo [Bot]',41,'SynooBot/',''),(40,1,'Telekom [Bot]',42,'crawleradmin.t-info@telekom.de',''),(41,1,'TurnitinBot [Bot]',43,'TurnitinBot/',''),(42,1,'Voyager [Bot]',44,'voyager/1.0',''),(43,1,'W3 [Sitesearch]',45,'W3 SiteSearch Crawler',''),(44,1,'W3C [Linkcheck]',46,'W3C-checklink/',''),(45,1,'W3C [Validator]',47,'W3C_*Validator',''),(46,1,'WiseNut [Bot]',48,'http://www.WISEnutbot.com',''),(47,1,'YaCy [Bot]',49,'yacybot',''),(48,1,'Yahoo MMCrawler [Bot]',50,'Yahoo-MMCrawler/',''),(49,1,'Yahoo Slurp [Bot]',51,'Yahoo! DE Slurp',''),(50,1,'Yahoo [Bot]',52,'Yahoo! Slurp',''),(51,1,'YahooSeeker [Bot]',53,'YahooSeeker/',''); /*!40000 ALTER TABLE `forums_bots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_config` -- DROP TABLE IF EXISTS `forums_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_config` ( `config_name` varchar(255) collate utf8_bin NOT NULL default '', `config_value` varchar(255) collate utf8_bin NOT NULL default '', `is_dynamic` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`config_name`), KEY `is_dynamic` (`is_dynamic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_config` -- LOCK TABLES `forums_config` WRITE; /*!40000 ALTER TABLE `forums_config` DISABLE KEYS */; INSERT INTO `forums_config` VALUES ('active_sessions','0',0),('allow_attachments','1',0),('allow_autologin','1',0),('allow_avatar','1',0),('allow_avatar_local','0',0),('allow_avatar_remote','0',0),('allow_avatar_upload','1',0),('allow_avatar_remote_upload','0',0),('allow_bbcode','1',0),('allow_birthdays','1',0),('allow_bookmarks','1',0),('allow_emailreuse','0',0),('allow_forum_notify','1',0),('allow_mass_pm','1',0),('allow_name_chars','USERNAME_CHARS_ANY',0),('allow_namechange','0',0),('allow_nocensors','0',0),('allow_pm_attach','0',0),('allow_pm_report','1',0),('allow_post_flash','1',0),('allow_post_links','1',0),('allow_privmsg','1',0),('allow_quick_reply','1',0),('allow_sig','1',0),('allow_sig_bbcode','1',0),('allow_sig_flash','0',0),('allow_sig_img','1',0),('allow_sig_links','1',0),('allow_sig_pm','1',0),('allow_sig_smilies','1',0),('allow_smilies','1',0),('allow_topic_notify','1',0),('attachment_quota','52428800',0),('auth_bbcode_pm','1',0),('auth_flash_pm','0',0),('auth_img_pm','1',0),('auth_method','db',0),('auth_smilies_pm','1',0),('avatar_filesize','6144',0),('avatar_gallery_path','images/avatars/gallery',0),('avatar_max_height','90',0),('avatar_max_width','90',0),('avatar_min_height','20',0),('avatar_min_width','20',0),('avatar_path','images/avatars/upload',0),('avatar_salt','35c2f2f64f59224e5cb1ebed53b2a3b5',0),('board_contact','convictcartel@yahoo.com',0),('board_disable','0',0),('board_disable_msg','',0),('board_dst','0',0),('board_email','convictcartel@yahoo.com',0),('board_email_form','0',0),('board_email_sig','Thanks, The Management',0),('board_hide_emails','1',0),('board_timezone','0',0),('browser_check','1',0),('bump_interval','10',0),('bump_type','d',0),('cache_gc','7200',0),('captcha_plugin','phpbb_captcha_gd',0),('captcha_gd','1',0),('captcha_gd_foreground_noise','0',0),('captcha_gd_x_grid','25',0),('captcha_gd_y_grid','25',0),('captcha_gd_wave','0',0),('captcha_gd_3d_noise','1',0),('captcha_gd_fonts','1',0),('confirm_refresh','1',0),('check_attachment_content','1',0),('check_dnsbl','0',0),('chg_passforce','0',0),('cookie_domain','037cbcd.netsolhost.com',0),('cookie_name','phpbb3_mudlz',0),('cookie_path','/',0),('cookie_secure','0',0),('coppa_enable','0',0),('coppa_fax','',0),('coppa_mail','',0),('database_gc','604800',0),('dbms_version','5.0.91',0),('default_dateformat','D M d, Y g:i a',0),('default_style','1',0),('display_last_edited','1',0),('display_order','0',0),('edit_time','0',0),('delete_time','0',0),('email_check_mx','1',0),('email_enable','1',0),('email_function_name','mail',0),('email_max_chunk_size','50',0),('email_package_size','20',0),('enable_confirm','1',0),('enable_pm_icons','1',0),('enable_post_confirm','1',0),('feed_enable','1',0),('feed_http_auth','0',0),('feed_limit_post','15',0),('feed_limit_topic','10',0),('feed_overall_forums','0',0),('feed_overall','1',0),('feed_forum','1',0),('feed_topic','1',0),('feed_topics_new','1',0),('feed_topics_active','0',0),('feed_item_statistics','1',0),('flood_interval','15',0),('force_server_vars','0',0),('form_token_lifetime','7200',0),('form_token_mintime','0',0),('form_token_sid_guests','1',0),('forward_pm','1',0),('forwarded_for_check','0',0),('full_folder_action','2',0),('fulltext_mysql_max_word_len','254',0),('fulltext_mysql_min_word_len','4',0),('fulltext_native_common_thres','5',0),('fulltext_native_load_upd','1',0),('fulltext_native_max_chars','14',0),('fulltext_native_min_chars','3',0),('gzip_compress','0',0),('hot_threshold','25',0),('icons_path','images/icons',0),('img_create_thumbnail','0',0),('img_display_inlined','1',0),('img_imagick','',0),('img_link_height','0',0),('img_link_width','0',0),('img_max_height','0',0),('img_max_thumb_width','400',0),('img_max_width','0',0),('img_min_thumb_filesize','12000',0),('ip_check','3',0),('ip_login_limit_max','50',0),('ip_login_limit_time','21600',0),('ip_login_limit_use_forwarded','0',0),('jab_enable','0',0),('jab_host','',0),('jab_password','',0),('jab_package_size','20',0),('jab_port','5222',0),('jab_use_ssl','0',0),('jab_username','',0),('ldap_base_dn','',0),('ldap_email','',0),('ldap_password','',0),('ldap_port','',0),('ldap_server','',0),('ldap_uid','',0),('ldap_user','',0),('ldap_user_filter','',0),('limit_load','0',0),('limit_search_load','0',0),('load_anon_lastread','0',0),('load_birthdays','1',0),('load_cpf_memberlist','0',0),('load_cpf_viewprofile','1',0),('load_cpf_viewtopic','0',0),('load_db_lastread','1',0),('load_db_track','1',0),('load_jumpbox','1',0),('load_moderators','1',0),('load_online','1',0),('load_online_guests','1',0),('load_online_time','5',0),('load_onlinetrack','1',0),('load_search','1',0),('load_tplcompile','0',0),('load_unreads_search','1',0),('load_user_activity','1',0),('max_attachments','3',0),('max_attachments_pm','1',0),('max_autologin_time','0',0),('max_filesize','262144',0),('max_filesize_pm','262144',0),('max_login_attempts','3',0),('max_name_chars','20',0),('max_num_search_keywords','10',0),('max_pass_chars','100',0),('max_poll_options','10',0),('max_post_chars','60000',0),('max_post_font_size','200',0),('max_post_img_height','0',0),('max_post_img_width','0',0),('max_post_smilies','0',0),('max_post_urls','0',0),('max_quote_depth','3',0),('max_reg_attempts','5',0),('max_sig_chars','255',0),('max_sig_font_size','200',0),('max_sig_img_height','0',0),('max_sig_img_width','0',0),('max_sig_smilies','0',0),('max_sig_urls','5',0),('min_name_chars','3',0),('min_pass_chars','6',0),('min_post_chars','1',0),('min_search_author_chars','3',0),('mime_triggers','body|head|html|img|plaintext|a href|pre|script|table|title',0),('new_member_post_limit','3',0),('new_member_group_default','0',0),('override_user_style','0',0),('pass_complex','PASS_TYPE_ANY',0),('pm_edit_time','0',0),('pm_max_boxes','4',0),('pm_max_msgs','50',0),('pm_max_recipients','0',0),('posts_per_page','10',0),('print_pm','1',0),('queue_interval','60',0),('ranks_path','images/ranks',0),('require_activation','0',0),('referer_validation','1',0),('script_path','/phpBB3',0),('search_block_size','250',0),('search_gc','7200',0),('search_interval','0',0),('search_anonymous_interval','0',0),('search_type','fulltext_native',0),('search_store_results','1800',0),('secure_allow_deny','1',0),('secure_allow_empty_referer','1',0),('secure_downloads','0',0),('server_name','037cbcd.netsolhost.com',0),('server_port','80',0),('server_protocol','http://',0),('session_gc','3600',0),('session_length','3600',0),('site_desc','A short text to describe your forum',0),('sitename','yourdomain.com',0),('smilies_path','images/smilies',0),('smilies_per_page','50',0),('smtp_auth_method','PLAIN',0),('smtp_delivery','0',0),('smtp_host','',0),('smtp_password','',0),('smtp_port','25',0),('smtp_username','',0),('topics_per_page','25',0),('tpl_allow_php','0',0),('upload_icons_path','images/upload_icons',0),('upload_path','files',0),('version','3.0.11',0),('warnings_expire_days','90',0),('warnings_gc','14400',0),('cache_last_gc','0',1),('cron_lock','0',1),('database_last_gc','0',1),('last_queue_run','0',1),('newest_user_colour','AA0000',1),('newest_user_id','2',1),('newest_username','Convict Cartel',1),('num_files','0',1),('num_posts','1',1),('num_topics','1',1),('num_users','1',1),('rand_seed','105e4f8fd352fc9f5f9d4c5936993913',1),('rand_seed_last_update','1374744860',1),('record_online_date','0',1),('record_online_users','0',1),('search_indexing_state','',1),('search_last_gc','0',1),('session_last_gc','0',1),('upload_dir_size','0',1),('warnings_last_gc','0',1),('board_startdate','1374744854',0),('default_lang','en',0),('questionnaire_unique_id','946774c08390d8cb',0); /*!40000 ALTER TABLE `forums_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_confirm` -- DROP TABLE IF EXISTS `forums_confirm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_confirm` ( `confirm_id` char(32) collate utf8_bin NOT NULL default '', `session_id` char(32) collate utf8_bin NOT NULL default '', `confirm_type` tinyint(3) NOT NULL default '0', `code` varchar(8) collate utf8_bin NOT NULL default '', `seed` int(10) unsigned NOT NULL default '0', `attempts` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`,`confirm_id`), KEY `confirm_type` (`confirm_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_confirm` -- LOCK TABLES `forums_confirm` WRITE; /*!40000 ALTER TABLE `forums_confirm` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_confirm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_disallow` -- DROP TABLE IF EXISTS `forums_disallow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_disallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`disallow_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_disallow` -- LOCK TABLES `forums_disallow` WRITE; /*!40000 ALTER TABLE `forums_disallow` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_disallow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_drafts` -- DROP TABLE IF EXISTS `forums_drafts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_drafts` ( `draft_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `save_time` int(11) unsigned NOT NULL default '0', `draft_subject` varchar(255) collate utf8_bin NOT NULL default '', `draft_message` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`draft_id`), KEY `save_time` (`save_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_drafts` -- LOCK TABLES `forums_drafts` WRITE; /*!40000 ALTER TABLE `forums_drafts` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_drafts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_extension_groups` -- DROP TABLE IF EXISTS `forums_extension_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_extension_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) collate utf8_bin NOT NULL default '', `cat_id` tinyint(2) NOT NULL default '0', `allow_group` tinyint(1) unsigned NOT NULL default '0', `download_mode` tinyint(1) unsigned NOT NULL default '1', `upload_icon` varchar(255) collate utf8_bin NOT NULL default '', `max_filesize` int(20) unsigned NOT NULL default '0', `allowed_forums` text collate utf8_bin NOT NULL, `allow_in_pm` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_extension_groups` -- LOCK TABLES `forums_extension_groups` WRITE; /*!40000 ALTER TABLE `forums_extension_groups` DISABLE KEYS */; INSERT INTO `forums_extension_groups` VALUES (1,'IMAGES',1,1,1,'',0,'',0),(2,'ARCHIVES',0,1,1,'',0,'',0),(3,'PLAIN_TEXT',0,0,1,'',0,'',0),(4,'DOCUMENTS',0,0,1,'',0,'',0),(5,'REAL_MEDIA',3,0,1,'',0,'',0),(6,'WINDOWS_MEDIA',2,0,1,'',0,'',0),(7,'FLASH_FILES',5,0,1,'',0,'',0),(8,'QUICKTIME_MEDIA',6,0,1,'',0,'',0),(9,'DOWNLOADABLE_FILES',0,0,1,'',0,'',0); /*!40000 ALTER TABLE `forums_extension_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_extensions` -- DROP TABLE IF EXISTS `forums_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_extensions` ( `extension_id` mediumint(8) unsigned NOT NULL auto_increment, `group_id` mediumint(8) unsigned NOT NULL default '0', `extension` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_extensions` -- LOCK TABLES `forums_extensions` WRITE; /*!40000 ALTER TABLE `forums_extensions` DISABLE KEYS */; INSERT INTO `forums_extensions` VALUES (1,1,'gif'),(2,1,'png'),(3,1,'jpeg'),(4,1,'jpg'),(5,1,'tif'),(6,1,'tiff'),(7,1,'tga'),(8,2,'gtar'),(9,2,'gz'),(10,2,'tar'),(11,2,'zip'),(12,2,'rar'),(13,2,'ace'),(14,2,'torrent'),(15,2,'tgz'),(16,2,'bz2'),(17,2,'7z'),(18,3,'txt'),(19,3,'c'),(20,3,'h'),(21,3,'cpp'),(22,3,'hpp'),(23,3,'diz'),(24,3,'csv'),(25,3,'ini'),(26,3,'log'),(27,3,'js'),(28,3,'xml'),(29,4,'xls'),(30,4,'xlsx'),(31,4,'xlsm'),(32,4,'xlsb'),(33,4,'doc'),(34,4,'docx'),(35,4,'docm'),(36,4,'dot'),(37,4,'dotx'),(38,4,'dotm'),(39,4,'pdf'),(40,4,'ai'),(41,4,'ps'),(42,4,'ppt'),(43,4,'pptx'),(44,4,'pptm'),(45,4,'odg'),(46,4,'odp'),(47,4,'ods'),(48,4,'odt'),(49,4,'rtf'),(50,5,'rm'),(51,5,'ram'),(52,6,'wma'),(53,6,'wmv'),(54,7,'swf'),(55,8,'mov'),(56,8,'m4v'),(57,8,'m4a'),(58,8,'mp4'),(59,8,'3gp'),(60,8,'3g2'),(61,8,'qt'),(62,9,'mpeg'),(63,9,'mpg'),(64,9,'mp3'),(65,9,'ogg'),(66,9,'ogm'); /*!40000 ALTER TABLE `forums_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_forums` -- DROP TABLE IF EXISTS `forums_forums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_forums` ( `forum_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `forum_parents` mediumtext collate utf8_bin NOT NULL, `forum_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc` text collate utf8_bin NOT NULL, `forum_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc_options` int(11) unsigned NOT NULL default '7', `forum_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_password` varchar(40) collate utf8_bin NOT NULL default '', `forum_style` mediumint(8) unsigned NOT NULL default '0', `forum_image` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules` text collate utf8_bin NOT NULL, `forum_rules_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_options` int(11) unsigned NOT NULL default '7', `forum_rules_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_topics_per_page` tinyint(4) NOT NULL default '0', `forum_type` tinyint(4) NOT NULL default '0', `forum_status` tinyint(4) NOT NULL default '0', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_topics_real` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_post_time` int(11) unsigned NOT NULL default '0', `forum_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `forum_flags` tinyint(4) NOT NULL default '32', `forum_options` int(20) unsigned NOT NULL default '0', `display_subforum_list` tinyint(1) unsigned NOT NULL default '1', `display_on_index` tinyint(1) unsigned NOT NULL default '1', `enable_indexing` tinyint(1) unsigned NOT NULL default '1', `enable_icons` tinyint(1) unsigned NOT NULL default '1', `enable_prune` tinyint(1) unsigned NOT NULL default '0', `prune_next` int(11) unsigned NOT NULL default '0', `prune_days` mediumint(8) unsigned NOT NULL default '0', `prune_viewed` mediumint(8) unsigned NOT NULL default '0', `prune_freq` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `forum_lastpost_id` (`forum_last_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_forums` -- LOCK TABLES `forums_forums` WRITE; /*!40000 ALTER TABLE `forums_forums` DISABLE KEYS */; INSERT INTO `forums_forums` VALUES (1,0,1,4,'','Your first category','','',7,'','','',0,'','','','',7,'',0,0,0,1,1,1,1,2,'',1374744854,'Convict Cartel','AA0000',32,0,1,1,1,1,0,0,0,0,0),(2,1,2,3,'','Your first forum','Description of your first forum.','',7,'','','',0,'','','','',7,'',0,1,0,1,1,1,1,2,'Welcome to phpBB3',1374744854,'Convict Cartel','AA0000',48,0,1,1,1,1,0,0,0,0,0); /*!40000 ALTER TABLE `forums_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_forums_access` -- DROP TABLE IF EXISTS `forums_forums_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_forums_access` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `session_id` char(32) collate utf8_bin NOT NULL default '', PRIMARY KEY (`forum_id`,`user_id`,`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_forums_access` -- LOCK TABLES `forums_forums_access` WRITE; /*!40000 ALTER TABLE `forums_forums_access` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_forums_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_forums_track` -- DROP TABLE IF EXISTS `forums_forums_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_forums_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_forums_track` -- LOCK TABLES `forums_forums_track` WRITE; /*!40000 ALTER TABLE `forums_forums_track` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_forums_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_forums_watch` -- DROP TABLE IF EXISTS `forums_forums_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_forums_watch` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `forum_id` (`forum_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_forums_watch` -- LOCK TABLES `forums_forums_watch` WRITE; /*!40000 ALTER TABLE `forums_forums_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_forums_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_groups` -- DROP TABLE IF EXISTS `forums_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_founder_manage` tinyint(1) unsigned NOT NULL default '0', `group_skip_auth` tinyint(1) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `group_desc` text collate utf8_bin NOT NULL, `group_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `group_desc_options` int(11) unsigned NOT NULL default '7', `group_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `group_display` tinyint(1) unsigned NOT NULL default '0', `group_avatar` varchar(255) collate utf8_bin NOT NULL default '', `group_avatar_type` tinyint(2) NOT NULL default '0', `group_avatar_width` smallint(4) unsigned NOT NULL default '0', `group_avatar_height` smallint(4) unsigned NOT NULL default '0', `group_rank` mediumint(8) unsigned NOT NULL default '0', `group_colour` varchar(6) collate utf8_bin NOT NULL default '', `group_sig_chars` mediumint(8) unsigned NOT NULL default '0', `group_receive_pm` tinyint(1) unsigned NOT NULL default '0', `group_message_limit` mediumint(8) unsigned NOT NULL default '0', `group_max_recipients` mediumint(8) unsigned NOT NULL default '0', `group_legend` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_legend_name` (`group_legend`,`group_name`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_groups` -- LOCK TABLES `forums_groups` WRITE; /*!40000 ALTER TABLE `forums_groups` DISABLE KEYS */; INSERT INTO `forums_groups` VALUES (1,3,0,0,'GUESTS','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(2,3,0,0,'REGISTERED','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(3,3,0,0,'REGISTERED_COPPA','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(4,3,0,0,'GLOBAL_MODERATORS','','',7,'',0,'',0,0,0,0,'00AA00',0,0,0,0,1),(5,3,1,0,'ADMINISTRATORS','','',7,'',0,'',0,0,0,0,'AA0000',0,0,0,0,1),(6,3,0,0,'BOTS','','',7,'',0,'',0,0,0,0,'9E8DA7',0,0,0,5,0),(7,3,0,0,'NEWLY_REGISTERED','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0); /*!40000 ALTER TABLE `forums_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_icons` -- DROP TABLE IF EXISTS `forums_icons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_icons` ( `icons_id` mediumint(8) unsigned NOT NULL auto_increment, `icons_url` varchar(255) collate utf8_bin NOT NULL default '', `icons_width` tinyint(4) NOT NULL default '0', `icons_height` tinyint(4) NOT NULL default '0', `icons_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`icons_id`), KEY `display_on_posting` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_icons` -- LOCK TABLES `forums_icons` WRITE; /*!40000 ALTER TABLE `forums_icons` DISABLE KEYS */; INSERT INTO `forums_icons` VALUES (1,'misc/fire.gif',16,16,1,1),(2,'smile/redface.gif',16,16,9,1),(3,'smile/mrgreen.gif',16,16,10,1),(4,'misc/heart.gif',16,16,4,1),(5,'misc/star.gif',16,16,2,1),(6,'misc/radioactive.gif',16,16,3,1),(7,'misc/thinking.gif',16,16,5,1),(8,'smile/info.gif',16,16,8,1),(9,'smile/question.gif',16,16,6,1),(10,'smile/alert.gif',16,16,7,1); /*!40000 ALTER TABLE `forums_icons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_lang` -- DROP TABLE IF EXISTS `forums_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_lang` ( `lang_id` tinyint(4) NOT NULL auto_increment, `lang_iso` varchar(30) collate utf8_bin NOT NULL default '', `lang_dir` varchar(30) collate utf8_bin NOT NULL default '', `lang_english_name` varchar(100) collate utf8_bin NOT NULL default '', `lang_local_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_author` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`lang_id`), KEY `lang_iso` (`lang_iso`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_lang` -- LOCK TABLES `forums_lang` WRITE; /*!40000 ALTER TABLE `forums_lang` DISABLE KEYS */; INSERT INTO `forums_lang` VALUES (1,'en','en','British English','British English','phpBB Group'); /*!40000 ALTER TABLE `forums_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_log` -- DROP TABLE IF EXISTS `forums_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_log` ( `log_id` mediumint(8) unsigned NOT NULL auto_increment, `log_type` tinyint(4) NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `reportee_id` mediumint(8) unsigned NOT NULL default '0', `log_ip` varchar(40) collate utf8_bin NOT NULL default '', `log_time` int(11) unsigned NOT NULL default '0', `log_operation` text collate utf8_bin NOT NULL, `log_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`log_id`), KEY `log_type` (`log_type`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `reportee_id` (`reportee_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_log` -- LOCK TABLES `forums_log` WRITE; /*!40000 ALTER TABLE `forums_log` DISABLE KEYS */; INSERT INTO `forums_log` VALUES (1,0,2,0,0,0,'108.215.61.113',1374744862,'LOG_INSTALL_INSTALLED','a:1:{i:0;s:6:\"3.0.11\";}'); /*!40000 ALTER TABLE `forums_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_login_attempts` -- DROP TABLE IF EXISTS `forums_login_attempts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_login_attempts` ( `attempt_ip` varchar(40) collate utf8_bin NOT NULL default '', `attempt_browser` varchar(150) collate utf8_bin NOT NULL default '', `attempt_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `attempt_time` int(11) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '0', `username_clean` varchar(255) collate utf8_bin NOT NULL default '0', KEY `att_ip` (`attempt_ip`,`attempt_time`), KEY `att_for` (`attempt_forwarded_for`,`attempt_time`), KEY `att_time` (`attempt_time`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_login_attempts` -- LOCK TABLES `forums_login_attempts` WRITE; /*!40000 ALTER TABLE `forums_login_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_login_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_moderator_cache` -- DROP TABLE IF EXISTS `forums_moderator_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_moderator_cache` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `group_id` mediumint(8) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `display_on_index` tinyint(1) unsigned NOT NULL default '1', KEY `disp_idx` (`display_on_index`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_moderator_cache` -- LOCK TABLES `forums_moderator_cache` WRITE; /*!40000 ALTER TABLE `forums_moderator_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_moderator_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_modules` -- DROP TABLE IF EXISTS `forums_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_modules` ( `module_id` mediumint(8) unsigned NOT NULL auto_increment, `module_enabled` tinyint(1) unsigned NOT NULL default '1', `module_display` tinyint(1) unsigned NOT NULL default '1', `module_basename` varchar(255) collate utf8_bin NOT NULL default '', `module_class` varchar(10) collate utf8_bin NOT NULL default '', `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `module_langname` varchar(255) collate utf8_bin NOT NULL default '', `module_mode` varchar(255) collate utf8_bin NOT NULL default '', `module_auth` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`module_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `module_enabled` (`module_enabled`), KEY `class_left_id` (`module_class`,`left_id`) ) ENGINE=MyISAM AUTO_INCREMENT=199 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_modules` -- LOCK TABLES `forums_modules` WRITE; /*!40000 ALTER TABLE `forums_modules` DISABLE KEYS */; INSERT INTO `forums_modules` VALUES (1,1,1,'','acp',0,1,64,'ACP_CAT_GENERAL','',''),(2,1,1,'','acp',1,4,17,'ACP_QUICK_ACCESS','',''),(3,1,1,'','acp',1,18,41,'ACP_BOARD_CONFIGURATION','',''),(4,1,1,'','acp',1,42,49,'ACP_CLIENT_COMMUNICATION','',''),(5,1,1,'','acp',1,50,63,'ACP_SERVER_CONFIGURATION','',''),(6,1,1,'','acp',0,65,84,'ACP_CAT_FORUMS','',''),(7,1,1,'','acp',6,66,71,'ACP_MANAGE_FORUMS','',''),(8,1,1,'','acp',6,72,83,'ACP_FORUM_BASED_PERMISSIONS','',''),(9,1,1,'','acp',0,85,110,'ACP_CAT_POSTING','',''),(10,1,1,'','acp',9,86,99,'ACP_MESSAGES','',''),(11,1,1,'','acp',9,100,109,'ACP_ATTACHMENTS','',''),(12,1,1,'','acp',0,111,166,'ACP_CAT_USERGROUP','',''),(13,1,1,'','acp',12,112,145,'ACP_CAT_USERS','',''),(14,1,1,'','acp',12,146,153,'ACP_GROUPS','',''),(15,1,1,'','acp',12,154,165,'ACP_USER_SECURITY','',''),(16,1,1,'','acp',0,167,216,'ACP_CAT_PERMISSIONS','',''),(17,1,1,'','acp',16,170,179,'ACP_GLOBAL_PERMISSIONS','',''),(18,1,1,'','acp',16,180,191,'ACP_FORUM_BASED_PERMISSIONS','',''),(19,1,1,'','acp',16,192,201,'ACP_PERMISSION_ROLES','',''),(20,1,1,'','acp',16,202,215,'ACP_PERMISSION_MASKS','',''),(21,1,1,'','acp',0,217,230,'ACP_CAT_STYLES','',''),(22,1,1,'','acp',21,218,221,'ACP_STYLE_MANAGEMENT','',''),(23,1,1,'','acp',21,222,229,'ACP_STYLE_COMPONENTS','',''),(24,1,1,'','acp',0,231,250,'ACP_CAT_MAINTENANCE','',''),(25,1,1,'','acp',24,232,241,'ACP_FORUM_LOGS','',''),(26,1,1,'','acp',24,242,249,'ACP_CAT_DATABASE','',''),(27,1,1,'','acp',0,251,276,'ACP_CAT_SYSTEM','',''),(28,1,1,'','acp',27,252,255,'ACP_AUTOMATION','',''),(29,1,1,'','acp',27,256,267,'ACP_GENERAL_TASKS','',''),(30,1,1,'','acp',27,268,275,'ACP_MODULE_MANAGEMENT','',''),(31,1,1,'','acp',0,277,278,'ACP_CAT_DOT_MODS','',''),(32,1,1,'attachments','acp',3,19,20,'ACP_ATTACHMENT_SETTINGS','attach','acl_a_attach'),(33,1,1,'attachments','acp',11,101,102,'ACP_ATTACHMENT_SETTINGS','attach','acl_a_attach'),(34,1,1,'attachments','acp',11,103,104,'ACP_MANAGE_EXTENSIONS','extensions','acl_a_attach'),(35,1,1,'attachments','acp',11,105,106,'ACP_EXTENSION_GROUPS','ext_groups','acl_a_attach'),(36,1,1,'attachments','acp',11,107,108,'ACP_ORPHAN_ATTACHMENTS','orphan','acl_a_attach'),(37,1,1,'ban','acp',15,155,156,'ACP_BAN_EMAILS','email','acl_a_ban'),(38,1,1,'ban','acp',15,157,158,'ACP_BAN_IPS','ip','acl_a_ban'),(39,1,1,'ban','acp',15,159,160,'ACP_BAN_USERNAMES','user','acl_a_ban'),(40,1,1,'bbcodes','acp',10,87,88,'ACP_BBCODES','bbcodes','acl_a_bbcode'),(41,1,1,'board','acp',3,21,22,'ACP_BOARD_SETTINGS','settings','acl_a_board'),(42,1,1,'board','acp',3,23,24,'ACP_BOARD_FEATURES','features','acl_a_board'),(43,1,1,'board','acp',3,25,26,'ACP_AVATAR_SETTINGS','avatar','acl_a_board'),(44,1,1,'board','acp',3,27,28,'ACP_MESSAGE_SETTINGS','message','acl_a_board'),(45,1,1,'board','acp',10,89,90,'ACP_MESSAGE_SETTINGS','message','acl_a_board'),(46,1,1,'board','acp',3,29,30,'ACP_POST_SETTINGS','post','acl_a_board'),(47,1,1,'board','acp',10,91,92,'ACP_POST_SETTINGS','post','acl_a_board'),(48,1,1,'board','acp',3,31,32,'ACP_SIGNATURE_SETTINGS','signature','acl_a_board'),(49,1,1,'board','acp',3,33,34,'ACP_FEED_SETTINGS','feed','acl_a_board'),(50,1,1,'board','acp',3,35,36,'ACP_REGISTER_SETTINGS','registration','acl_a_board'),(51,1,1,'board','acp',4,43,44,'ACP_AUTH_SETTINGS','auth','acl_a_server'),(52,1,1,'board','acp',4,45,46,'ACP_EMAIL_SETTINGS','email','acl_a_server'),(53,1,1,'board','acp',5,51,52,'ACP_COOKIE_SETTINGS','cookie','acl_a_server'),(54,1,1,'board','acp',5,53,54,'ACP_SERVER_SETTINGS','server','acl_a_server'),(55,1,1,'board','acp',5,55,56,'ACP_SECURITY_SETTINGS','security','acl_a_server'),(56,1,1,'board','acp',5,57,58,'ACP_LOAD_SETTINGS','load','acl_a_server'),(57,1,1,'bots','acp',29,257,258,'ACP_BOTS','bots','acl_a_bots'),(58,1,1,'captcha','acp',3,37,38,'ACP_VC_SETTINGS','visual','acl_a_board'),(59,1,0,'captcha','acp',3,39,40,'ACP_VC_CAPTCHA_DISPLAY','img','acl_a_board'),(60,1,1,'database','acp',26,243,244,'ACP_BACKUP','backup','acl_a_backup'),(61,1,1,'database','acp',26,245,246,'ACP_RESTORE','restore','acl_a_backup'),(62,1,1,'disallow','acp',15,161,162,'ACP_DISALLOW_USERNAMES','usernames','acl_a_names'),(63,1,1,'email','acp',29,259,260,'ACP_MASS_EMAIL','email','acl_a_email && cfg_email_enable'),(64,1,1,'forums','acp',7,67,68,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(65,1,1,'groups','acp',14,147,148,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(66,1,1,'icons','acp',10,93,94,'ACP_ICONS','icons','acl_a_icons'),(67,1,1,'icons','acp',10,95,96,'ACP_SMILIES','smilies','acl_a_icons'),(68,1,1,'inactive','acp',13,115,116,'ACP_INACTIVE_USERS','list','acl_a_user'),(69,1,1,'jabber','acp',4,47,48,'ACP_JABBER_SETTINGS','settings','acl_a_jabber'),(70,1,1,'language','acp',29,261,262,'ACP_LANGUAGE_PACKS','lang_packs','acl_a_language'),(71,1,1,'logs','acp',25,233,234,'ACP_ADMIN_LOGS','admin','acl_a_viewlogs'),(72,1,1,'logs','acp',25,235,236,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(73,1,1,'logs','acp',25,237,238,'ACP_USERS_LOGS','users','acl_a_viewlogs'),(74,1,1,'logs','acp',25,239,240,'ACP_CRITICAL_LOGS','critical','acl_a_viewlogs'),(75,1,1,'main','acp',1,2,3,'ACP_INDEX','main',''),(76,1,1,'modules','acp',30,269,270,'ACP','acp','acl_a_modules'),(77,1,1,'modules','acp',30,271,272,'UCP','ucp','acl_a_modules'),(78,1,1,'modules','acp',30,273,274,'MCP','mcp','acl_a_modules'),(79,1,1,'permission_roles','acp',19,193,194,'ACP_ADMIN_ROLES','admin_roles','acl_a_roles && acl_a_aauth'),(80,1,1,'permission_roles','acp',19,195,196,'ACP_USER_ROLES','user_roles','acl_a_roles && acl_a_uauth'),(81,1,1,'permission_roles','acp',19,197,198,'ACP_MOD_ROLES','mod_roles','acl_a_roles && acl_a_mauth'),(82,1,1,'permission_roles','acp',19,199,200,'ACP_FORUM_ROLES','forum_roles','acl_a_roles && acl_a_fauth'),(83,1,1,'permissions','acp',16,168,169,'ACP_PERMISSIONS','intro','acl_a_authusers || acl_a_authgroups || acl_a_viewauth'),(84,1,0,'permissions','acp',20,203,204,'ACP_PERMISSION_TRACE','trace','acl_a_viewauth'),(85,1,1,'permissions','acp',18,181,182,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(86,1,1,'permissions','acp',18,183,184,'ACP_FORUM_PERMISSIONS_COPY','setting_forum_copy','acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth'),(87,1,1,'permissions','acp',18,185,186,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(88,1,1,'permissions','acp',17,171,172,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(89,1,1,'permissions','acp',13,117,118,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(90,1,1,'permissions','acp',18,187,188,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(91,1,1,'permissions','acp',13,119,120,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(92,1,1,'permissions','acp',17,173,174,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(93,1,1,'permissions','acp',14,149,150,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(94,1,1,'permissions','acp',18,189,190,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(95,1,1,'permissions','acp',14,151,152,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(96,1,1,'permissions','acp',17,175,176,'ACP_ADMINISTRATORS','setting_admin_global','acl_a_aauth && (acl_a_authusers || acl_a_authgroups)'),(97,1,1,'permissions','acp',17,177,178,'ACP_GLOBAL_MODERATORS','setting_mod_global','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(98,1,1,'permissions','acp',20,205,206,'ACP_VIEW_ADMIN_PERMISSIONS','view_admin_global','acl_a_viewauth'),(99,1,1,'permissions','acp',20,207,208,'ACP_VIEW_USER_PERMISSIONS','view_user_global','acl_a_viewauth'),(100,1,1,'permissions','acp',20,209,210,'ACP_VIEW_GLOBAL_MOD_PERMISSIONS','view_mod_global','acl_a_viewauth'),(101,1,1,'permissions','acp',20,211,212,'ACP_VIEW_FORUM_MOD_PERMISSIONS','view_mod_local','acl_a_viewauth'),(102,1,1,'permissions','acp',20,213,214,'ACP_VIEW_FORUM_PERMISSIONS','view_forum_local','acl_a_viewauth'),(103,1,1,'php_info','acp',29,263,264,'ACP_PHP_INFO','info','acl_a_phpinfo'),(104,1,1,'profile','acp',13,121,122,'ACP_CUSTOM_PROFILE_FIELDS','profile','acl_a_profile'),(105,1,1,'prune','acp',7,69,70,'ACP_PRUNE_FORUMS','forums','acl_a_prune'),(106,1,1,'prune','acp',15,163,164,'ACP_PRUNE_USERS','users','acl_a_userdel'),(107,1,1,'ranks','acp',13,123,124,'ACP_MANAGE_RANKS','ranks','acl_a_ranks'),(108,1,1,'reasons','acp',29,265,266,'ACP_MANAGE_REASONS','main','acl_a_reasons'),(109,1,1,'search','acp',5,59,60,'ACP_SEARCH_SETTINGS','settings','acl_a_search'),(110,1,1,'search','acp',26,247,248,'ACP_SEARCH_INDEX','index','acl_a_search'),(111,1,1,'send_statistics','acp',5,61,62,'ACP_SEND_STATISTICS','send_statistics','acl_a_server'),(112,1,1,'styles','acp',22,219,220,'ACP_STYLES','style','acl_a_styles'),(113,1,1,'styles','acp',23,223,224,'ACP_TEMPLATES','template','acl_a_styles'),(114,1,1,'styles','acp',23,225,226,'ACP_THEMES','theme','acl_a_styles'),(115,1,1,'styles','acp',23,227,228,'ACP_IMAGESETS','imageset','acl_a_styles'),(116,1,1,'update','acp',28,253,254,'ACP_VERSION_CHECK','version_check','acl_a_board'),(117,1,1,'users','acp',13,113,114,'ACP_MANAGE_USERS','overview','acl_a_user'),(118,1,0,'users','acp',13,125,126,'ACP_USER_FEEDBACK','feedback','acl_a_user'),(119,1,0,'users','acp',13,127,128,'ACP_USER_WARNINGS','warnings','acl_a_user'),(120,1,0,'users','acp',13,129,130,'ACP_USER_PROFILE','profile','acl_a_user'),(121,1,0,'users','acp',13,131,132,'ACP_USER_PREFS','prefs','acl_a_user'),(122,1,0,'users','acp',13,133,134,'ACP_USER_AVATAR','avatar','acl_a_user'),(123,1,0,'users','acp',13,135,136,'ACP_USER_RANK','rank','acl_a_user'),(124,1,0,'users','acp',13,137,138,'ACP_USER_SIG','sig','acl_a_user'),(125,1,0,'users','acp',13,139,140,'ACP_USER_GROUPS','groups','acl_a_user && acl_a_group'),(126,1,0,'users','acp',13,141,142,'ACP_USER_PERM','perm','acl_a_user && acl_a_viewauth'),(127,1,0,'users','acp',13,143,144,'ACP_USER_ATTACH','attach','acl_a_user'),(128,1,1,'words','acp',10,97,98,'ACP_WORDS','words','acl_a_words'),(129,1,1,'users','acp',2,5,6,'ACP_MANAGE_USERS','overview','acl_a_user'),(130,1,1,'groups','acp',2,7,8,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(131,1,1,'forums','acp',2,9,10,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(132,1,1,'logs','acp',2,11,12,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(133,1,1,'bots','acp',2,13,14,'ACP_BOTS','bots','acl_a_bots'),(134,1,1,'php_info','acp',2,15,16,'ACP_PHP_INFO','info','acl_a_phpinfo'),(135,1,1,'permissions','acp',8,73,74,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(136,1,1,'permissions','acp',8,75,76,'ACP_FORUM_PERMISSIONS_COPY','setting_forum_copy','acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth'),(137,1,1,'permissions','acp',8,77,78,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(138,1,1,'permissions','acp',8,79,80,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(139,1,1,'permissions','acp',8,81,82,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(140,1,1,'','mcp',0,1,10,'MCP_MAIN','',''),(141,1,1,'','mcp',0,11,18,'MCP_QUEUE','',''),(142,1,1,'','mcp',0,19,32,'MCP_REPORTS','',''),(143,1,1,'','mcp',0,33,38,'MCP_NOTES','',''),(144,1,1,'','mcp',0,39,48,'MCP_WARN','',''),(145,1,1,'','mcp',0,49,56,'MCP_LOGS','',''),(146,1,1,'','mcp',0,57,64,'MCP_BAN','',''),(147,1,1,'ban','mcp',146,58,59,'MCP_BAN_USERNAMES','user','acl_m_ban'),(148,1,1,'ban','mcp',146,60,61,'MCP_BAN_IPS','ip','acl_m_ban'),(149,1,1,'ban','mcp',146,62,63,'MCP_BAN_EMAILS','email','acl_m_ban'),(150,1,1,'logs','mcp',145,50,51,'MCP_LOGS_FRONT','front','acl_m_ || aclf_m_'),(151,1,1,'logs','mcp',145,52,53,'MCP_LOGS_FORUM_VIEW','forum_logs','acl_m_,$id'),(152,1,1,'logs','mcp',145,54,55,'MCP_LOGS_TOPIC_VIEW','topic_logs','acl_m_,$id'),(153,1,1,'main','mcp',140,2,3,'MCP_MAIN_FRONT','front',''),(154,1,1,'main','mcp',140,4,5,'MCP_MAIN_FORUM_VIEW','forum_view','acl_m_,$id'),(155,1,1,'main','mcp',140,6,7,'MCP_MAIN_TOPIC_VIEW','topic_view','acl_m_,$id'),(156,1,1,'main','mcp',140,8,9,'MCP_MAIN_POST_DETAILS','post_details','acl_m_,$id || (!$id && aclf_m_)'),(157,1,1,'notes','mcp',143,34,35,'MCP_NOTES_FRONT','front',''),(158,1,1,'notes','mcp',143,36,37,'MCP_NOTES_USER','user_notes',''),(159,1,1,'pm_reports','mcp',142,20,21,'MCP_PM_REPORTS_OPEN','pm_reports','aclf_m_report'),(160,1,1,'pm_reports','mcp',142,22,23,'MCP_PM_REPORTS_CLOSED','pm_reports_closed','aclf_m_report'),(161,1,1,'pm_reports','mcp',142,24,25,'MCP_PM_REPORT_DETAILS','pm_report_details','aclf_m_report'),(162,1,1,'queue','mcp',141,12,13,'MCP_QUEUE_UNAPPROVED_TOPICS','unapproved_topics','aclf_m_approve'),(163,1,1,'queue','mcp',141,14,15,'MCP_QUEUE_UNAPPROVED_POSTS','unapproved_posts','aclf_m_approve'),(164,1,1,'queue','mcp',141,16,17,'MCP_QUEUE_APPROVE_DETAILS','approve_details','acl_m_approve,$id || (!$id && aclf_m_approve)'),(165,1,1,'reports','mcp',142,26,27,'MCP_REPORTS_OPEN','reports','aclf_m_report'),(166,1,1,'reports','mcp',142,28,29,'MCP_REPORTS_CLOSED','reports_closed','aclf_m_report'),(167,1,1,'reports','mcp',142,30,31,'MCP_REPORT_DETAILS','report_details','acl_m_report,$id || (!$id && aclf_m_report)'),(168,1,1,'warn','mcp',144,40,41,'MCP_WARN_FRONT','front','aclf_m_warn'),(169,1,1,'warn','mcp',144,42,43,'MCP_WARN_LIST','list','aclf_m_warn'),(170,1,1,'warn','mcp',144,44,45,'MCP_WARN_USER','warn_user','aclf_m_warn'),(171,1,1,'warn','mcp',144,46,47,'MCP_WARN_POST','warn_post','acl_m_warn && acl_f_read,$id'),(172,1,1,'','ucp',0,1,12,'UCP_MAIN','',''),(173,1,1,'','ucp',0,13,22,'UCP_PROFILE','',''),(174,1,1,'','ucp',0,23,30,'UCP_PREFS','',''),(175,1,1,'','ucp',0,31,42,'UCP_PM','',''),(176,1,1,'','ucp',0,43,48,'UCP_USERGROUPS','',''),(177,1,1,'','ucp',0,49,54,'UCP_ZEBRA','',''),(178,1,1,'attachments','ucp',172,10,11,'UCP_MAIN_ATTACHMENTS','attachments','acl_u_attach'),(179,1,1,'groups','ucp',176,44,45,'UCP_USERGROUPS_MEMBER','membership',''),(180,1,1,'groups','ucp',176,46,47,'UCP_USERGROUPS_MANAGE','manage',''),(181,1,1,'main','ucp',172,2,3,'UCP_MAIN_FRONT','front',''),(182,1,1,'main','ucp',172,4,5,'UCP_MAIN_SUBSCRIBED','subscribed',''),(183,1,1,'main','ucp',172,6,7,'UCP_MAIN_BOOKMARKS','bookmarks','cfg_allow_bookmarks'),(184,1,1,'main','ucp',172,8,9,'UCP_MAIN_DRAFTS','drafts',''),(185,1,0,'pm','ucp',175,32,33,'UCP_PM_VIEW','view','cfg_allow_privmsg'),(186,1,1,'pm','ucp',175,34,35,'UCP_PM_COMPOSE','compose','cfg_allow_privmsg'),(187,1,1,'pm','ucp',175,36,37,'UCP_PM_DRAFTS','drafts','cfg_allow_privmsg'),(188,1,1,'pm','ucp',175,38,39,'UCP_PM_OPTIONS','options','cfg_allow_privmsg'),(189,1,0,'pm','ucp',175,40,41,'UCP_PM_POPUP_TITLE','popup','cfg_allow_privmsg'),(190,1,1,'prefs','ucp',174,24,25,'UCP_PREFS_PERSONAL','personal',''),(191,1,1,'prefs','ucp',174,26,27,'UCP_PREFS_POST','post',''),(192,1,1,'prefs','ucp',174,28,29,'UCP_PREFS_VIEW','view',''),(193,1,1,'profile','ucp',173,14,15,'UCP_PROFILE_PROFILE_INFO','profile_info',''),(194,1,1,'profile','ucp',173,16,17,'UCP_PROFILE_SIGNATURE','signature',''),(195,1,1,'profile','ucp',173,18,19,'UCP_PROFILE_AVATAR','avatar','cfg_allow_avatar && (cfg_allow_avatar_local || cfg_allow_avatar_remote || cfg_allow_avatar_upload || cfg_allow_avatar_remote_upload)'),(196,1,1,'profile','ucp',173,20,21,'UCP_PROFILE_REG_DETAILS','reg_details',''),(197,1,1,'zebra','ucp',177,50,51,'UCP_ZEBRA_FRIENDS','friends',''),(198,1,1,'zebra','ucp',177,52,53,'UCP_ZEBRA_FOES','foes',''); /*!40000 ALTER TABLE `forums_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_poll_options` -- DROP TABLE IF EXISTS `forums_poll_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_poll_options` ( `poll_option_id` tinyint(4) NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_text` text collate utf8_bin NOT NULL, `poll_option_total` mediumint(8) unsigned NOT NULL default '0', KEY `poll_opt_id` (`poll_option_id`), KEY `topic_id` (`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_poll_options` -- LOCK TABLES `forums_poll_options` WRITE; /*!40000 ALTER TABLE `forums_poll_options` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_poll_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_poll_votes` -- DROP TABLE IF EXISTS `forums_poll_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_poll_votes` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_id` tinyint(4) NOT NULL default '0', `vote_user_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_ip` varchar(40) collate utf8_bin NOT NULL default '', KEY `topic_id` (`topic_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_poll_votes` -- LOCK TABLES `forums_poll_votes` WRITE; /*!40000 ALTER TABLE `forums_poll_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_poll_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_posts` -- DROP TABLE IF EXISTS `forums_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_posts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `poster_ip` varchar(40) collate utf8_bin NOT NULL default '', `post_time` int(11) unsigned NOT NULL default '0', `post_approved` tinyint(1) unsigned NOT NULL default '1', `post_reported` tinyint(1) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `post_username` varchar(255) collate utf8_bin NOT NULL default '', `post_subject` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `post_text` mediumtext collate utf8_bin NOT NULL, `post_checksum` varchar(32) collate utf8_bin NOT NULL default '', `post_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `post_postcount` tinyint(1) unsigned NOT NULL default '1', `post_edit_time` int(11) unsigned NOT NULL default '0', `post_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `post_edit_user` mediumint(8) unsigned NOT NULL default '0', `post_edit_count` smallint(4) unsigned NOT NULL default '0', `post_edit_locked` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_ip` (`poster_ip`), KEY `poster_id` (`poster_id`), KEY `post_approved` (`post_approved`), KEY `post_username` (`post_username`), KEY `tid_post_time` (`topic_id`,`post_time`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_posts` -- LOCK TABLES `forums_posts` WRITE; /*!40000 ALTER TABLE `forums_posts` DISABLE KEYS */; INSERT INTO `forums_posts` VALUES (1,1,2,2,0,'108.215.61.113',1374744854,1,0,1,1,1,1,'','Welcome to phpBB3','This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!','5dd683b17f641daf84c040bfefc58ce9',0,'','',1,0,'',0,0,0); /*!40000 ALTER TABLE `forums_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_privmsgs` -- DROP TABLE IF EXISTS `forums_privmsgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_privmsgs` ( `msg_id` mediumint(8) unsigned NOT NULL auto_increment, `root_level` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `author_ip` varchar(40) collate utf8_bin NOT NULL default '', `message_time` int(11) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `message_subject` varchar(255) collate utf8_bin NOT NULL default '', `message_text` mediumtext collate utf8_bin NOT NULL, `message_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `message_edit_user` mediumint(8) unsigned NOT NULL default '0', `message_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `message_edit_time` int(11) unsigned NOT NULL default '0', `message_edit_count` smallint(4) unsigned NOT NULL default '0', `to_address` text collate utf8_bin NOT NULL, `bcc_address` text collate utf8_bin NOT NULL, `message_reported` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `author_ip` (`author_ip`), KEY `message_time` (`message_time`), KEY `author_id` (`author_id`), KEY `root_level` (`root_level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_privmsgs` -- LOCK TABLES `forums_privmsgs` WRITE; /*!40000 ALTER TABLE `forums_privmsgs` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_privmsgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_privmsgs_folder` -- DROP TABLE IF EXISTS `forums_privmsgs_folder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_privmsgs_folder` ( `folder_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `folder_name` varchar(255) collate utf8_bin NOT NULL default '', `pm_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`folder_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_privmsgs_folder` -- LOCK TABLES `forums_privmsgs_folder` WRITE; /*!40000 ALTER TABLE `forums_privmsgs_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_privmsgs_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_privmsgs_rules` -- DROP TABLE IF EXISTS `forums_privmsgs_rules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_privmsgs_rules` ( `rule_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `rule_check` mediumint(8) unsigned NOT NULL default '0', `rule_connection` mediumint(8) unsigned NOT NULL default '0', `rule_string` varchar(255) collate utf8_bin NOT NULL default '', `rule_user_id` mediumint(8) unsigned NOT NULL default '0', `rule_group_id` mediumint(8) unsigned NOT NULL default '0', `rule_action` mediumint(8) unsigned NOT NULL default '0', `rule_folder_id` int(11) NOT NULL default '0', PRIMARY KEY (`rule_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_privmsgs_rules` -- LOCK TABLES `forums_privmsgs_rules` WRITE; /*!40000 ALTER TABLE `forums_privmsgs_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_privmsgs_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_privmsgs_to` -- DROP TABLE IF EXISTS `forums_privmsgs_to`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_privmsgs_to` ( `msg_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `pm_deleted` tinyint(1) unsigned NOT NULL default '0', `pm_new` tinyint(1) unsigned NOT NULL default '1', `pm_unread` tinyint(1) unsigned NOT NULL default '1', `pm_replied` tinyint(1) unsigned NOT NULL default '0', `pm_marked` tinyint(1) unsigned NOT NULL default '0', `pm_forwarded` tinyint(1) unsigned NOT NULL default '0', `folder_id` int(11) NOT NULL default '0', KEY `msg_id` (`msg_id`), KEY `author_id` (`author_id`), KEY `usr_flder_id` (`user_id`,`folder_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_privmsgs_to` -- LOCK TABLES `forums_privmsgs_to` WRITE; /*!40000 ALTER TABLE `forums_privmsgs_to` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_privmsgs_to` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_profile_fields` -- DROP TABLE IF EXISTS `forums_profile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_profile_fields` ( `field_id` mediumint(8) unsigned NOT NULL auto_increment, `field_name` varchar(255) collate utf8_bin NOT NULL default '', `field_type` tinyint(4) NOT NULL default '0', `field_ident` varchar(20) collate utf8_bin NOT NULL default '', `field_length` varchar(20) collate utf8_bin NOT NULL default '', `field_minlen` varchar(255) collate utf8_bin NOT NULL default '', `field_maxlen` varchar(255) collate utf8_bin NOT NULL default '', `field_novalue` varchar(255) collate utf8_bin NOT NULL default '', `field_default_value` varchar(255) collate utf8_bin NOT NULL default '', `field_validation` varchar(20) collate utf8_bin NOT NULL default '', `field_required` tinyint(1) unsigned NOT NULL default '0', `field_show_novalue` tinyint(1) unsigned NOT NULL default '0', `field_show_on_reg` tinyint(1) unsigned NOT NULL default '0', `field_show_on_vt` tinyint(1) unsigned NOT NULL default '0', `field_show_profile` tinyint(1) unsigned NOT NULL default '0', `field_hide` tinyint(1) unsigned NOT NULL default '0', `field_no_view` tinyint(1) unsigned NOT NULL default '0', `field_active` tinyint(1) unsigned NOT NULL default '0', `field_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`field_id`), KEY `fld_type` (`field_type`), KEY `fld_ordr` (`field_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_profile_fields` -- LOCK TABLES `forums_profile_fields` WRITE; /*!40000 ALTER TABLE `forums_profile_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_profile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_profile_fields_data` -- DROP TABLE IF EXISTS `forums_profile_fields_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_profile_fields_data` ( `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_profile_fields_data` -- LOCK TABLES `forums_profile_fields_data` WRITE; /*!40000 ALTER TABLE `forums_profile_fields_data` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_profile_fields_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_profile_fields_lang` -- DROP TABLE IF EXISTS `forums_profile_fields_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_profile_fields_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `option_id` mediumint(8) unsigned NOT NULL default '0', `field_type` tinyint(4) NOT NULL default '0', `lang_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_profile_fields_lang` -- LOCK TABLES `forums_profile_fields_lang` WRITE; /*!40000 ALTER TABLE `forums_profile_fields_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_profile_fields_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_profile_lang` -- DROP TABLE IF EXISTS `forums_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_profile_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `lang_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_explain` text collate utf8_bin NOT NULL, `lang_default_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_profile_lang` -- LOCK TABLES `forums_profile_lang` WRITE; /*!40000 ALTER TABLE `forums_profile_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_ranks` -- DROP TABLE IF EXISTS `forums_ranks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_ranks` ( `rank_id` mediumint(8) unsigned NOT NULL auto_increment, `rank_title` varchar(255) collate utf8_bin NOT NULL default '', `rank_min` mediumint(8) unsigned NOT NULL default '0', `rank_special` tinyint(1) unsigned NOT NULL default '0', `rank_image` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`rank_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_ranks` -- LOCK TABLES `forums_ranks` WRITE; /*!40000 ALTER TABLE `forums_ranks` DISABLE KEYS */; INSERT INTO `forums_ranks` VALUES (1,'Site Admin',0,1,''); /*!40000 ALTER TABLE `forums_ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_reports` -- DROP TABLE IF EXISTS `forums_reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_reports` ( `report_id` mediumint(8) unsigned NOT NULL auto_increment, `reason_id` smallint(4) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `pm_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `user_notify` tinyint(1) unsigned NOT NULL default '0', `report_closed` tinyint(1) unsigned NOT NULL default '0', `report_time` int(11) unsigned NOT NULL default '0', `report_text` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`report_id`), KEY `post_id` (`post_id`), KEY `pm_id` (`pm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_reports` -- LOCK TABLES `forums_reports` WRITE; /*!40000 ALTER TABLE `forums_reports` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_reports_reasons` -- DROP TABLE IF EXISTS `forums_reports_reasons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_reports_reasons` ( `reason_id` smallint(4) unsigned NOT NULL auto_increment, `reason_title` varchar(255) collate utf8_bin NOT NULL default '', `reason_description` mediumtext collate utf8_bin NOT NULL, `reason_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`reason_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_reports_reasons` -- LOCK TABLES `forums_reports_reasons` WRITE; /*!40000 ALTER TABLE `forums_reports_reasons` DISABLE KEYS */; INSERT INTO `forums_reports_reasons` VALUES (1,'warez','The post contains links to illegal or pirated software.',1),(2,'spam','The reported post has the only purpose to advertise for a website or another product.',2),(3,'off_topic','The reported post is off topic.',3),(4,'other','The reported post does not fit into any other category, please use the further information field.',4); /*!40000 ALTER TABLE `forums_reports_reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_search_results` -- DROP TABLE IF EXISTS `forums_search_results`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_search_results` ( `search_key` varchar(32) collate utf8_bin NOT NULL default '', `search_time` int(11) unsigned NOT NULL default '0', `search_keywords` mediumtext collate utf8_bin NOT NULL, `search_authors` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`search_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_search_results` -- LOCK TABLES `forums_search_results` WRITE; /*!40000 ALTER TABLE `forums_search_results` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_search_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_search_wordlist` -- DROP TABLE IF EXISTS `forums_search_wordlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_search_wordlist` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_text` varchar(255) collate utf8_bin NOT NULL default '', `word_common` tinyint(1) unsigned NOT NULL default '0', `word_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`word_id`), UNIQUE KEY `wrd_txt` (`word_text`), KEY `wrd_cnt` (`word_count`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_search_wordlist` -- LOCK TABLES `forums_search_wordlist` WRITE; /*!40000 ALTER TABLE `forums_search_wordlist` DISABLE KEYS */; INSERT INTO `forums_search_wordlist` VALUES (1,'this',0,1),(2,'example',0,1),(3,'post',0,1),(4,'your',0,1),(5,'phpbb3',0,2),(6,'installation',0,1),(7,'everything',0,1),(8,'seems',0,1),(9,'working',0,1),(10,'you',0,1),(11,'may',0,1),(12,'delete',0,1),(13,'like',0,1),(14,'and',0,1),(15,'continue',0,1),(16,'set',0,1),(17,'board',0,1),(18,'during',0,1),(19,'the',0,1),(20,'process',0,1),(21,'first',0,1),(22,'category',0,1),(23,'forum',0,1),(24,'are',0,1),(25,'assigned',0,1),(26,'appropriate',0,1),(27,'permissions',0,1),(28,'for',0,1),(29,'predefined',0,1),(30,'usergroups',0,1),(31,'administrators',0,1),(32,'bots',0,1),(33,'global',0,1),(34,'moderators',0,1),(35,'guests',0,1),(36,'registered',0,1),(37,'users',0,1),(38,'coppa',0,1),(39,'also',0,1),(40,'choose',0,1),(41,'not',0,1),(42,'forget',0,1),(43,'assign',0,1),(44,'all',0,1),(45,'these',0,1),(46,'new',0,1),(47,'categories',0,1),(48,'forums',0,1),(49,'create',0,1),(50,'recommended',0,1),(51,'rename',0,1),(52,'copy',0,1),(53,'from',0,1),(54,'while',0,1),(55,'creating',0,1),(56,'have',0,1),(57,'fun',0,1),(58,'welcome',0,1); /*!40000 ALTER TABLE `forums_search_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_search_wordmatch` -- DROP TABLE IF EXISTS `forums_search_wordmatch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_search_wordmatch` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `title_match` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `unq_mtch` (`word_id`,`post_id`,`title_match`), KEY `word_id` (`word_id`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_search_wordmatch` -- LOCK TABLES `forums_search_wordmatch` WRITE; /*!40000 ALTER TABLE `forums_search_wordmatch` DISABLE KEYS */; INSERT INTO `forums_search_wordmatch` VALUES (1,1,0),(1,2,0),(1,3,0),(1,4,0),(1,5,0),(1,5,1),(1,6,0),(1,7,0),(1,8,0),(1,9,0),(1,10,0),(1,11,0),(1,12,0),(1,13,0),(1,14,0),(1,15,0),(1,16,0),(1,17,0),(1,18,0),(1,19,0),(1,20,0),(1,21,0),(1,22,0),(1,23,0),(1,24,0),(1,25,0),(1,26,0),(1,27,0),(1,28,0),(1,29,0),(1,30,0),(1,31,0),(1,32,0),(1,33,0),(1,34,0),(1,35,0),(1,36,0),(1,37,0),(1,38,0),(1,39,0),(1,40,0),(1,41,0),(1,42,0),(1,43,0),(1,44,0),(1,45,0),(1,46,0),(1,47,0),(1,48,0),(1,49,0),(1,50,0),(1,51,0),(1,52,0),(1,53,0),(1,54,0),(1,55,0),(1,56,0),(1,57,0),(1,58,1); /*!40000 ALTER TABLE `forums_search_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_sessions` -- DROP TABLE IF EXISTS `forums_sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_sessions` ( `session_id` char(32) collate utf8_bin NOT NULL default '', `session_user_id` mediumint(8) unsigned NOT NULL default '0', `session_forum_id` mediumint(8) unsigned NOT NULL default '0', `session_last_visit` int(11) unsigned NOT NULL default '0', `session_start` int(11) unsigned NOT NULL default '0', `session_time` int(11) unsigned NOT NULL default '0', `session_ip` varchar(40) collate utf8_bin NOT NULL default '', `session_browser` varchar(150) collate utf8_bin NOT NULL default '', `session_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `session_page` varchar(255) collate utf8_bin NOT NULL default '', `session_viewonline` tinyint(1) unsigned NOT NULL default '1', `session_autologin` tinyint(1) unsigned NOT NULL default '0', `session_admin` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_time` (`session_time`), KEY `session_user_id` (`session_user_id`), KEY `session_fid` (`session_forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_sessions` -- LOCK TABLES `forums_sessions` WRITE; /*!40000 ALTER TABLE `forums_sessions` DISABLE KEYS */; INSERT INTO `forums_sessions` VALUES ('a6d463fa894b0474030fcdb5038fa29a',1,0,1374744861,1374744861,1374744861,'108.215.61.113','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36','','install/index.php?mode=install&sub=final',1,0,0),('902dc1346acf3f5e76a0ca1617812994',2,0,1374744861,1374744861,1374744982,'108.215.61.113','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36','','adm/index.php?i=1',1,0,1); /*!40000 ALTER TABLE `forums_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_sessions_keys` -- DROP TABLE IF EXISTS `forums_sessions_keys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_sessions_keys` ( `key_id` char(32) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `last_ip` varchar(40) collate utf8_bin NOT NULL default '', `last_login` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`key_id`,`user_id`), KEY `last_login` (`last_login`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_sessions_keys` -- LOCK TABLES `forums_sessions_keys` WRITE; /*!40000 ALTER TABLE `forums_sessions_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_sessions_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_sitelist` -- DROP TABLE IF EXISTS `forums_sitelist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_sitelist` ( `site_id` mediumint(8) unsigned NOT NULL auto_increment, `site_ip` varchar(40) collate utf8_bin NOT NULL default '', `site_hostname` varchar(255) collate utf8_bin NOT NULL default '', `ip_exclude` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_sitelist` -- LOCK TABLES `forums_sitelist` WRITE; /*!40000 ALTER TABLE `forums_sitelist` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_sitelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_smilies` -- DROP TABLE IF EXISTS `forums_smilies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_smilies` ( `smiley_id` mediumint(8) unsigned NOT NULL auto_increment, `code` varchar(50) collate utf8_bin NOT NULL default '', `emotion` varchar(50) collate utf8_bin NOT NULL default '', `smiley_url` varchar(50) collate utf8_bin NOT NULL default '', `smiley_width` smallint(4) unsigned NOT NULL default '0', `smiley_height` smallint(4) unsigned NOT NULL default '0', `smiley_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`smiley_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_smilies` -- LOCK TABLES `forums_smilies` WRITE; /*!40000 ALTER TABLE `forums_smilies` DISABLE KEYS */; INSERT INTO `forums_smilies` VALUES (1,':D','Very Happy','icon_e_biggrin.gif',15,17,1,1),(2,':-D','Very Happy','icon_e_biggrin.gif',15,17,2,1),(3,':grin:','Very Happy','icon_e_biggrin.gif',15,17,3,1),(4,':)','Smile','icon_e_smile.gif',15,17,4,1),(5,':-)','Smile','icon_e_smile.gif',15,17,5,1),(6,':smile:','Smile','icon_e_smile.gif',15,17,6,1),(7,';)','Wink','icon_e_wink.gif',15,17,7,1),(8,';-)','Wink','icon_e_wink.gif',15,17,8,1),(9,':wink:','Wink','icon_e_wink.gif',15,17,9,1),(10,':(','Sad','icon_e_sad.gif',15,17,10,1),(11,':-(','Sad','icon_e_sad.gif',15,17,11,1),(12,':sad:','Sad','icon_e_sad.gif',15,17,12,1),(13,':o','Surprised','icon_e_surprised.gif',15,17,13,1),(14,':-o','Surprised','icon_e_surprised.gif',15,17,14,1),(15,':eek:','Surprised','icon_e_surprised.gif',15,17,15,1),(16,':shock:','Shocked','icon_eek.gif',15,17,16,1),(17,':?','Confused','icon_e_confused.gif',15,17,17,1),(18,':-?','Confused','icon_e_confused.gif',15,17,18,1),(19,':???:','Confused','icon_e_confused.gif',15,17,19,1),(20,'8-)','Cool','icon_cool.gif',15,17,20,1),(21,':cool:','Cool','icon_cool.gif',15,17,21,1),(22,':lol:','Laughing','icon_lol.gif',15,17,22,1),(23,':x','Mad','icon_mad.gif',15,17,23,1),(24,':-x','Mad','icon_mad.gif',15,17,24,1),(25,':mad:','Mad','icon_mad.gif',15,17,25,1),(26,':P','Razz','icon_razz.gif',15,17,26,1),(27,':-P','Razz','icon_razz.gif',15,17,27,1),(28,':razz:','Razz','icon_razz.gif',15,17,28,1),(29,':oops:','Embarrassed','icon_redface.gif',15,17,29,1),(30,':cry:','Crying or Very Sad','icon_cry.gif',15,17,30,1),(31,':evil:','Evil or Very Mad','icon_evil.gif',15,17,31,1),(32,':twisted:','Twisted Evil','icon_twisted.gif',15,17,32,1),(33,':roll:','Rolling Eyes','icon_rolleyes.gif',15,17,33,1),(34,':!:','Exclamation','icon_exclaim.gif',15,17,34,1),(35,':?:','Question','icon_question.gif',15,17,35,1),(36,':idea:','Idea','icon_idea.gif',15,17,36,1),(37,':arrow:','Arrow','icon_arrow.gif',15,17,37,1),(38,':|','Neutral','icon_neutral.gif',15,17,38,1),(39,':-|','Neutral','icon_neutral.gif',15,17,39,1),(40,':mrgreen:','Mr. Green','icon_mrgreen.gif',15,17,40,1),(41,':geek:','Geek','icon_e_geek.gif',17,17,41,1),(42,':ugeek:','Uber Geek','icon_e_ugeek.gif',17,18,42,1); /*!40000 ALTER TABLE `forums_smilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles` -- DROP TABLE IF EXISTS `forums_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles` ( `style_id` mediumint(8) unsigned NOT NULL auto_increment, `style_name` varchar(255) collate utf8_bin NOT NULL default '', `style_copyright` varchar(255) collate utf8_bin NOT NULL default '', `style_active` tinyint(1) unsigned NOT NULL default '1', `template_id` mediumint(8) unsigned NOT NULL default '0', `theme_id` mediumint(8) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`style_id`), UNIQUE KEY `style_name` (`style_name`), KEY `template_id` (`template_id`), KEY `theme_id` (`theme_id`), KEY `imageset_id` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles` -- LOCK TABLES `forums_styles` WRITE; /*!40000 ALTER TABLE `forums_styles` DISABLE KEYS */; INSERT INTO `forums_styles` VALUES (1,'prosilver','© phpBB Group',1,1,1,1); /*!40000 ALTER TABLE `forums_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles_imageset` -- DROP TABLE IF EXISTS `forums_styles_imageset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles_imageset` ( `imageset_id` mediumint(8) unsigned NOT NULL auto_increment, `imageset_name` varchar(255) collate utf8_bin NOT NULL default '', `imageset_copyright` varchar(255) collate utf8_bin NOT NULL default '', `imageset_path` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`imageset_id`), UNIQUE KEY `imgset_nm` (`imageset_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles_imageset` -- LOCK TABLES `forums_styles_imageset` WRITE; /*!40000 ALTER TABLE `forums_styles_imageset` DISABLE KEYS */; INSERT INTO `forums_styles_imageset` VALUES (1,'prosilver','© phpBB Group','prosilver'); /*!40000 ALTER TABLE `forums_styles_imageset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles_imageset_data` -- DROP TABLE IF EXISTS `forums_styles_imageset_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles_imageset_data` ( `image_id` mediumint(8) unsigned NOT NULL auto_increment, `image_name` varchar(200) collate utf8_bin NOT NULL default '', `image_filename` varchar(200) collate utf8_bin NOT NULL default '', `image_lang` varchar(30) collate utf8_bin NOT NULL default '', `image_height` smallint(4) unsigned NOT NULL default '0', `image_width` smallint(4) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`image_id`), KEY `i_d` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles_imageset_data` -- LOCK TABLES `forums_styles_imageset_data` WRITE; /*!40000 ALTER TABLE `forums_styles_imageset_data` DISABLE KEYS */; INSERT INTO `forums_styles_imageset_data` VALUES (1,'site_logo','site_logo.gif','',52,139,1),(2,'forum_link','forum_link.gif','',27,27,1),(3,'forum_read','forum_read.gif','',27,27,1),(4,'forum_read_locked','forum_read_locked.gif','',27,27,1),(5,'forum_read_subforum','forum_read_subforum.gif','',27,27,1),(6,'forum_unread','forum_unread.gif','',27,27,1),(7,'forum_unread_locked','forum_unread_locked.gif','',27,27,1),(8,'forum_unread_subforum','forum_unread_subforum.gif','',27,27,1),(9,'topic_moved','topic_moved.gif','',27,27,1),(10,'topic_read','topic_read.gif','',27,27,1),(11,'topic_read_mine','topic_read_mine.gif','',27,27,1),(12,'topic_read_hot','topic_read_hot.gif','',27,27,1),(13,'topic_read_hot_mine','topic_read_hot_mine.gif','',27,27,1),(14,'topic_read_locked','topic_read_locked.gif','',27,27,1),(15,'topic_read_locked_mine','topic_read_locked_mine.gif','',27,27,1),(16,'topic_unread','topic_unread.gif','',27,27,1),(17,'topic_unread_mine','topic_unread_mine.gif','',27,27,1),(18,'topic_unread_hot','topic_unread_hot.gif','',27,27,1),(19,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',27,27,1),(20,'topic_unread_locked','topic_unread_locked.gif','',27,27,1),(21,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',27,27,1),(22,'sticky_read','sticky_read.gif','',27,27,1),(23,'sticky_read_mine','sticky_read_mine.gif','',27,27,1),(24,'sticky_read_locked','sticky_read_locked.gif','',27,27,1),(25,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',27,27,1),(26,'sticky_unread','sticky_unread.gif','',27,27,1),(27,'sticky_unread_mine','sticky_unread_mine.gif','',27,27,1),(28,'sticky_unread_locked','sticky_unread_locked.gif','',27,27,1),(29,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',27,27,1),(30,'announce_read','announce_read.gif','',27,27,1),(31,'announce_read_mine','announce_read_mine.gif','',27,27,1),(32,'announce_read_locked','announce_read_locked.gif','',27,27,1),(33,'announce_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(34,'announce_unread','announce_unread.gif','',27,27,1),(35,'announce_unread_mine','announce_unread_mine.gif','',27,27,1),(36,'announce_unread_locked','announce_unread_locked.gif','',27,27,1),(37,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(38,'global_read','announce_read.gif','',27,27,1),(39,'global_read_mine','announce_read_mine.gif','',27,27,1),(40,'global_read_locked','announce_read_locked.gif','',27,27,1),(41,'global_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(42,'global_unread','announce_unread.gif','',27,27,1),(43,'global_unread_mine','announce_unread_mine.gif','',27,27,1),(44,'global_unread_locked','announce_unread_locked.gif','',27,27,1),(45,'global_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(46,'pm_read','topic_read.gif','',27,27,1),(47,'pm_unread','topic_unread.gif','',27,27,1),(48,'icon_back_top','icon_back_top.gif','',11,11,1),(49,'icon_contact_aim','icon_contact_aim.gif','',20,20,1),(50,'icon_contact_email','icon_contact_email.gif','',20,20,1),(51,'icon_contact_icq','icon_contact_icq.gif','',20,20,1),(52,'icon_contact_jabber','icon_contact_jabber.gif','',20,20,1),(53,'icon_contact_msnm','icon_contact_msnm.gif','',20,20,1),(54,'icon_contact_www','icon_contact_www.gif','',20,20,1),(55,'icon_contact_yahoo','icon_contact_yahoo.gif','',20,20,1),(56,'icon_post_delete','icon_post_delete.gif','',20,20,1),(57,'icon_post_info','icon_post_info.gif','',20,20,1),(58,'icon_post_report','icon_post_report.gif','',20,20,1),(59,'icon_post_target','icon_post_target.gif','',9,11,1),(60,'icon_post_target_unread','icon_post_target_unread.gif','',9,11,1),(61,'icon_topic_attach','icon_topic_attach.gif','',10,7,1),(62,'icon_topic_latest','icon_topic_latest.gif','',9,11,1),(63,'icon_topic_newest','icon_topic_newest.gif','',9,11,1),(64,'icon_topic_reported','icon_topic_reported.gif','',14,16,1),(65,'icon_topic_unapproved','icon_topic_unapproved.gif','',14,16,1),(66,'icon_user_warn','icon_user_warn.gif','',20,20,1),(67,'subforum_read','subforum_read.gif','',9,11,1),(68,'subforum_unread','subforum_unread.gif','',9,11,1),(69,'icon_contact_pm','icon_contact_pm.gif','en',20,28,1),(70,'icon_post_edit','icon_post_edit.gif','en',20,42,1),(71,'icon_post_quote','icon_post_quote.gif','en',20,54,1),(72,'icon_user_online','icon_user_online.gif','en',58,58,1),(73,'button_pm_forward','button_pm_forward.gif','en',25,96,1),(74,'button_pm_new','button_pm_new.gif','en',25,84,1),(75,'button_pm_reply','button_pm_reply.gif','en',25,96,1),(76,'button_topic_locked','button_topic_locked.gif','en',25,88,1),(77,'button_topic_new','button_topic_new.gif','en',25,96,1),(78,'button_topic_reply','button_topic_reply.gif','en',25,96,1); /*!40000 ALTER TABLE `forums_styles_imageset_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles_template` -- DROP TABLE IF EXISTS `forums_styles_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles_template` ( `template_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(255) collate utf8_bin NOT NULL default '', `template_copyright` varchar(255) collate utf8_bin NOT NULL default '', `template_path` varchar(100) collate utf8_bin NOT NULL default '', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default 'kNg=', `template_storedb` tinyint(1) unsigned NOT NULL default '0', `template_inherits_id` int(4) unsigned NOT NULL default '0', `template_inherit_path` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`template_id`), UNIQUE KEY `tmplte_nm` (`template_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles_template` -- LOCK TABLES `forums_styles_template` WRITE; /*!40000 ALTER TABLE `forums_styles_template` DISABLE KEYS */; INSERT INTO `forums_styles_template` VALUES (1,'prosilver','© phpBB Group','prosilver','lNg=',0,0,''); /*!40000 ALTER TABLE `forums_styles_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles_template_data` -- DROP TABLE IF EXISTS `forums_styles_template_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles_template_data` ( `template_id` mediumint(8) unsigned NOT NULL default '0', `template_filename` varchar(100) collate utf8_bin NOT NULL default '', `template_included` text collate utf8_bin NOT NULL, `template_mtime` int(11) unsigned NOT NULL default '0', `template_data` mediumtext collate utf8_bin NOT NULL, KEY `tid` (`template_id`), KEY `tfn` (`template_filename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles_template_data` -- LOCK TABLES `forums_styles_template_data` WRITE; /*!40000 ALTER TABLE `forums_styles_template_data` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_styles_template_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_styles_theme` -- DROP TABLE IF EXISTS `forums_styles_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_styles_theme` ( `theme_id` mediumint(8) unsigned NOT NULL auto_increment, `theme_name` varchar(255) collate utf8_bin NOT NULL default '', `theme_copyright` varchar(255) collate utf8_bin NOT NULL default '', `theme_path` varchar(100) collate utf8_bin NOT NULL default '', `theme_storedb` tinyint(1) unsigned NOT NULL default '0', `theme_mtime` int(11) unsigned NOT NULL default '0', `theme_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`theme_id`), UNIQUE KEY `theme_name` (`theme_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_styles_theme` -- LOCK TABLES `forums_styles_theme` WRITE; /*!40000 ALTER TABLE `forums_styles_theme` DISABLE KEYS */; INSERT INTO `forums_styles_theme` VALUES (1,'prosilver','© phpBB Group','prosilver',1,0,''); /*!40000 ALTER TABLE `forums_styles_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_topics` -- DROP TABLE IF EXISTS `forums_topics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_topics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `topic_attachment` tinyint(1) unsigned NOT NULL default '0', `topic_approved` tinyint(1) unsigned NOT NULL default '1', `topic_reported` tinyint(1) unsigned NOT NULL default '0', `topic_title` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `topic_poster` mediumint(8) unsigned NOT NULL default '0', `topic_time` int(11) unsigned NOT NULL default '0', `topic_time_limit` int(11) unsigned NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_replies_real` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_first_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_first_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_post_time` int(11) unsigned NOT NULL default '0', `topic_last_view_time` int(11) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', `topic_bumped` tinyint(1) unsigned NOT NULL default '0', `topic_bumper` mediumint(8) unsigned NOT NULL default '0', `poll_title` varchar(255) collate utf8_bin NOT NULL default '', `poll_start` int(11) unsigned NOT NULL default '0', `poll_length` int(11) unsigned NOT NULL default '0', `poll_max_options` tinyint(4) NOT NULL default '1', `poll_last_vote` int(11) unsigned NOT NULL default '0', `poll_vote_change` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `forum_id_type` (`forum_id`,`topic_type`), KEY `last_post_time` (`topic_last_post_time`), KEY `topic_approved` (`topic_approved`), KEY `forum_appr_last` (`forum_id`,`topic_approved`,`topic_last_post_id`), KEY `fid_time_moved` (`forum_id`,`topic_last_post_time`,`topic_moved_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_topics` -- LOCK TABLES `forums_topics` WRITE; /*!40000 ALTER TABLE `forums_topics` DISABLE KEYS */; INSERT INTO `forums_topics` VALUES (1,2,0,0,1,0,'Welcome to phpBB3',2,1374744854,0,0,0,0,0,0,1,'Convict Cartel','AA0000',1,2,'Convict Cartel','AA0000','Welcome to phpBB3',1374744854,972086460,0,0,0,'',0,0,1,0,0); /*!40000 ALTER TABLE `forums_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_topics_posted` -- DROP TABLE IF EXISTS `forums_topics_posted`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_topics_posted` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `topic_posted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_topics_posted` -- LOCK TABLES `forums_topics_posted` WRITE; /*!40000 ALTER TABLE `forums_topics_posted` DISABLE KEYS */; INSERT INTO `forums_topics_posted` VALUES (2,1,1); /*!40000 ALTER TABLE `forums_topics_posted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_topics_track` -- DROP TABLE IF EXISTS `forums_topics_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_topics_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`), KEY `topic_id` (`topic_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_topics_track` -- LOCK TABLES `forums_topics_track` WRITE; /*!40000 ALTER TABLE `forums_topics_track` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_topics_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_topics_watch` -- DROP TABLE IF EXISTS `forums_topics_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_topics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_topics_watch` -- LOCK TABLES `forums_topics_watch` WRITE; /*!40000 ALTER TABLE `forums_topics_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_topics_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_user_group` -- DROP TABLE IF EXISTS `forums_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_user_group` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `group_leader` tinyint(1) unsigned NOT NULL default '0', `user_pending` tinyint(1) unsigned NOT NULL default '1', KEY `group_id` (`group_id`), KEY `user_id` (`user_id`), KEY `group_leader` (`group_leader`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_user_group` -- LOCK TABLES `forums_user_group` WRITE; /*!40000 ALTER TABLE `forums_user_group` DISABLE KEYS */; INSERT INTO `forums_user_group` VALUES (1,1,0,0),(2,2,0,0),(4,2,0,0),(5,2,1,0),(6,3,0,0),(6,4,0,0),(6,5,0,0),(6,6,0,0),(6,7,0,0),(6,8,0,0),(6,9,0,0),(6,10,0,0),(6,11,0,0),(6,12,0,0),(6,13,0,0),(6,14,0,0),(6,15,0,0),(6,16,0,0),(6,17,0,0),(6,18,0,0),(6,19,0,0),(6,20,0,0),(6,21,0,0),(6,22,0,0),(6,23,0,0),(6,24,0,0),(6,25,0,0),(6,26,0,0),(6,27,0,0),(6,28,0,0),(6,29,0,0),(6,30,0,0),(6,31,0,0),(6,32,0,0),(6,33,0,0),(6,34,0,0),(6,35,0,0),(6,36,0,0),(6,37,0,0),(6,38,0,0),(6,39,0,0),(6,40,0,0),(6,41,0,0),(6,42,0,0),(6,43,0,0),(6,44,0,0),(6,45,0,0),(6,46,0,0),(6,47,0,0),(6,48,0,0),(6,49,0,0),(6,50,0,0),(6,51,0,0),(6,52,0,0),(6,53,0,0); /*!40000 ALTER TABLE `forums_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_users` -- DROP TABLE IF EXISTS `forums_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_users` ( `user_id` mediumint(8) unsigned NOT NULL auto_increment, `user_type` tinyint(2) NOT NULL default '0', `group_id` mediumint(8) unsigned NOT NULL default '3', `user_permissions` mediumtext collate utf8_bin NOT NULL, `user_perm_from` mediumint(8) unsigned NOT NULL default '0', `user_ip` varchar(40) collate utf8_bin NOT NULL default '', `user_regdate` int(11) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `username_clean` varchar(255) collate utf8_bin NOT NULL default '', `user_password` varchar(40) collate utf8_bin NOT NULL default '', `user_passchg` int(11) unsigned NOT NULL default '0', `user_pass_convert` tinyint(1) unsigned NOT NULL default '0', `user_email` varchar(100) collate utf8_bin NOT NULL default '', `user_email_hash` bigint(20) NOT NULL default '0', `user_birthday` varchar(10) collate utf8_bin NOT NULL default '', `user_lastvisit` int(11) unsigned NOT NULL default '0', `user_lastmark` int(11) unsigned NOT NULL default '0', `user_lastpost_time` int(11) unsigned NOT NULL default '0', `user_lastpage` varchar(200) collate utf8_bin NOT NULL default '', `user_last_confirm_key` varchar(10) collate utf8_bin NOT NULL default '', `user_last_search` int(11) unsigned NOT NULL default '0', `user_warnings` tinyint(4) NOT NULL default '0', `user_last_warning` int(11) unsigned NOT NULL default '0', `user_login_attempts` tinyint(4) NOT NULL default '0', `user_inactive_reason` tinyint(2) NOT NULL default '0', `user_inactive_time` int(11) unsigned NOT NULL default '0', `user_posts` mediumint(8) unsigned NOT NULL default '0', `user_lang` varchar(30) collate utf8_bin NOT NULL default '', `user_timezone` decimal(5,2) NOT NULL default '0.00', `user_dst` tinyint(1) unsigned NOT NULL default '0', `user_dateformat` varchar(30) collate utf8_bin NOT NULL default 'd M Y H:i', `user_style` mediumint(8) unsigned NOT NULL default '0', `user_rank` mediumint(8) unsigned NOT NULL default '0', `user_colour` varchar(6) collate utf8_bin NOT NULL default '', `user_new_privmsg` int(4) NOT NULL default '0', `user_unread_privmsg` int(4) NOT NULL default '0', `user_last_privmsg` int(11) unsigned NOT NULL default '0', `user_message_rules` tinyint(1) unsigned NOT NULL default '0', `user_full_folder` int(11) NOT NULL default '-3', `user_emailtime` int(11) unsigned NOT NULL default '0', `user_topic_show_days` smallint(4) unsigned NOT NULL default '0', `user_topic_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_topic_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'd', `user_post_show_days` smallint(4) unsigned NOT NULL default '0', `user_post_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_post_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'a', `user_notify` tinyint(1) unsigned NOT NULL default '0', `user_notify_pm` tinyint(1) unsigned NOT NULL default '1', `user_notify_type` tinyint(4) NOT NULL default '0', `user_allow_pm` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewonline` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewemail` tinyint(1) unsigned NOT NULL default '1', `user_allow_massemail` tinyint(1) unsigned NOT NULL default '1', `user_options` int(11) unsigned NOT NULL default '230271', `user_avatar` varchar(255) collate utf8_bin NOT NULL default '', `user_avatar_type` tinyint(2) NOT NULL default '0', `user_avatar_width` smallint(4) unsigned NOT NULL default '0', `user_avatar_height` smallint(4) unsigned NOT NULL default '0', `user_sig` mediumtext collate utf8_bin NOT NULL, `user_sig_bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `user_sig_bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `user_from` varchar(100) collate utf8_bin NOT NULL default '', `user_icq` varchar(15) collate utf8_bin NOT NULL default '', `user_aim` varchar(255) collate utf8_bin NOT NULL default '', `user_yim` varchar(255) collate utf8_bin NOT NULL default '', `user_msnm` varchar(255) collate utf8_bin NOT NULL default '', `user_jabber` varchar(255) collate utf8_bin NOT NULL default '', `user_website` varchar(200) collate utf8_bin NOT NULL default '', `user_occ` text collate utf8_bin NOT NULL, `user_interests` text collate utf8_bin NOT NULL, `user_actkey` varchar(32) collate utf8_bin NOT NULL default '', `user_newpasswd` varchar(40) collate utf8_bin NOT NULL default '', `user_form_salt` varchar(32) collate utf8_bin NOT NULL default '', `user_new` tinyint(1) unsigned NOT NULL default '1', `user_reminded` tinyint(4) NOT NULL default '0', `user_reminded_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`), UNIQUE KEY `username_clean` (`username_clean`), KEY `user_birthday` (`user_birthday`), KEY `user_email_hash` (`user_email_hash`), KEY `user_type` (`user_type`) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_users` -- LOCK TABLES `forums_users` WRITE; /*!40000 ALTER TABLE `forums_users` DISABLE KEYS */; INSERT INTO `forums_users` VALUES (1,2,1,'',0,'',1374744854,'Anonymous','anonymous','',0,0,'',0,'',0,0,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'d M Y H:i',1,0,'',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','33130de6b6fac60e',1,0,0),(2,3,5,'zik0zjzik0zjzik0xs\ni1cjyo000000\nzik0zjzhb2tc',0,'108.215.61.113',1374744854,'Convict Cartel','convict cartel','$H$90LEiVaiylejPoLzym0WGb6ytR5amQ1',0,0,'convictcartel@yahoo.com',386501313423,'',0,0,0,'','',0,0,0,0,0,0,1,'en','0.00',0,'D M d, Y g:i a',1,1,'AA0000',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,1,230271,'',0,0,0,'','','','','','','','','','','','','','','c321291b9e2de132',1,0,0),(3,2,6,'',0,'',1374744860,'AdsBot [Google]','adsbot [google]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','0ae0d906226feda6',0,0,0),(4,2,6,'',0,'',1374744860,'Alexa [Bot]','alexa [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a938351afe41b50b',0,0,0),(5,2,6,'',0,'',1374744860,'Alta Vista [Bot]','alta vista [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2b0b286a72a4f70d',0,0,0),(6,2,6,'',0,'',1374744860,'Ask Jeeves [Bot]','ask jeeves [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','482b347508a607bb',0,0,0),(7,2,6,'',0,'',1374744860,'Baidu [Spider]','baidu [spider]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','db47500ac576b86f',0,0,0),(8,2,6,'',0,'',1374744860,'Bing [Bot]','bing [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','717726b612e7a2bd',0,0,0),(9,2,6,'',0,'',1374744860,'Exabot [Bot]','exabot [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','fc4dc64900be42d2',0,0,0),(10,2,6,'',0,'',1374744860,'FAST Enterprise [Crawler]','fast enterprise [crawler]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','ce0788e61efd12a0',0,0,0),(11,2,6,'',0,'',1374744860,'FAST WebCrawler [Crawler]','fast webcrawler [crawler]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','90eea759ea0b4e4b',0,0,0),(12,2,6,'',0,'',1374744860,'Francis [Bot]','francis [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','3045a17d73990882',0,0,0),(13,2,6,'',0,'',1374744860,'Gigabot [Bot]','gigabot [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','14a3649cb7c25443',0,0,0),(14,2,6,'',0,'',1374744860,'Google Adsense [Bot]','google adsense [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','adc75840c60785cc',0,0,0),(15,2,6,'',0,'',1374744860,'Google Desktop','google desktop','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','9d67736fc4bd1b88',0,0,0),(16,2,6,'',0,'',1374744860,'Google Feedfetcher','google feedfetcher','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a846ffd70da4e9ac',0,0,0),(17,2,6,'',0,'',1374744860,'Google [Bot]','google [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','d5bdc69b9fae1135',0,0,0),(18,2,6,'',0,'',1374744860,'Heise IT-Markt [Crawler]','heise it-markt [crawler]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','611c0f4170a73f5a',0,0,0),(19,2,6,'',0,'',1374744860,'Heritrix [Crawler]','heritrix [crawler]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','b5ae3abf8a47bfc5',0,0,0),(20,2,6,'',0,'',1374744860,'IBM Research [Bot]','ibm research [bot]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','7981a35bdf0aad78',0,0,0),(21,2,6,'',0,'',1374744860,'ICCrawler - ICjobs','iccrawler - icjobs','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','82fd708031ab2043',0,0,0),(22,2,6,'',0,'',1374744860,'ichiro [Crawler]','ichiro [crawler]','',1374744860,0,'',0,'',0,1374744860,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','33313d67fc4942cf',0,0,0),(23,2,6,'',0,'',1374744861,'Majestic-12 [Bot]','majestic-12 [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','51372b96897701df',0,0,0),(24,2,6,'',0,'',1374744861,'Metager [Bot]','metager [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','6e742213c852b212',0,0,0),(25,2,6,'',0,'',1374744861,'MSN NewsBlogs','msn newsblogs','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','9b9baaa3239b2631',0,0,0),(26,2,6,'',0,'',1374744861,'MSN [Bot]','msn [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','eb79e74adba19033',0,0,0),(27,2,6,'',0,'',1374744861,'MSNbot Media','msnbot media','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','52bb49f70e03c233',0,0,0),(28,2,6,'',0,'',1374744861,'NG-Search [Bot]','ng-search [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','cb2a7b9095615223',0,0,0),(29,2,6,'',0,'',1374744861,'Nutch [Bot]','nutch [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','192d39ee80d2a6a9',0,0,0),(30,2,6,'',0,'',1374744861,'Nutch/CVS [Bot]','nutch/cvs [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','9394d6cfdcf613e2',0,0,0),(31,2,6,'',0,'',1374744861,'OmniExplorer [Bot]','omniexplorer [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','5849f42095c6f524',0,0,0),(32,2,6,'',0,'',1374744861,'Online link [Validator]','online link [validator]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','276b14848ea5b20c',0,0,0),(33,2,6,'',0,'',1374744861,'psbot [Picsearch]','psbot [picsearch]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','875b6956725f81f9',0,0,0),(34,2,6,'',0,'',1374744861,'Seekport [Bot]','seekport [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','3bd1bde533a94e2b',0,0,0),(35,2,6,'',0,'',1374744861,'Sensis [Crawler]','sensis [crawler]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','db9821480b34e41f',0,0,0),(36,2,6,'',0,'',1374744861,'SEO Crawler','seo crawler','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','7058fa889dfe6192',0,0,0),(37,2,6,'',0,'',1374744861,'Seoma [Crawler]','seoma [crawler]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','fccd054dcc31548c',0,0,0),(38,2,6,'',0,'',1374744861,'SEOSearch [Crawler]','seosearch [crawler]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a1269a1b49eb06c8',0,0,0),(39,2,6,'',0,'',1374744861,'Snappy [Bot]','snappy [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','1fa69065726dc49f',0,0,0),(40,2,6,'',0,'',1374744861,'Steeler [Crawler]','steeler [crawler]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','3e72e883e2121d63',0,0,0),(41,2,6,'',0,'',1374744861,'Synoo [Bot]','synoo [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','bbb0731ffe971af5',0,0,0),(42,2,6,'',0,'',1374744861,'Telekom [Bot]','telekom [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','336d3f5de6812bfe',0,0,0),(43,2,6,'',0,'',1374744861,'TurnitinBot [Bot]','turnitinbot [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','26d441f6a7c9cb4b',0,0,0),(44,2,6,'',0,'',1374744861,'Voyager [Bot]','voyager [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','048d5e2ba9c7fd9c',0,0,0),(45,2,6,'',0,'',1374744861,'W3 [Sitesearch]','w3 [sitesearch]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','a13bb4c08f00c858',0,0,0),(46,2,6,'',0,'',1374744861,'W3C [Linkcheck]','w3c [linkcheck]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','71315691cee1e0db',0,0,0),(47,2,6,'',0,'',1374744861,'W3C [Validator]','w3c [validator]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','89c944f1a5045510',0,0,0),(48,2,6,'',0,'',1374744861,'WiseNut [Bot]','wisenut [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','5f6a6efdc0e4eca1',0,0,0),(49,2,6,'',0,'',1374744861,'YaCy [Bot]','yacy [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','2643dec120647983',0,0,0),(50,2,6,'',0,'',1374744861,'Yahoo MMCrawler [Bot]','yahoo mmcrawler [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','316c38d85fe95129',0,0,0),(51,2,6,'',0,'',1374744861,'Yahoo Slurp [Bot]','yahoo slurp [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','280a807c6fb69c13',0,0,0),(52,2,6,'',0,'',1374744861,'Yahoo [Bot]','yahoo [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','e4ae8e911a2aefc0',0,0,0),(53,2,6,'',0,'',1374744861,'YahooSeeker [Bot]','yahooseeker [bot]','',1374744861,0,'',0,'',0,1374744861,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',1,0,'9E8DA7',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','33692f80a59b5cde',0,0,0); /*!40000 ALTER TABLE `forums_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_warnings` -- DROP TABLE IF EXISTS `forums_warnings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_warnings` ( `warning_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `log_id` mediumint(8) unsigned NOT NULL default '0', `warning_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`warning_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_warnings` -- LOCK TABLES `forums_warnings` WRITE; /*!40000 ALTER TABLE `forums_warnings` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_warnings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_words` -- DROP TABLE IF EXISTS `forums_words`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` varchar(255) collate utf8_bin NOT NULL default '', `replacement` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`word_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_words` -- LOCK TABLES `forums_words` WRITE; /*!40000 ALTER TABLE `forums_words` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums_zebra` -- DROP TABLE IF EXISTS `forums_zebra`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forums_zebra` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `zebra_id` mediumint(8) unsigned NOT NULL default '0', `friend` tinyint(1) unsigned NOT NULL default '0', `foe` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`zebra_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forums_zebra` -- LOCK TABLES `forums_zebra` WRITE; /*!40000 ALTER TABLE `forums_zebra` DISABLE KEYS */; /*!40000 ALTER TABLE `forums_zebra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `holiday` -- DROP TABLE IF EXISTS `holiday`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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` char(6) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '1', PRIMARY KEY (`holidayid`), KEY `varname` (`varname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `holiday` -- LOCK TABLES `holiday` WRITE; /*!40000 ALTER TABLE `holiday` DISABLE KEYS */; /*!40000 ALTER TABLE `holiday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `icon` -- DROP TABLE IF EXISTS `icon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `icon` -- LOCK TABLES `icon` WRITE; /*!40000 ALTER TABLE `icon` DISABLE KEYS */; 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); /*!40000 ALTER TABLE `icon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `imagecategory` -- DROP TABLE IF EXISTS `imagecategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `imagecategory` -- LOCK TABLES `imagecategory` WRITE; /*!40000 ALTER TABLE `imagecategory` DISABLE KEYS */; INSERT INTO `imagecategory` VALUES (1,'Generic Smilies',3,1),(2,'Generic Icons',2,1),(3,'Generic Avatars',1,1); /*!40000 ALTER TABLE `imagecategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `imagecategorypermission` -- DROP TABLE IF EXISTS `imagecategorypermission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `imagecategorypermission` -- LOCK TABLES `imagecategorypermission` WRITE; /*!40000 ALTER TABLE `imagecategorypermission` DISABLE KEYS */; /*!40000 ALTER TABLE `imagecategorypermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `language` -- DROP TABLE IF EXISTS `language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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 NOT NULL, `phrasegroup_cpglobal` mediumtext NOT NULL, `phrasegroup_cppermission` mediumtext NOT NULL, `phrasegroup_forum` mediumtext NOT NULL, `phrasegroup_calendar` mediumtext NOT NULL, `phrasegroup_attachment_image` mediumtext NOT NULL, `phrasegroup_style` mediumtext NOT NULL, `phrasegroup_logging` mediumtext NOT NULL, `phrasegroup_cphome` mediumtext NOT NULL, `phrasegroup_promotion` mediumtext NOT NULL, `phrasegroup_user` mediumtext NOT NULL, `phrasegroup_help_faq` mediumtext NOT NULL, `phrasegroup_sql` mediumtext NOT NULL, `phrasegroup_subscription` mediumtext NOT NULL, `phrasegroup_language` mediumtext NOT NULL, `phrasegroup_bbcode` mediumtext NOT NULL, `phrasegroup_stats` mediumtext NOT NULL, `phrasegroup_diagnostic` mediumtext NOT NULL, `phrasegroup_maintenance` mediumtext NOT NULL, `phrasegroup_profilefield` mediumtext NOT NULL, `phrasegroup_thread` mediumtext NOT NULL, `phrasegroup_timezone` mediumtext NOT NULL, `phrasegroup_banning` mediumtext NOT NULL, `phrasegroup_reputation` mediumtext NOT NULL, `phrasegroup_wol` mediumtext NOT NULL, `phrasegroup_threadmanage` mediumtext NOT NULL, `phrasegroup_pm` mediumtext NOT NULL, `phrasegroup_cpuser` mediumtext NOT NULL, `phrasegroup_accessmask` mediumtext NOT NULL, `phrasegroup_cron` mediumtext NOT NULL, `phrasegroup_moderator` mediumtext NOT NULL, `phrasegroup_cpoption` mediumtext NOT NULL, `phrasegroup_cprank` mediumtext NOT NULL, `phrasegroup_cpusergroup` mediumtext NOT NULL, `phrasegroup_holiday` mediumtext NOT NULL, `phrasegroup_posting` mediumtext NOT NULL, `phrasegroup_poll` mediumtext NOT NULL, `phrasegroup_fronthelp` mediumtext NOT NULL, `phrasegroup_register` mediumtext NOT NULL, `phrasegroup_search` mediumtext NOT NULL, `phrasegroup_showthread` mediumtext NOT NULL, `phrasegroup_postbit` mediumtext NOT NULL, `phrasegroup_forumdisplay` mediumtext NOT NULL, `phrasegroup_messaging` mediumtext NOT NULL, PRIMARY KEY (`languageid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `language` -- LOCK TABLES `language` WRITE; /*!40000 ALTER TABLE `language` DISABLE KEYS */; INSERT INTO `language` VALUES (1,'English (US)',1,1,'en','ISO-8859-1','','','','','','','','','.',',','a:490:{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:8:\"activate\";s:8:\"Activate\";s:20:\"active_subscriptions\";s:20:\"Active Subscriptions\";s:8:\"activity\";s:8:\"Activity\";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:24:\"add_x_to_your_ignorelist\";s:28:\"Add %1$s to your Ignore 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: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:\"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:9:\"authorize\";s:9:\"Authorize\";s:4:\"best\";s:4:\"Best\";s:18:\"buddy_ignore_lists\";s:20:\"Buddy / Ignore Lists\";s:10:\"buddy_list\";s:10:\"Buddy List\";s:4:\"by_x\";s:26:\"by <a href=\"%1$s\">%2$s</a>\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:6:\"cancel\";s:6:\"Cancel\";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: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:13:\"control_panel\";s:13:\"Control Panel\";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:6:\"custom\";s:6:\"Custom\";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: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:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";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: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:4:\"file\";s:4:\"File\";s:14:\"file_to_upload\";s:14:\"File to Upload\";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:10:\"forum_view\";s:10:\"Forum View\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:7:\"general\";s:7:\"General\";s:9:\"gigabytes\";s:2:\"GB\";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: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:10:\"hot_thread\";s:10:\"Hot Thread\";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:13:\"img_code_is_x\";s:70:\"<a href=\"%1$s\" target=\"_blank\">[IMG]</a> code is <strong>%2$s</strong>\";s:11:\"importing_x\";s:14:\"Importing %1$s\";s:11:\"in_progress\";s:11:\"In Progress\";s:5:\"inbox\";s:5:\"Inbox\";s:5:\"index\";s:5:\"Index\";s:4:\"info\";s:4:\"Info\";s:26:\"instant_email_notification\";s:26:\"Instant email notification\";s:21:\"instant_message_icons\";s:21:\"Instant Message Icons\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:29:\"instant_notification_by_email\";s:29:\"Instant notification by email\";s:9:\"invisible\";s:9:\"Invisible\";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:5:\"least\";s:5:\"Least\";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:14:\"logged_in_user\";s:14:\"Logged in user\";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:6:\"member\";s:6:\"Member\";s:7:\"members\";s:7:\"Members\";s:12:\"members_list\";s:12:\"Members List\";s:7:\"message\";s:7:\"Message\";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:4:\"most\";s:4:\"Most\";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:16:\"move_copy_thread\";s:18:\"Move / Copy Thread\";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:17:\"no_users_selected\";s:18:\"No users selected!\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:26:\"not_logged_in_fill_in_form\";s:81:\"You are not logged in. Fill in the form at the bottom of this page and try again.\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:7:\"nothing\";s:7:\"Nothing\";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: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: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:10:\"permission\";s:10:\"Permission\";s:8:\"php_code\";s:8:\"PHP Code\";s:6:\"phrase\";s:6:\"Phrase\";s:17:\"please_select_one\";s:17:\"Please select one\";s:8:\"pm_users\";s:8:\"PM Users\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_options\";s:12:\"Poll Options\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:5:\"polls\";s:5:\"Polls\";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:93:\"Powered by: vBulletin Version %1$s<br />Copyright ©2000 - %2$s, Jelsoft Enterprises Ltd.\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:60:\"<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: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:9:\"referrers\";s:9:\"Referrers\";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:26:\"remember_username_password\";s:27:\"Remember username/password?\";s:6:\"remove\";s:6:\"Remove\";s:6:\"repair\";s:6:\"Repair\";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:6:\"report\";s:6:\"Report\";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: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_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:20:\"settings_and_options\";s:22:\"Settings & Options\";s:11:\"show_groups\";s:11:\"Show Groups\";s:24:\"show_results_x_to_y_of_z\";s:33:\"Show results %1$s to %2$s of %3$s\";s:28:\"show_thread_and_close_window\";s:30:\"Show Thread & Close Window\";s: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:20:\"show_x_from_last_y_z\";s:29:\"Show %1$s from last %2$s %3$s\";s:21:\"showing_a_b_to_c_of_d\";s:33:\"Showing %1$s %2$s to %3$s of %4$s\";s:27:\"showing_results_x_to_y_of_z\";s:36:\"Showing results %1$s to %2$s of %3$s\";s:30:\"showing_results_x_to_y_of_z_xx\";s:49:\"Showing results %1$s to %2$s of %3$s (%4$s pages)\";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:5:\"sorry\";s:5:\"Sorry\";s:10:\"space_used\";s:10:\"Space Used\";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:9:\"subscribe\";s:9:\"Subscribe\";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:57:\"Thread deleted by <a href=\"%1$s\" target=\"_blank\">%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:16:\"thread_x_deleted\";s:26:\"Thread <i>%1$s</i> Deleted\";s:7:\"threads\";s:7:\"Threads\";s:15:\"thumbnail_nojpg\";s:54:\"Thumbnail creation failed due to no JPG support in GD.\";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_votes\";s:11:\"Total Votes\";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:10:\"unread_nav\";s:6:\"Unread\";s:12:\"unread_x_nav\";s:11:\"%1$s Unread\";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:11:\"upload_file\";s:11:\"Upload File\";s:3:\"use\";s:3:\"Use\";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:15:\"validity_period\";s:15:\"Validity Period\";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:68:\"vBulletin v%1$s, Copyright ©2000-%2$s, Jelsoft Enterprises Ltd.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:4:\"view\";s:4:\"View\";s:22:\"view_all_announcements\";s:22:\"View All Announcements\";s:27:\"view_all_subscribed_threads\";s:27:\"View all Subscribed Threads\";s: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:16:\"want_to_register\";s:17:\"Want to register?\";s:9:\"wednesday\";s:9:\"Wednesday\";s:4:\"week\";s:4:\"Week\";s:25:\"weekly_email_notification\";s:25:\"Weekly email notification\";s:23:\"weekly_updates_by_email\";s:23:\"Weekly updates by email\";s:5:\"weeks\";s:5:\"Weeks\";s:30:\"welcome_to_our_newest_member_x\";s:53:\"Welcome to our newest member, <a href=\"%1$s\">%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: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:20:\"x_from_the_usergroup\";s:31:\"%1$s</i> from the usergroup <i>\";s:11:\"x_hours_ago\";s:14:\"%1$s Hours Ago\";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:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:8:\"x_mailer\";s:11:\"%1$s Forums\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:13:\"x_minutes_ago\";s:16:\"%1$s Minutes Ago\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - powered by vBulletin\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:11:\"x_weeks_ago\";s:14:\"%1$s Weeks Ago\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:33:\"you_are_subscribed_to_this_thread\";s:33:\"You are subscribed to this thread\";s:35:\"you_have_already_voted_on_this_poll\";s:35:\"You have already voted on this poll\";s: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:13:\"your_username\";s:13:\"Your Username\";}','a:181:{s:6:\"access\";s:6:\"Access\";s:12:\"access_masks\";s:12:\"Access Masks\";s:3:\"add\";s:3:\"Add\";s:20:\"add_new_announcement\";s:20:\"Add New Announcement\";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:10:\"all_forums\";s:10:\"All Forums\";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: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: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:168:\"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 un-done.\";s:46:\"are_you_sure_you_want_to_delete_the_x_called_y\";s:160:\"Are you <b>sure</b> you want to delete the %1$s called \'%2$s\'?<br /><span class=\"smallfont\">(%3$s: %4$s)</span><br /><br /> %5$s This action can not be un-done.\";s:46:\"are_you_sure_you_want_to_revert_the_x_called_y\";s:160:\"Are you <b>sure</b> you want to revert the %1$s called \'%2$s\'?<br /><span class=\"smallfont\">(%3$s: %4$s)</span><br /><br /> %5$s This action can not be un-done.\";s:5:\"array\";s:5:\"Array\";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: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:23:\"confirm_deletion_of_x_y\";s:58:\"Confirm Deletion of %1$s: <span class=\"normal\">%2$s</span>\";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:15:\"database_backup\";s:15:\"Database Backup\";s:16:\"default_view_age\";s:63:\"Default View Age <dfn>(Default date cut-off for thread display)\";s:10:\"delete_all\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:10:\"descending\";s:10:\"Descending\";s:11:\"description\";s:11:\"Description\";s:8:\"detailed\";s:8:\"Detailed\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:4:\"edit\";s:4:\"Edit\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:23:\"enable_disable_features\";s:25:\"Enable / Disable Features\";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:20:\"extensions_and_sizes\";s:22:\"Extensions & Sizes\";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:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";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:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:5:\"links\";s:5:\"Links\";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:9:\"mime_type\";s:9:\"Mime Type\";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:6:\"normal\";s:6:\"Normal\";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: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:9:\"reminders\";s:9:\"Reminders\";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:4:\"save\";s:4:\"Save\";s:18:\"save_display_order\";s:18:\"Save Display Order\";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:15:\"scheduled_tasks\";s:15:\"Scheduled Tasks\";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: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:10:\"strip_poll\";s:10:\"Strip Poll\";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:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:15:\"update_counters\";s:15:\"Update Counters\";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:15:\"user_reputation\";s:15:\"User Reputation\";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:15:\"yesterday_today\";s:17:\"Yesterday / Today\";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:176:{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: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:21:\"always_moderate_posts\";s:34:\"Always Moderate This Group\'s Posts\";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: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:19:\"can_hide_reputation\";s:31:\"Can Hide Reputation from Others\";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: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:27:\"can_see_rep_left_for_others\";s:34:\"Can See Reputation Left for Others\";s:29:\"can_see_who_left_user_ratings\";s:29:\"Can See Who Left User Ratings\";s:22:\"can_set_forum_password\";s:22:\"Can Set Forum Password\";s:22:\"can_set_self_invisible\";s:30:\"Can Set Self to Invisible Mode\";s:22:\"can_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: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:14:\"can_view_board\";s:14:\"Can View Forum\";s:17:\"can_view_calendar\";s:17:\"Can View Calendar\";s:14:\"can_view_forum\";s:14:\"Can View Forum\";s:29:\"can_view_hidden_custom_fields\";s:30:\"Can View Private Custom Fields\";s:21:\"can_view_ip_addresses\";s:21:\"Can View IP Addresses\";s:20:\"can_view_member_info\";s:20:\"Can View Member Info\";s:22:\"can_view_others_events\";s:23:\"Can View Others\' Events\";s:32:\"can_view_others_profile_pictures\";s:33:\"Can View Others\' Profile Pictures\";s:23:\"can_view_others_threads\";s:24:\"Can View Others\' Threads\";s:26:\"can_view_others_user_notes\";s:32:\"Can View User Notes About Others\";s:23:\"can_view_own_user_notes\";s:30:\"Can View User Notes About Self\";s:22:\"can_view_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:39:\"Custom Avatar Maximum File Size (bytes)\";s:24:\"custom_avatar_max_height\";s:37:\"Custom Avatar Maximum Height (pixels)\";s:23:\"custom_avatar_max_width\";s:36:\"Custom Avatar Maximum Width (pixels)\";s:27:\"custom_calendar_permissions\";s:27:\"Custom Calendar Permissions\";s:54:\"customized_using_custom_permissions_for_this_usergroup\";s:62:\"<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: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: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:25:\"forum_viewing_permissions\";s:25:\"Forum Viewing Permissions\";s:19:\"general_permissions\";s:19:\"General Permissions\";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:231:\"This Usergroup is a \'Banned\' Group <dfn>(This setting allows you to specify which of your user groups contain \'banned\' members. Your moderators will be able to \'ban\' users into this group if you specify \'Yes\' to this setting)</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:152:\"<b>Note</b>: Groups marked with a <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:41:\"Profile Picture Maximum File Size (bytes)\";s:26:\"profile_picture_max_height\";s:39:\"Profile Picture Maximum Height (pixels)\";s:25:\"profile_picture_max_width\";s:38:\"Profile Picture Maximum Width (pixels)\";s:28:\"quick_forum_permission_setup\";s:28:\"Quick Forum Permission Setup\";s:38:\"show_edited_by_note_on_edited_messages\";s:46:\"Show <i>edited by</i> note on edited messages?\";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: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:52:{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:161:\"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 un-done.\";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:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:18:\"custom_forum_style\";s:27:\"Custom Style for this Forum\";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: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: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:4:\"link\";s:4:\"Link\";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:182:\"Override Users\' Style Choice <dfn>(If this forum uses as custom style, this will force users with a different style choice to see the forum with the style <i>you</i> specified)</dfn>\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";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:13:\"style_options\";s:13:\"Style Options\";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:19:\"warn_administrators\";s:216:\"Warn Administrators <dfn>(By default, the post warning system will only notify the moderators of a forum. If you would also like to notify the forum administrators and super moderators, then enable this option)</dfn>\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:9:\"x_replies\";s:12:\"%1$s replies\";}','a:129:{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: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:174:\"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 un-done.\";s:38:\"are_you_sure_want_to_delete_calendar_x\";s:164:\"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 un-done.\";s:51:\"are_you_sure_want_to_delete_custom_calendar_field_x\";s:177:\"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 un-done.\";s:52:\"are_you_sure_you_want_to_delete_the_holiday_called_x\";s:162:\"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 un-done.\";s:13:\"ash_wednesday\";s:13:\"Ash Wednesday\";s:18:\"ash_wednesday_desc\";s:21:\"Ash Wednesday Holiday\";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:9:\"birthdays\";s:9:\"Birthdays\";s:19:\"calendar_item_count\";s:165:\"%1$s Count <dfn>(Sets the maximum number of %2$s to be listed on a single day in the monthly view before a single link to all that day\'s %2$s 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:8:\"carnival\";s:8:\"Carnival\";s:13:\"carnival_desc\";s:16:\"Carnival Holiday\";s:29:\"confirm_deletion_of_holiday_x\";s:61:\"Confirm Deletion of Holiday: <span class=\"normal\">%1$s</span>\";s:14:\"corpus_christi\";s:14:\"Corpus Christi\";s:19:\"corpus_christi_desc\";s:22:\"Corpus Christi Holiday\";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:6:\"easter\";s:6:\"Easter\";s:11:\"easter_desc\";s:14:\"Easter Holiday\";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:27:\"emails_to_notify_when_event\";s:99:\"Email Addresses to Notify When There is a New Event <dfn>(Separate each address with a SPACE)</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_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:262:\"<label for=\"rb_pattern_1\"><input type=\"radio\" name=\"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=\"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:6:\"fourth\";s:6:\"Fourth\";s:11:\"friday_abbr\";s:3:\"Fri\";s:12:\"friday_short\";s:1:\"F\";s:11:\"good_friday\";s:11:\"Good Friday\";s:16:\"good_friday_desc\";s:19:\"Good Friday Holiday\";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: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: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\";s:12:\"ranged_event\";s:12:\"Ranged Event\";s:19:\"recur_every_x_weeks\";s:267:\"<label for=\"rb_pattern_3\"><input type=\"radio\" name=\"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=\"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: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: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: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:13:\"thursday_abbr\";s:3:\"Thu\";s:14:\"thursday_short\";s:1:\"T\";s:11:\"time_x_to_y\";s:12:\"%1$s to %2$s\";s:9:\"time_zone\";s:9:\"Time Zone\";s:20:\"to_delete_this_event\";s:73:\"To delete this event, click this box and press the \'Delete Event\' button.\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:13:\"tuesday_short\";s:1:\"T\";s:10:\"view_event\";s:10:\"View Event\";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: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:163:{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:14:\"add_new_avatar\";s:14:\"Add New Avatar\";s:23:\"add_new_avatar_category\";s:23:\"Add New Avatar Category\";s:17:\"add_new_extension\";s:17:\"Add New Extension\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:26:\"add_new_post_icon_category\";s:26:\"Add New Post Icon Category\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";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:162:\"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 un-done.\";s:39:\"are_you_sure_want_to_delete_post_icon_x\";s:165:\"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 un-done.\";s:36:\"are_you_sure_want_to_delete_smilie_x\";s:162:\"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 un-done.\";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:28:\"attachment_filename_contains\";s:28:\"Attachment Filename Contains\";s:21:\"attachment_is_visible\";s:21:\"Attachment is Visible\";s:18:\"attachment_manager\";s:18:\"Attachment Manager\";s:18:\"attachment_removal\";s:660:\"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 were 0 bytes: %3$s<br />\r\nNumber of Attachments that could not be created: %4$s\";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:52:\"avatars_are_currently_being_served_from_the_database\";s:52:\"Avatars are currently being served from the database\";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:15:\"avatars_manager\";s:15:\"Avatars Manager\";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: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:45:\"click_here_to_continue_processing_attachments\";s:45:\"Click here to continue processing attachments\";s:41:\"click_here_to_continue_processing_avatars\";s:41:\"Click here to continue processing avatars\";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:8:\"database\";s:8:\"Database\";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:21:\"edit_attachment_types\";s:21:\"Edit Attachment Types\";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:7:\"enabled\";s:7:\"Enabled\";s:9:\"extension\";s:9:\"Extension\";s:12:\"file_removal\";s:687:\"We have completed moving attachments to the database.\r\nPresently, the attachments still remain in the filesystem.\r\nIf you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the filesystem.\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:10:\"filesystem\";s:10:\"Filesystem\";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:14:\"max_height_dfn\";s:171:\"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, swf, psd, tif and tiff.</dfn>\";s:13:\"max_width_dfn\";s:170:\"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, swf, 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: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:42:\"number_of_attachments_to_process_per_cycle\";s:42:\"Number of attachments to process per cycle\";s:38:\"number_of_avatars_to_process_per_cycle\";s:38:\"Number of Avatars to process per cycle\";s:15:\"open_new_window\";s:27:\"Open in New Browser Window?\";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: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:17:\"Processing Smilie\";s:17:\"prune_attachments\";s:17:\"Prune Attachments\";s:21:\"removing_dir_x_failed\";s:44:\"Removing dir: %1$s <strong>[FAILED]</strong>\";s:22:\"removing_file_x_failed\";s:45:\"Removing file: %1$s <strong>[FAILED]</strong>\";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: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:12:\"storage_type\";s:12:\"Storage Type\";s:15:\"text_to_replace\";s:15:\"Text to Replace\";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:21:\"unable_to_create_file\";s:22:\"Unable to create file.\";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:28:\"uploaded_avatar_successfully\";s:28:\"Uploaded Avatar Successfully\";s:31:\"uploaded_post_icon_successfully\";s:31:\"Uploaded Post Icon Successfully\";s:28:\"uploaded_smilie_successfully\";s:28:\"Uploaded Smilie Successfully\";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: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:7:\"visible\";s:7:\"Visible\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem\";s:417:\"<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 or 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:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database\";s:417:\"<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 disk space in the supplied path or 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:72:\"we_are_ready_to_attempt_to_move_your_avatars_from_database_to_filesystem\";s:413:\"<p>We are ready to attempt to move your Avatars from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path or 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:72:\"we_are_ready_to_attempt_to_move_your_avatars_from_filesystem_to_database\";s:413:\"<p>We are ready to attempt to move your Avatars from the Filesystem to the Database.</p> <p>It is possible that you might not have enough disk space in the supplied path or 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:24:\"written_filesize_is_zero\";s:56:\"Written Filesize is Zero. You may have ran out of space.\";}','a:290:{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> <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 <style> 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:176:\"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 un-done.\";s:35:\"are_you_sure_want_to_delete_style_x\";s:161:\"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 un-done.\";s:50:\"are_you_sure_want_to_revert_replacement_variable_x\";s:176:\"Are you <b>sure</b> you want to revert the replacement variable called \'%1$s\'?<br /><span class=\"smallfont\">(%2$s: %3$s)</span><br /><br /> %4$s This action can not be un-done.\";s:38:\"are_you_sure_want_to_revert_template_x\";s:164:\"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 un-done.\";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 <input type="button" ... /> 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:16:\"common_templates\";s:16:\"Common Templates\";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: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:31:\"download_style_advanced_options\";s:116:\"If you would like advanced options for this download, click \'Ok\',\\notherwise click \'Cancel\' for a standard download.\";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: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: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: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:22:\"group_php_include_code\";s:16:\"PHP Include Code\";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: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:\"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: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:11:\"legend_desc\";s:122:\"Use this setting to set the style of the <legend> text that appears in the border of <frameset> 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 <select> 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: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:37:\"notes_for_using_regex_in_find_replace\";s:57:\"Notes for Using Regular Expressions with Find and Replace\";s:26:\"old_template_table_dropped\";s:26:\"Old Template Table Dropped\";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:838:\"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!<br /><br />Example usage: Find <b><img (.*)/?></b> and replace with <b><img \\1 /></b> would find all <img> tags and make them XHTML compliant by adding the closing slash. The actual command executed from this would be:<br /><br /><code style=\"font-size:10pt\">preg_replace(\'#<span class=\"col-i\"><img (.*)/?></span>#siU\', \'<span class=\"col-i\"><img \\1 /></span>\', $template);</code>\";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: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:11:\"show_thread\";s:11:\"Show Thread\";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:12:\"smilie_popup\";s:12:\"Smilie Popup\";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:17:\"subscribed_thread\";s:17:\"Subscribed Thread\";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:12:\"table_styles\";s:12:\"Table Styles\";s:8:\"template\";s:8:\"Template\";s:37:\"template_condition_contains_functions\";s:69:\"The following template conditional expression contains function calls\";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: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: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 <td> 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:16:\"textarea_columns\";s:16:\"Textarea Columns\";s:23:\"third_alternating_color\";s:23:\"Third Alternating Color\";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:21:\"thread_administration\";s:21:\"Thread Administration\";s:9:\"threadbit\";s:9:\"Threadbit\";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:25:\"updated_default_templates\";s:25:\"Updated Default Templates\";s:30:\"updated_default_templates_desc\";s:236:\"The templates shown on this page have been updated in the default template set since you customized them.<br /> <br /> It may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin %1$s\";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:9:\"user_note\";s:9:\"User Note\";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: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\";s:17:\"x_y_matches_found\";s:23:\"%1$s %2$s Matches Found\";}','a:36:{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:9:\"directory\";s:9:\"Directory\";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:135:{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: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: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:18:\"admin_help_manager\";s:18:\"Admin Help Manager\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:31:\"attachments_awaiting_moderation\";s:21:\"Moderated Attachments\";s:14:\"avatar_manager\";s:14:\"Avatar Manager\";s:19:\"avatar_storage_type\";s:19:\"Avatar Storage Type\";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:22:\"collapse_setting_group\";s:22:\"Collapse Setting Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";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:30:\"custom_signature_picture_usage\";s:35:\"Custom Signature Picture Disk Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";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:26:\"events_awaiting_moderation\";s:16:\"Moderated Events\";s:20:\"expand_setting_group\";s:20:\"Expand Setting Group\";s:5:\"extra\";s:5:\"Extra\";s:11:\"faq_manager\";s:11:\"FAQ Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";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: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:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:11:\"log_manager\";s:11:\"Log Manager\";s:12:\"members_area\";s:13:\"Members\' Area\";s:11:\"merge_users\";s:11:\"Merge Users\";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:16:\"moderate_threads\";s:16:\"Moderate Threads\";s:5:\"mysql\";s:5:\"MySQL\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";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: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: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:17:\"post_icon_manager\";s:17:\"Post Icon Manager\";s:25:\"posts_awaiting_moderation\";s:15:\"Moderated Posts\";s:26:\"private_message_statistics\";s:26:\"Private Message Statistics\";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: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:\"safe_mode\";s:9:\"Safe Mode\";s:22:\"scheduled_task_manager\";s:22:\"Scheduled Task Manager\";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: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: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:13:\"style_manager\";s:13:\"Style Manager\";s:20:\"subscription_manager\";s:20:\"Subscription Manager\";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:27:\"threads_awaiting_moderation\";s:17:\"Moderated Threads\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";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: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:25:\"users_awaiting_moderation\";s:15:\"Moderated Users\";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 & Contributors\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";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: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:212:{s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:20:\"add_x_to_ignore_list\";s:28:\"Add %1$s to Your Ignore List\";s:23:\"add_x_to_your_buddylist\";s:27:\"Add %1$s to your Buddy 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:30:\"are_you_sure_you_want_to_add_x\";s:22:\"Add %1$s to your list?\";s:33:\"are_you_sure_you_want_to_remove_x\";s:27:\"Remove %1$s from your list?\";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:10:\"Birth Date\";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: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: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:12:\"contact_info\";s:12:\"Contact Info\";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: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 & 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:26:\"delete_current_profile_pic\";s:31:\"Delete current profile picture?\";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:13:\"edit_password\";s:13:\"Edit Password\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:16:\"enter_avatar_url\";s:16:\"Enter Avatar URL\";s:25:\"enter_birth_date_controls\";s:199:\"If you enter your birth date using the controls provided here, other forum visitors will be able to see your birthday on the forum calendar and in your profile. Adding your year of birth is optional.\";s:26:\"enter_password_to_continue\";s:39:\"Enter your present password to continue\";s:25:\"enter_profile_picture_url\";s:25:\"Enter Profile Picture URL\";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: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:14:\"find_last_post\";s:14:\"Find last post\";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: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: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: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:10:\"last_visit\";s:10:\"Last Visit\";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 & 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:23:\"may_upload_custom_image\";s:188:\"You may upload a new custom image using the controls below. Either enter the URL to the image you wish to use, or use the upload control to upload an image directly from your own computer.\";s:32:\"may_upload_custom_image_controls\";s:188:\"You may upload a new custom image using the controls below. Either enter the URL to the image you wish to use, or use the upload control to upload an image directly from your own computer.\";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 & Notification\";s:21:\"miscellaneous_options\";s:21:\"Miscellaneous Options\";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: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: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: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: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:17:\"private_messaging\";s:17:\"Private Messaging\";s:7:\"profile\";s:7:\"Profile\";s:15:\"profile_picture\";s:15:\"Profile Picture\";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: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:187:\"To remove a user from either the Buddy or Ignore Lists, delete their name from the appropriate box. To add a user to either list, enter their name in one of the empty boxes for that 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: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: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: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:161:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the 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:17:\"update_buddy_list\";s:17:\"Update Buddy list\";s:20:\"update_display_group\";s:20:\"Update Display Group\";s:18:\"update_ignore_list\";s:18:\"Update Ignore list\";s:27:\"upload_avatar_from_computer\";s:35:\"Upload an Avatar From Your Computer\";s:36:\"upload_profile_picture_from_computer\";s:43:\"Upload a Profile Picture From Your Computer\";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:37:\"x_is_a_member_of_the_following_groups\";s:40:\"%1$s is a member of the following groups\";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:17:\"%1$s points 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:14:\"%1$s\'s picture\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";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:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:20:\"your_profile_picture\";s:20:\"Your Profile Picture\";s:14:\"your_signature\";s:14:\"Your Signature\";}','a:28:{s:18:\"action_leave_blank\";s:101:\"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:164:\"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 un-done.\";s:35:\"are_you_sure_want_to_delete_topic_x\";s:161:\"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 un-done.\";s:28:\"download_admin_help_xml_file\";s:28:\"Download Admin Help XML File\";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:16:\"quote_tag_allows\";s:61:\"The [quote] tag allows you to attribute text to someone else.\";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:51:{s:16:\"add_column_names\";s:16:\"Add Column Names\";s:13:\"affected_rows\";s:19:\"Affected Rows: %1$s\";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: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: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: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: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: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:43:\"this_will_only_optimize_the_selected_tables\";s:97:\"This will only optimize the selected tables. Repairing the tables requires MySQL 3.23 or greater.\";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:29:{s:6:\"active\";s:6:\"Active\";s:20:\"add_new_subscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:168:\"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 un-done.\";s:28:\"authorize_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: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:13:\"cost_in_euros\";s:26:\"Cost <dfn>(In Euros)</dfn>\";s:23:\"cost_in_pounds_sterling\";s:36:\"Cost <dfn>(In Pounds Sterling)</dfn>\";s:18:\"cost_in_us_dollars\";s:32:\"Cost<dfn>(In U.S. Dollars)</dfn>\";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:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:11:\"expiry_date\";s:11:\"Expiry Date\";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: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: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:21:\"select_payment_method\";s:21:\"Select Payment Method\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %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: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:32:\"validity_periods_marked_indicate\";s:156:\"Validity periods marked <strong class=\"highlight\">*</strong> indicate that purchasing this subscription will extend your existing subscription of that type.\";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.\";}','a:76:{s:16:\"add_new_language\";s:16:\"Add New Language\";s:14:\"add_new_phrase\";s:14:\"Add New Phrase\";s:38:\"are_you_sure_want_to_delete_language_x\";s:164:\"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 un-done.\";s:36:\"are_you_sure_want_to_delete_phrase_x\";s:162:\"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 un-done.\";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:161:\"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:195:\"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:12:\"default_text\";s:12:\"Default Text\";s:21:\"default_text_is_empty\";s:100:\"Uh oh, muppet alert!\\n\\nCopying 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:12:\"edit_phrases\";s:12:\"Edit Phrases\";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:19:\"find_orphan_phrases\";s:19:\"Find Orphan 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 <#> 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: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:229:\"Language Code <dfn>This is the abbreviation your language uses, such as "en" or "en-US". See <a href=\"http://lcweb.loc.gov/standards/iso639-2/englangn.html\" 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:17:\"search_in_phrases\";s:17:\"Search in Phrases\";s:14:\"search_phrases\";s:14:\"Search Phrases\";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: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:15:{s:15:\"add_new_bb_code\";s:15:\"Add New BB Code\";s:37:\"are_you_sure_want_to_delete_bb_code_x\";s:163:\"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 un-done.\";s:7:\"bb_code\";s:7:\"BB Code\";s:20:\"bb_code_explanations\";s:1366:\"<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 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 <b>{param}</b> for tags, <a href=\"{option}\">{param}</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.yourdomain.com]Your domain[/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: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:15:{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:24:\"user_activity_statistics\";s:24:\"User Activity Statistics\";s:6:\"weekly\";s:6:\"Weekly\";}','a:39:{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: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:4:\"fail\";s:4:\"Fail\";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: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: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:40:\"no_suspect_files_found_in_this_directory\";s:40:\"No suspect files found in this directory\";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:22:\"pertinent_php_settings\";s:22:\"Pertinent PHP 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:20:\"server_communication\";s:33:\"Server communication to processor\";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:7:\"streams\";s:7:\"Streams\";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:66:{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:22:\"check_styles_no_parent\";s:31:\"Check For Styles With No Parent\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";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:24:\"error_attachment_missing\";s:25:\"Error: Attachment Missing\";s:29:\"error_thumbnail_nocreateimage\";s:52:\"Error: Invalid image file or GD version is set wrong\";s:30:\"error_thumbnail_nogetimagesize\";s:28:\"Error: getimagesize() failed\";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: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: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:131:\"This function rebuilds the attachment thumbnails. It is needed when you enable thumbnails or have changed the thumbnail dimensions.\";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:11:\"last_thread\";s:11:\"Last Thread\";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:19:\"post_id_to_start_at\";s:19:\"Post ID to start at\";s:13:\"posts_queried\";s:13:\"Posts Queried\";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:213:\"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 restoring 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:21:\"removing_orphan_posts\";s:21:\"Removing Orphan Posts\";s:23:\"removing_orphan_threads\";s:23:\"Removing Orphan Threads\";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:26:\"total_number_posts_process\";s:62:\"Total number of posts to process: <dfn>(0 for unlimited)</dfn>\";s:13:\"update_forums\";s:13:\"Update Forums\";s:18:\"update_post_counts\";s:18:\"Update Post Counts\";s:18:\"update_user_titles\";s:18:\"Update User Titles\";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\";}','a:54:{s:14:\"add_new_option\";s:14:\"Add New Option\";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:10:\"box_height\";s:90:\"Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>\";s:14:\"boxes_per_line\";s:128:\"Boxes Per Line<dfn>Input <b>0</b> to display all of the boxes on the same line unless they wrap due to the user\'s browser.</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: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:12:\"display_size\";s:12:\"Display Size\";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:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:6:\"height\";s:6:\"Height\";s:6:\"hidden\";s:6:\"Hidden\";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:12:\"maximum_size\";s:8:\"Max Size\";s:9:\"maximum_x\";s:8:\"Max %1$s\";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: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:8:\"per_line\";s:8:\"Per Line\";s:9:\"postition\";s:8:\"Position\";s:7:\"privacy\";s:7:\"Privacy\";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:64:\"Set Default <dfn>Will set the first 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: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:380:\"Which page displays this option?<dfn> Most likely you want to leave this on \"Profile\" but if you wish to create your own user options that can be manipulated via template conditionals then select \"Options\". This field will then appear on the \"Options\" page of the User CP. Also, this field will not appear on the memberlist and will not appear when viewing a user\'s profile.</dfn>\";s:5:\"width\";s:5:\"Width\";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:59:{s:35:\"about_to_delete_posts_in_x_by_users\";s:95:\"You are about to delete all posts and threads in %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 "%1$s\'s" 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 "%1$s\'s" 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:20:\"thread_is_a_redirect\";s:20:\"Thread is a redirect\";s:17:\"thread_is_deleted\";s:51:\"Thread is Deleted<dfn>(Has a deletion notice)</dfn>\";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 & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & 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:17:{s:10:\"ban_period\";s:10:\"Ban Period\";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: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: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:32:\"You have %1$s Reputation points.\";s:26:\"your_comments_on_this_post\";s:26:\"Your comments on this post\";}','a:108:{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:7:\"gallery\";s:7:\"Gallery\";s:17:\"giving_reputation\";s:17:\"Giving Reputation\";s:6:\"guests\";s:6:\"Guests\";s:13:\"location_temp\";s:8:\"Location\";s:10:\"logging_in\";s:10:\"Logging In\";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: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: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: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:15:\"sticking_thread\";s:15:\"Sticking 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: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: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_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_ip_address\";s:18:\"Viewing IP Address\";s:19:\"viewing_member_list\";s:19:\"Viewing Member List\";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:8:\"x_spider\";s:11:\"%1$s Spider\";}','a:74:{s:8:\"category\";s:8:\"Category\";s:11:\"child_posts\";s:11:\"Child Posts\";s:6:\"closed\";s:6:\"Closed\";s:32:\"copy_thread_to_destination_forum\";s:32:\"Copy thread to destination forum\";s:14:\"delete_message\";s:14:\"Delete Message\";s:14:\"delete_options\";s:14:\"Delete Options\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:13:\"delete_thread\";s:13:\"Delete Thread\";s:16:\"deletion_options\";s:16:\"Deletion Options\";s:15:\"deletion_status\";s:15:\"Deletion Status\";s:8:\"deselect\";s:8:\"Deselect\";s:11:\"edit_thread\";s:11:\"Edit Thread\";s:40:\"how_would_you_like_to_delete_this_thread\";s:41:\"How would you like to delete this thread?\";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:16:\"leave_it_deleted\";s:16:\"Leave it deleted\";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:13:\"moderator_log\";s:13:\"Moderator Log\";s:15:\"moderator_notes\";s:15:\"Moderator Notes\";s:48:\"move_thread_and_leave_redirect_in_previous_forum\";s:48:\"Move thread and leave redirect in previous forum\";s:32:\"move_thread_to_destination_forum\";s:32:\"Move thread to destination forum\";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:6:\"opened\";s:6:\"Opened\";s:13:\"opened_thread\";s:13:\"Opened Thread\";s:20:\"physically_remove_it\";s:20:\"Physically remove it\";s:25:\"physically_remove_message\";s:25:\"Physically Remove Message\";s:15:\"post_is_visible\";s:76:\"Post is visible: Un-check this box to send this post to the moderation queue\";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:29:\"Post \'%1$s\' by %2$s Undeleted\";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:6:\"select\";s:6:\"Select\";s:33:\"soft_delete_leave_deleted_message\";s:52:\"\'Soft\' delete it - Leave "Deleted" 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:28:\"thread_closed_by_x_on_y_at_z\";s:38:\"Thread Closed by %1$s on %2$s at %3$s.\";s:33:\"thread_copied_to_a_by_b_on_c_at_d\";s:48:\"Thread copied to \'%1$s\' by %2$s on %3$s at %4$s.\";s:18:\"thread_copied_to_x\";s:24:\"Thread copied to \'%1$s\'.\";s:28:\"thread_edited_by_x_on_y_at_z\";s:38:\"Thread edited by %1$s on %2$s at %3$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:39:\"thread_had_posts_deleted_by_x_on_y_at_z\";s:49:\"Thread had posts deleted by %1$s on %2$s at %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:20:\"thread_merged_with_x\";s:26:\"Thread merged with \'%1$s\'.\";s:32:\"thread_moved_to_a_by_b_on_c_at_d\";s:47:\"Thread moved to \'%1$s\' by %2$s on %3$s at %4$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:46:\"thread_moved_with_redirect_to_a_by_b_on_c_at_d\";s:61:\"Thread moved with redirect to \'%1$s\' by %2$s on %3$s at %4$s.\";s:28:\"thread_opened_by_x_on_y_at_z\";s:38:\"Thread Opened by %1$s on %2$s at %3$s.\";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:41:\"thread_split_to_threadid_a_by_b_on_x_at_d\";s:54:\"Thread split to 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:27:\"thread_stuck_by_x_on_y_at_z\";s:37:\"Thread Stuck by %1$s on %2$s at %3$s.\";s:14:\"thread_summary\";s:14:\"Thread Summary\";s:16:\"thread_undeleted\";s:16:\"Thread Undeleted\";s:29:\"thread_unstuck_by_x_on_y_at_z\";s:39:\"Thread Unstuck by %1$s on %2$s at %3$s.\";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.\";}','a:62:{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: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:12:\"dump_message\";s:7:\"message\";s:20:\"dump_privatemessages\";s:15:\"privatemessages\";s:7:\"dump_to\";s:2:\"To\";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:26:\"may_send_x_messages_a_time\";s:50:\"You may send up to <b>%1$s</b> messages 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: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:40:\"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:185:{s:10:\"accept_all\";s:10:\"Accept All\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:18:\"add_new_user_title\";s:18:\"Add New User Title\";s:16:\"additional_users\";s:16:\"Additional Users\";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:194:\"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 un-done.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:189:\"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 un-done.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:169:\"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 un-done.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:160:\"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 un-done.\";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: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: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:23:\"deleting_custom_avatars\";s:23:\"Deleting Custom Avatars\";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: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: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: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_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: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: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: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:122:\"It is recommended that you <a href=\"misc.php?%1$s\">update user titles</a> after adding, editing, and deleting user titles.\";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:22:\"last_activity_is_after\";s:21:\"Last Activiy 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: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: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:22:\"posts_are_greater_than\";s:22:\"Posts are greater than\";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: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:26:\"Reputation is greater than\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";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:20:\"times_to_repeat_rank\";s:31:\"Number of times to repeat rank:\";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: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:201:\"User <i>ranks</i> are images that appear beneath your user\'s names on their posts.<br /><br /><i>Ranks</i> assigned to All Usergroups appear for everyone unless that group has ranks explicitly defined.\";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: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: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:125:\"You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) 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:15:{s:22:\"add_new_scheduled_task\";s:22:\"Add New Scheduled Task\";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: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:11:\"friday_abbr\";s:3:\"Fri\";s:11:\"monday_abbr\";s:3:\"Mon\";s:9:\"next_time\";s:9:\"Next Time\";s:7:\"run_now\";s:7:\"Run 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:11:\"sunday_abbr\";s:3:\"Sun\";s:13:\"thursday_abbr\";s:3:\"Thu\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:14:\"wednesday_abbr\";s:3:\"Wed\";}','a:14:{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:165:\"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 un-done.\";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\";}','a:42:{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:5:\"basic\";s:5:\"Basic\";s:23:\"collapse_setting_groups\";s:23:\"Collapse Setting Groups\";s:11:\"collapsible\";s:11:\"Collapsible\";s:14:\"coppa_disabled\";s:33:\"Disable COPPA registration system\";s:13:\"coppa_enabled\";s:32:\"Enable COPPA registration system\";s:3:\"css\";s:3:\"CSS\";s:13:\"custom_fields\";s:13:\"Custom Fields\";s:26:\"deny_under_13_registration\";s:47:\"Deny registration for users aged under 13 years\";s:16:\"disable_controls\";s:16:\"Disable Controls\";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: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:13:\"edit_settings\";s:13:\"Edit Settings\";s:36:\"enable_standard_and_wysiwyg_controls\";s:35:\"Enable Standard & WYSIWYG Controls \";s:24:\"enable_standard_controls\";s:24:\"Enable Standard Controls\";s:21:\"expand_setting_groups\";s:21:\"Expand Setting Groups\";s:8:\"expanded\";s:8:\"Expanded\";s:13:\"group_by_date\";s:13:\"Group by Date\";s:14:\"group_by_event\";s:14:\"Group by Event\";s:24:\"import_settings_xml_file\";s:24:\"Import Settings XML File\";s:18:\"importing_settings\";s:18:\"Importing Settings\";s:17:\"likely_gd_version\";s:17:\"Likely GD Version\";s:5:\"links\";s:5:\"Links\";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:16:\"require_birthday\";s:16:\"Require Birthday\";s:13:\"save_settings\";s:13:\"Save Settings\";s:7:\"setting\";s:7:\"Setting\";s:17:\"show_all_settings\";s:17:\"Show All Settings\";s:6:\"single\";s:6:\"Single\";s:16:\"yes_alphabetical\";s:17:\"Yes, Alphabetical\";s:10:\"yes_random\";s:11:\"Yes, Random\";s:11:\"yes_sharpen\";s:12:\"Yes, Sharpen\";}','a:7:{s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";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:5:\"image\";s:5:\"Image\";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: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:184:\"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 un-done.\";s:46:\"are_you_sure_want_to_delete_usergroup_leader_x\";s:172:\"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 un-done.\";s:39:\"are_you_sure_want_to_delete_usergroup_x\";s:165:\"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 un-done.\";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:4:{s:12:\"event_x_to_y\";s:12:\"%1$s to %2$s\";s:23:\"holiday_event_christmas\";s:5:\"X-Mas\";s:23:\"holiday_title_christmas\";s:14:\"Christmas Test\";s:8:\"holidays\";s:8:\"Holidays\";}','a:122:{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:29:\"after_you_submit_your_message\";s:29:\"after you submit your message\";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:18:\"attachment_removed\";s:18:\"Attachment Removed\";s:19:\"attachment_uploaded\";s:19:\"Attachment Uploaded\";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:26:\"can_add_a_score_for_thread\";s:49:\"If you like, you can add a score for this thread.\";s:15:\"choose_a_rating\";s:15:\"Choose a rating\";s:11:\"choose_file\";s:11:\"Choose File\";s:14:\"close_all_tags\";s:14:\"Close All Tags\";s:17:\"close_current_tag\";s:17:\"Close Current Tag\";s:17:\"close_this_thread\";s:17:\"Close this thread\";s:5:\"color\";s:5:\"Color\";s:21:\"color_standard_editor\";s:7:\"[Color]\";s:4:\"copy\";s:4:\"Copy\";s:11:\"create_list\";s:11:\"Create List\";s:3:\"cut\";s:3:\"Cut\";s:15:\"decrease_indent\";s:15:\"Decrease Indent\";s:13:\"decrease_size\";s:13:\"Decrease Size\";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: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:13:\"enhanced_mode\";s:13:\"Enhanced Mode\";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:79:\"Enter a list item.\\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:20:\"font_standard_editor\";s:6:\"[Font]\";s:4:\"good\";s:4:\"Good\";s:11:\"guided_mode\";s:11:\"Guided Mode\";s:29:\"have_uploaded_maximum_x_files\";s:43:\"You have uploaded the maximum of %1$s files\";s:15:\"increase_indent\";s:15:\"Increase Indent\";s:13:\"increase_size\";s:13:\"Increase Size\";s:6:\"indent\";s:6:\"Indent\";s:17:\"insert_email_link\";s:17:\"Insert Email Link\";s:16:\"insert_hyperlink\";s:16:\"Insert Hyperlink\";s:12:\"insert_image\";s:12:\"Insert Image\";s:11:\"insert_link\";s:11:\"Insert Link\";s:13:\"insert_smilie\";s:13:\"Insert Smilie\";s:6:\"italic\";s:6:\"Italic\";s:16:\"keep_attachments\";s:16:\"Keep Attachments\";s:7:\"maximum\";s:7:\"Maximum\";s:17:\"maximum_file_size\";s:17:\"Maximum file size\";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:11:\"more_colors\";s:14:\"More Colors...\";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:9:\"open_menu\";s:9:\"Open Menu\";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:11:\"post_a_poll\";s:11:\"Post a Poll\";s:15:\"post_new_thread\";s:15:\"Post New Thread\";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:19:\"Re-open this thread\";s:15:\"reply_to_thread\";s:15:\"Reply to Thread\";s:14:\"reply_to_topic\";s:14:\"Reply to Topic\";s:23:\"select_a_file_to_attach\";s:60:\"Please select a file to attach using the \"Browse...\" button.\";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:20:\"size_standard_editor\";s:6:\"[Size]\";s:17:\"stick_this_thread\";s:17:\"Stick this thread\";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:\"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:20:\"Un-stick this thread\";s:14:\"uploading_file\";s:31:\"Uploading File(s) - Please Wait\";s:18:\"use_x_to_find_file\";s:102:\"Use the \'%1$s\' button to find the file you want to attach, then click \'Upload\' to add it to this post.\";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:1:\"x\";s:3:\" x \";s:22:\"yes_post_a_poll_thread\";s:33:\"Yes, post a poll with this thread\";}','a:19:{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:9:\"open_menu\";s:9:\"Open Menu\";s:8:\"option_x\";s:11:\"Option %1$s\";s:11:\"poll_edited\";s:11:\"Poll Edited\";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:85:{s:14:\"advanced_lists\";s:14:\"Advanced Lists\";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:138:\"The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to maked images become links.\";s:23:\"incorrect_vb_code_usage\";s:451:\"<b>Incorrect vB Code Usage:</b>\r\n <ul>\r\n <li><span class=\"highlight\">[url]</span> www.yourdomain.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> yourname@yourdomain.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:10:\"not_linked\";s:10:\"Not linked\";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 & Text\";s:12:\"search_words\";s:14:\"Search Word(s)\";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: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: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\";s:18:\"your_forums_post_2\";s:20:\"Your Forums - Post 2\";s:20:\"your_forums_thread_1\";s:22:\"Your Forums - Thread 1\";}','a:42:{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:22:\"enter_text_image_right\";s:189:\"Please enter the text that you see in the image into the box on the right. You are asked to do this in order to verify that this registration is not being performed by an automated process.\";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:1034:\"<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-orientated, 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:18:\"image_verification\";s:18:\"Image Verification\";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:23:\"preferences_and_options\";s:25:\"Preferences & Options\";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: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:49:{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: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: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:15:\"is_greater_than\";s:15:\"is Greater than\";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: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:21:\"search_took_x_seconds\";s:42:\"Search took <strong>%1$s</strong> seconds.\";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: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:12:\"x_months_ago\";s:15:\"%1$s Months Ago\";s:15:\"your_last_visit\";s:15:\"Your Last Visit\";}','a:56:{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:11:\"Admin 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: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:13:\"display_modes\";s:13:\"Display Modes\";s:15:\"email_this_page\";s:15:\"Email this Page\";s:9:\"excellent\";s:9:\"Excellent\";s:11:\"go_advanced\";s:11:\"Go Advanced\";s:4:\"good\";s:4:\"Good\";s:11:\"hybrid_mode\";s:11:\"Hybrid Mode\";s:11:\"linear_mode\";s:11:\"Linear Mode\";s:13:\"merge_threads\";s:13:\"Merge Threads\";s:18:\"more_replies_below\";s:35:\"More replies below current depth...\";s:16:\"move_copy_thread\";s:18:\"Move / Copy 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: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:8:\"reppower\";s:9:\"Rep Power\";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:44:\"Show %1$s posts 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:18:\"thread_admin_tools\";s:18:\"Thread Admin Tools\";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_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:71:\"Click image for larger version\r\n\r\nName: %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:20:\"message_deleted_by_x\";s:73:\"This message has been deleted by <a href=\"%1$s\" target=\"_blank\">%2$s</a>.\";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:6:\"post_x\";s:9:\"Post %1$s\";s:27:\"quick_reply_to_this_message\";s:27:\"Quick reply to this message\";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:15:\"Report Bad Post\";s:8:\"reppower\";s:9:\"Rep Power\";s:21:\"see_the_profile_for_x\";s:24:\"See the Profile for %1$s\";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:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";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:48:{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: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: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: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:12:\"show_threads\";s:12:\"Show Threads\";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: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:18:\"x_members_y_guests\";s:30:\"%1$s members & %2$s guests\";s:30:\"you_have_posted_in_this_thread\";s:30:\"You have posted in this thread\";}','a:34:{s:26:\"add_x_to_your_contact_list\";s:29:\"Add %1$s 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:29:\"errors_occured_when_submitted\";s:61:\"The following errors occurred when this message was submitted\";s:4:\"from\";s:4:\"From\";s:3:\"icq\";s:3:\"ICQ\";s:3:\"msn\";s:3:\"MSN\";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:15:\"Report Bad 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: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:19:\"Send %1$s a message\";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:222:\"Please note that these functions require that you to 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:27:\"thought_might_be_interested\";s:118:\"I thought you might be interested in reading this web page:\r\n%1$s/showthread.php?t=%2$s&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:24:\"View the profile of %1$s\";s:5:\"yahoo\";s:6:\"Yahoo!\";s:12:\"your_details\";s:12:\"Your Details\";s:9:\"your_name\";s:9:\"Your Name\";}'); /*!40000 ALTER TABLE `language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailqueue` -- DROP TABLE IF EXISTS `mailqueue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailqueue` ( `mailqueueid` int(10) unsigned NOT NULL auto_increment, `dateline` int(10) unsigned NOT NULL default '0', `toemail` mediumtext NOT NULL, `subject` mediumtext NOT NULL, `message` mediumtext NOT NULL, `header` mediumtext NOT NULL, PRIMARY KEY (`mailqueueid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailqueue` -- LOCK TABLES `mailqueue` WRITE; /*!40000 ALTER TABLE `mailqueue` DISABLE KEYS */; /*!40000 ALTER TABLE `mailqueue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderation` -- DROP TABLE IF EXISTS `moderation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderation` ( `threadid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `type` enum('thread','reply') NOT NULL default 'thread', PRIMARY KEY (`postid`,`type`), KEY `type` (`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderation` -- LOCK TABLES `moderation` WRITE; /*!40000 ALTER TABLE `moderation` DISABLE KEYS */; /*!40000 ALTER TABLE `moderation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderator` -- DROP TABLE IF EXISTS `moderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderator` ( `moderatorid` smallint(5) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `forumid` smallint(6) NOT NULL default '0', `permissions` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`moderatorid`), KEY `userid` (`userid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderator` -- LOCK TABLES `moderator` WRITE; /*!40000 ALTER TABLE `moderator` DISABLE KEYS */; /*!40000 ALTER TABLE `moderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moderatorlog` -- DROP TABLE IF EXISTS `moderatorlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `moderatorlog` ( `moderatorlogid` int(10) unsigned NOT NULL auto_increment, `dateline` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `forumid` smallint(5) unsigned NOT NULL default '0', `threadid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `pollid` int(10) unsigned NOT NULL default '0', `action` varchar(250) NOT NULL default '', PRIMARY KEY (`moderatorlogid`), KEY `threadid` (`threadid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `moderatorlog` -- LOCK TABLES `moderatorlog` WRITE; /*!40000 ALTER TABLE `moderatorlog` DISABLE KEYS */; /*!40000 ALTER TABLE `moderatorlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_address` -- DROP TABLE IF EXISTS `oc_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_address` ( `address_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `company` varchar(32) NOT NULL, `company_id` varchar(32) NOT NULL, `tax_id` varchar(32) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL default '0', `zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_address` -- LOCK TABLES `oc_address` WRITE; /*!40000 ALTER TABLE `oc_address` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_affiliate` -- DROP TABLE IF EXISTS `oc_affiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_affiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `company` varchar(32) NOT NULL, `website` varchar(255) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL, `code` varchar(64) NOT NULL, `commission` decimal(4,2) NOT NULL default '0.00', `tax` varchar(64) NOT NULL, `payment` varchar(6) NOT NULL, `cheque` varchar(100) NOT NULL, `paypal` varchar(64) NOT NULL, `bank_name` varchar(64) NOT NULL, `bank_branch_number` varchar(64) NOT NULL, `bank_swift_code` varchar(64) NOT NULL, `bank_account_name` varchar(64) NOT NULL, `bank_account_number` varchar(64) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_affiliate` -- LOCK TABLES `oc_affiliate` WRITE; /*!40000 ALTER TABLE `oc_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_affiliate_transaction` -- DROP TABLE IF EXISTS `oc_affiliate_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_affiliate_transaction` ( `affiliate_transaction_id` int(11) NOT NULL auto_increment, `affiliate_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_affiliate_transaction` -- LOCK TABLES `oc_affiliate_transaction` WRITE; /*!40000 ALTER TABLE `oc_affiliate_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_affiliate_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute` -- DROP TABLE IF EXISTS `oc_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute` -- LOCK TABLES `oc_attribute` WRITE; /*!40000 ALTER TABLE `oc_attribute` DISABLE KEYS */; INSERT INTO `oc_attribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8); /*!40000 ALTER TABLE `oc_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_description` -- DROP TABLE IF EXISTS `oc_attribute_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_description` ( `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_description` -- LOCK TABLES `oc_attribute_description` WRITE; /*!40000 ALTER TABLE `oc_attribute_description` DISABLE KEYS */; INSERT INTO `oc_attribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed'); /*!40000 ALTER TABLE `oc_attribute_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_group` -- DROP TABLE IF EXISTS `oc_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_group` ( `attribute_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_group` -- LOCK TABLES `oc_attribute_group` WRITE; /*!40000 ALTER TABLE `oc_attribute_group` DISABLE KEYS */; INSERT INTO `oc_attribute_group` VALUES (3,2),(4,1),(5,3),(6,4); /*!40000 ALTER TABLE `oc_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_group_description` -- DROP TABLE IF EXISTS `oc_attribute_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_group_description` ( `attribute_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_group_description` -- LOCK TABLES `oc_attribute_group_description` WRITE; /*!40000 ALTER TABLE `oc_attribute_group_description` DISABLE KEYS */; INSERT INTO `oc_attribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor'); /*!40000 ALTER TABLE `oc_attribute_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner` -- DROP TABLE IF EXISTS `oc_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner` ( `banner_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `status` tinyint(1) NOT NULL, PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner` -- LOCK TABLES `oc_banner` WRITE; /*!40000 ALTER TABLE `oc_banner` DISABLE KEYS */; INSERT INTO `oc_banner` VALUES (6,'HP Products',1),(7,'Samsung Tab',1),(8,'Manufacturers',1); /*!40000 ALTER TABLE `oc_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner_image` -- DROP TABLE IF EXISTS `oc_banner_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner_image` ( `banner_image_id` int(11) NOT NULL auto_increment, `banner_id` int(11) NOT NULL, `link` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`banner_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner_image` -- LOCK TABLES `oc_banner_image` WRITE; /*!40000 ALTER TABLE `oc_banner_image` DISABLE KEYS */; INSERT INTO `oc_banner_image` VALUES (54,7,'index.php?route=product/product&path=57&product_id=49','data/demo/samsung_banner.jpg'),(77,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_banner.jpg'),(75,8,'index.php?route=product/manufacturer/info&manufacturer_id=5','data/demo/htc_logo.jpg'),(73,8,'index.php?route=product/manufacturer/info&manufacturer_id=8','data/demo/apple_logo.jpg'),(74,8,'index.php?route=product/manufacturer/info&manufacturer_id=9','data/demo/canon_logo.jpg'),(71,8,'index.php?route=product/manufacturer/info&manufacturer_id=10','data/demo/sony_logo.jpg'),(72,8,'index.php?route=product/manufacturer/info&manufacturer_id=6','data/demo/palm_logo.jpg'),(76,8,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_logo.jpg'); /*!40000 ALTER TABLE `oc_banner_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner_image_description` -- DROP TABLE IF EXISTS `oc_banner_image_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner_image_description` ( `banner_image_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `banner_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, PRIMARY KEY (`banner_image_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner_image_description` -- LOCK TABLES `oc_banner_image_description` WRITE; /*!40000 ALTER TABLE `oc_banner_image_description` DISABLE KEYS */; INSERT INTO `oc_banner_image_description` VALUES (54,1,7,'Samsung Tab 10.1'),(77,1,6,'HP Banner'),(75,1,8,'HTC'),(74,1,8,'Canon'),(73,1,8,'Apple'),(72,1,8,'Palm'),(71,1,8,'Sony'),(76,1,8,'Hewlett-Packard'); /*!40000 ALTER TABLE `oc_banner_image_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteladdress` -- DROP TABLE IF EXISTS `oc_carteladdress`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteladdress` ( `address_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `company` varchar(32) NOT NULL, `company_id` varchar(32) NOT NULL, `tax_id` varchar(32) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL default '0', `zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteladdress` -- LOCK TABLES `oc_carteladdress` WRITE; /*!40000 ALTER TABLE `oc_carteladdress` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_carteladdress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelaffiliate` -- DROP TABLE IF EXISTS `oc_cartelaffiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelaffiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `company` varchar(32) NOT NULL, `website` varchar(255) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL, `code` varchar(64) NOT NULL, `commission` decimal(4,2) NOT NULL default '0.00', `tax` varchar(64) NOT NULL, `payment` varchar(6) NOT NULL, `cheque` varchar(100) NOT NULL, `paypal` varchar(64) NOT NULL, `bank_name` varchar(64) NOT NULL, `bank_branch_number` varchar(64) NOT NULL, `bank_swift_code` varchar(64) NOT NULL, `bank_account_name` varchar(64) NOT NULL, `bank_account_number` varchar(64) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelaffiliate` -- LOCK TABLES `oc_cartelaffiliate` WRITE; /*!40000 ALTER TABLE `oc_cartelaffiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelaffiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelaffiliate_transaction` -- DROP TABLE IF EXISTS `oc_cartelaffiliate_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelaffiliate_transaction` ( `affiliate_transaction_id` int(11) NOT NULL auto_increment, `affiliate_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelaffiliate_transaction` -- LOCK TABLES `oc_cartelaffiliate_transaction` WRITE; /*!40000 ALTER TABLE `oc_cartelaffiliate_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelaffiliate_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelattribute` -- DROP TABLE IF EXISTS `oc_cartelattribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelattribute` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelattribute` -- LOCK TABLES `oc_cartelattribute` WRITE; /*!40000 ALTER TABLE `oc_cartelattribute` DISABLE KEYS */; INSERT INTO `oc_cartelattribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8); /*!40000 ALTER TABLE `oc_cartelattribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelattribute_description` -- DROP TABLE IF EXISTS `oc_cartelattribute_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelattribute_description` ( `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelattribute_description` -- LOCK TABLES `oc_cartelattribute_description` WRITE; /*!40000 ALTER TABLE `oc_cartelattribute_description` DISABLE KEYS */; INSERT INTO `oc_cartelattribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed'); /*!40000 ALTER TABLE `oc_cartelattribute_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelattribute_group` -- DROP TABLE IF EXISTS `oc_cartelattribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelattribute_group` ( `attribute_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelattribute_group` -- LOCK TABLES `oc_cartelattribute_group` WRITE; /*!40000 ALTER TABLE `oc_cartelattribute_group` DISABLE KEYS */; INSERT INTO `oc_cartelattribute_group` VALUES (3,2),(4,1),(5,3),(6,4); /*!40000 ALTER TABLE `oc_cartelattribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelattribute_group_description` -- DROP TABLE IF EXISTS `oc_cartelattribute_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelattribute_group_description` ( `attribute_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelattribute_group_description` -- LOCK TABLES `oc_cartelattribute_group_description` WRITE; /*!40000 ALTER TABLE `oc_cartelattribute_group_description` DISABLE KEYS */; INSERT INTO `oc_cartelattribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor'); /*!40000 ALTER TABLE `oc_cartelattribute_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelbanner` -- DROP TABLE IF EXISTS `oc_cartelbanner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelbanner` ( `banner_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `status` tinyint(1) NOT NULL, PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelbanner` -- LOCK TABLES `oc_cartelbanner` WRITE; /*!40000 ALTER TABLE `oc_cartelbanner` DISABLE KEYS */; INSERT INTO `oc_cartelbanner` VALUES (6,'HP Products',1),(7,'Samsung Tab',1),(8,'Manufacturers',1); /*!40000 ALTER TABLE `oc_cartelbanner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelbanner_image` -- DROP TABLE IF EXISTS `oc_cartelbanner_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelbanner_image` ( `banner_image_id` int(11) NOT NULL auto_increment, `banner_id` int(11) NOT NULL, `link` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`banner_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelbanner_image` -- LOCK TABLES `oc_cartelbanner_image` WRITE; /*!40000 ALTER TABLE `oc_cartelbanner_image` DISABLE KEYS */; INSERT INTO `oc_cartelbanner_image` VALUES (54,7,'index.php?route=product/product&path=57&product_id=49','data/demo/samsung_banner.jpg'),(77,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_banner.jpg'),(75,8,'index.php?route=product/manufacturer/info&manufacturer_id=5','data/demo/htc_logo.jpg'),(73,8,'index.php?route=product/manufacturer/info&manufacturer_id=8','data/demo/apple_logo.jpg'),(74,8,'index.php?route=product/manufacturer/info&manufacturer_id=9','data/demo/canon_logo.jpg'),(71,8,'index.php?route=product/manufacturer/info&manufacturer_id=10','data/demo/sony_logo.jpg'),(72,8,'index.php?route=product/manufacturer/info&manufacturer_id=6','data/demo/palm_logo.jpg'),(76,8,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_logo.jpg'); /*!40000 ALTER TABLE `oc_cartelbanner_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelbanner_image_description` -- DROP TABLE IF EXISTS `oc_cartelbanner_image_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelbanner_image_description` ( `banner_image_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `banner_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, PRIMARY KEY (`banner_image_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelbanner_image_description` -- LOCK TABLES `oc_cartelbanner_image_description` WRITE; /*!40000 ALTER TABLE `oc_cartelbanner_image_description` DISABLE KEYS */; INSERT INTO `oc_cartelbanner_image_description` VALUES (54,1,7,'Samsung Tab 10.1'),(77,1,6,'HP Banner'),(75,1,8,'HTC'),(74,1,8,'Canon'),(73,1,8,'Apple'),(72,1,8,'Palm'),(71,1,8,'Sony'),(76,1,8,'Hewlett-Packard'); /*!40000 ALTER TABLE `oc_cartelbanner_image_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory` -- DROP TABLE IF EXISTS `oc_cartelcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory` ( `category_id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `parent_id` int(11) NOT NULL default '0', `top` tinyint(1) NOT NULL, `column` int(3) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory` -- LOCK TABLES `oc_cartelcategory` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory` DISABLE KEYS */; INSERT INTO `oc_cartelcategory` VALUES (25,'',0,1,1,3,1,'2009-01-31 01:04:25','2011-05-30 12:14:55'),(27,'',20,0,0,2,1,'2009-01-31 01:55:34','2010-08-22 06:32:15'),(20,'data/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(24,'',0,1,1,5,1,'2009-01-20 02:36:26','2011-05-30 12:15:18'),(18,'data/demo/hp_2.jpg',0,1,0,2,1,'2009-01-05 21:49:15','2011-05-30 12:13:55'),(17,'',0,1,1,4,1,'2009-01-03 21:08:57','2011-05-30 12:15:11'),(28,'',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(26,'',20,0,0,1,1,'2009-01-31 01:55:14','2010-08-22 06:31:45'),(29,'',25,0,0,1,1,'2009-02-02 13:11:37','2010-08-22 06:32:39'),(30,'',25,0,0,1,1,'2009-02-02 13:11:59','2010-08-22 06:33:00'),(31,'',25,0,0,1,1,'2009-02-03 14:17:24','2010-08-22 06:33:06'),(32,'',25,0,0,1,1,'2009-02-03 14:17:34','2010-08-22 06:33:12'),(33,'',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'data/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31'),(35,'',28,0,0,0,1,'2010-09-17 10:06:48','2010-09-18 14:02:42'),(36,'',28,0,0,0,1,'2010-09-17 10:07:13','2010-09-18 14:02:55'),(37,'',34,0,0,0,1,'2010-09-18 14:03:39','2011-04-22 01:55:08'),(38,'',34,0,0,0,1,'2010-09-18 14:03:51','2010-09-18 14:03:51'),(39,'',34,0,0,0,1,'2010-09-18 14:04:17','2011-04-22 01:55:20'),(40,'',34,0,0,0,1,'2010-09-18 14:05:36','2010-09-18 14:05:36'),(41,'',34,0,0,0,1,'2010-09-18 14:05:49','2011-04-22 01:55:30'),(42,'',34,0,0,0,1,'2010-09-18 14:06:34','2010-11-07 20:31:04'),(43,'',34,0,0,0,1,'2010-09-18 14:06:49','2011-04-22 01:55:40'),(44,'',34,0,0,0,1,'2010-09-21 15:39:21','2010-11-07 20:30:55'),(45,'',18,0,0,0,1,'2010-09-24 18:29:16','2011-04-26 08:52:11'),(46,'',18,0,0,0,1,'2010-09-24 18:29:31','2011-04-26 08:52:23'),(47,'',34,0,0,0,1,'2010-11-07 11:13:16','2010-11-07 11:13:16'),(48,'',34,0,0,0,1,'2010-11-07 11:13:33','2010-11-07 11:13:33'),(49,'',34,0,0,0,1,'2010-11-07 11:14:04','2010-11-07 11:14:04'),(50,'',34,0,0,0,1,'2010-11-07 11:14:23','2011-04-22 01:16:01'),(51,'',34,0,0,0,1,'2010-11-07 11:14:38','2011-04-22 01:16:13'),(52,'',34,0,0,0,1,'2010-11-07 11:16:09','2011-04-22 01:54:57'),(53,'',34,0,0,0,1,'2010-11-07 11:28:53','2011-04-22 01:14:36'),(54,'',34,0,0,0,1,'2010-11-07 11:29:16','2011-04-22 01:16:50'),(55,'',34,0,0,0,1,'2010-11-08 10:31:32','2010-11-08 10:31:32'),(56,'',34,0,0,0,1,'2010-11-08 10:31:50','2011-04-22 01:16:37'),(57,'',0,1,1,3,1,'2011-04-26 08:53:16','2011-05-30 12:15:05'),(58,'',52,0,0,0,1,'2011-05-08 13:44:16','2011-05-08 13:44:16'); /*!40000 ALTER TABLE `oc_cartelcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory_description` -- DROP TABLE IF EXISTS `oc_cartelcategory_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory_description` ( `category_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, PRIMARY KEY (`category_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory_description` -- LOCK TABLES `oc_cartelcategory_description` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory_description` DISABLE KEYS */; INSERT INTO `oc_cartelcategory_description` VALUES (28,1,'Monitors','','',''),(33,1,'Cameras','','',''),(32,1,'Web Cameras','','',''),(31,1,'Scanners','','',''),(30,1,'Printers','','',''),(29,1,'Mice and Trackballs','','',''),(27,1,'Mac','','',''),(26,1,'PC','','',''),(17,1,'Software','','',''),(25,1,'Components','','',''),(24,1,'Phones & PDAs','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','Example of category description',''),(35,1,'test 1','','',''),(36,1,'test 2','','',''),(37,1,'test 5','','',''),(38,1,'test 4','','',''),(39,1,'test 6','','',''),(40,1,'test 7','','',''),(41,1,'test 8','','',''),(42,1,'test 9','','',''),(43,1,'test 11','','',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(18,1,'Laptops & Notebooks','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(44,1,'test 12','','',''),(45,1,'Windows','','',''),(46,1,'Macs','','',''),(47,1,'test 15','','',''),(48,1,'test 16','','',''),(49,1,'test 17','','',''),(50,1,'test 18','','',''),(51,1,'test 19','','',''),(52,1,'test 20','','',''),(53,1,'test 21','','',''),(54,1,'test 22','','',''),(55,1,'test 23','','',''),(56,1,'test 24','','',''),(57,1,'Tablets','','',''),(58,1,'test 25','','',''); /*!40000 ALTER TABLE `oc_cartelcategory_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory_filter` -- DROP TABLE IF EXISTS `oc_cartelcategory_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory_filter` ( `category_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory_filter` -- LOCK TABLES `oc_cartelcategory_filter` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcategory_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory_path` -- DROP TABLE IF EXISTS `oc_cartelcategory_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory_path` ( `category_id` int(11) NOT NULL, `path_id` int(11) NOT NULL, `level` int(11) NOT NULL, PRIMARY KEY (`category_id`,`path_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory_path` -- LOCK TABLES `oc_cartelcategory_path` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory_path` DISABLE KEYS */; INSERT INTO `oc_cartelcategory_path` VALUES (25,25,0),(28,25,0),(28,28,1),(35,25,0),(35,28,1),(35,35,2),(36,25,0),(36,28,1),(36,36,2),(29,25,0),(29,29,1),(30,25,0),(30,30,1),(31,25,0),(31,31,1),(32,25,0),(32,32,1),(20,20,0),(27,20,0),(27,27,1),(26,20,0),(26,26,1),(24,24,0),(18,18,0),(45,18,0),(45,45,1),(46,18,0),(46,46,1),(17,17,0),(33,33,0),(34,34,0),(37,34,0),(37,37,1),(38,34,0),(38,38,1),(39,34,0),(39,39,1),(40,34,0),(40,40,1),(41,34,0),(41,41,1),(42,34,0),(42,42,1),(43,34,0),(43,43,1),(44,34,0),(44,44,1),(47,34,0),(47,47,1),(48,34,0),(48,48,1),(49,34,0),(49,49,1),(50,34,0),(50,50,1),(51,34,0),(51,51,1),(52,34,0),(52,52,1),(58,34,0),(58,52,1),(58,58,2),(53,34,0),(53,53,1),(54,34,0),(54,54,1),(55,34,0),(55,55,1),(56,34,0),(56,56,1),(57,57,0); /*!40000 ALTER TABLE `oc_cartelcategory_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory_to_layout` -- DROP TABLE IF EXISTS `oc_cartelcategory_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory_to_layout` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory_to_layout` -- LOCK TABLES `oc_cartelcategory_to_layout` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcategory_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcategory_to_store` -- DROP TABLE IF EXISTS `oc_cartelcategory_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcategory_to_store` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcategory_to_store` -- LOCK TABLES `oc_cartelcategory_to_store` WRITE; /*!40000 ALTER TABLE `oc_cartelcategory_to_store` DISABLE KEYS */; INSERT INTO `oc_cartelcategory_to_store` VALUES (17,0),(18,0),(20,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(37,0),(38,0),(39,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0),(50,0),(51,0),(52,0),(53,0),(54,0),(55,0),(56,0),(57,0),(58,0); /*!40000 ALTER TABLE `oc_cartelcategory_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcountry` -- DROP TABLE IF EXISTS `oc_cartelcountry`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcountry` ( `country_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `iso_code_2` varchar(2) NOT NULL, `iso_code_3` varchar(3) NOT NULL, `address_format` text NOT NULL, `postcode_required` tinyint(1) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcountry` -- LOCK TABLES `oc_cartelcountry` WRITE; /*!40000 ALTER TABLE `oc_cartelcountry` DISABLE KEYS */; INSERT INTO `oc_cartelcountry` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(240,'Jersey','JE','JEY','',1,1),(241,'Guernsey','GG','GGY','',1,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1); /*!40000 ALTER TABLE `oc_cartelcountry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcoupon` -- DROP TABLE IF EXISTS `oc_cartelcoupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcoupon` ( `coupon_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `code` varchar(10) NOT NULL, `type` char(1) NOT NULL, `discount` decimal(15,4) NOT NULL, `logged` tinyint(1) NOT NULL, `shipping` tinyint(1) NOT NULL, `total` decimal(15,4) NOT NULL, `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', `uses_total` int(11) NOT NULL, `uses_customer` varchar(11) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcoupon` -- LOCK TABLES `oc_cartelcoupon` WRITE; /*!40000 ALTER TABLE `oc_cartelcoupon` DISABLE KEYS */; INSERT INTO `oc_cartelcoupon` VALUES (4,'-10% Discount','2222','P','10.0000',0,0,'0.0000','2011-01-01','2012-01-01',10,'10',1,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P','0.0000',0,1,'100.0000','2009-03-01','2009-08-31',10,'10',1,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F','10.0000',0,0,'10.0000','1970-11-01','2020-11-01',100000,'10000',1,'2009-03-14 21:15:18'); /*!40000 ALTER TABLE `oc_cartelcoupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcoupon_category` -- DROP TABLE IF EXISTS `oc_cartelcoupon_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcoupon_category` ( `coupon_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`coupon_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcoupon_category` -- LOCK TABLES `oc_cartelcoupon_category` WRITE; /*!40000 ALTER TABLE `oc_cartelcoupon_category` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcoupon_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcoupon_history` -- DROP TABLE IF EXISTS `oc_cartelcoupon_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcoupon_history` ( `coupon_history_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`coupon_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcoupon_history` -- LOCK TABLES `oc_cartelcoupon_history` WRITE; /*!40000 ALTER TABLE `oc_cartelcoupon_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcoupon_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcoupon_product` -- DROP TABLE IF EXISTS `oc_cartelcoupon_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcoupon_product` ( `coupon_product_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, PRIMARY KEY (`coupon_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcoupon_product` -- LOCK TABLES `oc_cartelcoupon_product` WRITE; /*!40000 ALTER TABLE `oc_cartelcoupon_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcoupon_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcurrency` -- DROP TABLE IF EXISTS `oc_cartelcurrency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcurrency` ( `currency_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` varchar(3) NOT NULL, `symbol_left` varchar(12) NOT NULL, `symbol_right` varchar(12) NOT NULL, `decimal_place` char(1) NOT NULL, `value` float(15,8) NOT NULL, `status` tinyint(1) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`currency_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcurrency` -- LOCK TABLES `oc_cartelcurrency` WRITE; /*!40000 ALTER TABLE `oc_cartelcurrency` DISABLE KEYS */; INSERT INTO `oc_cartelcurrency` VALUES (1,'Pound Sterling','GBP','£','','2',0.61979997,1,'2011-07-16 10:30:52'),(2,'US Dollar','USD','$','','2',1.00000000,1,'2011-07-16 16:55:46'),(3,'Euro','EUR','','€','2',0.70660001,1,'2011-07-16 10:30:52'); /*!40000 ALTER TABLE `oc_cartelcurrency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustom_field` -- DROP TABLE IF EXISTS `oc_cartelcustom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustom_field` ( `custom_field_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `value` text NOT NULL, `required` tinyint(1) NOT NULL, `location` varchar(32) NOT NULL, `position` int(3) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustom_field` -- LOCK TABLES `oc_cartelcustom_field` WRITE; /*!40000 ALTER TABLE `oc_cartelcustom_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustom_field_description` -- DROP TABLE IF EXISTS `oc_cartelcustom_field_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustom_field_description` ( `custom_field_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustom_field_description` -- LOCK TABLES `oc_cartelcustom_field_description` WRITE; /*!40000 ALTER TABLE `oc_cartelcustom_field_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustom_field_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustom_field_to_customer_group` -- DROP TABLE IF EXISTS `oc_cartelcustom_field_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustom_field_to_customer_group` ( `custom_field_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`custom_field_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustom_field_to_customer_group` -- LOCK TABLES `oc_cartelcustom_field_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_cartelcustom_field_to_customer_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustom_field_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustom_field_value` -- DROP TABLE IF EXISTS `oc_cartelcustom_field_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustom_field_value` ( `custom_field_value_id` int(11) NOT NULL auto_increment, `custom_field_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustom_field_value` -- LOCK TABLES `oc_cartelcustom_field_value` WRITE; /*!40000 ALTER TABLE `oc_cartelcustom_field_value` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustom_field_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustom_field_value_description` -- DROP TABLE IF EXISTS `oc_cartelcustom_field_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustom_field_value_description` ( `custom_field_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustom_field_value_description` -- LOCK TABLES `oc_cartelcustom_field_value_description` WRITE; /*!40000 ALTER TABLE `oc_cartelcustom_field_value_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustom_field_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer` -- DROP TABLE IF EXISTS `oc_cartelcustomer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer` ( `customer_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `cart` text, `wishlist` text, `newsletter` tinyint(1) NOT NULL default '0', `address_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL default '0', `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `token` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer` -- LOCK TABLES `oc_cartelcustomer` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_ban_ip` -- DROP TABLE IF EXISTS `oc_cartelcustomer_ban_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_ban_ip` ( `customer_ban_ip_id` int(11) NOT NULL auto_increment, `ip` varchar(40) NOT NULL, PRIMARY KEY (`customer_ban_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_ban_ip` -- LOCK TABLES `oc_cartelcustomer_ban_ip` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_ban_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_ban_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_field` -- DROP TABLE IF EXISTS `oc_cartelcustomer_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_field` ( `customer_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_field` -- LOCK TABLES `oc_cartelcustomer_field` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_group` -- DROP TABLE IF EXISTS `oc_cartelcustomer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_group` ( `customer_group_id` int(11) NOT NULL auto_increment, `approval` int(1) NOT NULL, `company_id_display` int(1) NOT NULL, `company_id_required` int(1) NOT NULL, `tax_id_display` int(1) NOT NULL, `tax_id_required` int(1) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_group` -- LOCK TABLES `oc_cartelcustomer_group` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_group` DISABLE KEYS */; INSERT INTO `oc_cartelcustomer_group` VALUES (1,0,1,0,0,1,1); /*!40000 ALTER TABLE `oc_cartelcustomer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_group_description` -- DROP TABLE IF EXISTS `oc_cartelcustomer_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_group_description` ( `customer_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`customer_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_group_description` -- LOCK TABLES `oc_cartelcustomer_group_description` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_group_description` DISABLE KEYS */; INSERT INTO `oc_cartelcustomer_group_description` VALUES (1,1,'Default','test'); /*!40000 ALTER TABLE `oc_cartelcustomer_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_history` -- DROP TABLE IF EXISTS `oc_cartelcustomer_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_history` ( `customer_history_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_history` -- LOCK TABLES `oc_cartelcustomer_history` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_ip` -- DROP TABLE IF EXISTS `oc_cartelcustomer_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_ip` ( `customer_ip_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_ip` -- LOCK TABLES `oc_cartelcustomer_ip` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_online` -- DROP TABLE IF EXISTS `oc_cartelcustomer_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_online` ( `ip` varchar(40) NOT NULL, `customer_id` int(11) NOT NULL, `url` text NOT NULL, `referer` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_online` -- LOCK TABLES `oc_cartelcustomer_online` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_online` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_reward` -- DROP TABLE IF EXISTS `oc_cartelcustomer_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_reward` ( `customer_reward_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `description` text NOT NULL, `points` int(8) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_reward_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_reward` -- LOCK TABLES `oc_cartelcustomer_reward` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_reward` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelcustomer_transaction` -- DROP TABLE IF EXISTS `oc_cartelcustomer_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelcustomer_transaction` ( `customer_transaction_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelcustomer_transaction` -- LOCK TABLES `oc_cartelcustomer_transaction` WRITE; /*!40000 ALTER TABLE `oc_cartelcustomer_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelcustomer_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteldownload` -- DROP TABLE IF EXISTS `oc_carteldownload`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteldownload` ( `download_id` int(11) NOT NULL auto_increment, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteldownload` -- LOCK TABLES `oc_carteldownload` WRITE; /*!40000 ALTER TABLE `oc_carteldownload` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_carteldownload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteldownload_description` -- DROP TABLE IF EXISTS `oc_carteldownload_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteldownload_description` ( `download_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`download_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteldownload_description` -- LOCK TABLES `oc_carteldownload_description` WRITE; /*!40000 ALTER TABLE `oc_carteldownload_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_carteldownload_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelextension` -- DROP TABLE IF EXISTS `oc_cartelextension`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelextension` ( `extension_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `code` varchar(32) NOT NULL, PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelextension` -- LOCK TABLES `oc_cartelextension` WRITE; /*!40000 ALTER TABLE `oc_cartelextension` DISABLE KEYS */; INSERT INTO `oc_cartelextension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(387,'shipping','flat'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(411,'module','affiliate'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'); /*!40000 ALTER TABLE `oc_cartelextension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelfilter` -- DROP TABLE IF EXISTS `oc_cartelfilter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelfilter` ( `filter_id` int(11) NOT NULL auto_increment, `filter_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelfilter` -- LOCK TABLES `oc_cartelfilter` WRITE; /*!40000 ALTER TABLE `oc_cartelfilter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelfilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelfilter_description` -- DROP TABLE IF EXISTS `oc_cartelfilter_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelfilter_description` ( `filter_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `filter_group_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelfilter_description` -- LOCK TABLES `oc_cartelfilter_description` WRITE; /*!40000 ALTER TABLE `oc_cartelfilter_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelfilter_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelfilter_group` -- DROP TABLE IF EXISTS `oc_cartelfilter_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelfilter_group` ( `filter_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelfilter_group` -- LOCK TABLES `oc_cartelfilter_group` WRITE; /*!40000 ALTER TABLE `oc_cartelfilter_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelfilter_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelfilter_group_description` -- DROP TABLE IF EXISTS `oc_cartelfilter_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelfilter_group_description` ( `filter_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelfilter_group_description` -- LOCK TABLES `oc_cartelfilter_group_description` WRITE; /*!40000 ALTER TABLE `oc_cartelfilter_group_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelfilter_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelgeo_zone` -- DROP TABLE IF EXISTS `oc_cartelgeo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelgeo_zone` ( `geo_zone_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelgeo_zone` -- LOCK TABLES `oc_cartelgeo_zone` WRITE; /*!40000 ALTER TABLE `oc_cartelgeo_zone` DISABLE KEYS */; INSERT INTO `oc_cartelgeo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53'); /*!40000 ALTER TABLE `oc_cartelgeo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelinformation` -- DROP TABLE IF EXISTS `oc_cartelinformation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelinformation` ( `information_id` int(11) NOT NULL auto_increment, `bottom` int(1) NOT NULL default '0', `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`information_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelinformation` -- LOCK TABLES `oc_cartelinformation` WRITE; /*!40000 ALTER TABLE `oc_cartelinformation` DISABLE KEYS */; INSERT INTO `oc_cartelinformation` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1); /*!40000 ALTER TABLE `oc_cartelinformation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelinformation_description` -- DROP TABLE IF EXISTS `oc_cartelinformation_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelinformation_description` ( `information_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`information_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelinformation_description` -- LOCK TABLES `oc_cartelinformation_description` WRITE; /*!40000 ALTER TABLE `oc_cartelinformation_description` DISABLE KEYS */; INSERT INTO `oc_cartelinformation_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n'),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n'),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n'),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n'); /*!40000 ALTER TABLE `oc_cartelinformation_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelinformation_to_layout` -- DROP TABLE IF EXISTS `oc_cartelinformation_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelinformation_to_layout` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelinformation_to_layout` -- LOCK TABLES `oc_cartelinformation_to_layout` WRITE; /*!40000 ALTER TABLE `oc_cartelinformation_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelinformation_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelinformation_to_store` -- DROP TABLE IF EXISTS `oc_cartelinformation_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelinformation_to_store` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelinformation_to_store` -- LOCK TABLES `oc_cartelinformation_to_store` WRITE; /*!40000 ALTER TABLE `oc_cartelinformation_to_store` DISABLE KEYS */; INSERT INTO `oc_cartelinformation_to_store` VALUES (3,0),(4,0),(5,0),(6,0); /*!40000 ALTER TABLE `oc_cartelinformation_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartellanguage` -- DROP TABLE IF EXISTS `oc_cartellanguage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartellanguage` ( `language_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` varchar(5) NOT NULL, `locale` varchar(255) NOT NULL, `image` varchar(64) NOT NULL, `directory` varchar(32) NOT NULL, `filename` varchar(64) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartellanguage` -- LOCK TABLES `oc_cartellanguage` WRITE; /*!40000 ALTER TABLE `oc_cartellanguage` DISABLE KEYS */; INSERT INTO `oc_cartellanguage` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','gb.png','english','english',1,1); /*!40000 ALTER TABLE `oc_cartellanguage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartellayout` -- DROP TABLE IF EXISTS `oc_cartellayout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartellayout` ( `layout_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, PRIMARY KEY (`layout_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartellayout` -- LOCK TABLES `oc_cartellayout` WRITE; /*!40000 ALTER TABLE `oc_cartellayout` DISABLE KEYS */; INSERT INTO `oc_cartellayout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'); /*!40000 ALTER TABLE `oc_cartellayout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartellayout_route` -- DROP TABLE IF EXISTS `oc_cartellayout_route`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartellayout_route` ( `layout_route_id` int(11) NOT NULL auto_increment, `layout_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `route` varchar(255) NOT NULL, PRIMARY KEY (`layout_route_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartellayout_route` -- LOCK TABLES `oc_cartellayout_route` WRITE; /*!40000 ALTER TABLE `oc_cartellayout_route` DISABLE KEYS */; INSERT INTO `oc_cartellayout_route` VALUES (30,6,0,'account'),(17,10,0,'affiliate/'),(29,3,0,'product/category'),(26,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(22,5,0,'product/manufacturer'),(23,7,0,'checkout/'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'); /*!40000 ALTER TABLE `oc_cartellayout_route` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartellength_class` -- DROP TABLE IF EXISTS `oc_cartellength_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartellength_class` ( `length_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL, PRIMARY KEY (`length_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartellength_class` -- LOCK TABLES `oc_cartellength_class` WRITE; /*!40000 ALTER TABLE `oc_cartellength_class` DISABLE KEYS */; INSERT INTO `oc_cartellength_class` VALUES (1,'1.00000000'),(2,'10.00000000'),(3,'0.39370000'); /*!40000 ALTER TABLE `oc_cartellength_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartellength_class_description` -- DROP TABLE IF EXISTS `oc_cartellength_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartellength_class_description` ( `length_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`length_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartellength_class_description` -- LOCK TABLES `oc_cartellength_class_description` WRITE; /*!40000 ALTER TABLE `oc_cartellength_class_description` DISABLE KEYS */; INSERT INTO `oc_cartellength_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in'); /*!40000 ALTER TABLE `oc_cartellength_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelmanufacturer` -- DROP TABLE IF EXISTS `oc_cartelmanufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelmanufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelmanufacturer` -- LOCK TABLES `oc_cartelmanufacturer` WRITE; /*!40000 ALTER TABLE `oc_cartelmanufacturer` DISABLE KEYS */; INSERT INTO `oc_cartelmanufacturer` VALUES (5,'HTC','data/demo/htc_logo.jpg',0),(6,'Palm','data/demo/palm_logo.jpg',0),(7,'Hewlett-Packard','data/demo/hp_logo.jpg',0),(8,'Apple','data/demo/apple_logo.jpg',0),(9,'Canon','data/demo/canon_logo.jpg',0),(10,'Sony','data/demo/sony_logo.jpg',0); /*!40000 ALTER TABLE `oc_cartelmanufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelmanufacturer_to_store` -- DROP TABLE IF EXISTS `oc_cartelmanufacturer_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelmanufacturer_to_store` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelmanufacturer_to_store` -- LOCK TABLES `oc_cartelmanufacturer_to_store` WRITE; /*!40000 ALTER TABLE `oc_cartelmanufacturer_to_store` DISABLE KEYS */; INSERT INTO `oc_cartelmanufacturer_to_store` VALUES (5,0),(6,0),(7,0),(8,0),(9,0),(10,0); /*!40000 ALTER TABLE `oc_cartelmanufacturer_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteloption` -- DROP TABLE IF EXISTS `oc_carteloption`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteloption` ( `option_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteloption` -- LOCK TABLES `oc_carteloption` WRITE; /*!40000 ALTER TABLE `oc_carteloption` DISABLE KEYS */; INSERT INTO `oc_carteloption` VALUES (1,'radio',2),(2,'checkbox',3),(4,'text',4),(5,'select',1),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',1),(12,'date',1); /*!40000 ALTER TABLE `oc_carteloption` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteloption_description` -- DROP TABLE IF EXISTS `oc_carteloption_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteloption_description` ( `option_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteloption_description` -- LOCK TABLES `oc_carteloption_description` WRITE; /*!40000 ALTER TABLE `oc_carteloption_description` DISABLE KEYS */; INSERT INTO `oc_carteloption_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size'); /*!40000 ALTER TABLE `oc_carteloption_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteloption_value` -- DROP TABLE IF EXISTS `oc_carteloption_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteloption_value` ( `option_value_id` int(11) NOT NULL auto_increment, `option_id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteloption_value` -- LOCK TABLES `oc_carteloption_value` WRITE; /*!40000 ALTER TABLE `oc_carteloption_value` DISABLE KEYS */; INSERT INTO `oc_carteloption_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3); /*!40000 ALTER TABLE `oc_carteloption_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteloption_value_description` -- DROP TABLE IF EXISTS `oc_carteloption_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteloption_value_description` ( `option_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteloption_value_description` -- LOCK TABLES `oc_carteloption_value_description` WRITE; /*!40000 ALTER TABLE `oc_carteloption_value_description` DISABLE KEYS */; INSERT INTO `oc_carteloption_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small'); /*!40000 ALTER TABLE `oc_carteloption_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder` -- DROP TABLE IF EXISTS `oc_cartelorder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder` ( `order_id` int(11) NOT NULL auto_increment, `invoice_no` int(11) NOT NULL default '0', `invoice_prefix` varchar(26) NOT NULL, `store_id` int(11) NOT NULL default '0', `store_name` varchar(64) NOT NULL, `store_url` varchar(255) NOT NULL, `customer_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `payment_firstname` varchar(32) NOT NULL, `payment_lastname` varchar(32) NOT NULL, `payment_company` varchar(32) NOT NULL, `payment_company_id` varchar(32) NOT NULL, `payment_tax_id` varchar(32) NOT NULL, `payment_address_1` varchar(128) NOT NULL, `payment_address_2` varchar(128) NOT NULL, `payment_city` varchar(128) NOT NULL, `payment_postcode` varchar(10) NOT NULL, `payment_country` varchar(128) NOT NULL, `payment_country_id` int(11) NOT NULL, `payment_zone` varchar(128) NOT NULL, `payment_zone_id` int(11) NOT NULL, `payment_address_format` text NOT NULL, `payment_method` varchar(128) NOT NULL, `payment_code` varchar(128) NOT NULL, `shipping_firstname` varchar(32) NOT NULL, `shipping_lastname` varchar(32) NOT NULL, `shipping_company` varchar(32) NOT NULL, `shipping_address_1` varchar(128) NOT NULL, `shipping_address_2` varchar(128) NOT NULL, `shipping_city` varchar(128) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_country` varchar(128) NOT NULL, `shipping_country_id` int(11) NOT NULL, `shipping_zone` varchar(128) NOT NULL, `shipping_zone_id` int(11) NOT NULL, `shipping_address_format` text NOT NULL, `shipping_method` varchar(128) NOT NULL, `shipping_code` varchar(128) NOT NULL, `comment` text NOT NULL, `total` decimal(15,4) NOT NULL default '0.0000', `order_status_id` int(11) NOT NULL default '0', `affiliate_id` int(11) NOT NULL, `commission` decimal(15,4) NOT NULL, `language_id` int(11) NOT NULL, `currency_id` int(11) NOT NULL, `currency_code` varchar(3) NOT NULL, `currency_value` decimal(15,8) NOT NULL default '1.00000000', `ip` varchar(40) NOT NULL, `forwarded_ip` varchar(40) NOT NULL, `user_agent` varchar(255) NOT NULL, `accept_language` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder` -- LOCK TABLES `oc_cartelorder` WRITE; /*!40000 ALTER TABLE `oc_cartelorder` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_download` -- DROP TABLE IF EXISTS `oc_cartelorder_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_download` ( `order_download_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(3) NOT NULL default '0', PRIMARY KEY (`order_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_download` -- LOCK TABLES `oc_cartelorder_download` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_field` -- DROP TABLE IF EXISTS `oc_cartelorder_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_field` ( `order_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_field` -- LOCK TABLES `oc_cartelorder_field` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_fraud` -- DROP TABLE IF EXISTS `oc_cartelorder_fraud`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_fraud` ( `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `country_match` varchar(3) NOT NULL, `country_code` varchar(2) NOT NULL, `high_risk_country` varchar(3) NOT NULL, `distance` int(11) NOT NULL, `ip_region` varchar(255) NOT NULL, `ip_city` varchar(255) NOT NULL, `ip_latitude` decimal(10,6) NOT NULL, `ip_longitude` decimal(10,6) NOT NULL, `ip_isp` varchar(255) NOT NULL, `ip_org` varchar(255) NOT NULL, `ip_asnum` int(11) NOT NULL, `ip_user_type` varchar(255) NOT NULL, `ip_country_confidence` varchar(3) NOT NULL, `ip_region_confidence` varchar(3) NOT NULL, `ip_city_confidence` varchar(3) NOT NULL, `ip_postal_confidence` varchar(3) NOT NULL, `ip_postal_code` varchar(10) NOT NULL, `ip_accuracy_radius` int(11) NOT NULL, `ip_net_speed_cell` varchar(255) NOT NULL, `ip_metro_code` int(3) NOT NULL, `ip_area_code` int(3) NOT NULL, `ip_time_zone` varchar(255) NOT NULL, `ip_region_name` varchar(255) NOT NULL, `ip_domain` varchar(255) NOT NULL, `ip_country_name` varchar(255) NOT NULL, `ip_continent_code` varchar(2) NOT NULL, `ip_corporate_proxy` varchar(3) NOT NULL, `anonymous_proxy` varchar(3) NOT NULL, `proxy_score` int(3) NOT NULL, `is_trans_proxy` varchar(3) NOT NULL, `free_mail` varchar(3) NOT NULL, `carder_email` varchar(3) NOT NULL, `high_risk_username` varchar(3) NOT NULL, `high_risk_password` varchar(3) NOT NULL, `bin_match` varchar(10) NOT NULL, `bin_country` varchar(2) NOT NULL, `bin_name_match` varchar(3) NOT NULL, `bin_name` varchar(255) NOT NULL, `bin_phone_match` varchar(3) NOT NULL, `bin_phone` varchar(32) NOT NULL, `customer_phone_in_billing_location` varchar(8) NOT NULL, `ship_forward` varchar(3) NOT NULL, `city_postal_match` varchar(3) NOT NULL, `ship_city_postal_match` varchar(3) NOT NULL, `score` decimal(10,5) NOT NULL, `explanation` text NOT NULL, `risk_score` decimal(10,5) NOT NULL, `queries_remaining` int(11) NOT NULL, `maxmind_id` varchar(8) NOT NULL, `error` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_fraud` -- LOCK TABLES `oc_cartelorder_fraud` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_fraud` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_fraud` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_history` -- DROP TABLE IF EXISTS `oc_cartelorder_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_history` ( `order_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_status_id` int(5) NOT NULL, `notify` tinyint(1) NOT NULL default '0', `comment` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_history` -- LOCK TABLES `oc_cartelorder_history` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_option` -- DROP TABLE IF EXISTS `oc_cartelorder_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_option` ( `order_option_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `product_option_id` int(11) NOT NULL, `product_option_value_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `value` text NOT NULL, `type` varchar(32) NOT NULL, PRIMARY KEY (`order_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_option` -- LOCK TABLES `oc_cartelorder_option` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_option` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_product` -- DROP TABLE IF EXISTS `oc_cartelorder_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_product` ( `order_product_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `price` decimal(15,4) NOT NULL default '0.0000', `total` decimal(15,4) NOT NULL default '0.0000', `tax` decimal(15,4) NOT NULL default '0.0000', `reward` int(8) NOT NULL, PRIMARY KEY (`order_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_product` -- LOCK TABLES `oc_cartelorder_product` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_recurring` -- DROP TABLE IF EXISTS `oc_cartelorder_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_recurring` ( `order_recurring_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(4) NOT NULL, `product_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `profile_name` varchar(255) NOT NULL, `profile_description` varchar(255) NOT NULL, `recurring_frequency` varchar(25) NOT NULL, `recurring_cycle` smallint(6) NOT NULL, `recurring_duration` smallint(6) NOT NULL, `recurring_price` decimal(10,4) NOT NULL, `trial` tinyint(1) NOT NULL, `trial_frequency` varchar(25) NOT NULL, `trial_cycle` smallint(6) NOT NULL, `trial_duration` smallint(6) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `profile_reference` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_recurring` -- LOCK TABLES `oc_cartelorder_recurring` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_recurring_transaction` -- DROP TABLE IF EXISTS `oc_cartelorder_recurring_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_recurring_transaction` ( `order_recurring_transaction_id` int(11) NOT NULL auto_increment, `order_recurring_id` int(11) NOT NULL, `created` datetime NOT NULL, `amount` decimal(10,4) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_recurring_transaction` -- LOCK TABLES `oc_cartelorder_recurring_transaction` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_recurring_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_recurring_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_status` -- DROP TABLE IF EXISTS `oc_cartelorder_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_status` ( `order_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`order_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_status` -- LOCK TABLES `oc_cartelorder_status` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_status` DISABLE KEYS */; INSERT INTO `oc_cartelorder_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired'); /*!40000 ALTER TABLE `oc_cartelorder_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_total` -- DROP TABLE IF EXISTS `oc_cartelorder_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_total` ( `order_total_id` int(10) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(32) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL default '0.0000', `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_total_id`), KEY `idx_orders_total_orders_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_total` -- LOCK TABLES `oc_cartelorder_total` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_total` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelorder_voucher` -- DROP TABLE IF EXISTS `oc_cartelorder_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelorder_voucher` ( `order_voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `voucher_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, PRIMARY KEY (`order_voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelorder_voucher` -- LOCK TABLES `oc_cartelorder_voucher` WRITE; /*!40000 ALTER TABLE `oc_cartelorder_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelorder_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct` -- DROP TABLE IF EXISTS `oc_cartelproduct`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct` ( `product_id` int(11) NOT NULL auto_increment, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL default '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) default NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `points` int(8) NOT NULL default '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL default '0.00000000', `weight_class_id` int(11) NOT NULL default '0', `length` decimal(15,8) NOT NULL default '0.00000000', `width` decimal(15,8) NOT NULL default '0.00000000', `height` decimal(15,8) NOT NULL default '0.00000000', `length_class_id` int(11) NOT NULL default '0', `subtract` tinyint(1) NOT NULL default '1', `minimum` int(11) NOT NULL default '1', `sort_order` int(11) NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `viewed` int(5) NOT NULL default '0', PRIMARY KEY (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct` -- LOCK TABLES `oc_cartelproduct` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct` DISABLE KEYS */; INSERT INTO `oc_cartelproduct` VALUES (28,'Product 1','','','','','','','',939,7,'data/demo/htc_touch_hd_1.jpg',5,1,'100.0000',200,9,'2009-02-03','146.40000000',2,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:06:50','2011-09-30 01:05:39',0),(29,'Product 2','','','','','','','',999,6,'data/demo/palm_treo_pro_1.jpg',6,1,'279.9900',0,9,'2009-02-03','133.00000000',2,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 16:42:17','2011-09-30 01:06:08',0),(30,'Product 3','','','','','','','',7,6,'data/demo/canon_eos_5d_1.jpg',9,1,'100.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:59:00','2011-09-30 01:05:23',0),(31,'Product 4','','','','','','','',1000,6,'data/demo/nikon_d300_1.jpg',0,1,'80.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 17:00:10','2011-09-30 01:06:00',0),(32,'Product 5','','','','','','','',999,6,'data/demo/ipod_touch_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 17:07:26','2011-09-30 01:07:22',0),(33,'Product 6','','','','','','','',1000,6,'data/demo/samsung_syncmaster_941bw.jpg',0,1,'200.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 17:08:31','2011-09-30 01:06:29',0),(34,'Product 7','','','','','','','',1000,6,'data/demo/ipod_shuffle_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:07:54','2011-09-30 01:07:17',0),(35,'Product 8','','','','','','','',1000,5,'',0,0,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 18:08:31','2011-09-30 01:06:17',0),(36,'Product 9','','','','','','','',994,6,'data/demo/ipod_nano_1.jpg',8,0,'100.0000',100,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:09:19','2011-09-30 01:07:12',0),(40,'product 11','','','','','','','',970,5,'data/demo/iphone_1.jpg',8,1,'101.0000',0,9,'2009-02-03','10.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:12','2011-09-30 01:06:53',0),(41,'Product 14','','','','','','','',977,5,'data/demo/imac_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:26','2011-09-30 01:06:44',0),(42,'Product 15','','','','','','','',990,5,'data/demo/apple_cinema_30.jpg',8,1,'100.0000',400,9,'2009-02-04','12.50000000',1,'1.00000000','2.00000000','3.00000000',1,1,2,0,1,'2009-02-03 21:07:37','2011-09-30 00:46:19',0),(43,'Product 16','','','','','','','',929,5,'data/demo/macbook_1.jpg',8,0,'500.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:07:49','2011-09-30 01:05:46',0),(44,'Product 17','','','','','','','',1000,5,'data/demo/macbook_air_1.jpg',8,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:00','2011-09-30 01:05:53',0),(45,'Product 18','','','','','','','',998,5,'data/demo/macbook_pro_1.jpg',8,1,'2000.0000',0,100,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:17','2011-09-15 22:22:01',0),(46,'Product 19','','','','','','','',1000,5,'data/demo/sony_vaio_1.jpg',10,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:29','2011-09-30 01:06:39',0),(47,'Product 21','','','','','','','',1000,5,'data/demo/hp_1.jpg',7,1,'100.0000',400,9,'2009-02-03','1.00000000',1,'0.00000000','0.00000000','0.00000000',1,0,1,0,1,'2009-02-03 21:08:40','2011-09-30 01:05:28',0),(48,'product 20','test 1','','','','','','test 2',995,5,'data/demo/ipod_classic_1.jpg',8,1,'100.0000',0,9,'2009-02-08','1.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-08 17:21:51','2011-09-30 01:07:06',0),(49,'SAM1','','','','','','','',0,8,'data/demo/samsung_tab_1.jpg',0,1,'199.9900',0,9,'2011-04-25','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,1,1,'2011-04-26 08:57:34','2011-09-30 01:06:23',0); /*!40000 ALTER TABLE `oc_cartelproduct` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_attribute` -- DROP TABLE IF EXISTS `oc_cartelproduct_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_attribute` ( `product_id` int(11) NOT NULL, `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`product_id`,`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_attribute` -- LOCK TABLES `oc_cartelproduct_attribute` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_attribute` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_attribute` VALUES (43,2,1,'1'),(47,4,1,'16GB'),(43,4,1,'8gb'),(42,3,1,'100mhz'),(47,2,1,'4'); /*!40000 ALTER TABLE `oc_cartelproduct_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_description` -- DROP TABLE IF EXISTS `oc_cartelproduct_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`product_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_description` -- LOCK TABLES `oc_cartelproduct_description` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_description` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_description` VALUES (35,1,'Product 8','<p>\r\n Product 8</p>\r\n','','',''),(48,1,'iPod Classic','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <strong>More room to move.</strong></p>\r\n <p>\r\n With 80GB or 160GB of storage and up to 40 hours of battery life, the new iPod classic lets you enjoy up to 40,000 songs or up to 200 hours of video or any combination wherever you go.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.</p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleeker design.</strong></p>\r\n <p>\r\n Beautiful, durable, and sleeker than ever, iPod classic now features an anodized aluminum and polished stainless steel enclosure with rounded edges.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(40,1,'iPhone','<p class="intro">\r\n iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.</p>\r\n','','',''),(28,1,'HTC Touch HD','<p>\r\n HTC Touch - in High Definition. Watch music videos and streaming content in awe-inspiring high definition clarity for a mobile experience you never thought possible. Seductively sleek, the HTC Touch HD provides the next generation of mobile functionality, all at a simple touch. Fully integrated with Windows Mobile Professional 6.1, ultrafast 3.5G, GPS, 5MP camera, plus lots more - all delivered on a breathtakingly crisp 3.8&quot; WVGA touchscreen - you can take control of your mobile world with the HTC Touch HD.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Processor Qualcomm&reg; MSM 7201A&trade; 528 MHz</li>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Operating System</li>\r\n <li>\r\n Memory: 512 MB ROM, 288 MB RAM</li>\r\n <li>\r\n Dimensions: 115 mm x 62.8 mm x 12 mm / 146.4 grams</li>\r\n <li>\r\n 3.8-inch TFT-LCD flat touch-sensitive screen with 480 x 800 WVGA resolution</li>\r\n <li>\r\n HSDPA/WCDMA: Europe/Asia: 900/2100 MHz; Up to 2 Mbps up-link and 7.2 Mbps down-link speeds</li>\r\n <li>\r\n Quad-band GSM/GPRS/EDGE: Europe/Asia: 850/900/1800/1900 MHz (Band frequency, HSUPA availability, and data speed are operator dependent.)</li>\r\n <li>\r\n Device Control via HTC TouchFLO&trade; 3D &amp; Touch-sensitive front panel buttons</li>\r\n <li>\r\n GPS and A-GPS ready</li>\r\n <li>\r\n Bluetooth&reg; 2.0 with Enhanced Data Rate and A2DP for wireless stereo headsets</li>\r\n <li>\r\n Wi-Fi&reg;: IEEE 802.11 b/g</li>\r\n <li>\r\n HTC ExtUSB&trade; (11-pin mini-USB 2.0)</li>\r\n <li>\r\n 5 megapixel color camera with auto focus</li>\r\n <li>\r\n VGA CMOS color camera</li>\r\n <li>\r\n Built-in 3.5 mm audio jack, microphone, speaker, and FM radio</li>\r\n <li>\r\n Ring tone formats: AAC, AAC+, eAAC+, AMR-NB, AMR-WB, QCP, MP3, WMA, WAV</li>\r\n <li>\r\n 40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</li>\r\n <li>\r\n Rechargeable Lithium-ion or Lithium-ion polymer 1350 mAh battery</li>\r\n <li>\r\n Expansion Slot: microSD&trade; memory card (SD 2.0 compatible)</li>\r\n <li>\r\n AC Adapter Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz DC output: 5V and 1A</li>\r\n <li>\r\n Special Features: FM Radio, G-Sensor</li>\r\n</ul>\r\n','','',''),(44,1,'MacBook Air','<div>\r\n MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don&rsquo;t lose inches and pounds overnight. It&rsquo;s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.</div>\r\n','','',''),(45,1,'MacBook Pro','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <b>Latest Intel mobile architecture</b></p>\r\n <p>\r\n Powered by the most advanced mobile processors from Intel, the new Core 2 Duo MacBook Pro is over 50% faster than the original Core Duo MacBook Pro and now supports up to 4GB of RAM.</p>\r\n <p>\r\n <b>Leading-edge graphics</b></p>\r\n <p>\r\n The NVIDIA GeForce 8600M GT delivers exceptional graphics processing power. For the ultimate creative canvas, you can even configure the 17-inch model with a 1920-by-1200 resolution display.</p>\r\n <p>\r\n <b>Designed for life on the road</b></p>\r\n <p>\r\n Innovations such as a magnetic power connection and an illuminated keyboard with ambient light sensor put the MacBook Pro in a class by itself.</p>\r\n <p>\r\n <b>Connect. Create. Communicate.</b></p>\r\n <p>\r\n Quickly set up a video conference with the built-in iSight camera. Control presentations and media from up to 30 feet away with the included Apple Remote. Connect to high-bandwidth peripherals with FireWire 800 and DVI.</p>\r\n <p>\r\n <b>Next-generation wireless</b></p>\r\n <p>\r\n Featuring 802.11n wireless technology, the MacBook Pro delivers up to five times the performance and up to twice the range of previous-generation technologies.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(29,1,'Palm Treo Pro','<p>\r\n Redefine your workday with the Palm Treo Pro smartphone. Perfectly balanced, you can respond to business and personal email, stay on top of appointments and contacts, and use Wi-Fi or GPS when you&rsquo;re out and about. Then watch a video on YouTube, catch up with news and sports on the web, or listen to a few songs. Balance your work and play the way you like it, with the Palm Treo Pro.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Edition</li>\r\n <li>\r\n Qualcomm&reg; MSM7201 400MHz Processor</li>\r\n <li>\r\n 320x320 transflective colour TFT touchscreen</li>\r\n <li>\r\n HSDPA/UMTS/EDGE/GPRS/GSM radio</li>\r\n <li>\r\n Tri-band UMTS &mdash; 850MHz, 1900MHz, 2100MHz</li>\r\n <li>\r\n Quad-band GSM &mdash; 850/900/1800/1900</li>\r\n <li>\r\n 802.11b/g with WPA, WPA2, and 801.1x authentication</li>\r\n <li>\r\n Built-in GPS</li>\r\n <li>\r\n Bluetooth Version: 2.0 + Enhanced Data Rate</li>\r\n <li>\r\n 256MB storage (100MB user available), 128MB RAM</li>\r\n <li>\r\n 2.0 megapixel camera, up to 8x digital zoom and video capture</li>\r\n <li>\r\n Removable, rechargeable 1500mAh lithium-ion battery</li>\r\n <li>\r\n Up to 5.0 hours talk time and up to 250 hours standby</li>\r\n <li>\r\n MicroSDHC card expansion (up to 32GB supported)</li>\r\n <li>\r\n MicroUSB 2.0 for synchronization and charging</li>\r\n <li>\r\n 3.5mm stereo headset jack</li>\r\n <li>\r\n 60mm (W) x 114mm (L) x 13.5mm (D) / 133g</li>\r\n</ul>\r\n','','',''),(36,1,'iPod Nano','<div>\r\n <p>\r\n <strong>Video in your pocket.</strong></p>\r\n <p>\r\n Its the small iPod with one very big idea: video. The worlds most popular music player now lets you enjoy movies, TV shows, and more on a two-inch display thats 65% brighter than before.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.<strong>&nbsp;</strong></p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleek and colorful.</strong></p>\r\n <p>\r\n With an anodized aluminum and polished stainless steel enclosure and a choice of five colors, iPod nano is dressed to impress.</p>\r\n <p>\r\n <strong>iTunes.</strong></p>\r\n <p>\r\n Available as a free download, iTunes makes it easy to browse and buy millions of songs, movies, TV shows, audiobooks, and games and download free podcasts all at the iTunes Store. And you can import your own music, manage your whole media library, and sync your iPod or iPhone with ease.</p>\r\n</div>\r\n','','',''),(46,1,'Sony VAIO','<div>\r\n Unprecedented power. The next generation of processing technology has arrived. Built into the newest VAIO notebooks lies Intel&#39;s latest, most powerful innovation yet: Intel&reg; Centrino&reg; 2 processor technology. Boasting incredible speed, expanded wireless connectivity, enhanced multimedia support and greater energy efficiency, all the high-performance essentials are seamlessly combined into a single chip.</div>\r\n','','',''),(47,1,'HP LP3065','<p>\r\n Stop your co-workers in their tracks with the stunning new 30-inch diagonal HP LP3065 Flat Panel Monitor. This flagship monitor features best-in-class performance and presentation features on a huge wide-aspect screen while letting you work as comfortably as possible - you might even forget you&#39;re at the office</p>\r\n','','',''),(32,1,'iPod Touch','<p>\r\n <strong>Revolutionary multi-touch interface.</strong><br />\r\n iPod touch features the same multi-touch screen technology as iPhone. Pinch to zoom in on a photo. Scroll through your songs and videos with a flick. Flip through your library by album artwork with Cover Flow.</p>\r\n<p>\r\n <strong>Gorgeous 3.5-inch widescreen display.</strong><br />\r\n Watch your movies, TV shows, and photos come alive with bright, vivid color on the 320-by-480-pixel display.</p>\r\n<p>\r\n <strong>Music downloads straight from iTunes.</strong><br />\r\n Shop the iTunes Wi-Fi Music Store from anywhere with Wi-Fi.1 Browse or search to find the music youre looking for, preview it, and buy it with just a tap.</p>\r\n<p>\r\n <strong>Surf the web with Wi-Fi.</strong><br />\r\n Browse the web using Safari and watch YouTube videos on the first iPod with Wi-Fi built in<br />\r\n &nbsp;</p>\r\n','','',''),(41,1,'iMac','<div>\r\n Just when you thought iMac had everything, now there´s even more. More powerful Intel Core 2 Duo processors. And more memory standard. Combine this with Mac OS X Leopard and iLife ´08, and it´s more all-in-one than ever. iMac packs amazing performance into a stunningly slim space.</div>\r\n','','',''),(33,1,'Samsung SyncMaster 941BW','<div>\r\n Imagine the advantages of going big without slowing down. The big 19&quot; 941BW monitor combines wide aspect ratio with fast pixel response time, for bigger images, more room to work and crisp motion. In addition, the exclusive MagicBright 2, MagicColor and MagicTune technologies help deliver the ideal image in every situation, while sleek, narrow bezels and adjustable stands deliver style just the way you want it. With the Samsung 941BW widescreen analog/digital LCD monitor, it&#39;s not hard to imagine.</div>\r\n','','',''),(34,1,'iPod Shuffle','<div>\r\n <strong>Born to be worn.</strong>\r\n <p>\r\n Clip on the worlds most wearable music player and take up to 240 songs with you anywhere. Choose from five colors including four new hues to make your musical fashion statement.</p>\r\n <p>\r\n <strong>Random meets rhythm.</strong></p>\r\n <p>\r\n With iTunes autofill, iPod shuffle can deliver a new musical experience every time you sync. For more randomness, you can shuffle songs during playback with the slide of a switch.</p>\r\n <strong>Everything is easy.</strong>\r\n <p>\r\n Charge and sync with the included USB dock. Operate the iPod shuffle controls with one hand. Enjoy up to 12 hours straight of skip-free music playback.</p>\r\n</div>\r\n','','',''),(43,1,'MacBook','<div>\r\n <p>\r\n <b>Intel Core 2 Duo processor</b></p>\r\n <p>\r\n Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.</p>\r\n <p>\r\n <b>1GB memory, larger hard drives</b></p>\r\n <p>\r\n The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.</p>\r\n <p>\r\n <b>Sleek, 1.08-inch-thin design</b></p>\r\n <p>\r\n MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.</p>\r\n <p>\r\n <b>Built-in iSight camera</b></p>\r\n <p>\r\n Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth</p>\r\n</div>\r\n','','',''),(31,1,'Nikon D300','<div class="cpt_product_description ">\r\n <div>\r\n Engineered with pro-level features and performance, the 12.3-effective-megapixel D300 combines brand new technologies with advanced features inherited from Nikon&#39;s newly announced D3 professional digital SLR camera to offer serious photographers remarkable performance combined with agility.<br />\r\n <br />\r\n Similar to the D3, the D300 features Nikon&#39;s exclusive EXPEED Image Processing System that is central to driving the speed and processing power needed for many of the camera&#39;s new features. The D300 features a new 51-point autofocus system with Nikon&#39;s 3D Focus Tracking feature and two new LiveView shooting modes that allow users to frame a photograph using the camera&#39;s high-resolution LCD monitor. The D300 shares a similar Scene Recognition System as is found in the D3; it promises to greatly enhance the accuracy of autofocus, autoexposure, and auto white balance by recognizing the subject or scene being photographed and applying this information to the calculations for the three functions.<br />\r\n <br />\r\n The D300 reacts with lightning speed, powering up in a mere 0.13 seconds and shooting with an imperceptible 45-millisecond shutter release lag time. The D300 is capable of shooting at a rapid six frames per second and can go as fast as eight frames per second when using the optional MB-D10 multi-power battery pack. In continuous bursts, the D300 can shoot up to 100 shots at full 12.3-megapixel resolution. (NORMAL-LARGE image setting, using a SanDisk Extreme IV 1GB CompactFlash card.)<br />\r\n <br />\r\n The D300 incorporates a range of innovative technologies and features that will significantly improve the accuracy, control, and performance photographers can get from their equipment. Its new Scene Recognition System advances the use of Nikon&#39;s acclaimed 1,005-segment sensor to recognize colors and light patterns that help the camera determine the subject and the type of scene being photographed before a picture is taken. This information is used to improve the accuracy of autofocus, autoexposure, and auto white balance functions in the D300. For example, the camera can track moving subjects better and by identifying them, it can also automatically select focus points faster and with greater accuracy. It can also analyze highlights and more accurately determine exposure, as well as infer light sources to deliver more accurate white balance detection.</div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(49,1,'Samsung Galaxy Tab 10.1','<p>\r\n Samsung Galaxy Tab 10.1, is the world&rsquo;s thinnest tablet, measuring 8.6 mm thickness, running with Android 3.0 Honeycomb OS on a 1GHz dual-core Tegra 2 processor, similar to its younger brother Samsung Galaxy Tab 8.9.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 gives pure Android 3.0 experience, adding its new TouchWiz UX or TouchWiz 4.0 &ndash; includes a live panel, which lets you to customize with different content, such as your pictures, bookmarks, and social feeds, sporting a 10.1 inches WXGA capacitive touch screen with 1280 x 800 pixels of resolution, equipped with 3 megapixel rear camera with LED flash and a 2 megapixel front camera, HSPA+ connectivity up to 21Mbps, 720p HD video recording capability, 1080p HD playback, DLNA support, Bluetooth 2.1, USB 2.0, gyroscope, Wi-Fi 802.11 a/b/g/n, micro-SD slot, 3.5mm headphone jack, and SIM slot, including the Samsung Stick &ndash; a Bluetooth microphone that can be carried in a pocket like a pen and sound dock with powered subwoofer.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 will come in 16GB / 32GB / 64GB verities and pre-loaded with Social Hub, Reader&rsquo;s Hub, Music Hub and Samsung Mini Apps Tray &ndash; which gives you access to more commonly used apps to help ease multitasking and it is capable of Adobe Flash Player 10.2, powered by 6860mAh battery that gives you 10hours of video-playback time.&nbsp;&auml;&ouml;</p>\r\n','','',''),(42,1,'Apple Cinema 30"','<p>\r\n <font face="helvetica,geneva,arial" size="2"><font face="Helvetica" size="2">The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed specifically for the creative professional, this display provides more space for easier access to all the tools and palettes needed to edit, format and composite your work. Combine this display with a Mac Pro, MacBook Pro, or PowerMac G5 and there&#39;s no limit to what you can achieve. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features an active-matrix liquid crystal display that produces flicker-free images that deliver twice the brightness, twice the sharpness and twice the contrast ratio of a typical CRT display. Unlike other flat panels, it&#39;s designed with a pure digital interface to deliver distortion-free images that never need adjusting. With over 4 million digital pixels, the display is uniquely suited for scientific and technical applications such as visualizing molecular structures or analyzing geological data. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Offering accurate, brilliant color performance, the Cinema HD delivers up to 16.7 million colors across a wide gamut allowing you to see subtle nuances between colors from soft pastels to rich jewel tones. A wide viewing angle ensures uniform color from edge to edge. Apple&#39;s ColorSync technology allows you to create custom profiles to maintain consistent color onscreen and in print. The result: You can confidently use this display in all your color-critical applications. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Housed in a new aluminum design, the display has a very thin bezel that enhances visual accuracy. Each display features two FireWire 400 ports and two USB 2.0 ports, making attachment of desktop peripherals, such as iSight, iPod, digital and still cameras, hard drives, printers and scanners, even more accessible and convenient. Taking advantage of the much thinner and lighter footprint of an LCD, the new displays support the VESA (Video Electronics Standards Association) mounting interface standard. Customers with the optional Cinema Display VESA Mount Adapter kit gain the flexibility to mount their display in locations most appropriate for their work environment. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features a single cable design with elegant breakout for the USB 2.0, FireWire 400 and a pure digital connection using the industry standard Digital Video Interface (DVI) interface. The DVI connection allows for a direct pure-digital connection.<br />\r\n </font></font></p>\r\n<h3>\r\n Features:</h3>\r\n<p>\r\n Unrivaled display performance</p>\r\n<ul>\r\n <li>\r\n 30-inch (viewable) active-matrix liquid crystal display provides breathtaking image quality and vivid, richly saturated color.</li>\r\n <li>\r\n Support for 2560-by-1600 pixel resolution for display of high definition still and video imagery.</li>\r\n <li>\r\n Wide-format design for simultaneous display of two full pages of text and graphics.</li>\r\n <li>\r\n Industry standard DVI connector for direct attachment to Mac- and Windows-based desktops and notebooks</li>\r\n <li>\r\n Incredibly wide (170 degree) horizontal and vertical viewing angle for maximum visibility and color performance.</li>\r\n <li>\r\n Lightning-fast pixel response for full-motion digital video playback.</li>\r\n <li>\r\n Support for 16.7 million saturated colors, for use in all graphics-intensive applications.</li>\r\n</ul>\r\n<p>\r\n Simple setup and operation</p>\r\n<ul>\r\n <li>\r\n Single cable with elegant breakout for connection to DVI, USB and FireWire ports</li>\r\n <li>\r\n Built-in two-port USB 2.0 hub for easy connection of desktop peripheral devices.</li>\r\n <li>\r\n Two FireWire 400 ports to support iSight and other desktop peripherals</li>\r\n</ul>\r\n<p>\r\n Sleek, elegant design</p>\r\n<ul>\r\n <li>\r\n Huge virtual workspace, very small footprint.</li>\r\n <li>\r\n Narrow Bezel design to minimize visual impact of using dual displays</li>\r\n <li>\r\n Unique hinge design for effortless adjustment</li>\r\n <li>\r\n Support for VESA mounting solutions (Apple Cinema Display VESA Mount Adapter sold separately)</li>\r\n</ul>\r\n<h3>\r\n Technical specifications</h3>\r\n<p>\r\n <b>Screen size (diagonal viewable image size)</b></p>\r\n<ul>\r\n <li>\r\n Apple Cinema HD Display: 30 inches (29.7-inch viewable)</li>\r\n</ul>\r\n<p>\r\n <b>Screen type</b></p>\r\n<ul>\r\n <li>\r\n Thin film transistor (TFT) active-matrix liquid crystal display (AMLCD)</li>\r\n</ul>\r\n<p>\r\n <b>Resolutions</b></p>\r\n<ul>\r\n <li>\r\n 2560 x 1600 pixels (optimum resolution)</li>\r\n <li>\r\n 2048 x 1280</li>\r\n <li>\r\n 1920 x 1200</li>\r\n <li>\r\n 1280 x 800</li>\r\n <li>\r\n 1024 x 640</li>\r\n</ul>\r\n<p>\r\n <b>Display colors (maximum)</b></p>\r\n<ul>\r\n <li>\r\n 16.7 million</li>\r\n</ul>\r\n<p>\r\n <b>Viewing angle (typical)</b></p>\r\n<ul>\r\n <li>\r\n 170&deg; horizontal; 170&deg; vertical</li>\r\n</ul>\r\n<p>\r\n <b>Brightness (typical)</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 400 cd/m2</li>\r\n</ul>\r\n<p>\r\n <b>Contrast ratio (typical)</b></p>\r\n<ul>\r\n <li>\r\n 700:1</li>\r\n</ul>\r\n<p>\r\n <b>Response time (typical)</b></p>\r\n<ul>\r\n <li>\r\n 16 ms</li>\r\n</ul>\r\n<p>\r\n <b>Pixel pitch</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 0.250 mm</li>\r\n</ul>\r\n<p>\r\n <b>Screen treatment</b></p>\r\n<ul>\r\n <li>\r\n Antiglare hardcoat</li>\r\n</ul>\r\n<p>\r\n <b>User controls (hardware and software)</b></p>\r\n<ul>\r\n <li>\r\n Display Power,</li>\r\n <li>\r\n System sleep, wake</li>\r\n <li>\r\n Brightness</li>\r\n <li>\r\n Monitor tilt</li>\r\n</ul>\r\n<p>\r\n <b>Connectors and cables</b><br />\r\n Cable</p>\r\n<ul>\r\n <li>\r\n DVI (Digital Visual Interface)</li>\r\n <li>\r\n FireWire 400</li>\r\n <li>\r\n USB 2.0</li>\r\n <li>\r\n DC power (24 V)</li>\r\n</ul>\r\n<p>\r\n Connectors</p>\r\n<ul>\r\n <li>\r\n Two-port, self-powered USB 2.0 hub</li>\r\n <li>\r\n Two FireWire 400 ports</li>\r\n <li>\r\n Kensington security port</li>\r\n</ul>\r\n<p>\r\n <b>VESA mount adapter</b><br />\r\n Requires optional Cinema Display VESA Mount Adapter (M9649G/A)</p>\r\n<ul>\r\n <li>\r\n Compatible with VESA FDMI (MIS-D, 100, C) compliant mounting solutions</li>\r\n</ul>\r\n<p>\r\n <b>Electrical requirements</b></p>\r\n<ul>\r\n <li>\r\n Input voltage: 100-240 VAC 50-60Hz</li>\r\n <li>\r\n Maximum power when operating: 150W</li>\r\n <li>\r\n Energy saver mode: 3W or less</li>\r\n</ul>\r\n<p>\r\n <b>Environmental requirements</b></p>\r\n<ul>\r\n <li>\r\n Operating temperature: 50&deg; to 95&deg; F (10&deg; to 35&deg; C)</li>\r\n <li>\r\n Storage temperature: -40&deg; to 116&deg; F (-40&deg; to 47&deg; C)</li>\r\n <li>\r\n Operating humidity: 20% to 80% noncondensing</li>\r\n <li>\r\n Maximum operating altitude: 10,000 feet</li>\r\n</ul>\r\n<p>\r\n <b>Agency approvals</b></p>\r\n<ul>\r\n <li>\r\n FCC Part 15 Class B</li>\r\n <li>\r\n EN55022 Class B</li>\r\n <li>\r\n EN55024</li>\r\n <li>\r\n VCCI Class B</li>\r\n <li>\r\n AS/NZS 3548 Class B</li>\r\n <li>\r\n CNS 13438 Class B</li>\r\n <li>\r\n ICES-003 Class B</li>\r\n <li>\r\n ISO 13406 part 2</li>\r\n <li>\r\n MPR II</li>\r\n <li>\r\n IEC 60950</li>\r\n <li>\r\n UL 60950</li>\r\n <li>\r\n CSA 60950</li>\r\n <li>\r\n EN60950</li>\r\n <li>\r\n ENERGY STAR</li>\r\n <li>\r\n TCO &#39;03</li>\r\n</ul>\r\n<p>\r\n <b>Size and weight</b><br />\r\n 30-inch Apple Cinema HD Display</p>\r\n<ul>\r\n <li>\r\n Height: 21.3 inches (54.3 cm)</li>\r\n <li>\r\n Width: 27.2 inches (68.8 cm)</li>\r\n <li>\r\n Depth: 8.46 inches (21.5 cm)</li>\r\n <li>\r\n Weight: 27.5 pounds (12.5 kg)</li>\r\n</ul>\r\n<p>\r\n <b>System Requirements</b></p>\r\n<ul>\r\n <li>\r\n Mac Pro, all graphic options</li>\r\n <li>\r\n MacBook Pro</li>\r\n <li>\r\n Power Mac G5 (PCI-X) with ATI Radeon 9650 or better or NVIDIA GeForce 6800 GT DDL or better</li>\r\n <li>\r\n Power Mac G5 (PCI Express), all graphics options</li>\r\n <li>\r\n PowerBook G4 with dual-link DVI support</li>\r\n <li>\r\n Windows PC and graphics card that supports DVI ports with dual-link digital bandwidth and VESA DDC standard for plug-and-play setup</li>\r\n</ul>\r\n','','',''),(30,1,'Canon EOS 5D','<p>\r\n Canon\'s press material for the EOS 5D states that it \'defines (a) new D-SLR category\', while we\'re not typically too concerned with marketing talk this particular statement is clearly pretty accurate. The EOS 5D is unlike any previous digital SLR in that it combines a full-frame (35 mm sized) high resolution sensor (12.8 megapixels) with a relatively compact body (slightly larger than the EOS 20D, although in your hand it feels noticeably \'chunkier\'). The EOS 5D is aimed to slot in between the EOS 20D and the EOS-1D professional digital SLR\'s, an important difference when compared to the latter is that the EOS 5D doesn\'t have any environmental seals. While Canon don\'t specifically refer to the EOS 5D as a \'professional\' digital SLR it will have obvious appeal to professionals who want a high quality digital SLR in a body lighter than the EOS-1D. It will also no doubt appeal to current EOS 20D owners (although lets hope they\'ve not bought too many EF-S lenses...) äë</p>\r\n','','',''); /*!40000 ALTER TABLE `oc_cartelproduct_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_discount` -- DROP TABLE IF EXISTS `oc_cartelproduct_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_discount` ( `product_discount_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `quantity` int(4) NOT NULL default '0', `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_discount_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_discount` -- LOCK TABLES `oc_cartelproduct_discount` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_discount` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_discount` VALUES (440,42,1,30,1,'66.0000','0000-00-00','0000-00-00'),(439,42,1,20,1,'77.0000','0000-00-00','0000-00-00'),(438,42,1,10,1,'88.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_cartelproduct_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_filter` -- DROP TABLE IF EXISTS `oc_cartelproduct_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_filter` ( `product_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_filter` -- LOCK TABLES `oc_cartelproduct_filter` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelproduct_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_image` -- DROP TABLE IF EXISTS `oc_cartelproduct_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_image` ( `product_image_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL default '0', PRIMARY KEY (`product_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2352 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_image` -- LOCK TABLES `oc_cartelproduct_image` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_image` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_image` VALUES (2345,30,'data/demo/canon_eos_5d_2.jpg',0),(2321,47,'data/demo/hp_3.jpg',0),(2035,28,'data/demo/htc_touch_hd_2.jpg',0),(2351,41,'data/demo/imac_3.jpg',0),(1982,40,'data/demo/iphone_6.jpg',0),(2001,36,'data/demo/ipod_nano_5.jpg',0),(2000,36,'data/demo/ipod_nano_4.jpg',0),(2005,34,'data/demo/ipod_shuffle_5.jpg',0),(2004,34,'data/demo/ipod_shuffle_4.jpg',0),(2011,32,'data/demo/ipod_touch_7.jpg',0),(2010,32,'data/demo/ipod_touch_6.jpg',0),(2009,32,'data/demo/ipod_touch_5.jpg',0),(1971,43,'data/demo/macbook_5.jpg',0),(1970,43,'data/demo/macbook_4.jpg',0),(1974,44,'data/demo/macbook_air_4.jpg',0),(1973,44,'data/demo/macbook_air_2.jpg',0),(1977,45,'data/demo/macbook_pro_2.jpg',0),(1976,45,'data/demo/macbook_pro_3.jpg',0),(1986,31,'data/demo/nikon_d300_3.jpg',0),(1985,31,'data/demo/nikon_d300_2.jpg',0),(1988,29,'data/demo/palm_treo_pro_3.jpg',0),(1995,46,'data/demo/sony_vaio_5.jpg',0),(1994,46,'data/demo/sony_vaio_4.jpg',0),(1991,48,'data/demo/ipod_classic_4.jpg',0),(1990,48,'data/demo/ipod_classic_3.jpg',0),(1981,40,'data/demo/iphone_2.jpg',0),(1980,40,'data/demo/iphone_5.jpg',0),(2344,30,'data/demo/canon_eos_5d_3.jpg',0),(2320,47,'data/demo/hp_2.jpg',0),(2034,28,'data/demo/htc_touch_hd_3.jpg',0),(2350,41,'data/demo/imac_2.jpg',0),(1979,40,'data/demo/iphone_3.jpg',0),(1978,40,'data/demo/iphone_4.jpg',0),(1989,48,'data/demo/ipod_classic_2.jpg',0),(1999,36,'data/demo/ipod_nano_2.jpg',0),(1998,36,'data/demo/ipod_nano_3.jpg',0),(2003,34,'data/demo/ipod_shuffle_2.jpg',0),(2002,34,'data/demo/ipod_shuffle_3.jpg',0),(2008,32,'data/demo/ipod_touch_2.jpg',0),(2007,32,'data/demo/ipod_touch_3.jpg',0),(2006,32,'data/demo/ipod_touch_4.jpg',0),(1969,43,'data/demo/macbook_2.jpg',0),(1968,43,'data/demo/macbook_3.jpg',0),(1972,44,'data/demo/macbook_air_3.jpg',0),(1975,45,'data/demo/macbook_pro_4.jpg',0),(1984,31,'data/demo/nikon_d300_4.jpg',0),(1983,31,'data/demo/nikon_d300_5.jpg',0),(1987,29,'data/demo/palm_treo_pro_2.jpg',0),(1993,46,'data/demo/sony_vaio_2.jpg',0),(1992,46,'data/demo/sony_vaio_3.jpg',0),(2327,49,'data/demo/samsung_tab_7.jpg',0),(2326,49,'data/demo/samsung_tab_6.jpg',0),(2325,49,'data/demo/samsung_tab_5.jpg',0),(2324,49,'data/demo/samsung_tab_4.jpg',0),(2323,49,'data/demo/samsung_tab_3.jpg',0),(2322,49,'data/demo/samsung_tab_2.jpg',0),(2317,42,'data/demo/canon_logo.jpg',0),(2316,42,'data/demo/hp_1.jpg',0),(2315,42,'data/demo/compaq_presario.jpg',0),(2314,42,'data/demo/canon_eos_5d_1.jpg',0),(2313,42,'data/demo/canon_eos_5d_2.jpg',0); /*!40000 ALTER TABLE `oc_cartelproduct_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_option` -- DROP TABLE IF EXISTS `oc_cartelproduct_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_option` ( `product_option_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value` text NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`product_option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_option` -- LOCK TABLES `oc_cartelproduct_option` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_option` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_option` VALUES (224,35,11,'',1),(225,47,12,'2011-04-22',1),(223,42,2,'',1),(217,42,5,'',1),(209,42,6,'',1),(218,42,1,'',1),(208,42,4,'test',1),(219,42,8,'2011-02-20',1),(222,42,7,'',1),(221,42,9,'22:25',1),(220,42,10,'2011-02-20 22:25',1),(226,30,5,'',1); /*!40000 ALTER TABLE `oc_cartelproduct_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_option_value` -- DROP TABLE IF EXISTS `oc_cartelproduct_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_option_value` ( `product_option_value_id` int(11) NOT NULL auto_increment, `product_option_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL, `quantity` int(3) NOT NULL, `subtract` tinyint(1) NOT NULL, `price` decimal(15,4) NOT NULL, `price_prefix` varchar(1) NOT NULL, `points` int(8) NOT NULL, `points_prefix` varchar(1) NOT NULL, `weight` decimal(15,8) NOT NULL, `weight_prefix` varchar(1) NOT NULL, PRIMARY KEY (`product_option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_option_value` -- LOCK TABLES `oc_cartelproduct_option_value` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_option_value` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_option_value` VALUES (1,217,42,5,41,100,0,'1.0000','+',0,'+','1.00000000','+'),(6,218,42,1,31,146,1,'20.0000','+',2,'-','20.00000000','+'),(7,218,42,1,43,300,1,'30.0000','+',3,'+','30.00000000','+'),(5,218,42,1,32,96,1,'10.0000','+',1,'+','10.00000000','+'),(4,217,42,5,39,92,1,'4.0000','+',0,'+','4.00000000','+'),(2,217,42,5,42,200,1,'2.0000','+',0,'+','2.00000000','+'),(3,217,42,5,40,300,0,'3.0000','+',0,'+','3.00000000','+'),(8,223,42,2,23,48,1,'10.0000','+',0,'+','10.00000000','+'),(10,223,42,2,44,2696,1,'30.0000','+',0,'+','30.00000000','+'),(9,223,42,2,24,194,1,'20.0000','+',0,'+','20.00000000','+'),(11,223,42,2,45,3998,1,'40.0000','+',0,'+','40.00000000','+'),(12,224,35,11,46,0,1,'5.0000','+',0,'+','0.00000000','+'),(13,224,35,11,47,10,1,'10.0000','+',0,'+','0.00000000','+'),(14,224,35,11,48,15,1,'15.0000','+',0,'+','0.00000000','+'),(16,226,30,5,40,5,1,'0.0000','+',0,'+','0.00000000','+'),(15,226,30,5,39,2,1,'0.0000','+',0,'+','0.00000000','+'); /*!40000 ALTER TABLE `oc_cartelproduct_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_profile` -- DROP TABLE IF EXISTS `oc_cartelproduct_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_profile` -- LOCK TABLES `oc_cartelproduct_profile` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelproduct_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_recurring` -- DROP TABLE IF EXISTS `oc_cartelproduct_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_recurring` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_recurring` -- LOCK TABLES `oc_cartelproduct_recurring` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelproduct_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_related` -- DROP TABLE IF EXISTS `oc_cartelproduct_related`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_related` ( `product_id` int(11) NOT NULL, `related_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`related_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_related` -- LOCK TABLES `oc_cartelproduct_related` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_related` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_related` VALUES (40,42),(41,42),(42,40),(42,41); /*!40000 ALTER TABLE `oc_cartelproduct_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_reward` -- DROP TABLE IF EXISTS `oc_cartelproduct_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_reward` ( `product_reward_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `points` int(8) NOT NULL default '0', PRIMARY KEY (`product_reward_id`) ) ENGINE=MyISAM AUTO_INCREMENT=546 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_reward` -- LOCK TABLES `oc_cartelproduct_reward` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_reward` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_reward` VALUES (515,42,1,100),(519,47,1,300),(379,28,1,400),(329,43,1,600),(339,29,1,0),(343,48,1,0),(335,40,1,0),(539,30,1,200),(331,44,1,700),(333,45,1,800),(337,31,1,0),(425,35,1,0),(345,33,1,0),(347,46,1,0),(545,41,1,0),(351,36,1,0),(353,34,1,0),(355,32,1,0),(521,49,1,1000); /*!40000 ALTER TABLE `oc_cartelproduct_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_special` -- DROP TABLE IF EXISTS `oc_cartelproduct_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_special` ( `product_special_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_special_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_special` -- LOCK TABLES `oc_cartelproduct_special` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_special` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_special` VALUES (419,42,1,1,'90.0000','0000-00-00','0000-00-00'),(439,30,1,2,'90.0000','0000-00-00','0000-00-00'),(438,30,1,1,'80.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_cartelproduct_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_to_category` -- DROP TABLE IF EXISTS `oc_cartelproduct_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_to_category` ( `product_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_to_category` -- LOCK TABLES `oc_cartelproduct_to_category` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_to_category` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_to_category` VALUES (28,20),(28,24),(29,20),(29,24),(30,20),(30,33),(31,33),(32,34),(33,20),(33,28),(34,34),(35,20),(36,34),(40,20),(40,24),(41,27),(42,20),(42,28),(43,18),(43,20),(44,18),(44,20),(45,18),(46,18),(46,20),(47,18),(47,20),(48,20),(48,34),(49,57); /*!40000 ALTER TABLE `oc_cartelproduct_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_to_download` -- DROP TABLE IF EXISTS `oc_cartelproduct_to_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_to_download` ( `product_id` int(11) NOT NULL, `download_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_to_download` -- LOCK TABLES `oc_cartelproduct_to_download` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_to_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelproduct_to_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_to_layout` -- DROP TABLE IF EXISTS `oc_cartelproduct_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_to_layout` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_to_layout` -- LOCK TABLES `oc_cartelproduct_to_layout` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelproduct_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelproduct_to_store` -- DROP TABLE IF EXISTS `oc_cartelproduct_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelproduct_to_store` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL default '0', PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelproduct_to_store` -- LOCK TABLES `oc_cartelproduct_to_store` WRITE; /*!40000 ALTER TABLE `oc_cartelproduct_to_store` DISABLE KEYS */; INSERT INTO `oc_cartelproduct_to_store` VALUES (28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0); /*!40000 ALTER TABLE `oc_cartelproduct_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelprofile` -- DROP TABLE IF EXISTS `oc_cartelprofile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelprofile` ( `profile_id` int(11) NOT NULL auto_increment, `sort_order` int(11) NOT NULL, `status` tinyint(4) NOT NULL, `price` decimal(10,4) NOT NULL, `frequency` enum('day','week','semi_month','month','year') NOT NULL, `duration` int(10) unsigned NOT NULL, `cycle` int(10) unsigned NOT NULL, `trial_status` tinyint(4) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `trial_frequency` enum('day','week','semi_month','month','year') NOT NULL, `trial_duration` int(10) unsigned NOT NULL, `trial_cycle` int(10) unsigned NOT NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelprofile` -- LOCK TABLES `oc_cartelprofile` WRITE; /*!40000 ALTER TABLE `oc_cartelprofile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelprofile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelprofile_description` -- DROP TABLE IF EXISTS `oc_cartelprofile_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelprofile_description` ( `profile_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`profile_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelprofile_description` -- LOCK TABLES `oc_cartelprofile_description` WRITE; /*!40000 ALTER TABLE `oc_cartelprofile_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelprofile_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreturn` -- DROP TABLE IF EXISTS `oc_cartelreturn`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreturn` ( `return_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `product` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `opened` tinyint(1) NOT NULL, `return_reason_id` int(11) NOT NULL, `return_action_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `comment` text, `date_ordered` date NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`return_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreturn` -- LOCK TABLES `oc_cartelreturn` WRITE; /*!40000 ALTER TABLE `oc_cartelreturn` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelreturn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreturn_action` -- DROP TABLE IF EXISTS `oc_cartelreturn_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreturn_action` ( `return_action_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(64) NOT NULL, PRIMARY KEY (`return_action_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreturn_action` -- LOCK TABLES `oc_cartelreturn_action` WRITE; /*!40000 ALTER TABLE `oc_cartelreturn_action` DISABLE KEYS */; INSERT INTO `oc_cartelreturn_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent'); /*!40000 ALTER TABLE `oc_cartelreturn_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreturn_history` -- DROP TABLE IF EXISTS `oc_cartelreturn_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreturn_history` ( `return_history_id` int(11) NOT NULL auto_increment, `return_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `notify` tinyint(1) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`return_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreturn_history` -- LOCK TABLES `oc_cartelreturn_history` WRITE; /*!40000 ALTER TABLE `oc_cartelreturn_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelreturn_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreturn_reason` -- DROP TABLE IF EXISTS `oc_cartelreturn_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreturn_reason` ( `return_reason_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(128) NOT NULL, PRIMARY KEY (`return_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreturn_reason` -- LOCK TABLES `oc_cartelreturn_reason` WRITE; /*!40000 ALTER TABLE `oc_cartelreturn_reason` DISABLE KEYS */; INSERT INTO `oc_cartelreturn_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details'); /*!40000 ALTER TABLE `oc_cartelreturn_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreturn_status` -- DROP TABLE IF EXISTS `oc_cartelreturn_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreturn_status` ( `return_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, PRIMARY KEY (`return_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreturn_status` -- LOCK TABLES `oc_cartelreturn_status` WRITE; /*!40000 ALTER TABLE `oc_cartelreturn_status` DISABLE KEYS */; INSERT INTO `oc_cartelreturn_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products'); /*!40000 ALTER TABLE `oc_cartelreturn_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelreview` -- DROP TABLE IF EXISTS `oc_cartelreview`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelreview` ( `review_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `author` varchar(64) NOT NULL, `text` text NOT NULL, `rating` int(1) NOT NULL, `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`review_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelreview` -- LOCK TABLES `oc_cartelreview` WRITE; /*!40000 ALTER TABLE `oc_cartelreview` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelreview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelsetting` -- DROP TABLE IF EXISTS `oc_cartelsetting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelsetting` ( `setting_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `group` varchar(32) NOT NULL, `key` varchar(64) NOT NULL, `value` text NOT NULL, `serialized` tinyint(1) NOT NULL, PRIMARY KEY (`setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=134 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelsetting` -- LOCK TABLES `oc_cartelsetting` WRITE; /*!40000 ALTER TABLE `oc_cartelsetting` DISABLE KEYS */; INSERT INTO `oc_cartelsetting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','1',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(16,0,'config','config_google_analytics','',0),(17,0,'config','config_error_filename','error.txt',0),(18,0,'config','config_error_log','1',0),(19,0,'config','config_error_display','1',0),(20,0,'config','config_compression','0',0),(133,0,'config','config_encryption','e8639960c3e4a1d591fde833a9db6923',0),(22,0,'config','config_maintenance','0',0),(23,0,'config','config_account_mail','0',0),(24,0,'config','config_alert_emails','',0),(25,0,'config','config_secure','0',0),(26,0,'config','config_seo_url','0',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(29,0,'config','config_alert_mail','0',0),(30,0,'config','config_smtp_username','',0),(31,0,'config','config_smtp_password','',0),(32,0,'config','config_smtp_port','25',0),(33,0,'config','config_smtp_timeout','5',0),(34,0,'flat','flat_sort_order','1',0),(35,0,'flat','flat_status','1',0),(36,0,'flat','flat_geo_zone_id','0',0),(37,0,'flat','flat_tax_class_id','9',0),(38,0,'carousel','carousel_module','a:1:{i:0;a:10:{s:9:\"banner_id\";s:1:\"8\";s:5:\"limit\";s:1:\"5\";s:6:\"scroll\";s:1:\"3\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:14:\"content_bottom\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:2:\"-1\";}}',1),(39,0,'featured','featured_product','43,40,42,49,46,47,28',0),(40,0,'featured','featured_module','a:1:{i:0;a:8:{s:5:\"limit\";s:1:\"6\";s:11:\"image_width\";s:2:\"80\";s:12:\"image_height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"2\";}}',1),(41,0,'flat','flat_cost','5.00',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(44,0,'config','config_smtp_host','',0),(45,0,'config','config_image_cart_height','47',0),(46,0,'config','config_mail_protocol','mail',0),(47,0,'config','config_mail_parameter','',0),(48,0,'config','config_image_wishlist_height','47',0),(49,0,'config','config_image_cart_width','47',0),(50,0,'config','config_image_wishlist_width','47',0),(51,0,'config','config_image_compare_height','90',0),(52,0,'config','config_image_compare_width','90',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(55,0,'config','config_image_related_height','80',0),(56,0,'affiliate','affiliate_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:2:\"10\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(57,0,'category','category_module','a:2:{i:0;a:5:{s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}i:1;a:5:{s:9:\"layout_id\";s:1:\"2\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(58,0,'config','config_image_related_width','80',0),(59,0,'config','config_image_additional_height','74',0),(60,0,'account','account_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:1:\"6\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(61,0,'config','config_image_additional_width','74',0),(62,0,'config','config_image_manufacturer_height','80',0),(63,0,'config','config_image_manufacturer_width','80',0),(64,0,'config','config_image_category_height','80',0),(65,0,'config','config_image_category_width','80',0),(66,0,'config','config_image_product_height','80',0),(67,0,'config','config_image_product_width','80',0),(68,0,'config','config_image_popup_height','500',0),(69,0,'config','config_image_popup_width','500',0),(70,0,'config','config_image_thumb_height','228',0),(71,0,'config','config_image_thumb_width','228',0),(72,0,'config','config_icon','data/cart.png',0),(73,0,'config','config_logo','data/logo.png',0),(74,0,'config','config_cart_weight','1',0),(75,0,'config','config_upload_allowed','jpg, JPG, jpeg, gif, png, txt',0),(76,0,'config','config_file_extension_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(77,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/jpeg\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/tiff\r\nimage/svg+xml\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/postscript\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(78,0,'config','config_review_status','1',0),(79,0,'config','config_download','1',0),(80,0,'config','config_return_status_id','2',0),(81,0,'config','config_complete_status_id','5',0),(82,0,'config','config_order_status_id','1',0),(83,0,'config','config_stock_status_id','5',0),(84,0,'config','config_stock_checkout','0',0),(85,0,'config','config_stock_warning','0',0),(86,0,'config','config_stock_display','0',0),(87,0,'config','config_commission','5',0),(88,0,'config','config_affiliate_id','4',0),(89,0,'config','config_checkout_id','5',0),(90,0,'config','config_guest_checkout','1',0),(91,0,'config','config_account_id','3',0),(92,0,'config','config_customer_price','0',0),(93,0,'config','config_customer_group_id','1',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(96,0,'config','config_length_class_id','1',0),(97,0,'config','config_invoice_prefix','INV-2013-00',0),(98,0,'config','config_tax','1',0),(99,0,'config','config_tax_customer','shipping',0),(100,0,'config','config_tax_default','shipping',0),(101,0,'config','config_admin_limit','20',0),(102,0,'config','config_catalog_limit','15',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(105,0,'config','config_weight_class_id','1',0),(106,0,'config','config_currency_auto','1',0),(107,0,'config','config_currency','USD',0),(108,0,'slideshow','slideshow_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"7\";s:5:\"width\";s:3:\"980\";s:6:\"height\";s:3:\"280\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(109,0,'banner','banner_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"6\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"182\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"3\";}}',1),(110,0,'config','config_name','Your Store',0),(111,0,'config','config_owner','Your Name',0),(112,0,'config','config_address','Address 1',0),(131,0,'config','config_email','convictcartel@yahoo.com',0),(114,0,'config','config_telephone','123456789',0),(115,0,'config','config_fax','',0),(116,0,'config','config_title','Your Store',0),(117,0,'config','config_meta_description','My Store',0),(118,0,'config','config_template','default',0),(119,0,'config','config_layout_id','4',0),(120,0,'config','config_country_id','222',0),(121,0,'config','config_zone_id','3563',0),(122,0,'config','config_language','en',0),(123,0,'config','config_admin_language','en',0),(124,0,'config','config_order_edit','100',0),(125,0,'config','config_voucher_min','1',0),(126,0,'config','config_voucher_max','1000',0),(127,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(128,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(129,0,'config','config_password','1',0),(130,0,'config','config_product_count','1',0),(132,0,'config','config_url','http://037cbcd.netsolhost.com/store/',0); /*!40000 ALTER TABLE `oc_cartelsetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelstock_status` -- DROP TABLE IF EXISTS `oc_cartelstock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelstock_status` ( `stock_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`stock_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelstock_status` -- LOCK TABLES `oc_cartelstock_status` WRITE; /*!40000 ALTER TABLE `oc_cartelstock_status` DISABLE KEYS */; INSERT INTO `oc_cartelstock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2 - 3 Days'); /*!40000 ALTER TABLE `oc_cartelstock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelstore` -- DROP TABLE IF EXISTS `oc_cartelstore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelstore` ( `store_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `url` varchar(255) NOT NULL, `ssl` varchar(255) NOT NULL, PRIMARY KEY (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelstore` -- LOCK TABLES `oc_cartelstore` WRITE; /*!40000 ALTER TABLE `oc_cartelstore` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelstore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteltax_class` -- DROP TABLE IF EXISTS `oc_carteltax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteltax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteltax_class` -- LOCK TABLES `oc_carteltax_class` WRITE; /*!40000 ALTER TABLE `oc_carteltax_class` DISABLE KEYS */; INSERT INTO `oc_carteltax_class` VALUES (9,'Taxable Goods','Taxed Stuff','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36'); /*!40000 ALTER TABLE `oc_carteltax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteltax_rate` -- DROP TABLE IF EXISTS `oc_carteltax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteltax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `geo_zone_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, `rate` decimal(15,4) NOT NULL default '0.0000', `type` char(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteltax_rate` -- LOCK TABLES `oc_carteltax_rate` WRITE; /*!40000 ALTER TABLE `oc_carteltax_rate` DISABLE KEYS */; INSERT INTO `oc_carteltax_rate` VALUES (86,3,'VAT (17.5%)','17.5000','P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)','2.0000','F','2011-09-21 21:49:23','2011-09-23 00:40:19'); /*!40000 ALTER TABLE `oc_carteltax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteltax_rate_to_customer_group` -- DROP TABLE IF EXISTS `oc_carteltax_rate_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteltax_rate_to_customer_group` ( `tax_rate_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`tax_rate_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteltax_rate_to_customer_group` -- LOCK TABLES `oc_carteltax_rate_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_carteltax_rate_to_customer_group` DISABLE KEYS */; INSERT INTO `oc_carteltax_rate_to_customer_group` VALUES (86,1),(87,1); /*!40000 ALTER TABLE `oc_carteltax_rate_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteltax_rule` -- DROP TABLE IF EXISTS `oc_carteltax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteltax_rule` ( `tax_rule_id` int(11) NOT NULL auto_increment, `tax_class_id` int(11) NOT NULL, `tax_rate_id` int(11) NOT NULL, `based` varchar(10) NOT NULL, `priority` int(5) NOT NULL default '1', PRIMARY KEY (`tax_rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteltax_rule` -- LOCK TABLES `oc_carteltax_rule` WRITE; /*!40000 ALTER TABLE `oc_carteltax_rule` DISABLE KEYS */; INSERT INTO `oc_carteltax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2); /*!40000 ALTER TABLE `oc_carteltax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelurl_alias` -- DROP TABLE IF EXISTS `oc_cartelurl_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelurl_alias` ( `url_alias_id` int(11) NOT NULL auto_increment, `query` varchar(255) NOT NULL, `keyword` varchar(255) NOT NULL, PRIMARY KEY (`url_alias_id`) ) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelurl_alias` -- LOCK TABLES `oc_cartelurl_alias` WRITE; /*!40000 ALTER TABLE `oc_cartelurl_alias` DISABLE KEYS */; INSERT INTO `oc_cartelurl_alias` VALUES (704,'product_id=48','ipod_classic'),(773,'category_id=20','desktops'),(503,'category_id=26','pc'),(505,'category_id=27','mac'),(730,'manufacturer_id=8','apple'),(772,'information_id=4','about_us'),(768,'product_id=42','test'),(767,'category_id=34','mp3-players'),(536,'category_id=36','Normal'); /*!40000 ALTER TABLE `oc_cartelurl_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteluser` -- DROP TABLE IF EXISTS `oc_carteluser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteluser` ( `user_id` int(11) NOT NULL auto_increment, `user_group_id` int(11) NOT NULL, `username` varchar(20) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `code` varchar(40) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteluser` -- LOCK TABLES `oc_carteluser` WRITE; /*!40000 ALTER TABLE `oc_carteluser` DISABLE KEYS */; INSERT INTO `oc_carteluser` VALUES (1,1,'Convict Cartel','35a60c31aeab6d1906b5f2046b37be09af19bee5','70d01e5cf','','','convictcartel@yahoo.com','','',1,'2013-07-25 13:53:17'); /*!40000 ALTER TABLE `oc_carteluser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_carteluser_group` -- DROP TABLE IF EXISTS `oc_carteluser_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_carteluser_group` ( `user_group_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `permission` text NOT NULL, PRIMARY KEY (`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_carteluser_group` -- LOCK TABLES `oc_carteluser_group` WRITE; /*!40000 ALTER TABLE `oc_carteluser_group` DISABLE KEYS */; INSERT INTO `oc_carteluser_group` VALUES (1,'Top Administrator','a:2:{s:6:\"access\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}s:6:\"modify\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}}'),(10,'Demonstration',''); /*!40000 ALTER TABLE `oc_carteluser_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelvoucher` -- DROP TABLE IF EXISTS `oc_cartelvoucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelvoucher` ( `voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelvoucher` -- LOCK TABLES `oc_cartelvoucher` WRITE; /*!40000 ALTER TABLE `oc_cartelvoucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelvoucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelvoucher_history` -- DROP TABLE IF EXISTS `oc_cartelvoucher_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelvoucher_history` ( `voucher_history_id` int(11) NOT NULL auto_increment, `voucher_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`voucher_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelvoucher_history` -- LOCK TABLES `oc_cartelvoucher_history` WRITE; /*!40000 ALTER TABLE `oc_cartelvoucher_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_cartelvoucher_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelvoucher_theme` -- DROP TABLE IF EXISTS `oc_cartelvoucher_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelvoucher_theme` ( `voucher_theme_id` int(11) NOT NULL auto_increment, `image` varchar(255) NOT NULL, PRIMARY KEY (`voucher_theme_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelvoucher_theme` -- LOCK TABLES `oc_cartelvoucher_theme` WRITE; /*!40000 ALTER TABLE `oc_cartelvoucher_theme` DISABLE KEYS */; INSERT INTO `oc_cartelvoucher_theme` VALUES (8,'data/demo/canon_eos_5d_2.jpg'),(7,'data/demo/gift-voucher-birthday.jpg'),(6,'data/demo/apple_logo.jpg'); /*!40000 ALTER TABLE `oc_cartelvoucher_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelvoucher_theme_description` -- DROP TABLE IF EXISTS `oc_cartelvoucher_theme_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelvoucher_theme_description` ( `voucher_theme_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`voucher_theme_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelvoucher_theme_description` -- LOCK TABLES `oc_cartelvoucher_theme_description` WRITE; /*!40000 ALTER TABLE `oc_cartelvoucher_theme_description` DISABLE KEYS */; INSERT INTO `oc_cartelvoucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General'); /*!40000 ALTER TABLE `oc_cartelvoucher_theme_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelweight_class` -- DROP TABLE IF EXISTS `oc_cartelweight_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelweight_class` ( `weight_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL default '0.00000000', PRIMARY KEY (`weight_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelweight_class` -- LOCK TABLES `oc_cartelweight_class` WRITE; /*!40000 ALTER TABLE `oc_cartelweight_class` DISABLE KEYS */; INSERT INTO `oc_cartelweight_class` VALUES (1,'1.00000000'),(2,'1000.00000000'),(5,'2.20460000'),(6,'35.27400000'); /*!40000 ALTER TABLE `oc_cartelweight_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelweight_class_description` -- DROP TABLE IF EXISTS `oc_cartelweight_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelweight_class_description` ( `weight_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`weight_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelweight_class_description` -- LOCK TABLES `oc_cartelweight_class_description` WRITE; /*!40000 ALTER TABLE `oc_cartelweight_class_description` DISABLE KEYS */; INSERT INTO `oc_cartelweight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz'); /*!40000 ALTER TABLE `oc_cartelweight_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelzone` -- DROP TABLE IF EXISTS `oc_cartelzone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelzone` ( `zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `code` varchar(32) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4033 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelzone` -- LOCK TABLES `oc_cartelzone` WRITE; /*!40000 ALTER TABLE `oc_cartelzone` DISABLE KEYS */; INSERT INTO `oc_cartelzone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Hi','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chi','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovar-Bilogora','BB',1),(848,53,'City of Zagreb','CZ',1),(849,53,'Dubrovnik-Neretva','DN',1),(850,53,'Istra','IS',1),(851,53,'Karlovac','KA',1),(852,53,'Koprivnica-Krizevci','KK',1),(853,53,'Krapina-Zagorje','KZ',1),(854,53,'Lika-Senj','LS',1),(855,53,'Medimurje','ME',1),(856,53,'Osijek-Baranja','OB',1),(857,53,'Pozega-Slavonia','PS',1),(858,53,'Primorje-Gorski Kotar','PG',1),(859,53,'Sibenik','SI',1),(860,53,'Sisak-Moslavina','SM',1),(861,53,'Slavonski Brod-Posavina','SB',1),(862,53,'Split-Dalmatia','SD',1),(863,53,'Varazdin','VA',1),(864,53,'Virovitica-Podravina','VP',1),(865,53,'Vukovar-Srijem','VS',1),(866,53,'Zadar-Knin','ZK',1),(867,53,'Zagreb','ZA',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan Laani','AL',1),(1086,72,'Etela-Suomen Laani','ES',1),(1087,72,'Ita-Suomen Laani','IS',1),(1088,72,'Lansi-Suomen Laani','LS',1),(1089,72,'Lapin Lanani','LA',1),(1090,72,'Oulun Laani','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1428,97,'Bacs-Kiskun','BK',1),(1429,97,'Baranya','BA',1),(1430,97,'Bekes','BE',1),(1431,97,'Bekescsaba','BS',1),(1432,97,'Borsod-Abauj-Zemplen','BZ',1),(1433,97,'Budapest','BU',1),(1434,97,'Csongrad','CS',1),(1435,97,'Debrecen','DE',1),(1436,97,'Dunaujvaros','DU',1),(1437,97,'Eger','EG',1),(1438,97,'Fejer','FE',1),(1439,97,'Gyor','GY',1),(1440,97,'Gyor-Moson-Sopron','GM',1),(1441,97,'Hajdu-Bihar','HB',1),(1442,97,'Heves','HE',1),(1443,97,'Hodmezovasarhely','HO',1),(1444,97,'Jasz-Nagykun-Szolnok','JN',1),(1445,97,'Kaposvar','KA',1),(1446,97,'Kecskemet','KE',1),(1447,97,'Komarom-Esztergom','KO',1),(1448,97,'Miskolc','MI',1),(1449,97,'Nagykanizsa','NA',1),(1450,97,'Nograd','NO',1),(1451,97,'Nyiregyhaza','NY',1),(1452,97,'Pecs','PE',1),(1453,97,'Pest','PS',1),(1454,97,'Somogy','SO',1),(1455,97,'Sopron','SP',1),(1456,97,'Szabolcs-Szatmar-Bereg','SS',1),(1457,97,'Szeged','SZ',1),(1458,97,'Szekesfehervar','SE',1),(1459,97,'Szolnok','SL',1),(1460,97,'Szombathely','SM',1),(1461,97,'Tatabanya','TA',1),(1462,97,'Tolna','TO',1),(1463,97,'Vas','VA',1),(1464,97,'Veszprem','VE',1),(1465,97,'Zala','ZA',1),(1466,97,'Zalaegerszeg','ZZ',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1819,117,'Aizkraukles Rajons','AIZ',1),(1820,117,'Aluksnes Rajons','ALU',1),(1821,117,'Balvu Rajons','BAL',1),(1822,117,'Bauskas Rajons','BAU',1),(1823,117,'Cesu Rajons','CES',1),(1824,117,'Daugavpils Rajons','DGR',1),(1825,117,'Dobeles Rajons','DOB',1),(1826,117,'Gulbenes Rajons','GUL',1),(1827,117,'Jekabpils Rajons','JEK',1),(1828,117,'Jelgavas Rajons','JGR',1),(1829,117,'Kraslavas Rajons','KRA',1),(1830,117,'Kuldigas Rajons','KUL',1),(1831,117,'Liepajas Rajons','LPR',1),(1832,117,'Limbazu Rajons','LIM',1),(1833,117,'Ludzas Rajons','LUD',1),(1834,117,'Madonas Rajons','MAD',1),(1835,117,'Ogres Rajons','OGR',1),(1836,117,'Preilu Rajons','PRE',1),(1837,117,'Rezeknes Rajons','RZR',1),(1838,117,'Rigas Rajons','RGR',1),(1839,117,'Saldus Rajons','SAL',1),(1840,117,'Talsu Rajons','TAL',1),(1841,117,'Tukuma Rajons','TUK',1),(1842,117,'Valkas Rajons','VLK',1),(1843,117,'Valmieras Rajons','VLM',1),(1844,117,'Ventspils Rajons','VSR',1),(1845,117,'Daugavpils','DGV',1),(1846,117,'Jelgava','JGV',1),(1847,117,'Jurmala','JUR',1),(1848,117,'Liepaja','LPK',1),(1849,117,'Rezekne','RZK',1),(1850,117,'Riga','RGA',1),(1851,117,'Ventspils','VSL',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','JO',1),(1972,129,'Kedah','KE',1),(1973,129,'Kelantan','KL',1),(1974,129,'Labuan','LA',1),(1975,129,'Melaka','ME',1),(1976,129,'Negeri Sembilan','NS',1),(1977,129,'Pahang','PA',1),(1978,129,'Perak','PE',1),(1979,129,'Perlis','PR',1),(1980,129,'Pulau Pinang','PP',1),(1981,129,'Sabah','SA',1),(1982,129,'Sarawak','SR',1),(1983,129,'Selangor','SE',1),(1984,129,'Terengganu','TE',1),(1985,129,'Wilayah Persekutuan','WP',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3031,197,'Ascension','A',1),(3032,197,'Saint Helena','S',1),(3033,197,'Tristan da Cunha','T',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakir','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkasy','CK',1),(3481,220,'Chernihiv','CH',1),(3482,220,'Chernivtsi','CV',1),(3483,220,'Crimea','CR',1),(3484,220,'Dnipropetrovs\'k','DN',1),(3485,220,'Donets\'k','DO',1),(3486,220,'Ivano-Frankivs\'k','IV',1),(3487,220,'Kharkiv Kherson','KL',1),(3488,220,'Khmel\'nyts\'kyy','KM',1),(3489,220,'Kirovohrad','KR',1),(3490,220,'Kiev','KV',1),(3491,220,'Kyyiv','KY',1),(3492,220,'Luhans\'k','LU',1),(3493,220,'L\'viv','LV',1),(3494,220,'Mykolayiv','MY',1),(3495,220,'Odesa','OD',1),(3496,220,'Poltava','PO',1),(3497,220,'Rivne','RI',1),(3498,220,'Sevastopol','SE',1),(3499,220,'Sumy','SU',1),(3500,220,'Ternopil\'','TE',1),(3501,220,'Vinnytsya','VI',1),(3502,220,'Volyn\'','VO',1),(3503,220,'Zakarpattya','ZK',1),(3504,220,'Zaporizhzhya','ZA',1),(3505,220,'Zhytomyr','ZH',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3972,222,'Isle of Man','IOM',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4019,243,'Kosovo','KM',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1); /*!40000 ALTER TABLE `oc_cartelzone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_cartelzone_to_geo_zone` -- DROP TABLE IF EXISTS `oc_cartelzone_to_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_cartelzone_to_geo_zone` ( `zone_to_geo_zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL default '0', `geo_zone_id` int(11) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`zone_to_geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_cartelzone_to_geo_zone` -- LOCK TABLES `oc_cartelzone_to_geo_zone` WRITE; /*!40000 ALTER TABLE `oc_cartelzone_to_geo_zone` DISABLE KEYS */; INSERT INTO `oc_cartelzone_to_geo_zone` VALUES (57,222,0,3,'2010-02-26 22:33:24','0000-00-00 00:00:00'),(65,222,0,4,'2010-12-15 15:18:13','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `oc_cartelzone_to_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category` -- DROP TABLE IF EXISTS `oc_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category` ( `category_id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `parent_id` int(11) NOT NULL default '0', `top` tinyint(1) NOT NULL, `column` int(3) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category` -- LOCK TABLES `oc_category` WRITE; /*!40000 ALTER TABLE `oc_category` DISABLE KEYS */; INSERT INTO `oc_category` VALUES (25,'',0,1,1,3,1,'2009-01-31 01:04:25','2011-05-30 12:14:55'),(27,'',20,0,0,2,1,'2009-01-31 01:55:34','2010-08-22 06:32:15'),(20,'data/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(24,'',0,1,1,5,1,'2009-01-20 02:36:26','2011-05-30 12:15:18'),(18,'data/demo/hp_2.jpg',0,1,0,2,1,'2009-01-05 21:49:15','2011-05-30 12:13:55'),(17,'',0,1,1,4,1,'2009-01-03 21:08:57','2011-05-30 12:15:11'),(28,'',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(26,'',20,0,0,1,1,'2009-01-31 01:55:14','2010-08-22 06:31:45'),(29,'',25,0,0,1,1,'2009-02-02 13:11:37','2010-08-22 06:32:39'),(30,'',25,0,0,1,1,'2009-02-02 13:11:59','2010-08-22 06:33:00'),(31,'',25,0,0,1,1,'2009-02-03 14:17:24','2010-08-22 06:33:06'),(32,'',25,0,0,1,1,'2009-02-03 14:17:34','2010-08-22 06:33:12'),(33,'',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'data/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31'),(35,'',28,0,0,0,1,'2010-09-17 10:06:48','2010-09-18 14:02:42'),(36,'',28,0,0,0,1,'2010-09-17 10:07:13','2010-09-18 14:02:55'),(37,'',34,0,0,0,1,'2010-09-18 14:03:39','2011-04-22 01:55:08'),(38,'',34,0,0,0,1,'2010-09-18 14:03:51','2010-09-18 14:03:51'),(39,'',34,0,0,0,1,'2010-09-18 14:04:17','2011-04-22 01:55:20'),(40,'',34,0,0,0,1,'2010-09-18 14:05:36','2010-09-18 14:05:36'),(41,'',34,0,0,0,1,'2010-09-18 14:05:49','2011-04-22 01:55:30'),(42,'',34,0,0,0,1,'2010-09-18 14:06:34','2010-11-07 20:31:04'),(43,'',34,0,0,0,1,'2010-09-18 14:06:49','2011-04-22 01:55:40'),(44,'',34,0,0,0,1,'2010-09-21 15:39:21','2010-11-07 20:30:55'),(45,'',18,0,0,0,1,'2010-09-24 18:29:16','2011-04-26 08:52:11'),(46,'',18,0,0,0,1,'2010-09-24 18:29:31','2011-04-26 08:52:23'),(47,'',34,0,0,0,1,'2010-11-07 11:13:16','2010-11-07 11:13:16'),(48,'',34,0,0,0,1,'2010-11-07 11:13:33','2010-11-07 11:13:33'),(49,'',34,0,0,0,1,'2010-11-07 11:14:04','2010-11-07 11:14:04'),(50,'',34,0,0,0,1,'2010-11-07 11:14:23','2011-04-22 01:16:01'),(51,'',34,0,0,0,1,'2010-11-07 11:14:38','2011-04-22 01:16:13'),(52,'',34,0,0,0,1,'2010-11-07 11:16:09','2011-04-22 01:54:57'),(53,'',34,0,0,0,1,'2010-11-07 11:28:53','2011-04-22 01:14:36'),(54,'',34,0,0,0,1,'2010-11-07 11:29:16','2011-04-22 01:16:50'),(55,'',34,0,0,0,1,'2010-11-08 10:31:32','2010-11-08 10:31:32'),(56,'',34,0,0,0,1,'2010-11-08 10:31:50','2011-04-22 01:16:37'),(57,'',0,1,1,3,1,'2011-04-26 08:53:16','2011-05-30 12:15:05'),(58,'',52,0,0,0,1,'2011-05-08 13:44:16','2011-05-08 13:44:16'); /*!40000 ALTER TABLE `oc_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_description` -- DROP TABLE IF EXISTS `oc_category_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_description` ( `category_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, PRIMARY KEY (`category_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_description` -- LOCK TABLES `oc_category_description` WRITE; /*!40000 ALTER TABLE `oc_category_description` DISABLE KEYS */; INSERT INTO `oc_category_description` VALUES (28,1,'Monitors','','',''),(33,1,'Cameras','','',''),(32,1,'Web Cameras','','',''),(31,1,'Scanners','','',''),(30,1,'Printers','','',''),(29,1,'Mice and Trackballs','','',''),(27,1,'Mac','','',''),(26,1,'PC','','',''),(17,1,'Software','','',''),(25,1,'Components','','',''),(24,1,'Phones & PDAs','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','Example of category description',''),(35,1,'test 1','','',''),(36,1,'test 2','','',''),(37,1,'test 5','','',''),(38,1,'test 4','','',''),(39,1,'test 6','','',''),(40,1,'test 7','','',''),(41,1,'test 8','','',''),(42,1,'test 9','','',''),(43,1,'test 11','','',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(18,1,'Laptops & Notebooks','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(44,1,'test 12','','',''),(45,1,'Windows','','',''),(46,1,'Macs','','',''),(47,1,'test 15','','',''),(48,1,'test 16','','',''),(49,1,'test 17','','',''),(50,1,'test 18','','',''),(51,1,'test 19','','',''),(52,1,'test 20','','',''),(53,1,'test 21','','',''),(54,1,'test 22','','',''),(55,1,'test 23','','',''),(56,1,'test 24','','',''),(57,1,'Tablets','','',''),(58,1,'test 25','','',''); /*!40000 ALTER TABLE `oc_category_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_filter` -- DROP TABLE IF EXISTS `oc_category_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_filter` ( `category_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_filter` -- LOCK TABLES `oc_category_filter` WRITE; /*!40000 ALTER TABLE `oc_category_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_category_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_path` -- DROP TABLE IF EXISTS `oc_category_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_path` ( `category_id` int(11) NOT NULL, `path_id` int(11) NOT NULL, `level` int(11) NOT NULL, PRIMARY KEY (`category_id`,`path_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_path` -- LOCK TABLES `oc_category_path` WRITE; /*!40000 ALTER TABLE `oc_category_path` DISABLE KEYS */; INSERT INTO `oc_category_path` VALUES (25,25,0),(28,25,0),(28,28,1),(35,25,0),(35,28,1),(35,35,2),(36,25,0),(36,28,1),(36,36,2),(29,25,0),(29,29,1),(30,25,0),(30,30,1),(31,25,0),(31,31,1),(32,25,0),(32,32,1),(20,20,0),(27,20,0),(27,27,1),(26,20,0),(26,26,1),(24,24,0),(18,18,0),(45,18,0),(45,45,1),(46,18,0),(46,46,1),(17,17,0),(33,33,0),(34,34,0),(37,34,0),(37,37,1),(38,34,0),(38,38,1),(39,34,0),(39,39,1),(40,34,0),(40,40,1),(41,34,0),(41,41,1),(42,34,0),(42,42,1),(43,34,0),(43,43,1),(44,34,0),(44,44,1),(47,34,0),(47,47,1),(48,34,0),(48,48,1),(49,34,0),(49,49,1),(50,34,0),(50,50,1),(51,34,0),(51,51,1),(52,34,0),(52,52,1),(58,34,0),(58,52,1),(58,58,2),(53,34,0),(53,53,1),(54,34,0),(54,54,1),(55,34,0),(55,55,1),(56,34,0),(56,56,1),(57,57,0); /*!40000 ALTER TABLE `oc_category_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_to_layout` -- DROP TABLE IF EXISTS `oc_category_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_to_layout` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_to_layout` -- LOCK TABLES `oc_category_to_layout` WRITE; /*!40000 ALTER TABLE `oc_category_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_category_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_to_store` -- DROP TABLE IF EXISTS `oc_category_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_to_store` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_to_store` -- LOCK TABLES `oc_category_to_store` WRITE; /*!40000 ALTER TABLE `oc_category_to_store` DISABLE KEYS */; INSERT INTO `oc_category_to_store` VALUES (17,0),(18,0),(20,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(37,0),(38,0),(39,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0),(50,0),(51,0),(52,0),(53,0),(54,0),(55,0),(56,0),(57,0),(58,0); /*!40000 ALTER TABLE `oc_category_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_country` -- DROP TABLE IF EXISTS `oc_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_country` ( `country_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `iso_code_2` varchar(2) NOT NULL, `iso_code_3` varchar(3) NOT NULL, `address_format` text NOT NULL, `postcode_required` tinyint(1) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_country` -- LOCK TABLES `oc_country` WRITE; /*!40000 ALTER TABLE `oc_country` DISABLE KEYS */; INSERT INTO `oc_country` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(240,'Jersey','JE','JEY','',1,1),(241,'Guernsey','GG','GGY','',1,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1); /*!40000 ALTER TABLE `oc_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon` -- DROP TABLE IF EXISTS `oc_coupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon` ( `coupon_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `code` varchar(10) NOT NULL, `type` char(1) NOT NULL, `discount` decimal(15,4) NOT NULL, `logged` tinyint(1) NOT NULL, `shipping` tinyint(1) NOT NULL, `total` decimal(15,4) NOT NULL, `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', `uses_total` int(11) NOT NULL, `uses_customer` varchar(11) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon` -- LOCK TABLES `oc_coupon` WRITE; /*!40000 ALTER TABLE `oc_coupon` DISABLE KEYS */; INSERT INTO `oc_coupon` VALUES (4,'-10% Discount','2222','P','10.0000',0,0,'0.0000','2011-01-01','2012-01-01',10,'10',1,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P','0.0000',0,1,'100.0000','2009-03-01','2009-08-31',10,'10',1,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F','10.0000',0,0,'10.0000','1970-11-01','2020-11-01',100000,'10000',1,'2009-03-14 21:15:18'); /*!40000 ALTER TABLE `oc_coupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_category` -- DROP TABLE IF EXISTS `oc_coupon_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_category` ( `coupon_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`coupon_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_category` -- LOCK TABLES `oc_coupon_category` WRITE; /*!40000 ALTER TABLE `oc_coupon_category` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_history` -- DROP TABLE IF EXISTS `oc_coupon_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_history` ( `coupon_history_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`coupon_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_history` -- LOCK TABLES `oc_coupon_history` WRITE; /*!40000 ALTER TABLE `oc_coupon_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_product` -- DROP TABLE IF EXISTS `oc_coupon_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_product` ( `coupon_product_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, PRIMARY KEY (`coupon_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_product` -- LOCK TABLES `oc_coupon_product` WRITE; /*!40000 ALTER TABLE `oc_coupon_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_currency` -- DROP TABLE IF EXISTS `oc_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_currency` ( `currency_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` varchar(3) NOT NULL, `symbol_left` varchar(12) NOT NULL, `symbol_right` varchar(12) NOT NULL, `decimal_place` char(1) NOT NULL, `value` float(15,8) NOT NULL, `status` tinyint(1) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`currency_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_currency` -- LOCK TABLES `oc_currency` WRITE; /*!40000 ALTER TABLE `oc_currency` DISABLE KEYS */; INSERT INTO `oc_currency` VALUES (1,'Pound Sterling','GBP','£','','2',0.61979997,1,'2011-07-16 10:30:52'),(2,'US Dollar','USD','$','','2',1.00000000,1,'2011-07-16 16:55:46'),(3,'Euro','EUR','','€','2',0.70660001,1,'2011-07-16 10:30:52'); /*!40000 ALTER TABLE `oc_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field` -- DROP TABLE IF EXISTS `oc_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field` ( `custom_field_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `value` text NOT NULL, `required` tinyint(1) NOT NULL, `location` varchar(32) NOT NULL, `position` int(3) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field` -- LOCK TABLES `oc_custom_field` WRITE; /*!40000 ALTER TABLE `oc_custom_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_description` -- DROP TABLE IF EXISTS `oc_custom_field_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_description` ( `custom_field_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_description` -- LOCK TABLES `oc_custom_field_description` WRITE; /*!40000 ALTER TABLE `oc_custom_field_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_to_customer_group` -- DROP TABLE IF EXISTS `oc_custom_field_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_to_customer_group` ( `custom_field_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`custom_field_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_to_customer_group` -- LOCK TABLES `oc_custom_field_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_custom_field_to_customer_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_value` -- DROP TABLE IF EXISTS `oc_custom_field_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_value` ( `custom_field_value_id` int(11) NOT NULL auto_increment, `custom_field_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_value` -- LOCK TABLES `oc_custom_field_value` WRITE; /*!40000 ALTER TABLE `oc_custom_field_value` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_value_description` -- DROP TABLE IF EXISTS `oc_custom_field_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_value_description` ( `custom_field_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_value_description` -- LOCK TABLES `oc_custom_field_value_description` WRITE; /*!40000 ALTER TABLE `oc_custom_field_value_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer` -- DROP TABLE IF EXISTS `oc_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer` ( `customer_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `cart` text, `wishlist` text, `newsletter` tinyint(1) NOT NULL default '0', `address_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL default '0', `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `token` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer` -- LOCK TABLES `oc_customer` WRITE; /*!40000 ALTER TABLE `oc_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_ban_ip` -- DROP TABLE IF EXISTS `oc_customer_ban_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_ban_ip` ( `customer_ban_ip_id` int(11) NOT NULL auto_increment, `ip` varchar(40) NOT NULL, PRIMARY KEY (`customer_ban_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_ban_ip` -- LOCK TABLES `oc_customer_ban_ip` WRITE; /*!40000 ALTER TABLE `oc_customer_ban_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_ban_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_field` -- DROP TABLE IF EXISTS `oc_customer_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_field` ( `customer_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_field` -- LOCK TABLES `oc_customer_field` WRITE; /*!40000 ALTER TABLE `oc_customer_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_group` -- DROP TABLE IF EXISTS `oc_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_group` ( `customer_group_id` int(11) NOT NULL auto_increment, `approval` int(1) NOT NULL, `company_id_display` int(1) NOT NULL, `company_id_required` int(1) NOT NULL, `tax_id_display` int(1) NOT NULL, `tax_id_required` int(1) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_group` -- LOCK TABLES `oc_customer_group` WRITE; /*!40000 ALTER TABLE `oc_customer_group` DISABLE KEYS */; INSERT INTO `oc_customer_group` VALUES (1,0,1,0,0,1,1); /*!40000 ALTER TABLE `oc_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_group_description` -- DROP TABLE IF EXISTS `oc_customer_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_group_description` ( `customer_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`customer_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_group_description` -- LOCK TABLES `oc_customer_group_description` WRITE; /*!40000 ALTER TABLE `oc_customer_group_description` DISABLE KEYS */; INSERT INTO `oc_customer_group_description` VALUES (1,1,'Default','test'); /*!40000 ALTER TABLE `oc_customer_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_history` -- DROP TABLE IF EXISTS `oc_customer_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_history` ( `customer_history_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_history` -- LOCK TABLES `oc_customer_history` WRITE; /*!40000 ALTER TABLE `oc_customer_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_ip` -- DROP TABLE IF EXISTS `oc_customer_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_ip` ( `customer_ip_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_ip` -- LOCK TABLES `oc_customer_ip` WRITE; /*!40000 ALTER TABLE `oc_customer_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_online` -- DROP TABLE IF EXISTS `oc_customer_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_online` ( `ip` varchar(40) NOT NULL, `customer_id` int(11) NOT NULL, `url` text NOT NULL, `referer` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_online` -- LOCK TABLES `oc_customer_online` WRITE; /*!40000 ALTER TABLE `oc_customer_online` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_reward` -- DROP TABLE IF EXISTS `oc_customer_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_reward` ( `customer_reward_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `description` text NOT NULL, `points` int(8) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_reward_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_reward` -- LOCK TABLES `oc_customer_reward` WRITE; /*!40000 ALTER TABLE `oc_customer_reward` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_transaction` -- DROP TABLE IF EXISTS `oc_customer_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_transaction` ( `customer_transaction_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_transaction` -- LOCK TABLES `oc_customer_transaction` WRITE; /*!40000 ALTER TABLE `oc_customer_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_download` -- DROP TABLE IF EXISTS `oc_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_download` ( `download_id` int(11) NOT NULL auto_increment, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_download` -- LOCK TABLES `oc_download` WRITE; /*!40000 ALTER TABLE `oc_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_download_description` -- DROP TABLE IF EXISTS `oc_download_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_download_description` ( `download_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`download_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_download_description` -- LOCK TABLES `oc_download_description` WRITE; /*!40000 ALTER TABLE `oc_download_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_download_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_extension` -- DROP TABLE IF EXISTS `oc_extension`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_extension` ( `extension_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `code` varchar(32) NOT NULL, PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_extension` -- LOCK TABLES `oc_extension` WRITE; /*!40000 ALTER TABLE `oc_extension` DISABLE KEYS */; INSERT INTO `oc_extension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(387,'shipping','flat'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(411,'module','affiliate'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'); /*!40000 ALTER TABLE `oc_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter` -- DROP TABLE IF EXISTS `oc_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter` ( `filter_id` int(11) NOT NULL auto_increment, `filter_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter` -- LOCK TABLES `oc_filter` WRITE; /*!40000 ALTER TABLE `oc_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_description` -- DROP TABLE IF EXISTS `oc_filter_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_description` ( `filter_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `filter_group_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_description` -- LOCK TABLES `oc_filter_description` WRITE; /*!40000 ALTER TABLE `oc_filter_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_group` -- DROP TABLE IF EXISTS `oc_filter_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_group` ( `filter_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_group` -- LOCK TABLES `oc_filter_group` WRITE; /*!40000 ALTER TABLE `oc_filter_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_group_description` -- DROP TABLE IF EXISTS `oc_filter_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_group_description` ( `filter_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_group_description` -- LOCK TABLES `oc_filter_group_description` WRITE; /*!40000 ALTER TABLE `oc_filter_group_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_geo_zone` -- DROP TABLE IF EXISTS `oc_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_geo_zone` ( `geo_zone_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_geo_zone` -- LOCK TABLES `oc_geo_zone` WRITE; /*!40000 ALTER TABLE `oc_geo_zone` DISABLE KEYS */; INSERT INTO `oc_geo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53'); /*!40000 ALTER TABLE `oc_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information` -- DROP TABLE IF EXISTS `oc_information`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information` ( `information_id` int(11) NOT NULL auto_increment, `bottom` int(1) NOT NULL default '0', `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`information_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information` -- LOCK TABLES `oc_information` WRITE; /*!40000 ALTER TABLE `oc_information` DISABLE KEYS */; INSERT INTO `oc_information` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1); /*!40000 ALTER TABLE `oc_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_description` -- DROP TABLE IF EXISTS `oc_information_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_description` ( `information_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`information_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_description` -- LOCK TABLES `oc_information_description` WRITE; /*!40000 ALTER TABLE `oc_information_description` DISABLE KEYS */; INSERT INTO `oc_information_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n'),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n'),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n'),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n'); /*!40000 ALTER TABLE `oc_information_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_to_layout` -- DROP TABLE IF EXISTS `oc_information_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_to_layout` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_to_layout` -- LOCK TABLES `oc_information_to_layout` WRITE; /*!40000 ALTER TABLE `oc_information_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_information_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_to_store` -- DROP TABLE IF EXISTS `oc_information_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_to_store` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_to_store` -- LOCK TABLES `oc_information_to_store` WRITE; /*!40000 ALTER TABLE `oc_information_to_store` DISABLE KEYS */; INSERT INTO `oc_information_to_store` VALUES (3,0),(4,0),(5,0),(6,0); /*!40000 ALTER TABLE `oc_information_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_language` -- DROP TABLE IF EXISTS `oc_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_language` ( `language_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` varchar(5) NOT NULL, `locale` varchar(255) NOT NULL, `image` varchar(64) NOT NULL, `directory` varchar(32) NOT NULL, `filename` varchar(64) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_language` -- LOCK TABLES `oc_language` WRITE; /*!40000 ALTER TABLE `oc_language` DISABLE KEYS */; INSERT INTO `oc_language` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','gb.png','english','english',1,1); /*!40000 ALTER TABLE `oc_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_layout` -- DROP TABLE IF EXISTS `oc_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_layout` ( `layout_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, PRIMARY KEY (`layout_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_layout` -- LOCK TABLES `oc_layout` WRITE; /*!40000 ALTER TABLE `oc_layout` DISABLE KEYS */; INSERT INTO `oc_layout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'); /*!40000 ALTER TABLE `oc_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_layout_route` -- DROP TABLE IF EXISTS `oc_layout_route`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_layout_route` ( `layout_route_id` int(11) NOT NULL auto_increment, `layout_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `route` varchar(255) NOT NULL, PRIMARY KEY (`layout_route_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_layout_route` -- LOCK TABLES `oc_layout_route` WRITE; /*!40000 ALTER TABLE `oc_layout_route` DISABLE KEYS */; INSERT INTO `oc_layout_route` VALUES (30,6,0,'account'),(17,10,0,'affiliate/'),(29,3,0,'product/category'),(26,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(22,5,0,'product/manufacturer'),(23,7,0,'checkout/'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'); /*!40000 ALTER TABLE `oc_layout_route` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_length_class` -- DROP TABLE IF EXISTS `oc_length_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_length_class` ( `length_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL, PRIMARY KEY (`length_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_length_class` -- LOCK TABLES `oc_length_class` WRITE; /*!40000 ALTER TABLE `oc_length_class` DISABLE KEYS */; INSERT INTO `oc_length_class` VALUES (1,'1.00000000'),(2,'10.00000000'),(3,'0.39370000'); /*!40000 ALTER TABLE `oc_length_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_length_class_description` -- DROP TABLE IF EXISTS `oc_length_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_length_class_description` ( `length_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`length_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_length_class_description` -- LOCK TABLES `oc_length_class_description` WRITE; /*!40000 ALTER TABLE `oc_length_class_description` DISABLE KEYS */; INSERT INTO `oc_length_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in'); /*!40000 ALTER TABLE `oc_length_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_manufacturer` -- DROP TABLE IF EXISTS `oc_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_manufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_manufacturer` -- LOCK TABLES `oc_manufacturer` WRITE; /*!40000 ALTER TABLE `oc_manufacturer` DISABLE KEYS */; INSERT INTO `oc_manufacturer` VALUES (5,'HTC','data/demo/htc_logo.jpg',0),(6,'Palm','data/demo/palm_logo.jpg',0),(7,'Hewlett-Packard','data/demo/hp_logo.jpg',0),(8,'Apple','data/demo/apple_logo.jpg',0),(9,'Canon','data/demo/canon_logo.jpg',0),(10,'Sony','data/demo/sony_logo.jpg',0); /*!40000 ALTER TABLE `oc_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_manufacturer_to_store` -- DROP TABLE IF EXISTS `oc_manufacturer_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_manufacturer_to_store` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_manufacturer_to_store` -- LOCK TABLES `oc_manufacturer_to_store` WRITE; /*!40000 ALTER TABLE `oc_manufacturer_to_store` DISABLE KEYS */; INSERT INTO `oc_manufacturer_to_store` VALUES (5,0),(6,0),(7,0),(8,0),(9,0),(10,0); /*!40000 ALTER TABLE `oc_manufacturer_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option` -- DROP TABLE IF EXISTS `oc_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option` ( `option_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option` -- LOCK TABLES `oc_option` WRITE; /*!40000 ALTER TABLE `oc_option` DISABLE KEYS */; INSERT INTO `oc_option` VALUES (1,'radio',2),(2,'checkbox',3),(4,'text',4),(5,'select',1),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',1),(12,'date',1); /*!40000 ALTER TABLE `oc_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_description` -- DROP TABLE IF EXISTS `oc_option_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_description` ( `option_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_description` -- LOCK TABLES `oc_option_description` WRITE; /*!40000 ALTER TABLE `oc_option_description` DISABLE KEYS */; INSERT INTO `oc_option_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size'); /*!40000 ALTER TABLE `oc_option_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_value` -- DROP TABLE IF EXISTS `oc_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_value` ( `option_value_id` int(11) NOT NULL auto_increment, `option_id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_value` -- LOCK TABLES `oc_option_value` WRITE; /*!40000 ALTER TABLE `oc_option_value` DISABLE KEYS */; INSERT INTO `oc_option_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3); /*!40000 ALTER TABLE `oc_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_value_description` -- DROP TABLE IF EXISTS `oc_option_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_value_description` ( `option_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_value_description` -- LOCK TABLES `oc_option_value_description` WRITE; /*!40000 ALTER TABLE `oc_option_value_description` DISABLE KEYS */; INSERT INTO `oc_option_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small'); /*!40000 ALTER TABLE `oc_option_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order` -- DROP TABLE IF EXISTS `oc_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order` ( `order_id` int(11) NOT NULL auto_increment, `invoice_no` int(11) NOT NULL default '0', `invoice_prefix` varchar(26) NOT NULL, `store_id` int(11) NOT NULL default '0', `store_name` varchar(64) NOT NULL, `store_url` varchar(255) NOT NULL, `customer_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `payment_firstname` varchar(32) NOT NULL, `payment_lastname` varchar(32) NOT NULL, `payment_company` varchar(32) NOT NULL, `payment_company_id` varchar(32) NOT NULL, `payment_tax_id` varchar(32) NOT NULL, `payment_address_1` varchar(128) NOT NULL, `payment_address_2` varchar(128) NOT NULL, `payment_city` varchar(128) NOT NULL, `payment_postcode` varchar(10) NOT NULL, `payment_country` varchar(128) NOT NULL, `payment_country_id` int(11) NOT NULL, `payment_zone` varchar(128) NOT NULL, `payment_zone_id` int(11) NOT NULL, `payment_address_format` text NOT NULL, `payment_method` varchar(128) NOT NULL, `payment_code` varchar(128) NOT NULL, `shipping_firstname` varchar(32) NOT NULL, `shipping_lastname` varchar(32) NOT NULL, `shipping_company` varchar(32) NOT NULL, `shipping_address_1` varchar(128) NOT NULL, `shipping_address_2` varchar(128) NOT NULL, `shipping_city` varchar(128) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_country` varchar(128) NOT NULL, `shipping_country_id` int(11) NOT NULL, `shipping_zone` varchar(128) NOT NULL, `shipping_zone_id` int(11) NOT NULL, `shipping_address_format` text NOT NULL, `shipping_method` varchar(128) NOT NULL, `shipping_code` varchar(128) NOT NULL, `comment` text NOT NULL, `total` decimal(15,4) NOT NULL default '0.0000', `order_status_id` int(11) NOT NULL default '0', `affiliate_id` int(11) NOT NULL, `commission` decimal(15,4) NOT NULL, `language_id` int(11) NOT NULL, `currency_id` int(11) NOT NULL, `currency_code` varchar(3) NOT NULL, `currency_value` decimal(15,8) NOT NULL default '1.00000000', `ip` varchar(40) NOT NULL, `forwarded_ip` varchar(40) NOT NULL, `user_agent` varchar(255) NOT NULL, `accept_language` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order` -- LOCK TABLES `oc_order` WRITE; /*!40000 ALTER TABLE `oc_order` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_download` -- DROP TABLE IF EXISTS `oc_order_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_download` ( `order_download_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(3) NOT NULL default '0', PRIMARY KEY (`order_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_download` -- LOCK TABLES `oc_order_download` WRITE; /*!40000 ALTER TABLE `oc_order_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_field` -- DROP TABLE IF EXISTS `oc_order_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_field` ( `order_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_field` -- LOCK TABLES `oc_order_field` WRITE; /*!40000 ALTER TABLE `oc_order_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_fraud` -- DROP TABLE IF EXISTS `oc_order_fraud`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_fraud` ( `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `country_match` varchar(3) NOT NULL, `country_code` varchar(2) NOT NULL, `high_risk_country` varchar(3) NOT NULL, `distance` int(11) NOT NULL, `ip_region` varchar(255) NOT NULL, `ip_city` varchar(255) NOT NULL, `ip_latitude` decimal(10,6) NOT NULL, `ip_longitude` decimal(10,6) NOT NULL, `ip_isp` varchar(255) NOT NULL, `ip_org` varchar(255) NOT NULL, `ip_asnum` int(11) NOT NULL, `ip_user_type` varchar(255) NOT NULL, `ip_country_confidence` varchar(3) NOT NULL, `ip_region_confidence` varchar(3) NOT NULL, `ip_city_confidence` varchar(3) NOT NULL, `ip_postal_confidence` varchar(3) NOT NULL, `ip_postal_code` varchar(10) NOT NULL, `ip_accuracy_radius` int(11) NOT NULL, `ip_net_speed_cell` varchar(255) NOT NULL, `ip_metro_code` int(3) NOT NULL, `ip_area_code` int(3) NOT NULL, `ip_time_zone` varchar(255) NOT NULL, `ip_region_name` varchar(255) NOT NULL, `ip_domain` varchar(255) NOT NULL, `ip_country_name` varchar(255) NOT NULL, `ip_continent_code` varchar(2) NOT NULL, `ip_corporate_proxy` varchar(3) NOT NULL, `anonymous_proxy` varchar(3) NOT NULL, `proxy_score` int(3) NOT NULL, `is_trans_proxy` varchar(3) NOT NULL, `free_mail` varchar(3) NOT NULL, `carder_email` varchar(3) NOT NULL, `high_risk_username` varchar(3) NOT NULL, `high_risk_password` varchar(3) NOT NULL, `bin_match` varchar(10) NOT NULL, `bin_country` varchar(2) NOT NULL, `bin_name_match` varchar(3) NOT NULL, `bin_name` varchar(255) NOT NULL, `bin_phone_match` varchar(3) NOT NULL, `bin_phone` varchar(32) NOT NULL, `customer_phone_in_billing_location` varchar(8) NOT NULL, `ship_forward` varchar(3) NOT NULL, `city_postal_match` varchar(3) NOT NULL, `ship_city_postal_match` varchar(3) NOT NULL, `score` decimal(10,5) NOT NULL, `explanation` text NOT NULL, `risk_score` decimal(10,5) NOT NULL, `queries_remaining` int(11) NOT NULL, `maxmind_id` varchar(8) NOT NULL, `error` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_fraud` -- LOCK TABLES `oc_order_fraud` WRITE; /*!40000 ALTER TABLE `oc_order_fraud` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_fraud` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_history` -- DROP TABLE IF EXISTS `oc_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_history` ( `order_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_status_id` int(5) NOT NULL, `notify` tinyint(1) NOT NULL default '0', `comment` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_history` -- LOCK TABLES `oc_order_history` WRITE; /*!40000 ALTER TABLE `oc_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_option` -- DROP TABLE IF EXISTS `oc_order_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_option` ( `order_option_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `product_option_id` int(11) NOT NULL, `product_option_value_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `value` text NOT NULL, `type` varchar(32) NOT NULL, PRIMARY KEY (`order_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_option` -- LOCK TABLES `oc_order_option` WRITE; /*!40000 ALTER TABLE `oc_order_option` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_product` -- DROP TABLE IF EXISTS `oc_order_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_product` ( `order_product_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `price` decimal(15,4) NOT NULL default '0.0000', `total` decimal(15,4) NOT NULL default '0.0000', `tax` decimal(15,4) NOT NULL default '0.0000', `reward` int(8) NOT NULL, PRIMARY KEY (`order_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_product` -- LOCK TABLES `oc_order_product` WRITE; /*!40000 ALTER TABLE `oc_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_recurring` -- DROP TABLE IF EXISTS `oc_order_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_recurring` ( `order_recurring_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(4) NOT NULL, `product_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `profile_name` varchar(255) NOT NULL, `profile_description` varchar(255) NOT NULL, `recurring_frequency` varchar(25) NOT NULL, `recurring_cycle` smallint(6) NOT NULL, `recurring_duration` smallint(6) NOT NULL, `recurring_price` decimal(10,4) NOT NULL, `trial` tinyint(1) NOT NULL, `trial_frequency` varchar(25) NOT NULL, `trial_cycle` smallint(6) NOT NULL, `trial_duration` smallint(6) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `profile_reference` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_recurring` -- LOCK TABLES `oc_order_recurring` WRITE; /*!40000 ALTER TABLE `oc_order_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_recurring_transaction` -- DROP TABLE IF EXISTS `oc_order_recurring_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_recurring_transaction` ( `order_recurring_transaction_id` int(11) NOT NULL auto_increment, `order_recurring_id` int(11) NOT NULL, `created` datetime NOT NULL, `amount` decimal(10,4) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_recurring_transaction` -- LOCK TABLES `oc_order_recurring_transaction` WRITE; /*!40000 ALTER TABLE `oc_order_recurring_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_recurring_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_status` -- DROP TABLE IF EXISTS `oc_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_status` ( `order_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`order_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_status` -- LOCK TABLES `oc_order_status` WRITE; /*!40000 ALTER TABLE `oc_order_status` DISABLE KEYS */; INSERT INTO `oc_order_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired'); /*!40000 ALTER TABLE `oc_order_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_total` -- DROP TABLE IF EXISTS `oc_order_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_total` ( `order_total_id` int(10) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(32) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL default '0.0000', `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_total_id`), KEY `idx_orders_total_orders_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_total` -- LOCK TABLES `oc_order_total` WRITE; /*!40000 ALTER TABLE `oc_order_total` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_voucher` -- DROP TABLE IF EXISTS `oc_order_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_voucher` ( `order_voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `voucher_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, PRIMARY KEY (`order_voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_voucher` -- LOCK TABLES `oc_order_voucher` WRITE; /*!40000 ALTER TABLE `oc_order_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product` -- DROP TABLE IF EXISTS `oc_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product` ( `product_id` int(11) NOT NULL auto_increment, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL default '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) default NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `points` int(8) NOT NULL default '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL default '0.00000000', `weight_class_id` int(11) NOT NULL default '0', `length` decimal(15,8) NOT NULL default '0.00000000', `width` decimal(15,8) NOT NULL default '0.00000000', `height` decimal(15,8) NOT NULL default '0.00000000', `length_class_id` int(11) NOT NULL default '0', `subtract` tinyint(1) NOT NULL default '1', `minimum` int(11) NOT NULL default '1', `sort_order` int(11) NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `viewed` int(5) NOT NULL default '0', PRIMARY KEY (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product` -- LOCK TABLES `oc_product` WRITE; /*!40000 ALTER TABLE `oc_product` DISABLE KEYS */; INSERT INTO `oc_product` VALUES (28,'Product 1','','','','','','','',939,7,'data/demo/htc_touch_hd_1.jpg',5,1,'100.0000',200,9,'2009-02-03','146.40000000',2,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:06:50','2011-09-30 01:05:39',0),(29,'Product 2','','','','','','','',999,6,'data/demo/palm_treo_pro_1.jpg',6,1,'279.9900',0,9,'2009-02-03','133.00000000',2,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 16:42:17','2011-09-30 01:06:08',0),(30,'Product 3','','','','','','','',7,6,'data/demo/canon_eos_5d_1.jpg',9,1,'100.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:59:00','2011-09-30 01:05:23',0),(31,'Product 4','','','','','','','',1000,6,'data/demo/nikon_d300_1.jpg',0,1,'80.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 17:00:10','2011-09-30 01:06:00',0),(32,'Product 5','','','','','','','',999,6,'data/demo/ipod_touch_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 17:07:26','2011-09-30 01:07:22',0),(33,'Product 6','','','','','','','',1000,6,'data/demo/samsung_syncmaster_941bw.jpg',0,1,'200.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 17:08:31','2011-09-30 01:06:29',0),(34,'Product 7','','','','','','','',1000,6,'data/demo/ipod_shuffle_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:07:54','2011-09-30 01:07:17',0),(35,'Product 8','','','','','','','',1000,5,'',0,0,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 18:08:31','2011-09-30 01:06:17',0),(36,'Product 9','','','','','','','',994,6,'data/demo/ipod_nano_1.jpg',8,0,'100.0000',100,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:09:19','2011-09-30 01:07:12',0),(40,'product 11','','','','','','','',970,5,'data/demo/iphone_1.jpg',8,1,'101.0000',0,9,'2009-02-03','10.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:12','2011-09-30 01:06:53',0),(41,'Product 14','','','','','','','',977,5,'data/demo/imac_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:26','2011-09-30 01:06:44',0),(42,'Product 15','','','','','','','',990,5,'data/demo/apple_cinema_30.jpg',8,1,'100.0000',400,9,'2009-02-04','12.50000000',1,'1.00000000','2.00000000','3.00000000',1,1,2,0,1,'2009-02-03 21:07:37','2011-09-30 00:46:19',0),(43,'Product 16','','','','','','','',929,5,'data/demo/macbook_1.jpg',8,0,'500.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:07:49','2011-09-30 01:05:46',0),(44,'Product 17','','','','','','','',1000,5,'data/demo/macbook_air_1.jpg',8,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:00','2011-09-30 01:05:53',0),(45,'Product 18','','','','','','','',998,5,'data/demo/macbook_pro_1.jpg',8,1,'2000.0000',0,100,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:17','2011-09-15 22:22:01',0),(46,'Product 19','','','','','','','',1000,5,'data/demo/sony_vaio_1.jpg',10,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:29','2011-09-30 01:06:39',0),(47,'Product 21','','','','','','','',1000,5,'data/demo/hp_1.jpg',7,1,'100.0000',400,9,'2009-02-03','1.00000000',1,'0.00000000','0.00000000','0.00000000',1,0,1,0,1,'2009-02-03 21:08:40','2011-09-30 01:05:28',0),(48,'product 20','test 1','','','','','','test 2',995,5,'data/demo/ipod_classic_1.jpg',8,1,'100.0000',0,9,'2009-02-08','1.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-08 17:21:51','2011-09-30 01:07:06',0),(49,'SAM1','','','','','','','',0,8,'data/demo/samsung_tab_1.jpg',0,1,'199.9900',0,9,'2011-04-25','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,1,1,'2011-04-26 08:57:34','2011-09-30 01:06:23',0); /*!40000 ALTER TABLE `oc_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_attribute` -- DROP TABLE IF EXISTS `oc_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_attribute` ( `product_id` int(11) NOT NULL, `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`product_id`,`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_attribute` -- LOCK TABLES `oc_product_attribute` WRITE; /*!40000 ALTER TABLE `oc_product_attribute` DISABLE KEYS */; INSERT INTO `oc_product_attribute` VALUES (43,2,1,'1'),(47,4,1,'16GB'),(43,4,1,'8gb'),(42,3,1,'100mhz'),(47,2,1,'4'); /*!40000 ALTER TABLE `oc_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_description` -- DROP TABLE IF EXISTS `oc_product_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`product_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_description` -- LOCK TABLES `oc_product_description` WRITE; /*!40000 ALTER TABLE `oc_product_description` DISABLE KEYS */; INSERT INTO `oc_product_description` VALUES (35,1,'Product 8','<p>\r\n Product 8</p>\r\n','','',''),(48,1,'iPod Classic','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <strong>More room to move.</strong></p>\r\n <p>\r\n With 80GB or 160GB of storage and up to 40 hours of battery life, the new iPod classic lets you enjoy up to 40,000 songs or up to 200 hours of video or any combination wherever you go.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.</p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleeker design.</strong></p>\r\n <p>\r\n Beautiful, durable, and sleeker than ever, iPod classic now features an anodized aluminum and polished stainless steel enclosure with rounded edges.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(40,1,'iPhone','<p class="intro">\r\n iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.</p>\r\n','','',''),(28,1,'HTC Touch HD','<p>\r\n HTC Touch - in High Definition. Watch music videos and streaming content in awe-inspiring high definition clarity for a mobile experience you never thought possible. Seductively sleek, the HTC Touch HD provides the next generation of mobile functionality, all at a simple touch. Fully integrated with Windows Mobile Professional 6.1, ultrafast 3.5G, GPS, 5MP camera, plus lots more - all delivered on a breathtakingly crisp 3.8&quot; WVGA touchscreen - you can take control of your mobile world with the HTC Touch HD.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Processor Qualcomm&reg; MSM 7201A&trade; 528 MHz</li>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Operating System</li>\r\n <li>\r\n Memory: 512 MB ROM, 288 MB RAM</li>\r\n <li>\r\n Dimensions: 115 mm x 62.8 mm x 12 mm / 146.4 grams</li>\r\n <li>\r\n 3.8-inch TFT-LCD flat touch-sensitive screen with 480 x 800 WVGA resolution</li>\r\n <li>\r\n HSDPA/WCDMA: Europe/Asia: 900/2100 MHz; Up to 2 Mbps up-link and 7.2 Mbps down-link speeds</li>\r\n <li>\r\n Quad-band GSM/GPRS/EDGE: Europe/Asia: 850/900/1800/1900 MHz (Band frequency, HSUPA availability, and data speed are operator dependent.)</li>\r\n <li>\r\n Device Control via HTC TouchFLO&trade; 3D &amp; Touch-sensitive front panel buttons</li>\r\n <li>\r\n GPS and A-GPS ready</li>\r\n <li>\r\n Bluetooth&reg; 2.0 with Enhanced Data Rate and A2DP for wireless stereo headsets</li>\r\n <li>\r\n Wi-Fi&reg;: IEEE 802.11 b/g</li>\r\n <li>\r\n HTC ExtUSB&trade; (11-pin mini-USB 2.0)</li>\r\n <li>\r\n 5 megapixel color camera with auto focus</li>\r\n <li>\r\n VGA CMOS color camera</li>\r\n <li>\r\n Built-in 3.5 mm audio jack, microphone, speaker, and FM radio</li>\r\n <li>\r\n Ring tone formats: AAC, AAC+, eAAC+, AMR-NB, AMR-WB, QCP, MP3, WMA, WAV</li>\r\n <li>\r\n 40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</li>\r\n <li>\r\n Rechargeable Lithium-ion or Lithium-ion polymer 1350 mAh battery</li>\r\n <li>\r\n Expansion Slot: microSD&trade; memory card (SD 2.0 compatible)</li>\r\n <li>\r\n AC Adapter Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz DC output: 5V and 1A</li>\r\n <li>\r\n Special Features: FM Radio, G-Sensor</li>\r\n</ul>\r\n','','',''),(44,1,'MacBook Air','<div>\r\n MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don&rsquo;t lose inches and pounds overnight. It&rsquo;s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.</div>\r\n','','',''),(45,1,'MacBook Pro','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <b>Latest Intel mobile architecture</b></p>\r\n <p>\r\n Powered by the most advanced mobile processors from Intel, the new Core 2 Duo MacBook Pro is over 50% faster than the original Core Duo MacBook Pro and now supports up to 4GB of RAM.</p>\r\n <p>\r\n <b>Leading-edge graphics</b></p>\r\n <p>\r\n The NVIDIA GeForce 8600M GT delivers exceptional graphics processing power. For the ultimate creative canvas, you can even configure the 17-inch model with a 1920-by-1200 resolution display.</p>\r\n <p>\r\n <b>Designed for life on the road</b></p>\r\n <p>\r\n Innovations such as a magnetic power connection and an illuminated keyboard with ambient light sensor put the MacBook Pro in a class by itself.</p>\r\n <p>\r\n <b>Connect. Create. Communicate.</b></p>\r\n <p>\r\n Quickly set up a video conference with the built-in iSight camera. Control presentations and media from up to 30 feet away with the included Apple Remote. Connect to high-bandwidth peripherals with FireWire 800 and DVI.</p>\r\n <p>\r\n <b>Next-generation wireless</b></p>\r\n <p>\r\n Featuring 802.11n wireless technology, the MacBook Pro delivers up to five times the performance and up to twice the range of previous-generation technologies.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(29,1,'Palm Treo Pro','<p>\r\n Redefine your workday with the Palm Treo Pro smartphone. Perfectly balanced, you can respond to business and personal email, stay on top of appointments and contacts, and use Wi-Fi or GPS when you&rsquo;re out and about. Then watch a video on YouTube, catch up with news and sports on the web, or listen to a few songs. Balance your work and play the way you like it, with the Palm Treo Pro.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Edition</li>\r\n <li>\r\n Qualcomm&reg; MSM7201 400MHz Processor</li>\r\n <li>\r\n 320x320 transflective colour TFT touchscreen</li>\r\n <li>\r\n HSDPA/UMTS/EDGE/GPRS/GSM radio</li>\r\n <li>\r\n Tri-band UMTS &mdash; 850MHz, 1900MHz, 2100MHz</li>\r\n <li>\r\n Quad-band GSM &mdash; 850/900/1800/1900</li>\r\n <li>\r\n 802.11b/g with WPA, WPA2, and 801.1x authentication</li>\r\n <li>\r\n Built-in GPS</li>\r\n <li>\r\n Bluetooth Version: 2.0 + Enhanced Data Rate</li>\r\n <li>\r\n 256MB storage (100MB user available), 128MB RAM</li>\r\n <li>\r\n 2.0 megapixel camera, up to 8x digital zoom and video capture</li>\r\n <li>\r\n Removable, rechargeable 1500mAh lithium-ion battery</li>\r\n <li>\r\n Up to 5.0 hours talk time and up to 250 hours standby</li>\r\n <li>\r\n MicroSDHC card expansion (up to 32GB supported)</li>\r\n <li>\r\n MicroUSB 2.0 for synchronization and charging</li>\r\n <li>\r\n 3.5mm stereo headset jack</li>\r\n <li>\r\n 60mm (W) x 114mm (L) x 13.5mm (D) / 133g</li>\r\n</ul>\r\n','','',''),(36,1,'iPod Nano','<div>\r\n <p>\r\n <strong>Video in your pocket.</strong></p>\r\n <p>\r\n Its the small iPod with one very big idea: video. The worlds most popular music player now lets you enjoy movies, TV shows, and more on a two-inch display thats 65% brighter than before.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.<strong>&nbsp;</strong></p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleek and colorful.</strong></p>\r\n <p>\r\n With an anodized aluminum and polished stainless steel enclosure and a choice of five colors, iPod nano is dressed to impress.</p>\r\n <p>\r\n <strong>iTunes.</strong></p>\r\n <p>\r\n Available as a free download, iTunes makes it easy to browse and buy millions of songs, movies, TV shows, audiobooks, and games and download free podcasts all at the iTunes Store. And you can import your own music, manage your whole media library, and sync your iPod or iPhone with ease.</p>\r\n</div>\r\n','','',''),(46,1,'Sony VAIO','<div>\r\n Unprecedented power. The next generation of processing technology has arrived. Built into the newest VAIO notebooks lies Intel&#39;s latest, most powerful innovation yet: Intel&reg; Centrino&reg; 2 processor technology. Boasting incredible speed, expanded wireless connectivity, enhanced multimedia support and greater energy efficiency, all the high-performance essentials are seamlessly combined into a single chip.</div>\r\n','','',''),(47,1,'HP LP3065','<p>\r\n Stop your co-workers in their tracks with the stunning new 30-inch diagonal HP LP3065 Flat Panel Monitor. This flagship monitor features best-in-class performance and presentation features on a huge wide-aspect screen while letting you work as comfortably as possible - you might even forget you&#39;re at the office</p>\r\n','','',''),(32,1,'iPod Touch','<p>\r\n <strong>Revolutionary multi-touch interface.</strong><br />\r\n iPod touch features the same multi-touch screen technology as iPhone. Pinch to zoom in on a photo. Scroll through your songs and videos with a flick. Flip through your library by album artwork with Cover Flow.</p>\r\n<p>\r\n <strong>Gorgeous 3.5-inch widescreen display.</strong><br />\r\n Watch your movies, TV shows, and photos come alive with bright, vivid color on the 320-by-480-pixel display.</p>\r\n<p>\r\n <strong>Music downloads straight from iTunes.</strong><br />\r\n Shop the iTunes Wi-Fi Music Store from anywhere with Wi-Fi.1 Browse or search to find the music youre looking for, preview it, and buy it with just a tap.</p>\r\n<p>\r\n <strong>Surf the web with Wi-Fi.</strong><br />\r\n Browse the web using Safari and watch YouTube videos on the first iPod with Wi-Fi built in<br />\r\n &nbsp;</p>\r\n','','',''),(41,1,'iMac','<div>\r\n Just when you thought iMac had everything, now there´s even more. More powerful Intel Core 2 Duo processors. And more memory standard. Combine this with Mac OS X Leopard and iLife ´08, and it´s more all-in-one than ever. iMac packs amazing performance into a stunningly slim space.</div>\r\n','','',''),(33,1,'Samsung SyncMaster 941BW','<div>\r\n Imagine the advantages of going big without slowing down. The big 19&quot; 941BW monitor combines wide aspect ratio with fast pixel response time, for bigger images, more room to work and crisp motion. In addition, the exclusive MagicBright 2, MagicColor and MagicTune technologies help deliver the ideal image in every situation, while sleek, narrow bezels and adjustable stands deliver style just the way you want it. With the Samsung 941BW widescreen analog/digital LCD monitor, it&#39;s not hard to imagine.</div>\r\n','','',''),(34,1,'iPod Shuffle','<div>\r\n <strong>Born to be worn.</strong>\r\n <p>\r\n Clip on the worlds most wearable music player and take up to 240 songs with you anywhere. Choose from five colors including four new hues to make your musical fashion statement.</p>\r\n <p>\r\n <strong>Random meets rhythm.</strong></p>\r\n <p>\r\n With iTunes autofill, iPod shuffle can deliver a new musical experience every time you sync. For more randomness, you can shuffle songs during playback with the slide of a switch.</p>\r\n <strong>Everything is easy.</strong>\r\n <p>\r\n Charge and sync with the included USB dock. Operate the iPod shuffle controls with one hand. Enjoy up to 12 hours straight of skip-free music playback.</p>\r\n</div>\r\n','','',''),(43,1,'MacBook','<div>\r\n <p>\r\n <b>Intel Core 2 Duo processor</b></p>\r\n <p>\r\n Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.</p>\r\n <p>\r\n <b>1GB memory, larger hard drives</b></p>\r\n <p>\r\n The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.</p>\r\n <p>\r\n <b>Sleek, 1.08-inch-thin design</b></p>\r\n <p>\r\n MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.</p>\r\n <p>\r\n <b>Built-in iSight camera</b></p>\r\n <p>\r\n Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth</p>\r\n</div>\r\n','','',''),(31,1,'Nikon D300','<div class="cpt_product_description ">\r\n <div>\r\n Engineered with pro-level features and performance, the 12.3-effective-megapixel D300 combines brand new technologies with advanced features inherited from Nikon&#39;s newly announced D3 professional digital SLR camera to offer serious photographers remarkable performance combined with agility.<br />\r\n <br />\r\n Similar to the D3, the D300 features Nikon&#39;s exclusive EXPEED Image Processing System that is central to driving the speed and processing power needed for many of the camera&#39;s new features. The D300 features a new 51-point autofocus system with Nikon&#39;s 3D Focus Tracking feature and two new LiveView shooting modes that allow users to frame a photograph using the camera&#39;s high-resolution LCD monitor. The D300 shares a similar Scene Recognition System as is found in the D3; it promises to greatly enhance the accuracy of autofocus, autoexposure, and auto white balance by recognizing the subject or scene being photographed and applying this information to the calculations for the three functions.<br />\r\n <br />\r\n The D300 reacts with lightning speed, powering up in a mere 0.13 seconds and shooting with an imperceptible 45-millisecond shutter release lag time. The D300 is capable of shooting at a rapid six frames per second and can go as fast as eight frames per second when using the optional MB-D10 multi-power battery pack. In continuous bursts, the D300 can shoot up to 100 shots at full 12.3-megapixel resolution. (NORMAL-LARGE image setting, using a SanDisk Extreme IV 1GB CompactFlash card.)<br />\r\n <br />\r\n The D300 incorporates a range of innovative technologies and features that will significantly improve the accuracy, control, and performance photographers can get from their equipment. Its new Scene Recognition System advances the use of Nikon&#39;s acclaimed 1,005-segment sensor to recognize colors and light patterns that help the camera determine the subject and the type of scene being photographed before a picture is taken. This information is used to improve the accuracy of autofocus, autoexposure, and auto white balance functions in the D300. For example, the camera can track moving subjects better and by identifying them, it can also automatically select focus points faster and with greater accuracy. It can also analyze highlights and more accurately determine exposure, as well as infer light sources to deliver more accurate white balance detection.</div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(49,1,'Samsung Galaxy Tab 10.1','<p>\r\n Samsung Galaxy Tab 10.1, is the world&rsquo;s thinnest tablet, measuring 8.6 mm thickness, running with Android 3.0 Honeycomb OS on a 1GHz dual-core Tegra 2 processor, similar to its younger brother Samsung Galaxy Tab 8.9.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 gives pure Android 3.0 experience, adding its new TouchWiz UX or TouchWiz 4.0 &ndash; includes a live panel, which lets you to customize with different content, such as your pictures, bookmarks, and social feeds, sporting a 10.1 inches WXGA capacitive touch screen with 1280 x 800 pixels of resolution, equipped with 3 megapixel rear camera with LED flash and a 2 megapixel front camera, HSPA+ connectivity up to 21Mbps, 720p HD video recording capability, 1080p HD playback, DLNA support, Bluetooth 2.1, USB 2.0, gyroscope, Wi-Fi 802.11 a/b/g/n, micro-SD slot, 3.5mm headphone jack, and SIM slot, including the Samsung Stick &ndash; a Bluetooth microphone that can be carried in a pocket like a pen and sound dock with powered subwoofer.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 will come in 16GB / 32GB / 64GB verities and pre-loaded with Social Hub, Reader&rsquo;s Hub, Music Hub and Samsung Mini Apps Tray &ndash; which gives you access to more commonly used apps to help ease multitasking and it is capable of Adobe Flash Player 10.2, powered by 6860mAh battery that gives you 10hours of video-playback time.&nbsp;&auml;&ouml;</p>\r\n','','',''),(42,1,'Apple Cinema 30"','<p>\r\n <font face="helvetica,geneva,arial" size="2"><font face="Helvetica" size="2">The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed specifically for the creative professional, this display provides more space for easier access to all the tools and palettes needed to edit, format and composite your work. Combine this display with a Mac Pro, MacBook Pro, or PowerMac G5 and there&#39;s no limit to what you can achieve. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features an active-matrix liquid crystal display that produces flicker-free images that deliver twice the brightness, twice the sharpness and twice the contrast ratio of a typical CRT display. Unlike other flat panels, it&#39;s designed with a pure digital interface to deliver distortion-free images that never need adjusting. With over 4 million digital pixels, the display is uniquely suited for scientific and technical applications such as visualizing molecular structures or analyzing geological data. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Offering accurate, brilliant color performance, the Cinema HD delivers up to 16.7 million colors across a wide gamut allowing you to see subtle nuances between colors from soft pastels to rich jewel tones. A wide viewing angle ensures uniform color from edge to edge. Apple&#39;s ColorSync technology allows you to create custom profiles to maintain consistent color onscreen and in print. The result: You can confidently use this display in all your color-critical applications. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Housed in a new aluminum design, the display has a very thin bezel that enhances visual accuracy. Each display features two FireWire 400 ports and two USB 2.0 ports, making attachment of desktop peripherals, such as iSight, iPod, digital and still cameras, hard drives, printers and scanners, even more accessible and convenient. Taking advantage of the much thinner and lighter footprint of an LCD, the new displays support the VESA (Video Electronics Standards Association) mounting interface standard. Customers with the optional Cinema Display VESA Mount Adapter kit gain the flexibility to mount their display in locations most appropriate for their work environment. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features a single cable design with elegant breakout for the USB 2.0, FireWire 400 and a pure digital connection using the industry standard Digital Video Interface (DVI) interface. The DVI connection allows for a direct pure-digital connection.<br />\r\n </font></font></p>\r\n<h3>\r\n Features:</h3>\r\n<p>\r\n Unrivaled display performance</p>\r\n<ul>\r\n <li>\r\n 30-inch (viewable) active-matrix liquid crystal display provides breathtaking image quality and vivid, richly saturated color.</li>\r\n <li>\r\n Support for 2560-by-1600 pixel resolution for display of high definition still and video imagery.</li>\r\n <li>\r\n Wide-format design for simultaneous display of two full pages of text and graphics.</li>\r\n <li>\r\n Industry standard DVI connector for direct attachment to Mac- and Windows-based desktops and notebooks</li>\r\n <li>\r\n Incredibly wide (170 degree) horizontal and vertical viewing angle for maximum visibility and color performance.</li>\r\n <li>\r\n Lightning-fast pixel response for full-motion digital video playback.</li>\r\n <li>\r\n Support for 16.7 million saturated colors, for use in all graphics-intensive applications.</li>\r\n</ul>\r\n<p>\r\n Simple setup and operation</p>\r\n<ul>\r\n <li>\r\n Single cable with elegant breakout for connection to DVI, USB and FireWire ports</li>\r\n <li>\r\n Built-in two-port USB 2.0 hub for easy connection of desktop peripheral devices.</li>\r\n <li>\r\n Two FireWire 400 ports to support iSight and other desktop peripherals</li>\r\n</ul>\r\n<p>\r\n Sleek, elegant design</p>\r\n<ul>\r\n <li>\r\n Huge virtual workspace, very small footprint.</li>\r\n <li>\r\n Narrow Bezel design to minimize visual impact of using dual displays</li>\r\n <li>\r\n Unique hinge design for effortless adjustment</li>\r\n <li>\r\n Support for VESA mounting solutions (Apple Cinema Display VESA Mount Adapter sold separately)</li>\r\n</ul>\r\n<h3>\r\n Technical specifications</h3>\r\n<p>\r\n <b>Screen size (diagonal viewable image size)</b></p>\r\n<ul>\r\n <li>\r\n Apple Cinema HD Display: 30 inches (29.7-inch viewable)</li>\r\n</ul>\r\n<p>\r\n <b>Screen type</b></p>\r\n<ul>\r\n <li>\r\n Thin film transistor (TFT) active-matrix liquid crystal display (AMLCD)</li>\r\n</ul>\r\n<p>\r\n <b>Resolutions</b></p>\r\n<ul>\r\n <li>\r\n 2560 x 1600 pixels (optimum resolution)</li>\r\n <li>\r\n 2048 x 1280</li>\r\n <li>\r\n 1920 x 1200</li>\r\n <li>\r\n 1280 x 800</li>\r\n <li>\r\n 1024 x 640</li>\r\n</ul>\r\n<p>\r\n <b>Display colors (maximum)</b></p>\r\n<ul>\r\n <li>\r\n 16.7 million</li>\r\n</ul>\r\n<p>\r\n <b>Viewing angle (typical)</b></p>\r\n<ul>\r\n <li>\r\n 170&deg; horizontal; 170&deg; vertical</li>\r\n</ul>\r\n<p>\r\n <b>Brightness (typical)</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 400 cd/m2</li>\r\n</ul>\r\n<p>\r\n <b>Contrast ratio (typical)</b></p>\r\n<ul>\r\n <li>\r\n 700:1</li>\r\n</ul>\r\n<p>\r\n <b>Response time (typical)</b></p>\r\n<ul>\r\n <li>\r\n 16 ms</li>\r\n</ul>\r\n<p>\r\n <b>Pixel pitch</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 0.250 mm</li>\r\n</ul>\r\n<p>\r\n <b>Screen treatment</b></p>\r\n<ul>\r\n <li>\r\n Antiglare hardcoat</li>\r\n</ul>\r\n<p>\r\n <b>User controls (hardware and software)</b></p>\r\n<ul>\r\n <li>\r\n Display Power,</li>\r\n <li>\r\n System sleep, wake</li>\r\n <li>\r\n Brightness</li>\r\n <li>\r\n Monitor tilt</li>\r\n</ul>\r\n<p>\r\n <b>Connectors and cables</b><br />\r\n Cable</p>\r\n<ul>\r\n <li>\r\n DVI (Digital Visual Interface)</li>\r\n <li>\r\n FireWire 400</li>\r\n <li>\r\n USB 2.0</li>\r\n <li>\r\n DC power (24 V)</li>\r\n</ul>\r\n<p>\r\n Connectors</p>\r\n<ul>\r\n <li>\r\n Two-port, self-powered USB 2.0 hub</li>\r\n <li>\r\n Two FireWire 400 ports</li>\r\n <li>\r\n Kensington security port</li>\r\n</ul>\r\n<p>\r\n <b>VESA mount adapter</b><br />\r\n Requires optional Cinema Display VESA Mount Adapter (M9649G/A)</p>\r\n<ul>\r\n <li>\r\n Compatible with VESA FDMI (MIS-D, 100, C) compliant mounting solutions</li>\r\n</ul>\r\n<p>\r\n <b>Electrical requirements</b></p>\r\n<ul>\r\n <li>\r\n Input voltage: 100-240 VAC 50-60Hz</li>\r\n <li>\r\n Maximum power when operating: 150W</li>\r\n <li>\r\n Energy saver mode: 3W or less</li>\r\n</ul>\r\n<p>\r\n <b>Environmental requirements</b></p>\r\n<ul>\r\n <li>\r\n Operating temperature: 50&deg; to 95&deg; F (10&deg; to 35&deg; C)</li>\r\n <li>\r\n Storage temperature: -40&deg; to 116&deg; F (-40&deg; to 47&deg; C)</li>\r\n <li>\r\n Operating humidity: 20% to 80% noncondensing</li>\r\n <li>\r\n Maximum operating altitude: 10,000 feet</li>\r\n</ul>\r\n<p>\r\n <b>Agency approvals</b></p>\r\n<ul>\r\n <li>\r\n FCC Part 15 Class B</li>\r\n <li>\r\n EN55022 Class B</li>\r\n <li>\r\n EN55024</li>\r\n <li>\r\n VCCI Class B</li>\r\n <li>\r\n AS/NZS 3548 Class B</li>\r\n <li>\r\n CNS 13438 Class B</li>\r\n <li>\r\n ICES-003 Class B</li>\r\n <li>\r\n ISO 13406 part 2</li>\r\n <li>\r\n MPR II</li>\r\n <li>\r\n IEC 60950</li>\r\n <li>\r\n UL 60950</li>\r\n <li>\r\n CSA 60950</li>\r\n <li>\r\n EN60950</li>\r\n <li>\r\n ENERGY STAR</li>\r\n <li>\r\n TCO &#39;03</li>\r\n</ul>\r\n<p>\r\n <b>Size and weight</b><br />\r\n 30-inch Apple Cinema HD Display</p>\r\n<ul>\r\n <li>\r\n Height: 21.3 inches (54.3 cm)</li>\r\n <li>\r\n Width: 27.2 inches (68.8 cm)</li>\r\n <li>\r\n Depth: 8.46 inches (21.5 cm)</li>\r\n <li>\r\n Weight: 27.5 pounds (12.5 kg)</li>\r\n</ul>\r\n<p>\r\n <b>System Requirements</b></p>\r\n<ul>\r\n <li>\r\n Mac Pro, all graphic options</li>\r\n <li>\r\n MacBook Pro</li>\r\n <li>\r\n Power Mac G5 (PCI-X) with ATI Radeon 9650 or better or NVIDIA GeForce 6800 GT DDL or better</li>\r\n <li>\r\n Power Mac G5 (PCI Express), all graphics options</li>\r\n <li>\r\n PowerBook G4 with dual-link DVI support</li>\r\n <li>\r\n Windows PC and graphics card that supports DVI ports with dual-link digital bandwidth and VESA DDC standard for plug-and-play setup</li>\r\n</ul>\r\n','','',''),(30,1,'Canon EOS 5D','<p>\r\n Canon\'s press material for the EOS 5D states that it \'defines (a) new D-SLR category\', while we\'re not typically too concerned with marketing talk this particular statement is clearly pretty accurate. The EOS 5D is unlike any previous digital SLR in that it combines a full-frame (35 mm sized) high resolution sensor (12.8 megapixels) with a relatively compact body (slightly larger than the EOS 20D, although in your hand it feels noticeably \'chunkier\'). The EOS 5D is aimed to slot in between the EOS 20D and the EOS-1D professional digital SLR\'s, an important difference when compared to the latter is that the EOS 5D doesn\'t have any environmental seals. While Canon don\'t specifically refer to the EOS 5D as a \'professional\' digital SLR it will have obvious appeal to professionals who want a high quality digital SLR in a body lighter than the EOS-1D. It will also no doubt appeal to current EOS 20D owners (although lets hope they\'ve not bought too many EF-S lenses...) äë</p>\r\n','','',''); /*!40000 ALTER TABLE `oc_product_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_discount` -- DROP TABLE IF EXISTS `oc_product_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_discount` ( `product_discount_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `quantity` int(4) NOT NULL default '0', `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_discount_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_discount` -- LOCK TABLES `oc_product_discount` WRITE; /*!40000 ALTER TABLE `oc_product_discount` DISABLE KEYS */; INSERT INTO `oc_product_discount` VALUES (440,42,1,30,1,'66.0000','0000-00-00','0000-00-00'),(439,42,1,20,1,'77.0000','0000-00-00','0000-00-00'),(438,42,1,10,1,'88.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_product_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_filter` -- DROP TABLE IF EXISTS `oc_product_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_filter` ( `product_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_filter` -- LOCK TABLES `oc_product_filter` WRITE; /*!40000 ALTER TABLE `oc_product_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_image` -- DROP TABLE IF EXISTS `oc_product_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_image` ( `product_image_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL default '0', PRIMARY KEY (`product_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2352 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_image` -- LOCK TABLES `oc_product_image` WRITE; /*!40000 ALTER TABLE `oc_product_image` DISABLE KEYS */; INSERT INTO `oc_product_image` VALUES (2345,30,'data/demo/canon_eos_5d_2.jpg',0),(2321,47,'data/demo/hp_3.jpg',0),(2035,28,'data/demo/htc_touch_hd_2.jpg',0),(2351,41,'data/demo/imac_3.jpg',0),(1982,40,'data/demo/iphone_6.jpg',0),(2001,36,'data/demo/ipod_nano_5.jpg',0),(2000,36,'data/demo/ipod_nano_4.jpg',0),(2005,34,'data/demo/ipod_shuffle_5.jpg',0),(2004,34,'data/demo/ipod_shuffle_4.jpg',0),(2011,32,'data/demo/ipod_touch_7.jpg',0),(2010,32,'data/demo/ipod_touch_6.jpg',0),(2009,32,'data/demo/ipod_touch_5.jpg',0),(1971,43,'data/demo/macbook_5.jpg',0),(1970,43,'data/demo/macbook_4.jpg',0),(1974,44,'data/demo/macbook_air_4.jpg',0),(1973,44,'data/demo/macbook_air_2.jpg',0),(1977,45,'data/demo/macbook_pro_2.jpg',0),(1976,45,'data/demo/macbook_pro_3.jpg',0),(1986,31,'data/demo/nikon_d300_3.jpg',0),(1985,31,'data/demo/nikon_d300_2.jpg',0),(1988,29,'data/demo/palm_treo_pro_3.jpg',0),(1995,46,'data/demo/sony_vaio_5.jpg',0),(1994,46,'data/demo/sony_vaio_4.jpg',0),(1991,48,'data/demo/ipod_classic_4.jpg',0),(1990,48,'data/demo/ipod_classic_3.jpg',0),(1981,40,'data/demo/iphone_2.jpg',0),(1980,40,'data/demo/iphone_5.jpg',0),(2344,30,'data/demo/canon_eos_5d_3.jpg',0),(2320,47,'data/demo/hp_2.jpg',0),(2034,28,'data/demo/htc_touch_hd_3.jpg',0),(2350,41,'data/demo/imac_2.jpg',0),(1979,40,'data/demo/iphone_3.jpg',0),(1978,40,'data/demo/iphone_4.jpg',0),(1989,48,'data/demo/ipod_classic_2.jpg',0),(1999,36,'data/demo/ipod_nano_2.jpg',0),(1998,36,'data/demo/ipod_nano_3.jpg',0),(2003,34,'data/demo/ipod_shuffle_2.jpg',0),(2002,34,'data/demo/ipod_shuffle_3.jpg',0),(2008,32,'data/demo/ipod_touch_2.jpg',0),(2007,32,'data/demo/ipod_touch_3.jpg',0),(2006,32,'data/demo/ipod_touch_4.jpg',0),(1969,43,'data/demo/macbook_2.jpg',0),(1968,43,'data/demo/macbook_3.jpg',0),(1972,44,'data/demo/macbook_air_3.jpg',0),(1975,45,'data/demo/macbook_pro_4.jpg',0),(1984,31,'data/demo/nikon_d300_4.jpg',0),(1983,31,'data/demo/nikon_d300_5.jpg',0),(1987,29,'data/demo/palm_treo_pro_2.jpg',0),(1993,46,'data/demo/sony_vaio_2.jpg',0),(1992,46,'data/demo/sony_vaio_3.jpg',0),(2327,49,'data/demo/samsung_tab_7.jpg',0),(2326,49,'data/demo/samsung_tab_6.jpg',0),(2325,49,'data/demo/samsung_tab_5.jpg',0),(2324,49,'data/demo/samsung_tab_4.jpg',0),(2323,49,'data/demo/samsung_tab_3.jpg',0),(2322,49,'data/demo/samsung_tab_2.jpg',0),(2317,42,'data/demo/canon_logo.jpg',0),(2316,42,'data/demo/hp_1.jpg',0),(2315,42,'data/demo/compaq_presario.jpg',0),(2314,42,'data/demo/canon_eos_5d_1.jpg',0),(2313,42,'data/demo/canon_eos_5d_2.jpg',0); /*!40000 ALTER TABLE `oc_product_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_option` -- DROP TABLE IF EXISTS `oc_product_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_option` ( `product_option_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value` text NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`product_option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_option` -- LOCK TABLES `oc_product_option` WRITE; /*!40000 ALTER TABLE `oc_product_option` DISABLE KEYS */; INSERT INTO `oc_product_option` VALUES (224,35,11,'',1),(225,47,12,'2011-04-22',1),(223,42,2,'',1),(217,42,5,'',1),(209,42,6,'',1),(218,42,1,'',1),(208,42,4,'test',1),(219,42,8,'2011-02-20',1),(222,42,7,'',1),(221,42,9,'22:25',1),(220,42,10,'2011-02-20 22:25',1),(226,30,5,'',1); /*!40000 ALTER TABLE `oc_product_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_option_value` -- DROP TABLE IF EXISTS `oc_product_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_option_value` ( `product_option_value_id` int(11) NOT NULL auto_increment, `product_option_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL, `quantity` int(3) NOT NULL, `subtract` tinyint(1) NOT NULL, `price` decimal(15,4) NOT NULL, `price_prefix` varchar(1) NOT NULL, `points` int(8) NOT NULL, `points_prefix` varchar(1) NOT NULL, `weight` decimal(15,8) NOT NULL, `weight_prefix` varchar(1) NOT NULL, PRIMARY KEY (`product_option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_option_value` -- LOCK TABLES `oc_product_option_value` WRITE; /*!40000 ALTER TABLE `oc_product_option_value` DISABLE KEYS */; INSERT INTO `oc_product_option_value` VALUES (1,217,42,5,41,100,0,'1.0000','+',0,'+','1.00000000','+'),(6,218,42,1,31,146,1,'20.0000','+',2,'-','20.00000000','+'),(7,218,42,1,43,300,1,'30.0000','+',3,'+','30.00000000','+'),(5,218,42,1,32,96,1,'10.0000','+',1,'+','10.00000000','+'),(4,217,42,5,39,92,1,'4.0000','+',0,'+','4.00000000','+'),(2,217,42,5,42,200,1,'2.0000','+',0,'+','2.00000000','+'),(3,217,42,5,40,300,0,'3.0000','+',0,'+','3.00000000','+'),(8,223,42,2,23,48,1,'10.0000','+',0,'+','10.00000000','+'),(10,223,42,2,44,2696,1,'30.0000','+',0,'+','30.00000000','+'),(9,223,42,2,24,194,1,'20.0000','+',0,'+','20.00000000','+'),(11,223,42,2,45,3998,1,'40.0000','+',0,'+','40.00000000','+'),(12,224,35,11,46,0,1,'5.0000','+',0,'+','0.00000000','+'),(13,224,35,11,47,10,1,'10.0000','+',0,'+','0.00000000','+'),(14,224,35,11,48,15,1,'15.0000','+',0,'+','0.00000000','+'),(16,226,30,5,40,5,1,'0.0000','+',0,'+','0.00000000','+'),(15,226,30,5,39,2,1,'0.0000','+',0,'+','0.00000000','+'); /*!40000 ALTER TABLE `oc_product_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_profile` -- DROP TABLE IF EXISTS `oc_product_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_profile` -- LOCK TABLES `oc_product_profile` WRITE; /*!40000 ALTER TABLE `oc_product_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_recurring` -- DROP TABLE IF EXISTS `oc_product_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_recurring` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_recurring` -- LOCK TABLES `oc_product_recurring` WRITE; /*!40000 ALTER TABLE `oc_product_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_related` -- DROP TABLE IF EXISTS `oc_product_related`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_related` ( `product_id` int(11) NOT NULL, `related_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`related_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_related` -- LOCK TABLES `oc_product_related` WRITE; /*!40000 ALTER TABLE `oc_product_related` DISABLE KEYS */; INSERT INTO `oc_product_related` VALUES (40,42),(41,42),(42,40),(42,41); /*!40000 ALTER TABLE `oc_product_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_reward` -- DROP TABLE IF EXISTS `oc_product_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_reward` ( `product_reward_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `points` int(8) NOT NULL default '0', PRIMARY KEY (`product_reward_id`) ) ENGINE=MyISAM AUTO_INCREMENT=546 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_reward` -- LOCK TABLES `oc_product_reward` WRITE; /*!40000 ALTER TABLE `oc_product_reward` DISABLE KEYS */; INSERT INTO `oc_product_reward` VALUES (515,42,1,100),(519,47,1,300),(379,28,1,400),(329,43,1,600),(339,29,1,0),(343,48,1,0),(335,40,1,0),(539,30,1,200),(331,44,1,700),(333,45,1,800),(337,31,1,0),(425,35,1,0),(345,33,1,0),(347,46,1,0),(545,41,1,0),(351,36,1,0),(353,34,1,0),(355,32,1,0),(521,49,1,1000); /*!40000 ALTER TABLE `oc_product_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_special` -- DROP TABLE IF EXISTS `oc_product_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_special` ( `product_special_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_special_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_special` -- LOCK TABLES `oc_product_special` WRITE; /*!40000 ALTER TABLE `oc_product_special` DISABLE KEYS */; INSERT INTO `oc_product_special` VALUES (419,42,1,1,'90.0000','0000-00-00','0000-00-00'),(439,30,1,2,'90.0000','0000-00-00','0000-00-00'),(438,30,1,1,'80.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_product_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_category` -- DROP TABLE IF EXISTS `oc_product_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_category` ( `product_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_category` -- LOCK TABLES `oc_product_to_category` WRITE; /*!40000 ALTER TABLE `oc_product_to_category` DISABLE KEYS */; INSERT INTO `oc_product_to_category` VALUES (28,20),(28,24),(29,20),(29,24),(30,20),(30,33),(31,33),(32,34),(33,20),(33,28),(34,34),(35,20),(36,34),(40,20),(40,24),(41,27),(42,20),(42,28),(43,18),(43,20),(44,18),(44,20),(45,18),(46,18),(46,20),(47,18),(47,20),(48,20),(48,34),(49,57); /*!40000 ALTER TABLE `oc_product_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_download` -- DROP TABLE IF EXISTS `oc_product_to_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_download` ( `product_id` int(11) NOT NULL, `download_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_download` -- LOCK TABLES `oc_product_to_download` WRITE; /*!40000 ALTER TABLE `oc_product_to_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_to_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_layout` -- DROP TABLE IF EXISTS `oc_product_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_layout` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_layout` -- LOCK TABLES `oc_product_to_layout` WRITE; /*!40000 ALTER TABLE `oc_product_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_store` -- DROP TABLE IF EXISTS `oc_product_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_store` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL default '0', PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_store` -- LOCK TABLES `oc_product_to_store` WRITE; /*!40000 ALTER TABLE `oc_product_to_store` DISABLE KEYS */; INSERT INTO `oc_product_to_store` VALUES (28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0); /*!40000 ALTER TABLE `oc_product_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_profile` -- DROP TABLE IF EXISTS `oc_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_profile` ( `profile_id` int(11) NOT NULL auto_increment, `sort_order` int(11) NOT NULL, `status` tinyint(4) NOT NULL, `price` decimal(10,4) NOT NULL, `frequency` enum('day','week','semi_month','month','year') NOT NULL, `duration` int(10) unsigned NOT NULL, `cycle` int(10) unsigned NOT NULL, `trial_status` tinyint(4) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `trial_frequency` enum('day','week','semi_month','month','year') NOT NULL, `trial_duration` int(10) unsigned NOT NULL, `trial_cycle` int(10) unsigned NOT NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_profile` -- LOCK TABLES `oc_profile` WRITE; /*!40000 ALTER TABLE `oc_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_profile_description` -- DROP TABLE IF EXISTS `oc_profile_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_profile_description` ( `profile_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`profile_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_profile_description` -- LOCK TABLES `oc_profile_description` WRITE; /*!40000 ALTER TABLE `oc_profile_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_profile_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return` -- DROP TABLE IF EXISTS `oc_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return` ( `return_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `product` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `opened` tinyint(1) NOT NULL, `return_reason_id` int(11) NOT NULL, `return_action_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `comment` text, `date_ordered` date NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`return_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return` -- LOCK TABLES `oc_return` WRITE; /*!40000 ALTER TABLE `oc_return` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_action` -- DROP TABLE IF EXISTS `oc_return_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_action` ( `return_action_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(64) NOT NULL, PRIMARY KEY (`return_action_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_action` -- LOCK TABLES `oc_return_action` WRITE; /*!40000 ALTER TABLE `oc_return_action` DISABLE KEYS */; INSERT INTO `oc_return_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent'); /*!40000 ALTER TABLE `oc_return_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_history` -- DROP TABLE IF EXISTS `oc_return_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_history` ( `return_history_id` int(11) NOT NULL auto_increment, `return_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `notify` tinyint(1) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`return_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_history` -- LOCK TABLES `oc_return_history` WRITE; /*!40000 ALTER TABLE `oc_return_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_return_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_reason` -- DROP TABLE IF EXISTS `oc_return_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_reason` ( `return_reason_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(128) NOT NULL, PRIMARY KEY (`return_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_reason` -- LOCK TABLES `oc_return_reason` WRITE; /*!40000 ALTER TABLE `oc_return_reason` DISABLE KEYS */; INSERT INTO `oc_return_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details'); /*!40000 ALTER TABLE `oc_return_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_status` -- DROP TABLE IF EXISTS `oc_return_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_status` ( `return_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, PRIMARY KEY (`return_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_status` -- LOCK TABLES `oc_return_status` WRITE; /*!40000 ALTER TABLE `oc_return_status` DISABLE KEYS */; INSERT INTO `oc_return_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products'); /*!40000 ALTER TABLE `oc_return_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_review` -- DROP TABLE IF EXISTS `oc_review`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_review` ( `review_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `author` varchar(64) NOT NULL, `text` text NOT NULL, `rating` int(1) NOT NULL, `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`review_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_review` -- LOCK TABLES `oc_review` WRITE; /*!40000 ALTER TABLE `oc_review` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_review` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_setting` -- DROP TABLE IF EXISTS `oc_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_setting` ( `setting_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `group` varchar(32) NOT NULL, `key` varchar(64) NOT NULL, `value` text NOT NULL, `serialized` tinyint(1) NOT NULL, PRIMARY KEY (`setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=134 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_setting` -- LOCK TABLES `oc_setting` WRITE; /*!40000 ALTER TABLE `oc_setting` DISABLE KEYS */; INSERT INTO `oc_setting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','1',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(16,0,'config','config_google_analytics','',0),(17,0,'config','config_error_filename','error.txt',0),(18,0,'config','config_error_log','1',0),(19,0,'config','config_error_display','1',0),(20,0,'config','config_compression','0',0),(133,0,'config','config_encryption','6d7e6a9d45a95448d6d8c521b40937a0',0),(22,0,'config','config_maintenance','0',0),(23,0,'config','config_account_mail','0',0),(24,0,'config','config_alert_emails','',0),(25,0,'config','config_secure','0',0),(26,0,'config','config_seo_url','0',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(29,0,'config','config_alert_mail','0',0),(30,0,'config','config_smtp_username','',0),(31,0,'config','config_smtp_password','',0),(32,0,'config','config_smtp_port','25',0),(33,0,'config','config_smtp_timeout','5',0),(34,0,'flat','flat_sort_order','1',0),(35,0,'flat','flat_status','1',0),(36,0,'flat','flat_geo_zone_id','0',0),(37,0,'flat','flat_tax_class_id','9',0),(38,0,'carousel','carousel_module','a:1:{i:0;a:10:{s:9:\"banner_id\";s:1:\"8\";s:5:\"limit\";s:1:\"5\";s:6:\"scroll\";s:1:\"3\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:14:\"content_bottom\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:2:\"-1\";}}',1),(39,0,'featured','featured_product','43,40,42,49,46,47,28',0),(40,0,'featured','featured_module','a:1:{i:0;a:8:{s:5:\"limit\";s:1:\"6\";s:11:\"image_width\";s:2:\"80\";s:12:\"image_height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"2\";}}',1),(41,0,'flat','flat_cost','5.00',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(44,0,'config','config_smtp_host','',0),(45,0,'config','config_image_cart_height','47',0),(46,0,'config','config_mail_protocol','mail',0),(47,0,'config','config_mail_parameter','',0),(48,0,'config','config_image_wishlist_height','47',0),(49,0,'config','config_image_cart_width','47',0),(50,0,'config','config_image_wishlist_width','47',0),(51,0,'config','config_image_compare_height','90',0),(52,0,'config','config_image_compare_width','90',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(55,0,'config','config_image_related_height','80',0),(56,0,'affiliate','affiliate_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:2:\"10\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(57,0,'category','category_module','a:2:{i:0;a:5:{s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}i:1;a:5:{s:9:\"layout_id\";s:1:\"2\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(58,0,'config','config_image_related_width','80',0),(59,0,'config','config_image_additional_height','74',0),(60,0,'account','account_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:1:\"6\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(61,0,'config','config_image_additional_width','74',0),(62,0,'config','config_image_manufacturer_height','80',0),(63,0,'config','config_image_manufacturer_width','80',0),(64,0,'config','config_image_category_height','80',0),(65,0,'config','config_image_category_width','80',0),(66,0,'config','config_image_product_height','80',0),(67,0,'config','config_image_product_width','80',0),(68,0,'config','config_image_popup_height','500',0),(69,0,'config','config_image_popup_width','500',0),(70,0,'config','config_image_thumb_height','228',0),(71,0,'config','config_image_thumb_width','228',0),(72,0,'config','config_icon','data/cart.png',0),(73,0,'config','config_logo','data/logo.png',0),(74,0,'config','config_cart_weight','1',0),(75,0,'config','config_upload_allowed','jpg, JPG, jpeg, gif, png, txt',0),(76,0,'config','config_file_extension_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(77,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/jpeg\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/tiff\r\nimage/svg+xml\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/postscript\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(78,0,'config','config_review_status','1',0),(79,0,'config','config_download','1',0),(80,0,'config','config_return_status_id','2',0),(81,0,'config','config_complete_status_id','5',0),(82,0,'config','config_order_status_id','1',0),(83,0,'config','config_stock_status_id','5',0),(84,0,'config','config_stock_checkout','0',0),(85,0,'config','config_stock_warning','0',0),(86,0,'config','config_stock_display','0',0),(87,0,'config','config_commission','5',0),(88,0,'config','config_affiliate_id','4',0),(89,0,'config','config_checkout_id','5',0),(90,0,'config','config_guest_checkout','1',0),(91,0,'config','config_account_id','3',0),(92,0,'config','config_customer_price','0',0),(93,0,'config','config_customer_group_id','1',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(96,0,'config','config_length_class_id','1',0),(97,0,'config','config_invoice_prefix','INV-2013-00',0),(98,0,'config','config_tax','1',0),(99,0,'config','config_tax_customer','shipping',0),(100,0,'config','config_tax_default','shipping',0),(101,0,'config','config_admin_limit','20',0),(102,0,'config','config_catalog_limit','15',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(105,0,'config','config_weight_class_id','1',0),(106,0,'config','config_currency_auto','1',0),(107,0,'config','config_currency','USD',0),(108,0,'slideshow','slideshow_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"7\";s:5:\"width\";s:3:\"980\";s:6:\"height\";s:3:\"280\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(109,0,'banner','banner_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"6\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"182\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"3\";}}',1),(110,0,'config','config_name','Your Store',0),(111,0,'config','config_owner','Your Name',0),(112,0,'config','config_address','Address 1',0),(131,0,'config','config_email','convictcartel@yahoo.com',0),(114,0,'config','config_telephone','123456789',0),(115,0,'config','config_fax','',0),(116,0,'config','config_title','Your Store',0),(117,0,'config','config_meta_description','My Store',0),(118,0,'config','config_template','default',0),(119,0,'config','config_layout_id','4',0),(120,0,'config','config_country_id','222',0),(121,0,'config','config_zone_id','3563',0),(122,0,'config','config_language','en',0),(123,0,'config','config_admin_language','en',0),(124,0,'config','config_order_edit','100',0),(125,0,'config','config_voucher_min','1',0),(126,0,'config','config_voucher_max','1000',0),(127,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(128,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(129,0,'config','config_password','1',0),(130,0,'config','config_product_count','1',0),(132,0,'config','config_url','http://037cbcd.netsolhost.com/store/',0); /*!40000 ALTER TABLE `oc_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_stock_status` -- DROP TABLE IF EXISTS `oc_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_stock_status` ( `stock_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`stock_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_stock_status` -- LOCK TABLES `oc_stock_status` WRITE; /*!40000 ALTER TABLE `oc_stock_status` DISABLE KEYS */; INSERT INTO `oc_stock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2 - 3 Days'); /*!40000 ALTER TABLE `oc_stock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_store` -- DROP TABLE IF EXISTS `oc_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_store` ( `store_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `url` varchar(255) NOT NULL, `ssl` varchar(255) NOT NULL, PRIMARY KEY (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_store` -- LOCK TABLES `oc_store` WRITE; /*!40000 ALTER TABLE `oc_store` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_class` -- DROP TABLE IF EXISTS `oc_tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_class` -- LOCK TABLES `oc_tax_class` WRITE; /*!40000 ALTER TABLE `oc_tax_class` DISABLE KEYS */; INSERT INTO `oc_tax_class` VALUES (9,'Taxable Goods','Taxed Stuff','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36'); /*!40000 ALTER TABLE `oc_tax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rate` -- DROP TABLE IF EXISTS `oc_tax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `geo_zone_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, `rate` decimal(15,4) NOT NULL default '0.0000', `type` char(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rate` -- LOCK TABLES `oc_tax_rate` WRITE; /*!40000 ALTER TABLE `oc_tax_rate` DISABLE KEYS */; INSERT INTO `oc_tax_rate` VALUES (86,3,'VAT (17.5%)','17.5000','P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)','2.0000','F','2011-09-21 21:49:23','2011-09-23 00:40:19'); /*!40000 ALTER TABLE `oc_tax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rate_to_customer_group` -- DROP TABLE IF EXISTS `oc_tax_rate_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rate_to_customer_group` ( `tax_rate_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`tax_rate_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rate_to_customer_group` -- LOCK TABLES `oc_tax_rate_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_tax_rate_to_customer_group` DISABLE KEYS */; INSERT INTO `oc_tax_rate_to_customer_group` VALUES (86,1),(87,1); /*!40000 ALTER TABLE `oc_tax_rate_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rule` -- DROP TABLE IF EXISTS `oc_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rule` ( `tax_rule_id` int(11) NOT NULL auto_increment, `tax_class_id` int(11) NOT NULL, `tax_rate_id` int(11) NOT NULL, `based` varchar(10) NOT NULL, `priority` int(5) NOT NULL default '1', PRIMARY KEY (`tax_rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rule` -- LOCK TABLES `oc_tax_rule` WRITE; /*!40000 ALTER TABLE `oc_tax_rule` DISABLE KEYS */; INSERT INTO `oc_tax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2); /*!40000 ALTER TABLE `oc_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_url_alias` -- DROP TABLE IF EXISTS `oc_url_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_url_alias` ( `url_alias_id` int(11) NOT NULL auto_increment, `query` varchar(255) NOT NULL, `keyword` varchar(255) NOT NULL, PRIMARY KEY (`url_alias_id`) ) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_url_alias` -- LOCK TABLES `oc_url_alias` WRITE; /*!40000 ALTER TABLE `oc_url_alias` DISABLE KEYS */; INSERT INTO `oc_url_alias` VALUES (704,'product_id=48','ipod_classic'),(773,'category_id=20','desktops'),(503,'category_id=26','pc'),(505,'category_id=27','mac'),(730,'manufacturer_id=8','apple'),(772,'information_id=4','about_us'),(768,'product_id=42','test'),(767,'category_id=34','mp3-players'),(536,'category_id=36','Normal'); /*!40000 ALTER TABLE `oc_url_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_user` -- DROP TABLE IF EXISTS `oc_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_user` ( `user_id` int(11) NOT NULL auto_increment, `user_group_id` int(11) NOT NULL, `username` varchar(20) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `code` varchar(40) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_user` -- LOCK TABLES `oc_user` WRITE; /*!40000 ALTER TABLE `oc_user` DISABLE KEYS */; INSERT INTO `oc_user` VALUES (1,1,'Convict Cartel','1d6c47f346e1c70197d3b66666a26adaca4e2c89','6bfa9ec51','','','convictcartel@yahoo.com','','',1,'2013-07-25 14:45:42'); /*!40000 ALTER TABLE `oc_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_user_group` -- DROP TABLE IF EXISTS `oc_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_user_group` ( `user_group_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `permission` text NOT NULL, PRIMARY KEY (`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_user_group` -- LOCK TABLES `oc_user_group` WRITE; /*!40000 ALTER TABLE `oc_user_group` DISABLE KEYS */; INSERT INTO `oc_user_group` VALUES (1,'Top Administrator','a:2:{s:6:\"access\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}s:6:\"modify\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}}'),(10,'Demonstration',''); /*!40000 ALTER TABLE `oc_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher` -- DROP TABLE IF EXISTS `oc_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher` ( `voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher` -- LOCK TABLES `oc_voucher` WRITE; /*!40000 ALTER TABLE `oc_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_history` -- DROP TABLE IF EXISTS `oc_voucher_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_history` ( `voucher_history_id` int(11) NOT NULL auto_increment, `voucher_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`voucher_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_history` -- LOCK TABLES `oc_voucher_history` WRITE; /*!40000 ALTER TABLE `oc_voucher_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_voucher_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_theme` -- DROP TABLE IF EXISTS `oc_voucher_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_theme` ( `voucher_theme_id` int(11) NOT NULL auto_increment, `image` varchar(255) NOT NULL, PRIMARY KEY (`voucher_theme_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_theme` -- LOCK TABLES `oc_voucher_theme` WRITE; /*!40000 ALTER TABLE `oc_voucher_theme` DISABLE KEYS */; INSERT INTO `oc_voucher_theme` VALUES (8,'data/demo/canon_eos_5d_2.jpg'),(7,'data/demo/gift-voucher-birthday.jpg'),(6,'data/demo/apple_logo.jpg'); /*!40000 ALTER TABLE `oc_voucher_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_theme_description` -- DROP TABLE IF EXISTS `oc_voucher_theme_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_theme_description` ( `voucher_theme_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`voucher_theme_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_theme_description` -- LOCK TABLES `oc_voucher_theme_description` WRITE; /*!40000 ALTER TABLE `oc_voucher_theme_description` DISABLE KEYS */; INSERT INTO `oc_voucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General'); /*!40000 ALTER TABLE `oc_voucher_theme_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_weight_class` -- DROP TABLE IF EXISTS `oc_weight_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_weight_class` ( `weight_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL default '0.00000000', PRIMARY KEY (`weight_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_weight_class` -- LOCK TABLES `oc_weight_class` WRITE; /*!40000 ALTER TABLE `oc_weight_class` DISABLE KEYS */; INSERT INTO `oc_weight_class` VALUES (1,'1.00000000'),(2,'1000.00000000'),(5,'2.20460000'),(6,'35.27400000'); /*!40000 ALTER TABLE `oc_weight_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_weight_class_description` -- DROP TABLE IF EXISTS `oc_weight_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_weight_class_description` ( `weight_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`weight_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_weight_class_description` -- LOCK TABLES `oc_weight_class_description` WRITE; /*!40000 ALTER TABLE `oc_weight_class_description` DISABLE KEYS */; INSERT INTO `oc_weight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz'); /*!40000 ALTER TABLE `oc_weight_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_zone` -- DROP TABLE IF EXISTS `oc_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_zone` ( `zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `code` varchar(32) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4033 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_zone` -- LOCK TABLES `oc_zone` WRITE; /*!40000 ALTER TABLE `oc_zone` DISABLE KEYS */; INSERT INTO `oc_zone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Hi','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chi','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovar-Bilogora','BB',1),(848,53,'City of Zagreb','CZ',1),(849,53,'Dubrovnik-Neretva','DN',1),(850,53,'Istra','IS',1),(851,53,'Karlovac','KA',1),(852,53,'Koprivnica-Krizevci','KK',1),(853,53,'Krapina-Zagorje','KZ',1),(854,53,'Lika-Senj','LS',1),(855,53,'Medimurje','ME',1),(856,53,'Osijek-Baranja','OB',1),(857,53,'Pozega-Slavonia','PS',1),(858,53,'Primorje-Gorski Kotar','PG',1),(859,53,'Sibenik','SI',1),(860,53,'Sisak-Moslavina','SM',1),(861,53,'Slavonski Brod-Posavina','SB',1),(862,53,'Split-Dalmatia','SD',1),(863,53,'Varazdin','VA',1),(864,53,'Virovitica-Podravina','VP',1),(865,53,'Vukovar-Srijem','VS',1),(866,53,'Zadar-Knin','ZK',1),(867,53,'Zagreb','ZA',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan Laani','AL',1),(1086,72,'Etela-Suomen Laani','ES',1),(1087,72,'Ita-Suomen Laani','IS',1),(1088,72,'Lansi-Suomen Laani','LS',1),(1089,72,'Lapin Lanani','LA',1),(1090,72,'Oulun Laani','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1428,97,'Bacs-Kiskun','BK',1),(1429,97,'Baranya','BA',1),(1430,97,'Bekes','BE',1),(1431,97,'Bekescsaba','BS',1),(1432,97,'Borsod-Abauj-Zemplen','BZ',1),(1433,97,'Budapest','BU',1),(1434,97,'Csongrad','CS',1),(1435,97,'Debrecen','DE',1),(1436,97,'Dunaujvaros','DU',1),(1437,97,'Eger','EG',1),(1438,97,'Fejer','FE',1),(1439,97,'Gyor','GY',1),(1440,97,'Gyor-Moson-Sopron','GM',1),(1441,97,'Hajdu-Bihar','HB',1),(1442,97,'Heves','HE',1),(1443,97,'Hodmezovasarhely','HO',1),(1444,97,'Jasz-Nagykun-Szolnok','JN',1),(1445,97,'Kaposvar','KA',1),(1446,97,'Kecskemet','KE',1),(1447,97,'Komarom-Esztergom','KO',1),(1448,97,'Miskolc','MI',1),(1449,97,'Nagykanizsa','NA',1),(1450,97,'Nograd','NO',1),(1451,97,'Nyiregyhaza','NY',1),(1452,97,'Pecs','PE',1),(1453,97,'Pest','PS',1),(1454,97,'Somogy','SO',1),(1455,97,'Sopron','SP',1),(1456,97,'Szabolcs-Szatmar-Bereg','SS',1),(1457,97,'Szeged','SZ',1),(1458,97,'Szekesfehervar','SE',1),(1459,97,'Szolnok','SL',1),(1460,97,'Szombathely','SM',1),(1461,97,'Tatabanya','TA',1),(1462,97,'Tolna','TO',1),(1463,97,'Vas','VA',1),(1464,97,'Veszprem','VE',1),(1465,97,'Zala','ZA',1),(1466,97,'Zalaegerszeg','ZZ',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1819,117,'Aizkraukles Rajons','AIZ',1),(1820,117,'Aluksnes Rajons','ALU',1),(1821,117,'Balvu Rajons','BAL',1),(1822,117,'Bauskas Rajons','BAU',1),(1823,117,'Cesu Rajons','CES',1),(1824,117,'Daugavpils Rajons','DGR',1),(1825,117,'Dobeles Rajons','DOB',1),(1826,117,'Gulbenes Rajons','GUL',1),(1827,117,'Jekabpils Rajons','JEK',1),(1828,117,'Jelgavas Rajons','JGR',1),(1829,117,'Kraslavas Rajons','KRA',1),(1830,117,'Kuldigas Rajons','KUL',1),(1831,117,'Liepajas Rajons','LPR',1),(1832,117,'Limbazu Rajons','LIM',1),(1833,117,'Ludzas Rajons','LUD',1),(1834,117,'Madonas Rajons','MAD',1),(1835,117,'Ogres Rajons','OGR',1),(1836,117,'Preilu Rajons','PRE',1),(1837,117,'Rezeknes Rajons','RZR',1),(1838,117,'Rigas Rajons','RGR',1),(1839,117,'Saldus Rajons','SAL',1),(1840,117,'Talsu Rajons','TAL',1),(1841,117,'Tukuma Rajons','TUK',1),(1842,117,'Valkas Rajons','VLK',1),(1843,117,'Valmieras Rajons','VLM',1),(1844,117,'Ventspils Rajons','VSR',1),(1845,117,'Daugavpils','DGV',1),(1846,117,'Jelgava','JGV',1),(1847,117,'Jurmala','JUR',1),(1848,117,'Liepaja','LPK',1),(1849,117,'Rezekne','RZK',1),(1850,117,'Riga','RGA',1),(1851,117,'Ventspils','VSL',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','JO',1),(1972,129,'Kedah','KE',1),(1973,129,'Kelantan','KL',1),(1974,129,'Labuan','LA',1),(1975,129,'Melaka','ME',1),(1976,129,'Negeri Sembilan','NS',1),(1977,129,'Pahang','PA',1),(1978,129,'Perak','PE',1),(1979,129,'Perlis','PR',1),(1980,129,'Pulau Pinang','PP',1),(1981,129,'Sabah','SA',1),(1982,129,'Sarawak','SR',1),(1983,129,'Selangor','SE',1),(1984,129,'Terengganu','TE',1),(1985,129,'Wilayah Persekutuan','WP',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3031,197,'Ascension','A',1),(3032,197,'Saint Helena','S',1),(3033,197,'Tristan da Cunha','T',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakir','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkasy','CK',1),(3481,220,'Chernihiv','CH',1),(3482,220,'Chernivtsi','CV',1),(3483,220,'Crimea','CR',1),(3484,220,'Dnipropetrovs\'k','DN',1),(3485,220,'Donets\'k','DO',1),(3486,220,'Ivano-Frankivs\'k','IV',1),(3487,220,'Kharkiv Kherson','KL',1),(3488,220,'Khmel\'nyts\'kyy','KM',1),(3489,220,'Kirovohrad','KR',1),(3490,220,'Kiev','KV',1),(3491,220,'Kyyiv','KY',1),(3492,220,'Luhans\'k','LU',1),(3493,220,'L\'viv','LV',1),(3494,220,'Mykolayiv','MY',1),(3495,220,'Odesa','OD',1),(3496,220,'Poltava','PO',1),(3497,220,'Rivne','RI',1),(3498,220,'Sevastopol','SE',1),(3499,220,'Sumy','SU',1),(3500,220,'Ternopil\'','TE',1),(3501,220,'Vinnytsya','VI',1),(3502,220,'Volyn\'','VO',1),(3503,220,'Zakarpattya','ZK',1),(3504,220,'Zaporizhzhya','ZA',1),(3505,220,'Zhytomyr','ZH',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3972,222,'Isle of Man','IOM',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4019,243,'Kosovo','KM',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1); /*!40000 ALTER TABLE `oc_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_zone_to_geo_zone` -- DROP TABLE IF EXISTS `oc_zone_to_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_zone_to_geo_zone` ( `zone_to_geo_zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL default '0', `geo_zone_id` int(11) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`zone_to_geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_zone_to_geo_zone` -- LOCK TABLES `oc_zone_to_geo_zone` WRITE; /*!40000 ALTER TABLE `oc_zone_to_geo_zone` DISABLE KEYS */; INSERT INTO `oc_zone_to_geo_zone` VALUES (57,222,0,3,'2010-02-26 22:33:24','0000-00-00 00:00:00'),(65,222,0,4,'2010-12-15 15:18:13','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `oc_zone_to_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `passwordhistory` -- DROP TABLE IF EXISTS `passwordhistory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `passwordhistory` ( `userid` int(10) unsigned NOT NULL default '0', `password` varchar(50) NOT NULL default '', `passworddate` date NOT NULL default '0000-00-00', KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `passwordhistory` -- LOCK TABLES `passwordhistory` WRITE; /*!40000 ALTER TABLE `passwordhistory` DISABLE KEYS */; /*!40000 ALTER TABLE `passwordhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_acl_groups` -- DROP TABLE IF EXISTS `phpbb_acl_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_acl_groups` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `auth_opt_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_acl_groups` -- LOCK TABLES `phpbb_acl_groups` WRITE; /*!40000 ALTER TABLE `phpbb_acl_groups` DISABLE KEYS */; INSERT INTO `phpbb_acl_groups` VALUES (1,0,85,0,1),(1,0,93,0,1),(1,0,111,0,1),(5,0,0,5,0),(5,0,0,1,0),(2,0,0,6,0),(3,0,0,6,0),(4,0,0,5,0),(4,0,0,10,0),(1,1,0,17,0),(2,1,0,17,0),(3,1,0,17,0),(6,1,0,17,0),(1,2,0,17,0),(2,2,0,15,0),(3,2,0,15,0),(4,2,0,21,0),(5,2,0,14,0),(5,2,0,10,0),(6,2,0,19,0),(7,0,0,23,0),(7,2,0,24,0); /*!40000 ALTER TABLE `phpbb_acl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_acl_options` -- DROP TABLE IF EXISTS `phpbb_acl_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_acl_options` ( `auth_option_id` mediumint(8) unsigned NOT NULL auto_increment, `auth_option` varchar(50) collate utf8_bin NOT NULL default '', `is_global` tinyint(1) unsigned NOT NULL default '0', `is_local` tinyint(1) unsigned NOT NULL default '0', `founder_only` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`auth_option_id`), UNIQUE KEY `auth_option` (`auth_option`) ) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_acl_options` -- LOCK TABLES `phpbb_acl_options` WRITE; /*!40000 ALTER TABLE `phpbb_acl_options` DISABLE KEYS */; INSERT INTO `phpbb_acl_options` VALUES (1,'f_',0,1,0),(2,'f_announce',0,1,0),(3,'f_attach',0,1,0),(4,'f_bbcode',0,1,0),(5,'f_bump',0,1,0),(6,'f_delete',0,1,0),(7,'f_download',0,1,0),(8,'f_edit',0,1,0),(9,'f_email',0,1,0),(10,'f_flash',0,1,0),(11,'f_icons',0,1,0),(12,'f_ignoreflood',0,1,0),(13,'f_img',0,1,0),(14,'f_list',0,1,0),(15,'f_noapprove',0,1,0),(16,'f_poll',0,1,0),(17,'f_post',0,1,0),(18,'f_postcount',0,1,0),(19,'f_print',0,1,0),(20,'f_read',0,1,0),(21,'f_reply',0,1,0),(22,'f_report',0,1,0),(23,'f_search',0,1,0),(24,'f_sigs',0,1,0),(25,'f_smilies',0,1,0),(26,'f_sticky',0,1,0),(27,'f_subscribe',0,1,0),(28,'f_user_lock',0,1,0),(29,'f_vote',0,1,0),(30,'f_votechg',0,1,0),(31,'m_',1,1,0),(32,'m_approve',1,1,0),(33,'m_chgposter',1,1,0),(34,'m_delete',1,1,0),(35,'m_edit',1,1,0),(36,'m_info',1,1,0),(37,'m_lock',1,1,0),(38,'m_merge',1,1,0),(39,'m_move',1,1,0),(40,'m_report',1,1,0),(41,'m_split',1,1,0),(42,'m_ban',1,0,0),(43,'m_warn',1,0,0),(44,'a_',1,0,0),(45,'a_aauth',1,0,0),(46,'a_attach',1,0,0),(47,'a_authgroups',1,0,0),(48,'a_authusers',1,0,0),(49,'a_backup',1,0,0),(50,'a_ban',1,0,0),(51,'a_bbcode',1,0,0),(52,'a_board',1,0,0),(53,'a_bots',1,0,0),(54,'a_clearlogs',1,0,0),(55,'a_email',1,0,0),(56,'a_fauth',1,0,0),(57,'a_forum',1,0,0),(58,'a_forumadd',1,0,0),(59,'a_forumdel',1,0,0),(60,'a_group',1,0,0),(61,'a_groupadd',1,0,0),(62,'a_groupdel',1,0,0),(63,'a_icons',1,0,0),(64,'a_jabber',1,0,0),(65,'a_language',1,0,0),(66,'a_mauth',1,0,0),(67,'a_modules',1,0,0),(68,'a_names',1,0,0),(69,'a_phpinfo',1,0,0),(70,'a_profile',1,0,0),(71,'a_prune',1,0,0),(72,'a_ranks',1,0,0),(73,'a_reasons',1,0,0),(74,'a_roles',1,0,0),(75,'a_search',1,0,0),(76,'a_server',1,0,0),(77,'a_styles',1,0,0),(78,'a_switchperm',1,0,0),(79,'a_uauth',1,0,0),(80,'a_user',1,0,0),(81,'a_userdel',1,0,0),(82,'a_viewauth',1,0,0),(83,'a_viewlogs',1,0,0),(84,'a_words',1,0,0),(85,'u_',1,0,0),(86,'u_attach',1,0,0),(87,'u_chgavatar',1,0,0),(88,'u_chgcensors',1,0,0),(89,'u_chgemail',1,0,0),(90,'u_chggrp',1,0,0),(91,'u_chgname',1,0,0),(92,'u_chgpasswd',1,0,0),(93,'u_download',1,0,0),(94,'u_hideonline',1,0,0),(95,'u_ignoreflood',1,0,0),(96,'u_masspm',1,0,0),(97,'u_masspm_group',1,0,0),(98,'u_pm_attach',1,0,0),(99,'u_pm_bbcode',1,0,0),(100,'u_pm_delete',1,0,0),(101,'u_pm_download',1,0,0),(102,'u_pm_edit',1,0,0),(103,'u_pm_emailpm',1,0,0),(104,'u_pm_flash',1,0,0),(105,'u_pm_forward',1,0,0),(106,'u_pm_img',1,0,0),(107,'u_pm_printpm',1,0,0),(108,'u_pm_smilies',1,0,0),(109,'u_readpm',1,0,0),(110,'u_savedrafts',1,0,0),(111,'u_search',1,0,0),(112,'u_sendemail',1,0,0),(113,'u_sendim',1,0,0),(114,'u_sendpm',1,0,0),(115,'u_sig',1,0,0),(116,'u_viewonline',1,0,0),(117,'u_viewprofile',1,0,0); /*!40000 ALTER TABLE `phpbb_acl_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_acl_roles` -- DROP TABLE IF EXISTS `phpbb_acl_roles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_acl_roles` ( `role_id` mediumint(8) unsigned NOT NULL auto_increment, `role_name` varchar(255) collate utf8_bin NOT NULL default '', `role_description` text collate utf8_bin NOT NULL, `role_type` varchar(10) collate utf8_bin NOT NULL default '', `role_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`role_id`), KEY `role_type` (`role_type`), KEY `role_order` (`role_order`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_acl_roles` -- LOCK TABLES `phpbb_acl_roles` WRITE; /*!40000 ALTER TABLE `phpbb_acl_roles` DISABLE KEYS */; INSERT INTO `phpbb_acl_roles` VALUES (1,'ROLE_ADMIN_STANDARD','ROLE_DESCRIPTION_ADMIN_STANDARD','a_',1),(2,'ROLE_ADMIN_FORUM','ROLE_DESCRIPTION_ADMIN_FORUM','a_',3),(3,'ROLE_ADMIN_USERGROUP','ROLE_DESCRIPTION_ADMIN_USERGROUP','a_',4),(4,'ROLE_ADMIN_FULL','ROLE_DESCRIPTION_ADMIN_FULL','a_',2),(5,'ROLE_USER_FULL','ROLE_DESCRIPTION_USER_FULL','u_',3),(6,'ROLE_USER_STANDARD','ROLE_DESCRIPTION_USER_STANDARD','u_',1),(7,'ROLE_USER_LIMITED','ROLE_DESCRIPTION_USER_LIMITED','u_',2),(8,'ROLE_USER_NOPM','ROLE_DESCRIPTION_USER_NOPM','u_',4),(9,'ROLE_USER_NOAVATAR','ROLE_DESCRIPTION_USER_NOAVATAR','u_',5),(10,'ROLE_MOD_FULL','ROLE_DESCRIPTION_MOD_FULL','m_',3),(11,'ROLE_MOD_STANDARD','ROLE_DESCRIPTION_MOD_STANDARD','m_',1),(12,'ROLE_MOD_SIMPLE','ROLE_DESCRIPTION_MOD_SIMPLE','m_',2),(13,'ROLE_MOD_QUEUE','ROLE_DESCRIPTION_MOD_QUEUE','m_',4),(14,'ROLE_FORUM_FULL','ROLE_DESCRIPTION_FORUM_FULL','f_',7),(15,'ROLE_FORUM_STANDARD','ROLE_DESCRIPTION_FORUM_STANDARD','f_',5),(16,'ROLE_FORUM_NOACCESS','ROLE_DESCRIPTION_FORUM_NOACCESS','f_',1),(17,'ROLE_FORUM_READONLY','ROLE_DESCRIPTION_FORUM_READONLY','f_',2),(18,'ROLE_FORUM_LIMITED','ROLE_DESCRIPTION_FORUM_LIMITED','f_',3),(19,'ROLE_FORUM_BOT','ROLE_DESCRIPTION_FORUM_BOT','f_',9),(20,'ROLE_FORUM_ONQUEUE','ROLE_DESCRIPTION_FORUM_ONQUEUE','f_',8),(21,'ROLE_FORUM_POLLS','ROLE_DESCRIPTION_FORUM_POLLS','f_',6),(22,'ROLE_FORUM_LIMITED_POLLS','ROLE_DESCRIPTION_FORUM_LIMITED_POLLS','f_',4),(23,'ROLE_USER_NEW_MEMBER','ROLE_DESCRIPTION_USER_NEW_MEMBER','u_',6),(24,'ROLE_FORUM_NEW_MEMBER','ROLE_DESCRIPTION_FORUM_NEW_MEMBER','f_',10); /*!40000 ALTER TABLE `phpbb_acl_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_acl_roles_data` -- DROP TABLE IF EXISTS `phpbb_acl_roles_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_acl_roles_data` ( `role_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', PRIMARY KEY (`role_id`,`auth_option_id`), KEY `ath_op_id` (`auth_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_acl_roles_data` -- LOCK TABLES `phpbb_acl_roles_data` WRITE; /*!40000 ALTER TABLE `phpbb_acl_roles_data` DISABLE KEYS */; INSERT INTO `phpbb_acl_roles_data` VALUES (1,44,1),(1,46,1),(1,47,1),(1,48,1),(1,50,1),(1,51,1),(1,52,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,1),(1,61,1),(1,62,1),(1,63,1),(1,66,1),(1,68,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,79,1),(1,80,1),(1,81,1),(1,82,1),(1,83,1),(1,84,1),(2,44,1),(2,47,1),(2,48,1),(2,56,1),(2,57,1),(2,58,1),(2,59,1),(2,66,1),(2,71,1),(2,79,1),(2,82,1),(2,83,1),(3,44,1),(3,47,1),(3,48,1),(3,50,1),(3,60,1),(3,61,1),(3,62,1),(3,72,1),(3,79,1),(3,80,1),(3,82,1),(3,83,1),(4,44,1),(4,45,1),(4,46,1),(4,47,1),(4,48,1),(4,49,1),(4,50,1),(4,51,1),(4,52,1),(4,53,1),(4,54,1),(4,55,1),(4,56,1),(4,57,1),(4,58,1),(4,59,1),(4,60,1),(4,61,1),(4,62,1),(4,63,1),(4,64,1),(4,65,1),(4,66,1),(4,67,1),(4,68,1),(4,69,1),(4,70,1),(4,71,1),(4,72,1),(4,73,1),(4,74,1),(4,75,1),(4,76,1),(4,77,1),(4,78,1),(4,79,1),(4,80,1),(4,81,1),(4,82,1),(4,83,1),(4,84,1),(5,85,1),(5,86,1),(5,87,1),(5,88,1),(5,89,1),(5,90,1),(5,91,1),(5,92,1),(5,93,1),(5,94,1),(5,95,1),(5,96,1),(5,97,1),(5,98,1),(5,99,1),(5,100,1),(5,101,1),(5,102,1),(5,103,1),(5,104,1),(5,105,1),(5,106,1),(5,107,1),(5,108,1),(5,109,1),(5,110,1),(5,111,1),(5,112,1),(5,113,1),(5,114,1),(5,115,1),(5,116,1),(5,117,1),(6,85,1),(6,86,1),(6,87,1),(6,88,1),(6,89,1),(6,92,1),(6,93,1),(6,94,1),(6,96,1),(6,97,1),(6,98,1),(6,99,1),(6,100,1),(6,101,1),(6,102,1),(6,103,1),(6,106,1),(6,107,1),(6,108,1),(6,109,1),(6,110,1),(6,111,1),(6,112,1),(6,113,1),(6,114,1),(6,115,1),(6,117,1),(7,85,1),(7,87,1),(7,88,1),(7,89,1),(7,92,1),(7,93,1),(7,94,1),(7,99,1),(7,100,1),(7,101,1),(7,102,1),(7,105,1),(7,106,1),(7,107,1),(7,108,1),(7,109,1),(7,114,1),(7,115,1),(7,117,1),(8,85,1),(8,87,1),(8,88,1),(8,89,1),(8,92,1),(8,93,1),(8,94,1),(8,115,1),(8,117,1),(8,96,0),(8,97,0),(8,109,0),(8,114,0),(9,85,1),(9,88,1),(9,89,1),(9,92,1),(9,93,1),(9,94,1),(9,99,1),(9,100,1),(9,101,1),(9,102,1),(9,105,1),(9,106,1),(9,107,1),(9,108,1),(9,109,1),(9,114,1),(9,115,1),(9,117,1),(9,87,0),(10,31,1),(10,32,1),(10,42,1),(10,33,1),(10,34,1),(10,35,1),(10,36,1),(10,37,1),(10,38,1),(10,39,1),(10,40,1),(10,41,1),(10,43,1),(11,31,1),(11,32,1),(11,34,1),(11,35,1),(11,36,1),(11,37,1),(11,38,1),(11,39,1),(11,40,1),(11,41,1),(11,43,1),(12,31,1),(12,34,1),(12,35,1),(12,36,1),(12,40,1),(13,31,1),(13,32,1),(13,35,1),(14,1,1),(14,2,1),(14,3,1),(14,4,1),(14,5,1),(14,6,1),(14,7,1),(14,8,1),(14,9,1),(14,10,1),(14,11,1),(14,12,1),(14,13,1),(14,14,1),(14,15,1),(14,16,1),(14,17,1),(14,18,1),(14,19,1),(14,20,1),(14,21,1),(14,22,1),(14,23,1),(14,24,1),(14,25,1),(14,26,1),(14,27,1),(14,28,1),(14,29,1),(14,30,1),(15,1,1),(15,3,1),(15,4,1),(15,5,1),(15,6,1),(15,7,1),(15,8,1),(15,9,1),(15,11,1),(15,13,1),(15,14,1),(15,15,1),(15,17,1),(15,18,1),(15,19,1),(15,20,1),(15,21,1),(15,22,1),(15,23,1),(15,24,1),(15,25,1),(15,27,1),(15,29,1),(15,30,1),(16,1,0),(17,1,1),(17,7,1),(17,14,1),(17,19,1),(17,20,1),(17,23,1),(17,27,1),(18,1,1),(18,4,1),(18,7,1),(18,8,1),(18,9,1),(18,13,1),(18,14,1),(18,15,1),(18,17,1),(18,18,1),(18,19,1),(18,20,1),(18,21,1),(18,22,1),(18,23,1),(18,24,1),(18,25,1),(18,27,1),(18,29,1),(19,1,1),(19,7,1),(19,14,1),(19,19,1),(19,20,1),(20,1,1),(20,3,1),(20,4,1),(20,7,1),(20,8,1),(20,9,1),(20,13,1),(20,14,1),(20,17,1),(20,18,1),(20,19,1),(20,20,1),(20,21,1),(20,22,1),(20,23,1),(20,24,1),(20,25,1),(20,27,1),(20,29,1),(20,15,0),(21,1,1),(21,3,1),(21,4,1),(21,5,1),(21,6,1),(21,7,1),(21,8,1),(21,9,1),(21,11,1),(21,13,1),(21,14,1),(21,15,1),(21,16,1),(21,17,1),(21,18,1),(21,19,1),(21,20,1),(21,21,1),(21,22,1),(21,23,1),(21,24,1),(21,25,1),(21,27,1),(21,29,1),(21,30,1),(22,1,1),(22,4,1),(22,7,1),(22,8,1),(22,9,1),(22,13,1),(22,14,1),(22,15,1),(22,16,1),(22,17,1),(22,18,1),(22,19,1),(22,20,1),(22,21,1),(22,22,1),(22,23,1),(22,24,1),(22,25,1),(22,27,1),(22,29,1),(23,96,0),(23,97,0),(23,114,0),(24,15,0); /*!40000 ALTER TABLE `phpbb_acl_roles_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_acl_users` -- DROP TABLE IF EXISTS `phpbb_acl_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_acl_users` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `auth_option_id` mediumint(8) unsigned NOT NULL default '0', `auth_role_id` mediumint(8) unsigned NOT NULL default '0', `auth_setting` tinyint(2) NOT NULL default '0', KEY `user_id` (`user_id`), KEY `auth_option_id` (`auth_option_id`), KEY `auth_role_id` (`auth_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_acl_users` -- LOCK TABLES `phpbb_acl_users` WRITE; /*!40000 ALTER TABLE `phpbb_acl_users` DISABLE KEYS */; INSERT INTO `phpbb_acl_users` VALUES (2,0,0,5,0); /*!40000 ALTER TABLE `phpbb_acl_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_attachments` -- DROP TABLE IF EXISTS `phpbb_attachments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_attachments` ( `attach_id` mediumint(8) unsigned NOT NULL auto_increment, `post_msg_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `in_message` tinyint(1) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `is_orphan` tinyint(1) unsigned NOT NULL default '1', `physical_filename` varchar(255) collate utf8_bin NOT NULL default '', `real_filename` varchar(255) collate utf8_bin NOT NULL default '', `download_count` mediumint(8) unsigned NOT NULL default '0', `attach_comment` text collate utf8_bin NOT NULL, `extension` varchar(100) collate utf8_bin NOT NULL default '', `mimetype` varchar(100) collate utf8_bin NOT NULL default '', `filesize` int(20) unsigned NOT NULL default '0', `filetime` int(11) unsigned NOT NULL default '0', `thumbnail` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`attach_id`), KEY `filetime` (`filetime`), KEY `post_msg_id` (`post_msg_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `is_orphan` (`is_orphan`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_attachments` -- LOCK TABLES `phpbb_attachments` WRITE; /*!40000 ALTER TABLE `phpbb_attachments` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_attachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_banlist` -- DROP TABLE IF EXISTS `phpbb_banlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_banlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) unsigned NOT NULL default '0', `ban_ip` varchar(40) collate utf8_bin NOT NULL default '', `ban_email` varchar(100) collate utf8_bin NOT NULL default '', `ban_start` int(11) unsigned NOT NULL default '0', `ban_end` int(11) unsigned NOT NULL default '0', `ban_exclude` tinyint(1) unsigned NOT NULL default '0', `ban_reason` varchar(255) collate utf8_bin NOT NULL default '', `ban_give_reason` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`ban_id`), KEY `ban_end` (`ban_end`), KEY `ban_user` (`ban_userid`,`ban_exclude`), KEY `ban_email` (`ban_email`,`ban_exclude`), KEY `ban_ip` (`ban_ip`,`ban_exclude`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_banlist` -- LOCK TABLES `phpbb_banlist` WRITE; /*!40000 ALTER TABLE `phpbb_banlist` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_banlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_bbcodes` -- DROP TABLE IF EXISTS `phpbb_bbcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_bbcodes` ( `bbcode_id` smallint(4) unsigned NOT NULL default '0', `bbcode_tag` varchar(16) collate utf8_bin NOT NULL default '', `bbcode_helpline` varchar(255) collate utf8_bin NOT NULL default '', `display_on_posting` tinyint(1) unsigned NOT NULL default '0', `bbcode_match` text collate utf8_bin NOT NULL, `bbcode_tpl` mediumtext collate utf8_bin NOT NULL, `first_pass_match` mediumtext collate utf8_bin NOT NULL, `first_pass_replace` mediumtext collate utf8_bin NOT NULL, `second_pass_match` mediumtext collate utf8_bin NOT NULL, `second_pass_replace` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`bbcode_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_bbcodes` -- LOCK TABLES `phpbb_bbcodes` WRITE; /*!40000 ALTER TABLE `phpbb_bbcodes` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_bbcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_bookmarks` -- DROP TABLE IF EXISTS `phpbb_bookmarks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_bookmarks` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_bookmarks` -- LOCK TABLES `phpbb_bookmarks` WRITE; /*!40000 ALTER TABLE `phpbb_bookmarks` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_bookmarks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_bots` -- DROP TABLE IF EXISTS `phpbb_bots`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_bots` ( `bot_id` mediumint(8) unsigned NOT NULL auto_increment, `bot_active` tinyint(1) unsigned NOT NULL default '1', `bot_name` varchar(255) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `bot_agent` varchar(255) collate utf8_bin NOT NULL default '', `bot_ip` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`bot_id`), KEY `bot_active` (`bot_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_bots` -- LOCK TABLES `phpbb_bots` WRITE; /*!40000 ALTER TABLE `phpbb_bots` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_bots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_config` -- DROP TABLE IF EXISTS `phpbb_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_config` ( `config_name` varchar(255) collate utf8_bin NOT NULL default '', `config_value` varchar(255) collate utf8_bin NOT NULL default '', `is_dynamic` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`config_name`), KEY `is_dynamic` (`is_dynamic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_config` -- LOCK TABLES `phpbb_config` WRITE; /*!40000 ALTER TABLE `phpbb_config` DISABLE KEYS */; INSERT INTO `phpbb_config` VALUES ('active_sessions','0',0),('allow_attachments','1',0),('allow_autologin','1',0),('allow_avatar','1',0),('allow_avatar_local','0',0),('allow_avatar_remote','0',0),('allow_avatar_upload','1',0),('allow_avatar_remote_upload','0',0),('allow_bbcode','1',0),('allow_birthdays','1',0),('allow_bookmarks','1',0),('allow_emailreuse','0',0),('allow_forum_notify','1',0),('allow_mass_pm','1',0),('allow_name_chars','USERNAME_CHARS_ANY',0),('allow_namechange','0',0),('allow_nocensors','0',0),('allow_pm_attach','0',0),('allow_pm_report','1',0),('allow_post_flash','1',0),('allow_post_links','1',0),('allow_privmsg','1',0),('allow_quick_reply','1',0),('allow_sig','1',0),('allow_sig_bbcode','1',0),('allow_sig_flash','0',0),('allow_sig_img','1',0),('allow_sig_links','1',0),('allow_sig_pm','1',0),('allow_sig_smilies','1',0),('allow_smilies','1',0),('allow_topic_notify','1',0),('attachment_quota','52428800',0),('auth_bbcode_pm','1',0),('auth_flash_pm','0',0),('auth_img_pm','1',0),('auth_method','db',0),('auth_smilies_pm','1',0),('avatar_filesize','6144',0),('avatar_gallery_path','images/avatars/gallery',0),('avatar_max_height','90',0),('avatar_max_width','90',0),('avatar_min_height','20',0),('avatar_min_width','20',0),('avatar_path','images/avatars/upload',0),('avatar_salt','de36483ece43f4778ef2258905bf4526',0),('board_contact','convictcartel@yahoo.com',0),('board_disable','0',0),('board_disable_msg','',0),('board_dst','0',0),('board_email','convictcartel@yahoo.com',0),('board_email_form','0',0),('board_email_sig','Thanks, The Management',0),('board_hide_emails','1',0),('board_timezone','0',0),('browser_check','1',0),('bump_interval','10',0),('bump_type','d',0),('cache_gc','7200',0),('captcha_plugin','phpbb_captcha_gd',0),('captcha_gd','1',0),('captcha_gd_foreground_noise','0',0),('captcha_gd_x_grid','25',0),('captcha_gd_y_grid','25',0),('captcha_gd_wave','0',0),('captcha_gd_3d_noise','1',0),('captcha_gd_fonts','1',0),('confirm_refresh','1',0),('check_attachment_content','1',0),('check_dnsbl','0',0),('chg_passforce','0',0),('cookie_domain','037cbcd.netsolhost.com',0),('cookie_name','phpbb3_fqmy5',0),('cookie_path','/',0),('cookie_secure','0',0),('coppa_enable','0',0),('coppa_fax','',0),('coppa_mail','',0),('database_gc','604800',0),('dbms_version','5.0.91',0),('default_dateformat','D M d, Y g:i a',0),('default_style','1',0),('display_last_edited','1',0),('display_order','0',0),('edit_time','0',0),('delete_time','0',0),('email_check_mx','1',0),('email_enable','1',0),('email_function_name','mail',0),('email_max_chunk_size','50',0),('email_package_size','20',0),('enable_confirm','1',0),('enable_pm_icons','1',0),('enable_post_confirm','1',0),('feed_enable','1',0),('feed_http_auth','0',0),('feed_limit_post','15',0),('feed_limit_topic','10',0),('feed_overall_forums','0',0),('feed_overall','1',0),('feed_forum','1',0),('feed_topic','1',0),('feed_topics_new','1',0),('feed_topics_active','0',0),('feed_item_statistics','1',0),('flood_interval','15',0),('force_server_vars','0',0),('form_token_lifetime','7200',0),('form_token_mintime','0',0),('form_token_sid_guests','1',0),('forward_pm','1',0),('forwarded_for_check','0',0),('full_folder_action','2',0),('fulltext_mysql_max_word_len','254',0),('fulltext_mysql_min_word_len','4',0),('fulltext_native_common_thres','5',0),('fulltext_native_load_upd','1',0),('fulltext_native_max_chars','14',0),('fulltext_native_min_chars','3',0),('gzip_compress','0',0),('hot_threshold','25',0),('icons_path','images/icons',0),('img_create_thumbnail','0',0),('img_display_inlined','1',0),('img_imagick','',0),('img_link_height','0',0),('img_link_width','0',0),('img_max_height','0',0),('img_max_thumb_width','400',0),('img_max_width','0',0),('img_min_thumb_filesize','12000',0),('ip_check','3',0),('ip_login_limit_max','50',0),('ip_login_limit_time','21600',0),('ip_login_limit_use_forwarded','0',0),('jab_enable','0',0),('jab_host','',0),('jab_password','',0),('jab_package_size','20',0),('jab_port','5222',0),('jab_use_ssl','0',0),('jab_username','',0),('ldap_base_dn','',0),('ldap_email','',0),('ldap_password','',0),('ldap_port','',0),('ldap_server','',0),('ldap_uid','',0),('ldap_user','',0),('ldap_user_filter','',0),('limit_load','0',0),('limit_search_load','0',0),('load_anon_lastread','0',0),('load_birthdays','1',0),('load_cpf_memberlist','0',0),('load_cpf_viewprofile','1',0),('load_cpf_viewtopic','0',0),('load_db_lastread','1',0),('load_db_track','1',0),('load_jumpbox','1',0),('load_moderators','1',0),('load_online','1',0),('load_online_guests','1',0),('load_online_time','5',0),('load_onlinetrack','1',0),('load_search','1',0),('load_tplcompile','0',0),('load_unreads_search','1',0),('load_user_activity','1',0),('max_attachments','3',0),('max_attachments_pm','1',0),('max_autologin_time','0',0),('max_filesize','262144',0),('max_filesize_pm','262144',0),('max_login_attempts','3',0),('max_name_chars','20',0),('max_num_search_keywords','10',0),('max_pass_chars','100',0),('max_poll_options','10',0),('max_post_chars','60000',0),('max_post_font_size','200',0),('max_post_img_height','0',0),('max_post_img_width','0',0),('max_post_smilies','0',0),('max_post_urls','0',0),('max_quote_depth','3',0),('max_reg_attempts','5',0),('max_sig_chars','255',0),('max_sig_font_size','200',0),('max_sig_img_height','0',0),('max_sig_img_width','0',0),('max_sig_smilies','0',0),('max_sig_urls','5',0),('min_name_chars','3',0),('min_pass_chars','6',0),('min_post_chars','1',0),('min_search_author_chars','3',0),('mime_triggers','body|head|html|img|plaintext|a href|pre|script|table|title',0),('new_member_post_limit','3',0),('new_member_group_default','0',0),('override_user_style','0',0),('pass_complex','PASS_TYPE_ANY',0),('pm_edit_time','0',0),('pm_max_boxes','4',0),('pm_max_msgs','50',0),('pm_max_recipients','0',0),('posts_per_page','10',0),('print_pm','1',0),('queue_interval','60',0),('ranks_path','images/ranks',0),('require_activation','0',0),('referer_validation','1',0),('script_path','/phpBB3',0),('search_block_size','250',0),('search_gc','7200',0),('search_interval','0',0),('search_anonymous_interval','0',0),('search_type','fulltext_native',0),('search_store_results','1800',0),('secure_allow_deny','1',0),('secure_allow_empty_referer','1',0),('secure_downloads','0',0),('server_name','037cbcd.netsolhost.com',0),('server_port','80',0),('server_protocol','http://',0),('session_gc','3600',0),('session_length','3600',0),('site_desc','A short text to describe your forum',0),('sitename','yourdomain.com',0),('smilies_path','images/smilies',0),('smilies_per_page','50',0),('smtp_auth_method','PLAIN',0),('smtp_delivery','0',0),('smtp_host','',0),('smtp_password','',0),('smtp_port','25',0),('smtp_username','',0),('topics_per_page','25',0),('tpl_allow_php','0',0),('upload_icons_path','images/upload_icons',0),('upload_path','files',0),('version','3.0.11',0),('warnings_expire_days','90',0),('warnings_gc','14400',0),('cache_last_gc','0',1),('cron_lock','0',1),('database_last_gc','0',1),('last_queue_run','0',1),('newest_user_colour','AA0000',1),('newest_user_id','2',1),('newest_username','Convict Cartel',1),('num_files','0',1),('num_posts','1',1),('num_topics','1',1),('num_users','1',1),('rand_seed','0',1),('rand_seed_last_update','0',1),('record_online_date','0',1),('record_online_users','0',1),('search_indexing_state','',1),('search_last_gc','0',1),('session_last_gc','0',1),('upload_dir_size','0',1),('warnings_last_gc','0',1),('board_startdate','1374744680',0),('default_lang','en',0); /*!40000 ALTER TABLE `phpbb_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_confirm` -- DROP TABLE IF EXISTS `phpbb_confirm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_confirm` ( `confirm_id` char(32) collate utf8_bin NOT NULL default '', `session_id` char(32) collate utf8_bin NOT NULL default '', `confirm_type` tinyint(3) NOT NULL default '0', `code` varchar(8) collate utf8_bin NOT NULL default '', `seed` int(10) unsigned NOT NULL default '0', `attempts` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`,`confirm_id`), KEY `confirm_type` (`confirm_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_confirm` -- LOCK TABLES `phpbb_confirm` WRITE; /*!40000 ALTER TABLE `phpbb_confirm` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_confirm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_disallow` -- DROP TABLE IF EXISTS `phpbb_disallow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_disallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`disallow_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_disallow` -- LOCK TABLES `phpbb_disallow` WRITE; /*!40000 ALTER TABLE `phpbb_disallow` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_disallow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_drafts` -- DROP TABLE IF EXISTS `phpbb_drafts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_drafts` ( `draft_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `save_time` int(11) unsigned NOT NULL default '0', `draft_subject` varchar(255) collate utf8_bin NOT NULL default '', `draft_message` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`draft_id`), KEY `save_time` (`save_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_drafts` -- LOCK TABLES `phpbb_drafts` WRITE; /*!40000 ALTER TABLE `phpbb_drafts` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_drafts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_extension_groups` -- DROP TABLE IF EXISTS `phpbb_extension_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_extension_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) collate utf8_bin NOT NULL default '', `cat_id` tinyint(2) NOT NULL default '0', `allow_group` tinyint(1) unsigned NOT NULL default '0', `download_mode` tinyint(1) unsigned NOT NULL default '1', `upload_icon` varchar(255) collate utf8_bin NOT NULL default '', `max_filesize` int(20) unsigned NOT NULL default '0', `allowed_forums` text collate utf8_bin NOT NULL, `allow_in_pm` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_extension_groups` -- LOCK TABLES `phpbb_extension_groups` WRITE; /*!40000 ALTER TABLE `phpbb_extension_groups` DISABLE KEYS */; INSERT INTO `phpbb_extension_groups` VALUES (1,'IMAGES',1,1,1,'',0,'',0),(2,'ARCHIVES',0,1,1,'',0,'',0),(3,'PLAIN_TEXT',0,0,1,'',0,'',0),(4,'DOCUMENTS',0,0,1,'',0,'',0),(5,'REAL_MEDIA',3,0,1,'',0,'',0),(6,'WINDOWS_MEDIA',2,0,1,'',0,'',0),(7,'FLASH_FILES',5,0,1,'',0,'',0),(8,'QUICKTIME_MEDIA',6,0,1,'',0,'',0),(9,'DOWNLOADABLE_FILES',0,0,1,'',0,'',0); /*!40000 ALTER TABLE `phpbb_extension_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_extensions` -- DROP TABLE IF EXISTS `phpbb_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_extensions` ( `extension_id` mediumint(8) unsigned NOT NULL auto_increment, `group_id` mediumint(8) unsigned NOT NULL default '0', `extension` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_extensions` -- LOCK TABLES `phpbb_extensions` WRITE; /*!40000 ALTER TABLE `phpbb_extensions` DISABLE KEYS */; INSERT INTO `phpbb_extensions` VALUES (1,1,'gif'),(2,1,'png'),(3,1,'jpeg'),(4,1,'jpg'),(5,1,'tif'),(6,1,'tiff'),(7,1,'tga'),(8,2,'gtar'),(9,2,'gz'),(10,2,'tar'),(11,2,'zip'),(12,2,'rar'),(13,2,'ace'),(14,2,'torrent'),(15,2,'tgz'),(16,2,'bz2'),(17,2,'7z'),(18,3,'txt'),(19,3,'c'),(20,3,'h'),(21,3,'cpp'),(22,3,'hpp'),(23,3,'diz'),(24,3,'csv'),(25,3,'ini'),(26,3,'log'),(27,3,'js'),(28,3,'xml'),(29,4,'xls'),(30,4,'xlsx'),(31,4,'xlsm'),(32,4,'xlsb'),(33,4,'doc'),(34,4,'docx'),(35,4,'docm'),(36,4,'dot'),(37,4,'dotx'),(38,4,'dotm'),(39,4,'pdf'),(40,4,'ai'),(41,4,'ps'),(42,4,'ppt'),(43,4,'pptx'),(44,4,'pptm'),(45,4,'odg'),(46,4,'odp'),(47,4,'ods'),(48,4,'odt'),(49,4,'rtf'),(50,5,'rm'),(51,5,'ram'),(52,6,'wma'),(53,6,'wmv'),(54,7,'swf'),(55,8,'mov'),(56,8,'m4v'),(57,8,'m4a'),(58,8,'mp4'),(59,8,'3gp'),(60,8,'3g2'),(61,8,'qt'),(62,9,'mpeg'),(63,9,'mpg'),(64,9,'mp3'),(65,9,'ogg'),(66,9,'ogm'); /*!40000 ALTER TABLE `phpbb_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums` -- DROP TABLE IF EXISTS `phpbb_forums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_forums` ( `forum_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `forum_parents` mediumtext collate utf8_bin NOT NULL, `forum_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc` text collate utf8_bin NOT NULL, `forum_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_desc_options` int(11) unsigned NOT NULL default '7', `forum_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_password` varchar(40) collate utf8_bin NOT NULL default '', `forum_style` mediumint(8) unsigned NOT NULL default '0', `forum_image` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules` text collate utf8_bin NOT NULL, `forum_rules_link` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `forum_rules_options` int(11) unsigned NOT NULL default '7', `forum_rules_uid` varchar(8) collate utf8_bin NOT NULL default '', `forum_topics_per_page` tinyint(4) NOT NULL default '0', `forum_type` tinyint(4) NOT NULL default '0', `forum_status` tinyint(4) NOT NULL default '0', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_topics_real` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_post_time` int(11) unsigned NOT NULL default '0', `forum_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `forum_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `forum_flags` tinyint(4) NOT NULL default '32', `forum_options` int(20) unsigned NOT NULL default '0', `display_subforum_list` tinyint(1) unsigned NOT NULL default '1', `display_on_index` tinyint(1) unsigned NOT NULL default '1', `enable_indexing` tinyint(1) unsigned NOT NULL default '1', `enable_icons` tinyint(1) unsigned NOT NULL default '1', `enable_prune` tinyint(1) unsigned NOT NULL default '0', `prune_next` int(11) unsigned NOT NULL default '0', `prune_days` mediumint(8) unsigned NOT NULL default '0', `prune_viewed` mediumint(8) unsigned NOT NULL default '0', `prune_freq` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `forum_lastpost_id` (`forum_last_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_forums` -- LOCK TABLES `phpbb_forums` WRITE; /*!40000 ALTER TABLE `phpbb_forums` DISABLE KEYS */; INSERT INTO `phpbb_forums` VALUES (1,0,1,4,'','Your first category','','',7,'','','',0,'','','','',7,'',0,0,0,1,1,1,1,2,'',1374744680,'Convict Cartel','AA0000',32,0,1,1,1,1,0,0,0,0,0),(2,1,2,3,'','Your first forum','Description of your first forum.','',7,'','','',0,'','','','',7,'',0,1,0,1,1,1,1,2,'Welcome to phpBB3',1374744680,'Convict Cartel','AA0000',48,0,1,1,1,1,0,0,0,0,0); /*!40000 ALTER TABLE `phpbb_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums_access` -- DROP TABLE IF EXISTS `phpbb_forums_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_forums_access` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `session_id` char(32) collate utf8_bin NOT NULL default '', PRIMARY KEY (`forum_id`,`user_id`,`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_forums_access` -- LOCK TABLES `phpbb_forums_access` WRITE; /*!40000 ALTER TABLE `phpbb_forums_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_forums_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums_track` -- DROP TABLE IF EXISTS `phpbb_forums_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_forums_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_forums_track` -- LOCK TABLES `phpbb_forums_track` WRITE; /*!40000 ALTER TABLE `phpbb_forums_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_forums_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums_watch` -- DROP TABLE IF EXISTS `phpbb_forums_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_forums_watch` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `forum_id` (`forum_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_forums_watch` -- LOCK TABLES `phpbb_forums_watch` WRITE; /*!40000 ALTER TABLE `phpbb_forums_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_forums_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_groups` -- DROP TABLE IF EXISTS `phpbb_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_founder_manage` tinyint(1) unsigned NOT NULL default '0', `group_skip_auth` tinyint(1) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `group_desc` text collate utf8_bin NOT NULL, `group_desc_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `group_desc_options` int(11) unsigned NOT NULL default '7', `group_desc_uid` varchar(8) collate utf8_bin NOT NULL default '', `group_display` tinyint(1) unsigned NOT NULL default '0', `group_avatar` varchar(255) collate utf8_bin NOT NULL default '', `group_avatar_type` tinyint(2) NOT NULL default '0', `group_avatar_width` smallint(4) unsigned NOT NULL default '0', `group_avatar_height` smallint(4) unsigned NOT NULL default '0', `group_rank` mediumint(8) unsigned NOT NULL default '0', `group_colour` varchar(6) collate utf8_bin NOT NULL default '', `group_sig_chars` mediumint(8) unsigned NOT NULL default '0', `group_receive_pm` tinyint(1) unsigned NOT NULL default '0', `group_message_limit` mediumint(8) unsigned NOT NULL default '0', `group_max_recipients` mediumint(8) unsigned NOT NULL default '0', `group_legend` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_legend_name` (`group_legend`,`group_name`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_groups` -- LOCK TABLES `phpbb_groups` WRITE; /*!40000 ALTER TABLE `phpbb_groups` DISABLE KEYS */; INSERT INTO `phpbb_groups` VALUES (1,3,0,0,'GUESTS','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(2,3,0,0,'REGISTERED','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(3,3,0,0,'REGISTERED_COPPA','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0),(4,3,0,0,'GLOBAL_MODERATORS','','',7,'',0,'',0,0,0,0,'00AA00',0,0,0,0,1),(5,3,1,0,'ADMINISTRATORS','','',7,'',0,'',0,0,0,0,'AA0000',0,0,0,0,1),(6,3,0,0,'BOTS','','',7,'',0,'',0,0,0,0,'9E8DA7',0,0,0,5,0),(7,3,0,0,'NEWLY_REGISTERED','','',7,'',0,'',0,0,0,0,'',0,0,0,5,0); /*!40000 ALTER TABLE `phpbb_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_icons` -- DROP TABLE IF EXISTS `phpbb_icons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_icons` ( `icons_id` mediumint(8) unsigned NOT NULL auto_increment, `icons_url` varchar(255) collate utf8_bin NOT NULL default '', `icons_width` tinyint(4) NOT NULL default '0', `icons_height` tinyint(4) NOT NULL default '0', `icons_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`icons_id`), KEY `display_on_posting` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_icons` -- LOCK TABLES `phpbb_icons` WRITE; /*!40000 ALTER TABLE `phpbb_icons` DISABLE KEYS */; INSERT INTO `phpbb_icons` VALUES (1,'misc/fire.gif',16,16,1,1),(2,'smile/redface.gif',16,16,9,1),(3,'smile/mrgreen.gif',16,16,10,1),(4,'misc/heart.gif',16,16,4,1),(5,'misc/star.gif',16,16,2,1),(6,'misc/radioactive.gif',16,16,3,1),(7,'misc/thinking.gif',16,16,5,1),(8,'smile/info.gif',16,16,8,1),(9,'smile/question.gif',16,16,6,1),(10,'smile/alert.gif',16,16,7,1); /*!40000 ALTER TABLE `phpbb_icons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_lang` -- DROP TABLE IF EXISTS `phpbb_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_lang` ( `lang_id` tinyint(4) NOT NULL auto_increment, `lang_iso` varchar(30) collate utf8_bin NOT NULL default '', `lang_dir` varchar(30) collate utf8_bin NOT NULL default '', `lang_english_name` varchar(100) collate utf8_bin NOT NULL default '', `lang_local_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_author` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`lang_id`), KEY `lang_iso` (`lang_iso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_lang` -- LOCK TABLES `phpbb_lang` WRITE; /*!40000 ALTER TABLE `phpbb_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_log` -- DROP TABLE IF EXISTS `phpbb_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_log` ( `log_id` mediumint(8) unsigned NOT NULL auto_increment, `log_type` tinyint(4) NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `reportee_id` mediumint(8) unsigned NOT NULL default '0', `log_ip` varchar(40) collate utf8_bin NOT NULL default '', `log_time` int(11) unsigned NOT NULL default '0', `log_operation` text collate utf8_bin NOT NULL, `log_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`log_id`), KEY `log_type` (`log_type`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `reportee_id` (`reportee_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_log` -- LOCK TABLES `phpbb_log` WRITE; /*!40000 ALTER TABLE `phpbb_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_login_attempts` -- DROP TABLE IF EXISTS `phpbb_login_attempts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_login_attempts` ( `attempt_ip` varchar(40) collate utf8_bin NOT NULL default '', `attempt_browser` varchar(150) collate utf8_bin NOT NULL default '', `attempt_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `attempt_time` int(11) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '0', `username_clean` varchar(255) collate utf8_bin NOT NULL default '0', KEY `att_ip` (`attempt_ip`,`attempt_time`), KEY `att_for` (`attempt_forwarded_for`,`attempt_time`), KEY `att_time` (`attempt_time`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_login_attempts` -- LOCK TABLES `phpbb_login_attempts` WRITE; /*!40000 ALTER TABLE `phpbb_login_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_login_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_moderator_cache` -- DROP TABLE IF EXISTS `phpbb_moderator_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_moderator_cache` ( `forum_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `group_id` mediumint(8) unsigned NOT NULL default '0', `group_name` varchar(255) collate utf8_bin NOT NULL default '', `display_on_index` tinyint(1) unsigned NOT NULL default '1', KEY `disp_idx` (`display_on_index`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_moderator_cache` -- LOCK TABLES `phpbb_moderator_cache` WRITE; /*!40000 ALTER TABLE `phpbb_moderator_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_moderator_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_modules` -- DROP TABLE IF EXISTS `phpbb_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_modules` ( `module_id` mediumint(8) unsigned NOT NULL auto_increment, `module_enabled` tinyint(1) unsigned NOT NULL default '1', `module_display` tinyint(1) unsigned NOT NULL default '1', `module_basename` varchar(255) collate utf8_bin NOT NULL default '', `module_class` varchar(10) collate utf8_bin NOT NULL default '', `parent_id` mediumint(8) unsigned NOT NULL default '0', `left_id` mediumint(8) unsigned NOT NULL default '0', `right_id` mediumint(8) unsigned NOT NULL default '0', `module_langname` varchar(255) collate utf8_bin NOT NULL default '', `module_mode` varchar(255) collate utf8_bin NOT NULL default '', `module_auth` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`module_id`), KEY `left_right_id` (`left_id`,`right_id`), KEY `module_enabled` (`module_enabled`), KEY `class_left_id` (`module_class`,`left_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_modules` -- LOCK TABLES `phpbb_modules` WRITE; /*!40000 ALTER TABLE `phpbb_modules` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_poll_options` -- DROP TABLE IF EXISTS `phpbb_poll_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_poll_options` ( `poll_option_id` tinyint(4) NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_text` text collate utf8_bin NOT NULL, `poll_option_total` mediumint(8) unsigned NOT NULL default '0', KEY `poll_opt_id` (`poll_option_id`), KEY `topic_id` (`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_poll_options` -- LOCK TABLES `phpbb_poll_options` WRITE; /*!40000 ALTER TABLE `phpbb_poll_options` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_poll_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_poll_votes` -- DROP TABLE IF EXISTS `phpbb_poll_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_poll_votes` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `poll_option_id` tinyint(4) NOT NULL default '0', `vote_user_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_ip` varchar(40) collate utf8_bin NOT NULL default '', KEY `topic_id` (`topic_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_poll_votes` -- LOCK TABLES `phpbb_poll_votes` WRITE; /*!40000 ALTER TABLE `phpbb_poll_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_poll_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_posts` -- DROP TABLE IF EXISTS `phpbb_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_posts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `poster_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `poster_ip` varchar(40) collate utf8_bin NOT NULL default '', `post_time` int(11) unsigned NOT NULL default '0', `post_approved` tinyint(1) unsigned NOT NULL default '1', `post_reported` tinyint(1) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `post_username` varchar(255) collate utf8_bin NOT NULL default '', `post_subject` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `post_text` mediumtext collate utf8_bin NOT NULL, `post_checksum` varchar(32) collate utf8_bin NOT NULL default '', `post_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `post_postcount` tinyint(1) unsigned NOT NULL default '1', `post_edit_time` int(11) unsigned NOT NULL default '0', `post_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `post_edit_user` mediumint(8) unsigned NOT NULL default '0', `post_edit_count` smallint(4) unsigned NOT NULL default '0', `post_edit_locked` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_ip` (`poster_ip`), KEY `poster_id` (`poster_id`), KEY `post_approved` (`post_approved`), KEY `post_username` (`post_username`), KEY `tid_post_time` (`topic_id`,`post_time`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_posts` -- LOCK TABLES `phpbb_posts` WRITE; /*!40000 ALTER TABLE `phpbb_posts` DISABLE KEYS */; INSERT INTO `phpbb_posts` VALUES (1,1,2,2,0,'108.215.61.113',1374744680,1,0,1,1,1,1,'','Welcome to phpBB3','This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!','5dd683b17f641daf84c040bfefc58ce9',0,'','',1,0,'',0,0,0); /*!40000 ALTER TABLE `phpbb_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_privmsgs` -- DROP TABLE IF EXISTS `phpbb_privmsgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_privmsgs` ( `msg_id` mediumint(8) unsigned NOT NULL auto_increment, `root_level` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `author_ip` varchar(40) collate utf8_bin NOT NULL default '', `message_time` int(11) unsigned NOT NULL default '0', `enable_bbcode` tinyint(1) unsigned NOT NULL default '1', `enable_smilies` tinyint(1) unsigned NOT NULL default '1', `enable_magic_url` tinyint(1) unsigned NOT NULL default '1', `enable_sig` tinyint(1) unsigned NOT NULL default '1', `message_subject` varchar(255) collate utf8_bin NOT NULL default '', `message_text` mediumtext collate utf8_bin NOT NULL, `message_edit_reason` varchar(255) collate utf8_bin NOT NULL default '', `message_edit_user` mediumint(8) unsigned NOT NULL default '0', `message_attachment` tinyint(1) unsigned NOT NULL default '0', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `message_edit_time` int(11) unsigned NOT NULL default '0', `message_edit_count` smallint(4) unsigned NOT NULL default '0', `to_address` text collate utf8_bin NOT NULL, `bcc_address` text collate utf8_bin NOT NULL, `message_reported` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `author_ip` (`author_ip`), KEY `message_time` (`message_time`), KEY `author_id` (`author_id`), KEY `root_level` (`root_level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_privmsgs` -- LOCK TABLES `phpbb_privmsgs` WRITE; /*!40000 ALTER TABLE `phpbb_privmsgs` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_privmsgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_privmsgs_folder` -- DROP TABLE IF EXISTS `phpbb_privmsgs_folder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_privmsgs_folder` ( `folder_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `folder_name` varchar(255) collate utf8_bin NOT NULL default '', `pm_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`folder_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_privmsgs_folder` -- LOCK TABLES `phpbb_privmsgs_folder` WRITE; /*!40000 ALTER TABLE `phpbb_privmsgs_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_privmsgs_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_privmsgs_rules` -- DROP TABLE IF EXISTS `phpbb_privmsgs_rules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_privmsgs_rules` ( `rule_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `rule_check` mediumint(8) unsigned NOT NULL default '0', `rule_connection` mediumint(8) unsigned NOT NULL default '0', `rule_string` varchar(255) collate utf8_bin NOT NULL default '', `rule_user_id` mediumint(8) unsigned NOT NULL default '0', `rule_group_id` mediumint(8) unsigned NOT NULL default '0', `rule_action` mediumint(8) unsigned NOT NULL default '0', `rule_folder_id` int(11) NOT NULL default '0', PRIMARY KEY (`rule_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_privmsgs_rules` -- LOCK TABLES `phpbb_privmsgs_rules` WRITE; /*!40000 ALTER TABLE `phpbb_privmsgs_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_privmsgs_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_privmsgs_to` -- DROP TABLE IF EXISTS `phpbb_privmsgs_to`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_privmsgs_to` ( `msg_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `author_id` mediumint(8) unsigned NOT NULL default '0', `pm_deleted` tinyint(1) unsigned NOT NULL default '0', `pm_new` tinyint(1) unsigned NOT NULL default '1', `pm_unread` tinyint(1) unsigned NOT NULL default '1', `pm_replied` tinyint(1) unsigned NOT NULL default '0', `pm_marked` tinyint(1) unsigned NOT NULL default '0', `pm_forwarded` tinyint(1) unsigned NOT NULL default '0', `folder_id` int(11) NOT NULL default '0', KEY `msg_id` (`msg_id`), KEY `author_id` (`author_id`), KEY `usr_flder_id` (`user_id`,`folder_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_privmsgs_to` -- LOCK TABLES `phpbb_privmsgs_to` WRITE; /*!40000 ALTER TABLE `phpbb_privmsgs_to` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_privmsgs_to` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_profile_fields` -- DROP TABLE IF EXISTS `phpbb_profile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_profile_fields` ( `field_id` mediumint(8) unsigned NOT NULL auto_increment, `field_name` varchar(255) collate utf8_bin NOT NULL default '', `field_type` tinyint(4) NOT NULL default '0', `field_ident` varchar(20) collate utf8_bin NOT NULL default '', `field_length` varchar(20) collate utf8_bin NOT NULL default '', `field_minlen` varchar(255) collate utf8_bin NOT NULL default '', `field_maxlen` varchar(255) collate utf8_bin NOT NULL default '', `field_novalue` varchar(255) collate utf8_bin NOT NULL default '', `field_default_value` varchar(255) collate utf8_bin NOT NULL default '', `field_validation` varchar(20) collate utf8_bin NOT NULL default '', `field_required` tinyint(1) unsigned NOT NULL default '0', `field_show_novalue` tinyint(1) unsigned NOT NULL default '0', `field_show_on_reg` tinyint(1) unsigned NOT NULL default '0', `field_show_on_vt` tinyint(1) unsigned NOT NULL default '0', `field_show_profile` tinyint(1) unsigned NOT NULL default '0', `field_hide` tinyint(1) unsigned NOT NULL default '0', `field_no_view` tinyint(1) unsigned NOT NULL default '0', `field_active` tinyint(1) unsigned NOT NULL default '0', `field_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`field_id`), KEY `fld_type` (`field_type`), KEY `fld_ordr` (`field_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_profile_fields` -- LOCK TABLES `phpbb_profile_fields` WRITE; /*!40000 ALTER TABLE `phpbb_profile_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_profile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_profile_fields_data` -- DROP TABLE IF EXISTS `phpbb_profile_fields_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_profile_fields_data` ( `user_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_profile_fields_data` -- LOCK TABLES `phpbb_profile_fields_data` WRITE; /*!40000 ALTER TABLE `phpbb_profile_fields_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_profile_fields_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_profile_fields_lang` -- DROP TABLE IF EXISTS `phpbb_profile_fields_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_profile_fields_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `option_id` mediumint(8) unsigned NOT NULL default '0', `field_type` tinyint(4) NOT NULL default '0', `lang_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_profile_fields_lang` -- LOCK TABLES `phpbb_profile_fields_lang` WRITE; /*!40000 ALTER TABLE `phpbb_profile_fields_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_profile_fields_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_profile_lang` -- DROP TABLE IF EXISTS `phpbb_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_profile_lang` ( `field_id` mediumint(8) unsigned NOT NULL default '0', `lang_id` mediumint(8) unsigned NOT NULL default '0', `lang_name` varchar(255) collate utf8_bin NOT NULL default '', `lang_explain` text collate utf8_bin NOT NULL, `lang_default_value` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`field_id`,`lang_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_profile_lang` -- LOCK TABLES `phpbb_profile_lang` WRITE; /*!40000 ALTER TABLE `phpbb_profile_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_ranks` -- DROP TABLE IF EXISTS `phpbb_ranks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_ranks` ( `rank_id` mediumint(8) unsigned NOT NULL auto_increment, `rank_title` varchar(255) collate utf8_bin NOT NULL default '', `rank_min` mediumint(8) unsigned NOT NULL default '0', `rank_special` tinyint(1) unsigned NOT NULL default '0', `rank_image` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`rank_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_ranks` -- LOCK TABLES `phpbb_ranks` WRITE; /*!40000 ALTER TABLE `phpbb_ranks` DISABLE KEYS */; INSERT INTO `phpbb_ranks` VALUES (1,'Site Admin',0,1,''); /*!40000 ALTER TABLE `phpbb_ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_reports` -- DROP TABLE IF EXISTS `phpbb_reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_reports` ( `report_id` mediumint(8) unsigned NOT NULL auto_increment, `reason_id` smallint(4) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `pm_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `user_notify` tinyint(1) unsigned NOT NULL default '0', `report_closed` tinyint(1) unsigned NOT NULL default '0', `report_time` int(11) unsigned NOT NULL default '0', `report_text` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`report_id`), KEY `post_id` (`post_id`), KEY `pm_id` (`pm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_reports` -- LOCK TABLES `phpbb_reports` WRITE; /*!40000 ALTER TABLE `phpbb_reports` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_reports_reasons` -- DROP TABLE IF EXISTS `phpbb_reports_reasons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_reports_reasons` ( `reason_id` smallint(4) unsigned NOT NULL auto_increment, `reason_title` varchar(255) collate utf8_bin NOT NULL default '', `reason_description` mediumtext collate utf8_bin NOT NULL, `reason_order` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`reason_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_reports_reasons` -- LOCK TABLES `phpbb_reports_reasons` WRITE; /*!40000 ALTER TABLE `phpbb_reports_reasons` DISABLE KEYS */; INSERT INTO `phpbb_reports_reasons` VALUES (1,'warez','The post contains links to illegal or pirated software.',1),(2,'spam','The reported post has the only purpose to advertise for a website or another product.',2),(3,'off_topic','The reported post is off topic.',3),(4,'other','The reported post does not fit into any other category, please use the further information field.',4); /*!40000 ALTER TABLE `phpbb_reports_reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_results` -- DROP TABLE IF EXISTS `phpbb_search_results`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_search_results` ( `search_key` varchar(32) collate utf8_bin NOT NULL default '', `search_time` int(11) unsigned NOT NULL default '0', `search_keywords` mediumtext collate utf8_bin NOT NULL, `search_authors` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`search_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_search_results` -- LOCK TABLES `phpbb_search_results` WRITE; /*!40000 ALTER TABLE `phpbb_search_results` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_search_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_wordlist` -- DROP TABLE IF EXISTS `phpbb_search_wordlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_search_wordlist` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_text` varchar(255) collate utf8_bin NOT NULL default '', `word_common` tinyint(1) unsigned NOT NULL default '0', `word_count` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`word_id`), UNIQUE KEY `wrd_txt` (`word_text`), KEY `wrd_cnt` (`word_count`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_search_wordlist` -- LOCK TABLES `phpbb_search_wordlist` WRITE; /*!40000 ALTER TABLE `phpbb_search_wordlist` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_search_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_wordmatch` -- DROP TABLE IF EXISTS `phpbb_search_wordmatch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_search_wordmatch` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `title_match` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `unq_mtch` (`word_id`,`post_id`,`title_match`), KEY `word_id` (`word_id`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_search_wordmatch` -- LOCK TABLES `phpbb_search_wordmatch` WRITE; /*!40000 ALTER TABLE `phpbb_search_wordmatch` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_search_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sessions` -- DROP TABLE IF EXISTS `phpbb_sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_sessions` ( `session_id` char(32) collate utf8_bin NOT NULL default '', `session_user_id` mediumint(8) unsigned NOT NULL default '0', `session_forum_id` mediumint(8) unsigned NOT NULL default '0', `session_last_visit` int(11) unsigned NOT NULL default '0', `session_start` int(11) unsigned NOT NULL default '0', `session_time` int(11) unsigned NOT NULL default '0', `session_ip` varchar(40) collate utf8_bin NOT NULL default '', `session_browser` varchar(150) collate utf8_bin NOT NULL default '', `session_forwarded_for` varchar(255) collate utf8_bin NOT NULL default '', `session_page` varchar(255) collate utf8_bin NOT NULL default '', `session_viewonline` tinyint(1) unsigned NOT NULL default '1', `session_autologin` tinyint(1) unsigned NOT NULL default '0', `session_admin` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_time` (`session_time`), KEY `session_user_id` (`session_user_id`), KEY `session_fid` (`session_forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_sessions` -- LOCK TABLES `phpbb_sessions` WRITE; /*!40000 ALTER TABLE `phpbb_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sessions_keys` -- DROP TABLE IF EXISTS `phpbb_sessions_keys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_sessions_keys` ( `key_id` char(32) collate utf8_bin NOT NULL default '', `user_id` mediumint(8) unsigned NOT NULL default '0', `last_ip` varchar(40) collate utf8_bin NOT NULL default '', `last_login` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`key_id`,`user_id`), KEY `last_login` (`last_login`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_sessions_keys` -- LOCK TABLES `phpbb_sessions_keys` WRITE; /*!40000 ALTER TABLE `phpbb_sessions_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_sessions_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sitelist` -- DROP TABLE IF EXISTS `phpbb_sitelist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_sitelist` ( `site_id` mediumint(8) unsigned NOT NULL auto_increment, `site_ip` varchar(40) collate utf8_bin NOT NULL default '', `site_hostname` varchar(255) collate utf8_bin NOT NULL default '', `ip_exclude` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_sitelist` -- LOCK TABLES `phpbb_sitelist` WRITE; /*!40000 ALTER TABLE `phpbb_sitelist` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_sitelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_smilies` -- DROP TABLE IF EXISTS `phpbb_smilies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_smilies` ( `smiley_id` mediumint(8) unsigned NOT NULL auto_increment, `code` varchar(50) collate utf8_bin NOT NULL default '', `emotion` varchar(50) collate utf8_bin NOT NULL default '', `smiley_url` varchar(50) collate utf8_bin NOT NULL default '', `smiley_width` smallint(4) unsigned NOT NULL default '0', `smiley_height` smallint(4) unsigned NOT NULL default '0', `smiley_order` mediumint(8) unsigned NOT NULL default '0', `display_on_posting` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`smiley_id`), KEY `display_on_post` (`display_on_posting`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_smilies` -- LOCK TABLES `phpbb_smilies` WRITE; /*!40000 ALTER TABLE `phpbb_smilies` DISABLE KEYS */; INSERT INTO `phpbb_smilies` VALUES (1,':D','Very Happy','icon_e_biggrin.gif',15,17,1,1),(2,':-D','Very Happy','icon_e_biggrin.gif',15,17,2,1),(3,':grin:','Very Happy','icon_e_biggrin.gif',15,17,3,1),(4,':)','Smile','icon_e_smile.gif',15,17,4,1),(5,':-)','Smile','icon_e_smile.gif',15,17,5,1),(6,':smile:','Smile','icon_e_smile.gif',15,17,6,1),(7,';)','Wink','icon_e_wink.gif',15,17,7,1),(8,';-)','Wink','icon_e_wink.gif',15,17,8,1),(9,':wink:','Wink','icon_e_wink.gif',15,17,9,1),(10,':(','Sad','icon_e_sad.gif',15,17,10,1),(11,':-(','Sad','icon_e_sad.gif',15,17,11,1),(12,':sad:','Sad','icon_e_sad.gif',15,17,12,1),(13,':o','Surprised','icon_e_surprised.gif',15,17,13,1),(14,':-o','Surprised','icon_e_surprised.gif',15,17,14,1),(15,':eek:','Surprised','icon_e_surprised.gif',15,17,15,1),(16,':shock:','Shocked','icon_eek.gif',15,17,16,1),(17,':?','Confused','icon_e_confused.gif',15,17,17,1),(18,':-?','Confused','icon_e_confused.gif',15,17,18,1),(19,':???:','Confused','icon_e_confused.gif',15,17,19,1),(20,'8-)','Cool','icon_cool.gif',15,17,20,1),(21,':cool:','Cool','icon_cool.gif',15,17,21,1),(22,':lol:','Laughing','icon_lol.gif',15,17,22,1),(23,':x','Mad','icon_mad.gif',15,17,23,1),(24,':-x','Mad','icon_mad.gif',15,17,24,1),(25,':mad:','Mad','icon_mad.gif',15,17,25,1),(26,':P','Razz','icon_razz.gif',15,17,26,1),(27,':-P','Razz','icon_razz.gif',15,17,27,1),(28,':razz:','Razz','icon_razz.gif',15,17,28,1),(29,':oops:','Embarrassed','icon_redface.gif',15,17,29,1),(30,':cry:','Crying or Very Sad','icon_cry.gif',15,17,30,1),(31,':evil:','Evil or Very Mad','icon_evil.gif',15,17,31,1),(32,':twisted:','Twisted Evil','icon_twisted.gif',15,17,32,1),(33,':roll:','Rolling Eyes','icon_rolleyes.gif',15,17,33,1),(34,':!:','Exclamation','icon_exclaim.gif',15,17,34,1),(35,':?:','Question','icon_question.gif',15,17,35,1),(36,':idea:','Idea','icon_idea.gif',15,17,36,1),(37,':arrow:','Arrow','icon_arrow.gif',15,17,37,1),(38,':|','Neutral','icon_neutral.gif',15,17,38,1),(39,':-|','Neutral','icon_neutral.gif',15,17,39,1),(40,':mrgreen:','Mr. Green','icon_mrgreen.gif',15,17,40,1),(41,':geek:','Geek','icon_e_geek.gif',17,17,41,1),(42,':ugeek:','Uber Geek','icon_e_ugeek.gif',17,18,42,1); /*!40000 ALTER TABLE `phpbb_smilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles` -- DROP TABLE IF EXISTS `phpbb_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles` ( `style_id` mediumint(8) unsigned NOT NULL auto_increment, `style_name` varchar(255) collate utf8_bin NOT NULL default '', `style_copyright` varchar(255) collate utf8_bin NOT NULL default '', `style_active` tinyint(1) unsigned NOT NULL default '1', `template_id` mediumint(8) unsigned NOT NULL default '0', `theme_id` mediumint(8) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`style_id`), UNIQUE KEY `style_name` (`style_name`), KEY `template_id` (`template_id`), KEY `theme_id` (`theme_id`), KEY `imageset_id` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles` -- LOCK TABLES `phpbb_styles` WRITE; /*!40000 ALTER TABLE `phpbb_styles` DISABLE KEYS */; INSERT INTO `phpbb_styles` VALUES (1,'prosilver','© phpBB Group',1,1,1,1); /*!40000 ALTER TABLE `phpbb_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_imageset` -- DROP TABLE IF EXISTS `phpbb_styles_imageset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles_imageset` ( `imageset_id` mediumint(8) unsigned NOT NULL auto_increment, `imageset_name` varchar(255) collate utf8_bin NOT NULL default '', `imageset_copyright` varchar(255) collate utf8_bin NOT NULL default '', `imageset_path` varchar(100) collate utf8_bin NOT NULL default '', PRIMARY KEY (`imageset_id`), UNIQUE KEY `imgset_nm` (`imageset_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles_imageset` -- LOCK TABLES `phpbb_styles_imageset` WRITE; /*!40000 ALTER TABLE `phpbb_styles_imageset` DISABLE KEYS */; INSERT INTO `phpbb_styles_imageset` VALUES (1,'prosilver','© phpBB Group','prosilver'); /*!40000 ALTER TABLE `phpbb_styles_imageset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_imageset_data` -- DROP TABLE IF EXISTS `phpbb_styles_imageset_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles_imageset_data` ( `image_id` mediumint(8) unsigned NOT NULL auto_increment, `image_name` varchar(200) collate utf8_bin NOT NULL default '', `image_filename` varchar(200) collate utf8_bin NOT NULL default '', `image_lang` varchar(30) collate utf8_bin NOT NULL default '', `image_height` smallint(4) unsigned NOT NULL default '0', `image_width` smallint(4) unsigned NOT NULL default '0', `imageset_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`image_id`), KEY `i_d` (`imageset_id`) ) ENGINE=MyISAM AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles_imageset_data` -- LOCK TABLES `phpbb_styles_imageset_data` WRITE; /*!40000 ALTER TABLE `phpbb_styles_imageset_data` DISABLE KEYS */; INSERT INTO `phpbb_styles_imageset_data` VALUES (1,'site_logo','site_logo.gif','',52,139,1),(2,'forum_link','forum_link.gif','',27,27,1),(3,'forum_read','forum_read.gif','',27,27,1),(4,'forum_read_locked','forum_read_locked.gif','',27,27,1),(5,'forum_read_subforum','forum_read_subforum.gif','',27,27,1),(6,'forum_unread','forum_unread.gif','',27,27,1),(7,'forum_unread_locked','forum_unread_locked.gif','',27,27,1),(8,'forum_unread_subforum','forum_unread_subforum.gif','',27,27,1),(9,'topic_moved','topic_moved.gif','',27,27,1),(10,'topic_read','topic_read.gif','',27,27,1),(11,'topic_read_mine','topic_read_mine.gif','',27,27,1),(12,'topic_read_hot','topic_read_hot.gif','',27,27,1),(13,'topic_read_hot_mine','topic_read_hot_mine.gif','',27,27,1),(14,'topic_read_locked','topic_read_locked.gif','',27,27,1),(15,'topic_read_locked_mine','topic_read_locked_mine.gif','',27,27,1),(16,'topic_unread','topic_unread.gif','',27,27,1),(17,'topic_unread_mine','topic_unread_mine.gif','',27,27,1),(18,'topic_unread_hot','topic_unread_hot.gif','',27,27,1),(19,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',27,27,1),(20,'topic_unread_locked','topic_unread_locked.gif','',27,27,1),(21,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',27,27,1),(22,'sticky_read','sticky_read.gif','',27,27,1),(23,'sticky_read_mine','sticky_read_mine.gif','',27,27,1),(24,'sticky_read_locked','sticky_read_locked.gif','',27,27,1),(25,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',27,27,1),(26,'sticky_unread','sticky_unread.gif','',27,27,1),(27,'sticky_unread_mine','sticky_unread_mine.gif','',27,27,1),(28,'sticky_unread_locked','sticky_unread_locked.gif','',27,27,1),(29,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',27,27,1),(30,'announce_read','announce_read.gif','',27,27,1),(31,'announce_read_mine','announce_read_mine.gif','',27,27,1),(32,'announce_read_locked','announce_read_locked.gif','',27,27,1),(33,'announce_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(34,'announce_unread','announce_unread.gif','',27,27,1),(35,'announce_unread_mine','announce_unread_mine.gif','',27,27,1),(36,'announce_unread_locked','announce_unread_locked.gif','',27,27,1),(37,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(38,'global_read','announce_read.gif','',27,27,1),(39,'global_read_mine','announce_read_mine.gif','',27,27,1),(40,'global_read_locked','announce_read_locked.gif','',27,27,1),(41,'global_read_locked_mine','announce_read_locked_mine.gif','',27,27,1),(42,'global_unread','announce_unread.gif','',27,27,1),(43,'global_unread_mine','announce_unread_mine.gif','',27,27,1),(44,'global_unread_locked','announce_unread_locked.gif','',27,27,1),(45,'global_unread_locked_mine','announce_unread_locked_mine.gif','',27,27,1),(46,'pm_read','topic_read.gif','',27,27,1),(47,'pm_unread','topic_unread.gif','',27,27,1),(48,'icon_back_top','icon_back_top.gif','',11,11,1),(49,'icon_contact_aim','icon_contact_aim.gif','',20,20,1),(50,'icon_contact_email','icon_contact_email.gif','',20,20,1),(51,'icon_contact_icq','icon_contact_icq.gif','',20,20,1),(52,'icon_contact_jabber','icon_contact_jabber.gif','',20,20,1),(53,'icon_contact_msnm','icon_contact_msnm.gif','',20,20,1),(54,'icon_contact_www','icon_contact_www.gif','',20,20,1),(55,'icon_contact_yahoo','icon_contact_yahoo.gif','',20,20,1),(56,'icon_post_delete','icon_post_delete.gif','',20,20,1),(57,'icon_post_info','icon_post_info.gif','',20,20,1),(58,'icon_post_report','icon_post_report.gif','',20,20,1),(59,'icon_post_target','icon_post_target.gif','',9,11,1),(60,'icon_post_target_unread','icon_post_target_unread.gif','',9,11,1),(61,'icon_topic_attach','icon_topic_attach.gif','',10,7,1),(62,'icon_topic_latest','icon_topic_latest.gif','',9,11,1),(63,'icon_topic_newest','icon_topic_newest.gif','',9,11,1),(64,'icon_topic_reported','icon_topic_reported.gif','',14,16,1),(65,'icon_topic_unapproved','icon_topic_unapproved.gif','',14,16,1),(66,'icon_user_warn','icon_user_warn.gif','',20,20,1),(67,'subforum_read','subforum_read.gif','',9,11,1),(68,'subforum_unread','subforum_unread.gif','',9,11,1); /*!40000 ALTER TABLE `phpbb_styles_imageset_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_template` -- DROP TABLE IF EXISTS `phpbb_styles_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles_template` ( `template_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(255) collate utf8_bin NOT NULL default '', `template_copyright` varchar(255) collate utf8_bin NOT NULL default '', `template_path` varchar(100) collate utf8_bin NOT NULL default '', `bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default 'kNg=', `template_storedb` tinyint(1) unsigned NOT NULL default '0', `template_inherits_id` int(4) unsigned NOT NULL default '0', `template_inherit_path` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`template_id`), UNIQUE KEY `tmplte_nm` (`template_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles_template` -- LOCK TABLES `phpbb_styles_template` WRITE; /*!40000 ALTER TABLE `phpbb_styles_template` DISABLE KEYS */; INSERT INTO `phpbb_styles_template` VALUES (1,'prosilver','© phpBB Group','prosilver','lNg=',0,0,''); /*!40000 ALTER TABLE `phpbb_styles_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_template_data` -- DROP TABLE IF EXISTS `phpbb_styles_template_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles_template_data` ( `template_id` mediumint(8) unsigned NOT NULL default '0', `template_filename` varchar(100) collate utf8_bin NOT NULL default '', `template_included` text collate utf8_bin NOT NULL, `template_mtime` int(11) unsigned NOT NULL default '0', `template_data` mediumtext collate utf8_bin NOT NULL, KEY `tid` (`template_id`), KEY `tfn` (`template_filename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles_template_data` -- LOCK TABLES `phpbb_styles_template_data` WRITE; /*!40000 ALTER TABLE `phpbb_styles_template_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_styles_template_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_theme` -- DROP TABLE IF EXISTS `phpbb_styles_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_styles_theme` ( `theme_id` mediumint(8) unsigned NOT NULL auto_increment, `theme_name` varchar(255) collate utf8_bin NOT NULL default '', `theme_copyright` varchar(255) collate utf8_bin NOT NULL default '', `theme_path` varchar(100) collate utf8_bin NOT NULL default '', `theme_storedb` tinyint(1) unsigned NOT NULL default '0', `theme_mtime` int(11) unsigned NOT NULL default '0', `theme_data` mediumtext collate utf8_bin NOT NULL, PRIMARY KEY (`theme_id`), UNIQUE KEY `theme_name` (`theme_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_styles_theme` -- LOCK TABLES `phpbb_styles_theme` WRITE; /*!40000 ALTER TABLE `phpbb_styles_theme` DISABLE KEYS */; INSERT INTO `phpbb_styles_theme` VALUES (1,'prosilver','© phpBB Group','prosilver',1,0,''); /*!40000 ALTER TABLE `phpbb_styles_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics` -- DROP TABLE IF EXISTS `phpbb_topics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_topics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` mediumint(8) unsigned NOT NULL default '0', `icon_id` mediumint(8) unsigned NOT NULL default '0', `topic_attachment` tinyint(1) unsigned NOT NULL default '0', `topic_approved` tinyint(1) unsigned NOT NULL default '1', `topic_reported` tinyint(1) unsigned NOT NULL default '0', `topic_title` varchar(255) character set utf8 collate utf8_unicode_ci NOT NULL default '', `topic_poster` mediumint(8) unsigned NOT NULL default '0', `topic_time` int(11) unsigned NOT NULL default '0', `topic_time_limit` int(11) unsigned NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_replies_real` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_first_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_first_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_poster_name` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_poster_colour` varchar(6) collate utf8_bin NOT NULL default '', `topic_last_post_subject` varchar(255) collate utf8_bin NOT NULL default '', `topic_last_post_time` int(11) unsigned NOT NULL default '0', `topic_last_view_time` int(11) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', `topic_bumped` tinyint(1) unsigned NOT NULL default '0', `topic_bumper` mediumint(8) unsigned NOT NULL default '0', `poll_title` varchar(255) collate utf8_bin NOT NULL default '', `poll_start` int(11) unsigned NOT NULL default '0', `poll_length` int(11) unsigned NOT NULL default '0', `poll_max_options` tinyint(4) NOT NULL default '1', `poll_last_vote` int(11) unsigned NOT NULL default '0', `poll_vote_change` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `forum_id_type` (`forum_id`,`topic_type`), KEY `last_post_time` (`topic_last_post_time`), KEY `topic_approved` (`topic_approved`), KEY `forum_appr_last` (`forum_id`,`topic_approved`,`topic_last_post_id`), KEY `fid_time_moved` (`forum_id`,`topic_last_post_time`,`topic_moved_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_topics` -- LOCK TABLES `phpbb_topics` WRITE; /*!40000 ALTER TABLE `phpbb_topics` DISABLE KEYS */; INSERT INTO `phpbb_topics` VALUES (1,2,0,0,1,0,'Welcome to phpBB3',2,1374744680,0,0,0,0,0,0,1,'Convict Cartel','AA0000',1,2,'Convict Cartel','AA0000','Welcome to phpBB3',1374744680,972086460,0,0,0,'',0,0,1,0,0); /*!40000 ALTER TABLE `phpbb_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics_posted` -- DROP TABLE IF EXISTS `phpbb_topics_posted`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_topics_posted` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `topic_posted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_topics_posted` -- LOCK TABLES `phpbb_topics_posted` WRITE; /*!40000 ALTER TABLE `phpbb_topics_posted` DISABLE KEYS */; INSERT INTO `phpbb_topics_posted` VALUES (2,1,1); /*!40000 ALTER TABLE `phpbb_topics_posted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics_track` -- DROP TABLE IF EXISTS `phpbb_topics_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_topics_track` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` mediumint(8) unsigned NOT NULL default '0', `mark_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`), KEY `topic_id` (`topic_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_topics_track` -- LOCK TABLES `phpbb_topics_track` WRITE; /*!40000 ALTER TABLE `phpbb_topics_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_topics_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics_watch` -- DROP TABLE IF EXISTS `phpbb_topics_watch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_topics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `notify_status` tinyint(1) unsigned NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_stat` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_topics_watch` -- LOCK TABLES `phpbb_topics_watch` WRITE; /*!40000 ALTER TABLE `phpbb_topics_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_topics_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_user_group` -- DROP TABLE IF EXISTS `phpbb_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_user_group` ( `group_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) unsigned NOT NULL default '0', `group_leader` tinyint(1) unsigned NOT NULL default '0', `user_pending` tinyint(1) unsigned NOT NULL default '1', KEY `group_id` (`group_id`), KEY `user_id` (`user_id`), KEY `group_leader` (`group_leader`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_user_group` -- LOCK TABLES `phpbb_user_group` WRITE; /*!40000 ALTER TABLE `phpbb_user_group` DISABLE KEYS */; INSERT INTO `phpbb_user_group` VALUES (1,1,0,0),(2,2,0,0),(4,2,0,0),(5,2,1,0); /*!40000 ALTER TABLE `phpbb_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_users` -- DROP TABLE IF EXISTS `phpbb_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_users` ( `user_id` mediumint(8) unsigned NOT NULL auto_increment, `user_type` tinyint(2) NOT NULL default '0', `group_id` mediumint(8) unsigned NOT NULL default '3', `user_permissions` mediumtext collate utf8_bin NOT NULL, `user_perm_from` mediumint(8) unsigned NOT NULL default '0', `user_ip` varchar(40) collate utf8_bin NOT NULL default '', `user_regdate` int(11) unsigned NOT NULL default '0', `username` varchar(255) collate utf8_bin NOT NULL default '', `username_clean` varchar(255) collate utf8_bin NOT NULL default '', `user_password` varchar(40) collate utf8_bin NOT NULL default '', `user_passchg` int(11) unsigned NOT NULL default '0', `user_pass_convert` tinyint(1) unsigned NOT NULL default '0', `user_email` varchar(100) collate utf8_bin NOT NULL default '', `user_email_hash` bigint(20) NOT NULL default '0', `user_birthday` varchar(10) collate utf8_bin NOT NULL default '', `user_lastvisit` int(11) unsigned NOT NULL default '0', `user_lastmark` int(11) unsigned NOT NULL default '0', `user_lastpost_time` int(11) unsigned NOT NULL default '0', `user_lastpage` varchar(200) collate utf8_bin NOT NULL default '', `user_last_confirm_key` varchar(10) collate utf8_bin NOT NULL default '', `user_last_search` int(11) unsigned NOT NULL default '0', `user_warnings` tinyint(4) NOT NULL default '0', `user_last_warning` int(11) unsigned NOT NULL default '0', `user_login_attempts` tinyint(4) NOT NULL default '0', `user_inactive_reason` tinyint(2) NOT NULL default '0', `user_inactive_time` int(11) unsigned NOT NULL default '0', `user_posts` mediumint(8) unsigned NOT NULL default '0', `user_lang` varchar(30) collate utf8_bin NOT NULL default '', `user_timezone` decimal(5,2) NOT NULL default '0.00', `user_dst` tinyint(1) unsigned NOT NULL default '0', `user_dateformat` varchar(30) collate utf8_bin NOT NULL default 'd M Y H:i', `user_style` mediumint(8) unsigned NOT NULL default '0', `user_rank` mediumint(8) unsigned NOT NULL default '0', `user_colour` varchar(6) collate utf8_bin NOT NULL default '', `user_new_privmsg` int(4) NOT NULL default '0', `user_unread_privmsg` int(4) NOT NULL default '0', `user_last_privmsg` int(11) unsigned NOT NULL default '0', `user_message_rules` tinyint(1) unsigned NOT NULL default '0', `user_full_folder` int(11) NOT NULL default '-3', `user_emailtime` int(11) unsigned NOT NULL default '0', `user_topic_show_days` smallint(4) unsigned NOT NULL default '0', `user_topic_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_topic_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'd', `user_post_show_days` smallint(4) unsigned NOT NULL default '0', `user_post_sortby_type` varchar(1) collate utf8_bin NOT NULL default 't', `user_post_sortby_dir` varchar(1) collate utf8_bin NOT NULL default 'a', `user_notify` tinyint(1) unsigned NOT NULL default '0', `user_notify_pm` tinyint(1) unsigned NOT NULL default '1', `user_notify_type` tinyint(4) NOT NULL default '0', `user_allow_pm` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewonline` tinyint(1) unsigned NOT NULL default '1', `user_allow_viewemail` tinyint(1) unsigned NOT NULL default '1', `user_allow_massemail` tinyint(1) unsigned NOT NULL default '1', `user_options` int(11) unsigned NOT NULL default '230271', `user_avatar` varchar(255) collate utf8_bin NOT NULL default '', `user_avatar_type` tinyint(2) NOT NULL default '0', `user_avatar_width` smallint(4) unsigned NOT NULL default '0', `user_avatar_height` smallint(4) unsigned NOT NULL default '0', `user_sig` mediumtext collate utf8_bin NOT NULL, `user_sig_bbcode_uid` varchar(8) collate utf8_bin NOT NULL default '', `user_sig_bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default '', `user_from` varchar(100) collate utf8_bin NOT NULL default '', `user_icq` varchar(15) collate utf8_bin NOT NULL default '', `user_aim` varchar(255) collate utf8_bin NOT NULL default '', `user_yim` varchar(255) collate utf8_bin NOT NULL default '', `user_msnm` varchar(255) collate utf8_bin NOT NULL default '', `user_jabber` varchar(255) collate utf8_bin NOT NULL default '', `user_website` varchar(200) collate utf8_bin NOT NULL default '', `user_occ` text collate utf8_bin NOT NULL, `user_interests` text collate utf8_bin NOT NULL, `user_actkey` varchar(32) collate utf8_bin NOT NULL default '', `user_newpasswd` varchar(40) collate utf8_bin NOT NULL default '', `user_form_salt` varchar(32) collate utf8_bin NOT NULL default '', `user_new` tinyint(1) unsigned NOT NULL default '1', `user_reminded` tinyint(4) NOT NULL default '0', `user_reminded_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`), UNIQUE KEY `username_clean` (`username_clean`), KEY `user_birthday` (`user_birthday`), KEY `user_email_hash` (`user_email_hash`), KEY `user_type` (`user_type`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_users` -- LOCK TABLES `phpbb_users` WRITE; /*!40000 ALTER TABLE `phpbb_users` DISABLE KEYS */; INSERT INTO `phpbb_users` VALUES (1,2,1,'',0,'',1374744680,'Anonymous','anonymous','',0,0,'',0,'',0,0,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'d M Y H:i',1,0,'',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','',1,0,0),(2,3,5,'',0,'108.215.61.113',1374744680,'Convict Cartel','convict cartel','f59d38525ae2f1b0fdbace295cb6c359',0,0,'convictcartel@yahoo.com',386501313423,'',0,0,0,'','',0,0,0,0,0,0,1,'en','0.00',0,'D M d, Y g:i a',1,1,'AA0000',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,1,230271,'',0,0,0,'','','','','','','','','','','','','','','',1,0,0); /*!40000 ALTER TABLE `phpbb_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_warnings` -- DROP TABLE IF EXISTS `phpbb_warnings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_warnings` ( `warning_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `post_id` mediumint(8) unsigned NOT NULL default '0', `log_id` mediumint(8) unsigned NOT NULL default '0', `warning_time` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`warning_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_warnings` -- LOCK TABLES `phpbb_warnings` WRITE; /*!40000 ALTER TABLE `phpbb_warnings` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_warnings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_words` -- DROP TABLE IF EXISTS `phpbb_words`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` varchar(255) collate utf8_bin NOT NULL default '', `replacement` varchar(255) collate utf8_bin NOT NULL default '', PRIMARY KEY (`word_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_words` -- LOCK TABLES `phpbb_words` WRITE; /*!40000 ALTER TABLE `phpbb_words` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_zebra` -- DROP TABLE IF EXISTS `phpbb_zebra`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpbb_zebra` ( `user_id` mediumint(8) unsigned NOT NULL default '0', `zebra_id` mediumint(8) unsigned NOT NULL default '0', `friend` tinyint(1) unsigned NOT NULL default '0', `foe` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`zebra_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpbb_zebra` -- LOCK TABLES `phpbb_zebra` WRITE; /*!40000 ALTER TABLE `phpbb_zebra` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_zebra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad` -- DROP TABLE IF EXISTS `phpfox_ad`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad` ( `ad_id` int(10) unsigned NOT NULL auto_increment, `is_custom` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `type_id` tinyint(1) NOT NULL, `name` varchar(150) NOT NULL, `url_link` mediumtext, `start_date` int(11) unsigned NOT NULL default '0', `end_date` int(11) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_click` int(10) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', `module_access` varchar(75) default NULL, `location` tinyint(2) NOT NULL default '6', `country_iso` char(2) default NULL, `gender` tinyint(1) NOT NULL default '0', `age_from` tinyint(2) NOT NULL default '0', `age_to` tinyint(2) NOT NULL default '0', `user_group` varchar(255) default NULL, `html_code` mediumtext, `count_view` int(10) unsigned NOT NULL default '0', `count_click` int(10) unsigned NOT NULL default '0', `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `gmt_offset` varchar(15) default NULL, PRIMARY KEY (`ad_id`), KEY `is_active` (`is_active`,`location`), KEY `is_custom` (`is_custom`,`type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad` -- LOCK TABLES `phpfox_ad` WRITE; /*!40000 ALTER TABLE `phpfox_ad` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_invoice` -- DROP TABLE IF EXISTS `phpfox_ad_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_invoice` ( `invoice_id` int(10) unsigned NOT NULL auto_increment, `ad_id` int(10) unsigned NOT NULL, `is_sponsor` tinyint(1) NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_paid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`invoice_id`), KEY `user_id` (`user_id`), KEY `is_sponsor` (`is_sponsor`), KEY `ad_id` (`ad_id`,`is_sponsor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_invoice` -- LOCK TABLES `phpfox_ad_invoice` WRITE; /*!40000 ALTER TABLE `phpfox_ad_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_plan` -- DROP TABLE IF EXISTS `phpfox_ad_plan`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_plan` ( `plan_id` mediumint(8) unsigned NOT NULL auto_increment, `block_id` tinyint(3) NOT NULL default '0', `title` varchar(255) NOT NULL, `cost` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`plan_id`), KEY `block_id` (`block_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_plan` -- LOCK TABLES `phpfox_ad_plan` WRITE; /*!40000 ALTER TABLE `phpfox_ad_plan` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_sponsor` -- DROP TABLE IF EXISTS `phpfox_ad_sponsor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_sponsor` ( `sponsor_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(50) NOT NULL, `item_id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `country_iso` char(2) NOT NULL, `gender` tinyint(1) NOT NULL, `age_from` tinyint(2) NOT NULL, `age_to` tinyint(2) NOT NULL, `campaign_name` varchar(150) NOT NULL, `impressions` mediumint(8) unsigned default NULL, `cpm` decimal(14,2) default NULL, `start_date` int(11) unsigned NOT NULL default '0', `auto_publish` tinyint(1) NOT NULL default '0', `is_custom` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_click` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`sponsor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_sponsor` -- LOCK TABLES `phpfox_ad_sponsor` WRITE; /*!40000 ALTER TABLE `phpfox_ad_sponsor` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_sponsor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_track` -- DROP TABLE IF EXISTS `phpfox_ad_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_track` ( `track_id` int(10) unsigned NOT NULL auto_increment, `ad_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`track_id`), KEY `ad_id` (`ad_id`,`user_id`), KEY `ad_id_2` (`ad_id`,`ip_address`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_track` -- LOCK TABLES `phpfox_ad_track` WRITE; /*!40000 ALTER TABLE `phpfox_ad_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_admincp_dashboard` -- DROP TABLE IF EXISTS `phpfox_admincp_dashboard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_admincp_dashboard` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`,`is_hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_admincp_dashboard` -- LOCK TABLES `phpfox_admincp_dashboard` WRITE; /*!40000 ALTER TABLE `phpfox_admincp_dashboard` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_admincp_dashboard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_admincp_login` -- DROP TABLE IF EXISTS `phpfox_admincp_login`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_admincp_login` ( `login_id` int(10) unsigned NOT NULL auto_increment, `is_failed` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, `cache_data` mediumtext, PRIMARY KEY (`login_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_admincp_login` -- LOCK TABLES `phpfox_admincp_login` WRITE; /*!40000 ALTER TABLE `phpfox_admincp_login` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_admincp_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_announcement` -- DROP TABLE IF EXISTS `phpfox_announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_announcement` ( `announcement_id` int(10) unsigned NOT NULL auto_increment, `subject_var` varchar(255) default NULL, `intro_var` varchar(255) default NULL, `content_var` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `can_be_closed` tinyint(1) NOT NULL default '1', `show_in_dashboard` tinyint(1) NOT NULL default '1', `start_date` int(11) unsigned NOT NULL, `location` tinyint(2) NOT NULL default '6', `country_iso` char(2) NOT NULL default '0', `gender` tinyint(1) NOT NULL default '0', `age_from` tinyint(2) NOT NULL default '0', `age_to` tinyint(2) NOT NULL default '0', `user_group` varchar(255) NOT NULL, `user_id` int(10) unsigned default NULL, `gmt_offset` varchar(15) default NULL, PRIMARY KEY (`announcement_id`), KEY `is_active` (`is_active`,`show_in_dashboard`), KEY `is_active_2` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_announcement` -- LOCK TABLES `phpfox_announcement` WRITE; /*!40000 ALTER TABLE `phpfox_announcement` DISABLE KEYS */; INSERT INTO `phpfox_announcement` VALUES (1,'announcement.announcement_subject_1','announcement.announcement_intro_1','announcement.announcement_content_1',1374840503,1,1,1,1374840360,6,'',0,0,0,'a:0:{}',1,'0'); /*!40000 ALTER TABLE `phpfox_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_announcement_hide` -- DROP TABLE IF EXISTS `phpfox_announcement_hide`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_announcement_hide` ( `announcement_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, KEY `announcement_id` (`announcement_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_announcement_hide` -- LOCK TABLES `phpfox_announcement_hide` WRITE; /*!40000 ALTER TABLE `phpfox_announcement_hide` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_announcement_hide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_api_gateway` -- DROP TABLE IF EXISTS `phpfox_api_gateway`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_api_gateway` ( `gateway_id` varchar(75) NOT NULL, `title` varchar(150) NOT NULL, `description` mediumtext, `is_active` tinyint(1) NOT NULL default '0', `is_test` tinyint(3) NOT NULL default '0', `setting` mediumtext, KEY `is_active` (`is_active`), KEY `gateway_id` (`gateway_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_api_gateway` -- LOCK TABLES `phpfox_api_gateway` WRITE; /*!40000 ALTER TABLE `phpfox_api_gateway` DISABLE KEYS */; INSERT INTO `phpfox_api_gateway` VALUES ('paypal','Convict Cartel PayPal','Our official Paypal account',1,0,'a:1:{s:12:\"paypal_email\";s:23:\"convictcartel@yahoo.com\";}'),('2checkout','Checkout','Checkout with our regular payment system',0,0,'a:2:{s:6:\"2co_id\";s:13:\"convictcartel\";s:10:\"2co_secret\";s:13:\"convictcartel\";}'); /*!40000 ALTER TABLE `phpfox_api_gateway` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_api_gateway_log` -- DROP TABLE IF EXISTS `phpfox_api_gateway_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_api_gateway_log` ( `log_id` int(10) unsigned NOT NULL auto_increment, `gateway_id` varchar(75) default NULL, `log_data` mediumtext NOT NULL, `ip_address` varchar(15) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_api_gateway_log` -- LOCK TABLES `phpfox_api_gateway_log` WRITE; /*!40000 ALTER TABLE `phpfox_api_gateway_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_api_gateway_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_attachment` -- DROP TABLE IF EXISTS `phpfox_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_attachment` ( `attachment_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `item_id` int(10) unsigned NOT NULL default '0', `category_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, `file_size` int(10) unsigned NOT NULL default '0', `destination` varchar(75) default NULL, `extension` varchar(20) NOT NULL, `description` varchar(255) default NULL, `is_inline` tinyint(1) NOT NULL default '0', `is_image` tinyint(1) NOT NULL, `counter` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL, PRIMARY KEY (`attachment_id`), KEY `category_id` (`category_id`,`user_id`), KEY `extension` (`extension`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`item_id`,`category_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_attachment` -- LOCK TABLES `phpfox_attachment` WRITE; /*!40000 ALTER TABLE `phpfox_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_attachment_type` -- DROP TABLE IF EXISTS `phpfox_attachment_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_attachment_type` ( `extension` varchar(20) NOT NULL, `mime_type` varchar(250) default NULL, `is_active` tinyint(1) NOT NULL, `is_image` tinyint(1) NOT NULL, `added` int(10) unsigned NOT NULL, KEY `extension` (`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_attachment_type` -- LOCK TABLES `phpfox_attachment_type` WRITE; /*!40000 ALTER TABLE `phpfox_attachment_type` DISABLE KEYS */; INSERT INTO `phpfox_attachment_type` VALUES ('jpg','image/jpeg',1,1,1208637306),('jpeg','image/jpeg',1,1,1208637306),('gif','image/gif',1,1,1208637335),('png','image/png',1,1,1212577320),('zip','image/zip',1,1,1212577320); /*!40000 ALTER TABLE `phpfox_attachment_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ban` -- DROP TABLE IF EXISTS `phpfox_ban`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ban` ( `ban_id` int(11) unsigned NOT NULL auto_increment, `type_id` varchar(100) NOT NULL, `find_value` mediumtext NOT NULL, `replacement` mediumtext, `user_id` int(11) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`ban_id`), KEY `type_id` (`type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ban` -- LOCK TABLES `phpfox_ban` WRITE; /*!40000 ALTER TABLE `phpfox_ban` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_block` -- DROP TABLE IF EXISTS `phpfox_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_block` ( `block_id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `type_id` tinyint(1) NOT NULL default '0', `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `component` varchar(75) default NULL, `location` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) NOT NULL default '0', `ordering` tinyint(3) NOT NULL default '0', `disallow_access` varchar(255) default NULL, `can_move` tinyint(1) NOT NULL default '0', `version_id` varchar(50) default NULL, PRIMARY KEY (`block_id`), KEY `is_active` (`is_active`), KEY `product_id` (`product_id`), KEY `m_connection` (`m_connection`), KEY `m_connection_2` (`m_connection`,`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_block` -- LOCK TABLES `phpfox_block` WRITE; /*!40000 ALTER TABLE `phpfox_block` DISABLE KEYS */; INSERT INTO `phpfox_block` VALUES (1,NULL,0,'core.index-member','core','phpfox','welcome',7,1,14,NULL,0,NULL),(2,NULL,0,'core.index-member','core','phpfox','dashboard',2,1,11,NULL,1,NULL),(3,NULL,0,'core.index-member','core','phpfox','new',2,1,13,NULL,1,NULL),(4,NULL,0,'core.index-member','core','phpfox','stat',1,1,9,NULL,1,NULL),(5,NULL,0,'admincp.index','core','phpfox','note',2,1,2,NULL,1,NULL),(6,NULL,0,'admincp.index','core','phpfox','active-admin',1,1,2,NULL,1,NULL),(7,NULL,0,'admincp.index','core','phpfox','news',3,1,3,NULL,1,NULL),(8,NULL,0,'admincp.index','core','phpfox','twitter',3,1,4,NULL,1,NULL),(9,NULL,0,'admincp.index','core','phpfox','site-stat',2,1,1,NULL,1,NULL),(10,NULL,0,'admincp.index','core','phpfox','latest-admin-login',1,1,3,NULL,1,NULL),(11,NULL,0,'admincp.index','core','phpfox','quick-find',1,1,1,NULL,1,NULL),(12,NULL,0,'profile.index','custom','phpfox','panel',7,1,18,NULL,1,NULL),(13,NULL,0,'profile.index','custom','phpfox','display',7,1,17,NULL,1,NULL),(14,NULL,0,'core.index-member','log','phpfox','login',1,1,8,NULL,1,NULL),(15,'Recent Logins',0,'core.index-visitor','log','phpfox','login',1,1,6,NULL,0,NULL),(16,NULL,0,'profile.index','profile','phpfox','info',3,1,15,NULL,0,NULL),(17,NULL,0,'profile.index','profile','phpfox','pic',3,1,13,NULL,0,NULL),(18,NULL,0,'profile.index','profile','phpfox','menu',3,1,14,NULL,0,NULL),(19,NULL,0,'core.index-visitor','user','phpfox','register',2,1,3,NULL,0,NULL),(20,NULL,0,'user.browse','user','phpfox','filter',1,1,1,NULL,0,NULL),(21,NULL,0,'core.index-visitor','user','phpfox','featured',4,1,5,NULL,1,NULL),(22,NULL,0,'user.browse','user','phpfox','featured',1,1,2,NULL,0,NULL),(23,NULL,0,'','user','phpfox','login-block',3,1,1,NULL,0,NULL),(24,NULL,0,'core.index-member','announcement','phpfox','index',7,1,15,NULL,0,NULL),(25,NULL,0,'core.index','blog','phpfox','new-blogs',1,1,2,NULL,0,NULL),(26,NULL,0,'blog.index','blog','phpfox','categories',1,1,3,NULL,0,NULL),(27,NULL,0,'blog.index','blog','phpfox','display-options',1,1,2,NULL,0,NULL),(28,NULL,0,'blog.index','blog','phpfox','top',1,1,5,NULL,0,NULL),(29,NULL,0,'blog.index','blog','phpfox','menu',1,1,1,NULL,0,NULL),(30,NULL,0,'core.index-member','bulletin','phpfox','display',1,1,5,NULL,1,NULL),(31,NULL,0,'profile.index','comment','phpfox','display',2,1,12,NULL,1,NULL),(32,NULL,0,'group.view','comment','phpfox','display',2,1,8,NULL,1,NULL),(33,NULL,0,'event.view','event','phpfox','image',3,1,1,NULL,0,NULL),(34,NULL,0,'event.view','event','phpfox','info',1,1,2,NULL,0,NULL),(35,NULL,0,'event.view','event','phpfox','rsvp',1,1,3,NULL,0,NULL),(36,NULL,0,'event.index','event','phpfox','category',1,1,2,NULL,0,NULL),(37,NULL,0,'profile.index','event','phpfox','profile',1,1,4,NULL,1,NULL),(38,NULL,0,'group.view','event','phpfox','parent',1,1,3,NULL,1,NULL),(39,NULL,0,'event.view','event','phpfox','menu',3,1,4,NULL,0,NULL),(40,NULL,0,'event.index','event','phpfox','filter',1,1,3,NULL,0,NULL),(41,NULL,0,'event.index','event','phpfox','sponsored',1,1,1,NULL,0,NULL),(42,NULL,0,'core.index-member','feed','phpfox','display',2,1,12,NULL,1,NULL),(43,NULL,0,'profile.index','feed','phpfox','display',2,1,7,NULL,1,NULL),(44,'Activity Feed',0,'core.index-visitor','feed','phpfox','display',2,1,7,NULL,0,NULL),(45,NULL,0,'forum','forum','phpfox','timezone',4,1,1,NULL,0,NULL),(46,NULL,0,'group.view','forum','phpfox','parent',1,1,4,NULL,1,NULL),(47,NULL,0,'core.index-member','friend','phpfox','mini',1,1,4,NULL,1,NULL),(48,NULL,0,'profile.index','friend','phpfox','profile.small',1,1,1,NULL,1,NULL),(49,NULL,0,'friend.index','friend','phpfox','top',1,1,2,NULL,0,NULL),(50,NULL,0,'friend.index','friend','phpfox','list',1,1,1,NULL,0,NULL),(51,NULL,0,'friend.profile','friend','phpfox','top',1,1,2,NULL,0,NULL),(52,NULL,0,'friend.profile','friend','phpfox','menu',1,1,1,NULL,0,NULL),(53,NULL,0,'core.index-member','friend','phpfox','birthday',1,1,7,NULL,1,NULL),(54,NULL,0,'profile.index','friend','phpfox','mutual-friend',1,1,6,NULL,1,NULL),(55,NULL,0,'core.index-member','friend','phpfox','suggestion',1,1,3,NULL,1,NULL),(56,NULL,0,'group.index','group','phpfox','filter',1,1,3,NULL,0,NULL),(57,NULL,0,'group.view','group','phpfox','info',3,1,10,NULL,1,NULL),(58,NULL,0,'group.index','group','phpfox','category',1,1,2,NULL,0,NULL),(59,NULL,0,'profile.index','group','phpfox','profile',1,1,5,NULL,1,NULL),(60,NULL,0,'group.view','group','phpfox','list',2,1,5,NULL,1,NULL),(61,NULL,0,'group.index','group','phpfox','popular',1,1,4,NULL,0,NULL),(62,NULL,0,'group.view','group','phpfox','image',3,1,11,NULL,1,NULL),(63,NULL,0,'group.view','group','phpfox','menu',3,1,9,NULL,1,NULL),(64,NULL,0,'group.view','group','phpfox','admin',1,1,1,NULL,1,NULL),(65,NULL,0,'invite.index','group','phpfox','sponsored',1,1,1,NULL,0,NULL),(66,NULL,0,'group.index','group','phpfox','sponsored',1,1,1,NULL,0,NULL),(67,NULL,0,'core.index-visitor','invite','phpfox','find',1,1,1,NULL,0,NULL),(68,NULL,0,'mail.index','mail','phpfox','folder',1,1,1,NULL,0,NULL),(69,NULL,0,'mail.sentbox','mail','phpfox','folder',1,1,1,NULL,0,NULL),(70,NULL,0,'mail.view','mail','phpfox','folder',1,1,1,NULL,0,NULL),(71,NULL,0,'mail.compose','mail','phpfox','folder',1,1,1,NULL,0,NULL),(72,NULL,0,'marketplace.index','marketplace','phpfox','filter',1,1,3,NULL,0,NULL),(73,NULL,0,'profile.index','marketplace','phpfox','profile',1,1,3,NULL,1,NULL),(74,NULL,0,'marketplace.view','marketplace','phpfox','info',1,1,3,NULL,0,NULL),(75,NULL,0,'marketplace.view','marketplace','phpfox','menu',3,1,4,NULL,0,NULL),(76,NULL,0,'marketplace.view','marketplace','phpfox','my',1,1,5,NULL,0,NULL),(77,NULL,0,'marketplace.index','marketplace','phpfox','category',1,1,2,NULL,0,NULL),(78,NULL,0,'marketplace.index','marketplace','phpfox','sponsored',1,1,1,NULL,0,NULL),(79,NULL,0,'profile.index','music','phpfox','album',2,1,9,NULL,1,NULL),(80,NULL,0,'music.view-album','music','phpfox','album-info',1,1,3,NULL,0,NULL),(81,NULL,0,'profile.index','music','phpfox','song',3,1,16,NULL,1,NULL),(82,NULL,0,'music.view','music','phpfox','info',1,1,1,NULL,0,NULL),(83,NULL,0,'music.index','music','phpfox','list',1,1,2,NULL,0,NULL),(84,NULL,0,'music','music','phpfox','top',1,1,2,NULL,0,NULL),(85,NULL,0,'music','music','phpfox','latest',1,1,3,NULL,0,NULL),(86,NULL,0,'music.index','music','phpfox','filter',1,1,3,NULL,0,NULL),(87,NULL,0,'music.browse.song','music','phpfox','filter',1,1,3,NULL,0,NULL),(88,NULL,0,'music.browse.song','music','phpfox','list',1,1,2,NULL,0,NULL),(89,NULL,0,'music.browse.album','music','phpfox','list',1,1,2,NULL,0,NULL),(90,NULL,0,'music.browse.album','music','phpfox','filter',1,1,3,NULL,0,NULL),(91,NULL,0,'music.view-album','music','phpfox','menu-album',1,1,2,NULL,0,NULL),(92,NULL,0,'music.view-album','music','phpfox','photo-album',1,1,1,NULL,0,NULL),(93,NULL,0,'music.view','music','phpfox','photo',1,1,2,NULL,0,NULL),(94,NULL,0,'music.view','music','phpfox','menu',1,1,3,NULL,0,NULL),(95,NULL,0,'music','music','phpfox','featured',2,1,5,NULL,0,NULL),(96,'Favorite Songs',0,'profile.index','music','phpfox','profile',3,1,20,NULL,1,NULL),(97,NULL,0,'music.browse.song','music','phpfox','sponsored-song',1,1,1,NULL,0,NULL),(98,NULL,0,'music.browse.album','music','phpfox','sponsored-album',1,1,1,NULL,0,NULL),(99,NULL,0,'core.index-member','notification','phpfox','feed',1,1,2,NULL,1,NULL),(100,NULL,0,'profile.index','photo','phpfox','profile',2,1,11,NULL,1,NULL),(101,NULL,0,'photo.index','photo','phpfox','category',1,1,2,NULL,0,NULL),(102,NULL,0,'photo.index','photo','phpfox','featured',1,1,3,NULL,0,NULL),(103,NULL,0,'photo.index','photo','phpfox','filter',1,1,4,NULL,0,NULL),(104,NULL,0,'photo.view','photo','phpfox','detail',1,1,2,NULL,0,NULL),(105,NULL,0,'photo.view','photo','phpfox','menu',1,1,1,NULL,0,NULL),(106,NULL,0,'photo.album','photo','phpfox','menu-album',3,1,1,NULL,0,NULL),(107,NULL,0,'photo.rate','photo','phpfox','stat',1,1,1,NULL,0,NULL),(108,NULL,0,'photo.rate','photo','phpfox','category',1,1,2,NULL,0,NULL),(109,NULL,0,'photo.battle','photo','phpfox','category',1,1,1,NULL,0,NULL),(110,NULL,0,'group.view','photo','phpfox','parent',2,1,7,NULL,1,NULL),(111,NULL,0,'photo.index','photo','phpfox','sponsored',1,1,1,NULL,0,NULL),(112,NULL,0,'quiz.view','quiz','phpfox','stat',1,1,1,NULL,0,NULL),(113,NULL,0,'profile.index','report','phpfox','profile',8,1,19,NULL,0,NULL),(114,NULL,0,'core.index-member','request','phpfox','feed',1,1,1,NULL,1,NULL),(115,NULL,0,'request.index','request','phpfox','feed',1,1,1,NULL,0,NULL),(116,NULL,0,'rss','rss','phpfox','info',1,1,1,NULL,0,NULL),(117,NULL,0,'core.index-member','shoutbox','phpfox','display',1,1,6,NULL,1,NULL),(118,NULL,0,'group.view','shoutbox','phpfox','display',1,1,2,NULL,1,NULL),(119,NULL,0,'blog.index','tag','phpfox','cloud',1,1,4,NULL,0,NULL),(120,NULL,0,'core.index-member','tag','phpfox','cloud',1,1,10,NULL,1,NULL),(121,NULL,0,'photo.index','tag','phpfox','cloud',1,1,4,NULL,0,NULL),(122,NULL,0,'video.index','tag','phpfox','cloud',1,1,4,NULL,0,NULL),(123,NULL,0,'photo.view','tag','phpfox','cloud',1,1,3,NULL,0,NULL),(124,NULL,0,'blog.view','track','phpfox','recent-views',1,1,1,NULL,0,NULL),(125,NULL,0,'profile.index','track','phpfox','recent-views',1,1,2,NULL,1,NULL),(126,NULL,0,'blog.index','track','phpfox','recent-views',1,1,6,NULL,0,NULL),(127,NULL,0,'poll.index','track','phpfox','recent-views',1,1,1,NULL,0,NULL),(128,NULL,0,'quiz.profile','track','phpfox','recent-views',1,1,2,NULL,0,NULL),(129,NULL,0,'video.view','video','phpfox','menu',3,1,1,NULL,0,NULL),(130,NULL,0,'video.view','video','phpfox','detail',1,1,2,NULL,0,NULL),(131,NULL,0,'video.index','video','phpfox','category',1,1,3,NULL,0,NULL),(132,NULL,0,'profile.index','video','phpfox','profile',2,1,8,NULL,1,NULL),(133,NULL,0,'group.view','video','phpfox','parent',2,1,6,NULL,1,NULL),(134,NULL,0,'video.index','video','phpfox','filter',1,1,4,NULL,0,NULL),(135,NULL,0,'video.index','video','phpfox','spotlight',1,1,2,NULL,0,NULL),(136,NULL,0,'video.view','video','phpfox','my',1,1,3,NULL,0,NULL),(137,NULL,0,'video.view','video','phpfox','related',1,1,4,NULL,0,NULL),(138,NULL,0,'video.index','video','phpfox','sponsored',1,1,1,NULL,0,NULL); /*!40000 ALTER TABLE `phpfox_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_block_source` -- DROP TABLE IF EXISTS `phpfox_block_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_block_source` ( `block_id` int(10) unsigned NOT NULL, `source_code` mediumtext, `source_parsed` mediumtext, KEY `block_id` (`block_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_block_source` -- LOCK TABLES `phpfox_block_source` WRITE; /*!40000 ALTER TABLE `phpfox_block_source` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_block_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog` -- DROP TABLE IF EXISTS `phpfox_blog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog` ( `blog_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `time_update` int(10) unsigned NOT NULL default '0', `is_approved` tinyint(1) NOT NULL, `privacy` tinyint(1) NOT NULL, `post_status` tinyint(1) NOT NULL, `password` varchar(20) default NULL, `allow_comment` tinyint(1) NOT NULL default '1', `allow_ping` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_attachment` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`blog_id`), KEY `public_view` (`is_approved`,`privacy`,`post_status`), KEY `title_url` (`title_url`), KEY `user_id` (`user_id`,`title_url`), KEY `my_blogs` (`user_id`), KEY `profile_user` (`user_id`,`is_approved`), KEY `profile_guest` (`user_id`,`is_approved`,`post_status`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog` -- LOCK TABLES `phpfox_blog` WRITE; /*!40000 ALTER TABLE `phpfox_blog` DISABLE KEYS */; INSERT INTO `phpfox_blog` VALUES (1,1,'What do I do now?','what-do-i-do-now',1374840771,0,1,1,1,NULL,1,0,0,0,0); /*!40000 ALTER TABLE `phpfox_blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_category` -- DROP TABLE IF EXISTS `phpfox_blog_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_category` ( `category_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL default '0', `added` int(10) unsigned NOT NULL, `used` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `user_id` (`user_id`), KEY `category_id` (`category_id`,`user_id`), KEY `name_url` (`name_url`,`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_category` -- LOCK TABLES `phpfox_blog_category` WRITE; /*!40000 ALTER TABLE `phpfox_blog_category` DISABLE KEYS */; INSERT INTO `phpfox_blog_category` VALUES (1,'Business','business',0,1374839765,0),(2,'Education','education',0,1374839765,0),(3,'Entertainment','entertainment',0,1374839765,0),(4,'Family & Home','family-home',0,1374839765,0),(5,'Health','health',0,1374839765,0),(6,'Recreation','recreation',0,1374839765,0),(7,'Shopping','shopping',0,1374839765,0),(8,'Society','society',0,1374839765,0),(9,'Sports','sports',0,1374839765,0),(10,'Technology','technology',0,1374839765,0); /*!40000 ALTER TABLE `phpfox_blog_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_category_data` -- DROP TABLE IF EXISTS `phpfox_blog_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_category_data` ( `blog_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `blog_id` (`blog_id`), KEY `category_id` (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_category_data` -- LOCK TABLES `phpfox_blog_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_blog_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_text` -- DROP TABLE IF EXISTS `phpfox_blog_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_text` ( `blog_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `blog_id` (`blog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_text` -- LOCK TABLES `phpfox_blog_text` WRITE; /*!40000 ALTER TABLE `phpfox_blog_text` DISABLE KEYS */; INSERT INTO `phpfox_blog_text` VALUES (1,'Well, update your profile, post a bunch of examples of your work, look up yourself and see what greatness comes along with being apart of our community!','Well, update your profile, post a bunch of examples of your work, look up yourself and see what greatness comes along with being apart of our community!'); /*!40000 ALTER TABLE `phpfox_blog_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_track` -- DROP TABLE IF EXISTS `phpfox_blog_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_track` -- LOCK TABLES `phpfox_blog_track` WRITE; /*!40000 ALTER TABLE `phpfox_blog_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_bulletin` -- DROP TABLE IF EXISTS `phpfox_bulletin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_bulletin` ( `bulletin_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `views` int(10) unsigned NOT NULL default '1', `allow_comment` tinyint(1) NOT NULL default '1', `total_attachment` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`bulletin_id`), KEY `user_id` (`user_id`), KEY `time_stamp` (`time_stamp`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_bulletin` -- LOCK TABLES `phpfox_bulletin` WRITE; /*!40000 ALTER TABLE `phpfox_bulletin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_bulletin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_bulletin_text` -- DROP TABLE IF EXISTS `phpfox_bulletin_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_bulletin_text` ( `bulletin_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `bulletin_id` (`bulletin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_bulletin_text` -- LOCK TABLES `phpfox_bulletin_text` WRITE; /*!40000 ALTER TABLE `phpfox_bulletin_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_bulletin_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cache` -- DROP TABLE IF EXISTS `phpfox_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cache` ( `cache_id` int(10) unsigned NOT NULL auto_increment, `file_name` varchar(255) NOT NULL, `cache_data` mediumtext, `data_size` int(10) unsigned NOT NULL default '0', `type_id` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`cache_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cache` -- LOCK TABLES `phpfox_cache` WRITE; /*!40000 ALTER TABLE `phpfox_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment` -- DROP TABLE IF EXISTS `phpfox_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment` ( `comment_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `owner_user_id` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `update_time` int(10) unsigned NOT NULL default '0', `update_user` varchar(100) default NULL, `rating` varchar(10) default NULL, `ip_address` varchar(15) NOT NULL, `author` varchar(255) default NULL, `author_email` varchar(100) default NULL, `author_url` varchar(255) default NULL, `view_id` tinyint(1) NOT NULL default '0', `child_total` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`comment_id`), KEY `user_id` (`user_id`,`view_id`), KEY `owner_user_id` (`owner_user_id`,`view_id`), KEY `type_id` (`type_id`,`item_id`,`view_id`), KEY `parent_id` (`parent_id`,`view_id`), KEY `parent_id_2` (`parent_id`,`type_id`,`item_id`,`view_id`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment` -- LOCK TABLES `phpfox_comment` WRITE; /*!40000 ALTER TABLE `phpfox_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_hash` -- DROP TABLE IF EXISTS `phpfox_comment_hash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_hash` ( `user_id` int(10) unsigned NOT NULL, `item_hash` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`item_hash`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_hash` -- LOCK TABLES `phpfox_comment_hash` WRITE; /*!40000 ALTER TABLE `phpfox_comment_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_rating` -- DROP TABLE IF EXISTS `phpfox_comment_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_rating` ( `comment_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` varchar(2) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, KEY `comment_id` (`comment_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_rating` -- LOCK TABLES `phpfox_comment_rating` WRITE; /*!40000 ALTER TABLE `phpfox_comment_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_text` -- DROP TABLE IF EXISTS `phpfox_comment_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_text` ( `comment_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `comment_id` (`comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_text` -- LOCK TABLES `phpfox_comment_text` WRITE; /*!40000 ALTER TABLE `phpfox_comment_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_component` -- DROP TABLE IF EXISTS `phpfox_component`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_component` ( `component_id` mediumint(8) unsigned NOT NULL auto_increment, `component` varchar(75) NOT NULL, `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(75) NOT NULL default 'phpfox', `is_controller` tinyint(1) NOT NULL default '0', `is_block` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`component_id`), KEY `component` (`component`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=269 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_component` -- LOCK TABLES `phpfox_component` WRITE; /*!40000 ALTER TABLE `phpfox_component` DISABLE KEYS */; INSERT INTO `phpfox_component` VALUES (1,'index','','admincp','phpfox',0,0,1),(2,'maintain.cache','','admincp','phpfox',0,0,1),(3,'setting.index','','admincp','phpfox',0,0,1),(4,'setting.edit','','admincp','phpfox',0,0,1),(5,'menu.add','','admincp','phpfox',0,0,1),(6,'block.index','','admincp','phpfox',0,0,1),(7,'menu.index','','admincp','phpfox',0,0,1),(8,'block.add','','admincp','phpfox',0,0,1),(9,'module.index','','admincp','phpfox',0,0,1),(10,'setting.group.add','','admincp','phpfox',0,0,1),(11,'setting.add','','admincp','phpfox',0,0,1),(12,'component.add','','admincp','phpfox',0,0,1),(13,'setting.file','','admincp','phpfox',0,0,1),(14,'module.add','','admincp','phpfox',0,0,1),(15,'maintain.ajax','','admincp','phpfox',0,0,1),(16,'product.add','','admincp','phpfox',0,0,1),(17,'product.file','','admincp','phpfox',0,0,1),(18,'product.index','','admincp','phpfox',0,0,1),(19,'module.ajax','','admincp','phpfox',0,0,1),(20,'plugin.index','','admincp','phpfox',0,0,1),(21,'plugin.add','','admincp','phpfox',0,0,1),(22,'plugin.hook.add','','admincp','phpfox',0,0,1),(23,'index','admincp.index','admincp','phpfox',1,0,1),(24,'index-member','core.index-member','core','phpfox',1,0,1),(25,'index-visitor','core.index-visitor','core','phpfox',1,0,1),(26,'welcome','','core','phpfox',0,1,1),(27,'new','','core','phpfox',0,1,1),(28,'dashboard','','core','phpfox',0,1,1),(29,'stat','','core','phpfox',0,1,1),(30,'note','','core','phpfox',0,1,1),(31,'active-admin','','core','phpfox',0,1,1),(32,'news','','core','phpfox',0,1,1),(33,'twitter','','core','phpfox',0,1,1),(34,'site-stat','','core','phpfox',0,1,1),(35,'latest-admin-login','','core','phpfox',0,1,1),(36,'quick-find','','core','phpfox',0,1,1),(37,'panel','','custom','phpfox',0,1,1),(38,'display','','custom','phpfox',0,1,1),(39,'display','error.display','error','phpfox',1,0,1),(40,'404','error.404','error','phpfox',1,0,1),(41,'popup','','help','phpfox',0,1,1),(42,'info','','help','phpfox',0,1,1),(43,'ajax','','help','phpfox',0,0,1),(44,'close-tips','','help','phpfox',0,1,1),(45,'ajax','','language','phpfox',0,0,1),(46,'admincp.phrase.add','','language','phpfox',0,0,1),(47,'admincp.file','','language','phpfox',0,0,1),(48,'admincp.index','','language','phpfox',0,0,1),(49,'admincp.phrase.phrase','','language','phpfox',0,0,1),(50,'login','','log','phpfox',0,1,1),(51,'admincp.index','','page','phpfox',0,0,1),(52,'admincp.add','','page','phpfox',0,0,1),(53,'admincp.ajax','','page','phpfox',0,0,1),(54,'view','page.view','page','phpfox',1,0,1),(55,'index','profile.index','profile','phpfox',1,0,1),(56,'pic','','profile','phpfox',0,1,1),(57,'menu','','profile','phpfox',0,1,1),(58,'info','','profile','phpfox',0,1,1),(59,'header','','profile','phpfox',0,1,1),(60,'my','profile.my','profile','phpfox',1,0,1),(61,'panel','','profile','phpfox',0,1,1),(62,'ajax','','theme','phpfox',0,0,1),(63,'sample','theme.sample','theme','phpfox',1,0,1),(64,'admincp.index','','theme','phpfox',0,0,1),(65,'admincp.template','','theme','phpfox',0,0,1),(66,'ajax','','user','phpfox',0,0,1),(67,'login-block','','user','phpfox',0,1,1),(68,'login','user.login','user','phpfox',1,0,1),(69,'admincp.group.index','','user','phpfox',0,0,1),(70,'admincp.group.add','','user','phpfox',0,0,1),(71,'logout','user.logout','user','phpfox',1,0,1),(72,'register','user.register','user','phpfox',1,0,1),(73,'admincp.group.setting','','user','phpfox',0,0,1),(74,'login-ajax','','user','phpfox',0,1,1),(75,'browse','user.browse','user','phpfox',1,0,1),(76,'setting','user.setting','user','phpfox',1,0,1),(77,'lost-password','user.lost-password','user','phpfox',1,0,1),(78,'photo','user.photo','user','phpfox',1,0,1),(79,'password.request','user.password.request','user','phpfox',1,0,1),(80,'password.verify','user.password.verify','user','phpfox',1,0,1),(81,'status','','user','phpfox',0,1,1),(82,'register','','user','phpfox',0,1,1),(83,'filter','','user','phpfox',0,1,1),(84,'privacy','user.privacy','user','phpfox',1,0,1),(85,'featured','','user','phpfox',0,1,1),(86,'sponsored','','ad','phpfox',0,1,1),(87,'index','index','ad','phpfox',1,0,1),(88,'manage-sponsor','ad.manage-sponsor','ad','phpfox',1,0,1),(89,'index','','announcement','phpfox',0,1,1),(90,'index','announcement.index','announcement','phpfox',1,0,1),(91,'ajax','','attachment','phpfox',0,0,1),(92,'add','','attachment','phpfox',0,1,1),(93,'upload','','attachment','phpfox',0,1,1),(94,'frame','attachment.frame','attachment','phpfox',1,0,1),(95,'current','','attachment','phpfox',0,1,1),(96,'archive','','attachment','phpfox',0,1,1),(97,'list','','attachment','phpfox',0,1,1),(98,'download','attachment.download','attachment','phpfox',1,0,1),(99,'add','blog.add','blog','phpfox',1,0,1),(100,'add-category-list','','blog','phpfox',0,1,1),(101,'ajax','','blog','phpfox',0,0,1),(102,'index','blog.index','blog','phpfox',1,0,1),(103,'view','blog.view','blog','phpfox',1,0,1),(104,'display-options','','blog','phpfox',0,1,1),(105,'categories','','blog','phpfox',0,1,1),(106,'top','','blog','phpfox',0,1,1),(107,'profile','blog.profile','blog','phpfox',1,0,1),(108,'profile.index','','blog','phpfox',0,1,1),(109,'preview','','blog','phpfox',0,1,1),(110,'menu','','blog','phpfox',0,1,1),(111,'admincp.index','','blog','phpfox',0,0,1),(112,'admincp.add','','blog','phpfox',0,0,1),(113,'delete','blog.delete','blog','phpfox',1,0,1),(114,'display','','bulletin','phpfox',0,1,1),(115,'index','bulletin.index','bulletin','phpfox',1,0,1),(116,'form','','captcha','phpfox',0,1,1),(117,'image','captcha.image','captcha','phpfox',1,0,1),(118,'ajax','','captcha','phpfox',0,0,1),(119,'display','','comment','phpfox',0,1,1),(120,'view','','comment','phpfox',0,1,1),(121,'rating','','comment','phpfox',0,1,1),(122,'ajax','','comment','phpfox',0,0,1),(123,'ajax','','emoticon','phpfox',0,0,1),(124,'preview','','emoticon','phpfox',0,1,1),(125,'menu','','event','phpfox',0,1,1),(126,'image','','event','phpfox',0,1,1),(127,'view','event.view','event','phpfox',1,0,1),(128,'index','event.index','event','phpfox',1,0,1),(129,'rsvp','','event','phpfox',0,1,1),(130,'category','','event','phpfox',0,1,1),(131,'profile','','event','phpfox',0,1,1),(132,'info','','event','phpfox',0,1,1),(133,'parent','','event','phpfox',0,1,1),(134,'filter','','event','phpfox',0,1,1),(135,'sponsored','','event','phpfox',0,1,1),(136,'display','','feed','phpfox',0,1,1),(137,'view','feed.view','feed','phpfox',1,0,1),(138,'user','feed.user','feed','phpfox',1,0,1),(139,'timezone','','forum','phpfox',0,1,1),(140,'forum.index','forum.index','forum','phpfox',1,0,1),(141,'parent','','forum','phpfox',0,1,1),(142,'mini','','friend','phpfox',0,1,1),(143,'index','friend.index','friend','phpfox',1,0,1),(144,'list','','friend','phpfox',0,1,1),(145,'top','','friend','phpfox',0,1,1),(146,'ajax','','friend','phpfox',0,0,1),(147,'profile.small','','friend','phpfox',0,1,1),(148,'accept','','friend','phpfox',0,1,1),(149,'request','','friend','phpfox',0,1,1),(150,'list.edit','','friend','phpfox',0,1,1),(151,'profile','friend.profile','friend','phpfox',1,0,1),(152,'menu','','friend','phpfox',0,1,1),(153,'pending','friend.pending','friend','phpfox',1,0,1),(154,'birthday','','friend','phpfox',0,1,1),(155,'mutual-friend','','friend','phpfox',0,1,1),(156,'suggestion','','friend','phpfox',0,1,1),(157,'image','','group','phpfox',0,1,1),(158,'menu','','group','phpfox',0,1,1),(159,'view','group.view','group','phpfox',1,0,1),(160,'index','group.index','group','phpfox',1,0,1),(161,'header','','group','phpfox',0,1,1),(162,'info','','group','phpfox',0,1,1),(163,'category','','group','phpfox',0,1,1),(164,'profile','','group','phpfox',0,1,1),(165,'list','','group','phpfox',0,1,1),(166,'filter','','group','phpfox',0,1,1),(167,'popular','','group','phpfox',0,1,1),(168,'admin','','group','phpfox',0,1,1),(169,'sponsored','','group','phpfox',0,1,1),(170,'find','','invite','phpfox',0,1,1),(171,'index','invite.index','invite','phpfox',1,0,1),(172,'invitations','invite.invitations','invite','phpfox',1,0,1),(173,'compose','mail.compose','mail','phpfox',1,0,1),(174,'folder','','mail','phpfox',0,1,1),(175,'ajax','','mail','phpfox',0,0,1),(176,'box.edit','','mail','phpfox',0,1,1),(177,'index','mail.index','mail','phpfox',1,0,1),(178,'view','mail.view','mail','phpfox',1,0,1),(179,'sentbox','mail.sentbox','mail','phpfox',1,0,1),(180,'box.index','mail.box.index','mail','phpfox',1,0,1),(181,'trash','mail.trash','mail','phpfox',1,0,1),(182,'image','','marketplace','phpfox',0,1,1),(183,'view','marketplace.view','marketplace','phpfox',1,0,1),(184,'menu','','marketplace','phpfox',0,1,1),(185,'filter','','marketplace','phpfox',0,1,1),(186,'index','marketplace.index','marketplace','phpfox',1,0,1),(187,'profile','','marketplace','phpfox',0,1,1),(188,'info','','marketplace','phpfox',0,1,1),(189,'my','','marketplace','phpfox',0,1,1),(190,'category','','marketplace','phpfox',0,1,1),(191,'sponsored','','marketplace','phpfox',0,1,1),(192,'invoice','marketplace.invoice','marketplace','phpfox',1,0,1),(193,'song','','music','phpfox',0,1,1),(194,'album','','music','phpfox',0,1,1),(195,'album-info','','music','phpfox',0,1,1),(196,'view','music.view','music','phpfox',1,0,1),(197,'view-album','music.view-album','music','phpfox',1,0,1),(198,'list','','music','phpfox',0,1,1),(199,'info','','music','phpfox',0,1,1),(200,'index','music.index','music','phpfox',1,0,1),(201,'top','','music','phpfox',0,1,1),(202,'latest','','music','phpfox',0,1,1),(203,'filter','','music','phpfox',0,1,1),(204,'browse','music.browse','music','phpfox',1,0,1),(205,'browse.song','music.browse.song','music','phpfox',1,0,1),(206,'browse.album','music.browse.album','music','phpfox',1,0,1),(207,'menu-album','','music','phpfox',0,1,1),(208,'photo-album','','music','phpfox',0,1,1),(209,'menu','','music','phpfox',0,1,1),(210,'photo','','music','phpfox',0,1,1),(211,'featured','','music','phpfox',0,1,1),(212,'profile','','music','phpfox',0,1,1),(213,'sponsored-song','','music','phpfox',0,1,1),(214,'sponsored-album','','music','phpfox',0,1,1),(215,'feed','','notification','phpfox',0,1,1),(216,'category','','photo','phpfox',0,1,1),(217,'index','photo.index','photo','phpfox',1,0,1),(218,'featured','','photo','phpfox',0,1,1),(219,'filter','','photo','phpfox',0,1,1),(220,'detail','','photo','phpfox',0,1,1),(221,'menu','','photo','phpfox',0,1,1),(222,'view','photo.view','photo','phpfox',1,0,1),(223,'profile','photo.profile','photo','phpfox',1,0,1),(224,'stream','','photo','phpfox',0,1,1),(225,'menu-album','','photo','phpfox',0,1,1),(226,'album','photo.album','photo','phpfox',1,0,1),(227,'rate','photo.rate','photo','phpfox',1,0,1),(228,'stat','','photo','phpfox',0,1,1),(229,'battle','photo.battle','photo','phpfox',1,1,1),(230,'parent','','photo','phpfox',0,1,1),(231,'profile','','photo','phpfox',0,1,1),(232,'upload','photo.upload','photo','phpfox',1,0,1),(233,'sponsored','','photo','phpfox',0,1,1),(234,'index','poll.index','poll','phpfox',1,0,1),(235,'design','poll.design','poll','phpfox',1,0,1),(236,'profile','poll.profile','poll','phpfox',1,0,1),(237,'invalid','privacy.invalid','privacy','phpfox',1,0,1),(238,'profile','quiz.profile','quiz','phpfox',1,0,1),(239,'view','quiz.view','quiz','phpfox',1,0,1),(240,'stat','','quiz','phpfox',0,1,1),(241,'ajax','','report','phpfox',0,0,1),(242,'add','','report','phpfox',0,1,1),(243,'profile','','report','phpfox',0,1,1),(244,'feed','','request','phpfox',0,1,1),(245,'index','request.index','request','phpfox',1,0,1),(246,'index','rss.index','rss','phpfox',1,0,1),(247,'info','','rss','phpfox',0,1,1),(248,'display','','shoutbox','phpfox',0,1,1),(249,'ajax','','subscribe','phpfox',0,0,1),(250,'message','','subscribe','phpfox',0,1,1),(251,'index','subscribe.index','subscribe','phpfox',1,0,1),(252,'add','','tag','phpfox',0,1,1),(253,'ajax','','tag','phpfox',0,0,1),(254,'item','','tag','phpfox',0,1,1),(255,'cloud','','tag','phpfox',0,1,1),(256,'recent-views','','track','phpfox',0,1,1),(257,'view','video.view','video','phpfox',1,0,1),(258,'menu','','video','phpfox',0,1,1),(259,'detail','','video','phpfox',0,1,1),(260,'index','video.index','video','phpfox',1,0,1),(261,'category','','video','phpfox',0,1,1),(262,'profile','','video','phpfox',0,1,1),(263,'parent','','video','phpfox',0,1,1),(264,'filter','','video','phpfox',0,1,1),(265,'spotlight','','video','phpfox',0,1,1),(266,'related','','video','phpfox',0,1,1),(267,'my','','video','phpfox',0,1,1),(268,'sponsored','','video','phpfox',0,1,1); /*!40000 ALTER TABLE `phpfox_component` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_component_setting` -- DROP TABLE IF EXISTS `phpfox_component_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_component_setting` ( `user_id` int(10) unsigned NOT NULL default '0', `var_name` varchar(150) NOT NULL, `user_value` varchar(255) default NULL, KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`var_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_component_setting` -- LOCK TABLES `phpfox_component_setting` WRITE; /*!40000 ALTER TABLE `phpfox_component_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_component_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_contact_category` -- DROP TABLE IF EXISTS `phpfox_contact_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_contact_category` ( `category_id` int(10) unsigned NOT NULL auto_increment, `ordering` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL, PRIMARY KEY (`category_id`), KEY `ordering` (`ordering`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_contact_category` -- LOCK TABLES `phpfox_contact_category` WRITE; /*!40000 ALTER TABLE `phpfox_contact_category` DISABLE KEYS */; INSERT INTO `phpfox_contact_category` VALUES (1,0,'Sales'),(2,1,'Support'),(3,2,'Suggestions'); /*!40000 ALTER TABLE `phpfox_contact_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_country` -- DROP TABLE IF EXISTS `phpfox_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_country` ( `country_iso` char(2) NOT NULL, `name` varchar(80) NOT NULL default '', `ordering` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(255) default NULL, PRIMARY KEY (`country_iso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_country` -- LOCK TABLES `phpfox_country` WRITE; /*!40000 ALTER TABLE `phpfox_country` DISABLE KEYS */; INSERT INTO `phpfox_country` VALUES ('AF','Afghanistan',0,NULL),('AL','Albania',0,NULL),('DZ','Algeria',0,NULL),('AS','American Samoa',0,NULL),('AD','Andorra',0,NULL),('AO','Angola',0,NULL),('AI','Anguilla',0,NULL),('AQ','Antarctica',0,NULL),('AG','Antigua and Barbuda',0,NULL),('AR','Argentina',0,NULL),('AM','Armenia',0,NULL),('AW','Aruba',0,NULL),('AU','Australia',0,NULL),('AT','Austria',0,NULL),('AZ','Azerbaijan',0,NULL),('BS','Bahamas',0,NULL),('BH','Bahrain',0,NULL),('BD','Bangladesh',0,NULL),('BB','Barbados',0,NULL),('BY','Belarus',0,NULL),('BE','Belgium',0,NULL),('BZ','Belize',0,NULL),('BJ','Benin',0,NULL),('BM','Bermuda',0,NULL),('BT','Bhutan',0,NULL),('BO','Bolivia',0,NULL),('BA','Bosnia and Herzegovina',0,NULL),('BW','Botswana',0,NULL),('BV','Bouvet Island',0,NULL),('BR','Brazil',0,NULL),('IO','British Indian Ocean Territory',0,NULL),('BN','Brunei Darussalam',0,NULL),('BG','Bulgaria',0,NULL),('BF','Burkina Faso',0,NULL),('BI','Burundi',0,NULL),('KH','Cambodia',0,NULL),('CM','Cameroon',0,NULL),('CA','Canada',0,NULL),('CV','Cape Verde',0,NULL),('KY','Cayman Islands',0,NULL),('CF','Central African Republic',0,NULL),('TD','Chad',0,NULL),('CL','Chile',0,NULL),('CN','China',0,NULL),('CX','Christmas Island',0,NULL),('CC','Cocos (Keeling) Islands',0,NULL),('CO','Colombia',0,NULL),('KM','Comoros',0,NULL),('CG','Congo',0,NULL),('CD','Congo, the Democratic Republic of the',0,NULL),('CK','Cook Islands',0,NULL),('CR','Costa Rica',0,NULL),('CI','Cote D\'Ivoire',0,NULL),('HR','Croatia',0,NULL),('CU','Cuba',0,NULL),('CY','Cyprus',0,NULL),('CZ','Czech Republic',0,NULL),('DK','Denmark',0,NULL),('DJ','Djibouti',0,NULL),('DM','Dominica',0,NULL),('DO','Dominican Republic',0,NULL),('EC','Ecuador',0,NULL),('EG','Egypt',0,NULL),('SV','El Salvador',0,NULL),('GQ','Equatorial Guinea',0,NULL),('ER','Eritrea',0,NULL),('EE','Estonia',0,NULL),('ET','Ethiopia',0,NULL),('FK','Falkland Islands (Malvinas)',0,NULL),('FO','Faroe Islands',0,NULL),('FJ','Fiji',0,NULL),('FI','Finland',0,NULL),('FR','France',0,NULL),('GF','French Guiana',0,NULL),('PF','French Polynesia',0,NULL),('TF','French Southern Territories',0,NULL),('GA','Gabon',0,NULL),('GM','Gambia',0,NULL),('GE','Georgia',0,NULL),('DE','Germany',0,NULL),('GH','Ghana',0,NULL),('GI','Gibraltar',0,NULL),('GR','Greece',0,NULL),('GL','Greenland',0,NULL),('GD','Grenada',0,NULL),('GP','Guadeloupe',0,NULL),('GU','Guam',0,NULL),('GT','Guatemala',0,NULL),('GN','Guinea',0,NULL),('GW','Guinea-Bissau',0,NULL),('GY','Guyana',0,NULL),('HT','Haiti',0,NULL),('HM','Heard Island and Mcdonald Islands',0,NULL),('VA','Holy See (Vatican City State)',0,NULL),('HN','Honduras',0,NULL),('HK','Hong Kong',0,NULL),('HU','Hungary',0,NULL),('IS','Iceland',0,NULL),('IN','India',0,NULL),('ID','Indonesia',0,NULL),('IR','Iran, Islamic Republic of',0,NULL),('IQ','Iraq',0,NULL),('IE','Ireland',0,NULL),('IL','Israel',0,NULL),('IT','Italy',0,NULL),('JM','Jamaica',0,NULL),('JP','Japan',0,NULL),('JO','Jordan',0,NULL),('KZ','Kazakhstan',0,NULL),('KE','Kenya',0,NULL),('KI','Kiribati',0,NULL),('KP','Korea, Democratic People\'s Republic of',0,NULL),('KR','Korea, Republic of',0,NULL),('KW','Kuwait',0,NULL),('KG','Kyrgyzstan',0,NULL),('LA','Lao People\'s Democratic Republic',0,NULL),('LV','Latvia',0,NULL),('LB','Lebanon',0,NULL),('LS','Lesotho',0,NULL),('LR','Liberia',0,NULL),('LY','Libyan Arab Jamahiriya',0,NULL),('LI','Liechtenstein',0,NULL),('LT','Lithuania',0,NULL),('LU','Luxembourg',0,NULL),('MO','Macao',0,NULL),('MK','Macedonia, the Former Yugoslav Republic of',0,NULL),('MG','Madagascar',0,NULL),('MW','Malawi',0,NULL),('MY','Malaysia',0,NULL),('MV','Maldives',0,NULL),('ML','Mali',0,NULL),('MT','Malta',0,NULL),('MH','Marshall Islands',0,NULL),('MQ','Martinique',0,NULL),('MR','Mauritania',0,NULL),('MU','Mauritius',0,NULL),('YT','Mayotte',0,NULL),('MX','Mexico',0,NULL),('FM','Micronesia, Federated States of',0,NULL),('MD','Moldova, Republic of',0,NULL),('MC','Monaco',0,NULL),('MN','Mongolia',0,NULL),('MS','Montserrat',0,NULL),('MA','Morocco',0,NULL),('MZ','Mozambique',0,NULL),('MM','Myanmar',0,NULL),('NA','Namibia',0,NULL),('NR','Nauru',0,NULL),('NP','Nepal',0,NULL),('NL','Netherlands',0,NULL),('AN','Netherlands Antilles',0,NULL),('NC','New Caledonia',0,NULL),('NZ','New Zealand',0,NULL),('NI','Nicaragua',0,NULL),('NE','Niger',0,NULL),('NG','Nigeria',0,NULL),('NU','Niue',0,NULL),('NF','Norfolk Island',0,NULL),('MP','Northern Mariana Islands',0,NULL),('NO','Norway',0,NULL),('OM','Oman',0,NULL),('PK','Pakistan',0,NULL),('PW','Palau',0,NULL),('PS','Palestinian Territory, Occupied',0,NULL),('PA','Panama',0,NULL),('PG','Papua New Guinea',0,NULL),('PY','Paraguay',0,NULL),('PE','Peru',0,NULL),('PH','Philippines',0,NULL),('PN','Pitcairn',0,NULL),('PL','Poland',0,NULL),('PT','Portugal',0,NULL),('PR','Puerto Rico',0,NULL),('QA','Qatar',0,NULL),('RE','Reunion',0,NULL),('RO','Romania',0,NULL),('RU','Russian Federation',0,NULL),('RW','Rwanda',0,NULL),('SH','Saint Helena',0,NULL),('KN','Saint Kitts and Nevis',0,NULL),('LC','Saint Lucia',0,NULL),('PM','Saint Pierre and Miquelon',0,NULL),('VC','Saint Vincent and the Grenadines',0,NULL),('WS','Samoa',0,NULL),('SM','San Marino',0,NULL),('ST','Sao Tome and Principe',0,NULL),('SA','Saudi Arabia',0,NULL),('SN','Senegal',0,NULL),('CS','Serbia and Montenegro',0,NULL),('SC','Seychelles',0,NULL),('SL','Sierra Leone',0,NULL),('SG','Singapore',0,NULL),('SK','Slovakia',0,NULL),('SI','Slovenia',0,NULL),('SB','Solomon Islands',0,NULL),('SO','Somalia',0,NULL),('ZA','South Africa',0,NULL),('GS','South Georgia and the South Sandwich Islands',0,NULL),('ES','Spain',0,NULL),('LK','Sri Lanka',0,NULL),('SD','Sudan',0,NULL),('SR','Suriname',0,NULL),('SJ','Svalbard and Jan Mayen',0,NULL),('SZ','Swaziland',0,NULL),('SE','Sweden',0,NULL),('CH','Switzerland',0,NULL),('SY','Syrian Arab Republic',0,NULL),('TW','Taiwan, Province of China',0,NULL),('TJ','Tajikistan',0,NULL),('TZ','Tanzania, United Republic of',0,NULL),('TH','Thailand',0,NULL),('TL','Timor-Leste',0,NULL),('TG','Togo',0,NULL),('TK','Tokelau',0,NULL),('TO','Tonga',0,NULL),('TT','Trinidad and Tobago',0,NULL),('TN','Tunisia',0,NULL),('TR','Turkey',0,NULL),('TM','Turkmenistan',0,NULL),('TC','Turks and Caicos Islands',0,NULL),('TV','Tuvalu',0,NULL),('UG','Uganda',0,NULL),('UA','Ukraine',0,NULL),('AE','United Arab Emirates',0,NULL),('GB','United Kingdom',0,NULL),('US','United States',0,NULL),('UM','United States Minor Outlying Islands',0,NULL),('UY','Uruguay',0,NULL),('UZ','Uzbekistan',0,NULL),('VU','Vanuatu',0,NULL),('VE','Venezuela',0,NULL),('VN','Viet Nam',0,NULL),('VG','Virgin Islands, British',0,NULL),('VI','Virgin Islands, U.s.',0,NULL),('WF','Wallis and Futuna',0,NULL),('EH','Western Sahara',0,NULL),('YE','Yemen',0,NULL),('ZM','Zambia',0,NULL),('ZW','Zimbabwe',0,NULL); /*!40000 ALTER TABLE `phpfox_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_country_child` -- DROP TABLE IF EXISTS `phpfox_country_child`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_country_child` ( `child_id` mediumint(8) unsigned NOT NULL auto_increment, `country_iso` char(2) NOT NULL, `name` varchar(200) NOT NULL, `ordering` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(255) default NULL, PRIMARY KEY (`child_id`), KEY `country_iso` (`country_iso`) ) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_country_child` -- LOCK TABLES `phpfox_country_child` WRITE; /*!40000 ALTER TABLE `phpfox_country_child` DISABLE KEYS */; INSERT INTO `phpfox_country_child` VALUES (1,'US','Alabama',0,NULL),(2,'US','Alaska',0,NULL),(3,'US','American Samoa',0,NULL),(4,'US','Arizona',0,NULL),(5,'US','Arkansas',0,NULL),(6,'US','California',0,NULL),(7,'US','Colorado',0,NULL),(8,'US','Connecticut',0,NULL),(9,'US','Delaware',0,NULL),(10,'US','District Of Columbia',0,NULL),(11,'US','Federated States Of Micronesia',0,NULL),(12,'US','Florida',0,NULL),(13,'US','Georgia',0,NULL),(14,'US','Guam',0,NULL),(15,'US','Hawaii',0,NULL),(16,'US','Idaho',0,NULL),(17,'US','Illinois',0,NULL),(18,'US','Indiana',0,NULL),(19,'US','Iowa',0,NULL),(20,'US','Kansas',0,NULL),(21,'US','Kentucky',0,NULL),(22,'US','Louisiana',0,NULL),(23,'US','Maine',0,NULL),(24,'US','Marshall Islands',0,NULL),(25,'US','Maryland',0,NULL),(26,'US','Massachusetts',0,NULL),(27,'US','Michigan',0,NULL),(28,'US','Minnesota',0,NULL),(29,'US','Mississippi',0,NULL),(30,'US','Missouri',0,NULL),(31,'US','Montana',0,NULL),(32,'US','Nebraska',0,NULL),(33,'US','Nevada',0,NULL),(34,'US','New Hampshire',0,NULL),(35,'US','New Jersey',0,NULL),(36,'US','New Mexico',0,NULL),(37,'US','New York',0,NULL),(38,'US','North Carolina',0,NULL),(39,'US','North Dakota',0,NULL),(40,'US','Northern Mariana Islands',0,NULL),(41,'US','Ohio',0,NULL),(42,'US','Oklahoma',0,NULL),(43,'US','Oregon',0,NULL),(44,'US','Palau',0,NULL),(45,'US','Pennsylvania',0,NULL),(46,'US','Puerto Rico',0,NULL),(47,'US','Rhode Island',0,NULL),(48,'US','South Carolina',0,NULL),(49,'US','South Dakota',0,NULL),(50,'US','Tennessee',0,NULL),(51,'US','Texas',0,NULL),(52,'US','Utah',0,NULL),(53,'US','Vermont',0,NULL),(54,'US','Virgin Islands',0,NULL),(55,'US','Virginia',0,NULL),(56,'US','Washington',0,NULL),(57,'US','West Virginia',0,NULL),(58,'US','Wisconsin',0,NULL),(59,'US','Wyoming',0,NULL),(60,'SE','Blekinge',0,NULL),(61,'SE','Bohuslän',0,NULL),(62,'SE','Dalarna',0,NULL),(63,'SE','Dalsland',0,NULL),(64,'SE','Gotland',0,NULL),(65,'SE','Gästrikland',0,NULL),(66,'SE','Halland',0,NULL),(67,'SE','Hälsingland',0,NULL),(68,'SE','Härjedalen',0,NULL),(69,'SE','Jämtland',0,NULL),(70,'SE','Lappland',0,NULL),(71,'SE','Medelpad',0,NULL),(72,'SE','Norrbotten',0,NULL),(73,'SE','Närke',0,NULL),(74,'SE','Skåne',0,NULL),(75,'SE','Småland',0,NULL),(76,'SE','Södermanland',0,NULL),(77,'SE','Uppland',0,NULL),(78,'SE','Värmland',0,NULL),(79,'SE','Västmanland',0,NULL),(80,'SE','Västerbotten',0,NULL),(81,'SE','Västergötland',0,NULL),(82,'SE','Ångermanland',0,NULL),(83,'SE','Öland',0,NULL),(84,'SE','Östergötland',0,NULL); /*!40000 ALTER TABLE `phpfox_country_child` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cron` -- DROP TABLE IF EXISTS `phpfox_cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cron` ( `cron_id` mediumint(8) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `next_run` int(10) unsigned NOT NULL default '0', `last_run` int(10) unsigned NOT NULL default '0', `type_id` tinyint(3) NOT NULL, `every` tinyint(3) NOT NULL, `is_active` tinyint(3) NOT NULL, `php_code` mediumtext NOT NULL, PRIMARY KEY (`cron_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cron` -- LOCK TABLES `phpfox_cron` WRITE; /*!40000 ALTER TABLE `phpfox_cron` DISABLE KEYS */; INSERT INTO `phpfox_cron` VALUES (1,'log','phpfox',1374847138,1374843538,2,1,1,'Phpfox::getLib(\'phpfox.database\')->delete(Phpfox::getT(\'log_session\'), \"last_activity < \'\" . ((PHPFOX_TIME - (Phpfox::getParam(\'log.active_session\') * 60))) . \"\'\");\r\n'),(2,'mail','phpfox',1377431846,1374839846,3,30,1,'Phpfox::getService(\'mail.process\')->cronDeleteMessages();'),(3,'shoutbox','phpfox',1374926246,1374839846,3,1,1,'Phpfox::getService(\'shoutbox.process\')->clear(Phpfox::getParam(\'shoutbox.shoutbox_total\'));\r\n'); /*!40000 ALTER TABLE `phpfox_cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cron_log` -- DROP TABLE IF EXISTS `phpfox_cron_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cron_log` ( `log_id` int(10) unsigned NOT NULL auto_increment, `cron_id` mediumint(8) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cron_log` -- LOCK TABLES `phpfox_cron_log` WRITE; /*!40000 ALTER TABLE `phpfox_cron_log` DISABLE KEYS */; INSERT INTO `phpfox_cron_log` VALUES (1,1,1374839846),(2,2,1374839846),(3,3,1374839846),(4,1,1374843538); /*!40000 ALTER TABLE `phpfox_cron_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_currency` -- DROP TABLE IF EXISTS `phpfox_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_currency` ( `currency_id` varchar(3) NOT NULL, `symbol` varchar(15) NOT NULL, `phrase_var` varchar(255) NOT NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', `is_default` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', UNIQUE KEY `currency_id` (`currency_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_currency` -- LOCK TABLES `phpfox_currency` WRITE; /*!40000 ALTER TABLE `phpfox_currency` DISABLE KEYS */; INSERT INTO `phpfox_currency` VALUES ('USD','$','core.u_s_dollars',1,1,1),('EUR','€','core.euros',2,0,1),('GBP','£','core.pounds_sterling',3,0,1); /*!40000 ALTER TABLE `phpfox_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_field` -- DROP TABLE IF EXISTS `phpfox_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_field` ( `field_id` smallint(4) unsigned NOT NULL auto_increment, `field_name` varchar(150) NOT NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `user_group_id` tinyint(3) NOT NULL default '0', `type_id` varchar(150) NOT NULL, `group_id` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(250) NOT NULL, `type_name` varchar(50) NOT NULL, `var_type` varchar(20) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `is_required` tinyint(1) NOT NULL default '0', `on_signup` tinyint(1) NOT NULL default '0', `ordering` tinyint(1) NOT NULL default '0', PRIMARY KEY (`field_id`), KEY `field_id` (`field_id`,`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_field` -- LOCK TABLES `phpfox_custom_field` WRITE; /*!40000 ALTER TABLE `phpfox_custom_field` DISABLE KEYS */; INSERT INTO `phpfox_custom_field` VALUES (1,'about_me','user','phpfox',0,'user_main',1,'user.custom_about_me','MEDIUMTEXT','textarea',1,0,0,1),(2,'who_i_d_like_to_meet','user','phpfox',0,'user_main',1,'user.custom_who_i_d_like_to_meet','MEDIUMTEXT','textarea',1,0,0,2),(3,'interests','user','phpfox',0,'profile_panel',2,'user.custom_interests','MEDIUMTEXT','textarea',1,0,0,4),(4,'music','user','phpfox',0,'profile_panel',2,'user.custom_music','MEDIUMTEXT','textarea',1,0,0,5),(5,'movies','user','phpfox',0,'profile_panel',2,'user.custom_movies','MEDIUMTEXT','textarea',1,0,0,3),(6,'smoker','user','phpfox',0,'user_panel',3,'user.custom_smoker','VARCHAR(150)','select',1,0,0,6),(7,'drinker','user','phpfox',0,'user_panel',3,'user.custom_drinker','VARCHAR(150)','select',1,0,0,7),(8,'record_label_name','music','phpfox',6,'user_panel',4,'music.custom_record_label_name','VARCHAR(255)','text',1,0,0,8),(9,'record_label_type','music','phpfox',6,'user_panel',4,'music.custom_record_label_type','VARCHAR(150)','select',1,1,0,9); /*!40000 ALTER TABLE `phpfox_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_group` -- DROP TABLE IF EXISTS `phpfox_custom_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_group` ( `group_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `user_group_id` tinyint(3) NOT NULL default '0', `type_id` varchar(150) NOT NULL, `phrase_var_name` varchar(250) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `ordering` tinyint(1) NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `user_group_id` (`user_group_id`,`type_id`,`is_active`), KEY `phrase_var_name` (`phrase_var_name`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_group` -- LOCK TABLES `phpfox_custom_group` WRITE; /*!40000 ALTER TABLE `phpfox_custom_group` DISABLE KEYS */; INSERT INTO `phpfox_custom_group` VALUES (1,'user','phpfox',0,'user_profile','user.custom_group_about_me',1,1),(2,'user','phpfox',0,'user_profile','user.custom_group_interests',1,2),(3,'user','phpfox',0,'user_profile','user.custom_group_details',1,3),(4,'music','phpfox',6,'user_profile','music.custom_group_basics',1,4),(5,'music','phpfox',6,'user_profile','music.custom_group_musician_details',1,5); /*!40000 ALTER TABLE `phpfox_custom_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_option` -- DROP TABLE IF EXISTS `phpfox_custom_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_option` ( `option_id` smallint(4) unsigned NOT NULL auto_increment, `field_id` smallint(4) unsigned NOT NULL, `phrase_var_name` varchar(250) NOT NULL, PRIMARY KEY (`option_id`), KEY `field_id` (`field_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_option` -- LOCK TABLES `phpfox_custom_option` WRITE; /*!40000 ALTER TABLE `phpfox_custom_option` DISABLE KEYS */; INSERT INTO `phpfox_custom_option` VALUES (1,6,'user.cf_option_sometimes'),(2,6,'user.cf_option_no'),(3,6,'user.cf_option_yes'),(4,7,'user.cf_option_yes'),(5,7,'user.cf_option_no'),(6,7,'user.cf_option_sometimes'),(7,9,'music.cf_option_indie'),(8,9,'music.cf_option_major'),(9,9,'music.cf_option_unsigned'); /*!40000 ALTER TABLE `phpfox_custom_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_emoticon` -- DROP TABLE IF EXISTS `phpfox_emoticon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_emoticon` ( `emoticon_id` smallint(4) unsigned NOT NULL auto_increment, `title` char(100) NOT NULL, `text` char(20) NOT NULL, `image` char(100) NOT NULL, `ordering` smallint(4) unsigned NOT NULL default '0', `package_path` varchar(50) NOT NULL, PRIMARY KEY (`emoticon_id`), UNIQUE KEY `text` (`text`,`package_path`), KEY `package_id` (`package_path`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_emoticon` -- LOCK TABLES `phpfox_emoticon` WRITE; /*!40000 ALTER TABLE `phpfox_emoticon` DISABLE KEYS */; INSERT INTO `phpfox_emoticon` VALUES (1,'Smile',':)','smile.png',1,'default'),(2,'Evilgrin','>;->','evilgrin.png',2,'default'),(3,'Happy',':-)','happy.png',3,'default'),(4,'Wink',';)','wink.png',4,'default'),(5,'Tongue',':P','tongue.png',5,'default'),(6,'Unhappy',':(','unhappy.png',6,'default'),(7,'Surprised','=:o','surprised.png',7,'default'),(8,'Grin',':>','grin.png',8,'default'); /*!40000 ALTER TABLE `phpfox_emoticon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_emoticon_package` -- DROP TABLE IF EXISTS `phpfox_emoticon_package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_emoticon_package` ( `package_path` varchar(50) NOT NULL, `product_id` varchar(25) NOT NULL, `package_name` varchar(100) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', UNIQUE KEY `package_path` (`package_path`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_emoticon_package` -- LOCK TABLES `phpfox_emoticon_package` WRITE; /*!40000 ALTER TABLE `phpfox_emoticon_package` DISABLE KEYS */; INSERT INTO `phpfox_emoticon_package` VALUES ('default','phpfox','default',1); /*!40000 ALTER TABLE `phpfox_emoticon_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event` -- DROP TABLE IF EXISTS `phpfox_event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event` ( `event_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `module_id` varchar(75) NOT NULL default 'event', `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `tag_line` varchar(255) default NULL, `host` varchar(255) default NULL, `location` varchar(255) default NULL, `country_iso` char(2) default NULL, `country_child_id` mediumint(8) unsigned NOT NULL default '0', `postal_code` varchar(20) default NULL, `city` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `start_time` int(10) unsigned NOT NULL, `end_time` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `mass_email` int(10) unsigned NOT NULL default '0', `start_gmt_offset` varchar(15) default NULL, `end_gmt_offset` varchar(15) default NULL, PRIMARY KEY (`event_id`), KEY `view_id_3` (`view_id`,`start_time`), KEY `module_id` (`module_id`,`item_id`), KEY `view_id` (`module_id`,`item_id`,`title_url`), KEY `view_id_2` (`view_id`,`privacy`,`module_id`,`item_id`,`start_time`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event` -- LOCK TABLES `phpfox_event` WRITE; /*!40000 ALTER TABLE `phpfox_event` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_category` -- DROP TABLE IF EXISTS `phpfox_event_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_category` -- LOCK TABLES `phpfox_event_category` WRITE; /*!40000 ALTER TABLE `phpfox_event_category` DISABLE KEYS */; INSERT INTO `phpfox_event_category` VALUES (1,0,1,'Category 1','category-1',0,0,1),(2,1,1,'Category 1.1','category-1-1',0,0,1),(3,1,1,'Category 1.2','category-1-2',0,0,2),(4,0,1,'Category 2','category-2',0,0,2),(5,4,1,'Category 2.1','category-2-1',0,0,1),(6,4,1,'Category 2.2','category-2-2',0,0,2); /*!40000 ALTER TABLE `phpfox_event_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_category_data` -- DROP TABLE IF EXISTS `phpfox_event_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_category_data` ( `event_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_category_data` -- LOCK TABLES `phpfox_event_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_event_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_invite` -- DROP TABLE IF EXISTS `phpfox_event_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `event_id` int(10) unsigned NOT NULL, `type_id` tinyint(1) NOT NULL default '0', `rsvp_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `event_id` (`event_id`), KEY `event_id_2` (`event_id`,`invited_user_id`), KEY `invited_user_id` (`invited_user_id`), KEY `event_id_3` (`event_id`,`rsvp_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_invite` -- LOCK TABLES `phpfox_event_invite` WRITE; /*!40000 ALTER TABLE `phpfox_event_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_text` -- DROP TABLE IF EXISTS `phpfox_event_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_text` ( `event_id` int(10) unsigned NOT NULL, `description` mediumtext, `description_parsed` mediumtext, KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_text` -- LOCK TABLES `phpfox_event_text` WRITE; /*!40000 ALTER TABLE `phpfox_event_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_favorite` -- DROP TABLE IF EXISTS `phpfox_favorite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_favorite` ( `favorite_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`favorite_id`), KEY `type_id` (`type_id`,`item_id`,`user_id`), KEY `user_id` (`user_id`), KEY `favorite_id` (`favorite_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_favorite` -- LOCK TABLES `phpfox_favorite` WRITE; /*!40000 ALTER TABLE `phpfox_favorite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_favorite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_fbconnect` -- DROP TABLE IF EXISTS `phpfox_fbconnect`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_fbconnect` ( `user_id` int(10) unsigned NOT NULL, `fb_user_id` bigint(20) NOT NULL, `share_feed` tinyint(1) NOT NULL default '0', `send_email` tinyint(1) NOT NULL default '0', `is_proxy_email` tinyint(1) NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`), KEY `fb_user_id` (`fb_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_fbconnect` -- LOCK TABLES `phpfox_fbconnect` WRITE; /*!40000 ALTER TABLE `phpfox_fbconnect` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_fbconnect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed` -- DROP TABLE IF EXISTS `phpfox_feed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed` ( `feed_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `type_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `item_id` int(10) unsigned NOT NULL, `child_item_id` int(10) unsigned NOT NULL default '0', `item_user_id` int(10) unsigned NOT NULL default '0', `content` mediumtext, `rating` varchar(10) default NULL, `time_stamp` int(10) unsigned NOT NULL, `is_like` tinyint(1) NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `type_id` (`type_id`,`item_user_id`), KEY `user_id` (`user_id`), KEY `type_id_2` (`type_id`,`user_id`), KEY `type_id_3` (`type_id`), KEY `is_like` (`is_like`), KEY `view_id` (`view_id`,`type_id`,`item_user_id`), KEY `view_id_2` (`view_id`,`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed` -- LOCK TABLES `phpfox_feed` WRITE; /*!40000 ALTER TABLE `phpfox_feed` DISABLE KEYS */; INSERT INTO `phpfox_feed` VALUES (1,0,'user_status',1,1,0,0,'Hope you all enjoy the community!',NULL,1374840661,0),(2,0,'blog',1,1,0,0,'What do I do now?',NULL,1374840771,0),(9,0,'profile_design',1,1,0,0,'',NULL,1374843579,0); /*!40000 ALTER TABLE `phpfox_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_like` -- DROP TABLE IF EXISTS `phpfox_feed_like`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_like` ( `feed_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `feed_id` (`feed_id`,`user_id`), KEY `feed_id_2` (`feed_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_like` -- LOCK TABLES `phpfox_feed_like` WRITE; /*!40000 ALTER TABLE `phpfox_feed_like` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed_like` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_like_cache` -- DROP TABLE IF EXISTS `phpfox_feed_like_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_like_cache` ( `feed_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `feed_id` (`feed_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_like_cache` -- LOCK TABLES `phpfox_feed_like_cache` WRITE; /*!40000 ALTER TABLE `phpfox_feed_like_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed_like_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_rating` -- DROP TABLE IF EXISTS `phpfox_feed_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_rating` ( `feed_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` varchar(2) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, KEY `feed_id` (`feed_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_rating` -- LOCK TABLES `phpfox_feed_rating` WRITE; /*!40000 ALTER TABLE `phpfox_feed_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum` -- DROP TABLE IF EXISTS `phpfox_forum`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum` ( `forum_id` smallint(4) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `is_category` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `description` mediumtext, `is_closed` tinyint(1) NOT NULL default '0', `thread_id` int(10) unsigned NOT NULL default '0', `post_id` int(10) unsigned NOT NULL default '0', `last_user_id` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_thread` int(10) unsigned NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `view_id` (`view_id`), KEY `post_id` (`post_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum` -- LOCK TABLES `phpfox_forum` WRITE; /*!40000 ALTER TABLE `phpfox_forum` DISABLE KEYS */; INSERT INTO `phpfox_forum` VALUES (1,0,0,1,'Discussions','discussions',NULL,0,0,0,0,0,0,1),(2,1,0,0,'General','general',NULL,0,0,0,0,0,0,1),(3,1,0,0,'Movies','movies',NULL,0,0,0,0,0,0,2),(4,1,0,0,'Music','music',NULL,0,0,0,0,0,0,3),(5,0,0,1,'Computers & Technology','computers-technology',NULL,0,0,0,0,0,0,2),(6,5,0,0,'Computers','computers',NULL,0,0,0,0,0,0,1),(7,5,0,0,'Electronics','electronics',NULL,0,0,0,0,0,0,2),(8,5,0,0,'Gadgets','gadgets',NULL,0,0,0,0,0,0,3),(9,5,0,0,'General','general',NULL,0,0,0,0,0,0,4),(10,0,0,1,'Business & Entrepreneurs','business-entrepreneurs',NULL,0,0,0,0,0,0,3),(11,10,0,0,'Business','business',NULL,0,0,0,0,0,0,1),(12,10,0,0,'General','general',NULL,0,0,0,0,0,0,2),(13,10,0,0,'Money','money',NULL,0,0,0,0,0,0,3),(14,10,0,0,'Stocks','stocks',NULL,0,0,0,0,0,0,4),(15,0,0,1,'Games','games',NULL,0,0,0,0,0,0,4),(16,15,0,0,'Board Games','board-games',NULL,0,0,0,0,0,0,1),(17,15,0,0,'Video Games','video-games',NULL,0,0,0,0,0,0,2),(18,15,0,0,'Role Playing Game','role-playing-game',NULL,0,0,0,0,0,0,3),(19,15,0,0,'General','general',NULL,0,0,0,0,0,0,4); /*!40000 ALTER TABLE `phpfox_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_access` -- DROP TABLE IF EXISTS `phpfox_forum_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_access` ( `forum_id` smallint(4) unsigned NOT NULL, `user_group_id` tinyint(3) NOT NULL, `var_name` varchar(150) NOT NULL, `var_value` tinyint(1) NOT NULL default '0', KEY `forum_id` (`forum_id`,`user_group_id`), KEY `user_group_id` (`user_group_id`,`var_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_access` -- LOCK TABLES `phpfox_forum_access` WRITE; /*!40000 ALTER TABLE `phpfox_forum_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_announcement` -- DROP TABLE IF EXISTS `phpfox_forum_announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_announcement` ( `announcement_id` int(10) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL, `thread_id` int(10) unsigned NOT NULL, PRIMARY KEY (`announcement_id`), KEY `forum_id` (`forum_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_announcement` -- LOCK TABLES `phpfox_forum_announcement` WRITE; /*!40000 ALTER TABLE `phpfox_forum_announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_moderator` -- DROP TABLE IF EXISTS `phpfox_forum_moderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_moderator` ( `moderator_id` smallint(4) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`moderator_id`), KEY `forum_id` (`forum_id`,`user_id`), KEY `forum_id_2` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_moderator` -- LOCK TABLES `phpfox_forum_moderator` WRITE; /*!40000 ALTER TABLE `phpfox_forum_moderator` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_moderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_moderator_access` -- DROP TABLE IF EXISTS `phpfox_forum_moderator_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_moderator_access` ( `moderator_id` smallint(4) unsigned NOT NULL, `var_name` varchar(150) NOT NULL, KEY `moderator_id` (`moderator_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_moderator_access` -- LOCK TABLES `phpfox_forum_moderator_access` WRITE; /*!40000 ALTER TABLE `phpfox_forum_moderator_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_moderator_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_post` -- DROP TABLE IF EXISTS `phpfox_forum_post`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_post` ( `post_id` int(10) unsigned NOT NULL auto_increment, `thread_id` int(10) unsigned NOT NULL, `view_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) default NULL, `total_attachment` int(11) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `update_time` int(10) unsigned NOT NULL default '0', `update_user` varchar(100) default NULL, PRIMARY KEY (`post_id`), KEY `thread_id` (`thread_id`), KEY `user_id` (`user_id`), KEY `thread_id_2` (`thread_id`,`view_id`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_post` -- LOCK TABLES `phpfox_forum_post` WRITE; /*!40000 ALTER TABLE `phpfox_forum_post` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_post_text` -- DROP TABLE IF EXISTS `phpfox_forum_post_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_post_text` ( `post_id` int(11) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_post_text` -- LOCK TABLES `phpfox_forum_post_text` WRITE; /*!40000 ALTER TABLE `phpfox_forum_post_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_post_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_subscribe` -- DROP TABLE IF EXISTS `phpfox_forum_subscribe`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_subscribe` ( `subscribe_id` int(10) unsigned NOT NULL auto_increment, `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`subscribe_id`), KEY `thread_id` (`thread_id`,`user_id`), KEY `thread_id_2` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_subscribe` -- LOCK TABLES `phpfox_forum_subscribe` WRITE; /*!40000 ALTER TABLE `phpfox_forum_subscribe` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_subscribe` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thank` -- DROP TABLE IF EXISTS `phpfox_forum_thank`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thank` ( `thank_id` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`thank_id`), KEY `post_id` (`post_id`,`user_id`), KEY `post_id_2` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thank` -- LOCK TABLES `phpfox_forum_thank` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thank` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thread` -- DROP TABLE IF EXISTS `phpfox_forum_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thread` ( `thread_id` int(10) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `poll_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `start_id` int(10) unsigned NOT NULL default '0', `is_announcement` tinyint(1) NOT NULL default '0', `is_closed` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) default NULL, `title_url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_update` int(10) unsigned NOT NULL default '0', `order_id` tinyint(1) NOT NULL default '0', `post_id` int(10) unsigned NOT NULL default '0', `last_user_id` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`thread_id`), KEY `forum_id` (`forum_id`,`group_id`,`view_id`), KEY `group_id` (`group_id`,`view_id`,`title_url`), KEY `forum_id_2` (`forum_id`), KEY `group_id_2` (`group_id`,`view_id`,`is_announcement`), KEY `group_id_3` (`group_id`,`title_url`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thread` -- LOCK TABLES `phpfox_forum_thread` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thread_track` -- DROP TABLE IF EXISTS `phpfox_forum_thread_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thread_track` ( `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`thread_id`,`user_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thread_track` -- LOCK TABLES `phpfox_forum_thread_track` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thread_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thread_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_track` -- DROP TABLE IF EXISTS `phpfox_forum_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_track` ( `forum_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`forum_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_track` -- LOCK TABLES `phpfox_forum_track` WRITE; /*!40000 ALTER TABLE `phpfox_forum_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend` -- DROP TABLE IF EXISTS `phpfox_friend`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend` ( `friend_id` int(10) unsigned NOT NULL auto_increment, `list_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `friend_user_id` int(10) unsigned NOT NULL, `is_top_friend` tinyint(1) NOT NULL default '0', `ordering` tinyint(3) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`friend_id`), KEY `user_id` (`user_id`), KEY `user_check` (`user_id`,`friend_user_id`), KEY `top_friend` (`user_id`,`is_top_friend`), KEY `friend_id` (`friend_id`,`user_id`), KEY `list_id` (`list_id`,`user_id`), KEY `friend_user_id` (`friend_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend` -- LOCK TABLES `phpfox_friend` WRITE; /*!40000 ALTER TABLE `phpfox_friend` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_birthday` -- DROP TABLE IF EXISTS `phpfox_friend_birthday`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_birthday` ( `birthday_id` int(10) unsigned NOT NULL auto_increment, `birthday_user_sender` int(10) unsigned NOT NULL, `birthday_user_receiver` int(10) unsigned NOT NULL, `birthday_message` mediumtext, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`birthday_id`), KEY `birthday_user_sender` (`birthday_user_sender`,`birthday_user_receiver`), KEY `birthday_id` (`birthday_id`,`birthday_user_receiver`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_birthday` -- LOCK TABLES `phpfox_friend_birthday` WRITE; /*!40000 ALTER TABLE `phpfox_friend_birthday` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_birthday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_hide` -- DROP TABLE IF EXISTS `phpfox_friend_hide`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_hide` ( `hide_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `friend_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`hide_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_hide` -- LOCK TABLES `phpfox_friend_hide` WRITE; /*!40000 ALTER TABLE `phpfox_friend_hide` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_hide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_list` -- DROP TABLE IF EXISTS `phpfox_friend_list`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_list` ( `list_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `used` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`list_id`), KEY `user_id` (`user_id`), KEY `list_id` (`list_id`,`user_id`), KEY `used` (`used`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_list` -- LOCK TABLES `phpfox_friend_list` WRITE; /*!40000 ALTER TABLE `phpfox_friend_list` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_request` -- DROP TABLE IF EXISTS `phpfox_friend_request`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_request` ( `request_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `friend_user_id` int(10) unsigned NOT NULL, `is_ignore` tinyint(1) NOT NULL default '0', `list_id` int(10) unsigned NOT NULL default '0', `message` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`request_id`), KEY `user_id` (`user_id`,`friend_user_id`), KEY `ignored` (`user_id`,`is_ignore`), KEY `friend_user_id` (`friend_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_request` -- LOCK TABLES `phpfox_friend_request` WRITE; /*!40000 ALTER TABLE `phpfox_friend_request` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group` -- DROP TABLE IF EXISTS `phpfox_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group` ( `group_id` int(10) unsigned NOT NULL auto_increment, `is_public` tinyint(1) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `short_description` varchar(255) default NULL, `country_iso` char(2) default NULL, `country_child_id` mediumint(8) unsigned NOT NULL default '0', `postal_code` varchar(20) default NULL, `city` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `designer_style_id` smallint(4) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_member` int(10) unsigned NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `view_id` (`view_id`), KEY `view_id_3` (`view_id`,`user_id`), KEY `group_id` (`group_id`,`view_id`), KEY `view_id_2` (`title_url`), KEY `total_member` (`total_member`), KEY `is_public_2` (`is_public`,`view_id`), KEY `is_public` (`is_public`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group` -- LOCK TABLES `phpfox_group` WRITE; /*!40000 ALTER TABLE `phpfox_group` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_access` -- DROP TABLE IF EXISTS `phpfox_group_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_access` ( `group_id` int(10) unsigned NOT NULL, `var_name` varchar(100) NOT NULL, `access_value` tinyint(1) NOT NULL default '0', KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_access` -- LOCK TABLES `phpfox_group_access` WRITE; /*!40000 ALTER TABLE `phpfox_group_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_category` -- DROP TABLE IF EXISTS `phpfox_group_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_category` -- LOCK TABLES `phpfox_group_category` WRITE; /*!40000 ALTER TABLE `phpfox_group_category` DISABLE KEYS */; INSERT INTO `phpfox_group_category` VALUES (1,0,1,'Category 1','category-1',0,0,1),(2,1,1,'Category 1.1','category-1-1',0,0,1),(3,1,1,'Category 1.2','category-1-2',0,0,2),(4,0,1,'Category 2','category-2',0,0,2),(5,4,1,'Category 2.1','category-2-1',0,0,1),(6,4,1,'Category 2.2','category-2-2',0,0,2); /*!40000 ALTER TABLE `phpfox_group_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_category_data` -- DROP TABLE IF EXISTS `phpfox_group_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_category_data` ( `group_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_category_data` -- LOCK TABLES `phpfox_group_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_group_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_design_order` -- DROP TABLE IF EXISTS `phpfox_group_design_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_design_order` ( `group_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_design_order` -- LOCK TABLES `phpfox_group_design_order` WRITE; /*!40000 ALTER TABLE `phpfox_group_design_order` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_design_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_invite` -- DROP TABLE IF EXISTS `phpfox_group_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `group_id` int(10) unsigned NOT NULL, `is_admin` tinyint(1) NOT NULL default '0', `member_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `group_id` (`group_id`), KEY `invited_user_id` (`invited_user_id`), KEY `group_id_2` (`group_id`,`member_id`,`invited_user_id`), KEY `group_id_3` (`group_id`,`member_id`), KEY `group_id_4` (`group_id`,`is_admin`), KEY `group_id_5` (`group_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_invite` -- LOCK TABLES `phpfox_group_invite` WRITE; /*!40000 ALTER TABLE `phpfox_group_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_shoutbox` -- DROP TABLE IF EXISTS `phpfox_group_shoutbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_shoutbox` ( `shout_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `text` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`shout_id`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_shoutbox` -- LOCK TABLES `phpfox_group_shoutbox` WRITE; /*!40000 ALTER TABLE `phpfox_group_shoutbox` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_shoutbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_group_text` -- DROP TABLE IF EXISTS `phpfox_group_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_group_text` ( `group_id` int(10) unsigned NOT NULL, `description` mediumtext, `description_parsed` mediumtext, KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_group_text` -- LOCK TABLES `phpfox_group_text` WRITE; /*!40000 ALTER TABLE `phpfox_group_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_group_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_help` -- DROP TABLE IF EXISTS `phpfox_help`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_help` ( `help_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `var_name` varchar(250) NOT NULL, `added` int(10) unsigned NOT NULL, `updated` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`help_id`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_help` -- LOCK TABLES `phpfox_help` WRITE; /*!40000 ALTER TABLE `phpfox_help` DISABLE KEYS */; INSERT INTO `phpfox_help` VALUES (1,'admincp','phpfox','admincp.setting_add_group',1213992518,0),(2,'admincp','phpfox','admincp.setting_add_var',1213994889,0),(3,'admincp','phpfox','admincp.setting_add_type',1213996094,0),(4,'admincp','phpfox','admincp.setting_add_value',1213996483,0),(5,'admincp','phpfox','admincp.setting_add_title',1213996632,0),(6,'admincp','phpfox','admincp.setting_add_info',1213996745,0),(7,'admincp','phpfox','admincp.add_a_new_value',1213998867,0),(8,'admincp','phpfox','admincp.add_setting_group',1214047478,0),(9,'admincp','phpfox','admincp.admincp_product',1214060289,0),(10,'admincp','phpfox','admincp.download',1214060328,0),(11,'admincp','phpfox','admincp.add_menu',1214230844,0),(12,'admincp','phpfox','admincp.add_more',1214231280,0),(13,'admincp','phpfox','admincp.data_size',1214790713,0),(14,'admincp','phpfox','admincp.clear_selected',1214790764,0),(15,'admincp','phpfox','admincp.add_new_menu',1214845204,0),(16,'admincp','phpfox','admincp.menu_add_product',1214853997,0),(17,'admincp','phpfox','admincp.users',1214963853,0),(18,'admincp','phpfox','admincp.create_new_module',1214963912,0),(19,'admincp','phpfox','admincp.manage_setting_groups',1214964025,0),(20,'admincp','phpfox','admincp.tools',1214964140,0),(21,'language','phpfox','language.default_language_package_reset',1214414838,0),(22,'language','phpfox','language.overwrite',1214418012,0),(23,'language','phpfox','language.cannot_import',1214800555,0),(24,'language','phpfox','language.phrase_id',1215128085,0),(25,'language','phpfox','language.phrase_id2',1215128085,0); /*!40000 ALTER TABLE `phpfox_help` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im` -- DROP TABLE IF EXISTS `phpfox_im`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im` ( `im_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `is_new` tinyint(1) NOT NULL default '0', `is_alert` tinyint(1) NOT NULL default '0', `owner_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `last_update` int(10) unsigned NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`im_id`), KEY `parent_id` (`parent_id`,`user_id`), KEY `user_id` (`user_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im` -- LOCK TABLES `phpfox_im` WRITE; /*!40000 ALTER TABLE `phpfox_im` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im_alert` -- DROP TABLE IF EXISTS `phpfox_im_alert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im_alert` ( `user_id` int(10) unsigned NOT NULL, `room_id` int(10) unsigned NOT NULL, `is_seen` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`,`room_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im_alert` -- LOCK TABLES `phpfox_im_alert` WRITE; /*!40000 ALTER TABLE `phpfox_im_alert` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im_alert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im_text` -- DROP TABLE IF EXISTS `phpfox_im_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im_text` ( `parent_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `text` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `parent_id` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im_text` -- LOCK TABLES `phpfox_im_text` WRITE; /*!40000 ALTER TABLE `phpfox_im_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_install_log` -- DROP TABLE IF EXISTS `phpfox_install_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_install_log` ( `log_id` smallint(4) unsigned NOT NULL auto_increment, `is_upgrade` tinyint(1) NOT NULL default '0', `version_id` varchar(50) NOT NULL, `upgrade_version_id` varchar(50) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_install_log` -- LOCK TABLES `phpfox_install_log` WRITE; /*!40000 ALTER TABLE `phpfox_install_log` DISABLE KEYS */; INSERT INTO `phpfox_install_log` VALUES (1,0,'2.0.6',NULL,1374839807,'108.215.61.113'); /*!40000 ALTER TABLE `phpfox_install_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_invite` -- DROP TABLE IF EXISTS `phpfox_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `email` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `is_used` tinyint(3) NOT NULL default '0', PRIMARY KEY (`invite_id`), KEY `email` (`email`), KEY `user_id` (`user_id`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_invite` -- LOCK TABLES `phpfox_invite` WRITE; /*!40000 ALTER TABLE `phpfox_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language` -- DROP TABLE IF EXISTS `phpfox_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language` ( `language_id` varchar(12) NOT NULL, `parent_id` varchar(12) default NULL, `title` varchar(255) NOT NULL, `user_select` tinyint(1) NOT NULL, `language_code` varchar(12) NOT NULL, `charset` varchar(15) NOT NULL, `direction` varchar(3) NOT NULL, `flag_id` varchar(12) default NULL, `time_stamp` int(10) unsigned NOT NULL, `created` varchar(150) default NULL, `site` varchar(250) default NULL, `is_default` tinyint(1) NOT NULL, `is_master` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `title` (`title`), KEY `is_default` (`is_default`), KEY `user_select` (`user_select`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language` -- LOCK TABLES `phpfox_language` WRITE; /*!40000 ALTER TABLE `phpfox_language` DISABLE KEYS */; INSERT INTO `phpfox_language` VALUES ('en',NULL,'English (US)',1,'en','UTF-8','ltr','png',1184048203,'Raymond Benc',' ',1,1); /*!40000 ALTER TABLE `phpfox_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language_phrase` -- DROP TABLE IF EXISTS `phpfox_language_phrase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language_phrase` ( `phrase_id` int(10) unsigned NOT NULL auto_increment, `language_id` varchar(12) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `version_id` varchar(50) default NULL, `var_name` varchar(255) NOT NULL, `text` mediumtext NOT NULL, `text_default` mediumtext NOT NULL, `added` int(10) unsigned NOT NULL, PRIMARY KEY (`phrase_id`), KEY `language_id` (`language_id`), KEY `module_id` (`module_id`,`var_name`), KEY `setting_list` (`language_id`,`var_name`) ) ENGINE=MyISAM AUTO_INCREMENT=6283 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language_phrase` -- LOCK TABLES `phpfox_language_phrase` WRITE; /*!40000 ALTER TABLE `phpfox_language_phrase` DISABLE KEYS */; INSERT INTO `phpfox_language_phrase` VALUES (1,'en','core','phpfox_installer','2.0.0alpha1','module_installer','Core phpFox Installer','Core phpFox Installer',1215331034),(2,'en','core','phpfox_installer','2.0.0alpha1','phpfox_installer','phpFox Installer','phpFox Installer',1215331083),(3,'en','admincp','phpfox','2.0.0alpha1','module_admincp','Admincp','Admincp',1219147675),(4,'en','admincp','phpfox','2.0.0alpha1','logged_in_as','Logged in as {full_name}','Logged in as {full_name}',1212102851),(5,'en','admincp','phpfox','2.0.0alpha1','view_site','View Site','View Site',1212102898),(6,'en','admincp','phpfox','2.0.0alpha1','logout','Logout','Logout',1212102912),(7,'en','admincp','phpfox','2.0.0alpha1','admin_cp','Admin CP','Admin CP',1212102946),(8,'en','admincp','phpfox','2.0.0alpha1','dashboard','Dashboard','Dashboard',1212104757),(9,'en','admincp','phpfox','2.0.0alpha1','setting_add_group','Select the group your new setting will belong to. \r\n\r\nRegardless of the group it belongs to it can be accessed globally. \r\n\r\nSettings are split up into 3 groups, which are <b>Global Setting</b>, <b>Module Setting</b> or <b>Product Setting</b>.\r\n\r\n<b>Global Setting</b> are settings that are not part of any specific module or 3rd party product so it falls into a global variable. \r\n\r\n<b>Module Setting</b> are settings that belong to the specific module it is used in. The setting can still be accessed across other modules, however these settings are intended to be used only in the specific module it was created for.\r\n\r\n<b>Product Setting</b> are settings that belong to 3rd party products.','Select the group your new setting will belong to. \r\n\r\nRegardless of the group it belongs to it can be accessed globally. \r\n\r\nSettings are split up into 3 groups, which are <b>Global Setting</b>, <b>Module Setting</b> or <b>Product Setting</b>.\r\n\r\n<b>Global Setting</b> are settings that are not part of any specific module or 3rd party product so it falls into a global variable. \r\n\r\n<b>Module Setting</b> are settings that belong to the specific module it is used in. The setting can still be accessed across other modules, however these settings are intended to be used only in the specific module it was created for.\r\n\r\n<b>Product Setting</b> are settings that belong to 3rd party products.',1213992518),(10,'en','admincp','phpfox','2.0.0alpha1','setting_details','Setting Details','Setting Details',1213992880),(11,'en','admincp','phpfox','2.0.0alpha1','group','Groups','Groups',1213992894),(12,'en','admincp','phpfox','2.0.0alpha1','global_settings','Global Settings','Global Settings',1213992913),(13,'en','admincp','phpfox','2.0.0alpha1','module_settings','Module Settings','Module Settings',1213992929),(14,'en','admincp','phpfox','2.0.0alpha1','product_settings','Product Settings','Product Settings',1213992943),(15,'en','admincp','phpfox','2.0.0alpha1','variable','Variable','Variable',1213992960),(16,'en','admincp','phpfox','2.0.0alpha1','type','Type','Type',1213992972),(17,'en','admincp','phpfox','2.0.0alpha1','string','String','String',1213992984),(18,'en','admincp','phpfox','2.0.0alpha1','boolean','Boolean','Boolean',1213992994),(19,'en','admincp','phpfox','2.0.0alpha1','integer','Integer','Integer',1213993005),(20,'en','admincp','phpfox','2.0.0alpha1','array','Array','Array',1213993015),(21,'en','admincp','phpfox','2.0.0alpha1','defined_drop_down','Defined Drop-Down','Defined Drop-Down',1213993026),(22,'en','admincp','phpfox','2.0.0alpha1','value','Value','Value',1213993039),(23,'en','admincp','phpfox','2.0.0alpha1','language_package_details','Language Package Details','Language Package Details',1213993059),(24,'en','admincp','phpfox','2.0.0alpha1','title','Title','Title',1213993072),(25,'en','admincp','phpfox','2.0.0alpha1','info','Info','Info',1213993093),(26,'en','admincp','phpfox','2.0.0alpha1','submit','Submit','Submit',1213993106),(27,'en','admincp','phpfox','2.0.0alpha1','true','True','True',1213993147),(28,'en','admincp','phpfox','2.0.0alpha1','false','False','False',1213993164),(29,'en','admincp','phpfox','2.0.0alpha1','setting_array_example','Example: array(\"val1\", \"val2\", \"val3\");','Example: array(\"val1\", \"val2\", \"val3\");',1213993190),(30,'en','admincp','phpfox','2.0.0alpha1','setting_drop_down_example','Separate drop downs with commas. The first drop down will be the default drop down. (Example: drop1, drop2, drop3)','Separate drop downs with commas. The first drop down will be the default drop down. (Example: drop1, drop2, drop3)',1213993229),(31,'en','admincp','phpfox','2.0.0alpha1','setting_add_var','The <b>Variable</b> of your new setting is how you will identify and call this specific setting and return the given value.\r\n\r\nIf you create a <b>Variable</b> with <b>foo</b> it can be used later within the PHP script as:\r\n[php]\r\necho App::getParam(\'foo\');\r\n[/php]\r\nThe above code will print out the value of foo.\r\n\r\nNote that if you add spacing or unsupported characters (alphanumeric support only) to your <b>Variable</b> it will automatically be renamed to fit the standards, which we will replace all unsupported characters or spaces with an underscore.','The <b>Variable</b> of your new setting is how you will identify and call this specific setting and return the given value.\r\n\r\nIf you create a <b>Variable</b> with <b>foo</b> it can be used later within the PHP script as:\r\n[php]\r\necho App::getParam(\'foo\');\r\n[/php]\r\nThe above code will print out the value of foo.\r\n\r\nNote that if you add spacing or unsupported characters (alphanumeric support only) to your <b>Variable</b> it will automatically be renamed to fit the standards, which we will replace all unsupported characters or spaces with an underscore.',1213994889),(32,'en','admincp','phpfox','2.0.0alpha1','admincp_help','AdminCP Help','AdminCP Help',1213995090),(33,'en','admincp','phpfox','2.0.0alpha1','setting_add_type','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array.\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array.\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.',1213996094),(34,'en','admincp','phpfox','2.0.0alpha1','setting_add_value','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value. Simply select TRUE if the value for the setting you are adding should be TRUE by default.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array. Adding an Array is similar to how Arrays are adding in PHP. \r\n\r\nExample:\r\n[php]\r\narray(\"val1\", \"val2\", \"val3\");\r\n[/php]\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.\r\n\r\nWhen adding a drop-down separate drop downs with commas. The first drop down will be the default drop down. \r\n\r\nExample: \r\n[quote]\r\ndrop1, drop2, drop3\r\n[/quote]','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value. Simply select TRUE if the value for the setting you are adding should be TRUE by default.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array. Adding an Array is similar to how Arrays are adding in PHP. \r\n\r\nExample:\r\n[php]\r\narray(\"val1\", \"val2\", \"val3\");\r\n[/php]\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.\r\n\r\nWhen adding a drop-down separate drop downs with commas. The first drop down will be the default drop down. \r\n\r\nExample: \r\n[quote]\r\ndrop1, drop2, drop3\r\n[/quote]',1213996483),(35,'en','admincp','phpfox','2.0.0alpha1','setting_add_title','Each setting must have a phrase added to the default language package to identify what we are editing when it comes time to edit this setting in the future. \r\n\r\nKeep the setting title short and to the point as you will also be adding a more informative phrase right after which is used to explain how a setting reacts on the site.','Each setting must have a phrase added to the default language package to identify what we are editing when it comes time to edit this setting in the future. \r\n\r\nKeep the setting title short and to the point as you will also be adding a more informative phrase right after which is used to explain how a setting reacts on the site.',1213996632),(36,'en','admincp','phpfox','2.0.0alpha1','setting_add_info','Add as much information as you can regarding the new setting you are adding as others may need to edit this setting in the future. \r\n\r\nInstructions on how the setting effects the site when it for example is enabled or disabled is very useful.','Add as much information as you can regarding the new setting you are adding as others may need to edit this setting in the future. \r\n\r\nInstructions on how the setting effects the site when it for example is enabled or disabled is very useful.',1213996745),(37,'en','admincp','phpfox','2.0.0alpha1','add_variable_name','Add a Variable name that identifies your new setting','Add a Variable name that identifies your new setting',1213997343),(38,'en','admincp','phpfox','2.0.0alpha1','setting_must_have_value','Your setting must have a Value','Your setting must have a Value',1213997421),(39,'en','admincp','phpfox','2.0.0alpha1','add_title_for_setting','Add a Title for your setting','Add a Title for your setting',1213997453),(40,'en','admincp','phpfox','2.0.0alpha1','add_information_regarding_setting','Add some information regarding the setting','Add some information regarding the setting',1213997500),(41,'en','admincp','phpfox','2.0.0alpha1','already_in_use','Already in use','Already in use',1213997527),(42,'en','admincp','phpfox','2.0.0alpha1','added','Added','Added',1213997544),(43,'en','admincp','phpfox','2.0.0alpha1','add_setting','Add Setting','Add Setting',1213997573),(44,'en','admincp','phpfox','2.0.0alpha1','updated','Updated!','Updated!',1213998211),(45,'en','admincp','phpfox','2.0.0alpha1','manage_settings','Manage Settings','Manage Settings',1213998227),(46,'en','admincp','phpfox','2.0.0alpha1','quick_jump','Quick Jump','Quick Jump',1213998537),(47,'en','admincp','phpfox','2.0.0alpha1','remove','Remove','Remove',1213998602),(48,'en','admincp','phpfox','2.0.0alpha1','add_a_new_value','Add a New Value...','Add a New Value...',1213998867),(49,'en','admincp','phpfox','2.0.0alpha1','add','Add','Add',1213998909),(50,'en','admincp','phpfox','2.0.0alpha1','setting_group_avaliable_settings','This setting group has no available settings.','This setting group has no available settings.',1213998954),(51,'en','admincp','phpfox','2.0.0alpha1','add_a_title_for_the_group','Add a title for the group','Add a title for the group',1214047004),(52,'en','admincp','phpfox','2.0.0alpha1','add_information_regarding_group','Add information regarding the group','Add information regarding the group',1214047044),(53,'en','admincp','phpfox','2.0.0alpha1','group_information','Group Information','Group Information',1214047080),(54,'en','admincp','phpfox','2.0.0alpha1','product','Product','Product',1214047136),(55,'en','admincp','phpfox','2.0.0alpha1','name','Name','Name',1214047154),(56,'en','admincp','phpfox','2.0.0alpha1','add_setting_group','Add Setting Group','Add Setting Group',1214047478),(57,'en','admincp','phpfox','2.0.0alpha1','export','Export','Export',1214048708),(58,'en','admincp','phpfox','2.0.0alpha1','not_valid_array','Not a valid array','Not a valid array',1214050827),(59,'en','admincp','phpfox','2.0.0alpha1','value_must_be_numeric','Value must be numeric','Value must be numeric',1214050852),(60,'en','admincp','phpfox','2.0.0alpha1','import','Import','Import',1214060258),(61,'en','admincp','phpfox','2.0.0alpha1','download','Download','Download',1214060328),(62,'en','admincp','phpfox','2.0.0alpha1','upload','Upload','Upload',1214060337),(63,'en','admincp','phpfox','2.0.0alpha1','select_file','Select File','Select File',1214060347),(64,'en','admincp','phpfox','2.0.0alpha1','valid_file_extensions','Valid File Extensions','Valid File Extensions',1214060404),(65,'en','admincp','phpfox','2.0.0alpha1','import_export_settings','Import/Export Settings','Import/Export Settings',1214060450),(66,'en','admincp','phpfox','2.0.0alpha1','product_does_not_have_any_settings','Product does not have any settings.','Product does not have any settings.',1214060583),(67,'en','admincp','phpfox','2.0.0alpha1','unable_load_cached_config_file','Unable to load cached config file. Please be sure you are uploading the correct file.','Unable to load cached config file. Please be sure you are uploading the correct file.',1214060887),(68,'en','admincp','phpfox','2.0.0alpha1','setting_imported','{total} setting(s) imported. Database is now up-to-date.','{total} setting(s) imported. Database is now up-to-date.',1214060918),(69,'en','admincp','phpfox','2.0.0alpha1','nothing_new_import','Nothing new to import. Your database is up-to-date.','Nothing new to import. Your database is up-to-date.',1214060951),(70,'en','admincp','phpfox','2.0.0alpha1','invalid_file_extension','Invalid file extension.','Invalid file extension.',1214060974),(71,'en','admincp','phpfox','2.0.0alpha1','module_folder_already_exists','Unable to use this module name. Module folder already exists.','Unable to use this module name. Module folder already exists.',1214230661),(72,'en','admincp','phpfox','2.0.0alpha1','select_name_for_your_module','Select a name for your module.','Select a name for your module.',1214230680),(73,'en','admincp','phpfox','2.0.0alpha1','provide_information_regarding_module','Provide some information regarding the module','Provide some information regarding the module',1214230700),(74,'en','admincp','phpfox','2.0.0alpha1','module_name_already_used','Module name is already being used. Select another name.','Module name is already being used. Select another name.',1214230730),(75,'en','admincp','phpfox','2.0.0alpha1','create_module','Create Module','Create Module',1214230746),(76,'en','admincp','phpfox','2.0.0alpha1','module_successfully_created','Module successfully created. Create the following file structure for your module','Module successfully created. Create the following file structure for your module',1214230798),(77,'en','admincp','phpfox','2.0.0alpha1','module_details','Module Details','Module Details',1214230813),(78,'en','admincp','phpfox','2.0.0alpha1','add_menu','Add to Menu','Add to Menu',1214230844),(79,'en','admincp','phpfox','2.0.0alpha1','yes','Yes','Yes',1214230853),(80,'en','admincp','phpfox','2.0.0alpha1','no','No','No',1214230945),(81,'en','admincp','phpfox','2.0.0alpha1','menu','Menu','Menu',1214230956),(82,'en','admincp','phpfox','2.0.0alpha1','phrase','Phrase','Phrase',1214230977),(83,'en','admincp','phpfox','2.0.0alpha1','link','Link','Link',1214231004),(84,'en','admincp','phpfox','2.0.0alpha1','add_more','Add More','Add More',1214231280),(85,'en','admincp','phpfox','2.0.0alpha1','unable_import_settings','Unable to import settings. No product has been specified within the XML file.','Unable to import settings. No product has been specified within the XML file.',1214232088),(86,'en','admincp','phpfox','2.0.0alpha1','untouchables','Untouchables','Untouchables',1214317575),(87,'en','admincp','phpfox','2.0.0alpha1','phpfox_hidden_settings','phpFox hidden settings.','phpFox hidden settings.',1214317835),(88,'en','admincp','phpfox','2.0.0alpha1','or','or','or',1214324454),(89,'en','admincp','phpfox','2.0.0alpha1','file_unsupported','Server does not support the file extension you are uploading.','Server does not support the file extension you are uploading.',1214326996),(90,'en','admincp','phpfox','2.0.0alpha1','download_file_format','Download File Format','Download File Format',1214327614),(91,'en','admincp','phpfox','2.0.0alpha1','cached_cleared','Cached cleared.','Cached cleared.',1214785672),(92,'en','admincp','phpfox','2.0.0alpha1','clear_cache','Clear Cache','Clear Cache',1214785703),(93,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_clear_site_cache','Can clear the sites cache.\r\n\r\nBy allowing a user to clear the sites cache they will be able to remove either SQL data or HTML templates. \r\n\r\nNote that once the page is refreshed these items will be re-cached, however it might be best to only allow Admins or developers to have access to this feature.','Can clear the sites cache.\r\n\r\nBy allowing a user to clear the sites cache they will be able to remove either SQL data or HTML templates. \r\n\r\nNote that once the page is refreshed these items will be re-cached, however it might be best to only allow Admins or developers to have access to this feature.',1214788895),(94,'en','admincp','phpfox','2.0.0alpha1','data_size','Data Size','Data Size',1214790713),(95,'en','admincp','phpfox','2.0.0alpha1','cached','Cached On','Cached On',1214790722),(96,'en','admincp','phpfox','2.0.0alpha1','clear_selected','Clear Selected','Clear Selected',1214790764),(97,'en','admincp','phpfox','2.0.0alpha1','clear_all','Clear All','Clear All',1214790772),(98,'en','admincp','phpfox','2.0.0alpha1','cache_source','Cache Source','Cache Source',1214790801),(99,'en','admincp','phpfox','2.0.0alpha1','add_new_menu','Add New Menu','Add New Menu',1214845204),(100,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_added','Menu successfully added.','Menu successfully added.',1214845273),(101,'en','admincp','phpfox','2.0.0alpha1','menu_details','Menu Details','Menu Details',1214851754),(102,'en','admincp','phpfox','2.0.0alpha1','module','Module','Module',1214851821),(103,'en','admincp','phpfox','2.0.0alpha1','connection','Connection','Connection',1214851848),(104,'en','admincp','phpfox','2.0.0alpha1','menus','Menus','Menus',1214851856),(105,'en','admincp','phpfox','2.0.0alpha1','modules','Modules','Modules',1214851863),(106,'en','admincp','phpfox','2.0.0alpha1','url','URL','URL',1214851874),(107,'en','admincp','phpfox','2.0.0alpha1','user_group_access','User Group Access','User Group Access',1214851921),(108,'en','admincp','phpfox','2.0.0alpha1','allow_access','Allow Access','Allow Access',1214851932),(109,'en','admincp','phpfox','2.0.0alpha1','menu_add_product','Product this menu will belong to.','Product this menu will belong to.',1214853997),(110,'en','admincp','phpfox','2.0.0alpha1','core_module','Is a Core Module','Is a Core Module',1214957846),(111,'en','admincp','phpfox','2.0.0alpha1','sub_menu','Sub Menu','Sub Menu',1214960766),(112,'en','admincp','phpfox','2.0.0alpha1','cms','CMS','CMS',1214963139),(113,'en','admincp','phpfox','2.0.0alpha1','user_group_manager','User Group Manager','User Group Manager',1214963173),(114,'en','admincp','phpfox','2.0.0alpha1','add_user_group_setting','Add User Group Setting','Add User Group Setting',1214963493),(115,'en','admincp','phpfox','2.0.0alpha1','manage_user_settings','Manage User Settings','Manage User Settings',1214963811),(116,'en','admincp','phpfox','2.0.0alpha1','users','Users','Users',1214963853),(117,'en','admincp','phpfox','2.0.0alpha1','extensions','Extensions','Extensions',1214963862),(118,'en','admincp','phpfox','2.0.0alpha1','create_new_module','Create New Module','Create New Module',1214963912),(119,'en','admincp','phpfox','2.0.0alpha1','language','Language','Language',1214963926),(120,'en','admincp','phpfox','2.0.0alpha1','manage_language_packs','Manage Language Packs','Manage Language Packs',1214963938),(121,'en','admincp','phpfox','2.0.0alpha1','phrase_manager','Phrase Manager','Phrase Manager',1214963958),(122,'en','admincp','phpfox','2.0.0alpha1','add_phrase','Add Phrase','Add Phrase',1214963974),(123,'en','admincp','phpfox','2.0.0alpha1','language_import_export','Import/Export','Import/Export',1214963992),(124,'en','admincp','phpfox','2.0.0alpha1','settings','Settings','Settings',1214964004),(125,'en','admincp','phpfox','2.0.0alpha1','manage_setting_groups','Manage Setting Groups','Manage Setting Groups',1214964025),(126,'en','admincp','phpfox','2.0.0alpha1','add_new_setting','Add New Setting','Add New Setting',1214964037),(127,'en','admincp','phpfox','2.0.0alpha1','add_new_setting_group','Add New Setting Group','Add New Setting Group',1214964045),(128,'en','admincp','phpfox','2.0.0alpha1','maintenance','Maintenance','Maintenance',1214964072),(129,'en','admincp','phpfox','2.0.0alpha1','tools','Tools','Tools',1214964140),(130,'en','admincp','phpfox','2.0.0alpha1','update','Update','Update',1214964195),(131,'en','admincp','phpfox','2.0.0alpha1','manage_user_groups','Manage User Groups','Manage User Groups',1214966536),(132,'en','admincp','phpfox','2.0.0alpha1','user_setting_has_admin_access','Has general access to the Admin Control Panel.\r\n\r\nBest to allow on Admins and Staff for security.','Has general access to the Admin Control Panel.\r\n\r\nBest to allow on Admins and Staff for security.',1214976110),(133,'en','admincp','phpfox','2.0.0alpha1','install_dir_exists','Install directory \"install/\" exists. Please delete this directory for security purposes.','Install directory \"install/\" exists. Please delete this directory for security purposes.',1215780338),(134,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_add_new_block','Can add/modify blocks being added from the AdminCP?','Can add/modify blocks being added from the AdminCP?',1216066116),(135,'en','admincp','phpfox','2.0.0alpha1','blocks','Blocks','Blocks',1216069451),(136,'en','admincp','phpfox','2.0.0alpha1','add_new_block','Add New Block','Add New Block',1216069481),(137,'en','admincp','phpfox','2.0.0alpha1','developer','Developer','Developer',1216070830),(138,'en','admincp','phpfox','2.0.0alpha1','log_query','Log Query','Log Query',1216070861),(139,'en','admincp','phpfox','2.0.0alpha1','block_successfully_added','Block successfully added.','Block successfully added.',1216070957),(140,'en','admincp','phpfox','2.0.0alpha1','select_product','Select a product.','Select a product.',1216071011),(141,'en','admincp','phpfox','2.0.0alpha1','select_controller','Select a controller.','Select a controller.',1216071026),(142,'en','admincp','phpfox','2.0.0alpha1','select_component','Select a component.','Select a component.',1216071042),(143,'en','admincp','phpfox','2.0.0alpha1','select_block_placement','Select block placement.','Select block placement.',1216071063),(144,'en','admincp','phpfox','2.0.0alpha1','specify_block_active','Specify if the block is active or not.','Specify if the block is active or not.',1216071082),(145,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_view_product_options','Can view product drop downs in the AdminCP?\r\n\r\nWithin certain sections of the AdminCP there are areas where an entry into the database requires a product ID#. If you disable this feature users will not be able to view the products name and will automatically enter the default product ID#. \r\n\r\nOnly enable this feature when creating a plug-in or 3rd party module.','Can view product drop downs in the AdminCP?\r\n\r\nWithin certain sections of the AdminCP there are areas where an entry into the database requires a product ID#. If you disable this feature users will not be able to view the products name and will automatically enter the default product ID#. \r\n\r\nOnly enable this feature when creating a plug-in or 3rd party module.',1216071352),(146,'en','admincp','phpfox','2.0.0alpha1','block_details','Block Details','Block Details',1216072142),(147,'en','admincp','phpfox','2.0.0alpha1','controller','Controller','Controller',1216089356),(148,'en','admincp','phpfox','2.0.0alpha1','component','Component','Component',1216090253),(149,'en','admincp','phpfox','2.0.0alpha1','placement','Placement','Placement',1216091622),(150,'en','admincp','phpfox','2.0.0alpha1','active','Active','Active',1216091671),(151,'en','admincp','phpfox','2.0.0alpha1','view_sample_layout','View Sample Layout','View Sample Layout',1216091824),(152,'en','admincp','phpfox','2.0.0alpha1','sample_layout','Sample Layout','Sample Layout',1216091833),(153,'en','admincp','phpfox','2.0.0alpha1','block','Block {x}','Block {x}',1216091850),(154,'en','admincp','phpfox','2.0.0alpha1','select','Select','Select',1216091882),(155,'en','admincp','phpfox','2.0.0alpha1','manage_menus','Manage Menus','Manage Menus',1217026597),(156,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_deleted','Menu successfully deleted.','Menu successfully deleted.',1217189351),(157,'en','admincp','phpfox','2.0.0alpha1','order','Order','Order',1217189374),(158,'en','admincp','phpfox','2.0.0alpha1','location','Location','Location',1217189417),(159,'en','admincp','phpfox','2.0.0alpha1','actions','Actions','Actions',1217189540),(160,'en','admincp','phpfox','2.0.0alpha1','edit','Edit','Edit',1217189636),(161,'en','admincp','phpfox','2.0.0alpha1','delete','Delete','Delete',1217189646),(162,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_updated','Menu successfully updated.','Menu successfully updated.',1217189724),(163,'en','admincp','phpfox','2.0.0alpha1','menu_manager','Menu Manager','Menu Manager',1217189774),(164,'en','admincp','phpfox','2.0.0alpha1','manage_blocks','Manage Blocks','Manage Blocks',1217190522),(165,'en','admincp','phpfox','2.0.0alpha1','successfully_deleted','Successfully deleted.','Successfully deleted.',1217193508),(166,'en','admincp','phpfox','2.0.0alpha1','successfully_updated','Successfully updated.','Successfully updated.',1217197677),(167,'en','admincp','phpfox','2.0.0alpha1','block_manager','Block Manager','Block Manager',1217198066),(168,'en','admincp','phpfox','2.0.0alpha1','pages','Pages','Pages',1217201690),(169,'en','admincp','phpfox','2.0.0alpha1','add_new_page','Add New Page','Add New Page',1217201717),(170,'en','admincp','phpfox','2.0.0alpha1','page_menu_successfully_added','Page and Menu successfully added.','Page and Menu successfully added.',1217278396),(171,'en','admincp','phpfox','2.0.0alpha1','manage_pages','Manage Pages','Manage Pages',1217293918),(172,'en','admincp','phpfox','2.0.0alpha1','add_component','Add Component','Add Component',1217802855),(173,'en','admincp','phpfox','2.0.0alpha1','component_successfully_added','Component successfully added!','Component successfully added!',1217808626),(174,'en','admincp','phpfox','2.0.0alpha1','component_details','Component Details','Component Details',1217808713),(175,'en','admincp','phpfox','2.0.0alpha1','url_connection','URL Connection','URL Connection',1217808781),(176,'en','admincp','phpfox','2.0.0alpha1','block_actual','Block','Block',1217808814),(177,'en','admincp','phpfox','2.0.0alpha1','specify_component','Specify a component.','Specify a component.',1217808943),(178,'en','admincp','phpfox','2.0.0alpha1','select_component_active','Select if component is active.','Select if component is active.',1217808955),(179,'en','admincp','phpfox','2.0.0alpha1','select_component_type','Select a component type.','Select a component type.',1217808964),(180,'en','admincp','phpfox','2.0.0alpha1','menu_order_successfully_updated','Menu order successfully updated.','Menu order successfully updated.',1217939317),(181,'en','admincp','phpfox','2.0.0alpha1','manage_modules','Manage Modules','Manage Modules',1219067475),(182,'en','admincp','phpfox','2.0.0alpha1','core_modules','Core Modules','Core Modules',1219225433),(183,'en','admincp','phpfox','2.0.0alpha1','module_s_updated','Module(s) updated.','Module(s) updated.',1219225575),(184,'en','admincp','phpfox','2.0.0alpha1','overwrite_default_data','Overwrite default data','Overwrite default data',1219225665),(185,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_manage_modules','Can manage product modules?\r\n\r\nNote: This includes updating the status, editing or deleting modules.','Can manage product modules?\r\n\r\nNote: This includes updating the status, editing or deleting modules.',1219225982),(186,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_add_new_modules','Can add new product modules?','Can add new product modules?',1219226029),(187,'en','admincp','phpfox','2.0.0alpha1','module_successfully_deleted','Module successfully deleted.','Module successfully deleted.',1219228565),(188,'en','admincp','phpfox','2.0.0alpha1','admin_menu_manage_categories','Manage Categories','Manage Categories',1219330154),(189,'en','admincp','phpfox','2.0.0alpha1','admin_menu_add_category','Add New Category','Add New Category',1219330307),(190,'en','admincp','phpfox','2.0.0alpha1','not_allowed_for_guests','Not all options will work with this specific user group since it is marked as a \"Guest\" group and many features found within the site requires a user to be a member.','Not all options will work with this specific user group since it is marked as a \"Guest\" group and many features found within the site requires a user to be a member.',1219654948),(191,'en','admincp','phpfox','2.0.0alpha1','admin_menu_add_article','Add Article','Add Article',1223227838),(192,'en','admincp','phpfox','2.0.0alpha1','user_setting_bcaneditarticles','Can edit articles?','Can edit articles?',1223385298),(193,'en','admincp','phpfox','2.0.0alpha1','admin_menu_import_export','Import Export','Import Export',1223390093),(194,'en','admincp','phpfox','2.0.0alpha1','products','Product','Product',1230854108),(195,'en','admincp','phpfox','2.0.0alpha1','manage_products','Manage Products','Manage Products',1230854160),(196,'en','admincp','phpfox','2.0.0alpha1','create_new_product','Create New Product','Create New Product',1230854171),(197,'en','admincp','phpfox','2.0.0alpha1','import_export','Import Products','Import Products',1230855085),(198,'en','admincp','phpfox','2.0.0alpha1','theme','Theme','Theme',1231033391),(199,'en','admincp','phpfox','2.0.0alpha1','manage_themes','Manage Themes','Manage Themes',1231033425),(200,'en','admincp','phpfox','2.0.0alpha1','plugin','Plugin','Plugin',1231748137),(201,'en','admincp','phpfox','2.0.0alpha1','manage_plugins','Manage Plugins','Manage Plugins',1231748173),(202,'en','admincp','phpfox','2.0.0alpha1','create_new_plugin','Create New Plugin','Create New Plugin',1231750982),(203,'en','admincp','phpfox','2.0.0alpha1','new_sample_test_phrase','You have {total} comments.','You have {total} comments.',1235553235),(204,'en','admincp','phpfox','2.0.0beta1','create_user_group','Create User Group','Create User Group',1240572399),(205,'en','admincp','phpfox','2.0.0beta4','browse_members','Browse Users','Browse Users',1244542842),(206,'en','admincp','phpfox','2.0.0beta4','country_management','Country Management','Country Management',1244642320),(207,'en','admincp','phpfox','2.0.0beta4','payment_gateways_menu','Payment Gateways','Payment Gateways',1244909510),(208,'en','admincp','phpfox','2.0.0beta4','system_settings_menu','System Settings','System Settings',1244909711),(209,'en','admincp','phpfox','2.0.0beta4','menu_site_stats','Site Stats','Site Stats',1245138476),(210,'en','admincp','phpfox','2.0.0beta4','menu_manage_stats','Manage Stats','Manage Stats',1245138629),(211,'en','admincp','phpfox','2.0.0beta4','menu_create_new_stat','Add New Stat','Add New Stat',1245138672),(212,'en','admincp','phpfox','1.0','user_cancellation_options','User Cancellation','User Cancellation',1215331034),(213,'en','admincp','phpfox','1.0','user_cancellation_options_add','Add Options','Add Options',1215331034),(214,'en','admincp','phpfox','1.0','user_cancellation_options_manage','Manage Options','Manage Options',1215331034),(215,'en','admincp','phpfox','1.0','user_cancellations_feedback','View Feedback','View Feedback',1215331034),(216,'en','admincp','phpfox','30','mail_messages','Messages','Messages',1247588853),(217,'en','admincp','phpfox','30','view_messages','View Private Messages','View Private Messages',1247588922),(218,'en','admincp','phpfox','30','menu_tools_emoticon_add','Add Emoticon','Add Emoticon',1247743917),(219,'en','admincp','phpfox','30','menu_tools_emoticon_package_add','Add Package','Add Package',1247831553),(220,'en','admincp','phpfox','30','menu_tools_emoticon_package','Manage Packages','Manage Packages',1248091043),(221,'en','admincp','phpfox','2.0.0rc1','setting_cache_time_stamp','<title>Cache Time Stamp</title><info>Cache Time Stamp</info>','<title>Cache Time Stamp</title><info>Cache Time Stamp</info>',1248617319),(222,'en','admincp','phpfox','2.0.0rc1','menu_cache_manager','Cache Manager','Cache Manager',1248617362),(223,'en','admincp','phpfox','2.0.0rc2','cache_system_unlocked','Cache system unlocked.','Cache system unlocked.',1252757444),(224,'en','admincp','phpfox','2.0.0rc2','timestamp','Timestamp','Timestamp',1252757507),(225,'en','admincp','phpfox','2.0.0rc2','cache_name','Cache Name','Cache Name',1252757518),(226,'en','admincp','phpfox','2.0.0rc2','module_successfully_updated','Module successfully updated.','Module successfully updated.',1252757604),(227,'en','admincp','phpfox','2.0.0rc2','module_successfully_created_redirect','Module successfully created.','Module successfully created.',1252757646),(228,'en','admincp','phpfox','2.0.0rc2','select_what_type_of_a_hook_this_is','Select what type of a hook this is.','Select what type of a hook this is.',1252757683),(229,'en','admincp','phpfox','2.0.0rc2','hook_successfully_added','Hook successfully added.','Hook successfully added.',1252757694),(230,'en','admincp','phpfox','2.0.0rc2','add_hook','Add Hook','Add Hook',1252757705),(231,'en','admincp','phpfox','2.0.0rc2','provide_a_title_for_your_plugin','Provide a title for your plugin.','Provide a title for your plugin.',1252757723),(232,'en','admincp','phpfox','2.0.0rc2','select_a_hook','Select a hook.','Select a hook.',1252757733),(233,'en','admincp','phpfox','2.0.0rc2','provide_php_code_for_your_plugin','Provide PHP code for your plugin.','Provide PHP code for your plugin.',1252757744),(234,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_updated','Plugin successfully updated.','Plugin successfully updated.',1252757756),(235,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_added','Plugin successfully added.','Plugin successfully added.',1252757766),(236,'en','admincp','phpfox','2.0.0rc2','create_plugin','Create Plugin','Create Plugin',1252757776),(237,'en','admincp','phpfox','2.0.0rc2','plugin_s_updated','Plugin(s) updated.','Plugin(s) updated.',1252757793),(238,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_deleted','Plugin successfully deleted.','Plugin successfully deleted.',1252757806),(239,'en','admincp','phpfox','2.0.0rc2','add_a_product_id','Add a product ID.','Add a product ID.',1252757839),(240,'en','admincp','phpfox','2.0.0rc2','add_a_product_title','Add a product title.','Add a product title.',1252757861),(241,'en','admincp','phpfox','2.0.0rc2','product_dependency_updated','Product dependency updated.','Product dependency updated.',1252757875),(242,'en','admincp','phpfox','2.0.0rc2','product_install_uninstall_updated','Product install/uninstall updated.','Product install/uninstall updated.',1252757892),(243,'en','admincp','phpfox','2.0.0rc2','product_successfully_updated','Product successfully updated.','Product successfully updated.',1252757902),(244,'en','admincp','phpfox','2.0.0rc2','product_successfully_created','Product successfully created.','Product successfully created.',1252757912),(245,'en','admincp','phpfox','2.0.0rc2','editing_product','Editing Product','Editing Product',1252757935),(246,'en','admincp','phpfox','2.0.0rc2','product_successfully_installed','Product successfully installed.','Product successfully installed.',1252757983),(247,'en','admincp','phpfox','2.0.0rc2','import_products','Import Products','Import Products',1252767035),(248,'en','admincp','phpfox','2.0.0rc2','product_s_updated','Product(s) updated.','Product(s) updated.',1252767068),(249,'en','admincp','phpfox','2.0.0rc2','product_successfully_deleted','Product successfully deleted.','Product successfully deleted.',1252767078),(250,'en','admincp','phpfox','2.0.0rc2','your_search_did_not_return_any_results','Your search did not return any results.','Your search did not return any results.',1252767458),(251,'en','admincp','phpfox','2.0.0rc2','stat_successfully_updated','Stat successfully updated.','Stat successfully updated.',1252767479),(252,'en','admincp','phpfox','2.0.0rc2','stat_successfully_added','Stat successfully added.','Stat successfully added.',1252767488),(253,'en','admincp','phpfox','2.0.0rc2','add_new_stat','Add New Stat','Add New Stat',1252767499),(254,'en','admincp','phpfox','2.0.0rc2','manage_stats','Manage Stats','Manage Stats',1252767512),(255,'en','admincp','phpfox','2.0.0rc2','stat_successfully_deleted','Stat successfully deleted.','Stat successfully deleted.',1252767526),(256,'en','admincp','phpfox','2.0.0rc2','successfully_logged_out','Successfully logged out.','Successfully logged out.',1252767587),(257,'en','admincp','phpfox','2.0.0rc2','module_id_can_only_contain_the_following_characters','Module ID can only contain the following characters: a-z, A-Z, 0-9.','Module ID can only contain the following characters: a-z, A-Z, 0-9.',1252767742),(258,'en','admincp','phpfox','2.0.0rc2','hook_already_exists','Hook already exists.','Hook already exists.',1252767835),(259,'en','admincp','phpfox','2.0.0rc2','product_name_is_not_valid','Product name is not valid.','Product name is not valid.',1252767852),(260,'en','admincp','phpfox','2.0.0rc2','not_a_valid_product_to_import','Not a valid product to import.','Not a valid product to import.',1252767877),(261,'en','admincp','phpfox','2.0.0rc2','not_a_valid_xml_file','Not a valid XML file.','Not a valid XML file.',1252767894),(262,'en','admincp','phpfox','2.0.0rc2','product_already_exists','Product already exists.','Product already exists.',1252767905),(263,'en','admincp','phpfox','2.0.0rc2','product_requires_php_version','Product requires PHP version {dependency_start}.','Product requires PHP version {dependency_start}.',1252768039),(264,'en','admincp','phpfox','2.0.0rc2','product_requires_php_version_up_until','Product requires PHP version {dependency_start} up until {dependency_end}.','Product requires PHP version {dependency_start} up until {dependency_end}.',1252768178),(265,'en','admincp','phpfox','2.0.0rc2','product_requires_phpfox_version','Product requires phpFox version {dependency_start}.','Product requires phpFox version {dependency_start}.',1252768235),(266,'en','admincp','phpfox','2.0.0rc2','product_requires_phpfox_version_up_until','Product requires phpFox version {dependency_start} up until {dependency_end}.','Product requires phpFox version {dependency_start} up until {dependency_end}.',1252768322),(267,'en','admincp','phpfox','2.0.0rc2','product_requires_check_id_version_dependency_start','Product requires {check_id} version {dependency_start}.','Product requires {check_id} version {dependency_start}.',1252768418),(268,'en','admincp','phpfox','2.0.0rc2','product_requires_check_id_version_dependency_start_up_until_dependency_end','Product requires {check_id} version {dependency_start} up until {dependency_end}.','Product requires {check_id} version {dependency_start} up until {dependency_end}.',1252768480),(269,'en','admincp','phpfox','2.0.0rc2','main_configuration_file_file_path_is_writable','Main configuration file ({file_path}) is writable. This is a security risk and this file should not have any \"write\" permission.','Main configuration file ({file_path}) is writable. This is a security risk and this file should not have any \"write\" permission.',1252768745),(270,'en','admincp','phpfox','2.0.0rc2','main_file_folder_is_writable_file_path','Main file folder is writable ({file_path}). This is a security risk and this folder should not have any \"write\" permission.','Main file folder is writable ({file_path}). This is a security risk and this folder should not have any \"write\" permission.',1252768815),(271,'en','admincp','phpfox','2.0.0rc2','none_site_wide','None (Site Wide)','None (Site Wide)',1252768924),(272,'en','admincp','phpfox','2.0.0rc2','can_drag_drop','Can Drag/Drop','Can Drag/Drop',1252768952),(273,'en','admincp','phpfox','2.0.0rc2','site_wide','Site Wide','Site Wide',1252769097),(274,'en','admincp','phpfox','2.0.0rc2','block_block_number','Block {block_number}','Block {block_number}',1252769121),(275,'en','admincp','phpfox','2.0.0rc2','cache_system_is_locked','Cache system is locked.','Cache system is locked.',1252908150),(276,'en','admincp','phpfox','2.0.0rc2','the_cache_system_is_locked_during_an_operation_that_requires_all_cache_files_to_be_kept_in_place','The cache system is locked during an operation that requires all cache files to be kept in place. If you would like to unlock the system click <a href=\"{link}\" onclick=\"return confirm(\'Are you sure?\');\">here</a>.','The cache system is locked during an operation that requires all cache files to be kept in place. If you would like to unlock the system click <a href=\"{link}\" onclick=\"return confirm(\'Are you sure?\');\">here</a>.',1252908171),(277,'en','admincp','phpfox','2.0.0rc2','cache_stats','Cache Stats','Cache Stats',1252908186),(278,'en','admincp','phpfox','2.0.0rc2','total_files','Total Files','Total Files',1252908194),(279,'en','admincp','phpfox','2.0.0rc2','cache_size','Cache Size','Cache Size',1252908203),(280,'en','admincp','phpfox','2.0.0rc2','last_cached_file','Last Cached File','Last Cached File',1252908212),(281,'en','admincp','phpfox','2.0.0rc2','search_filter','Search Filter','Search Filter',1252908222),(282,'en','admincp','phpfox','2.0.0rc2','search','Search','Search',1252908230),(283,'en','admincp','phpfox','2.0.0rc2','display','Display','Display',1252908239),(284,'en','admincp','phpfox','2.0.0rc2','sort','Sort','Sort',1252908248),(285,'en','admincp','phpfox','2.0.0rc2','files','Files','Files',1252908257),(286,'en','admincp','phpfox','2.0.0rc2','no_cache_date_found','No cache date found.','No cache date found.',1252908269),(287,'en','admincp','phpfox','2.0.0rc2','or_select_a_page','or select a page','or select a page',1252908368),(288,'en','admincp','phpfox','2.0.0rc2','module_id','Module ID','Module ID',1252908459),(289,'en','admincp','phpfox','2.0.0rc2','hook_details','Hook Details','Hook Details',1252908498),(290,'en','admincp','phpfox','2.0.0rc2','call','Call','Call',1252908530),(291,'en','admincp','phpfox','2.0.0rc2','save','Save','Save',1252908547),(292,'en','admincp','phpfox','2.0.0rc2','plugin_details','Plugin Details','Plugin Details',1252908572),(293,'en','admincp','phpfox','2.0.0rc2','hook','Hook','Hook',1252908589),(294,'en','admincp','phpfox','2.0.0rc2','php_code','PHP Code','PHP Code',1252908620),(295,'en','admincp','phpfox','2.0.0rc2','create_a_new_plugin','Create a New Plugin','Create a New Plugin',1252908670),(296,'en','admincp','phpfox','2.0.0rc2','product_details','Product Details','Product Details',1252908687),(297,'en','admincp','phpfox','2.0.0rc2','product_id','Product ID','Product ID',1252908695),(298,'en','admincp','phpfox','2.0.0rc2','description','Description','Description',1252908714),(299,'en','admincp','phpfox','2.0.0rc2','version','Version','Version',1252908721),(300,'en','admincp','phpfox','2.0.0rc2','product_url','Product URL','Product URL',1252908730),(301,'en','admincp','phpfox','2.0.0rc2','version_check_url','Version Check URL','Version Check URL',1252908739),(302,'en','admincp','phpfox','2.0.0rc2','existing_product_dependencies','Existing Product Dependencies','Existing Product Dependencies',1252908781),(303,'en','admincp','phpfox','2.0.0rc2','dependencies','Dependencies','Dependencies',1252908788),(304,'en','admincp','phpfox','2.0.0rc2','dependency_type','Dependency Type','Dependency Type',1252908797),(305,'en','admincp','phpfox','2.0.0rc2','compatibility_starts','Compatibility Starts','Compatibility Starts',1252908805),(306,'en','admincp','phpfox','2.0.0rc2','incompatible_with','Incompatible With','Incompatible With',1252908813),(307,'en','admincp','phpfox','2.0.0rc2','add_new_product_dependency','Add New Product Dependency','Add New Product Dependency',1252908833),(308,'en','admincp','phpfox','2.0.0rc2','php','PHP','PHP',1252908848),(309,'en','admincp','phpfox','2.0.0rc2','phpfox_version','phpFox Version','phpFox Version',1252908856),(310,'en','admincp','phpfox','2.0.0rc2','compatibility_starts_with_version','Compatibility Starts with Version','Compatibility Starts with Version',1252908880),(311,'en','admincp','phpfox','2.0.0rc2','compatibility_end_with_version','Compatibility End with Version','Compatibility End with Version',1252908889),(312,'en','admincp','phpfox','2.0.0rc2','install_uninstall','Install/Uninstall','Install/Uninstall',1252908916),(313,'en','admincp','phpfox','2.0.0rc2','existing_install_uninstall_code','Existing Install/Uninstall Code','Existing Install/Uninstall Code',1252908924),(314,'en','admincp','phpfox','2.0.0rc2','install_code','Install Code','Install Code',1252908939),(315,'en','admincp','phpfox','2.0.0rc2','uninstall_code','Uninstall Code','Uninstall Code',1252908949),(316,'en','admincp','phpfox','2.0.0rc2','add_new_install_uninstall_code','Add New Install/Uninstall Code','Add New Install/Uninstall Code',1252908966),(317,'en','admincp','phpfox','2.0.0rc2','install','Install','Install',1252908980),(318,'en','admincp','phpfox','2.0.0rc2','uninstall','Uninstall','Uninstall',1252908988),(319,'en','admincp','phpfox','2.0.0rc2','overwrite','Overwrite','Overwrite',1252909024),(320,'en','admincp','phpfox','2.0.0rc2','ftp_support_must_be_enabled_in_order_to_import_products','FTP support must be enabled in order to import products.','FTP support must be enabled in order to import products.',1252909057),(321,'en','admincp','phpfox','2.0.0rc2','click_a_href_url_link_admincp_setting_edit_group_id_ftp_here_a_to_enable_ftp_support','Click <a href=\"{link}\">here</a> to enable FTP support.','Click <a href=\"{link}\">here</a> to enable FTP support.',1252909066),(322,'en','admincp','phpfox','2.0.0rc2','create_a_new_product','Create a New Product','Create a New Product',1252909083),(323,'en','admincp','phpfox','2.0.0rc2','import_a_product','Import a Product','Import a Product',1252909091),(324,'en','admincp','phpfox','2.0.0rc2','no_products_have_been_added','No products have been added.','No products have been added.',1252909101),(325,'en','admincp','phpfox','2.0.0rc2','image','Image','Image',1252909340),(326,'en','admincp','phpfox','2.0.0rc2','your_current_watermark_image','Your current watermark image','Your current watermark image',1252909349),(327,'en','admincp','phpfox','2.0.0rc2','b_notice_b_advised_image_is_a_transparent_png_with_a_max_width_height_of_52_pixels','<b>Notice:</b> Advised image is a transparent PNG with a max width/height of 52 pixels.','<b>Notice:</b> Advised image is a transparent PNG with a max width/height of 52 pixels.',1252909363),(328,'en','admincp','phpfox','2.0.0rc2','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1252909373),(329,'en','admincp','phpfox','2.0.0rc2','stat_details','Stat Details','Stat Details',1252909438),(330,'en','admincp','phpfox','2.0.0rc2','stats','Stats','Stats',1252909528),(331,'en','admincp','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1252909580),(332,'en','admincp','phpfox','2.0.0rc2','activate','Activate','Activate',1252909600),(333,'en','admincp','phpfox','2.0.0rc2','deactivate','Deactivate','Deactivate',1252909608),(334,'en','admincp','phpfox','2.0.0rc2','admincp_login','AdminCP Login','AdminCP Login',1252909626),(335,'en','admincp','phpfox','2.0.0rc2','email','Email','Email',1252909632),(336,'en','admincp','phpfox','2.0.0rc2','password','Password','Password',1252909640),(337,'en','admincp','phpfox','2.0.0rc2','back_to_site','Back to site','Back to site',1252909648),(338,'en','admincp','phpfox','2.0.0rc2','login','Login','Login',1252909655),(339,'en','admincp','phpfox','2.0.0rc2','active_admins','Active Admins','Active Admins',1253083283),(340,'en','admincp','phpfox','2.0.0rc2','latest_admin_logins','Latest Admin Logins','Latest Admin Logins',1253083475),(341,'en','admincp','phpfox','2.0.0rc2','view_more','View More','View More',1253083486),(342,'en','admincp','phpfox','2.0.0rc2','phpfox_news_and_updates','phpFox News & Updates','phpFox News & Updates',1253083534),(343,'en','admincp','phpfox','2.0.0rc2','admincp_notes','AdminCP Notes','AdminCP Notes',1253083547),(344,'en','admincp','phpfox','2.0.0rc2','quick_links','Quick Links','Quick Links',1253083563),(345,'en','admincp','phpfox','2.0.0rc2','members','Members','Members',1253083582),(346,'en','admincp','phpfox','2.0.0rc2','guests','Guests','Guests',1253083590),(347,'en','admincp','phpfox','2.0.0rc2','online','Online','Online',1253083603),(348,'en','admincp','phpfox','2.0.0rc2','pending_approval','Pending Approval','Pending Approval',1253083614),(349,'en','admincp','phpfox','2.0.0rc2','reported_items_users','Reported Items/Users','Reported Items/Users',1253083633),(350,'en','admincp','phpfox','2.0.0rc2','spam','Spam','Spam',1253083646),(351,'en','admincp','phpfox','2.0.0rc2','site_statistics','Site Statistics','Site Statistics',1253083662),(352,'en','admincp','phpfox','2.0.0rc2','phpfox_tweets','phpFox Tweets','phpFox Tweets',1253083701),(353,'en','admincp','phpfox','2.0.0rc2','not_a_valid_country','Not a valid country.','Not a valid country.',1253083732),(354,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_updated','State/Province successfully updated.','State/Province successfully updated.',1253083745),(355,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_added','State/Province successfully added.','State/Province successfully added.',1253083757),(356,'en','admincp','phpfox','2.0.0rc2','country_manager','Country Manager','Country Manager',1253083768),(357,'en','admincp','phpfox','2.0.0rc2','adding_state_province','Adding State/Province','Adding State/Province',1253083780),(358,'en','admincp','phpfox','2.0.0rc2','editing_state_province','Editing State/Province','Editing State/Province',1253083798),(359,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_deleted','State/Province successfully deleted.','State/Province successfully deleted.',1253083824),(360,'en','admincp','phpfox','2.0.0rc2','states_provinces','States/Provinces','States/Provinces',1253083849),(361,'en','admincp','phpfox','2.0.0rc2','country_successfully_updated','Country successfully updated.','Country successfully updated.',1253083871),(362,'en','admincp','phpfox','2.0.0rc2','country_successfully_added','Country successfully added.','Country successfully added.',1253083883),(363,'en','admincp','phpfox','2.0.0rc2','add_a_country','Add a Country','Add a Country',1253083894),(364,'en','admincp','phpfox','2.0.0rc2','editing_country','Editing Country','Editing Country',1253083903),(365,'en','admincp','phpfox','2.0.0rc2','text_import_successfully_completed','Text import successfully completed. Success: {completed} - Failed: {failed}.','Text import successfully completed. Success: {completed} - Failed: {failed}.',1253083984),(366,'en','admincp','phpfox','2.0.0rc2','import_successfully_completed','Import successfully completed.','Import successfully completed.',1253084014),(367,'en','admincp','phpfox','2.0.0rc2','import_countries_states_provinces','Import Countries, States & Provinces','Import Countries, States & Provinces',1253084025),(368,'en','admincp','phpfox','2.0.0rc2','country_successfully_deleted','Country successfully deleted.','Country successfully deleted.',1253084063),(369,'en','admincp','phpfox','2.0.0rc2','phpfox_branding_removal_successfully_installed','phpFox branding removal successfully installed.','phpFox branding removal successfully installed.',1253084098),(370,'en','admincp','phpfox','2.0.0rc2','phpfox_branding_removal','phpFox Branding Removal','phpFox Branding Removal',1253084108),(371,'en','admincp','phpfox','2.0.0rc2','login_time_stamp','Login Time Stamp','Login Time Stamp',1253084135),(372,'en','admincp','phpfox','2.0.0rc2','ip_address','IP Address','IP Address',1253084146),(373,'en','admincp','phpfox','2.0.0rc2','online_guests','Online Guests','Online Guests',1253084165),(374,'en','admincp','phpfox','2.0.0rc2','admincp_logins','AdminCP Logins','AdminCP Logins',1253084211),(375,'en','admincp','phpfox','2.0.0rc2','last_activity','Last Activity','Last Activity',1253084264),(376,'en','admincp','phpfox','2.0.0rc2','guests_bots','Guests/Bots','Guests/Bots',1253084308),(377,'en','admincp','phpfox','2.0.0rc2','php_info','PHP Info','PHP Info',1253084322),(378,'en','admincp','phpfox','2.0.0rc2','system','System','System',1253084334),(379,'en','admincp','phpfox','2.0.0rc2','system_overview','System Overview','System Overview',1253084347),(380,'en','admincp','phpfox','2.0.0rc2','customize_dashboard','Customize Dashboard','Customize Dashboard',1253084382),(381,'en','admincp','phpfox','2.0.0rc2','not_a_valid_login_log','Not a valid login log.','Not a valid login log.',1253084504),(382,'en','admincp','phpfox','2.0.0rc2','not_a_valid_account','Not a valid account.','Not a valid account.',1253084517),(383,'en','admincp','phpfox','2.0.0rc2','email_failure','Email failure.','Email failure.',1253084527),(384,'en','admincp','phpfox','2.0.0rc2','password_failure','Password failure.','Password failure.',1253084538),(385,'en','admincp','phpfox','2.0.0rc2','success','Success','Success',1253084548),(386,'en','admincp','phpfox','2.0.0rc2','provide_a_category_name','Provide a category name.','Provide a category name.',1253084625),(387,'en','admincp','phpfox','2.0.0rc2','provide_a_name','Provide a name.','Provide a name.',1253084710),(388,'en','admincp','phpfox','2.0.0rc2','select_a_country','Select a country.','Select a country.',1253084725),(389,'en','admincp','phpfox','2.0.0rc2','the_state_province_name_already_exists','The state/province \"{name}\" already exists.','The state/province \"{name}\" already exists.',1253084747),(390,'en','admincp','phpfox','2.0.0rc2','all_fields_are_required','All fields are required.','All fields are required.',1253084816),(391,'en','admincp','phpfox','2.0.0rc2','iso_can_only_contain_2_characters','ISO can only contain 2 characters.','ISO can only contain 2 characters.',1253084826),(392,'en','admincp','phpfox','2.0.0rc2','the_iso_is_already_in_use','The ISO is already in use.','The ISO is already in use.',1253084836),(393,'en','admincp','phpfox','2.0.0rc2','not_a_valid_country_package','Not a valid country package.','Not a valid country package.',1253084876),(394,'en','admincp','phpfox','2.0.0rc2','select_a_product','Select a product.','Select a product.',1253084897),(395,'en','admincp','phpfox','2.0.0rc2','select_a_module','Select a module.','Select a module.',1253084914),(396,'en','admincp','phpfox','2.0.0rc2','at_least_one_title_for_the_stat_is_required','At least one title for the stat is required.','At least one title for the stat is required.',1253084926),(397,'en','admincp','phpfox','2.0.0rc2','link_for_the_stat_is_required','Link for the stat is required.','Link for the stat is required.',1253084936),(398,'en','admincp','phpfox','2.0.0rc2','image_for_the_stat_is_required','Image for the stat is required.','Image for the stat is required.',1253084946),(399,'en','admincp','phpfox','2.0.0rc2','php_code_for_the_stat_is_required','PHP code for the stat is required.','PHP code for the stat is required.',1253084958),(400,'en','admincp','phpfox','2.0.0rc2','select_if_the_stat_is_active_or_not','Select if the stat is active or not.','Select if the stat is active or not.',1253084971),(401,'en','admincp','phpfox','2.0.0rc2','not_a_valid_request','Not a valid request.','Not a valid request.',1253084994),(402,'en','admincp','phpfox','2.0.0rc2','the_stat_you_are_looking_for_cannot_be_found','The stat you are looking for cannot be found.','The stat you are looking for cannot be found.',1253085007),(403,'en','admincp','phpfox','2.0.0rc2','unable_to_find_the_stat_you_want_to_edit','Unable to find the stat you want to edit.','Unable to find the stat you want to edit.',1253085033),(404,'en','admincp','phpfox','2.0.0rc2','php_version','PHP Version','PHP Version',1253085208),(405,'en','admincp','phpfox','2.0.0rc2','php_sapi','PHP Sapi','PHP Sapi',1253085217),(406,'en','admincp','phpfox','2.0.0rc2','php_safe_mode','PHP safe_mode','PHP safe_mode',1253085231),(407,'en','admincp','phpfox','2.0.0rc2','php_open_basedir','PHP open_basedir','PHP open_basedir',1253085243),(408,'en','admincp','phpfox','2.0.0rc2','php_disabled_functions','PHP Disabled Functions','PHP Disabled Functions',1253085253),(409,'en','admincp','phpfox','2.0.0rc2','php_loaded_extensions','PHP Loaded Extensions','PHP Loaded Extensions',1253085262),(410,'en','admincp','phpfox','2.0.0rc2','operating_system','Operating System','Operating System',1253085278),(411,'en','admincp','phpfox','2.0.0rc2','server_time_stamp','Server Time Stamp','Server Time Stamp',1253085310),(412,'en','admincp','phpfox','2.0.0rc2','gzip','GZIP','GZIP',1253085352),(413,'en','admincp','phpfox','2.0.0rc2','sql_driver_version','SQL Driver Version','SQL Driver Version',1253085368),(414,'en','admincp','phpfox','2.0.0rc2','sql_slave_enabled','SQL Slave Enabled','SQL Slave Enabled',1253085377),(415,'en','admincp','phpfox','2.0.0rc2','sql_total_slaves','SQL Total Slaves','SQL Total Slaves',1253085387),(416,'en','admincp','phpfox','2.0.0rc2','sql_slave_server','SQL Slave Server','SQL Slave Server',1253085399),(417,'en','admincp','phpfox','2.0.0rc2','memory_limit','Memory Limit','Memory Limit',1253085408),(418,'en','admincp','phpfox','2.0.0rc2','load_balancing_enabled','Load Balancing Enabled','Load Balancing Enabled',1253085422),(419,'en','admincp','phpfox','2.0.0rc2','none','None','None',1253085465),(420,'en','admincp','phpfox','2.0.0rc2','enabled','Enabled','Enabled',1253085477),(421,'en','admincp','phpfox','2.0.0rc2','disabled','Disabled','Disabled',1253085488),(422,'en','admincp','phpfox','2.0.0rc2','n_a','N/A','N/A',1253085499),(423,'en','admincp','phpfox','2.0.0rc2','total_server_memory','Total Server Memory','Total Server Memory',1253085571),(424,'en','admincp','phpfox','2.0.0rc2','available_server_memory','Available Server Memory','Available Server Memory',1253085584),(425,'en','admincp','phpfox','2.0.0rc2','current_server_load','Current Server Load','Current Server Load',1253085598),(426,'en','admincp','phpfox','2.0.0rc2','your_ftp_path_is_empty_and_does_not_need_to_have_any_value','Your FTP path is \"empty\" and does not need to have any value.','Your FTP path is \"empty\" and does not need to have any value.',1253086015),(427,'en','admincp','phpfox','2.0.0rc2','ftp_details','FTP Details','FTP Details',1253086025),(428,'en','admincp','phpfox','2.0.0rc2','ftp_host','FTP Host','FTP Host',1253086033),(429,'en','admincp','phpfox','2.0.0rc2','ftp_username','FTP Username','FTP Username',1253086042),(430,'en','admincp','phpfox','2.0.0rc2','ftp_password','FTP Password','FTP Password',1253086052),(431,'en','admincp','phpfox','2.0.0rc2','admincp_login_log','AdminCP Login Log','AdminCP Login Log',1253086100),(432,'en','admincp','phpfox','2.0.0rc2','view_attempt','View Attempt','View Attempt',1253086110),(433,'en','admincp','phpfox','2.0.0rc2','cancel','Cancel','Cancel',1253086155),(434,'en','admincp','phpfox','2.0.0rc2','posted_on_time_stamp_by_creator','Posted on {time_stamp} by {creator}.','Posted on {time_stamp} by {creator}.',1253086263),(435,'en','admincp','phpfox','2.0.0rc2','find_users','Find Users','Find Users',1253086389),(436,'en','admincp','phpfox','2.0.0rc2','go','Go','Go',1253086398),(437,'en','admincp','phpfox','2.0.0rc2','manage_user_group_settings','Manage User Group Settings','Manage User Group Settings',1253086409),(438,'en','admincp','phpfox','2.0.0rc2','edit_user_groups','Edit User Groups','Edit User Groups',1253086443),(439,'en','admincp','phpfox','2.0.0rc2','edit_system_settings','Edit System Settings','Edit System Settings',1253086453),(440,'en','admincp','phpfox','2.0.0rc2','send_newsletter','Send Newsletter','Send Newsletter',1253086462),(441,'en','admincp','phpfox','2.0.0rc2','write_an_announcement','Write an Announcement','Write an Announcement',1253086471),(442,'en','admincp','phpfox','2.0.0rc2','posted_on_time_stamp','Posted on {time_stamp}.','Posted on {time_stamp}.',1253086501),(443,'en','admincp','phpfox','2.0.0rc2','log_details','Log Details','Log Details',1253086570),(444,'en','admincp','phpfox','2.0.0rc2','attempt','Attempt','Attempt',1253086578),(445,'en','admincp','phpfox','2.0.0rc2','user','User','User',1253086587),(446,'en','admincp','phpfox','2.0.0rc2','time_stamp','Time Stamp','Time Stamp',1253086595),(447,'en','admincp','phpfox','2.0.0rc2','referrer','Referrer','Referrer',1253086623),(448,'en','admincp','phpfox','2.0.0rc2','user_agent','User Agent','User Agent',1253086633),(449,'en','admincp','phpfox','2.0.0rc2','security_token','Security Token','Security Token',1253086642),(450,'en','admincp','phpfox','2.0.0rc2','close','Close','Close',1253086659),(451,'en','admincp','phpfox','2.0.0rc2','state_province_details','State/Province Details','State/Province Details',1253087117),(452,'en','admincp','phpfox','2.0.0rc2','country','Country','Country',1253087125),(453,'en','admincp','phpfox','2.0.0rc2','manage','Manage','Manage',1253087292),(454,'en','admincp','phpfox','2.0.0rc2','country_details','Country Details','Country Details',1253087344),(455,'en','admincp','phpfox','2.0.0rc2','iso','ISO','ISO',1253087352),(456,'en','admincp','phpfox','2.0.0rc2','import_country_package','Import Country Package','Import Country Package',1253087386),(457,'en','admincp','phpfox','2.0.0rc2','file','File','File',1253087395),(458,'en','admincp','phpfox','2.0.0rc2','import_text_file','Import Text File','Import Text File',1253087438),(459,'en','admincp','phpfox','2.0.0rc2','you_can_upload_a_text_file_with_a_list','You can upload a text file with a list of states/provinces that you would like to import and each state/province should be on a new line.','You can upload a text file with a list of states/provinces that you would like to import and each state/province should be on a new line.',1253087470),(460,'en','admincp','phpfox','2.0.0rc2','countries','Countries','Countries',1253087487),(461,'en','admincp','phpfox','2.0.0rc2','add_state_province','Add State/Province','Add State/Province',1253087540),(462,'en','admincp','phpfox','2.0.0rc2','manage_states_provinces','Manage States/Provinces','Manage States/Provinces',1253087549),(463,'en','admincp','phpfox','2.0.0rc2','login_with_your_phpfox_client_details','Login with your phpFox client details in order to install the <i>branding removal</i>.','Login with your phpFox client details in order to install the <i>branding removal</i>.',1253087588),(464,'en','admincp','phpfox','2.0.0rc2','phpfox_client_login_details','phpFox Client Login Details','phpFox Client Login Details',1253087596),(465,'en','admincp','phpfox','2.0.0rc2','client_email','Client Email','Client Email',1253087604),(466,'en','admincp','phpfox','2.0.0rc2','client_password','Client Password','Client Password',1253087612),(467,'en','admincp','phpfox','2.0.0rc2','admins','Admins','Admins',1253087631),(468,'en','admincp','phpfox','2.0.0rc2','banned','Banned','Banned',1253087720),(469,'en','admincp','phpfox','2.0.0rc2','unban','Unban','Unban',1253087737),(470,'en','admincp','phpfox','2.0.0rc2','ban','Ban','Ban',1253087744),(471,'en','admincp','phpfox','2.0.0rc2','no_guests_online','No guests online.','No guests online.',1253087754),(472,'en','admincp','phpfox','2.0.0rc2','server_overview','Server Overview','Server Overview',1253087766),(473,'en','admincp','phpfox','2.0.0rc2','you_are_about_to_leave_our_site_to_visit','You are about to leave our site to visit: <a href=\"{link}\">{link}</a>','You are about to leave our site to visit: <a href=\"{link}\">{link}</a>',1253087796),(474,'en','admincp','phpfox','2.0.0rc2','click_here_to_continue','Click here to continue.','Click here to continue.',1253087813),(475,'en','admincp','phpfox','2.0.0rc2','note_we_are_in_no_way_affiliated','<strong>Note:</strong> We are in no way affiliated to \"{link}\".','<strong>Note:</strong> We are in no way affiliated to \"{link}\".',1253087832),(476,'en','admincp','phpfox','2.0.0rc2','controllers','Controllers','Controllers',1253104993),(477,'en','admincp','phpfox','2.0.0rc2','php_block_file','PHP Block File','PHP Block File',1253105020),(478,'en','admincp','phpfox','2.0.0rc2','html_code','HTML Code','HTML Code',1253105036),(479,'en','admincp','phpfox','2.0.0rc2','not_a_valid_ip_address','Not a valid IP address.','Not a valid IP address.',1253522964),(480,'en','admincp','phpfox','2.0.0rc2','ip_information','IP Information','IP Information',1253522974),(481,'en','admincp','phpfox','2.0.0rc2','host_address','Host Address','Host Address',1253522984),(482,'en','admincp','phpfox','2.0.0rc2','view_all_the_activity_from_this_ip','View all the activity from this IP.','View all the activity from this IP.',1253523295),(483,'en','admincp','phpfox','2.0.0rc2','search_ip_address','Search IP Address','Search IP Address',1253523525),(484,'en','admincp','phpfox','2.0.0rc3','admincp_menu_reparser','Reparser','Reparser',1253959468),(485,'en','admincp','phpfox','2.0.0rc4','edit_this_block','Edit this Block','Edit this Block',1255709840),(486,'en','admincp','phpfox','2.0.0rc4','remove_this_block','Remove this Block','Remove this Block',1255709849),(487,'en','admincp','phpfox','2.0.0rc4','remove_duplicates','Remove Duplicates','Remove Duplicates',1255856692),(488,'en','admincp','phpfox','2.0.0rc4','parsing_completed','Parsing completed.','Parsing completed.',1255860451),(489,'en','admincp','phpfox','2.0.0rc4','text_reparser','Text Reparser','Text Reparser',1255861071),(490,'en','admincp','phpfox','2.0.0rc4','reparser','Reparser','Reparser',1255861077),(491,'en','admincp','phpfox','2.0.0rc4','parsing_page_current_total_please_hold','Parsing page {current}/{total}. Please hold...','Parsing page {current}/{total}. Please hold...',1255861123),(492,'en','admincp','phpfox','2.0.0rc4','text_data','Text Data','Text Data',1255861153),(493,'en','admincp','phpfox','2.0.0rc4','records','Records','Records',1255861159),(494,'en','admincp','phpfox','2.0.0rc4','there_is_no_data_to_parse','There is no data to parse.','There is no data to parse.',1255861167),(495,'en','admincp','phpfox','2.0.0rc4','successfully_removed_duplicate_entries','Successfully removed duplicate entries.','Successfully removed duplicate entries.',1255863746),(496,'en','admincp','phpfox','2.0.0rc4','user_group_settings','User Group Settings','User Group Settings',1255863782),(497,'en','admincp','phpfox','2.0.0rc4','check','Check','Check',1255863866),(498,'en','admincp','phpfox','2.0.0rc4','custom_field','Custom Field','Custom Field',1256490984),(499,'en','admincp','phpfox','2.0.0rc6','admincp_name_not_allowed','AdminCP name not allowed','AdminCP name not allowed',1256889425),(500,'en','admincp','phpfox','2.0.0rc6','large_string','Large String','Large String',1256891252),(501,'en','admincp','phpfox','2.0.0rc7','enable_utf_encoding','Enable UTF Encoding','Enable UTF Encoding',1257799322),(502,'en','admincp','phpfox','2.0.0rc8','sql','SQL','SQL',1258744172),(503,'en','admincp','phpfox','2.0.0rc8','sql_maintenance','Maintenance','Maintenance',1258744239),(504,'en','admincp','phpfox','2.0.0rc8','table_s_successfully_optimized','Table(s) successfully optimized.','Table(s) successfully optimized.',1258745778),(505,'en','admincp','phpfox','2.0.0rc8','table_s_successfully_repaired','Table(s) successfully repaired.','Table(s) successfully repaired.',1258745790),(506,'en','admincp','phpfox','2.0.0rc8','sql_maintenance_title','SQL Maintenance','SQL Maintenance',1258745827),(507,'en','admincp','phpfox','2.0.0rc8','database_size','Database Size','Database Size',1258746004),(508,'en','admincp','phpfox','2.0.0rc8','overhead','Overhead','Overhead',1258746010),(509,'en','admincp','phpfox','2.0.0rc8','total_tables','Total Tables','Total Tables',1258746230),(510,'en','admincp','phpfox','2.0.0rc8','sql_tables','SQL Tables','SQL Tables',1258746241),(511,'en','admincp','phpfox','2.0.0rc8','table','Table','Table',1258746253),(512,'en','admincp','phpfox','2.0.0rc8','size','Size','Size',1258746266),(513,'en','admincp','phpfox','2.0.0rc8','optimize_table_s','Optimize Table(s)','Optimize Table(s)',1258746303),(514,'en','admincp','phpfox','2.0.0rc8','repair_table_s','Repair Table(s)','Repair Table(s)',1258746310),(515,'en','admincp','phpfox','2.0.0rc8','sql_backup','Backup','Backup',1258746653),(516,'en','admincp','phpfox','2.0.0rc8','sql_backup_successfully_created_and_can_be_downloaded_here_path','SQL backup successfully created and can be downloaded here: {path}','SQL backup successfully created and can be downloaded here: {path}',1258754213),(517,'en','admincp','phpfox','2.0.0rc8','the_path_you_provided_is_not_a_valid_directory','The path you provided is not a valid directory.','The path you provided is not a valid directory.',1258754263),(518,'en','admincp','phpfox','2.0.0rc8','backup','Backup','Backup',1258754347),(519,'en','admincp','phpfox','2.0.0rc8','sql_backup_header','SQL Backup','SQL Backup',1258754406),(520,'en','admincp','phpfox','2.0.0rc8','path','Path','Path',1258754414),(521,'en','admincp','phpfox','2.0.0rc8','provide_the_full_path_to_where_we_should_save_the_sql_backup','Provide the full path to where we should save the SQL backup.','Provide the full path to where we should save the SQL backup.',1258754422),(522,'en','admincp','phpfox','2.0.0rc8','your_operating_system_does_not_support_the_method_of_backup_we_provide','Your operating system does not support the method of backup we provide. We advice you contact your host and ask the best method to backup your database as most hosting companies provide these options from a hosting control panel (eg. cPanel, Plesk etc...).','Your operating system does not support the method of backup we provide. We advice you contact your host and ask the best method to backup your database as most hosting companies provide these options from a hosting control panel (eg. cPanel, Plesk etc...).',1258754523),(523,'en','admincp','phpfox','2.0.0rc8','today_s_site_stats','Today\'s Site Stats','Today\'s Site Stats',1258756073),(524,'en','admincp','phpfox','2.0.0rc8','counters','Counters','Counters',1258900597),(525,'en','admincp','phpfox','2.0.0rc8','update_of_counter_successfully_completed','Update of counter successfully completed.','Update of counter successfully completed.',1258979452),(526,'en','admincp','phpfox','2.0.0rc8','update_counters','Update Counters','Update Counters',1258979493),(527,'en','admincp','phpfox','2.0.0rc8','updating_counters_processing_page_current_out_of_page','Updating counters. Processing page {current} out of {page}.','Updating counters. Processing page {current} out of {page}.',1258979529),(528,'en','admincp','phpfox','2.0.0rc10','unable_to_find_xml_file_to_import_for_this_product','Unable to find XML file to import for this product.','Unable to find XML file to import for this product.',1259331413),(529,'en','admincp','phpfox','2.0.0rc10','the_module_name_is_required','The module \"{name}\" is required.','The module \"{name}\" is required.',1259331430),(530,'en','admincp','phpfox','2.0.0rc10','product_successfully_upgraded','Product successfully upgraded.','Product successfully upgraded.',1259334325),(531,'en','admincp','phpfox','2.0.0rc10','upgrade','Upgrade','Upgrade',1259334365),(532,'en','admincp','phpfox','2.0.0rc10','upgrade_upgrade_version','Upgrade ({upgrade_version})','Upgrade ({upgrade_version})',1259334389),(533,'en','admincp','phpfox','2.0.0rc10','not_a_valid_product_to_upgrade','Not a valid product to upgrade. It does not exist in our database.','Not a valid product to upgrade. It does not exist in our database.',1259334492),(534,'en','admincp','phpfox','2.0.0rc10','latest','Latest','Latest',1259347180),(535,'en','admincp','phpfox','2.0.0rc11','module_successfully_installed','Module successfully installed.','Module successfully installed.',1260124073),(536,'en','admincp','phpfox','2.0.0rc11','install_this_module','Install this Module','Install this Module',1260124108),(537,'en','admincp','phpfox','2.0.0rc11','menu_block','Menu Block','Menu Block',1260127011),(538,'en','admincp','phpfox','2.0.0rc11','parent_menu','Parent Menu','Parent Menu',1260127285),(539,'en','admincp','phpfox','2.0.0rc11','manage_children_total_children','Manage Children ({total_children})','Manage Children ({total_children})',1260133275),(540,'en','admincp','phpfox','2.0.0rc11','editing','Editing','Editing',1260205884),(541,'en','admincp','phpfox','2.0.0rc11','country_child_entries_successfully_deleted','Country child entries successfully deleted.','Country child entries successfully deleted.',1260232705),(542,'en','admincp','phpfox','2.0.0rc11','show_price','Show Price','Show Price',1260234779),(543,'en','admincp','phpfox','2.0.0','manage_components','Manage Components','Manage Components',1261233363),(544,'en','admincp','phpfox','2.0.0','component_successfully_updated','Component successfully updated.','Component successfully updated.',1261237677),(545,'en','admincp','phpfox','2.0.0','editing_component','Editing Component','Editing Component',1261237699),(546,'en','admincp','phpfox','2.0.0','component_successfully_deleted','Component successfully deleted.','Component successfully deleted.',1261238215),(547,'en','admincp','phpfox','2.0.0','components','Components','Components',1261238355),(548,'en','admincp','phpfox','2.0.2','checking_the_following_modules_for_missing_settings','Checking the following modules for missing settings','Checking the following modules for missing settings',1263387520),(549,'en','admincp','phpfox','2.0.2','missing_settings_successfully_imported','Missing settings successfully imported.','Missing settings successfully imported.',1263387546),(550,'en','admincp','phpfox','2.0.2','missing_settings','Missing Settings','Missing Settings',1263387556),(551,'en','admincp','phpfox','2.0.2','find_missing_settings','Find Missing Settings','Find Missing Settings',1263387601),(552,'en','admincp','phpfox','2.0.5','provide_a_3_character_currency_id','Provide a 3 character currency ID.','Provide a 3 character currency ID.',1271666124),(553,'en','admincp','phpfox','2.0.5','provide_a_symbol','Provide a symbol.','Provide a symbol.',1271666133),(554,'en','admincp','phpfox','2.0.5','provide_a_phrase_for_your_currency','Provide a phrase for your currency.','Provide a phrase for your currency.',1271666142),(555,'en','admincp','phpfox','2.0.5','select_if_this_currency_is_active_or_not','Select if this currency is active or not.','Select if this currency is active or not.',1271666153),(556,'en','admincp','phpfox','2.0.5','this_currency_is_already_in_use','This currency is already in use.','This currency is already in use.',1271666169),(557,'en','admincp','phpfox','2.0.5','currency_successfully_deleted','Currency successfully deleted.','Currency successfully deleted.',1271666187),(558,'en','admincp','phpfox','2.0.5','id','ID','ID',1271666197),(559,'en','admincp','phpfox','2.0.5','symbol','Symbol','Symbol',1271666204),(560,'en','admincp','phpfox','2.0.5','currency','Currency','Currency',1271666211),(561,'en','admincp','phpfox','2.0.5','default','Default','Default',1271666217),(562,'en','admincp','phpfox','2.0.5','set_as_default','Set as Default','Set as Default',1271666247),(563,'en','admincp','phpfox','2.0.5','currency_successfully_updated','Currency successfully updated.','Currency successfully updated.',1271666288),(564,'en','admincp','phpfox','2.0.5','currency_successfully_added','Currency successfully added.','Currency successfully added.',1271666297),(565,'en','admincp','phpfox','2.0.5','add_currency','Add Currency','Add Currency',1271666307),(566,'en','admincp','phpfox','2.0.5','currency_details','Currency Details','Currency Details',1271666317),(567,'en','admincp','phpfox','2.0.5','currency_id','Currency ID','Currency ID',1271666324),(568,'en','admincp','phpfox','2.0.5','is_active','Is Active','Is Active',1271666344),(569,'en','admincp','phpfox','2.0.5','foxporter','Foxporter','Foxporter',1273067717),(570,'en','admincp','phpfox','2.0.5','action','Action','Action',1273067760),(571,'en','admincp','phpfox','2.0.5','importing_data','Importing Data','Importing Data',1273067770),(572,'en','admincp','phpfox','2.0.5','refresh','Refresh','Refresh',1273067778),(573,'en','admincp','phpfox','2.0.5','continue_to_the_next_step','Continue to the next step...','Continue to the next step...',1273067788),(574,'en','admincp','phpfox','2.0.5','start_importing','Start Importing','Start Importing',1273067800),(575,'en','admincp','phpfox','2.0.5','not_a_valid_country_package_must_be_an_xml_file','Not a valid country package. Must be an XML file.','Not a valid country package. Must be an XML file.',1273136397),(576,'en','admincp','phpfox','2.0.5','alter_title_fields','Alter Title Fields','Alter Title Fields',1275386165),(577,'en','admincp','phpfox','2.0.5','database_tables_updated','Database tables updated.','Database tables updated.',1275386206),(578,'en','admincp','phpfox','2.0.5','b_notice_b_this_routine_is_highly_experimental','<b>Notice:</b> This routine is highly experimental.','<b>Notice:</b> This routine is highly experimental.',1275386223),(579,'en','admincp','phpfox','2.0.5','all_items_on_the_site_store_certain_information_in_the_database','All items on the site store certain information in the database. Some of this information are the titles of items. By default these fields that store the items title have a limit of 255 characters, which with alphanumeric characters is a lot. However, if using non-latin characters this might not be enough and titles are cut short. This reason for this is we convert non-latin characters before they are added into the database so when they are outputted everyone can view these characters irregardless of what character-set they have. Using the tool found on this page you can enlarge these fields to store a maximum of 65,535 characters.','All items on the site store certain information in the database. Some of this information are the titles of items. By default these fields that store the items title have a limit of 255 characters, which with alphanumeric characters is a lot. However, if using non-latin characters this might not be enough and titles are cut short. This reason for this is we convert non-latin characters before they are added into the database so when they are outputted everyone can view these characters irregardless of what character-set they have. Using the tool found on this page you can enlarge these fields to store a maximum of 65,535 characters.',1275386310),(580,'en','admincp','phpfox','2.0.5','update_database_tables','Update Database Tables','Update Database Tables',1275386334),(581,'en','api','phpfox','2.0.0beta4','module_api','Api','Api',1244660981),(582,'en','api','phpfox','2.0.0rc2','unable_to_find_the_payment_gateway','Unable to find the payment gateway.','Unable to find the payment gateway.',1252912087),(583,'en','api','phpfox','2.0.0rc2','gateway_successfully_updated','Gateway successfully updated.','Gateway successfully updated.',1252912098),(584,'en','api','phpfox','2.0.0rc2','payment_gateways','Payment Gateways','Payment Gateways',1252912106),(585,'en','api','phpfox','2.0.0rc2','editing','Editing','Editing',1252912117),(586,'en','api','phpfox','2.0.0rc2','cost_per_month','{cost} per month','{cost} per month',1252912239),(587,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_per_month','{default_cost} and then {cost} per month','{default_cost} and then {cost} per month',1252912274),(588,'en','api','phpfox','2.0.0rc2','cost_per_quarter','{cost} per quarter','{cost} per quarter',1252912309),(589,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_per_quarter','{default_cost} and then {cost} per quarter','{default_cost} and then {cost} per quarter',1252912343),(590,'en','api','phpfox','2.0.0rc2','cost_biannualy','{cost} biannualy','{cost} biannualy',1252912372),(591,'en','api','phpfox','2.0.0rc2','cost_annually','{cost} annually','{cost} annually',1252912385),(592,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_biannualy','{default_cost} and then {cost} biannualy','{default_cost} and then {cost} biannualy',1252912426),(593,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_annually','{default_cost} and then {cost} annually','{default_cost} and then {cost} annually',1252912446),(594,'en','api','phpfox','2.0.0rc2','provide_a_name','Provide a name.','Provide a name.',1252912486),(595,'en','api','phpfox','2.0.0rc2','provide_a_description','Provide a description.','Provide a description.',1252912494),(596,'en','api','phpfox','2.0.0rc2','select_if_the_gateway_is_active_or_not','Select if the gateway is active or not.','Select if the gateway is active or not.',1252912503),(597,'en','api','phpfox','2.0.0rc2','select_if_the_gateway_is_in_test_mode','Select if the gateway is in test mode.','Select if the gateway is in test mode.',1252912513),(598,'en','api','phpfox','2.0.0rc2','opps_no_payment_gateways_have_been_set_up_yet','Opps! No payment gateways have been set up yet.','Opps! No payment gateways have been set up yet.',1252912564),(599,'en','api','phpfox','2.0.0rc2','purchase_with_gateway_name','Purchase with {gateway_name}','Purchase with {gateway_name}',1252912577),(600,'en','api','phpfox','2.0.0rc2','gateway_details','Gateway Details','Gateway Details',1252912604),(601,'en','api','phpfox','2.0.0rc2','title','Title','Title',1252913445),(602,'en','api','phpfox','2.0.0rc2','description','Description','Description',1252913463),(603,'en','api','phpfox','2.0.0rc2','test_mode','Test Mode','Test Mode',1252913532),(604,'en','api','phpfox','2.0.0rc2','update','Update','Update',1252913593),(605,'en','api','phpfox','2.0.0rc2','gateways','Gateways','Gateways',1252913669),(606,'en','api','phpfox','2.0.0rc2','active','Active','Active',1252913703),(607,'en','api','phpfox','2.0.0rc2','edit_gateway_settings','Edit Gateway Settings','Edit Gateway Settings',1252913717),(608,'en','api','phpfox','2.0.0rc2','disable_test_mode','Disable Test Mode','Disable Test Mode',1252922033),(609,'en','api','phpfox','2.0.0rc2','enable_test_mode','Enable Test Mode','Enable Test Mode',1252922041),(610,'en','ban','phpfox','2.0.0alpha1','module_ban','Ban','Ban',1219151836),(611,'en','ban','phpfox','2.0.0rc1','ban_filters','Ban Filters','Ban Filters',1248093329),(612,'en','ban','phpfox','2.0.0rc1','ban_filter_username','Usernames','Usernames',1248093367),(613,'en','ban','phpfox','2.0.0rc1','ban_filter_email','Emails','Emails',1248110298),(614,'en','ban','phpfox','2.0.0rc1','ban_filter_display_name','Display Names','Display Names',1248113718),(615,'en','ban','phpfox','2.0.0rc1','ban_filter_ip','IP Address','IP Address',1248114041),(616,'en','ban','phpfox','2.0.0rc1','global_ban_message','You have been banned from the site.','You have been banned from the site.',1248114867),(617,'en','ban','phpfox','2.0.0rc1','ban_filter_word','Words','Words',1248115029),(618,'en','ban','phpfox','2.0.0rc2','filter_successfully_deleted','Filter successfully deleted.','Filter successfully deleted.',1252926663),(619,'en','ban','phpfox','2.0.0rc2','filter_successfully_added','Filter successfully added.','Filter successfully added.',1252926676),(620,'en','ban','phpfox','2.0.0rc2','ban','Ban','Ban',1252926684),(621,'en','ban','phpfox','2.0.0rc2','display_names','Display Names','Display Names',1252926710),(622,'en','ban','phpfox','2.0.0rc2','display_name','Display Name','Display Name',1252926721),(623,'en','ban','phpfox','2.0.0rc2','emails','Emails','Emails',1252926731),(624,'en','ban','phpfox','2.0.0rc2','email','Email','Email',1252926738),(625,'en','ban','phpfox','2.0.0rc2','ip_addresses','IP Addresses','IP Addresses',1252926751),(626,'en','ban','phpfox','2.0.0rc2','ip_address','IP Address','IP Address',1252926760),(627,'en','ban','phpfox','2.0.0rc2','usernames','Usernames','Usernames',1252926770),(628,'en','ban','phpfox','2.0.0rc2','username','Username','Username',1252926777),(629,'en','ban','phpfox','2.0.0rc2','words','Words','Words',1252926787),(630,'en','ban','phpfox','2.0.0rc2','word','Word','Word',1252926794),(631,'en','ban','phpfox','2.0.0rc2','filter_value_is_required','Filter value is required.','Filter value is required.',1252926832),(632,'en','ban','phpfox','2.0.0rc2','filter_replacement_is_required','Filter replacement is required.','Filter replacement is required.',1252926846),(633,'en','ban','phpfox','2.0.0rc2','add_filter','Add Filter','Add Filter',1252926887),(634,'en','ban','phpfox','2.0.0rc2','use_the_asterisk_for_wildcard_entries','Use the asterisk (*) for wildcard entries.','Use the asterisk (*) for wildcard entries.',1252926938),(635,'en','ban','phpfox','2.0.0rc2','replacement','Replacement','Replacement',1252926946),(636,'en','ban','phpfox','2.0.0rc2','add','Add','Add',1252926955),(637,'en','ban','phpfox','2.0.0rc2','added_by','Added By','Added By',1252926974),(638,'en','ban','phpfox','2.0.0rc2','added_on','Added On','Added On',1252926982),(639,'en','ban','phpfox','2.0.0rc2','delete','Delete','Delete',1252926996),(640,'en','ban','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1252927003),(641,'en','ban','phpfox','2.0.0rc2','n_a','N/A','N/A',1252927037),(642,'en','ban','phpfox','2.0.0rc2','you_have_been_banned_for_spamming','You have been banned for spamming.','You have been banned for spamming.',1252927064),(643,'en','ban','phpfox','2.0.5dev1','recent_blogs','Recent Blogs','Recent Blogs',1274843692),(644,'en','ban','phpfox','2.0.5dev1','most_viewed','Most Viewed','Most Viewed',1274843702),(645,'en','ban','phpfox','2.0.6','not_allowed_ip_address','Your IP address is not allowed','Your IP address is not allowed',1282234070),(646,'en','core','phpfox','2.0.0alpha1','setting_group_cookie','<title>Cookies</title><info>Cookie Information</info>','<title>Cookies</title><info>Cookie Information</info>',1213866358),(647,'en','core','phpfox','2.0.0alpha1','setting_cookie_path','<title>Path to Save Cookies</title><info>The path to which the cookie is saved. If you run more than one site on the same domain, it will be necessary to set this to the individual directories of your site. Otherwise, just leave it as / .\r\n\r\nPlease note that your path should always end in a forward-slash; for example \'/community/\', \'/phpfox/\' etc.\r\n\r\n<b>Entering an invalid setting can leave you unable to login to your site.</b></info>','<title>Path to Save Cookies</title><info>The path to which the cookie is saved. If you run more than one site on the same domain, it will be necessary to set this to the individual directories of your site. Otherwise, just leave it as / .\r\n\r\nPlease note that your path should always end in a forward-slash; for example \'/community/\', \'/phpfox/\' etc.\r\n\r\n<b>Entering an invalid setting can leave you unable to login to your site.</b></info>',1213869795),(648,'en','core','phpfox','2.0.0alpha1','setting_cookie_domain','<title>Cookie Domain</title><info>This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your site, i.e. example.com and community.example.com. To allow users to stay logged into the site if they visit via either url, you would set this to .example.com (note the domain begins with a dot.\r\n\r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your site.</info>','<title>Cookie Domain</title><info>This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your site, i.e. example.com and community.example.com. To allow users to stay logged into the site if they visit via either url, you would set this to .example.com (note the domain begins with a dot.\r\n\r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your site.</info>',1213869928),(649,'en','core','phpfox','2.0.0alpha1','setting_group_development','<title>Development</title><info>Sample Information</info>','<title>Development</title><info>Sample Information</info>',1213871855),(650,'en','core','phpfox','2.0.0alpha1','setting_log_missing_images','<title>Log Missing Image</title><info>Find and log any missing images into a log file. This could be used during the development of a new module or plug-in. \r\n\r\nIf you are running a live site make sure this setting is disabled.\r\n\r\nNote the relative location of the log file is: /file/cache/missing-images.txt</info>','<title>Log Missing Image</title><info>Find and log any missing images into a log file. This could be used during the development of a new module or plug-in. \r\n\r\nIf you are running a live site make sure this setting is disabled.\r\n\r\nNote the relative location of the log file is: /file/cache/missing-images.txt</info>',1213872261),(651,'en','core','phpfox','2.0.0alpha1','setting_attachment_valid_images','<title>Create Thumbnails</title><info>Define what file extensions we should create thumbnails for when a user uploads an image attachment.</info>','<title>Create Thumbnails</title><info>Define what file extensions we should create thumbnails for when a user uploads an image attachment.</info>',1213872474),(652,'en','core','phpfox','2.0.0alpha1','setting_attachment_max_thumbnail','<title>Thumbnail Width/Height</title><info>Define the width and height of the thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a thumbnail for the image.</info>','<title>Thumbnail Width/Height</title><info>Define the width and height of the thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a thumbnail for the image.</info>',1213872657),(653,'en','core','phpfox','2.0.0alpha1','setting_attachment_max_medium','<title>Medium Thumbnail Width/Height</title><info>Define the width and height of the medium thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a medium thumbnail for the image.\r\n\r\nNote that the medium thumbnail is displayed on the website instead of the original image to save bandwidth.</info>','<title>Medium Thumbnail Width/Height</title><info>Define the width and height of the medium thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a medium thumbnail for the image.\r\n\r\nNote that the medium thumbnail is displayed on the website instead of the original image to save bandwidth.</info>',1213872836),(654,'en','core','phpfox','2.0.0alpha1','setting_attachment_upload_bars','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading attachments for an item.</info>','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading attachments for an item.</info>',1213872933),(655,'en','core','phpfox','2.0.0alpha1','setting_group_content_formatting','<title>Content Formatting</title><info>Format Info</info>','<title>Content Formatting</title><info>Format Info</info>',1213873063),(656,'en','core','phpfox','2.0.0alpha1','setting_wysiwyg','<title>WYSIWYG Editor</title><info>Select a default WYSIWYG editor.\r\n\r\nWYSIWYG (What You See Is What You Get)</info>','<title>WYSIWYG Editor</title><info>Select a default WYSIWYG editor.\r\n\r\nWYSIWYG (What You See Is What You Get)</info>',1213874080),(657,'en','core','phpfox','2.0.0alpha1','setting_allow_html','<title>Allow HTML</title><info>Set this to <b>True</b> if you would like to allow HTML on your site. Note that even with this setting enabled by default we only allow certain HTML tags we feel that will not harm your site. You can add more HTML tags by modifying the setting <b>sAllowedHtmlTags</b> which can be found in this setting group.</info>','<title>Allow HTML</title><info>Set this to <b>True</b> if you would like to allow HTML on your site. Note that even with this setting enabled by default we only allow certain HTML tags we feel that will not harm your site. You can add more HTML tags by modifying the setting <b>sAllowedHtmlTags</b> which can be found in this setting group.</info>',1213875281),(658,'en','core','phpfox','2.0.0alpha1','setting_allowed_html','<title>Allowed HTML Tags</title><info>We provide a set of HTML tags we feel will give your users the ability to format their content without harming your site. \r\n\r\nYou are free to add more HTML tags you deem necessary. If you do add more tags note that we have taken steps to prevent injections from JavaScript for example so adding more tags should not cause a security risk, it can however alter the way your site looks.\r\n\r\nTo add more tags simply add the tag you wish either to the end or front of the provided tags.</info>','<title>Allowed HTML Tags</title><info>We provide a set of HTML tags we feel will give your users the ability to format their content without harming your site. \r\n\r\nYou are free to add more HTML tags you deem necessary. If you do add more tags note that we have taken steps to prevent injections from JavaScript for example so adding more tags should not cause a security risk, it can however alter the way your site looks.\r\n\r\nTo add more tags simply add the tag you wish either to the end or front of the provided tags.</info>',1213875545),(659,'en','core','phpfox','2.0.0alpha1','setting_xhtml_valid','<title>XHTML Valid</title><info>Set this to <b>True</b> if you would like us to try to clean up the content being added by your users and attempt to make the site XHTML valid.\r\n\r\nNote that enabling this feature will use extra resources in order to parse all the data being added and remove or fix any unwanted HTML errors. Keeping this feature disabled on large sites would be best unless you really desire your site to be XHTML valid.</info>','<title>XHTML Valid</title><info>Set this to <b>True</b> if you would like us to try to clean up the content being added by your users and attempt to make the site XHTML valid.\r\n\r\nNote that enabling this feature will use extra resources in order to parse all the data being added and remove or fix any unwanted HTML errors. Keeping this feature disabled on large sites would be best unless you really desire your site to be XHTML valid.</info>',1213875737),(660,'en','core','phpfox','2.0.0alpha1','setting_wysiwyg_comments','<title>Enable WYSIWYG</title><info>Set this to <b>True</b> if you would like to enable the usage of a WYSIWYG editor when users add a comment on an item or another users profile. \r\n\r\nNote that in order for this setting to take affect you must be using a WYSIWYG editor other then the <b>default</b> editor.</info>','<title>Enable WYSIWYG</title><info>Set this to <b>True</b> if you would like to enable the usage of a WYSIWYG editor when users add a comment on an item or another users profile. \r\n\r\nNote that in order for this setting to take affect you must be using a WYSIWYG editor other then the <b>default</b> editor.</info>',1213876086),(661,'en','core','phpfox','2.0.0alpha1','setting_comment_page_limit','<title>Page Limit</title><info>Define how many comments will be displayed on a page before we add a pagination so users can continue to browse to other pages to view the rest of the comments.</info>','<title>Page Limit</title><info>Define how many comments will be displayed on a page before we add a pagination so users can continue to browse to other pages to view the rest of the comments.</info>',1213876191),(662,'en','core','phpfox','2.0.0alpha1','setting_keep_active_posts','<title>Active Posts</title><info>Define how long we should keep posts active in minutes. \r\n\r\nNote that if a post passes this limit it will be displayed on the site normally, however if a post is active there will be some form of letting the user know that they have not viewed the specific thread or forum. Depending on the theme you are using this is usually identified by images and formating the title of the thread or forum to be bold.</info>','<title>Active Posts</title><info>Define how long we should keep posts active in minutes. \r\n\r\nNote that if a post passes this limit it will be displayed on the site normally, however if a post is active there will be some form of letting the user know that they have not viewed the specific thread or forum. Depending on the theme you are using this is usually identified by images and formating the title of the thread or forum to be bold.</info>',1213876414),(663,'en','core','phpfox','2.0.0alpha1','setting_use_hot_threads','<title>Display Hot Threads</title><info>Set this to <b>True</b> if you would like to display <b>Hot Threads</b> in your forums. \r\n\r\nHot Threads are defined by the setting <setting>iHotThreadPosts</setting> or <setting>iHotThreadViews</setting>. \r\n\r\nDepending on those settings it will consider if a thread is popular by how many posts or views a thread has and if it surpassed the settings mentioned earlier it will be considered a <b>Hot Thread</b>.</info>','<title>Display Hot Threads</title><info>Set this to <b>True</b> if you would like to display <b>Hot Threads</b> in your forums. \r\n\r\nHot Threads are defined by the setting <setting>iHotThreadPosts</setting> or <setting>iHotThreadViews</setting>. \r\n\r\nDepending on those settings it will consider if a thread is popular by how many posts or views a thread has and if it surpassed the settings mentioned earlier it will be considered a <b>Hot Thread</b>.</info>',1213876606),(664,'en','core','phpfox','2.0.0alpha1','setting_hot_thread_posts','<title>Hot Thread Limit (Posts)</title><info>Define how many threads must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>','<title>Hot Thread Limit (Posts)</title><info>Define how many threads must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>',1213876728),(665,'en','core','phpfox','2.0.0alpha1','setting_hot_thread_views','<title>Hot Thread Limit (Views)</title><info>Define how many thread views must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>','<title>Hot Thread Limit (Views)</title><info>Define how many thread views must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>',1213876942),(666,'en','core','phpfox','2.0.0alpha1','setting_login_module','<title>User Login Method</title><info>Login method used when a user logs into a site.\r\n\r\n<b>Cookies</b> will store the information we need to keep a user logged in on their end, while a <b>Session</b> will store this information on your server.\r\n\r\nNote that if a user logs into the site with the \"Remember Me\" box ticked it will automatically use a <b>Cookie</b> to set the users session.</info>','<title>User Login Method</title><info>Login method used when a user logs into a site.\r\n\r\n<b>Cookies</b> will store the information we need to keep a user logged in on their end, while a <b>Session</b> will store this information on your server.\r\n\r\nNote that if a user logs into the site with the \"Remember Me\" box ticked it will automatically use a <b>Cookie</b> to set the users session.</info>',1213877180),(667,'en','core','phpfox','2.0.0alpha1','setting_active_session','<title>Active Session</title><info>Define how long a user is displayed as active on the site in minutes. \r\n\r\nIf a user is inactive longer then the specified setting they will be removed from the online session table. When this is done they will no longer appear to be online when other members view their profile. If the user suddenly becomes active after their session expired a new session will automatically be created.</info>','<title>Active Session</title><info>Define how long a user is displayed as active on the site in minutes. \r\n\r\nIf a user is inactive longer then the specified setting they will be removed from the online session table. When this is done they will no longer appear to be online when other members view their profile. If the user suddenly becomes active after their session expired a new session will automatically be created.</info>',1213877388),(668,'en','core','phpfox','2.0.0alpha1','setting_tag_min_display','<title>Minimum Display</title><info>Define how many tags must be added before they can be displayed to the public.\r\n\r\nHigher this setting if you do want to display a tag cloud with only a few tags.</info>','<title>Minimum Display</title><info>Define how many tags must be added before they can be displayed to the public.\r\n\r\nHigher this setting if you do want to display a tag cloud with only a few tags.</info>',1213877642),(669,'en','core','phpfox','2.0.0alpha1','setting_tag_max_font_size','<title>Maximum Font Size</title><info>Define the font size for the most added/used tags on the site.</info>','<title>Maximum Font Size</title><info>Define the font size for the most added/used tags on the site.</info>',1213877692),(670,'en','core','phpfox','2.0.0alpha1','setting_tag_min_font_size','<title>Minimum Font Size</title><info>Define the font size for the least used tags on the site.</info>','<title>Minimum Font Size</title><info>Define the font size for the least used tags on the site.</info>',1213877749),(671,'en','core','phpfox','2.0.0alpha1','setting_tag_cache_tag_cloud','<title>Cache</title><info>Define how long we should cache tag clouds that are displayed on sections that use them.\r\n\r\nNote that this setting must be defined in minutes.\r\n\r\nIt is important to cache tag clouds as this removes a query to the database that can be rather memory extensive.</info>','<title>Cache</title><info>Define how long we should cache tag clouds that are displayed on sections that use them.\r\n\r\nNote that this setting must be defined in minutes.\r\n\r\nIt is important to cache tag clouds as this removes a query to the database that can be rather memory extensive.</info>',1213877937),(672,'en','core','phpfox','2.0.0alpha1','setting_top_bloggers_display_limit','<title>Top Bloggers Limit</title><info>Define the limit of how many <b>Top Bloggers</b> can be displayed when viewing the blog section.</info>','<title>Top Bloggers Limit</title><info>Define the limit of how many <b>Top Bloggers</b> can be displayed when viewing the blog section.</info>',1213878007),(673,'en','core','phpfox','2.0.0alpha1','setting_top_bloggers_min_post','<title>Blog Count for Top Bloggers</title><info>Before a user can be considered to be a <b>Top Blogger</b> they must enter X amount of blog(s) where X is the value of this setting.</info>','<title>Blog Count for Top Bloggers</title><info>Before a user can be considered to be a <b>Top Blogger</b> they must enter X amount of blog(s) where X is the value of this setting.</info>',1213878115),(674,'en','core','phpfox','2.0.0alpha1','setting_cache_top_bloggers','<title>Cache Top Bloggers</title><info>Set this to <b>True</b> if we should cache the <b>Top Bloggers</b>. It always a good idea to cache such things as there is no need to run an extra query to the database to find out which users are the <b>Top Bloggers</b> as this requires counting all of the blogs added.\r\n\r\nNote that the setting <setting>iCacheTopBloggersLimit</setting> controls how long to keep the cache.</info>','<title>Cache Top Bloggers</title><info>Set this to <b>True</b> if we should cache the <b>Top Bloggers</b>. It always a good idea to cache such things as there is no need to run an extra query to the database to find out which users are the <b>Top Bloggers</b> as this requires counting all of the blogs added.\r\n\r\nNote that the setting <setting>iCacheTopBloggersLimit</setting> controls how long to keep the cache.</info>',1213878273),(675,'en','core','phpfox','2.0.0alpha1','setting_cache_top_bloggers_limit','<title>Top Bloggers Cache Time</title><info>Define how long we should keep the cache for the <b>Top Bloggers</b>.\r\n\r\nNote this setting will have not affect if the setting <setting>bCacheTopBloggers</setting> is disabled.</info>','<title>Top Bloggers Cache Time</title><info>Define how long we should keep the cache for the <b>Top Bloggers</b>.\r\n\r\nNote this setting will have not affect if the setting <setting>bCacheTopBloggers</setting> is disabled.</info>',1213878370),(676,'en','core','phpfox','2.0.0alpha1','setting_display_post_count_in_top_bloggers','<title>Display Post Count for Top Bloggers</title><info>Set this to <b>True</b> if you would like to display the post count besides the names of each of the <b>Top Bloggers</b>.\r\n\r\nNote that this feature relies on the theme you are using and if the theme is not the default theme provided this might not be displayed.</info>','<title>Display Post Count for Top Bloggers</title><info>Set this to <b>True</b> if you would like to display the post count besides the names of each of the <b>Top Bloggers</b>.\r\n\r\nNote that this feature relies on the theme you are using and if the theme is not the default theme provided this might not be displayed.</info>',1213878461),(677,'en','core','phpfox','2.0.0alpha1','setting_group_archive_handler','<title>Archive Handler</title><info>Control how the Archive class handles archives that need to be either extracted or created.</info>','<title>Archive Handler</title><info>Control how the Archive class handles archives that need to be either extracted or created.</info>',1214047385),(678,'en','core','phpfox','2.0.0alpha1','setting_unzip_path','<title>Unzip Path</title><info>Full path to where the binary for <b>unzip</b> is located. \r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nunzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis unzip\r\n[/code]</info>','<title>Unzip Path</title><info>Full path to where the binary for <b>unzip</b> is located. \r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nunzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis unzip\r\n[/code]</info>',1214047692),(679,'en','core','phpfox','2.0.0alpha1','setting_lang_pack_helper','<title>Language Package Helper</title><info>If enabled this option will add brackets surrounding a phrase, which can be used to identify which phrases have not been added into the core language package. Hard coded phrases will not have brackets.\r\n\r\n\r\n\r\nIf a phrase is hard coded in the source the site will be unable to translate that specific phrase.\r\n\r\nIt is best to use this feature during development or creating of a new language package. \r\n\r\nExample of how a phrase will look once this setting is enabled:\r\n[quote]\r\n{This is a sample}\r\n[/quote]</info>','<title>Language Package Helper</title><info>If enabled this option will add brackets surrounding a phrase, which can be used to identify which phrases have not been added into the core language package. Hard coded phrases will not have brackets.\r\n\r\n\r\n\r\nIf a phrase is hard coded in the source the site will be unable to translate that specific phrase.\r\n\r\nIt is best to use this feature during development or creating of a new language package. \r\n\r\nExample of how a phrase will look once this setting is enabled:\r\n[quote]\r\n{This is a sample}\r\n[/quote]</info>',1214050525),(680,'en','core','phpfox','2.0.0alpha1','setting_group_cron','<title>Cron</title><info>Control the time-based scheduling service provided.</info>','<title>Cron</title><info>Control the time-based scheduling service provided.</info>',1214137439),(681,'en','core','phpfox','2.0.0alpha1','setting_cron','<title>Cron Jobs</title><info>Set to <b>True</b> to enable <b>Cron Jobs</b> to actively run in the background of your site.\r\n\r\nIf you have access to setup a crontab this method is preferred but will require access to your server. Once a crontab is setup you can disable this feature.</info>','<title>Cron Jobs</title><info>Set to <b>True</b> to enable <b>Cron Jobs</b> to actively run in the background of your site.\r\n\r\nIf you have access to setup a crontab this method is preferred but will require access to your server. Once a crontab is setup you can disable this feature.</info>',1214137712),(682,'en','core','phpfox','2.0.0alpha1','setting_feed_time_layout','<title>Time Layout</title><info>Control how old feeds can be by getting feeds that are <b>X</b> minutes, hours, days or months old.\r\n\r\n<b>X</b> is defined by the setting <setting>iDisplayFeedsFrom</setting>.</info>','<title>Time Layout</title><info>Control how old feeds can be by getting feeds that are <b>X</b> minutes, hours, days or months old.\r\n\r\n<b>X</b> is defined by the setting <setting>iDisplayFeedsFrom</setting>.</info>',1214141052),(683,'en','core','phpfox','2.0.0alpha1','setting_display_feeds_from','<title>Time Limit</title><info>This setting is used in conjunction with the setting <setting>sFeedTimeLayout</setting>.\r\n\r\nHere you must define a number which will control how old a news feed can be.</info>','<title>Time Limit</title><info>This setting is used in conjunction with the setting <setting>sFeedTimeLayout</setting>.\r\n\r\nHere you must define a number which will control how old a news feed can be.</info>',1214141228),(684,'en','core','phpfox','2.0.0alpha1','setting_feed_only_friends','<title>Friends Only</title><info>Set to <b>True</b> if you would like news feed to only be displayed to the user and their friends.</info>','<title>Friends Only</title><info>Set to <b>True</b> if you would like news feed to only be displayed to the user and their friends.</info>',1214141288),(685,'en','core','phpfox','2.0.0alpha1','setting_feed_display_limit','<title>Display Limit</title><info>Limit how many feeds should be displayed within the main news feed.</info>','<title>Display Limit</title><info>Limit how many feeds should be displayed within the main news feed.</info>',1214141651),(686,'en','core','phpfox','2.0.0alpha1','setting_captcha_code','<title>Captcha String</title><info>Alphanumeric characters that will be part of the Captcha routine.</info>','<title>Captcha String</title><info>Alphanumeric characters that will be part of the Captcha routine.</info>',1214232656),(687,'en','core','phpfox','2.0.0alpha1','setting_captcha_limit','<title>Character Limit</title><info>Limit how many characters will be displayed in the Captcha image.</info>','<title>Character Limit</title><info>Limit how many characters will be displayed in the Captcha image.</info>',1214232699),(688,'en','core','phpfox','2.0.0alpha1','setting_captcha_use_font','<title>Use Font (TTF)</title><info>If enabled and if your server supports the PHP function [link=http://se.php.net/imagettftext]imagettftext[/link] the Captcha routine will use a TTF (True Type Font) to create the text instead of using the default image processing string function.\r\n\r\nThe font that will be used is controlled by the setting <setting>sCaptchaFont</setting>:</info>','<title>Use Font (TTF)</title><info>If enabled and if your server supports the PHP function [link=http://se.php.net/imagettftext]imagettftext[/link] the Captcha routine will use a TTF (True Type Font) to create the text instead of using the default image processing string function.\r\n\r\nThe font that will be used is controlled by the setting <setting>sCaptchaFont</setting>:</info>',1214233090),(689,'en','core','phpfox','2.0.0alpha1','setting_captcha_font','<title>True Type Font</title><info>Select which TTF (True Type Font) you would like to use for your Captcha image.\r\n\r\nNote the setting <setting>captcha_font</setting> must be enabled in order to use this option.</info>','<title>True Type Font</title><info>Select which TTF (True Type Font) you would like to use for your Captcha image.\r\n\r\nNote the setting <setting>captcha_font</setting> must be enabled in order to use this option.</info>',1214233276),(690,'en','core','phpfox','2.0.0alpha1','setting_default_lang_id','<title>Default Language ID</title><info>Control the default language ID for the site. Note this setting is handled within the script and in most cases should <b>not</b> be modified.</info>','<title>Default Language ID</title><info>Control the default language ID for the site. Note this setting is handled within the script and in most cases should <b>not</b> be modified.</info>',1214236511),(691,'en','core','phpfox','2.0.0alpha1','setting_default_theme_name','<title>Default Theme Name</title><info>Default Theme Name</info>','<title>Default Theme Name</title><info>Default Theme Name</info>',1214236595),(692,'en','core','phpfox','2.0.0alpha1','setting_default_style_name','<title>Default Style Name</title><info>Default Style Name</info>','<title>Default Style Name</title><info>Default Style Name</info>',1214236614),(693,'en','core','phpfox','2.0.0alpha1','setting_default_style_id','<title>Default Style ID</title><info>Default Style ID</info>','<title>Default Style ID</title><info>Default Style ID</info>',1214236630),(694,'en','core','phpfox','2.0.0alpha1','setting_module_forum','<title>Default forum module URL</title><info>If the forum module name is different this setting must be updated.</info>','<title>Default forum module URL</title><info>If the forum module name is different this setting must be updated.</info>',1214236808),(695,'en','core','phpfox','2.0.0alpha1','setting_group_admin_control_panel','<title>Admin Control Panel</title><info>Manage settings for the Admin CP.</info>','<title>Admin Control Panel</title><info>Manage settings for the Admin CP.</info>',1214236854),(696,'en','core','phpfox','2.0.0alpha1','setting_admin_cp','<title>Admin CP Location</title><info>Location of the Admin CP. Change this to secure your Admin CP.\r\n\r\nBy default the setting is <b>admincp</b> so the final URL will be:\r\n[quote]\r\nhttp://www.yoursite.com/admincp/\r\n[/quote]\r\n\r\nNote the above example is when short URL\'s is enabled.</info>','<title>Admin CP Location</title><info>Location of the Admin CP. Change this to secure your Admin CP.\r\n\r\nBy default the setting is <b>admincp</b> so the final URL will be:\r\n[quote]\r\nhttp://www.yoursite.com/admincp/\r\n[/quote]\r\n\r\nNote the above example is when short URL\'s is enabled.</info>',1214237032),(697,'en','core','phpfox','2.0.0alpha1','setting_group_general','<title>General</title><info>Manage general settings.</info>','<title>General</title><info>Manage general settings.</info>',1214237167),(698,'en','core','phpfox','2.0.0alpha1','setting_global_update_time','<title>Global Time Stamp</title><info>Each module has items that are displayed and use our time stamp settings to display the date the way we would like.\r\n\r\nIf a module does not specify a time stamp setting it will use the default time stamp layout which is controlled with this setting.\r\n\r\nFor a better understanding on how to modify this setting and what the string values stand for you can follow up on the PHP date() function [link=http://se2.php.net/date]here[/link].</info>','<title>Global Time Stamp</title><info>Each module has items that are displayed and use our time stamp settings to display the date the way we would like.\r\n\r\nIf a module does not specify a time stamp setting it will use the default time stamp layout which is controlled with this setting.\r\n\r\nFor a better understanding on how to modify this setting and what the string values stand for you can follow up on the PHP date() function [link=http://se2.php.net/date]here[/link].</info>',1214237553),(699,'en','core','phpfox','2.0.0alpha1','setting_group_time_stamps','<title>Time Stamps</title><info>Control global and module time stamps.</info>','<title>Time Stamps</title><info>Control global and module time stamps.</info>',1214312574),(700,'en','core','phpfox','2.0.0alpha1','setting_group_server_settings','<title>Server Settings</title><info>Manage server settings and optimization options.</info>','<title>Server Settings</title><info>Manage server settings and optimization options.</info>',1214312832),(701,'en','core','phpfox','2.0.0alpha1','setting_use_gzip','<title>GZIP HTML Output</title><info>Selecting <b>True</b> will enable phpFox to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.\r\n\r\nThis feature requires the ZLIB library.\r\n\r\nIf you are already using <b>mod_gzip</b> or <b>mod_deflate</b> on your server, do not enable this option.</info>','<title>GZIP HTML Output</title><info>Selecting <b>True</b> will enable phpFox to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.\r\n\r\nThis feature requires the ZLIB library.\r\n\r\nIf you are already using <b>mod_gzip</b> or <b>mod_deflate</b> on your server, do not enable this option.</info>',1214313174),(702,'en','core','phpfox','2.0.0alpha1','setting_gzip_level','<title>GZIP Compression Level</title><info>Set the level of GZIP compression that will take place on the output. 0=none; 9=max.\r\n\r\nWe strongly recommend that you use level 1 for optimum results.</info>','<title>GZIP Compression Level</title><info>Set the level of GZIP compression that will take place on the output. 0=none; 9=max.\r\n\r\nWe strongly recommend that you use level 1 for optimum results.</info>',1214313244),(703,'en','core','phpfox','2.0.0alpha1','setting_title_delim','<title>Site Title Delimiter</title><info>This value will be used as the delimiter to separate titles being added for each page on the site.</info>','<title>Site Title Delimiter</title><info>This value will be used as the delimiter to separate titles being added for each page on the site.</info>',1214313635),(704,'en','core','phpfox','2.0.0alpha1','setting_site_title','<title>Site Name</title><info>Name of your site. This will appear on every page.</info>','<title>Site Name</title><info>Name of your site. This will appear on every page.</info>',1214313887),(705,'en','core','phpfox','2.0.0alpha1','setting_branding','<title>phpFox Branding Removal</title><info>Set to <b>True</b> to remove phpFox branding.</info>','<title>phpFox Branding Removal</title><info>Set to <b>True</b> to remove phpFox branding.</info>',1214314014),(706,'en','core','phpfox','2.0.0alpha1','setting_ip_check','<title>Session IP Octet Length Check</title><info>Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n\r\nThe more this is decreased the greater the security risk from session hijacking.</info>','<title>Session IP Octet Length Check</title><info>Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n\r\nThe more this is decreased the greater the security risk from session hijacking.</info>',1214314158),(707,'en','core','phpfox','2.0.0alpha1','setting_session_prefix','<title>Cookie Prefix</title><info>Prefix for cookies and PHP sessions being set by the script. \r\n\r\n<b>Warning</b>: This value can only contain alphanumeric characters (eg. a-zA-Z0-9)\r\n\r\nNote that everyone will be forced to login again for security reasons.</info>','<title>Cookie Prefix</title><info>Prefix for cookies and PHP sessions being set by the script. \r\n\r\n<b>Warning</b>: This value can only contain alphanumeric characters (eg. a-zA-Z0-9)\r\n\r\nNote that everyone will be forced to login again for security reasons.</info>',1214314437),(708,'en','core','phpfox','2.0.0alpha1','setting_keywords','<title>Meta Keywords</title><info>Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>','<title>Meta Keywords</title><info>Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>',1214314561),(709,'en','core','phpfox','2.0.0alpha1','setting_description','<title>Meta Description</title><info>Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>','<title>Meta Description</title><info>Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>',1214314637),(710,'en','core','phpfox','2.0.0alpha1','setting_tar_path','<title>Tar Path</title><info>Full path to where the binary for tar is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\ntar\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis tar\r\n[/code]</info>','<title>Tar Path</title><info>Full path to where the binary for tar is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\ntar\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis tar\r\n[/code]</info>',1214323414),(711,'en','core','phpfox','2.0.0alpha1','setting_csrf_protection_level','<title>CSRF Protection Level</title><info>Select the Cross Site Forgery Request (CSRF) prevention level you want on your site.\r\n\r\n<b>Low</b>\r\nMinimal prevention for CSRF attacks.\r\n\r\n<b>Medium</b>\r\nEach user will have a unique token ID which will be static as long as they use the same browser for that session. \r\n\r\n<b>High</b>\r\nEach user will have a unique token ID which will be changed on each page they visit thus giving them a random ID on each page refresh. This method offers full protection against CSRF attacks, however since the token is random the user can only browse your site with one browser window. If they would for example use a browser that supports tabs and would use a 2nd tab and would then attempt to submit a form they might get a CSRF attack error message since their last token was from the previous tab they had open.</info>','<title>CSRF Protection Level</title><info>Select the Cross Site Forgery Request (CSRF) prevention level you want on your site.\r\n\r\n<b>Low</b>\r\nMinimal prevention for CSRF attacks.\r\n\r\n<b>Medium</b>\r\nEach user will have a unique token ID which will be static as long as they use the same browser for that session. \r\n\r\n<b>High</b>\r\nEach user will have a unique token ID which will be changed on each page they visit thus giving them a random ID on each page refresh. This method offers full protection against CSRF attacks, however since the token is random the user can only browse your site with one browser window. If they would for example use a browser that supports tabs and would use a 2nd tab and would then attempt to submit a form they might get a CSRF attack error message since their last token was from the previous tab they had open.</info>',1214854966),(712,'en','core','phpfox','2.0.0alpha1','setting_is_personal_site','<title>Personal Site</title><info>If set to <b>Yes</b> the site will be treated as your personal web site and items such as blogs will only be viewable from the public area and not from personal profiles.\r\n\r\nOnly enable this feature if you do not plan on having a social networking community and only plan to add your personal items.</info>','<title>Personal Site</title><info>If set to <b>Yes</b> the site will be treated as your personal web site and items such as blogs will only be viewable from the public area and not from personal profiles.\r\n\r\nOnly enable this feature if you do not plan on having a social networking community and only plan to add your personal items.</info>',1215181158),(713,'en','core','phpfox','2.0.0alpha1','setting_module_core','<title>Core Module</title><info>Specify the core module. Changing this could cause severe problems on the site.</info>','<title>Core Module</title><info>Specify the core module. Changing this could cause severe problems on the site.</info>',1215411477),(714,'en','core','phpfox','2.0.0alpha1','setting_build_file_dir','<title>Build Directories</title><info>If set to <b>True</b> and items are added to the <b>file/</b> directory they will be placed in separate folders for organization and security purposes. The <b>file/</b> folder is used to store cached data or items uploaded by users.\r\n\r\nYou can define how the directories will be built using the setting <setting>sBuildFormat</setting>.\r\n\r\nBy default directories will be built using the <b>Year/Month</b> format. If an image would be uploaded on January 1st 2008 it would be placed in the folder: file/pic/photo/2008/01/\r\n\r\n<b>Notice:</b> If you have PHP [link=\"http://se.php.net/features.safe-mode\"]Safe Mode[/link] enabled this feature might not work unless the <b>file/</b> folder belongs to the same UID (owner) as the script.</info>','<title>Build Directories</title><info>If set to <b>True</b> and items are added to the <b>file/</b> directory they will be placed in separate folders for organization and security purposes. The <b>file/</b> folder is used to store cached data or items uploaded by users.\r\n\r\nYou can define how the directories will be built using the setting <setting>sBuildFormat</setting>.\r\n\r\nBy default directories will be built using the <b>Year/Month</b> format. If an image would be uploaded on January 1st 2008 it would be placed in the folder: file/pic/photo/2008/01/\r\n\r\n<b>Notice:</b> If you have PHP [link=\"http://se.php.net/features.safe-mode\"]Safe Mode[/link] enabled this feature might not work unless the <b>file/</b> folder belongs to the same UID (owner) as the script.</info>',1215412887),(715,'en','core','phpfox','2.0.0alpha1','setting_build_format','<title>Build Format</title><info>This setting controls how the setting <setting>bBuildFileDir</setting> functions.\r\n\r\nThis setting uses the PHP [link=\"http://se2.php.net/date\"]date()[/link] function to control how directories are created within the <b>file/</b> folder.\r\n\r\nBy default we use <b>Y/m</b>. <b>Y</b> stands for a full numeric representation of a year, 4 digits (Eg. 2008). <b>m</b> stands for a numeric representation of a month, with leading zeros (Eg. 01).\r\n\r\nFor more information regarding this setting you may follow up on the PHP function [link=\"http://se2.php.net/date\"]here[/link].</info>','<title>Build Format</title><info>This setting controls how the setting <setting>bBuildFileDir</setting> functions.\r\n\r\nThis setting uses the PHP [link=\"http://se2.php.net/date\"]date()[/link] function to control how directories are created within the <b>file/</b> folder.\r\n\r\nBy default we use <b>Y/m</b>. <b>Y</b> stands for a full numeric representation of a year, 4 digits (Eg. 2008). <b>m</b> stands for a numeric representation of a month, with leading zeros (Eg. 01).\r\n\r\nFor more information regarding this setting you may follow up on the PHP function [link=\"http://se2.php.net/date\"]here[/link].</info>',1215414328),(716,'en','core','phpfox','2.0.0alpha1','setting_blog_time_stamp','<title>Blog</title><info>Controls time stamps for blog entries.\r\n\r\nIf using the default setting and the default template the time stamp will appear under each blog title and will look similar to:\r\n[quote]\r\nPosted June 22, 2008 by Raymond Benc\r\n[/quote]</info>','<title>Blog</title><info>Controls time stamps for blog entries.\r\n\r\nIf using the default setting and the default template the time stamp will appear under each blog title and will look similar to:\r\n[quote]\r\nPosted June 22, 2008 by Raymond Benc\r\n[/quote]</info>',1215414980),(717,'en','core','phpfox','2.0.0alpha1','setting_comment_time_stamp','<title>Comments</title><info>Controls time stamps for each comment being posted on the site.\r\n\r\nIf using the default setting and template the time stamp will appear under the posters user name\r\n[quote]\r\nRaymond Benc wrote\r\n[/quote]\r\nand will be similar to:\r\n[quote]\r\nJune 22, 2008 \r\n[/quote]</info>','<title>Comments</title><info>Controls time stamps for each comment being posted on the site.\r\n\r\nIf using the default setting and template the time stamp will appear under the posters user name\r\n[quote]\r\nRaymond Benc wrote\r\n[/quote]\r\nand will be similar to:\r\n[quote]\r\nJune 22, 2008 \r\n[/quote]</info>',1215415183),(718,'en','core','phpfox','2.0.0alpha1','setting_forum_time_stamp','<title>Forum</title><info>More info coming...</info>','<title>Forum</title><info>More info coming...</info>',1215415254),(719,'en','core','phpfox','2.0.0alpha1','setting_forum_post_time_stamp','<title>Forum Post</title><info>More info coming...</info>','<title>Forum Post</title><info>More info coming...</info>',1215415278),(720,'en','core','phpfox','2.0.0alpha1','setting_forum_post_today_time_stamp','<title>Forum Post (Today)</title><info>More info coming...</info>','<title>Forum Post (Today)</title><info>More info coming...</info>',1215415308),(721,'en','core','phpfox','2.0.0alpha1','setting_forum_post_yesterday_time_stamp','<title>Forum Post (Yesterday)</title><info>More info coming...</info>','<title>Forum Post (Yesterday)</title><info>More info coming...</info>',1215415343),(722,'en','core','phpfox','2.0.0alpha1','setting_forum_post_join_date','<title>Forum Post User Join</title><info>More info coming...</info>','<title>Forum Post User Join</title><info>More info coming...</info>',1215415367),(723,'en','core','phpfox','2.0.0alpha1','setting_zip_path','<title>Zip Path</title><info>Full path to where the binary for <b>zip</b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis zip\r\n[/code]</info>','<title>Zip Path</title><info>Full path to where the binary for <b>zip</b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis zip\r\n[/code]</info>',1215418009),(724,'en','core','phpfox','2.0.0alpha1','setting_cache_phrases','<title>Page Cache</title><info>If set to <b>Yes</b>, phrases from language packages will be cached based on the page being viewed instead of the conventional method which caches all phrases and splits them up into the modules they belong to. \r\n\r\nThe module cache method is good during your development period, however once your site is live and you don\'t plan to make any changes to the language package enabling this setting to cache phrases on a per page basis is a good idea.\r\n\r\nThis will in return save the total memory consumption as phrases are cached into memory (depending on your cache method) and loading several modules on one page can be a waste when you may only need 20 phrases from 3 different modules.</info>','<title>Page Cache</title><info>If set to <b>Yes</b>, phrases from language packages will be cached based on the page being viewed instead of the conventional method which caches all phrases and splits them up into the modules they belong to. \r\n\r\nThe module cache method is good during your development period, however once your site is live and you don\'t plan to make any changes to the language package enabling this setting to cache phrases on a per page basis is a good idea.\r\n\r\nThis will in return save the total memory consumption as phrases are cached into memory (depending on your cache method) and loading several modules on one page can be a waste when you may only need 20 phrases from 3 different modules.</info>',1216087500),(725,'en','core','phpfox','2.0.0alpha1','setting_site_copyright','<title>Copyright</title><info>Add your sites copyright.</info>','<title>Copyright</title><info>Add your sites copyright.</info>',1217035523),(726,'en','core','phpfox','2.0.0alpha1','setting_comment_is_threaded','<title>Thread Display</title><info>If set to <b>True</b> comments will be displayed in a thread format allowing users to reply to specific comments instead of the general item they are commenting on.</info>','<title>Thread Display</title><info>If set to <b>True</b> comments will be displayed in a thread format allowing users to reply to specific comments instead of the general item they are commenting on.</info>',1217198416),(727,'en','core','phpfox','2.0.0alpha1','setting_group_forms','<title>Forms</title><info>Manage settings for general forms being used on the site.</info>','<title>Forms</title><info>Manage settings for general forms being used on the site.</info>',1217804478),(728,'en','core','phpfox','2.0.0alpha1','setting_display_required','<title>Display Required Fields</title><info>When set to <b>True</b> forms that have both optional and \"required\" fields will have a asterisk (depending on what is set for the setting <setting>sRequiredSymbol</setting>).</info>','<title>Display Required Fields</title><info>When set to <b>True</b> forms that have both optional and \"required\" fields will have a asterisk (depending on what is set for the setting <setting>sRequiredSymbol</setting>).</info>',1217804762),(729,'en','core','phpfox','2.0.0alpha1','setting_required_symbol','<title>Required Field Symbol</title><info>On forms that have fields that are required we add a symbol to distinguish which fields are required and which are not. Change this setting will change that symbol which by default is an asterisk.</info>','<title>Required Field Symbol</title><info>On forms that have fields that are required we add a symbol to distinguish which fields are required and which are not. Change this setting will change that symbol which by default is an asterisk.</info>',1217804932),(730,'en','core','phpfox','2.0.0alpha1','setting_blog_display_user_post_count','<title>Display Post Count for Categories (Personal)</title><info>If set to <b>True</b> we will display a users post count for a specific category. This will be displayed on their profile, blog and when browsing their own blogs.\r\n\r\nNotice: This will add an extra strain to your server if set to <b>True</b>.</info>','<title>Display Post Count for Categories (Personal)</title><info>If set to <b>True</b> we will display a users post count for a specific category. This will be displayed on their profile, blog and when browsing their own blogs.\r\n\r\nNotice: This will add an extra strain to your server if set to <b>True</b>.</info>',1217808470),(731,'en','core','phpfox','2.0.0alpha1','setting_default_time_zone_offset','<title>Default Time Zone</title><info>Select the default time zone for guests and new users.</info>','<title>Default Time Zone</title><info>Select the default time zone for guests and new users.</info>',1218452027),(732,'en','core','phpfox','2.0.0alpha1','setting_login_type','<title>User Login Method</title><info>Select the method you would like your users to use when logging into the site.\r\n\r\n<b>user_name</b>\r\nMust use their user name.\r\n\r\n<b>email</b>\r\nMust use their email.\r\n\r\n<b>both</b>\r\nCan use either email or user name.</info>','<title>User Login Method</title><info>Select the method you would like your users to use when logging into the site.\r\n\r\n<b>user_name</b>\r\nMust use their user name.\r\n\r\n<b>email</b>\r\nMust use their email.\r\n\r\n<b>both</b>\r\nCan use either email or user name.</info>',1218457359),(733,'en','core','phpfox','2.0.0alpha1','setting_redirect_after_login','<title>URL Redirect After Login</title><info>After a user has logged in and they have not requested a page to visit you can set a default redirection URL, which will send them to this specific page right after they login. \r\n\r\nIf you add an external link be sure to add \"http://\" (without quotes) otherwise the URL will be treated as an internal link.</info>','<title>URL Redirect After Login</title><info>After a user has logged in and they have not requested a page to visit you can set a default redirection URL, which will send them to this specific page right after they login. \r\n\r\nIf you add an external link be sure to add \"http://\" (without quotes) otherwise the URL will be treated as an internal link.</info>',1218465807),(734,'en','core','phpfox','2.0.0alpha1','setting_profile_time_stamps','<title>Profile</title><info>Profile time stamps</info>','<title>Profile</title><info>Profile time stamps</info>',1219668321),(735,'en','core','phpfox','2.0.0alpha1','setting_user_pic_sizes','<title>User Pic Sizes</title><info>User Pic Sizes</info>','<title>User Pic Sizes</title><info>User Pic Sizes</info>',1219836551),(736,'en','core','phpfox','2.0.0alpha1','setting_mail_time_stamp','<title>Mail</title><info>Mail</info>','<title>Mail</title><info>Mail</info>',1220427478),(737,'en','core','phpfox','2.0.0alpha1','setting_profile_use_id','<title>Profile User ID Connection</title><info>Set to <b>True</b> if you would like to have user profiles connected via their user ID#. Set to <b>False</b> if you would like to have user profiles connected via their user name. \r\n\r\nNote if you connect via their user ID# you will allow your members the ability to use non-supported characters which are not allowed if connecting a profile with their user name.\r\n\r\n<b>Warning:</b> This action cannot be reversed.\r\nThis setting may lock users out if you force log in by their user names\r\n</info>','<title>Profile User ID Connection</title><info>Set to <b>True</b> if you would like to have user profiles connected via their user ID#. Set to <b>False</b> if you would like to have user profiles connected via their user name. \r\n\r\nNote if you connect via their user ID# you will allow your members the ability to use non-supported characters which are not allowed if connecting a profile with their user name.\r\n\r\n<b>Warning:</b> This action cannot be reversed.\r\nThis setting may lock users out if you force log in by their user names\r\n</info>',1221724040),(738,'en','core','phpfox','2.0.0alpha1','setting_group_sample_2','<title>Sample 2</title><info>Sample 2</info>','<title>Sample 2</title><info>Sample 2</info>',1221824783),(739,'en','core','phpfox','2.0.0alpha1','setting_bsample','<title>This is a test</title><info>Yet another test...</info>','<title>This is a test</title><info>Yet another test...</info>',1221824814),(740,'en','core','phpfox','2.0.0alpha1','setting_captcha_on_signup','<title>Captcha on Registration</title><info>Enable this option to add a captcha routine to the registration process. This will help against spam.</info>','<title>Captcha on Registration</title><info>Enable this option to add a captcha routine to the registration process. This will help against spam.</info>',1221831949),(741,'en','core','phpfox','2.0.0alpha1','menu_home','Home','Home',1214844661),(742,'en','core','phpfox','2.0.0alpha1','submit','Submit','Submit',1212101943),(743,'en','core','phpfox','2.0.0alpha1','save','Save','Save',1212102572),(744,'en','core','phpfox','2.0.0alpha1','delete','Delete','Delete',1212102630),(745,'en','core','phpfox','2.0.0alpha1','revert_to_default','Revert to Default','Revert to Default',1212102649),(746,'en','core','phpfox','2.0.0alpha1','version','Version {version}','Version {version}',1212102733),(747,'en','core','phpfox','2.0.0alpha1','display_from_x_to_x_of_x','Displaying <span id=\"js_pager_from\">{from}</span> to <span id=\"js_pager_to\">{to}</span> of <span id=\"js_pager_total\">{total}</span>','Displaying <span id=\"js_pager_from\">{from}</span> to <span id=\"js_pager_to\">{to}</span> of <span id=\"js_pager_total\">{total}</span>',1212103558),(748,'en','core','phpfox','2.0.0alpha1','page_x_of_x','Page {current} of {total}','Page {current} of {total}',1212103641),(749,'en','core','phpfox','2.0.0alpha1','first','First','First',1212103722),(750,'en','core','phpfox','2.0.0alpha1','previous','Previous','Previous',1212103739),(751,'en','core','phpfox','2.0.0alpha1','next','Next','Next',1212103757),(752,'en','core','phpfox','2.0.0alpha1','last','Last','Last',1212103772),(753,'en','core','phpfox','2.0.0alpha1','edit','Edit','Edit',1212118102),(754,'en','core','phpfox','2.0.0alpha1','go','Go','Go',1212118345),(755,'en','core','phpfox','2.0.0alpha1','are_you_sure','Are you sure?','Are you sure?',1212121584),(756,'en','core','phpfox','2.0.0alpha1','yes','Yes','Yes',1212122361),(757,'en','core','phpfox','2.0.0alpha1','no','No','No',1212122479),(758,'en','core','phpfox','2.0.0alpha1','cancel','Cancel','Cancel',1212123142),(759,'en','core','phpfox','2.0.0alpha1','go_advanced','Go Advanced','Go Advanced',1212123181),(760,'en','core','phpfox','2.0.0alpha1','processing','Processing','Processing',1212123329),(761,'en','core','phpfox','2.0.0alpha1','admin','No Admin','No Admin',1214836995),(762,'en','core','phpfox','2.0.0alpha1','select','Select','Select',1214997333),(763,'en','core','phpfox','2.0.0alpha1','per_page','{total} per page','{total} per page',1214997439),(764,'en','core','phpfox','2.0.0alpha1','time','Time','Time',1214997726),(765,'en','core','phpfox','2.0.0alpha1','descending','Descending','Descending',1214997737),(766,'en','core','phpfox','2.0.0alpha1','ascending','Ascending','Ascending',1214997748),(767,'en','core','phpfox','2.0.0alpha1','searching','Searching','Searching',1215125431),(768,'en','core','phpfox','2.0.0alpha1','reset','Reset','Reset',1215128051),(769,'en','core','phpfox','2.0.0alpha1','invalid_search_id','Invalid search ID#','Invalid search ID#',1215128221),(770,'en','core','phpfox','2.0.0alpha1','search_results_found','No search results found.','No search results found.',1215128235),(771,'en','core','phpfox','2.0.0alpha1','menu_admincp','AdminCP','AdminCP',1217034328),(772,'en','core','phpfox','2.0.0alpha1','menu_log_out','Logout','Logout',1217034457),(773,'en','core','phpfox','2.0.0alpha1','copyright','Copyright','Copyright',1217035991),(774,'en','core','phpfox','2.0.0alpha1','required_fields','Required Fields','Required Fields',1217808842),(775,'en','core','phpfox','2.0.0alpha1','search','Search','Search',1217946769),(776,'en','core','phpfox','2.0.0alpha1','bold','Bold','Bold',1218198100),(777,'en','core','phpfox','2.0.0alpha1','italic','Italic','Italic',1218198441),(778,'en','core','phpfox','2.0.0alpha1','underline','Underline','Underline',1218198452),(779,'en','core','phpfox','2.0.0alpha1','toggle','Toggle','Toggle',1218200954),(780,'en','core','phpfox','2.0.0alpha1','user_name','User Name','User Name',1218458075),(781,'en','core','phpfox','2.0.0alpha1','close','Close','Close',1218534881),(782,'en','core','phpfox','2.0.0alpha1','quote','Quote','Quote',1218724993),(783,'en','core','phpfox','2.0.0alpha1','originally_posted','Originally posted by','Originally posted by',1218725011),(784,'en','core','phpfox','2.0.0alpha1','code','Code','Code',1218725027),(785,'en','core','phpfox','2.0.0alpha1','notice','Notice','Notice',1218793387),(786,'en','core','phpfox','2.0.0alpha1','setting_group_mail','<title>Mail</title><info>Mail Settings...</info>','<title>Mail</title><info>Mail Settings...</info>',1230344425),(787,'en','core','phpfox','2.0.0alpha1','setting_method','<title>Send Mail Method</title><info>Select the method you would like your emails to be sent it, which is either using the default PHP mail() function or SMTP.</info>','<title>Send Mail Method</title><info>Select the method you would like your emails to be sent it, which is either using the default PHP mail() function or SMTP.</info>',1230345982),(788,'en','core','phpfox','2.0.0alpha1','setting_mailsmtphost','<title>SMTP Host</title><info>If SMTP is enabled, set the SMTP server host here.</info>','<title>SMTP Host</title><info>If SMTP is enabled, set the SMTP server host here.</info>',1230347643),(789,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_authentication','<title>SMTP Authentication</title><info>SMTP Authentication</info>','<title>SMTP Authentication</title><info>SMTP Authentication</info>',1230347719),(790,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_username','<title>SMTP Username</title><info>SMTP Username</info>','<title>SMTP Username</title><info>SMTP Username</info>',1230347911),(791,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_password','<title>SMTP Password</title><info>SMTP Password</info>','<title>SMTP Password</title><info>SMTP Password</info>',1230347969),(792,'en','core','phpfox','2.0.0alpha1','setting_mail_from_name','<title>From</title><info>This is the name displayed when users receive emails from this site.</info>','<title>From</title><info>This is the name displayed when users receive emails from this site.</info>',1230348032),(793,'en','core','phpfox','2.0.0alpha1','setting_email_from_email','<title>Email</title><info>This is the default email used when sending out emails and it will be the email users will see in their email.</info>','<title>Email</title><info>This is the default email used when sending out emails and it will be the email users will see in their email.</info>',1230348559),(794,'en','core','phpfox','2.0.0alpha1','setting_mail_signature','<title>Signature</title><info>This is the signature added to the bottom of each email that is sent from this site.</info>','<title>Signature</title><info>This is the signature added to the bottom of each email that is sent from this site.</info>',1230350155),(795,'en','core','phpfox','2.0.0alpha1','setting_log_site_activity','<title>Log Site Activity</title><info>Set to \"true\" to log all site activity, which can be used at a later time to create general site statistics or keep track of a specific users activity.</info>','<title>Log Site Activity</title><info>Set to \"true\" to log all site activity, which can be used at a later time to create general site statistics or keep track of a specific users activity.</info>',1230487661),(796,'en','core','phpfox','2.0.0alpha1','setting_cache_js_css','<title>Cache JavaScript & CSS</title><info>Set to <b>True</b> to cache all JavaScript and CSS into one file to speed up your site.</info>','<title>Cache JavaScript & CSS</title><info>Set to <b>True</b> to cache all JavaScript and CSS into one file to speed up your site.</info>',1230600110),(797,'en','core','phpfox','2.0.0alpha1','about','About Us','About Us',1231338537),(798,'en','core','phpfox','2.0.0alpha1','menu_about','About','About',1231338606),(799,'en','core','phpfox','2.0.0alpha1','privacy_policy','Privacy Policy','Privacy Policy',1231339019),(800,'en','core','phpfox','2.0.0alpha1','menu_privacy','Privacy','Privacy',1231339074),(801,'en','core','phpfox','2.0.0alpha1','setting_cache_plugins','<title>Cache Plugins</title><info>Enable this setting if all plug-ins should be cached. It is advised to enable this on live sites.</info>','<title>Cache Plugins</title><info>Enable this setting if all plug-ins should be cached. It is advised to enable this on live sites.</info>',1231410765),(802,'en','core','phpfox','2.0.0alpha1','menu_log','Log In','Log In',1218459891),(803,'en','core','phpfox','2.0.0alpha1','setting_host','<title>FTP Host</title><info>FTP Host</info>','<title>FTP Host</title><info>FTP Host</info>',1232702227),(804,'en','core','phpfox','2.0.0alpha1','setting_username','<title>FTP Username</title><info>FTP Username</info>','<title>FTP Username</title><info>FTP Username</info>',1232702303),(805,'en','core','phpfox','2.0.0alpha1','setting_password','<title>FTP Password</title><info>FTP Password</info>','<title>FTP Password</title><info>FTP Password</info>',1232702336),(806,'en','core','phpfox','2.0.0alpha1','setting_ftp_enabled','<title>Enable FTP Support</title><info>Enable FTP Support</info>','<title>Enable FTP Support</title><info>Enable FTP Support</info>',1232957270),(807,'en','core','phpfox','2.0.0alpha1','terms_use','Terms of Use','Terms of Use',1232965159),(808,'en','core','phpfox','2.0.0alpha1','setting_group_ftp','<title>FTP</title><info>Control your FTP (File Transport Protocol) details.</info>','<title>FTP</title><info>Control your FTP (File Transport Protocol) details.</info>',1232702186),(809,'en','core','phpfox','2.0.0alpha1','user_setting_can_view_update_info','Can view \"Update\" information on items?\r\n\r\nNote: This information usually displays the user name of the last person that modified an item and the time it took place.','Can view \"Update\" information on items?\r\n\r\nNote: This information usually displays the user name of the last person that modified an item and the time it took place.',1214975478),(810,'en','core','phpfox','2.0.0alpha1','user_setting_can_view_private_items','Can view private items posted on the site. \r\n\r\nSuch items are created by a member and are marked as private so only that member can view the item and members that have this option enabled.','Can view private items posted on the site. \r\n\r\nSuch items are created by a member and are marked as private so only that member can view the item and members that have this option enabled.',1214976287),(811,'en','core','phpfox','2.0.0alpha1','user_setting_can_add_new_setting','Can add new product settings.\r\n\r\nEnable this feature only if development is in progress and changes are being made to the product.','Can add new product settings.\r\n\r\nEnable this feature only if development is in progress and changes are being made to the product.',1214976515),(812,'en','core','phpfox','2.0.0alpha1','setting_group_cache','<title>Cache</title><info>All cache related variables</info>','<title>Cache</title><info>All cache related variables</info>',1234519823),(813,'en','core','phpfox','2.0.0alpha1','setting_crop_seo_url','<title>Crop URLs</title><info>Crop URL for SEO</info>','<title>Crop URLs</title><info>Crop URL for SEO</info>',1235137384),(814,'en','core','phpfox','2.0.0alpha1','setting_group_search_engine_optimization','<title>Search Engine Optimization</title><info>Search Engine Optimization</info>','<title>Search Engine Optimization</title><info>Search Engine Optimization</info>',1235377937),(815,'en','core','phpfox','2.0.0alpha1','setting_meta_description_limit','<title>Meta Description Limit</title><info>Define the maximum number of characters that can be used in a meta description tag.</info>','<title>Meta Description Limit</title><info>Define the maximum number of characters that can be used in a meta description tag.</info>',1235378018),(816,'en','core','phpfox','2.0.0alpha1','setting_meta_keyword_limit','<title>Meta Keyword Limit</title><info>Define the maximum number of characters that can be used in a meta keyword tag.</info>','<title>Meta Keyword Limit</title><info>Define the maximum number of characters that can be used in a meta keyword tag.</info>',1235378131),(817,'en','core','phpfox','2.0.0alpha1','setting_description_time_stamp','<title>Meta Description Time Stamp</title><info>Meta Description Time Stamp</info>','<title>Meta Description Time Stamp</title><info>Meta Description Time Stamp</info>',1235378894),(818,'en','core','phpfox','2.0.0alpha1','setting_use_dnscheck','<title>Use DNSCheck in email validation</title><info>http://php.net/checkdnsrr\r\n\r\nThis value tells if the script should validate the email addresses using checkdnsrr.\r\n\r\nThis function may not be available in some windows default installations. However even if this setting is enabled if the function does not exist the site will not fail, it will only skip that part of the validation.\r\n\r\nThere is some undocumented (but technically possible) slow down on using this feature, so while it adds extra security to your site it could also become a bottleneck. Use carefully.</info>','<title>Use DNSCheck in email validation</title><info>http://php.net/checkdnsrr\r\n\r\nThis value tells if the script should validate the email addresses using checkdnsrr.\r\n\r\nThis function may not be available in some windows default installations. However even if this setting is enabled if the function does not exist the site will not fail, it will only skip that part of the validation.\r\n\r\nThere is some undocumented (but technically possible) slow down on using this feature, so while it adds extra security to your site it could also become a bottleneck. Use carefully.</info>',1236199706),(819,'en','core','phpfox','2.0.0alpha1','setting_group_debug','<title>Debug</title><info>Debug Settings</info>','<title>Debug</title><info>Debug Settings</info>',1237059507),(820,'en','core','phpfox','2.0.0alpha1','setting_admin_debug_mode','<title>Debug Level</title><info>Control the debug output at the bottom for the site.\r\n\r\n<b>Level Information</b>\r\n\r\n<b>Level 0</b> = Debug is disabled.\r\n\r\n<b>Level 1</b> = Enables PHP error reporting, page generation times and query count.\r\n\r\n<b>Level 2</b> = Includes <i>Level 1</i>, server usage, session and cookie information.\r\n\r\n<b>Level 3</b> = Includes <i>Level 1</i>, <i>Level 2</i> and SQL queries.</info>','<title>Debug Level</title><info>Control the debug output at the bottom for the site.\r\n\r\n<b>Level Information</b>\r\n\r\n<b>Level 0</b> = Debug is disabled.\r\n\r\n<b>Level 1</b> = Enables PHP error reporting, page generation times and query count.\r\n\r\n<b>Level 2</b> = Includes <i>Level 1</i>, server usage, session and cookie information.\r\n\r\n<b>Level 3</b> = Includes <i>Level 1</i>, <i>Level 2</i> and SQL queries.</info>',1237059838),(821,'en','core','phpfox','2.0.0alpha3','setting_replace_url_with_links','<title>Replace URL with Links</title><info>Set to <b>True</b> if you would like to automatically replace URL strings to anchor links.</info>','<title>Replace URL with Links</title><info>Set to <b>True</b> if you would like to automatically replace URL strings to anchor links.</info>',1239104515),(822,'en','core','phpfox','2.0.0alpha3','setting_shorten_parsed_url_links','<title>Shorten Parsed URL Links</title><info>If the option to parse URL strings to links is enabled then you can control how long the URL string should be before you shorten it.\r\n\r\n<b>Note:</b> Set to <b>0</b> to have no limit.</info>','<title>Shorten Parsed URL Links</title><info>If the option to parse URL strings to links is enabled then you can control how long the URL string should be before you shorten it.\r\n\r\n<b>Note:</b> Set to <b>0</b> to have no limit.</info>',1239104765),(823,'en','core','phpfox','2.0.0beta2','module_report','Reports','Reports',1242580237),(824,'en','core','phpfox','2.0.0beta1','setting_default_music_player','<title>Default Music Player</title><info>Default Music Player</info>','<title>Default Music Player</title><info>Default Music Player</info>',1240746034),(825,'en','core','phpfox','2.0.0beta3','setting_footer_bar_site_name','<title>Footer Bar Site Name</title><info>The name defined here will be displayed on the sites footer bar.</info>','<title>Footer Bar Site Name</title><info>The name defined here will be displayed on the sites footer bar.</info>',1243328927),(826,'en','core','phpfox','2.0.0beta3','setting_enable_footer_bar','<title>Enable Footer Bar</title><info>Set to <b>True</b> if you would like to enable the site wide footer bar.</info>','<title>Enable Footer Bar</title><info>Set to <b>True</b> if you would like to enable the site wide footer bar.</info>',1243433757),(827,'en','core','phpfox','2.0.0beta3','menu_dashboard','Dashboard','Dashboard',1243619560),(828,'en','core','phpfox','2.0.0beta4','setting_group_spam','<title>Spam</title><info>Spam</info>','<title>Spam</title><info>Spam</info>',1244645871),(829,'en','core','phpfox','2.0.0beta4','setting_site_is_offline','<title>Site is offline?</title><info>Select <b>True</b> to turn your site offline.</info>','<title>Site is offline?</title><info>Select <b>True</b> to turn your site offline.</info>',1245096405),(830,'en','core','phpfox','2.0.0beta4','setting_site_offline_message','<title>Offline Message</title><info>Message that will be displayed to guests when the site is offline.</info>','<title>Offline Message</title><info>Message that will be displayed to guests when the site is offline.</info>',1245096657),(831,'en','core','phpfox','2.0.0beta4','setting_site_offline_no_template','<title>Blank Template</title><info>Select <b>True</b> if you would like to use a blank template when displaying the site offline.</info>','<title>Blank Template</title><info>Select <b>True</b> if you would like to use a blank template when displaying the site offline.</info>',1245096756),(832,'en','core','phpfox','2.0.0beta4','user_setting_can_view_site_offline','Can view the site even when its set to offline?','Can view the site even when its set to offline?',1245096916),(833,'en','core','phpfox','2.0.0beta4','setting_group_site_offlineonline','<title>Site Offline/Online</title><info>Site Offline/Online</info>','<title>Site Offline/Online</title><info>Site Offline/Online</info>',1245148890),(834,'en','core','phpfox','2.0.0beta4','setting_group_site_statistics','<title>Site Statistics</title><info>Site Statistics</info>','<title>Site Statistics</title><info>Site Statistics</info>',1245148969),(835,'en','core','phpfox','2.0.0beta4','setting_cache_site_stats','<title>Cache Site Stats</title><info>Set to <b>True</b> if site stats should be cached.\r\n\r\n<b>Notice:</b> It is highly advised to cache site stats as it requires a large set of queries to the database across numerous tables.</info>','<title>Cache Site Stats</title><info>Set to <b>True</b> if site stats should be cached.\r\n\r\n<b>Notice:</b> It is highly advised to cache site stats as it requires a large set of queries to the database across numerous tables.</info>',1245149101),(836,'en','core','phpfox','2.0.0beta4','setting_site_stat_update_time','<title>Update Stats Cache (Minutes)</title><info>Define in minutes how long to wait until we need to re-cache the site statistics.</info>','<title>Update Stats Cache (Minutes)</title><info>Define in minutes how long to wait until we need to re-cache the site statistics.</info>',1245149670),(837,'en','core','phpfox','2.0.0beta4','setting_display_site_stats','<title>Display Site Stats</title><info>Set to <b>True</b> to display the sites statistics publicly within the sites user dashboard.</info>','<title>Display Site Stats</title><info>Set to <b>True</b> to display the sites statistics publicly within the sites user dashboard.</info>',1245149863),(838,'en','core','phpfox','2.0.0beta5','setting_identify_dst','<title>DST</title><info>DST</info>','<title>DST</title><info>DST</info>',1246304944),(839,'en','core','phpfox','2.0.0beta5','user_cancellation_9','I don\'t find this site useful','I don\'t find this site useful',1247140918),(840,'en','core','phpfox','2.0.0beta5','user_cancellation_10','I have a privacy concern','I have a privacy concern',1247140937),(841,'en','core','phpfox','2.0.0beta5','user_cancellation_11','I don\'t understand how to use this site.','I don\'t understand how to use this site.',1247140968),(842,'en','core','phpfox','2.0.0beta5','user_cancellation_12','I\'m getting too much email from this site.','I\'m getting too much email from this site.',1247141061),(843,'en','core','phpfox','2.0.0beta5','user_cancellation_13','I\'m getting too much spam or too many friend requests','I\'m getting too much spam or too many friend requests',1247141084),(844,'en','core','phpfox','2.0.0beta5','user_cancellation_14','I\'m bored with this site.','I\'m bored with this site.',1247141103),(845,'en','core','phpfox','2.0.0rc1','phpfox_branding_removal','Branding Removal','Branding Removal',1248788055),(846,'en','core','phpfox','2.0.0rc1','setting_item_view_area','<title>Item Location</title><info>Select <b>public</b> if you would like all items to be displayed within a public section or select <b>profile</b> to have items displayed on a users profile. \r\n\r\nIt is advised to select this option once as this greatly effects how search engines pick up pages on the site.</info>','<title>Item Location</title><info>Select <b>public</b> if you would like all items to be displayed within a public section or select <b>profile</b> to have items displayed on a users profile. \r\n\r\nIt is advised to select this option once as this greatly effects how search engines pick up pages on the site.</info>',1248967239),(847,'en','core','phpfox','2.0.0rc1','setting_ftp_dir_path','<title>FTP Directory Path</title><info>Supply the full path to the scripts root directory.\r\n\r\nIf you are unsure on the full path, you can click <a href=\"#\" onclick=\"tb_show(\'FTP Path Search\', $.ajaxBox(\'core.ftpPathSearch\', \'height=410&width=500\'));\">here</a> for help on finding the correct full path.</info>','<title>FTP Directory Path</title><info>Supply the full path to the scripts root directory.\r\n\r\nIf you are unsure on the full path, you can click <a href=\"#\" onclick=\"tb_show(\'FTP Path Search\', $.ajaxBox(\'core.ftpPathSearch\', \'height=410&width=500\'));\">here</a> for help on finding the correct full path.</info>',1249534880),(848,'en','core','phpfox','2.0.0rc1','admincp_menu_country','Countries','Countries',1249592745),(849,'en','core','phpfox','2.0.0rc1','admincp_menu_country_manager','Country Manager','Country Manager',1249592782),(850,'en','core','phpfox','2.0.0rc1','admincp_menu_country_import','Import','Import',1249592834),(851,'en','core','phpfox','2.0.0rc1','admincp_menu_country_add','Add Country','Add Country',1249592927),(852,'en','core','phpfox','2.0.0rc1','admincp_menu_country_child_add','Add State/Province','Add State/Province',1249592955),(853,'en','core','phpfox','2.0.0rc1','user_setting_user_is_banned','Enable this option if the user group will be banned from logging into the site and interacting with other members.\r\n\r\n<b>Note:</b> This option is intended only for a user group that is considered to be \"Banning\" members.','Enable this option if the user group will be banned from logging into the site and interacting with other members.\r\n\r\n<b>Note:</b> This option is intended only for a user group that is considered to be \"Banning\" members.',1249620562),(854,'en','core','phpfox','2.0.0rc1','setting_banned_user_group_id','<title>Banned User Group ID</title><info>Banned User Group ID</info>','<title>Banned User Group ID</title><info>Banned User Group ID</info>',1249622743),(855,'en','core','phpfox','2.0.0rc1','setting_group_image_processing','<title>Image Processing</title><info>Image Processing</info>','<title>Image Processing</title><info>Image Processing</info>',1249707453),(856,'en','core','phpfox','2.0.0rc1','setting_watermark_option','<title>Image Watermark</title><info>Certain areas allow image watermarking. If such sections have image watermarking enabled this option must be enabled.\r\n\r\nIf you select \"image\", this will add a small watermark image to each image that is uploaded. If you select \"text\" this will add the text defined in this section.</info>','<title>Image Watermark</title><info>Certain areas allow image watermarking. If such sections have image watermarking enabled this option must be enabled.\r\n\r\nIf you select \"image\", this will add a small watermark image to each image that is uploaded. If you select \"text\" this will add the text defined in this section.</info>',1249707671),(857,'en','core','phpfox','2.0.0rc1','setting_watermark_image','<title>Watermark Image Name</title><info>Watermark Image Name</info>','<title>Watermark Image Name</title><info>Watermark Image Name</info>',1249707937),(858,'en','core','phpfox','2.0.0rc1','setting_watermark_opacity','<title>Watermark Opacity</title><info>The opacity of an image can range from 1-100.</info>','<title>Watermark Opacity</title><info>The opacity of an image can range from 1-100.</info>',1249710065),(859,'en','core','phpfox','2.0.0rc1','setting_watermark_image_position','<title>Watermark Position</title><info>Select a position to place the watermark.</info>','<title>Watermark Position</title><info>Select a position to place the watermark.</info>',1249710197),(860,'en','core','phpfox','2.0.0rc1','setting_image_text_hex','<title>Watermark Text Color</title><info>(HEX COLORS Example: 000000)</info>','<title>Watermark Text Color</title><info>(HEX COLORS Example: 000000)</info>',1249710513),(861,'en','core','phpfox','2.0.0rc1','setting_image_text','<title>Watermark Text</title><info>Watermark Text</info>','<title>Watermark Text</title><info>Watermark Text</info>',1249710554),(862,'en','core','phpfox','2.0.0rc1','setting_group_registration','<title>Registration</title><info>Registration</info>','<title>Registration</title><info>Registration</info>',1250761161),(863,'en','core','phpfox','2.0.0rc1','setting_registration_enable_dob','<title>Data of Birth</title><info>Enable this so users can register their date of birth when signing up for the site.</info>','<title>Data of Birth</title><info>Enable this so users can register their date of birth when signing up for the site.</info>',1250761283),(864,'en','core','phpfox','2.0.0rc1','setting_registration_enable_gender','<title>Gender Field</title><info>Enable this so users can register their gender when signing up for the site. </info>','<title>Gender Field</title><info>Enable this so users can register their gender when signing up for the site. </info>',1250761528),(865,'en','core','phpfox','2.0.0rc1','setting_registration_enable_location','<title>Location</title><info>Enable this so users can register their location when signing up for the site. </info>','<title>Location</title><info>Enable this so users can register their location when signing up for the site. </info>',1250761639),(866,'en','core','phpfox','2.0.0rc1','setting_registration_enable_timezone','<title>Timezone</title><info>Enable this so users can register their timezone when signing up for the site. </info>','<title>Timezone</title><info>Enable this so users can register their timezone when signing up for the site. </info>',1250761716),(867,'en','core','phpfox','2.0.0rc1','kind_regards_phpfox','Kind Regards,\r\nphpFox','Kind Regards,\r\nphpFox',1250847533),(868,'en','core','phpfox','2.0.0rc1','setting_global_admincp_note','<title>Global AdminCP Note</title><info>Global AdminCP Note</info>','<title>Global AdminCP Note</title><info>Global AdminCP Note</info>',1250924099),(869,'en','core','phpfox','2.0.0rc1','admincp_menu_online','Online','Online',1251100890),(870,'en','core','phpfox','2.0.0rc1','admincp_menu_online_members','Members','Members',1251100922),(871,'en','core','phpfox','2.0.0rc1','admincp_menu_online_guests','Guests/Bots','Guests/Bots',1251100953),(872,'en','core','phpfox','2.0.0rc1','admincp_menu_system_overview','System Overview','System Overview',1251104897),(873,'en','core','phpfox','2.0.0rc1','setting_enable_spam_check','<title>Enable Spam Check</title><info>Enable Spam Check</info>','<title>Enable Spam Check</title><info>Enable Spam Check</info>',1251183206),(874,'en','core','phpfox','2.0.0rc1','setting_akismet_url','<title>Akismet URL</title><info>Akismet URL</info>','<title>Akismet URL</title><info>Akismet URL</info>',1251183367),(875,'en','core','phpfox','2.0.0rc1','setting_akismet_password','<title>Akismet Password</title><info>Akismet Password</info>','<title>Akismet Password</title><info>Akismet Password</info>',1251183407),(876,'en','core','phpfox','2.0.0rc1','user_setting_is_spam_free','Set to <b>True</b> if this user group should never be checked for spamming.','Set to <b>True</b> if this user group should never be checked for spamming.',1251184321),(877,'en','core','phpfox','2.0.0rc1','setting_auto_deny_items','<title>SPAM Count</title><info>Define how many items a user can attempt to SPAM before anything they add will not be checked as we will consider that it is SPAM.</info>','<title>SPAM Count</title><info>Define how many items a user can attempt to SPAM before anything they add will not be checked as we will consider that it is SPAM.</info>',1251199652),(878,'en','core','phpfox','2.0.0rc1','setting_auto_ban_spammer','<title>Auto Ban Spammers</title><info>Define how many times a user can SPAM before they are automatically banned.\r\n\r\n<b>Notice:</b> Set this to \"0\" (without quotes) to disable this setting.</info>','<title>Auto Ban Spammers</title><info>Define how many times a user can SPAM before they are automatically banned.\r\n\r\n<b>Notice:</b> Set this to \"0\" (without quotes) to disable this setting.</info>',1251200209),(879,'en','core','phpfox','2.0.0rc1','setting_warn_on_external_links','<title>External Links Warning</title><info>Warn users when they have clicked on a link that will direct them to another site.</info>','<title>External Links Warning</title><info>Warn users when they have clicked on a link that will direct them to another site.</info>',1251207145),(880,'en','core','phpfox','2.0.0rc1','setting_disable_all_external_urls','<title>Disable All External URL\'s</title><info>Enable this feature to remove all external links from the site. \r\n\r\n<b>Notice:</b> Sites added to the \"URL White List\" will be allowed.</info>','<title>Disable All External URL\'s</title><info>Enable this feature to remove all external links from the site. \r\n\r\n<b>Notice:</b> Sites added to the \"URL White List\" will be allowed.</info>',1251275581),(881,'en','core','phpfox','2.0.0rc1','setting_url_spam_white_list','<title>URL White List</title><info>Add sites that you want to allow in external links.</info>','<title>URL White List</title><info>Add sites that you want to allow in external links.</info>',1251275716),(882,'en','core','phpfox','2.0.0rc1','setting_disable_all_external_emails','<title>Disable All External Emails</title><info>Enable this feature to remove all external emails from the site.\r\n\r\nNotice: Sites added to the \"Email White List\" will be allowed.</info>','<title>Disable All External Emails</title><info>Enable this feature to remove all external emails from the site.\r\n\r\nNotice: Sites added to the \"Email White List\" will be allowed.</info>',1251276234),(883,'en','core','phpfox','2.0.0rc1','setting_email_white_list','<title>Email White List</title><info>Add sites that you want to allow in external emails.</info>','<title>Email White List</title><info>Add sites that you want to allow in external emails.</info>',1251276292),(884,'en','core','phpfox','ASD','setting_phpfox_version','<title>phpFox Version</title><info>phpFox Version</info>','<title>phpFox Version</title><info>phpFox Version</info>',1251285789),(885,'en','core','phpfox','2.0.0rc1','user_setting_can_view_twitter_updates','Can view phpFox twitter updates?','Can view phpFox twitter updates?',1251800495),(886,'en','core','phpfox','2.0.0rc1','user_setting_can_view_news_updates','Can view phpFox news & updates?','Can view phpFox news & updates?',1251800546),(887,'en','core','phpfox','2.0.0rc1','setting_redirect_guest_on_same_page','<title>Same Page Redirection After Login/Registration</title><info>Enable this option to redirect guests to the same page they were visiting after they have logged into or registered.</info>','<title>Same Page Redirection After Login/Registration</title><info>Enable this option to redirect guests to the same page they were visiting after they have logged into or registered.</info>',1251815780),(888,'en','core','phpfox','2.0.0rc1','setting_meta_description_profile','<title>Meta Description Profile</title><info>This is the meta description provided on a users profile that is included with their personal information. It is advised for this to not be too long in order to leave room for the users personal information.</info>','<title>Meta Description Profile</title><info>This is the meta description provided on a users profile that is included with their personal information. It is advised for this to not be too long in order to leave room for the users personal information.</info>',1252056488),(889,'en','core','phpfox','2.0.0rc1','setting_words_remove_in_keywords','<title>Keyword String Removal</title><info>Define words here that should not show up within meta keywords. Each word should be comma separated.\r\n\r\n<b>Notice:</b> The search is case insensitive.</info>','<title>Keyword String Removal</title><info>Define words here that should not show up within meta keywords. Each word should be comma separated.\r\n\r\n<b>Notice:</b> The search is case insensitive.</info>',1252131710),(890,'en','core','phpfox','2.0.0rc2','update','Update','Update',1252756715),(891,'en','core','phpfox','2.0.0rc2','total_items','Total Items','Total Items',1253083301),(892,'en','core','phpfox','2.0.0rc2','activity_points','Activity Points','Activity Points',1253083311),(893,'en','core','phpfox','2.0.0rc2','dashboard','Dashboard','Dashboard',1253083344),(894,'en','core','phpfox','2.0.0rc2','membership','Membership','Membership',1253083384),(895,'en','core','phpfox','2.0.0rc2','profile_views','Profile Views','Profile Views',1253083407),(896,'en','core','phpfox','2.0.0rc2','space_used','Space Used','Space Used',1253083418),(897,'en','core','phpfox','2.0.0rc2','member_since','Member Since','Member Since',1253083428),(898,'en','core','phpfox','2.0.0rc2','what_s_new','What\'s New','What\'s New',1253083513),(899,'en','core','phpfox','2.0.0rc2','site_stats','Site Stats','Site Stats',1253083687),(900,'en','core','phpfox','2.0.0rc2','customize_dashboard','Customize Dashboard','Customize Dashboard',1253084413),(901,'en','core','phpfox','2.0.0rc2','quick_links','Quick Links','Quick Links',1253085095),(902,'en','core','phpfox','2.0.0rc2','module_is_not_a_valid_module','{module} is not a valid module.','{module} is not a valid module.',1253085115),(903,'en','core','phpfox','2.0.0rc2','state_province','State/Province','State/Province',1253085649),(904,'en','core','phpfox','2.0.0rc2','what_is_on_your_mind','What is on your mind?','What is on your mind?',1253085696),(905,'en','core','phpfox','2.0.0rc2','click_to_change_profile_photo','Click to change profile photo.','Click to change profile photo.',1253085719),(906,'en','core','phpfox','2.0.0rc2','last_login','Last Login','Last Login',1253085749),(907,'en','core','phpfox','2.0.0rc2','submit_links','Submit Links','Submit Links',1253085762),(908,'en','core','phpfox','2.0.0rc2','manage_links','Manage Links','Manage Links',1253085771),(909,'en','core','phpfox','2.0.0rc2','logout','Logout','Logout',1253085794),(910,'en','core','phpfox','2.0.0rc2','click_to_view_your_profile','Click to view your profile.','Click to view your profile.',1253085803),(911,'en','core','phpfox','2.0.0rc2','click_to_change_your_profile_photo','Click to change your profile photo.','Click to change your profile photo.',1253085818),(912,'en','core','phpfox','2.0.0rc2','click_to_change_your_status','Click to change your status.','Click to change your status.',1253085836),(913,'en','core','phpfox','2.0.0rc2','status','Status','Status',1253085850),(914,'en','core','phpfox','2.0.0rc2','link_save_or_cancel','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>',1253085874),(915,'en','core','phpfox','2.0.0rc2','start_search','Start search...','Start search...',1253085894),(916,'en','core','phpfox','2.0.0rc2','favorites','Favorites','Favorites',1253085935),(917,'en','core','phpfox','2.0.0rc2','hide_the_footer_bar','Hide the Footer Bar','Hide the Footer Bar',1253085957),(918,'en','core','phpfox','2.0.0rc2','show_the_footer_bar','Show the Footer Bar','Show the Footer Bar',1253085989),(919,'en','core','phpfox','2.0.0rc2','ftp_path','FTP path','FTP path',1253086005),(920,'en','core','phpfox','2.0.0rc2','change_your_time_zone_preference','Change your time zone preference.','Change your time zone preference.',1253086694),(921,'en','core','phpfox','2.0.0rc2','welcome_name','Welcome, {name}!','Welcome, {name}!',1253087071),(922,'en','core','phpfox','2.0.0rc2','share','Share','Share',1253108437),(923,'en','core','phpfox','2.0.0rc2','setting_enable_getid3_check','<title>Use getID3 for Files Uploaded</title><info>getID3 is a 3rd party library that helps us verify the meta contents of a file that is uploaded to the server to confirm if the file that is being uploaded contains data that is related to what we are allowing to be uploaded (eg. photo, mp3\'s, videos etc...).</info>','<title>Use getID3 for Files Uploaded</title><info>getID3 is a 3rd party library that helps us verify the meta contents of a file that is uploaded to the server to confirm if the file that is being uploaded contains data that is related to what we are allowing to be uploaded (eg. photo, mp3\'s, videos etc...).</info>',1253267285),(924,'en','core','phpfox','2.0.0rc2','setting_extended_global_time_stamp','<title>Extended Global Time Stamp</title><info>Extended Global Time Stamp</info>','<title>Extended Global Time Stamp</title><info>Extended Global Time Stamp</info>',1253522109),(925,'en','core','phpfox','2.0.0rc3','setting_theme_session_prefix','<title>Theme Session Prefix</title><info>Theme Session Prefix</info>','<title>Theme Session Prefix</title><info>Theme Session Prefix</info>',1254810114),(926,'en','core','phpfox','2.0.0rc4','edit_this_block','Edit this Block','Edit this Block',1255709562),(927,'en','core','phpfox','2.0.0rc4','remove_this_block','Remove this Block','Remove this Block',1255709579),(928,'en','core','phpfox','2.0.0rc4','hello','Hello','Hello',1255709619),(929,'en','core','phpfox','2.0.0rc4','hello_name','Hello {name}','Hello {name}',1255709649),(930,'en','core','phpfox','2.0.0rc4','the_site_is_currently_in_offline_mode','The site is currently in \"Offline Mode\".','The site is currently in \"Offline Mode\".',1255709707),(931,'en','core','phpfox','2.0.0rc4','explore','Explore','Explore',1255709725),(932,'en','core','phpfox','2.0.0rc4','add_a_video','Add a Video','Add a Video',1255710109),(933,'en','core','phpfox','2.0.0rc4','enter_the_url_of_your_link','Enter the URL of your link','Enter the URL of your link',1255710193),(934,'en','core','phpfox','2.0.0rc4','enter_the_url_of_your_image','Enter the URL of your image','Enter the URL of your image',1255710214),(935,'en','core','phpfox','2.0.0rc4','add_a_link','Add a Link','Add a Link',1255710241),(936,'en','core','phpfox','2.0.0rc4','add_a_photo','Add a Photo','Add a Photo',1255710256),(937,'en','core','phpfox','2.0.0rc4','toggle_fullscreen','Toggle Fullscreen','Toggle Fullscreen',1255710373),(938,'en','core','phpfox','2.0.0rc4','full_screen_editor','Full Screen Editor','Full Screen Editor',1255710422),(939,'en','core','phpfox','2.0.0rc4','january','January','January',1255712010),(940,'en','core','phpfox','2.0.0rc4','february','February','February',1255712019),(941,'en','core','phpfox','2.0.0rc4','march','March','March',1255712026),(942,'en','core','phpfox','2.0.0rc4','april','April','April',1255712033),(943,'en','core','phpfox','2.0.0rc4','may','May','May',1255712040),(944,'en','core','phpfox','2.0.0rc4','june','June','June',1255712047),(945,'en','core','phpfox','2.0.0rc4','july','July','July',1255712054),(946,'en','core','phpfox','2.0.0rc4','august','August','August',1255712061),(947,'en','core','phpfox','2.0.0rc4','september','September','September',1255712068),(948,'en','core','phpfox','2.0.0rc4','october','October','October',1255712075),(949,'en','core','phpfox','2.0.0rc4','november','November','November',1255712082),(950,'en','core','phpfox','2.0.0rc4','december','December','December',1255712089),(951,'en','core','phpfox','2.0.0rc4','not_a_valid_file_extension_we_only_accept_support','Not a valid file extension. We only accept: {support}','Not a valid file extension. We only accept: {support}',1255712204),(952,'en','core','phpfox','2.0.0rc4','not_a_valid_image_we_only_accept_the_following_file_extensions_support','Not a valid image. We only accept the following file extensions: {support}','Not a valid image. We only accept the following file extensions: {support}',1255712279),(953,'en','core','phpfox','2.0.0rc4','unable_to_move_the_image','Unable to move the image.','Unable to move the image.',1255712307),(954,'en','core','phpfox','2.0.0rc4','unable_to_move_the_file','Unable to move the file.','Unable to move the file.',1255712330),(955,'en','core','phpfox','2.0.0rc4','unable_to_upload_the_image','Unable to upload the image.','Unable to upload the image.',1255712340),(956,'en','core','phpfox','2.0.0rc4','upload_failed_server_cannot_handle_files_larger_then_file_size','Upload failed. Server cannot handle files larger then: {file_size}','Upload failed. Server cannot handle files larger then: {file_size}',1255712554),(957,'en','core','phpfox','2.0.0rc4','upload_failed_server_cannot_handle_files_size_larger_then_file_size','Upload failed. Server cannot handle files ({size}) larger then: {file_size}','Upload failed. Server cannot handle files ({size}) larger then: {file_size}',1255712603),(958,'en','core','phpfox','2.0.0rc4','upload_failed_your_file_size_is_larger_then_our_limit_file_size','Upload failed. Your file ({size}) is larger then our limit: {file_size}','Upload failed. Your file ({size}) is larger then our limit: {file_size}',1255712638),(959,'en','core','phpfox','2.0.0rc4','uploaded_file_is_not_valid','Uploaded file is not valid.','Uploaded file is not valid.',1255712670),(960,'en','core','phpfox','2.0.0rc4','unable_to_connect_to_ftp_host','Unable to connect to FTP host.','Unable to connect to FTP host.',1255712693),(961,'en','core','phpfox','2.0.0rc4','ftp_password_hash_does_not_match_with_server_hash','FTP password hash does not match with server hash.','FTP password hash does not match with server hash.',1255712704),(962,'en','core','phpfox','2.0.0rc4','unable_to_login_to_ftp_server','Unable to login to FTP server.','Unable to login to FTP server.',1255712714),(963,'en','core','phpfox','2.0.0rc4','unable_to_connect_to_ftp_base_directory_make_sure_the_setting_for_ftp_directory_path_has_the_correct_path','Unable to connect to FTP base directory. Make sure the setting for \"FTP Directory Path\" has the correct path.','Unable to connect to FTP base directory. Make sure the setting for \"FTP Directory Path\" has the correct path.',1255712739),(964,'en','core','phpfox','2.0.0rc4','paypal_email','PayPal Email','PayPal Email',1255712780),(965,'en','core','phpfox','2.0.0rc4','paypal_is_an_electronic_money_service_which_allows_you_to_make_payment_to_anyone_online','PayPal is an electronic money service which allows you to make payment to anyone online. You can choose to pay using your credit card, debit card, bank account, or PayPal balance and make secure purchases without revealing your credit card number or financial information. All major credit and debit cards are accepted including Visa, Mastercard, American Express, Switch and Solo (plus many more).','PayPal is an electronic money service which allows you to make payment to anyone online. You can choose to pay using your credit card, debit card, bank account, or PayPal balance and make secure purchases without revealing your credit card number or financial information. All major credit and debit cards are accepted including Visa, Mastercard, American Express, Switch and Solo (plus many more).',1255712892),(966,'en','core','phpfox','2.0.0rc4','the_email_that_represents_your_paypal_account','The email that represents your PayPal account.','The email that represents your PayPal account.',1255712972),(967,'en','core','phpfox','2.0.0rc4','2checkout_vendor_id_number','2Checkout Vendor ID Number','2Checkout Vendor ID Number',1255712983),(968,'en','core','phpfox','2.0.0rc4','2checkout_secret_word','2Checkout Secret Word','2Checkout Secret Word',1255712992),(969,'en','core','phpfox','2.0.0rc4','your_numerical_vendor_id','Your numerical vendor ID.','Your numerical vendor ID.',1255713000),(970,'en','core','phpfox','2.0.0rc4','the_secret_word_as_set_within_the_look_and_feel_page_of_your_2checkout_account','The secret word as set within the \"Look and Feel\" page of your 2Checkout account.','The secret word as set within the \"Look and Feel\" page of your 2Checkout account.',1255713007),(971,'en','core','phpfox','2.0.0rc4','unable_to_create_a_watermark_resource','Unable to create a watermark resource.','Unable to create a watermark resource.',1255713076),(972,'en','core','phpfox','2.0.0rc4','originally_posted_by','Originally posted by','Originally posted by',1255714201),(973,'en','core','phpfox','2.0.0rc4','search_results_for','Search results for','Search results for',1255714921),(974,'en','core','phpfox','2.0.0rc4','any','Any','Any',1255714973),(975,'en','core','phpfox','2.0.0rc4','upgrade_taking_place','Upgrade Taking Place','Upgrade Taking Place',1255715353),(976,'en','core','phpfox','2.0.0rc4','content_is_empty','Content is empty.','Content is empty.',1255715616),(977,'en','core','phpfox','2.0.0rc4','the_content_of_this_item_is_identical_to_something_you_have_added_before_please_try_again','The content of this item is identical to something you have added before. Please try again.','The content of this item is identical to something you have added before. Please try again.',1255715631),(978,'en','core','phpfox','2.0.0rc4','try_again_in_1_minute','Try again in 1 minute.','Try again in 1 minute.',1255715652),(979,'en','core','phpfox','2.0.0rc4','try_again_in_time_minutes','Try again in {time} minutes.','Try again in {time} minutes.',1255715666),(980,'en','core','phpfox','2.0.0rc4','month','Month','Month',1255715765),(981,'en','core','phpfox','2.0.0rc4','day','Day','Day',1255715866),(982,'en','core','phpfox','2.0.0rc4','year','Year','Year',1255715882),(983,'en','core','phpfox','2.0.0rc4','am','am','am',1255715940),(984,'en','core','phpfox','2.0.0rc4','pm','pm','pm',1255715976),(985,'en','core','phpfox','2.0.0rc4','language_packages','Language Packages','Language Packages',1255716241),(986,'en','core','phpfox','2.0.0rc4','manage','Manage','Manage',1255716528),(987,'en','core','phpfox','2.0.0rc4','profile','Profile','Profile',1255716538),(988,'en','core','phpfox','2.0.0rc4','1_second_ago','1 second ago','1 second ago',1255787567),(989,'en','core','phpfox','2.0.0rc4','total_seconds_ago','{total} seconds ago','{total} seconds ago',1255787587),(990,'en','core','phpfox','2.0.0rc4','1_minute_ago','1 minute ago','1 minute ago',1255787604),(991,'en','core','phpfox','2.0.0rc4','total_minutes_ago','{total} minutes ago','{total} minutes ago',1255787618),(992,'en','core','phpfox','2.0.0rc4','1_hour_ago','1 hour ago','1 hour ago',1255787633),(993,'en','core','phpfox','2.0.0rc4','total_hours_ago','{total} hours ago','{total} hours ago',1255787645),(994,'en','core','phpfox','2.0.0rc4','today','Today','Today',1255787662),(995,'en','core','phpfox','2.0.0rc4','yesterday','Yesterday','Yesterday',1255787672),(996,'en','core','phpfox','2.0.0rc4','move_this_block','Move This Block','Move This Block',1255935862),(997,'en','core','phpfox','2.0.0rc4','online','Online','Online',1256030174),(998,'en','core','phpfox','2.0.0rc4','none','(none)','(none)',1256032072),(999,'en','core','phpfox','2.0.0rc4','cancel_lowercase','cancel','cancel',1256119676),(1000,'en','core','phpfox','2.0.0rc4','setting_can_move_on_a_y_and_x_axis','<title>Drag/Drop Blocks</title><info>Set this setting to <b>True</b> if you want to allow users to move blocks on a Y or X axis within areas where they can move blocks (eg. Their own profile). By default we only allow users to move blocks on a Y axis and allowing users to move blocks anywhere will give them the freedom but can cause your site design to be destroyed.</info>','<title>Drag/Drop Blocks</title><info>Set this setting to <b>True</b> if you want to allow users to move blocks on a Y or X axis within areas where they can move blocks (eg. Their own profile). By default we only allow users to move blocks on a Y axis and allowing users to move blocks anywhere will give them the freedom but can cause your site design to be destroyed.</info>',1256500257),(1001,'en','core','phpfox','2.0.0rc4','block','Block','Block',1256542768),(1002,'en','core','phpfox','2.0.0rc4','full_name_is_online','{full_name} is online.','{full_name} is online.',1256550931),(1003,'en','core','phpfox','2.0.0rc4','setting_resize_images','<title>Resize Images</title><info>If you allow HTML on the site and users attempt to add images you can enable this option to set a maximum width/height in certain areas (eg. General Comments & News Feed).\r\n\r\n<b>Note:</b> If enabled this will add an extra overhead to the script.</info>','<title>Resize Images</title><info>If you allow HTML on the site and users attempt to add images you can enable this option to set a maximum width/height in certain areas (eg. General Comments & News Feed).\r\n\r\n<b>Note:</b> If enabled this will add an extra overhead to the script.</info>',1256639414),(1004,'en','core','phpfox','2.0.0rc4','you_cannot_write_more_then_limit_characters','You cannot write more then {limit} characters!','You cannot write more then {limit} characters!',1256666443),(1005,'en','core','phpfox','2.0.0rc4','you_have_limit_character_s_left','You have {limit} character(s) left.','You have {limit} character(s) left.',1256666594),(1006,'en','core','phpfox','2.0.0rc5','welcome_email_content','Thanks for joining our community!','Thanks for joining our community!',1256828212),(1007,'en','core','phpfox','2.0.0rc5','welcome_email_subject','Welcome to {setting var=\'core.site_title\'}','Welcome to {setting var=\'core.site_title\'}',1256828898),(1008,'en','core','phpfox','2.0.0rc5','monday','Monday','Monday',1256832175),(1009,'en','core','phpfox','2.0.0rc5','tuesday','Tuesday','Tuesday',1256832914),(1010,'en','core','phpfox','2.0.0rc5','wednesday','Wednesday','Wednesday',1256832954),(1011,'en','core','phpfox','2.0.0rc5','thursday','Thursday','Thursday',1256832979),(1012,'en','core','phpfox','2.0.0rc5','friday','Friday','Friday',1256833008),(1013,'en','core','phpfox','2.0.0rc5','saturday','Saturday','Saturday',1256833052),(1014,'en','core','phpfox','2.0.0rc5','sunday','Sunday','Sunday',1256833073),(1015,'en','core','phpfox','2.0.0rc6','view_less','View Less','View Less',1257261878),(1016,'en','core','phpfox','2.0.0rc7','select_a_file_to_upload','Select a file to upload.','Select a file to upload.',1257790027),(1017,'en','core','phpfox','2.0.0rc8','clear','Clear','Clear',1258501182),(1018,'en','core','phpfox','2.0.0rc8','clear_your_current_status','Clear your current status...','Clear your current status...',1258501409),(1019,'en','core','phpfox','2.0.0rc8','not_a_valid_file_extension_we_only_allow_ext','Not a valid file extension. We only allow: {ext}','Not a valid file extension. We only allow: {ext}',1258550380),(1020,'en','core','phpfox','2.0.0rc8','opps_something_went_wrong','Oops! Something went wrong. We were not able to complete your request. We are looking into fixing the issue. Please refresh the page and try again.','Oops! Something went wrong. We were not able to complete your request. We are looking into fixing the issue. Please refresh the page and try again.',1258552662),(1021,'en','core','phpfox','2.0.0rc8','fill_in_a_proper_url','Fill in a proper URL.','Fill in a proper URL.',1259006129),(1022,'en','core','phpfox','2.0.0rc8','url','URL','URL',1259006139),(1023,'en','core','phpfox','2.0.0rc8','message','Message','Message',1259006152),(1024,'en','core','phpfox','2.0.0rc8','image','Image','Image',1259006739),(1025,'en','core','phpfox','2.0.0rc8','provide_a_proper_image_path','Provide a proper image path.','Provide a proper image path.',1259006762),(1026,'en','core','phpfox','2.0.0rc8','not_a_valid_password','Not a valid password.','Not a valid password.',1259092483),(1027,'en','core','phpfox','2.0.0rc8','invalid_url','Invalid URL.','Invalid URL.',1259092495),(1028,'en','core','phpfox','2.0.0rc8','provide_a_numerical_value','Provide a numerical value.','Provide a numerical value.',1259092504),(1029,'en','core','phpfox','2.0.0rc8','provide_a_valid_price','Provide a valid price.','Provide a valid price.',1259092512),(1030,'en','core','phpfox','2.0.0rc8','provide_a_valid_year_eg_1982','Provide a valid year. (eg. 1982)','Provide a valid year. (eg. 1982)',1259092519),(1031,'en','core','phpfox','2.0.0rc9','setting_mail_smtp_port','<title>SMTP Port</title><info>What port to use for sending mail with SMTP? Default is 25</info>','<title>SMTP Port</title><info>What port to use for sending mail with SMTP? Default is 25</info>',1259174724),(1032,'en','core','phpfox','2.0.0rc10','setting_conver_time_to_string','<title>Time to String</title><info>Time to String</info>','<title>Time to String</title><info>Time to String</info>',1259600267),(1033,'en','core','phpfox','2.0.0rc10','setting_global_welcome_time_stamp','<title>Global Welcome Time Stamp</title><info>Global Welcome Time Stamp</info>','<title>Global Welcome Time Stamp</title><info>Global Welcome Time Stamp</info>',1259613089),(1034,'en','core','phpfox','2.0.0rc11','his','his','his',1259966039),(1035,'en','core','phpfox','2.0.0rc11','her','her','her',1259966050),(1036,'en','core','phpfox','2.0.0rc11','setting_no_more_ie6','<title>Detect IE6</title><info>With this feature enabled it will guide those using IE6 to upgrade to a supported browser.\r\n\r\nThis feature is powered by <a href=\"http://www.ie6nomore.com/\" target=\"_blank\">IE6 No More</a>\r\n\r\n<b>Note:</b> The themes we provide by default require IE7 or higher, however other themes could work fine with IE6 as this comes down to the theme you have installed.</info>','<title>Detect IE6</title><info>With this feature enabled it will guide those using IE6 to upgrade to a supported browser.\r\n\r\nThis feature is powered by <a href=\"http://www.ie6nomore.com/\" target=\"_blank\">IE6 No More</a>\r\n\r\n<b>Note:</b> The themes we provide by default require IE7 or higher, however other themes could work fine with IE6 as this comes down to the theme you have installed.</info>',1260114410),(1037,'en','core','phpfox','2.0.0rc11','warning','Warning!','Warning!',1260115626),(1038,'en','core','phpfox','2.0.0rc11','you_are_using_an_outdated_browser','You are using an outdated browser','You are using an outdated browser',1260115640),(1039,'en','core','phpfox','2.0.0rc11','for_a_better_experience_using_this_site_please_upgrade_to_a_modern_web_browser','For a better experience using this site, please upgrade to a modern web browser.','For a better experience using this site, please upgrade to a modern web browser.',1260115649),(1040,'en','core','phpfox','2.0.0rc11','get_firefox','Get Firefox','Get Firefox',1260115659),(1041,'en','core','phpfox','2.0.0rc11','get_internet_explorer','Get Internet Explorer','Get Internet Explorer',1260115674),(1042,'en','core','phpfox','2.0.0rc11','get_safari','Get Safari','Get Safari',1260115686),(1043,'en','core','phpfox','2.0.0rc11','get_google_chrome','Get Google Chrome','Get Google Chrome',1260115698),(1044,'en','core','phpfox','2.0.0rc11','menu_core_new_sample','New Sample','New Sample',1260125237),(1045,'en','core','phpfox','2.0.0rc11','menu_core_sub_menu','Sub Menu','Sub Menu',1260133497),(1046,'en','core','phpfox','2.0.0rc11','setting_resize_embed_video','<title>Resize Embedded Videos</title><info>Enable this feature to resize embedded videos to fit your sites default theme in areas where it is designed to fix flash videos (eg. users profile).\r\n\r\nNote that enabling this feature will be an extra overhead.\r\n\r\nUse this feature with caution as it is experimental.\r\n</info>','<title>Resize Embedded Videos</title><info>Enable this feature to resize embedded videos to fit your sites default theme in areas where it is designed to fix flash videos (eg. users profile).\r\n\r\nNote that enabling this feature will be an extra overhead.\r\n\r\nUse this feature with caution as it is experimental.\r\n</info>',1260137802),(1047,'en','core','phpfox','2.0.0rc11','translate','Translate','Translate',1260209538),(1048,'en','core','phpfox','2.0.0rc12','setting_footer_watch_time_stamp','<title>Footer Bar Time Stamp</title><info>Footer Bar Time Stamp</info>','<title>Footer Bar Time Stamp</title><info>Footer Bar Time Stamp</info>',1260824135),(1049,'en','core','phpfox','2.0.0rc12','setting_categories_to_show_at_first','<title>How many subcategories to show at first</title><info>This setting tells how many subcategories are to be shown at first. If the list of subcategories is longer than this value the extra ones will be hidden and a \"View More\" option will be shown instead, allowing the user to display the hidden subcategories.\r\n\r\na \"View Less\" option will be available to provide the full \"accordion\" effect.\r\n\r\nIf you set it to zero (\"0\" without quotes) it will hide every subcategory and a plus sign will show next to the category name, clicking the plus sign will show that category\'s subcategories.\r\n</info>','<title>How many subcategories to show at first</title><info>This setting tells how many subcategories are to be shown at first. If the list of subcategories is longer than this value the extra ones will be hidden and a \"View More\" option will be shown instead, allowing the user to display the hidden subcategories.\r\n\r\na \"View Less\" option will be available to provide the full \"accordion\" effect.\r\n\r\nIf you set it to zero (\"0\" without quotes) it will hide every subcategory and a plus sign will show next to the category name, clicking the plus sign will show that category\'s subcategories.\r\n</info>',1260886987),(1050,'en','core','phpfox','2.0.0rc12','translating_name','Translating: {name}','Translating: {name}',1260974997),(1051,'en','core','phpfox','2.0.0','sample_phrase','Sample Phrase','Sample Phrase',1261078500),(1052,'en','core','phpfox','2.0.0','setting_global_site_title','<title>Site Title</title><info>This will displayed on each page as the title of your site.</info>','<title>Site Title</title><info>This will displayed on each page as the title of your site.</info>',1261332596),(1053,'en','core','phpfox','2.0.0','uploading','Uploading','Uploading',1261570167),(1054,'en','core','phpfox','2.0.2','setting_css_edit_id','<title>CSS Edit ID#</title><info>CSS Edit ID#</info>','<title>CSS Edit ID#</title><info>CSS Edit ID#</info>',1262718486),(1055,'en','core','phpfox','2.0.2','setting_footer_bar_tool_tip_time_stamp','<title>Footerbar Tooltip Timestamp</title><info>This is the time stamp displayed when hovering over the mini time stamp on the footer bar.</info>','<title>Footerbar Tooltip Timestamp</title><info>This is the time stamp displayed when hovering over the mini time stamp on the footer bar.</info>',1263239803),(1056,'en','core','phpfox','2.0.4','what_s_on_your_mind','What\'s on your mind?','What\'s on your mind?',1267544459),(1057,'en','core','phpfox','2.0.5','currency','Currency','Currency',1271403468),(1058,'en','core','phpfox','2.0.5','currency_manager','Currency Manager','Currency Manager',1271403530),(1059,'en','core','phpfox','2.0.5','add_currency','Add Currency','Add Currency',1271403551),(1060,'en','core','phpfox','2.0.5','u_s_dollars','U.S. Dollars','U.S. Dollars',1271404571),(1061,'en','core','phpfox','2.0.5','euros','Euros','Euros',1271404620),(1062,'en','core','phpfox','2.0.5','pounds_sterling','Pounds Sterling','Pounds Sterling',1271404639),(1063,'en','core','phpfox','2.0.5','currencies','Currencies','Currencies',1271410326),(1064,'en','core','phpfox','2.0.5','custom_currency_sek','Swedish Crown','Swedish Crown',1271419828),(1065,'en','core','phpfox','2.0.5','setting_group_currency','<title>Currency</title><info>Currency</info>','<title>Currency</title><info>Currency</info>',1272025108),(1066,'en','core','phpfox','2.0.5','setting_exchange_rate_api_key','<title>Exchange Rate API</title><info>In order to get the latest exchange rates for the currencies being used we need to connect to a 3rd party website. To sign up for a free API key go <a href=\"http://www.exchangerate-api.com/api-key\">here</a>.</info>','<title>Exchange Rate API</title><info>In order to get the latest exchange rates for the currencies being used we need to connect to a 3rd party website. To sign up for a free API key go <a href=\"http://www.exchangerate-api.com/api-key\">here</a>.</info>',1272025266),(1067,'en','core','phpfox','2.0.5','setting_group_cdn_content_delivery_network','<title>CDN (Content Delivery Network)</title><info>CDN (Content Delivery Network)</info>','<title>CDN (Content Delivery Network)</title><info>CDN (Content Delivery Network)</info>',1272361339),(1068,'en','core','phpfox','2.0.5','setting_amazon_access_key','<title>Amazon Access Key</title><info>Add your Amazon access key.</info>','<title>Amazon Access Key</title><info>Add your Amazon access key.</info>',1272361405),(1069,'en','core','phpfox','2.0.5','setting_amazon_secret_key','<title>Amazon Secret Key</title><info>Add your Amazon secret key.</info>','<title>Amazon Secret Key</title><info>Add your Amazon secret key.</info>',1272361721),(1070,'en','core','phpfox','2.0.5','setting_amazon_bucket','<title>Amazon Bucket Name</title><info>This will automatically be created by the script. Leave this setting unless you want to manually create a bucket on Amazon.</info>','<title>Amazon Bucket Name</title><info>This will automatically be created by the script. Leave this setting unless you want to manually create a bucket on Amazon.</info>',1272361799),(1071,'en','core','phpfox','2.0.5','setting_amazon_bucket_created','<title>Amazon Bucket Created</title><info>This setting is automatically updated by the script. Only edit this setting for debugging purposes.</info>','<title>Amazon Bucket Created</title><info>This setting is automatically updated by the script. Only edit this setting for debugging purposes.</info>',1272361978),(1072,'en','core','phpfox','2.0.5','setting_allow_cdn','<title>Enable CDN (Beta)</title><info>Set this to \"True\" if you want to use CDN. Note that this feature is still in \"Beta\".</info>','<title>Enable CDN (Beta)</title><info>Set this to \"True\" if you want to use CDN. Note that this feature is still in \"Beta\".</info>',1272362370),(1073,'en','core','phpfox','2.0.5','money_field_only_accepts_numbers_and_point','The money fields can only have numbers and a point.\r\nValid examples:\r\n12.43\r\n15\r\n0.65','The money fields can only have numbers and a point.\r\nValid examples:\r\n12.43\r\n15\r\n0.65',1271338945),(1074,'en','core','phpfox','2.0.5','only_one_point_is_allowed','In money fields only one point is allowed, valid examples:\r\n23.12\r\n19.54\r\n30','In money fields only one point is allowed, valid examples:\r\n23.12\r\n19.54\r\n30',1271339014),(1075,'en','core','phpfox','2.0.5','money_fields_are_required','If a money field is set, the others are required. You can leave them all empty or none.','If a money field is set, the others are required. You can leave them all empty or none.',1271339939),(1076,'en','core','phpfox','2.0.5','setting_cdn_cname','<title>CDN URL (Optional)</title><info>If your CDN provider allows you to create a CNAME record you can add the domain here. Example: (http://cdn.yoursite.com/)</info>','<title>CDN URL (Optional)</title><info>If your CDN provider allows you to create a CNAME record you can add the domain here. Example: (http://cdn.yoursite.com/)</info>',1273008398),(1077,'en','core','phpfox','2.0.5dev1','setting_force_https_secure_pages','<title>Secure Pages with HTTPS</title><info>If your server has support for HTTPS you can enable this feature to secure certain pages like the login, registration and account setting pages.</info>','<title>Secure Pages with HTTPS</title><info>If your server has support for HTTPS you can enable this feature to secure certain pages like the login, registration and account setting pages.</info>',1274840652),(1078,'en','core','phpfox','2.0.5dev2','try_again_in_time_seconds','Try again in {time} seconds.','Try again in {time} seconds.',1275106296),(1079,'en','core','phpfox','2.0.5dev2','try_again_in_1_second','Try again in 1 second.','Try again in 1 second.',1275106549),(1080,'en','core','phpfox','2.0.5dev2','setting_global_genders','<title>Genders</title><info>This setting controls the genders used on this community. To add a new gender you need to populate it with 3 values separated by a pipe \"|\" (without quotes). Use the default Male and Female genders we provide as examples.\r\n The first value needs to be a unique numerical ID number. For Male and Female we use the numbers 1 and 2. We advice to go upwards from there. The 2nd field needs to be a phrase that you must first add using our language manager. Once you add a phrase it gives you several examples on how to use the phrase. We will be using the \"Text\" method, which is basically the variable name of the phrase and how we will connect to this specific word. So the 2nd value needs to be a phrase that identifies this gender. For Male and Female we used his and her. The 3rd value identifies the gender and must also be a phrase much like the 2nd value. For male and female we used Male and Female to populate this value.</info>','<title>Genders</title><info>This setting controls the genders used on this community. To add a new gender you need to populate it with 3 values separated by a pipe \"|\" (without quotes). Use the default Male and Female genders we provide as examples.\r\n The first value needs to be a unique numerical ID number. For Male and Female we use the numbers 1 and 2. We advice to go upwards from there. The 2nd field needs to be a phrase that you must first add using our language manager. Once you add a phrase it gives you several examples on how to use the phrase. We will be using the \"Text\" method, which is basically the variable name of the phrase and how we will connect to this specific word. So the 2nd value needs to be a phrase that identifies this gender. For Male and Female we used his and her. The 3rd value identifies the gender and must also be a phrase much like the 2nd value. For male and female we used Male and Female to populate this value.</info>',1275182678),(1081,'en','core','phpfox','2.0.5dev2','all','All','All',1275184041),(1082,'en','core','phpfox','2.0.6','time_separator',' at ',' at ',1284989757),(1083,'en','custom','phpfox','2.0.0alpha3','module_custom','Custom Fields','Custom Fields',1238394705),(1084,'en','custom','phpfox','2.0.0alpha3','user_setting_can_edit_own_custom_field','Can edit own custom fields?','Can edit own custom fields?',1238403255),(1085,'en','custom','phpfox','2.0.0alpha3','user_setting_can_edit_other_custom_fields','Can edit other custom fields?','Can edit other custom fields?',1238403455),(1086,'en','custom','phpfox','2.0.0alpha3','admin_menu_add_custom_field','Add Custom Field','Add Custom Field',1238430261),(1087,'en','custom','phpfox','2.0.0alpha3','admin_menu_manage_custom_fields','Manage Custom Fields','Manage Custom Fields',1238611269),(1088,'en','custom','phpfox','2.0.0alpha3','user_setting_can_add_custom_fields','Can add new custom fields?','Can add new custom fields?',1238611534),(1089,'en','custom','phpfox','2.0.0alpha3','setting_hide_custom_fields_when_empty','<title>Hide Empty Custom Fields (Users Profile)</title><info>Define if we should hide custom fields that are empty when a user is viewing their profile without visiting the design page.</info>','<title>Hide Empty Custom Fields (Users Profile)</title><info>Define if we should hide custom fields that are empty when a user is viewing their profile without visiting the design page.</info>',1238613571),(1090,'en','custom','phpfox','2.0.0alpha3','admin_menu_add_custom_group','Add Custom Group','Add Custom Group',1238665028),(1091,'en','custom','phpfox','2.0.0alpha3','user_setting_can_add_custom_fields_group','Can add a group for custom fields?','Can add a group for custom fields?',1238665815),(1092,'en','custom','phpfox','2.0.0beta1','user_setting_has_special_custom_fields','Can have special custom fields?','Can have special custom fields?',1240596597),(1093,'en','custom','phpfox','2.0.0beta1','user_setting_custom_table_name','Custom field database table name?','Custom field database table name?',1240597480),(1094,'en','custom','phpfox','2.0.0beta1','admincp_custom_fields','Custom Fields','Custom Fields',1241342492),(1095,'en','custom','phpfox','2.0.0rc3','nothing_added_yet_click_to_edit','Nothing added yet. Click <a href=\"#\" onclick=\"{link}\">here</a> to edit.','Nothing added yet. Click <a href=\"#\" onclick=\"{link}\">here</a> to edit.',1254382815),(1096,'en','custom','phpfox','2.0.0rc3','select_a_product_this_custom_field_will_belong_to','Select a product this custom field will belong to.','Select a product this custom field will belong to.',1254383181),(1097,'en','custom','phpfox','2.0.0rc3','select_a_module_this_custom_field_will_belong_to','Select a module this custom field will belong to.','Select a module this custom field will belong to.',1254383838),(1098,'en','custom','phpfox','2.0.0rc3','select_where_this_custom_field_should_be_located','Select where this custom field should be located.','Select where this custom field should be located.',1254383854),(1099,'en','custom','phpfox','2.0.0rc3','group_successfully_updated','Group successfully updated.','Group successfully updated.',1254383870),(1100,'en','custom','phpfox','2.0.0rc3','group_successfully_added','Group successfully added.','Group successfully added.',1254383896),(1101,'en','custom','phpfox','2.0.0rc3','add_a_new_custom_group','Add a New Custom Group','Add a New Custom Group',1254383958),(1102,'en','custom','phpfox','2.0.0rc3','select_what_type_of_custom_field_this_is','Select what type of custom field this is.','Select what type of custom field this is.',1254384409),(1103,'en','custom','phpfox','2.0.0rc3','field_successfully_updated','Field successfully updated.','Field successfully updated.',1254384441),(1104,'en','custom','phpfox','2.0.0rc3','field_successfully_added','Field successfully added.','Field successfully added.',1254384461),(1105,'en','custom','phpfox','2.0.0rc3','add_a_new_custom_field','Add a New Custom Field','Add a New Custom Field',1254384520),(1106,'en','custom','phpfox','2.0.0rc3','custom_group_successfully_deleted','Custom group successfully deleted.','Custom group successfully deleted.',1254384555),(1107,'en','custom','phpfox','2.0.0rc3','custom_fields_successfully_updated','Custom fields successfully updated.','Custom fields successfully updated.',1254384566),(1108,'en','custom','phpfox','2.0.0rc3','manage_custom_fields','Manage Custom Fields','Manage Custom Fields',1254384579),(1109,'en','custom','phpfox','2.0.0rc3','provide_a_module_for_this_group_to_belong_to','Provide a module for this group to belong to.','Provide a module for this group to belong to.',1254384647),(1110,'en','custom','phpfox','2.0.0rc3','provide_a_name_for_this_group','Provide a name for this group.','Provide a name for this group.',1254384681),(1111,'en','custom','phpfox','2.0.0rc3','there_is_already_a_group_with_the_same_name','There is already a group with the same name.','There is already a group with the same name.',1254384698),(1112,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_group','Unable to find the custom group.','Unable to find the custom group.',1254384946),(1113,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_group_you_plan_on_deleting','Unable to find the group you plan on deleting.','Unable to find the group you plan on deleting.',1254384964),(1114,'en','custom','phpfox','2.0.0rc3','not_a_valid_custom_field_to_edit','Not a valid custom field to edit.','Not a valid custom field to edit.',1254385041),(1115,'en','custom','phpfox','2.0.0rc3','you_do_not_have_permission_to_edit_this_field','You do not have permission to edit this field.','You do not have permission to edit this field.',1254385054),(1116,'en','custom','phpfox','2.0.0rc3','updating','Updating','Updating',1254385075),(1117,'en','custom','phpfox','2.0.0rc3','cancel','cancel','cancel',1254385096),(1118,'en','custom','phpfox','2.0.0rc3','provide_a_name_for_the_custom_field','Provide a name for the custom field.','Provide a name for the custom field.',1254385184),(1119,'en','custom','phpfox','2.0.0rc3','name_of_this_custom_field_is_already_in_use','Name of this custom field is already in use.','Name of this custom field is already in use.',1254385200),(1120,'en','custom','phpfox','2.0.0rc3','not_a_valid_type_of_custom_field','Not a valid type of custom field.','Not a valid type of custom field.',1254385228),(1121,'en','custom','phpfox','2.0.0rc3','you_have_selected_that_this_field_is_a_select_custom_field_which_requires_at_least_one_option','You have selected that this field is a \"select\" custom field, which requires at least one option.','You have selected that this field is a \"select\" custom field, which requires at least one option.',1254385243),(1122,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_field','Unable to find the custom field.','Unable to find the custom field.',1254385584),(1123,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_field_you_want_to_delete','Unable to find the custom field you want to delete.','Unable to find the custom field you want to delete.',1254385593),(1124,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_option_you_plan_on_deleting','Unable to find the custom option you plan on deleting.','Unable to find the custom option you plan on deleting.',1254385607),(1125,'en','custom','phpfox','2.0.0rc3','are_you_sure_you_want_to_delete_this_custom_option','Are you sure you want to delete this custom option?\r\n\r\nNote that anyone using this option will revert to using the default option set for this custom field.','Are you sure you want to delete this custom option?\r\n\r\nNote that anyone using this option will revert to using the default option set for this custom field.',1254385722),(1126,'en','custom','phpfox','2.0.0rc3','select','Select','Select',1254387580),(1127,'en','custom','phpfox','2.0.0rc3','no_answer','No Answer','No Answer',1254387590),(1128,'en','custom','phpfox','2.0.0rc3','group_details','Group Details','Group Details',1254387601),(1129,'en','custom','phpfox','2.0.0rc3','location','Location','Location',1254387608),(1130,'en','custom','phpfox','2.0.0rc3','user_group','User Group','User Group',1254387623),(1131,'en','custom','phpfox','2.0.0rc3','select_only_if_you_want_a_specific_user_group_to_have_special_custom_fields','Select only if you want a specific user group to have special custom fields.','Select only if you want a specific user group to have special custom fields.',1254387639),(1132,'en','custom','phpfox','2.0.0rc3','group','Group','Group',1254387647),(1133,'en','custom','phpfox','2.0.0rc3','add_group','Add Group','Add Group',1254387667),(1134,'en','custom','phpfox','2.0.0rc3','cancel_uppercase','Cancel','Cancel',1254387686),(1135,'en','custom','phpfox','2.0.0rc3','field_details','Field Details','Field Details',1254387694),(1136,'en','custom','phpfox','2.0.0rc3','create_a_new_group','Create a New Group','Create a New Group',1254388379),(1137,'en','custom','phpfox','2.0.0rc3','required','Required','Required',1254388430),(1138,'en','custom','phpfox','2.0.0rc3','yes','Yes','Yes',1254388436),(1139,'en','custom','phpfox','2.0.0rc3','no','No','No',1254388445),(1140,'en','custom','phpfox','2.0.0rc3','type','Type','Type',1254388454),(1141,'en','custom','phpfox','2.0.0rc3','large_text_area','Large Text Area','Large Text Area',1254388469),(1142,'en','custom','phpfox','2.0.0rc3','small_text_area_255_characters_max','Small Text Area (255 Characters Max)','Small Text Area (255 Characters Max)',1254388477),(1143,'en','custom','phpfox','2.0.0rc3','selection','Selection','Selection',1254388483),(1144,'en','custom','phpfox','2.0.0rc3','field_name_amp_values','Field Name & Values','Field Name & Values',1254388493),(1145,'en','custom','phpfox','2.0.0rc3','name','Name','Name',1254388502),(1146,'en','custom','phpfox','2.0.0rc3','current_values','Current Values','Current Values',1254388513),(1147,'en','custom','phpfox','2.0.0rc3','option_count','Option {count}','Option {count}',1254388554),(1148,'en','custom','phpfox','2.0.0rc3','values','Values','Values',1254388568),(1149,'en','custom','phpfox','2.0.0rc3','option_html_count','Option <span class=\"js_option_count\"></span>','Option <span class=\"js_option_count\"></span>',1254388585),(1150,'en','custom','phpfox','2.0.0rc3','add_new_option','Add New Option','Add New Option',1254388596),(1151,'en','custom','phpfox','2.0.0rc3','update','Update','Update',1254388602),(1152,'en','custom','phpfox','2.0.0rc3','add','Add','Add',1254388609),(1153,'en','custom','phpfox','2.0.0rc3','edit','Edit','Edit',1254388627),(1154,'en','custom','phpfox','2.0.0rc3','set_to_inactive','Set to Inactive','Set to Inactive',1254388637),(1155,'en','custom','phpfox','2.0.0rc3','delete','Delete','Delete',1254388643),(1156,'en','custom','phpfox','2.0.0rc3','custom_fields','Custom Fields','Custom Fields',1254388653),(1157,'en','custom','phpfox','2.0.0rc3','general','General','General',1254388664),(1158,'en','custom','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254388687),(1159,'en','custom','phpfox','2.0.0rc3','no_custom_fields_have_been_added','No custom fields have been added.','No custom fields have been added.',1254388696),(1160,'en','custom','phpfox','2.0.0','include_on_registration','Include on Registration','Include on Registration',1261424334),(1161,'en','custom','phpfox','2.0.4','user_setting_can_manage_custom_fields','Can manage custom fields?','Can manage custom fields?',1267027044),(1162,'en','custom','phpfox','2.0.5','submit','Submit','Submit',1273137049),(1163,'en','error','phpfox','2.0.0alpha1','module_error','Error Handler','Error Handler',1214851398),(1164,'en','error','phpfox','2.0.0alpha1','csrf_token_set','No security token has been set within the posted form. All forms must contain a security token in order for our site to handle its requests.','No security token has been set within the posted form. All forms must contain a security token in order for our site to handle its requests.',1214851419),(1165,'en','error','phpfox','2.0.0alpha1','csrf_session_token','No security token was set to your session. Please make sure your web browser is allowing all COOKIES from our site.','No security token was set to your session. Please make sure your web browser is allowing all COOKIES from our site.',1214851490),(1166,'en','error','phpfox','2.0.0alpha1','csrf_detected','Cross site forgery request (CSFR) detected. Please note all such attempts are logged.','Cross site forgery request (CSFR) detected. Please note all such attempts are logged.',1214851524),(1167,'en','error','phpfox','2.0.0alpha1','site_email_not_set','The admin has not set any email address to contact them.','The admin has not set any email address to contact them.',1233753322),(1168,'en','error','phpfox','2.0.0rc3','the_page_you_are_looking_for_cannot_be_found','The page you are looking for cannot be found.','The page you are looking for cannot be found.',1254390056),(1169,'en','help','phpfox','2.0.0alpha1','user_setting_show_tips','Show tips?','Show tips?',1219325863),(1170,'en','help','phpfox','2.0.0alpha1','module_help','Help','Help',1219157383),(1171,'en','help','phpfox','2.0.0alpha1','add_new_phrase','Add New Phrase','Add New Phrase',1213990180),(1172,'en','help','phpfox','2.0.0alpha1','click_for_help','Click for Help','Click for Help',1213990238),(1173,'en','help','phpfox','2.0.0alpha1','hide_all_tips','Hide All Tips','Hide All Tips',1219325791),(1174,'en','help','phpfox','2.0.0alpha1','close','Close','Close',1219325807),(1175,'en','help','phpfox','2.0.0alpha1','hide_this_tip','Hide This Tip','Hide This Tip',1219328167),(1176,'en','help','phpfox','2.0.0alpha1','add_back_tips_info','<b>Note:</b> If you close all tips found on this site you can edit your <b>Account Settings</b> to view tips again.','<b>Note:</b> If you close all tips found on this site you can edit your <b>Account Settings</b> to view tips again.',1219328306),(1177,'en','language','phpfox','2.0.0alpha1','user_setting_can_manage_lang_packs','Can manage language packages?','Can manage language packages?',1215135052),(1178,'en','language','phpfox','2.0.0alpha1','module_language','Language','Language',1219147665),(1179,'en','language','phpfox','2.0.0alpha1','phrase_manager','Phrase Manager','Phrase Manager',1212092906),(1180,'en','language','phpfox','2.0.0alpha1','add_phrase','Add Phrase','Add Phrase',1212098704),(1181,'en','language','phpfox','2.0.0alpha1','phrase_already_created','This phrase has already been created: {phrase}','This phrase has already been created: {phrase}',1212099832),(1182,'en','language','phpfox','2.0.0alpha1','phrase_form','Phrase Form','Phrase Form',1212101835),(1183,'en','language','phpfox','2.0.0alpha1','module','Module','Module',1212101872),(1184,'en','language','phpfox','2.0.0alpha1','varname','Varname','Varname',1212101892),(1185,'en','language','phpfox','2.0.0alpha1','text','Text','Text',1212101908),(1186,'en','language','phpfox','2.0.0alpha1','variable','Variable','Variable',1212102235),(1187,'en','language','phpfox','2.0.0alpha1','language','Language','Language',1212102262),(1188,'en','language','phpfox','2.0.0alpha1','original','Original','Original',1212102283),(1189,'en','language','phpfox','2.0.0alpha1','phrase_added','Phrase has been added: {phrase}','Phrase has been added: {phrase}',1212104699),(1190,'en','language','phpfox','2.0.0alpha1','product','Product','Product',1213989355),(1191,'en','language','phpfox','2.0.0alpha1','select_varname','Select a \"Varname\" for your phrase','Select a \"Varname\" for your phrase',1213989408),(1192,'en','language','phpfox','2.0.0alpha1','product_not_defined_xml_file','Product not defined in XML file.','Product not defined in XML file.',1214414060),(1193,'en','language','phpfox','2.0.0alpha1','language_package_successfully_deleted','Language package successfully deleted.','Language package successfully deleted.',1214414106),(1194,'en','language','phpfox','2.0.0alpha1','manage_language_packages','Manage Language Packages','Manage Language Packages',1214414122),(1195,'en','language','phpfox','2.0.0alpha1','delete','Delete','Delete',1214414137),(1196,'en','language','phpfox','2.0.0alpha1','are_you_sure','Are you sure you want to delete this language package (<i>{language}</i>)?','Are you sure you want to delete this language package (<i>{language}</i>)?',1214414183),(1197,'en','language','phpfox','2.0.0alpha1','yes','Yes','Yes',1214414236),(1198,'en','language','phpfox','2.0.0alpha1','no','No','No',1214414248),(1199,'en','language','phpfox','2.0.0alpha1','added','Added On','Added On',1214414369),(1200,'en','language','phpfox','2.0.0alpha1','created','Created By','Created By',1214414701),(1201,'en','language','phpfox','2.0.0alpha1','actions','Actions','Actions',1214414716),(1202,'en','language','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1214414731),(1203,'en','language','phpfox','2.0.0alpha1','edit_settings','Edit Settings','Edit Settings',1214414742),(1204,'en','language','phpfox','2.0.0alpha1','set_default','Set As Default','Set As Default',1214414753),(1205,'en','language','phpfox','2.0.0alpha1','default_language_package_reset','Default language package reset.','Default language package reset.',1214414838),(1206,'en','language','phpfox','2.0.0alpha1','invalid_language_package','Invalid language package.','Invalid language package.',1214414865),(1207,'en','language','phpfox','2.0.0alpha1','invalid_language','Invalid language ID#.','Invalid language ID#.',1214414882),(1208,'en','language','phpfox','2.0.0alpha1','product_does_not_have_any_phrases_export','Product does not have any phrases to export.','Product does not have any phrases to export.',1214414922),(1209,'en','language','phpfox','2.0.0alpha1','language_package_successfully_imported','Language package successfully imported.','Language package successfully imported.',1214414951),(1210,'en','language','phpfox','2.0.0alpha1','language_package','Language Package','Language Package',1214414972),(1211,'en','language','phpfox','2.0.0alpha1','import_export','Import/Export Language Packages','Import/Export Language Packages',1214415020),(1212,'en','language','phpfox','2.0.0alpha1','import_language_package','Import Language Package','Import Language Package',1214417937),(1213,'en','language','phpfox','2.0.0alpha1','either_select_language_package','<b>EITHER</b> select a language package','<b>EITHER</b> select a language package',1214417954),(1214,'en','language','phpfox','2.0.0alpha1','upload_one_from_your_computer','<b>OR</b> upload one from your computer','<b>OR</b> upload one from your computer',1214417972),(1215,'en','language','phpfox','2.0.0alpha1','overwrite','Overwrite','Overwrite',1214418012),(1216,'en','language','phpfox','2.0.0alpha1','import_missing_phrases_only','Import Missing Phrases Only','Import Missing Phrases Only',1214786160),(1217,'en','language','phpfox','2.0.0alpha1','cannot_import','Invalid language package. Cannot import since it does not exist.','Invalid language package. Cannot import since it does not exist.',1214800555),(1218,'en','language','phpfox','2.0.0alpha1','revert_selected_default','Revert Selected to Default','Revert Selected to Default',1214992247),(1219,'en','language','phpfox','2.0.0alpha1','delete_selected','Delete Selected','Delete Selected',1214992306),(1220,'en','language','phpfox','2.0.0alpha1','save_selected','Save Selected','Save Selected',1214992355),(1221,'en','language','phpfox','2.0.0alpha1','save_all','Save All','Save All',1214992377),(1222,'en','language','phpfox','2.0.0alpha1','save','Save','Save',1214992971),(1223,'en','language','phpfox','2.0.0alpha1','phrases_found','No phrases found.','No phrases found.',1215127864),(1224,'en','language','phpfox','2.0.0alpha1','search_for_text','Search For Text','Search For Text',1215127988),(1225,'en','language','phpfox','2.0.0alpha1','search_filter','Search Filter','Search Filter',1215128001),(1226,'en','language','phpfox','2.0.0alpha1','search','Search in','Search in',1215128012),(1227,'en','language','phpfox','2.0.0alpha1','language_packages','Language Packages','Language Packages',1215128022),(1228,'en','language','phpfox','2.0.0alpha1','display','Display','Display',1215128032),(1229,'en','language','phpfox','2.0.0alpha1','sort','Sort By','Sort By',1215128041),(1230,'en','language','phpfox','2.0.0alpha1','phrase_id','Phrase ID#','Phrase ID#',1215128085),(1231,'en','language','phpfox','2.0.0alpha1','phrase_text_only','Phrase Text Only','Phrase Text Only',1215128104),(1232,'en','language','phpfox','2.0.0alpha1','phrase_variable_name_only','Phrase Variable Name Only','Phrase Variable Name Only',1215128115),(1233,'en','language','phpfox','2.0.0alpha1','phrase_text_and_phrase_variable_name','Phrase Text and Phrase Variable Name','Phrase Text and Phrase Variable Name',1215128126),(1234,'en','language','phpfox','2.0.0alpha1','phrase_s_updated','Phrase(s) updated.','Phrase(s) updated.',1215128152),(1235,'en','language','phpfox','2.0.0alpha1','selected_phrase_s_successfully_reverted','Selected phrase(s) successfully reverted.','Selected phrase(s) successfully reverted.',1215128178),(1236,'en','language','phpfox','2.0.0alpha1','selected_phrase_s_successfully_deleted','Selected phrase(s) successfully deleted.','Selected phrase(s) successfully deleted.',1215128192),(1237,'en','language','phpfox','2.0.0alpha1','master','MASTER','MASTER',1217026920),(1238,'en','language','phpfox','2.0.0alpha1','manage_phrases','Manage Phrases','Manage Phrases',1217026932),(1239,'en','language','phpfox','2.0.0alpha1','setting_group_language','<title>Language</title><info>Language</info>','<title>Language</title><info>Language</info>',1236851585),(1240,'en','language','phpfox','2.0.0alpha1','setting_display_language_flag','<title>Display Flag</title><info>Set to <b>True</b> if you would like to display the flag beside each of the language packages available.</info>','<title>Display Flag</title><info>Set to <b>True</b> if you would like to display the flag beside each of the language packages available.</info>',1236851646),(1241,'en','language','phpfox','2.0.0rc4','online','Online','Online',1254982718),(1242,'en','language','phpfox','2.0.0rc4','php','PHP','PHP',1255009899),(1243,'en','language','phpfox','2.0.0rc4','php_single_quoted','PHP Single Quoted','PHP Single Quoted',1255009910),(1244,'en','language','phpfox','2.0.0rc4','php_double_quoted','PHP Double Quoted','PHP Double Quoted',1255009921),(1245,'en','language','phpfox','2.0.0rc4','html','HTML','HTML',1255009931),(1246,'en','language','phpfox','2.0.0rc4','js','JS','JS',1255009938),(1247,'en','language','phpfox','2.0.0rc4','create_language_pack','Create Language Pack','Create Language Pack',1255433188),(1248,'en','language','phpfox','2.0.0rc4','create_a_new_language_package','Create a New Language Package','Create a New Language Package',1255433343),(1249,'en','language','phpfox','2.0.0rc4','create_language_package','Create Language Package','Create Language Package',1255433365),(1250,'en','language','phpfox','2.0.0rc4','editing_language_package','Editing Language Package','Editing Language Package',1255433381),(1251,'en','language','phpfox','2.0.0rc4','package_details','Package Details','Package Details',1255433615),(1252,'en','language','phpfox','2.0.0rc4','name','Name','Name',1255433620),(1253,'en','language','phpfox','2.0.0rc4','language_abbreviation_code','Language Abbreviation Code','Language Abbreviation Code',1255433626),(1254,'en','language','phpfox','2.0.0rc4','submit','Submit','Submit',1255433631),(1255,'en','language','phpfox','2.0.0rc4','html_character_set','HTML Character Set','HTML Character Set',1255433650),(1256,'en','language','phpfox','2.0.0rc4','text_direction','Text Direction','Text Direction',1255433680),(1257,'en','language','phpfox','2.0.0rc4','left_to_right','Left to Right','Left to Right',1255433795),(1258,'en','language','phpfox','2.0.0rc4','right_to_left','Right to Left','Right to Left',1255433802),(1259,'en','language','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255433997),(1260,'en','language','phpfox','2.0.0rc4','allow_user_selection','Allow User Selection','Allow User Selection',1255434067),(1261,'en','language','phpfox','2.0.0rc4','created_by','Created By','Created By',1255434116),(1262,'en','language','phpfox','2.0.0rc4','website','Website','Website',1255434124),(1263,'en','language','phpfox','2.0.0rc4','select','Select','Select',1255434344),(1264,'en','language','phpfox','2.0.0rc4','create_from','Create From','Create From',1255434351),(1265,'en','language','phpfox','2.0.0rc4','language_package_successfully_added','Language package successfully added.','Language package successfully added.',1255435619),(1266,'en','language','phpfox','2.0.0rc4','select_a_language_package_to_clone','Select a language package to clone.','Select a language package to clone.',1255435630),(1267,'en','language','phpfox','2.0.0rc4','provide_a_name_for_your_language_package','Provide a name for your language package.','Provide a name for your language package.',1255435641),(1268,'en','language','phpfox','2.0.0rc4','provide_an_abbreviation_code','Provide an abbreviation code.','Provide an abbreviation code.',1255435651),(1269,'en','language','phpfox','2.0.0rc4','provide_an_html_character_set','Provide an HTML character set.','Provide an HTML character set.',1255435658),(1270,'en','language','phpfox','2.0.0rc4','provide_the_text_direction','Provide the text direction.','Provide the text direction.',1255435665),(1271,'en','language','phpfox','2.0.0rc4','language_package_not_found','Language package not found.','Language package not found.',1255440089),(1272,'en','language','phpfox','2.0.0rc4','all_phrases','All Phrases','All Phrases',1255501983),(1273,'en','language','phpfox','2.0.0rc4','not_translated','Not Translated','Not Translated',1255502005),(1274,'en','language','phpfox','2.0.0rc4','translated_only','Translated Only','Translated Only',1255502014),(1275,'en','language','phpfox','2.0.0rc4','phrases','Phrases','Phrases',1255502028),(1276,'en','language','phpfox','2.0.0rc4','importing_phrases_page_current_total','Importing phrases. Page {current} / {total}','Importing phrases. Page {current} / {total}',1255504472),(1277,'en','language','phpfox','2.0.0rc4','manage','Manage','Manage',1255505184),(1278,'en','language','phpfox','2.0.0rc4','successfully_updated_your_language_preferences','Successfully updated your language preferences.','Successfully updated your language preferences.',1255506798),(1279,'en','language','phpfox','2.0.0rc4','loading','Loading','Loading',1255508672),(1280,'en','language','phpfox','2.0.0rc4','not_a_valid_url','Not a valid URL.','Not a valid URL.',1255510012),(1281,'en','language','phpfox','2.0.0rc4','language_package_successfully_updated','Language package successfully updated.','Language package successfully updated.',1255510061),(1282,'en','language','phpfox','2.0.0rc4','icon','Icon','Icon',1255510283),(1283,'en','language','phpfox','2.0.0rc4','find_missing_phrases','Find Missing Phrases','Find Missing Phrases',1255514039),(1284,'en','language','phpfox','2.0.0rc4','default_icon_to_represent_this_language_package_br_advised_size_is_max_16_pixels_width_height','Default icon to represent this language package.\r\n<br />\r\nAdvised size is max 16 pixels (Width & Height).','Default icon to represent this language package.\r\n<br />\r\nAdvised size is max 16 pixels (Width & Height).',1255514182),(1285,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package','Not a valid language package.','Not a valid language package.',1255514329),(1286,'en','language','phpfox','2.0.0rc4','successfully_imported_missing_phrases','Successfully imported missing phrases.','Successfully imported missing phrases.',1255518862),(1287,'en','language','phpfox','2.0.0rc4','checking_the_following_modules_for_missing_phrases','Checking the following modules for missing phrases','Checking the following modules for missing phrases',1255518879),(1288,'en','language','phpfox','2.0.0rc4','export','Export','Export',1255522097),(1289,'en','language','phpfox','2.0.0rc4','change_icon','Change Icon','Change Icon',1255524669),(1290,'en','language','phpfox','2.0.0rc4','cancel','cancel','cancel',1255524684),(1291,'en','language','phpfox','2.0.0rc4','import_language_pack','Import Language Pack','Import Language Pack',1255697717),(1292,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package_to_install','Not a valid language package to install.','Not a valid language package to install.',1255707073),(1293,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package_to_install_missing_the_xml_file','Not a valid language package to install. Missing the XML file.','Not a valid language package to install. Missing the XML file.',1255707087),(1294,'en','language','phpfox','2.0.0rc4','successfully_installed_the_language_package','Successfully installed the language package.','Successfully installed the language package.',1255707101),(1295,'en','language','phpfox','2.0.0rc4','importing_phrases_please_hold','Importing phrases. Please hold...','Importing phrases. Please hold...',1255707117),(1296,'en','language','phpfox','2.0.0rc4','manual_install','Manual Install','Manual Install',1255707126),(1297,'en','language','phpfox','2.0.0rc4','title','Title','Title',1255707135),(1298,'en','language','phpfox','2.0.0rc4','action','Action','Action',1255707156),(1299,'en','language','phpfox','2.0.0rc4','nothing_new_to_install','Nothing new to install.','Nothing new to install.',1255707167),(1300,'en','language','phpfox','2.0.0rc4','default','Default','Default',1255766645),(1301,'en','language','phpfox','2.0.0rc11','phrase_variables','Phrase Variables','Phrase Variables',1259959433),(1302,'en','language','phpfox','2.0.0','translate_css_position_top','Top','Top',1261335237),(1303,'en','language','phpfox','2.0.0','translate_css_position_right','Right','Right',1261335323),(1304,'en','language','phpfox','2.0.0','translate_css_position_bottom','Bottom','Bottom',1261335334),(1305,'en','language','phpfox','2.0.0','translate_css_position_left','Left','Left',1261335349),(1306,'en','language','phpfox','2.0.4','attachments','Attachments','Attachments',1266500096),(1307,'en','log','phpfox','2.0.0alpha1','module_log','Log','Log',1219151809),(1308,'en','log','phpfox','2.0.0rc4','recent_logins','Recent Logins','Recent Logins',1255010369),(1309,'en','log','phpfox','2.0.0rc4','admincp_dashboard','AdminCP Dashboard','AdminCP Dashboard',1255010448),(1310,'en','log','phpfox','2.0.0rc4','site_index','Site Index','Site Index',1255010458),(1311,'en','log','phpfox','2.0.0rc4','current_active_users','Current Active Users','Current Active Users',1255010487),(1312,'en','log','phpfox','2.0.0rc4','members_members_and_guests_guests','{members} members and {guests} Guests','{members} members and {guests} Guests',1255010523),(1313,'en','log','phpfox','2.0.0rc4','view','View','View',1255010595),(1314,'en','log','phpfox','2.0.0rc4','save','Save','Save',1255010604),(1315,'en','log','phpfox','2.0.0rc4','cancel','Cancel','Cancel',1255010610),(1316,'en','log','phpfox','2.0.0rc12','everyone','Everyone','Everyone',1260824015),(1317,'en','log','phpfox','2.0.0rc12','friends_only','Friends Only','Friends Only',1260824023),(1318,'en','page','phpfox','2.0.0alpha1','user_setting_can_manage_custom_pages','Can manage custom pages from within the AdminCP?\r\n\r\nThis includes adding/editing/deleting pages.','Can manage custom pages from within the AdminCP?\r\n\r\nThis includes adding/editing/deleting pages.',1217465936),(1319,'en','page','phpfox','2.0.0alpha1','module_page','Handles custom pages created from within the AdminCP.','Handles custom pages created from within the AdminCP.',1217293198),(1320,'en','page','phpfox','2.0.0alpha1','missing_title','Missing a title.','Missing a title.',1217293231),(1321,'en','page','phpfox','2.0.0alpha1','select_product','Select a product.','Select a product.',1217293258),(1322,'en','page','phpfox','2.0.0alpha1','specify_page_active','Specify if the page is active.','Specify if the page is active.',1217293292),(1323,'en','page','phpfox','2.0.0alpha1','page_missing_data','Page is missing data.','Page is missing data.',1217293309),(1324,'en','page','phpfox','2.0.0alpha1','add_new_page','Add New Page','Add New Page',1217293351),(1325,'en','page','phpfox','2.0.0alpha1','successfully_added','Successfully added.','Successfully added.',1217293416),(1326,'en','page','phpfox','2.0.0alpha1','page_added_continue','Page successfully added. Please continue below to add a menu to your page.','Page successfully added. Please continue below to add a menu to your page.',1217293441),(1327,'en','page','phpfox','2.0.0alpha1','details','Details','Details',1217293598),(1328,'en','page','phpfox','2.0.0alpha1','product','Product','Product',1217293614),(1329,'en','page','phpfox','2.0.0alpha1','page_title','Page Title','Page Title',1217293636),(1330,'en','page','phpfox','2.0.0alpha1','url_title','URL Title','URL Title',1217293651),(1331,'en','page','phpfox','2.0.0alpha1','meta_keywords','Meta Keywords','Meta Keywords',1217293663),(1332,'en','page','phpfox','2.0.0alpha1','meta_description','Meta Description','Meta Description',1217293676),(1333,'en','page','phpfox','2.0.0alpha1','active','Active','Active',1217293693),(1334,'en','page','phpfox','2.0.0alpha1','use_entire_page','Use Entire Page','Use Entire Page',1217293707),(1335,'en','page','phpfox','2.0.0alpha1','add_menu','Add To Menu','Add To Menu',1217293717),(1336,'en','page','phpfox','2.0.0alpha1','allow_access','Allow Access','Allow Access',1217293731),(1337,'en','page','phpfox','2.0.0alpha1','page_data','Page Data','Page Data',1217293747),(1338,'en','page','phpfox','2.0.0alpha1','bbcode','BBCode','BBCode',1217293759),(1339,'en','page','phpfox','2.0.0alpha1','emoticons','Emoticons','Emoticons',1217293778),(1340,'en','page','phpfox','2.0.0alpha1','add_smart_breaks','Add Smart Breaks','Add Smart Breaks',1217293787),(1341,'en','page','phpfox','2.0.0alpha1','options','Options','Options',1217293818),(1342,'en','page','phpfox','2.0.0alpha1','phrase_from_language_package','Is a phrase from a language package?','Is a phrase from a language package?',1217293855),(1343,'en','page','phpfox','2.0.0alpha1','page_successfully_deleted','Page successfully deleted.','Page successfully deleted.',1217556059),(1344,'en','page','phpfox','2.0.0alpha1','page_activity_successfully_updated','Page activity successfully updated.','Page activity successfully updated.',1217556073),(1345,'en','page','phpfox','2.0.0alpha1','manage_pages','Manage Pages','Manage Pages',1217556086),(1346,'en','page','phpfox','2.0.0alpha1','page','Page','Page',1217556107),(1347,'en','page','phpfox','2.0.0alpha1','created','Created','Created',1217556116),(1348,'en','page','phpfox','2.0.0alpha1','actions','Actions','Actions',1217556140),(1349,'en','page','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1217556164),(1350,'en','page','phpfox','2.0.0alpha1','edit_page','Edit Page','Edit Page',1217556177),(1351,'en','page','phpfox','2.0.0alpha1','edit_page_menu','Edit Page Menu','Edit Page Menu',1217556186),(1352,'en','page','phpfox','2.0.0alpha1','delete','Delete','Delete',1217556197),(1353,'en','page','phpfox','2.0.0alpha1','page_successfully_updated','Page successfully updated.','Page successfully updated.',1217556323),(1354,'en','page','phpfox','2.0.0alpha1','add_bookmark_links','Add Bookmark Links','Add Bookmark Links',1217556416),(1355,'en','page','phpfox','2.0.0alpha1','add_page_views','Add Page Views','Add Page Views',1217556429),(1356,'en','page','phpfox','2.0.0alpha1','can_modify','Can Modify','Can Modify',1217556448),(1357,'en','page','phpfox','2.0.0alpha1','php','PHP','PHP',1217556471),(1358,'en','page','phpfox','2.0.0alpha1','wiki','Wiki','Wiki',1217556479),(1359,'en','page','phpfox','2.0.0alpha1','bookmark','Bookmark','Bookmark',1217556549),(1360,'en','page','phpfox','2.0.0alpha1','page_has_been_viewed_once','Page has been viewed once.','Page has been viewed once.',1217556574),(1361,'en','page','phpfox','2.0.0alpha1','page_has_been_viewed','Page has been viewed {total} times.','Page has been viewed {total} times.',1217556593),(1362,'en','page','phpfox','2.0.0alpha1','edit','Edit','Edit',1217556688),(1363,'en','page','phpfox','2.0.0alpha1','invalid_title','Page title is invalid.','Page title is invalid.',1218451159),(1364,'en','page','phpfox','2.0.0alpha1','missing_url_title','Missing URL title.','Missing URL title.',1218451222),(1365,'en','page','phpfox','2.0.0alpha1','menu_terms','Terms','Terms',1232964965),(1366,'en','page','phpfox','2.0.0rc4','unable_to_find_the_page_you_are_looking_for','Unable to find the page you are looking for.','Unable to find the page you are looking for.',1255093305),(1367,'en','page','phpfox','2.0.0rc4','module','Module','Module',1255093434),(1368,'en','page','phpfox','2.0.0rc4','select','Select','Select',1255093444),(1369,'en','page','phpfox','2.0.0rc4','no_pages_have_been_added','No pages have been added.','No pages have been added.',1255093469),(1370,'en','page','phpfox','2.0.0rc4','create_a_new_page','Create a New Page','Create a New Page',1255093476),(1371,'en','page','phpfox','2.0.0','update_tags_pages','Update Tags (Pages)','Update Tags (Pages)',1261056616),(1372,'en','profile','phpfox','2.0.0alpha1','user_setting_can_post_comment_on_profile','Can post comments on a users profile?','Can post comments on a users profile?',1219671363),(1373,'en','profile','phpfox','2.0.0alpha1','module_profile','Profile','Profile',1219151453),(1374,'en','profile','phpfox','2.0.0alpha1','male','Male','Male',1219666172),(1375,'en','profile','phpfox','2.0.0alpha1','female','Female','Female',1219666198),(1376,'en','profile','phpfox','2.0.0alpha1','years_years_old','{years} years old','{years} years old',1219666274),(1377,'en','profile','phpfox','2.0.0alpha1','menu_profile','Profile','Profile',1219674380),(1378,'en','profile','phpfox','2.0.0alpha3','menu_my_profile','My Profile','My Profile',1238669902),(1379,'en','profile','phpfox','2.0.0alpha3','menu_customize_profile','Customize Profile','Customize Profile',1238670014),(1380,'en','profile','phpfox','2.0.0alpha3','user_setting_can_custom_design_own_profile','Can custom design own profile?','Can custom design own profile?',1238741089),(1381,'en','profile','phpfox','2.0.0alpha3','setting_can_drag_drop_blocks_on_profile','<title>Drag & Drop Profile Blocks</title><info>Set to <b>True</b> to enable the feature that allows users the ability to drag-and-drop blocks on their profiles and position them based on where they drop them.</info>','<title>Drag & Drop Profile Blocks</title><info>Set to <b>True</b> to enable the feature that allows users the ability to drag-and-drop blocks on their profiles and position them based on where they drop them.</info>',1238741422),(1382,'en','profile','phpfox','2.0.0rc1','user_setting_display_membership_info','Display membership details on a users profile?','Display membership details on a users profile?',1250103786),(1383,'en','profile','phpfox','2.0.0rc4','gender','Gender','Gender',1255178004),(1384,'en','profile','phpfox','2.0.0rc4','birthday','Birthday','Birthday',1255178014),(1385,'en','profile','phpfox','2.0.0rc4','age','Age','Age',1255178025),(1386,'en','profile','phpfox','2.0.0rc4','last_login','Last Login','Last Login',1255178036),(1387,'en','profile','phpfox','2.0.0rc4','member_since','Member Since','Member Since',1255178043),(1388,'en','profile','phpfox','2.0.0rc4','membership','Membership','Membership',1255178049),(1389,'en','profile','phpfox','2.0.0rc4','profile_views','Profile Views','Profile Views',1255178062),(1390,'en','profile','phpfox','2.0.0rc4','rss_subscribers','RSS Subscribers','RSS Subscribers',1255178085),(1391,'en','profile','phpfox','2.0.0rc4','total_rating_ratings','{total_rating} Ratings','{total_rating} Ratings',1255178113),(1392,'en','profile','phpfox','2.0.0rc4','basic_info','Basic Info','Basic Info',1255178134),(1393,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_profile_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">profile</a>.',1255178189),(1394,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_profile_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">profile</a>.',1255178246),(1395,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_title_link_item_user_name_s_a_profile','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{title_link}\">{item_user_name}\'s</a> profile.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{title_link}\">{item_user_name}\'s</a> profile.',1255178274),(1396,'en','profile','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255178368),(1397,'en','profile','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_profile_message','{user_name} left you a comment on your profile.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your profile.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255178426),(1398,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_wrote_a_comment_on_your_a_href_profile_link_profile_a','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your <a href=\"{profile_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your <a href=\"{profile_link}\">profile</a>.',1255178500),(1399,'en','profile','phpfox','2.0.0rc4','profile','Profile','Profile',1255178648),(1400,'en','profile','phpfox','2.0.0rc4','profile_info','Profile Info','Profile Info',1255178672),(1401,'en','profile','phpfox','2.0.0rc4','comments_on','Comments on','Comments on',1255178689),(1402,'en','profile','phpfox','2.0.0rc4','on_name_s_profile','On {name}\'s profile.','On {name}\'s profile.',1255178708),(1403,'en','profile','phpfox','2.0.0rc4','online','Online','Online',1255178771),(1404,'en','profile','phpfox','2.0.0rc4','rating','Rating','Rating',1255178802),(1405,'en','profile','phpfox','2.0.0rc4','send_a_message','Send a Message','Send a Message',1255178817),(1406,'en','profile','phpfox','2.0.0rc4','add_to_friends','Add to Friends','Add to Friends',1255178834),(1407,'en','profile','phpfox','2.0.0rc4','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1255178845),(1408,'en','profile','phpfox','2.0.0rc4','add_to_favorites','Add to Favorites','Add to Favorites',1255178851),(1409,'en','profile','phpfox','2.0.0rc4','unblock_this_user','Unblock this User','Unblock this User',1255178860),(1410,'en','profile','phpfox','2.0.0rc4','block_this_user','Block this User','Block this User',1255178873),(1411,'en','profile','phpfox','2.0.0rc4','invite_to_one_of_your_groups','Invite to one of your groups.','Invite to one of your groups.',1255178890),(1412,'en','profile','phpfox','2.0.0rc4','invite_to_a_group','Invite to a Group','Invite to a Group',1255178899),(1413,'en','profile','phpfox','2.0.0rc4','instant_chat','Instant Chat','Instant Chat',1255178909),(1414,'en','profile','phpfox','2.0.0rc4','un_feature_this_member','Un-Feature this member.','Un-Feature this member.',1255178918),(1415,'en','profile','phpfox','2.0.0rc4','unfeature','Unfeature','Unfeature',1255178928),(1416,'en','profile','phpfox','2.0.0rc4','feature_this_member','Feature this member.','Feature this member.',1255178935),(1417,'en','profile','phpfox','2.0.0rc4','feature','Feature','Feature',1255178946),(1418,'en','profile','phpfox','2.0.0rc4','change_profile_picture','Change Profile Picture','Change Profile Picture',1255178958),(1419,'en','profile','phpfox','2.0.0rc4','profile_is_private','Profile is private.','Profile is private.',1255178976),(1420,'en','profile','phpfox','2.0.0rc4','full_name_is_on_site_title','{full_name} from {location} is on {site_title}. {meta_description_profile} {full_name} has {total_friend} friends. Sign up on {site_title} and connect with {full_name}, message {full_name} or add {full_name} as your friend.','{full_name} from {location} is on {site_title}. {meta_description_profile} {full_name} has {total_friend} friends. Sign up on {site_title} and connect with {full_name}, message {full_name} or add {full_name} as your friend.',1255432580),(1421,'en','profile','phpfox','2.0.0rc4','you_have_already_rated_this_user','You have already rated this user.','You have already rated this user.',1255432719),(1422,'en','profile','phpfox','2.0.0rc4','you_cannot_rate_yourself','You cannot rate yourself.','You cannot rate yourself.',1255432729),(1423,'en','profile','phpfox','2.0.0rc4','location','Location','Location',1255866561),(1424,'en','profile','phpfox','2.0.0rc4','setting_profile_seo_for_meta_title','<title>Profile Title</title><info>Profile Title</info>','<title>Profile Title</title><info>Profile Title</info>',1255866678),(1425,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_updated_their_profile_design','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile design.','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile design.',1256479461),(1426,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_updated_their_profile','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile.','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile.',1256479947),(1427,'en','profile','phpfox','2.0.0rc4','this_user_has_been_banned','This user has been banned.','This user has been banned.',1256497825),(1428,'en','profile','phpfox','2.0.0rc4','user_setting_can_view_users_profile','Can view a users profile? (Including their own profile.)','Can view a users profile? (Including their own profile.)',1256498007),(1429,'en','profile','phpfox','2.0.0rc4','updates_from','Updates from','Updates from',1256500572),(1430,'en','profile','phpfox','2.0.0rc8','setting_can_rate_on_users_profile','<title>Allow Rating of Users via Profile</title><info>Enable this option to allow your members the ability to rate other members via their profile.</info>','<title>Allow Rating of Users via Profile</title><info>Enable this option to allow your members the ability to rate other members via their profile.</info>',1258556786),(1431,'en','profile','phpfox','2.0.0rc8','profile_designer','Profile Designer','Profile Designer',1258848380),(1432,'en','profile','phpfox','2.0.0rc11','full_name_s_profile_has_been_updated','<a href=\"{user_link}\">{full_name}</a>\'s profile has been updated.','<a href=\"{user_link}\">{full_name}</a>\'s profile has been updated.',1259966679),(1433,'en','profile','phpfox','2.0.0rc11','full_name_s_profile_design_has_been_updated','<a href=\"{user_link}\">{full_name}</a>\'s profile design has been updated.','<a href=\"{user_link}\">{full_name}</a>\'s profile design has been updated.',1259966946),(1434,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_recent_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> likes your recent profile design.','<a href=\"{user_link}\">{full_name}</a> likes your recent profile design.',1260461900),(1435,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> liked their own profile <a href=\"{link}\">design</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own profile <a href=\"{link}\">design</a>.',1260462181),(1436,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">design</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">design</a>.',1260462206),(1437,'en','profile','phpfox','2.0.4','wall','Wall','Wall',1267545418),(1438,'en','profile','phpfox','2.0.4','info','Info','Info',1267545427),(1439,'en','theme','phpfox','2.0.0alpha1','user_setting_can_view_theme_sample','Can view block layout for themes within the Admin Control Panel?','Can view block layout for themes within the Admin Control Panel?',1216065545),(1440,'en','theme','phpfox','2.0.0alpha1','module_theme','Theme Management','Theme Management',1216065167),(1441,'en','theme','phpfox','2.0.0rc1','admincp_menu_create_theme','Create Theme','Create Theme',1248279775),(1442,'en','theme','phpfox','2.0.0rc1','admincp_menu_create_style','Create Style','Create Style',1248283393),(1443,'en','theme','phpfox','2.0.0rc1','create_a_new_template','Create a New Template','Create a New Template',1248370729),(1444,'en','theme','phpfox','2.0.0rc1','admincp_create_css_file','Create CSS File','Create CSS File',1248427439),(1445,'en','theme','phpfox','2.0.0rc1','admincp_menu_import_themes','Import Themes','Import Themes',1249416443),(1446,'en','theme','phpfox','2.0.0rc1','admincp_menu_import_styles','Import Styles','Import Styles',1249416519),(1447,'en','theme','phpfox','2.0.0rc4','last_modified_time_stamp_by_full_name','Last modified {time_stamp} by {full_name}','Last modified {time_stamp} by {full_name}',1255341569),(1448,'en','theme','phpfox','2.0.0rc4','css_file_successfully_added','CSS file successfully added.','CSS file successfully added.',1255341673),(1449,'en','theme','phpfox','2.0.0rc4','not_a_valid_style','Not a valid style.','Not a valid style.',1255341684),(1450,'en','theme','phpfox','2.0.0rc4','edit_css','Edit CSS','Edit CSS',1255341692),(1451,'en','theme','phpfox','2.0.0rc4','themes','Themes','Themes',1255341702),(1452,'en','theme','phpfox','2.0.0rc4','styles','Styles','Styles',1255341707),(1453,'en','theme','phpfox','2.0.0rc4','editing_style','Editing Style','Editing Style',1255341724),(1454,'en','theme','phpfox','2.0.0rc4','create_new_style','Create New Style','Create New Style',1255341735),(1455,'en','theme','phpfox','2.0.0rc4','style_successfully_updated','Style successfully updated.','Style successfully updated.',1255342251),(1456,'en','theme','phpfox','2.0.0rc4','style_successfully_added','Style successfully added.','Style successfully added.',1255342260),(1457,'en','theme','phpfox','2.0.0rc4','create_style','Create Style','Create Style',1255342279),(1458,'en','theme','phpfox','2.0.0rc4','import_styles','Import Styles','Import Styles',1255342298),(1459,'en','theme','phpfox','2.0.0rc4','style_successfully_imported','Style successfully imported.','Style successfully imported.',1255342393),(1460,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme','Not a valid theme.','Not a valid theme.',1255342410),(1461,'en','theme','phpfox','2.0.0rc4','style_successfully_deleted','Style successfully deleted.','Style successfully deleted.',1255342418),(1462,'en','theme','phpfox','2.0.0rc4','managing_styles_for','Managing styles for','Managing styles for',1255342425),(1463,'en','theme','phpfox','2.0.0rc4','logo_successfully_reverted','Logo successfully reverted.','Logo successfully reverted.',1255342457),(1464,'en','theme','phpfox','2.0.0rc4','logo_successfully_uploaded','Logo successfully uploaded.','Logo successfully uploaded.',1255342467),(1465,'en','theme','phpfox','2.0.0rc4','change_site_logo','Change Site Logo','Change Site Logo',1255342474),(1466,'en','theme','phpfox','2.0.0rc4','change_logo','Change Logo','Change Logo',1255342493),(1467,'en','theme','phpfox','2.0.0rc4','template_successfully_added','Template successfully added.','Template successfully added.',1255342506),(1468,'en','theme','phpfox','2.0.0rc4','create_new_template','Create New Template','Create New Template',1255342536),(1469,'en','theme','phpfox','2.0.0rc4','templates','Templates','Templates',1255342553),(1470,'en','theme','phpfox','2.0.0rc4','theme_successfully_updated','Theme successfully updated.','Theme successfully updated.',1255342573),(1471,'en','theme','phpfox','2.0.0rc4','theme_successfully_added','Theme successfully added.','Theme successfully added.',1255342583),(1472,'en','theme','phpfox','2.0.0rc4','editing_theme','Editing Theme','Editing Theme',1255342590),(1473,'en','theme','phpfox','2.0.0rc4','create_new_theme','Create New Theme','Create New Theme',1255342598),(1474,'en','theme','phpfox','2.0.0rc4','create_theme','Create Theme','Create Theme',1255342624),(1475,'en','theme','phpfox','2.0.0rc4','theme_is_not_valid','Theme is not valid.','Theme is not valid.',1255342635),(1476,'en','theme','phpfox','2.0.0rc4','export_theme','Export Theme','Export Theme',1255342643),(1477,'en','theme','phpfox','2.0.0rc4','theme_successfully_imported','Theme successfully imported.','Theme successfully imported.',1255342668),(1478,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme_to_import','Not a valid theme to import.','Not a valid theme to import.',1255342677),(1479,'en','theme','phpfox','2.0.0rc4','import_themes','Import Themes','Import Themes',1255342684),(1480,'en','theme','phpfox','2.0.0rc4','theme_successfully_deleted','Theme successfully deleted.','Theme successfully deleted.',1255342706),(1481,'en','theme','phpfox','2.0.0rc4','not_a_valid_file_extension','Not a valid file extension.','Not a valid file extension.',1255342775),(1482,'en','theme','phpfox','2.0.0rc4','unable_to_upload_image','Unable to upload image.','Unable to upload image.',1255342800),(1483,'en','theme','phpfox','2.0.0rc4','unable_to_find_style','Unable to find style.','Unable to find style.',1255342813),(1484,'en','theme','phpfox','2.0.0rc4','style_requires_a_name','Style requires a name.','Style requires a name.',1255342829),(1485,'en','theme','phpfox','2.0.0rc4','style_requires_a_folder_name','Style requires a folder name.','Style requires a folder name.',1255342836),(1486,'en','theme','phpfox','2.0.0rc4','select_a_parent_theme_for_this_style','Select a parent theme for this style.','Select a parent theme for this style.',1255342843),(1487,'en','theme','phpfox','2.0.0rc4','provide_if_the_style_is_active_or_not','Provide if the style is active or not.','Provide if the style is active or not.',1255342850),(1488,'en','theme','phpfox','2.0.0rc4','provide_a_default_logo_name','Provide a default logo name.','Provide a default logo name.',1255342858),(1489,'en','theme','phpfox','2.0.0rc4','folder_is_not_valid','Folder is not valid.','Folder is not valid.',1255342866),(1490,'en','theme','phpfox','2.0.0rc4','this_folder_is_already_in_use','This \"Folder\" is already in use.','This \"Folder\" is already in use.',1255342874),(1491,'en','theme','phpfox','2.0.0rc4','select_a_style','Select a style.','Select a style.',1255342895),(1492,'en','theme','phpfox','2.0.0rc4','provide_a_file_name','Provide a file name.','Provide a file name.',1255342901),(1493,'en','theme','phpfox','2.0.0rc4','provide_css_code','Provide CSS code.','Provide CSS code.',1255342915),(1494,'en','theme','phpfox','2.0.0rc4','file_name_is_not_valid','File name is not valid.','File name is not valid.',1255342923),(1495,'en','theme','phpfox','2.0.0rc4','the_file_name_is_already_in_use','The \"File Name\" is already in use.','The \"File Name\" is already in use.',1255342931),(1496,'en','theme','phpfox','2.0.0rc4','not_a_valid_style_to_set_to_default','Not a valid style to set to default.','Not a valid style to set to default.',1255342990),(1497,'en','theme','phpfox','2.0.0rc4','unable_to_find_style_sheet','Unable to find style sheet.','Unable to find style sheet.',1255343035),(1498,'en','theme','phpfox','2.0.0rc4','unable_to_find_the_style_sheet_file','Unable to find the style sheet file.','Unable to find the style sheet file.',1255343045),(1499,'en','theme','phpfox','2.0.0rc4','select_a_theme_for_this_template','Select a theme for this template.','Select a theme for this template.',1255343095),(1500,'en','theme','phpfox','2.0.0rc4','select_what_type_of_a_template_this_is','Select what type of a template this is.','Select what type of a template this is.',1255343103),(1501,'en','theme','phpfox','2.0.0rc4','not_a_valid_template_to_delete','Not a valid template to delete.','Not a valid template to delete.',1255343159),(1502,'en','theme','phpfox','2.0.0rc4','theme_requires_a_name','Theme requires a name.','Theme requires a name.',1255343189),(1503,'en','theme','phpfox','2.0.0rc4','theme_requires_a_folder_name','Theme requires a folder name.','Theme requires a folder name.',1255343196),(1504,'en','theme','phpfox','2.0.0rc4','provide_if_the_theme_is_active_or_not','Provide if the theme is active or not.','Provide if the theme is active or not.',1255343205),(1505,'en','theme','phpfox','2.0.0rc4','there_is_already_a_theme_with_the_same_folder_name','There is already a theme with the same folder name.','There is already a theme with the same folder name.',1255343286),(1506,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme_to_delete','Not a valid theme to delete.','Not a valid theme to delete.',1255343324),(1507,'en','theme','phpfox','2.0.0rc4','full_screen','Full Screen','Full Screen',1255343483),(1508,'en','theme','phpfox','2.0.0rc4','toggle','Toggle','Toggle',1255343492),(1509,'en','theme','phpfox','2.0.0rc4','blocks','Blocks','Blocks',1255343499),(1510,'en','theme','phpfox','2.0.0rc4','toggle_all_blocks','Toggle all blocks.','Toggle all blocks.',1255343507),(1511,'en','theme','phpfox','2.0.0rc4','close','Close','Close',1255343514),(1512,'en','theme','phpfox','2.0.0rc4','advanced','Advanced','Advanced',1255343533),(1513,'en','theme','phpfox','2.0.0rc4','css','CSS','CSS',1255343540),(1514,'en','theme','phpfox','2.0.0rc4','use_theme','Use Theme','Use Theme',1255343554),(1515,'en','theme','phpfox','2.0.0rc4','save','Save','Save',1255343567),(1516,'en','theme','phpfox','2.0.0rc4','preview','Preview','Preview',1255343573),(1517,'en','theme','phpfox','2.0.0rc4','revert_to_default','Revert To Default','Revert To Default',1255343591),(1518,'en','theme','phpfox','2.0.0rc4','are_you_sure_note_that_this_will_revert_all_your_changes_and_not_just_those_within_this_group','Are you sure? Note that this will revert all your changes and not just those within this group.','Are you sure? Note that this will revert all your changes and not just those within this group.',1255343603),(1519,'en','theme','phpfox','2.0.0rc4','width','Width','Width',1255343620),(1520,'en','theme','phpfox','2.0.0rc4','default','[Default]','[Default]',1255343632),(1521,'en','theme','phpfox','2.0.0rc4','background','Background','Background',1255343644),(1522,'en','theme','phpfox','2.0.0rc4','url','URL','URL',1255343670),(1523,'en','theme','phpfox','2.0.0rc4','attach_files','Attach Files','Attach Files',1255343681),(1524,'en','theme','phpfox','2.0.0rc4','scroll','Scroll','Scroll',1255343687),(1525,'en','theme','phpfox','2.0.0rc4','yes','Yes','Yes',1255343701),(1526,'en','theme','phpfox','2.0.0rc4','no','No','No',1255343707),(1527,'en','theme','phpfox','2.0.0rc4','position','Position','Position',1255343718),(1528,'en','theme','phpfox','2.0.0rc4','repeat','Repeat','Repeat',1255343727),(1529,'en','theme','phpfox','2.0.0rc4','do_not_repeat','Do Not Repeat','Do Not Repeat',1255343737),(1530,'en','theme','phpfox','2.0.0rc4','across','Across','Across',1255343743),(1531,'en','theme','phpfox','2.0.0rc4','down','Down','Down',1255343749),(1532,'en','theme','phpfox','2.0.0rc4','tile','Tile','Tile',1255343755),(1533,'en','theme','phpfox','2.0.0rc4','font','Font','Font',1255343762),(1534,'en','theme','phpfox','2.0.0rc4','color','Color','Color',1255343769),(1535,'en','theme','phpfox','2.0.0rc4','family','Family','Family',1255343779),(1536,'en','theme','phpfox','2.0.0rc4','size','Size','Size',1255343801),(1537,'en','theme','phpfox','2.0.0rc4','style','Style','Style',1255343816),(1538,'en','theme','phpfox','2.0.0rc4','weight','Weight','Weight',1255343826),(1539,'en','theme','phpfox','2.0.0rc4','text','Text','Text',1255343834),(1540,'en','theme','phpfox','2.0.0rc4','align','Align','Align',1255343840),(1541,'en','theme','phpfox','2.0.0rc4','transform','Transform','Transform',1255343851),(1542,'en','theme','phpfox','2.0.0rc4','decoration','Decoration','Decoration',1255343860),(1543,'en','theme','phpfox','2.0.0rc4','border','Border','Border',1255343872),(1544,'en','theme','phpfox','2.0.0rc4','padding','Padding','Padding',1255343939),(1545,'en','theme','phpfox','2.0.0rc4','reset','Reset','Reset',1255343959),(1546,'en','theme','phpfox','2.0.0rc4','css_details','CSS Details','CSS Details',1255344281),(1547,'en','theme','phpfox','2.0.0rc4','select','Select','Select',1255344295),(1548,'en','theme','phpfox','2.0.0rc4','file_name','File Name','File Name',1255344302),(1549,'en','theme','phpfox','2.0.0rc4','creator','Creator','Creator',1255344309),(1550,'en','theme','phpfox','2.0.0rc4','submit','Submit','Submit',1255344322),(1551,'en','theme','phpfox','2.0.0rc4','css_files','CSS Files','CSS Files',1255344333),(1552,'en','theme','phpfox','2.0.0rc4','global_css','Global CSS','Global CSS',1255344341),(1553,'en','theme','phpfox','2.0.0rc4','revert','Revert','Revert',1255344362),(1554,'en','theme','phpfox','2.0.0rc4','delete','Delete','Delete',1255344368),(1555,'en','theme','phpfox','2.0.0rc4','style_details','Style Details','Style Details',1255344380),(1556,'en','theme','phpfox','2.0.0rc4','parent_theme','Parent Theme','Parent Theme',1255344387),(1557,'en','theme','phpfox','2.0.0rc4','parent_style','Parent Style','Parent Style',1255344399),(1558,'en','theme','phpfox','2.0.0rc4','name','Name','Name',1255344406),(1559,'en','theme','phpfox','2.0.0rc4','folder_name','Folder Name','Folder Name',1255344413),(1560,'en','theme','phpfox','2.0.0rc4','logo_image','Logo Image','Logo Image',1255344420),(1561,'en','theme','phpfox','2.0.0rc4','default_logo_file_name_eg_logo_png','Default logo file name (eg. logo.png)','Default logo file name (eg. logo.png)',1255344427),(1562,'en','theme','phpfox','2.0.0rc4','website','Website','Website',1255344440),(1563,'en','theme','phpfox','2.0.0rc4','version','Version','Version',1255344447),(1564,'en','theme','phpfox','2.0.0rc4','is_default','Is Default','Is Default',1255344455),(1565,'en','theme','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255344489),(1566,'en','theme','phpfox','2.0.0rc4','update','Update','Update',1255344510),(1567,'en','theme','phpfox','2.0.0rc4','manual_install','Manual Install','Manual Install',1255344530),(1568,'en','theme','phpfox','2.0.0rc4','theme','Theme','Theme',1255344536),(1569,'en','theme','phpfox','2.0.0rc4','created_by','Created By','Created By',1255344548),(1570,'en','theme','phpfox','2.0.0rc4','action','Action','Action',1255344559),(1571,'en','theme','phpfox','2.0.0rc4','n_a','N/A','N/A',1255344568),(1572,'en','theme','phpfox','2.0.0rc4','install','Install','Install',1255344589),(1573,'en','theme','phpfox','2.0.0rc4','click_to_install_this_theme','Click to install this theme.','Click to install this theme.',1255344596),(1574,'en','theme','phpfox','2.0.0rc4','nothing_new_to_install','Nothing new to install.','Nothing new to install.',1255344602),(1575,'en','theme','phpfox','2.0.0rc4','active','Active','Active',1255344625),(1576,'en','theme','phpfox','2.0.0rc4','edit_style','Edit Style','Edit Style',1255344633),(1577,'en','theme','phpfox','2.0.0rc4','export_style','Export Style','Export Style',1255344649),(1578,'en','theme','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255344660),(1579,'en','theme','phpfox','2.0.0rc4','remove_as_default','Remove as Default','Remove as Default',1255344669),(1580,'en','theme','phpfox','2.0.0rc4','set_as_default','Set as Default','Set as Default',1255344677),(1581,'en','theme','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255344683),(1582,'en','theme','phpfox','2.0.0rc4','activate','Activate','Activate',1255344688),(1583,'en','theme','phpfox','2.0.0rc4','no_styles_found','No styles found.','No styles found.',1255344698),(1584,'en','theme','phpfox','2.0.0rc4','create_a_new_style','Create a New Style','Create a New Style',1255344704),(1585,'en','theme','phpfox','2.0.0rc4','logo','Logo','Logo',1255344710),(1586,'en','theme','phpfox','2.0.0rc4','select_a_logo','Select a Logo','Select a Logo',1255344716),(1587,'en','theme','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255344722),(1588,'en','theme','phpfox','2.0.0rc4','recommended_width_height_width_x_height_pixels','Recommended width/height: {width}x{height} pixels.','Recommended width/height: {width}x{height} pixels.',1255344735),(1589,'en','theme','phpfox','2.0.0rc4','automatically_resize','Automatically Resize','Automatically Resize',1255344755),(1590,'en','theme','phpfox','2.0.0rc4','current_logo','Current logo','Current logo',1255344772),(1591,'en','theme','phpfox','2.0.0rc4','revert_logo','Revert Logo','Revert Logo',1255344804),(1592,'en','theme','phpfox','2.0.0rc4','upload_logo','Upload Logo','Upload Logo',1255344818),(1593,'en','theme','phpfox','2.0.0rc4','template_info','Template Info','Template Info',1255344826),(1594,'en','theme','phpfox','2.0.0rc4','group','Group','Group',1255344831),(1595,'en','theme','phpfox','2.0.0rc4','global_template','Global Template','Global Template',1255344837),(1596,'en','theme','phpfox','2.0.0rc4','type','Type','Type',1255344901),(1597,'en','theme','phpfox','2.0.0rc4','block','Block','Block',1255344914),(1598,'en','theme','phpfox','2.0.0rc4','controller','Controller','Controller',1255344919),(1599,'en','theme','phpfox','2.0.0rc4','required_only_for_modular_templates','Required only for modular templates.','Required only for modular templates.',1255344928),(1600,'en','theme','phpfox','2.0.0rc4','html','HTML','HTML',1255344940),(1601,'en','theme','phpfox','2.0.0rc4','html_templates','HTML Templates','HTML Templates',1255344956),(1602,'en','theme','phpfox','2.0.0rc4','global_templates','Global Templates','Global Templates',1255344973),(1603,'en','theme','phpfox','2.0.0rc4','controllers','Controllers','Controllers',1255344986),(1604,'en','theme','phpfox','2.0.0rc4','theme_details','Theme Details','Theme Details',1255345026),(1605,'en','theme','phpfox','2.0.0rc4','folder','Folder','Folder',1255345049),(1606,'en','theme','phpfox','2.0.0rc4','export','Export','Export',1255345141),(1607,'en','theme','phpfox','2.0.0rc4','export_styles','Export Styles','Export Styles',1255345208),(1608,'en','theme','phpfox','2.0.0rc4','download','Download','Download',1255345215),(1609,'en','theme','phpfox','2.0.0rc4','manage','Manage','Manage',1255345751),(1610,'en','theme','phpfox','2.0.0rc4','edit_theme','Edit Theme','Edit Theme',1255345761),(1611,'en','theme','phpfox','2.0.0rc4','edit_templates','Edit Templates','Edit Templates',1255345771),(1612,'en','theme','phpfox','2.0.0rc4','manage_styles','Manage Styles','Manage Styles',1255345779),(1613,'en','theme','phpfox','2.0.0rc4','recent_visitors','Recent Visitors','Recent Visitors',1255345946),(1614,'en','theme','phpfox','2.0.0rc4','default_manage','Default','Default',1255766695),(1615,'en','theme','phpfox','2.0.0rc11','page_width','Page Width','Page Width',1260207598),(1616,'en','theme','phpfox','2.0.0rc11','link','Link','Link',1260207621),(1617,'en','theme','phpfox','2.0.0rc11','link_hover','Link:Hover','Link:Hover',1260207630),(1618,'en','theme','phpfox','2.0.0rc11','search_bar','Search Bar','Search Bar',1260207639),(1619,'en','theme','phpfox','2.0.0rc11','header','Header','Header',1260207647),(1620,'en','theme','phpfox','2.0.0rc11','menu','Menu','Menu',1260207656),(1621,'en','theme','phpfox','2.0.0rc11','menu_link','Menu Link','Menu Link',1260207665),(1622,'en','theme','phpfox','2.0.0rc11','menu_link_hover','Menu Link:Hover','Menu Link:Hover',1260207690),(1623,'en','theme','phpfox','2.0.0rc11','profile_header','Profile Header','Profile Header',1260207703),(1624,'en','theme','phpfox','2.0.0rc11','profile_header_link','Profile Header Link','Profile Header Link',1260207713),(1625,'en','theme','phpfox','2.0.0rc11','profile_header_link_hover','Profile Header Link:Hover','Profile Header Link:Hover',1260207725),(1626,'en','theme','phpfox','2.0.0rc11','profile_link','Profile Link','Profile Link',1260207735),(1627,'en','theme','phpfox','2.0.0rc11','profile_link_hover','Profile Link:Hover','Profile Link:Hover',1260207746),(1628,'en','theme','phpfox','2.0.0rc11','content','Content','Content',1260207757),(1629,'en','theme','phpfox','2.0.0rc11','block_body','Block Body','Block Body',1260207770),(1630,'en','theme','phpfox','2.0.0rc11','block_header','Block Header','Block Header',1260207781),(1631,'en','theme','phpfox','2.0.0rc11','bottom','Bottom','Bottom',1260207790),(1632,'en','theme','phpfox','2.0.0rc11','bottom_link','Bottom Link','Bottom Link',1260207800),(1633,'en','theme','phpfox','2.0.0rc11','bottom_link_hover','Bottom Link:Hover','Bottom Link:Hover',1260207809),(1634,'en','theme','phpfox','2.0.0','click_on_the_blocks_below_to_hide_unhide_them','Click on the \"Blocks\" below to hide/unhide them.','Click on the \"Blocks\" below to hide/unhide them.',1261162437),(1635,'en','user','phpfox','2.0.0alpha1','log','Log In','Log In',1217034494),(1636,'en','user','phpfox','2.0.0alpha1','module_user','User','User',1219147645),(1637,'en','user','phpfox','2.0.0alpha1','username','User Name','User Name',1214844661),(1638,'en','user','phpfox','2.0.0alpha1','add_user_group_setting','Add User Group Setting','Add User Group Setting',1214789475),(1639,'en','user','phpfox','2.0.0alpha1','setting_successfully_added','Setting successfully added.','Setting successfully added.',1214789508),(1640,'en','user','phpfox','2.0.0alpha1','select_varname','Select a varname for your user setting.','Select a varname for your user setting.',1214789526),(1641,'en','user','phpfox','2.0.0alpha1','add_info_regarding_setting','Add information regarding the user setting.','Add information regarding the user setting.',1214789544),(1642,'en','user','phpfox','2.0.0alpha1','setting_details','Setting Details','Setting Details',1214790399),(1643,'en','user','phpfox','2.0.0alpha1','product','Product','Product',1214790410),(1644,'en','user','phpfox','2.0.0alpha1','module','Module','Module',1214790423),(1645,'en','user','phpfox','2.0.0alpha1','varname','Varname','Varname',1214790434),(1646,'en','user','phpfox','2.0.0alpha1','type','Type','Type',1214790445),(1647,'en','user','phpfox','2.0.0alpha1','user_group_values','User Group Values','User Group Values',1214790456),(1648,'en','user','phpfox','2.0.0alpha1','language_package_details','Language Package Details','Language Package Details',1214790470),(1649,'en','user','phpfox','2.0.0alpha1','info','Info','Info',1214790493),(1650,'en','user','phpfox','2.0.0alpha1','manage_user_settings','Manage User Settings','Manage User Settings',1214964403),(1651,'en','user','phpfox','2.0.0alpha1','user_group_updated','User group updated.','User group updated.',1214964439),(1652,'en','user','phpfox','2.0.0alpha1','invalid_user_group','Invalid user group.','Invalid user group.',1214966740),(1653,'en','user','phpfox','2.0.0alpha1','setting_successfully_updated','Setting successfully updated.','Setting successfully updated.',1214981663),(1654,'en','user','phpfox','2.0.0alpha1','manage_user_groups','Manage User Groups','Manage User Groups',1214986555),(1655,'en','user','phpfox','2.0.0alpha1','default_user_groups','Default User Groups','Default User Groups',1214986645),(1656,'en','user','phpfox','2.0.0alpha1','title','Title','Title',1214986655),(1657,'en','user','phpfox','2.0.0alpha1','user','User','User',1214986664),(1658,'en','user','phpfox','2.0.0alpha1','actions','Actions','Actions',1214986673),(1659,'en','user','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1214986688),(1660,'en','user','phpfox','2.0.0alpha1','edit','Edit','Edit',1214986699),(1661,'en','user','phpfox','2.0.0alpha1','manage_user_group','Manage User Group','Manage User Group',1214986755),(1662,'en','user','phpfox','2.0.0alpha1','user_group_information','User Group Information','User Group Information',1214986781),(1663,'en','user','phpfox','2.0.0alpha1','title_for_user_group','Title for the user group.','Title for the user group.',1214986796),(1664,'en','user','phpfox','2.0.0alpha1','user_group_settings','User Group Settings','User Group Settings',1214986808),(1665,'en','user','phpfox','2.0.0alpha1','menu_register','Register','Register',1217033146),(1666,'en','user','phpfox','2.0.0alpha1','user_name','User Name','User Name',1218458106),(1667,'en','user','phpfox','2.0.0alpha1','email','Email','Email',1218458120),(1668,'en','user','phpfox','2.0.0alpha1','login','Login ID','Login ID',1218458136),(1669,'en','user','phpfox','2.0.0alpha1','password','Password','Password',1218458188),(1670,'en','user','phpfox','2.0.0alpha1','remember','Remember me','Remember me',1218459828),(1671,'en','user','phpfox','2.0.0alpha1','login_button','Login','Login',1218459855),(1672,'en','user','phpfox','2.0.0alpha1','sign','Sign Up','Sign Up',1218459940),(1673,'en','user','phpfox','2.0.0alpha1','forgot_password','Forgot Password?','Forgot Password?',1218459951),(1674,'en','user','phpfox','2.0.0alpha1','site_name_login','{name} Login','{name} Login',1218461107),(1675,'en','user','phpfox','2.0.0alpha1','sign_for_site_name','or <a href=\"{url}\">Sign up for {name}</a>','or <a href=\"{url}\">Sign up for {name}</a>',1218461161),(1676,'en','user','phpfox','2.0.0alpha1','forgot_your_password','Forgot your password?','Forgot your password?',1218464832),(1677,'en','user','phpfox','2.0.0alpha1','provide_your_user_name','Provide your user name.','Provide your user name.',1218464879),(1678,'en','user','phpfox','2.0.0alpha1','provide_your_email','Provide your email.','Provide your email.',1218464891),(1679,'en','user','phpfox','2.0.0alpha1','provide_your_user_name_email','Provide your user name or email.','Provide your user name or email.',1218464903),(1680,'en','user','phpfox','2.0.0alpha1','provide_your_password','Provide your password.','Provide your password.',1218464912),(1681,'en','user','phpfox','2.0.0alpha1','login_title','Login','Login',1218464970),(1682,'en','user','phpfox','2.0.0alpha1','invalid_user_name','Invalid User Name.','Invalid User Name.',1218465012),(1683,'en','user','phpfox','2.0.0alpha1','invalid_email','Invalid Email.','Invalid Email.',1218465021),(1684,'en','user','phpfox','2.0.0alpha1','invalid_login_id','Invalid Login ID.','Invalid Login ID.',1218465032),(1685,'en','user','phpfox','2.0.0alpha1','invalid_password','Invalid Password.','Invalid Password.',1218465047),(1686,'en','user','phpfox','2.0.0alpha1','you_need_logged_that','You need to be logged in to do that.','You need to be logged in to do that.',1218724550),(1687,'en','user','phpfox','2.0.0alpha1','sign_and_start_using_site','Sign Up and Start Using {site}','Sign Up and Start Using {site}',1219836880),(1688,'en','user','phpfox','2.0.0alpha1','menu_browse','Browse','Browse',1231832504),(1689,'en','user','phpfox','2.0.0alpha1','menu_settings','Settings','Settings',1231837038),(1690,'en','user','phpfox','2.0.0alpha1','user_setting_can_add_user_group_setting','Can add/edit settings for user groups?\r\n\r\nNote: Enable this feature only if creating a plug-in or modifying the package.','Can add/edit settings for user groups?\r\n\r\nNote: Enable this feature only if creating a plug-in or modifying the package.',1214790898),(1691,'en','user','phpfox','2.0.0alpha2','menu_who_s_online','Who\'s Online','Who\'s Online',1237189857),(1692,'en','user','phpfox','2.0.0alpha2','user_setting_can_control_profile_privacy','Can control privacy settings on their own profile?','Can control privacy settings on their own profile?',1237552899),(1693,'en','user','phpfox','2.0.0alpha2','user_setting_can_control_notification_privacy','Can control notification privacy settings?','Can control notification privacy settings?',1237552966),(1694,'en','user','phpfox','2.0.0alpha2','user_setting_can_override_user_privacy','Can override a users privacy setting?','Can override a users privacy setting?',1237553281),(1695,'en','user','phpfox','2.0.0alpha2','setting_multi_step_registration_form','<title>Multi-step Registration Form</title><info>Enabling this option will turn the registration process into multiple steps and using as few fields as we can on the first step to entice users to register.</info>','<title>Multi-step Registration Form</title><info>Enabling this option will turn the registration process into multiple steps and using as few fields as we can on the first step to entice users to register.</info>',1237571029),(1696,'en','user','phpfox','2.0.0alpha2','user_setting_require_profile_image','Users are required to upload a profile image?','Users are required to upload a profile image?',1237573969),(1697,'en','user','phpfox','2.0.0alpha2','setting_registration_steps','<title>Registration Steps</title><info>With this option you can add extra steps to the registration process.</info>','<title>Registration Steps</title><info>With this option you can add extra steps to the registration process.</info>',1237574533),(1698,'en','user','phpfox','2.0.0alpha3','menu_edit_profile','Edit Profile','Edit Profile',1238410664),(1699,'en','user','phpfox','2.0.0alpha3','custom_group_about_me','About Me','About Me',1238671524),(1700,'en','user','phpfox','2.0.0alpha3','custom_about_me','About Me','About Me',1238671545),(1701,'en','user','phpfox','2.0.0alpha3','custom_who_i_d_like_to_meet','Who I'd Like to Meet','Who I'd Like to Meet',1238671563),(1702,'en','user','phpfox','2.0.0alpha3','custom_group_interests','Interests','Interests',1238671589),(1703,'en','user','phpfox','2.0.0alpha3','custom_interests','Interests','Interests',1238671614),(1704,'en','user','phpfox','2.0.0alpha3','custom_music','Music','Music',1238671629),(1705,'en','user','phpfox','2.0.0alpha3','custom_movies','Movies','Movies',1238671647),(1706,'en','user','phpfox','2.0.0alpha3','custom_group_details','Details','Details',1238671708),(1707,'en','user','phpfox','2.0.0alpha3','custom_smoker','Smoker','Smoker',1238671738),(1708,'en','user','phpfox','2.0.0alpha3','cf_option_yes','Yes','Yes',1238671738),(1709,'en','user','phpfox','2.0.0beta3','setting_usernames_to_suggest','<title>Usernames to suggest</title><info>When users fail the username verification at signup several usernames will be suggested. \r\nThe values here are the first part of those suggestions, (the second part is a random number).\r\n\r\nPossible outcomes:\r\nuser234\r\nmember181\r\nfriend921</info>','<title>Usernames to suggest</title><info>When users fail the username verification at signup several usernames will be suggested. \r\nThe values here are the first part of those suggestions, (the second part is a random number).\r\n\r\nPossible outcomes:\r\nuser234\r\nmember181\r\nfriend921</info>',1244550909),(1710,'en','user','phpfox','2.0.0beta3','setting_how_many_usernames_to_suggest','<title>How many usernames to suggest</title><info>When users verify their username at signup they are presented with a list of valid usernames they can choose from, how many usernames to show in that list?</info>','<title>How many usernames to suggest</title><info>When users verify their username at signup they are presented with a list of valid usernames they can choose from, how many usernames to show in that list?</info>',1244551391),(1711,'en','user','phpfox','2.0.0alpha3','cf_option_no','No','No',1238671738),(1712,'en','user','phpfox','2.0.0alpha3','cf_option_sometimes','Sometimes','Sometimes',1238671738),(1713,'en','user','phpfox','2.0.0alpha3','custom_drinker','Drinker','Drinker',1238749684),(1714,'en','user','phpfox','2.0.0alpha3','setting_user_browse_display_results_default','<title>Browsing Users Display Results</title><info>Select <b>name_photo</b> if you would like to by default display the users name and photo only within the browse section. Select <b>name_photo_detail</b> if you would like to display the users name, photo and general details about the person within the browse section.</info>','<title>Browsing Users Display Results</title><info>Select <b>name_photo</b> if you would like to by default display the users name and photo only within the browse section. Select <b>name_photo_detail</b> if you would like to display the users name, photo and general details about the person within the browse section.</info>',1239092643),(1715,'en','user','phpfox','2.0.0beta2','user_setting_can_edit_gender_setting','Can edit their gender?','Can edit their gender?',1242643138),(1716,'en','user','phpfox','2.0.0beta2','user_setting_custom_name_field','Custom full name field','Custom full name field',1242643942),(1717,'en','user','phpfox','2.0.0beta2','user_setting_can_edit_dob','Can edit date of birth?','Can edit date of birth?',1242644281),(1718,'en','user','phpfox','2.0.0beta4','user_setting_can_edit_users','Can edit a users account?\r\n\r\n<b>Notice:</b> Requires the ability to log into the AdminCP.','Can edit a users account?\r\n\r\n<b>Notice:</b> Requires the ability to log into the AdminCP.',1244545054),(1719,'en','user','phpfox','2.0.0beta4','user_setting_can_stay_logged_in','Can stay logged into the site?','Can stay logged into the site?',1244557119),(1720,'en','user','phpfox','2.0.0beta4','user_setting_can_change_other_user_picture','Can change profile photos added by other users?','Can change profile photos added by other users?',1244565702),(1721,'en','user','phpfox','2.0.0beta4','user_setting_can_edit_other_user_privacy','Can edit privacy settings for other users?','Can edit privacy settings for other users?',1244566805),(1722,'en','user','phpfox','2.0.0beta4','user_setting_can_change_own_user_name','Can change own user name?','Can change own user name?',1244571194),(1723,'en','user','phpfox','2.0.0beta4','user_setting_total_times_can_change_user_name','How many times can this user group edit their user name?','How many times can this user group edit their user name?',1244571909),(1724,'en','user','phpfox','2.0.0beta4','setting_user_profile_private_age','<title>Force Profile Privacy</title><info>Define what age should a users profile be forced to be private regardless of their profile privacy setting. \r\n\r\nIf the users age is the the same or lower then the setting only their friends will be able to see their profile and interact with them.\r\n\r\n<b>Notice:</b> Set to \"0\" (without quotes) for no limit.</info>','<title>Force Profile Privacy</title><info>Define what age should a users profile be forced to be private regardless of their profile privacy setting. \r\n\r\nIf the users age is the the same or lower then the setting only their friends will be able to see their profile and interact with them.\r\n\r\n<b>Notice:</b> Set to \"0\" (without quotes) for no limit.</info>',1244573463),(1725,'en','user','phpfox','2.0.0beta4','user_setting_can_block_other_members','Can block members?','Can block members?',1244626170),(1726,'en','user','phpfox','2.0.0beta4','user_setting_can_be_blocked_by_others','Can this user group be blocked by other users?','Can this user group be blocked by other users?',1244626313),(1727,'en','user','phpfox','2.0.0beta4','setting_validate_full_name','<title>Validate Full/Display Name</title><info>Set to <b>True</b> if you would like to validate a users full name.</info>','<title>Validate Full/Display Name</title><info>Set to <b>True</b> if you would like to validate a users full name.</info>',1244645932),(1728,'en','user','phpfox','2.0.0beta4','stat_title_1','Members','Members',1245140437),(1729,'en','user','phpfox','2.0.0beta5','user_setting_can_feature','Can members of this user group feature and unfeature members?','Can members of this user group feature and unfeature members?',1246003244),(1730,'en','user','phpfox','2.0.0beta5','setting_randomize_featured_members','<title>Random featured members</title><info>Should featured members randomly show up?\r\n\r\nWhen this feature is disabled a new section will be shown in the Browse members in the Admin Panel (browsing for featured members) to set the ordering.</info>','<title>Random featured members</title><info>Should featured members randomly show up?\r\n\r\nWhen this feature is disabled a new section will be shown in the Browse members in the Admin Panel (browsing for featured members) to set the ordering.</info>',1246007440),(1731,'en','user','phpfox','2.0.0beta5','setting_how_many_featured_members','<title>How Many Featured Members To Show</title><info>This setting tells how many featured members will be shown at one time.</info>','<title>How Many Featured Members To Show</title><info>This setting tells how many featured members will be shown at one time.</info>',1246007756),(1732,'en','user','phpfox','2.0.0beta5','menu_featured_members','Featured Members','Featured Members',1246272467),(1733,'en','user','phpfox','2.0.0beta5','setting_verify_email_at_signup','<title>Verify Email At Signup</title><info>When a guest signs up, should they verify their email address?\r\n\r\nIf enabled an email will be sent with a special link to verify that is their address.</info>','<title>Verify Email At Signup</title><info>When a guest signs up, should they verify their email address?\r\n\r\nIf enabled an email will be sent with a special link to verify that is their address.</info>',1246354785),(1734,'en','user','phpfox','2.0.0beta5','setting_verify_email_timeout','<title>Verify Email Timeout</title><info>This setting tells how much time (in minutes) new members have in order to verify their email address.\r\n\r\nMake sure your email server is well configured as this setting relies on the user being able to click the link sent when they signed up.\r\n\r\nIf your site allows changing email address and you require the new one to be verified as well this setting also applies in this case.\r\n\r\nSet it to 0 to disable the timeout.</info>','<title>Verify Email Timeout</title><info>This setting tells how much time (in minutes) new members have in order to verify their email address.\r\n\r\nMake sure your email server is well configured as this setting relies on the user being able to click the link sent when they signed up.\r\n\r\nIf your site allows changing email address and you require the new one to be verified as well this setting also applies in this case.\r\n\r\nSet it to 0 to disable the timeout.</info>',1246355083),(1735,'en','user','phpfox','2.0.0beta5','user_setting_can_change_email','Should members of this user group be allowed to change their email address?','Should members of this user group be allowed to change their email address?',1246368069),(1736,'en','user','phpfox','2.0.0beta5','setting_logout_after_change_email_if_verify','<title>Logout After Changing Email</title><info>If users must verify their email address, when they change their email address should they be logged out so they need to verify right away?\r\n\r\nIf you set this to no they will be able to use the site until they sign out, after that they will need to verify their email address.</info>','<title>Logout After Changing Email</title><info>If users must verify their email address, when they change their email address should they be logged out so they need to verify right away?\r\n\r\nIf you set this to no they will be able to use the site until they sign out, after that they will need to verify their email address.</info>',1246370838),(1737,'en','user','phpfox','2.0.0beta5','user_setting_can_verify_others_emails','Allow members of this user group to verify other\'s email address from the AdminCP -> Users -> Browse Users ?','Allow members of this user group to verify other\'s email address from the AdminCP -> Users -> Browse Users ?',1246447720),(1738,'en','user','phpfox','2.0.0beta5','user_cancellation_6','reason 3','reason 3',1246619355),(1739,'en','user','phpfox','2.0.0beta5','user_cancellation_7','reason 4','reason 4',1246619366),(1740,'en','user','phpfox','2.0.0beta5','user_setting_can_delete_own_account','Can members of this user group delete their own account?','Can members of this user group delete their own account?',1246874203),(1741,'en','user','phpfox','2.0.0beta5','user_setting_can_change_own_full_name','Can members of this user group change their full name?','Can members of this user group change their full name?',1247145812),(1742,'en','user','phpfox','2.0.0beta5','user_setting_total_times_can_change_own_full_name','How many times can members of this user group change their full name?\r\n\r\nLeave to 0 for unlimited','How many times can members of this user group change their full name?\r\n\r\nLeave to 0 for unlimited',1247145932),(1743,'en','user','phpfox','2.0.0beta5','menu_account_settings','Account Settings','Account Settings',1247223348),(1744,'en','user','phpfox','2.0.0beta5','menu_privacy_settings','Privacy Settings','Privacy Settings',1247223384),(1745,'en','user','phpfox','2.0.0beta5','menu_edit_profile_picture','Edit Profile Picture','Edit Profile Picture',1247226022),(1746,'en','user','phpfox','30','user_setting_can_delete_others_account','Can members of this user group delete other people\'s account?','Can members of this user group delete other people\'s account?',1247641642),(1747,'en','user','phpfox','2.0.0rc1','user_setting_can_be_invisible','Can select to be invisible?','Can select to be invisible?',1248682127),(1748,'en','user','phpfox','2.0.0rc1','setting_display_user_online_status','<title>Display User Online Status</title><info>Select <b>True</b> to display a users online status, which will alter the users profile image to distinguish from other members that are offline.</info>','<title>Display User Online Status</title><info>Select <b>True</b> to display a users online status, which will alter the users profile image to distinguish from other members that are offline.</info>',1248697618),(1749,'en','user','phpfox','2.0.0rc1','user_setting_total_upload_space','The total amount of space a user can use when uploading to the server (eg. photos, videos, songs etc...) in megabytes (mb). Set to \"0\" for unlimited space.','The total amount of space a user can use when uploading to the server (eg. photos, videos, songs etc...) in megabytes (mb). Set to \"0\" for unlimited space.',1248951473),(1750,'en','user','phpfox','2.0.0rc1','user_setting_force_cropping_tool_for_photos','Force users to use the cropping tool before completing the profile photo upload routine.\r\n\r\n<b>Note:</b> This is used to make sure all photos on the site are correctly cropped.','Force users to use the cropping tool before completing the profile photo upload routine.\r\n\r\n<b>Note:</b> This is used to make sure all photos on the site are correctly cropped.',1250774093),(1751,'en','user','phpfox','2.0.0rc1','user_setting_max_upload_size_profile_photo','Max file size for profile photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor an unlimited size limit add \"0\" without quotes.','Max file size for profile photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor an unlimited size limit add \"0\" without quotes.',1250849063),(1752,'en','user','phpfox','2.0.0rc2','setting_min_length_for_username','<title>Minimum Length for Username</title><info>Minimum Length for Username</info>','<title>Minimum Length for Username</title><info>Minimum Length for Username</info>',1253525527),(1753,'en','user','phpfox','2.0.0rc2','setting_max_length_for_username','<title>Maximum Length for Username</title><info>Maximum Length for Username</info>','<title>Maximum Length for Username</title><info>Maximum Length for Username</info>',1253525598),(1754,'en','user','phpfox','2.0.0rc4','your_password_has_been_sent_to_your_email','Your password has been sent to your email.','Your password has been sent to your email.',1255346076),(1755,'en','user','phpfox','2.0.0rc4','we_found_a_problem_with_your_request_please_try_again','We found a problem with your request, please try again.','We found a problem with your request, please try again.',1255346107),(1756,'en','user','phpfox','2.0.0rc4','you_cannot_rate_your_own_profile','You cannot rate your own profile.','You cannot rate your own profile.',1255346129),(1757,'en','user','phpfox','2.0.0rc4','this_username_is_available','This username is available.','This username is available.',1255346146),(1758,'en','user','phpfox','2.0.0rc4','user_successfully_blocked','User successfully blocked.','User successfully blocked.',1255346166),(1759,'en','user','phpfox','2.0.0rc4','user_successfully_unblocked','User successfully unblocked.','User successfully unblocked.',1255346175),(1760,'en','user','phpfox','2.0.0rc4','unfeature_user','Unfeature User','Unfeature User',1255346187),(1761,'en','user','phpfox','2.0.0rc4','feature_user','Feature User','Feature User',1255346203),(1762,'en','user','phpfox','2.0.0rc4','an_error_occured_and_this_operation_was_not_completed','An error occurred and this operation was not completed.','An error occurred and this operation was not completed.',1255346213),(1763,'en','user','phpfox','2.0.0rc4','an_error_occured_and_this_user_could_not_be_verified','An error occurred and this user could not be verified.','An error occurred and this user could not be verified.',1255346223),(1764,'en','user','phpfox','2.0.0rc4','an_error_occured_and_the_email_could_not_be_sent','An error occurred and the email could not be sent.','An error occurred and the email could not be sent.',1255346241),(1765,'en','user','phpfox','2.0.0rc4','profile_photo_successfully_uploaded','Profile photo successfully uploaded.','Profile photo successfully uploaded.',1255346279),(1766,'en','user','phpfox','2.0.0rc4','done','Done!','Done!',1255346288),(1767,'en','user','phpfox','2.0.0rc4','un_ban_user','Un-Ban User','Un-Ban User',1255346306),(1768,'en','user','phpfox','2.0.0rc4','ban_user','Ban User','Ban User',1255346312),(1769,'en','user','phpfox','2.0.0rc4','unable_to_find_this_member','Unable to find this member.','Unable to find this member.',1255346340),(1770,'en','user','phpfox','2.0.0rc4','unable_to_block_this_user','Unable to block this user.','Unable to block this user.',1255346349),(1771,'en','user','phpfox','2.0.0rc4','view_all','View All','View All',1255346369),(1772,'en','user','phpfox','2.0.0rc4','featured_members','Featured Members','Featured Members',1255346377),(1773,'en','user','phpfox','2.0.0rc4','set_browse_criteria','Set Browse Criteria','Set Browse Criteria',1255346405),(1774,'en','user','phpfox','2.0.0rc4','basic','Basic','Basic',1255346411),(1775,'en','user','phpfox','2.0.0rc4','advanced','Advanced','Advanced',1255346417),(1776,'en','user','phpfox','2.0.0rc4','option_updated_successfully','Option updated successfully.','Option updated successfully.',1255346509),(1777,'en','user','phpfox','2.0.0rc4','option_added_successfully','Option added successfully.','Option added successfully.',1255346516),(1778,'en','user','phpfox','2.0.0rc4','item_not_found','Item not found.','Item not found.',1255346524),(1779,'en','user','phpfox','2.0.0rc4','add_cancellation_options','Add Cancellation Options','Add Cancellation Options',1255346532),(1780,'en','user','phpfox','2.0.0rc4','view_feedback_on_cancellations','View Feedback On Cancellations','View Feedback On Cancellations',1255346545),(1781,'en','user','phpfox','2.0.0rc4','option_deleted_successfully','Option deleted successfully.','Option deleted successfully.',1255346558),(1782,'en','user','phpfox','2.0.0rc4','manage_cancellation_options','Manage Cancellation Options','Manage Cancellation Options',1255346573),(1783,'en','user','phpfox','2.0.0rc4','user_groups','User Groups','User Groups',1255346596),(1784,'en','user','phpfox','2.0.0rc4','manage_settings','Manage Settings','Manage Settings',1255346613),(1785,'en','user','phpfox','2.0.0rc4','user_group_successfully_added','User group successfully added.','User group successfully added.',1255346624),(1786,'en','user','phpfox','2.0.0rc4','create_new_user_group','Create New User Group','Create New User Group',1255346647),(1787,'en','user','phpfox','2.0.0rc4','successfully_deleted_user_group','Successfully deleted user group.','Successfully deleted user group.',1255346670),(1788,'en','user','phpfox','2.0.0rc4','unable_to_find_the_user_group_you_want_to_delete','Unable to find the user group you want to delete.','Unable to find the user group you want to delete.',1255346678),(1789,'en','user','phpfox','2.0.0rc4','not_allowed_to_delete_this_user_group','Not allowed to delete this user group.','Not allowed to delete this user group.',1255346686),(1790,'en','user','phpfox','2.0.0rc4','delete_user_group','Delete User Group','Delete User Group',1255346693),(1791,'en','user','phpfox','2.0.0rc4','user_successfully_updated','User successfully updated.','User successfully updated.',1255346774),(1792,'en','user','phpfox','2.0.0rc4','basic_information','Basic Information','Basic Information',1255346782),(1793,'en','user','phpfox','2.0.0rc4','display_name','Display Name','Display Name',1255346790),(1794,'en','user','phpfox','2.0.0rc4','user_group','User Group','User Group',1255346823),(1795,'en','user','phpfox','2.0.0rc4','location','Location','Location',1255346829),(1796,'en','user','phpfox','2.0.0rc4','city','City','City',1255346835),(1797,'en','user','phpfox','2.0.0rc4','zip_postal_code','ZIP/Postal Code','ZIP/Postal Code',1255346841),(1798,'en','user','phpfox','2.0.0rc4','gender','Gender','Gender',1255346847),(1799,'en','user','phpfox','2.0.0rc4','date_of_birth','Date of Birth','Date of Birth',1255346856),(1800,'en','user','phpfox','2.0.0rc4','time_zone','Time Zone','Time Zone',1255346863),(1801,'en','user','phpfox','2.0.0rc4','status','Status','Status',1255346869),(1802,'en','user','phpfox','2.0.0rc4','spam_count','SPAM Count','SPAM Count',1255346876),(1803,'en','user','phpfox','2.0.0rc4','editing_member','Editing Member','Editing Member',1255346886),(1804,'en','user','phpfox','2.0.0rc4','browse_members','Browse Members','Browse Members',1255346893),(1805,'en','user','phpfox','2.0.0rc4','add_new_member','Add New Member','Add New Member',1255346903),(1806,'en','user','phpfox','2.0.0rc4','password_request_successfully_sent_check_your_email_to_verify_your_request','Password request successfully sent. Check your email to verify your request.','Password request successfully sent. Check your email to verify your request.',1255346930),(1807,'en','user','phpfox','2.0.0rc4','password_request','Password Request','Password Request',1255346939),(1808,'en','user','phpfox','2.0.0rc4','new_password_successfully_sent_check_your_email_to_use_your_new_password','New password successfully sent. Check your email to use your new password.','New password successfully sent. Check your email to use your new password.',1255346980),(1809,'en','user','phpfox','2.0.0rc4','password_request_verification','Password Request Verification','Password Request Verification',1255346988),(1810,'en','user','phpfox','2.0.0rc4','members_section_is_closed','Members section is closed.','Members section is closed.',1255347016),(1811,'en','user','phpfox','2.0.0rc4','joined','Joined','Joined',1255347023),(1812,'en','user','phpfox','2.0.0rc4','last_login','Last Login','Last Login',1255347030),(1813,'en','user','phpfox','2.0.0rc4','email_name','Email & Name','Email & Name',1255347041),(1814,'en','user','phpfox','2.0.0rc4','name','Name','Name',1255347054),(1815,'en','user','phpfox','2.0.0rc4','men','Men','Men',1255347063),(1816,'en','user','phpfox','2.0.0rc4','women','Women','Women',1255347069),(1817,'en','user','phpfox','2.0.0rc4','both','Both','Both',1255347076),(1818,'en','user','phpfox','2.0.0rc4','all_members','All Members','All Members',1255347085),(1819,'en','user','phpfox','2.0.0rc4','online','Online','Online',1255347097),(1820,'en','user','phpfox','2.0.0rc4','pending_verification_members','Pending Verification Members','Pending Verification Members',1255347106),(1821,'en','user','phpfox','2.0.0rc4','name_and_photo_only','Name and Photo Only','Name and Photo Only',1255347114),(1822,'en','user','phpfox','2.0.0rc4','name_photo_and_users_details','Name, Photo and Users Details','Name, Photo and Users Details',1255347122),(1823,'en','user','phpfox','2.0.0rc4','you_still_need_to_verify_your_email_address','You still need to verify your email address.','You still need to verify your email address.',1255347174),(1824,'en','user','phpfox','2.0.0rc4','logout','Logout','Logout',1255347189),(1825,'en','user','phpfox','2.0.0rc4','lost_password','Lost Password','Lost Password',1255347198),(1826,'en','user','phpfox','2.0.0rc4','upload_profile_picture','Upload Profile Picture','Upload Profile Picture',1255347236),(1827,'en','user','phpfox','2.0.0rc4','edit_profile_picture','Edit Profile Picture','Edit Profile Picture',1255347246),(1828,'en','user','phpfox','2.0.0rc4','privacy_settings_have_been_disabled_for_your_user_group','Privacy settings have been disabled for your user group.','Privacy settings have been disabled for your user group.',1255347263),(1829,'en','user','phpfox','2.0.0rc4','privacy_settings_successfully_updated','Privacy settings successfully updated.','Privacy settings successfully updated.',1255347271),(1830,'en','user','phpfox','2.0.0rc4','privacy_settings','Privacy Settings','Privacy Settings',1255347278),(1831,'en','user','phpfox','2.0.0rc4','successfully_updated_full_name_profile','Successfully updated {full_name} profile.','Successfully updated {full_name} profile.',1255347302),(1832,'en','user','phpfox','2.0.0rc4','edit_profile','Edit Profile','Edit Profile',1255347324),(1833,'en','user','phpfox','2.0.0rc4','cancel_account','Cancel Account','Cancel Account',1255347356),(1834,'en','user','phpfox','2.0.0rc4','unable_to_edit_this_account','Unable to edit this account.','Unable to edit this account.',1255347370),(1835,'en','user','phpfox','2.0.0rc4','select_current_location','Select current location.','Select current location.',1255347378),(1836,'en','user','phpfox','2.0.0rc4','select_your_gender','Select your gender.','Select your gender.',1255347385),(1837,'en','user','phpfox','2.0.0rc4','select_month_of_birth','Select month of birth.','Select month of birth.',1255347392),(1838,'en','user','phpfox','2.0.0rc4','select_day_of_birth','Select day of birth.','Select day of birth.',1255347399),(1839,'en','user','phpfox','2.0.0rc4','select_year_of_birth','Select year of birth.','Select year of birth.',1255347406),(1840,'en','user','phpfox','2.0.0rc4','zip_postal_code_is_invalid','ZIP/Postal code is invalid.','ZIP/Postal code is invalid.',1255347414),(1841,'en','user','phpfox','2.0.0rc4','provide_your_full_name','Provide your full name.','Provide your full name.',1255347423),(1842,'en','user','phpfox','2.0.0rc4','provide_a_user_name','Provide a user name.','Provide a user name.',1255347430),(1843,'en','user','phpfox','2.0.0rc4','account_settings_updated','Account settings updated.','Account settings updated.',1255347439),(1844,'en','user','phpfox','2.0.0rc4','account_settings_updated_your_new_mail_address_requires_verification_and_an_email_has_been_sent_until_then_your_email_remains_the_same','Account settings updated. Your new mail address requires verification and an email has been sent. Until then your email remains the same.','Account settings updated. Your new mail address requires verification and an email has been sent. Until then your email remains the same.',1255347448),(1845,'en','user','phpfox','2.0.0rc4','email_updated_you_need_to_verify_your_new_email_address_before_logging_in','Email updated. You need to verify your new email address before logging in.','Email updated. You need to verify your new email address before logging in.',1255347456),(1846,'en','user','phpfox','2.0.0rc4','account_settings','Account Settings','Account Settings',1255347468),(1847,'en','user','phpfox','2.0.0rc4','full_name','Full Name','Full Name',1255347477),(1848,'en','user','phpfox','2.0.0rc4','your_email_has_been_verified_please_log_in_with_the_information_you_provided_during_sign_up','Your email has been verified, please log in with the information you provided during sign up.','Your email has been verified, please log in with the information you provided during sign up.',1255347489),(1849,'en','user','phpfox','2.0.0rc4','invalid_verification_link','Invalid verification link.','Invalid verification link.',1255347519),(1850,'en','user','phpfox','2.0.0rc4','not_able_to_block_yourself','Not able to block yourself.','Not able to block yourself.',1255347588),(1851,'en','user','phpfox','2.0.0rc4','you_have_already_blocked_this_user','You have already blocked this user.','You have already blocked this user.',1255347597),(1852,'en','user','phpfox','2.0.0rc4','select_a_product','Select a product.','Select a product.',1255347628),(1853,'en','user','phpfox','2.0.0rc4','select_a_module','Select a module.','Select a module.',1255347636),(1854,'en','user','phpfox','2.0.0rc4','you_need_to_add_a_message_to_show','You need to add a message to show.','You need to add a message to show.',1255347643),(1855,'en','user','phpfox','2.0.0rc4','select_if_the_cancellation_option_is_active_or_not','Select if the cancellation option is active or not.','Select if the cancellation option is active or not.',1255347651),(1856,'en','user','phpfox','2.0.0rc4','please_enter_your_password','Please enter your password.','Please enter your password.',1255347663),(1857,'en','user','phpfox','2.0.0rc4','you_are_not_allowed_to_delete_your_own_account','You are not allowed to delete your own account.','You are not allowed to delete your own account.',1255347672),(1858,'en','user','phpfox','2.0.0rc4','your_account_has_been_deleted','Your account has been deleted.','Your account has been deleted.',1255347685),(1859,'en','user','phpfox','2.0.0rc4','not_a_valid_request','Not a valid request.','Not a valid request.',1255347704),(1860,'en','user','phpfox','2.0.0rc4','provide_a_name_for_the_user_group','Provide a name for the user group.','Provide a name for the user group.',1255347780),(1861,'en','user','phpfox','2.0.0rc4','select_an_inherit_user_group','Select an inherit user group.','Select an inherit user group.',1255347788),(1862,'en','user','phpfox','2.0.0rc4','email_verification_on_site_title','Email Verification On {site_title}','Email Verification On {site_title}',1255347882),(1863,'en','user','phpfox','2.0.0rc4','you_registered_an_account_on_site_title_before','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>',1255347957),(1864,'en','user','phpfox','2.0.0rc4','email_does_not_match_the_one_that_is_currently_in_use','Email does not match the one that is currently in use.','Email does not match the one that is currently in use.',1255348015),(1865,'en','user','phpfox','2.0.0rc4','you_need_to_verify_your_email_address_before_logging_in','You need to verify your email address before logging in.\r\n\r\nWe sent a verification code to: <b>{email}</b>','You need to verify your email address before logging in.\r\n\r\nWe sent a verification code to: <b>{email}</b>',1255348029),(1866,'en','user','phpfox','2.0.0rc4','you_do_not_have_permission_to_modify_this_item','You do not have permission to modify this item.','You do not have permission to modify this item.',1255348044),(1867,'en','user','phpfox','2.0.0rc4','members','Members','Members',1255348095),(1868,'en','user','phpfox','2.0.0rc4','view_more_members','View More Members','View More Members',1255348104),(1869,'en','user','phpfox','2.0.0rc4','a_href_link_member_a_joined_joined','<a href=\"{link}\">Member</a> joined {joined}.','<a href=\"{link}\">Member</a> joined {joined}.',1255348147),(1870,'en','user','phpfox','2.0.0rc4','a_href_link_full_name_a_updated_their_profile_picture','<a href=\"{link}\">{full_name}</a> updated their profile picture.','<a href=\"{link}\">{full_name}</a> updated their profile picture.',1255348200),(1871,'en','user','phpfox','2.0.0rc4','a_href_link_full_name_a_joined_the_community','<a href=\"{link}\">{full_name}</a> joined the community.','<a href=\"{link}\">{full_name}</a> joined the community.',1255348257),(1872,'en','user','phpfox','2.0.0rc4','users_profile_main_section','Users Profile - Main Section','Users Profile - Main Section',1255348288),(1873,'en','user','phpfox','2.0.0rc4','users_profile_basic_information','Users Profile - Basic Information','Users Profile - Basic Information',1255348295),(1874,'en','user','phpfox','2.0.0rc4','users_profile_side_panel','Users Profile - Side Panel','Users Profile - Side Panel',1255348303),(1875,'en','user','phpfox','2.0.0rc4','users_profile','Users Profile','Users Profile',1255348313),(1876,'en','user','phpfox','2.0.0rc4','account_info','Account Info','Account Info',1255348327),(1877,'en','user','phpfox','2.0.0rc4','activity','Activity','Activity',1255348333),(1878,'en','user','phpfox','2.0.0rc4','users','Users','Users',1255348364),(1879,'en','user','phpfox','2.0.0rc4','user_activity','User Activity','User Activity',1255348378),(1880,'en','user','phpfox','2.0.0rc4','time_stamp','Time Stamp','Time Stamp',1255348396),(1881,'en','user','phpfox','2.0.0rc4','not_a_valid_email','Not a valid email.','Not a valid email.',1255348410),(1882,'en','user','phpfox','2.0.0rc4','password_request_for_site_title','Password request for {site_title}','Password request for {site_title}',1255348422),(1883,'en','user','phpfox','2.0.0rc4','you_have_requested_for_us_to_send_you_a_new_password_for_site_title','You have requested for us to send you a new password for {site_title}.\r\n\r\nTo confirm this request, follow the link below:\r\n<a href=\"{link}\">{link}</a>','You have requested for us to send you a new password for {site_title}.\r\n\r\nTo confirm this request, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255348468),(1884,'en','user','phpfox','2.0.0rc4','not_a_valid_password_request','Not a valid password request.','Not a valid password request.',1255348509),(1885,'en','user','phpfox','2.0.0rc4','password_request_id_does_not_match','Password request ID does not match.','Password request ID does not match.',1255348517),(1886,'en','user','phpfox','2.0.0rc4','new_password_for_site_title','New password for {site_title}','New password for {site_title}',1255348541),(1887,'en','user','phpfox','2.0.0rc4','you_have_requested_for_us_to_send_you_a_new_password_for_site_title_with_password','You have requested for us to send you a new password for {site_title}.\r\n\r\nYour new password is: {password}\r\n\r\nTo login, follow the link below:\r\n<a href=\"{link}\">{link}</a>','You have requested for us to send you a new password for {site_title}.\r\n\r\nYour new password is: {password}\r\n\r\nTo login, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255348604),(1888,'en','user','phpfox','2.0.0rc4','the_field_field_is_required','The field `{field}` is required.','The field `{field}` is required.',1255348655),(1889,'en','user','phpfox','2.0.0rc4','not_a_valid_name','Not a valid name.','Not a valid name.',1255348671),(1890,'en','user','phpfox','2.0.0rc4','select_a_membership_package','Select a membership package.','Select a membership package.',1255348680),(1891,'en','user','phpfox','2.0.0rc4','please_verify_your_email_for_site_title','Please verify your email for: {site_title}','Please verify your email for: {site_title}',1255348711),(1892,'en','user','phpfox','2.0.0rc4','you_registered_an_account_on_site_title_before_being_able_to_use_your_account_you_need_to_verify_that_this_is_your_email_address_by_clicking_here_a_href_link_link_a','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>',1255348750),(1893,'en','user','phpfox','2.0.0rc4','not_a_valid_city','Not a valid city.','Not a valid city.',1255348792),(1894,'en','user','phpfox','2.0.0rc4','this_display_name_is_not_allowed_to_be_used','This display name is not allowed to be used.','This display name is not allowed to be used.',1255348815),(1895,'en','user','phpfox','2.0.0rc4','add_some_text_to_share','Add some text to share.','Add some text to share.',1255348834),(1896,'en','user','phpfox','2.0.0rc4','fill_in_a_display_name','Fill in a display name.','Fill in a display name.',1255348849),(1897,'en','user','phpfox','2.0.0rc4','select_a_user_group_for_this_user','Select a user group for this user.','Select a user group for this user.',1255348857),(1898,'en','user','phpfox','2.0.0rc4','select_a_location','Select a location.','Select a location.',1255348865),(1899,'en','user','phpfox','2.0.0rc4','select_a_gender','Select a gender.','Select a gender.',1255348872),(1900,'en','user','phpfox','2.0.0rc4','select_a_date_of_birth','Select a date of birth.','Select a date of birth.',1255348880),(1901,'en','user','phpfox','2.0.0rc4','username_is_required_and_can_only_contain_alphanumeric_characters_and_or_and_must_be_between_5_and_25_characters_long','Username is required and can only contain alphanumeric characters and _ or - and must be between 5 and 25 characters long.','Username is required and can only contain alphanumeric characters and _ or - and must be between 5 and 25 characters long.',1255348890),(1902,'en','user','phpfox','2.0.0rc4','provide_a_valid_email','Provide a valid email.','Provide a valid email.',1255348903),(1903,'en','user','phpfox','2.0.0rc4','missing_old_password','Missing old password.','Missing old password.',1255348917),(1904,'en','user','phpfox','2.0.0rc4','missing_new_password','Missing new password.','Missing new password.',1255348924),(1905,'en','user','phpfox','2.0.0rc4','your_current_password_does_not_match_your_old_password','Your current password does not match your old password.','Your current password does not match your old password.',1255348932),(1906,'en','user','phpfox','2.0.0rc4','you_should_not_ban_yourself','You should not ban yourself.','You should not ban yourself.',1255348944),(1907,'en','user','phpfox','2.0.0rc4','provide_a_valid_password','Provide a valid password.','Provide a valid password.',1255348967),(1908,'en','user','phpfox','2.0.0rc4','check_our_agreement_in_order_to_join_our_site','Check our agreement in order to join our site.','Check our agreement in order to join our site.',1255348975),(1909,'en','user','phpfox','2.0.0rc4','provide_a_valid_user_name','Not a valid user name. User name can only contain alphanumeric characters and _ or - and must be between {min} and {max} characters long.','Not a valid user name. User name can only contain alphanumeric characters and _ or - and must be between {min} and {max} characters long.',1255348982),(1910,'en','user','phpfox','2.0.0rc4','unable_to_upload_you_have_reached_your_limit_of_current_you_are_currently_using_total','Unable to upload. You have reached your limit of {current}. You are currently using {total}.','Unable to upload. You have reached your limit of {current}. You are currently using {total}.',1255349057),(1911,'en','user','phpfox','2.0.0rc4','unable_to_upload_you_have_reached_your_limit_of_limit_with_this_upload_you_will_be_using_total','Unable to upload. You have reached your limit of {limit}. With this upload you will be using {total}.','Unable to upload. You have reached your limit of {limit}. With this upload you will be using {total}.',1255349126),(1912,'en','user','phpfox','2.0.0rc4','unable_to_find_the_user_you_plan_to_edit','Unable to find the user you plan to edit.','Unable to find the user you plan to edit.',1255349166),(1913,'en','user','phpfox','2.0.0rc4','user_name_is_already_in_use','User name is already in use.','User name is already in use.',1255349204),(1914,'en','user','phpfox','2.0.0rc4','this_username_is_not_allowed_to_be_used','This username is not allowed to be used.','This username is not allowed to be used.',1255349213),(1915,'en','user','phpfox','2.0.0rc4','email_is_invalid_and_cannot_be_used','Email is invalid and cannot be used.','Email is invalid and cannot be used.',1255349222),(1916,'en','user','phpfox','2.0.0rc4','this_email_is_not_allowed_to_be_used','This email is not allowed to be used.','This email is not allowed to be used.',1255349229),(1917,'en','user','phpfox','2.0.0rc4','loading_custom_fields','Loading custom fields','Loading custom fields',1255349270),(1918,'en','user','phpfox','2.0.0rc4','continue','Continue','Continue',1255349314),(1919,'en','user','phpfox','2.0.0rc4','you_are_about_to_delete','You are about to delete...','You are about to delete...',1255349645),(1920,'en','user','phpfox','2.0.0rc4','total_activity','Total Activity','Total Activity',1255349689),(1921,'en','user','phpfox','2.0.0rc4','are_you_completely_sure_you_want_to_delete_this_user','Are you completely sure you want to delete this user?','Are you completely sure you want to delete this user?',1255349704),(1922,'en','user','phpfox','2.0.0rc4','no_cancel','No, Cancel','No, Cancel',1255349713),(1923,'en','user','phpfox','2.0.0rc4','yes_delete','Yes, Delete','Yes, Delete',1255349719),(1924,'en','user','phpfox','2.0.0rc4','html_prefix','HTML Prefix','HTML Prefix',1255349733),(1925,'en','user','phpfox','2.0.0rc4','html_suffix','HTML Suffix','HTML Suffix',1255349741),(1926,'en','user','phpfox','2.0.0rc4','cancel','cancel','cancel',1255349841),(1927,'en','user','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255349851),(1928,'en','user','phpfox','2.0.0rc4','the_advised_width_height_is_20_pixels','The advised width/height is 20 pixels.','The advised width/height is 20 pixels.',1255349861),(1929,'en','user','phpfox','2.0.0rc4','yes','Yes','Yes',1255349896),(1930,'en','user','phpfox','2.0.0rc4','no','No','No',1255349905),(1931,'en','user','phpfox','2.0.0rc4','choose_a_username','Choose a Username','Choose a Username',1255349927),(1932,'en','user','phpfox','2.0.0rc4','your_username_is_used_to_easily_connect_to_your_profile','Your username is used to easily connect to your profile.','Your username is used to easily connect to your profile.',1255349938),(1933,'en','user','phpfox','2.0.0rc4','check_availability','Check Availability','Check Availability',1255349950),(1934,'en','user','phpfox','2.0.0rc4','email_address','Email Address','Email Address',1255349958),(1935,'en','user','phpfox','2.0.0rc4','membership','Membership','Membership',1255350061),(1936,'en','user','phpfox','2.0.0rc4','select','Select','Select',1255350068),(1937,'en','user','phpfox','2.0.0rc4','free_normal','(Free) Normal','(Free) Normal',1255350074),(1938,'en','user','phpfox','2.0.0rc4','membership_upgrades','Membership Upgrades','Membership Upgrades',1255350091),(1939,'en','user','phpfox','2.0.0rc4','click_here_to_learn_more_about_our_membership_upgrades','Click here to learn more about our memberships.','Click here to learn more about our memberships.',1255350114),(1940,'en','user','phpfox','2.0.0rc4','would_you_like_to_unblock_user_info','Would you like to unblock {user_info}?','Would you like to unblock {user_info}?',1255350478),(1941,'en','user','phpfox','2.0.0rc4','yes_unblock_this_user','Yes, unblock this user.','Yes, unblock this user.',1255350492),(1942,'en','user','phpfox','2.0.0rc4','no_do_not_unblock_this_user','No, do not unblock this user.','No, do not unblock this user.',1255350499),(1943,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_block_user_info','Are you sure you want to block {user_info}?','Are you sure you want to block {user_info}?',1255350513),(1944,'en','user','phpfox','2.0.0rc4','yes_block_this_user','Yes, block this user.','Yes, block this user.',1255350542),(1945,'en','user','phpfox','2.0.0rc4','no_do_not_block_this_user','No, do not block this user.','No, do not block this user.',1255350550),(1946,'en','user','phpfox','2.0.0rc4','search_by_email_full_name_or_user_name','Search by email, full name or user name.','Search by email, full name or user name.',1255350564),(1947,'en','user','phpfox','2.0.0rc4','loading','Loading','Loading',1255350587),(1948,'en','user','phpfox','2.0.0rc4','sorry_no_users_were_found','Sorry, no users were found.','Sorry, no users were found.',1255350630),(1949,'en','user','phpfox','2.0.0rc4','use_selected','Use Selected','Use Selected',1255350638),(1950,'en','user','phpfox','2.0.0rc4','cancel_uppercase','Cancel','Cancel',1255350654),(1951,'en','user','phpfox','2.0.0rc4','browse_for','Browse For','Browse For',1255350679),(1952,'en','user','phpfox','2.0.0rc4','between_ages','Between Ages','Between Ages',1255350686),(1953,'en','user','phpfox','2.0.0rc4','located_within','Located Within','Located Within',1255350702),(1954,'en','user','phpfox','2.0.0rc4','keywords','Keywords','Keywords',1255350723),(1955,'en','user','phpfox','2.0.0rc4','within','within','within',1255350730),(1956,'en','user','phpfox','2.0.0rc4','any','Any','Any',1255350747),(1957,'en','user','phpfox','2.0.0rc4','display_results_by','Display Results By','Display Results By',1255350759),(1958,'en','user','phpfox','2.0.0rc4','sort_results_by','Sort Results By','Sort Results By',1255350765),(1959,'en','user','phpfox','2.0.0rc4','update','Update','Update',1255350772),(1960,'en','user','phpfox','2.0.0rc4','reset','Reset','Reset',1255350778),(1961,'en','user','phpfox','2.0.0rc4','view_more','View More','View More',1255350805),(1962,'en','user','phpfox','2.0.0rc4','old_password','Old Password','Old Password',1255350815),(1963,'en','user','phpfox','2.0.0rc4','new_password','New Password','New Password',1255350820),(1964,'en','user','phpfox','2.0.0rc4','select_an_image','Select an Image','Select an Image',1255350839),(1965,'en','user','phpfox','2.0.0rc4','file','File','File',1255350845),(1966,'en','user','phpfox','2.0.0rc4','upload_picture','Upload Picture','Upload Picture',1255350860),(1967,'en','user','phpfox','2.0.0rc4','anyone','Anyone','Anyone',1255350875),(1968,'en','user','phpfox','2.0.0rc4','network','Network','Network',1255350881),(1969,'en','user','phpfox','2.0.0rc4','friends_only','Friends Only','Friends Only',1255350888),(1970,'en','user','phpfox','2.0.0rc4','no_one','No One','No One',1255350894),(1971,'en','user','phpfox','2.0.0rc4','go_advanced','go advanced','go advanced',1255350950),(1972,'en','user','phpfox','2.0.0rc4','username_is_not_available_here_are_other_suggestions_you_may_like','Username is not available, here are other suggestions you may like.','Username is not available, here are other suggestions you may like.',1255350959),(1973,'en','user','phpfox','2.0.0rc4','click_to_change_your_status','Click to change your status.','Click to change your status.',1255350982),(1974,'en','user','phpfox','2.0.0rc4','none','(none)','(none)',1255351003),(1975,'en','user','phpfox','2.0.0rc4','a_href_onclick_js_user_status_form_ajaxcall_user_updatestatus_return_false_save_a_or_a_href_class_js_update_status_cancel_a','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>',1255351064),(1976,'en','user','phpfox','2.0.0rc4','add_new_option','Add New Option','Add New Option',1255351089),(1977,'en','user','phpfox','2.0.0rc4','cancellation_reason','Cancellation Reason','Cancellation Reason',1255351098),(1978,'en','user','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255351109),(1979,'en','user','phpfox','2.0.0rc4','submit','Submit','Submit',1255351131),(1980,'en','user','phpfox','2.0.0rc4','e_mail','E-Mail','E-Mail',1255351154),(1981,'en','user','phpfox','2.0.0rc4','reasons_given','Reasons Given','Reasons Given',1255351167),(1982,'en','user','phpfox','2.0.0rc4','feedback_text','Feedback Text','Feedback Text',1255351173),(1983,'en','user','phpfox','2.0.0rc4','deleted_on','Deleted On','Deleted On',1255351179),(1984,'en','user','phpfox','2.0.0rc4','delete_feedback','Delete Feedback','Delete Feedback',1255351194),(1985,'en','user','phpfox','2.0.0rc4','no_feedback_to_review','No feedback to review','No feedback to review',1255351204),(1986,'en','user','phpfox','2.0.0rc4','active','Active','Active',1255351222),(1987,'en','user','phpfox','2.0.0rc4','manage','Manage','Manage',1255351229),(1988,'en','user','phpfox','2.0.0rc4','edit_reason','Edit Reason','Edit Reason',1255351236),(1989,'en','user','phpfox','2.0.0rc4','delete_reason','Delete Reason','Delete Reason',1255351242),(1990,'en','user','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255351250),(1991,'en','user','phpfox','2.0.0rc4','activate','Activate','Activate',1255351255),(1992,'en','user','phpfox','2.0.0rc4','there_are_no_options_available','There are no options available.','There are no options available.',1255351286),(1993,'en','user','phpfox','2.0.0rc4','click_here_to_add','Click here to add.','Click here to add.',1255351293),(1994,'en','user','phpfox','2.0.0rc4','user_group_details','User Group Details','User Group Details',1255351302),(1995,'en','user','phpfox','2.0.0rc4','inherit','Inherit','Inherit',1255351307),(1996,'en','user','phpfox','2.0.0rc4','add_user_group','Add User Group','Add User Group',1255351316),(1997,'en','user','phpfox','2.0.0rc4','saving','Saving','Saving',1255351336),(1998,'en','user','phpfox','2.0.0rc4','module_settings','Module Settings','Module Settings',1255351345),(1999,'en','user','phpfox','2.0.0rc4','save','Save','Save',1255351360),(2000,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_the_user_group_title','Are you sure you want to delete the user group \"{title}\"?','Are you sure you want to delete the user group \"{title}\"?',1255351390),(2001,'en','user','phpfox','2.0.0rc4','b_notice_b_this_cannot_be_undone','<b>Notice:</b> This cannot be undone.','<b>Notice:</b> This cannot be undone.',1255351405),(2002,'en','user','phpfox','2.0.0rc4','b_yes_b_i_am_sure_move_any_members_that_belong_to_the_user_group_title_to','<b>Yes</b>, I am sure. Move any members that belong to the user group \"{title}\" to','<b>Yes</b>, I am sure. Move any members that belong to the user group \"{title}\" to',1255351482),(2003,'en','user','phpfox','2.0.0rc4','delete_this_user_group','Delete this User Group','Delete this User Group',1255351495),(2004,'en','user','phpfox','2.0.0rc4','no_thanks_get_me_out_of_here','No thanks, get me out of here.','No thanks, get me out of here.',1255351502),(2005,'en','user','phpfox','2.0.0rc4','edit_user_group','Edit User Group','Edit User Group',1255351676),(2006,'en','user','phpfox','2.0.0rc4','custom_user_groups','Custom User Groups','Custom User Groups',1255351684),(2007,'en','user','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255351719),(2008,'en','user','phpfox','2.0.0rc4','delete','Delete','Delete',1255351726),(2009,'en','user','phpfox','2.0.0rc4','n_a','N/A','N/A',1255351737),(2010,'en','user','phpfox','2.0.0rc4','php','PHP','PHP',1255351754),(2011,'en','user','phpfox','2.0.0rc4','check_the_box_to_confirm_that_you_want_to_edit_this_field','Check the box to confirm that you want to edit this field.','Check the box to confirm that you want to edit this field.',1255351792),(2012,'en','user','phpfox','2.0.0rc4','profile_picture','Profile Picture','Profile Picture',1255351809),(2013,'en','user','phpfox','2.0.0rc4','photo','Photo','Photo',1255351814),(2014,'en','user','phpfox','2.0.0rc4','change_this_photo','Change This Photo','Change This Photo',1255351877),(2015,'en','user','phpfox','2.0.0rc4','profile_privacy','Profile Privacy','Profile Privacy',1255351942),(2016,'en','user','phpfox','2.0.0rc4','notification','Notification','Notification',1255351949),(2017,'en','user','phpfox','2.0.0rc4','custom_fields','Custom Fields','Custom Fields',1255351955),(2018,'en','user','phpfox','2.0.0rc4','request_new_password','Request New Password','Request New Password',1255351990),(2019,'en','user','phpfox','2.0.0rc4','member_search','Member Search','Member Search',1255352000),(2020,'en','user','phpfox','2.0.0rc4','search','Search','Search',1255352006),(2021,'en','user','phpfox','2.0.0rc4','age_group','Age Group','Age Group',1255352048),(2022,'en','user','phpfox','2.0.0rc4','show_members','Show Members','Show Members',1255352055),(2023,'en','user','phpfox','2.0.0rc4','group','Group','Group',1255352125),(2024,'en','user','phpfox','2.0.0rc4','last_activity','Last Activity','Last Activity',1255352137),(2025,'en','user','phpfox','2.0.0rc4','resend_verification_mail','Resend Verification Mail','Resend Verification Mail',1255352186),(2026,'en','user','phpfox','2.0.0rc4','verify_this_user','Verify this user','Verify this user',1255352197),(2027,'en','user','phpfox','2.0.0rc4','delete_user','Delete User','Delete User',1255352225),(2028,'en','user','phpfox','2.0.0rc4','verify','(Verify)','(Verify)',1255352242),(2029,'en','user','phpfox','2.0.0rc4','view_all_the_activity_from_this_ip','View all the activity from this IP.','View all the activity from this IP.',1255352316),(2030,'en','user','phpfox','2.0.0rc4','birthday','Birthday','Birthday',1255352341),(2031,'en','user','phpfox','2.0.0rc4','age','Age','Age',1255352346),(2032,'en','user','phpfox','2.0.0rc4','view_profile','View Profile','View Profile',1255352373),(2033,'en','user','phpfox','2.0.0rc4','send_message','Send Message','Send Message',1255352380),(2034,'en','user','phpfox','2.0.0rc4','add_full_name_as_your_friend','Add {full_name} as your Friend.','Add {full_name} as your Friend.',1255352392),(2035,'en','user','phpfox','2.0.0rc4','add_to_friends','Add to Friends','Add to Friends',1255352416),(2036,'en','user','phpfox','2.0.0rc4','un_feature_this_member','Un-Feature this member.','Un-Feature this member.',1255352431),(2037,'en','user','phpfox','2.0.0rc4','unfeature','Unfeature','Unfeature',1255352438),(2038,'en','user','phpfox','2.0.0rc4','feature_this_member','Feature this member.','Feature this member.',1255352446),(2039,'en','user','phpfox','2.0.0rc4','feature','Feature','Feature',1255352454),(2040,'en','user','phpfox','2.0.0rc4','unable_to_find_any_members_with_the_current_browse_criteria','Unable to find any members with the current browse criteria.','Unable to find any members with the current browse criteria.',1255352506),(2041,'en','user','phpfox','2.0.0rc4','reset_browse_criteria','Reset Browse Criteria','Reset Browse Criteria',1255352511),(2042,'en','user','phpfox','2.0.0rc4','you_have_logged_out','You have logged out.','You have logged out.',1255352791),(2043,'en','user','phpfox','2.0.0rc4','skip_this_step','Skip This Step','Skip This Step',1255352808),(2044,'en','user','phpfox','2.0.0rc4','thumbnail','Thumbnail','Thumbnail',1255352821),(2045,'en','user','phpfox','2.0.0rc4','profile_picture_cropping_tool','Profile Picture Cropping Tool','Profile Picture Cropping Tool',1255352829),(2046,'en','user','phpfox','2.0.0rc4','avatar','Avatar','Avatar',1255352835),(2047,'en','user','phpfox','2.0.0rc4','the_image_you_uploaded_is_rather_small_so_we_are_unable_to_crop_it_however_you_can_still_save_this_image_if_you_want_to_use_it','The image you uploaded is rather small so we are unable to crop it, however you can still save this image if you want to use it.','The image you uploaded is rather small so we are unable to crop it, however you can still save this image if you want to use it.',1255352849),(2048,'en','user','phpfox','2.0.0rc4','save_avatar','Save Avatar','Save Avatar',1255352862),(2049,'en','user','phpfox','2.0.0rc4','click_and_drag_a_box_on_the_original_image_to_create_your_cropped_image','Click and drag a box on the \"Original\" image to create your cropped image, which can be seen under \"Preview\". Once you are ready click \"Save Avatar\" to create your cropped avatar. Avatars are used throughout the site.','Click and drag a box on the \"Original\" image to create your cropped image, which can be seen under \"Preview\". Once you are ready click \"Save Avatar\" to create your cropped avatar. Avatars are used throughout the site.',1255352881),(2050,'en','user','phpfox','2.0.0rc4','original','Original','Original',1255352892),(2051,'en','user','phpfox','2.0.0rc4','preview','Preview','Preview',1255352898),(2052,'en','user','phpfox','2.0.0rc4','upload_a_new_profile_picture','Upload a New Profile Picture','Upload a New Profile Picture',1255353021),(2053,'en','user','phpfox','2.0.0rc4','the_file_size_limit_is_file_size_if_your_upload_does_not_work_try_uploading_a_smaller_picture','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.',1255353065),(2054,'en','user','phpfox','2.0.0rc4','invisible_mode','Invisible Mode','Invisible Mode',1255353140),(2055,'en','user','phpfox','2.0.0rc4','invisible_mode_allows_you_to_browse_the_site_without_appearing_on_any_online_lists','Invisible mode allows you to browse the site without appearing on any \"Online\" lists.','Invisible mode allows you to browse the site without appearing on any \"Online\" lists.',1255353150),(2056,'en','user','phpfox','2.0.0rc4','enable_invisible_mode','Enable Invisible Mode','Enable Invisible Mode',1255353157),(2057,'en','user','phpfox','2.0.0rc4','save_changes','Save Changes','Save Changes',1255353176),(2058,'en','user','phpfox','2.0.0rc4','profile','Profile','Profile',1255353183),(2059,'en','user','phpfox','2.0.0rc4','display_age_and_date_of_birth','Display age and date of birth.','Display age and date of birth.',1255353205),(2060,'en','user','phpfox','2.0.0rc4','display_age_and_day_month_of_birth','Display age and day/month of birth.','Display age and day/month of birth.',1255353212),(2061,'en','user','phpfox','2.0.0rc4','display_only_my_age','Display only my age.','Display only my age.',1255353221),(2062,'en','user','phpfox','2.0.0rc4','display_only_day_month_of_birth','Display only day/month of birth.','Display only day/month of birth.',1255353228),(2063,'en','user','phpfox','2.0.0rc4','hide_my_age_and_date_of_birth','Hide my age and date of birth.','Hide my age and date of birth.',1255353239),(2064,'en','user','phpfox','2.0.0rc4','notifications','Notifications','Notifications',1255353258),(2065,'en','user','phpfox','2.0.0rc4','blocked_users','Blocked Users','Blocked Users',1255353273),(2066,'en','user','phpfox','2.0.0rc4','check_the_boxes_to_unblock_users','Check the boxes to unblock users.','Check the boxes to unblock users.',1255353279),(2067,'en','user','phpfox','2.0.0rc4','you_have_not_blocked_any_users','You have not blocked any users.','You have not blocked any users.',1255353290),(2068,'en','user','phpfox','2.0.0rc4','view_your_updated_profile','View your updated profile.','View your updated profile.',1255353335),(2069,'en','user','phpfox','2.0.0rc4','updating_profile','Updating profile','Updating profile',1255353348),(2070,'en','user','phpfox','2.0.0rc4','no_custom_fields_have_been_added','No custom fields have been added.','No custom fields have been added.',1255353363),(2071,'en','user','phpfox','2.0.0rc4','add_a_new_custom_field','Add a New Custom Field','Add a New Custom Field',1255353370),(2072,'en','user','phpfox','2.0.0rc4','i_have_read_and_agree_to_the_a_href_id_js_terms_of_use_terms_of_use_a_and_a_href_id_js_privacy_policy_privacy_policy_a','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.',1255353746),(2073,'en','user','phpfox','2.0.0rc4','sign_up','Sign Up','Sign Up',1255353757),(2074,'en','user','phpfox','2.0.0rc4','terms_of_use','Terms of Use','Terms of Use',1255353807),(2075,'en','user','phpfox','2.0.0rc4','privacy_policy','Privacy Policy','Privacy Policy',1255353814),(2076,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_your_account','Are you sure you want to delete your account?','Are you sure you want to delete your account?',1255353879),(2077,'en','user','phpfox','2.0.0rc4','user_info_will_miss_you','{user_info} will miss you.','{user_info} will miss you.',1255353902),(2078,'en','user','phpfox','2.0.0rc4','why_are_you_deleting_your_account','Why are you deleting your account?','Why are you deleting your account?',1255353918),(2079,'en','user','phpfox','2.0.0rc4','please_tell_us_why','Please tell us why','Please tell us why',1255353928),(2080,'en','user','phpfox','2.0.0rc4','enter_your_password','Enter your password','Enter your password',1255353935),(2081,'en','user','phpfox','2.0.0rc4','are_you_absolutely_sure_this_operation_cannot_be_undone','Are you absolutely sure? This operation cannot be undone.','Are you absolutely sure? This operation cannot be undone.',1255353943),(2082,'en','user','phpfox','2.0.0rc4','delete_my_account','Delete My Account','Delete My Account',1255353954),(2083,'en','user','phpfox','2.0.0rc4','total_user_change_out_of_total_user_name_changes','{total_user_change} out of {total} user name changes.','{total_user_change} out of {total} user name changes.',1255354010),(2084,'en','user','phpfox','2.0.0rc4','changing_your_email_address_requires_you_to_verify_your_new_email','Changing your email address requires you to verify your new email.','Changing your email address requires you to verify your new email.',1255354040),(2085,'en','user','phpfox','2.0.0rc4','change_password','Change Password','Change Password',1255354053),(2086,'en','user','phpfox','2.0.0rc4','enable_dst_daylight_savings_time_detection','Enable DST (Daylight Savings Time) detection.','Enable DST (Daylight Savings Time) detection.',1255354117),(2087,'en','user','phpfox','2.0.0rc4','cancel_your_account','Cancel your account','Cancel your account',1255354151),(2088,'en','user','phpfox','2.0.0rc4','the_link_that_brought_you_here_is_not_valid_it_may_already_have_expired','<p>\r\n The link that brought you here is not valid, it may already have expired. Email verify links expire {time} after being sent.\r\n </p>\r\n <p> A new verification link has been sent to your email address, please verify your address on time </p>','<p>\r\n The link that brought you here is not valid, it may already have expired. Email verify links expire {time} after being sent.\r\n </p>\r\n <p> A new verification link has been sent to your email address, please verify your address on time </p>',1255354177),(2089,'en','user','phpfox','2.0.0rc4','this_site_is_very_concerned_about_security','<p>This site is very concerned about security and therefore it requires you to verify your email address.</p>\r\n <p> An email has been sent to you, it contains a special link which verifies you and allows you to log in\r\n freely. This verification is required only once for this email address.</p>\r\n <p> Please check your email and verify your email address now. </p>','<p>This site is very concerned about security and therefore it requires you to verify your email address.</p>\r\n <p> An email has been sent to you, it contains a special link which verifies you and allows you to log in\r\n freely. This verification is required only once for this email address.</p>\r\n <p> Please check your email and verify your email address now. </p>',1255354208),(2090,'en','user','phpfox','2.0.0rc4','primary_language','Primary Language','Primary Language',1255508010),(2091,'en','user','phpfox','2.0.0rc4','edit_user','Edit User','Edit User',1255767831),(2092,'en','user','phpfox','2.0.0rc4','setting_on_signup_new_friend','<title>On Signup New Friend</title><info>If you select a user from the drop down this user will automatically become friends with any new member that registers.</info>','<title>On Signup New Friend</title><info>If you select a user from the drop down this user will automatically become friends with any new member that registers.</info>',1256302937),(2093,'en','user','phpfox','2.0.0rc4','provide_a_name_that_is_not_representing_an_empty_name','Provide a name that is not representing an empty name.','Provide a name that is not representing an empty name.',1256498562),(2094,'en','user','phpfox','2.0.0rc4','email_is_not_valid','Email is not valid.','Email is not valid.',1256498658),(2095,'en','user','phpfox','2.0.0rc5','you_have_already_added_this_recently_try_adding_something_else','You have already added this recently. Try adding something else.','You have already added this recently. Try adding something else.',1256831625),(2096,'en','user','phpfox','2.0.0rc5','setting_check_status_updates','<title>Spam Check Status Updates</title><info>Define how many status updates should we check to see if the new status update the user is adding is similar and if one is we will guide them to add another status update.</info>','<title>Spam Check Status Updates</title><info>Define how many status updates should we check to see if the new status update the user is adding is similar and if one is we will guide them to add another status update.</info>',1256831739),(2097,'en','user','phpfox','2.0.0rc6','rating','Rating','Rating',1257148296),(2098,'en','user','phpfox','2.0.0rc6','confirm_password','Confirm Password','Confirm Password',1257149713),(2099,'en','user','phpfox','2.0.0rc6','password_successfully_updated','Password successfully updated.','Password successfully updated.',1257149818),(2100,'en','user','phpfox','2.0.0rc6','confirm_your_new_password','Confirm your new password.','Confirm your new password.',1257149930),(2101,'en','user','phpfox','2.0.0rc6','your_confirmed_password_does_not_match_your_new_password','Your confirmed password does not match your new password.','Your confirmed password does not match your new password.',1257149968),(2102,'en','user','phpfox','2.0.0rc6','search_for_members','Search For Members','Search For Members',1257171948),(2103,'en','user','phpfox','2.0.0rc6','icon','Icon','Icon',1257255484),(2104,'en','user','phpfox','2.0.0rc6','complete_this_step_to_setup_your_personal_profile','Complete this step to setup your personal profile.','Complete this step to setup your personal profile.',1257262042),(2105,'en','user','phpfox','2.0.0rc6','you_are_required_to_upload_a_profile_image','You are required to upload a profile image.','You are required to upload a profile image.',1257262086),(2106,'en','user','phpfox','2.0.0rc7','joined_time_stamp','Joined {time_stamp}','Joined {time_stamp}',1257931076),(2107,'en','user','phpfox','2.0.0rc8','user_id','User ID#','User ID#',1258553081),(2108,'en','user','phpfox','2.0.0rc8','provide_a_valid_email_address','Provide a valid email address.','Provide a valid email address.',1258742333),(2109,'en','user','phpfox','2.0.0rc8','new_members','New Members','New Members',1258756750),(2110,'en','user','phpfox','2.0.0rc8','new_comments','New Comments','New Comments',1258756762),(2111,'en','user','phpfox','2.0.0rc8','updating','Updating','Updating',1258899641),(2112,'en','user','phpfox','2.0.0rc8','total_full_name_change_out_of_allowed','{total_full_name_change} out of {allowed}','{total_full_name_change} out of {allowed}',1258984271),(2113,'en','user','phpfox','2.0.0rc10','setting_redirect_after_signup','<title>Redirect After SignUp</title><info>Add the full path you want to send users right after they register. If you want to use our default routine just leave this blank.</info>','<title>Redirect After SignUp</title><info>Add the full path you want to send users right after they register. If you want to use our default routine just leave this blank.</info>',1259688625),(2114,'en','user','phpfox','2.0.0rc10','setting_suggest_usernames_on_registration','<title>Suggest Usernames At Registration</title><info>When enabled the guest will be shown a list of valid usernames if the one they attempted is not available.\r\n\r\nThis setting enables or disables \"Usernames to suggest\"</info>','<title>Suggest Usernames At Registration</title><info>When enabled the guest will be shown a list of valid usernames if the one they attempted is not available.\r\n\r\nThis setting enables or disables \"Usernames to suggest\"</info>',1259610406),(2115,'en','user','phpfox','2.0.0rc11','enable_dst_daylight_savings_time','Enable DST (Daylight Savings Time)','Enable DST (Daylight Savings Time)',1259938658),(2116,'en','user','phpfox','2.0.0rc11','setting_date_of_birth_start','<title>Date of Birth (Start)</title><info>Date of Birth (Start)</info>','<title>Date of Birth (Start)</title><info>Date of Birth (Start)</info>',1259943344),(2117,'en','user','phpfox','2.0.0rc11','setting_date_of_birth_end','<title>Date of Birth (End)</title><info>Date of Birth (End)</info>','<title>Date of Birth (End)</title><info>Date of Birth (End)</info>',1259943587),(2118,'en','user','phpfox','2.0.0rc11','your_user_name','your-user-name','your-user-name',1259960987),(2119,'en','user','phpfox','2.0.0rc11','forum_signature','Forum Signature','Forum Signature',1260027584),(2120,'en','user','phpfox','2.0.0rc11','space_total_out_of_unlimited','{space_total} out of \"unlimited\"','{space_total} out of \"unlimited\"',1260197948),(2121,'en','user','phpfox','2.0.0rc11','space_total_out_of_total','{space_total} out of {total} Mb','{space_total} out of {total} Mb',1260198034),(2122,'en','user','phpfox','2.0.0rc11','sorry_no_members_found','Sorry, no members found.','Sorry, no members found.',1260198777),(2123,'en','user','phpfox','2.0.0rc11','user_setting_can_search_user_gender','Can search a users gender using the browse filter?','Can search a users gender using the browse filter?',1260199675),(2124,'en','user','phpfox','2.0.0rc11','user_setting_can_search_user_age','Can search for users based on their age using the browse filter?','Can search for users based on their age using the browse filter?',1260199727),(2125,'en','user','phpfox','2.0.0rc11','register_for_an_account','Register for An Account','Register for An Account',1260232205),(2126,'en','user','phpfox','2.0.0rc11','user_setting_can_browse_users_in_public','Can browse users using the public browse section?','Can browse users using the public browse section?',1260276391),(2127,'en','user','phpfox','2.0.0rc11','title_featured_members','Featured Members','Featured Members',1260209155),(2128,'en','user','phpfox','2.0.0rc11','title_who_s_online','Who\'s Online','Who\'s Online',1260209680),(2129,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_they_joined_the_community','<a href=\"{user_link}\">{full_name}</a> liked that they joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that they joined the community.',1260446167),(2130,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_a_href_view_user_link_view_full_name_a_a_href_link_joined_a_the_community','<a href=\"{user_link}\">{full_name}</a> liked that <a href=\"{view_user_link}\">{view_full_name}</a> joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that <a href=\"{view_user_link}\">{view_full_name}</a> joined the community.',1260446507),(2131,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_you_joined_the_community','<a href=\"{user_link}\">{full_name}</a> liked that you joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that you joined the community.',1260460353),(2132,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.',1260475316),(2133,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">status</a>.',1260476016),(2134,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">status</a>.',1260476034),(2135,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes your profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes your profile <a href=\"{link}\">photo</a>.',1260479272),(2136,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own profile <a href=\"{link}\">photo</a>.',1260479341),(2137,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">photo</a>.',1260479374),(2138,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.',1260483339),(2139,'en','user','phpfox','2.0.0rc12','no_featured_members','No featured members.','No featured members.',1260813540),(2140,'en','user','phpfox','2.0.0rc12','there_are_no_members_online','There are no members online.','There are no members online.',1260813553),(2141,'en','user','phpfox','2.0.0rc12','setting_user_browse_default_result','<title>Browsing Users Default Order</title><info>Select <b>full_name</b> to order members based on their full name in ascending order. Select <b>last_login</b> to order members based on their last activity, where the latest person to be active on the site is first.</info>','<title>Browsing Users Default Order</title><info>Select <b>full_name</b> to order members based on their full name in ascending order. Select <b>last_login</b> to order members based on their last activity, where the latest person to be active on the site is first.</info>',1260819672),(2142,'en','user','phpfox','2.0.0rc12','user_setting_can_edit_user_group_membership','Can modify a users \"user group\" status?','Can modify a users \"user group\" status?',1260825005),(2143,'en','user','phpfox','2.0.0rc12','setting_remove_users_hidden_age','<title>User Age Privacy on Browse Section</title><info>Enable this option to remove users that have hidden their age from the browse section.</info>','<title>User Age Privacy on Browse Section</title><info>Enable this option to remove users that have hidden their age from the browse section.</info>',1260827335),(2144,'en','user','phpfox','2.0.0rc12','setting_on_register_privacy_setting','<title>User Default Privacy Setting on Registration</title><info>With this setting you can control the default privacy setting for a user when they register. This will control how others view their profile.\r\n\r\nanyone = Anyone can view their profile.\r\n\r\nnetwork = Only members of the site can view their profile.\r\n\r\nfriends_only = Only their friends can view their profile.\r\n\r\nno_one = Nobody can view their profile.</info>','<title>User Default Privacy Setting on Registration</title><info>With this setting you can control the default privacy setting for a user when they register. This will control how others view their profile.\r\n\r\nanyone = Anyone can view their profile.\r\n\r\nnetwork = Only members of the site can view their profile.\r\n\r\nfriends_only = Only their friends can view their profile.\r\n\r\nno_one = Nobody can view their profile.</info>',1260914895),(2145,'en','user','phpfox','2.0.0rc12','browse_filter_submit','Submit','Submit',1260981597),(2146,'en','user','phpfox','2.0.0','total_score_out_of_5','{total_score} out of 5.','{total_score} out of 5.',1261177339),(2147,'en','user','phpfox','2.0.0','setting_min_count_for_top_rating','<title>Minimum Ratings for \"Top Rated\" Users</title><info>Define how many times a member must be rated on before they are listed on the \"Top Rated\" section.</info>','<title>Minimum Ratings for \"Top Rated\" Users</title><info>Define how many times a member must be rated on before they are listed on the \"Top Rated\" section.</info>',1261177451),(2148,'en','user','phpfox','2.0.0','top_rated_members','Top Rated Members','Top Rated Members',1261178262),(2149,'en','user','phpfox','2.0.0','no_top_members_found','No top members found.','No top members found.',1261178695),(2150,'en','user','phpfox','2.0.0','menu_user_top_rated_members','Top Rated Members','Top Rated Members',1261178780),(2151,'en','user','phpfox','2.0.0','all','All','All',1261179636),(2152,'en','user','phpfox','2.0.0','male','Male','Male',1261179642),(2153,'en','user','phpfox','2.0.0','female','Female','Female',1261179649),(2154,'en','user','phpfox','2.0.2','update_user_photos','Update User Photos','Update User Photos',1262110390),(2155,'en','user','phpfox','2.0.2','total_score_out_of_10','{total_score} out of 10','{total_score} out of 10',1263212593),(2156,'en','user','phpfox','2.0.2','user_setting_can_view_if_a_user_is_invisible','Can view a users \"Last Login\" time stamp on their profile even if the user is logged as invisible?','Can view a users \"Last Login\" time stamp on their profile even if the user is logged as invisible?',1263216036),(2157,'en','user','phpfox','2.0.4','total_activity_points','Total Activity Points','Total Activity Points',1266500173),(2158,'en','user','phpfox','2.0.4','activity_points','Activity Points','Activity Points',1266500821),(2159,'en','user','phpfox','2.0.5','setting_approve_users','<title>Approve Users</title><info>Enable this if you want to approve users before they can log into the site.</info>','<title>Approve Users</title><info>Enable this if you want to approve users before they can log into the site.</info>',1269284711),(2160,'en','user','phpfox','2.0.5','your_account_is_pending_approval','Your account is pending approval.','Your account is pending approval.',1269285880),(2161,'en','user','phpfox','2.0.5','pending_approval','Pending Approval','Pending Approval',1269286717),(2162,'en','user','phpfox','2.0.5','deny_user','Deny User','Deny User',1269286833),(2163,'en','user','phpfox','2.0.5','approve_user','Approve User','Approve User',1269286895),(2164,'en','user','phpfox','2.0.5','user_successfully_approved','User successfully approved.','User successfully approved.',1269350848),(2165,'en','user','phpfox','2.0.5','not_approved','Not Approved','Not Approved',1269350868),(2166,'en','user','phpfox','2.0.5','user_successfully_denied','User successfully denied.','User successfully denied.',1269350886),(2167,'en','user','phpfox','2.0.5','account_approved','Account Approved','Account Approved',1269351018),(2168,'en','user','phpfox','2.0.5','your_account_has_been_approved_on_site_title','Your account has been approved on {site_title}.\r\n\r\n<a href=\"{link}\">{link}</a>','Your account has been approved on {site_title}.\r\n\r\n<a href=\"{link}\">{link}</a>',1269351079),(2169,'en','user','phpfox','2.0.5','users_pending_approval','Users Pending Approval','Users Pending Approval',1269352177),(2170,'en','user','phpfox','2.0.5','user_setting_can_edit_currency','Allow users to edit their default site currency?','Allow users to edit their default site currency?',1271666567),(2171,'en','user','phpfox','2.0.5','preferred_currency','Preferred Currency','Preferred Currency',1271673716),(2172,'en','user','phpfox','2.0.5','show_prices_and_make_purchases_in_this_currency','Show prices and make purchases in this currency.','Show prices and make purchases in this currency.',1271673733),(2173,'en','user','phpfox','2.0.5','payment_methods','Payment Methods','Payment Methods',1272279403),(2174,'en','user','phpfox','2.0.5','setting_display_or_full_name','<title>Display or Full Name</title><info>When a user registers on the site they can either enter their full name or display name. This setting controls what they should be entering.</info>','<title>Display or Full Name</title><info>When a user registers on the site they can either enter their full name or display name. This setting controls what they should be entering.</info>',1272872994),(2175,'en','user','phpfox','2.0.5','pending_email_verification','Pending Email Verification','Pending Email Verification',1273224031),(2176,'en','user','phpfox','2.0.5dev1','setting_disable_username_on_sign_up','<title>Disable Username on Registration</title><info>If this is enabled it will disable the \"Username\" field on the registration form. The Username is used to create a vanity URL of users (eg. http://www.site.com/username). If this is disabled we will use their unique ID number to create their vanity URL. You can then enable a user group setting that can allow users to edit their username at a later time.</info>','<title>Disable Username on Registration</title><info>If this is enabled it will disable the \"Username\" field on the registration form. The Username is used to create a vanity URL of users (eg. http://www.site.com/username). If this is disabled we will use their unique ID number to create their vanity URL. You can then enable a user group setting that can allow users to edit their username at a later time.</info>',1274282432),(2177,'en','user','phpfox','2.0.5dev1','email_verification','Email Verification','Email Verification',1274636277),(2178,'en','user','phpfox','2.0.5dev1','mail_sent','Mail Sent','Mail Sent',1274637971),(2179,'en','user','phpfox','2.0.5dev1','verification_email_sent','Verification email sent.','Verification email sent.',1274637981),(2180,'en','user','phpfox','2.0.5dev1','resend_verification_email','Resend Verification Email','Resend Verification Email',1274637994),(2181,'en','user','phpfox','2.0.5dev2','promotions','Promotions','Promotions',1275109970),(2182,'en','user','phpfox','2.0.5dev2','manage_promotions','Manage Promotions','Manage Promotions',1275110028),(2183,'en','user','phpfox','2.0.5dev2','add_promotion','Add Promotion','Add Promotion',1275110053),(2184,'en','user','phpfox','2.0.5dev2','upgraded_user_group','Upgraded User Group','Upgraded User Group',1275112001),(2185,'en','user','phpfox','2.0.5dev2','total_days_registered','Total Days Registered','Total Days Registered',1275112016),(2186,'en','user','phpfox','2.0.5dev2','no_promotions_found','No promotions found.','No promotions found.',1275112046),(2187,'en','user','phpfox','2.0.5dev2','promotion_successfully_deleted','Promotion successfully deleted.','Promotion successfully deleted.',1275112057),(2188,'en','user','phpfox','2.0.5dev2','promotion_successfully_update','Promotion successfully updated.','Promotion successfully updated.',1275112080),(2189,'en','user','phpfox','2.0.5dev2','promotion_successfully_added','Promotion successfully added.','Promotion successfully added.',1275112090),(2190,'en','user','phpfox','2.0.5dev2','editing_promotion','Editing Promotion','Editing Promotion',1275112127),(2191,'en','user','phpfox','2.0.5dev2','promotion_details','Promotion Details','Promotion Details',1275112153),(2192,'en','user','phpfox','2.0.5dev2','days_registered','Days Registered','Days Registered',1275112186),(2193,'en','user','phpfox','2.0.5dev2','move_user_to_user_group','Move User to User Group','Move User to User Group',1275112194),(2194,'en','user','phpfox','2.0.5dev2','setting_check_promotion_system','<title>Check For Promotions</title><info>If you enable this option it will enable the promotion system and will run a check on users when they are logged into the site.</info>','<title>Check For Promotions</title><info>If you enable this option it will enable the promotion system and will run a check on users when they are logged into the site.</info>',1275113089),(2195,'en','user','phpfox','2.0.5dev2','congratulations_you_have_been_promoted_to_the_following_user_group_title','Congratulations! You have been promoted to the following user group: {title}','Congratulations! You have been promoted to the following user group: {title}',1275114389),(2196,'en','user','phpfox','2.0.5dev2','before_you_can_use_this_feature_you_need_to_enable_the_option','Before you can use this feature you need to enable the option \"Check For Promotions\", which can be found <a href=\"{link}\">here</a>.','Before you can use this feature you need to enable the option \"Check For Promotions\", which can be found <a href=\"{link}\">here</a>.',1275114542),(2197,'en','user','phpfox','2.0.5dev2','user_s_successfully_deleted','User(s) successfully deleted.','User(s) successfully deleted.',1275116475),(2198,'en','user','phpfox','2.0.5dev2','delete_selected','Delete Selected','Delete Selected',1275116518),(2199,'en','user','phpfox','2.0.5dev2','user_s_successfully_banned','User(s) successfully banned.','User(s) successfully banned.',1275116738),(2200,'en','user','phpfox','2.0.5dev2','user_s_successfully_un_banned','User(s) successfully un-banned.','User(s) successfully un-banned.',1275116766),(2201,'en','user','phpfox','2.0.5dev2','ban_selected','Ban Selected','Ban Selected',1275116858),(2202,'en','user','phpfox','2.0.5dev2','un_ban_selected','Un-Ban Selected','Un-Ban Selected',1275116870),(2203,'en','user','phpfox','2.0.5dev2','ban','Ban','Ban',1275179147),(2204,'en','user','phpfox','2.0.5dev2','un_ban','Un-Ban','Un-Ban',1275179159),(2205,'en','user','phpfox','2.0.5dev2','with_selected','With Selected','With Selected',1275179181),(2206,'en','user','phpfox','2.0.5dev2','delete_user_full_name','Delete user {full_name}','Delete user {full_name}',1275179424),(2207,'en','user','phpfox','2.0.5dev2','email_verification_s_sent','Email verification(s) sent.','Email verification(s) sent.',1275179908),(2208,'en','user','phpfox','2.0.5dev2','user_s_verified','User(s) verified.','User(s) verified.',1275180138),(2209,'en','user','phpfox','2.0.5dev2','approve','Approve','Approve',1275180410),(2210,'en','user','phpfox','2.0.5dev2','user_s_successfully_approved','User(s) successfully approved.','User(s) successfully approved.',1275180491),(2211,'en','user','phpfox','2.0.5dev2','ip_address','IP Address','IP Address',1275182314),(2212,'en','user','phpfox','2.0.5dev2','user_link_full_name_commented_on_your_status','<a href=\"{user_link}\">{full_name}</a> commented on one of your activity <a href=\"{link}\">feeds</a>.','<a href=\"{user_link}\">{full_name}</a> commented on one of your activity <a href=\"{link}\">feeds</a>.',1275306747),(2213,'en','ad','phpfox','2.0.0beta3','admin_menu_create_new_campaign','Create New Campaign','Create New Campaign',1243091789),(2214,'en','ad','phpfox','2.0.0beta3','admin_menu_manage_campaigns','Manage Campaigns','Manage Campaigns',1243091789),(2215,'en','ad','phpfox','2.0.0beta3','module_ad','Ad Management','Ad Management',1243091789),(2216,'en','ad','phpfox','2.0.0beta3','setting_ad_cache_limit','<title>Ad Cache Limit (Minutes)</title><info>Define in minutes how long we should cache ads.</info>','<title>Ad Cache Limit (Minutes)</title><info>Define in minutes how long we should cache ads.</info>',1243185354),(2217,'en','ad','phpfox','2.0.0beta3','setting_ad_ajax_refresh','<title>Refresh Ads (AJAX)</title><info>Enable this feature to refresh ads via AJAX.</info>','<title>Refresh Ads (AJAX)</title><info>Enable this feature to refresh ads via AJAX.</info>',1243185608),(2218,'en','ad','phpfox','2.0.0beta3','setting_ad_ajax_refresh_time','<title>Ad Refresh Time (Minutes)</title><info>Define how many minutes to way before the ads refresh.</info>','<title>Ad Refresh Time (Minutes)</title><info>Define how many minutes to way before the ads refresh.</info>',1243185732),(2219,'en','ad','phpfox','2.0.0beta3','setting_enable_ads','<title>Enable Ads</title><info>Set to <b>True</b> in order to enable ads.</info>','<title>Enable Ads</title><info>Set to <b>True</b> in order to enable ads.</info>',1243241593),(2220,'en','ad','phpfox','30','user_setting_show_ads','Should ads be shown to members of this user group?','Should ads be shown to members of this user group?',1247583832),(2221,'en','ad','phpfox','2.0.0rc2','select_a_banner_type','Select a banner type.','Select a banner type.',1252753837),(2222,'en','ad','phpfox','2.0.0rc2','provide_a_name_for_this_campaign','Provide a name for this campaign.','Provide a name for this campaign.',1252753852),(2223,'en','ad','phpfox','2.0.0rc2','provide_a_link_for_your_banner','Provide a link for your banner.','Provide a link for your banner.',1252753867),(2224,'en','ad','phpfox','2.0.0rc2','provide_html_for_your_banner','Provide HTML for your banner.','Provide HTML for your banner.',1252753880),(2225,'en','ad','phpfox','2.0.0rc2','ad_successfully_updated','Ad successfully updated.','Ad successfully updated.',1252753898),(2226,'en','ad','phpfox','2.0.0rc2','ad_successfully_added','Ad successfully added.','Ad successfully added.',1252753912),(2227,'en','ad','phpfox','2.0.0rc2','create_new_campaign','Create New Campaign','Create New Campaign',1252753952),(2228,'en','ad','phpfox','2.0.0rc2','ad_successfully_deleted','Ad successfully deleted.','Ad successfully deleted.',1252753984),(2229,'en','ad','phpfox','2.0.0rc2','ad_s_successfully_updated','Ad(s) successfully updated.','Ad(s) successfully updated.',1252753996),(2230,'en','ad','phpfox','2.0.0rc2','manage_ad_campaigns','Manage Ad Campaigns','Manage Ad Campaigns',1252754009),(2231,'en','ad','phpfox','2.0.0rc2','live','Live','Live',1252754044),(2232,'en','ad','phpfox','2.0.0rc2','inactive','Inactive','Inactive',1252754056),(2233,'en','ad','phpfox','2.0.0rc2','pending','Pending','Pending',1252754087),(2234,'en','ad','phpfox','2.0.0rc2','the_ad_you_are_looking_for_does_not_exist','The ad you are looking for does not exist.','The ad you are looking for does not exist.',1252754114),(2235,'en','ad','phpfox','2.0.0rc2','unable_to_find_this_ad','Unable to find this ad.','Unable to find this ad.',1252754128),(2236,'en','ad','phpfox','2.0.0rc2','unable_to_find_the_ad_you_want_to_delete','Unable to find the ad you want to delete.','Unable to find the ad you want to delete.',1252754169),(2237,'en','ad','phpfox','2.0.0rc2','media','Media','Media',1252754277),(2238,'en','ad','phpfox','2.0.0rc2','banner_type','Banner Type','Banner Type',1252754868),(2239,'en','ad','phpfox','2.0.0rc2','image','Image','Image',1252755783),(2240,'en','ad','phpfox','2.0.0rc2','html','HTML','HTML',1252755791),(2241,'en','ad','phpfox','2.0.0rc2','banner_image','Banner Image','Banner Image',1252755809),(2242,'en','ad','phpfox','2.0.0rc2','click_here_to_change_this_banner_image','Click <a href=\"#\" onclick=\"$(\'#js_ad_upload_banner\').show(); $(\'#js_ad_banner\').hide(); return false;\">here</a> to change this banner image.','Click <a href=\"#\" onclick=\"$(\'#js_ad_upload_banner\').show(); $(\'#js_ad_banner\').hide(); return false;\">here</a> to change this banner image.',1252755843),(2243,'en','ad','phpfox','2.0.0rc2','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1252755856),(2244,'en','ad','phpfox','2.0.0rc2','cancel','cancel','cancel',1252755868),(2245,'en','ad','phpfox','2.0.0rc2','banner_link','Banner Link','Banner Link',1252755962),(2246,'en','ad','phpfox','2.0.0rc2','campaign_details','Campaign Details','Campaign Details',1252755974),(2247,'en','ad','phpfox','2.0.0rc2','campaign_name','Campaign Name','Campaign Name',1252755984),(2248,'en','ad','phpfox','2.0.0rc2','start_date','Start Date','Start Date',1252755996),(2249,'en','ad','phpfox','2.0.0rc2','end_date','End Date','End Date',1252756009),(2250,'en','ad','phpfox','2.0.0rc2','do_not_end_this_campaign','Do not end this campaign.','Do not end this campaign.',1252756023),(2251,'en','ad','phpfox','2.0.0rc2','end_on_a_specific_date','End on a specific date.','End on a specific date.',1252756033),(2252,'en','ad','phpfox','2.0.0rc2','total_views','Total Views','Total Views',1252756046),(2253,'en','ad','phpfox','2.0.0rc2','unlimited','Unlimited','Unlimited',1252756064),(2254,'en','ad','phpfox','2.0.0rc2','total_clicks','Total Clicks','Total Clicks',1252756100),(2255,'en','ad','phpfox','2.0.0rc2','active','Active','Active',1252756118),(2256,'en','ad','phpfox','2.0.0rc2','placement','Placement','Placement',1252756132),(2257,'en','ad','phpfox','2.0.0rc2','block_placement','Block Placement','Block Placement',1252756143),(2258,'en','ad','phpfox','2.0.0rc2','view_site_layout','View Site Layout','View Site Layout',1252756155),(2259,'en','ad','phpfox','2.0.0rc2','notice_the_ad_sizes_provided_is_a_recommendation','Notice: The ad sizes provided is a recommendation.','Notice: The ad sizes provided is a recommendation.',1252756164),(2260,'en','ad','phpfox','2.0.0rc2','audience','Audience','Audience',1252756171),(2261,'en','ad','phpfox','2.0.0rc2','user_groups','User Groups','User Groups',1252756180),(2262,'en','ad','phpfox','2.0.0rc2','all_user_groups','All User Groups','All User Groups',1252756189),(2263,'en','ad','phpfox','2.0.0rc2','selected_user_groups','Selected User Groups','Selected User Groups',1252756197),(2264,'en','ad','phpfox','2.0.0rc2','location','Location','Location',1252756209),(2265,'en','ad','phpfox','2.0.0rc2','gender','Gender','Gender',1252756218),(2266,'en','ad','phpfox','2.0.0rc2','age_group_between','Age Group Between','Age Group Between',1252756226),(2267,'en','ad','phpfox','2.0.0rc2','any','Any','Any',1252756234),(2268,'en','ad','phpfox','2.0.0rc2','min_age_cannot_be_higher_than_max_age','Min age cannot be higher than max age.','Min age cannot be higher than max age.',1252756315),(2269,'en','ad','phpfox','2.0.0rc2','max_age_cannot_be_lower_than_the_min_age','Max age cannot be lower than the Min age.','Max age cannot be lower than the Min age.',1252756568),(2270,'en','ad','phpfox','2.0.0rc2','ads','Ads','Ads',1252756602),(2271,'en','ad','phpfox','2.0.0rc2','id','ID','ID',1252756610),(2272,'en','ad','phpfox','2.0.0rc2','name','Name','Name',1252756618),(2273,'en','ad','phpfox','2.0.0rc2','status','Status','Status',1252756626),(2274,'en','ad','phpfox','2.0.0rc2','views','Views','Views',1252756642),(2275,'en','ad','phpfox','2.0.0rc2','clicks','Clicks','Clicks',1252756682),(2276,'en','ad','phpfox','2.0.0rc2','edit','Edit','Edit',1252756691),(2277,'en','ad','phpfox','2.0.0rc2','delete','Delete','Delete',1252756699),(2278,'en','ad','phpfox','2.0.0rc2','no_ads_have_been_created','No ads have been created.','No ads have been created.',1252756733),(2279,'en','ad','phpfox','2.0.0rc2','add_a_new_add','Add a New Add','Add a New Add',1252756768),(2280,'en','ad','phpfox','2.0.0rc2','cache_manager','Cache Manager','Cache Manager',1252757546),(2281,'en','ad','phpfox','2.0.0rc2','note_the_time_is_set_to_your_registered_time_zone','Note the time is set to your registered time zone.','Note the time is set to your registered time zone.',1253448407),(2282,'en','ad','phpfox','2.0.5','advertise','Advertise','Advertise',1269358548),(2283,'en','ad','phpfox','2.0.5','creating_an_ad','Creating an Ad','Creating an Ad',1269358674),(2284,'en','ad','phpfox','2.0.5','there_are_pending_ads_that_require_your_attention_view_all_pending_ads_a_href_link_here_a','There are pending ads that require your attention. View all pending ads <a href=\"{link}\">here</a>.','There are pending ads that require your attention. View all pending ads <a href=\"{link}\">here</a>.',1270622615),(2285,'en','ad','phpfox','2.0.5','approve','Approve','Approve',1270625082),(2286,'en','ad','phpfox','2.0.5','deny','Deny','Deny',1270625107),(2287,'en','ad','phpfox','2.0.5','view_edit','View/Edit','View/Edit',1270625193),(2288,'en','ad','phpfox','2.0.5','preview_this_ad','Preview This Ad','Preview This Ad',1270629557),(2289,'en','ad','phpfox','2.0.5','no_search_results_were_found','No search results were found.','No search results were found.',1270632300),(2290,'en','ad','phpfox','2.0.5','pending_approval','Pending Approval','Pending Approval',1270634365),(2291,'en','ad','phpfox','2.0.5','denied','Denied','Denied',1270638343),(2292,'en','ad','phpfox','2.0.5','ad_filter','Ad Filter','Ad Filter',1270638612),(2293,'en','ad','phpfox','2.0.5','type','Type','Type',1270638651),(2294,'en','ad','phpfox','2.0.5','display','Display','Display',1270638660),(2295,'en','ad','phpfox','2.0.5','sort_by','Sort By','Sort By',1270638669),(2296,'en','ad','phpfox','2.0.5','ad_successfully_approved','Ad successfully approved.','Ad successfully approved.',1270639259),(2297,'en','ad','phpfox','2.0.5','ad_successfully_denied','Ad successfully denied.','Ad successfully denied.',1270639290),(2298,'en','ad','phpfox','2.0.5','manage','Manage','Manage',1270641630),(2299,'en','ad','phpfox','2.0.5','n_a','N/A','N/A',1270641646),(2300,'en','ad','phpfox','2.0.5','recently_added','Recently Added','Recently Added',1270642427),(2301,'en','ad','phpfox','2.0.5','pending_payment','Pending Payment','Pending Payment',1270642444),(2302,'en','ad','phpfox','2.0.5','unable_to_edit_purchase_this_ad','Unable to edit/purchase this ad.','Unable to edit/purchase this ad.',1270642518),(2303,'en','ad','phpfox','2.0.5','not_a_valid_ad_plan','Not a valid ad plan.','Not a valid ad plan.',1270642532),(2304,'en','ad','phpfox','2.0.5','your_ad_has_successfully_been_submitted_to_complete_the_process_continue_with_paying_below','Your ad has successfully been submitted. To complete the process continue with paying below.','Your ad has successfully been submitted. To complete the process continue with paying below.',1270646738),(2305,'en','ad','phpfox','2.0.5','payment_methods','Payment Methods','Payment Methods',1270646751),(2306,'en','ad','phpfox','2.0.5','image_placement','[Image Placement]','[Image Placement]',1270646772),(2307,'en','ad','phpfox','2.0.5','example_ad','Example Ad','Example Ad',1270646787),(2308,'en','ad','phpfox','2.0.5','this_is_a_sample_ad','This is a sample ad.','This is a sample ad.',1270646804),(2309,'en','ad','phpfox','2.0.5','1_ad_design','1. Ad Design','1. Ad Design',1270646819),(2310,'en','ad','phpfox','2.0.5','create_an_ad','Create an Ad','Create an Ad',1270646829),(2311,'en','ad','phpfox','2.0.5','upload_an_ad','Upload an Ad','Upload an Ad',1270646837),(2312,'en','ad','phpfox','2.0.5','ad_placement','Ad Placement','Ad Placement',1270646848),(2313,'en','ad','phpfox','2.0.5','change','Change','Change',1270646872),(2314,'en','ad','phpfox','2.0.5','select_a_position','Select a Position','Select a Position',1270646879),(2315,'en','ad','phpfox','2.0.5','background_color','Background Color','Background Color',1270647281),(2316,'en','ad','phpfox','2.0.5','select','Select','Select',1270647289),(2317,'en','ad','phpfox','2.0.5','border_color','Border Color','Border Color',1270647301),(2318,'en','ad','phpfox','2.0.5','text_color','Text Color','Text Color',1270647308),(2319,'en','ad','phpfox','2.0.5','title','Title','Title',1270647319),(2320,'en','ad','phpfox','2.0.5','25_character_limit','25 character limit.','25 character limit.',1270647330),(2321,'en','ad','phpfox','2.0.5','135_character_limit','135 character limit.','135 character limit.',1270647339),(2322,'en','ad','phpfox','2.0.5','body_text','Body Text','Body Text',1270647346),(2323,'en','ad','phpfox','2.0.5','image_optional','Image (optional)','Image (optional)',1270647361),(2324,'en','ad','phpfox','2.0.5','change_image','Change Image','Change Image',1270647371),(2325,'en','ad','phpfox','2.0.5','we_only_accept_the_following_extensions_gif_jpg_and_png','We only accept the following extensions: GIF, JPG and PNG','We only accept the following extensions: GIF, JPG and PNG',1270647382),(2326,'en','ad','phpfox','2.0.5','supported_extensions_gif_jpg_and_png','Supported extensions: GIF, JPG and PNG','Supported extensions: GIF, JPG and PNG',1270647390),(2327,'en','ad','phpfox','2.0.5','destination_url','Destination URL','Destination URL',1270647421),(2328,'en','ad','phpfox','2.0.5','example_http_www_yourwebsite_com','Example: http://www.yourwebsite.com/','Example: http://www.yourwebsite.com/',1270647431),(2329,'en','ad','phpfox','2.0.5','2_targeting','2. Targeting','2. Targeting',1270647443),(2330,'en','ad','phpfox','2.0.5','continue','Continue','Continue',1270647453),(2331,'en','ad','phpfox','2.0.5','3_campaigns_and_pricing','3. Campaigns and Pricing','3. Campaigns and Pricing',1270647483),(2332,'en','ad','phpfox','2.0.5','impressions','Impressions','Impressions',1270647502),(2333,'en','ad','phpfox','2.0.5','recalculate_costs','Recalculate Costs','Recalculate Costs',1270647518),(2334,'en','ad','phpfox','2.0.5','submit','Submit','Submit',1270647538),(2335,'en','ad','phpfox','2.0.5','select_an_ad_placement','Select an ad placement.','Select an ad placement.',1270647720),(2336,'en','ad','phpfox','2.0.5','ad_management','Ad Management','Ad Management',1270726614),(2337,'en','ad','phpfox','2.0.5','management','Management','Management',1270726624),(2338,'en','ad','phpfox','2.0.5','approved','Approved','Approved',1270727477),(2339,'en','ad','phpfox','2.0.5','campaign','Campaign','Campaign',1270727516),(2340,'en','ad','phpfox','2.0.5','continue_this_campaign','Continue this campaign','Continue this campaign',1270727549),(2341,'en','ad','phpfox','2.0.5','pause_this_campaign','Pause this campaign','Pause this campaign',1270727556),(2342,'en','ad','phpfox','2.0.5','no_ads_found','No ads found.','No ads found.',1270727566),(2343,'en','ad','phpfox','2.0.5','updating_an_ad','Updating an Ad','Updating an Ad',1270728858),(2344,'en','ad','phpfox','2.0.5','the_file_dimensions_are_too_big','The file dimensions are too big.','The file dimensions are too big.',1270730916),(2345,'en','ad','phpfox','2.0.5','provide_a_campaign_name','Provide a campaign name.','Provide a campaign name.',1270731048),(2346,'en','ad','phpfox','2.0.5','admin_menu_manage_placements','Manage Placements','Manage Placements',1270807089),(2347,'en','ad','phpfox','2.0.5','admin_menu_ad_placement','Ad Placement','Ad Placement',1270807089),(2348,'en','ad','phpfox','2.0.5','ad_placement_successfully_deleted','Ad placement successfully deleted.','Ad placement successfully deleted.',1271066010),(2349,'en','ad','phpfox','2.0.5','manage_ad_placements','Manage Ad Placements','Manage Ad Placements',1271066020),(2350,'en','ad','phpfox','2.0.5','ad_placements','Ad Placements','Ad Placements',1271066046),(2351,'en','ad','phpfox','2.0.5','campaigns','Campaigns','Campaigns',1271066068),(2352,'en','ad','phpfox','2.0.5','ad_placement_successfully_updated','Ad placement successfully updated.','Ad placement successfully updated.',1271066099),(2353,'en','ad','phpfox','2.0.5','ad_placement_successfully_added','Ad placement successfully added.','Ad placement successfully added.',1271066107),(2354,'en','ad','phpfox','2.0.5','add_ad_placement','Add Ad Placement','Add Ad Placement',1271066118),(2355,'en','ad','phpfox','2.0.5','manage_placements','Manage Placements','Manage Placements',1271066132),(2356,'en','ad','phpfox','2.0.5','ad_placement_details','Ad Placement Details','Ad Placement Details',1271066207),(2357,'en','ad','phpfox','2.0.5','price','Price','Price',1271066229),(2358,'en','ad','phpfox','2.0.5','is_active','Is Active','Is Active',1271066237),(2359,'en','ad','phpfox','2.0.5','yes','Yes','Yes',1271066249),(2360,'en','ad','phpfox','2.0.5','no','No','No',1271066255),(2361,'en','ad','phpfox','2.0.5','provide_a_title','Provide a title','Provide a title',1271070431),(2362,'en','ad','phpfox','2.0.5','select_a_placement','Select a placement.','Select a placement.',1271070598),(2363,'en','ad','phpfox','2.0.5','provide_a_cost','Provide a cost.','Provide a cost.',1271070607),(2364,'en','ad','phpfox','2.0.5','select_if_this_ad_placement_is_active_or_not','Select if this ad placement is active or not.','Select if this ad placement is active or not.',1271070619),(2365,'en','ad','phpfox','2.0.5','ad_invoices','Ad Invoices','Ad Invoices',1271141914),(2366,'en','ad','phpfox','2.0.5','invoices','Invoices','Invoices',1271141922),(2367,'en','ad','phpfox','2.0.5','paid','Paid','Paid',1271141986),(2368,'en','ad','phpfox','2.0.5','cancelled','Cancelled','Cancelled',1271141993),(2369,'en','ad','phpfox','2.0.5','date','Date','Date',1271142436),(2370,'en','ad','phpfox','2.0.5','pay_now','Pay Now','Pay Now',1271142446),(2371,'en','ad','phpfox','2.0.5','you_do_not_have_any_invoices','You do not have any invoices.','You do not have any invoices.',1271142492),(2372,'en','ad','phpfox','2.0.5','admin_menu_invoices','Invoices','Invoices',1271157077),(2373,'en','ad','phpfox','2.0.5','there_are_no_invoices','There are no invoices.','There are no invoices.',1271158304),(2374,'en','ad','phpfox','2.0.5','invoice_filter','Invoice Filter','Invoice Filter',1271158419),(2375,'en','ad','phpfox','2.0.5','menu_ad_create_an_ad_523af537946b79c4f8369ed39ba78605','Create an Ad','Create an Ad',1271158736),(2376,'en','ad','phpfox','2.0.5','menu_ad_manage_ads_523af537946b79c4f8369ed39ba78605','Manage Ads','Manage Ads',1271158767),(2377,'en','ad','phpfox','2.0.5','menu_ad_manage_invoices_523af537946b79c4f8369ed39ba78605','Manage Invoices','Manage Invoices',1271158788),(2378,'en','ad','phpfox','2.0.5','reach_your_exact_audience_and_connect_real_customers_to_your_business','Reach your exact audience and connect real customers to your business.','Reach your exact audience and connect real customers to your business.',1271159708),(2379,'en','ad','phpfox','2.0.5','create_your_ad','Create Your Ad','Create Your Ad',1271159717),(2380,'en','ad','phpfox','2.0.5','menu_ad_advertise_251d164643533a527361dbe1a7b9235d','Advertise','Advertise',1271159780),(2381,'en','ad','phpfox','2.0.5','click_on_the_ad_size_you_want_to_create_an_ad_for','Click on the ad size you want to create an ad for.','Click on the ad size you want to create an ad for.',1271160387),(2382,'en','ad','phpfox','2.0.5','block_location_cost_cpm_1_000_views','Block {location} - {cost} CPM (1,000 views)','Block {location} - {cost} CPM (1,000 views)',1271160406),(2383,'en','ad','phpfox','2.0.5','1_confirm_your_item','1. Confirm your Item','1. Confirm your Item',1271321429),(2384,'en','ad','phpfox','2.0.5','for_currency_total_cost','for {currency} {total_cost}','for {currency} {total_cost}',1271330091),(2385,'en','ad','phpfox','2.0.5','impressions_cant_be_less_than_a_thousand','Impressions cant be less than a thousand','Impressions cant be less than a thousand',1271330965),(2386,'en','ad','phpfox','2.0.5','menu_ad_manage_sponsorships_6a992d5529f459a44fee58c733255e86','Manage Sponsorships','Manage Sponsorships',1271752252),(2387,'en','ad','phpfox','2.0.5','sponsor_error_owner','This item can only be sponsored by its owner or a site administrator.','This item can only be sponsored by its owner or a site administrator.',1272015812),(2388,'en','ad','phpfox','2.0.5','default_campaign_name','Admin Created Campaign','Admin Created Campaign',1272449447),(2389,'en','ad','phpfox','2.0.5','manage_sponsor_campaigns','Manage Sponsor Campaigns','Manage Sponsor Campaigns',1272465557),(2390,'en','ad','phpfox','2.0.5','admin_menu_manage_sponsorships','Manage Sponsorships','Manage Sponsorships',1272549823),(2391,'en','ad','phpfox','2.0.5','the_currency_for_your_membership_has_no_price','The currency for your membership has no price','The currency for your membership has no price',1272971541),(2392,'en','ad','phpfox','2.0.5','the_default_currency_has_no_price','The default currency has no price','The default currency has no price',1272971574),(2393,'en','ad','phpfox','2.0.5','no_placements_found','No placements found.','No placements found.',1273003077),(2394,'en','ad','phpfox','2.0.5','add_a_placement','Add a Placement','Add a Placement',1273003196),(2395,'en','ad','phpfox','2.0.5','can_create_ad_campaigns','Can create ad campaigns?','Can create ad campaigns?',1273048621),(2396,'en','ad','phpfox','2.0.5','user_setting_can_create_ad_campaigns','Can create ad campaigns?','Can create ad campaigns?',1273048700),(2397,'en','ad','phpfox','2.0.5','there_is_minimum_of_1000_impressions','There is minimum of 1000 impressions.','There is minimum of 1000 impressions.',1271337234),(2398,'en','ad','phpfox','2.0.5','define_how_many_impressions_for_this_ad','Define how many impressions for this ad.','Define how many impressions for this ad.',1271337402),(2399,'en','ad','phpfox','2.0.5','provide_a_title_for_your_ad','Provide a title for your ad.','Provide a title for your ad.',1271403313),(2400,'en','ad','phpfox','2.0.5','provide_text_for_your_ad','Provide text for your ad.','Provide text for your ad.',1271403325),(2401,'en','ad','phpfox','2.0.5','provide_a_url_for_your_ad','Provide a URL for your ad.','Provide a URL for your ad.',1271403334),(2402,'en','ad','phpfox','2.0.5','select_an_image_for_your_ad','Select an image for your ad.','Select an image for your ad.',1271942180),(2403,'en','ad','phpfox','2.0.5','thank_you_for_your_purchase_your_ad_is_currently_pending_approval','Thank you for your purchase. Your ad is currently pending approval.','Thank you for your purchase. Your ad is currently pending approval.',1271942565),(2404,'en','ad','phpfox','2.0.5','no_ad_placements_have_been_created_check_back_here_shortly','No ad placements have been created. Check back here shortly.','No ad placements have been created. Check back here shortly.',1273050956),(2405,'en','ad','phpfox','2.0.5','ad_approved','Ad Approved','Ad Approved',1273065665),(2406,'en','ad','phpfox','2.0.5','your_ad_on_site_name_has_been_approved','Your ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>','Your ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>',1273066852),(2407,'en','ad','phpfox','2.0.5','ad_denied','Ad Denied','Ad Denied',1273067107),(2408,'en','ad','phpfox','2.0.5','your_ad_on_site_name_has_been_denied','Your ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>','Your ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>',1273067141),(2409,'en','ad','phpfox','2.0.5','sponsor_ad_approved','Sponsor Ad Approved','Sponsor Ad Approved',1273150101),(2410,'en','ad','phpfox','2.0.5','your_sponsor_ad_on_site_name_has_been_approved','Your sponsored ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>','Your sponsored ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>',1273150164),(2411,'en','ad','phpfox','2.0.5','sponsor_ad_denied','Sponsor Ad Denied','Sponsor Ad Denied',1273150461),(2412,'en','ad','phpfox','2.0.5','your_sponsor_ad_on_site_name_has_been_denied','Your sponsored ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>','Your sponsored ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>',1273150501),(2413,'en','ad','phpfox','2.0.5dev1','your_order_has_been_processed','Your order has been processed.','Your order has been processed.',1274289160),(2414,'en','ad','phpfox','2.0.6','and','and','and',1285598055),(2415,'en','announcement','phpfox','2.0.0beta4','admin_menu_manage','Manage','Manage',1244631261),(2416,'en','announcement','phpfox','2.0.0beta4','admin_menu_add_new','Add New','Add New',1244631261),(2417,'en','announcement','phpfox','2.0.0beta4','module_announcement','Announcement','Announcement',1244631261),(2418,'en','announcement','phpfox','2.0.0beta4','menu_announcements','Announcements','Announcements',1245243935),(2419,'en','announcement','phpfox','2.0.0beta5','user_setting_can_close_announcement','Are members of this user group allowed to close the announcements block in the dashboard?','Are members of this user group allowed to close the announcements block in the dashboard?',1245317655),(2420,'en','announcement','phpfox','2.0.0rc2','im_afraid_you_are_not_allowed_to_close_this_announcement','I\'m afraid you are not allowed to close this announcement.','I\'m afraid you are not allowed to close this announcement.',1252909877),(2421,'en','announcement','phpfox','2.0.0rc2','edit_an_announcement','Edit An Announcement','Edit An Announcement',1252909905),(2422,'en','announcement','phpfox','2.0.0rc2','add_an_announcement','Add An Announcement','Add An Announcement',1252909915),(2423,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_added','Announcement successfully added.','Announcement successfully added.',1252909925),(2424,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_updated','Announcement successfully updated.','Announcement successfully updated.',1252909936),(2425,'en','announcement','phpfox','2.0.0rc2','announcements','Announcements','Announcements',1252909961),(2426,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_deleted','Announcement successfully deleted.','Announcement successfully deleted.',1252909976),(2427,'en','announcement','phpfox','2.0.0rc2','that_announcement_does_not_exist','That announcement does not exist.','That announcement does not exist.',1252910007),(2428,'en','announcement','phpfox','2.0.0rc2','subject_cannot_be_empty','Subject cannot be empty.','Subject cannot be empty.',1252910060),(2429,'en','announcement','phpfox','2.0.0rc2','content_cannot_be_empty','Content cannot be empty.','Content cannot be empty.',1252910071),(2430,'en','announcement','phpfox','2.0.0rc2','announcement_not_found','Announcement not found.','Announcement not found.',1252910107),(2431,'en','announcement','phpfox','2.0.0rc2','announcement_is_already_hidden','Announcement is already hidden.','Announcement is already hidden.',1252910118),(2432,'en','announcement','phpfox','2.0.0rc2','min_age_cannot_be_higher_than_max_age','Min age cannot be higher than max age.','Min age cannot be higher than max age.',1252910302),(2433,'en','announcement','phpfox','2.0.0rc2','max_age_cannot_be_lower_than_the_min_age','Max age cannot be lower than the Min age.','Max age cannot be lower than the Min age.',1252910317),(2434,'en','announcement','phpfox','2.0.0rc2','read_more','Read More','Read More',1252910412),(2435,'en','announcement','phpfox','2.0.0rc2','subject','Subject','Subject',1252910440),(2436,'en','announcement','phpfox','2.0.0rc2','active','Active','Active',1252910455),(2437,'en','announcement','phpfox','2.0.0rc2','edit','Edit','Edit',1252910466),(2438,'en','announcement','phpfox','2.0.0rc2','delete','Delete','Delete',1252910475),(2439,'en','announcement','phpfox','2.0.0rc2','announcement_details','Announcement Details','Announcement Details',1252910524),(2440,'en','announcement','phpfox','2.0.0rc2','intro','Intro','Intro',1252910547),(2441,'en','announcement','phpfox','2.0.0rc2','the_intro_will_be_displayed_on_the_sites_dashboard_and_link_to_the_full_announcement','The intro will be displayed on the sites dashboard and link to the full announcement.\r\n<br />\r\nHTML is enabled.','The intro will be displayed on the sites dashboard and link to the full announcement.\r\n<br />\r\nHTML is enabled.',1252910565),(2442,'en','announcement','phpfox','2.0.0rc2','announcement','Announcement','Announcement',1252910575),(2443,'en','announcement','phpfox','2.0.0rc2','the_announcement_can_be_left_open_if_everything_can_be_added_into_the_intro','The announcement can be left open if everything can be added into the intro.\r\n<br />\r\nHTML is enabled.','The announcement can be left open if everything can be added into the intro.\r\n<br />\r\nHTML is enabled.',1252910593),(2444,'en','announcement','phpfox','2.0.0rc2','display_options','Display Options','Display Options',1252910604),(2445,'en','announcement','phpfox','2.0.0rc2','can_be_closed','Can Be Closed','Can Be Closed',1252910642),(2446,'en','announcement','phpfox','2.0.0rc2','show_in_the_dashboard','Show in the dashboard','Show in the dashboard',1252910664),(2447,'en','announcement','phpfox','2.0.0rc2','show_author','Show author','Show author',1252910678),(2448,'en','announcement','phpfox','2.0.0rc2','start_date','Start Date','Start Date',1252910698),(2449,'en','announcement','phpfox','2.0.0rc2','target_viewers','Target Viewers','Target Viewers',1252910709),(2450,'en','announcement','phpfox','2.0.0rc2','user_groups','User Groups','User Groups',1252910717),(2451,'en','announcement','phpfox','2.0.0rc2','all_user_groups','All User Groups','All User Groups',1252910727),(2452,'en','announcement','phpfox','2.0.0rc2','selected_user_groups','Selected User Groups','Selected User Groups',1252910735),(2453,'en','announcement','phpfox','2.0.0rc2','location','Location','Location',1252910745),(2454,'en','announcement','phpfox','2.0.0rc2','gender','Gender','Gender',1252910753),(2455,'en','announcement','phpfox','2.0.0rc2','age_group_between','Age Group Between','Age Group Between',1252910761),(2456,'en','announcement','phpfox','2.0.0rc2','any','Any','Any',1252910771),(2457,'en','announcement','phpfox','2.0.0rc2','no_announcements_have_been_created','No announcements have been created.','No announcements have been created.',1252910844),(2458,'en','announcement','phpfox','2.0.0rc2','create_a_new_announcement','Create a New Announcement','Create a New Announcement',1252910852),(2459,'en','announcement','phpfox','2.0.0rc2','that_announcement_cannot_be_found','That announcement cannot be found.','That announcement cannot be found.',1252910862),(2460,'en','announcement','phpfox','2.0.0rc2','no_announcements_have_been_added','No announcements have been added.','No announcements have been added.',1252910870),(2461,'en','announcement','phpfox','2.0.0rc2','posted_on_time_stamp_by_user','Posted on {item_time_stamp} by {user_link}.','Posted on {item_time_stamp} by {user_link}.',1252911113),(2462,'en','announcement','phpfox','2.0.0rc2','posted_on_time_stamp','Posted on {item_time_stamp}.','Posted on {item_time_stamp}.',1252911135),(2463,'en','announcement','phpfox','2.0.0rc2','attachments_title','Attachments','Attachments',1252926488),(2464,'en','announcement','phpfox','2.0.0rc2','extension','Extension','Extension',1252926511),(2465,'en','announcement','phpfox','2.0.0rc2','manage_users','Manage Users','Manage Users',1253086432),(2466,'en','announcement','phpfox','2.0.0rc2','attachment_successfully_deleted','Attachment successfully deleted.','Attachment successfully deleted.',1253442081),(2467,'en','announcement','phpfox','2.0.0rc11','user_setting_can_view_announcements','Can browse and view announcements?','Can browse and view announcements?',1260286754),(2468,'en','announcement','phpfox','2.0.6','are_you_sure','Are you sure?','Are you sure?',1284995471),(2469,'en','attachment','phpfox','2.0.0alpha1','user_setting_points_attachment','Points received when adding a new attachment for an item.','Points received when adding a new attachment for an item.',1214982452),(2470,'en','attachment','phpfox','2.0.0alpha1','user_setting_can_attach_on_blog','Can attach items on blogs?','Can attach items on blogs?',1214982579),(2471,'en','attachment','phpfox','2.0.0alpha1','user_setting_attachment_limit','Specify the attachment limit.\r\n\r\nThis will control how many attachments a user can upload and attach on other items.\r\n\r\nIf you do not want to allow users the ability to upload items set this to <b>0</b>.\r\n\r\nIf you do not want to set a limit set this to <b>null</b>.','Specify the attachment limit.\r\n\r\nThis will control how many attachments a user can upload and attach on other items.\r\n\r\nIf you do not want to allow users the ability to upload items set this to <b>0</b>.\r\n\r\nIf you do not want to set a limit set this to <b>null</b>.',1214982711),(2472,'en','attachment','phpfox','2.0.0alpha1','user_setting_delete_own_attachment','Can delete their own attachments?','Can delete their own attachments?',1218706131),(2473,'en','attachment','phpfox','2.0.0alpha1','user_setting_delete_user_attachment','Can delete attachments added by other users?','Can delete attachments added by other users?',1218706185),(2474,'en','attachment','phpfox','2.0.0alpha1','module_attachment','Attachment Information','Attachment Information',1213971163),(2475,'en','attachment','phpfox','2.0.0alpha1','file_extension_is_not_valid','Failed. File extension is not valid.','Failed. File extension is not valid.',1212128638),(2476,'en','attachment','phpfox','2.0.0alpha1','done','Done!','Done!',1212128667),(2477,'en','attachment','phpfox','2.0.0alpha1','uploading','Uploading','Uploading',1212128993),(2478,'en','attachment','phpfox','2.0.0alpha1','attached_files','Attached Files','Attached Files',1215267860),(2479,'en','attachment','phpfox','2.0.0alpha1','views','{total} views','{total} views',1215268272),(2480,'en','attachment','phpfox','2.0.0alpha1','attach_files','Attach Files','Attach Files',1218197611),(2481,'en','attachment','phpfox','2.0.0alpha1','upload_new_attachment','Upload New Attachment(s)','Upload New Attachment(s)',1218533823),(2482,'en','attachment','phpfox','2.0.0alpha1','browse_archives','Browse Archives','Browse Archives',1218533834),(2483,'en','attachment','phpfox','2.0.0alpha1','current_attachments','Current Attachments','Current Attachments',1218533856),(2484,'en','attachment','phpfox','2.0.0alpha1','attachments','No attachments','No attachments',1218533866),(2485,'en','attachment','phpfox','2.0.0alpha1','upload_attachments','Upload Attachments(s)','Upload Attachments(s)',1218533908),(2486,'en','attachment','phpfox','2.0.0alpha1','add_more_attachments','Add More Attachments','Add More Attachments',1218533925),(2487,'en','attachment','phpfox','2.0.0alpha1','valid_file_extensions','Valid file extensions','Valid file extensions',1218533937),(2488,'en','attachment','phpfox','2.0.0alpha1','cancel','Cancel','Cancel',1218533951),(2489,'en','attachment','phpfox','2.0.0alpha1','add_description','Add Description...','Add Description...',1218534271),(2490,'en','attachment','phpfox','2.0.0alpha1','use_inline_full_image','Use Inline (Full Image)','Use Inline (Full Image)',1218534304),(2491,'en','attachment','phpfox','2.0.0alpha1','use_inline_thumbnail','Use Inline (Thumbnail)','Use Inline (Thumbnail)',1218534316),(2492,'en','attachment','phpfox','2.0.0alpha1','use_inline','Use Inline','Use Inline',1218534331),(2493,'en','attachment','phpfox','2.0.0alpha1','delete','Delete','Delete',1218534340),(2494,'en','attachment','phpfox','2.0.0alpha1','you_have_reached_your_upload_limit','You have reached your upload limit.','You have reached your upload limit.',1218633812),(2495,'en','attachment','phpfox','2.0.0alpha1','failed_limit_reached','Failed: Limit Reached','Failed: Limit Reached',1218705195),(2496,'en','attachment','phpfox','2.0.0alpha1','usage','Usage','Usage',1218705232),(2497,'en','attachment','phpfox','2.0.0alpha1','setting_test','<title>This is a test</title><info>this is just a test...</info>','<title>This is a test</title><info>this is just a test...</info>',1230599222),(2498,'en','attachment','phpfox','2.0.0alpha1','user_setting_can_attach_on_bulletin','Tells if the members of this usergroup can attach to their bulletins','Tells if the members of this usergroup can attach to their bulletins',1234186901),(2499,'en','attachment','phpfox','2.0.0rc1','user_setting_item_max_upload_size','Max file size for items upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for items upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1249942555),(2500,'en','attachment','phpfox','2.0.0rc1','admincp_attachment_menu','Attachments','Attachments',1250836473),(2501,'en','attachment','phpfox','2.0.0rc1','admincp_menu_attachment_types','Manage Types','Manage Types',1250836515),(2502,'en','attachment','phpfox','2.0.0rc1','admincp_menu_attachment_add','Add a Type','Add a Type',1250844995),(2503,'en','attachment','phpfox','2.0.0rc2','attachment_type_successfully_updated','Attachment type successfully updated.','Attachment type successfully updated.',1252922216),(2504,'en','attachment','phpfox','2.0.0rc2','attachment_type_successfully_added','Attachment type successfully added.','Attachment type successfully added.',1252922228),(2505,'en','attachment','phpfox','2.0.0rc2','attachments_title','Attachments','Attachments',1252922250),(2506,'en','attachment','phpfox','2.0.0rc2','add_an_attachment_type','Add an Attachment Type','Add an Attachment Type',1252922262),(2507,'en','attachment','phpfox','2.0.0rc2','editing_an_attachment_type','Editing an Attachment Type','Editing an Attachment Type',1252922270),(2508,'en','attachment','phpfox','2.0.0rc2','no_such_download_found','No such download found.','No such download found.',1252922297),(2509,'en','attachment','phpfox','2.0.0rc2','successfully_uploaded','Successfully uploaded!','Successfully uploaded!',1252922318),(2510,'en','attachment','phpfox','2.0.0rc2','provide_an_extension','Provide an extension.','Provide an extension.',1252922399),(2511,'en','attachment','phpfox','2.0.0rc2','provide_a_mime_type','Provide a MIME type.','Provide a MIME type.',1252922407),(2512,'en','attachment','phpfox','2.0.0rc2','remove_inline','Remove Inline','Remove Inline',1252922486),(2513,'en','attachment','phpfox','2.0.0rc2','use_image','Use Image','Use Image',1252922498),(2514,'en','attachment','phpfox','2.0.0rc2','no_attachments_available','No attachments available.','No attachments available.',1252922592),(2515,'en','attachment','phpfox','2.0.0rc2','jpg_gif_or_png','JPG, GIF or PNG','JPG, GIF or PNG',1252922647),(2516,'en','attachment','phpfox','2.0.0rc2','the_file_size_limit_is_max_file_size','The file size limit is {max_file_size}. If your upload does not work, try uploading a smaller item.','The file size limit is {max_file_size}. If your upload does not work, try uploading a smaller item.',1252922669),(2517,'en','attachment','phpfox','2.0.0rc2','attachment_type_info','Attachment Type Info','Attachment Type Info',1252926402),(2518,'en','attachment','phpfox','2.0.0rc2','extension','Extension','Extension',1252926409),(2519,'en','attachment','phpfox','2.0.0rc2','mime_type','MIME Type','MIME Type',1252926418),(2520,'en','attachment','phpfox','2.0.0rc2','is_image','Is Image','Is Image',1252926429),(2521,'en','attachment','phpfox','2.0.0rc2','image','Image','Image',1252926531),(2522,'en','attachment','phpfox','2.0.0rc2','this_extension_already_exists','This extension already exists.','This extension already exists.',1253442098),(2523,'en','attachment','phpfox','2.0.0rc6','admin_menu_manage_types','Manage Types','Manage Types',1256904823),(2524,'en','attachment','phpfox','2.0.0rc6','admin_menu_add_new_type','Add New Type','Add New Type',1256904823),(2525,'en','attachment','phpfox','2.0.0rc8','attachment_activity','Attachments','Attachments',1258500262),(2526,'en','attachment','phpfox','2.0.0rc8','select_attachment_s_to_upload','Select attachment(s) to upload.','Select attachment(s) to upload.',1259007508),(2527,'en','attachment','phpfox','2.0.0rc8','uploading_attachment_s','Uploading attachment(s)','Uploading attachment(s)',1259007526),(2528,'en','attachment','phpfox','2.0.0rc10','done_normal','Done','Done',1259353842),(2529,'en','attachment','phpfox','2.0.4','attachments_activity','Attachments','Attachments',1266500120),(2530,'en','attachment','phpfox','2.0.6','add','Add','Add',1283787543),(2531,'en','blog','phpfox','2.0.0alpha1','user_setting_view_blogs','Can view blogs.','Can view blogs.',1214436163),(2532,'en','blog','phpfox','2.0.0alpha1','user_setting_edit_own_blog','Can edit their own blogs?','Can edit their own blogs?',1214436244),(2533,'en','blog','phpfox','2.0.0alpha1','user_setting_edit_user_blog','Can edit blogs added by other users?','Can edit blogs added by other users?',1214436264),(2534,'en','blog','phpfox','2.0.0alpha1','user_setting_delete_own_blog','Can delete their own blog?','Can delete their own blog?',1214436270),(2535,'en','blog','phpfox','2.0.0alpha1','user_setting_delete_user_blog','Can delete blogs added by other users?','Can delete blogs added by other users?',1214436277),(2536,'en','blog','phpfox','2.0.0alpha1','user_setting_search_blogs','Can search for blogs?','Can search for blogs?',1214436285),(2537,'en','blog','phpfox','2.0.0alpha1','user_setting_add_new_blog','Can add a new blog?','Can add a new blog?',1214436306),(2538,'en','blog','phpfox','2.0.0alpha1','user_setting_blog_add_categories','Can create new blog categories when adding a blog?','Can create new blog categories when adding a blog?',1214436490),(2539,'en','blog','phpfox','2.0.0alpha1','user_setting_can_control_comments_on_blogs','Can control if a user can add a comment on their blog or simply disable comments?','Can control if a user can add a comment on their blog or simply disable comments?',1214436533),(2540,'en','blog','phpfox','2.0.0alpha1','user_setting_can_password_protect_blogs','Can password protect blogs?\r\n\r\nIf set to <b>Yes</b> and if user would try to view a password protected blog they will not be able to view or comment on the blog unless they enter the correct password.\r\n\r\nThe user that added the blog will not have to enter the password.','Can password protect blogs?\r\n\r\nIf set to <b>Yes</b> and if user would try to view a password protected blog they will not be able to view or comment on the blog unless they enter the correct password.\r\n\r\nThe user that added the blog will not have to enter the password.',1214436544),(2541,'en','blog','phpfox','2.0.0alpha1','user_setting_can_use_editor_on_blog','Can use a WYSIWYG Editor when creating or editing a blog?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.','Can use a WYSIWYG Editor when creating or editing a blog?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.',1214436572),(2542,'en','blog','phpfox','2.0.0alpha1','user_setting_can_post_comment_on_blog','Can post comments on blogs?','Can post comments on blogs?',1214975412),(2543,'en','blog','phpfox','2.0.0alpha1','user_setting_can_view_password_protected_blog','Can view password protected blogs?\r\n\r\nIf a blog has been password protected a user will have to enter a password before they can view or comment on the blog. \r\n\r\nIf this feature is set to <b>No</b> they will not have the opportunity to enter a password thus not allowing them to view such blogs.','Can view password protected blogs?\r\n\r\nIf a blog has been password protected a user will have to enter a password before they can view or comment on the blog. \r\n\r\nIf this feature is set to <b>No</b> they will not have the opportunity to enter a password thus not allowing them to view such blogs.',1214975898),(2544,'en','blog','phpfox','2.0.0alpha1','user_setting_points_blog','Specify how many points the user will receive when adding a new blog.','Specify how many points the user will receive when adding a new blog.',1214982408),(2545,'en','blog','phpfox','2.0.0alpha1','user_setting_blog_category_limit','blog category limit','blog category limit',1218791957),(2546,'en','blog','phpfox','2.0.0alpha1','blog','Blog','Blog',1214844661),(2547,'en','blog','phpfox','2.0.0alpha1','module_blog','nice test','nice test',1219135843),(2548,'en','blog','phpfox','2.0.0alpha1','already_a_category','This category already exists.','This category already exists.',1212114610),(2549,'en','blog','phpfox','2.0.0alpha1','posted_x_by_x_in_x','Posted {date} by <a href=\"{link}\">{full_name}</a> in {categories}','Posted {date} by <a href=\"{link}\">{full_name}</a> in {categories}',1212114864),(2550,'en','blog','phpfox','2.0.0alpha1','posted_x_by_x','Posted {date} by <a href=\"{link}\">{full_name}</a>','Posted {date} by <a href=\"{link}\">{full_name}</a>',1212118012),(2551,'en','blog','phpfox','2.0.0alpha1','x_comment','{total} Comment','{total} Comment',1212118157),(2552,'en','blog','phpfox','2.0.0alpha1','x_comments','{total} Comments','{total} Comments',1212118195),(2553,'en','blog','phpfox','2.0.0alpha1','view_entry','View Entry','View Entry',1212118224),(2554,'en','blog','phpfox','2.0.0alpha1','this_blog_password_protected','This blog is password protected.','This blog is password protected.',1212118249),(2555,'en','blog','phpfox','2.0.0alpha1','enter_password','Enter Password','Enter Password',1212118284),(2556,'en','blog','phpfox','2.0.0alpha1','click_to_edit_title','Click to Edit Title','Click to Edit Title',1212118317),(2557,'en','blog','phpfox','2.0.0alpha1','delete_blog','Delete Blog','Delete Blog',1212118384),(2558,'en','blog','phpfox','2.0.0alpha1','search_blogs_','Search Blogs...','Search Blogs...',1212123440),(2559,'en','blog','phpfox','2.0.0alpha1','blogs','Blogs','Blogs',1212123482),(2560,'en','blog','phpfox','2.0.0alpha1','unable_to_view_password_protected_blogs','You are unable to view password protected blogs.','You are unable to view password protected blogs.',1212123772),(2561,'en','blog','phpfox','2.0.0alpha1','password_is_invalid','Password is invalid.','Password is invalid.',1212123827),(2562,'en','blog','phpfox','2.0.0alpha1','blog_not_found','The blog you are looking for cannot be found.','The blog you are looking for cannot be found.',1212123902),(2563,'en','blog','phpfox','2.0.0alpha1','comments_have_been_disabled','Comments have been disabled.','Comments have been disabled.',1212123947),(2564,'en','blog','phpfox','2.0.0alpha1','no_blogs_added','No blogs have been added.','No blogs have been added.',1213594226),(2565,'en','blog','phpfox','2.0.0alpha1','be_first_to_add_a_blog','Be the first to add a blog','Be the first to add a blog',1213594273),(2566,'en','blog','phpfox','2.0.0alpha1','title','Title','Title',1213594579),(2567,'en','blog','phpfox','2.0.0alpha1','fill_title_for_blog','Fill in a title for your blog','Fill in a title for your blog',1213606861),(2568,'en','blog','phpfox','2.0.0alpha1','add_content_to_blog','Add some content to your blog','Add some content to your blog',1213606896),(2569,'en','blog','phpfox','2.0.0alpha1','maximum_length_password','Maximum length for your password is {length}','Maximum length for your password is {length}',1213606965),(2570,'en','blog','phpfox','2.0.0alpha1','add_a_new_blog','Add a New Blog','Add a New Blog',1213607039),(2571,'en','blog','phpfox','2.0.0alpha1','adding_a_new_blog','Add a New Blog','Add a New Blog',1213607053),(2572,'en','blog','phpfox','2.0.0alpha1','menu_blogs','Blogs','Blogs',1213607098),(2573,'en','blog','phpfox','2.0.0alpha1','your_blog_has_been_added','Your blog has been added','Your blog has been added',1213607139),(2574,'en','blog','phpfox','2.0.0alpha1','post','Post','Post',1213607157),(2575,'en','blog','phpfox','2.0.0alpha1','categories','Categories','Categories',1213607178),(2576,'en','blog','phpfox','2.0.0alpha1','all','All','All',1213607202),(2577,'en','blog','phpfox','2.0.0alpha1','public','Public','Public',1213607214),(2578,'en','blog','phpfox','2.0.0alpha1','personal','Personal','Personal',1213607227),(2579,'en','blog','phpfox','2.0.0alpha1','most_used','Most Used','Most Used',1213607244),(2580,'en','blog','phpfox','2.0.0alpha1','manage_categories','Manage Categories','Manage Categories',1213607259),(2581,'en','blog','phpfox','2.0.0alpha1','add_a_new_category','Add a new category...','Add a new category...',1213607287),(2582,'en','blog','phpfox','2.0.0alpha1','multiple_categories_with_commas','Separate multiple categories with commas.','Separate multiple categories with commas.',1213607389),(2583,'en','blog','phpfox','2.0.0alpha1','add','Add','Add',1213607405),(2584,'en','blog','phpfox','2.0.0alpha1','additional_options','Additional Options','Additional Options',1213612389),(2585,'en','blog','phpfox','2.0.0alpha1','privacy','Privacy','Privacy',1213612412),(2586,'en','blog','phpfox','2.0.0alpha1','public_blog_added_public_blog_section','Public (Blog will be added to our public blog section)','Public (Blog will be added to our public blog section)',1213612445),(2587,'en','blog','phpfox','2.0.0alpha1','personal_blog_displayed_profile','Personal (Blog will only be displayed on your profile)','Personal (Blog will only be displayed on your profile)',1213612471),(2588,'en','blog','phpfox','2.0.0alpha1','friends_view_this_blog','Friends (Only you and your friends can view this blog)','Friends (Only you and your friends can view this blog)',1213612509),(2589,'en','blog','phpfox','2.0.0alpha1','preferred_list','Preferred List (Only you and the members you select can view this blog)','Preferred List (Only you and the members you select can view this blog)',1213612543),(2590,'en','blog','phpfox','2.0.0alpha1','separate_friends_commas','Separate friends with commas.','Separate friends with commas.',1213612566),(2591,'en','blog','phpfox','2.0.0alpha1','password_protect_post','Password-Protect','Password-Protect',1213612585),(2592,'en','blog','phpfox','2.0.0alpha1','discussion','Discussion','Discussion',1213612600),(2593,'en','blog','phpfox','2.0.0alpha1','allow_comments','Allow Comments','Allow Comments',1213612615),(2594,'en','blog','phpfox','2.0.0alpha1','post_status','Post Status','Post Status',1213612635),(2595,'en','blog','phpfox','2.0.0alpha1','published','Published','Published',1213612660),(2596,'en','blog','phpfox','2.0.0alpha1','draft','Draft','Draft',1213612671),(2597,'en','blog','phpfox','2.0.0alpha1','save_as_draft','Save as Draft','Save as Draft',1213612691),(2598,'en','blog','phpfox','2.0.0alpha1','preview','Preview','Preview',1213612716),(2599,'en','blog','phpfox','2.0.0alpha1','publish','Publish','Publish',1213612750),(2600,'en','blog','phpfox','2.0.0alpha1','update','Update','Update',1213612775),(2601,'en','blog','phpfox','2.0.0alpha1','blog_preview','Blog Preview','Blog Preview',1213855272),(2602,'en','blog','phpfox','2.0.0alpha1','editing_blog','Editing Blog','Editing Blog',1213855344),(2603,'en','blog','phpfox','2.0.0alpha1','blog_updated','Blog Updated','Blog Updated',1213855813),(2604,'en','blog','phpfox','2.0.0alpha1','invalid_search','Invalid search ID#','Invalid search ID#',1214706746),(2605,'en','blog','phpfox','2.0.0alpha1','searching','Searching','Searching',1214706764),(2606,'en','blog','phpfox','2.0.0alpha1','search_results_found','No search results found!','No search results found!',1214706814),(2607,'en','blog','phpfox','2.0.0alpha1','menu_add_new_blog','Add New Blog','Add New Blog',1215259888),(2608,'en','blog','phpfox','2.0.0alpha1','search_filter','Search Filter','Search Filter',1217558351),(2609,'en','blog','phpfox','2.0.0alpha1','top_bloggers','Top Bloggers','Top Bloggers',1217797114),(2610,'en','blog','phpfox','2.0.0alpha1','time','Time','Time',1217797266),(2611,'en','blog','phpfox','2.0.0alpha1','most_viewed','Most Viewed','Most Viewed',1217797279),(2612,'en','blog','phpfox','2.0.0alpha1','most_talked_about','Most Talked About','Most Talked About',1217797290),(2613,'en','blog','phpfox','2.0.0alpha1','search_for_text','Search For Text','Search For Text',1217797327),(2614,'en','blog','phpfox','2.0.0alpha1','display','Display','Display',1217797335),(2615,'en','blog','phpfox','2.0.0alpha1','sort','Sort By','Sort By',1217797343),(2616,'en','blog','phpfox','2.0.0alpha1','menu_view_my_blogs','View My Blogs','View My Blogs',1217797600),(2617,'en','blog','phpfox','2.0.0alpha1','added','Added','Added',1218529569),(2618,'en','blog','phpfox','2.0.0alpha1','blog_deleted','Blog Deleted','Blog Deleted',1218529633),(2619,'en','blog','phpfox','2.0.0alpha1','password_invalid','Password is invalid.','Password is invalid.',1218529740),(2620,'en','blog','phpfox','2.0.0alpha1','unable_view_password_protected_blogs','You are unable to view password protected blogs.','You are unable to view password protected blogs.',1218529789),(2621,'en','blog','phpfox','2.0.0alpha1','click_edit_permalink','Click to edit permalink.','Click to edit permalink.',1218548055),(2622,'en','blog','phpfox','2.0.0alpha1','permalink','Permalink','Permalink',1218548064),(2623,'en','blog','phpfox','2.0.0alpha1','you_have_reached_your_limit','You have reached your limit.','You have reached your limit.',1218793409),(2624,'en','blog','phpfox','2.0.0alpha1','tip_delete_category','Deleting a category will not delete the blogs that belong to that category, it will only remove the specific category and any blogs that belong to that category will be set under \"Uncategorized\".','Deleting a category will not delete the blogs that belong to that category, it will only remove the specific category and any blogs that belong to that category will be set under \"Uncategorized\".',1219325630),(2625,'en','blog','phpfox','2.0.0alpha1','search_for_user','Search for User','Search for User',1219328631),(2626,'en','blog','phpfox','2.0.0alpha1','created','Created By','Created By',1219328642),(2627,'en','blog','phpfox','2.0.0alpha1','name','Name','Name',1219328685),(2628,'en','blog','phpfox','2.0.0alpha1','total_blogs','Total Blogs','Total Blogs',1219328723),(2629,'en','blog','phpfox','2.0.0alpha1','system','System','System',1219328731),(2630,'en','blog','phpfox','2.0.0alpha1','delete_selected','Delete Selected','Delete Selected',1219328746),(2631,'en','blog','phpfox','2.0.0alpha1','none','None','None',1219328767),(2632,'en','blog','phpfox','2.0.0alpha1','users','Users','Users',1219328992),(2633,'en','blog','phpfox','2.0.0alpha1','categories_successfully_deleted','Categories successfully deleted.','Categories successfully deleted.',1219329875),(2634,'en','blog','phpfox','2.0.0alpha1','add_category','Add New Category','Add New Category',1219391589),(2635,'en','blog','phpfox','2.0.0alpha1','category_successfully_added','Category successfully added.','Category successfully added.',1219393407),(2636,'en','blog','phpfox','2.0.0alpha1','provide_blog_category','Provide a blog category.','Provide a blog category.',1219393431),(2637,'en','blog','phpfox','2.0.0alpha1','category_details','Category Details','Category Details',1219393445),(2638,'en','blog','phpfox','2.0.0alpha1','category','Category','Category',1219393453),(2639,'en','blog','phpfox','2.0.0alpha1','sort_single','Sort','Sort',1219840870),(2640,'en','blog','phpfox','2.0.0alpha1','single','By','By',1219840881),(2641,'en','blog','phpfox','2.0.0alpha1','created_user','Created By','Created By',1221831207),(2642,'en','blog','phpfox','2.0.0alpha1','menu_view_blogs','View Blogs','View Blogs',1231408433),(2643,'en','blog','phpfox','2.0.0alpha1','setting_show_drafts_count','<title>Show drafts count in blog module</title><info>Enables the module to show how many drafts does each user have from the profile.blog section</info>','<title>Show drafts count in blog module</title><info>Enables the module to show how many drafts does each user have from the profile.blog section</info>',1233222866),(2644,'en','blog','phpfox','2.0.0alpha1','user_setting_show_drafts_count','Show how many drafts are stored','Show how many drafts are stored',1233223235),(2645,'en','blog','phpfox','2.0.0alpha3','user_setting_can_delete_other_blog_category','Can delete blog categories created by other users?','Can delete blog categories created by other users?',1238248276),(2646,'en','blog','phpfox','2.0.0alpha3','user_setting_can_delete_own_blog_category','Can delete own blog categories?','Can delete own blog categories?',1238248327),(2647,'en','blog','phpfox','2.0.0alpha3','setting_display_blog_category_count','<title>Display Blog Category Count</title><info>Set to <b>True</b> if you would like to display the blog count for each of the categories displayed publicly.</info>','<title>Display Blog Category Count</title><info>Set to <b>True</b> if you would like to display the blog count for each of the categories displayed publicly.</info>',1238349584),(2648,'en','blog','phpfox','2.0.0beta4','stat_title_2','Blogs','Blogs',1245142611),(2649,'en','blog','phpfox','2.0.0beta5','rss_group_name_1','Blogs','Blogs',1245515168),(2650,'en','blog','phpfox','2.0.0beta5','rss_title_1','Latest Blogs','Latest Blogs',1245516443),(2651,'en','blog','phpfox','2.0.0beta5','rss_description_1','Latest Blogs','Latest Blogs',1245516443),(2652,'en','blog','phpfox','2.0.0beta5','rss_title_2','Categories','Categories',1245531498),(2653,'en','blog','phpfox','2.0.0beta5','rss_description_2','Blog categories...','Blog categories...',1245531498),(2654,'en','blog','phpfox','30','setting_length_in_index','<title>How Long is the Preview</title><info>How much of the blog to show on the main blog section?\r\n\r\nValue is in characters, i.e.:\r\n15 would show something like:\r\n\"Lorem ipsum dol...\"\r\n\r\n0 = No limit</info>','<title>How Long is the Preview</title><info>How much of the blog to show on the main blog section?\r\n\r\nValue is in characters, i.e.:\r\n15 would show something like:\r\n\"Lorem ipsum dol...\"\r\n\r\n0 = No limit</info>',1247587010),(2655,'en','blog','phpfox','2.0.0rc1','user_setting_can_approve_blogs','Can approve blogs?','Can approve blogs?',1251202806),(2656,'en','blog','phpfox','2.0.0rc1','setting_spam_check_blogs','<title>Spam Check Blogs</title><info>Spam Check Blogs</info>','<title>Spam Check Blogs</title><info>Spam Check Blogs</info>',1251269478),(2657,'en','blog','phpfox','2.0.0rc1','setting_allow_links_in_blog_title','<title>Allow Links in Blog Titles</title><info>Allow Links in Blog Titles</info>','<title>Allow Links in Blog Titles</title><info>Allow Links in Blog Titles</info>',1251270055),(2658,'en','blog','phpfox','2.0.0rc1','setting_blog_meta_description','<title>Blog Meta Description</title><info>Meta description added to pages related to the Blog module.</info>','<title>Blog Meta Description</title><info>Meta description added to pages related to the Blog module.</info>',1252057473),(2659,'en','blog','phpfox','2.0.0rc1','setting_blog_meta_keywords','<title>Blog Meta Keywords</title><info>Mete keywords that will be displayed on sections related to the Blog module.</info>','<title>Blog Meta Keywords</title><info>Mete keywords that will be displayed on sections related to the Blog module.</info>',1252058698),(2660,'en','blog','phpfox','2.0.0rc2','add_a_title','Add a title.','Add a title.',1252927105),(2661,'en','blog','phpfox','2.0.0rc2','add_some_text','Add some text.','Add some text.',1252927127),(2662,'en','blog','phpfox','2.0.0rc2','unable_to_edit_this_blog','Unable to edit this blog.','Unable to edit this blog.',1252927237),(2663,'en','blog','phpfox','2.0.0rc2','blog_successfully_saved','Blog successfully saved.','Blog successfully saved.',1252927265),(2664,'en','blog','phpfox','2.0.0rc2','blog_title','Blogs','Blogs',1252927310),(2665,'en','blog','phpfox','2.0.0rc2','full_name_s_blogs','{full_name}\'s Blogs','{full_name}\'s Blogs',1252927338),(2666,'en','blog','phpfox','2.0.0rc2','full_name_s_blogs_on_site_title','{full_name}\'s blogs on {site_title}.','{full_name}\'s blogs on {site_title}.',1252927452),(2667,'en','blog','phpfox','2.0.0rc2','blogs_title','Blogs','Blogs',1252928477),(2668,'en','blog','phpfox','2.0.0rc2','owner_full_name_added_a_new_blog_a_href_title_link_title_a','<a href=\"{user_link}\">{owner_full_name}</a> added a new blog \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new blog \"<a href=\"{title_link}\">{title}</a>\".',1252928621),(2669,'en','blog','phpfox','2.0.0rc2','we_do_not_allow_links_in_titles','We do not allow links in titles.','We do not allow links in titles.',1252928947),(2670,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_marked_as_spam','Your blog has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.','Your blog has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.',1252929018),(2671,'en','blog','phpfox','2.0.0rc2','the_blog_you_are_trying_to_approve_is_not_valid','The blog you are trying to approve is not valid.','The blog you are trying to approve is not valid.',1252929042),(2672,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_approved_on_site_title','Your blog has been approved on {site_title}.','Your blog has been approved on {site_title}.',1252929062),(2673,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_approved_on_site_title_message','Your blog has been approved on {site_title}.\r\n\r\nTo view this blog, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your blog has been approved on {site_title}.\r\n\r\nTo view this blog, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1252929150),(2674,'en','blog','phpfox','2.0.0rc2','no_categories_added','No categories added.','No categories added.',1252929208),(2675,'en','blog','phpfox','2.0.0rc2','private_entry','PRIVATE ENTRY','PRIVATE ENTRY',1252929256),(2676,'en','blog','phpfox','2.0.0rc2','private_entry_friends_only','PRIVATE ENTRY - FRIENDS ONLY','PRIVATE ENTRY - FRIENDS ONLY',1252929264),(2677,'en','blog','phpfox','2.0.0rc2','private_blog_entry','Private blog entry...','Private blog entry...',1252929282),(2678,'en','blog','phpfox','2.0.0rc2','private_blog_entry_friends_only','Private blog entry. Friends only...','Private blog entry. Friends only...',1252929290),(2679,'en','blog','phpfox','2.0.0rc2','approve','Approve','Approve',1252929386),(2680,'en','blog','phpfox','2.0.0rc2','favorite','Favorite','Favorite',1252929401),(2681,'en','blog','phpfox','2.0.0rc2','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1252929410),(2682,'en','blog','phpfox','2.0.0rc2','report','Report','Report',1252929417),(2683,'en','blog','phpfox','2.0.0rc2','report_a_blog','Report a Blog','Report a Blog',1252929424),(2684,'en','blog','phpfox','2.0.0rc2','are_you_sure_you_want_to_delete_this_blog','Are you sure you want to delete this blog?','Are you sure you want to delete this blog?',1252929444),(2685,'en','blog','phpfox','2.0.0rc2','add_new_blog','Add New Blog','Add New Blog',1252929466),(2686,'en','blog','phpfox','2.0.0rc2','view_drafts_count','View Drafts ({count})','View Drafts ({count})',1252929510),(2687,'en','blog','phpfox','2.0.0rc2','no_blogs_have_been_added_yet','No blogs have been added yet.','No blogs have been added yet.',1252929703),(2688,'en','blog','phpfox','2.0.0rc2','be_the_first_to_add_a_blog','Be the First to Add a Blog.','Be the First to Add a Blog.',1252929712),(2689,'en','blog','phpfox','2.0.0rc2','posted_on_post_time_by_user_link','Posted on {post_time} by {user_link}.','Posted on {post_time} by {user_link}.',1252929857),(2690,'en','blog','phpfox','2.0.0rc2','comments','Comments','Comments',1252934810),(2691,'en','blog','phpfox','2.0.0rc2','moderate_comments_first','Moderate Comments First','Moderate Comments First',1252934832),(2692,'en','blog','phpfox','2.0.0rc2','no_comments','No Comments','No Comments',1252934841),(2693,'en','blog','phpfox','2.0.0rc2','blog_has_been_deleted','Blog has been deleted!','Blog has been deleted!',1252934891),(2694,'en','blog','phpfox','2.0.0rc2','tags','Tags','Tags',1252934912),(2695,'en','blog','phpfox','2.0.0rc2','status','Status','Status',1252934921),(2696,'en','blog','phpfox','2.0.0rc2','date','Date','Date',1252934928),(2697,'en','blog','phpfox','2.0.0rc2','delete','Delete','Delete',1252934952),(2698,'en','blog','phpfox','2.0.0rc2','you_have_not_added_any_drafts','You have not added any drafts.','You have not added any drafts.',1252934973),(2699,'en','blog','phpfox','2.0.0rc2','you_have_not_added_any_blogs','You have not added any blogs.','You have not added any blogs.',1252934983),(2700,'en','blog','phpfox','2.0.0rc2','add_a_new_blog_entry','Add a New Blog Entry','Add a New Blog Entry',1252935002),(2701,'en','blog','phpfox','2.0.0rc2','user_link_has_not_added_any_blogs','{user_link} has not added any blogs.','{user_link} has not added any blogs.',1252935029),(2702,'en','blog','phpfox','2.0.0rc2','browse_other_blog_entries','Browse Other Blog Entries','Browse Other Blog Entries',1252935242),(2703,'en','blog','phpfox','2.0.0rc2','this_blog_is_pending_an_admins_approval','This blog is pending an Admins approval.','This blog is pending an Admins approval.',1252935262),(2704,'en','blog','phpfox','2.0.0rc3','user_added_a_new_comment_on_their_own_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">blog</a>.',1254380430),(2705,'en','blog','phpfox','2.0.0rc3','user_added_a_new_comment_on_your_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">blog</a>.',1254381407),(2706,'en','blog','phpfox','2.0.0rc3','user_name_added_a_new_comment_on_item_user_name_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">blog</a>.',1254381593),(2707,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1254381747),(2708,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title_to_view_this_comment','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254381827),(2709,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1254381922),(2710,'en','blog','phpfox','2.0.0rc3','search_blogs','Blogs','Blogs',1254382037),(2711,'en','blog','phpfox','2.0.0rc3','view_more_blogs','View More Blogs','View More Blogs',1254382051),(2712,'en','blog','phpfox','2.0.0rc3','blog_created_on_time_stamp_by_full_name','<a href=\"{link}\">Blog</a> created on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.','<a href=\"{link}\">Blog</a> created on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.',1254382119),(2713,'en','blog','phpfox','2.0.0rc3','write_a_blog','Write a Blog','Write a Blog',1254382481),(2714,'en','blog','phpfox','2.0.0rc3','manage_blogs','Manage Blogs','Manage Blogs',1254382492),(2715,'en','blog','phpfox','2.0.0rc3','your_blog_blog_title_has_been_approved','Your blog \"{blog_title}\" has been approved.','Your blog \"{blog_title}\" has been approved.',1254382530),(2716,'en','blog','phpfox','2.0.0rc3','full_name_wrote_a_comment_on_your_blog_blog_title','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your blog \"<a href=\"{blog_link}\">{blog_title}</a>\".','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your blog \"<a href=\"{blog_link}\">{blog_title}</a>\".',1254382644),(2717,'en','blog','phpfox','2.0.0rc3','blogs_text','Blogs Text','Blogs Text',1254382713),(2718,'en','blog','phpfox','2.0.0rc8','setting_digg_integration','<title>Digg Intergration</title><info>Add Digg integration.</info>','<title>Digg Intergration</title><info>Add Digg integration.</info>',1258399183),(2719,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">blog</a>.',1260472335),(2720,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">blog</a>.',1260472354),(2721,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">blog</a>.',1260472367),(2722,'en','blog','phpfox','2.0.0','update_tags_blogs','Update Tags (Blogs)','Update Tags (Blogs)',1261056796),(2723,'en','blog','phpfox','2.0.0','user_setting_can_view_private_blogs','Can view private and password protected blogs?','Can view private and password protected blogs?',1261072610),(2724,'en','blog','phpfox','2.0.0','no_blog_categories_have_been_created','No blog categories have been created.','No blog categories have been created.',1261078923),(2725,'en','blog','phpfox','2.0.0','create_one_now','Create one now','Create one now',1261078933),(2726,'en','blog','phpfox','2.0.0','draft_info','[DRAFT]','[DRAFT]',1261422066),(2727,'en','blog','phpfox','2.0.2','update_users_activity_blog_points','Update Users Activity Blog Points','Update Users Activity Blog Points',1263379913),(2728,'en','blog','phpfox','2.0.5dev1','user_setting_approve_blogs','Approve blogs before they are publicly displayed?','Approve blogs before they are publicly displayed?',1274842829),(2729,'en','blog','phpfox','2.0.5dev1','recent_blogs','Recent Blogs','Recent Blogs',1274843713),(2730,'en','blog','phpfox','2.0.5dev1','most_disccused','Most Disccused','Most Disccused',1274843732),(2731,'en','blog','phpfox','2.0.5dev1','most_discussed','Most Discussed','Most Discussed',1274843742),(2732,'en','blog','phpfox','2.0.5dev1','pending','Pending','Pending',1274843749),(2733,'en','blog','phpfox','2.0.5dev1','there_are_blogs_pending_approval_total_total','There are blogs pending approval. Total: {total}','There are blogs pending approval. Total: {total}',1274843907),(2734,'en','blog','phpfox','2.0.5dev1','approve_blogs_here','Approve blogs here.','Approve blogs here.',1274843988),(2735,'en','blog','phpfox','2.0.5dev2','user_setting_flood_control_blog','How many minutes should a user wait before they can submit another blog?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can submit another blog?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275105423),(2736,'en','blog','phpfox','2.0.5dev2','your_are_posting_a_little_too_soon','You are posting a little too soon.','You are posting a little too soon.',1275105712),(2737,'en','bulletin','phpfox','2.0.0alpha1','module_bulletin','Bulletin','Bulletin',1232977016),(2738,'en','bulletin','phpfox','2.0.0alpha1','menu_my_bulletins','My Bulletins','My Bulletins',1233054835),(2739,'en','bulletin','phpfox','2.0.0alpha1','menu_post_bulletin','Post a Bulletin','Post a Bulletin',1233054861),(2740,'en','bulletin','phpfox','2.0.0alpha1','menu_view_bulletins','View Bulletins','View Bulletins',1233054890),(2741,'en','bulletin','phpfox','2.0.0alpha1','setting_is_bulletin_public','<title>Bulletin Public</title><info>This setting tells if bulletins can be viewed by everyone or just friends of the poster.\r\n\r\ntrue = everyone\r\nfalse = just friends of the poster.</info>','<title>Bulletin Public</title><info>This setting tells if bulletins can be viewed by everyone or just friends of the poster.\r\n\r\ntrue = everyone\r\nfalse = just friends of the poster.</info>',1234186186),(2742,'en','bulletin','phpfox','2.0.0alpha1','setting_cache_time_out','<title>Cache time out</title><info>This setting tells how often should the cache be discarded. This helps relief stress from the database at the cost of live information.\r\n\r\nThe time is set in minutes, meaning that when set to 15 any bulletin posted will not show up until 15 minutes after or sooner.\r\n\r\nThis setting depends entirely on <setting>bulletin_do_cache </setting></info>','<title>Cache time out</title><info>This setting tells how often should the cache be discarded. This helps relief stress from the database at the cost of live information.\r\n\r\nThe time is set in minutes, meaning that when set to 15 any bulletin posted will not show up until 15 minutes after or sooner.\r\n\r\nThis setting depends entirely on <setting>bulletin_do_cache </setting></info>',1234186293),(2743,'en','bulletin','phpfox','2.0.0alpha1','setting_how_many_show_in_front_page','<title>How many to show</title><info>This setting tells the script how many bulletins should be shown on the front page (or anywhere the getBulletins() function is called)</info>','<title>How many to show</title><info>This setting tells the script how many bulletins should be shown on the front page (or anywhere the getBulletins() function is called)</info>',1234186367),(2744,'en','bulletin','phpfox','2.0.0alpha1','fill_text','You need to fill the text field','You need to fill the text field',1234186401),(2745,'en','bulletin','phpfox','2.0.0alpha1','setting_bulletin_reply_flood_control','<title>Bulletin Reply Flood Control</title><info>Tells how often can a user reply to a bulletin in minutes (i.e. 5 => 5 minutes)\r\n\r\nThis helps control spam and flooding.</info>','<title>Bulletin Reply Flood Control</title><info>Tells how often can a user reply to a bulletin in minutes (i.e. 5 => 5 minutes)\r\n\r\nThis helps control spam and flooding.</info>',1234186479),(2746,'en','bulletin','phpfox','2.0.0alpha1','fill_subject','You need to fill the subject field','You need to fill the subject field',1234186927),(2747,'en','bulletin','phpfox','2.0.0alpha1','user_setting_bulletin_enable_captcha','Tells if the members of this usergroup should complete a captcha challenge before submitting any bulletin','Tells if the members of this usergroup should complete a captcha challenge before submitting any bulletin',1234186966),(2748,'en','bulletin','phpfox','2.0.0alpha1','preview','Preview','Preview',1234186988),(2749,'en','bulletin','phpfox','2.0.0alpha1','bulletin_preview','Bulletin Preview','Bulletin Preview',1234187007),(2750,'en','bulletin','phpfox','2.0.0alpha1','user_setting_bulletin_flood_control','Tells how often each member of this usergroup can post a bulletin.','Tells how often each member of this usergroup can post a bulletin.',1234190006),(2751,'en','bulletin','phpfox','2.0.0alpha1','user_setting_points_bulletin','How many points to award per new bulletin posted','How many points to award per new bulletin posted',1234190051),(2752,'en','bulletin','phpfox','2.0.0alpha1','bulletin_flood_control','You can only post bulletins every {x} minutes','You can only post bulletins every {x} minutes',1234191239),(2753,'en','bulletin','phpfox','2.0.0alpha1','user_setting_can_add_bulletin','Can add a bulletin?','Can add a bulletin?',1234513923),(2754,'en','bulletin','phpfox','2.0.0alpha1','user_setting_bulletin_can_view_bulletins','Can view bulletins?','Can view bulletins?',1234513963),(2755,'en','bulletin','phpfox','2.0.0alpha1','user_setting_bulletin_can_delete_own','Can delete own bulletin?','Can delete own bulletin?',1234514031),(2756,'en','bulletin','phpfox','2.0.0alpha1','user_setting_bulletin_edit_own','Can edit own bulletin?','Can edit own bulletin?',1234514074),(2757,'en','bulletin','phpfox','2.0.0alpha1','click_edit','Click to Edit','Click to Edit',1234514113),(2758,'en','bulletin','phpfox','2.0.0alpha1','setting_bulletin_view_timestamp','<title>Bulletin Time Format</title><info>Sets the date displaying format according to http://php.net/date\r\n\r\nDefault value:\r\nF jS at g:ia\r\n\r\nshows something like: \r\nFebruary 13th at 11:00am</info>','<title>Bulletin Time Format</title><info>Sets the date displaying format according to http://php.net/date\r\n\r\nDefault value:\r\nF jS at g:ia\r\n\r\nshows something like: \r\nFebruary 13th at 11:00am</info>',1234519327),(2759,'en','bulletin','phpfox','2.0.0alpha1','setting_bulletin_do_cache','<title>Enable Cache Of Bulletins</title><info>This setting enables (true) or disables (false) the caching of bulletins. \r\n\r\nCaching keeps the site from showing purely live content and the delay for this cache can be set on variable <setting>cache_time_out</setting></info>','<title>Enable Cache Of Bulletins</title><info>This setting enables (true) or disables (false) the caching of bulletins. \r\n\r\nCaching keeps the site from showing purely live content and the delay for this cache can be set on variable <setting>cache_time_out</setting></info>',1234519953),(2760,'en','bulletin','phpfox','2.0.0alpha2','user_setting_bulletin_can_edit_others','Can edit bulletins submitted by other users?','Can edit bulletins submitted by other users?',1237794256),(2761,'en','bulletin','phpfox','2.0.0alpha2','user_setting_bulletin_can_delete_others','Can delete bulletins submitted by other users?','Can delete bulletins submitted by other users?',1237794311),(2762,'en','bulletin','phpfox','2.0.0alpha2','user_setting_can_post_comment_on_bulletin','Can post comments on bulletins?','Can post comments on bulletins?',1237796399),(2763,'en','bulletin','phpfox','2.0.0alpha2','setting_can_post_comments_on_bulletin','<title>Enable Comments</title><info>Set to <b>True</b> if you would like to enable users the ability to post comments on bulletins.\r\n\r\n<b>Notice:</b> With this setting disabled users can still send private replies to each other as comments are only intended to be public.</info>','<title>Enable Comments</title><info>Set to <b>True</b> if you would like to enable users the ability to post comments on bulletins.\r\n\r\n<b>Notice:</b> With this setting disabled users can still send private replies to each other as comments are only intended to be public.</info>',1237798377),(2764,'en','bulletin','phpfox','2.0.0alpha2','user_setting_can_control_comments_on_bulletins','Can control comments on their own bulletin?','Can control comments on their own bulletin?',1237798605),(2765,'en','bulletin','phpfox','2.0.0alpha2','menu_bulletins','Bulletins','Bulletins',1237799166),(2766,'en','bulletin','phpfox','2.0.0rc2','reply_to_bulletin','Reply to bulletin','Reply to bulletin',1252935349),(2767,'en','bulletin','phpfox','2.0.0rc2','message_sent','Message sent','Message sent',1252935363),(2768,'en','bulletin','phpfox','2.0.0rc2','you_are_not_allowed_to_delete_this_bulletin','You are not allowed to delete this bulletin.','You are not allowed to delete this bulletin.',1252935387),(2769,'en','bulletin','phpfox','2.0.0rc2','bulletins','Bulletins','Bulletins',1252935406),(2770,'en','bulletin','phpfox','2.0.0rc2','view_all_bulletins','View All Bulletins','View All Bulletins',1252935416),(2771,'en','bulletin','phpfox','2.0.0rc2','post_a_bulletin','Post a Bulletin','Post a Bulletin',1252935425),(2772,'en','bulletin','phpfox','2.0.0rc2','bulletin_successfully_updated','Bulletin successfully updated.','Bulletin successfully updated.',1252935457),(2773,'en','bulletin','phpfox','2.0.0rc2','bulletin_successfully_added','Bulletin successfully added.','Bulletin successfully added.',1252935467),(2774,'en','bulletin','phpfox','2.0.0rc2','post','Post','Post',1252935499),(2775,'en','bulletin','phpfox','2.0.0rc2','bulletin_successfully_deleted','Bulletin successfully deleted.','Bulletin successfully deleted.',1252935523),(2776,'en','bulletin','phpfox','2.0.0rc2','bulletin_does_not_exist','Bulletin does not exist.','Bulletin does not exist.',1252935549),(2777,'en','bulletin','phpfox','2.0.0rc2','friends_only_bulletin','Friends only bulletin.','Friends only bulletin.',1252935564),(2778,'en','bulletin','phpfox','2.0.0rc2','you_can_t_post_just_yet','You can\'t post just yet.','You can\'t post just yet.',1252935585),(2779,'en','bulletin','phpfox','2.0.0rc2','you_cannot_message_yourself','You cannot message yourself.','You cannot message yourself.',1252935597),(2780,'en','bulletin','phpfox','2.0.0rc2','message_successfully_sent','Message successfully sent.','Message successfully sent.',1252935620),(2781,'en','bulletin','phpfox','2.0.0rc2','owner_full_name_added_a_new_bulletin','<a href=\"{user_link}\">{owner_full_name}</a> added a new bulletin \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new bulletin \"<a href=\"{title_link}\">{title}</a>\".',1252935772),(2782,'en','bulletin','phpfox','2.0.0rc2','user_added_a_new_comment_on_their_own_bulletin','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on their own <a href=\"{title_link}\">bulletin</a>.','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on their own <a href=\"{title_link}\">bulletin</a>.',1252936010),(2783,'en','bulletin','phpfox','2.0.0rc2','item_full_name_added_a_new_comment_on_item_user','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">bulletin</a>.','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">bulletin</a>.',1252936306),(2784,'en','bulletin','phpfox','2.0.0rc2','item_full_name_added_a_new_comment_on_your_bulletin','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on your <a href=\"{title_link}\">bulletin</a>.','<a href=\"{item_user_link}\">{item_full_name}</a> added a new comment on your <a href=\"{title_link}\">bulletin</a>.',1252936358),(2785,'en','bulletin','phpfox','2.0.0rc2','full_name_left_you_a_comment_on_site_title','{full_name} left you a comment on {site_title}.','{full_name} left you a comment on {site_title}.',1252936548),(2786,'en','bulletin','phpfox','2.0.0rc2','full_name_left_you_a_comment_on_site_title_message','{full_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1252936642),(2787,'en','bulletin','phpfox','2.0.0rc2','full_name_left_you_a_comment_on_site_title_message_approve','{full_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1252937102),(2788,'en','bulletin','phpfox','2.0.0rc2','on_name_s_bulletin','On {name}\'s bulletin.','On {name}\'s bulletin.',1252937224),(2789,'en','bulletin','phpfox','2.0.0rc2','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1252937263),(2790,'en','bulletin','phpfox','2.0.0rc2','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1252937352),(2791,'en','bulletin','phpfox','2.0.0rc2','no_bulletins_have_been_added_yet','No bulletins have been added yet.','No bulletins have been added yet.',1252937445),(2792,'en','bulletin','phpfox','2.0.0rc2','be_the_first_to_add_a_bulletin','Be the First To Add a Bulletin','Be the First To Add a Bulletin',1252937457),(2793,'en','bulletin','phpfox','2.0.0rc2','posted_on_time_stamp_by_user_link','Posted on {item_time_stamp} by {user_link}.','Posted on {item_time_stamp} by {user_link}.',1252994667),(2794,'en','bulletin','phpfox','2.0.0rc2','view_attachments_total_count','View Attachments ({total_count})','View Attachments ({total_count})',1252994861),(2795,'en','bulletin','phpfox','2.0.0rc2','report_a_bulletin','Report a Bulletin','Report a Bulletin',1252994888),(2796,'en','bulletin','phpfox','2.0.0rc2','report','Report','Report',1252994898),(2797,'en','bulletin','phpfox','2.0.0rc2','edit','Edit','Edit',1252994908),(2798,'en','bulletin','phpfox','2.0.0rc2','delete','Delete','Delete',1252994918),(2799,'en','bulletin','phpfox','2.0.0rc2','view_comments','View Comments','View Comments',1252994935),(2800,'en','bulletin','phpfox','2.0.0rc2','comment_total','Comment ({total})','Comment ({total})',1252994953),(2801,'en','bulletin','phpfox','2.0.0rc2','title','Title','Title',1252994998),(2802,'en','bulletin','phpfox','2.0.0rc2','message','Message','Message',1252995006),(2803,'en','bulletin','phpfox','2.0.0rc2','comments','Comments','Comments',1252995017),(2804,'en','bulletin','phpfox','2.0.0rc2','allow_comments','Allow Comments','Allow Comments',1252995026),(2805,'en','bulletin','phpfox','2.0.0rc2','moderate_comments_first','Moderate Comments First','Moderate Comments First',1252995034),(2806,'en','bulletin','phpfox','2.0.0rc2','no_comments','No Comments','No Comments',1252995041),(2807,'en','bulletin','phpfox','2.0.0rc2','submit','Submit','Submit',1252995050),(2808,'en','bulletin','phpfox','2.0.0rc2','you_wrote_on_item_time_stamp','<a href=\"{link}\">You</a> wrote on {item_time_stamp}.','<a href=\"{link}\">You</a> wrote on {item_time_stamp}.',1252995134),(2809,'en','bulletin','phpfox','2.0.0rc2','user_link_wrote_on_item_time_stamp','{user_link} wrote on {item_time_stamp}.','{user_link} wrote on {item_time_stamp}.',1252995564),(2810,'en','bulletin','phpfox','2.0.0rc2','reply','Reply','Reply',1252995811),(2811,'en','bulletin','phpfox','2.0.0rc2','cancel','cancel','cancel',1252995839),(2812,'en','bulletin','phpfox','2.0.0rc2','this_message_will_be_sent_as_a_private_message_to_user_link','This message will be sent as a private message to {user_link}.','This message will be sent as a private message to {user_link}.',1252995873),(2813,'en','bulletin','phpfox','2.0.0rc2','private_reply','Private Reply','Private Reply',1252996012),(2814,'en','bulletin','phpfox','2.0.0rc2','you_do_not_have_permission_to_add_a_comment_on_this_persons_profile','You do not have permission to add a comment on this persons profile.','You do not have permission to add a comment on this persons profile.',1252996396),(2815,'en','bulletin','phpfox','2.0.0rc2','only_members_of_this_group_can_leave_a_comment','Only members of this group can leave a comment.','Only members of this group can leave a comment.',1252996419),(2816,'en','bulletin','phpfox','2.0.0rc4','bulletin_text','Bulletin Text','Bulletin Text',1255860035),(2817,'en','bulletin','phpfox','2.0.0rc8','bulletin_activity','Bulletins','Bulletins',1258500434),(2818,'en','bulletin','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_bulletin_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">bulletin</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">bulletin</a>.',1260465364),(2819,'en','bulletin','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_bulletin_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">bulletin</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">bulletin</a>.',1260465391),(2820,'en','bulletin','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_bulletin_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">bulletin</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">bulletin</a>.',1260465410),(2821,'en','bulletin','phpfox','2.0.5dev1','user_setting_approve_bulletins','Bulletins must be approved before they are displayed publicly?','Bulletins must be approved before they are displayed publicly?',1275003399),(2822,'en','bulletin','phpfox','2.0.5dev1','bulletin_is_pending_an_admins_approval','Bulletin is pending an Admins approval.','Bulletin is pending an Admins approval.',1275003524),(2823,'en','bulletin','phpfox','2.0.5dev1','user_setting_can_approve_bulletins','Can approve bulletins?','Can approve bulletins?',1275004514),(2824,'en','bulletin','phpfox','2.0.5dev1','approve_bulletin','Approve Bulletin','Approve Bulletin',1275004600),(2825,'en','bulletin','phpfox','2.0.5dev1','bulletin_has_successfully_been_approved','Bulletin has successfully been approved.','Bulletin has successfully been approved.',1275004691),(2826,'en','bulletin','phpfox','2.0.5dev1','approve','Approve','Approve',1275005435),(2827,'en','captcha','phpfox','2.0.0alpha1','user_setting_captcha_on_blog_add','Enable CAPTCHA challenge when adding a new blog.','Enable CAPTCHA challenge when adding a new blog.',1214436352),(2828,'en','captcha','phpfox','2.0.0alpha1','user_setting_captcha_on_comment','Enable CAPTHCA challenge when a user adds a comment?','Enable CAPTHCA challenge when a user adds a comment?',1214975404),(2829,'en','captcha','phpfox','2.0.0alpha1','module_captcha','Control CAPTCHA (Completely Automated Public Turing) testing.','Control CAPTCHA (Completely Automated Public Turing) testing.',1214232551),(2830,'en','captcha','phpfox','2.0.0alpha1','complete_captcha_challenge','Complete the CAPTCHA challenge.','Complete the CAPTCHA challenge.',1214797483),(2831,'en','captcha','phpfox','2.0.0alpha1','image_verification','Image Verification','Image Verification',1219059191),(2832,'en','captcha','phpfox','2.0.0alpha1','captcha_failed_please_try_again','Captcha failed. Please try again.','Captcha failed. Please try again.',1219059511),(2833,'en','captcha','phpfox','2.0.0alpha1','refreshing_image','Refreshing Image','Refreshing Image',1219059568),(2834,'en','captcha','phpfox','2.0.0alpha1','reload_image','Reload Image','Reload Image',1219059610),(2835,'en','captcha','phpfox','2.0.0alpha1','click_refresh_image','Click to Refresh Image','Click to Refresh Image',1219059622),(2836,'en','captcha','phpfox','2.0.0alpha1','type_verification_code_above','Type in the verification code above','Type in the verification code above',1219059639),(2837,'en','captcha','phpfox','2.0.0rc12','setting_group_recaptcha','<title>reCAPTCHA</title><info>reCAPTCHA</info>','<title>reCAPTCHA</title><info>reCAPTCHA</info>',1260884786),(2838,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha','<title>Enable reCAPTCHA</title><info>By enabling <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>, wherever we use a captcha routine to prevent spam it will be replaced with reCAPTCHA.\r\n\r\nYou can sign up for a free account at <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>','<title>Enable reCAPTCHA</title><info>By enabling <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>, wherever we use a captcha routine to prevent spam it will be replaced with reCAPTCHA.\r\n\r\nYou can sign up for a free account at <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>',1260884933),(2839,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_public_key','<title>reCAPTCHA Public Key</title><info>Enter your reCAPTCHA public key here.</info>','<title>reCAPTCHA Public Key</title><info>Enter your reCAPTCHA public key here.</info>',1260885294),(2840,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_private_key','<title>reCAPTCHA Private Key</title><info>Enter your reCAPTCHA private key here.</info>','<title>reCAPTCHA Private Key</title><info>Enter your reCAPTCHA private key here.</info>',1260885341),(2841,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_header','<title>reCAPTCHA Header</title><info>You can modify the style of reCAPTCHA by adding JavaScript to the template header and by adding CSS to the same header or for each theme.\r\n\r\nMore information can be found <a href=\"http://wiki.recaptcha.net/index.php/How_to_change_reCAPTCHA_colors\" target=\"_blank\">here</a>.</info>','<title>reCAPTCHA Header</title><info>You can modify the style of reCAPTCHA by adding JavaScript to the template header and by adding CSS to the same header or for each theme.\r\n\r\nMore information can be found <a href=\"http://wiki.recaptcha.net/index.php/How_to_change_reCAPTCHA_colors\" target=\"_blank\">here</a>.</info>',1260886253),(2842,'en','comment','phpfox','2.0.0alpha1','user_setting_wysiwyg_on_comments','Can use a WYSIWYG Editor on comments?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.','Can use a WYSIWYG Editor on comments?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.',1214975355),(2843,'en','comment','phpfox','2.0.0alpha1','user_setting_edit_own_comment','Can edit their own comments?','Can edit their own comments?',1214975363),(2844,'en','comment','phpfox','2.0.0alpha1','user_setting_edit_user_comment','Can edit comments added by other users?','Can edit comments added by other users?',1214975374),(2845,'en','comment','phpfox','2.0.0alpha1','user_setting_delete_own_comment','Can delete their own comments?','Can delete their own comments?',1214975381),(2846,'en','comment','phpfox','2.0.0alpha1','user_setting_delete_user_comment','Can delete comments added by other users?','Can delete comments added by other users?',1214975391),(2847,'en','comment','phpfox','2.0.0alpha1','user_setting_points_comment','Specify how many points the user will receive when adding a new comment.','Specify how many points the user will receive when adding a new comment.',1214975689),(2848,'en','comment','phpfox','2.0.0alpha1','user_setting_can_vote_on_comments','Allow users to vote on comments?','Allow users to vote on comments?',1218723462),(2849,'en','comment','phpfox','2.0.0alpha1','user_setting_can_post_comments','Can post comments?','Can post comments?',1219216463),(2850,'en','comment','phpfox','2.0.0alpha1','module_comment','Comment','Comment',1219147587),(2851,'en','comment','phpfox','2.0.0alpha1','x_wrote','<a href=\"{link}\">{full_name}</a> wrote at {date}','<a href=\"{link}\">{full_name}</a> wrote at {date}',1212758463),(2852,'en','comment','phpfox','2.0.0alpha1','edit','Edit','Edit',1212758797),(2853,'en','comment','phpfox','2.0.0alpha1','reply','Reply','Reply',1212758815),(2854,'en','comment','phpfox','2.0.0alpha1','quote','Quote','Quote',1212758831),(2855,'en','comment','phpfox','2.0.0alpha1','delete','Delete','Delete',1212758847),(2856,'en','comment','phpfox','2.0.0alpha1','delete_comment','Delete Comment','Delete Comment',1212758863),(2857,'en','comment','phpfox','2.0.0alpha1','last_update_on_x_by_x','Last Update on {date} by {full_name}','Last Update on {date} by {full_name}',1212761285),(2858,'en','comment','phpfox','2.0.0alpha1','fill_text_your_comment','Fill in some text for your comment','Fill in some text for your comment',1212761438),(2859,'en','comment','phpfox','2.0.0alpha1','leave_a_reply','Leave a Reply','Leave a Reply',1212761679),(2860,'en','comment','phpfox','2.0.0alpha1','comment','Comment','Comment',1212761697),(2861,'en','comment','phpfox','2.0.0alpha1','submit_comment','Submit Comment','Submit Comment',1212761728),(2862,'en','comment','phpfox','2.0.0alpha1','adding_comment','Adding Comment','Adding Comment',1212761764),(2863,'en','comment','phpfox','2.0.0alpha1','comment_deleted','Comment Deleted','Comment Deleted',1215261123),(2864,'en','comment','phpfox','2.0.0alpha1','voted','Voted!','Voted!',1218714564),(2865,'en','comment','phpfox','2.0.0alpha1','vote','{total} Vote','{total} Vote',1218723227),(2866,'en','comment','phpfox','2.0.0alpha1','votes','{total} Votes','{total} Votes',1218723235),(2867,'en','comment','phpfox','2.0.0alpha1','vote_this_comment','Vote This Comment Up','Vote This Comment Up',1218723252),(2868,'en','comment','phpfox','2.0.0alpha1','vote_this_comment_down','Vote This Comment Down','Vote This Comment Down',1218723273),(2869,'en','comment','phpfox','2.0.0alpha1','comments_header','Comments','Comments',1218724890),(2870,'en','comment','phpfox','2.0.0alpha1','comments','No comments. Be the first to <a href=\"#add-comment\" onclick=\"$.scrollTo(\'#add-comment\', 360); return false;\">add</a> a comment.','No comments. Be the first to <a href=\"#add-comment\" onclick=\"$.scrollTo(\'#add-comment\', 360); return false;\">add</a> a comment.',1219061995),(2871,'en','comment','phpfox','2.0.0alpha1','user_wrote_date','{full_name} wrote at {date}','{full_name} wrote at {date}',1219404347),(2872,'en','comment','phpfox','2.0.0alpha1','name','Name','Name',1219404436),(2873,'en','comment','phpfox','2.0.0alpha1','email_will_not_published','Email (Will not be published)','Email (Will not be published)',1219404453),(2874,'en','comment','phpfox','2.0.0alpha1','website','Website','Website',1219404463),(2875,'en','comment','phpfox','2.0.0alpha1','comments_must_login_signup','No Comments. <a href=\"{login}\">Login</a> or <a href=\"{register}\">Signup</a> to be first.','No Comments. <a href=\"{login}\">Login</a> or <a href=\"{register}\">Signup</a> to be first.',1219405155),(2876,'en','comment','phpfox','2.0.0alpha3','user_setting_comment_post_flood_control','Define how many minutes this user group should wait before they can post a new comment.\r\n\r\nNote: Set to 0 if there should be no limit.','Define how many minutes this user group should wait before they can post a new comment.\r\n\r\nNote: Set to 0 if there should be no limit.',1239106180),(2877,'en','comment','phpfox','2.0.0beta5','setting_allow_rss_feed_on_comments','<title>RSS Feed on Comments</title><info>Set to <b>True</b> to enable RSS feeds on comments.</info>','<title>RSS Feed on Comments</title><info>Set to <b>True</b> to enable RSS feeds on comments.</info>',1245661168),(2878,'en','comment','phpfox','2.0.0rc1','setting_total_child_comments','<title>Total Child Comments</title><info>Define how many child comments can a parent comment have?\r\n\r\nNote: This is only used if threaded replies are enabled.</info>','<title>Total Child Comments</title><info>Define how many child comments can a parent comment have?\r\n\r\nNote: This is only used if threaded replies are enabled.</info>',1250665239),(2879,'en','comment','phpfox','2.0.0rc1','user_setting_can_moderate_comments','Can moderate comments?','Can moderate comments?',1251193218),(2880,'en','comment','phpfox','2.0.0rc1','setting_spam_check_comments','<title>Spam Check Comments</title><info>Spam Check Comments</info>','<title>Spam Check Comments</title><info>Spam Check Comments</info>',1251271192),(2881,'en','comment','phpfox','2.0.0rc1','setting_comment_hash_check','<title>Comment Hash Check</title><info>If enabled this will check if the last X comments added in the last Y minutes are identical to the comment being added.\r\n\r\nNotice: X & Y are settings that can be changed.</info>','<title>Comment Hash Check</title><info>If enabled this will check if the last X comments added in the last Y minutes are identical to the comment being added.\r\n\r\nNotice: X & Y are settings that can be changed.</info>',1251284550),(2882,'en','comment','phpfox','2.0.0rc1','setting_comments_to_check','<title>Comments To Check</title><info>If the setting to check if comments are identical you can set here how many comments in the past should be checked.</info>','<title>Comments To Check</title><info>If the setting to check if comments are identical you can set here how many comments in the past should be checked.</info>',1251284777),(2883,'en','comment','phpfox','2.0.0rc1','setting_total_minutes_to_wait_for_comments','<title>Comment Minutes to Wait Until Next Check</title><info>If the setting to check if comments are identical you can set here how far back we should check in minutes.</info>','<title>Comment Minutes to Wait Until Next Check</title><info>If the setting to check if comments are identical you can set here how far back we should check in minutes.</info>',1251284849),(2884,'en','comment','phpfox','2.0.0rc2','posting_a_comment_a_little_too_soon_total_time','Posting a comment a little too soon. {total_time}','Posting a comment a little too soon. {total_time}',1252996489),(2885,'en','comment','phpfox','2.0.0rc2','add_some_text_to_your_comment','Add some text to your comment.','Add some text to your comment.',1252996511),(2886,'en','comment','phpfox','2.0.0rc2','your_comment_was_successfully_added_moderated','Your comment was successfully added, however this item requires that all comments be moderated by the owner before they are publicly displayed.','Your comment was successfully added, however this item requires that all comments be moderated by the owner before they are publicly displayed.',1252996553),(2887,'en','comment','phpfox','2.0.0rc2','last_update_on_time_stamp_by_full_name','Last update on {time_stamp} by {full_name}.','Last update on {time_stamp} by {full_name}.',1252996649),(2888,'en','comment','phpfox','2.0.0rc2','comment_successfully_deleted','Comment successfully deleted.','Comment successfully deleted.',1252998594),(2889,'en','comment','phpfox','2.0.0rc2','fill_in_your_name','Fill in your name.','Fill in your name.',1252998674),(2890,'en','comment','phpfox','2.0.0rc2','comment_title','Comments','Comments',1252998712),(2891,'en','comment','phpfox','2.0.0rc2','last_activity','Last Activity','Last Activity',1252998824),(2892,'en','comment','phpfox','2.0.0rc2','rating','Rating','Rating',1252998834),(2893,'en','comment','phpfox','2.0.0rc2','rss_feeds_are_disabled_for_comments','RSS feeds are disabled for comments.','RSS feeds are disabled for comments.',1252998882),(2894,'en','comment','phpfox','2.0.0rc2','comment_does_not_exist','Comment does not exist.','Comment does not exist.',1252998893),(2895,'en','comment','phpfox','2.0.0rc2','nothing_new_to_approve','Nothing new to approve.','Nothing new to approve.',1252998943),(2896,'en','comment','phpfox','2.0.0rc2','comments_pending_approval','Comments Pending Approval','Comments Pending Approval',1252998961),(2897,'en','comment','phpfox','2.0.0rc2','comments_pending_approval_total','Comments Pending Approval (<span id=\"js_request_comment_count_total\">{total}</span>)','Comments Pending Approval (<span id=\"js_request_comment_count_total\">{total}</span>)',1252998996),(2898,'en','comment','phpfox','2.0.0rc2','new_comments','New Comments','New Comments',1252999027),(2899,'en','comment','phpfox','2.0.0rc2','comments_for_approval','Comments for Approval','Comments for Approval',1252999037),(2900,'en','comment','phpfox','2.0.0rc2','add_comment','Add Comment','Add Comment',1252999047),(2901,'en','comment','phpfox','2.0.0rc2','view_comments','View Comments','View Comments',1252999055),(2902,'en','comment','phpfox','2.0.0rc2','user_link_added_a_comment_and_is_pending_your_approval','{user_link} added a comment and is pending your approval.','{user_link} added a comment and is pending your approval.',1252999095),(2903,'en','comment','phpfox','2.0.0rc2','by_full_name','By: {full_name}','By: {full_name}',1252999214),(2904,'en','comment','phpfox','2.0.0rc2','latest_comments_on_site_title','Latest comments on {site_title}.','Latest comments on {site_title}.',1252999246),(2905,'en','comment','phpfox','2.0.0rc2','latest_comments','Latest Comments','Latest Comments',1252999267),(2906,'en','comment','phpfox','2.0.0rc2','your_comment_has_been_marked_as_spam_it_will_have_to_be_approved_by_an_admin','Your comment has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.','Your comment has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.',1252999400),(2907,'en','comment','phpfox','2.0.0rc2','not_a_valid_comment','Not a valid comment.','Not a valid comment.',1252999445),(2908,'en','comment','phpfox','2.0.0rc2','unable_to_moderate_this_comment','Unable to moderate this comment.','Unable to moderate this comment.',1252999489),(2909,'en','comment','phpfox','2.0.0rc2','email','Email','Email',1252999530),(2910,'en','comment','phpfox','2.0.0rc2','will_not_be_published','Will not be published.','Will not be published.',1252999537),(2911,'en','comment','phpfox','2.0.0rc2','message','Message','Message',1252999547),(2912,'en','comment','phpfox','2.0.0rc2','item','Item','Item',1252999578),(2913,'en','comment','phpfox','2.0.0rc2','approve','Approve','Approve',1252999602),(2914,'en','comment','phpfox','2.0.0rc2','deny','Deny','Deny',1252999610),(2915,'en','comment','phpfox','2.0.0rc2','your_comment_has_successfully_added','Your comment has successfully added.','Your comment has successfully added.',1253003073),(2916,'en','comment','phpfox','2.0.0rc2','view_replies_total_to_this_comment','View replies ({total}) to this comment.','View replies ({total}) to this comment.',1253003246),(2917,'en','comment','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1253003269),(2918,'en','comment','phpfox','2.0.0rc2','user_link_at_item_time_stamp','{user_link} at {item_time_stamp}.','{user_link} at {item_time_stamp}.',1253003465),(2919,'en','comment','phpfox','2.0.0rc2','view_more','View More','View More',1253005082),(2920,'en','comment','phpfox','2.0.0rc2','moderate_comments','Moderate Comments','Moderate Comments',1253005324),(2921,'en','comment','phpfox','2.0.0rc2','comment_successfully_approved','Comment successfully approved.','Comment successfully approved.',1253005331),(2922,'en','comment','phpfox','2.0.0rc2','user_link_left_a_comment_on_your_item','{user_link} left a comment on your <a href=\"{link}\">{item_name}</a>.','{user_link} left a comment on your <a href=\"{link}\">{item_name}</a>.',1253005615),(2923,'en','comment','phpfox','2.0.0rc2','no_comments','No comments.','No comments.',1253007452),(2924,'en','comment','phpfox','2.0.0rc3','user_setting_can_delete_comments_posted_on_own_profile','Can this user group delete comments posted on their own profile?','Can this user group delete comments posted on their own profile?',1254142484),(2925,'en','comment','phpfox','2.0.0rc3','no_comments_added','No comments added.','No comments added.',1254575996),(2926,'en','comment','phpfox','2.0.0rc4','setting_allow_comments_on_profiles','<title>Allow Comments on Profile</title><info>Enable this feature to allow comments on profiles.</info>','<title>Allow Comments on Profile</title><info>Enable this feature to allow comments on profiles.</info>',1255773488),(2927,'en','comment','phpfox','2.0.0rc4','loading','Loading','Loading',1255779973),(2928,'en','comment','phpfox','2.0.0rc4','view_all_total_left_comments','View all {total_left} comments','View all {total_left} comments',1255780014),(2929,'en','comment','phpfox','2.0.0rc4','comments_text','Comments Text','Comments Text',1255860241),(2930,'en','comment','phpfox','2.0.0rc4','view_all_comments','View All Comments','View All Comments',1256652089),(2931,'en','comment','phpfox','2.0.0rc4','view_all_comments_total','View All Comments ({total})','View All Comments ({total})',1256652375),(2932,'en','comment','phpfox','2.0.0rc8','cannot_comment_on_this_item_as_it_does_not_exist_any_longer','Cannot comment on this item as it does not exist any longer.','Cannot comment on this item as it does not exist any longer.',1258388355),(2933,'en','comment','phpfox','2.0.0rc8','comments_activity','Comments','Comments',1258500371),(2934,'en','comment','phpfox','2.0.0rc8','new_comments_stats','Comments','Comments',1258756851),(2935,'en','comment','phpfox','2.0.0rc8','you_cannot_write_a_comment_on_your_own_profile','You cannot write a comment on your own profile.','You cannot write a comment on your own profile.',1258848075),(2936,'en','comment','phpfox','2.0.0rc8','user_setting_can_comment_on_own_profile','Can comment on own profile?','Can comment on own profile?',1258848146),(2937,'en','comment','phpfox','2.0.0rc8','update_owner_id_for_comments_only_for_those_that_upgraded_from_v1_6_21','Update Owner ID# for Comments (Only for those that upgraded from v1.6.21).','Update Owner ID# for Comments (Only for those that upgraded from v1.6.21).',1258985244),(2938,'en','comment','phpfox','2.0.0rc8','your_old_v1_6_21_setting_file_must_exist','Your old v1.6.21 setting file must exist in order for us to continue. Old setting file: {file}','Your old v1.6.21 setting file must exist in order for us to continue. Old setting file: {file}',1258985284),(2939,'en','comment','phpfox','2.0.0rc8','the_database_table_table_does_not_exist','The database table \"{table}\" does not exist. We cannot update this counter.','The database table \"{table}\" does not exist. We cannot update this counter.',1258985369),(2940,'en','comment','phpfox','2.0.0rc11','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1260134308),(2941,'en','comment','phpfox','2.0.0rc11','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1260134338),(2942,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">comment</a>.',1260473572),(2943,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_coment_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.',1260483353),(2944,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">comment</a>.',1260483372),(2945,'en','comment','phpfox','2.0.5dev1','user_setting_approve_all_comments','Approve comments before they are displayed publicly?','Approve comments before they are displayed publicly?',1275006612),(2946,'en','comment','phpfox','2.0.5dev1','your_comment_has_successfully_been_added_however_it_is_pending_an_admins_approval','Your comment has successfully been added, however it is pending an Admins approval.','Your comment has successfully been added, however it is pending an Admins approval.',1275010416),(2947,'en','comment','phpfox','2.0.5dev1','comments_approve','Comments','Comments',1275010577),(2948,'en','comment','phpfox','2.0.5dev1','comment_approved_on_site_title','Comment Approved on {site_title}','Comment Approved on {site_title}',1275012409),(2949,'en','comment','phpfox','2.0.5dev1','one_of_your_comments_on_site_title','One of your comments on {site_title} has been approved. To view this comment click the link below:\r\n<a href=\"{link}\">{link}</a>','One of your comments on {site_title} has been approved. To view this comment click the link below:\r\n<a href=\"{link}\">{link}</a>',1275012488),(2950,'en','comment','phpfox','2.0.6','subscribe_to_comments','Subscribe to comments','Subscribe to comments',1282665092),(2951,'en','contact','phpfox','2.0.0alpha1','module_contact','Contact','Contact',1232965280),(2952,'en','contact','phpfox','2.0.0alpha1','menu_contact','Contact Us','Contact Us',1232965307),(2953,'en','contact','phpfox','2.0.0alpha1','admin_menu_categories','Categories','Categories',1233309828),(2954,'en','contact','phpfox','2.0.0alpha1','category_succesfully_added','Category successfully added','Category successfully added',1233665594),(2955,'en','contact','phpfox','2.0.0alpha1','category_could_not_be_added','An error did not allow adding the category','An error did not allow adding the category',1233665700),(2956,'en','contact','phpfox','2.0.0alpha1','categories_successfully_deleted','Categories successfully deleted','Categories successfully deleted',1233668042),(2957,'en','contact','phpfox','2.0.0alpha1','edit','Edit','Edit',1233669367),(2958,'en','contact','phpfox','2.0.0alpha1','categories_successfully_edited','Categories successfully edited','Categories successfully edited',1233672243),(2959,'en','contact','phpfox','2.0.0alpha1','setting_contact_enable_captcha','<title>Enable Captcha for Contact</title><info>If enabled the users trying to reach you through the Contact Us module will need to complete a captcha challenge before submitting their message.</info>','<title>Enable Captcha for Contact</title><info>If enabled the users trying to reach you through the Contact Us module will need to complete a captcha challenge before submitting their message.</info>',1233747823),(2960,'en','contact','phpfox','2.0.0alpha1','setting_is_email_required','<title>Require email</title><info>If enabled users will need to enter a valid email address before their message is sent</info>','<title>Require email</title><info>If enabled users will need to enter a valid email address before their message is sent</info>',1233749051),(2961,'en','contact','phpfox','2.0.0alpha1','setting_allow_html_in_contact','<title>Allow html in contact form</title><info>This setting tells if the site allows HTML in the contact us form.</info>','<title>Allow html in contact form</title><info>This setting tells if the site allows HTML in the contact us form.</info>',1236190859),(2962,'en','contact','phpfox','2.0.0alpha2','setting_contact_staff_emails','<title>Staff Emails</title><info>List of emails separated by a comma that will receive an email when someone uses the \"Contact Us\" form.</info>','<title>Staff Emails</title><info>List of emails separated by a comma that will receive an email when someone uses the \"Contact Us\" form.</info>',1237535242),(2963,'en','contact','phpfox','2.0.0rc2','categories','Categories','Categories',1253022948),(2964,'en','contact','phpfox','2.0.0rc2','fill_in_some_text_for_your_message','Fill in some text for your message.','Fill in some text for your message.',1253022992),(2965,'en','contact','phpfox','2.0.0rc2','you_need_to_choose_a_category','You need to choose a category.','You need to choose a category.',1253023004),(2966,'en','contact','phpfox','2.0.0rc2','provide_a_subject','Provide a subject.','Provide a subject.',1253023017),(2967,'en','contact','phpfox','2.0.0rc2','provide_your_full_name','Provide your full name.','Provide your full name.',1253023027),(2968,'en','contact','phpfox','2.0.0rc2','provide_a_valid_email','Provide a valid email.','Provide a valid email.',1253023050),(2969,'en','contact','phpfox','2.0.0rc2','your_message_was_successfully_sent','Your message was successfully sent.','Your message was successfully sent.',1253023065),(2970,'en','contact','phpfox','2.0.0rc2','contact_us','Contact Us','Contact Us',1253082677),(2971,'en','contact','phpfox','2.0.0rc2','add_a_new_category','Add a New Category','Add a New Category',1253082767),(2972,'en','contact','phpfox','2.0.0rc2','category','Category','Category',1253082775),(2973,'en','contact','phpfox','2.0.0rc2','add','Add','Add',1253082784),(2974,'en','contact','phpfox','2.0.0rc2','manage_categories','Manage Categories','Manage Categories',1253082798),(2975,'en','contact','phpfox','2.0.0rc2','order','Order','Order',1253082808),(2976,'en','contact','phpfox','2.0.0rc2','select','Select','Select',1253082841),(2977,'en','contact','phpfox','2.0.0rc2','full_name','Full Name','Full Name',1253082855),(2978,'en','contact','phpfox','2.0.0rc2','subject','Subject','Subject',1253082865),(2979,'en','contact','phpfox','2.0.0rc2','email','Email','Email',1253082875),(2980,'en','contact','phpfox','2.0.0rc2','website','Website','Website',1253082883),(2981,'en','contact','phpfox','2.0.0rc2','message','Message','Message',1253083188),(2982,'en','contact','phpfox','2.0.0rc2','submit','Submit','Submit',1253083201),(2983,'en','contact','phpfox','2.0.0rc11','send_yourself_a_copy','Send Yourself a Copy','Send Yourself a Copy',1260370608),(2984,'en','contact','phpfox','2.0.0rc11','user_id','User ID#','User ID#',1260371359),(2985,'en','contact','phpfox','2.0.0rc11','profile','Profile','Profile',1260371389),(2986,'en','contact','phpfox','2.0.0rc12','currently_unavailable','Currently unavailable','Currently unavailable',1260794762),(2987,'en','contact','phpfox','2.0.3','delete_selected','Delete Selected','Delete Selected',1264424410),(2988,'en','credit','phpfox','2.0.5','module_credit','Credit','Credit',1270021616),(2989,'en','emoticon','phpfox','2.0.0alpha1','module_emoticon','Emoticons','Emoticons',1218117503),(2990,'en','emoticon','phpfox','2.0.0alpha1','emoticons','Emoticons','Emoticons',1218117524),(2991,'en','emoticon','phpfox','2.0.0rc1','import_export_emoticon','Import Emoticons','Import Emoticons',1248619759),(2992,'en','emoticon','phpfox','2.0.0rc3','package_successfully_updated','Package successfully updated.','Package successfully updated.',1254388768),(2993,'en','emoticon','phpfox','2.0.0rc3','package_successfully_added','Package successfully added.','Package successfully added.',1254388782),(2994,'en','emoticon','phpfox','2.0.0rc3','edit_package','Edit Package','Edit Package',1254388798),(2995,'en','emoticon','phpfox','2.0.0rc3','add_package','Add Package','Add Package',1254388814),(2996,'en','emoticon','phpfox','2.0.0rc3','package_successfully_deleted','Package successfully deleted.','Package successfully deleted.',1254388860),(2997,'en','emoticon','phpfox','2.0.0rc3','emoticon_successfully_deleted','Emoticon successfully deleted.','Emoticon successfully deleted.',1254388893),(2998,'en','emoticon','phpfox','2.0.0rc3','emoticon_successfully_updated','Emoticon successfully updated.','Emoticon successfully updated.',1254388906),(2999,'en','emoticon','phpfox','2.0.0rc3','emoticon_successfully_added','Emoticon successfully added.','Emoticon successfully added.',1254388920),(3000,'en','emoticon','phpfox','2.0.0rc3','edit_emoticon','Edit Emoticon','Edit Emoticon',1254388930),(3001,'en','emoticon','phpfox','2.0.0rc3','add_emoticon','Add Emoticon','Add Emoticon',1254388967),(3002,'en','emoticon','phpfox','2.0.0rc3','emoticon_package_successfully_created','Emoticon package successfully created. Imported: {success} - Failed: {failed}','Emoticon package successfully created. Imported: {success} - Failed: {failed}',1254389056),(3003,'en','emoticon','phpfox','2.0.0rc3','import_emoticons','Import Emoticons','Import Emoticons',1254389088),(3004,'en','emoticon','phpfox','2.0.0rc3','package_does_not_exist','Package does not exist.','Package does not exist.',1254389236),(3005,'en','emoticon','phpfox','2.0.0rc3','emoticons_successfully_updated','Emoticons successfully updated.','Emoticons successfully updated.',1254389246),(3006,'en','emoticon','phpfox','2.0.0rc3','view_emoticon_package','View Emoticon Package','View Emoticon Package',1254389255),(3007,'en','emoticon','phpfox','2.0.0rc3','view_package','View Package','View Package',1254389277),(3008,'en','emoticon','phpfox','2.0.0rc3','emoticon_package_not_found','Emoticon package not found.','Emoticon package not found.',1254389313),(3009,'en','emoticon','phpfox','2.0.0rc3','select_a_module','Select a module.','Select a module.',1254389331),(3010,'en','emoticon','phpfox','2.0.0rc3','provide_a_emoticon_symbol','Provide a emoticon symbol.','Provide a emoticon symbol.',1254389381),(3011,'en','emoticon','phpfox','2.0.0rc3','define_a_path_for_the_package','Define a path for the package.','Define a path for the package.',1254389405),(3012,'en','emoticon','phpfox','2.0.0rc3','symbol_already_exists','Symbol already exists.','Symbol already exists.',1254389419),(3013,'en','emoticon','phpfox','2.0.0rc3','image_could_not_be_uploaded','Image could not be uploaded.','Image could not be uploaded.',1254389432),(3014,'en','emoticon','phpfox','2.0.0rc3','please_fill_in_the_package_name_field','Please fill in the package name field.','Please fill in the package name field.',1254389445),(3015,'en','emoticon','phpfox','2.0.0rc3','path_is_not_writable_and_the_folder_could_not_be_created','{path} is not writable and the folder could not be created.','{path} is not writable and the folder could not be created.',1254389476),(3016,'en','emoticon','phpfox','2.0.0rc3','not_a_valid_emoticon_package','Not a valid emoticon package.','Not a valid emoticon package.',1254389502),(3017,'en','emoticon','phpfox','2.0.0rc3','unable_to_import_emoticon_package','Unable to import emoticon package.','Unable to import emoticon package.',1254389512),(3018,'en','emoticon','phpfox','2.0.0rc3','name','Name','Name',1254389561),(3019,'en','emoticon','phpfox','2.0.0rc3','mass_import','Mass Import','Mass Import',1254389571),(3020,'en','emoticon','phpfox','2.0.0rc3','you_can_optionally_mass_import_emoticons_from_a_zip_package','You can optionally mass import emoticons from a ZIP package. All emoticons must be located within the root directory of the ZIP package in order for a successful import.','You can optionally mass import emoticons from a ZIP package. All emoticons must be located within the root directory of the ZIP package in order for a successful import.',1254389591),(3021,'en','emoticon','phpfox','2.0.0rc3','add','Add','Add',1254389619),(3022,'en','emoticon','phpfox','2.0.0rc3','package_details','Package Details','Package Details',1254389637),(3023,'en','emoticon','phpfox','2.0.0rc3','packages','Packages','Packages',1254389649),(3024,'en','emoticon','phpfox','2.0.0rc3','active','Active','Active',1254389668),(3025,'en','emoticon','phpfox','2.0.0rc3','view_emoticons','View Emoticons','View Emoticons',1254389677),(3026,'en','emoticon','phpfox','2.0.0rc3','export_package','Export Package','Export Package',1254389696),(3027,'en','emoticon','phpfox','2.0.0rc3','delete_package','Delete Package','Delete Package',1254389704),(3028,'en','emoticon','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254389714),(3029,'en','emoticon','phpfox','2.0.0rc3','deactivate','Deactivate','Deactivate',1254389727),(3030,'en','emoticon','phpfox','2.0.0rc3','activate','Activate','Activate',1254389733),(3031,'en','emoticon','phpfox','2.0.0rc3','no_emoticons_in_this_package','No emoticons in this package.','No emoticons in this package.',1254389744),(3032,'en','emoticon','phpfox','2.0.0rc3','emoticon_details','Emoticon Details','Emoticon Details',1254389762),(3033,'en','emoticon','phpfox','2.0.0rc3','package','Package','Package',1254389776),(3034,'en','emoticon','phpfox','2.0.0rc3','image','Image','Image',1254389788),(3035,'en','emoticon','phpfox','2.0.0rc3','title','Title','Title',1254389795),(3036,'en','emoticon','phpfox','2.0.0rc3','symbol','Symbol','Symbol',1254389802),(3037,'en','emoticon','phpfox','2.0.0rc3','edit','Edit','Edit',1254389813),(3038,'en','emoticon','phpfox','2.0.0rc3','import','Import','Import',1254389831),(3039,'en','emoticon','phpfox','2.0.0rc3','file','File','File',1254389839),(3040,'en','emoticon','phpfox','2.0.0rc3','zip_package_only_and_must_have_a_similar_name_structure','ZIP package only and must have a similar name structure: phpfox-emoticon-<i>packagename</i>.zip','ZIP package only and must have a similar name structure: phpfox-emoticon-<i>packagename</i>.zip',1254389853),(3041,'en','emoticon','phpfox','2.0.0rc3','overwrite','Overwrite','Overwrite',1254389861),(3042,'en','emoticon','phpfox','2.0.0rc3','yes','Yes','Yes',1254389868),(3043,'en','emoticon','phpfox','2.0.0rc3','no','No','No',1254389874),(3044,'en','emoticon','phpfox','2.0.0rc3','delete_emoticon','Delete Emoticon','Delete Emoticon',1254389940),(3045,'en','emoticon','phpfox','2.0.0rc3','this_package_contains_no_emoticons','This package contains no emoticons.','This package contains no emoticons.',1254389956),(3046,'en','emoticon','phpfox','2.0.0rc3','update','Update','Update',1254389964),(3047,'en','emoticon','phpfox','2.0.5','not_a_valid_emoticon_package_to_import','Not a valid emoticon package to import.','Not a valid emoticon package to import.',1273153931),(3048,'en','emoticon','phpfox','2.0.5','xml_files_only_and_must','XML files only and must have a similar name structure: phpfox-emoticon-packagename.xml','XML files only and must have a similar name structure: phpfox-emoticon-packagename.xml',1273153948),(3049,'en','event','phpfox','2.0.0alpha1','module_event','Events','Events',1232964578),(3050,'en','event','phpfox','2.0.0alpha1','menu_event','Events','Events',1232964592),(3051,'en','event','phpfox','2.0.0alpha4','user_setting_can_edit_own_event','Can edit own event?','Can edit own event?',1239708707),(3052,'en','event','phpfox','2.0.0alpha4','user_setting_can_edit_other_event','Can edit events added by other users?','Can edit events added by other users?',1239708756),(3053,'en','event','phpfox','2.0.0alpha4','user_setting_can_post_comment_on_event','Can post comments on events?','Can post comments on events?',1239715876),(3054,'en','event','phpfox','2.0.0alpha4','user_setting_can_delete_own_event','Can delete own event?','Can delete own event?',1239716463),(3055,'en','event','phpfox','2.0.0alpha4','user_setting_can_delete_other_event','Can delete events created by other users?','Can delete events created by other users?',1239716486),(3056,'en','event','phpfox','2.0.0alpha4','menu_create_new_event','Create New Event','Create New Event',1239786795),(3057,'en','event','phpfox','2.0.0alpha4','menu_view_my_events','View My Events','View My Events',1239789470),(3058,'en','event','phpfox','2.0.0alpha4','admin_menu_add_category','Add Category','Add Category',1239792607),(3059,'en','event','phpfox','2.0.0alpha4','admin_menu_manage_categories','Manage Categories','Manage Categories',1239792607),(3060,'en','event','phpfox','2.0.0alpha4','setting_event_view_time_stamp_profile','<title>Event Profile Time Stamp</title><info>Time stamp used when displaying events on a users profile.</info>','<title>Event Profile Time Stamp</title><info>Time stamp used when displaying events on a users profile.</info>',1239794674),(3061,'en','event','phpfox','2.0.0alpha4','menu_events_i_m_attending','Events I\'m Attending','Events I\'m Attending',1239795020),(3062,'en','event','phpfox','2.0.0alpha4','menu_events_i_may_attend','Events I May Attend','Events I May Attend',1239796272),(3063,'en','event','phpfox','2.0.0alpha4','menu_events_i_m_not_attending','Events I\'m Not Attending','Events I\'m Not Attending',1239796329),(3064,'en','event','phpfox','2.0.0alpha4','menu_event_invitations','Event Invitations','Event Invitations',1239796434),(3065,'en','event','phpfox','2.0.0alpha4','menu_past_events','Past Events','Past Events',1239798597),(3066,'en','event','phpfox','2.0.0alpha4','setting_event_browse_time_stamp','<title>Event Browsing Time Stamp</title><info>Time stamp displayed when browsing events.</info>','<title>Event Browsing Time Stamp</title><info>Time stamp displayed when browsing events.</info>',1239801858),(3067,'en','event','phpfox','2.0.0beta5','rss_group_name_2','Events','Events',1245607788),(3068,'en','event','phpfox','2.0.0beta5','rss_title_3','Latest Events','Latest Events',1245608409),(3069,'en','event','phpfox','2.0.0beta5','rss_description_3','List of all the upcoming events.','List of all the upcoming events.',1245608409),(3070,'en','event','phpfox','2.0.0rc1','user_setting_max_upload_size_event','Max file size for event photos in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for event photos in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1250361175),(3071,'en','event','phpfox','2.0.0rc1','user_setting_can_view_pirvate_events','Can view private events?','Can view private events?',1250490001),(3072,'en','event','phpfox','2.0.0rc1','user_setting_can_approve_events','Can approve events?','Can approve events?',1250491324),(3073,'en','event','phpfox','2.0.0rc1','user_setting_can_feature_events','Can feature events?','Can feature events?',1250491341),(3074,'en','event','phpfox','2.0.0rc1','user_setting_event_must_be_approved','Events must be approved first before they are displayed publicly?','Events must be approved first before they are displayed publicly?',1250491615),(3075,'en','event','phpfox','2.0.0rc1','user_setting_total_mass_emails_per_hour','Define how long this user group must wait until they are allowed to send out another mass email.','Define how long this user group must wait until they are allowed to send out another mass email.',1250502555),(3076,'en','event','phpfox','2.0.0rc1','user_setting_can_mass_mail_own_members','Can mass email own event guests?','Can mass email own event guests?',1250505060),(3077,'en','event','phpfox','2.0.0rc3','done','Done!','Done!',1254390083),(3078,'en','event','phpfox','2.0.0rc3','not_attending','Not Attending','Not Attending',1254390105),(3079,'en','event','phpfox','2.0.0rc3','maybe','Maybe','Maybe',1254390112),(3080,'en','event','phpfox','2.0.0rc3','attending','Attending','Attending',1254390119),(3081,'en','event','phpfox','2.0.0rc3','successfully_deleted_event','Successfully deleted event.','Successfully deleted event.',1254390136),(3082,'en','event','phpfox','2.0.0rc3','you_are_unable_to_send_out_any_mass_emails_at_the_moment','You are unable to send out any mass emails at the moment.','You are unable to send out any mass emails at the moment.',1254390156),(3083,'en','event','phpfox','2.0.0rc3','fill_in_both_a_subject_and_text_for_your_mass_email','Fill in both a subject and text for your mass email.','Fill in both a subject and text for your mass email.',1254390166),(3084,'en','event','phpfox','2.0.0rc3','you_are_unable_to_send_a_mass_email_for_this_event','You are unable to send a mass email for this event.','You are unable to send a mass email for this event.',1254390175),(3085,'en','event','phpfox','2.0.0rc3','email_progress_page_total','Email Progress: {page}/{total}','Email Progress: {page}/{total}',1254390201),(3086,'en','event','phpfox','2.0.0rc3','categories','Categories','Categories',1254390245),(3087,'en','event','phpfox','2.0.0rc3','sub_categories','Sub-Categories','Sub-Categories',1254390255),(3088,'en','event','phpfox','2.0.0rc3','browse_filter','Browse Filter','Browse Filter',1254390267),(3089,'en','event','phpfox','2.0.0rc3','basic_information','Basic Information','Basic Information',1254390281),(3090,'en','event','phpfox','2.0.0rc3','event_guests','Event Guests','Event Guests',1254390296),(3091,'en','event','phpfox','2.0.0rc3','can_t_make_it','Can\'t Make It','Can\'t Make It',1254390323),(3092,'en','event','phpfox','2.0.0rc3','not_responded','Not Responded','Not Responded',1254390333),(3093,'en','event','phpfox','2.0.0rc3','upcoming_events','Upcoming Events','Upcoming Events',1254390347),(3094,'en','event','phpfox','2.0.0rc3','events_i_m_attending','Events I\'m Attending','Events I\'m Attending',1254390361),(3095,'en','event','phpfox','2.0.0rc3','your_rsvp','Your RSVP','Your RSVP',1254390374),(3096,'en','event','phpfox','2.0.0rc3','category_successfully_updated','Category successfully updated.','Category successfully updated.',1254390394),(3097,'en','event','phpfox','2.0.0rc3','category_successfully_added','Category successfully added.','Category successfully added.',1254390403),(3098,'en','event','phpfox','2.0.0rc3','edit_a_category','Edit a Category','Edit a Category',1254390411),(3099,'en','event','phpfox','2.0.0rc3','create_a_new_category','Create a New Category','Create a New Category',1254390420),(3100,'en','event','phpfox','2.0.0rc3','category_order_successfully_updated','Category order successfully updated.','Category order successfully updated.',1254390441),(3101,'en','event','phpfox','2.0.0rc3','category_successfully_deleted','Category successfully deleted.','Category successfully deleted.',1254390450),(3102,'en','event','phpfox','2.0.0rc3','manage_categories','Manage Categories','Manage Categories',1254390459),(3103,'en','event','phpfox','2.0.0rc3','provide_a_name_for_this_event','Provide a name for this event.','Provide a name for this event.',1254390488),(3104,'en','event','phpfox','2.0.0rc3','provide_a_location_for_this_event','Provide a location for this event.','Provide a location for this event.',1254390496),(3105,'en','event','phpfox','2.0.0rc3','provide_a_country_location_for_this_event','Provide a country location for this event.','Provide a country location for this event.',1254390544),(3106,'en','event','phpfox','2.0.0rc3','provide_a_host_for_this_event','Provide a host for this event.','Provide a host for this event.',1254390553),(3107,'en','event','phpfox','2.0.0rc3','successfully_invited_guests_to_this_event','Successfully invited guests to this event.','Successfully invited guests to this event.',1254390564),(3108,'en','event','phpfox','2.0.0rc3','successfully_customized_this_event','Successfully customized this event.','Successfully customized this event.',1254390573),(3109,'en','event','phpfox','2.0.0rc3','event_successfully_updated','Event successfully updated.','Event successfully updated.',1254390590),(3110,'en','event','phpfox','2.0.0rc3','event_successfully_added','Event successfully added.','Event successfully added.',1254390606),(3111,'en','event','phpfox','2.0.0rc3','note_that_events_must_first_be_approved_by_a_site_admin_before_it_is_displayed_publicly','Note that events must first be approved by a site admin before it is displayed publicly.','Note that events must first be approved by a site admin before it is displayed publicly.',1254390617),(3112,'en','event','phpfox','2.0.0rc3','edit_event','Edit Event','Edit Event',1254390634),(3113,'en','event','phpfox','2.0.0rc3','create_new_event','Create New Event','Create New Event',1254390661),(3114,'en','event','phpfox','2.0.0rc3','events','Events','Events',1254390673),(3115,'en','event','phpfox','2.0.0rc3','the_events_section_is_closed','The events section is closed.','The events section is closed.',1254390690),(3116,'en','event','phpfox','2.0.0rc3','event_successfully_deleted','Event successfully deleted.','Event successfully deleted.',1254390708),(3117,'en','event','phpfox','2.0.0rc3','date_added','Date Added','Date Added',1254390726),(3118,'en','event','phpfox','2.0.0rc3','name','Name','Name',1254390733),(3119,'en','event','phpfox','2.0.0rc3','recent_events','Recent Events','Recent Events',1254390754),(3120,'en','event','phpfox','2.0.0rc3','today','Today','Today',1254390762),(3121,'en','event','phpfox','2.0.0rc3','tomorrow','Tomorrow','Tomorrow',1254390768),(3122,'en','event','phpfox','2.0.0rc3','this_week','This Week','This Week',1254390776),(3123,'en','event','phpfox','2.0.0rc3','this_weekend','This Weekend','This Weekend',1254390785),(3124,'en','event','phpfox','2.0.0rc3','pending','Pending','Pending',1254390792),(3125,'en','event','phpfox','2.0.0rc3','the_event_you_are_looking_for_does_not_exist_or_has_been_removed','The event you are looking for does not exist or has been removed.','The event you are looking for does not exist or has been removed.',1254390835),(3126,'en','event','phpfox','2.0.0rc3','this_event_is_private','This event is private.','This event is private.',1254390844),(3127,'en','event','phpfox','2.0.0rc3','provide_a_category_name','Provide a category name.','Provide a category name.',1254390903),(3128,'en','event','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1254390985),(3129,'en','event','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_your_event_title','{user_name} left you a comment on your event \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your event \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254393241),(3130,'en','event','phpfox','2.0.0rc3','user_name_added_a_new_comment_on_their_own_event','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">event</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">event</a>.',1254393467),(3131,'en','event','phpfox','2.0.0rc3','user_name_added_a_new_comment_on_your_event','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">event</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">event</a>.',1254393537),(3132,'en','event','phpfox','2.0.0rc3','user_name_added_a_new_comment_on_item_user_name','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">event</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">event</a>.',1254393593),(3133,'en','event','phpfox','2.0.0rc3','owner_full_name_added_a_new_event_title','<a href=\"{user_link}\">{owner_full_name}</a> added a new event \"<a href=\"{title_link}\">{title}</a>\"','<a href=\"{user_link}\">{owner_full_name}</a> added a new event \"<a href=\"{title_link}\">{title}</a>\"',1254393693),(3134,'en','event','phpfox','2.0.0rc3','create_an_event','Create an Event','Create an Event',1254393872),(3135,'en','event','phpfox','2.0.0rc3','manage_events','Manage Events','Manage Events',1254393882),(3136,'en','event','phpfox','2.0.0rc3','view_events','View Events','View Events',1254393907),(3137,'en','event','phpfox','2.0.0rc3','your_event_title_has_been_approved','Your event \"{title}\" has been approved.','Your event \"{title}\" has been approved.',1254393926),(3138,'en','event','phpfox','2.0.0rc3','full_name_invited_you_to_an_event','<a href=\"{user_link}\">{full_name}</a> invited you to an event.','<a href=\"{user_link}\">{full_name}</a> invited you to an event.',1254393988),(3139,'en','event','phpfox','2.0.0rc3','no_event_invites','No event invites.','No event invites.',1254394032),(3140,'en','event','phpfox','2.0.0rc3','event_invites_total','Event Invites (<span id=\"js_request_event_count_total\">{total}</span>)','Event Invites (<span id=\"js_request_event_count_total\">{total}</span>)',1254394068),(3141,'en','event','phpfox','2.0.0rc3','event_text','Event Text','Event Text',1254394108),(3142,'en','event','phpfox','2.0.0rc3','are_you_sure_this_will_delete_all_events_that_belong_to_this_category_and_cannot_be_undone','Are you sure? This will delete all events that belong to this category and cannot be undone.','Are you sure? This will delete all events that belong to this category and cannot be undone.',1254394191),(3143,'en','event','phpfox','2.0.0rc3','keywords','Keywords','Keywords',1254394232),(3144,'en','event','phpfox','2.0.0rc3','location','Location','Location',1254394242),(3145,'en','event','phpfox','2.0.0rc3','city','City','City',1254394251),(3146,'en','event','phpfox','2.0.0rc3','zip_postal_code','Zip/Postal Code','Zip/Postal Code',1254394258),(3147,'en','event','phpfox','2.0.0rc3','sort','Sort','Sort',1254394264),(3148,'en','event','phpfox','2.0.0rc3','submit','Submit','Submit',1254394272),(3149,'en','event','phpfox','2.0.0rc3','reset','Reset','Reset',1254394278),(3150,'en','event','phpfox','2.0.0rc3','host','Host','Host',1254394553),(3151,'en','event','phpfox','2.0.0rc3','date','Date','Date',1254394561),(3152,'en','event','phpfox','2.0.0rc3','remove_this_person_from_the_guest_list','Remove this person from the guest list.','Remove this person from the guest list.',1254394593),(3153,'en','event','phpfox','2.0.0rc3','report_an_event','Report an Event','Report an Event',1254394628),(3154,'en','event','phpfox','2.0.0rc3','report','Report','Report',1254394635),(3155,'en','event','phpfox','2.0.0rc3','invite_people_to_come','Invite People to Come','Invite People to Come',1254394643),(3156,'en','event','phpfox','2.0.0rc3','mass_email_guests','Mass Email Guests','Mass Email Guests',1254394654),(3157,'en','event','phpfox','2.0.0rc3','manage_guest_list','Manage Guest List','Manage Guest List',1254394679),(3158,'en','event','phpfox','2.0.0rc3','contact_full_name_creator','Contact {full_name} (Creator)','Contact {full_name} (Creator)',1254394697),(3159,'en','event','phpfox','2.0.0rc3','delete_event','Delete Event','Delete Event',1254394721),(3160,'en','event','phpfox','2.0.0rc3','no_upcoming_events','No upcoming events.','No upcoming events.',1254397022),(3161,'en','event','phpfox','2.0.0rc3','add_an_event','Add an Event','Add an Event',1254397054),(3162,'en','event','phpfox','2.0.0rc3','time_stamp_at_location','{time_stamp} at {location}','{time_stamp} at {location}',1254397907),(3163,'en','event','phpfox','2.0.0rc3','maybe_attending','Maybe Attending','Maybe Attending',1254398353),(3164,'en','event','phpfox','2.0.0rc3','update_your_rsvp','Update Your RSVP','Update Your RSVP',1254398413),(3165,'en','event','phpfox','2.0.0rc3','submit_your_rsvp','Submit Your RSVP','Submit Your RSVP',1254398422),(3166,'en','event','phpfox','2.0.0rc3','event_category_details','Event Category Details','Event Category Details',1254398464),(3167,'en','event','phpfox','2.0.0rc3','parent_category','Parent Category','Parent Category',1254398482),(3168,'en','event','phpfox','2.0.0rc3','select','Select','Select',1254398490),(3169,'en','event','phpfox','2.0.0rc3','edit','Edit','Edit',1254398508),(3170,'en','event','phpfox','2.0.0rc3','delete','Delete','Delete',1254398515),(3171,'en','event','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254398529),(3172,'en','event','phpfox','2.0.0rc3','view_this_event','View This Event','View This Event',1254398541),(3173,'en','event','phpfox','2.0.0rc3','skip_amp_view_this_event','Skip & View This Event','Skip & View This Event',1254398553),(3174,'en','event','phpfox','2.0.0rc3','step_1','Step 1','Step 1',1254398566),(3175,'en','event','phpfox','2.0.0rc3','event_details','Event Details','Event Details',1254398576),(3176,'en','event','phpfox','2.0.0rc3','step_2','Step 2','Step 2',1254398589),(3177,'en','event','phpfox','2.0.0rc3','customize','Customize','Customize',1254398598),(3178,'en','event','phpfox','2.0.0rc3','step_3','Step 3','Step 3',1254398609),(3179,'en','event','phpfox','2.0.0rc3','invite_guests','Invite Guests','Invite Guests',1254398621),(3180,'en','event','phpfox','2.0.0rc3','mass_email','Mass Email','Mass Email',1254398639),(3181,'en','event','phpfox','2.0.0rc3','category','Category','Category',1254398655),(3182,'en','event','phpfox','2.0.0rc3','tagline','Tagline','Tagline',1254398671),(3183,'en','event','phpfox','2.0.0rc3','description','Description','Description',1254398686),(3184,'en','event','phpfox','2.0.0rc3','public_everyone_can_join','Public (Everyone can join)','Public (Everyone can join)',1254398696),(3185,'en','event','phpfox','2.0.0rc3','privacy','Privacy','Privacy',1254398703),(3186,'en','event','phpfox','2.0.0rc3','private_does_not_show_up_anywhere_and_only_invited_users_can_rsvp','Private (Does not show up anywhere and only invited users can RSVP)','Private (Does not show up anywhere and only invited users can RSVP)',1254398711),(3187,'en','event','phpfox','2.0.0rc3','start_time','Start Time','Start Time',1254398721),(3188,'en','event','phpfox','2.0.0rc3','end_time','End Time','End Time',1254398728),(3189,'en','event','phpfox','2.0.0rc3','country','Country','Country',1254398736),(3190,'en','event','phpfox','2.0.0rc3','location_venue','Location/Venue','Location/Venue',1254398759),(3191,'en','event','phpfox','2.0.0rc3','save','Save','Save',1254398769),(3192,'en','event','phpfox','2.0.0rc3','create_event','Create Event','Create Event',1254398776),(3193,'en','event','phpfox','2.0.0rc3','event_photo','Event Photo','Event Photo',1254398789),(3194,'en','event','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254398809),(3195,'en','event','phpfox','2.0.0rc3','click_here_to_delete_this_image_and_upload_a_new_one_in_its','Click <a href=\"#\" onclick=\"{java_script}\">here</a> to delete this image and upload a new one in its place.','Click <a href=\"#\" onclick=\"{java_script}\">here</a> to delete this image and upload a new one in its place.',1254399660),(3196,'en','event','phpfox','2.0.0rc3','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1254399765),(3197,'en','event','phpfox','2.0.0rc3','the_file_size_limit_is_filesize_if_your_upload_does_not_work_try_uploading_a_smaller_picture','The file size limit is {filesize}. If your upload does not work, try uploading a smaller picture.','The file size limit is {filesize}. If your upload does not work, try uploading a smaller picture.',1254399852),(3198,'en','event','phpfox','2.0.0rc3','invite_friends','Invite Friends','Invite Friends',1254399982),(3199,'en','event','phpfox','2.0.0rc3','invite_people_via_email','Invite People via Email','Invite People via Email',1254399998),(3200,'en','event','phpfox','2.0.0rc3','separate_multiple_emails_with_a_comma','Separate multiple emails with a comma.','Separate multiple emails with a comma.',1254400018),(3201,'en','event','phpfox','2.0.0rc3','add_a_personal_message','Add a Personal Message','Add a Personal Message',1254400038),(3202,'en','event','phpfox','2.0.0rc3','send_invitations','Send Invitations','Send Invitations',1254402189),(3203,'en','event','phpfox','2.0.0rc3','new_guest_list','New Guest List','New Guest List',1254402198),(3204,'en','event','phpfox','2.0.0rc3','send_out_an_email_to_all_the_guests_that_are_joining_this_event','Send out an email to all the guests that are joining this event.','Send out an email to all the guests that are joining this event.',1254402208),(3205,'en','event','phpfox','2.0.0rc3','last_mass_email','Last Mass Email','Last Mass Email',1254403662),(3206,'en','event','phpfox','2.0.0rc3','subject','Subject','Subject',1254403672),(3207,'en','event','phpfox','2.0.0rc3','text','Text','Text',1254403680),(3208,'en','event','phpfox','2.0.0rc3','sending_emails','Sending Emails','Sending Emails',1254403694),(3209,'en','event','phpfox','2.0.0rc3','send','Send','Send',1254403702),(3210,'en','event','phpfox','2.0.0rc3','please_wait_till','Please wait till','Please wait till',1254403726),(3211,'en','event','phpfox','2.0.0rc3','you_have_not_been_invited_to_any_events_yet','You have not been invited to any events yet.','You have not been invited to any events yet.',1254403749),(3212,'en','event','phpfox','2.0.0rc3','browse_events','Browse events.','Browse events.',1254403767),(3213,'en','event','phpfox','2.0.0rc3','you_are_not_attending_any_events','You are not attending any events.','You are not attending any events.',1254403845),(3214,'en','event','phpfox','2.0.0rc3','no_events_found_where_you_might_attend','No events found where you might attend.','No events found where you might attend.',1254403853),(3215,'en','event','phpfox','2.0.0rc3','no_events_found_where_you_are_not_attending','No events found where you are not attending.','No events found where you are not attending.',1254403860),(3216,'en','event','phpfox','2.0.0rc3','no_past_events_were_found','No past events were found.','No past events were found.',1254403867),(3217,'en','event','phpfox','2.0.0rc3','no_events_have_been_created','No events have been created.','No events have been created.',1254403874),(3218,'en','event','phpfox','2.0.0rc3','be_the_first_to_create_an_event','Be the first to create an event.','Be the first to create an event.',1254403881),(3219,'en','event','phpfox','2.0.0rc3','there_is_one_event_that_is_pending_approval','There is one event that is pending approval.','There is one event that is pending approval.',1254403897),(3220,'en','event','phpfox','2.0.0rc3','there_are_total_events_that_are_pending_approval','There are {total} events that are pending approval.','There are {total} events that are pending approval.',1254403911),(3221,'en','event','phpfox','2.0.0rc3','click_here_to_approve_events','Click <a href=\"{link}\">here</a> to approve events.','Click <a href=\"{link}\">here</a> to approve events.',1254403986),(3222,'en','event','phpfox','2.0.0rc3','private','Private','Private',1254404038),(3223,'en','event','phpfox','2.0.0rc3','featured','Featured','Featured',1254404047),(3224,'en','event','phpfox','2.0.0rc3','start_time_at_location','{start_time} at {location}','{start_time} at {location}',1254404250),(3225,'en','event','phpfox','2.0.0rc3','posted_by_user_name_on_time_stamp','Posted by {user_name} on {time_stamp}','Posted by {user_name} on {time_stamp}',1254405622),(3226,'en','event','phpfox','2.0.0rc3','rsvp','RSVP','RSVP',1254463761),(3227,'en','event','phpfox','2.0.0rc3','no_response','No Response','No Response',1254463769),(3228,'en','event','phpfox','2.0.0rc3','edit_lowercase','edit','edit',1254463862),(3229,'en','event','phpfox','2.0.0rc3','approve_this_event','Approve this event.','Approve this event.',1254463909),(3230,'en','event','phpfox','2.0.0rc3','approve','Approve','Approve',1254463929),(3231,'en','event','phpfox','2.0.0rc3','approved','Approved','Approved',1254463938),(3232,'en','event','phpfox','2.0.0rc3','feature_this_event','Feature this event.','Feature this event.',1254463951),(3233,'en','event','phpfox','2.0.0rc3','feature','Feature','Feature',1254463975),(3234,'en','event','phpfox','2.0.0rc3','un_feature_this_event','Un-Feature this event.','Un-Feature this event.',1254463988),(3235,'en','event','phpfox','2.0.0rc3','unfeature','Unfeature','Unfeature',1254464001),(3236,'en','event','phpfox','2.0.0rc3','event_is_pending_approval','Event is pending approval.','Event is pending approval.',1254464118),(3237,'en','event','phpfox','2.0.0rc3','full_name_has_closed_their_favorites_section','<a href=\"{user_link}\">{full_name}</a> has closed their favorites section.','<a href=\"{user_link}\">{full_name}</a> has closed their favorites section.',1254464572),(3238,'en','event','phpfox','2.0.0rc4','a_href_user_link_user_name_a_added_a_comment_on_the_event_a_href_title_link_title_a','<a href=\"{user_link}\">{user_name}</a> added a comment on the event \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{user_name}</a> added a comment on the event \"<a href=\"{title_link}\">{title}</a>\".',1255941112),(3239,'en','event','phpfox','2.0.0rc6','your_event_is_ending_before_it_starts','Your event is ending before it starts.','Your event is ending before it starts.',1256907682),(3240,'en','event','phpfox','2.0.0rc6','your_event_is_starting_in_the_past','Your event is starting in the past.','Your event is starting in the past.',1256907696),(3241,'en','event','phpfox','2.0.0rc7','full_name_invited_you_to_the_title','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this event, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this event, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1257929870),(3242,'en','event','phpfox','2.0.0rc7','full_name_added_the_following_personal_message','\r\n\r\n{full_name} added the following personal message\r\n','\r\n\r\n{full_name} added the following personal message\r\n',1257930058),(3243,'en','event','phpfox','2.0.0rc7','full_name_invited_you_to_the_event_title','{full_name} invited you to the event \"{title}\".','{full_name} invited you to the event \"{title}\".',1257930189),(3244,'en','event','phpfox','2.0.0rc7','provide_a_category_this_event_will_belong_to','Provide a category this event will belong to.','Provide a category this event will belong to.',1257930365),(3245,'en','event','phpfox','2.0.0rc8','unable_to_find_the_event_you_want_to_approve','Unable to find the event you want to approve.','Unable to find the event you want to approve.',1258472809),(3246,'en','event','phpfox','2.0.0rc8','you_do_not_have_sufficient_permission_to_modify_this_event','You do not have sufficient permission to modify this event.','You do not have sufficient permission to modify this event.',1258472832),(3247,'en','event','phpfox','2.0.0rc8','unable_to_find_the_event','Unable to find the event.','Unable to find the event.',1258472853),(3248,'en','event','phpfox','2.0.0rc8','unable_to_find_the_event_you_want_to_delete','Unable to find the event you want to delete.','Unable to find the event you want to delete.',1258472870),(3249,'en','event','phpfox','2.0.0rc8','you_do_not_have_sufficient_permission_to_delete_this_listing','You do not have sufficient permission to delete this listing.','You do not have sufficient permission to delete this listing.',1258472878),(3250,'en','event','phpfox','2.0.0rc8','your_event_has_been_approved_on_site_title','Your event has been approved on {site_title}.','Your event has been approved on {site_title}.',1258472903),(3251,'en','event','phpfox','2.0.0rc8','your_event_has_been_approved_on_site_title_link','Your event has been approved on {site_title}.\r\n\r\nTo view this event, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your event has been approved on {site_title}.\r\n\r\nTo view this event, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1258472958),(3252,'en','event','phpfox','2.0.0rc8','notice_this_is_a_newsletter_sent_from_the_event','Notice: This is a newsletter sent from the event','Notice: This is a newsletter sent from the event',1258472989),(3253,'en','event','phpfox','2.0.0rc11','user_setting_can_access_event','Can browse and view the event module?','Can browse and view the event module?',1260286460),(3254,'en','event','phpfox','2.0.0rc11','user_setting_can_create_event','Can create an event?','Can create an event?',1260329621),(3255,'en','event','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_event_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">event</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">event</a>.',1260455427),(3256,'en','event','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_a_href_link_event_a','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">event</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">event</a>.',1260455449),(3257,'en','event','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_your_a_href_link_event_a','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">event</a>.','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">event</a>.',1260456261),(3258,'en','event','phpfox','2.0.0rc12','can_create_event','Create Event','Create Event',1260904019),(3259,'en','event','phpfox','2.0.0rc12','select_a_sub_category','Select a Sub-Category','Select a Sub-Category',1260971268),(3260,'en','event','phpfox','2.0.2','remove_invite','Remove Invite','Remove Invite',1262117196),(3261,'en','event','phpfox','2.0.4','no_attendees','No attendees.','No attendees.',1266424685),(3262,'en','event','phpfox','2.0.4','no_results','No results.','No results.',1266424785),(3263,'en','event','phpfox','2.0.5','user_setting_can_sponsor_event','Can members of this user group sponsor their events?','Can members of this user group sponsor their events?',1270109256),(3264,'en','event','phpfox','2.0.5','unsponsor_this_event','Unsponsor this event','Unsponsor this event',1270109414),(3265,'en','event','phpfox','2.0.5','sponsor_this_event','Sponsor this Event','Sponsor this Event',1270109438),(3266,'en','event','phpfox','2.0.5','sponsored_event','Sponsored Event','Sponsored Event',1270109451),(3267,'en','event','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1271077140),(3268,'en','event','phpfox','2.0.5','event_successfully_un_sponsored','Event successfully unsponsored','Event successfully unsponsored',1271077259),(3269,'en','event','phpfox','2.0.5','event_successfully_sponsored','Event successfully sponsored','Event successfully sponsored',1271077306),(3270,'en','event','phpfox','2.0.5','sponsor_help','To purchase sponsor space for your groups click on your group and then click on Sponsor in the right hand side menu.','To purchase sponsor space for your groups click on your group and then click on Sponsor in the right hand side menu.',1271149455),(3271,'en','event','phpfox','2.0.5','encourage_sponsor','Sponsor your Events','Sponsor your Events',1271149817),(3272,'en','event','phpfox','2.0.5','user_setting_event_event_sponsor_price','How much is the sponsor space worth for events?\r\nThis works in a CPM basis.','How much is the sponsor space worth for events?\r\nThis works in a CPM basis.',1271932350),(3273,'en','event','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the event be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored event space before it is shown in the site.','After the user has purchased a sponsored space, should the event be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored event space before it is shown in the site.',1272007260),(3274,'en','event','phpfox','2.0.5','sponsor_error_not_found','That event is no longer available.','That event is no longer available.',1272356770),(3275,'en','event','phpfox','2.0.5','sponsor_error_privacy','This event is set to private, sponsoring it conflicts with this setting.','This event is set to private, sponsoring it conflicts with this setting.',1272356851),(3276,'en','event','phpfox','2.0.5','sponsor_title','Event: {sEventTitle}','Event: {sEventTitle}',1272356926),(3277,'en','event','phpfox','2.0.5','sponsor_paypal_message','Sponsor of event {sEventTitle}','Sponsor of event {sEventTitle}',1272357027),(3278,'en','event','phpfox','2.0.5','setting_event_basic_information_time','<title>Event Basic Information Time Stamp</title><info>This is the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.</info>','<title>Event Basic Information Time Stamp</title><info>This is the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.</info>',1273245992),(3279,'en','event','phpfox','2.0.5','setting_event_basic_information_time_short','<title>Event Basic Information Time Stamp (Short)</title><info>This is the short version of the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.</info>','<title>Event Basic Information Time Stamp (Short)</title><info>This is the short version of the time stamp that is used when viewing an event. It can be found in the \"Basic Information\" block.</info>',1273246130),(3280,'en','event','phpfox','2.0.5dev2','user_setting_flood_control_events','How many minutes should a user wait before they can create another event?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can create another event?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275108355),(3281,'en','event','phpfox','2.0.5dev2','you_are_creating_an_event_a_little_too_soon','You are creating an event a little too soon.','You are creating an event a little too soon.',1275108393),(3282,'en','event','phpfox','2.0.5','user_setting_event_sponsor_price','How much is the sponsor space worth for events?\r\nThis works in a CPM basis.','How much is the sponsor space worth for events?\r\nThis works in a CPM basis.',1276177435),(3283,'en','event','phpfox','2.0.6','time_separator','at','at',1284988672),(3284,'en','facebook','phpfox','2.0.4','module_facebook','Facebook Module','Facebook Module',1264688556),(3285,'en','facebook','phpfox','2.0.4','setting_group_facebook_connect','<title>Facebook Connect</title><info>Facebook Connect</info>','<title>Facebook Connect</title><info>Facebook Connect</info>',1264689344),(3286,'en','facebook','phpfox','2.0.4','setting_facebook_api_key','<title>Facebook API Key</title><info>Provide the API Key for your Facebook application.</info>','<title>Facebook API Key</title><info>Provide the API Key for your Facebook application.</info>',1264689434),(3287,'en','facebook','phpfox','2.0.4','setting_facebook_secret','<title>Facebook Secret</title><info>Provide the secret key for your Facebook application.</info>','<title>Facebook Secret</title><info>Provide the secret key for your Facebook application.</info>',1264689485),(3288,'en','facebook','phpfox','2.0.4','setting_enable_facebook_connect','<title>Enable Facebook Connect</title><info>Set this to <b>True</b> to enable Facebook connect.</info>','<title>Enable Facebook Connect</title><info>Set this to <b>True</b> to enable Facebook connect.</info>',1265987360),(3289,'en','facebook','phpfox','2.0.4','please_hold_while_you_are_redirected','Please hold while you are redirected...','Please hold while you are redirected...',1266261674),(3290,'en','facebook','phpfox','2.0.5','setting_facebook_app_id','<title>Application ID</title><info>Provide the Application ID for your Facebook application.</info>','<title>Application ID</title><info>Provide the Application ID for your Facebook application.</info>',1272970806),(3291,'en','facebook','phpfox','2.0.5','facebook_connect','Facebook Connect','Facebook Connect',1273144993),(3292,'en','facebook','phpfox','2.0.5','the_email_you_have_associated_with_facebook_is_already_in_use','The email you have associated with Facebook is already in use on our website and cannot be used with this account.','The email you have associated with Facebook is already in use on our website and cannot be used with this account.',1273145141),(3293,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_blog','<title>Enable Facebook Like Button (Blogs)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Blogs)</title><info>Enable to use the Facebook Like Button feature.</info>',1274191742),(3294,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_photo','<title>Enable Facebook Like Button (Photo)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Photo)</title><info>Enable to use the Facebook Like Button feature.</info>',1274192408),(3295,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_video','<title>Enable Facebook Like Button (Video)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Video)</title><info>Enable to use the Facebook Like Button feature.</info>',1274193338),(3296,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_group','<title>Enable Facebook Like Button (Groups)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Groups)</title><info>Enable to use the Facebook Like Button feature.</info>',1274193550),(3297,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_event','<title>Enable Facebook Like Button (Events)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Events)</title><info>Enable to use the Facebook Like Button feature.</info>',1274278715),(3298,'en','facebook','phpfox','2.0.5dev1','setting_facebook_like_marketplace','<title>Enable Facebook Like Button (Marketplace)</title><info>Enable to use the Facebook Like Button feature.</info>','<title>Enable Facebook Like Button (Marketplace)</title><info>Enable to use the Facebook Like Button feature.</info>',1274278840),(3299,'en','facebook','phpfox','2.0.5','facebook_sync','Facebook Sync','Facebook Sync',1276427364),(3300,'en','facebook','phpfox','2.0.5','please_take_a_moment_to_sync_your_facebook_account_with_our_community','Please take a moment to sync your Facebook account with our community.','Please take a moment to sync your Facebook account with our community.',1276427380),(3301,'en','favorite','phpfox','2.0.0beta3','module_favorite','Favorites','Favorites',1243243396),(3302,'en','favorite','phpfox','2.0.0beta3','menu_favorites','Favorites','Favorites',1243248339),(3303,'en','favorite','phpfox','2.0.0rc3','full_name_has_closed_their_favorites_section','<a href=\"{user_link}\">{full_name}</a> has closed their favorites section.','<a href=\"{user_link}\">{full_name}</a> has closed their favorites section.',1254464684),(3304,'en','favorite','phpfox','2.0.0rc3','full_name_s_favorites','{full_name}\'s Favorites','{full_name}\'s Favorites',1254464709),(3305,'en','favorite','phpfox','2.0.0rc3','view_favorites','View Favorites','View Favorites',1254464746),(3306,'en','favorite','phpfox','2.0.0rc3','not_a_valid_module','Not a valid module.','Not a valid module.',1254464765),(3307,'en','favorite','phpfox','2.0.0rc3','unable_to_add_this_item_as_a_favorite_due_to_privacy','Unable to add this item as a \"Favorite\" due to privacy.','Unable to add this item as a \"Favorite\" due to privacy.',1254464775),(3308,'en','favorite','phpfox','2.0.0rc3','this_item_is_already_in_your_favorites_list','This item is already in your favorites list.','This item is already in your favorites list.',1254464785),(3309,'en','favorite','phpfox','2.0.0rc3','successfully_added_to_your_favorites','Successfully added to your favorites.','Successfully added to your favorites.',1254464814),(3310,'en','favorite','phpfox','2.0.0rc3','view_your_favorites','View your Favorites','View your Favorites',1254464824),(3311,'en','favorite','phpfox','2.0.0rc3','close','Close','Close',1254464865),(3312,'en','favorite','phpfox','2.0.0rc3','added_by_user_on_time_stamp_phrase','Added by {user_link} on {time_stamp_phrase}','Added by {user_link} on {time_stamp_phrase}',1254465107),(3313,'en','favorite','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254466140),(3314,'en','favorite','phpfox','2.0.0rc3','delete','Delete','Delete',1254466166),(3315,'en','favorite','phpfox','2.0.0rc3','recently_added','Recently Added','Recently Added',1254466190),(3316,'en','favorite','phpfox','2.0.0rc3','you_do_not_have_any_items_or_users_listed_in_your_favorites_just_yet','You do not have any items or users listed in your favorites just yet.','You do not have any items or users listed in your favorites just yet.',1254466204),(3317,'en','favorite','phpfox','2.0.0rc3','you_have_not_added_any_favorites_yet','You have not added any \"Favorites\" yet.','You have not added any \"Favorites\" yet.',1254466219),(3318,'en','favorite','phpfox','2.0.0rc3','to_add_items_to_your_favorite_list_simply_view_public_items_on_the_site','To add items to your favorite list simply view public items on the site and look for the \"Add to Favorite\" link.','To add items to your favorite list simply view public items on the site and look for the \"Add to Favorite\" link.',1254466234),(3319,'en','favorite','phpfox','2.0.0rc3','user_link_has_not_added_any_favorites_yet','{user_link} has not added any \"Favorites\" yet.','{user_link} has not added any \"Favorites\" yet.',1254466379),(3320,'en','favorite','phpfox','2.0.0rc4','favorites','Favorites','Favorites',1255716351),(3321,'en','feed','phpfox','2.0.0alpha1','module_feed','Feed','Feed',1219147598),(3322,'en','feed','phpfox','2.0.0alpha3','setting_feed_display_time_stamp','<title>Feed Time Stamps</title><info>Time stamps displayed on feeds.</info>','<title>Feed Time Stamps</title><info>Time stamps displayed on feeds.</info>',1238753352),(3323,'en','feed','phpfox','2.0.0alpha3','user_setting_can_post_comment_on_feed','Can post a comment on a feed?','Can post a comment on a feed?',1238755242),(3324,'en','feed','phpfox','2.0.0alpha3','setting_allow_comments_on_feeds','<title>Allow Comments On Feeds</title><info>Set to <b>True</b> if you would like to allow comments on news feeds.</info>','<title>Allow Comments On Feeds</title><info>Set to <b>True</b> if you would like to allow comments on news feeds.</info>',1238758105),(3325,'en','feed','phpfox','2.0.0alpha3','setting_comment_feed_cutoff','<title>Comment Cutoff on Feeds</title><info>Define the cutoff for comments in each feed.</info>','<title>Comment Cutoff on Feeds</title><info>Define the cutoff for comments in each feed.</info>',1238758497),(3326,'en','feed','phpfox','2.0.0beta3','setting_user_feed_display_limit','<title>Array of Display Limits (User Selection)</title><info>This array defines what users can select to modify the global display limit of feeds on their dashboard and profile.</info>','<title>Array of Display Limits (User Selection)</title><info>This array defines what users can select to modify the global display limit of feeds on their dashboard and profile.</info>',1243628690),(3327,'en','feed','phpfox','2.0.0beta3','user_setting_can_remove_feeds_from_dashboard','Can remove feeds from their dashboard?','Can remove feeds from their dashboard?',1243629838),(3328,'en','feed','phpfox','2.0.0beta3','user_setting_can_remove_feeds_from_profile','Can remove feeds from their own profile?','Can remove feeds from their own profile?',1243630626),(3329,'en','feed','phpfox','2.0.0rc2','setting_integrate_comments_into_feeds','<title>Allow Comments in Feeds</title><info>By enabling this option you will allow members to add comments in feeds.</info>','<title>Allow Comments in Feeds</title><info>By enabling this option you will allow members to add comments in feeds.</info>',1252753029),(3330,'en','feed','phpfox','2.0.0rc3','you_do_not_have_permission_to_add_a_comment_on_this_persons_profile','You do not have permission to add a comment on this persons profile.','You do not have permission to add a comment on this persons profile.',1254466421),(3331,'en','feed','phpfox','2.0.0rc3','posting_a_comment_a_little_too_soon','Posting a comment a little too soon.','Posting a comment a little too soon.',1254466440),(3332,'en','feed','phpfox','2.0.0rc3','add_some_text_to_your_comment','Add some text to your comment.','Add some text to your comment.',1254466451),(3333,'en','feed','phpfox','2.0.0rc3','updates','Updates','Updates',1254466478),(3334,'en','feed','phpfox','2.0.0rc3','invalid_user','Invalid user.','Invalid user.',1254466543),(3335,'en','feed','phpfox','2.0.0rc3','missing_feed_id','Missing feed ID#','Missing feed ID#',1254466556),(3336,'en','feed','phpfox','2.0.0rc3','invalid_feed_id','Invalid feed ID#','Invalid feed ID#',1254466565),(3337,'en','feed','phpfox','2.0.0rc3','full_name_left_you_a_comment_on_site_title','{full_name} left you a comment on {site_title}.','{full_name} left you a comment on {site_title}.',1254466611),(3338,'en','feed','phpfox','2.0.0rc3','full_name_left_you_a_comment_on_site_title_to_view_this_comment','{full_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254466675),(3339,'en','feed','phpfox','2.0.0rc3','on_name_s_feed','On {name}\'s feed.','On {name}\'s feed.',1254466723),(3340,'en','feed','phpfox','2.0.0rc3','adding_your_comment','Adding your comment','Adding your comment',1254466821),(3341,'en','feed','phpfox','2.0.0rc3','comment','Comment','Comment',1254466836),(3342,'en','feed','phpfox','2.0.0rc3','cancel','cancel','cancel',1254466844),(3343,'en','feed','phpfox','2.0.0rc3','post','Post','Post',1254466883),(3344,'en','feed','phpfox','2.0.0rc3','view_more','View More','View More',1254466897),(3345,'en','feed','phpfox','2.0.0rc3','user_link_wrote','{user_link} wrote...','{user_link} wrote...',1254467370),(3346,'en','feed','phpfox','2.0.0rc3','viewer_full_name_wrote_on_owner_full_name_s_profile','<a href=\"{viewer_user_link}\">{viewer_full_name}</a> wrote on <a href=\"{owner_user_link}\">{owner_full_name}\'s</a> profile...','<a href=\"{viewer_user_link}\">{viewer_full_name}</a> wrote on <a href=\"{owner_user_link}\">{owner_full_name}\'s</a> profile...',1254467724),(3347,'en','feed','phpfox','2.0.0rc3','show_total_left_more_comments','Show {total_left} more comments...','Show {total_left} more comments...',1254468247),(3348,'en','feed','phpfox','2.0.0rc3','total_feeds_to_display','Total feeds to display','Total feeds to display',1254468363),(3349,'en','feed','phpfox','2.0.0rc3','save','Save','Save',1254468372),(3350,'en','feed','phpfox','2.0.0rc3','cancel_uppercase','Cancel','Cancel',1254468388),(3351,'en','feed','phpfox','2.0.0rc4','setting_allow_rating_of_feeds','<title>Allow Rating of Feeds</title><info>Enable this option to allow users to rate feeds.</info>','<title>Allow Rating of Feeds</title><info>Enable this option to allow users to rate feeds.</info>',1255781516),(3352,'en','feed','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255781764),(3353,'en','feed','phpfox','2.0.0rc4','user_setting_can_delete_own_feed','Can delete own feed?','Can delete own feed?',1255781932),(3354,'en','feed','phpfox','2.0.0rc4','user_setting_can_delete_other_feeds','Can delete other feeds?','Can delete other feeds?',1255781966),(3355,'en','feed','phpfox','2.0.0rc4','delete','Delete','Delete',1255782554),(3356,'en','feed','phpfox','2.0.0rc4','feed_successfully_deleted','Feed successfully deleted.','Feed successfully deleted.',1255782937),(3357,'en','feed','phpfox','2.0.0rc4','owner_full_name_commented_on_full_names_feed','<a href=\"{owner_link}\">{owner_full_name}</a> commented on <a href=\"{viewer_link}\">{viewer_full_name}\'s <a href=\"{link}\">feed</a>.','<a href=\"{owner_link}\">{owner_full_name}</a> commented on <a href=\"{viewer_link}\">{viewer_full_name}\'s <a href=\"{link}\">feed</a>.',1256492983),(3358,'en','feed','phpfox','2.0.0rc4','a_href_owner_link_owner_full_name_a_commented_on_their_own_a_href_link_feed_a','<a href=\"{owner_link}\">{owner_full_name}</a> commented on their own <a href=\"{link}\">feed</a>.','<a href=\"{owner_link}\">{owner_full_name}</a> commented on their own <a href=\"{link}\">feed</a>.',1256493985),(3359,'en','feed','phpfox','2.0.0rc4','write_a_comment','Write a comment...','Write a comment...',1256502047),(3360,'en','feed','phpfox','2.0.0rc4','loading','Loading...','Loading...',1256542012),(3361,'en','feed','phpfox','2.0.0rc4','hide','Hide','Hide',1256542058),(3362,'en','feed','phpfox','2.0.0rc4','viewing_feed_with_a_comment_id','Viewing Feed with a Comment: #{id}','Viewing Feed with a Comment: #{id}',1256660407),(3363,'en','feed','phpfox','2.0.0rc4','viewing_feed_id','Viewing Feed: #{id}','Viewing Feed: #{id}',1256660424),(3364,'en','feed','phpfox','2.0.0rc4','view_all','View All','View All',1256660461),(3365,'en','feed','phpfox','2.0.0rc4','full_name_commented_on_their_own_profile','<a href=\"{user_link}\">{full_name}</a> wrote on their own <a href=\"{user_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> wrote on their own <a href=\"{user_link}\">profile</a>.',1256661031),(3366,'en','feed','phpfox','2.0.0rc7','edit','Edit','Edit',1257841247),(3367,'en','feed','phpfox','2.0.0rc8','the_activity_feed_you_are_looking_for_does_not_exist','The activity feed you are looking for does not exist.','The activity feed you are looking for does not exist.',1258848578),(3368,'en','feed','phpfox','2.0.0rc12','nobody_likes_this','Nobody likes this.','Nobody likes this.',1260439366),(3369,'en','feed','phpfox','2.0.0rc12','you_like_this','You like this.','You like this.',1260439664),(3370,'en','feed','phpfox','2.0.0rc12','people_who_like_this','People who like this','People who like this',1260439672),(3371,'en','feed','phpfox','2.0.0rc12','user_link_likes_this','{user_link} likes this.','{user_link} likes this.',1260439694),(3372,'en','feed','phpfox','2.0.0rc12','you_and_user_link_like_this','You and {user_link} like this.','You and {user_link} like this.',1260439746),(3373,'en','feed','phpfox','2.0.0rc12','and','and','and',1260439790),(3374,'en','feed','phpfox','2.0.0rc12','you','You','You',1260439797),(3375,'en','feed','phpfox','2.0.0rc12','other_person','other person','other person',1260439817),(3376,'en','feed','phpfox','2.0.0rc12','others','others','others',1260439830),(3377,'en','feed','phpfox','2.0.0rc12','like_this','like this','like this',1260439841),(3378,'en','feed','phpfox','2.0.0rc12','like','Like','Like',1260439890),(3379,'en','feed','phpfox','2.0.0rc12','unlike','Unlike','Unlike',1260439897),(3380,'en','feed','phpfox','2.0.0rc12','you_have_already_liked_this_feed','You have already \"liked\" this feed.','You have already \"liked\" this feed.',1260440751),(3381,'en','feed','phpfox','2.0.0rc12','user_link_and_user_link_like_this','{user_link_owner} and {user_link} like this.','{user_link_owner} and {user_link} like this.',1260445733),(3382,'en','feed','phpfox','2.0.0rc12','the_feed_you_are_trying_to_like_unlike_does_not_exist_any_longer','The feed you are trying to like/unlike does not exist any longer.','The feed you are trying to like/unlike does not exist any longer.',1260459851),(3383,'en','feed','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.',1260475302),(3384,'en','feed','phpfox','2.0.0rc12','setting_enable_like_system','<title>Enable \"Like\" System</title><info>With this feature enabled it will allow users to \"like/unlike\" certain feeds.\r\n\r\nNot all feeds support the \"like/unlike\" feature.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>','<title>Enable \"Like\" System</title><info>With this feature enabled it will allow users to \"like/unlike\" certain feeds.\r\n\r\nNot all feeds support the \"like/unlike\" feature.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>',1260830264),(3385,'en','feed','phpfox','2.0.4','successfully_added_your_comment','Successfully added your comment','Successfully added your comment',1267542907),(3386,'en','feed','phpfox','2.0.4','successfully_liked_this_feed','Successfully liked this feed','Successfully liked this feed',1267542946),(3387,'en','feed','phpfox','2.0.4','successfully_unliked_this_feed','Successfully unliked this feed','Successfully unliked this feed',1267542968),(3388,'en','feed','phpfox','2.0.4','not_a_valid_feed','Not a valid feed.','Not a valid feed.',1267542980),(3389,'en','feed','phpfox','2.0.4','total_comments','{total} Comments','{total} Comments',1267544302),(3390,'en','feed','phpfox','2.0.4','1_comment','1 Comment','1 Comment',1267544350),(3391,'en','feed','phpfox','2.0.4','comments','Comments','Comments',1267544379),(3392,'en','feed','phpfox','2.0.5dev1','profile_comments','Profile Comments','Profile Comments',1275017584),(3393,'en','feed','phpfox','2.0.5dev1','profile_comment_s_successfully_approved','Profile comment(s) successfully approved.','Profile comment(s) successfully approved.',1275019497),(3394,'en','feed','phpfox','2.0.5dev1','nothing_to_approve_at_this_time','Nothing to approve at this time.','Nothing to approve at this time.',1275019538),(3395,'en','feed','phpfox','2.0.5dev1','profile_comment_s_successfully_deleted','Profile comment(s) successfully deleted.','Profile comment(s) successfully deleted.',1275019685),(3396,'en','feed','phpfox','2.0.5dev1','profile_feed_comments','Profile Feed Comments','Profile Feed Comments',1275020064),(3397,'en','feed','phpfox','2.0.5dev1','id','ID#','ID#',1275020070),(3398,'en','feed','phpfox','2.0.5dev1','owner','Owner','Owner',1275020076),(3399,'en','feed','phpfox','2.0.5dev1','profile','Profile','Profile',1275020082),(3400,'en','feed','phpfox','2.0.5dev1','posted_on','Posted On','Posted On',1275020089),(3401,'en','feed','phpfox','2.0.5dev1','content','Content','Content',1275020095),(3402,'en','feed','phpfox','2.0.5dev1','approve_selected','Approve Selected','Approve Selected',1275020108),(3403,'en','feed','phpfox','2.0.5dev1','deny_selected','Deny Selected','Deny Selected',1275020115),(3404,'en','feed','phpfox','2.0.6','setting_feedcache_timeout','<title>Cache Feeds</title><info>Value is in minutes.\r\nThis greatly improves performance on sites with a medium to large user base</info>','<title>Cache Feeds</title><info>Value is in minutes.\r\nThis greatly improves performance on sites with a medium to large user base</info>',1282124296),(3405,'en','forum','phpfox','2.0.0alpha1','module_forum','Forum','Forum',1232964154),(3406,'en','forum','phpfox','2.0.0alpha1','menu_forum','Forum','Forum',1232964179),(3407,'en','forum','phpfox','2.0.0alpha1','setting_forum_time_stamp','<title>Forum Time Stamp</title><info>Form Time Stamp</info>','<title>Forum Time Stamp</title><info>Form Time Stamp</info>',1236199398),(3408,'en','forum','phpfox','2.0.0alpha1','setting_forum_user_time_stamp','<title>Forum User Time Stamp</title><info>Forum User Time Stamp</info>','<title>Forum User Time Stamp</title><info>Forum User Time Stamp</info>',1236243410),(3409,'en','forum','phpfox','2.0.0alpha1','admin_menu_manage','Manage','Manage',1236250722),(3410,'en','forum','phpfox','2.0.0alpha1','admin_menu_add','Add','Add',1236252198),(3411,'en','forum','phpfox','2.0.0alpha1','user_setting_can_stick_thread','Can stick a forum thread?','Can stick a forum thread?',1236253463),(3412,'en','forum','phpfox','2.0.0alpha1','user_setting_can_close_a_thread','Can close a thread?','Can close a thread?',1236253526),(3413,'en','forum','phpfox','2.0.0alpha1','user_setting_can_post_announcement','Can post an announcement?','Can post an announcement?',1236337152),(3414,'en','forum','phpfox','2.0.0alpha1','setting_total_posts_per_thread','<title>Total Posts Per Thread</title><info>Total Posts Per Thread</info>','<title>Total Posts Per Thread</title><info>Total Posts Per Thread</info>',1236343387),(3415,'en','forum','phpfox','2.0.0alpha1','user_setting_can_delete_own_post','Can delete their own post?','Can delete their own post?',1236444561),(3416,'en','forum','phpfox','2.0.0alpha1','user_setting_can_delete_other_posts','Can delete other posts?','Can delete other posts?',1236445319),(3417,'en','forum','phpfox','2.0.0alpha1','user_setting_can_add_new_forum','Can add a new public forum?','Can add a new public forum?',1236620090),(3418,'en','forum','phpfox','2.0.0alpha1','user_setting_can_edit_forum','Can edit a public forum?','Can edit a public forum?',1236620328),(3419,'en','forum','phpfox','2.0.0alpha1','user_setting_can_manage_forum_moderators','Can manage forum moderators?\r\n\r\n<b>Notice:</b> Includes adding, editing and deleting forum moderators.','Can manage forum moderators?\r\n\r\n<b>Notice:</b> Includes adding, editing and deleting forum moderators.',1236620711),(3420,'en','forum','phpfox','2.0.0alpha1','user_setting_can_delete_forum','Can delete a public forum?','Can delete a public forum?',1236625977),(3421,'en','forum','phpfox','2.0.0alpha1','user_setting_can_edit_own_post','Can edit own forum post?','Can edit own forum post?',1236672321),(3422,'en','forum','phpfox','2.0.0alpha1','user_setting_can_edit_other_posts','Can edit other forum posts?','Can edit other forum posts?',1236673212),(3423,'en','forum','phpfox','2.0.0alpha1','user_setting_can_move_forum_thread','Can move forum threads?','Can move forum threads?',1236685973),(3424,'en','forum','phpfox','2.0.0alpha1','user_setting_can_copy_forum_thread','Can copy forum threads?','Can copy forum threads?',1236690483),(3425,'en','forum','phpfox','2.0.0alpha1','user_setting_can_merge_forum_threads','Can merge forum threads?','Can merge forum threads?',1236712843),(3426,'en','forum','phpfox','2.0.0alpha1','user_setting_can_multi_quote_forum','Can use multi-quote feature?','Can use multi-quote feature?',1236761340),(3427,'en','forum','phpfox','2.0.0alpha1','user_setting_can_reply_to_own_thread','Can reply to own thread?','Can reply to own thread?',1236761601),(3428,'en','forum','phpfox','2.0.0alpha1','user_setting_can_reply_on_other_threads','Can reply on threads posted by other users?','Can reply on threads posted by other users?',1236761963),(3429,'en','forum','phpfox','2.0.0alpha1','user_setting_can_add_new_thread','Can post a new thread?','Can post a new thread?',1236762641),(3430,'en','forum','phpfox','2.0.0alpha1','user_setting_can_add_forum_attachments','Can add attachments to posts?','Can add attachments to posts?',1236793576),(3431,'en','forum','phpfox','2.0.0alpha1','user_setting_can_add_tags_on_threads','Can add tags to threads?','Can add tags to threads?',1236793957),(3432,'en','forum','phpfox','2.0.0alpha1','user_setting_enable_captcha_on_posting','Enable Captcha protection when posting within the forums?','Enable Captcha protection when posting within the forums?',1236798433),(3433,'en','forum','phpfox','2.0.0alpha1','setting_total_forum_tags_display','<title>Total Tag Display</title><info>Define how many tags should be displayed within the tag cloud for the forum.</info>','<title>Total Tag Display</title><info>Define how many tags should be displayed within the tag cloud for the forum.</info>',1237050147),(3434,'en','forum','phpfox','2.0.0alpha1','setting_total_forum_post_preview','<title>Total Forum Post Preview</title><info>Define how many posts can be previewed when adding a new reply to a thread.</info>','<title>Total Forum Post Preview</title><info>Define how many posts can be previewed when adding a new reply to a thread.</info>',1237052576),(3435,'en','forum','phpfox','2.0.0alpha2','user_setting_forum_thread_flood_control','Define how many minutes this user group should wait before they can post a new thread.\r\n\r\n<b>Note:</b> Set to <b>0</b> if there should be no limit.','Define how many minutes this user group should wait before they can post a new thread.\r\n\r\n<b>Note:</b> Set to <b>0</b> if there should be no limit.',1237813942),(3436,'en','forum','phpfox','2.0.0alpha2','user_setting_forum_post_flood_control','Define how many minutes this user group should wait before they can post a new reply to a thread. \r\n\r\nNote: Set to 0 if there should be no limit.','Define how many minutes this user group should wait before they can post a new reply to a thread. \r\n\r\nNote: Set to 0 if there should be no limit.',1237815116),(3437,'en','forum','phpfox','2.0.0beta5','rss_group_name_3','Forum','Forum',1245660594),(3438,'en','forum','phpfox','2.0.0beta5','rss_title_4','Latest Forum Topics','Latest Forum Topics',1245660649),(3439,'en','forum','phpfox','2.0.0beta5','rss_description_4','List of the latest topics from our public forum.','List of the latest topics from our public forum.',1245660649),(3440,'en','forum','phpfox','2.0.0beta5','setting_rss_feed_on_each_forum','<title>RSS Feed within Forums</title><info>Set to <b>True</b> to enable RSS feeds for each forum.</info>','<title>RSS Feed within Forums</title><info>Set to <b>True</b> to enable RSS feeds for each forum.</info>',1245668622),(3441,'en','forum','phpfox','2.0.0beta5','setting_enable_rss_on_threads','<title>RSS Feed on Threads</title><info>Set to <b>True</b> to enable RSS feeds on threads.</info>','<title>RSS Feed on Threads</title><info>Set to <b>True</b> to enable RSS feeds on threads.</info>',1245668866),(3442,'en','forum','phpfox','2.0.0rc1','user_setting_points_forum','Points received when adding a thread/post within the forum.','Points received when adding a thread/post within the forum.',1250669265),(3443,'en','forum','phpfox','2.0.0rc3','only_members_can_add_a_reply_to_threads','Only members can add a reply to threads.','Only members can add a reply to threads.',1254468427),(3444,'en','forum','phpfox','2.0.0rc3','thread_is_closed_for_posting','Thread is closed for posting.','Thread is closed for posting.',1254468445),(3445,'en','forum','phpfox','2.0.0rc3','insufficient_permission_to_reply_to_this_thread','Insufficient permission to reply to this thread.','Insufficient permission to reply to this thread.',1254468471),(3446,'en','forum','phpfox','2.0.0rc3','posting_a_reply_a_little_too_soon','Posting a reply a little too soon.','Posting a reply a little too soon.',1254468482),(3447,'en','forum','phpfox','2.0.0rc3','select_moderators','Select moderators.','Select moderators.',1254468504),(3448,'en','forum','phpfox','2.0.0rc3','done','Done!','Done!',1254468514),(3449,'en','forum','phpfox','2.0.0rc3','not_permitted_to_move_threads','Not permitted to move threads.','Not permitted to move threads.',1254468558),(3450,'en','forum','phpfox','2.0.0rc3','thread_successfully_moved','Thread successfully moved.','Thread successfully moved.',1254468573),(3451,'en','forum','phpfox','2.0.0rc3','you_are_not_permitted_to_move_this_thread_to_this_specific_forum','You are not permitted to move this thread to this specific forum.','You are not permitted to move this thread to this specific forum.',1254468585),(3452,'en','forum','phpfox','2.0.0rc3','successfully_copied_the_thread','Successfully copied the thread.','Successfully copied the thread.',1254468606),(3453,'en','forum','phpfox','2.0.0rc3','you_are_not_permitted_to_copy_this_thread_to_this_specific_forum','You are not permitted to copy this thread to this specific forum.','You are not permitted to copy this thread to this specific forum.',1254468616),(3454,'en','forum','phpfox','2.0.0rc3','unstick_thread','Unstick Thread','Unstick Thread',1254468635),(3455,'en','forum','phpfox','2.0.0rc3','stick_thread','Stick Thread','Stick Thread',1254468651),(3456,'en','forum','phpfox','2.0.0rc3','thread_successfully_unstuck','Thread successfully unstuck.','Thread successfully unstuck.',1254468662),(3457,'en','forum','phpfox','2.0.0rc3','thread_successfully_stuck','Thread successfully stuck.','Thread successfully stuck.',1254468672),(3458,'en','forum','phpfox','2.0.0rc3','open_thread','Open Thread','Open Thread',1254468683),(3459,'en','forum','phpfox','2.0.0rc3','thread_successfully_closed','Thread successfully closed.','Thread successfully closed.',1254468698),(3460,'en','forum','phpfox','2.0.0rc3','close_thread','Close Thread','Close Thread',1254468707),(3461,'en','forum','phpfox','2.0.0rc3','thread_successfully_opened','Thread successfully opened.','Thread successfully opened.',1254468718),(3462,'en','forum','phpfox','2.0.0rc3','not_allowed_to_merge_threads_from_this_specific_forum','Not allowed to merge threads from this specific forum.','Not allowed to merge threads from this specific forum.',1254468729),(3463,'en','forum','phpfox','2.0.0rc3','threads_successfully_merged','Threads successfully merged.','Threads successfully merged.',1254468739),(3464,'en','forum','phpfox','2.0.0rc3','not_a_valid_thread_to_copy','Not a valid thread to copy.','Not a valid thread to copy.',1254468759),(3465,'en','forum','phpfox','2.0.0rc3','not_a_valid_thread_to_move','Not a valid thread to move.','Not a valid thread to move.',1254468774),(3466,'en','forum','phpfox','2.0.0rc3','recent_topics','Recent Topics','Recent Topics',1254468799),(3467,'en','forum','phpfox','2.0.0rc3','provide_a_name_for_your_forum','Provide a name for your forum.','Provide a name for your forum.',1254469627),(3468,'en','forum','phpfox','2.0.0rc3','forum_successfully_updated','Forum successfully updated.','Forum successfully updated.',1254469640),(3469,'en','forum','phpfox','2.0.0rc3','forum_successfully_added','Forum successfully added.','Forum successfully added.',1254469940),(3470,'en','forum','phpfox','2.0.0rc3','editing_forum','Editing Forum','Editing Forum',1254469951),(3471,'en','forum','phpfox','2.0.0rc3','create_new_form','Create New Form','Create New Form',1254469966),(3472,'en','forum','phpfox','2.0.0rc3','forum_order_successfully_updated','Forum order successfully updated.','Forum order successfully updated.',1254469979),(3473,'en','forum','phpfox','2.0.0rc3','forum_successfully_deleted','Forum successfully deleted.','Forum successfully deleted.',1254470108),(3474,'en','forum','phpfox','2.0.0rc3','manage_forums','Manage Forums','Manage Forums',1254470118),(3475,'en','forum','phpfox','2.0.0rc3','successfully_unsubscribed_to_thread_s','Successfully unsubscribed to thread(s).','Successfully unsubscribed to thread(s).',1254470147),(3476,'en','forum','phpfox','2.0.0rc3','successfully_subscribed_to_thread_s','Successfully subscribed to thread(s).','Successfully subscribed to thread(s).',1254470156),(3477,'en','forum','phpfox','2.0.0rc3','no_results_found','No results found.','No results found.',1254470181),(3478,'en','forum','phpfox','2.0.0rc3','not_a_valid_forum','Not a valid forum.','Not a valid forum.',1254470229),(3479,'en','forum','phpfox','2.0.0rc3','forum','Forum','Forum',1254470274),(3480,'en','forum','phpfox','2.0.0rc3','tags','Tags','Tags',1254470336),(3481,'en','forum','phpfox','2.0.0rc3','threads_tagged_with','Threads tagged with','Threads tagged with',1254470344),(3482,'en','forum','phpfox','2.0.0rc3','search','Search','Search',1254470353),(3483,'en','forum','phpfox','2.0.0rc3','new_posts','New Posts','New Posts',1254470365),(3484,'en','forum','phpfox','2.0.0rc3','my_threads','My Threads','My Threads',1254470374),(3485,'en','forum','phpfox','2.0.0rc3','subscriptions','Subscriptions','Subscriptions',1254470380),(3486,'en','forum','phpfox','2.0.0rc3','group_forum','Group Forum','Group Forum',1254470431),(3487,'en','forum','phpfox','2.0.0rc3','forum_section_is_closed','Forum section is closed.','Forum section is closed.',1254470496),(3488,'en','forum','phpfox','2.0.0rc3','not_a_valid_thread','Not a valid thread.','Not a valid thread.',1254470549),(3489,'en','forum','phpfox','2.0.0rc3','insufficient_permission_to_edit_this_thread','Insufficient permission to edit this thread.','Insufficient permission to edit this thread.',1254470574),(3490,'en','forum','phpfox','2.0.0rc3','forum_is_closed','Forum is closed.','Forum is closed.',1254470594),(3491,'en','forum','phpfox','2.0.0rc3','provide_a_title_for_your_thread','Provide a title for your thread.','Provide a title for your thread.',1254470614),(3492,'en','forum','phpfox','2.0.0rc3','provide_some_text','Provide some text.','Provide some text.',1254470621),(3493,'en','forum','phpfox','2.0.0rc3','thread_successfully_updated','Thread successfully updated.','Thread successfully updated.',1254470634),(3494,'en','forum','phpfox','2.0.0rc3','posting_a_new_thread_a_little_too_soon','Posting a new thread a little too soon.','Posting a new thread a little too soon.',1254470652),(3495,'en','forum','phpfox','2.0.0rc3','editing_thread','Editing Thread','Editing Thread',1254470668),(3496,'en','forum','phpfox','2.0.0rc3','post_new_thread','Post New Thread','Post New Thread',1254470698),(3497,'en','forum','phpfox','2.0.0rc3','not_a_valid_post','Not a valid post.','Not a valid post.',1254470728),(3498,'en','forum','phpfox','2.0.0rc3','thread_is_closed','Thread is closed.','Thread is closed.',1254470757),(3499,'en','forum','phpfox','2.0.0rc3','thread_is_an_announcement_not_allowed_to_leave_a_reply','Thread is an announcement. Not allowed to leave a reply.','Thread is an announcement. Not allowed to leave a reply.',1254470778),(3500,'en','forum','phpfox','2.0.0rc3','editing_post','Editing Post','Editing Post',1254470824),(3501,'en','forum','phpfox','2.0.0rc3','post_new_reply','Post New Reply','Post New Reply',1254470834),(3502,'en','forum','phpfox','2.0.0rc3','forum_successfully_marked_as_read','Forum successfully marked as read.','Forum successfully marked as read.',1254470867),(3503,'en','forum','phpfox','2.0.0rc3','rss_feeds_are_disabled_for_threads','RSS feeds are disabled for threads.','RSS feeds are disabled for threads.',1254470892),(3504,'en','forum','phpfox','2.0.0rc3','not_a_valid_group','Not a valid group.','Not a valid group.',1254470972),(3505,'en','forum','phpfox','2.0.0rc3','latest_threads_in_group_forum','Latest threads in group forum','Latest threads in group forum',1254470981),(3506,'en','forum','phpfox','2.0.0rc3','latest_threads_on','Latest threads on','Latest threads on',1254470990),(3507,'en','forum','phpfox','2.0.0rc3','thread','Thread','Thread',1254471062),(3508,'en','forum','phpfox','2.0.0rc3','can_edit_posts','Can edit posts?','Can edit posts?',1254471109),(3509,'en','forum','phpfox','2.0.0rc3','can_delete_posts','Can delete posts?','Can delete posts?',1254471127),(3510,'en','forum','phpfox','2.0.0rc3','can_post_announcements','Can post announcements?','Can post announcements?',1254471135),(3511,'en','forum','phpfox','2.0.0rc3','can_stick_threads','Can stick threads?','Can stick threads?',1254471142),(3512,'en','forum','phpfox','2.0.0rc3','can_move_threads','Can move threads?','Can move threads?',1254471150),(3513,'en','forum','phpfox','2.0.0rc3','can_copy_threads','Can copy threads?','Can copy threads?',1254471158),(3514,'en','forum','phpfox','2.0.0rc3','can_close_threads','Can close threads?','Can close threads?',1254471166),(3515,'en','forum','phpfox','2.0.0rc3','can_merge_threads','Can merge threads?','Can merge threads?',1254471174),(3516,'en','forum','phpfox','2.0.0rc3','can_reply_to_threads','Can reply to threads?','Can reply to threads?',1254471182),(3517,'en','forum','phpfox','2.0.0rc3','can_post_a_new_thread','Can post a new thread?','Can post a new thread?',1254471190),(3518,'en','forum','phpfox','2.0.0rc3','latest_posts_in','Latest posts in','Latest posts in',1254471232),(3519,'en','forum','phpfox','2.0.0rc3','latest_forum_posts_on','Latest forum posts on','Latest forum posts on',1254471242),(3520,'en','forum','phpfox','2.0.0rc3','reply_to_thread_title','Reply to thread \"{title}\".','Reply to thread \"{title}\".',1254471299),(3521,'en','forum','phpfox','2.0.0rc3','full_name_has_just_replied_to_the_thread_title','{full_name} has just replied to the thread \"{title}\".\r\n\r\nTo view this thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} has just replied to the thread \"{title}\".\r\n\r\nTo view this thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254471362),(3522,'en','forum','phpfox','2.0.0rc3','not_a_valid_forum_url_missing_forum_path','Not a valid forum URL. Missing forum path.','Not a valid forum URL. Missing forum path.',1254471499),(3523,'en','forum','phpfox','2.0.0rc3','not_a_valid_forum_url_missing_thread_id','Not a valid forum URL. Missing thread ID.','Not a valid forum URL. Missing thread ID.',1254471633),(3524,'en','forum','phpfox','2.0.0rc3','not_a_valid_forum_url_thread_is_not_valid','Not a valid forum URL. Thread is not valid.','Not a valid forum URL. Thread is not valid.',1254471643),(3525,'en','forum','phpfox','2.0.0rc3','not_a_valid_forum_url_merging_thread_is_not_valid','Not a valid forum URL. Merging thread is not valid.','Not a valid forum URL. Merging thread is not valid.',1254471652),(3526,'en','forum','phpfox','2.0.0rc3','you_cannot_merge_the_same_thread','You cannot merge the same thread.','You cannot merge the same thread.',1254471660),(3527,'en','forum','phpfox','2.0.0rc3','you_cannot_merge_this_thread_as_it_belongs_to_another_group_forum','You cannot merge this thread as it belongs to another group/forum.','You cannot merge this thread as it belongs to another group/forum.',1254471672),(3528,'en','forum','phpfox','2.0.0rc3','select_a_forum_this_announcement_will_belong_to','Select a forum this announcement will belong to.','Select a forum this announcement will belong to.',1254471695),(3529,'en','forum','phpfox','2.0.0rc3','owner_full_name_added_a_new_thread','<a href=\"{user_link}\">{owner_full_name}</a> added a new thread \"<a href=\"{title_link}\">{title}</a>\"','<a href=\"{user_link}\">{owner_full_name}</a> added a new thread \"<a href=\"{title_link}\">{title}</a>\"',1254471772),(3530,'en','forum','phpfox','2.0.0rc3','view_forum','View Forum','View Forum',1254471886),(3531,'en','forum','phpfox','2.0.0rc3','forum_posts','Forum Posts','Forum Posts',1254471899),(3532,'en','forum','phpfox','2.0.0rc3','full_name_replied_to_the_thread_title','<a href=\"{user_link}\">{full_name}</a> replied to the thread \"<a href=\"{link}\">{title}</a>\".','<a href=\"{user_link}\">{full_name}</a> replied to the thread \"<a href=\"{link}\">{title}</a>\".',1254471921),(3533,'en','forum','phpfox','2.0.0rc3','forum_subscriptions','Forum Subscriptions','Forum Subscriptions',1254471948),(3534,'en','forum','phpfox','2.0.0rc3','forum_post_text','Forum Post Text','Forum Post Text',1254471964),(3535,'en','forum','phpfox','2.0.0rc3','post_time','Post Time','Post Time',1254471989),(3536,'en','forum','phpfox','2.0.0rc3','author','Author','Author',1254471996),(3537,'en','forum','phpfox','2.0.0rc3','replies','Replies','Replies',1254472003),(3538,'en','forum','phpfox','2.0.0rc3','subject','Subject','Subject',1254472009),(3539,'en','forum','phpfox','2.0.0rc3','views','Views','Views',1254472015),(3540,'en','forum','phpfox','2.0.0rc3','last_day','Last Day','Last Day',1254472027),(3541,'en','forum','phpfox','2.0.0rc3','last_2_days','Last 2 Days','Last 2 Days',1254472034),(3542,'en','forum','phpfox','2.0.0rc3','last_week','Last Week','Last Week',1254472042),(3543,'en','forum','phpfox','2.0.0rc3','last_10_days','Last 10 Days','Last 10 Days',1254472051),(3544,'en','forum','phpfox','2.0.0rc3','last_2_weeks','Last 2 Weeks','Last 2 Weeks',1254472064),(3545,'en','forum','phpfox','2.0.0rc3','last_month','Last Month','Last Month',1254472074),(3546,'en','forum','phpfox','2.0.0rc3','last_45_days','Last 45 Days','Last 45 Days',1254472082),(3547,'en','forum','phpfox','2.0.0rc3','last_2_months','Last 2 Months','Last 2 Months',1254472090),(3548,'en','forum','phpfox','2.0.0rc3','last_75_days','Last 75 Days','Last 75 Days',1254472098),(3549,'en','forum','phpfox','2.0.0rc3','last_100_days','Last 100 Days','Last 100 Days',1254472106),(3550,'en','forum','phpfox','2.0.0rc3','last_year','Last Year','Last Year',1254472114),(3551,'en','forum','phpfox','2.0.0rc3','beginning','Beginning','Beginning',1254472120),(3552,'en','forum','phpfox','2.0.0rc3','latest_threads_in','Latest threads in','Latest threads in',1254473423),(3553,'en','forum','phpfox','2.0.0rc3','are_you_sure_notice_this_will_delete_all_child_forums_and_any_threads_posts_announcements','Are you sure?\r\n\r\nNotice! This will delete all child forums and any threads, posts, announcements that belong to those forums.\r\n\r\nThis cannot be undone.','Are you sure?\r\n\r\nNotice! This will delete all child forums and any threads, posts, announcements that belong to those forums.\r\n\r\nThis cannot be undone.',1254473652),(3554,'en','forum','phpfox','2.0.0rc3','global_moderator_permissions','Global Moderator Permissions','Global Moderator Permissions',1254473995),(3555,'en','forum','phpfox','2.0.0rc3','moderator_permissions','Moderator Permissions','Moderator Permissions',1254474019),(3556,'en','forum','phpfox','2.0.0rc3','cancel','cancel','cancel',1254474037),(3557,'en','forum','phpfox','2.0.0rc3','provide_a_reply','Provide a reply.','Provide a reply.',1254474073),(3558,'en','forum','phpfox','2.0.0rc3','adding_your_reply','Adding your reply','Adding your reply',1254474097),(3559,'en','forum','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254474168),(3560,'en','forum','phpfox','2.0.0rc3','post_successfully_deleted','Post successfully deleted.','Post successfully deleted.',1254474188),(3561,'en','forum','phpfox','2.0.0rc3','post_and_thread_successfully_deleted','Post and thread successfully deleted.','Post and thread successfully deleted.',1254474198),(3562,'en','forum','phpfox','2.0.0rc3','thread_successfully_deleted','Thread successfully deleted.','Thread successfully deleted.',1254474227),(3563,'en','forum','phpfox','2.0.0rc3','manage_moderators','Manage Moderators','Manage Moderators',1254475005),(3564,'en','forum','phpfox','2.0.0rc3','moderators','Moderators','Moderators',1254475017),(3565,'en','forum','phpfox','2.0.0rc3','forums','Forums','Forums',1254475069),(3566,'en','forum','phpfox','2.0.0rc3','yes','Yes','Yes',1254475096),(3567,'en','forum','phpfox','2.0.0rc3','no','No','No',1254475104),(3568,'en','forum','phpfox','2.0.0rc3','save','Save','Save',1254475111),(3569,'en','forum','phpfox','2.0.0rc3','new_title','New Title','New Title',1254475136),(3570,'en','forum','phpfox','2.0.0rc3','copying','Copying','Copying',1254475143),(3571,'en','forum','phpfox','2.0.0rc3','destination_forum','Destination Forum','Destination Forum',1254475152),(3572,'en','forum','phpfox','2.0.0rc3','copy_thread','Copy Thread','Copy Thread',1254475161),(3573,'en','forum','phpfox','2.0.0rc3','sub_forum','Sub-Forum','Sub-Forum',1254475173),(3574,'en','forum','phpfox','2.0.0rc3','threads','Threads','Threads',1254475188),(3575,'en','forum','phpfox','2.0.0rc3','posts','Posts','Posts',1254475194),(3576,'en','forum','phpfox','2.0.0rc3','last_post','Last Post','Last Post',1254475201),(3577,'en','forum','phpfox','2.0.0rc3','forum_is_closed_for_posting','Forum is Closed for Posting','Forum is Closed for Posting',1254475291),(3578,'en','forum','phpfox','2.0.0rc3','forum_contains_no_new_posts','Forum Contains No New Posts','Forum Contains No New Posts',1254475300),(3579,'en','forum','phpfox','2.0.0rc3','forum_contains_new_posts','Forum Contains New Posts','Forum Contains New Posts',1254475308),(3580,'en','forum','phpfox','2.0.0rc3','moderated_by','Moderated by','Moderated by',1254475319),(3581,'en','forum','phpfox','2.0.0rc3','by_user_link_on_time_stamp_phrase','by {user_link}<br />\r\non <a href=\"{link}\">{time_stamp_phrase}</a>','by {user_link}<br />\r\non <a href=\"{link}\">{time_stamp_phrase}</a>',1254475903),(3582,'en','forum','phpfox','2.0.0rc3','sub_forums','Sub-Forums','Sub-Forums',1254476793),(3583,'en','forum','phpfox','2.0.0rc3','url','URL','URL',1254476819),(3584,'en','forum','phpfox','2.0.0rc3','merge_threads','Merge Threads','Merge Threads',1254476837),(3585,'en','forum','phpfox','2.0.0rc3','move_thread','Move Thread','Move Thread',1254476856),(3586,'en','forum','phpfox','2.0.0rc3','moving','Moving','Moving',1254476863),(3587,'en','forum','phpfox','2.0.0rc3','no_forum_threads','No forum threads.','No forum threads.',1254476877),(3588,'en','forum','phpfox','2.0.0rc3','posted_by_user_link_on_time_stamp_phrase','Posted by {user_link} on {time_stamp_phrase}','Posted by {user_link} on {time_stamp_phrase}',1254477002),(3589,'en','forum','phpfox','2.0.0rc3','location','Location','Location',1254477436),(3590,'en','forum','phpfox','2.0.0rc3','registered','Registered','Registered',1254477443),(3591,'en','forum','phpfox','2.0.0rc3','topic','Topic','Topic',1254483138),(3592,'en','forum','phpfox','2.0.0rc3','title_posted_in_forum_name','<a href=\"{link}\">{title}</a> posted in <a href=\"{forum_link}\">{forum_name}</a>.','<a href=\"{link}\">{title}</a> posted in <a href=\"{forum_link}\">{forum_name}</a>.',1254483515),(3593,'en','forum','phpfox','2.0.0rc3','last_update_on_time_stamp_by_update_user','Last update on {time_stamp} by {update_user}.','Last update on {time_stamp} by {update_user}.',1254484623),(3594,'en','forum','phpfox','2.0.0rc3','edit_this_post','Edit this post.','Edit this post.',1254488093),(3595,'en','forum','phpfox','2.0.0rc3','delete_this_post','Delete this post.','Delete this post.',1254488104),(3596,'en','forum','phpfox','2.0.0rc3','report_a_post','Report a Post','Report a Post',1254488115),(3597,'en','forum','phpfox','2.0.0rc3','quote_full_name_s_reply','Quote {full_name}\'s reply.','Quote {full_name}\'s reply.',1254488162),(3598,'en','forum','phpfox','2.0.0rc3','multi_quote_this_message','Multi-Quote this message.','Multi-Quote this message.',1254488187),(3599,'en','forum','phpfox','2.0.0rc3','no_new_posts','No new posts','No new posts',1254488245),(3600,'en','forum','phpfox','2.0.0rc3','sticky','Sticky','Sticky',1254488281),(3601,'en','forum','phpfox','2.0.0rc3','by_user_link_on_time_stamp_phrase_no_break','by {user_link} on {time_stamp_phrase}','by {user_link} on {time_stamp_phrase}',1254488777),(3602,'en','forum','phpfox','2.0.0rc3','by_user_link_on_time_stamp_phrase_in_forum_name','by {user_link} on {time_stamp_phrase} in <a href=\"{forum_link}\">{forum_name}</a>','by {user_link} on {time_stamp_phrase} in <a href=\"{forum_link}\">{forum_name}</a>',1254488906),(3603,'en','forum','phpfox','2.0.0rc3','by_user_link','by {user_link}','by {user_link}',1254489110),(3604,'en','forum','phpfox','2.0.0rc3','all_times_are_gmt_time_zone_the_time_now_is_current_time','All times are GMT{time_zone}. The time now is {current_time}.','All times are GMT{time_zone}. The time now is {current_time}.',1254489167),(3605,'en','forum','phpfox','2.0.0rc3','forum_details','Forum Details','Forum Details',1254489232),(3606,'en','forum','phpfox','2.0.0rc3','name','Name','Name',1254489239),(3607,'en','forum','phpfox','2.0.0rc3','parent_forum','Parent Forum','Parent Forum',1254489248),(3608,'en','forum','phpfox','2.0.0rc3','select','Select','Select',1254489255),(3609,'en','forum','phpfox','2.0.0rc3','is_a_category','Is a Category','Is a Category',1254489263),(3610,'en','forum','phpfox','2.0.0rc3','closed','Closed','Closed',1254489288),(3611,'en','forum','phpfox','2.0.0rc3','description','Description','Description',1254489295),(3612,'en','forum','phpfox','2.0.0rc3','cancel_uppercase','Cancel','Cancel',1254489314),(3613,'en','forum','phpfox','2.0.0rc3','no_forums_created_yet','No forums created yet.','No forums created yet.',1254489326),(3614,'en','forum','phpfox','2.0.0rc3','create_a_new_forum','Create a New Forum','Create a New Forum',1254489332),(3615,'en','forum','phpfox','2.0.0rc3','edit_forum','Edit Forum','Edit Forum',1254489340),(3616,'en','forum','phpfox','2.0.0rc3','add_child_forum','Add Child Forum','Add Child Forum',1254489354),(3617,'en','forum','phpfox','2.0.0rc3','delete_forum','Delete Forum','Delete Forum',1254489366),(3618,'en','forum','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254489384),(3619,'en','forum','phpfox','2.0.0rc3','subscribe_to_this_forum','Subscribe to this forum.','Subscribe to this forum.',1254489400),(3620,'en','forum','phpfox','2.0.0rc3','new_thread','New Thread','New Thread',1254489412),(3621,'en','forum','phpfox','2.0.0rc3','forum_tools','Forum Tools','Forum Tools',1254489424),(3622,'en','forum','phpfox','2.0.0rc3','mark_this_forum_read','Mark This Forum Read','Mark This Forum Read',1254489432),(3623,'en','forum','phpfox','2.0.0rc3','search_this_forum','Search This Forum','Search This Forum',1254490421),(3624,'en','forum','phpfox','2.0.0rc3','show_threads','Show Threads','Show Threads',1254490433),(3625,'en','forum','phpfox','2.0.0rc3','show_posts','Show Posts','Show Posts',1254490440),(3626,'en','forum','phpfox','2.0.0rc3','advanced_search','Advanced Search','Advanced Search',1254490449),(3627,'en','forum','phpfox','2.0.0rc3','announcements','Announcements','Announcements',1254490459),(3628,'en','forum','phpfox','2.0.0rc3','with_selected','With Selected (<span id=\"js_selector_count\"></span>)','With Selected (<span id=\"js_selector_count\"></span>)',1254490511),(3629,'en','forum','phpfox','2.0.0rc3','subscribe','Subscribe','Subscribe',1254490550),(3630,'en','forum','phpfox','2.0.0rc3','unsubscribe','Unsubscribe','Unsubscribe',1254490555),(3631,'en','forum','phpfox','2.0.0rc3','submit','Submit','Submit',1254490563),(3632,'en','forum','phpfox','2.0.0rc3','display','Display','Display',1254490598),(3633,'en','forum','phpfox','2.0.0rc3','from','From','From',1254490603),(3634,'en','forum','phpfox','2.0.0rc3','sort','Sort','Sort',1254490610),(3635,'en','forum','phpfox','2.0.0rc3','by','By','By',1254490617),(3636,'en','forum','phpfox','2.0.0rc3','nothing_found','Nothing found.','Nothing found.',1254490654),(3637,'en','forum','phpfox','2.0.0rc3','no_threads_were_posted_yet','No threads were posted yet.','No threads were posted yet.',1254490661),(3638,'en','forum','phpfox','2.0.0rc3','be_the_first_to_post_a_thread','Be the First to Post a Thread.','Be the First to Post a Thread.',1254490669),(3639,'en','forum','phpfox','2.0.0rc3','quick_links','Quick Links','Quick Links',1254490698),(3640,'en','forum','phpfox','2.0.0rc3','mark_forums_read','Mark Forums Read','Mark Forums Read',1254490706),(3641,'en','forum','phpfox','2.0.0rc3','subscribed_threads','Subscribed Threads','Subscribed Threads',1254490727),(3642,'en','forum','phpfox','2.0.0rc3','go','Go','Go',1254490745),(3643,'en','forum','phpfox','2.0.0rc3','no_forums_have_been_created','No forums have been created.','No forums have been created.',1254490780),(3644,'en','forum','phpfox','2.0.0rc3','statistics','Statistics','Statistics',1254490793),(3645,'en','forum','phpfox','2.0.0rc3','message','Message','Message',1254490873),(3646,'en','forum','phpfox','2.0.0rc3','type','Type','Type',1254490977),(3647,'en','forum','phpfox','2.0.0rc3','announcement','Announcement','Announcement',1254491325),(3648,'en','forum','phpfox','2.0.0rc3','select_a_parent_forum','Select a parent forum','Select a parent forum',1254491338),(3649,'en','forum','phpfox','2.0.0rc3','announcement_will_be_included_in_child_forums','Announcement will be included in child forums.','Announcement will be included in child forums.',1254491346),(3650,'en','forum','phpfox','2.0.0rc3','topic_preview_newest_first','Topic Preview (Newest First)','Topic Preview (Newest First)',1254491410),(3651,'en','forum','phpfox','2.0.0rc3','this_thread_has_more_than_total_setting_replies','This thread has more than {total_setting} replies. Click <a href=\"{link}\">here</a> to review the whole thread.','This thread has more than {total_setting} replies. Click <a href=\"{link}\">here</a> to review the whole thread.',1254491468),(3652,'en','forum','phpfox','2.0.0rc3','search_for_keyword_s','Search for keyword(s)','Search for keyword(s)',1254491593),(3653,'en','forum','phpfox','2.0.0rc3','search_for_author','Search for author','Search for author',1254491602),(3654,'en','forum','phpfox','2.0.0rc3','find_in_forum','Find in forum','Find in forum',1254491611),(3655,'en','forum','phpfox','2.0.0rc3','display_results_as','Display results as','Display results as',1254491702),(3656,'en','forum','phpfox','2.0.0rc3','subscribe_to_this_thread','Subscribe to this thread.','Subscribe to this thread.',1254491724),(3657,'en','forum','phpfox','2.0.0rc3','new_reply','New Reply','New Reply',1254491761),(3658,'en','forum','phpfox','2.0.0rc3','thread_tools','Thread Tools','Thread Tools',1254491770),(3659,'en','forum','phpfox','2.0.0rc3','edit_thread','Edit Thread','Edit Thread',1254491960),(3660,'en','forum','phpfox','2.0.0rc3','delete_thread','Delete Thread','Delete Thread',1254491992),(3661,'en','forum','phpfox','2.0.0rc3','quick_reply','Quick Reply','Quick Reply',1254492097),(3662,'en','forum','phpfox','2.0.0rc3','reply','Reply','Reply',1254492142),(3663,'en','forum','phpfox','2.0.0rc3','post_quick_reply','Post Quick Reply','Post Quick Reply',1254492172),(3664,'en','forum','phpfox','2.0.0rc3','go_advanced','Go Advanced','Go Advanced',1254492181),(3665,'en','forum','phpfox','2.0.0rc4','full_name_replied_to_the_thread_title_with_link','<a href=\"{user_link}\">{full_name}</a> replied to the thread \"<a href=\"{thread_link}\">{title}</a>\".','<a href=\"{user_link}\">{full_name}</a> replied to the thread \"<a href=\"{thread_link}\">{title}</a>\".',1256558977),(3666,'en','forum','phpfox','2.0.0rc8','display_options','Display Options','Display Options',1258414774),(3667,'en','forum','phpfox','2.0.0rc8','additional_options','Additional Options','Additional Options',1258414801),(3668,'en','forum','phpfox','2.0.0rc8','title','Title','Title',1258986945),(3669,'en','forum','phpfox','2.0.0rc11','user_setting_can_view_forum','Can browse and view the forum module?','Can browse and view the forum module?',1260276741),(3670,'en','forum','phpfox','2.0.0rc11','forum_thread_post_count','Forum Thread/Post Count','Forum Thread/Post Count',1260291719),(3671,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_forum_a_href_link_thread_a','<a href=\"{user_link}\">{full_name}</a> likes your forum <a href=\"{link}\">thread</a>.','<a href=\"{user_link}\">{full_name}</a> likes your forum <a href=\"{link}\">thread</a>.',1260463116),(3672,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_forum_a_href_link_thread_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own forum <a href=\"{link}\">thread</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own forum <a href=\"{link}\">thread</a>.',1260463354),(3673,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_forum_a_href_link_thread_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s forum <a href=\"{link}\">thread</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s forum <a href=\"{link}\">thread</a>.',1260463404),(3674,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_forum_a_href_link_post_a','<a href=\"{user_link}\">{full_name}</a> likes your forum <a href=\"{link}\">post</a>.','<a href=\"{user_link}\">{full_name}</a> likes your forum <a href=\"{link}\">post</a>.',1260463695),(3675,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_forum_a_href_link_reply_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own forum <a href=\"{link}\">reply</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own forum <a href=\"{link}\">reply</a>.',1260464244),(3676,'en','forum','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_forum_a_href_link_reply_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s forum <a href=\"{link}\">reply</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s forum <a href=\"{link}\">reply</a>.',1260464262),(3677,'en','forum','phpfox','2.0.0','viewing_single_post','Viewing Single Post','Viewing Single Post',1261175625),(3678,'en','forum','phpfox','2.0.0','forum_user_post_count','Forum User Post Count','Forum User Post Count',1261399133),(3679,'en','forum','phpfox','2.0.2','update_forum_last_post','Update Forum Last Post','Update Forum Last Post',1263378519),(3680,'en','forum','phpfox','2.0.5','user_setting_can_sponsor_thread','Can members of this user group mark a thread as sponsored?','Can members of this user group mark a thread as sponsored?',1269951006),(3681,'en','forum','phpfox','2.0.5','sponsor','Sponsor','Sponsor',1269951526),(3682,'en','forum','phpfox','2.0.5','you_are_not_allowed_to_mark_threads_as_sponsor','You are not allowed to mark threads as sponsor.','You are not allowed to mark threads as sponsor.',1269952247),(3683,'en','forum','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1271152478),(3684,'en','forum','phpfox','2.0.5','unsponsor','Unsponsor','Unsponsor',1271159396),(3685,'en','forum','phpfox','2.0.5','thread_successfully_sponsored','Thread Successfully Sponsored','Thread Successfully Sponsored',1271161358),(3686,'en','forum','phpfox','2.0.5','thread_successfully_unsponsored','Thread Successfully Unsponsored','Thread Successfully Unsponsored',1271161410),(3687,'en','forum','phpfox','2.0.5','user_setting_forum_thread_sponsor_price','How much is the sponsor space worth for forum threads?\r\nThis works in a CPM basis.','How much is the sponsor space worth for forum threads?\r\nThis works in a CPM basis.',1271847763),(3688,'en','forum','phpfox','2.0.5','sponsor_error_not_found','That thread is no longer available','That thread is no longer available',1272005806),(3689,'en','forum','phpfox','2.0.5','sponsor_title','Forum thread: {sThreadTitle}','Forum thread: {sThreadTitle}',1272005846),(3690,'en','forum','phpfox','2.0.5','sponsor_paypal_message','Sponsor of forum thread: {sThreadTitle}','Sponsor of forum thread: {sThreadTitle}',1272005907),(3691,'en','forum','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the thread be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored thread space before it is shown in the site.','After the user has purchased a sponsored space, should the thread be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored thread space before it is shown in the site.',1272006656),(3692,'en','forum','phpfox','2.0.5','setting_global_forum_timezone','<title>Forum Global Time Stamp</title><info>This is the time stamp that is displayed at the bottom of the forum.</info>','<title>Forum Global Time Stamp</title><info>This is the time stamp that is displayed at the bottom of the forum.</info>',1273245857),(3693,'en','forum','phpfox','2.0.5dev1','user_setting_approve_forum_thread','Approve threads before they are displayed publicly?','Approve threads before they are displayed publicly?',1274844636),(3694,'en','forum','phpfox','2.0.5dev1','user_setting_can_approve_forum_thread','Can approve forum threads?','Can approve forum threads?',1274845237),(3695,'en','forum','phpfox','2.0.5dev1','thread_is_pending_approval','Thread is pending approval.','Thread is pending approval.',1274845561),(3696,'en','forum','phpfox','2.0.5dev1','approve_thread','Approve Thread','Approve Thread',1274845632),(3697,'en','forum','phpfox','2.0.5dev1','thread_approved_on_site_title','Thread Approved on {site_title}','Thread Approved on {site_title}',1274927037),(3698,'en','forum','phpfox','2.0.5dev1','your_thread_title_on_site_title_has_been_approved','Your thread \"{thread_title}\" on {site_title} has been approved. To view your thread follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your thread \"{thread_title}\" on {site_title} has been approved. To view your thread follow the link below:\r\n<a href=\"{link}\">{link}</a>',1274927265),(3699,'en','forum','phpfox','2.0.5dev1','forum_threads','Forum Threads','Forum Threads',1274927850),(3700,'en','forum','phpfox','2.0.5dev1','can_approve_threads','Can approve threads?','Can approve threads?',1274931426),(3701,'en','forum','phpfox','2.0.5dev1','can_approve_posts','Can approve posts?','Can approve posts?',1274931944),(3702,'en','forum','phpfox','2.0.5dev1','user_setting_approve_forum_post','Approve forum posts before they are displayed publicly?','Approve forum posts before they are displayed publicly?',1274932013),(3703,'en','forum','phpfox','2.0.5dev1','your_post_has_successfully_been_added_however_it_is_pending_an_admins_approval_before_it_can_be_displayed_publicly','Your post has successfully been added, however it is pending an Admins approval before it can be displayed publicly.','Your post has successfully been added, however it is pending an Admins approval before it can be displayed publicly.',1274932351),(3704,'en','forum','phpfox','2.0.5dev1','approve_this_forum_post','Approve this forum post.','Approve this forum post.',1274932988),(3705,'en','forum','phpfox','2.0.5dev1','user_setting_can_approve_forum_post','Can approve forum posts?','Can approve forum posts?',1274933104),(3706,'en','forum','phpfox','2.0.5dev1','forum_post_approved_on_site_title','Forum Post Approved on {site_title}','Forum Post Approved on {site_title}',1274933764),(3707,'en','forum','phpfox','2.0.5dev1','your_post_that_is_part_of_the_forum_thread_title_on_site_title','Your post that is part of the forum thread \"{thread_title}\" on {site_title} has been approved. To view your post follow the link below: \r\n<a href=\"{link}\">{link}</a>','Your post that is part of the forum thread \"{thread_title}\" on {site_title} has been approved. To view your post follow the link below: \r\n<a href=\"{link}\">{link}</a>',1274933802),(3708,'en','forum','phpfox','2.0.5dev2','setting_forum_database_tracking','<title>Database Tracking</title><info>If this option is enabled it will track users by storing the threads they have viewed in the database. As opposed to storing recent threads in cookies and basing if a user has viewed a thread or not on several time stamps. With this feature enabled it is much more accurate, however it requires extra server resources and on large forums it is best to disable this feature.</info>','<title>Database Tracking</title><info>If this option is enabled it will track users by storing the threads they have viewed in the database. As opposed to storing recent threads in cookies and basing if a user has viewed a thread or not on several time stamps. With this feature enabled it is much more accurate, however it requires extra server resources and on large forums it is best to disable this feature.</info>',1275199323),(3709,'en','forum','phpfox','2.0.5','user_setting_auto_publish_sponsored_thread','After the user has purchased a sponsored space, should the thread be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored thread before it is shown in the site.','After the user has purchased a sponsored space, should the thread be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored thread before it is shown in the site.',1276177393),(3710,'en','forum','phpfox','2.0.6','you_have_already_given_your_thanks_for_this_post','You have already given your thanks for this post.','You have already given your thanks for this post.',1279572411),(3711,'en','forum','phpfox','2.0.6','give_your_thanks','Give your Thanks!','Give your Thanks!',1279572441),(3712,'en','forum','phpfox','2.0.6','user_setting_can_thank_on_forum_posts','Can give \"thanks\" on forum posts?','Can give \"thanks\" on forum posts?',1279572555),(3713,'en','forum','phpfox','2.0.6','user_setting_can_delete_thanks_by_other_users','Can delete \"thanks\" added by other users?','Can delete \"thanks\" added by other users?',1279572813),(3714,'en','forum','phpfox','2.0.6','remove_this_thank_you','Remove this Thank You!','Remove this Thank You!',1279572846),(3715,'en','forum','phpfox','2.0.6','the_thank_you_you_are_trying_to_delete_cannot_be_found','The \"Thank You\" you are trying to delete cannot be found.','The \"Thank You\" you are trying to delete cannot be found.',1279572992),(3716,'en','forum','phpfox','2.0.6','you_do_not_have_the_proper_permissions_to_delete_this_thank_you','You do not have the proper permissions to delete this \"Thank You\".','You do not have the proper permissions to delete this \"Thank You\".',1279573082),(3717,'en','forum','phpfox','2.0.6','manage_permissions','Manage Permissions','Manage Permissions',1279586520),(3718,'en','forum','phpfox','2.0.6','user_setting_can_manage_forum_permissions','Can manage forum permissions?','Can manage forum permissions?',1279586614),(3719,'en','forum','phpfox','2.0.6','you_do_not_have_the_proper_permission_to_view_this_thread','You do not have the proper permission to view this thread.','You do not have the proper permission to view this thread.',1279591975),(3720,'en','forum','phpfox','2.0.6','user_groups','User Groups','User Groups',1279623580),(3721,'en','forum','phpfox','2.0.6','user_group','User Group','User Group',1279623593),(3722,'en','forum','phpfox','2.0.6','select_a_user_group_to_assign_special_permissions_for_this_specific_forum','Select a user group to assign special permissions for this specific forum.','Select a user group to assign special permissions for this specific forum.',1279623621),(3723,'en','forum','phpfox','2.0.6','forum_permissions','Forum Permissions','Forum Permissions',1279623634),(3724,'en','forum','phpfox','2.0.6','reset','Reset','Reset',1279623651),(3725,'en','forum','phpfox','2.0.6','can_view_forum','Can view forum?','Can view forum?',1279623667),(3726,'en','forum','phpfox','2.0.6','can_view_thread_content','Can view thread content?','Can view thread content?',1279623677),(3727,'en','forum','phpfox','2.0.6','poll_results','Poll Results','Poll Results',1279631067),(3728,'en','forum','phpfox','2.0.6','poll','Poll','Poll',1279631163),(3729,'en','forum','phpfox','2.0.6','attach_poll','Attach Poll','Attach Poll',1279631173),(3730,'en','forum','phpfox','2.0.6','delete','Delete','Delete',1279631622),(3731,'en','forum','phpfox','2.0.6','click_to_delete_this_poll','Click to delete this poll.','Click to delete this poll.',1279631634),(3732,'en','forum','phpfox','2.0.6','user_setting_can_add_poll_to_forum_thread','Can attach polls to forum threads?','Can attach polls to forum threads?',1279633816),(3733,'en','forum','phpfox','2.0.6','the_following_users_say_thank_you','The following users say Thank You to {full_name} for this useful post','The following users say Thank You to {full_name} for this useful post',1279634192),(3734,'en','forum','phpfox','2.0.6','search_options','Search Options','Search Options',1285076440),(3735,'en','friend','phpfox','2.0.0alpha1','menu_core_friends','Friends','Friends',1220960932),(3736,'en','friend','phpfox','2.0.0alpha1','menu_top_friends','Top Friends','Top Friends',1221135325),(3737,'en','friend','phpfox','2.0.0alpha1','menu_online_friends','Online Friends','Online Friends',1221135362),(3738,'en','friend','phpfox','2.0.0alpha1','create_new_list','Create New List...','Create New List...',1221136804),(3739,'en','friend','phpfox','2.0.0alpha1','edit_lists','Edit Lists','Edit Lists',1221139189),(3740,'en','friend','phpfox','2.0.0alpha1','view_list','View List','View List',1221139400),(3741,'en','friend','phpfox','2.0.0alpha1','user_setting_can_add_friends','Can add friends?','Can add friends?',1230339115),(3742,'en','friend','phpfox','2.0.0alpha1','user_setting_can_add_folders','Can add custom folders?','Can add custom folders?',1230340611),(3743,'en','friend','phpfox','2.0.0alpha1','setting_total_requests_display','<title>Friend Requests Display Total</title><info>How many friend requests should be displayed when a user accepts requests?</info>','<title>Friend Requests Display Total</title><info>How many friend requests should be displayed when a user accepts requests?</info>',1230390855),(3744,'en','friend','phpfox','2.0.0alpha1','menu_all_friends','All Friends','All Friends',1231408249),(3745,'en','friend','phpfox','2.0.0alpha1','menu_pending_requests','Pending Requests','Pending Requests',1233128504),(3746,'en','friend','phpfox','2.0.0beta2','menu_friend_friends','Friends','Friends',1242569898),(3747,'en','friend','phpfox','2.0.0beta3','setting_friend_display_limit','<title>Friends Display Limit</title><info>Define how many friends should be displayed on a users profile and dashboard.</info>','<title>Friends Display Limit</title><info>Define how many friends should be displayed on a users profile and dashboard.</info>',1243631119),(3748,'en','friend','phpfox','2.0.0beta3','setting_friend_user_feed_display_limit','<title>Total Friends Display (User Selection)</title><info>Define how many friends a user can select to be displayed on their dashboard or profile.</info>','<title>Total Friends Display (User Selection)</title><info>Define how many friends a user can select to be displayed on their dashboard or profile.</info>',1243631308),(3749,'en','friend','phpfox','2.0.0beta3','user_setting_can_remove_friends_from_profile','Can remove friends block from their profile?','Can remove friends block from their profile?',1243631421),(3750,'en','friend','phpfox','2.0.0beta3','user_setting_can_remove_friends_from_dashboard','Can remove their friends block from their dashboard?','Can remove their friends block from their dashboard?',1243631461),(3751,'en','friend','phpfox','2.0.0beta4','setting_enable_birthday_notices','<title>Enable Birthday Notices</title><info>When enabled users will see a list of their friends upcoming birthdays.</info>','<title>Enable Birthday Notices</title><info>When enabled users will see a list of their friends upcoming birthdays.</info>',1244723490),(3752,'en','friend','phpfox','2.0.0beta4','setting_days_to_check_for_birthday','<title>How many days in advance to check for birthdays</title><info>This setting tells how many days in advance should the script check for.\r\n\r\nSetting it to a number too high may beat the purpose of the feature.\r\n\r\nThe results from this feature cannot be cached, so it is prone to becoming a slow down for your site.\r\n\r\nKeep in mind that you can disable this feature altogether in the setting friend.enable_birthday_notices</info>','<title>How many days in advance to check for birthdays</title><info>This setting tells how many days in advance should the script check for.\r\n\r\nSetting it to a number too high may beat the purpose of the feature.\r\n\r\nThe results from this feature cannot be cached, so it is prone to becoming a slow down for your site.\r\n\r\nKeep in mind that you can disable this feature altogether in the setting friend.enable_birthday_notices</info>',1244723907),(3753,'en','friend','phpfox','2.0.0beta4','setting_birthdays_cache_time_out','<title>Birthdays Cache Time Out</title><info>Showing your friend\'s birthdays in the dashboard has a cost in database calls, therefore we cache it to save time and avoid extra calls.\r\n\r\nThis setting tells how often should the cache be refreshed, its set in hours so if you set it to 5 it means that every 5 hours the list of friends whose birthday is coming soon will be refreshed. This is helpful for new sign ups whose birthday is within 1 day.\r\n\r\nThis setting complements days_to_check_for_birthday and is useless if enable_birthday_notices is disabled.</info>','<title>Birthdays Cache Time Out</title><info>Showing your friend\'s birthdays in the dashboard has a cost in database calls, therefore we cache it to save time and avoid extra calls.\r\n\r\nThis setting tells how often should the cache be refreshed, its set in hours so if you set it to 5 it means that every 5 hours the list of friends whose birthday is coming soon will be refreshed. This is helpful for new sign ups whose birthday is within 1 day.\r\n\r\nThis setting complements days_to_check_for_birthday and is useless if enable_birthday_notices is disabled.</info>',1245154442),(3754,'en','friend','phpfox','2.0.0beta4','setting_show_empty_birthdays','<title>Show Empty Birthdays</title><info>When enabled the site will show the block in the dashboard regardless if the user has friends whose birthday is coming or not. \r\n\r\nDisabling it does not mean a performance optimization since the contents are already cached.</info>','<title>Show Empty Birthdays</title><info>When enabled the site will show the block in the dashboard regardless if the user has friends whose birthday is coming or not. \r\n\r\nDisabling it does not mean a performance optimization since the contents are already cached.</info>',1245159765),(3755,'en','friend','phpfox','2.0.0beta4','menu_birthday_e_cards','Birthday E-Cards','Birthday E-Cards',1245162577),(3756,'en','friend','phpfox','2.0.0rc1','setting_friend_meta_keywords','<title>Friends Meta Keywords</title><info>Meta keywords used when in relation to the Friend module.</info>','<title>Friends Meta Keywords</title><info>Meta keywords used when in relation to the Friend module.</info>',1252061571),(3757,'en','friend','phpfox','2.0.0rc3','your_message_has_been_sent','Your message has been sent.','Your message has been sent.',1254550634),(3758,'en','friend','phpfox','2.0.0rc3','friend_request_successfully_sent','Friend request successfully sent.','Friend request successfully sent.',1254550663),(3759,'en','friend','phpfox','2.0.0rc3','you_have_reached_your_limit','You have reached your limit.','You have reached your limit.',1254550681),(3760,'en','friend','phpfox','2.0.0rc3','done','Done!','Done!',1254550703),(3761,'en','friend','phpfox','2.0.0rc3','top_friends','Top Friends','Top Friends',1254550718),(3762,'en','friend','phpfox','2.0.0rc3','remove_from_your_top_friends_list','Remove from your Top Friends List','Remove from your Top Friends List',1254550733),(3763,'en','friend','phpfox','2.0.0rc3','add_to_your_top_friends_list','Add to your Top Friends List','Add to your Top Friends List',1254550749),(3764,'en','friend','phpfox','2.0.0rc3','friends_successfully_moved','Friends successfully moved.','Friends successfully moved.',1254550769),(3765,'en','friend','phpfox','2.0.0rc3','friend_successfully_removed','Friend successfully removed.','Friend successfully removed.',1254550786),(3766,'en','friend','phpfox','2.0.0rc3','friend_lists','Friend Lists','Friend Lists',1254550824),(3767,'en','friend','phpfox','2.0.0rc3','view_all','View All','View All',1254550842),(3768,'en','friend','phpfox','2.0.0rc3','friends','Friends','Friends',1254550849),(3769,'en','friend','phpfox','2.0.0rc3','birthdays','Birthdays','Birthdays',1254550868),(3770,'en','friend','phpfox','2.0.0rc3','my_friends','My Friends','My Friends',1254550887),(3771,'en','friend','phpfox','2.0.0rc3','change_my_top_friends','Change my \"Top Friends\"','Change my \"Top Friends\"',1254550899),(3772,'en','friend','phpfox','2.0.0rc3','search_friends','Search Friends','Search Friends',1254550982),(3773,'en','friend','phpfox','2.0.0rc3','invalid_friend_list','Invalid friend list.','Invalid friend list.',1254550997),(3774,'en','friend','phpfox','2.0.0rc3','successfully_deleted','Successfully deleted.','Successfully deleted.',1254551010),(3775,'en','friend','phpfox','2.0.0rc3','birthday_e_cards','Birthday E-Cards','Birthday E-Cards',1254551129),(3776,'en','friend','phpfox','2.0.0rc3','friends_request_successfully_deleted','Friends request successfully deleted.','Friends request successfully deleted.',1254551143),(3777,'en','friend','phpfox','2.0.0rc3','pending_friend_requests','Pending Friend Requests','Pending Friend Requests',1254551152),(3778,'en','friend','phpfox','2.0.0rc3','user_link_has_closed_their_friends_section','{user_link} has closed their friends section.','{user_link} has closed their friends section.',1254551184),(3779,'en','friend','phpfox','2.0.0rc3','full_name_s_friends','{full_name}\'s friends','{full_name}\'s friends',1254551220),(3780,'en','friend','phpfox','2.0.0rc3','full_name_is_on_site_title_and_has_total_friends','{full_name} is on {site_title} and has {total} friends.','{full_name} is on {site_title} and has {total} friends.',1254551268),(3781,'en','friend','phpfox','2.0.0rc3','full_name_is_connected_with_friends','{full_name} is connected with {friends}.','{full_name} is connected with {friends}.',1254551367),(3782,'en','friend','phpfox','2.0.0rc3','sign_up_on_site_title_and_connect_with_full_name_message_full_name_or_add_full_name_as_you','Sign up on {site_title} and connect with {full_name}, message {full_name}, or add {full_name} as your friend.','Sign up on {site_title} and connect with {full_name}, message {full_name}, or add {full_name} as your friend.',1254551424),(3783,'en','friend','phpfox','2.0.0rc3','not_a_valid_user_to_be_friends_with','Not a valid user to be friends with.','Not a valid user to be friends with.',1254551557),(3784,'en','friend','phpfox','2.0.0rc3','you_are_already_friends_with_this_user','You are already friends with this user.','You are already friends with this user.',1254551569),(3785,'en','friend','phpfox','2.0.0rc3','friends_request','Friends Request','Friends Request',1254551577),(3786,'en','friend','phpfox','2.0.0rc3','full_name_added_you_as_a_friend_on_site_title','{full_name} added you as a friend on {site_title}.','{full_name} added you as a friend on {site_title}.',1254551799),(3787,'en','friend','phpfox','2.0.0rc3','full_name_added_you_as_a_friend_on_site_title_to_confirm_this_friend_request','{full_name} added you as a friend on {site_title}.\r\n\r\nTo confirm this friend request, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} added you as a friend on {site_title}.\r\n\r\nTo confirm this friend request, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254551886),(3788,'en','friend','phpfox','2.0.0rc3','no_friends_requests','No friends requests.','No friends requests.',1254552073),(3789,'en','friend','phpfox','2.0.0rc3','friend_requests_total','Friend Requests (<span id=\"js_request_friend_count_total\">{total}</span>)','Friend Requests (<span id=\"js_request_friend_count_total\">{total}</span>)',1254552168),(3790,'en','friend','phpfox','2.0.0rc3','viewer_image_you_and_owner_image_a_href_user_link_full_name_a_are_now_friends','{viewer_image}You and {owner_image}<a href=\"{user_link}\">{full_name}</a> are now friends.','{viewer_image}You and {owner_image}<a href=\"{user_link}\">{full_name}</a> are now friends.',1254552868),(3791,'en','friend','phpfox','2.0.0rc3','owner_image_you_and_viewer_image_a_href_friend_link_friend_a_are_now_friends','{owner_image}You and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.','{owner_image}You and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.',1254553038),(3792,'en','friend','phpfox','2.0.0rc3','owner_image_a_href_user_link_full_name_a_and_viewer_image','{owner_image}<a href=\"{user_link}\">{full_name}</a> and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.','{owner_image}<a href=\"{user_link}\">{full_name}</a> and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.',1254553166),(3793,'en','friend','phpfox','2.0.0rc3','owner_image_a_href_user_link_full_name_a_and_viewer_image_friends','{owner_image}<a href=\"{user_link}\">{full_name}</a> and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.','{owner_image}<a href=\"{user_link}\">{full_name}</a> and {viewer_image}<a href=\"{friend_link}\">{friend}</a> are now friends.',1254553354),(3794,'en','friend','phpfox','2.0.0rc3','new_friend','New Friend','New Friend',1254553816),(3795,'en','friend','phpfox','2.0.0rc3','friend_request','Friend Request','Friend Request',1254553828),(3796,'en','friend','phpfox','2.0.0rc3','user_link_wished_you_a_happy_birthday','{user_link} wished you a happy birthday.','{user_link} wished you a happy birthday.',1254553960),(3797,'en','friend','phpfox','2.0.0rc3','view_friends','View Friends','View Friends',1254554017),(3798,'en','friend','phpfox','2.0.0rc3','user_link_asked_to_be_your_friend','{user_link} asked to be your friend.','{user_link} asked to be your friend.',1254554055),(3799,'en','friend','phpfox','2.0.0rc3','full_name_confirmed_you_as_a_friend_on_site_title','{full_name} confirmed you as a friend on {site_title}.','{full_name} confirmed you as a friend on {site_title}.',1254554280),(3800,'en','friend','phpfox','2.0.0rc3','full_name_confirmed_you_as_a_friend_on_site_title_to_view_their_profile','{full_name} confirmed you as a friend on {site_title}.\r\n\r\nTo view their profile, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} confirmed you as a friend on {site_title}.\r\n\r\nTo view their profile, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254554372),(3801,'en','friend','phpfox','2.0.0rc3','full_name_wishes_you_a_happy_birthday_on_site_title','{full_name} wishes you a happy birthday on {site_title}.','{full_name} wishes you a happy birthday on {site_title}.',1254554565),(3802,'en','friend','phpfox','2.0.0rc3','full_name_wrote_to_congratulate_you_on_your_birthday_on_site_title','{full_name} wrote to congratulate you on your birthday on {site_title}.\r\n\r\nTo view this message, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} wrote to congratulate you on your birthday on {site_title}.\r\n\r\nTo view this message, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254554691),(3803,'en','friend','phpfox','2.0.0rc3','adding_new_list','Adding New List','Adding New List',1254555159),(3804,'en','friend','phpfox','2.0.0rc3','updating','Updating','Updating',1254555393),(3805,'en','friend','phpfox','2.0.0rc3','delete','Delete','Delete',1254555443),(3806,'en','friend','phpfox','2.0.0rc3','update','Update','Update',1254555489),(3807,'en','friend','phpfox','2.0.0rc3','cancel','Cancel','Cancel',1254555500),(3808,'en','friend','phpfox','2.0.0rc3','add','Add','Add',1254555571),(3809,'en','friend','phpfox','2.0.0rc3','total_friend','{total} friend','{total} friend',1254555603),(3810,'en','friend','phpfox','2.0.0rc3','total_friends','{total} friends','{total} friends',1254555625),(3811,'en','friend','phpfox','2.0.0rc3','friend_requests','Friend Requests','Friend Requests',1254555646),(3812,'en','friend','phpfox','2.0.0rc3','you_are_now_friends_with_user_link','You are now friends with {user_link}.','You are now friends with {user_link}.',1254555668),(3813,'en','friend','phpfox','2.0.0rc3','add_to_a_friend_list','Add to a friend list...','Add to a friend list...',1254555697),(3814,'en','friend','phpfox','2.0.0rc3','lists','Lists...','Lists...',1254555705),(3815,'en','friend','phpfox','2.0.0rc3','create_a_new_list','Create a New List...','Create a New List...',1254555714),(3816,'en','friend','phpfox','2.0.0rc3','create','Create','Create',1254555726),(3817,'en','friend','phpfox','2.0.0rc3','show_all_lists','Show all lists...','Show all lists...',1254555738),(3818,'en','friend','phpfox','2.0.0rc3','user_link_wrote','{user_link} wrote','{user_link} wrote',1254555754),(3819,'en','friend','phpfox','2.0.0rc3','accept','Accept','Accept',1254555772),(3820,'en','friend','phpfox','2.0.0rc3','deny','Deny','Deny',1254555781),(3821,'en','friend','phpfox','2.0.0rc3','no_birthdays_coming_up','No birthdays coming up.','No birthdays coming up.',1254555795),(3822,'en','friend','phpfox','2.0.0rc3','birthday_e_card','Birthday E-Card','Birthday E-Card',1254555804),(3823,'en','friend','phpfox','2.0.0rc3','send_a_birthday_e_card_to_full_name','Send a Birthday E-Card to {full_name}.','Send a Birthday E-Card to {full_name}.',1254555861),(3824,'en','friend','phpfox','2.0.0rc3','send_full_name_a_message','Send {full_name} a message.','Send {full_name} a message.',1254555898),(3825,'en','friend','phpfox','2.0.0rc3','1_day','1 Day','1 Day',1254555928),(3826,'en','friend','phpfox','2.0.0rc3','today','Today!','Today!',1254555938),(3827,'en','friend','phpfox','2.0.0rc3','days_left_days','{days_left} days','{days_left} days',1254555973),(3828,'en','friend','phpfox','2.0.0rc3','message_optional','Message (Optional)','Message (Optional)',1254556056),(3829,'en','friend','phpfox','2.0.0rc3','send_e_card','Send E-Card','Send E-Card',1254556071),(3830,'en','friend','phpfox','2.0.0rc3','view_friends_online','View Friends Online','View Friends Online',1254556091),(3831,'en','friend','phpfox','2.0.0rc3','edit_top_friends','Edit Top Friends','Edit Top Friends',1254556100),(3832,'en','friend','phpfox','2.0.0rc3','find_friends_by_name_or_email','Find friends by name or email.','Find friends by name or email.',1254556120),(3833,'en','friend','phpfox','2.0.0rc3','you_have_not_added_any_friends_yet','You have not added any friends yet.','You have not added any friends yet.',1254556181),(3834,'en','friend','phpfox','2.0.0rc3','search_for_friends','Search For Friends','Search For Friends',1254556193),(3835,'en','friend','phpfox','2.0.0rc3','browse_members','Browse Members','Browse Members',1254556202),(3836,'en','friend','phpfox','2.0.0rc3','you_have_already_asked_full_name_to_be_your_friend','You have already asked {full_name} to be your friend.','You have already asked {full_name} to be your friend.',1254556237),(3837,'en','friend','phpfox','2.0.0rc3','full_name_has_already_asked_to_be_your_friend','{full_name} has already asked to be your friend.','{full_name} has already asked to be your friend.',1254556259),(3838,'en','friend','phpfox','2.0.0rc3','would_you_like_to_accept_their_request_to_be_friends','Would you like to accept their request to be friends?','Would you like to accept their request to be friends?',1254556278),(3839,'en','friend','phpfox','2.0.0rc3','yes','Yes','Yes',1254556286),(3840,'en','friend','phpfox','2.0.0rc3','no','No','No',1254556293),(3841,'en','friend','phpfox','2.0.0rc3','cannot_add_yourself_as_a_friend','Cannot add yourself as a friend.','Cannot add yourself as a friend.',1254556307),(3842,'en','friend','phpfox','2.0.0rc3','you_are_already_friends_with_full_name','You are already friends with {full_name}.','You are already friends with {full_name}.',1254556331),(3843,'en','friend','phpfox','2.0.0rc3','user_link_will_have_to_confirm_that_you_are_friends','{user_link} will have to confirm that you are friends.','{user_link} will have to confirm that you are friends.',1254556356),(3844,'en','friend','phpfox','2.0.0rc3','add_a_personal_message','Add a personal message...','Add a personal message...',1254556374),(3845,'en','friend','phpfox','2.0.0rc3','add_a_personal_message_form','Add a personal message','Add a personal message',1254556394),(3846,'en','friend','phpfox','2.0.0rc3','write_your_message_within_250_characters','Write your message within 250 characters.','Write your message within 250 characters.',1254556417),(3847,'en','friend','phpfox','2.0.0rc3','add_friend','Add Friend','Add Friend',1254556495),(3848,'en','friend','phpfox','2.0.0rc3','search_by_email_full_name_or_user_name','Search by email, full name or user name.','Search by email, full name or user name.',1254556510),(3849,'en','friend','phpfox','2.0.0rc3','view','View','View',1254556536),(3850,'en','friend','phpfox','2.0.0rc3','all_friends','All Friends','All Friends',1254556543),(3851,'en','friend','phpfox','2.0.0rc3','online_friends','Online Friends','Online Friends',1254556558),(3852,'en','friend','phpfox','2.0.0rc3','friends_list','Friends List','Friends List',1254556572),(3853,'en','friend','phpfox','2.0.0rc3','find','Find','Find',1254557017),(3854,'en','friend','phpfox','2.0.0rc3','sorry_no_friends_were_found','Sorry, no friends were found.','Sorry, no friends were found.',1254557169),(3855,'en','friend','phpfox','2.0.0rc3','use_selected','Use Selected','Use Selected',1254557181),(3856,'en','friend','phpfox','2.0.0rc3','save','Save','Save',1254557202),(3857,'en','friend','phpfox','2.0.0rc3','use_this_image_to_add_friends_to_your_top_friends_list','Use this image to add friends to your \"Top Friends\" list','Use this image to add friends to your \"Top Friends\" list',1254557295),(3858,'en','friend','phpfox','2.0.0rc3','select','Select','Select',1254557351),(3859,'en','friend','phpfox','2.0.0rc3','none','None','None',1254557390),(3860,'en','friend','phpfox','2.0.0rc3','all','All','All',1254557396),(3861,'en','friend','phpfox','2.0.0rc3','move_to_list','Move to List...','Move to List...',1254557409),(3862,'en','friend','phpfox','2.0.0rc3','message','Message','Message',1254557436),(3863,'en','friend','phpfox','2.0.0rc3','age','Age','Age',1254557449),(3864,'en','friend','phpfox','2.0.0rc3','gender','Gender','Gender',1254557455),(3865,'en','friend','phpfox','2.0.0rc3','location','Location','Location',1254557461),(3866,'en','friend','phpfox','2.0.0rc3','remove_from_top','Remove from Top','Remove from Top',1254557493),(3867,'en','friend','phpfox','2.0.0rc3','add_to_top','Add to Top','Add to Top',1254557503),(3868,'en','friend','phpfox','2.0.0rc3','toggle','Toggle','Toggle',1254557513),(3869,'en','friend','phpfox','2.0.0rc3','no_friends','No friends.','No friends.',1254557568),(3870,'en','friend','phpfox','2.0.0rc3','no_birthday_messages_found','No birthday messages found.','No birthday messages found.',1254557746),(3871,'en','friend','phpfox','2.0.0rc3','remove_this_friends_request','Remove this friends request.','Remove this friends request.',1254557759),(3872,'en','friend','phpfox','2.0.0rc3','user_link_has_not_added_any_friends','{user_link} has not added any friends.','{user_link} has not added any friends.',1254557823),(3873,'en','friend','phpfox','2.0.0rc3','browse_other_members','Browse Other Members','Browse Other Members',1254557841),(3874,'en','friend','phpfox','2.0.0rc3','in_order_to_view_this_item_posted_by_user_link_you_need_to_be_on_their_friends_list','In order to view this item posted by {user_link} you need to be on their friends list.','In order to view this item posted by {user_link} you need to be on their friends list.',1254557859),(3875,'en','friend','phpfox','2.0.0rc3','send_a_friends_request_to_full_name','Send a Friends Request to {full_name}','Send a Friends Request to {full_name}',1254557950),(3876,'en','friend','phpfox','2.0.0rc3','thank_you_for_your_request_to_join_our_group_your_membership_will_first_have_to_be_approved','Thank you for your request to join our group. Your membership will first have to be approved.','Thank you for your request to join our group. Your membership will first have to be approved.',1254558818),(3877,'en','friend','phpfox','2.0.0rc3','successfully_deleted_the_group','Successfully deleted the group.','Successfully deleted the group.',1254558846),(3878,'en','friend','phpfox','2.0.0rc3','group_invitation_successfully_sent','Group invitation successfully sent!','Group invitation successfully sent!',1254558860),(3879,'en','friend','phpfox','2.0.0rc4','top','Top','Top',1255716748),(3880,'en','friend','phpfox','2.0.0rc4','online','Online','Online',1255716757),(3881,'en','friend','phpfox','2.0.0rc4','there_are_no_pending_friends_requests','There are no pending friends requests.','There are no pending friends requests.',1255716866),(3882,'en','friend','phpfox','2.0.0rc4','mutual_friends','Mutual Friends','Mutual Friends',1256236952),(3883,'en','friend','phpfox','2.0.0rc4','1_friend_in_common','1 friend in common','1 friend in common',1256237194),(3884,'en','friend','phpfox','2.0.0rc4','total_friends_in_common','{total} friends in common','{total} friends in common',1256237212),(3885,'en','friend','phpfox','2.0.0rc4','friends_online','Friends Online','Friends Online',1256239756),(3886,'en','friend','phpfox','2.0.0rc4','suggestions','Suggestions','Suggestions',1256241942),(3887,'en','friend','phpfox','2.0.0rc4','add_to_friends','Add to Friends','Add to Friends',1256252043),(3888,'en','friend','phpfox','2.0.0rc4','friend_suggestions','Friend Suggestions','Friend Suggestions',1256304055),(3889,'en','friend','phpfox','2.0.0rc4','mutual_friends_will_be_listed_here','Mutual friends will be listed here.','Mutual friends will be listed here.',1256308926),(3890,'en','friend','phpfox','2.0.0rc4','videos','Videos','Videos',1256373148),(3891,'en','friend','phpfox','2.0.0rc4','that_s_you','That\'s You!','That\'s You!',1256630526),(3892,'en','friend','phpfox','2.0.0rc4','the_following_users_are_already_a_member_of_our_community','The following users are already a member of our community','The following users are already a member of our community',1256630550),(3893,'en','friend','phpfox','2.0.0rc4','requests','Requests','Requests',1256648176),(3894,'en','friend','phpfox','2.0.0rc4','you_do_not_have_any_friends_requests_at_the_moment','You do not have any friends requests at the moment.','You do not have any friends requests at the moment.',1256650329),(3895,'en','friend','phpfox','2.0.0rc4','menu_friends_requests','Friends Requests','Friends Requests',1256650846),(3896,'en','friend','phpfox','2.0.0rc4','view_friend_request_id','View Friend Request: #{id}','View Friend Request: #{id}',1256664976),(3897,'en','friend','phpfox','2.0.0rc4','viewing_friends_request_id','Viewing Friends Request: #{id}','Viewing Friends Request: #{id}',1256664985),(3898,'en','friend','phpfox','2.0.0rc4','you_have_denied_user_link_s_friends_request','You have denied {user_link}\'s friends request.','You have denied {user_link}\'s friends request.',1256665043),(3899,'en','friend','phpfox','2.0.0rc6','search_for_members','Search for Members','Search for Members',1257171904),(3900,'en','friend','phpfox','2.0.0rc6','search_for_your_friends','Search for Your Friends','Search for Your Friends',1257171912),(3901,'en','friend','phpfox','2.0.0rc8','total_friends_block','Total friends','Total friends',1258846987),(3902,'en','friend','phpfox','2.0.0rc8','we_can_t_create_an_empty_list','We can\'t create an empty list.','We can\'t create an empty list.',1258848740),(3903,'en','friend','phpfox','2.0.0rc8','provide_a_name_for_your_list','Provide a name for your list.','Provide a name for your list.',1258848794),(3904,'en','friend','phpfox','2.0.0rc11','accepting_friends_request','Accepting friends request','Accepting friends request',1260307069),(3905,'en','friend','phpfox','2.0.0rc11','no_friends_online','No friends online.','No friends online.',1260309498),(3906,'en','friend','phpfox','2.0.0rc11','select_all','Select All','Select All',1260323970),(3907,'en','friend','phpfox','2.0.0rc11','unselect_all','Unselect All','Unselect All',1260323981),(3908,'en','friend','phpfox','2.0.0rc12','setting_friend_suggestion_search_total','<title>Friends Suggestion Friends Check Count</title><info>When performing the search to find friend suggestions for your members it will pull out X amount of users, where X is the numerical value of how many friends to search.</info>','<title>Friends Suggestion Friends Check Count</title><info>When performing the search to find friend suggestions for your members it will pull out X amount of users, where X is the numerical value of how many friends to search.</info>',1260554251),(3909,'en','friend','phpfox','2.0.0rc12','setting_enable_friend_suggestion','<title>Friend Suggestions</title><info>Enable this if you want to suggest friends to your members when they visit their dashboard.\r\n\r\nYou can control the search criteria on what defines a friend to suggest.\r\n\r\nThis feature requires a lot of extra server resources in order to perform such a search. \r\n\r\nEach search result is cached for X minutes (where you can control X).\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.\r\n</info>','<title>Friend Suggestions</title><info>Enable this if you want to suggest friends to your members when they visit their dashboard.\r\n\r\nYou can control the search criteria on what defines a friend to suggest.\r\n\r\nThis feature requires a lot of extra server resources in order to perform such a search. \r\n\r\nEach search result is cached for X minutes (where you can control X).\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.\r\n</info>',1260554523),(3910,'en','friend','phpfox','2.0.0rc12','setting_friend_suggestion_timeout','<title>Refresh Friend Suggestions</title><info>Define how long to wait till we run the search to find friends to suggest to a member in minutes.</info>','<title>Refresh Friend Suggestions</title><info>Define how long to wait till we run the search to find friends to suggest to a member in minutes.</info>',1260554689),(3911,'en','friend','phpfox','2.0.0rc12','setting_friend_suggestion_user_based','<title>Check Location for Friend Suggestions</title><info>Enable this option in order for us to pick up friend suggestions for your members based on the Country, State/Province and City they live in.</info>','<title>Check Location for Friend Suggestions</title><info>Enable this option in order for us to pick up friend suggestions for your members based on the Country, State/Province and City they live in.</info>',1260729076),(3912,'en','friend','phpfox','2.0.0rc12','we_are_unable_to_find_any_friends_to_suggest_at_this_time_once_we_do_you_will_be_notified_within_our_dashboard','We are unable to find any friends to suggest at this time. Once we do you will be notified within our Dashboard.','We are unable to find any friends to suggest at this time. Once we do you will be notified within our Dashboard.',1260879935),(3913,'en','friend','phpfox','2.0.0rc12','finding_another_suggestion','Finding another suggestion...','Finding another suggestion...',1260879983),(3914,'en','friend','phpfox','2.0.0rc12','hide_this_suggestion','Hide this suggestion','Hide this suggestion',1260880006),(3915,'en','friend','phpfox','2.0.0rc12','friend','Friend','Friend',1260880732),(3916,'en','friend','phpfox','2.0.0rc12','hide','Hide','Hide',1260893725),(3917,'en','friend','phpfox','2.0.0','unselect','Unselect','Unselect',1261233215),(3918,'en','friend','phpfox','2.0.4','optional','(optional)','(optional)',1266425024),(3919,'en','friend','phpfox','2.0.4','user_setting_total_folders','Allowed Total Friend Folders (Enter without quotes \"0\" for no limit.)','Allowed Total Friend Folders (Enter without quotes \"0\" for no limit.)',1267026937),(3920,'en','friend','phpfox','2.0.4','no_search_results_found','No search results found.','No search results found.',1267547707),(3921,'en','friend','phpfox','2.0.4','no_friends_found','No friends found.','No friends found.',1267547714),(3922,'en','friend','phpfox','2.0.4','search','Search','Search',1267547722),(3923,'en','group','phpfox','2.0.0alpha1','module_group','Groups','Groups',1232964323),(3924,'en','group','phpfox','2.0.0alpha1','menu_groups','Groups','Groups',1232964338),(3925,'en','group','phpfox','2.0.0alpha4','user_setting_can_edit_own_group','Can edit own group?','Can edit own group?',1239899782),(3926,'en','group','phpfox','2.0.0alpha4','user_setting_can_edit_other_group','Can edit groups created by other users?','Can edit groups created by other users?',1239899804),(3927,'en','group','phpfox','2.0.0alpha4','user_setting_can_post_comment_on_group','Can post a comment on a group?','Can post a comment on a group?',1239907253),(3928,'en','group','phpfox','2.0.0alpha4','setting_group_view_time_stamp','<title>Group Time Stamp</title><info>Time stamp used when viewing a group.</info>','<title>Group Time Stamp</title><info>Time stamp used when viewing a group.</info>',1239907661),(3929,'en','group','phpfox','2.0.0alpha4','user_setting_can_delete_own_group','Can delete own group?','Can delete own group?',1239908112),(3930,'en','group','phpfox','2.0.0alpha4','user_setting_can_delete_other_group','Can delete a group created by another user?','Can delete a group created by another user?',1239908135),(3931,'en','group','phpfox','2.0.0alpha4','menu_view_my_groups','View My Groups','View My Groups',1240055892),(3932,'en','group','phpfox','2.0.0alpha4','menu_create_new_group','Create New Group','Create New Group',1240056128),(3933,'en','group','phpfox','2.0.0alpha4','menu_view_group_memberships','View Group Memberships','View Group Memberships',1240057505),(3934,'en','group','phpfox','2.0.0alpha4','admin_menu_add_category','Add Category','Add Category',1240141948),(3935,'en','group','phpfox','2.0.0alpha4','admin_menu_manage_categories','Manage Categories','Manage Categories',1240141948),(3936,'en','group','phpfox','2.0.0rc1','user_setting_can_feature_groups','Can feature groups?','Can feature groups?',1249050578),(3937,'en','group','phpfox','2.0.0rc1','setting_limit_popular_groups','<title>Popular Groups Limit</title><info>Define how many popular groups should be displayed.</info>','<title>Popular Groups Limit</title><info>Define how many popular groups should be displayed.</info>',1249077109),(3938,'en','group','phpfox','2.0.0rc1','setting_popular_group_cache','<title>Popular Groups Cache Refresh</title><info>Define how many minutes to wait before re-caching the most popular groups.</info>','<title>Popular Groups Cache Refresh</title><info>Define how many minutes to wait before re-caching the most popular groups.</info>',1249077250),(3939,'en','group','phpfox','2.0.0rc1','user_setting_max_upload_size_group','Max file size for photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1250849295),(3940,'en','group','phpfox','2.0.0rc2','menu_group_invites','Group Invites','Group Invites',1253431911),(3941,'en','group','phpfox','2.0.0rc3','thank_you_for_your_request_to_join_our_group_your_membership_will_first_have_to_be_approved','Thank you for your request to join our group. Your membership will first have to be approved.','Thank you for your request to join our group. Your membership will first have to be approved.',1254558874),(3942,'en','group','phpfox','2.0.0rc3','successfully_deleted_the_group','Successfully deleted the group.','Successfully deleted the group.',1254558895),(3943,'en','group','phpfox','2.0.0rc3','group_invitation_successfully_sent','Group invitation successfully sent!','Group invitation successfully sent!',1254558906),(3944,'en','group','phpfox','2.0.0rc3','successfully_accepted_the_group_invitation','Successfully accepted the group invitation.','Successfully accepted the group invitation.',1254558925),(3945,'en','group','phpfox','2.0.0rc3','successfully_denied_the_group_invitation','Successfully denied the group invitation.','Successfully denied the group invitation.',1254558942),(3946,'en','group','phpfox','2.0.0rc3','admins','Admins','Admins',1254558960),(3947,'en','group','phpfox','2.0.0rc3','category','Category','Category',1254558971),(3948,'en','group','phpfox','2.0.0rc3','sub_category','Sub-Category','Sub-Category',1254558978),(3949,'en','group','phpfox','2.0.0rc3','browse_filter','Browse Filter','Browse Filter',1254558989),(3950,'en','group','phpfox','2.0.0rc3','basic_info','Basic Info','Basic Info',1254559006),(3951,'en','group','phpfox','2.0.0rc3','members','Members','Members',1254559024),(3952,'en','group','phpfox','2.0.0rc3','view_more','View More','View More',1254559033),(3953,'en','group','phpfox','2.0.0rc3','not_responded','Not Responded','Not Responded',1254559056),(3954,'en','group','phpfox','2.0.0rc3','pending_approval','Pending Approval','Pending Approval',1254559065),(3955,'en','group','phpfox','2.0.0rc3','popular_groups','Popular Groups','Popular Groups',1254559264),(3956,'en','group','phpfox','2.0.0rc3','my_groups','My Groups','My Groups',1254559282),(3957,'en','group','phpfox','2.0.0rc3','category_successfully_updated','Category successfully updated.','Category successfully updated.',1254561683),(3958,'en','group','phpfox','2.0.0rc3','category_successfully_added','Category successfully added.','Category successfully added.',1254561738),(3959,'en','group','phpfox','2.0.0rc3','edit_a_category','Edit a Category','Edit a Category',1254561752),(3960,'en','group','phpfox','2.0.0rc3','create_a_new_category','Create a New Category','Create a New Category',1254561764),(3961,'en','group','phpfox','2.0.0rc3','category_order_successfully_updated','Category order successfully updated.','Category order successfully updated.',1254561780),(3962,'en','group','phpfox','2.0.0rc3','category_successfully_deleted','Category successfully deleted.','Category successfully deleted.',1254561789),(3963,'en','group','phpfox','2.0.0rc3','manage_categories','Manage Categories','Manage Categories',1254561801),(3964,'en','group','phpfox','2.0.0rc3','provide_a_name_for_this_group','Provide a name for this group.','Provide a name for this group.',1254561821),(3965,'en','group','phpfox','2.0.0rc3','provide_a_location_for_this_group','Provide a location for this group.','Provide a location for this group.',1254561832),(3966,'en','group','phpfox','2.0.0rc3','provide_a_short_description_for_this_group','Provide a short description for this group.','Provide a short description for this group.',1254561841),(3967,'en','group','phpfox','2.0.0rc3','provide_a_description_for_this_group','Provide a description for this group.','Provide a description for this group.',1254561850),(3968,'en','group','phpfox','2.0.0rc3','zip_postal_code_is_invalid','ZIP/Postal code is invalid.','ZIP/Postal code is invalid.',1254561859),(3969,'en','group','phpfox','2.0.0rc3','successfully_invited_people_to_this_group','Successfully invited people to this group.','Successfully invited people to this group.',1254561869),(3970,'en','group','phpfox','2.0.0rc3','successfully_customized_this_group','Successfully customized this group.','Successfully customized this group.',1254561877),(3971,'en','group','phpfox','2.0.0rc3','group_successfully_updated','Group successfully updated.','Group successfully updated.',1254561896),(3972,'en','group','phpfox','2.0.0rc3','group_successfully_added','Group successfully added.','Group successfully added.',1254561905),(3973,'en','group','phpfox','2.0.0rc3','edit_group','Edit Group','Edit Group',1254561915),(3974,'en','group','phpfox','2.0.0rc3','create_new_group','Create New Group','Create New Group',1254561932),(3975,'en','group','phpfox','2.0.0rc3','group_successfully_deleted','Group successfully deleted.','Group successfully deleted.',1254561959),(3976,'en','group','phpfox','2.0.0rc3','groups','Groups','Groups',1254561968),(3977,'en','group','phpfox','2.0.0rc3','date_added','Date Added','Date Added',1254562016),(3978,'en','group','phpfox','2.0.0rc3','most_popular','Most Popular','Most Popular',1254562247),(3979,'en','group','phpfox','2.0.0rc3','name','Name','Name',1254562254),(3980,'en','group','phpfox','2.0.0rc3','groups_i_ve_created','Groups I\'ve Created','Groups I\'ve Created',1254562269),(3981,'en','group','phpfox','2.0.0rc3','all_my_group_memberships','All My Group Memberships','All My Group Memberships',1254562279),(3982,'en','group','phpfox','2.0.0rc3','my_invites','My Invites','My Invites',1254562287),(3983,'en','group','phpfox','2.0.0rc3','the_group_you_are_looking_for_does_not_exist_or_has_been_removed','The group you are looking for does not exist or has been removed.','The group you are looking for does not exist or has been removed.',1254562311),(3984,'en','group','phpfox','2.0.0rc3','you_have_successfully_joined_this_group','You have successfully joined this group.','You have successfully joined this group.',1254562554),(3985,'en','group','phpfox','2.0.0rc3','you_have_successfully_left_this_group','You have successfully left this group.','You have successfully left this group.',1254562563),(3986,'en','group','phpfox','2.0.0rc3','home','Home','Home',1254562573),(3987,'en','group','phpfox','2.0.0rc3','this_group_is_open_only_to_its_members','This group is open only to its members.','This group is open only to its members.',1254562588),(3988,'en','group','phpfox','2.0.0rc3','customize_group','Customize Group','Customize Group',1254562600),(3989,'en','group','phpfox','2.0.0rc3','no_users_have_joined_this_group','No users have joined this group.','No users have joined this group.',1254562612),(3990,'en','group','phpfox','2.0.0rc3','select','Select','Select',1254562759),(3991,'en','group','phpfox','2.0.0rc3','select_a_sub_category','Select a Sub-Category','Select a Sub-Category',1254562768),(3992,'en','group','phpfox','2.0.0rc3','provide_a_category_name','Provide a category name.','Provide a category name.',1254562801),(3993,'en','group','phpfox','2.0.0rc3','invalid_callback_on_the_group','Invalid callback on the group.','Invalid callback on the group.',1254562860),(3994,'en','group','phpfox','2.0.0rc3','full_name_left_you_a_comment_on_site_title','{full_name} left you a comment on {site_title}.','{full_name} left you a comment on {site_title}.',1254562886),(3995,'en','group','phpfox','2.0.0rc3','full_name_left_you_a_comment_on_your_group_title','{full_name} left you a comment on your group \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} left you a comment on your group \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254562955),(3996,'en','group','phpfox','2.0.0rc3','on_name_s_group','On {name}\'s group.','On {name}\'s group.',1254563045),(3997,'en','group','phpfox','2.0.0rc3','you_are_not_allowed_to_add_an_event_to_this_group','You are not allowed to add an event to this group.','You are not allowed to add an event to this group.',1254563081),(3998,'en','group','phpfox','2.0.0rc3','you_are_not_allowed_to_post_within_the_forums_of_this_group','You are not allowed to post within the forums of this group.','You are not allowed to post within the forums of this group.',1254563094),(3999,'en','group','phpfox','2.0.0rc3','you_are_not_allowed_to_upload_photos_to_this_group','You are not allowed to upload photos to this group.','You are not allowed to upload photos to this group.',1254563106),(4000,'en','group','phpfox','2.0.0rc3','you_are_not_allowed_to_upload_videos_to_this_group','You are not allowed to upload videos to this group.','You are not allowed to upload videos to this group.',1254563116),(4001,'en','group','phpfox','2.0.0rc3','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_group','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">group</a>.',1254563307),(4002,'en','group','phpfox','2.0.0rc3','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_group_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">group</a>.',1254563401),(4003,'en','group','phpfox','2.0.0rc3','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">group</a>.',1254563480),(4004,'en','group','phpfox','2.0.0rc3','a_href_user_link_owner_full_name_a_added_a_new_group_a_href_title_link_title_a','<a href=\"{user_link}\">{owner_full_name}</a> added a new group \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new group \"<a href=\"{title_link}\">{title}</a>\".',1254563590),(4005,'en','group','phpfox','2.0.0rc3','a_href_link_full_name_a_invited_you_to_a_group','<a href=\"{link}\">{full_name}</a> invited you to a group.','<a href=\"{link}\">{full_name}</a> invited you to a group.',1254567277),(4006,'en','group','phpfox','2.0.0rc3','no_group_invites','No group invites.','No group invites.',1254567315),(4007,'en','group','phpfox','2.0.0rc3','group_invites_total','Group Invites (<span id=\"js_request_group_count_total\">{total}</span>)','Group Invites (<span id=\"js_request_group_count_total\">{total}</span>)',1254567355),(4008,'en','group','phpfox','2.0.0rc3','view_members','View Members','View Members',1254567384),(4009,'en','group','phpfox','2.0.0rc3','create_a_group','Create a Group','Create a Group',1254567406),(4010,'en','group','phpfox','2.0.0rc3','manage_groups','Manage Groups','Manage Groups',1254567417),(4011,'en','group','phpfox','2.0.0rc3','group_description_text','Group Description Text','Group Description Text',1254567426),(4012,'en','group','phpfox','2.0.0rc3','full_name_invited_you_to_title','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254567528),(4013,'en','group','phpfox','2.0.0rc3','full_name_added_the_following_personal_message','{full_name} added the following personal message','{full_name} added the following personal message',1254567579),(4014,'en','group','phpfox','2.0.0rc3','full_name_invited_you_to_the_group_title','{full_name} invited you to the group \"{title}\".','{full_name} invited you to the group \"{title}\".',1254567634),(4015,'en','group','phpfox','2.0.0rc3','full_name_invited_you_to_title_to_check_out_this_group','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} invited you to \"{title}\".\r\n\r\nTo check out this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254567817),(4016,'en','group','phpfox','2.0.0rc3','the_group_you_are_looking_for_does_not_exist','The group you are looking for does not exist.','The group you are looking for does not exist.',1254567869),(4017,'en','group','phpfox','2.0.0rc3','you_are_not_allowed_to_approve_members_for_this_group','You are not allowed to approve members for this group.','You are not allowed to approve members for this group.',1254567880),(4018,'en','group','phpfox','2.0.0rc3','group_membership_approved_title','Group Membership Approved: \"{title}\"','Group Membership Approved: \"{title}\"',1254567899),(4019,'en','group','phpfox','2.0.0rc3','your_membership_for_the_group_title_has_been_approved','Your membership for the group \"{title}\" has been approved.\r\n\r\nTo view this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your membership for the group \"{title}\" has been approved.\r\n\r\nTo view this group, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254567951),(4020,'en','group','phpfox','2.0.0rc3','title_has_a_new_member_pending_approval','\"{title}\" has a new member pending approval!','\"{title}\" has a new member pending approval!',1254568010),(4021,'en','group','phpfox','2.0.0rc3','full_name_has_joined_the_group_title_which_you_are_administrating','{full_name} has joined the group \"{title}\", which you are administrating.\r\n\r\nTo approve this member, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} has joined the group \"{title}\", which you are administrating.\r\n\r\nTo approve this member, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254568063),(4022,'en','group','phpfox','2.0.0rc3','title_has_a_new_member','\"{title}\" has a new member!','\"{title}\" has a new member!',1254568119),(4023,'en','group','phpfox','2.0.0rc3','unable_to_leave_this_group_as_it_does_not_exist','Unable to leave this group as it does not exist.','Unable to leave this group as it does not exist.',1254568157),(4024,'en','group','phpfox','2.0.0rc3','you_do_not_have_sufficient_permission_to_modify_this_group','You do not have sufficient permission to modify this group.','You do not have sufficient permission to modify this group.',1254568172),(4025,'en','group','phpfox','2.0.0rc3','unable_to_find_the_group_you_want_to_delete','Unable to find the group you want to delete.','Unable to find the group you want to delete.',1254568196),(4026,'en','group','phpfox','2.0.0rc3','you_do_not_have_sufficient_permission_to_delete_this_listing','You do not have sufficient permission to delete this listing.','You do not have sufficient permission to delete this listing.',1254568206),(4027,'en','group','phpfox','2.0.0rc3','unable_to_find_the_group','Unable to find the group.','Unable to find the group.',1254568222),(4028,'en','group','phpfox','2.0.0rc3','group_is_not_valid','Group is not valid.','Group is not valid.',1254568241),(4029,'en','group','phpfox','2.0.0rc3','unable_to_add_the_user_as_an_admin','Unable to add the user as an admin.','Unable to add the user as an admin.',1254568250),(4030,'en','group','phpfox','2.0.0rc3','provide_a_category_this_group_will_belong_to','Provide a category this group will belong to.','Provide a category this group will belong to.',1254568260),(4031,'en','group','phpfox','2.0.0rc3','are_you_sure_this_will_delete_all_groups_that_belong_to_this_category_and_cannot_be_undone','Are you sure? This will delete all groups that belong to this category and cannot be undone.','Are you sure? This will delete all groups that belong to this category and cannot be undone.',1254568333),(4032,'en','group','phpfox','2.0.0rc3','group_invites','Group Invites','Group Invites',1254568393),(4033,'en','group','phpfox','2.0.0rc3','group_created_on_time_stamp_phrase_by_user_link_with_total_members_member_s','Group created on {time_stamp_phrase} by {user_link} with {total_members} member(s).','Group created on {time_stamp_phrase} by {user_link} with {total_members} member(s).',1254568972),(4034,'en','group','phpfox','2.0.0rc3','accept','Accept','Accept',1254569072),(4035,'en','group','phpfox','2.0.0rc3','deny','Deny','Deny',1254569080),(4036,'en','group','phpfox','2.0.0rc3','creator','Creator','Creator',1254569134),(4037,'en','group','phpfox','2.0.0rc3','keywords','Keywords','Keywords',1254569147),(4038,'en','group','phpfox','2.0.0rc3','location','Location','Location',1254569156),(4039,'en','group','phpfox','2.0.0rc3','city','City','City',1254569163),(4040,'en','group','phpfox','2.0.0rc3','zip_postal_code','Zip/Postal Code','Zip/Postal Code',1254569495),(4041,'en','group','phpfox','2.0.0rc3','sort','Sort','Sort',1254569502),(4042,'en','group','phpfox','2.0.0rc3','submit','Submit','Submit',1254569509),(4043,'en','group','phpfox','2.0.0rc3','reset','Reset','Reset',1254569519),(4044,'en','group','phpfox','2.0.0rc3','founded_on','Founded On','Founded On',1254569537),(4045,'en','group','phpfox','2.0.0rc3','your_groups','Your Groups','Your Groups',1254569737),(4046,'en','group','phpfox','2.0.0rc3','invite','Invite','Invite',1254569751),(4047,'en','group','phpfox','2.0.0rc3','no_groups_available_for_this_user','No groups available for this user.','No groups available for this user.',1254569759),(4048,'en','group','phpfox','2.0.0rc3','create_a_new_group','Create a New Group','Create a New Group',1254569768),(4049,'en','group','phpfox','2.0.0rc3','approve_this_member_to_be_part_of_this_group','Approve this member to be part of this group.','Approve this member to be part of this group.',1254569785),(4050,'en','group','phpfox','2.0.0rc3','remove_this_person_from_the_group','Remove this person from the group.','Remove this person from the group.',1254569795),(4051,'en','group','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254569803),(4052,'en','group','phpfox','2.0.0rc3','add_this_person_as_an_admin_for_this_group','Add this person as an Admin for this group.','Add this person as an Admin for this group.',1254569815),(4053,'en','group','phpfox','2.0.0rc3','remove_this_person_as_an_admin_for_this_group','Remove this person as an Admin for this group.','Remove this person as an Admin for this group.',1254569827),(4054,'en','group','phpfox','2.0.0rc3','no_members','No members.','No members.',1254569838),(4055,'en','group','phpfox','2.0.0rc3','no_results','No results.','No results.',1254569844),(4056,'en','group','phpfox','2.0.0rc3','leave_group','Leave Group','Leave Group',1254569856),(4057,'en','group','phpfox','2.0.0rc3','join_group','Join Group','Join Group',1254569864),(4058,'en','group','phpfox','2.0.0rc3','manage_members','Manage Members','Manage Members',1254569886),(4059,'en','group','phpfox','2.0.0rc3','contact_full_name_creator','Contact {full_name} (Creator)','Contact {full_name} (Creator)',1254569924),(4060,'en','group','phpfox','2.0.0rc3','report_a_group','Report a Group','Report a Group',1254569965),(4061,'en','group','phpfox','2.0.0rc3','report','Report','Report',1254569973),(4062,'en','group','phpfox','2.0.0rc3','delete_group','Delete Group','Delete Group',1254569983),(4063,'en','group','phpfox','2.0.0rc3','feature_this_group','Feature this Group','Feature this Group',1254569998),(4064,'en','group','phpfox','2.0.0rc3','unfeature_this_group','Unfeature this Group','Unfeature this Group',1254570006),(4065,'en','group','phpfox','2.0.0rc3','no_groups_added_yet','No groups added yet.','No groups added yet.',1254570127),(4066,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_a_href_link_1_member_a','Founded on {time_stamp} with <a href=\"{link}\">1 member.</a>','Founded on {time_stamp} with <a href=\"{link}\">1 member.</a>',1254570303),(4067,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_no_members','Founded on {time_stamp} with no members.','Founded on {time_stamp} with no members.',1254570379),(4068,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_a_href_link_total_member_members_a','Founded on {time_stamp} with <a href=\"{link}\">{total_member} members</a>.','Founded on {time_stamp} with <a href=\"{link}\">{total_member} members</a>.',1254570411),(4069,'en','group','phpfox','2.0.0rc3','group_category_details','Group Category Details','Group Category Details',1254570486),(4070,'en','group','phpfox','2.0.0rc3','parent_category','Parent Category','Parent Category',1254570501),(4071,'en','group','phpfox','2.0.0rc3','edit','Edit','Edit',1254570533),(4072,'en','group','phpfox','2.0.0rc3','delete','Delete','Delete',1254570539),(4073,'en','group','phpfox','2.0.0rc3','categories','Categories','Categories',1254570545),(4074,'en','group','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254570553),(4075,'en','group','phpfox','2.0.0rc3','view_this_group','View This Group','View This Group',1254570563),(4076,'en','group','phpfox','2.0.0rc3','skip_amp_view_this_group','Skip & View This Group','Skip & View This Group',1254570572),(4077,'en','group','phpfox','2.0.0rc3','step_1','Step 1','Step 1',1254570580),(4078,'en','group','phpfox','2.0.0rc3','group_details','Group Details','Group Details',1254570589),(4079,'en','group','phpfox','2.0.0rc3','step_2','Step 2','Step 2',1254570602),(4080,'en','group','phpfox','2.0.0rc3','customize','Customize','Customize',1254570608),(4081,'en','group','phpfox','2.0.0rc3','step_3','Step 3','Step 3',1254570617),(4082,'en','group','phpfox','2.0.0rc3','group_name','Group Name','Group Name',1254570653),(4083,'en','group','phpfox','2.0.0rc3','short_description','Short Description','Short Description',1254570663),(4084,'en','group','phpfox','2.0.0rc3','description','Description','Description',1254570671),(4085,'en','group','phpfox','2.0.0rc3','general_access','General Access','General Access',1254570700),(4086,'en','group','phpfox','2.0.0rc3','open_anyone_can_join_and_see_group_data','Open (Anyone can join and see group data.)','Open (Anyone can join and see group data.)',1254570709),(4087,'en','group','phpfox','2.0.0rc3','closed_admins_must_approve_members_before_they_can_join_anyone_can_see_group_description_however','Closed (Admins must approve members before they can join. Anyone can see group description, however only members can see remaining blocks.)','Closed (Admins must approve members before they can join. Anyone can see group description, however only members can see remaining blocks.)',1254570719),(4088,'en','group','phpfox','2.0.0rc3','secret_group_will_not_appear_anywhere_membership_is_by_invite_only_and_only_members_can_see_any_da','Secret (Group will not appear anywhere. Membership is by invite only and only members can see any data related to the group.)','Secret (Group will not appear anywhere. Membership is by invite only and only members can see any data related to the group.)',1254570729),(4089,'en','group','phpfox','2.0.0rc3','allow_members_and_non_members','Allow members and non-members.','Allow members and non-members.',1254570943),(4090,'en','group','phpfox','2.0.0rc3','allow_only_members','Allow only members.','Allow only members.',1254570952),(4091,'en','group','phpfox','2.0.0rc3','allow_only_admins','Allow only admins.','Allow only admins.',1254570959),(4092,'en','group','phpfox','2.0.0rc3','save','Save','Save',1254570968),(4093,'en','group','phpfox','2.0.0rc3','create_group','Create Group','Create Group',1254570977),(4094,'en','group','phpfox','2.0.0rc3','group_photo','Group Photo','Group Photo',1254570986),(4095,'en','group','phpfox','2.0.0rc3','click_here_to_delete_this_image_and_upload_a_new_one','Click <a href=\"#\" onclick=\"{java_script}\">here</a> to delete this image and upload a new one in its place.','Click <a href=\"#\" onclick=\"{java_script}\">here</a> to delete this image and upload a new one in its place.',1254571158),(4096,'en','group','phpfox','2.0.0rc3','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1254571269),(4097,'en','group','phpfox','2.0.0rc3','the_file_size_limit_is_limit','The file size limit is {limit}. If your upload does not work, try uploading a smaller picture.','The file size limit is {limit}. If your upload does not work, try uploading a smaller picture.',1254571286),(4098,'en','group','phpfox','2.0.0rc3','invite_friends','Invite Friends','Invite Friends',1254571338),(4099,'en','group','phpfox','2.0.0rc3','invite_people_via_email','Invite People via Email','Invite People via Email',1254571351),(4100,'en','group','phpfox','2.0.0rc3','separate_multiple_emails_with_a_comma','Separate multiple emails with a comma.','Separate multiple emails with a comma.',1254571359),(4101,'en','group','phpfox','2.0.0rc3','add_a_personal_message','Add a Personal Message','Add a Personal Message',1254571368),(4102,'en','group','phpfox','2.0.0rc3','send_invitations','Send Invitations','Send Invitations',1254571376),(4103,'en','group','phpfox','2.0.0rc3','guest_list','Guest List','Guest List',1254571387),(4104,'en','group','phpfox','2.0.0rc3','featured','Featured','Featured',1254572147),(4105,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_span_id_js_group_member_count_group_id_no_span_members','Founded on {time_stamp} with <span id=\"js_group_member_count_{group_id}\">no</span> members.','Founded on {time_stamp} with <span id=\"js_group_member_count_{group_id}\">no</span> members.',1254573236),(4106,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_link_1_members','Founded on {time_stamp} with <a href=\"{link}\"><span id=\"js_group_member_count_{group_id}\">1</span> member.</a>','Founded on {time_stamp} with <a href=\"{link}\"><span id=\"js_group_member_count_{group_id}\">1</span> member.</a>',1254573352),(4107,'en','group','phpfox','2.0.0rc3','founded_on_time_stamp_with_a_href_link_span_id_js_group_member_count_group_id_total_mem','Founded on {time_stamp} with <a href=\"{link}\"><span id=\"js_group_member_count_{group_id}\">{total_member}</span> members</a>.','Founded on {time_stamp} with <a href=\"{link}\"><span id=\"js_group_member_count_{group_id}\">{total_member}</span> members</a>.',1254573470),(4108,'en','group','phpfox','2.0.0rc3','feature','Feature','Feature',1254573502),(4109,'en','group','phpfox','2.0.0rc3','unfeature','Unfeature','Unfeature',1254573511),(4110,'en','group','phpfox','2.0.0rc3','no_groups_have_been_created','No groups have been created.','No groups have been created.',1254573562),(4111,'en','group','phpfox','2.0.0rc3','be_the_first_to_create_a_group','Be the first to create a group.','Be the first to create a group.',1254573569),(4112,'en','group','phpfox','2.0.0rc3','you_have_been_invited_to_join_this_private_group','You have been invited to join this private group.','You have been invited to join this private group.',1254573603),(4113,'en','group','phpfox','2.0.0rc3','accept_this_invite_and_join_the_group','Accept this invite and join the group.','Accept this invite and join the group.',1254573616),(4114,'en','group','phpfox','2.0.0rc3','cancel_this_invite','Cancel this invite.','Cancel this invite.',1254573626),(4115,'en','group','phpfox','2.0.0rc3','leave_the_invite_and_let_me_check_on_other_groups_first','Leave the invite and let me check on other groups first.','Leave the invite and let me check on other groups first.',1254573634),(4116,'en','group','phpfox','2.0.0rc3','this_group_is_closed_and_only_members_that_are_invited_can_join_this_group','This group is closed and only members that are invited can join this group.','This group is closed and only members that are invited can join this group.',1254573641),(4117,'en','group','phpfox','2.0.0rc3','your_membership_to_this_group_is_pending_approval','Your membership to this group is pending approval.','Your membership to this group is pending approval.',1254573655),(4118,'en','group','phpfox','2.0.0rc3','cant_leave_group_only_delete','You are not allowed to leave your own group. Instead you can delete it.','You are not allowed to leave your own group. Instead you can delete it.',1254833871),(4119,'en','group','phpfox','2.0.0rc4','you_have_successfully_joined_the_group_title','You have successfully joined the group \"<a href=\"{link}\">{title}</a>\".','You have successfully joined the group \"<a href=\"{link}\">{title}</a>\".',1256124411),(4120,'en','group','phpfox','2.0.0rc4','setting_group_profile_display','<title>Group Profile Display</title><info>On a users profile we display the groups they are either a part of or the groups that they have created. To show groups they have created and they are a part of select <b>\"both\"</b>.</info>','<title>Group Profile Display</title><info>On a users profile we display the groups they are either a part of or the groups that they have created. To show groups they have created and they are a part of select <b>\"both\"</b>.</info>',1256373457),(4121,'en','group','phpfox','2.0.0rc6','unable_to_leave_this_group_as_you_are_not_a_member','Unable to leave this group as you are not a member.','Unable to leave this group as you are not a member.',1257256046),(4122,'en','group','phpfox','2.0.0rc7','you_do_not_have_any_invitations_at_the_moment','You do not have any invitations at the moment.','You do not have any invitations at the moment.',1257931341),(4123,'en','group','phpfox','2.0.0rc7','you_have_not_joined_any_groups','You have not joined any groups.','You have not joined any groups.',1257931402),(4124,'en','group','phpfox','2.0.0rc7','you_have_not_created_any_groups','You have not created any groups.','You have not created any groups.',1257931440),(4125,'en','group','phpfox','2.0.0rc8','unable_to_invite_to_this_group','Unable to invite to this group.','Unable to invite to this group.',1258401582),(4126,'en','group','phpfox','2.0.0rc8','group_members','Group Members','Group Members',1258979922),(4127,'en','group','phpfox','2.0.0rc11','user_setting_can_access_groups','Can browse and view group module?','Can browse and view group module?',1260286121),(4128,'en','group','phpfox','2.0.0rc11','user_setting_can_create_group','Can create a group?','Can create a group?',1260329551),(4129,'en','group','phpfox','2.0.0rc11','user_setting_can_view_secret_group','Can view and browse secret/private groups?','Can view and browse secret/private groups?',1260331039),(4130,'en','group','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_group_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">group</a>.',1260471969),(4131,'en','group','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_group_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">group</a>.',1260471991),(4132,'en','group','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_group_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">group</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">group</a>.',1260472004),(4133,'en','group','phpfox','2.0.0rc12','user_setting_can_manage_all_groups','Can manage all groups?','Can manage all groups?',1260896108),(4134,'en','group','phpfox','2.0.0rc12','group_access','Group Access','Group Access',1260914592),(4135,'en','group','phpfox','2.0.0rc12','group_posting_privileges','Group Posting Privileges','Group Posting Privileges',1260914603),(4136,'en','group','phpfox','2.0.1','accept_request','Accept Request','Accept Request',1261640016),(4137,'en','group','phpfox','2.0.1','deny_request','Deny Request','Deny Request',1261640025),(4138,'en','group','phpfox','2.0.5','user_setting_can_sponsor_group','Can members of this user group mark groups as sponsor?','Can members of this user group mark groups as sponsor?',1269953518),(4139,'en','group','phpfox','2.0.5','sponsor','Sponsor','Sponsor',1269953806),(4140,'en','group','phpfox','2.0.5','unsponsor','Unsponsor','Unsponsor',1269953819),(4141,'en','group','phpfox','2.0.5','sponsored_group','Sponsored Group','Sponsored Group',1270023390),(4142,'en','group','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1271075391),(4143,'en','group','phpfox','2.0.5','sponsor_help','In order to sponsor a group click on a group you wish to sponsor below and then look for the link \"Sponsor\".','In order to sponsor a group click on a group you wish to sponsor below and then look for the link \"Sponsor\".',1271148206),(4144,'en','group','phpfox','2.0.5','encourage_sponsor','Sponsor your Groups','Sponsor your Groups',1271150296),(4145,'en','group','phpfox','2.0.5','user_setting_group_sponsor_price','How much is the sponsor space worth for groups?\r\nThis works in a CPM basis.','How much is the sponsor space worth for groups?\r\nThis works in a CPM basis.',1271857417),(4146,'en','group','phpfox','2.0.5','sponsor_error_privacy','Your group is not public, sponsoring conflicts with its privacy settings.','Your group is not public, sponsoring conflicts with its privacy settings.',1271944677),(4147,'en','group','phpfox','2.0.5','sponsor_error_owner','Only the group creator or an administrator can sponsor groups.','Only the group creator or an administrator can sponsor groups.',1271944774),(4148,'en','group','phpfox','2.0.5','sponsor_error_not_found','The group you are trying to sponsor is not available.','The group you are trying to sponsor is not available.',1271944830),(4149,'en','group','phpfox','2.0.5','sponsor_title','Group: {sGroupTitle}','Group: {sGroupTitle}',1271944878),(4150,'en','group','phpfox','2.0.5','sponsor_paypal_message','Payment for the sponsor space of group: {sGroupTitle}','Payment for the sponsor space of group: {sGroupTitle}',1271944943),(4151,'en','group','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the group be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored group space before it is shown in the site.','After the user has purchased a sponsored space, should the group be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored group space before it is shown in the site.',1272007153),(4152,'en','group','phpfox','2.0.5','group_successfully_sponsored','Group successfully sponsored','Group successfully sponsored',1272453463),(4153,'en','group','phpfox','2.0.5','group_successfully_un_sponsored','Group successfully unsponsored','Group successfully unsponsored',1272453527),(4154,'en','group','phpfox','2.0.5','group_invite_count','Group Invite Count','Group Invite Count',1273230500),(4155,'en','group','phpfox','2.0.5dev1','user_setting_approve_groups','Approve groups before they are publicly displayed?','Approve groups before they are publicly displayed?',1274941412),(4156,'en','group','phpfox','2.0.5dev1','this_group_is_pending_an_admins_approval','This group is pending an Admins approval.','This group is pending an Admins approval.',1274941602),(4157,'en','group','phpfox','2.0.5dev1','user_setting_can_approve_groups','Can approve pending groups?','Can approve pending groups?',1274943313),(4158,'en','group','phpfox','2.0.5dev1','this_group_is_still_pending_an_admins_approval_and_this_feature_cannot_be_used_yet','This group is still pending an Admins approval and this feature cannot be used yet.','This group is still pending an Admins approval and this feature cannot be used yet.',1274943488),(4159,'en','group','phpfox','2.0.5dev1','approve','Approve','Approve',1274944601),(4160,'en','group','phpfox','2.0.5dev1','group_approved_on_site_title','Group Approved on {site_title}','Group Approved on {site_title}',1274945364),(4161,'en','group','phpfox','2.0.5dev1','your_group_group_title_on_site_title','Your group \"{group_title}\" on {site_title} has been approved. To view your group visit the link below:\r\n<a href=\"{link}\">{link}</a>','Your group \"{group_title}\" on {site_title} has been approved. To view your group visit the link below:\r\n<a href=\"{link}\">{link}</a>',1274945423),(4162,'en','group','phpfox','2.0.5dev1','this_group_is_still_pending_an_admins_approval','This group is still pending an Admins approval. Once it has been approved you will be able to invite people to join your group.','This group is still pending an Admins approval. Once it has been approved you will be able to invite people to join your group.',1274945709),(4163,'en','group','phpfox','2.0.5dev1','approve_group','Approve Group','Approve Group',1274946040),(4164,'en','group','phpfox','2.0.5dev1','group_successfully_approved','Group successfully approved.','Group successfully approved.',1274946152),(4165,'en','group','phpfox','2.0.5dev2','user_setting_flood_control_groups','How many minutes should a user wait before they can create another group?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can create another group?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275106749),(4166,'en','group','phpfox','2.0.5dev2','you_are_creating_another_group_a_little_too_soon','You are creating another group a little too soon.','You are creating another group a little too soon.',1275106853),(4167,'en','group','phpfox','2.0.6','member','Member','Member',1283941479),(4168,'en','group','phpfox','2.0.6','invited','Invited','Invited',1283941496),(4169,'en','im','phpfox','2.0.0beta5','module_im','Instant Messenger','Instant Messenger',1246347993),(4170,'en','im','phpfox','2.0.0beta5','setting_im_time_stamp','<title>Messenger Time Stamp</title><info>Messenger Time Stamp</info>','<title>Messenger Time Stamp</title><info>Messenger Time Stamp</info>',1246864828),(4171,'en','im','phpfox','2.0.0beta5','setting_enable_im_in_footer_bar','<title>Enable IM (Footer Bar)</title><info>Set to <b>True</b> to enable the Instant Messenger to be part of the site wide footer bar.</info>','<title>Enable IM (Footer Bar)</title><info>Set to <b>True</b> to enable the Instant Messenger to be part of the site wide footer bar.</info>',1247130604),(4172,'en','im','phpfox','2.0.0rc1','setting_group_total_friends_to_display_in_im','<title>total friends to display in im</title><info>Define how many friends should be displayed within the IM list.</info>','<title>total friends to display in im</title><info>Define how many friends should be displayed within the IM list.</info>',1250753660),(4173,'en','im','phpfox','2.0.0rc1','setting_total_friends_to_display_in_im','<title>Total Friends in IM List</title><info>Define how many friends should be displayed within the IM list.</info>','<title>Total Friends in IM List</title><info>Define how many friends should be displayed within the IM list.</info>',1250753735),(4174,'en','im','phpfox','2.0.0rc4','online','Online','Online',1254982727),(4175,'en','im','phpfox','2.0.0rc4','away','Away','Away',1254982736),(4176,'en','im','phpfox','2.0.0rc4','appear_offline','Appear Offline','Appear Offline',1254982746),(4177,'en','im','phpfox','2.0.0rc4','not_a_valid_chat_room','Not a valid chat room.','Not a valid chat room.',1254982823),(4178,'en','im','phpfox','2.0.0rc4','unable_to_send_this_user_an_offline_message','Unable to send this user an offline message.','Unable to send this user an offline message.',1254982832),(4179,'en','im','phpfox','2.0.0rc4','report','Report','Report',1254982972),(4180,'en','im','phpfox','2.0.0rc4','report_this_user','Report this User','Report this User',1254983057),(4181,'en','im','phpfox','2.0.0rc4','instant_messenger','Instant Messenger','Instant Messenger',1254983096),(4182,'en','im','phpfox','2.0.0rc4','chat','Chat','Chat',1254983153),(4183,'en','im','phpfox','2.0.0rc4','offline','Offline','Offline',1254983161),(4184,'en','im','phpfox','2.0.0rc4','close','Close','Close',1254983185),(4185,'en','im','phpfox','2.0.0rc4','find_your_friends','Find your friends...','Find your friends...',1254983211),(4186,'en','im','phpfox','2.0.0rc4','no_friends_online','No friends online.','No friends online.',1254983488),(4187,'en','im','phpfox','2.0.0rc4','member_is_offline','Member is offline.','Member is offline.',1254983914),(4188,'en','im','phpfox','2.0.0rc5','go_offline','Go Offline','Go Offline',1256804861),(4189,'en','im','phpfox','2.0.0rc5','edit_block_list','Edit Block List','Edit Block List',1256804873),(4190,'en','im','phpfox','2.0.0rc5','status','Status','Status',1256804880),(4191,'en','im','phpfox','2.0.0rc5','play_sound_on_new_message','Play sound on new message','Play sound on new message',1256804890),(4192,'en','im','phpfox','2.0.0rc5','yes','Yes','Yes',1256804897),(4193,'en','im','phpfox','2.0.0rc5','no','No','No',1256804903),(4194,'en','im','phpfox','2.0.0rc5','options','Options','Options',1256804920),(4195,'en','im','phpfox','2.0.0rc5','block','Block','Block',1256805201),(4196,'en','im','phpfox','2.0.0rc5','more_conversations','More Conversations...','More Conversations...',1256805266),(4197,'en','im','phpfox','2.0.0rc5','conversations','Conversations','Conversations',1256805343),(4198,'en','im','phpfox','2.0.0rc11','setting_im_time_stamp_past','<title>IM Time Stamp (Past)</title><info>IM Time Stamp (Past)</info>','<title>IM Time Stamp (Past)</title><info>IM Time Stamp (Past)</info>',1259962435),(4199,'en','im','phpfox','2.0.6','are_you_sure','Are you sure?','Are you sure?',1284994281),(4200,'en','invite','phpfox','2.0.0alpha1','module_invite','Invite','Invite',1232964659),(4201,'en','invite','phpfox','2.0.0alpha1','menu_invite','Invite','Invite',1232964676),(4202,'en','invite','phpfox','2.0.0alpha1','menu_pending_invitations','Pending Invitations','Pending Invitations',1235390476),(4203,'en','invite','phpfox','2.0.0alpha1','menu_invite_friends','Invite Friends','Invite Friends',1235390890),(4204,'en','invite','phpfox','2.0.0alpha1','setting_invite_expire','<title>Expire invites timeout</title><info>How many days is an invite valid for?\r\n\r\nNote: this relies on cookies.</info>','<title>Expire invites timeout</title><info>How many days is an invite valid for?\r\n\r\nNote: this relies on cookies.</info>',1236536751),(4205,'en','invite','phpfox','2.0.0alpha1','setting_pendings_to_show_per_page','<title>How Many Pendings To Show</title><info>This tells how many pending invites to show per page.</info>','<title>How Many Pendings To Show</title><info>This tells how many pending invites to show per page.</info>',1237058214),(4206,'en','invite','phpfox','2.0.0alpha1','setting_check_duplicate_invites','<title>Check Duplicate Invites</title><info>Do you want the site to check for duplicate invites before sending mail invites?\r\nThis can avoid spamming (userA, userB and userC know personA, they all 3 send an invite so personA receives 3 emails) but can also slow down a little the process</info>','<title>Check Duplicate Invites</title><info>Do you want the site to check for duplicate invites before sending mail invites?\r\nThis can avoid spamming (userA, userB and userC know personA, they all 3 send an invite so personA receives 3 emails) but can also slow down a little the process</info>',1237283223),(4207,'en','invite','phpfox','2.0.0alpha1','setting_make_friends_on_invitee_registration','<title>Make invited users friends with their host</title><info>When a user invites aPerson and aPerson becomes a member, should they be made friends right then?</info>','<title>Make invited users friends with their host</title><info>When a user invites aPerson and aPerson becomes a member, should they be made friends right then?</info>',1237540055),(4208,'en','invite','phpfox','2.0.0alpha2','user_setting_points_invite','How many points the invitee and the inviter will receive upon a successfully request.','How many points the invitee and the inviter will receive upon a successfully request.',1237542827),(4209,'en','invite','phpfox','2.0.0rc4','find_friends','Find Friends','Find Friends',1254984401),(4210,'en','invite','phpfox','2.0.0rc4','full_name_invites_you_to_site_title','{full_name} invites you to {site_title}.','{full_name} invites you to {site_title}.',1254984544),(4211,'en','invite','phpfox','2.0.0rc4','full_name_invites_you_to_site_title_link','{full_name} invites you to {site_title}.\r\n\r\nTo check out this invitation, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} invites you to {site_title}.\r\n\r\nTo check out this invitation, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254984752),(4212,'en','invite','phpfox','2.0.0rc4','invite_s_were_not_sent_due_to_that_the_email_s','Invite(s) were not sent due to that the email(s) were invalid or you have already sent an invitation to the email(s).','Invite(s) were not sent due to that the email(s) were invalid or you have already sent an invitation to the email(s).',1254984797),(4213,'en','invite','phpfox','2.0.0rc4','your_friends_have_successfully_been_invited','Your friends have successfully been invited.','Your friends have successfully been invited.',1254984809),(4214,'en','invite','phpfox','2.0.0rc4','invite_your_friends','Invite your Friends','Invite your Friends',1254984820),(4215,'en','invite','phpfox','2.0.0rc4','invitation_deleted','Invitation deleted.','Invitation deleted.',1254984836),(4216,'en','invite','phpfox','2.0.0rc4','invitation_not_found','Invitation not found.','Invitation not found.',1254984843),(4217,'en','invite','phpfox','2.0.0rc4','pending_invitations','Pending Invitations','Pending Invitations',1254984862),(4218,'en','invite','phpfox','2.0.0rc4','search_by_name_or_email','Search by name or email.','Search by name or email.',1254984970),(4219,'en','invite','phpfox','2.0.0rc4','search','Search','Search',1254984979),(4220,'en','invite','phpfox','2.0.0rc4','skip_this_step','Skip This Step','Skip This Step',1255000683),(4221,'en','invite','phpfox','2.0.0rc4','you_have_successfully_sent_an_invitation_to','You have successfully sent an invitation to','You have successfully sent an invitation to',1255000692),(4222,'en','invite','phpfox','2.0.0rc4','your_friend_will_automatically_be_added_to_your_friends_list_when_they_join','Your friend will automatically be added to your friends list when they join!','Your friend will automatically be added to your friends list when they join!',1255000702),(4223,'en','invite','phpfox','2.0.0rc4','invite_your_friends_to_b_title_b','Invite your friends to <b>{title}</b>.','Invite your friends to <b>{title}</b>.',1255000903),(4224,'en','invite','phpfox','2.0.0rc4','email_your_friends','Email your Friends','Email your Friends',1255000927),(4225,'en','invite','phpfox','2.0.0rc4','subject','Subject','Subject',1255000934),(4226,'en','invite','phpfox','2.0.0rc4','from','From','From',1255000941),(4227,'en','invite','phpfox','2.0.0rc4','to','To','To',1255000951),(4228,'en','invite','phpfox','2.0.0rc4','full_name_invites_you_to_title','{full_name} invites you to {title}.','{full_name} invites you to {title}.',1255000987),(4229,'en','invite','phpfox','2.0.0rc4','separate_multiple_emails_with_a_comma','Separate multiple emails with a comma.','Separate multiple emails with a comma.',1255001011),(4230,'en','invite','phpfox','2.0.0rc4','send_invitation_s','Send Invitation(s)','Send Invitation(s)',1255001022),(4231,'en','invite','phpfox','2.0.0rc4','send_a_custom_invitation_link','Send a Custom Invitation Link','Send a Custom Invitation Link',1255001031),(4232,'en','invite','phpfox','2.0.0rc4','send_friends_your_custom_invitation_link_by_copy_and_pasting_it_into_your_own_email_application','Send friends your custom invitation link by copy and pasting it into your own email application. When your friend joins','Send friends your custom invitation link by copy and pasting it into your own email application. When your friend joins',1255001053),(4233,'en','invite','phpfox','2.0.0rc4','select','Select','Select',1255001064),(4234,'en','invite','phpfox','2.0.0rc4','none','None','None',1255001072),(4235,'en','invite','phpfox','2.0.0rc4','all','All','All',1255001078),(4236,'en','invite','phpfox','2.0.0rc4','delete','Delete','Delete',1255001085),(4237,'en','invite','phpfox','2.0.0rc4','there_are_no_pending_invitations','There are no pending invitations.','There are no pending invitations.',1255009666),(4238,'en','invite','phpfox','2.0.0rc8','invites','Invites','Invites',1258500553),(4239,'en','invite','phpfox','2.0.0rc8','the_following_emails_were_not_sent','The following emails were not sent','The following emails were not sent',1258755327),(4240,'en','invite','phpfox','2.0.0rc8','you_have_already_invited','You have already invited','You have already invited',1258755409),(4241,'en','invite','phpfox','2.0.0rc8','not_a_valid_email','Not a valid email','Not a valid email',1258755419),(4242,'en','mail','phpfox','2.0.0alpha1','user_setting_total_folders','Total amount folders a user can add to their mail box. \r\n\r\nTo add an unlimited number add \"0\" (without quotes).','Total amount folders a user can add to their mail box. \r\n\r\nTo add an unlimited number add \"0\" (without quotes).',1230127070),(4243,'en','mail','phpfox','2.0.0alpha1','menu_compose','Compose','Compose',1220273240),(4244,'en','mail','phpfox','2.0.0alpha1','module_mail','Mail','Mail',1219932350),(4245,'en','mail','phpfox','2.0.0alpha1','menu_mail','Mail','Mail',1220339659),(4246,'en','mail','phpfox','2.0.0alpha1','user_wrote_time','<a href=\"{link}\">{user}</a> wrote on {time}','<a href=\"{link}\">{user}</a> wrote on {time}',1220427735),(4247,'en','mail','phpfox','2.0.0alpha1','add_new_folder','Add new Folder...','Add new Folder...',1220533241),(4248,'en','mail','phpfox','2.0.0alpha1','adding_new_folder','Adding new folder','Adding new folder',1220539091),(4249,'en','mail','phpfox','2.0.0alpha1','invalid_message','Invalid message.','Invalid message.',1220877891),(4250,'en','mail','phpfox','2.0.0alpha1','add_reply','Add a reply.','Add a reply.',1220877933),(4251,'en','mail','phpfox','2.0.0alpha1','message','Message','Message',1220877953),(4252,'en','mail','phpfox','2.0.0alpha1','adding_message','Adding message.','Adding message.',1220878629),(4253,'en','mail','phpfox','2.0.0alpha1','reply','Reply','Reply',1220878770),(4254,'en','mail','phpfox','2.0.0alpha1','send','Send','Send',1220878779),(4255,'en','mail','phpfox','2.0.0alpha1','folders','Folders','Folders',1220878830),(4256,'en','mail','phpfox','2.0.0alpha1','edit_folders','Edit Folders','Edit Folders',1220878857),(4257,'en','mail','phpfox','2.0.0alpha1','inbox','Inbox','Inbox',1220878881),(4258,'en','mail','phpfox','2.0.0alpha1','sent_messages','Sent Messages','Sent Messages',1220878890),(4259,'en','mail','phpfox','2.0.0alpha1','trash','Trash','Trash',1220878897),(4260,'en','mail','phpfox','2.0.0alpha1','add','Add','Add',1220878920),(4261,'en','mail','phpfox','2.0.0alpha1','update','Update','Update',1220878964),(4262,'en','mail','phpfox','2.0.0alpha1','cancel','Cancel','Cancel',1220878979),(4263,'en','mail','phpfox','2.0.0alpha1','delete','Delete','Delete',1220879064),(4264,'en','mail','phpfox','2.0.0alpha1','view_folders','View Folders','View Folders',1220879177),(4265,'en','mail','phpfox','2.0.0alpha1','move_folder','Move to folder','Move to folder',1220880629),(4266,'en','mail','phpfox','2.0.0alpha1','or_cancel','or <a href=\"#\" onclick=\"$(\'#js_action_selector\').val(\'\'); $(\'#js_folders\').hide(); $(\'#js_select_info\').show(\'slow\'); return false;\">cancel</a>.','or <a href=\"#\" onclick=\"$(\'#js_action_selector\').val(\'\'); $(\'#js_folders\').hide(); $(\'#js_select_info\').show(\'slow\'); return false;\">cancel</a>.',1220880651),(4267,'en','mail','phpfox','2.0.0alpha1','default','Default','Default',1220880680),(4268,'en','mail','phpfox','2.0.0alpha1','custom','Custom','Custom',1220880687),(4269,'en','mail','phpfox','2.0.0alpha1','select','Select','Select',1220880732),(4270,'en','mail','phpfox','2.0.0alpha1','undelete','Undelete','Undelete',1220880841),(4271,'en','mail','phpfox','2.0.0alpha1','mark_read','Mark as Read','Mark as Read',1220880862),(4272,'en','mail','phpfox','2.0.0alpha1','mark_unread','Mark as Unread','Mark as Unread',1220880871),(4273,'en','mail','phpfox','2.0.0alpha1','none','None','None',1220880891),(4274,'en','mail','phpfox','2.0.0alpha1','read','Read','Read',1220880898),(4275,'en','mail','phpfox','2.0.0alpha1','unread','Unread','Unread',1220880905),(4276,'en','mail','phpfox','2.0.0alpha1','all','All','All',1220880911),(4277,'en','mail','phpfox','2.0.0alpha1','to','To','To',1220880945),(4278,'en','mail','phpfox','2.0.0alpha1','re','Re','Re',1220880971),(4279,'en','mail','phpfox','2.0.0alpha1','messages','No messages.','No messages.',1220881016),(4280,'en','mail','phpfox','2.0.0alpha1','messages_updated','Message(s) updated.','Message(s) updated.',1220881062),(4281,'en','mail','phpfox','2.0.0alpha1','messages_deleted','Message(s) deleted.','Message(s) deleted.',1220881105),(4282,'en','mail','phpfox','2.0.0alpha1','search_inbox','Search Inbox','Search Inbox',1220881134),(4283,'en','mail','phpfox','2.0.0alpha1','invalid_box','Invalid box.','Invalid box.',1220881154),(4284,'en','mail','phpfox','2.0.0alpha1','message_successfully_deleted','Message successfully deleted.','Message successfully deleted.',1220882572),(4285,'en','mail','phpfox','2.0.0alpha1','messages_successfully_moved','Message(s) successfully moved.','Message(s) successfully moved.',1220882602),(4286,'en','mail','phpfox','2.0.0alpha1','folder_error','Folders can only contain alphanumeric characters, limit of 255 characters and the following symbols: _-','Folders can only contain alphanumeric characters, limit of 255 characters and the following symbols: _-',1220882927),(4287,'en','mail','phpfox','2.0.0alpha1','folder_already_use','Folder is already in use.','Folder is already in use.',1220883004),(4288,'en','mail','phpfox','2.0.0alpha1','compose_new_message','Compose New Message','Compose New Message',1220948605),(4289,'en','mail','phpfox','2.0.0alpha1','subject','Subject','Subject',1220948653),(4290,'en','mail','phpfox','2.0.0alpha1','provide_user_email','Provide a user or email.','Provide a user or email.',1220948710),(4291,'en','mail','phpfox','2.0.0alpha1','provide_subject_for_your_message','Provide a subject for your message.','Provide a subject for your message.',1220948729),(4292,'en','mail','phpfox','2.0.0alpha1','provide_message','Provide a message.','Provide a message.',1220948745),(4293,'en','mail','phpfox','2.0.0alpha1','message_was_successfully_users','Your message was successfully sent to the following users','Your message was successfully sent to the following users',1220956341),(4294,'en','mail','phpfox','2.0.0alpha1','not_member','Not a member.','Not a member.',1220956574),(4295,'en','mail','phpfox','2.0.0alpha1','cannot_send_message_yourself','Cannot send a message to yourself.','Cannot send a message to yourself.',1220957273),(4296,'en','mail','phpfox','2.0.0alpha1','and','and','and',1220963302),(4297,'en','mail','phpfox','2.0.0alpha1','user_setting_can_compose_message','Can compose messages to another users?','Can compose messages to another users?',1230159206),(4298,'en','mail','phpfox','2.0.0alpha1','user_setting_can_add_folders','Can add custom folders?','Can add custom folders?',1230159364),(4299,'en','mail','phpfox','2.0.0alpha1','menu_view_messages','View Messages','View Messages',1231408001),(4300,'en','mail','phpfox','2.0.0alpha1','setting_show_core_mail_folders_item_count','<title>Show inbox, sentbox and deletebox item count</title><info>If enabled will display the mail count totals in each folder, i.e.:\r\n\r\ninbox (2)\r\nsentbox (6)\r\ndelete (10)</info>','<title>Show inbox, sentbox and deletebox item count</title><info>If enabled will display the mail count totals in each folder, i.e.:\r\n\r\ninbox (2)\r\nsentbox (6)\r\ndelete (10)</info>',1233234365),(4301,'en','mail','phpfox','2.0.0alpha1','user_setting_show_core_mail_folders_item_count','When enabled shows how many messages are in the inbox, sentbox and deletebox of every profile. \r\n\r\nNote that this adds extra queries to your database.','When enabled shows how many messages are in the inbox, sentbox and deletebox of every profile. \r\n\r\nNote that this adds extra queries to your database.',1233235474),(4302,'en','mail','phpfox','2.0.0alpha2','setting_display_total_mail_count','<title>Display Total Mail Count</title><info>Set to <b>True</b> if you would like to display the number of new messages a user has beside the main \"Mail\" link found in the main menu by default.\r\n\r\n<b>Notice:</b> This will add an extra SQL query.</info>','<title>Display Total Mail Count</title><info>Set to <b>True</b> if you would like to display the number of new messages a user has beside the main \"Mail\" link found in the main menu by default.\r\n\r\n<b>Notice:</b> This will add an extra SQL query.</info>',1237808974),(4303,'en','mail','phpfox','2.0.0alpha2','user_setting_can_add_attachment_on_mail','Can add attachments?','Can add attachments?',1237813579),(4304,'en','mail','phpfox','2.0.0beta5','user_setting_mail_box_limit','This setting tells how many messages can be stored based on the user group. It is complemented by the setting override_mail_box_limit to allow administrators and staff members to store any number of messages.','This setting tells how many messages can be stored based on the user group. It is complemented by the setting override_mail_box_limit to allow administrators and staff members to store any number of messages.',1245750405),(4305,'en','mail','phpfox','2.0.0beta5','user_setting_override_mail_box_limit','This setting tells if members of this user group can overcome the limit imposed by the setting mail_box_limit.\r\n\r\nBy default only administrators and staff members can have unlimited messages stored.','This setting tells if members of this user group can overcome the limit imposed by the setting mail_box_limit.\r\n\r\nBy default only administrators and staff members can have unlimited messages stored.',1245750539),(4306,'en','mail','phpfox','2.0.0beta5','user_setting_restrict_message_to_friends','This setting tells if the user can only send messages to people in his/her friends list.','This setting tells if the user can only send messages to people in his/her friends list.',1245765917),(4307,'en','mail','phpfox','2.0.0beta5','user_setting_can_message_self','This setting controls if members of this user group can send messages to themselves.','This setting controls if members of this user group can send messages to themselves.',1245767264),(4308,'en','mail','phpfox','2.0.0beta5','user_setting_override_restrict_message_to_friends','Members allowed to override the \"restrict_message_to_friends\" will be able to receive messages regardless if they are friends of the sender or not.','Members allowed to override the \"restrict_message_to_friends\" will be able to receive messages regardless if they are friends of the sender or not.',1245767642),(4309,'en','mail','phpfox','2.0.0beta5','user_setting_mail_box_warning','When users are about to use all their allowed mail space a warning will be shown. \r\n\r\nThis setting tells what percentage of their mail capacity must be used before showing this warning.\r\n\r\nSet it to zero to never show a warning.','When users are about to use all their allowed mail space a warning will be shown. \r\n\r\nThis setting tells what percentage of their mail capacity must be used before showing this warning.\r\n\r\nSet it to zero to never show a warning.',1245847270),(4310,'en','mail','phpfox','2.0.0beta5','setting_enable_mail_box_warning','<title>Show Warning When Approaching Maibox Limit</title><info>This setting overrides the user group setting \'mail.mail_box_warning\'. If this setting is disabled no warning will be shown regardless of whats set in mail.mail_box_warning.</info>','<title>Show Warning When Approaching Maibox Limit</title><info>This setting overrides the user group setting \'mail.mail_box_warning\'. If this setting is disabled no warning will be shown regardless of whats set in mail.mail_box_warning.</info>',1245851230),(4311,'en','mail','phpfox','2.0.0beta5','user_setting_allow_delete_every_message','When enabled this setting allows users to delete all the messages from the current folder without having to delete several times or going through the pager.\r\n\r\nA new option will be shown in the mail selector with the count of messages to delete next in parenthesis.\r\n\r\nexample:\r\n None\r\n Read\r\n Unread\r\n All\r\n-> All(24)','When enabled this setting allows users to delete all the messages from the current folder without having to delete several times or going through the pager.\r\n\r\nA new option will be shown in the mail selector with the count of messages to delete next in parenthesis.\r\n\r\nexample:\r\n None\r\n Read\r\n Unread\r\n All\r\n-> All(24)',1245851578),(4312,'en','mail','phpfox','2.0.0beta5','setting_enable_cron_delete_old_mail','<title>Auto Delete Old Mail</title><info>This setting enables or disables the auto deletion of old messages.\r\n\r\nYou can set how old a message should be to be deleted in the setting <setting>mail.message_age_to_delete</setting>.\r\n\r\nYou can set how often to run this job in the setting <setting>mail.cron_delete_messages_delay</setting>.</info>','<title>Auto Delete Old Mail</title><info>This setting enables or disables the auto deletion of old messages.\r\n\r\nYou can set how old a message should be to be deleted in the setting <setting>mail.message_age_to_delete</setting>.\r\n\r\nYou can set how often to run this job in the setting <setting>mail.cron_delete_messages_delay</setting>.</info>',1245932314),(4313,'en','mail','phpfox','2.0.0beta5','setting_cron_delete_messages_delay','<title>Auto Delete Messages Delay</title><info>This setting tells how often (in days) will the auto deleter remove old messages.</info>','<title>Auto Delete Messages Delay</title><info>This setting tells how often (in days) will the auto deleter remove old messages.</info>',1245932446),(4314,'en','mail','phpfox','2.0.0beta5','setting_message_age_to_delete','<title>An Old Message Is...</title><info>This setting tells how old a message must be in (in days) order to be auto deleted.\r\n\r\nThis setting is directly dependent on <setting>mail.enable_cron_delete_old_mail</setting>.</info>','<title>An Old Message Is...</title><info>This setting tells how old a message must be in (in days) order to be auto deleted.\r\n\r\nThis setting is directly dependent on <setting>mail.enable_cron_delete_old_mail</setting>.</info>',1245932715),(4315,'en','mail','phpfox','2.0.0beta5','setting_delete_sent_when_account_cancel','<title>Delete Sent Mail</title><info>When a user cancels their account should the system delete the sent messages?\r\n\r\nThis affects the other user\'s received messages list and is enabled by default.</info>','<title>Delete Sent Mail</title><info>When a user cancels their account should the system delete the sent messages?\r\n\r\nThis affects the other user\'s received messages list and is enabled by default.</info>',1246883093),(4316,'en','mail','phpfox','30','user_setting_can_read_private_messages','Can members of this user group read private messages in your site?','Can members of this user group read private messages in your site?',1247588434),(4317,'en','mail','phpfox','30','user_setting_can_delete_others_messages','Can members of this user group delete other people\'s messages?','Can members of this user group delete other people\'s messages?',1247742397),(4318,'en','mail','phpfox','2.0.0rc1','user_setting_enable_captcha_on_mail','Enable Captcha when composing messages.','Enable Captcha when composing messages.',1251273638),(4319,'en','mail','phpfox','2.0.0rc1','setting_spam_check_messages','<title>Spam Check Internal PM</title><info>Spam Check Internal PM</info>','<title>Spam Check Internal PM</title><info>Spam Check Internal PM</info>',1251274372),(4320,'en','mail','phpfox','2.0.0rc1','setting_mail_hash_check','<title>PM Hash Check</title><info>If enabled this will check if the last X messages sent in the last Y minutes are identical to the message being set.\r\n\r\nNotice: X & Y are settings that can be changed.</info>','<title>PM Hash Check</title><info>If enabled this will check if the last X messages sent in the last Y minutes are identical to the message being set.\r\n\r\nNotice: X & Y are settings that can be changed.</info>',1251277943),(4321,'en','mail','phpfox','2.0.0rc1','setting_total_mail_messages_to_check','<title>PM Messages to Check</title><info>If the setting to check if PM\'s are identical you can see here how many messages in the past should be checked.</info>','<title>PM Messages to Check</title><info>If the setting to check if PM\'s are identical you can see here how many messages in the past should be checked.</info>',1251278379),(4322,'en','mail','phpfox','2.0.0rc1','setting_total_minutes_to_wait_for_pm','<title>PM Minutes to Wait Unilt Next Check</title><info>If the setting to check if PM\'s are identical you can set here how far back we should check in minutes.</info>','<title>PM Minutes to Wait Unilt Next Check</title><info>If the setting to check if PM\'s are identical you can set here how far back we should check in minutes.</info>',1251278493),(4323,'en','mail','phpfox','2.0.0rc3','setting_show_preview_message','<title>Show Preview Message</title><info>If enabled, users will see a short version of their messages.</info>','<title>Show Preview Message</title><info>If enabled, users will see a short version of their messages.</info>',1254749315),(4324,'en','mail','phpfox','2.0.0rc3','user_setting_send_message_to_max_users_each_time','This value restricts sending private messages.\r\nIt sets the maximum number of recipients when sending private messages, avoiding users to select way too many users and potentially spamming.\r\n\r\nSet to 0 for unlimited.','This value restricts sending private messages.\r\nIt sets the maximum number of recipients when sending private messages, avoiding users to select way too many users and potentially spamming.\r\n\r\nSet to 0 for unlimited.',1254829395),(4325,'en','mail','phpfox','2.0.0rc4','read_private_message','Read Private Message','Read Private Message',1255010691),(4326,'en','mail','phpfox','2.0.0rc4','subject_amp_text','Subject & Text','Subject & Text',1255010724),(4327,'en','mail','phpfox','2.0.0rc4','text','Text','Text',1255010742),(4328,'en','mail','phpfox','2.0.0rc4','all_members','All Members','All Members',1255010754),(4329,'en','mail','phpfox','2.0.0rc4','featured_members','Featured Members','Featured Members',1255010763),(4330,'en','mail','phpfox','2.0.0rc4','online','Online','Online',1255010771),(4331,'en','mail','phpfox','2.0.0rc4','updated','Updated','Updated',1255010780),(4332,'en','mail','phpfox','2.0.0rc4','name_and_photo_only','Name and Photo Only','Name and Photo Only',1255010789),(4333,'en','mail','phpfox','2.0.0rc4','name_photo_and_users_details','Name, Photo and Users Details','Name, Photo and Users Details',1255010800),(4334,'en','mail','phpfox','2.0.0rc4','private_messages','Private Messages','Private Messages',1255010811),(4335,'en','mail','phpfox','2.0.0rc4','view_private_messages','View Private Messages','View Private Messages',1255010824),(4336,'en','mail','phpfox','2.0.0rc4','currently_your_account_is_marked_as_a_spammer','Currently your account is marked as a \"spammer\". This specific feature is not enabled for your account at the moment.','Currently your account is marked as a \"spammer\". This specific feature is not enabled for your account at the moment.',1255010848),(4337,'en','mail','phpfox','2.0.0rc4','unable_to_send_a_private_message_to_this_user_at_the_moment','Unable to send a private message to this user at the moment.','Unable to send a private message to this user at the moment.',1255010860),(4338,'en','mail','phpfox','2.0.0rc4','select_a_member_to_send_a_message_to','Select a member to send a message to.','Select a member to send a message to.',1255010873),(4339,'en','mail','phpfox','2.0.0rc4','this_message_feels_like_spam_try_again','This message feels like SPAM. Try again.','This message feels like SPAM. Try again.',1255010889),(4340,'en','mail','phpfox','2.0.0rc4','mail','Mail','Mail',1255010900),(4341,'en','mail','phpfox','2.0.0rc4','no_mail_specified','No mail specified.','No mail specified.',1255010921),(4342,'en','mail','phpfox','2.0.0rc4','mail_deleted_successfully','Mail deleted successfully.','Mail deleted successfully.',1255010931),(4343,'en','mail','phpfox','2.0.0rc4','mail_could_not_be_deleted','Mail could not be deleted.','Mail could not be deleted.',1255010940),(4344,'en','mail','phpfox','2.0.0rc4','error_you_did_not_select_any_message','Error you did not select any message.','Error you did not select any message.',1255010975),(4345,'en','mail','phpfox','2.0.0rc4','mail_folder_does_not_exist','Mail folder does not exist.','Mail folder does not exist.',1255010990),(4346,'en','mail','phpfox','2.0.0rc4','new_messages','New Messages','New Messages',1255011113),(4347,'en','mail','phpfox','2.0.0rc4','compose_message','Compose Message','Compose Message',1255011123),(4348,'en','mail','phpfox','2.0.0rc4','1_new_message','1 new message','1 new message',1255011141),(4349,'en','mail','phpfox','2.0.0rc4','total_new_messages','{total} new messages','{total} new messages',1255011158),(4350,'en','mail','phpfox','2.0.0rc4','user_link_sent_you_a_message','{user_link} sent you a message.','{user_link} sent you a message.',1255011189),(4351,'en','mail','phpfox','2.0.0rc4','mail_text','Mail Text','Mail Text',1255011211),(4352,'en','mail','phpfox','2.0.0rc4','too_many_users_this_message_was_sent_to_the_first_total_users','Too many users, this message was sent to the first {total} users.','Too many users, this message was sent to the first {total} users.',1255011269),(4353,'en','mail','phpfox','2.0.0rc4','unable_to_send_a_private_message_to_full_name_as_they_have_disabled_this_option_for_the_moment','Unable to send a private message to \"{full_name}\" as they have disabled this option for the moment.','Unable to send a private message to \"{full_name}\" as they have disabled this option for the moment.',1255011317),(4354,'en','mail','phpfox','2.0.0rc4','user_has_reached_their_inbox_limit','User has reached their inbox limit.','User has reached their inbox limit.',1255011371),(4355,'en','mail','phpfox','2.0.0rc4','you_cannot_message_yourself','You cannot message yourself.','You cannot message yourself.',1255011381),(4356,'en','mail','phpfox','2.0.0rc4','you_can_only_message_your_friends','You can only message your friends.','You can only message your friends.',1255011391),(4357,'en','mail','phpfox','2.0.0rc4','not_a_valid_message','Not a valid message.','Not a valid message.',1255011402),(4358,'en','mail','phpfox','2.0.0rc4','full_name_sent_you_a_message_on_site_title','{full_name} sent you a message on {site_title}.','{full_name} sent you a message on {site_title}.',1255011428),(4359,'en','mail','phpfox','2.0.0rc4','full_name_sent_you_a_message_subject_subject','{full_name} sent you a message.\r\n\r\n--------------------\r\nSubject: {subject}\r\n\r\n{message}\r\n--------------------\r\n\r\nTo reply to this message, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} sent you a message.\r\n\r\n--------------------\r\nSubject: {subject}\r\n\r\n{message}\r\n--------------------\r\n\r\nTo reply to this message, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255011550),(4360,'en','mail','phpfox','2.0.0rc4','you_will_delete_every_message_in_this_folder','You will delete every message in this folder.','You will delete every message in this folder.',1255011670),(4361,'en','mail','phpfox','2.0.0rc4','member_search','Member Search','Member Search',1255011737),(4362,'en','mail','phpfox','2.0.0rc4','search','Search','Search',1255011746),(4363,'en','mail','phpfox','2.0.0rc4','within','within','within',1255011754),(4364,'en','mail','phpfox','2.0.0rc4','user_group','User Group','User Group',1255011762),(4365,'en','mail','phpfox','2.0.0rc4','show_members','Show Members','Show Members',1255011771),(4366,'en','mail','phpfox','2.0.0rc4','messages_title','Messages','Messages',1255011791),(4367,'en','mail','phpfox','2.0.0rc4','from','From','From',1255012424),(4368,'en','mail','phpfox','2.0.0rc4','sent','Sent','Sent',1255012445),(4369,'en','mail','phpfox','2.0.0rc4','read_message','Read Message','Read Message',1255012456),(4370,'en','mail','phpfox','2.0.0rc4','delete_message','Delete Message','Delete Message',1255012464),(4371,'en','mail','phpfox','2.0.0rc4','message_sender','Message Sender','Message Sender',1255012478),(4372,'en','mail','phpfox','2.0.0rc4','message_user','Message User','Message User',1255012491),(4373,'en','mail','phpfox','2.0.0rc4','message_receiver','Message Receiver','Message Receiver',1255012502),(4374,'en','mail','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255012828),(4375,'en','mail','phpfox','2.0.0rc4','no_messages_to_show','No messages to show.','No messages to show.',1255012839),(4376,'en','mail','phpfox','2.0.0rc4','send_a_copy_to_myself','Send a copy to myself.','Send a copy to myself.',1255012896),(4377,'en','mail','phpfox','2.0.0rc4','you_can_only_send_this_message_to_total_users','You can only send this message to {total} users.','You can only send this message to {total} users.',1255012917),(4378,'en','mail','phpfox','2.0.0rc4','messages_total_days_old_will_be_auto_deleted','Messages {total} days old will be auto deleted.','Messages {total} days old will be auto deleted.',1255012972),(4379,'en','mail','phpfox','2.0.0rc4','you_have_reached_your_mail_box_capacity_and_wont_be_able','You have reached your mail box capacity and wont be able to receive any more mail until you free some space.','You have reached your mail box capacity and wont be able to receive any more mail until you free some space.',1255013019),(4380,'en','mail','phpfox','2.0.0rc4','you_are_approaching_your_mail_box_limit','You are approaching your mail box limit, currently at {total}%. When you reach 100% you wont be able to receive more mail.','You are approaching your mail box limit, currently at {total}%. When you reach 100% you wont be able to receive more mail.',1255013047),(4381,'en','mail','phpfox','2.0.0rc4','view_attachments','View Attachments','View Attachments',1255013086),(4382,'en','mail','phpfox','2.0.0rc4','you_wrote_to_yourself_at_time_stamp','You wrote to yourself at {time_stamp}.','You wrote to yourself at {time_stamp}.',1255013288),(4383,'en','mail','phpfox','2.0.0rc4','preview','Preview','Preview',1255013349),(4384,'en','mail','phpfox','2.0.0rc4','you_wrote_to_user_name_at_time_stamp','You wrote to {user_name} at {time_stamp}.','You wrote to {user_name} at {time_stamp}.',1255013419),(4385,'en','mail','phpfox','2.0.0rc4','user_name_wrote_at_time_stamp','{user_name} wrote at {time_stamp}.','{user_name} wrote at {time_stamp}.',1255013490),(4386,'en','mail','phpfox','2.0.0rc4','site_sent_you_a_message','{site} sent you a message.','{site} sent you a message.',1255013528),(4387,'en','mail','phpfox','2.0.0rc4','mass_message_to','Mass message to','Mass message to',1255013568),(4388,'en','mail','phpfox','2.0.0rc4','previous','Previous','Previous',1255013600),(4389,'en','mail','phpfox','2.0.0rc4','newer_message','Newer Message','Newer Message',1255013608),(4390,'en','mail','phpfox','2.0.0rc4','next','Next','Next',1255013615),(4391,'en','mail','phpfox','2.0.0rc4','older_message','Older Message','Older Message',1255013623),(4392,'en','mail','phpfox','2.0.0rc6','provide_a_name_for_your_folder','Provide a name for your folder.','Provide a name for your folder.',1257264043),(4393,'en','mail','phpfox','2.0.0rc6','you_have_reached_your_limit','You have reached your limit.','You have reached your limit.',1257264190),(4394,'en','mail','phpfox','2.0.0rc8','mesages_sent','Messages','Messages',1258845591),(4395,'en','mail','phpfox','2.0.0','viewing_private_message','Viewing Private Message','Viewing Private Message',1261069259),(4396,'en','mail','phpfox','2.0.0','private_message_from_timestamp','Private message from {time_stamp} between {owner} and {viewer}.','Private message from {time_stamp} between {owner} and {viewer}.',1261069539),(4397,'en','mail','phpfox','2.0.0','message_not_found','Message not found.','Message not found.',1261069623),(4398,'en','mail','phpfox','2.0.0','report','Report','Report',1261069915),(4399,'en','mail','phpfox','2.0.0','report_this_message','Report this message.','Report this message.',1261069925),(4400,'en','mail','phpfox','2.0.4','mobile_messages','Messages','Messages',1267559963),(4401,'en','mail','phpfox','2.0.4','compose','Compose','Compose',1267559980),(4402,'en','mail','phpfox','2.0.4','no_messages','No messages','No messages',1267622617),(4403,'en','mail','phpfox','2.0.4','unable_to_find_any_messages','Unable to find any messages','Unable to find any messages',1267622629),(4404,'en','mail','phpfox','2.0.4','select_recipient','Select Recipient','Select Recipient',1267622645),(4405,'en','mail','phpfox','2.0.4','select_a_recipient_below','Select a recipient below','Select a recipient below',1267622665),(4406,'en','mail','phpfox','2.0.5','update_mail_count','Update Mail Count','Update Mail Count',1273245609),(4407,'en','marketplace','phpfox','2.0.0alpha4','module_marketplace','Marketplace','Marketplace',1239387125),(4408,'en','marketplace','phpfox','2.0.0alpha4','menu_marketplace','Marketplace','Marketplace',1239387152),(4409,'en','marketplace','phpfox','2.0.0alpha4','setting_marketplace_view_time_stamp','<title>Marketplace View Time Stamp</title><info>Marketplace View Time Stamp</info>','<title>Marketplace View Time Stamp</title><info>Marketplace View Time Stamp</info>',1239457199),(4410,'en','marketplace','phpfox','2.0.0alpha4','user_setting_can_post_comment_on_listing','Can post a comment on marketplace listing?','Can post a comment on marketplace listing?',1239459827),(4411,'en','marketplace','phpfox','2.0.0alpha4','user_setting_can_edit_own_listing','Can edit own marketplace listing?','Can edit own marketplace listing?',1239463634),(4412,'en','marketplace','phpfox','2.0.0alpha4','user_setting_can_edit_other_listing','Can edit marketplace listings added by other users?','Can edit marketplace listings added by other users?',1239463695),(4413,'en','marketplace','phpfox','2.0.0alpha4','menu_add_new_listing','Add New Listing','Add New Listing',1239472943),(4414,'en','marketplace','phpfox','2.0.0alpha4','user_setting_can_delete_own_listing','Can delete own marketplace listing?','Can delete own marketplace listing?',1239541511),(4415,'en','marketplace','phpfox','2.0.0alpha4','user_setting_can_delete_other_listings','Can delete marketplace listings added by other users?','Can delete marketplace listings added by other users?',1239541555),(4416,'en','marketplace','phpfox','2.0.0alpha4','admin_menu_add_category','Add Category','Add Category',1239552185),(4417,'en','marketplace','phpfox','2.0.0alpha4','admin_menu_manage_categories','Manage Categories','Manage Categories',1239552185),(4418,'en','marketplace','phpfox','2.0.0rc1','user_setting_max_upload_size_listing','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1250258666),(4419,'en','marketplace','phpfox','2.0.0rc1','setting_total_listing_more_from','<title>Total \"More From\" Listings to Display</title><info>Define how many listings to display within the \"More From\" block when viewing a listing.</info>','<title>Total \"More From\" Listings to Display</title><info>Define how many listings to display within the \"More From\" block when viewing a listing.</info>',1250340296),(4420,'en','marketplace','phpfox','2.0.0rc1','user_setting_can_feature_listings','Can feature listings?','Can feature listings?',1250355847),(4421,'en','marketplace','phpfox','2.0.0rc1','user_setting_listing_approve','Enable if listings should be approved first before they are displayed publicly.','Enable if listings should be approved first before they are displayed publicly.',1250357077),(4422,'en','marketplace','phpfox','2.0.0rc1','user_setting_can_approve_listings','Can approve marketplace listings?','Can approve marketplace listings?',1250357731),(4423,'en','marketplace','phpfox','2.0.0rc4','categories','Categories','Categories',1255076189),(4424,'en','marketplace','phpfox','2.0.0rc4','sub_categories','Sub-Categories','Sub-Categories',1255076202),(4425,'en','marketplace','phpfox','2.0.0rc4','browse_filter','Browse Filter','Browse Filter',1255076215),(4426,'en','marketplace','phpfox','2.0.0rc4','price','Price','Price',1255076233),(4427,'en','marketplace','phpfox','2.0.0rc4','free','Free','Free',1255076244),(4428,'en','marketplace','phpfox','2.0.0rc4','invites','Invites','Invites',1255076258),(4429,'en','marketplace','phpfox','2.0.0rc4','visited','Visited','Visited',1255076267),(4430,'en','marketplace','phpfox','2.0.0rc4','not_responded','Not Responded','Not Responded',1255076279),(4431,'en','marketplace','phpfox','2.0.0rc4','more_from','More From','More From',1255076293),(4432,'en','marketplace','phpfox','2.0.0rc4','view_more','View More','View More',1255076304),(4433,'en','marketplace','phpfox','2.0.0rc4','marketplace_listings','Marketplace Listings','Marketplace Listings',1255076319),(4434,'en','marketplace','phpfox','2.0.0rc4','category_successfully_updated','Category successfully updated.','Category successfully updated.',1255076338),(4435,'en','marketplace','phpfox','2.0.0rc4','category_successfully_added','Category successfully added.','Category successfully added.',1255076349),(4436,'en','marketplace','phpfox','2.0.0rc4','edit_a_category','Edit a Category','Edit a Category',1255076358),(4437,'en','marketplace','phpfox','2.0.0rc4','create_a_new_category','Create a New Category','Create a New Category',1255076369),(4438,'en','marketplace','phpfox','2.0.0rc4','category_order_successfully_updated','Category order successfully updated.','Category order successfully updated.',1255076387),(4439,'en','marketplace','phpfox','2.0.0rc4','category_successfully_deleted','Category successfully deleted.','Category successfully deleted.',1255076397),(4440,'en','marketplace','phpfox','2.0.0rc4','manage_categories','Manage Categories','Manage Categories',1255076405),(4441,'en','marketplace','phpfox','2.0.0rc4','provide_a_name_for_this_listing','Provide a name for this listing.','Provide a name for this listing.',1255076432),(4442,'en','marketplace','phpfox','2.0.0rc4','provide_a_location_for_this_listing','Provide a location for this listing.','Provide a location for this listing.',1255076442),(4443,'en','marketplace','phpfox','2.0.0rc4','listing_successfully_updated','Listing successfully updated.','Listing successfully updated.',1255076452),(4444,'en','marketplace','phpfox','2.0.0rc4','successfully_uploaded_images_for_this_listing','Successfully uploaded images for this listing.','Successfully uploaded images for this listing.',1255076461),(4445,'en','marketplace','phpfox','2.0.0rc4','successfully_invited_users_for_this_listing','Successfully invited users for this listing.','Successfully invited users for this listing.',1255076470),(4446,'en','marketplace','phpfox','2.0.0rc4','successfully_updated_this_listing','Successfully updated this listing.','Successfully updated this listing.',1255076481),(4447,'en','marketplace','phpfox','2.0.0rc4','listing_successfully_added','Listing successfully added.','Listing successfully added.',1255076490),(4448,'en','marketplace','phpfox','2.0.0rc4','edit_a_marketplace_listing','Edit a Marketplace Listing','Edit a Marketplace Listing',1255076501),(4449,'en','marketplace','phpfox','2.0.0rc4','edit_a_listing','Edit a Listing','Edit a Listing',1255076526),(4450,'en','marketplace','phpfox','2.0.0rc4','create_a_marketplace_listing','Create a Marketplace Listing','Create a Marketplace Listing',1255076534),(4451,'en','marketplace','phpfox','2.0.0rc4','create_a_listing','Create a Listing','Create a Listing',1255076542),(4452,'en','marketplace','phpfox','2.0.0rc4','marketplace','Marketplace','Marketplace',1255076548),(4453,'en','marketplace','phpfox','2.0.0rc4','listing_successfully_deleted','Listing successfully deleted.','Listing successfully deleted.',1255076562),(4454,'en','marketplace','phpfox','2.0.0rc4','date_added','Date Added','Date Added',1255076575),(4455,'en','marketplace','phpfox','2.0.0rc4','name','Name','Name',1255076582),(4456,'en','marketplace','phpfox','2.0.0rc4','recent_listings','Recent Listings','Recent Listings',1255076608),(4457,'en','marketplace','phpfox','2.0.0rc4','my_listings','My Listings','My Listings',1255076616),(4458,'en','marketplace','phpfox','2.0.0rc4','featured','Featured','Featured',1255076623),(4459,'en','marketplace','phpfox','2.0.0rc4','invitations','Invitations','Invitations',1255076629),(4460,'en','marketplace','phpfox','2.0.0rc4','pending','Pending','Pending',1255076637),(4461,'en','marketplace','phpfox','2.0.0rc4','the_listing_you_are_looking_for_either_does_not_exist_or_has_been_removed','The listing you are looking for either does not exist or has been removed.','The listing you are looking for either does not exist or has been removed.',1255076663),(4462,'en','marketplace','phpfox','2.0.0rc4','select','Select','Select',1255076724),(4463,'en','marketplace','phpfox','2.0.0rc4','select_a_sub_category','Select a Sub-Category','Select a Sub-Category',1255076733),(4464,'en','marketplace','phpfox','2.0.0rc4','provide_a_category_name','Provide a category name.','Provide a category name.',1255076745),(4465,'en','marketplace','phpfox','2.0.0rc4','invalid_callback_on_marketplace_listing','Invalid callback on marketplace listing.','Invalid callback on marketplace listing.',1255076781),(4466,'en','marketplace','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255076800),(4467,'en','marketplace','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_marketplace_listing','{user_name} left you a comment on your Marketplace listing.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your Marketplace listing.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255076862),(4468,'en','marketplace','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_listin','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">listing</a>.',1255077003),(4469,'en','marketplace','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_listing_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">listing</a>.',1255077073),(4470,'en','marketplace','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_n','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">listing</a>.',1255077120),(4471,'en','marketplace','phpfox','2.0.0rc4','a_href_user_link_owner_full_name_a_added_a_new_listing_a_href_title_link_title_a','<a href=\"{user_link}\">{owner_full_name}</a> added a new listing \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new listing \"<a href=\"{title_link}\">{title}</a>\".',1255077808),(4472,'en','marketplace','phpfox','2.0.0rc4','your_listing_title_has_been_approved','Your listing \"{title}\" has been approved.','Your listing \"{title}\" has been approved.',1255077901),(4473,'en','marketplace','phpfox','2.0.0rc4','listings','Listings','Listings',1255077920),(4474,'en','marketplace','phpfox','2.0.0rc4','user_link_invited_you_to_a_marketplace_listing','{user_link} invited you to a marketplace listing.','{user_link} invited you to a marketplace listing.',1255077951),(4475,'en','marketplace','phpfox','2.0.0rc4','no_listing_invites','No listing invites.','No listing invites.',1255077972),(4476,'en','marketplace','phpfox','2.0.0rc4','marketplace_invites','Marketplace Invites','Marketplace Invites',1255078002),(4477,'en','marketplace','phpfox','2.0.0rc4','marketplace_text','Marketplace Text','Marketplace Text',1255078012),(4478,'en','marketplace','phpfox','2.0.0rc4','full_name_invited_you_to_view_the_marketplace_listing_title','{full_name} invited you to view the marketplace listing \"{title}\".\r\n\r\nTo check out this listing, follow the link below:\r\n<a href=\"{link}\">{link}</a>\"','{full_name} invited you to view the marketplace listing \"{title}\".\r\n\r\nTo check out this listing, follow the link below:\r\n<a href=\"{link}\">{link}</a>\"',1255078462),(4479,'en','marketplace','phpfox','2.0.0rc4','full_name_added_the_following_personal_message','{full_name} added the following personal message','{full_name} added the following personal message',1255078552),(4480,'en','marketplace','phpfox','2.0.0rc4','full_name_invited_you_to_view_the_listing_title','{full_name} invited you to view the listing \"{title}\".','{full_name} invited you to view the listing \"{title}\".',1255078586),(4481,'en','marketplace','phpfox','2.0.0rc4','unable_to_find_the_listing_you_want_to_delete','Unable to find the listing you want to delete.','Unable to find the listing you want to delete.',1255078649),(4482,'en','marketplace','phpfox','2.0.0rc4','you_do_not_have_sufficient_permission_to_delete_this_listing','You do not have sufficient permission to delete this listing.','You do not have sufficient permission to delete this listing.',1255078659),(4483,'en','marketplace','phpfox','2.0.0rc4','you_do_not_have_sufficient_permission_to_modify_this_listing','You do not have sufficient permission to modify this listing.','You do not have sufficient permission to modify this listing.',1255078673),(4484,'en','marketplace','phpfox','2.0.0rc4','unable_to_find_the_listing_you_want_to_approve','Unable to find the listing you want to approve.','Unable to find the listing you want to approve.',1255078695),(4485,'en','marketplace','phpfox','2.0.0rc4','your_listing_has_been_approved_on_site_title','Your listing has been approved on {site_title}.','Your listing has been approved on {site_title}.',1255078720),(4486,'en','marketplace','phpfox','2.0.0rc4','your_listing_has_been_approved_on_site_title_message','Your listing has been approved on {site_title}.\r\n\r\nTo view this listing, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your listing has been approved on {site_title}.\r\n\r\nTo view this listing, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255078774),(4487,'en','marketplace','phpfox','2.0.0rc4','provide_a_category_this_listing_will_belong_to','Provide a category this listing will belong to.','Provide a category this listing will belong to.',1255078805),(4488,'en','marketplace','phpfox','2.0.0rc4','are_you_sure_this_will_delete_all_listings_that_belong_to_this_category_and_cannot_be_undone','Are you sure? This will delete all listings that belong to this category and cannot be undone.','Are you sure? This will delete all listings that belong to this category and cannot be undone.',1255078851),(4489,'en','marketplace','phpfox','2.0.0rc4','posted_on_time_stamp','Posted on {time_stamp}.','Posted on {time_stamp}.',1255080265),(4490,'en','marketplace','phpfox','2.0.0rc4','the_file_size_limit_is_file_size_if_your_upload_does_not_work_try_uploading_a_smaller_picture','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.',1255080312),(4491,'en','marketplace','phpfox','2.0.0rc4','click_here_to_approve_listings','Click here to approve listings.','Click here to approve listings.',1255080631),(4492,'en','marketplace','phpfox','2.0.0rc4','posted_time_samp_in_country_iso','Posted {time_samp} in {country_iso}.','Posted {time_samp} in {country_iso}.',1255080684),(4493,'en','marketplace','phpfox','2.0.0rc4','posted_time_stamp_by_user_info_in_country_iso','Posted {time_stamp} by {user_info}.','Posted {time_stamp} by {user_info}.',1255080740),(4494,'en','marketplace','phpfox','2.0.0rc4','this_song_has_been_added_to_your_profile','This song has been added to your profile.','This song has been added to your profile.',1255081050),(4495,'en','marketplace','phpfox','2.0.0rc4','this_song_has_been_removed_from_your_profile','This song has been removed from your profile.','This song has been removed from your profile.',1255081059),(4496,'en','marketplace','phpfox','2.0.0rc4','basic_info','Basic Info','Basic Info',1255081085),(4497,'en','marketplace','phpfox','2.0.0rc3','keywords','Keywords','Keywords',1254402580),(4498,'en','marketplace','phpfox','2.0.0rc3','location','Location','Location',1254402616),(4499,'en','marketplace','phpfox','2.0.0rc3','city','City','City',1254402631),(4500,'en','marketplace','phpfox','2.0.0rc3','zip_postal_code','Zip/Postal Code','Zip/Postal Code',1254402651),(4501,'en','marketplace','phpfox','2.0.0rc3','sort','Sort','Sort',1254402662),(4502,'en','marketplace','phpfox','2.0.0rc3','submit','Submit','Submit',1254402705),(4503,'en','marketplace','phpfox','2.0.0rc3','reset','Reset','Reset',1254402715),(4504,'en','marketplace','phpfox','2.0.0rc3','photos','Photos','Photos',1254402743),(4505,'en','marketplace','phpfox','2.0.0rc3','summary','Summary','Summary',1254402845),(4506,'en','marketplace','phpfox','2.0.0rc3','posted_on','Posted On','Posted On',1254402857),(4507,'en','marketplace','phpfox','2.0.0rc3','posted_by','Posted By','Posted By',1254402869),(4508,'en','marketplace','phpfox','2.0.0rc3','user_rating','User Rating','User Rating',1254402880),(4509,'en','marketplace','phpfox','2.0.0rc3','user_activity','User Activity','User Activity',1254402889),(4510,'en','marketplace','phpfox','2.0.0rc3','no_visits','No visits.','No visits.',1254402947),(4511,'en','marketplace','phpfox','2.0.0rc3','no_results','No results.','No results.',1254402982),(4512,'en','marketplace','phpfox','2.0.0rc3','add_new_listing','Add New Listing','Add New Listing',1254403011),(4513,'en','marketplace','phpfox','2.0.0rc3','edit_listing','Edit Listing','Edit Listing',1254403026),(4514,'en','marketplace','phpfox','2.0.0rc3','manage_photos','Manage Photos','Manage Photos',1254403038),(4515,'en','marketplace','phpfox','2.0.0rc3','send_invitations','Send Invitations','Send Invitations',1254403047),(4516,'en','marketplace','phpfox','2.0.0rc3','manage_invites','Manage Invites','Manage Invites',1254403080),(4517,'en','marketplace','phpfox','2.0.0rc3','contact','Contact','Contact',1254403096),(4518,'en','marketplace','phpfox','2.0.0rc3','report_this_listing','Report this Listing','Report this Listing',1254403154),(4519,'en','marketplace','phpfox','2.0.0rc3','report','Report','Report',1254403163),(4520,'en','marketplace','phpfox','2.0.0rc3','delete_listing','Delete Listing','Delete Listing',1254403180),(4521,'en','marketplace','phpfox','2.0.0rc3','delete_this_image_for_the_listing','Delete this image for the listing.','Delete this image for the listing.',1254403406),(4522,'en','marketplace','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254403483),(4523,'en','marketplace','phpfox','2.0.0rc3','click_to_set_as_default_image','Click to set as default image.','Click to set as default image.',1254403502),(4524,'en','marketplace','phpfox','2.0.0rc3','no_listings_added_yet','No listings added yet.','No listings added yet.',1254403561),(4525,'en','marketplace','phpfox','2.0.0rc3','add_a_listing','Add a Listing','Add a Listing',1254403593),(4526,'en','marketplace','phpfox','2.0.0rc3','marketplace_category_details','Marketplace Category Details','Marketplace Category Details',1254403721),(4527,'en','marketplace','phpfox','2.0.0rc3','parent_category','Parent Category','Parent Category',1254403743),(4528,'en','marketplace','phpfox','2.0.0rc3','edit','Edit','Edit',1254403812),(4529,'en','marketplace','phpfox','2.0.0rc3','delete','Delete','Delete',1254403821),(4530,'en','marketplace','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254403847),(4531,'en','marketplace','phpfox','2.0.0rc3','view_this_listing','View This Listing','View This Listing',1254403868),(4532,'en','marketplace','phpfox','2.0.0rc3','skip_amp_view_this_listing','Skip & View This Listing','Skip & View This Listing',1254403899),(4533,'en','marketplace','phpfox','2.0.0rc3','step_1','Step 1','Step 1',1254403972),(4534,'en','marketplace','phpfox','2.0.0rc3','listing_details','Listing Details','Listing Details',1254403981),(4535,'en','marketplace','phpfox','2.0.0rc3','step_2','Step 2','Step 2',1254403992),(4536,'en','marketplace','phpfox','2.0.0rc3','step_3','Step 3','Step 3',1254404014),(4537,'en','marketplace','phpfox','2.0.0rc3','invite','Invite','Invite',1254404022),(4538,'en','marketplace','phpfox','2.0.0rc3','title','Title','Title',1254404178),(4539,'en','marketplace','phpfox','2.0.0rc3','short_description','Short Description','Short Description',1254404192),(4540,'en','marketplace','phpfox','2.0.0rc3','full_description','Full Description','Full Description',1254404207),(4541,'en','marketplace','phpfox','2.0.0rc3','usd','USD','USD',1254404241),(4542,'en','marketplace','phpfox','2.0.0rc3','select_image_s','Select Image(s)','Select Image(s)',1254404309),(4543,'en','marketplace','phpfox','2.0.0rc3','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1254404325),(4544,'en','marketplace','phpfox','2.0.0rc3','upload','Upload','Upload',1254404368),(4545,'en','marketplace','phpfox','2.0.0rc3','invite_friends','Invite Friends','Invite Friends',1254404380),(4546,'en','marketplace','phpfox','2.0.0rc3','invite_people_via_email','Invite People via Email','Invite People via Email',1254404393),(4547,'en','marketplace','phpfox','2.0.0rc3','separate_multiple_emails_with_a_comma','Separate multiple emails with a comma.','Separate multiple emails with a comma.',1254404408),(4548,'en','marketplace','phpfox','2.0.0rc3','add_a_personal_message','Add a Personal Message','Add a Personal Message',1254404419),(4549,'en','marketplace','phpfox','2.0.0rc3','new_guest_list','New Guest List','New Guest List',1254404448),(4550,'en','marketplace','phpfox','2.0.0rc3','unable_to_find_what_you_are_looking_for','Unable to find what you are looking for.','Unable to find what you are looking for.',1254404484),(4551,'en','marketplace','phpfox','2.0.0rc3','no_listings_have_been_added','No listings have been added.','No listings have been added.',1254404494),(4552,'en','marketplace','phpfox','2.0.0rc3','be_the_first_to_add_a_listing','Be the first to add a listing.','Be the first to add a listing.',1254404504),(4553,'en','marketplace','phpfox','2.0.0rc3','there_is_one_listing_that_is_pending_approval','There is one listing that is pending approval.','There is one listing that is pending approval.',1254404516),(4554,'en','marketplace','phpfox','2.0.0rc3','there_are_total_listings_that_are_pending_approval','There are {total} listings that are pending approval.','There are {total} listings that are pending approval.',1254404607),(4555,'en','marketplace','phpfox','2.0.0rc3','approve_this_listing','Approve this listing.','Approve this listing.',1254404827),(4556,'en','marketplace','phpfox','2.0.0rc3','approve','Approve','Approve',1254404842),(4557,'en','marketplace','phpfox','2.0.0rc3','feature_this_listing','Feature this listing.','Feature this listing.',1254404858),(4558,'en','marketplace','phpfox','2.0.0rc3','feature','Feature','Feature',1254404873),(4559,'en','marketplace','phpfox','2.0.0rc3','un_feature_this_listing','Un-Feature this listing.','Un-Feature this listing.',1254404888),(4560,'en','marketplace','phpfox','2.0.0rc3','unfeature','Unfeature','Unfeature',1254404901),(4561,'en','marketplace','phpfox','2.0.0rc3','listing_is_pending_approval','Listing is pending approval.','Listing is pending approval.',1254404992),(4562,'en','marketplace','phpfox','2.0.0rc3','successfully_deleted_listing','Successfully deleted listing.','Successfully deleted listing.',1254405051),(4563,'en','marketplace','phpfox','2.0.0rc3','rating','Rating','Rating',1254405133),(4564,'en','marketplace','phpfox','2.0.0rc8','category','Category','Category',1258986746),(4565,'en','marketplace','phpfox','2.0.0rc8','update','Update','Update',1258986799),(4566,'en','marketplace','phpfox','2.0.0rc8','cancel','Cancel','Cancel',1258986813),(4567,'en','marketplace','phpfox','2.0.0rc10','you_have_not_added_any_listings_yet','You have not added any listings yet.','You have not added any listings yet.',1259610367),(4568,'en','marketplace','phpfox','2.0.0rc10','no_listings_have_been_featured','No listings have been featured.','No listings have been featured.',1259610438),(4569,'en','marketplace','phpfox','2.0.0rc10','you_have_not_received_any_invites','You have not received any invites.','You have not received any invites.',1259610865),(4570,'en','marketplace','phpfox','2.0.0rc10','no_listings_pending_approval','No listings pending approval.','No listings pending approval.',1259610971),(4571,'en','marketplace','phpfox','2.0.0rc11','this_category_name_cannot_be_used_due_to_that_there_is_already_another_category_with_the_same_name_being_used','This category name cannot be used due to that there is already another category with the same name being used.','This category name cannot be used due to that there is already another category with the same name being used.',1260237609),(4572,'en','marketplace','phpfox','2.0.0rc11','user_setting_can_access_marketplace','Can browse and view listings?','Can browse and view listings?',1260286697),(4573,'en','marketplace','phpfox','2.0.0rc11','user_setting_can_create_listing','Can create a listing?','Can create a listing?',1260329360),(4574,'en','marketplace','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_listing_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">listing</a>.',1260470252),(4575,'en','marketplace','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_listing_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">listing</a>.',1260470283),(4576,'en','marketplace','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_listing_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">listing</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">listing</a>.',1260470300),(4577,'en','marketplace','phpfox','2.0.5','sponsored_listing','Sponsored Listings','Sponsored Listings',1270732646),(4578,'en','marketplace','phpfox','2.0.5','setting_how_many_sponsored_listings','<title>How Many Sponsor Listings To Show</title><info>This setting tells how many sponsored listings will be shown on the sponsor block. Default is 5.</info>','<title>How Many Sponsor Listings To Show</title><info>This setting tells how many sponsored listings will be shown on the sponsor block. Default is 5.</info>',1270733482),(4579,'en','marketplace','phpfox','2.0.5','user_setting_can_sponsor_listing','Can members of this user group mark a listing in the marketplace as sponsor?','Can members of this user group mark a listing in the marketplace as sponsor?',1270806106),(4580,'en','marketplace','phpfox','2.0.5','sponsor_this_listing','Sponsor','Sponsor',1270806257),(4581,'en','marketplace','phpfox','2.0.5','unsponsor_this_listing','Unsponsor','Unsponsor',1270806408),(4582,'en','marketplace','phpfox','2.0.5','listing_successfully_sponsored','Listing successfully sponsored','Listing successfully sponsored',1270807171),(4583,'en','marketplace','phpfox','2.0.5','listing_successfully_un_sponsored','Listing successfully unsponsored','Listing successfully unsponsored',1270807213),(4584,'en','marketplace','phpfox','2.0.5','encourage_sponsor','Sponsor your listings','Sponsor your listings',1270810350),(4585,'en','marketplace','phpfox','2.0.5','sponsor_help','To sponsor a listing please click on \"Sponsor\" next to the item','To sponsor a listing please click on \"Sponsor\" next to the item',1270810696),(4586,'en','marketplace','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1270811006),(4587,'en','marketplace','phpfox','2.0.5','user_setting_marketplace_sponsor_price','How much is the sponsor space worth for marketplace listings?\r\nThis works in a CPM basis.','How much is the sponsor space worth for marketplace listings?\r\nThis works in a CPM basis.',1271938987),(4588,'en','marketplace','phpfox','2.0.5','sponsor_error_not_found','The listing you are trying to sponsor cannot be found.','The listing you are trying to sponsor cannot be found.',1271944391),(4589,'en','marketplace','phpfox','2.0.5','sponsor_title','Marketplace Listing: {sListingTitle}','Marketplace Listing: {sListingTitle}',1271944423),(4590,'en','marketplace','phpfox','2.0.5','sponsor_paypal_message','Payment for the sponsor space of marketplace listing: {sListingTitle}','Payment for the sponsor space of marketplace listing: {sListingTitle}',1271944508),(4591,'en','marketplace','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the listing be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored listing space before it is shown in the site.','After the user has purchased a sponsored space, should the listing be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored listing space before it is shown in the site.',1272007636),(4592,'en','marketplace','phpfox','2.0.5','buy_it_now','Buy It Now','Buy It Now',1272015921),(4593,'en','marketplace','phpfox','2.0.5','enable_instant_payment','Enable Instant Payment','Enable Instant Payment',1272015950),(4594,'en','marketplace','phpfox','2.0.5','user_setting_can_sell_items_on_marketplace','Can sell items on the marketplace?','Can sell items on the marketplace?',1272016020),(4595,'en','marketplace','phpfox','2.0.5','unable_to_find_the_listing_you_are_looking_for','Unable to find the listing you are looking for.','Unable to find the listing you are looking for.',1272016275),(4596,'en','marketplace','phpfox','2.0.5','sold','Sold','Sold',1272277592),(4597,'en','marketplace','phpfox','2.0.5','this_listing_has_already_been_marked_as_sold','This listing has already been marked as \"sold\".','This listing has already been marked as \"sold\".',1272278384),(4598,'en','marketplace','phpfox','2.0.5','notice_this_listing_is_marked_as_sold','Notice: This listing is marked as \"Sold\".','Notice: This listing is marked as \"Sold\".',1272278515),(4599,'en','marketplace','phpfox','2.0.5','auto_sold','Auto-Sold','Auto-Sold',1272278527),(4600,'en','marketplace','phpfox','2.0.5','if_you_enable_this_option_buyers_can_make_a_payment_to_one_of_the_payment_gateways_you_have_on_file_with_us_to_manage_your_payment_gateways_go_a_href_link_here_a','If you enable this option, buyers can make a payment to one of the payment gateways you have on file with us. To manage your payment gateways go <a href=\"{link}\">here</a>.','If you enable this option, buyers can make a payment to one of the payment gateways you have on file with us. To manage your payment gateways go <a href=\"{link}\">here</a>.',1272278556),(4601,'en','marketplace','phpfox','2.0.5','if_this_is_enabled_and_once_a_successful_purchase_of_this_item_is_made','If this is enabled and once a successful purchase of this item is made it will automatically close this item and mark it as \"Sold\".','If this is enabled and once a successful purchase of this item is made it will automatically close this item and mark it as \"Sold\".',1272278641),(4602,'en','marketplace','phpfox','2.0.5','closed_item_sold','Closed (Item Sold)','Closed (Item Sold)',1272278655),(4603,'en','marketplace','phpfox','2.0.5','enable_this_option_if_this_item_is_sold_and_this_listing_should_be_closed','Enable this option if this item is \"sold\" and this listing should be closed.','Enable this option if this item is \"sold\" and this listing should be closed.',1272278665),(4604,'en','marketplace','phpfox','2.0.5','unable_to_purchase_this_item','Unable to purchase this item.','Unable to purchase this item.',1272278822),(4605,'en','marketplace','phpfox','2.0.5','review_and_confirm_purchase','Review and Confirm Purchase','Review and Confirm Purchase',1272278843),(4606,'en','marketplace','phpfox','2.0.5','item_you_re_buying','Item you\'re buying','Item you\'re buying',1272278863),(4607,'en','marketplace','phpfox','2.0.5','by_clicking_on_the_button_below_you_commit_to_buy_this_item_from_the_seller','By clicking on the button below, you commit to buy this item from the seller.','By clicking on the button below, you commit to buy this item from the seller.',1272278880),(4608,'en','marketplace','phpfox','2.0.5','commit_to_buy','Commit to Buy','Commit to Buy',1272278890),(4609,'en','marketplace','phpfox','2.0.5','payment_methods','Payment Methods','Payment Methods',1272278912),(4610,'en','marketplace','phpfox','2.0.5','item_sold_title','Item Sold: {title}','Item Sold: {title}',1272279705),(4611,'en','marketplace','phpfox','2.0.5','full_name_has_purchased_an_item_of_yours_on_site_name','{full_name} has purchased one of your items on {site_name}.\r\n\r\nItem Name: {title}\r\nItem Link: <a href=\"{link}\">{link}</a>\r\nUsers Name: {full_name}\r\nUsers Profile: <a href=\"{user_link}\">{user_link}</a>\r\nPrice: {price}','{full_name} has purchased one of your items on {site_name}.\r\n\r\nItem Name: {title}\r\nItem Link: <a href=\"{link}\">{link}</a>\r\nUsers Name: {full_name}\r\nUsers Profile: <a href=\"{user_link}\">{user_link}</a>\r\nPrice: {price}',1272279966),(4612,'en','marketplace','phpfox','2.0.5','purchased_by','Purchased by','Purchased by',1272462303),(4613,'en','marketplace','phpfox','2.0.5','you_haven_t_made_any_purchases_yet','You haven\'t made any purchases yet.','You haven\'t made any purchases yet.',1272462603),(4614,'en','marketplace','phpfox','2.0.5','you_haven_t_sold_any_items_yet','You haven\'t sold any items yet.','You haven\'t sold any items yet.',1272462628),(4615,'en','marketplace','phpfox','2.0.5','purchased','Purchased','Purchased',1272462658),(4616,'en','marketplace','phpfox','2.0.5','you_do_not_have_any_invoices','You do not have any invoices.','You do not have any invoices.',1272550735),(4617,'en','marketplace','phpfox','2.0.5','id','ID','ID',1272550744),(4618,'en','marketplace','phpfox','2.0.5','status','Status','Status',1272550751),(4619,'en','marketplace','phpfox','2.0.5','date','Date','Date',1272550762),(4620,'en','marketplace','phpfox','2.0.5','pay_now','Pay Now','Pay Now',1272550771),(4621,'en','marketplace','phpfox','2.0.5','marketplace_invoices','Marketplace Invoices','Marketplace Invoices',1272550785),(4622,'en','marketplace','phpfox','2.0.5','invoices','Invoices','Invoices',1272550799),(4623,'en','marketplace','phpfox','2.0.5','paid','Paid','Paid',1272550810),(4624,'en','marketplace','phpfox','2.0.5','cancelled','Cancelled','Cancelled',1272550817),(4625,'en','marketplace','phpfox','2.0.5','pending_payment','Pending Payment','Pending Payment',1272550825),(4626,'en','marketplace','phpfox','2.0.5','menu_marketplace_manage_invoices_ad23f7587e12dc025eefdfbc37ca854a','Manage Invoices','Manage Invoices',1272550993),(4627,'en','marketplace','phpfox','2.0.5dev1','user_setting_can_sponsor_marketplace','Can sponsor a marketplace listing?','Can sponsor a marketplace listing?',1274299652),(4628,'en','marketplace','phpfox','2.0.5dev2','user_setting_flood_control_marketplace','How many minutes should a user wait before they can create another marketplace listing?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can create another marketplace listing?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275108549),(4629,'en','marketplace','phpfox','2.0.5dev2','you_are_creating_a_listing_a_little_too_soon','You are creating a listing a little too soon.','You are creating a listing a little too soon.',1275108611),(4630,'en','mobile','phpfox','2.0.4','module_mobile','Mobile','Mobile',1267105228),(4631,'en','mobile','phpfox','2.0.4','mobile','Mobile','Mobile',1267628774),(4632,'en','mobile','phpfox','2.0.4','to_view_our_mobile_site_visit','To view our mobile site visit:','To view our mobile site visit:',1267628825),(4633,'en','mobile','phpfox','2.0.4','menu_mobile_mobile_251d164643533a527361dbe1a7b9235d','Mobile','Mobile',1267628860),(4634,'en','mobile','phpfox','2.0.4','home','Home','Home',1267629890),(4635,'en','mobile','phpfox','2.0.4','profile','Profile','Profile',1267629900),(4636,'en','mobile','phpfox','2.0.4','friends','Friends','Friends',1267629907),(4637,'en','mobile','phpfox','2.0.4','mail','Mail','Mail',1267629913),(4638,'en','mobile','phpfox','2.0.4','full_site','Full Site','Full Site',1267629927),(4639,'en','mobile','phpfox','2.0.4','logout','Logout','Logout',1267629934),(4640,'en','music','phpfox','2.0.0alpha1','module_music','Music','Music',1232964704),(4641,'en','music','phpfox','2.0.0alpha1','menu_music','Music','Music',1232964721),(4642,'en','music','phpfox','2.0.0beta1','user_setting_can_upload_music_public','Can upload music?\r\n\r\n<b>Notice:</b> This will allow this user group the right to upload songs to the public music section.','Can upload music?\r\n\r\n<b>Notice:</b> This will allow this user group the right to upload songs to the public music section.',1240576566),(4643,'en','music','phpfox','2.0.0beta1','custom_group_basics','Basics','Basics',1240577992),(4644,'en','music','phpfox','2.0.0beta1','custom_group_musician_details','Musician Details','Musician Details',1240600670),(4645,'en','music','phpfox','2.0.0beta1','custom_record_label_name','Record Label','Record Label',1240601830),(4646,'en','music','phpfox','2.0.0beta1','custom_record_label_type','Label Type','Label Type',1240601896),(4647,'en','music','phpfox','2.0.0beta1','cf_option_indie','Indie','Indie',1240601896),(4648,'en','music','phpfox','2.0.0beta1','cf_option_major','Major','Major',1240601896),(4649,'en','music','phpfox','2.0.0beta1','cf_option_unsigned','Unsigned','Unsigned',1240601896),(4650,'en','music','phpfox','2.0.0beta1','setting_music_user_group_id','<title>Musician User Group ID#</title><info>Notice this setting is updated during the installation of this module. Edit with caution.</info>','<title>Musician User Group ID#</title><info>Notice this setting is updated during the installation of this module. Edit with caution.</info>',1240682173),(4651,'en','music','phpfox','2.0.0beta1','setting_music_release_date_time_stamp','<title>Album Release Date</title><info>Album Release Date</info>','<title>Album Release Date</title><info>Album Release Date</info>',1240750579),(4652,'en','music','phpfox','2.0.0beta1','user_setting_can_add_comment_on_music_album','Can add comments on music albums?','Can add comments on music albums?',1240764774),(4653,'en','music','phpfox','2.0.0beta1','user_setting_can_add_comment_on_music_song','Can add a comment on a song?','Can add a comment on a song?',1241093826),(4654,'en','music','phpfox','2.0.0beta1','user_setting_can_edit_other_music_albums','Can edit albums created by other users?','Can edit albums created by other users?',1241094555),(4655,'en','music','phpfox','2.0.0beta1','user_setting_can_edit_own_albums','Can edit own albums?','Can edit own albums?',1241094832),(4656,'en','music','phpfox','2.0.0beta1','user_setting_can_delete_own_track','Can delete own track?','Can delete own track?',1241096074),(4657,'en','music','phpfox','2.0.0beta1','user_setting_can_delete_other_tracks','Can delete tracks added by other users?','Can delete tracks added by other users?',1241096110),(4658,'en','music','phpfox','2.0.0beta1','user_setting_can_delete_own_music_album','Can delete own music album?','Can delete own music album?',1241097159),(4659,'en','music','phpfox','2.0.0beta1','user_setting_can_delete_other_music_albums','Can delete albums added by other users?','Can delete albums added by other users?',1241097213),(4660,'en','music','phpfox','2.0.0beta1','menu_upload_a_song','Upload a Song','Upload a Song',1241340149),(4661,'en','music','phpfox','2.0.0beta1','menu_create_an_album','Create an Album','Create an Album',1241340185),(4662,'en','music','phpfox','2.0.0beta1','admin_menu_add_genre','Add Genre','Add Genre',1241343069),(4663,'en','music','phpfox','2.0.0beta1','admin_menu_manage_genres','Manage Genres','Manage Genres',1241343084),(4664,'en','music','phpfox','2.0.0beta2','user_setting_music_max_file_size','Maximum file size of songs uploaded.','Maximum file size of songs uploaded.',1242639441),(4665,'en','music','phpfox','2.0.0beta2','band_artist_name','Artist/Band Name','Artist/Band Name',1242644077),(4666,'en','music','phpfox','2.0.0rc1','menu_artists','Artists','Artists',1250509545),(4667,'en','music','phpfox','2.0.0rc1','menu_songs','Songs','Songs',1250509634),(4668,'en','music','phpfox','2.0.0rc1','menu_albums','Albums','Albums',1250509655),(4669,'en','music','phpfox','2.0.0rc1','user_setting_can_feature_songs','Can feature songs?','Can feature songs?',1250515236),(4670,'en','music','phpfox','2.0.0rc1','user_setting_can_approve_songs','Can approve songs?','Can approve songs?',1250517082),(4671,'en','music','phpfox','2.0.0rc1','user_setting_music_song_approval','Songs must be approved first?','Songs must be approved first?',1250581594),(4672,'en','music','phpfox','2.0.0rc1','user_setting_can_feature_music_albums','Can feature music albums?','Can feature music albums?',1250589165),(4673,'en','music','phpfox','2.0.0rc1','user_setting_total_song_on_profile','Define the number of songs that this user group can add to their profile.','Define the number of songs that this user group can add to their profile.',1250598448),(4674,'en','music','phpfox','2.0.0rc1','menu_view_my_songs','View My Songs','View My Songs',1250667421),(4675,'en','music','phpfox','2.0.0rc1','menu_view_my_albums','View My Albums','View My Albums',1250667477),(4676,'en','music','phpfox','2.0.0rc4','this_song_has_been_added_to_your_profile','This song has been added to your profile.','This song has been added to your profile.',1255081114),(4677,'en','music','phpfox','2.0.0rc4','this_song_has_been_removed_from_your_profile','This song has been removed from your profile.','This song has been removed from your profile.',1255081122),(4678,'en','music','phpfox','2.0.0rc4','basic_info','Basic Info','Basic Info',1255081144),(4679,'en','music','phpfox','2.0.0rc4','albums','Albums','Albums',1255081153),(4680,'en','music','phpfox','2.0.0rc4','browse_filter','Browse Filter','Browse Filter',1255081171),(4681,'en','music','phpfox','2.0.0rc4','latest','Latest','Latest',1255081207),(4682,'en','music','phpfox','2.0.0rc4','genres','Genres','Genres',1255081223),(4683,'en','music','phpfox','2.0.0rc4','latest_tracks','Latest Tracks','Latest Tracks',1255081248),(4684,'en','music','phpfox','2.0.0rc4','favorite_songs','Favorite Songs','Favorite Songs',1255081262),(4685,'en','music','phpfox','2.0.0rc4','provide_a_genre_name','Provide a genre name.','Provide a genre name.',1255081283),(4686,'en','music','phpfox','2.0.0rc4','genre_successfully_added','Genre successfully added.','Genre successfully added.',1255081291),(4687,'en','music','phpfox','2.0.0rc4','add_genre','Add Genre','Add Genre',1255081298),(4688,'en','music','phpfox','2.0.0rc4','successfully_deleted_genres','Successfully deleted genres.','Successfully deleted genres.',1255081310),(4689,'en','music','phpfox','2.0.0rc4','manage_genres','Manage Genres','Manage Genres',1255081355),(4690,'en','music','phpfox','2.0.0rc4','date_added','Date Added','Date Added',1255081377),(4691,'en','music','phpfox','2.0.0rc4','name','Name','Name',1255081385),(4692,'en','music','phpfox','2.0.0rc4','music_albums','Music Albums','Music Albums',1255081396),(4693,'en','music','phpfox','2.0.0rc4','music','Music','Music',1255081404),(4694,'en','music','phpfox','2.0.0rc4','popular','Popular','Popular',1255081436),(4695,'en','music','phpfox','2.0.0rc4','recent_songs','Recent Songs','Recent Songs',1255081451),(4696,'en','music','phpfox','2.0.0rc4','featured','Featured','Featured',1255081458),(4697,'en','music','phpfox','2.0.0rc4','pending','Pending','Pending',1255081472),(4698,'en','music','phpfox','2.0.0rc4','music_songs','Music Songs','Music Songs',1255081485),(4699,'en','music','phpfox','2.0.0rc4','songs','Songs','Songs',1255081498),(4700,'en','music','phpfox','2.0.0rc4','provide_a_name_for_this_album','Provide a name for this album.','Provide a name for this album.',1255081511),(4701,'en','music','phpfox','2.0.0rc4','album_successfully_updated','Album successfully updated.','Album successfully updated.',1255081522),(4702,'en','music','phpfox','2.0.0rc4','tracks_successfully_uploaded','Tracks successfully uploaded.','Tracks successfully uploaded.',1255081534),(4703,'en','music','phpfox','2.0.0rc4','note_that_it_will_have_to_be_approved_first_before_it_is_displayed_publicly','Note that it will have to be approved first before it is displayed publicly.','Note that it will have to be approved first before it is displayed publicly.',1255081544),(4704,'en','music','phpfox','2.0.0rc4','album_art_successfully_updated','Album art successfully updated.','Album art successfully updated.',1255081616),(4705,'en','music','phpfox','2.0.0rc4','album_successfully_added','Album successfully added.','Album successfully added.',1255081768),(4706,'en','music','phpfox','2.0.0rc4','update_album','Update Album','Update Album',1255081778),(4707,'en','music','phpfox','2.0.0rc4','create_album','Create Album','Create Album',1255081791),(4708,'en','music','phpfox','2.0.0rc4','date_joined','Date Joined','Date Joined',1255081823),(4709,'en','music','phpfox','2.0.0rc4','album_you_are_looking_for_cannot_be_found','Album you are looking for cannot be found.','Album you are looking for cannot be found.',1255081864),(4710,'en','music','phpfox','2.0.0rc4','provide_a_artist_band_name','Provide a Artist/Band name.','Provide a Artist/Band name.',1255081881),(4711,'en','music','phpfox','2.0.0rc4','tick_the_box_to_agree_to_our_terms_and_privacy_policy','Tick the box to agree to our Terms and Privacy Policy.','Tick the box to agree to our Terms and Privacy Policy.',1255081890),(4712,'en','music','phpfox','2.0.0rc4','provide_a_value_for','Provide a value for','Provide a value for',1255081900),(4713,'en','music','phpfox','2.0.0rc4','you_have_successfully_converted_your_account','You have successfully converted your account.','You have successfully converted your account.',1255081909),(4714,'en','music','phpfox','2.0.0rc4','musician_registration','Musician Registration','Musician Registration',1255081922),(4715,'en','music','phpfox','2.0.0rc4','registration','Registration','Registration',1255081934),(4716,'en','music','phpfox','2.0.0rc4','provide_a_name_for_this_song','Provide a name for this song.','Provide a name for this song.',1255081947),(4717,'en','music','phpfox','2.0.0rc4','your_song_was_successfully_uploaded','Your song was successfully uploaded.','Your song was successfully uploaded.',1255081959),(4718,'en','music','phpfox','2.0.0rc4','upload_a_song','Upload a Song','Upload a Song',1255081996),(4719,'en','music','phpfox','2.0.0rc4','unable_to_find_the_album_you_are_looking_for','Unable to find the album you are looking for.','Unable to find the album you are looking for.',1255082018),(4720,'en','music','phpfox','2.0.0rc4','total_rating_ratings','{total_rating} Ratings','{total_rating} Ratings',1255082186),(4721,'en','music','phpfox','2.0.0rc4','poor','Poor','Poor',1255082230),(4722,'en','music','phpfox','2.0.0rc4','nothing_special','Nothing Special','Nothing Special',1255082238),(4723,'en','music','phpfox','2.0.0rc4','worth_listening_too','Worth Listening Too','Worth Listening Too',1255082246),(4724,'en','music','phpfox','2.0.0rc4','pretty_cool','Pretty Cool','Pretty Cool',1255082256),(4725,'en','music','phpfox','2.0.0rc4','awesome','Awesome','Awesome',1255082263),(4726,'en','music','phpfox','2.0.0rc4','you_have_already_voted','You have already voted.','You have already voted.',1255082288),(4727,'en','music','phpfox','2.0.0rc4','you_cannot_rate_your_own_album','You cannot rate your own album.','You cannot rate your own album.',1255082297),(4728,'en','music','phpfox','2.0.0rc4','the_song_you_are_looking_for_cannot_be_found','The song you are looking for cannot be found.','The song you are looking for cannot be found.',1255082310),(4729,'en','music','phpfox','2.0.0rc4','unable_to_find_the_album_this_song_belongs_to','Unable to find the album this song belongs to.','Unable to find the album this song belongs to.',1255082384),(4730,'en','music','phpfox','2.0.0rc4','you_cannot_rate_your_own_song','You cannot rate your own song.','You cannot rate your own song.',1255082435),(4731,'en','music','phpfox','2.0.0rc4','unable_to_find_the_album_you_want_to_edit','Unable to find the album you want to edit.','Unable to find the album you want to edit.',1255082469),(4732,'en','music','phpfox','2.0.0rc4','unable_to_edit_this_album','Unable to edit this album.','Unable to edit this album.',1255082477),(4733,'en','music','phpfox','2.0.0rc4','provide_a_title_for_this_track','Provide a title for this track.','Provide a title for this track.',1255082532),(4734,'en','music','phpfox','2.0.0rc4','not_allowed_to_edit_this_photo_album_art','Not allowed to edit this photo album art.','Not allowed to edit this photo album art.',1255082553),(4735,'en','music','phpfox','2.0.0rc4','album_you_are_trying_to_delete_cannot_be_found','Album you are trying to delete cannot be found.','Album you are trying to delete cannot be found.',1255082564),(4736,'en','music','phpfox','2.0.0rc4','not_allowed_to_delete_this_album','Not allowed to delete this album.','Not allowed to delete this album.',1255082575),(4737,'en','music','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_song','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">song</a>.',1255082706),(4738,'en','music','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_song_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">song</a>.',1255082766),(4739,'en','music','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_n','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">song</a>.',1255082794),(4740,'en','music','phpfox','2.0.0rc4','invalid_callback_on_music_song','Invalid callback on music song.','Invalid callback on music song.',1255082855),(4741,'en','music','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255082873),(4742,'en','music','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_song_title','{user_name} left you a comment on your song \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your song \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255082959),(4743,'en','music','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_music_album_name','{user_name} left you a comment on your music album \"{name}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your music album \"{name}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255083035),(4744,'en','music','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_music','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">music album</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">music album</a>.',1255083989),(4745,'en','music','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_music_album','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">music album</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">music album</a>.',1255084044),(4746,'en','music','phpfox','2.0.0rc4','added_a_new_comment_on_a_href_item_user_link_item_user_name_s_album','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">music album</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">music album</a>.',1255084077),(4747,'en','music','phpfox','2.0.0rc4','your_song_title_has_been_approved','Your song \"{title}\" has been approved.','Your song \"{title}\" has been approved.',1255084164),(4748,'en','music','phpfox','2.0.0rc4','manage_songs','Manage Songs','Manage Songs',1255084212),(4749,'en','music','phpfox','2.0.0rc4','music_album_text','Music Album Text','Music Album Text',1255084223),(4750,'en','music','phpfox','2.0.0rc4','select_an_mp3','Select an MP3.','Select an MP3.',1255084249),(4751,'en','music','phpfox','2.0.0rc4','you_have_reached_your_limit_max_songs_allowed_total','You have reached your limit. Max songs allowed: {total}','You have reached your limit. Max songs allowed: {total}',1255084287),(4752,'en','music','phpfox','2.0.0rc4','unable_to_find_the_song_you_want_to_approve','Unable to find the song you want to approve.','Unable to find the song you want to approve.',1255084308),(4753,'en','music','phpfox','2.0.0rc4','your_song_title_has_been_approved_on_site_title','Your song \"{title}\" has been approved on {site_title}.','Your song \"{title}\" has been approved on {site_title}.',1255084330),(4754,'en','music','phpfox','2.0.0rc4','your_song_title_has_been_approved_on_site_title_to_view_this_song','Your song \"{title}\" has been approved on {site_title}.\r\n\r\nTo view this song, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your song \"{title}\" has been approved on {site_title}.\r\n\r\nTo view this song, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255084396),(4755,'en','music','phpfox','2.0.0rc4','there_is_one_song_that_is_pending_approval','There is one song that is pending approval.','There is one song that is pending approval.',1255084599),(4756,'en','music','phpfox','2.0.0rc4','there_are_total_songs_that_are_pending_approval','There are {total} songs that are pending approval.','There are {total} songs that are pending approval.',1255084611),(4757,'en','music','phpfox','2.0.0rc4','click_here_to_approve_songs','Click here to approve songs.','Click here to approve songs.',1255084741),(4758,'en','music','phpfox','2.0.0rc4','no_songs_found','No songs found.','No songs found.',1255084750),(4759,'en','music','phpfox','2.0.0rc4','view_this_album','View This Album','View This Album',1255084762),(4760,'en','music','phpfox','2.0.0rc4','skip_amp_view_this_album','Skip & View This Album','Skip & View This Album',1255084770),(4761,'en','music','phpfox','2.0.0rc4','step_1','Step 1','Step 1',1255084781),(4762,'en','music','phpfox','2.0.0rc4','album_details','Album Details','Album Details',1255086513),(4763,'en','music','phpfox','2.0.0rc4','step_2','Step 2','Step 2',1255086674),(4764,'en','music','phpfox','2.0.0rc4','album_art','Album Art','Album Art',1255086683),(4765,'en','music','phpfox','2.0.0rc4','step_3','Step 3','Step 3',1255086715),(4766,'en','music','phpfox','2.0.0rc4','tracks','Tracks','Tracks',1255086722),(4767,'en','music','phpfox','2.0.0rc4','album_name','Album Name','Album Name',1255086736),(4768,'en','music','phpfox','2.0.0rc4','album_year','Album Year','Album Year',1255086745),(4769,'en','music','phpfox','2.0.0rc4','description','Description','Description',1255086752),(4770,'en','music','phpfox','2.0.0rc4','add_album','Add Album','Add Album',1255086770),(4771,'en','music','phpfox','2.0.0rc4','select_photo','Select Photo','Select Photo',1255086779),(4772,'en','music','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255086913),(4773,'en','music','phpfox','2.0.0rc4','click_a_href_onclick_javascript_here_a_to_delete_this_image_and_upload_a_new_one_in_its_p','Click <a href=\"#\" onclick=\"{javascript}\">here</a> to delete this image and upload a new one in its place.','Click <a href=\"#\" onclick=\"{javascript}\">here</a> to delete this image and upload a new one in its place.',1255086946),(4774,'en','music','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255086964),(4775,'en','music','phpfox','2.0.0rc4','upload','Upload','Upload',1255087033),(4776,'en','music','phpfox','2.0.0rc4','upload_track','Upload Track','Upload Track',1255087042),(4777,'en','music','phpfox','2.0.0rc4','album_tracks','Album Tracks','Album Tracks',1255087061),(4778,'en','music','phpfox','2.0.0rc4','no_musicians_found','No musicians found.','No musicians found.',1255087525),(4779,'en','music','phpfox','2.0.0rc4','no_musicians_have_joined','No musicians have joined.','No musicians have joined.',1255087532),(4780,'en','music','phpfox','2.0.0rc4','join_now_if_you_are_a_musician','Join now if you are a musician.','Join now if you are a musician.',1255087541),(4781,'en','music','phpfox','2.0.0rc4','you_retain_all_rights_in_your_music_that_you_upload','<p>\r\n You retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.\r\n </p>\r\n <p>\r\n Uploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.\r\n </p>\r\n <p>\r\n Musician profiles are for Musicians/Bands.\r\n </p>\r\n <p>\r\n <b>Notice:</b> You will convert your current profile into a Musicians profile.\r\n </p>','<p>\r\n You retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.\r\n </p>\r\n <p>\r\n Uploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.\r\n </p>\r\n <p>\r\n Musician profiles are for Musicians/Bands.\r\n </p>\r\n <p>\r\n <b>Notice:</b> You will convert your current profile into a Musicians profile.\r\n </p>',1255087565),(4782,'en','music','phpfox','2.0.0rc4','b_notice_b_you_have_an_admin_account_and_if_you_convert_your_account_into_a_musicians_account','<b>Notice:</b> You have an Admin account and if you convert your account into a \"Musicians\" account you will lose all your Admin rights.','<b>Notice:</b> You have an Admin account and if you convert your account into a \"Musicians\" account you will lose all your Admin rights.',1255087579),(4783,'en','music','phpfox','2.0.0rc4','artist_band_name','Artist/Band Name','Artist/Band Name',1255087589),(4784,'en','music','phpfox','2.0.0rc4','register','Register','Register',1255087857),(4785,'en','music','phpfox','2.0.0rc4','play_all_total_track','Play All ({total_track})','Play All ({total_track})',1255087904),(4786,'en','music','phpfox','2.0.0rc4','about_this_album','About This Album','About This Album',1255087923),(4787,'en','music','phpfox','2.0.0rc4','tracklist','Tracklist','Tracklist',1255087931),(4788,'en','music','phpfox','2.0.0rc3','rating','Rating','Rating',1254405150),(4789,'en','music','phpfox','2.0.0rc3','plays','Plays','Plays',1254405176),(4790,'en','music','phpfox','2.0.0rc3','released','Released','Released',1254405185),(4791,'en','music','phpfox','2.0.0rc3','total_play_plays','{total_play} plays','{total_play} plays',1254405321),(4792,'en','music','phpfox','2.0.0rc3','total_track_tracks','{total_track} tracks','{total_track} tracks',1254405469),(4793,'en','music','phpfox','2.0.0rc3','by','By','By',1254405591),(4794,'en','music','phpfox','2.0.0rc3','album','Album','Album',1254405601),(4795,'en','music','phpfox','2.0.0rc3','approve_this_song','Approve this song.','Approve this song.',1254405626),(4796,'en','music','phpfox','2.0.0rc3','feature_this_song','Feature this song.','Feature this song.',1254405668),(4797,'en','music','phpfox','2.0.0rc3','un_feature_this_song','Un-Feature this song.','Un-Feature this song.',1254405706),(4798,'en','music','phpfox','2.0.0rc3','add_this_song_to_your_profile','Add this song to your profile.','Add this song to your profile.',1254405724),(4799,'en','music','phpfox','2.0.0rc3','report_this_song','Report this Song','Report this Song',1254406065),(4800,'en','music','phpfox','2.0.0rc3','delete_track','Delete Track','Delete Track',1254406141),(4801,'en','music','phpfox','2.0.0rc3','keywords','Keywords','Keywords',1254576099),(4802,'en','music','phpfox','2.0.0rc3','sort','Sort','Sort',1254576109),(4803,'en','music','phpfox','2.0.0rc3','submit','Submit','Submit',1254576138),(4804,'en','music','phpfox','2.0.0rc3','reset','Reset','Reset',1254576149),(4805,'en','music','phpfox','2.0.0rc3','genre','Genre','Genre',1254576165),(4806,'en','music','phpfox','2.0.0rc3','genre_total','Genre {total}','Genre {total}',1254576248),(4807,'en','music','phpfox','2.0.0rc3','none','None','None',1254576296),(4808,'en','music','phpfox','2.0.0rc3','added','Added','Added',1254576519),(4809,'en','music','phpfox','2.0.0rc3','total_plays','{total} plays','{total} plays',1254576703),(4810,'en','music','phpfox','2.0.0rc3','total_tracks','{total} tracks','{total} tracks',1254576826),(4811,'en','music','phpfox','2.0.0rc3','all','All','All',1254576960),(4812,'en','music','phpfox','2.0.0rc3','edit','Edit','Edit',1254576993),(4813,'en','music','phpfox','2.0.0rc3','upload_new_track','Upload New Track','Upload New Track',1254577009),(4814,'en','music','phpfox','2.0.0rc3','delete_album','Delete Album','Delete Album',1254577030),(4815,'en','music','phpfox','2.0.0rc3','report','Report','Report',1254577104),(4816,'en','music','phpfox','2.0.0rc3','report_this_music_album','Report this Music Album','Report this Music Album',1254577196),(4817,'en','music','phpfox','2.0.0rc3','feature_this_album','Feature this album.','Feature this album.',1254577227),(4818,'en','music','phpfox','2.0.0rc3','un_feature_this_album','Un-Feature this album.','Un-Feature this album.',1254577240),(4819,'en','music','phpfox','2.0.0rc3','feature','Feature','Feature',1254577262),(4820,'en','music','phpfox','2.0.0rc3','unfeature','Unfeature','Unfeature',1254577273),(4821,'en','music','phpfox','2.0.0rc3','add_to_profile','Add to Profile','Add to Profile',1254577423),(4822,'en','music','phpfox','2.0.0rc3','remove_this_song_from_your_profile','Remove this song from your profile.','Remove this song from your profile.',1254577440),(4823,'en','music','phpfox','2.0.0rc3','remove_from_profile','Remove from Profile','Remove from Profile',1254577453),(4824,'en','music','phpfox','2.0.0rc3','approve','Approve','Approve',1254577485),(4825,'en','music','phpfox','2.0.0rc3','cannot_display_player_while_designing_your_profile','Cannot display player while designing your profile.','Cannot display player while designing your profile.',1254577663),(4826,'en','music','phpfox','2.0.0rc3','you_retain_all_rights_in_your_music_that_you_upload_you_must_only_upload_music_in_which_you_own_all','You retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.','You retain all rights in your music that you upload. You must only upload music in which you own all the rights. If you upload any music in which you do not own all the rights, you may be violating copyright law.',1254578051),(4827,'en','music','phpfox','2.0.0rc3','uploading_copyrighted_music_without_the_explicit_consent_of_the_copyright_owner_will_result_in_your','Uploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.','Uploading copyrighted music without the explicit consent of the copyright owner will result in your profile being cancelled.',1254578072),(4828,'en','music','phpfox','2.0.0rc3','select','Select','Select',1254578101),(4829,'en','music','phpfox','2.0.0rc3','select_mp3','Select MP3','Select MP3',1254578160),(4830,'en','music','phpfox','2.0.0rc3','max_file_size','Max file size','Max file size',1254578172),(4831,'en','music','phpfox','2.0.0rc3','song_name','Song Name','Song Name',1254578184),(4832,'en','music','phpfox','2.0.0rc3','check_if_song_contains_explicit_lyrics','Check if song contains explicit lyrics.','Check if song contains explicit lyrics.',1254578225),(4833,'en','music','phpfox','2.0.0rc3','genre_details','Genre Details','Genre Details',1254578252),(4834,'en','music','phpfox','2.0.0rc3','genre_name','Genre Name','Genre Name',1254578368),(4835,'en','music','phpfox','2.0.0rc3','delete_selected','Delete Selected','Delete Selected',1254578467),(4836,'en','music','phpfox','2.0.0rc3','no_albums_found','No albums found.','No albums found.',1254578672),(4837,'en','music','phpfox','2.0.0rc4','i_have_read_and_agree_to_the_terms_of_use_and_privacy_policy','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.',1255089163),(4838,'en','music','phpfox','2.0.0rc4','no_albums_have_been_created_yet','No albums have been created yet.','No albums have been created yet.',1255092650),(4839,'en','music','phpfox','2.0.0rc4','click_here_to_create_one','Click here to create one.','Click here to create one.',1255092682),(4840,'en','music','phpfox','2.0.0rc4','play','Play','Play',1255092732),(4841,'en','music','phpfox','2.0.0rc4','are_you_sure_this_will_delete_all_tracks_that_belong_to_this_album_and_cannot_be_undone','Are you sure? This will delete all tracks that belong to this album and cannot be undone.','Are you sure? This will delete all tracks that belong to this album and cannot be undone.',1255092976),(4842,'en','music','phpfox','2.0.0rc4','no_songs_uploaded_yet','No songs uploaded yet.','No songs uploaded yet.',1255093004),(4843,'en','music','phpfox','2.0.0rc4','no_songs_added_yet','No songs added yet.','No songs added yet.',1255093013),(4844,'en','music','phpfox','2.0.0rc4','click_here_to_upload','Click here to upload.','Click here to upload.',1255093081),(4845,'en','music','phpfox','2.0.0rc4','click_here_to_find_songs','Click here to find songs.','Click here to find songs.',1255093089),(4846,'en','music','phpfox','2.0.0rc6','setting_music_index_controller','<title>Music Index Controller</title><info>Select which controller should be used when viewing the music sections index page.</info>','<title>Music Index Controller</title><info>Select which controller should be used when viewing the music sections index page.</info>',1256893249),(4847,'en','music','phpfox','2.0.0rc6','full_name_uploaded_a_new_song','<a href=\"{profile_link}\">{full_name}</a> uploaded a new song \"<a href=\"{link}\">{title}</a>\".','<a href=\"{profile_link}\">{full_name}</a> uploaded a new song \"<a href=\"{link}\">{title}</a>\".',1257252374),(4848,'en','music','phpfox','2.0.0rc6','full_name_uploaded_a_new_song_to_the_album','<a href=\"{profile_link}\">{full_name}</a> uploaded a song \"<a href=\"{link}\">{title}</a>\" to the album \"<a href=\"{album_link}\">{album_title}</a>\".','<a href=\"{profile_link}\">{full_name}</a> uploaded a song \"<a href=\"{link}\">{title}</a>\" to the album \"<a href=\"{album_link}\">{album_title}</a>\".',1257253578),(4849,'en','music','phpfox','2.0.0rc6','add_to_favorites','Add to Favorites','Add to Favorites',1257317596),(4850,'en','music','phpfox','2.0.0rc8','approved','Approved','Approved',1258377477),(4851,'en','music','phpfox','2.0.0rc8','no_music_albums_have_been_created','No music albums have been created.','No music albums have been created.',1258397590),(4852,'en','music','phpfox','2.0.0rc8','there_are_new_featured_albums','There are new featured albums.','There are new featured albums.',1258397705),(4853,'en','music','phpfox','2.0.0rc8','there_are_no_featured_albums','There are no featured albums.','There are no featured albums.',1258397713),(4854,'en','music','phpfox','2.0.0rc8','music_album_count','Music Album Count','Music Album Count',1258979956),(4855,'en','music','phpfox','2.0.0rc8','music_album_track_count','Music Album Track Count','Music Album Track Count',1258979966),(4856,'en','music','phpfox','2.0.0rc8','no_tracks_have_been_added','No tracks have been added.','No tracks have been added.',1259090492),(4857,'en','music','phpfox','2.0.0rc10','music_album_successfully_deleted','Music album successfully deleted.','Music album successfully deleted.',1259677776),(4858,'en','music','phpfox','2.0.0rc11','user_setting_can_access_music','Can browse and view the music module?','Can browse and view the music module?',1260286510),(4859,'en','music','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_a_href_link_song_a','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">song</a>.',1260453013),(4860,'en','music','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_song_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">song</a>.',1260453036),(4861,'en','music','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_your_a_href_link_song_a','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">song</a>.','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">song</a>.',1260457612),(4862,'en','music','phpfox','2.0.0','add_a_genre','Add a genre.','Add a genre.',1261510451),(4863,'en','music','phpfox','2.0.4','album_plays_count','plays','plays',1266502930),(4864,'en','music','phpfox','2.0.4','eg_1982','eg. 1982','eg. 1982',1266933559),(4865,'en','music','phpfox','2.0.4','view_more','View More','View More',1266942360),(4866,'en','music','phpfox','2.0.5','setting_sponsored_songs_to_show','<title>How Many Sponsor Songs To Show</title><info>This setting limits how many sponsor songs to show</info>','<title>How Many Sponsor Songs To Show</title><info>This setting limits how many sponsor songs to show</info>',1270126817),(4867,'en','music','phpfox','2.0.5','sponsored_music_songs','Sponsored Songs','Sponsored Songs',1270130142),(4868,'en','music','phpfox','2.0.5','user_setting_can_sponsor_song','Can members of this user group mark a song as Sponsor?','Can members of this user group mark a song as Sponsor?',1270548424),(4869,'en','music','phpfox','2.0.5','unsponsor_this_song','Unsponsor this Song','Unsponsor this Song',1270558435),(4870,'en','music','phpfox','2.0.5','sponsor_this_song','Sponsor this Song','Sponsor this Song',1270558451),(4871,'en','music','phpfox','2.0.5','song_successfully_sponsored','Song successfully sponsored','Song successfully sponsored',1270560707),(4872,'en','music','phpfox','2.0.5','song_successfully_un_sponsored','Song successfully Unsponsored','Song successfully Unsponsored',1270560725),(4873,'en','music','phpfox','2.0.5','encourage_sponsor_album','Sponsor your Albums','Sponsor your Albums',1270633729),(4874,'en','music','phpfox','2.0.5','user_setting_can_sponsor_album','Can members of this user group mark an album as sponsor?','Can members of this user group mark an album as sponsor?',1270640433),(4875,'en','music','phpfox','2.0.5','unsponsor_this_album','Unsponsor','Unsponsor',1270641522),(4876,'en','music','phpfox','2.0.5','sponsor_this_album','Sponsor','Sponsor',1270641561),(4877,'en','music','phpfox','2.0.5','album_successfully_sponsored','Album successfully sponsored.','Album successfully sponsored.',1270644171),(4878,'en','music','phpfox','2.0.5','album_successfully_un_sponsored','Album successfully unsponsored','Album successfully unsponsored',1270644956),(4879,'en','music','phpfox','2.0.5','user_setting_can_purchase_sponsor_album','Can members of this user group purchase a sponsored ad space for their music albums?','Can members of this user group purchase a sponsored ad space for their music albums?',1271078054),(4880,'en','music','phpfox','2.0.5','user_setting_can_purchase_sponsor_song','Can members of this user group purchase a sponsored ad space for their songs?','Can members of this user group purchase a sponsored ad space for their songs?',1271078677),(4881,'en','music','phpfox','2.0.5','encourage_sponsor_song','Sponsor your Songs','Sponsor your Songs',1271150070),(4882,'en','music','phpfox','2.0.5','sponsor_help_song','To sponsor your song, click on the link to listen to it and then click on the right hand side menu on \"Sponsor\".','To sponsor your song, click on the link to listen to it and then click on the right hand side menu on \"Sponsor\".',1271150643),(4883,'en','music','phpfox','2.0.5','sponsored_music_album','Sponsored Album','Sponsored Album',1271151389),(4884,'en','music','phpfox','2.0.5','sponsor_help_album','To sponsor your album, click on it from the list below and then on the right hand side menu link \"Sponsor\"','To sponsor your album, click on it from the list below and then on the right hand side menu link \"Sponsor\"',1271151549),(4885,'en','music','phpfox','2.0.5','user_setting_music_album_sponsor_price','How much is the sponsor space worth for music albums?\r\nThis works in a CPM basis.','How much is the sponsor space worth for music albums?\r\nThis works in a CPM basis.',1271859991),(4886,'en','music','phpfox','2.0.5','user_setting_music_song_sponsor_price','How much is the sponsor space worth for music songs?\r\nThis works in a CPM basis.','How much is the sponsor space worth for music songs?\r\nThis works in a CPM basis.',1271925704),(4887,'en','music','phpfox','2.0.5','sponsor_error_album_not_found','The music album you are trying to sponsor is not available.','The music album you are trying to sponsor is not available.',1271942487),(4888,'en','music','phpfox','2.0.5','album_sponsor_title','Music album: {sAlbumTitle}','Music album: {sAlbumTitle}',1271942615),(4889,'en','music','phpfox','2.0.5','album_sponsor_paypal_message','Payment for the sponsor space of music album: {sAlbumTitle}','Payment for the sponsor space of music album: {sAlbumTitle}',1271942696),(4890,'en','music','phpfox','2.0.5','sponsor_error_song_not_found','The music album you are trying to sponsor is not available.','The music album you are trying to sponsor is not available.',1271942847),(4891,'en','music','phpfox','2.0.5','song_sponsor_title','Song: {sSongTitle}','Song: {sSongTitle}',1271942894),(4892,'en','music','phpfox','2.0.5','song_sponsor_paypal_message','Payment for the sponsor space of music song: {sSongTitle}','Payment for the sponsor space of music song: {sSongTitle}',1271943438),(4893,'en','music','phpfox','2.0.5','user_setting_auto_publish_sponsored_album','After the user has purchased a sponsored space, should the music album be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored album space before it is shown in the site.','After the user has purchased a sponsored space, should the music album be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored album space before it is shown in the site.',1272007538),(4894,'en','music','phpfox','2.0.5','user_setting_auto_publish_sponsored_song','After the user has purchased a sponsored space, should the song be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored song space before it is shown in the site.','After the user has purchased a sponsored space, should the song be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored song space before it is shown in the site.',1272007589),(4895,'en','music','phpfox','2.0.5','a_href_user_link_full_name_a_likes_your_a_href_link_music_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">music</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">music</a>.',1273170650),(4896,'en','newsletter','phpfox','2.0.0beta5','module_newsletter','Newsletter','Newsletter',1247154550),(4897,'en','newsletter','phpfox','2.0.0beta5','admin_menu_create_newsletter','Create Newsletter','Create Newsletter',1247154718),(4898,'en','newsletter','phpfox','2.0.0beta5','user_setting_show_privacy','If enabled, members of this user group will be able to toggle a privacy setting to stop receiving newsletters.','If enabled, members of this user group will be able to toggle a privacy setting to stop receiving newsletters.',1247249128),(4899,'en','newsletter','phpfox','2.0.0beta5','user_setting_can_create_newsletter','Can members of this user group create newsletters?','Can members of this user group create newsletters?',1247475131),(4900,'en','newsletter','phpfox','2.0.0beta5','admin_menu_manage_newsletters','Manage Newsletters','Manage Newsletters',1247481971),(4901,'en','newsletter','phpfox','2.0.0rc4','you_are_not_allowed_to_delete_newsletters','You are not allowed to delete newsletters.','You are not allowed to delete newsletters.',1255089270),(4902,'en','newsletter','phpfox','2.0.0rc4','processing_job_newsletter_id','Processing job {newsletter_id}.','Processing job {newsletter_id}.',1255089299),(4903,'en','newsletter','phpfox','2.0.0rc4','5_seconds_break_processing_job_continue_total_completed_perc','5 seconds break. Processing job {continue}. Total completed {perc}%','5 seconds break. Processing job {continue}. Total completed {perc}%',1255089370),(4904,'en','newsletter','phpfox','2.0.0rc4','job_completed_successfully','Job completed successfully.','Job completed successfully.',1255089413),(4905,'en','newsletter','phpfox','2.0.0rc4','there_was_a_problem_with_this_job_feel_free_to_resume_it_at_any_time','There was a problem with this job. Feel free to resume it at any time.','There was a problem with this job. Feel free to resume it at any time.',1255089426),(4906,'en','newsletter','phpfox','2.0.0rc4','select_a_newsletter_type','Select a newsletter type.','Select a newsletter type.',1255089440),(4907,'en','newsletter','phpfox','2.0.0rc4','newsletter','Newsletter','Newsletter',1255089450),(4908,'en','newsletter','phpfox','2.0.0rc4','add_newsletter','Add Newsletter','Add Newsletter',1255089462),(4909,'en','newsletter','phpfox','2.0.0rc4','newsletter_successfully_deleted','Newsletter successfully deleted.','Newsletter successfully deleted.',1255089482),(4910,'en','newsletter','phpfox','2.0.0rc4','manage_newsletters','Manage Newsletters','Manage Newsletters',1255089507),(4911,'en','newsletter','phpfox','2.0.0rc4','that_newsletter_does_not_exist','That newsletter does not exist.','That newsletter does not exist.',1255089528),(4912,'en','newsletter','phpfox','2.0.0rc4','please_choose_either_html_or_plain_text','Please choose either HTML or Plain text.','Please choose either HTML or Plain text.',1255089538),(4913,'en','newsletter','phpfox','2.0.0rc4','receive_newsletter','Receive Newsletter','Receive Newsletter',1255089558),(4914,'en','newsletter','phpfox','2.0.0rc4','there_are_users_still_missing_their_newsletter_total','There are users still missing their newsletter ({total}).','There are users still missing their newsletter ({total}).',1255089593),(4915,'en','newsletter','phpfox','2.0.0rc4','there_are_newsletters_in_process_total','There are newsletters in process: ({total})','There are newsletters in process: ({total})',1255089618),(4916,'en','newsletter','phpfox','2.0.0rc4','add_a_subject','Add a subject.','Add a subject.',1255089644),(4917,'en','newsletter','phpfox','2.0.0rc4','how_many_users_to_contact_per_round','How many users to contact per round.','How many users to contact per round.',1255089653),(4918,'en','newsletter','phpfox','2.0.0rc4','please_choose_a_type_of_newsletter','Please choose a type of newsletter.','Please choose a type of newsletter.',1255089663),(4919,'en','newsletter','phpfox','2.0.0rc4','you_need_to_write_a_message_to_send','You need to write a message to send.','You need to write a message to send.',1255089674),(4920,'en','newsletter','phpfox','2.0.0rc4','purge_action_not_valid','Purge action not valid.','Purge action not valid.',1255089706),(4921,'en','newsletter','phpfox','2.0.0rc4','min_age_cannot_be_higher_than_max_age','Min age cannot be higher than max age.','Min age cannot be higher than max age.',1255089758),(4922,'en','newsletter','phpfox','2.0.0rc4','max_age_cannot_be_lower_than_the_min_age','Max age cannot be lower than the Min age.','Max age cannot be lower than the Min age.',1255089783),(4923,'en','newsletter','phpfox','2.0.0rc4','newsletter_type','Newsletter type','Newsletter type',1255089834),(4924,'en','newsletter','phpfox','2.0.0rc4','select','Select','Select',1255089842),(4925,'en','newsletter','phpfox','2.0.0rc4','internal_pm','Internal (PM)','Internal (PM)',1255089850),(4926,'en','newsletter','phpfox','2.0.0rc4','external_email','External (Email)','External (Email)',1255089856),(4927,'en','newsletter','phpfox','2.0.0rc4','archive','Archive','Archive',1255089864),(4928,'en','newsletter','phpfox','2.0.0rc4','override_privacy','Override Privacy','Override Privacy',1255089874),(4929,'en','newsletter','phpfox','2.0.0rc4','audience','Audience','Audience',1255089881),(4930,'en','newsletter','phpfox','2.0.0rc4','user_groups','User Groups','User Groups',1255089889),(4931,'en','newsletter','phpfox','2.0.0rc4','all_user_groups','All User Groups','All User Groups',1255089898),(4932,'en','newsletter','phpfox','2.0.0rc4','selected_user_groups','Selected User Groups','Selected User Groups',1255089905),(4933,'en','newsletter','phpfox','2.0.0rc4','location','Location','Location',1255089915),(4934,'en','newsletter','phpfox','2.0.0rc4','gender','Gender','Gender',1255089924),(4935,'en','newsletter','phpfox','2.0.0rc4','age_group_between','Age Group Between','Age Group Between',1255089933),(4936,'en','newsletter','phpfox','2.0.0rc4','any','Any','Any',1255089940),(4937,'en','newsletter','phpfox','2.0.0rc4','and','and','and',1255089948),(4938,'en','newsletter','phpfox','2.0.0rc4','how_many_per_round','How many per round','How many per round',1255089960),(4939,'en','newsletter','phpfox','2.0.0rc4','content','Content','Content',1255089968),(4940,'en','newsletter','phpfox','2.0.0rc4','subject','Subject','Subject',1255089980),(4941,'en','newsletter','phpfox','2.0.0rc4','html_text','Html Text','Html Text',1255089987),(4942,'en','newsletter','phpfox','2.0.0rc4','plain_text','Plain Text','Plain Text',1255089995),(4943,'en','newsletter','phpfox','2.0.0rc4','keyword_substitutions','Keyword substitutions','Keyword substitutions',1255090007),(4944,'en','newsletter','phpfox','2.0.0rc4','123_full_name_125_recipient_s_full_name','{FULL_NAME} => recipient\'s full name','{FULL_NAME} => recipient\'s full name',1255090016),(4945,'en','newsletter','phpfox','2.0.0rc4','123_user_name_125_recipient_s_user_name','{USER_NAME} => recipient\'s user name','{USER_NAME} => recipient\'s user name',1255090025),(4946,'en','newsletter','phpfox','2.0.0rc4','123_site_name_125_site_s_name','{SITE_NAME} => site\'s name','{SITE_NAME} => site\'s name',1255090031),(4947,'en','newsletter','phpfox','2.0.0rc4','show_plain','Show Plain','Show Plain',1255090048),(4948,'en','newsletter','phpfox','2.0.0rc4','send_now','Send Now','Send Now',1255090055),(4949,'en','newsletter','phpfox','2.0.0rc4','newsletters','Newsletters','Newsletters',1255090080),(4950,'en','newsletter','phpfox','2.0.0rc4','user','User','User',1255090093),(4951,'en','newsletter','phpfox','2.0.0rc4','added','Added','Added',1255090100),(4952,'en','newsletter','phpfox','2.0.0rc4','state','State','State',1255090106),(4953,'en','newsletter','phpfox','2.0.0rc4','edit_newsletter','Edit Newsletter','Edit Newsletter',1255090123),(4954,'en','newsletter','phpfox','2.0.0rc4','process_newsletter','Process Newsletter','Process Newsletter',1255090137),(4955,'en','newsletter','phpfox','2.0.0rc4','delete_newsletter','Delete Newsletter','Delete Newsletter',1255090148),(4956,'en','newsletter','phpfox','2.0.0rc4','delete_newsletter_subject','Delete newsletter {subject}.','Delete newsletter {subject}.',1255090169),(4957,'en','newsletter','phpfox','2.0.0rc4','not_started','Not started','Not started',1255090190),(4958,'en','newsletter','phpfox','2.0.0rc4','already_started','Already started','Already started',1255090199),(4959,'en','newsletter','phpfox','2.0.0rc4','completed','Completed','Completed',1255090205),(4960,'en','newsletter','phpfox','2.0.0rc4','no_newsletters_to_show','No newsletters to show','No newsletters to show',1255090298),(4961,'en','newsletter','phpfox','2.0.0rc4','posted_on_time_stamp_by_user_info','Posted on {time_stamp} by {user_info}.','Posted on {time_stamp} by {user_info}.',1255092387),(4962,'en','newsletter','phpfox','2.0.0rc4','read_more','Read More','Read More',1255092410),(4963,'en','newsletter','phpfox','2.0.0rc4','no_newsletters_have_been_sent','No newsletters have been sent.','No newsletters have been sent.',1255092419),(4964,'en','newsletter','phpfox','2.0.0rc4','view_in','View in:','View in:',1255092569),(4965,'en','newsletter','phpfox','2.0.0rc4','html','HTML','HTML',1255092579),(4966,'en','newsletter','phpfox','2.0.0rc4','plain','Plain','Plain',1255092586),(4967,'en','newsletter','phpfox','2.0.0rc4','go_back','Go back','Go back',1255092598),(4968,'en','newsletter','phpfox','2.0.0rc4','this_newsletter_is_empty','This newsletter is empty.','This newsletter is empty.',1255092607),(4969,'en','newsletter','phpfox','2.0.0rc8','site_newsletter_title','Site Newsletter: {title}','Site Newsletter: {title}',1258385702),(4970,'en','newsletter','phpfox','2.0.0rc8','you_have_received_a_newsletter_from_title','You have received a newsletter from {title}.\r\n\r\nTo view this newsletter follow the link below:\r\n<a href=\"{link}\">{link}</a>','You have received a newsletter from {title}.\r\n\r\nTo view this newsletter follow the link below:\r\n<a href=\"{link}\">{link}</a>',1258385802),(4971,'en','notification','phpfox','2.0.0alpha2','module_notification','Notification','Notification',1237801970),(4972,'en','notification','phpfox','2.0.0alpha3','setting_always_display_notification_box','<title>Display Notification Box</title><info>Select <b>True</b> if you would like to display the notifications (eg. new messages) block on the sites index page even when a user has no notifications.</info>','<title>Display Notification Box</title><info>Select <b>True</b> if you would like to display the notifications (eg. new messages) block on the sites index page even when a user has no notifications.</info>',1239097725),(4973,'en','notification','phpfox','2.0.0alpha4','setting_notify_on_new_request','<title>Site Wide Notification</title><info>If enabled users will be notified when a new request or notification is available.\r\n\r\n<b>Notice:</b> This feature will include two (2) extra SQL queries on every page the user visits.</info>','<title>Site Wide Notification</title><info>If enabled users will be notified when a new request or notification is available.\r\n\r\n<b>Notice:</b> This feature will include two (2) extra SQL queries on every page the user visits.</info>',1240226075),(4974,'en','notification','phpfox','2.0.0alpha4','setting_notify_ajax_refresh','<title>Site Wide Notification AJAX Refresh (Minutes)</title><info>If enabled this will update the AJAX request to check if a user has any new notifications every X minutes where X is the numerical value of this setting.\r\n\r\n<b>Notice:</b> This setting will only be enabled if the parent setting \"<setting>notification.notify_on_new_request</setting>\" is enabled.</info>','<title>Site Wide Notification AJAX Refresh (Minutes)</title><info>If enabled this will update the AJAX request to check if a user has any new notifications every X minutes where X is the numerical value of this setting.\r\n\r\n<b>Notice:</b> This setting will only be enabled if the parent setting \"<setting>notification.notify_on_new_request</setting>\" is enabled.</info>',1240226972),(4975,'en','notification','phpfox','2.0.0rc4','notifications','Notifications','Notifications',1255093133),(4976,'en','notification','phpfox','2.0.0rc4','view','View','View',1255093204),(4977,'en','notification','phpfox','2.0.0rc4','hide','Hide','Hide',1255093211),(4978,'en','notification','phpfox','2.0.0rc4','no_new_notifications','No new notifications.','No new notifications.',1255093253),(4979,'en','notification','phpfox','2.0.0rc4','unable_to_find_the_page_you_are_looking_for','Unable to find the page you are looking for.','Unable to find the page you are looking for.',1255093295),(4980,'en','photo','phpfox','2.0.4','setting_how_many_categories_to_show_in_title','<title>How many categories to show in title</title><info>When viewing a photo with categories assigned you can show these categories in the title of the page.\r\nThis setting tells how many categories to show. Set to 0 if you dont want to show categories in the title of the page when viewing a photo.</info>','<title>How many categories to show in title</title><info>When viewing a photo with categories assigned you can show these categories in the title of the page.\r\nThis setting tells how many categories to show. Set to 0 if you dont want to show categories in the title of the page when viewing a photo.</info>',1268150470),(4981,'en','photo','phpfox','2.0.0alpha1','module_photo','Photos','Photos',1232963935),(4982,'en','photo','phpfox','2.0.0alpha1','menu_photo','Photos','Photos',1232964074),(4983,'en','photo','phpfox','2.0.0alpha1','menu_photos','Photos','Photos',1233146048),(4984,'en','photo','phpfox','2.0.0alpha1','menu_upload_new_image','Upload a New Image','Upload a New Image',1233314832),(4985,'en','photo','phpfox','2.0.0alpha1','menu_view_photos','View My Photos','View My Photos',1233314868),(4986,'en','photo','phpfox','2.0.0alpha1','user_setting_can_create_photo_album','Can create a new photo album?','Can create a new photo album?',1234005559),(4987,'en','photo','phpfox','2.0.0alpha1','user_setting_max_number_of_albums','Define the total number of photo albums a user within this user group can create.\r\n\r\n<b>Notice:</b> If you set this value to <b>null</b> it will allow them to create an unlimited amount of photo albums. Setting this value to <b>0</b> will not allow them the ability to create photo albums.','Define the total number of photo albums a user within this user group can create.\r\n\r\n<b>Notice:</b> If you set this value to <b>null</b> it will allow them to create an unlimited amount of photo albums. Setting this value to <b>0</b> will not allow them the ability to create photo albums.',1234008456),(4988,'en','photo','phpfox','2.0.0alpha1','setting_photo_pic_sizes','<title>Photo Image Sizes</title><info>Photo Image Sizes</info>','<title>Photo Image Sizes</title><info>Photo Image Sizes</info>',1234108211),(4989,'en','photo','phpfox','2.0.0alpha1','user_setting_points_photo','Points received when uploading a new image.','Points received when uploading a new image.',1234168710),(4990,'en','photo','phpfox','2.0.0alpha1','user_setting_can_upload_photos','Can upload photos?','Can upload photos?',1234355661),(4991,'en','photo','phpfox','2.0.0alpha1','user_setting_can_password_protect_albums','Can password protect photo albums?','Can password protect photo albums?',1234356018),(4992,'en','photo','phpfox','2.0.0alpha1','user_setting_can_use_privacy_settings','Can use privacy settings when creating an album?','Can use privacy settings when creating an album?',1234356693),(4993,'en','photo','phpfox','2.0.0alpha1','setting_total_photo_input_bars','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading photos.</info>','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading photos.</info>',1234356994),(4994,'en','photo','phpfox','2.0.0alpha1','user_setting_max_images_per_upload','Define the maximum number of images a user can upload each time they use the upload form.\r\n\r\n<b>Notice:</b> This setting does not control how many images a user can upload in total, just how many they can upload each time they use the upload form to upload new images.','Define the maximum number of images a user can upload each time they use the upload form.\r\n\r\n<b>Notice:</b> This setting does not control how many images a user can upload in total, just how many they can upload each time they use the upload form to upload new images.',1234357193),(4995,'en','photo','phpfox','2.0.0alpha1','user_setting_can_add_to_rating_module','Can add photos to the public rating sections?','Can add photos to the public rating sections?',1234359086),(4996,'en','photo','phpfox','2.0.0alpha1','user_setting_can_add_tags_on_photos','Can add tags on photos?','Can add tags on photos?',1234359767),(4997,'en','photo','phpfox','2.0.0alpha1','user_setting_can_control_comments_on_photos','Can control how comments behave on their photos?','Can control how comments behave on their photos?',1234359856),(4998,'en','photo','phpfox','2.0.0alpha1','user_setting_can_add_mature_images','Can add mature images with warnings?','Can add mature images with warnings?',1234360050),(4999,'en','photo','phpfox','2.0.0alpha1','user_setting_can_search_for_photos','Can search for photos?','Can search for photos?',1234461616),(5000,'en','photo','phpfox','2.0.0alpha1','user_setting_total_photos_displays','Define how many images a user can view at once when browsing the public photo section?','Define how many images a user can view at once when browsing the public photo section?',1234463967),(5001,'en','photo','phpfox','2.0.0alpha1','user_setting_default_photo_display_limit','Define how many photos should be displayed by default.\r\n\r\n<b>Notice:</b> This value must be part of the setting <setting>photo.total_photos_displays</setting> array in order to be valid.','Define how many photos should be displayed by default.\r\n\r\n<b>Notice:</b> This value must be part of the setting <setting>photo.total_photos_displays</setting> array in order to be valid.',1234464570),(5002,'en','photo','phpfox','2.0.0alpha1','user_setting_max_photo_display_limit','Define the max number of photos a user can view on each page. \r\n\r\n<b>Notice:</b> This value should work together with the setting <setting>photo.total_photos_displays</setting> and in most cases should either be the same value as the highest number in the array or lower. The reason to set this value lower is to show users that the gallery can at max view 100 per page but maybe you only want this specific user group to display 24 images out of that max total (100).','Define the max number of photos a user can view on each page. \r\n\r\n<b>Notice:</b> This value should work together with the setting <setting>photo.total_photos_displays</setting> and in most cases should either be the same value as the highest number in the array or lower. The reason to set this value lower is to show users that the gallery can at max view 100 per page but maybe you only want this specific user group to display 24 images out of that max total (100).',1234464816),(5003,'en','photo','phpfox','2.0.0alpha1','user_setting_refresh_featured_photo','Define how many minutes or seconds the script should wait until it refreshes the feature photo.\r\n\r\n<b>Notice:</b> To add X minutes here are some examples:\r\n[code]\r\n1 min\r\n2 min\r\n30 min\r\n[/code]\r\nIf you would like to define it in seconds here are some examples:\r\n[code]\r\n20 sec\r\n30 sec\r\n90 sec\r\n[/code]','Define how many minutes or seconds the script should wait until it refreshes the feature photo.\r\n\r\n<b>Notice:</b> To add X minutes here are some examples:\r\n[code]\r\n1 min\r\n2 min\r\n30 min\r\n[/code]\r\nIf you would like to define it in seconds here are some examples:\r\n[code]\r\n20 sec\r\n30 sec\r\n90 sec\r\n[/code]',1234468064),(5004,'en','photo','phpfox','2.0.0alpha1','admin_menu_categories','Categories','Categories',1234775140),(5005,'en','photo','phpfox','2.0.0alpha1','setting_photo_image_details_time_stamp','<title>Image Details</title><info>Image Details</info>','<title>Image Details</title><info>Image Details</info>',1234855825),(5006,'en','photo','phpfox','2.0.0alpha1','user_setting_can_download_user_photos','Can download a users photo?','Can download a users photo?',1234869122),(5007,'en','photo','phpfox','2.0.0alpha1','user_setting_can_view_all_photo_sizes','Can view all available photo sizes?','Can view all available photo sizes?',1234872811),(5008,'en','photo','phpfox','2.0.0alpha1','user_setting_can_edit_own_photo_album','Can edit own photo album?','Can edit own photo album?',1235028102),(5009,'en','photo','phpfox','2.0.0alpha1','user_setting_can_edit_other_photo_albums','Can edit photo albums that belong to other users?','Can edit photo albums that belong to other users?',1235028151),(5010,'en','photo','phpfox','2.0.0alpha1','user_setting_can_photo_album','Can add a new photo album?','Can add a new photo album?',1235065612),(5011,'en','photo','phpfox','2.0.0alpha1','user_setting_can_view_hidden_photos','Can view hidden photos?\r\n\r\n<b>Notice:</b> This is intended for a user group with Admin rights as this will allow them full access to all photos uploaded on the site, which in return can give them control to moderate images.','Can view hidden photos?\r\n\r\n<b>Notice:</b> This is intended for a user group with Admin rights as this will allow them full access to all photos uploaded on the site, which in return can give them control to moderate images.',1235068622),(5012,'en','photo','phpfox','2.0.0alpha1','setting_protect_photos_from_public','<title>Protect Photos</title><info>If you would like to protect the privacy of your members photos set this option to <b>True</b>. By enabling this feature users will not be allowed to view images via their direct path if they do not have permission to view that specific image. This will however add extra queries to the database and can add an extra strain to the server.\r\n\r\n<b>Notice:</b> Apache \"mod_rewrite\" will have to be enabled to use this feature. Once you have enabled this feature you must edit the file \".htaccess\" find in your sites root directory.\r\n\r\nLook for the following in that file:\r\n[code]\r\n# RewriteRule ^file/pic/photo/(.*).(.*)$ static/image.php?file=$1&ext=$2\r\n[/code]\r\n\r\nReplace it with:\r\n[code]\r\nRewriteRule ^file/pic/photo/(.*).(.*)$ static/image.php?file=$1&ext=$2\r\n[/code]\r\n</info>','<title>Protect Photos</title><info>If you would like to protect the privacy of your members photos set this option to <b>True</b>. By enabling this feature users will not be allowed to view images via their direct path if they do not have permission to view that specific image. This will however add extra queries to the database and can add an extra strain to the server.\r\n\r\n<b>Notice:</b> Apache \"mod_rewrite\" will have to be enabled to use this feature. Once you have enabled this feature you must edit the file \".htaccess\" find in your sites root directory.\r\n\r\nLook for the following in that file:\r\n[code]\r\n# RewriteRule ^file/pic/photo/(.*).(.*)$ static/image.php?file=$1&ext=$2\r\n[/code]\r\n\r\nReplace it with:\r\n[code]\r\nRewriteRule ^file/pic/photo/(.*).(.*)$ static/image.php?file=$1&ext=$2\r\n[/code]\r\n</info>',1235132674),(5013,'en','photo','phpfox','2.0.0alpha1','user_setting_can_delete_own_photo','Can delete own photo?','Can delete own photo?',1235400287),(5014,'en','photo','phpfox','2.0.0alpha1','user_setting_can_delete_other_photos','Can delete photos uploaded by other users?','Can delete photos uploaded by other users?',1235400340),(5015,'en','photo','phpfox','2.0.0alpha1','user_setting_can_edit_own_photo','Can edit own photo?','Can edit own photo?',1235499296),(5016,'en','photo','phpfox','2.0.0alpha1','user_setting_can_edit_other_photo','Can edit photos added by other users?','Can edit photos added by other users?',1235499334),(5017,'en','photo','phpfox','2.0.0alpha1','user_setting_photo_mature_age_limit','For a photo that is marked as \"Mature (Strict)\" define the age limit?\r\n\r\n<b>Note:</b>The age you define will allow users with that age or older the ability to view mature photos.','For a photo that is marked as \"Mature (Strict)\" define the age limit?\r\n\r\n<b>Note:</b>The age you define will allow users with that age or older the ability to view mature photos.',1235502907),(5018,'en','photo','phpfox','2.0.0alpha1','feed_user_add_photos','<a href=\"{owner_link}\">{owner_full_name}</a> added photos to their album \"<a href=\"{link}\">{album_name}</a>\".','<a href=\"{owner_link}\">{owner_full_name}</a> added photos to their album \"<a href=\"{link}\">{album_name}</a>\".',1235639996),(5019,'en','photo','phpfox','2.0.0alpha1','menu_rate_photos','Rate Photos','Rate Photos',1235720223),(5020,'en','photo','phpfox','2.0.0alpha1','setting_can_rate_on_photos','<title>Photo Rating</title><info>Set to <b>True</b> if you would like to enable the ability for users to rate on photos uploaded by other users.</info>','<title>Photo Rating</title><info>Set to <b>True</b> if you would like to enable the ability for users to rate on photos uploaded by other users.</info>',1235920519),(5021,'en','photo','phpfox','2.0.0alpha1','user_setting_can_rate_on_photos','Can rate photos?','Can rate photos?',1235920668),(5022,'en','photo','phpfox','2.0.0alpha1','setting_rating_total_photos_cache','<title>Total Photos to Cache for Rating Section</title><info>Define how many images to cache when rating images. This will load X photos when visiting the rating section and will allow users the ability to rate images at a very fast rate. Once X images have been rated the script will use AJAX to load the next round of X images.\r\n\r\n<b>Notice:</b> \"X\" is the value of this specific setting.</info>','<title>Total Photos to Cache for Rating Section</title><info>Define how many images to cache when rating images. This will load X photos when visiting the rating section and will allow users the ability to rate images at a very fast rate. Once X images have been rated the script will use AJAX to load the next round of X images.\r\n\r\n<b>Notice:</b> \"X\" is the value of this specific setting.</info>',1235920999),(5023,'en','photo','phpfox','2.0.0alpha1','setting_rating_randomize_photos','<title>Randomize Photos in the Rating Section</title><info>Set to <b>True</b> if photos within the rating section should be randomized. If set to <b>False</b> we will display images based on the date they were uploaded in descending order.\r\n\r\n<b>Notice:</b> Either setting will allow the users the ability to only rate an image once. Images are not recycled.</info>','<title>Randomize Photos in the Rating Section</title><info>Set to <b>True</b> if photos within the rating section should be randomized. If set to <b>False</b> we will display images based on the date they were uploaded in descending order.\r\n\r\n<b>Notice:</b> Either setting will allow the users the ability to only rate an image once. Images are not recycled.</info>',1235921158),(5024,'en','photo','phpfox','2.0.0alpha1','user_setting_can_edit_photo_categories','Can edit public photo categories?','Can edit public photo categories?',1235999973),(5025,'en','photo','phpfox','2.0.0alpha1','user_setting_can_add_public_categories','Can add public photo categories?','Can add public photo categories?',1236000044),(5026,'en','photo','phpfox','2.0.0alpha1','menu_photo_battles','Photo Battles','Photo Battles',1236005084),(5027,'en','photo','phpfox','2.0.0alpha1','setting_photo_battle_image_cache','<title>Photo Cache for Photo Battle</title><info>Define how many images to cache when display the photo battle.</info>','<title>Photo Cache for Photo Battle</title><info>Define how many images to cache when display the photo battle.</info>',1236024195),(5028,'en','photo','phpfox','2.0.0alpha1','user_setting_photo_must_be_approved','Set this to <b>True</b> if photos uploaded must be approved before they are visible to the public.','Set this to <b>True</b> if photos uploaded must be approved before they are visible to the public.',1236065652),(5029,'en','photo','phpfox','2.0.0alpha1','user_setting_can_approve_photos','Can approve photos that require moderation?','Can approve photos that require moderation?',1236066726),(5030,'en','photo','phpfox','2.0.0alpha2','user_setting_can_feature_photo','Can feature a photo?','Can feature a photo?',1237643657),(5031,'en','photo','phpfox','2.0.0alpha3','setting_rename_uploaded_photo_names','<title>Rename Photo Names</title><info>Set to <b>True</b> if you would like to rename a photo based on what the title of the photo or the title provided by the user when processing their recently uploaded photos. By default we use a 32 character unique hash to protect images, however enabling this feature will still create a unique ID for each image and help with image SEO.</info>','<title>Rename Photo Names</title><info>Set to <b>True</b> if you would like to rename a photo based on what the title of the photo or the title provided by the user when processing their recently uploaded photos. By default we use a 32 character unique hash to protect images, however enabling this feature will still create a unique ID for each image and help with image SEO.</info>',1239041807),(5032,'en','photo','phpfox','2.0.0alpha3','user_setting_can_delete_own_photo_album','Can delete own photo album?','Can delete own photo album?',1239099768),(5033,'en','photo','phpfox','2.0.0alpha3','user_setting_can_delete_other_photo_albums','Can delete photo albums created by other users?','Can delete photo albums created by other users?',1239099813),(5034,'en','photo','phpfox','2.0.0beta4','user_setting_can_tag_own_photo','Can tag own photo?','Can tag own photo?',1244485890),(5035,'en','photo','phpfox','2.0.0beta4','user_setting_can_tag_other_photos','Can tag photos added by other users?','Can tag photos added by other users?',1244485972),(5036,'en','photo','phpfox','2.0.0beta4','user_setting_how_many_tags_on_own_photo','How many times can a user tag their own photo?','How many times can a user tag their own photo?',1244486244),(5037,'en','photo','phpfox','2.0.0beta4','user_setting_how_many_tags_on_other_photo','How many times can this user tag photos added by other users?','How many times can this user tag photos added by other users?',1244486633),(5038,'en','photo','phpfox','2.0.0beta4','setting_total_tags_on_photos','<title>Total Tags on Photos</title><info>Define how many tags a photo can have.</info>','<title>Total Tags on Photos</title><info>Define how many tags a photo can have.</info>',1244486871),(5039,'en','photo','phpfox','2.0.0beta4','stat_title_3','Photos','Photos',1245143473),(5040,'en','photo','phpfox','2.0.0rc1','user_setting_photo_max_upload_size','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1248950092),(5041,'en','photo','phpfox','2.0.0rc1','setting_enabled_watermark_on_photos','<title>Watermark Photos</title><info>Enable this option to watermark photos.\r\n\r\n<b>Notice:</b> The setting <setting>core.watermark_option</setting> must be enabled.</info>','<title>Watermark Photos</title><info>Enable this option to watermark photos.\r\n\r\n<b>Notice:</b> The setting <setting>core.watermark_option</setting> must be enabled.</info>',1249708251),(5042,'en','photo','phpfox','2.0.0rc1','setting_photo_meta_description','<title>Photo Meta Description</title><info>Meta description for the photo sections.</info>','<title>Photo Meta Description</title><info>Meta description for the photo sections.</info>',1252062286),(5043,'en','photo','phpfox','2.0.0rc1','setting_photo_meta_keywords','<title>Photo Meta Keywords</title><info>Keywords for the photo sections.</info>','<title>Photo Meta Keywords</title><info>Keywords for the photo sections.</info>',1252062356),(5044,'en','photo','phpfox','2.0.0rc4','you_have_reached_your_limit_you_are_currently_unable_to_create_new_photo_albums','You have reached your limit. You are currently unable to create new photo albums.','You have reached your limit. You are currently unable to create new photo albums.',1255093572),(5045,'en','photo','phpfox','2.0.0rc4','you_have_rated_all_the_available_images','No more available images to rate.','No more available images to rate.',1255094396),(5046,'en','photo','phpfox','2.0.0rc4','editing_category','Editing category','Editing category',1255094413),(5047,'en','photo','phpfox','2.0.0rc4','cancel','Cancel','Cancel',1255094438),(5048,'en','photo','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255098330),(5049,'en','photo','phpfox','2.0.0rc4','un_feature_this_photo','Un-Feature this photo.','Un-Feature this photo.',1255098352),(5050,'en','photo','phpfox','2.0.0rc4','feature_this_photo','Feature this photo.','Feature this photo.',1255098360),(5051,'en','photo','phpfox','2.0.0rc4','photo_successfully_featured','Photo successfully featured.','Photo successfully featured.',1255098370),(5052,'en','photo','phpfox','2.0.0rc4','photo_successfully_un_featured','Photo successfully un-featured.','Photo successfully un-featured.',1255098382),(5053,'en','photo','phpfox','2.0.0rc4','photo_successfully_uploaded','Photo successfully uploaded.','Photo successfully uploaded.',1255098410),(5054,'en','photo','phpfox','2.0.0rc4','photos_successfully_uploaded','Photos successfully uploaded.','Photos successfully uploaded.',1255098421),(5055,'en','photo','phpfox','2.0.0rc4','processing_image_current_total','Processing image {current}/{total}','Processing image {current}/{total}',1255098472),(5056,'en','photo','phpfox','2.0.0rc4','provide_a_name_for_your_album','Provide a name for your album.','Provide a name for your album.',1255098524),(5057,'en','photo','phpfox','2.0.0rc4','select_a_privacy_setting_for_your_album','Select a privacy setting for your album.','Select a privacy setting for your album.',1255098533),(5058,'en','photo','phpfox','2.0.0rc4','categories','Categories','Categories',1255098543),(5059,'en','photo','phpfox','2.0.0rc4','image_details','Image Details','Image Details',1255098555),(5060,'en','photo','phpfox','2.0.0rc4','featured_photo','Featured Photo','Featured Photo',1255098622),(5061,'en','photo','phpfox','2.0.0rc4','browse_filter','Browse Filter','Browse Filter',1255098633),(5062,'en','photo','phpfox','2.0.0rc4','photos','Photos','Photos',1255098653),(5063,'en','photo','phpfox','2.0.0rc4','view_more_photos','View More Photos','View More Photos',1255098663),(5064,'en','photo','phpfox','2.0.0rc4','average_rating','Average Rating','Average Rating',1255098694),(5065,'en','photo','phpfox','2.0.0rc4','provide_a_name_for_your_photo_category','Provide a name for your photo category.','Provide a name for your photo category.',1255098718),(5066,'en','photo','phpfox','2.0.0rc4','photo_category_order_successfully_updated','Photo category order successfully updated.','Photo category order successfully updated.',1255098727),(5067,'en','photo','phpfox','2.0.0rc4','invalid_section','Invalid section.','Invalid section.',1255098738),(5068,'en','photo','phpfox','2.0.0rc4','photo_category_successfully_deleted','Photo category successfully deleted.','Photo category successfully deleted.',1255098747),(5069,'en','photo','phpfox','2.0.0rc4','photo_category_successfully_updated','Photo category successfully updated.','Photo category successfully updated.',1255098756),(5070,'en','photo','phpfox','2.0.0rc4','photo_category_successfully_added','Photo category successfully added.','Photo category successfully added.',1255098771),(5071,'en','photo','phpfox','2.0.0rc4','manage_photo_categories','Manage Photo Categories','Manage Photo Categories',1255098780),(5072,'en','photo','phpfox','2.0.0rc4','photo_album_successfully_deleted','Photo album successfully deleted.','Photo album successfully deleted.',1255099435),(5073,'en','photo','phpfox','2.0.0rc4','invalid_photo_album','Invalid photo album.','Invalid photo album.',1255099446),(5074,'en','photo','phpfox','2.0.0rc4','password_is_not_correct_please_try_again','Password is not correct. Please try again.','Password is not correct. Please try again.',1255099457),(5075,'en','photo','phpfox','2.0.0rc4','full_name_s_photos','{full_name}\'s Photos','{full_name}\'s Photos',1255099478),(5076,'en','photo','phpfox','2.0.0rc4','full_name_s_photo_album_from_time_stamp','{full_name}\'s Photo Album from {time_stamp}','{full_name}\'s Photo Album from {time_stamp}',1255099519),(5077,'en','photo','phpfox','2.0.0rc4','photo_battle','Photo Battle','Photo Battle',1255099553),(5078,'en','photo','phpfox','2.0.0rc4','battle','Battle','Battle',1255099567),(5079,'en','photo','phpfox','2.0.0rc4','not_allowed_to_download_this_image','Not allowed to download this image.','Not allowed to download this image.',1255099580),(5080,'en','photo','phpfox','2.0.0rc4','photo_section_is_closed','Photo section is closed.','Photo section is closed.',1255099610),(5081,'en','photo','phpfox','2.0.0rc4','site_title_has_a_total_of_total_photo_s','{site_title} has a total of {total} photo(s).','{site_title} has a total of {total} photo(s).',1255099671),(5082,'en','photo','phpfox','2.0.0rc4','section_is_private','Section is private.','Section is private.',1255099728),(5083,'en','photo','phpfox','2.0.0rc4','full_name_s_photos_on_site_title_full_name_has_total_photo_photo_s_and_total_album_photo','{full_name}\'s photos on {site_title}. {full_name} has {total_photo} photo(s) and {total_album} photo album(s).','{full_name}\'s photos on {site_title}. {full_name} has {total_photo} photo(s) and {total_album} photo album(s).',1255100161),(5084,'en','photo','phpfox','2.0.0rc4','photo_rating_is_disabled','Photo rating is disabled.','Photo rating is disabled.',1255100253),(5085,'en','photo','phpfox','2.0.0rc4','rate_photos','Rate Photos','Rate Photos',1255100268),(5086,'en','photo','phpfox','2.0.0rc4','rate','Rate','Rate',1255100290),(5087,'en','photo','phpfox','2.0.0rc4','photo_tags','Photo Tags','Photo Tags',1255100311),(5088,'en','photo','phpfox','2.0.0rc4','photo','Photo','Photo',1255100318),(5089,'en','photo','phpfox','2.0.0rc4','tags','Tags','Tags',1255100325),(5090,'en','photo','phpfox','2.0.0rc4','upload_photos','Upload Photos','Upload Photos',1255100342),(5091,'en','photo','phpfox','2.0.0rc4','photos_successfully_updated','Photos successfully updated.','Photos successfully updated.',1255100368),(5092,'en','photo','phpfox','2.0.0rc4','photo_s_successfully_updated','Photo(s) successfully updated.','Photo(s) successfully updated.',1255100380),(5093,'en','photo','phpfox','2.0.0rc4','process_photos','Process Photos','Process Photos',1255100393),(5094,'en','photo','phpfox','2.0.0rc4','upload','Upload','Upload',1255100452),(5095,'en','photo','phpfox','2.0.0rc4','invalid_photo','Invalid photo.','Invalid photo.',1255101664),(5096,'en','photo','phpfox','2.0.0rc4','sorry_this_photo_can_only_be_viewed_by_those_older_then_the_age_of_limit','Sorry, this photo can only be viewed by those older then the age of {limit}.','Sorry, this photo can only be viewed by those older then the age of {limit}.',1255101703),(5097,'en','photo','phpfox','2.0.0rc4','not_a_valid_photo_album_to_delete','Not a valid photo album to delete.','Not a valid photo album to delete.',1255101768),(5098,'en','photo','phpfox','2.0.0rc4','you_do_not_have_sufficient_permission_to_delete_this_photo_album','You do not have sufficient permission to delete this photo album.','You do not have sufficient permission to delete this photo album.',1255101778),(5099,'en','photo','phpfox','2.0.0rc4','unable_to_find_the_photo','Unable to find the photo.','Unable to find the photo.',1255101869),(5100,'en','photo','phpfox','2.0.0rc4','this_photo_is_already_tagged_in_the_same_position','This photo is already tagged in the same position.','This photo is already tagged in the same position.',1255101890),(5101,'en','photo','phpfox','2.0.0rc4','no_more_tags_for_this_photo_can_be_added','No more tags for this photo can be added.','No more tags for this photo can be added.',1255101900),(5102,'en','photo','phpfox','2.0.0rc4','full_name_has_already_been_tagged_in_this_photo','{full_name} has already been tagged in this photo.','{full_name} has already been tagged in this photo.',1255101918),(5103,'en','photo','phpfox','2.0.0rc4','provide_a_photo_tag','Provide a photo tag.','Provide a photo tag.',1255101946),(5104,'en','photo','phpfox','2.0.0rc4','not_allowed_to_tag_this_photo','Not allowed to tag this photo.','Not allowed to tag this photo.',1255101956),(5105,'en','photo','phpfox','2.0.0rc4','unable_to_find_photo','Unable to find photo.','Unable to find photo.',1255101967),(5106,'en','photo','phpfox','2.0.0rc4','unable_to_delete_this_tag','Unable to delete this tag.','Unable to delete this tag.',1255101979),(5107,'en','photo','phpfox','2.0.0rc4','a_href_profile_link_owner_full_name_a_uploaded_a_new_photo','<a href=\"{profile_link}\">{owner_full_name}</a> uploaded a new photo.','<a href=\"{profile_link}\">{owner_full_name}</a> uploaded a new photo.',1255156765),(5108,'en','photo','phpfox','2.0.0rc4','a_href_profile_link_owner_full_name_a_uploaded_new_photos','<a href=\"{profile_link}\">{owner_full_name}</a> uploaded new photos.','<a href=\"{profile_link}\">{owner_full_name}</a> uploaded new photos.',1255156843),(5109,'en','photo','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_photo','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">photo</a>.',1255156971),(5110,'en','photo','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_photo_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">photo</a>.',1255157021),(5111,'en','photo','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">photo</a>.',1255157088),(5112,'en','photo','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255157199),(5113,'en','photo','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_message','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255157259),(5114,'en','photo','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it_needs_to_be','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1255157349),(5115,'en','photo','phpfox','2.0.0rc4','a_href_user_link_full_name_a_wrote_a_comment_on_your_photo_a_href_photo_link_title','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your photo \"<a href=\"{photo_link}\">{title}</a>\".','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your photo \"<a href=\"{photo_link}\">{title}</a>\".',1255158733),(5116,'en','photo','phpfox','2.0.0rc4','on_name_s_photo','On {name}\'s photo.','On {name}\'s photo.',1255158838),(5117,'en','photo','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1255158932),(5118,'en','photo','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255158993),(5119,'en','photo','phpfox','2.0.0rc4','a_href_photo_section_link_photo_a_uploaded_on_time_stamp_by_a_href_user_link','<a href=\"{photo_section_link}\">Photo</a> uploaded on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.','<a href=\"{photo_section_link}\">Photo</a> uploaded on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.',1255159132),(5120,'en','photo','phpfox','2.0.0rc4','photo_albums','Photo Albums','Photo Albums',1255159204),(5121,'en','photo','phpfox','2.0.0rc4','upload_a_photo','Upload a Photo','Upload a Photo',1255159230),(5122,'en','photo','phpfox','2.0.0rc4','manage_photos','Manage Photos','Manage Photos',1255159237),(5123,'en','photo','phpfox','2.0.0rc4','view_photos','View Photos','View Photos',1255159267),(5124,'en','photo','phpfox','2.0.0rc4','unable_to_find_the_photo_you_plan_to_edit','Unable to find the photo you plan to edit.','Unable to find the photo you plan to edit.',1255159921),(5125,'en','photo','phpfox','2.0.0rc4','updating_album','Updating Album','Updating Album',1255160073),(5126,'en','photo','phpfox','2.0.0rc4','loading','Loading','Loading',1255160127),(5127,'en','photo','phpfox','2.0.0rc4','none_of_your_files_were_uploaded_please_make_sure_you_upload_either_a_jpg_gif_or_png_file','None of your files were uploaded. Please make sure you upload either a JPG, GIF or PNG file.','None of your files were uploaded. Please make sure you upload either a JPG, GIF or PNG file.',1255160204),(5128,'en','photo','phpfox','2.0.0rc4','updating_photo','Updating photo','Updating photo',1255160312),(5129,'en','photo','phpfox','2.0.0rc4','password_protected_album','PASSWORD PROTECTED ALBUM','PASSWORD PROTECTED ALBUM',1255160379),(5130,'en','photo','phpfox','2.0.0rc4','private_album','PRIVATE ALBUM','PRIVATE ALBUM',1255160387),(5131,'en','photo','phpfox','2.0.0rc4','name_by_full_name','{name} by {full_name}','{name} by {full_name}',1255160410),(5132,'en','photo','phpfox','2.0.0rc4','view_more_albums_total','View More Albums ({total})','View More Albums ({total})',1255160470),(5133,'en','photo','phpfox','2.0.0rc4','submit','Submit','Submit',1255160494),(5134,'en','photo','phpfox','2.0.0rc4','all_categories','All Categories','All Categories',1255160526),(5135,'en','photo','phpfox','2.0.0rc4','url','URL','URL',1255160539),(5136,'en','photo','phpfox','2.0.0rc4','search_for_keyword','Search for Keyword','Search for Keyword',1255160559),(5137,'en','photo','phpfox','2.0.0rc4','display','Display','Display',1255160572),(5138,'en','photo','phpfox','2.0.0rc4','sort','Sort','Sort',1255160583),(5139,'en','photo','phpfox','2.0.0rc4','time','Time','Time',1255160590),(5140,'en','photo','phpfox','2.0.0rc4','most_viewed','Most Viewed','Most Viewed',1255160598),(5141,'en','photo','phpfox','2.0.0rc4','most_talked_about','Most Talked About','Most Talked About',1255160606),(5142,'en','photo','phpfox','2.0.0rc4','top_rated','Top Rated','Top Rated',1255160782),(5143,'en','photo','phpfox','2.0.0rc4','top_battle','Top Battle','Top Battle',1255160797),(5144,'en','photo','phpfox','2.0.0rc4','by','By','By',1255160804),(5145,'en','photo','phpfox','2.0.0rc4','descending','Descending','Descending',1255160810),(5146,'en','photo','phpfox','2.0.0rc4','ascending','Ascending','Ascending',1255160817),(5147,'en','photo','phpfox','2.0.0rc4','name','Name','Name',1255160998),(5148,'en','photo','phpfox','2.0.0rc4','description','Description','Description',1255161008),(5149,'en','photo','phpfox','2.0.0rc4','privacy','Privacy','Privacy',1255161017),(5150,'en','photo','phpfox','2.0.0rc4','public_photos_will_be_added_to_our_public_photo_section','Public (Photos will be added to our public photo section.)','Public (Photos will be added to our public photo section.)',1255162284),(5151,'en','photo','phpfox','2.0.0rc4','personal_photos_will_only_be_displayed_on_your_profile','Personal (Photos will only be displayed on your profile.)','Personal (Photos will only be displayed on your profile.)',1255162294),(5152,'en','photo','phpfox','2.0.0rc4','friends_only_you_and_your_friends_can_view_this_album','Friends (Only you and your friends can view this album.)','Friends (Only you and your friends can view this album.)',1255162303),(5153,'en','photo','phpfox','2.0.0rc4','preferred_list_only_you_and_the_members_you_select_can_view_this_album','Preferred List (Only you and the members you select can view this album.)','Preferred List (Only you and the members you select can view this album.)',1255162321),(5154,'en','photo','phpfox','2.0.0rc4','password_protect','Password-Protect','Password-Protect',1255162339),(5155,'en','photo','phpfox','2.0.0rc4','image_is_pending_approval','Image is pending approval.','Image is pending approval.',1255162439),(5156,'en','photo','phpfox','2.0.0rc4','title','Title','Title',1255162468),(5157,'en','photo','phpfox','2.0.0rc4','category','Category','Category',1255162481),(5158,'en','photo','phpfox','2.0.0rc4','mature_content','Mature Content','Mature Content',1255162491),(5159,'en','photo','phpfox','2.0.0rc4','yes_strict','Yes [strict]','Yes [strict]',1255162500),(5160,'en','photo','phpfox','2.0.0rc4','yes_warning','Yes [warning]','Yes [warning]',1255162507),(5161,'en','photo','phpfox','2.0.0rc4','no','No','No',1255162513),(5162,'en','photo','phpfox','2.0.0rc4','discussion','Discussion','Discussion',1255162520),(5163,'en','photo','phpfox','2.0.0rc4','allow_comments_default','Allow comments (default)','Allow comments (default)',1255162529),(5164,'en','photo','phpfox','2.0.0rc4','encourage_advanced_critique','Encourage advanced critique','Encourage advanced critique',1255162539),(5165,'en','photo','phpfox','2.0.0rc4','discourage_criticism','Discourage criticism','Discourage criticism',1255162547),(5166,'en','photo','phpfox','2.0.0rc4','moderate_comments_first','Moderate comments first','Moderate comments first',1255162554),(5167,'en','photo','phpfox','2.0.0rc4','disable_comments','Disable comments','Disable comments',1255162562),(5168,'en','photo','phpfox','2.0.0rc4','public_rating','Public Rating','Public Rating',1255162574),(5169,'en','photo','phpfox','2.0.0rc4','yes','Yes','Yes',1255162585),(5170,'en','photo','phpfox','2.0.0rc4','download_enabled','Download Enabled','Download Enabled',1255162599),(5171,'en','photo','phpfox','2.0.0rc4','enabling_this_option_will_allow_others_the_rights_to_download_this_photo','Enabling this option will allow others the rights to download this photo.','Enabling this option will allow others the rights to download this photo.',1255162616),(5172,'en','photo','phpfox','2.0.0rc4','enabling_this_option_will_allow_others_the_rights_to_download_these_photos','Enabling this option will allow others the rights to download these photos.','Enabling this option will allow others the rights to download these photos.',1255162622),(5173,'en','photo','phpfox','2.0.0rc4','report_a_photo_album','Report a Photo Album','Report a Photo Album',1255162727),(5174,'en','photo','phpfox','2.0.0rc4','report','Report','Report',1255162734),(5175,'en','photo','phpfox','2.0.0rc4','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1255162744),(5176,'en','photo','phpfox','2.0.0rc4','add_to_favorites','Add to Favorites','Add to Favorites',1255162752),(5177,'en','photo','phpfox','2.0.0rc4','edit_this_album','Edit This Album','Edit This Album',1255162760),(5178,'en','photo','phpfox','2.0.0rc4','upload_photos_to_album','Upload Photos to Album','Upload Photos to Album',1255162767),(5179,'en','photo','phpfox','2.0.0rc4','delete','Delete','Delete',1255162773),(5180,'en','photo','phpfox','2.0.0rc4','view_all_sizes','View All Sizes','View All Sizes',1255162789),(5181,'en','photo','phpfox','2.0.0rc4','report_a_photo','Report a Photo','Report a Photo',1255162798),(5182,'en','photo','phpfox','2.0.0rc4','download','Download','Download',1255162827),(5183,'en','photo','phpfox','2.0.0rc4','edit_this_photo','Edit this Photo','Edit this Photo',1255162835),(5184,'en','photo','phpfox','2.0.0rc4','upload_a_new_image','Upload a New Image','Upload a New Image',1255162844),(5185,'en','photo','phpfox','2.0.0rc4','delete_this_photo','Delete this Photo','Delete this Photo',1255162853),(5186,'en','photo','phpfox','2.0.0rc4','rotate_right','Rotate Right','Rotate Right',1255162862),(5187,'en','photo','phpfox','2.0.0rc4','rotate_left','Rotate Left','Rotate Left',1255162869),(5188,'en','photo','phpfox','2.0.0rc4','tag_this_photo','Tag this Photo','Tag this Photo',1255162876),(5189,'en','photo','phpfox','2.0.0rc4','no_photos_have_been_added_yet','No photos have been added yet.','No photos have been added yet.',1255162892),(5190,'en','photo','phpfox','2.0.0rc4','be_the_first_to_upload_a_photo','Be the First to Upload a Photo.','Be the First to Upload a Photo.',1255162898),(5191,'en','photo','phpfox','2.0.0rc4','title_by_full_name','{title} by {full_name}','{title} by {full_name}',1255162922),(5192,'en','photo','phpfox','2.0.0rc4','by_user_info','by {user_info}','by {user_info}',1255162955),(5193,'en','photo','phpfox','2.0.0rc4','no_photos_added_yet','No photos added yet.','No photos added yet.',1255163019),(5194,'en','photo','phpfox','2.0.0rc4','click_here_to_upload_a_photo','Click here to upload a photo.','Click here to upload a photo.',1255163025),(5195,'en','photo','phpfox','2.0.0rc4','approve_this_photo','Approve this photo.','Approve this photo.',1255163046),(5196,'en','photo','phpfox','2.0.0rc4','set_as_album_cover','Set as album cover.','Set as album cover.',1255163072),(5197,'en','photo','phpfox','2.0.0rc4','no_photos_uploaded_yet','No photos uploaded yet.','No photos uploaded yet.',1255165857),(5198,'en','photo','phpfox','2.0.0rc4','click_here_to_upload_photos','Click here to upload photos.','Click here to upload photos.',1255165864),(5199,'en','photo','phpfox','2.0.0rc4','warning','Warning!','Warning!',1255168472),(5200,'en','photo','phpfox','2.0.0rc4','the_photo_you_are_about_to_view_may_contain_nudity_sexual_themes_violence_gore_strong_language_or_ideologically_sensitive_subject_matter','The photo you are about to view may contain nudity, sexual themes, violence/gore, strong language or ideologically sensitive subject matter.','The photo you are about to view may contain nudity, sexual themes, violence/gore, strong language or ideologically sensitive subject matter.',1255168917),(5201,'en','photo','phpfox','2.0.0rc4','would_you_like_to_view_this_image','Would you like to view this image?','Would you like to view this image?',1255168925),(5202,'en','photo','phpfox','2.0.0rc4','no_thanks','No, Thanks.','No, Thanks.',1255168937),(5203,'en','photo','phpfox','2.0.0rc4','add_a_photo_category','Add a Photo Category','Add a Photo Category',1255168955),(5204,'en','photo','phpfox','2.0.0rc4','parent','Parent','Parent',1255168960),(5205,'en','photo','phpfox','2.0.0rc4','update','Update','Update',1255168981),(5206,'en','photo','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_this_album_and_all_the_pictures_that_belong_to_it','Are you sure you want to delete this album and all the pictures that belong to it?','Are you sure you want to delete this album and all the pictures that belong to it?',1255168994),(5207,'en','photo','phpfox','2.0.0rc4','note_that_this_cannot_be_undone','Note that this cannot be undone.','Note that this cannot be undone.',1255169000),(5208,'en','photo','phpfox','2.0.0rc4','update_photo','Update Photo','Update Photo',1255169021),(5209,'en','photo','phpfox','2.0.0rc4','update_album','Update Album','Update Album',1255169041),(5210,'en','photo','phpfox','2.0.0rc4','this_photo_album_is_password_protected','This photo album is password protected.','This photo album is password protected.',1255169058),(5211,'en','photo','phpfox','2.0.0rc4','enter_password','Enter Password','Enter Password',1255169066),(5212,'en','photo','phpfox','2.0.0rc4','no_images_found','No images found.','No images found.',1255169114),(5213,'en','photo','phpfox','2.0.0rc4','v_br_e_br_r_br_s_br_u_br_s','V<br />e<br />r<br />s<br />u<br />s','V<br />e<br />r<br />s<br />u<br />s',1255169125),(5214,'en','photo','phpfox','2.0.0rc4','there_is_one_image_that_requires_your_approval','There is one image that requires your approval.','There is one image that requires your approval.',1255169140),(5215,'en','photo','phpfox','2.0.0rc4','there_are_total_images_that_require_your_approval','There are {total} images that require your approval.','There are {total} images that require your approval.',1255169150),(5216,'en','photo','phpfox','2.0.0rc4','no_public_photos_have_been_uploaded_yet','No public photos have been uploaded yet.','No public photos have been uploaded yet.',1255169181),(5217,'en','photo','phpfox','2.0.0rc4','click_here_to_approve_photos','Click here to approve photos.','Click here to approve photos.',1255169212),(5218,'en','photo','phpfox','2.0.0rc4','photos_total','Photos ({total})','Photos ({total})',1255169369),(5219,'en','photo','phpfox','2.0.0rc4','albums_total','Albums ({total})','Albums ({total})',1255169418),(5220,'en','photo','phpfox','2.0.0rc4','you_have_not_uploaded_any_photos_yet','You have not uploaded any photos yet.','You have not uploaded any photos yet.',1255169448),(5221,'en','photo','phpfox','2.0.0rc4','user_info_has_not_uploaded_any_photos_yet','{user_info} has not uploaded any photos yet.','{user_info} has not uploaded any photos yet.',1255169497),(5222,'en','photo','phpfox','2.0.0rc4','upload_your_photos','Upload Your Photos','Upload Your Photos',1255169521),(5223,'en','photo','phpfox','2.0.0rc4','browse_other_photos','Browse Other Photos','Browse Other Photos',1255169528),(5224,'en','photo','phpfox','2.0.0rc4','skip','Skip','Skip',1255169618),(5225,'en','photo','phpfox','2.0.0rc4','b_back_b_to_full_name_s_photo_section','<b>Back</b> to {full_name}\'s photo section.','<b>Back</b> to {full_name}\'s photo section.',1255169648),(5226,'en','photo','phpfox','2.0.0rc4','b_back_b_to_title_s_photo_section','<b>Back</b> to {title}\'s photo section.','<b>Back</b> to {title}\'s photo section.',1255169673),(5227,'en','photo','phpfox','2.0.0rc4','upload_by_user_info_on_time_stamp','Upload by {user_info} on {time_stamp}.','Upload by {user_info} on {time_stamp}.',1255169715),(5228,'en','photo','phpfox','2.0.0rc4','available_sizes','Available sizes','Available sizes',1255169742),(5229,'en','photo','phpfox','2.0.0rc4','download_this_image','Download This Image.','Download This Image.',1255169758),(5230,'en','photo','phpfox','2.0.0rc4','photo_links','Photo Links','Photo Links',1255169768),(5231,'en','photo','phpfox','2.0.0rc4','html_embed','HTML Embed','HTML Embed',1255169774),(5232,'en','photo','phpfox','2.0.0rc4','photo_path','Photo Path','Photo Path',1255169846),(5233,'en','photo','phpfox','2.0.0rc4','skip_this_step','Skip This Step','Skip This Step',1255169861),(5234,'en','photo','phpfox','2.0.0rc4','global_photo_settings','Global Photo Settings','Global Photo Settings',1255169872),(5235,'en','photo','phpfox','2.0.0rc4','note_that_global_photo_settings_will_override_any_settings_saved_individually_below','Note that \"Global Photo Settings\" will override any settings saved individually below.','Note that \"Global Photo Settings\" will override any settings saved individually below.',1255169879),(5236,'en','photo','phpfox','2.0.0rc4','save_global_settings','Save Global Settings','Save Global Settings',1255169887),(5237,'en','photo','phpfox','2.0.0rc4','uploaded_photos','Uploaded Photos','Uploaded Photos',1255169895),(5238,'en','photo','phpfox','2.0.0rc4','save','Save','Save',1255169909),(5239,'en','photo','phpfox','2.0.0rc4','and_then','and then','and then',1255169918),(5240,'en','photo','phpfox','2.0.0rc4','process_next_batch_total_left','process next batch ({total} left).','process next batch ({total} left).',1255169930),(5241,'en','photo','phpfox','2.0.0rc4','view_this_album','view this album.','view this album.',1255169945),(5242,'en','photo','phpfox','2.0.0rc4','view_your_photos','view your photos.','view your photos.',1255169951),(5243,'en','photo','phpfox','2.0.0rc4','upload_new_images','upload new images.','upload new images.',1255169957),(5244,'en','photo','phpfox','2.0.0rc4','album','Album','Album',1255169993),(5245,'en','photo','phpfox','2.0.0rc4','select_an_album','Select an album','Select an album',1255170002),(5246,'en','photo','phpfox','2.0.0rc4','or','or','or',1255170019),(5247,'en','photo','phpfox','2.0.0rc4','create_a_new_one','Create a New One','Create a New One',1255170026),(5248,'en','photo','phpfox','2.0.0rc4','select_photo_s','Select Photo(s)','Select Photo(s)',1255170034),(5249,'en','photo','phpfox','2.0.0rc4','process_your_photos','process your photos.','process your photos.',1255170053),(5250,'en','photo','phpfox','2.0.0rc4','upload_more_photos','upload more photos.','upload more photos.',1255170060),(5251,'en','photo','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255170081),(5252,'en','photo','phpfox','2.0.0rc4','the_file_size_limit_is_file_size_if_your_upload_does_not_work_try_uploading_a_smaller_picture','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.',1255170105),(5253,'en','photo','phpfox','2.0.0rc4','recently_uploaded','Recently Uploaded','Recently Uploaded',1255170121),(5254,'en','photo','phpfox','2.0.0rc4','process_your_photo_s','Process Your Photo(s)','Process Your Photo(s)',1255170132),(5255,'en','photo','phpfox','2.0.0rc4','in','in','in',1255170264),(5256,'en','photo','phpfox','2.0.0rc4','by_lower','by','by',1255170279),(5257,'en','photo','phpfox','2.0.0rc4','in_this_photo','In this photo','In this photo',1255170329),(5258,'en','photo','phpfox','2.0.0rc4','full_name_s_photo_from_time_stamp','{full_name}\'s Photo from {time_stamp}','{full_name}\'s Photo from {time_stamp}',1256488497),(5259,'en','photo','phpfox','2.0.0rc4','click_here_to_tag_as_yourself','Click here to tag as yourself.','Click here to tag as yourself.',1256488630),(5260,'en','photo','phpfox','2.0.0rc4','groups','Groups','Groups',1256489661),(5261,'en','photo','phpfox','2.0.0rc4','select_an_area_on_your_photo_to_crop','Select an area on your photo to crop.','Select an area on your photo to crop.',1256490113),(5262,'en','photo','phpfox','2.0.0rc4','all_photos','All Photos','All Photos',1256712979),(5263,'en','photo','phpfox','2.0.0rc6','submitted','Submitted','Submitted',1257169324),(5264,'en','photo','phpfox','2.0.0rc6','file_size','File Size','File Size',1257169340),(5265,'en','photo','phpfox','2.0.0rc6','resolution','Resolution','Resolution',1257169346),(5266,'en','photo','phpfox','2.0.0rc6','comments','Comments','Comments',1257169352),(5267,'en','photo','phpfox','2.0.0rc6','views','Views','Views',1257169359),(5268,'en','photo','phpfox','2.0.0rc6','rating','Rating','Rating',1257169365),(5269,'en','photo','phpfox','2.0.0rc6','battle_wins','Battle Wins','Battle Wins',1257169373),(5270,'en','photo','phpfox','2.0.0rc6','downloads','Downloads','Downloads',1257169380),(5271,'en','photo','phpfox','2.0.0rc6','not_enough_photos_to_have_a_battle','Not enough photos to have a battle.','Not enough photos to have a battle.',1257251559),(5272,'en','photo','phpfox','2.0.0rc6','get_the_battle_started_and_upload_some_photos','Get the battle started and upload some photos.','Get the battle started and upload some photos.',1257251607),(5273,'en','photo','phpfox','2.0.0rc6','photo_successfully_deleted','Photo successfully deleted.','Photo successfully deleted.',1257256844),(5274,'en','photo','phpfox','2.0.0rc8','remove_tag','remove tag','remove tag',1258385449),(5275,'en','photo','phpfox','2.0.0rc9','added_on_time_stamp_by_full_name','Added on {time_stamp} by {full_name}.','Added on {time_stamp} by {full_name}.',1259162534),(5276,'en','photo','phpfox','2.0.0rc9','with_a_total_of_total_vote_votes','with a total of {total_vote} votes.','with a total of {total_vote} votes.',1259162619),(5277,'en','photo','phpfox','2.0.0rc10','menu_photo_albums','Photo Albums','Photo Albums',1259613604),(5278,'en','photo','phpfox','2.0.0rc10','photo_count_for_photo_albums','Photo Count for Photo Albums','Photo Count for Photo Albums',1259673154),(5279,'en','photo','phpfox','2.0.0rc10','by_full_name','By: {full_name}','By: {full_name}',1259673587),(5280,'en','photo','phpfox','2.0.0rc11','no_photos_have_been_featured','No photos have been featured.','No photos have been featured.',1260189682),(5281,'en','photo','phpfox','2.0.0rc11','no_photos_pending_approval','No photos pending approval.','No photos pending approval.',1260189708),(5282,'en','photo','phpfox','2.0.0rc11','recent_photos','Recent Photos','Recent Photos',1260189785),(5283,'en','photo','phpfox','2.0.0rc11','featured','Featured','Featured',1260189792),(5284,'en','photo','phpfox','2.0.0rc11','pending','Pending','Pending',1260189799),(5285,'en','photo','phpfox','2.0.0rc11','unfeature','Unfeature','Unfeature',1260190575),(5286,'en','photo','phpfox','2.0.0rc11','photo_successfully_unfeatured','Photo successfully unfeatured.','Photo successfully unfeatured.',1260190782),(5287,'en','photo','phpfox','2.0.0rc11','albums','Albums','Albums',1260195690),(5288,'en','photo','phpfox','2.0.0rc11','no_public_photo_albums_found','No public photo albums found.','No public photo albums found.',1260195737),(5289,'en','photo','phpfox','2.0.0rc11','advanced_critique_is_encouraged_when_commenting_on_this_photo','Advanced critique is encouraged when commenting on this photo.','Advanced critique is encouraged when commenting on this photo.',1260204958),(5290,'en','photo','phpfox','2.0.0rc11','criticism_is_discouraged_when_commenting_on_this_photo','Criticism is discouraged when commenting on this photo.','Criticism is discouraged when commenting on this photo.',1260204967),(5291,'en','photo','phpfox','2.0.0rc11','create_a_new_album','Create a New Album','Create a New Album',1260206706),(5292,'en','photo','phpfox','2.0.0rc11','user_setting_can_view_photos','Can browse and view the photo module?','Can browse and view the photo module?',1260276540),(5293,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_a_href_link_photo_album_a','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">photo album</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">photo album</a>.',1260451144),(5294,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_photo_album_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">photo album</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">photo album</a>.',1260451210),(5295,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">photo</a>.',1260452199),(5296,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own <a href=\"{link}\">photo</a>.',1260452218),(5297,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_your_a_href_link_photo_album_a','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">photo album</a>.','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">photo album</a>.',1260458422),(5298,'en','photo','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_your_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> liked your <a href=\"{link}\">photo</a>.',1260459387),(5299,'en','photo','phpfox','2.0.0rc12','part_of_the_photo_album','Part of the photo album','Part of the photo album',1260896980),(5300,'en','photo','phpfox','2.0.0rc12','full_name_s_albums','{full_name}\'s Albums','{full_name}\'s Albums',1260897047),(5301,'en','photo','phpfox','2.0.0','update_tags_photo','Update Tags (Photo)','Update Tags (Photo)',1261056664),(5302,'en','photo','phpfox','2.0.0','user_setting_can_view_private_photos','Can view private and password protected photos?','Can view private and password protected photos?',1261073026),(5303,'en','photo','phpfox','2.0.0','rate_this_image','Rate This Image','Rate This Image',1261161424),(5304,'en','photo','phpfox','2.0.0','total_rating_out_of_5','{total_rating} out of 10','{total_rating} out of 10',1261179113),(5305,'en','photo','phpfox','2.0.0','no_photos_found','No photos found.','No photos found.',1261179316),(5306,'en','photo','phpfox','2.0.0','no_photos_have_been_rated','No photos have been rated.','No photos have been rated.',1261179331),(5307,'en','photo','phpfox','2.0.0','no_photo_battles_have_taken_place','No photo battles have taken place.','No photo battles have taken place.',1261179377),(5308,'en','photo','phpfox','2.0.0','total_battle_win_s','{total_battle} win(s)','{total_battle} win(s)',1261179478),(5309,'en','photo','phpfox','2.0.0','setting_ajax_refresh_on_featured_photos','<title>AJAX Refresh Featured Photos</title><info>With this option enabled photos within the \"Featured Photo\" block will refresh.</info>','<title>AJAX Refresh Featured Photos</title><info>With this option enabled photos within the \"Featured Photo\" block will refresh.</info>',1261335633),(5310,'en','photo','phpfox','2.0.0','no_popular_photos_found','No popular photos found.','No popular photos found.',1261412466),(5311,'en','photo','phpfox','2.0.0','no_featured_photos_found','No featured photos found.','No featured photos found.',1261412669),(5312,'en','photo','phpfox','2.0.0','comments_total_comment','Comments ({total_comment})','Comments ({total_comment})',1261413297),(5313,'en','photo','phpfox','2.0.0','total_score_out_of_10','{total_score} out of 10','{total_score} out of 10',1261413456),(5314,'en','photo','phpfox','2.0.0','sorry_the_photo_you_are_looking_for_no_longer_exists','Sorry, the photo you are looking for no longer exists. Please <a href=\"{link}\">click here</a> to browse more photos.','Sorry, the photo you are looking for no longer exists. Please <a href=\"{link}\">click here</a> to browse more photos.',1261415869),(5315,'en','photo','phpfox','2.0.0','cancel_lowercase','cancel','cancel',1261511944),(5316,'en','photo','phpfox','2.0.0','personal_this_album_will_only_be_displayed_on_your_profile','Personal (This album will only be displayed on your profile.)','Personal (This album will only be displayed on your profile.)',1261514661),(5317,'en','photo','phpfox','2.0.0','public_this_album_will_be_added_to_our_public_photo_album_section','Public (This album will be added to our public photo album section.)','Public (This album will be added to our public photo album section.)',1261514696),(5318,'en','photo','phpfox','2.0.0','delete_this_image','Delete this image.','Delete this image.',1261570267),(5319,'en','photo','phpfox','2.0.2','update_photo_thumbnails','Update Photo Thumbnails','Update Photo Thumbnails',1262710651),(5320,'en','photo','phpfox','2.0.3','user_setting_can_post_on_photos','Can post comments on photos?','Can post comments on photos?',1264423442),(5321,'en','photo','phpfox','2.0.5','user_setting_can_sponsor_photo','Can members of this user group explicitly set a photo as Sponsor?','Can members of this user group explicitly set a photo as Sponsor?',1269941437),(5322,'en','photo','phpfox','2.0.5','unsponsor_this_photo','Unsponsor this photo','Unsponsor this photo',1269941692),(5323,'en','photo','phpfox','2.0.5','sponsor_this_photo','Sponsor this Photo','Sponsor this Photo',1269941832),(5324,'en','photo','phpfox','2.0.5','photo_successfully_sponsored','Photo successfully sponsored.','Photo successfully sponsored.',1269943956),(5325,'en','photo','phpfox','2.0.5','photo_successfully_un_sponsored','Photo successfully unsponsored.','Photo successfully unsponsored.',1269944039),(5326,'en','photo','phpfox','2.0.5','sponsored_photo','Sponsored Photo','Sponsored Photo',1270022791),(5327,'en','photo','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1271074731),(5328,'en','photo','phpfox','2.0.5','sponsor_help','In order to sponsor a photo click on the photo you wish to sponsor below and then look for the link \"Sponsor this Photo\".','In order to sponsor a photo click on the photo you wish to sponsor below and then look for the link \"Sponsor this Photo\".',1271080634),(5329,'en','photo','phpfox','2.0.5','encourage_sponsor','Sponsor your Photos','Sponsor your Photos',1271150118),(5330,'en','photo','phpfox','2.0.5','user_setting_photo_sponsor_price','How much is the sponsor space worth?\r\nThis works in a CPM basis.','How much is the sponsor space worth?\r\nThis works in a CPM basis.',1271244034),(5331,'en','photo','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the item be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored photo space before it is shown in the site.','After the user has purchased a sponsored space, should the item be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored photo space before it is shown in the site.',1271418913),(5332,'en','photo','phpfox','2.0.5','sponsor_paypal_message','Payment for the sponsor space of photo: {sPhotoTitle}','Payment for the sponsor space of photo: {sPhotoTitle}',1271944103),(5333,'en','photo','phpfox','2.0.5','sponsor_title','Photo: {sPhotoTitle}','Photo: {sPhotoTitle}',1271944272),(5334,'en','photo','phpfox','2.0.5','update_friend_count','Update Friend Count','Update Friend Count',1273153962),(5335,'en','photo','phpfox','2.0.5','user_setting_can_view_photo_albums','Can view photo albums?','Can view photo albums?',1273168609),(5336,'en','photo','phpfox','2.0.5dev2','user_setting_flood_control_photos','How many minutes should a user wait before they can upload another batch of photos?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can upload another batch of photos?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275105927),(5337,'en','photo','phpfox','2.0.5dev2','uploading_photos_a_little_too_soon','Uploading photos a little too soon.','Uploading photos a little too soon.',1275105953),(5338,'en','poll','phpfox','2.0.0alpha1','module_poll','Polls','Polls',1232964260),(5339,'en','poll','phpfox','2.0.0alpha1','menu_poll','Polls','Polls',1232964276),(5340,'en','poll','phpfox','2.0.0alpha1','menu_add_new_poll','Add New Poll','Add New Poll',1233240881),(5341,'en','poll','phpfox','2.0.0alpha1','menu_view_polls','View My Polls','View My Polls',1233309642),(5342,'en','poll','phpfox','2.0.0alpha1','menu_polls','Polls','Polls',1233311326),(5343,'en','poll','phpfox','2.0.0alpha1','setting_is_image_required','<title>Is Image Required</title><info>If set to true, users will have to upload an image with every poll they post.\r\n\r\nBy default is set to false, so they don\'t need to upload an image with their polls.</info>','<title>Is Image Required</title><info>If set to true, users will have to upload an image with every poll they post.\r\n\r\nBy default is set to false, so they don\'t need to upload an image with their polls.</info>',1234290147),(5344,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_upload_image','This setting defines if members of this usergroup can add images along with their polls.','This setting defines if members of this usergroup can add images along with their polls.',1234356544),(5345,'en','poll','phpfox','2.0.0alpha1','setting_poll_max_image_pic_size','<title>Size of the poll image</title><info>When users upload an image with their polls this will be the maximum size for that picture, anything bigger will be resized</info>','<title>Size of the poll image</title><info>When users upload an image with their polls this will be the maximum size for that picture, anything bigger will be resized</info>',1234366729),(5346,'en','poll','phpfox','2.0.0alpha1','user_setting_can_edit_own_poll','Can members of this user group edit polls they have posted?','Can members of this user group edit polls they have posted?',1234377080),(5347,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_change_own_vote','Tells if a user group member can change its vote on a poll.\r\n\r\nIf set to false the first vote will be the definitive vote for that user and that poll.\r\n\r\nIf set to true users will be able to change their vote in the future.','Tells if a user group member can change its vote on a poll.\r\n\r\nIf set to false the first vote will be the definitive vote for that user and that poll.\r\n\r\nIf set to true users will be able to change their vote in the future.',1234866837),(5348,'en','poll','phpfox','2.0.0alpha1','poll_vote_updated','You have successfully changed your vote for this poll','You have successfully changed your vote for this poll',1234867333),(5349,'en','poll','phpfox','2.0.0alpha1','poll_new_vote_added_successfully','Your vote has been added successfully','Your vote has been added successfully',1234867509),(5350,'en','poll','phpfox','2.0.0alpha1','setting_poll_view_time_stamp','<title>Poll Time Stamp</title><info>This is the format used to display dates, it complies with http://php.net/date</info>','<title>Poll Time Stamp</title><info>This is the format used to display dates, it complies with http://php.net/date</info>',1234870704),(5351,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_flood_control','How often can members of this user group post new polls (in minutes).\r\n\r\n0 => no restriction\r\n1 => 1 minute\r\n10 => 10 minutes','How often can members of this user group post new polls (in minutes).\r\n\r\n0 => no restriction\r\n1 => 1 minute\r\n10 => 10 minutes',1234879747),(5352,'en','poll','phpfox','2.0.0alpha1','poll_flood_control','You can only post polls every {x} minutes.','You can only post polls every {x} minutes.',1234879960),(5353,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_requires_admin_moderation','This setting tells if polls posted by members of this group will need to be moderated (approved) before being shown on the site.','This setting tells if polls posted by members of this group will need to be moderated (approved) before being shown on the site.',1234881616),(5354,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_moderate_polls','Can members of this user group moderate polls? (delete, approve)','Can members of this user group moderate polls? (delete, approve)',1234894665),(5355,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_require_captcha_challenge','Do members of this user group need to complete a captcha challenge to submit a poll?','Do members of this user group need to complete a captcha challenge to submit a poll?',1234961189),(5356,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_edit_own_polls','Can members of this user group edit their own polls after submitted?','Can members of this user group edit their own polls after submitted?',1234963511),(5357,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_edit_others_polls','Can members of this user group edit other member\'s polls?','Can members of this user group edit other member\'s polls?',1234983674),(5358,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_delete_own_polls','can members of this user group delete their own polls?','can members of this user group delete their own polls?',1234984289),(5359,'en','poll','phpfox','2.0.0alpha1','user_setting_poll_can_delete_others_polls','Can members of this user group delete polls posted by other members?','Can members of this user group delete polls posted by other members?',1234987167),(5360,'en','poll','phpfox','2.0.0alpha1','user_setting_can_post_comment_on_poll','Can members of this user group post comments on polls?','Can members of this user group post comments on polls?',1235390654),(5361,'en','poll','phpfox','2.0.0alpha1','user_setting_view_poll_results_after_vote','When set to yes members of this user group will see the poll results right after voting.','When set to yes members of this user group will see the poll results right after voting.',1235399479),(5362,'en','poll','phpfox','2.0.0alpha1','user_setting_maximum_answers_count','How many answers can members of this user group add to their polls?','How many answers can members of this user group add to their polls?',1235473759),(5363,'en','poll','phpfox','2.0.0alpha1','setting_polls_to_show','<title>How many to show</title><info>This setting tells how many polls should be shown per page.</info>','<title>How many to show</title><info>This setting tells how many polls should be shown per page.</info>',1235572567),(5364,'en','poll','phpfox','2.0.0alpha1','user_setting_can_vote_in_own_poll','Do you want to enable members of this user group to vote on their own polls?\r\n\r\nThis is different than changing their votes.','Do you want to enable members of this user group to vote on their own polls?\r\n\r\nThis is different than changing their votes.',1235587145),(5365,'en','poll','phpfox','2.0.0alpha1','user_setting_points_poll','how many points does adding a poll award?','how many points does adding a poll award?',1236090929),(5366,'en','poll','phpfox','2.0.0alpha2','user_setting_can_view_user_poll_results_own_poll','Can view what users have voted on their own poll?','Can view what users have voted on their own poll?',1237745898),(5367,'en','poll','phpfox','2.0.0alpha2','user_setting_can_view_user_poll_results_other_poll','Can view users poll results on other polls?','Can view users poll results on other polls?',1237745995),(5368,'en','poll','phpfox','2.0.0beta3','user_setting_can_edit_title','Can members of this user group edit the title, image, random setting, privacy setting and comment setting on a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls','Can members of this user group edit the title, image, random setting, privacy setting and comment setting on a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls',1243320229),(5369,'en','poll','phpfox','2.0.0beta3','user_setting_can_edit_question','Can members of this user group edit the question and answers of a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls','Can members of this user group edit the question and answers of a poll?\r\n\r\nThis may be overridden by the setting poll_can_edit_others_polls and the poll_can_edit_own_polls',1243320278),(5370,'en','poll','phpfox','2.0.0beta3','setting_show_x_users_who_took_poll','<title>How many takers to show</title><info>This setting tells how many users who have taken the poll should be shown in the poll page. \r\n\r\nChanging this setting affects the Members Votes mini section.</info>','<title>How many takers to show</title><info>This setting tells how many users who have taken the poll should be shown in the poll page. \r\n\r\nChanging this setting affects the Members Votes mini section.</info>',1243511926),(5371,'en','poll','phpfox','2.0.0beta3','user_setting_view_poll_results_before_vote','Can members of this user group view poll results before voting on a poll?\r\n\r\n\r\nNote that this setting may be overridden by the \"poll.can_view_user_poll_results_own_poll\" and the \"poll.can_view_user_poll_results_other_poll\" settings.\r\nIt can also be complemented with the setting \"poll.view_poll_results_after_vote\"','Can members of this user group view poll results before voting on a poll?\r\n\r\n\r\nNote that this setting may be overridden by the \"poll.can_view_user_poll_results_own_poll\" and the \"poll.can_view_user_poll_results_other_poll\" settings.\r\nIt can also be complemented with the setting \"poll.view_poll_results_after_vote\"',1243520504),(5372,'en','poll','phpfox','2.0.0beta3','user_setting_highlight_answer_voted_by_viewer','If set to yes the answer chosen by the viewer will be highlighted with a background color.\r\n\r\nThis is useful if you have it set so the members of this usegroup cant view the results after taking the poll as they still will be able to view their own answer.','If set to yes the answer chosen by the viewer will be highlighted with a background color.\r\n\r\nThis is useful if you have it set so the members of this usegroup cant view the results after taking the poll as they still will be able to view their own answer.',1243596992),(5373,'en','poll','phpfox','2.0.0beta4','stat_title_4','Polls','Polls',1245143660),(5374,'en','poll','phpfox','2.0.0rc1','setting_poll_meta_description','<title>Poll Meta Description</title><info>Meta description used for the Poll module.</info>','<title>Poll Meta Description</title><info>Meta description used for the Poll module.</info>',1252064414),(5375,'en','poll','phpfox','2.0.0rc1','setting_poll_meta_keywords','<title>Poll Meta Keywords</title><info>Meta keywords for the Poll module.</info>','<title>Poll Meta Keywords</title><info>Meta keywords for the Poll module.</info>',1252064465),(5376,'en','poll','phpfox','2.0.0rc4','an_error_occured_and_your_image_could_not_be_deleted_please_try_again','An error occurred and your image could not be deleted. Please try again.','An error occurred and your image could not be deleted. Please try again.',1255170382),(5377,'en','poll','phpfox','2.0.0rc4','this_poll_is_being_moderated_and_no_votes_can_be_added_yet','This poll is being moderated and no votes can be added yet.','This poll is being moderated and no votes can be added yet.',1255170416),(5378,'en','poll','phpfox','2.0.0rc4','your_vote_has_successfully_been_cast','Your vote has successfully been cast.','Your vote has successfully been cast.',1255170427),(5379,'en','poll','phpfox','2.0.0rc4','poll_successfully_approved','Poll successfully approved.','Poll successfully approved.',1255170455),(5380,'en','poll','phpfox','2.0.0rc4','poll_successfully_deleted','Poll successfully deleted.','Poll successfully deleted.',1255170466),(5381,'en','poll','phpfox','2.0.0rc4','there_was_a_problem_moderating_this_poll','There was a problem moderating this poll.','There was a problem moderating this poll.',1255170475),(5382,'en','poll','phpfox','2.0.0rc4','provide_a_question_for_your_poll','Provide a question for your poll.','Provide a question for your poll.',1255171716),(5383,'en','poll','phpfox','2.0.0rc4','image_is_required','Image is required.','Image is required.',1255171726),(5384,'en','poll','phpfox','2.0.0rc4','your_user_group_lacks_permissions_to_edit_that_poll','Your user group lacks permissions to edit that poll.','Your user group lacks permissions to edit that poll.',1255171738),(5385,'en','poll','phpfox','2.0.0rc4','that_poll_does_not_exist','That poll does not exist.','That poll does not exist.',1255171746),(5386,'en','poll','phpfox','2.0.0rc4','each_poll_requires_an_image','Each poll requires an image.','Each poll requires an image.',1255171757),(5387,'en','poll','phpfox','2.0.0rc4','your_poll_has_been_updated','Your poll has been updated.','Your poll has been updated.',1255171768),(5388,'en','poll','phpfox','2.0.0rc4','your_poll_has_been_added','Your poll has been added.','Your poll has been added.',1255171787),(5389,'en','poll','phpfox','2.0.0rc4','your_poll_needs_to_be_approved_before_being_shown_on_the_site','Your poll needs to be approved before being shown on the site.','Your poll needs to be approved before being shown on the site.',1255171818),(5390,'en','poll','phpfox','2.0.0rc4','your_poll_has_been_added_feel_free_to_custom_design_it_the_way_you_want_here','Your poll has been added, feel free to custom design it the way you want here.','Your poll has been added, feel free to custom design it the way you want here.',1255171832),(5391,'en','poll','phpfox','2.0.0rc4','editing_a_new_poll','Editing a New Poll','Editing a New Poll',1255171871),(5392,'en','poll','phpfox','2.0.0rc4','adding_a_new_poll','Adding a New Poll','Adding a New Poll',1255171883),(5393,'en','poll','phpfox','2.0.0rc4','editing_poll','Editing Poll','Editing Poll',1255171892),(5394,'en','poll','phpfox','2.0.0rc4','adding_poll','Adding Poll','Adding Poll',1255171902),(5395,'en','poll','phpfox','2.0.0rc4','polls','Polls','Polls',1255173283),(5396,'en','poll','phpfox','2.0.0rc4','that_poll_doesn_t_exist','That poll doesn\'t exist.','That poll doesn\'t exist.',1255173405),(5397,'en','poll','phpfox','2.0.0rc4','you_do_not_have_permission_to_change_the_design_of_this_poll','You do not have permission to change the design of this poll.','You do not have permission to change the design of this poll.',1255173415),(5398,'en','poll','phpfox','2.0.0rc4','your_design_has_been_updated','Your design has been updated.','Your design has been updated.',1255173455),(5399,'en','poll','phpfox','2.0.0rc4','error','Error','Error',1255173463),(5400,'en','poll','phpfox','2.0.0rc4','there_are_no_answers_for_this_poll','There are no answers for this poll.','There are no answers for this poll.',1255173474),(5401,'en','poll','phpfox','2.0.0rc4','design_your_poll','Design your poll','Design your poll',1255173496),(5402,'en','poll','phpfox','2.0.0rc4','full_name_s_polls','{full_name}\'s polls','{full_name}\'s polls',1255173530),(5403,'en','poll','phpfox','2.0.0rc4','full_name_s_polls_on_site_title_full_name_has_total_poll_s','{full_name}\'s polls on {site_title}. {full_name} has {total} poll(s).','{full_name}\'s polls on {site_title}. {full_name} has {total} poll(s).',1255173568),(5404,'en','poll','phpfox','2.0.0rc4','full_name_s_polls_upper','{full_name}\'s Polls','{full_name}\'s Polls',1255173688),(5405,'en','poll','phpfox','2.0.0rc4','unable_to_view_this_poll','Unable to view this poll.','Unable to view this poll.',1255173739),(5406,'en','poll','phpfox','2.0.0rc4','full_name_s_poll_from_time_stamp_question','{full_name}\'s poll from {time_stamp}: {question}.','{full_name}\'s poll from {time_stamp}: {question}.',1255173901),(5407,'en','poll','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255174139),(5408,'en','poll','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_to_view_this_comment_follow_the_link_below_a_href_link_link_a','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255174369),(5409,'en','poll','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it_needs_to_be_approved_by_you_you_can_approve_or_deny_this_comment_by_following_the_link_below_a_href_link_link_a','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1255174466),(5410,'en','poll','phpfox','2.0.0rc4','on_name_s_poll','On {name}\'s poll.','On {name}\'s poll.',1255174523),(5411,'en','poll','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1255174562),(5412,'en','poll','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255174622),(5413,'en','poll','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_poll_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">poll</a>.',1255174724),(5414,'en','poll','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_poll_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">poll</a>.',1255174763),(5415,'en','poll','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_name_s_a_a_href_title_link_poll_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">poll</a>.',1255174808),(5416,'en','poll','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_poll_a_href_question_url_question_a','<a href=\"{user_link}\">{full_name}</a> added a new poll \"<a href=\"{question_url}\">{question}</a>\".','<a href=\"{user_link}\">{full_name}</a> added a new poll \"<a href=\"{question_url}\">{question}</a>\".',1255174875),(5417,'en','poll','phpfox','2.0.0rc4','create_a_poll','Create a Poll','Create a Poll',1255174957),(5418,'en','poll','phpfox','2.0.0rc4','manage_polls','Manage Polls','Manage Polls',1255174964),(5419,'en','poll','phpfox','2.0.0rc4','maximum_length_for_the_question_is_255_characters_and_it_cannot_be_empty','Maximum length for the question is 255 characters and it cannot be empty.','Maximum length for the question is 255 characters and it cannot be empty.',1255174984),(5420,'en','poll','phpfox','2.0.0rc4','we_dont_allow_default_answers_answer','We dont allow default answers ({answer}).','We dont allow default answers ({answer}).',1255174998),(5421,'en','poll','phpfox','2.0.0rc4','maximum_length_for_the_answers_is_150_characters','Maximum length for the answers is 150 characters.','Maximum length for the answers is 150 characters.',1255175017),(5422,'en','poll','phpfox','2.0.0rc4','you_need_to_write_at_least_2_answers','You need to write at least 2 answers.','You need to write at least 2 answers.',1255175025),(5423,'en','poll','phpfox','2.0.0rc4','insufficient_permissions_to_vote_on_this_poll','Insufficient permissions to vote on this poll.','Insufficient permissions to vote on this poll.',1255175086),(5424,'en','poll','phpfox','2.0.0rc4','only_friends_can_vote_on_this_poll','Only friends can vote on this poll.','Only friends can vote on this poll.',1255175103),(5425,'en','poll','phpfox','2.0.0rc4','you_have_reached_your_limit','You have reached your limit.','You have reached your limit.',1255175150),(5426,'en','poll','phpfox','2.0.0rc4','answer','Answer','Answer',1255175205),(5427,'en','poll','phpfox','2.0.0rc4','you_must_have_a_minimum_of_total_answers','You must have a minimum of {total} answers.','You must have a minimum of {total} answers.',1255175407),(5428,'en','poll','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255175467),(5429,'en','poll','phpfox','2.0.0rc4','poll_created_on_time_stamp_by_user_info','Poll created on {time_stamp} by {user_info}.','Poll created on {time_stamp} by {user_info}.',1255175511),(5430,'en','poll','phpfox','2.0.0rc4','this_poll_is_being_moderated_and_no_votes_can_be_added_until_it_has_been_approved','This poll is being moderated and no votes can be added until it has been approved.','This poll is being moderated and no votes can be added until it has been approved.',1255175581),(5431,'en','poll','phpfox','2.0.0rc4','submit_your_vote','Submit your Vote','Submit your Vote',1255175597),(5432,'en','poll','phpfox','2.0.0rc4','cancel','cancel','cancel',1255175606),(5433,'en','poll','phpfox','2.0.0rc4','approve','Approve','Approve',1255175615),(5434,'en','poll','phpfox','2.0.0rc4','edit','Edit','Edit',1255175621),(5435,'en','poll','phpfox','2.0.0rc4','delete','Delete','Delete',1255175628),(5436,'en','poll','phpfox','2.0.0rc4','report_this_poll','Report this Poll','Report this Poll',1255175642),(5437,'en','poll','phpfox','2.0.0rc4','report','Report','Report',1255175648),(5438,'en','poll','phpfox','2.0.0rc4','votes_total_votes','Votes ({total_votes})','Votes ({total_votes})',1255175662),(5439,'en','poll','phpfox','2.0.0rc4','comments_total_comment','Comments ({total_comment})','Comments ({total_comment})',1255175682),(5440,'en','poll','phpfox','2.0.0rc4','members_votes_total_votes','Members Votes ({total_votes})','Members Votes ({total_votes})',1255175708),(5441,'en','poll','phpfox','2.0.0rc4','poll_designer','Poll Designer','Poll Designer',1255175724),(5442,'en','poll','phpfox','2.0.0rc4','background','Background','Background',1255175738),(5443,'en','poll','phpfox','2.0.0rc4','select_color','Select Color','Select Color',1255175759),(5444,'en','poll','phpfox','2.0.0rc4','percent','Percent','Percent',1255175766),(5445,'en','poll','phpfox','2.0.0rc4','border','Border','Border',1255175781),(5446,'en','poll','phpfox','2.0.0rc4','save','Save','Save',1255175789),(5447,'en','poll','phpfox','2.0.0rc4','no_polls_have_been_added_yet','No polls have been added yet.','No polls have been added yet.',1255175819),(5448,'en','poll','phpfox','2.0.0rc4','be_the_first_to_create_a_poll','Be the First to Create a Poll.','Be the First to Create a Poll.',1255175829),(5449,'en','poll','phpfox','2.0.0rc4','votes_0','Votes (0)','Votes (0)',1255175879),(5450,'en','poll','phpfox','2.0.0rc4','total_votes_votes','{total_votes} Votes','{total_votes} Votes',1255175894),(5451,'en','poll','phpfox','2.0.0rc4','no_answers_to_show','No answers to show.','No answers to show.',1255175916),(5452,'en','poll','phpfox','2.0.0rc4','user_info_voted_answer_on_time_stamp','{user_info} voted \"{answer}\" on {time_stamp}.','{user_info} voted \"{answer}\" on {time_stamp}.',1255175946),(5453,'en','poll','phpfox','2.0.0rc4','default_answer','Default Answer','Default Answer',1255175983),(5454,'en','poll','phpfox','2.0.0rc4','answers','Answers','Answers',1255176044),(5455,'en','poll','phpfox','2.0.0rc4','image','Image','Image',1255176132),(5456,'en','poll','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255176141),(5457,'en','poll','phpfox','2.0.0rc4','click_here_to_delete_this_image_and_upload_a_new_one_in_its_place','Click here to delete this image and upload a new one in its place.','Click here to delete this image and upload a new one in its place.',1255176228),(5458,'en','poll','phpfox','2.0.0rc4','save_and_design_this_poll','Save and Design this Poll','Save and Design this Poll',1255176241),(5459,'en','poll','phpfox','2.0.0rc4','update','Update','Update',1255176248),(5460,'en','poll','phpfox','2.0.0rc4','submit','Submit','Submit',1255176254),(5461,'en','poll','phpfox','2.0.0rc4','skip_and_design_this_poll','Skip and Design this Poll','Skip and Design this Poll',1255176261),(5462,'en','poll','phpfox','2.0.0rc4','additional_options','Additional Options','Additional Options',1255176271),(5463,'en','poll','phpfox','2.0.0rc4','randomize_answers','Randomize Answers','Randomize Answers',1255176303),(5464,'en','poll','phpfox','2.0.0rc4','yes','Yes','Yes',1255177470),(5465,'en','poll','phpfox','2.0.0rc4','no','No','No',1255177476),(5466,'en','poll','phpfox','2.0.0rc4','comments','Comments','Comments',1255177482),(5467,'en','poll','phpfox','2.0.0rc4','allow_comments','Allow Comments','Allow Comments',1255177491),(5468,'en','poll','phpfox','2.0.0rc4','moderate_comments_first','Moderate Comments First','Moderate Comments First',1255177499),(5469,'en','poll','phpfox','2.0.0rc4','no_comments','No Comments','No Comments',1255177507),(5470,'en','poll','phpfox','2.0.0rc4','privacy','Privacy','Privacy',1255177514),(5471,'en','poll','phpfox','2.0.0rc4','public_poll_will_be_added_to_our_public_poll_section','Public (Poll will be added to our public poll section)','Public (Poll will be added to our public poll section)',1255177525),(5472,'en','poll','phpfox','2.0.0rc4','personal_poll_will_only_be_displayed_on_your_profile','Personal (Poll will only be displayed on your profile)','Personal (Poll will only be displayed on your profile)',1255177533),(5473,'en','poll','phpfox','2.0.0rc4','friends_only_friends_can_view_this_poll','Friends (Only friends can view this poll)','Friends (Only friends can view this poll)',1255177541),(5474,'en','poll','phpfox','2.0.0rc4','preferred_list_only_the_people_you_select_will_be_able_to_see_the_poll','Preferred list (only the people you select will be able to see the poll)','Preferred list (only the people you select will be able to see the poll)',1255177549),(5475,'en','poll','phpfox','2.0.0rc4','you_have_not_added_any_polls','You have not added any polls.','You have not added any polls.',1255177760),(5476,'en','poll','phpfox','2.0.0rc4','add_a_new_poll','Add a New Poll','Add a New Poll',1255177767),(5477,'en','poll','phpfox','2.0.0rc4','user_info_has_not_added_any_polls','{user_info} has not added any polls.','{user_info} has not added any polls.',1255177778),(5478,'en','poll','phpfox','2.0.0rc4','browse_other_polls','Browse Other Polls','Browse Other Polls',1255177793),(5479,'en','poll','phpfox','2.0.0rc4','be_the_first_to_add_a_poll','Be the first to add a poll.','Be the first to add a poll.',1255177809),(5480,'en','poll','phpfox','2.0.0rc8','polls_activity','Polls','Polls',1258500499),(5481,'en','poll','phpfox','2.0.0rc8','question','Question','Question',1259076823),(5482,'en','poll','phpfox','2.0.0rc11','user_setting_can_access_polls','Can browse and view polls?','Can browse and view polls?',1260276844),(5483,'en','poll','phpfox','2.0.0rc11','user_setting_can_create_poll','Can create a poll?','Can create a poll?',1260329272),(5484,'en','poll','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_poll_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">poll</a>.',1260464634),(5485,'en','poll','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_poll_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">poll</a>.',1260464942),(5486,'en','poll','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_poll_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">poll</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">poll</a>.',1260464961),(5487,'en','poll','phpfox','2.0.6','poll_results','Poll Results','Poll Results',1279631100),(5488,'en','poll','phpfox','2.0.6','public_votes','Public Votes','Public Votes',1283182388),(5489,'en','poll','phpfox','2.0.6','displays_all_users_who_voted_and_what_choice_they_voted_for','Displays all users who voted, and what choice they voted for.','Displays all users who voted, and what choice they voted for.',1283182519),(5490,'en','poll','phpfox','2.0.6','user_setting_can_view_hidden_poll_votes','Can view votes even if the poll is marked to hide votes? (Admin Option)','Can view votes even if the poll is marked to hide votes? (Admin Option)',1283182954),(5491,'en','poll','phpfox','2.0.6','votes_are_hidden_for_this_poll','Votes are hidden for this poll.','Votes are hidden for this poll.',1283183023),(5492,'en','privacy','phpfox','2.0.0alpha1','user_setting_can_set_allow_list_on_blogs','Can set an \"Allow List\" when adding a new blog?\r\n\r\nNote: This setting will give the user the feature to add a list of users that can view their blog.','Can set an \"Allow List\" when adding a new blog?\r\n\r\nNote: This setting will give the user the feature to add a list of users that can view their blog.',1214436510),(5493,'en','privacy','phpfox','2.0.0alpha1','module_privacy','Privacy','Privacy',1222250493),(5494,'en','privacy','phpfox','2.0.0rc4','update_preferred_list','Update Preferred List','Update Preferred List',1255177946),(5495,'en','privacy','phpfox','2.0.0rc4','insufficient_permissions','Insufficient Permissions','Insufficient Permissions',1255177963),(5496,'en','quiz','phpfox','2.0.0alpha1','module_quiz','Quizzes','Quizzes',1232964526),(5497,'en','quiz','phpfox','2.0.0alpha1','menu_quiz','Quizzes','Quizzes',1232964544),(5498,'en','quiz','phpfox','2.0.0alpha1','menu_add_new_quiz','Add New Quiz','Add New Quiz',1236280629),(5499,'en','quiz','phpfox','2.0.0alpha1','menu_view_quizzes','View My Quizzes','View My Quizzes',1236283393),(5500,'en','quiz','phpfox','2.0.0alpha1','setting_quizzes_to_show','<title>Quizzes to show</title><info>How many quizzes to show on the main page of the quizzes section</info>','<title>Quizzes to show</title><info>How many quizzes to show on the main page of the quizzes section</info>',1236538181),(5501,'en','quiz','phpfox','2.0.0alpha1','setting_quiz_view_time_stamp','<title>Quiz Time Stamp</title><info>This is the format used to display dates, it complies with http://php.net/date</info>','<title>Quiz Time Stamp</title><info>This is the format used to display dates, it complies with http://php.net/date</info>',1236760605),(5502,'en','quiz','phpfox','2.0.0alpha1','setting_default_answers_count','<title>How Many Answers Per Default</title><info>When adding a new question in a quiz how many answer fields to show</info>','<title>How Many Answers Per Default</title><info>When adding a new question in a quiz how many answer fields to show</info>',1236763431),(5503,'en','quiz','phpfox','2.0.0alpha1','user_setting_max_questions','How many questions can a new Quiz (created by a member of this user group) have.','How many questions can a new Quiz (created by a member of this user group) have.',1236783840),(5504,'en','quiz','phpfox','2.0.0alpha1','user_setting_min_questions','How many questions is the least a Quiz (created by members of this user group) can have.','How many questions is the least a Quiz (created by members of this user group) can have.',1236783905),(5505,'en','quiz','phpfox','2.0.0alpha1','user_setting_max_answers','How many answers maximum can each question in a quiz have','How many answers maximum can each question in a quiz have',1236785889),(5506,'en','quiz','phpfox','2.0.0alpha1','user_setting_min_answers','How many answers (minimum) can a question in a quiz have?','How many answers (minimum) can a question in a quiz have?',1236785965),(5507,'en','quiz','phpfox','2.0.0alpha1','user_setting_can_answer_own_quiz','Can users answer their own quizzes?','Can users answer their own quizzes?',1236943951),(5508,'en','quiz','phpfox','2.0.0alpha1','user_setting_can_approve_quizzes','Are members of this group able to approve quizzes','Are members of this group able to approve quizzes',1237047092),(5509,'en','quiz','phpfox','2.0.0alpha1','user_setting_can_delete_others_quizzes','Can members of this user group delete other people\'s quizzes','Can members of this user group delete other people\'s quizzes',1237047540),(5510,'en','quiz','phpfox','2.0.0alpha1','user_setting_new_quizzes_need_moderation','Do quizzes from user group need to be moderated before being shown?','Do quizzes from user group need to be moderated before being shown?',1237048619),(5511,'en','quiz','phpfox','2.0.0alpha1','user_setting_can_delete_own_quiz','Allow users from this user group to delete their own quizzes?','Allow users from this user group to delete their own quizzes?',1237552548),(5512,'en','quiz','phpfox','2.0.0alpha3','setting_show_percentage_in_track','<title>Show success as percentage in Tracker</title><info>In the block \"Recently Taken By\" set this to true if you want the success of each user to be shown as a percentage:\r\n75%\r\n\r\nIf you set it to false it will be shown as correct vs total answers:\r\n3/4</info>','<title>Show success as percentage in Tracker</title><info>In the block \"Recently Taken By\" set this to true if you want the success of each user to be shown as a percentage:\r\n75%\r\n\r\nIf you set it to false it will be shown as correct vs total answers:\r\n3/4</info>',1238587346),(5513,'en','quiz','phpfox','2.0.0alpha3','setting_show_percentage_in_results','<title>Show success as percentage in Results</title><info>When viewing \"Users Results\" if you set this to true you will see results as a percentage:\r\n75%\r\n\r\nIf you set it to false you will see results as correct vs total:\r\n3/4</info>','<title>Show success as percentage in Results</title><info>When viewing \"Users Results\" if you set this to true you will see results as a percentage:\r\n75%\r\n\r\nIf you set it to false you will see results as correct vs total:\r\n3/4</info>',1238587985),(5514,'en','quiz','phpfox','2.0.0alpha3','user_setting_can_post_comment_on_quiz','Can members of this user group post comments on quizzes?','Can members of this user group post comments on quizzes?',1238667312),(5515,'en','quiz','phpfox','2.0.0alpha3','user_setting_can_edit_own_questions','This setting tells if members of this user group can edit questions and answers in their own quizzes.','This setting tells if members of this user group can edit questions and answers in their own quizzes.',1238755312),(5516,'en','quiz','phpfox','2.0.0alpha3','user_setting_can_edit_others_questions','This setting tells if users of this user group can edit the questions and answers in quizzes made by other users.','This setting tells if users of this user group can edit the questions and answers in quizzes made by other users.',1238755426),(5517,'en','quiz','phpfox','2.0.0alpha3','user_setting_can_edit_own_title','This setting tells if members of this user group can edit the title, description and privacy settings in quizzes they posted.','This setting tells if members of this user group can edit the title, description and privacy settings in quizzes they posted.',1238755519),(5518,'en','quiz','phpfox','2.0.0alpha3','user_setting_can_edit_others_title','This setting tells if members of this user group can edit the title, description and privacy settings in quizzes posted by other members.','This setting tells if members of this user group can edit the title, description and privacy settings in quizzes posted by other members.',1238755589),(5519,'en','quiz','phpfox','2.0.0alpha3','user_setting_points_quiz','How many points to award per new quiz.','How many points to award per new quiz.',1239114765),(5520,'en','quiz','phpfox','2.0.0beta2','setting_takers_to_show','<title>Recent Takers To Show</title><info>On the \"Recently Taken By\" box, when viewing the results of one specific quiz, how many results do you want to show?</info>','<title>Recent Takers To Show</title><info>On the \"Recently Taken By\" box, when viewing the results of one specific quiz, how many results do you want to show?</info>',1242300171),(5521,'en','quiz','phpfox','2.0.0beta2','user_setting_can_view_results_before_answering','If this option is enabled members of this user group will be able to view what other users answered in a quiz before they answer the quiz themselves.','If this option is enabled members of this user group will be able to view what other users answered in a quiz before they answer the quiz themselves.',1242303282),(5522,'en','quiz','phpfox','2.0.0beta3','user_setting_can_upload_picture','Can members of this user group upload a picture along with the quiz?','Can members of this user group upload a picture along with the quiz?',1243866546),(5523,'en','quiz','phpfox','2.0.0beta3','user_setting_is_picture_upload_required','Is it a requirement to upload a picture with the quiz?\r\n\r\nBe careful as this setting along with the \"quiz.can_upload_picture\" could keep members from uploading any quiz (having is_picture_upload_required enabled but can_upload_picture disabled would render a useless add quiz page because of the mutual exclusion)','Is it a requirement to upload a picture with the quiz?\r\n\r\nBe careful as this setting along with the \"quiz.can_upload_picture\" could keep members from uploading any quiz (having is_picture_upload_required enabled but can_upload_picture disabled would render a useless add quiz page because of the mutual exclusion)',1243866831),(5524,'en','quiz','phpfox','2.0.0beta3','setting_quiz_max_image_pic_size','<title>Size of Uploaded Picture</title><info>When users upload an image with their quizzes this will be the maximum size for that picture, anything bigger will be resized.</info>','<title>Size of Uploaded Picture</title><info>When users upload an image with their quizzes this will be the maximum size for that picture, anything bigger will be resized.</info>',1243867563),(5525,'en','quiz','phpfox','2.0.0rc1','setting_quiz_meta_keywords','<title>Quiz Meta Keywords</title><info>Meta keywords used within quiz related sections.</info>','<title>Quiz Meta Keywords</title><info>Meta keywords used within quiz related sections.</info>',1252130471),(5526,'en','quiz','phpfox','2.0.0rc1','setting_quiz_meta_description','<title>Quiz Meta Description</title><info>Meta description used for quiz related sections.</info>','<title>Quiz Meta Description</title><info>Meta description used for quiz related sections.</info>',1252130542),(5527,'en','quiz','phpfox','2.0.0rc1','menu_profile_quiz','Quizzes','Quizzes',1252158191),(5528,'en','quiz','phpfox','2.0.0rc4','an_error_occured_and_your_image_could_not_be_deleted_please_try_again','An error occurred and your image could not be deleted. Please try again.','An error occurred and your image could not be deleted. Please try again.',1255179090),(5529,'en','quiz','phpfox','2.0.0rc4','quiz_approved','Quiz Approved','Quiz Approved',1255179107),(5530,'en','quiz','phpfox','2.0.0rc4','an_error_kept_the_system_from_approving_the_quiz_please_try_again','An error kept the system from approving the quiz, please try again.','An error kept the system from approving the quiz, please try again.',1255179118),(5531,'en','quiz','phpfox','2.0.0rc4','your_membership_does_not_allow_you_to_delete_this_quiz','Your membership does not allow you to delete this quiz.','Your membership does not allow you to delete this quiz.',1255179144),(5532,'en','quiz','phpfox','2.0.0rc4','recently_taken_by','Recently Taken By','Recently Taken By',1255179158),(5533,'en','quiz','phpfox','2.0.0rc4','view_more','View More','View More',1255179167),(5534,'en','quiz','phpfox','2.0.0rc4','that_quiz_does_not_exist_or_its_awaiting_moderation','That quiz does not exist or its awaiting moderation.','That quiz does not exist or its awaiting moderation.',1255179184),(5535,'en','quiz','phpfox','2.0.0rc4','your_quiz_has_been_edited','Your quiz has been edited.','Your quiz has been edited.',1255179193),(5536,'en','quiz','phpfox','2.0.0rc4','edit_quiz','Edit Quiz','Edit Quiz',1255179332),(5537,'en','quiz','phpfox','2.0.0rc4','add_new_quiz','Add New Quiz','Add New Quiz',1255179343),(5538,'en','quiz','phpfox','2.0.0rc4','you_need_to_write_a_title','You need to write a title.','You need to write a title.',1255179355),(5539,'en','quiz','phpfox','2.0.0rc4','you_need_to_write_a_description','You need to write a description.','You need to write a description.',1255179363),(5540,'en','quiz','phpfox','2.0.0rc4','do_you_want_to_allow_comments','Do you want to allow comments?','Do you want to allow comments?',1255179371),(5541,'en','quiz','phpfox','2.0.0rc4','is_this_quiz_public_for_friends_only_or_a_specific_list_of_members','Is this quiz public, for friends only or a specific list of members?','Is this quiz public, for friends only or a specific list of members?',1255179383),(5542,'en','quiz','phpfox','2.0.0rc4','your_quiz_has_been_added_it_needs_to_be_approved_by_our_staff_before_it_can_be_shown','Your quiz has been added. It needs to be approved by our staff before it can be shown.','Your quiz has been added. It needs to be approved by our staff before it can be shown.',1255179396),(5543,'en','quiz','phpfox','2.0.0rc4','your_quiz_has_been_added','Your quiz has been added.','Your quiz has been added.',1255179405),(5544,'en','quiz','phpfox','2.0.0rc4','there_was_an_error_with_your_quiz_please_try_again','There was an error with your quiz, please try again.','There was an error with your quiz, please try again.',1255179415),(5545,'en','quiz','phpfox','2.0.0rc4','you_are_not_allowed_to_edit_this_quiz','You are not allowed to edit this quiz.','You are not allowed to edit this quiz.',1255179426),(5546,'en','quiz','phpfox','2.0.0rc4','full_name_s_quizzes','{full_name}\'s Quizzes','{full_name}\'s Quizzes',1255179462),(5547,'en','quiz','phpfox','2.0.0rc4','quizzes','Quizzes','Quizzes',1255179484),(5548,'en','quiz','phpfox','2.0.0rc4','you_have_already_answered_this_quiz','You have already answered this quiz.','You have already answered this quiz.',1255179499),(5549,'en','quiz','phpfox','2.0.0rc4','you_have_to_answer_the_questions_if_you_want_to_do_that','You have to answer the questions if you want to do that.','You have to answer the questions if you want to do that.',1255179510),(5550,'en','quiz','phpfox','2.0.0rc4','you_are_not_allowed_to_answer_your_own_quiz','You are not allowed to answer your own quiz.','You are not allowed to answer your own quiz.',1255179519),(5551,'en','quiz','phpfox','2.0.0rc4','your_answers_have_been_submitted_and_your_score_is_score','Your answers have been submitted and your score is {score}%','Your answers have been submitted and your score is {score}%',1255179553),(5552,'en','quiz','phpfox','2.0.0rc4','you_need_to_answer_the_quiz_before_looking_at_the_results','You need to answer the quiz before looking at the results.','You need to answer the quiz before looking at the results.',1255179603),(5553,'en','quiz','phpfox','2.0.0rc4','full_name_s_quiz_from_time_stamp_title','{full_name}\'s quiz from {time_stamp}: {title}.','{full_name}\'s quiz from {time_stamp}: {title}.',1255179676),(5554,'en','quiz','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_quiz_a_href_question_url_question_a','<a href=\"{user_link}\">{full_name}</a> added a new quiz \"<a href=\"{question_url}\">{question}</a>\".','<a href=\"{user_link}\">{full_name}</a> added a new quiz \"<a href=\"{question_url}\">{question}</a>\".',1255179742),(5555,'en','quiz','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">quiz</a>.',1255180630),(5556,'en','quiz','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">quiz</a>.',1255180721),(5557,'en','quiz','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_name_s_a_a_href_title_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">quiz</a>.',1255180745),(5558,'en','quiz','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1255180828),(5559,'en','quiz','phpfox','2.0.0rc4','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255180889),(5560,'en','quiz','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255180942),(5561,'en','quiz','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_message','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255180994),(5562,'en','quiz','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it_needs_to_be_approved_by_you_you_can_approve_or_deny_this_comment_by_following_the_link_below_a_href_link_link_a','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1255181069),(5563,'en','quiz','phpfox','2.0.0rc4','on_name_s_quiz','On {name}\'s quiz.','On {name}\'s quiz.',1255181115),(5564,'en','quiz','phpfox','2.0.0rc4','create_a_quiz','Create a Quiz','Create a Quiz',1255181137),(5565,'en','quiz','phpfox','2.0.0rc4','manage_quizzes','Manage Quizzes','Manage Quizzes',1255181145),(5566,'en','quiz','phpfox','2.0.0rc4','you_cannot_answer_a_quiz_that_has_not_been_approved','You cannot answer a quiz that has not been approved.','You cannot answer a quiz that has not been approved.',1255181166),(5567,'en','quiz','phpfox','2.0.0rc4','you_need_to_answer_every_question','You need to answer every question.','You need to answer every question.',1255181174),(5568,'en','quiz','phpfox','2.0.0rc4','you_cannot_answer_your_own_quiz','You cannot answer your own quiz.','You cannot answer your own quiz.',1255181186),(5569,'en','quiz','phpfox','2.0.0rc4','you_do_not_have_the_permission_to_edit_this_quiz','You do not have the permission to edit this quiz.','You do not have the permission to edit this quiz.',1255181213),(5570,'en','quiz','phpfox','2.0.0rc4','answer','Answer','Answer',1255181259),(5571,'en','quiz','phpfox','2.0.0rc4','we_do_not_allow_empty_answers','We do not allow empty answers.','We do not allow empty answers.',1255181274),(5572,'en','quiz','phpfox','2.0.0rc4','we_do_not_allow_default_answers_answer','We do not allow default answers ({answer}).','We do not allow default answers ({answer}).',1255181295),(5573,'en','quiz','phpfox','2.0.0rc4','the_question_field_cannot_be_empty','The question field cannot be empty.','The question field cannot be empty.',1255181314),(5574,'en','quiz','phpfox','2.0.0rc4','you_need_to_set_at_least_one_correct_answer_per_question','You need to set at least one correct answer per question.','You need to set at least one correct answer per question.',1255181324),(5575,'en','quiz','phpfox','2.0.0rc4','you_need_to_add_a_minimum_of_min_and_a_maximum_of_max_questions_per_quiz_you_submitted_total','You need to add a minimum of {min} and a maximum of {max} questions per quiz. You submitted {total}.','You need to add a minimum of {min} and a maximum of {max} questions per quiz. You submitted {total}.',1255181354),(5576,'en','quiz','phpfox','2.0.0rc4','you_need_to_add_a_minimum_of_2_answers_in_each_question','You need to add a minimum of 2 answers in each question.','You need to add a minimum of 2 answers in each question.',1255181393),(5577,'en','quiz','phpfox','2.0.0rc4','not_answered','Not answered','Not answered',1255181413),(5578,'en','quiz','phpfox','2.0.0rc4','you_have_reached_the_maximum_questions_allowed_per_quiz','You have reached the maximum questions allowed per quiz.','You have reached the maximum questions allowed per quiz.',1255181465),(5579,'en','quiz','phpfox','2.0.0rc4','you_are_required_a_minimum_of_total_questions','You are required a minimum of {total} questions.','You are required a minimum of {total} questions.',1255181503),(5580,'en','quiz','phpfox','2.0.0rc4','you_have_reached_the_maximum_answers_allowed_per_question','You have reached the maximum answers allowed per question.','You have reached the maximum answers allowed per question.',1255181539),(5581,'en','quiz','phpfox','2.0.0rc4','you_are_required_a_minimum_of_total_answers_per_question','You are required a minimum of {total} answers per question.','You are required a minimum of {total} answers per question.',1255181567),(5582,'en','quiz','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255181599),(5583,'en','quiz','phpfox','2.0.0rc4','delete','Delete','Delete',1255181638),(5584,'en','quiz','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_this_quiz','Are you sure you want to delete this quiz?','Are you sure you want to delete this quiz?',1255181693),(5585,'en','quiz','phpfox','2.0.0rc4','quiz_created_on_time_stamp_by_user_info','Quiz created on {time_stamp} by {user_info}.','Quiz created on {time_stamp} by {user_info}.',1255328471),(5586,'en','quiz','phpfox','2.0.0rc4','quiz_created_on_time_stamp','Quiz created on {time_stamp}.','Quiz created on {time_stamp}.',1255328503),(5587,'en','quiz','phpfox','2.0.0rc4','this_quiz_is_awaiting_moderation','This quiz is awaiting moderation.','This quiz is awaiting moderation.',1255328532),(5588,'en','quiz','phpfox','2.0.0rc4','view','View','View',1255328556),(5589,'en','quiz','phpfox','2.0.0rc4','be_the_first_to_answer_this_quiz','Be the first to answer this quiz','Be the first to answer this quiz',1255328565),(5590,'en','quiz','phpfox','2.0.0rc4','submit_your_answers','Submit Your Answers','Submit Your Answers',1255328586),(5591,'en','quiz','phpfox','2.0.0rc4','approve','Approve','Approve',1255328597),(5592,'en','quiz','phpfox','2.0.0rc4','results','Results','Results',1255328626),(5593,'en','quiz','phpfox','2.0.0rc4','take','Take','Take',1255328638),(5594,'en','quiz','phpfox','2.0.0rc4','edit','Edit','Edit',1255328646),(5595,'en','quiz','phpfox','2.0.0rc4','question','Question','Question',1255328675),(5596,'en','quiz','phpfox','2.0.0rc4','quiz_results_percentage_100','Quiz Results ({percentage}/100)','Quiz Results ({percentage}/100)',1255328797),(5597,'en','quiz','phpfox','2.0.0rc4','quiz_results_for_full_name_percentage_100','Quiz Results for {full_name} ({percentage}/100)','Quiz Results for {full_name} ({percentage}/100)',1255328863),(5598,'en','quiz','phpfox','2.0.0rc4','full_name_s_answer','{full_name}\'s answer','{full_name}\'s answer',1255328904),(5599,'en','quiz','phpfox','2.0.0rc4','correct_answer','Correct Answer','Correct Answer',1255328920),(5600,'en','quiz','phpfox','2.0.0rc4','title','Title','Title',1255328972),(5601,'en','quiz','phpfox','2.0.0rc4','description','Description','Description',1255328983),(5602,'en','quiz','phpfox','2.0.0rc4','255_character_limit','255 character limit.','255 character limit.',1255328992),(5603,'en','quiz','phpfox','2.0.0rc4','quiz_questions','Quiz Questions','Quiz Questions',1255329004),(5604,'en','quiz','phpfox','2.0.0rc4','submit','Submit','Submit',1255329019),(5605,'en','quiz','phpfox','2.0.0rc4','add_another_question','Add Another Question','Add Another Question',1255329025),(5606,'en','quiz','phpfox','2.0.0rc4','additional_options','Additional Options','Additional Options',1255329033),(5607,'en','quiz','phpfox','2.0.0rc4','image','Image','Image',1255329040),(5608,'en','quiz','phpfox','2.0.0rc4','click_here_to_delete_this_image_and_upload_a_new_one_in_its_place','Click here to delete this image and upload a new one in its place.','Click here to delete this image and upload a new one in its place.',1255329061),(5609,'en','quiz','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255329078),(5610,'en','quiz','phpfox','2.0.0rc4','comments','Comments','Comments',1255329084),(5611,'en','quiz','phpfox','2.0.0rc4','allow_comments','Allow Comments','Allow Comments',1255329093),(5612,'en','quiz','phpfox','2.0.0rc4','moderate_comments_first','Moderate Comments First','Moderate Comments First',1255329102),(5613,'en','quiz','phpfox','2.0.0rc4','no_comments','No Comments','No Comments',1255329109),(5614,'en','quiz','phpfox','2.0.0rc4','privacy','Privacy','Privacy',1255329116),(5615,'en','quiz','phpfox','2.0.0rc4','public_quiz_will_be_added_to_our_public_quiz_section','Public (quiz will be added to our public quiz section)','Public (quiz will be added to our public quiz section)',1255329126),(5616,'en','quiz','phpfox','2.0.0rc4','personal_quiz_will_only_be_displayed_on_your_profile','Personal (quiz will only be displayed on your profile)','Personal (quiz will only be displayed on your profile)',1255329135),(5617,'en','quiz','phpfox','2.0.0rc4','friends_only_friends_can_view_this_quiz','Friends (Only friends can view this quiz)','Friends (Only friends can view this quiz)',1255329144),(5618,'en','quiz','phpfox','2.0.0rc4','preferred_list_only_the_people_you_select_will_be_able_to_see_the_quiz','Preferred list (only the people you select will be able to see the quiz)','Preferred list (only the people you select will be able to see the quiz)',1255329156),(5619,'en','quiz','phpfox','2.0.0rc4','you_have_not_added_any_quizzes','You have not added any quizzes.','You have not added any quizzes.',1255329188),(5620,'en','quiz','phpfox','2.0.0rc4','no_quizzes_have_been_added_yet','No quizzes have been added yet.','No quizzes have been added yet.',1255329194),(5621,'en','quiz','phpfox','2.0.0rc4','add_your_quizzes_here','Add your quizzes here.','Add your quizzes here.',1255329203),(5622,'en','quiz','phpfox','2.0.0rc4','be_the_first_to_add_a_quiz','Be the first to add a quiz','Be the first to add a quiz',1255329212),(5623,'en','quiz','phpfox','2.0.0rc4','the_link_that_brought_you_here_is_wrong','The link that brought you here is wrong.','The link that brought you here is wrong.',1255329224),(5624,'en','quiz','phpfox','2.0.0rc4','click_here_to_get_the_quiz_from_the_real_owner','Click here to get the quiz from the real owner.','Click here to get the quiz from the real owner.',1255329232),(5625,'en','quiz','phpfox','2.0.0rc4','unable_to_load_rating_callback','Unable to load rating callback.','Unable to load rating callback.',1255329272),(5626,'en','quiz','phpfox','2.0.0rc4','not_a_valid_post','Not a valid POST.','Not a valid POST.',1255329293),(5627,'en','quiz','phpfox','2.0.0rc8','user_info_has_not_added_any_quizzes_yet','{user_info} has not added any quizzes yet.','{user_info} has not added any quizzes yet.',1258396653),(5628,'en','quiz','phpfox','2.0.0rc8','quiz_successfully_deleted','Quiz successfully deleted.','Quiz successfully deleted.',1258492359),(5629,'en','quiz','phpfox','2.0.0rc8','question_count','Question {count}','Question {count}',1258996653),(5630,'en','quiz','phpfox','2.0.0rc8','answer_count','Answer {count}...','Answer {count}...',1258996761),(5631,'en','quiz','phpfox','2.0.0rc8','answers','Answers','Answers',1258997586),(5632,'en','quiz','phpfox','2.0.0rc8','taken_on_time_stamp','Taken on {time_stamp}.','Taken on {time_stamp}.',1259076940),(5633,'en','quiz','phpfox','2.0.0rc8','users_results','User Results','User Results',1259077018),(5634,'en','quiz','phpfox','2.0.0rc9','add','Add','Add',1259169302),(5635,'en','quiz','phpfox','2.0.0rc9','accept','Accept','Accept',1259169333),(5636,'en','quiz','phpfox','2.0.0rc11','user_setting_can_access_quiz','Can browse and view the quiz module?','Can browse and view the quiz module?',1260286388),(5637,'en','quiz','phpfox','2.0.0rc11','user_setting_can_create_quiz','Can create a quiz?','Can create a quiz?',1260329212),(5638,'en','quiz','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">quiz</a>.',1260461040),(5639,'en','quiz','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_a_href_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> likes their own <a href=\"{link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> likes their own <a href=\"{link}\">quiz</a>.',1260461147),(5640,'en','quiz','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_a_href_link_quiz_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">quiz</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">quiz</a>.',1260461167),(5641,'en','quiz','phpfox','2.0.5dev2','user_setting_flood_control_quiz','How many minutes should a user wait before they can create another quiz?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can create another quiz?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275108124),(5642,'en','quiz','phpfox','2.0.5dev2','you_are_creating_a_quiz_a_little_too_soon','You are creating a quiz a little too soon.','You are creating a quiz a little too soon.',1275108149),(5643,'en','rate','phpfox','2.0.0beta2','module_rate','Rate','Rate',1242039437),(5644,'en','rate','phpfox','2.0.0rc4','unable_to_load_rating_callback','Unable to load rating callback.','Unable to load rating callback.',1255329311),(5645,'en','rate','phpfox','2.0.0rc4','not_a_valid_post','Not a valid POST.','Not a valid POST.',1255329317),(5646,'en','rate','phpfox','2.0.0rc4','not_a_valid_item_to_rate','Not a valid item to rate.','Not a valid item to rate.',1255329333),(5647,'en','rate','phpfox','2.0.0rc4','sorry_you_are_not_able_to_rate_your_own_item','Sorry, you are not able to rate your own item.','Sorry, you are not able to rate your own item.',1255329341),(5648,'en','rate','phpfox','2.0.0rc4','you_have_already_voted_on_this_item','You have already voted on this item.','You have already voted on this item.',1255329350),(5649,'en','rate','phpfox','2.0.0rc4','thanks_for_rating','Thanks for rating!','Thanks for rating!',1255329640),(5650,'en','rate','phpfox','2.0.0rc8','rate','Rate','Rate',1258557372),(5651,'en','report','phpfox','2.0.0alpha1','user_setting_can_report_comments','Can report on comments?','Can report on comments?',1218790099),(5652,'en','report','phpfox','2.0.0alpha1','report','Report','Report',1212758605),(5653,'en','report','phpfox','2.0.0alpha1','report_a_comment','Report a Comment','Report a Comment',1212758732),(5654,'en','report','phpfox','2.0.0alpha1','you_have_already_reported_this_item','You have already reported this item.','You have already reported this item.',1219411144),(5655,'en','report','phpfox','2.0.0alpha1','you_are_about_report_violation_our_terms_use','You are about to report a violation of our Terms of Use.','You are about to report a violation of our Terms of Use.',1219411155),(5656,'en','report','phpfox','2.0.0alpha1','all_reports_are_strictly_confidential','<strong>All reports are strictly confidential</strong>.','<strong>All reports are strictly confidential</strong>.',1219411169),(5657,'en','report','phpfox','2.0.0alpha1','choose_one','Choose one...','Choose one...',1219411180),(5658,'en','report','phpfox','2.0.0beta2','admin_menu_view_reports','View Reports','View Reports',1242580237),(5659,'en','report','phpfox','2.0.0beta2','admin_menu_add_category','Add Category','Add Category',1242635091),(5660,'en','report','phpfox','2.0.0beta2','admin_menu_manage_categories','Manage Categories','Manage Categories',1242635091),(5661,'en','report','phpfox','2.0.0rc4','category_successfully_updated','Category successfully updated.','Category successfully updated.',1255329781),(5662,'en','report','phpfox','2.0.0rc4','category_successfully_added','Category successfully added.','Category successfully added.',1255329789),(5663,'en','report','phpfox','2.0.0rc4','edit_a_category','Edit a Category','Edit a Category',1255329797),(5664,'en','report','phpfox','2.0.0rc4','add_a_category','Add a Category','Add a Category',1255329806),(5665,'en','report','phpfox','2.0.0rc4','successfully_deleted_categories','Successfully deleted categories.','Successfully deleted categories.',1255329834),(5666,'en','report','phpfox','2.0.0rc4','manage_categories','Manage Categories','Manage Categories',1255329842),(5667,'en','report','phpfox','2.0.0rc4','report_s_successfully_ignored','Report(s) successfully ignored.','Report(s) successfully ignored.',1255329858),(5668,'en','report','phpfox','2.0.0rc4','reports','Reports','Reports',1255329868),(5669,'en','report','phpfox','2.0.0rc4','provide_a_category_name','Provide a category name.','Provide a category name.',1255329905),(5670,'en','report','phpfox','2.0.0rc4','not_a_valid_category_to_edit','Not a valid category to edit.','Not a valid category to edit.',1255329928),(5671,'en','report','phpfox','2.0.0rc4','not_a_valid_report','Not a valid report.','Not a valid report.',1255329942),(5672,'en','report','phpfox','2.0.0rc4','you_are_about_to_report_a_violation_of_our_a_href_link_target_blank_terms_of_use_a','You are about to report a violation of our <a href=\"{link}\" target=\"_blank\">Terms of Use</a>.','You are about to report a violation of our <a href=\"{link}\" target=\"_blank\">Terms of Use</a>.',1255330036),(5673,'en','report','phpfox','2.0.0rc4','reason','Reason','Reason',1255330068),(5674,'en','report','phpfox','2.0.0rc4','user','User','User',1255330120),(5675,'en','report','phpfox','2.0.0rc4','category','Category','Category',1255330126),(5676,'en','report','phpfox','2.0.0rc4','date','Date','Date',1255330132),(5677,'en','report','phpfox','2.0.0rc4','report_this_user','Report this User','Report this User',1255330248),(5678,'en','report','phpfox','2.0.0rc4','category_details','Category Details','Category Details',1255330269),(5679,'en','report','phpfox','2.0.0rc4','category_name','Category Name','Category Name',1255330290),(5680,'en','report','phpfox','2.0.0rc4','update','Update','Update',1255330297),(5681,'en','report','phpfox','2.0.0rc4','add','Add','Add',1255330303),(5682,'en','report','phpfox','2.0.0rc4','module','Module','Module',1255330314),(5683,'en','report','phpfox','2.0.0rc4','delete_selected','Delete Selected','Delete Selected',1255330327),(5684,'en','report','phpfox','2.0.0rc4','no_categories','No Categories.','No Categories.',1255330333),(5685,'en','report','phpfox','2.0.0rc4','total','Total','Total',1255330356),(5686,'en','report','phpfox','2.0.0rc4','last_report','Last Report','Last Report',1255330368),(5687,'en','report','phpfox','2.0.0rc4','ignore_selected','Ignore Selected','Ignore Selected',1255330389),(5688,'en','report','phpfox','2.0.0rc4','no_reports','No reports.','No reports.',1255330395),(5689,'en','report','phpfox','2.0.0rc4','report_this_feed','Report this feed.','Report this feed.',1256657121),(5690,'en','request','phpfox','2.0.0alpha1','module_request','Request','Request',1221480181),(5691,'en','request','phpfox','2.0.0alpha3','setting_display_request_box_on_empty','<title>Display Request Box</title><info>Select True if you would like to display the requests (eg. friend requests) block on the sites index page even when a user has no requests.</info>','<title>Display Request Box</title><info>Select True if you would like to display the requests (eg. friend requests) block on the sites index page even when a user has no requests.</info>',1239098595),(5692,'en','request','phpfox','2.0.0rc4','requests','Requests','Requests',1255330458),(5693,'en','request','phpfox','2.0.0rc4','confirm_requests','Confirm Requests','Confirm Requests',1255330482),(5694,'en','request','phpfox','2.0.0rc4','invalid_request_redirect','Invalid request redirect.','Invalid request redirect.',1255330761),(5695,'en','request','phpfox','2.0.0rc4','there_are_no_new_requests','There are no new requests.','There are no new requests.',1255330810),(5696,'en','rss','phpfox','2.0.0alpha1','module_rss','Rss Feeds','Rss Feeds',1233130688),(5697,'en','rss','phpfox','2.0.0beta5','admin_menu_manage_feeds','Manage Feeds','Manage Feeds',1245508823),(5698,'en','rss','phpfox','2.0.0beta5','admin_menu_add_new_feed','Add New Feed','Add New Feed',1245508823),(5699,'en','rss','phpfox','2.0.0beta5','admin_menu_manage_groups','Manage Groups','Manage Groups',1245513778),(5700,'en','rss','phpfox','2.0.0beta5','admin_menu_add_new_group','Add New Group','Add New Group',1245513778),(5701,'en','rss','phpfox','2.0.0beta5','setting_total_rss_display','<title>Total Items</title><info>Define how many items can be displayed within a RSS feed.</info>','<title>Total Items</title><info>Define how many items can be displayed within a RSS feed.</info>',1245534638),(5702,'en','rss','phpfox','2.0.0beta5','setting_display_rss_count_on_profile','<title>RSS Subscriber Count on Profile</title><info>Set to <b>True</b> to display the RSS subscriber count on a users profile.\r\n\r\n<b>Notice:</b> If enabled the user will have the ability to disable this via their privacy settings.</info>','<title>RSS Subscriber Count on Profile</title><info>Set to <b>True</b> to display the RSS subscriber count on a users profile.\r\n\r\n<b>Notice:</b> If enabled the user will have the ability to disable this via their privacy settings.</info>',1245591302),(5703,'en','rss','phpfox','2.0.0rc2','rss_subscribers','RSS Subscribers','RSS Subscribers',1253083444),(5704,'en','rss','phpfox','2.0.0rc2','rss_subscribers_log','RSS Subscribers Log','RSS Subscribers Log',1253083456),(5705,'en','rss','phpfox','2.0.0rc3','subscribe_to_my_feed','Subscribe to my feed.','Subscribe to my feed.',1254466507),(5706,'en','rss','phpfox','2.0.0rc4','subscribers','Subscribers','Subscribers',1255330863),(5707,'en','rss','phpfox','2.0.0rc4','other','Other','Other',1255330878),(5708,'en','rss','phpfox','2.0.0rc4','group_successfully_updated','Group successfully updated.','Group successfully updated.',1255330910),(5709,'en','rss','phpfox','2.0.0rc4','group_successfully_added','Group successfully added.','Group successfully added.',1255330918),(5710,'en','rss','phpfox','2.0.0rc4','add_new_group','Add New Group','Add New Group',1255330926),(5711,'en','rss','phpfox','2.0.0rc4','manage_groups','Manage Groups','Manage Groups',1255330935),(5712,'en','rss','phpfox','2.0.0rc4','group_successfully_deleted','Group successfully deleted.','Group successfully deleted.',1255330945),(5713,'en','rss','phpfox','2.0.0rc4','feed_successfully_updated','Feed successfully updated.','Feed successfully updated.',1255330969),(5714,'en','rss','phpfox','2.0.0rc4','feed_successfully_added','Feed successfully added.','Feed successfully added.',1255330977),(5715,'en','rss','phpfox','2.0.0rc4','editing_feed','Editing Feed','Editing Feed',1255331032),(5716,'en','rss','phpfox','2.0.0rc4','add_new_feed','Add New Feed','Add New Feed',1255331093),(5717,'en','rss','phpfox','2.0.0rc4','manage_feeds','Manage Feeds','Manage Feeds',1255331206),(5718,'en','rss','phpfox','2.0.0rc4','feed_successfully_deleted','Feed successfully deleted.','Feed successfully deleted.',1255331223),(5719,'en','rss','phpfox','2.0.0rc4','unable_to_find_rss_log','Unable to find RSS log.','Unable to find RSS log.',1255331249),(5720,'en','rss','phpfox','2.0.0rc4','viewing_rss_feed_log','Viewing RSS Feed Log','Viewing RSS Feed Log',1255331261),(5721,'en','rss','phpfox','2.0.0rc4','rss_feed_log','RSS Feed Log','RSS Feed Log',1255331280),(5722,'en','rss','phpfox','2.0.0rc4','rss_feeds','RSS Feeds','RSS Feeds',1255331339),(5723,'en','rss','phpfox','2.0.0rc4','rss_logs','RSS Logs','RSS Logs',1255331387),(5724,'en','rss','phpfox','2.0.0rc4','log','Log','Log',1255331407),(5725,'en','rss','phpfox','2.0.0rc4','user_has_disabled_rss_feeds','User has disabled RSS feeds.','User has disabled RSS feeds.',1255331450),(5726,'en','rss','phpfox','2.0.0rc4','unable_to_find_the_group_you_are_planning_to_edit','Unable to find the group you are planning to edit.','Unable to find the group you are planning to edit.',1255331854),(5727,'en','rss','phpfox','2.0.0rc4','select_a_product','Select a product.','Select a product.',1255331873),(5728,'en','rss','phpfox','2.0.0rc4','select_a_module','Select a module.','Select a module.',1255331895),(5729,'en','rss','phpfox','2.0.0rc4','at_least_one_name_for_the_group_is_required','At least one name for the group is required.','At least one name for the group is required.',1255331910),(5730,'en','rss','phpfox','2.0.0rc4','select_if_the_group_is_active_or_not','Select if the group is active or not.','Select if the group is active or not.',1255331919),(5731,'en','rss','phpfox','2.0.0rc4','not_a_valid_request','Not a valid request.','Not a valid request.',1255331946),(5732,'en','rss','phpfox','2.0.0rc4','the_group_you_are_looking_for_cannot_be_found','The group you are looking for cannot be found.','The group you are looking for cannot be found.',1255331961),(5733,'en','rss','phpfox','2.0.0rc4','unable_to_find_the_feed_you_are_looking_for','Unable to find the feed you are looking for.','Unable to find the feed you are looking for.',1255331975),(5734,'en','rss','phpfox','2.0.0rc4','display_rss_count','Display RSS Count','Display RSS Count',1255331994),(5735,'en','rss','phpfox','2.0.0rc4','rss_subscribtion','RSS Subscribtion','RSS Subscribtion',1255332001),(5736,'en','rss','phpfox','2.0.0rc4','select_a_group_for_this_feed','Select a group for this feed.','Select a group for this feed.',1255333371),(5737,'en','rss','phpfox','2.0.0rc4','at_least_one_title_for_the_feed_is_required','At least one title for the feed is required.','At least one title for the feed is required.',1255333379),(5738,'en','rss','phpfox','2.0.0rc4','at_least_one_description_for_the_feed_is_required','At least one description for the feed is required.','At least one description for the feed is required.',1255333387),(5739,'en','rss','phpfox','2.0.0rc4','provide_a_link_for_the_feed','Provide a link for the feed.','Provide a link for the feed.',1255333396),(5740,'en','rss','phpfox','2.0.0rc4','provide_proper_php_code','Provide proper PHP code.','Provide proper PHP code.',1255333407),(5741,'en','rss','phpfox','2.0.0rc4','php_code_for_the_feed_is_required','PHP code for the feed is required.','PHP code for the feed is required.',1255333421),(5742,'en','rss','phpfox','2.0.0rc4','select_if_the_feed_can_be_seen_site_wide','Select if the feed can be seen site wide.','Select if the feed can be seen site wide.',1255333897),(5743,'en','rss','phpfox','2.0.0rc4','select_if_the_feed_is_active_or_not','Select if the feed is active or not.','Select if the feed is active or not.',1255333911),(5744,'en','rss','phpfox','2.0.0rc4','the_feed_you_are_looking_for_cannot_be_found','The feed you are looking for cannot be found.','The feed you are looking for cannot be found.',1255333928),(5745,'en','rss','phpfox','2.0.0rc4','unable_to_find_the_feed_you_are_planning_to_edit','Unable to find the feed you are planning to edit.','Unable to find the feed you are planning to edit.',1255333957),(5746,'en','rss','phpfox','2.0.0rc4','latest_updates_from_full_name','Latest updates from {full_name}','Latest updates from {full_name}',1255333977),(5747,'en','rss','phpfox','2.0.0rc4','unable_to_find_rss_feed','Unable to find RSS feed.','Unable to find RSS feed.',1255333997),(5748,'en','rss','phpfox','2.0.0rc4','not_a_valid_rss_feed_php_code_failed','Not a valid RSS feed (PHP code failed).','Not a valid RSS feed (PHP code failed).',1255334006),(5749,'en','rss','phpfox','2.0.0rc4','rss_feed_url','RSS Feed URL','RSS Feed URL',1255334039),(5750,'en','rss','phpfox','2.0.0rc4','feed_readers_aggregators_and_web_browsers','Feed Readers, Aggregators and Web Browsers','Feed Readers, Aggregators and Web Browsers',1255334052),(5751,'en','rss','phpfox','2.0.0rc4','reader','Reader','Reader',1255334059),(5752,'en','rss','phpfox','2.0.0rc4','ip_address','IP Address','IP Address',1255334092),(5753,'en','rss','phpfox','2.0.0rc4','date','Date','Date',1255334104),(5754,'en','rss','phpfox','2.0.0rc4','no_subscribers_found','No subscribers found.','No subscribers found.',1255334163),(5755,'en','rss','phpfox','2.0.0rc4','group_details','Group Details','Group Details',1255334178),(5756,'en','rss','phpfox','2.0.0rc4','name','Name','Name',1255334185),(5757,'en','rss','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255334194),(5758,'en','rss','phpfox','2.0.0rc4','yes','Yes','Yes',1255334200),(5759,'en','rss','phpfox','2.0.0rc4','no','No','No',1255334205),(5760,'en','rss','phpfox','2.0.0rc4','submit','Submit','Submit',1255334212),(5761,'en','rss','phpfox','2.0.0rc4','groups','Groups','Groups',1255334235),(5762,'en','rss','phpfox','2.0.0rc4','title','Title','Title',1255334241),(5763,'en','rss','phpfox','2.0.0rc4','active','Active','Active',1255334247),(5764,'en','rss','phpfox','2.0.0rc4','edit_group','Edit Group','Edit Group',1255334257),(5765,'en','rss','phpfox','2.0.0rc4','delete_group','Delete Group','Delete Group',1255334263),(5766,'en','rss','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255334269),(5767,'en','rss','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255334278),(5768,'en','rss','phpfox','2.0.0rc4','activate','Activate','Activate',1255334284),(5769,'en','rss','phpfox','2.0.0rc4','feed_details','Feed Details','Feed Details',1255334332),(5770,'en','rss','phpfox','2.0.0rc4','group','Group','Group',1255334338),(5771,'en','rss','phpfox','2.0.0rc4','select','Select','Select',1255334346),(5772,'en','rss','phpfox','2.0.0rc4','description','Description','Description',1255334359),(5773,'en','rss','phpfox','2.0.0rc4','link','Link','Link',1255334365),(5774,'en','rss','phpfox','2.0.0rc4','php_group_code','PHP Group Code','PHP Group Code',1255334373),(5775,'en','rss','phpfox','2.0.0rc4','php_view_code','PHP View Code','PHP View Code',1255334383),(5776,'en','rss','phpfox','2.0.0rc4','site_wide','Site Wide','Site Wide',1255334390),(5777,'en','rss','phpfox','2.0.0rc4','feeds','Feeds','Feeds',1255334425),(5778,'en','rss','phpfox','2.0.0rc4','edit_feed','Edit Feed','Edit Feed',1255334461),(5779,'en','rss','phpfox','2.0.0rc4','delete_feed','Delete Feed','Delete Feed',1255334468),(5780,'en','rss','phpfox','2.0.0rc4','disable','Disable','Disable',1255334483),(5781,'en','rss','phpfox','2.0.0rc4','enable','Enable','Enable',1255334488),(5782,'en','rss','phpfox','2.0.0rc4','no_rss_feeds_are_available','No RSS feeds are available.','No RSS feeds are available.',1255334514),(5783,'en','rss','phpfox','2.0.0rc4','results_for','Results for','Results for',1255334544),(5784,'en','rss','phpfox','2.0.0rc4','search_results','Search Results','Search Results',1255334594),(5785,'en','rss','phpfox','2.0.0rc4','search','Search','Search',1255334601),(5786,'en','rss','phpfox','2.0.0rc4','showing_1_result','Showing 1 result.','Showing 1 result.',1255334626),(5787,'en','rss','phpfox','2.0.0rc4','showing_total_results','Showing {total} results.','Showing {total} results.',1255334634),(5788,'en','rss','phpfox','2.0.0rc4','showing_count_results_out_of_over_result','Showing {count} results out of over {result}.','Showing {count} results out of over {result}.',1255334656),(5789,'en','rss','phpfox','2.0.0rc4','all_results_total','All Results ({total})','All Results ({total})',1255334685),(5790,'en','rss','phpfox','2.0.0rc4','no_search_results_found','No search results found.','No search results found.',1255334708),(5791,'en','search','phpfox','2.0.0alpha1','module_search','Search','Search',1232969305),(5792,'en','search','phpfox','2.0.0rc8','provide_a_search_query','Provide a search query.','Provide a search query.',1258738780),(5793,'en','search','phpfox','2.0.0rc8','tags','Tags','Tags',1258740328),(5794,'en','search','phpfox','2.0.0rc8','results','Results','Results',1259089709),(5795,'en','search','phpfox','2.0.0rc8','search','Search','Search',1259089719),(5796,'en','search','phpfox','2.0.0rc8','results_for','Results for','Results for',1259089736),(5797,'en','share','phpfox','2.0.0alpha1','module_share','Share','Share',1233837703),(5798,'en','share','phpfox','2.0.0rc1','user_setting_can_send_emails','Can send emails when sharing?','Can send emails when sharing?',1249835659),(5799,'en','share','phpfox','2.0.0rc1','user_setting_total_emails_per_round','How many emails per round can be sent when sharing?\r\n\r\n<b>Notice:</b> The value \"0\" (without quotes) gives the user group an unlimited amount of emails per round.','How many emails per round can be sent when sharing?\r\n\r\n<b>Notice:</b> The value \"0\" (without quotes) gives the user group an unlimited amount of emails per round.',1249835888),(5800,'en','share','phpfox','2.0.0rc1','user_setting_emails_per_hour','Define how many emails can be sent when sharing items each hour.\r\n\r\n<b>Notice:</b> The value \"0\" (without quotes) allows an unlimited amount of emails to be sent each hour.','Define how many emails can be sent when sharing items each hour.\r\n\r\n<b>Notice:</b> The value \"0\" (without quotes) allows an unlimited amount of emails to be sent each hour.',1249836245),(5801,'en','share','phpfox','2.0.0rc1','admin_menu_manage_social_sites','Manage Social Sites','Manage Social Sites',1249838039),(5802,'en','share','phpfox','2.0.0rc1','admin_menu_add_social_site','Add Social Site','Add Social Site',1249838039),(5803,'en','share','phpfox','2.0.0rc2','setting_enable_social_bookmarking','<title>Enable Social Bookmarking</title><info>Enable Social Bookmarking</info>','<title>Enable Social Bookmarking</title><info>Enable Social Bookmarking</info>',1253454253),(5804,'en','share','phpfox','2.0.0rc4','message_successfully_sent','Message successfully sent.','Message successfully sent.',1255334742),(5805,'en','share','phpfox','2.0.0rc4','hi_check_this_out_url','Hi,\r\n\r\nCheck this out...\r\n\r\n{url}','Hi,\r\n\r\nCheck this out...\r\n\r\n{url}',1255334784),(5806,'en','share','phpfox','2.0.0rc4','site_successfully_updated','Site successfully updated.','Site successfully updated.',1255334834),(5807,'en','share','phpfox','2.0.0rc4','site_successfully_added','Site successfully added.','Site successfully added.',1255334843),(5808,'en','share','phpfox','2.0.0rc4','add_a_social_bookmarking_site','Add a Social Bookmarking Site','Add a Social Bookmarking Site',1255334855),(5809,'en','share','phpfox','2.0.0rc4','social_bookmarking','Social Bookmarking','Social Bookmarking',1255334862),(5810,'en','share','phpfox','2.0.0rc4','add_a_site','Add a Site','Add a Site',1255334869),(5811,'en','share','phpfox','2.0.0rc4','site_successfully_deleted','Site successfully deleted.','Site successfully deleted.',1255334979),(5812,'en','share','phpfox','2.0.0rc4','manage_sites','Manage Sites','Manage Sites',1255334987),(5813,'en','share','phpfox','2.0.0rc4','share','Share','Share',1255334996),(5814,'en','share','phpfox','2.0.0rc4','select_what_type_of_a_site_this_is','Select what type of a site this is.','Select what type of a site this is.',1255335019),(5815,'en','share','phpfox','2.0.0rc4','provide_a_name_for_the_site','Provide a name for the site.','Provide a name for the site.',1255335026),(5816,'en','share','phpfox','2.0.0rc4','provide_a_url_for_the_site','Provide a URL for the site.','Provide a URL for the site.',1255335034),(5817,'en','share','phpfox','2.0.0rc4','this_site_already_exists','This site already exists.','This site already exists.',1255335043),(5818,'en','share','phpfox','2.0.0rc4','the_site_cannot_be_found','The site cannot be found.','The site cannot be found.',1255335058),(5819,'en','share','phpfox','2.0.0rc4','none_of_the_emails_entered_were_valid','None of the emails entered were valid.','None of the emails entered were valid.',1255335069),(5820,'en','share','phpfox','2.0.0rc4','provide_a_icon_for_this_site','Provide a icon for this site.','Provide a icon for this site.',1255335079),(5821,'en','share','phpfox','2.0.0rc4','provide_an_e_mail_address','Provide an e-mail address.','Provide an e-mail address.',1255335242),(5822,'en','share','phpfox','2.0.0rc4','email_s','Email(s)','Email(s)',1255335257),(5823,'en','share','phpfox','2.0.0rc4','separate_multiple_emails_with_a_comma','Separate multiple emails with a comma.','Separate multiple emails with a comma.',1255335274),(5824,'en','share','phpfox','2.0.0rc4','max_emails_limit','Max emails: {limit}','Max emails: {limit}',1255335723),(5825,'en','share','phpfox','2.0.0rc4','subject','Subject','Subject',1255335734),(5826,'en','share','phpfox','2.0.0rc4','message','Message','Message',1255335741),(5827,'en','share','phpfox','2.0.0rc4','send','Send','Send',1255335748),(5828,'en','share','phpfox','2.0.0rc4','you_are_unable_to_send_any_more_emails_we_have_a_limit_of_how_many_emails_can_be_sent_each_hour_br_current_limit_limit','You are unable to send any more emails. We have a limit of how many emails can be sent each hour. <br />\r\nCurrent limit: {limit}','You are unable to send any more emails. We have a limit of how many emails can be sent each hour. <br />\r\nCurrent limit: {limit}',1255335767),(5829,'en','share','phpfox','2.0.0rc4','social_bookmarks','Social Bookmarks','Social Bookmarks',1255335788),(5830,'en','share','phpfox','2.0.0rc4','friends','Friends','Friends',1255335798),(5831,'en','share','phpfox','2.0.0rc4','e_mail','E-Mail','E-Mail',1255335807),(5832,'en','share','phpfox','2.0.0rc4','post','Post','Post',1255335814),(5833,'en','share','phpfox','2.0.0rc4','need_to_select_some_friends_before_we_try_to_send_the_message','Need to select some friends before we try to send the message.','Need to select some friends before we try to send the message.',1255335828),(5834,'en','share','phpfox','2.0.0rc4','continue','Continue','Continue',1255335844),(5835,'en','share','phpfox','2.0.0rc4','site_info','Site Info','Site Info',1255335933),(5836,'en','share','phpfox','2.0.0rc4','type','Type','Type',1255335939),(5837,'en','share','phpfox','2.0.0rc4','select','Select','Select',1255335946),(5838,'en','share','phpfox','2.0.0rc4','bookmark','Bookmark','Bookmark',1255335951),(5839,'en','share','phpfox','2.0.0rc4','title','Title','Title',1255335962),(5840,'en','share','phpfox','2.0.0rc4','url','URL','URL',1255335969),(5841,'en','share','phpfox','2.0.0rc4','you_can_pass_a_title_and_url_string_by_adding_the_following_replacements_br_url_url_of_the_item_br_title_title_of_the_item','You can pass a title and URL string by adding the following replacements...\r\n<br />\r\n{URL} = URL of the item.\r\n<br />\r\n{TITLE} = Title of the item.','You can pass a title and URL string by adding the following replacements...\r\n<br />\r\n{URL} = URL of the item.\r\n<br />\r\n{TITLE} = Title of the item.',1255336002),(5842,'en','share','phpfox','2.0.0rc4','icon','Icon','Icon',1255336012),(5843,'en','share','phpfox','2.0.0rc4','click_here_to_change_this_icon','Click here to change this icon.','Click here to change this icon.',1255336032),(5844,'en','share','phpfox','2.0.0rc4','cancel','cancel','cancel',1255336041),(5845,'en','share','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file_br_advised_size_is_16x16_pixels','You can upload a JPG, GIF or PNG file. <br />\r\nAdvised size is 16x16 pixels.','You can upload a JPG, GIF or PNG file. <br />\r\nAdvised size is 16x16 pixels.',1255336057),(5846,'en','share','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255336067),(5847,'en','share','phpfox','2.0.0rc4','yes','Yes','Yes',1255336074),(5848,'en','share','phpfox','2.0.0rc4','no','No','No',1255336079),(5849,'en','share','phpfox','2.0.0rc4','submit','Submit','Submit',1255336086),(5850,'en','share','phpfox','2.0.0rc4','sites','Sites','Sites',1255336266),(5851,'en','share','phpfox','2.0.0rc4','name','Name','Name',1255336277),(5852,'en','share','phpfox','2.0.0rc4','active','Active','Active',1255336283),(5853,'en','share','phpfox','2.0.0rc4','manage','Manage','Manage',1255336290),(5854,'en','share','phpfox','2.0.0rc4','edit','Edit','Edit',1255336297),(5855,'en','share','phpfox','2.0.0rc4','delete','Delete','Delete',1255336303),(5856,'en','share','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255336311),(5857,'en','share','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255336320),(5858,'en','share','phpfox','2.0.0rc4','activate','Activate','Activate',1255336326),(5859,'en','share','phpfox','2.0.0rc4','please_wait_limit_seconds_before_adding_a_new_shoutout','Please wait {limit} seconds before adding a new shoutout.','Please wait {limit} seconds before adding a new shoutout.',1255336870),(5860,'en','share','phpfox','2.0.0rc4','hi_check_this_out_bbcode','Hi,\r\n\r\nCheck this out...\r\n\r\n[link={url}]{url}[/link]','Hi,\r\n\r\nCheck this out...\r\n\r\n[link={url}]{url}[/link]',1256557298),(5861,'en','share','phpfox','2.0.4','check_out','Check out:','Check out:',1266509614),(5862,'en','shoutbox','phpfox','2.0.0alpha1','module_shoutbox','Shoutbox','Shoutbox',1232969781),(5863,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_is_live','<title>Live Shoutbox</title><info>Set to <b>True</b> if you would like your shoutbox to be live. If it is set to <b>True</b> your shoutbox will automatically refresh without the need for your members to refresh the page manually in order to view new shoutouts.\r\n\r\n<b>Notice:</b> Not all servers can handle such a feature so use with caution.</info>','<title>Live Shoutbox</title><info>Set to <b>True</b> if you would like your shoutbox to be live. If it is set to <b>True</b> your shoutbox will automatically refresh without the need for your members to refresh the page manually in order to view new shoutouts.\r\n\r\n<b>Notice:</b> Not all servers can handle such a feature so use with caution.</info>',1233911435),(5864,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_flood_limit','<title>Shoutbox Flood Limit (Seconds)</title><info>Define the flood limit in seconds.</info>','<title>Shoutbox Flood Limit (Seconds)</title><info>Define the flood limit in seconds.</info>',1233912129),(5865,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_refresh','<title>Shoutbox Refresh (Seconds)</title><info>Define in seconds when the shoutbox should refresh and get new shoutouts.\r\n\r\n<b>Notice:</b> The setting <setting>shoutbox_flood_limit</setting> must set to <b>True</b> in order for this setting to function.</info>','<title>Shoutbox Refresh (Seconds)</title><info>Define in seconds when the shoutbox should refresh and get new shoutouts.\r\n\r\n<b>Notice:</b> The setting <setting>shoutbox_flood_limit</setting> must set to <b>True</b> in order for this setting to function.</info>',1233913715),(5866,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_display_limit','<title>Display Limit</title><info>Select how many shoutouts we should display in the shoutbox.</info>','<title>Display Limit</title><info>Select how many shoutouts we should display in the shoutbox.</info>',1233913988),(5867,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_time_stamp','<title>Time Stamp</title><info>Control the time stamps displayed on each of the shoutouts.</info>','<title>Time Stamp</title><info>Control the time stamps displayed on each of the shoutouts.</info>',1233914427),(5868,'en','shoutbox','phpfox','2.0.0alpha1','user_setting_can_view_shoutbox','Can view the shoutbox?','Can view the shoutbox?',1233914536),(5869,'en','shoutbox','phpfox','2.0.0alpha1','user_setting_can_add_shoutout','Can post a shoutout?','Can post a shoutout?',1233916307),(5870,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_wordwrap','<title>Wordwrap</title><info>Define a text wordwrap. The integer defined will be used to wrap long phrases so it does not stretch the shoutbox.\r\n\r\n<b>Notice:</b> The shoutbox using a default theme outputs shoutouts within a HTML DIV that allows long phrases within the DIV without stretching the entire site.</info>','<title>Wordwrap</title><info>Define a text wordwrap. The integer defined will be used to wrap long phrases so it does not stretch the shoutbox.\r\n\r\n<b>Notice:</b> The shoutbox using a default theme outputs shoutouts within a HTML DIV that allows long phrases within the DIV without stretching the entire site.</info>',1233916620),(5871,'en','shoutbox','phpfox','2.0.0alpha1','setting_shoutbox_total','<title>Shoutouts To Save</title><info>Select the amount of shoutouts we should save. Once a shoutout has passed this limit it is removed from our history to keep the shoutbox working as fast as possible.</info>','<title>Shoutouts To Save</title><info>Select the amount of shoutouts we should save. Once a shoutout has passed this limit it is removed from our history to keep the shoutbox working as fast as possible.</info>',1233922563),(5872,'en','shoutbox','phpfox','2.0.0rc4','please_wait_limit_seconds_before_adding_a_new_shoutout','Please wait {limit} seconds before adding a new shoutout.','Please wait {limit} seconds before adding a new shoutout.',1255336884),(5873,'en','shoutbox','phpfox','2.0.0rc4','only_members_of_this_group_can_leave_a_message','Only members of this group can leave a message.','Only members of this group can leave a message.',1255336919),(5874,'en','shoutbox','phpfox','2.0.0rc4','shoutbox','Shoutbox','Shoutbox',1255337003),(5875,'en','shoutbox','phpfox','2.0.0rc4','view_shoutbox','View Shoutbox','View Shoutbox',1255337022),(5876,'en','shoutbox','phpfox','2.0.0rc4','adding_your_shoutout','Adding your shoutout','Adding your shoutout',1255337063),(5877,'en','shoutbox','phpfox','2.0.0rc4','user_setting_can_delete_all_shoutbox_messages','Can delete all shoutbox messages?','Can delete all shoutbox messages?',1255864855),(5878,'en','shoutbox','phpfox','2.0.0rc4','delete_this_shoutout','Delete this shoutout.','Delete this shoutout.',1255865184),(5879,'en','shoutbox','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255865416),(5880,'en','shoutbox','phpfox','2.0.0rc8','enter_a_shoutout','Enter a shoutout.','Enter a shoutout.',1258389086),(5881,'en','subscribe','phpfox','2.0.0alpha1','module_subscribe','Subscribe','Subscribe',1219063456),(5882,'en','subscribe','phpfox','2.0.0alpha1','membership_info','Membership Info','Membership Info',1219063471),(5883,'en','subscribe','phpfox','2.0.0alpha1','your_membership_group_does_not_have_rights','Your membership group does not have the rights to perform this specific action.','Your membership group does not have the rights to perform this specific action.',1219063496),(5884,'en','subscribe','phpfox','2.0.0beta4','menu_my_subscriptions','My Subscriptions','My Subscriptions',1244749325),(5885,'en','subscribe','phpfox','2.0.0beta4','menu_membership_packages','Membership Packages','Membership Packages',1244749368),(5886,'en','subscribe','phpfox','2.0.0beta4','admin_menu_manage_packages','Manage Packages','Manage Packages',1244803466),(5887,'en','subscribe','phpfox','2.0.0beta4','admin_menu_create_new_packages','Create New Package','Create New Package',1244803466),(5888,'en','subscribe','phpfox','2.0.0beta4','setting_enable_subscription_packages','<title>Enable Subscription Packages</title><info>Enable Subscription Packages</info>','<title>Enable Subscription Packages</title><info>Enable Subscription Packages</info>',1244927162),(5889,'en','subscribe','phpfox','2.0.0beta4','setting_subscribe_is_required_on_sign_up','<title>Subscription on registration is required?</title><info>If members should be required to select a subscription package when they register set this to <b>True</b>.</info>','<title>Subscription on registration is required?</title><info>If members should be required to select a subscription package when they register set this to <b>True</b>.</info>',1244930361),(5890,'en','subscribe','phpfox','2.0.0beta4','admin_menu_purchase_orders','Purchase Orders','Purchase Orders',1244977924),(5891,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_the_purchase_you_are_looking_for','Unable to find the purchase you are looking for.','Unable to find the purchase you are looking for.',1255337249),(5892,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_the_package_you_are_looking_for','Unable to find the package you are looking for.','Unable to find the package you are looking for.',1255337268),(5893,'en','subscribe','phpfox','2.0.0rc4','attempting_to_upgrade_to_the_same_user_group_you_are_already_in','Attempting to upgrade to the same user group you are already in.','Attempting to upgrade to the same user group you are already in.',1255337280),(5894,'en','subscribe','phpfox','2.0.0rc4','package_successfully_update','Package successfully update.','Package successfully update.',1255337403),(5895,'en','subscribe','phpfox','2.0.0rc4','package_successfully_added','Package successfully added.','Package successfully added.',1255337421),(5896,'en','subscribe','phpfox','2.0.0rc4','editing_subscription_package','Editing Subscription Package','Editing Subscription Package',1255337438),(5897,'en','subscribe','phpfox','2.0.0rc4','create_new_subscription_package','Create New Subscription Package','Create New Subscription Package',1255337451),(5898,'en','subscribe','phpfox','2.0.0rc4','subscription_packages','Subscription Packages','Subscription Packages',1255337499),(5899,'en','subscribe','phpfox','2.0.0rc4','editing','Editing','Editing',1255337507),(5900,'en','subscribe','phpfox','2.0.0rc4','package_successfully_deleted','Package successfully deleted.','Package successfully deleted.',1255337541),(5901,'en','subscribe','phpfox','2.0.0rc4','purchase_order_successfully_deleted','Purchase order successfully deleted.','Purchase order successfully deleted.',1255337576),(5902,'en','subscribe','phpfox','2.0.0rc4','time','Time','Time',1255337589),(5903,'en','subscribe','phpfox','2.0.0rc4','status','Status','Status',1255337601),(5904,'en','subscribe','phpfox','2.0.0rc4','price','Price','Price',1255337611),(5905,'en','subscribe','phpfox','2.0.0rc4','active','Active','Active',1255337622),(5906,'en','subscribe','phpfox','2.0.0rc4','canceled','Canceled','Canceled',1255337628),(5907,'en','subscribe','phpfox','2.0.0rc4','pending_payment','Pending Payment','Pending Payment',1255337641),(5908,'en','subscribe','phpfox','2.0.0rc4','pending_action','Pending Action','Pending Action',1255337657),(5909,'en','subscribe','phpfox','2.0.0rc4','subscription_purchase_orders','Subscription Purchase Orders','Subscription Purchase Orders',1255337733),(5910,'en','subscribe','phpfox','2.0.0rc4','purchase_orders','Purchase Orders','Purchase Orders',1255337752),(5911,'en','subscribe','phpfox','2.0.0rc4','controller_is_disabled','Controller is disabled.','Controller is disabled.',1255337810),(5912,'en','subscribe','phpfox','2.0.0rc4','membership_packages','Membership Packages','Membership Packages',1255337830),(5913,'en','subscribe','phpfox','2.0.0rc4','subscriptions','Subscriptions','Subscriptions',1255337875),(5914,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_this_invoice','Unable to find this invoice.','Unable to find this invoice.',1255337890),(5915,'en','subscribe','phpfox','2.0.0rc4','select_payment_gateway','Select Payment Gateway','Select Payment Gateway',1255337916),(5916,'en','subscribe','phpfox','2.0.0rc4','order_purchase_id_title','Order #{purchase_id} ({title})','Order #{purchase_id} ({title})',1255337966),(5917,'en','subscribe','phpfox','2.0.0rc4','package_is_required','Package is required.','Package is required.',1255338021),(5918,'en','subscribe','phpfox','2.0.0rc4','currency_is_required','Currency is required.','Currency is required.',1255338032),(5919,'en','subscribe','phpfox','2.0.0rc4','price_is_required','Price is required.','Price is required.',1255338045),(5920,'en','subscribe','phpfox','2.0.0rc4','membership_successfully_updated_site_title','Membership Successfully Updated: {site_title}','Membership Successfully Updated: {site_title}',1255338077),(5921,'en','subscribe','phpfox','2.0.0rc4','your_membership_on_site_title_has_successfully_been_updated','Your membership on {site_title} has successfully been updated.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your membership on {site_title} has successfully been updated.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255339250),(5922,'en','subscribe','phpfox','2.0.0rc4','membership_pending_site_title','Membership Pending: {site_title}','Membership Pending: {site_title}',1255339290),(5923,'en','subscribe','phpfox','2.0.0rc4','your_membership_subscription_on_site_title_is_currently_pending','Your membership subscription on {site_title} is currently pending.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your membership subscription on {site_title} is currently pending.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255339333),(5924,'en','subscribe','phpfox','2.0.0rc4','membership_canceled_site_title','Membership Canceled: {site_title}','Membership Canceled: {site_title}',1255339371),(5925,'en','subscribe','phpfox','2.0.0rc4','your_membership_subscription_on_site_title_has_been_canceled','Your membership subscription on {site_title} has been canceled.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your membership subscription on {site_title} has been canceled.\r\n\r\nTo view this subscription, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255339409),(5926,'en','subscribe','phpfox','2.0.0rc4','not_a_valid_purchase_status','Not a valid purchase status.','Not a valid purchase status.',1255339444),(5927,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_the_purchase_you_are_editing','Unable to find the purchase you are editing.','Unable to find the purchase you are editing.',1255339452),(5928,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_the_purchase_you_are_trying_to_delete','Unable to find the purchase you are trying to delete.','Unable to find the purchase you are trying to delete.',1255339465),(5929,'en','subscribe','phpfox','2.0.0rc4','purchase_is_not_valid','Purchase is not valid.','Purchase is not valid.',1255339497),(5930,'en','subscribe','phpfox','2.0.0rc4','upgrades','Upgrades','Upgrades',1255339522),(5931,'en','subscribe','phpfox','2.0.0rc4','provide_a_message_for_the_package','Provide a message for the package.','Provide a message for the package.',1255339533),(5932,'en','subscribe','phpfox','2.0.0rc4','provide_a_description_for_the_package','Provide a description for the package.','Provide a description for the package.',1255339540),(5933,'en','subscribe','phpfox','2.0.0rc4','provide_a_user_group_on_success','Provide a user group on success.','Provide a user group on success.',1255339549),(5934,'en','subscribe','phpfox','2.0.0rc4','provide_a_user_group_on_cancellation','Provide a user group on cancellation.','Provide a user group on cancellation.',1255339557),(5935,'en','subscribe','phpfox','2.0.0rc4','provide_if_the_package_should_be_added_to_the_registration_form','Provide if the package should be added to the registration form.','Provide if the package should be added to the registration form.',1255339565),(5936,'en','subscribe','phpfox','2.0.0rc4','select_if_the_package_is_active_or_not','Select if the package is active or not.','Select if the package is active or not.',1255339574),(5937,'en','subscribe','phpfox','2.0.0rc4','provide_a_price_for_the_package','Provide a price for the package.','Provide a price for the package.',1255339583),(5938,'en','subscribe','phpfox','2.0.0rc4','provide_a_recurring_cost','Provide a recurring cost.','Provide a recurring cost.',1255339591),(5939,'en','subscribe','phpfox','2.0.0rc4','provide_a_recurring_period','Provide a recurring period.','Provide a recurring period.',1255339602),(5940,'en','subscribe','phpfox','2.0.0rc4','not_a_valid_request','Not a valid request.','Not a valid request.',1255339625),(5941,'en','subscribe','phpfox','2.0.0rc4','unable_to_find_the_package','Unable to find the package.','Unable to find the package.',1255339638),(5942,'en','subscribe','phpfox','2.0.0rc4','select_upgrade','Select Upgrade','Select Upgrade',1255339738),(5943,'en','subscribe','phpfox','2.0.0rc4','upgrade','Upgrade','Upgrade',1255339745),(5944,'en','subscribe','phpfox','2.0.0rc4','purchase_id','Purchase ID#','Purchase ID#',1255339994),(5945,'en','subscribe','phpfox','2.0.0rc4','membership','Membership','Membership',1255339999),(5946,'en','subscribe','phpfox','2.0.0rc4','your_membership_status','Your Membership Status','Your Membership Status',1255340062),(5947,'en','subscribe','phpfox','2.0.0rc4','no_packages_available','No packages available.','No packages available.',1255340068),(5948,'en','subscribe','phpfox','2.0.0rc4','recent_orders','Recent Orders','Recent Orders',1255340075),(5949,'en','subscribe','phpfox','2.0.0rc4','order_purchase_id','Order #{purchase_id}','Order #{purchase_id}',1255340122),(5950,'en','subscribe','phpfox','2.0.0rc4','view_more_orders','View More Orders','View More Orders',1255340152),(5951,'en','subscribe','phpfox','2.0.0rc4','your_membership_has_successfully_been_upgraded','Your membership has successfully been upgraded.','Your membership has successfully been upgraded.',1255340397),(5952,'en','subscribe','phpfox','2.0.0rc4','view_your_subscription','View Your Subscription','View Your Subscription',1255340403),(5953,'en','subscribe','phpfox','2.0.0rc4','subscription_details','Subscription Details','Subscription Details',1255340416),(5954,'en','subscribe','phpfox','2.0.0rc4','title','Title','Title',1255340425),(5955,'en','subscribe','phpfox','2.0.0rc4','description','Description','Description',1255340430),(5956,'en','subscribe','phpfox','2.0.0rc4','description_will_be_parsed_as_html','Description will be parsed as HTML.','Description will be parsed as HTML.',1255340439),(5957,'en','subscribe','phpfox','2.0.0rc4','image','Image','Image',1255340451),(5958,'en','subscribe','phpfox','2.0.0rc4','change_this_image','Change this image.','Change this image.',1255340476),(5959,'en','subscribe','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255340486),(5960,'en','subscribe','phpfox','2.0.0rc4','user_group_on_success','User Group on Success','User Group on Success',1255340494),(5961,'en','subscribe','phpfox','2.0.0rc4','select','Select','Select',1255340500),(5962,'en','subscribe','phpfox','2.0.0rc4','once_a_user_successfully_purchased_the_package_they_will_be_moved_to_this_user_group','Once a user successfully purchased the package they will be moved to this user group.','Once a user successfully purchased the package they will be moved to this user group.',1255340509),(5963,'en','subscribe','phpfox','2.0.0rc4','user_group_on_failure','User Group on Failure','User Group on Failure',1255340517),(5964,'en','subscribe','phpfox','2.0.0rc4','once_a_user_cancels_or_fails_to_pay_their_subscription_they_will_be_moved_to_this_user_group','Once a user cancels or fails to pay their subscription they will be moved to this user group.','Once a user cancels or fails to pay their subscription they will be moved to this user group.',1255340530),(5965,'en','subscribe','phpfox','2.0.0rc4','add_to_registration','Add to Registration','Add to Registration',1255340539),(5966,'en','subscribe','phpfox','2.0.0rc4','yes','Yes','Yes',1255340545),(5967,'en','subscribe','phpfox','2.0.0rc4','no','No','No',1255340553),(5968,'en','subscribe','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255340560),(5969,'en','subscribe','phpfox','2.0.0rc4','subscription_costs','Subscription Costs','Subscription Costs',1255340580),(5970,'en','subscribe','phpfox','2.0.0rc4','recurring','Recurring','Recurring',1255340592),(5971,'en','subscribe','phpfox','2.0.0rc4','recurring_price','Recurring Price','Recurring Price',1255340610),(5972,'en','subscribe','phpfox','2.0.0rc4','recurring_period','Recurring Period','Recurring Period',1255340617),(5973,'en','subscribe','phpfox','2.0.0rc4','monthly','Monthly','Monthly',1255340629),(5974,'en','subscribe','phpfox','2.0.0rc4','quarterly','Quarterly','Quarterly',1255340634),(5975,'en','subscribe','phpfox','2.0.0rc4','biannualy','Biannualy','Biannualy',1255340640),(5976,'en','subscribe','phpfox','2.0.0rc4','annually','Annually','Annually',1255340662),(5977,'en','subscribe','phpfox','2.0.0rc4','submit','Submit','Submit',1255340669),(5978,'en','subscribe','phpfox','2.0.0rc4','packages','Packages','Packages',1255340677),(5979,'en','subscribe','phpfox','2.0.0rc4','manage','Manage','Manage',1255341012),(5980,'en','subscribe','phpfox','2.0.0rc4','edit_package','Edit Package','Edit Package',1255341021),(5981,'en','subscribe','phpfox','2.0.0rc4','delete_package','Delete Package','Delete Package',1255341028),(5982,'en','subscribe','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255341035),(5983,'en','subscribe','phpfox','2.0.0rc4','view_active_subscriptions','View Active Subscriptions','View Active Subscriptions',1255341043),(5984,'en','subscribe','phpfox','2.0.0rc4','view_active_users','View Active Users','View Active Users',1255341050),(5985,'en','subscribe','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255341074),(5986,'en','subscribe','phpfox','2.0.0rc4','activate','Activate','Activate',1255341080),(5987,'en','subscribe','phpfox','2.0.0rc4','no_packages_have_been_added','No packages have been added.','No packages have been added.',1255341086),(5988,'en','subscribe','phpfox','2.0.0rc4','create_a_new_package','Create a New Package','Create a New Package',1255341093),(5989,'en','subscribe','phpfox','2.0.0rc4','could_not_find_any_purchase_orders_with_your_search_criteria','Could not find any purchase orders with your search criteria.','Could not find any purchase orders with your search criteria.',1255341103),(5990,'en','subscribe','phpfox','2.0.0rc4','filter','Filter','Filter',1255341110),(5991,'en','subscribe','phpfox','2.0.0rc4','sort_results_by','Sort Results By','Sort Results By',1255341121),(5992,'en','subscribe','phpfox','2.0.0rc4','update','Update','Update',1255341128),(5993,'en','subscribe','phpfox','2.0.0rc4','reset','Reset','Reset',1255341133),(5994,'en','subscribe','phpfox','2.0.0rc4','orders','Orders','Orders',1255341140),(5995,'en','subscribe','phpfox','2.0.0rc4','order_id','Order ID#','Order ID#',1255341146),(5996,'en','subscribe','phpfox','2.0.0rc4','package','Package','Package',1255341152),(5997,'en','subscribe','phpfox','2.0.0rc4','user','User','User',1255341157),(5998,'en','subscribe','phpfox','2.0.0rc4','delete_order','Delete Order','Delete Order',1255341196),(5999,'en','subscribe','phpfox','2.0.0rc4','no_purchase_orders','No purchase orders.','No purchase orders.',1255341273),(6000,'en','subscribe','phpfox','2.0.0rc4','thank_you_for_your_purchase_your_payment_is_currently_pending_approval','Thank you for your purchase. Your payment is currently pending approval.','Thank you for your purchase. Your payment is currently pending approval.',1255341300),(6001,'en','subscribe','phpfox','2.0.0rc4','add_tags','Add tags.','Add tags.',1255341331),(6002,'en','subscribe','phpfox','2.0.0rc5','free','Free','Free',1256752482),(6003,'en','subscribe','phpfox','2.0.0rc5','upgrade_now','Upgrade Now','Upgrade Now',1256752497),(6004,'en','subscribe','phpfox','2.0.0rc5','please_complete_your_purchase','Please complete your purchase.','Please complete your purchase.',1256754783),(6005,'en','subscribe','phpfox','2.0.0rc12','membership_notice','Membership Notice','Membership Notice',1260896693),(6006,'en','subscribe','phpfox','2.0.0rc12','the_feature_or_section_you_are_attempting_to_use_is_not_permitted_with_your_membership_level','The feature or section you are attempting to use is not permitted with your membership level.','The feature or section you are attempting to use is not permitted with your membership level.',1260896751),(6007,'en','subscribe','phpfox','2.0.0','on_sign_up_member_info','','',1261241167),(6008,'en','tag','phpfox','2.0.0alpha1','user_setting_edit_own_tags','Can edit their own tags?','Can edit their own tags?',1214436301),(6009,'en','tag','phpfox','2.0.0alpha1','user_setting_edit_user_tags','Can edit tags added by other users?','Can edit tags added by other users?',1214975277),(6010,'en','tag','phpfox','2.0.0alpha1','user_setting_can_add_tags_on_blogs','Can add tags on blogs?','Can add tags on blogs?',1214975295),(6011,'en','tag','phpfox','2.0.0alpha1','module_tag','Tag','Tag',1219147106),(6012,'en','tag','phpfox','2.0.0alpha1','click_to_edit','Click to Edit','Click to Edit',1212122994),(6013,'en','tag','phpfox','2.0.0alpha1','tags','Tags','Tags',1212123035),(6014,'en','tag','phpfox','2.0.0alpha1','separate_tags_commas','Separate tags with commas.','Separate tags with commas.',1213612331),(6015,'en','tag','phpfox','2.0.0alpha1','setting_total_tag_display','<title>Total Tag Display</title><info>Define the number of tags to display in a tag cloud.\r\n\r\n<b>Note:</b> This is the global default setting, other modules can override this setting.</info>','<title>Total Tag Display</title><info>Define the number of tags to display in a tag cloud.\r\n\r\n<b>Note:</b> This is the global default setting, other modules can override this setting.</info>',1237049953),(6016,'en','tag','phpfox','2.0.0rc4','add_tags','Add tags.','Add tags.',1255341335),(6017,'en','tag','phpfox','2.0.0rc4','missing_param_stagtype','Missing param: $sTagType','Missing param: $sTagType',1255341378),(6018,'en','tag','phpfox','2.0.0rc4','missing_param_stype','Missing param: sType','Missing param: sType',1255341401),(6019,'en','tag','phpfox','2.0.0rc4','separate_multiple_tags_with_commas','Separate multiple tags with commas.','Separate multiple tags with commas.',1255341461),(6020,'en','tag','phpfox','2.0.0rc4','last_modified_time_stamp_by_full_name','Last modified {time_stamp} by {full_name}','Last modified {time_stamp} by {full_name}',1255341533),(6021,'en','tag','phpfox','2.0.0rc8','tag_cloud','Tag Cloud','Tag Cloud',1258731513),(6022,'en','tag','phpfox','2.0.0rc8','no_tags_have_been_found','No tags have been found.','No tags have been found.',1258731805),(6023,'en','track','phpfox','2.0.0alpha1','recently_viewed_by','Recently Viewed By','Recently Viewed By',1213418447),(6024,'en','track','phpfox','2.0.0rc4','recent_visitors','Recent Visitors','Recent Visitors',1255345958),(6025,'en','track','phpfox','2.0.0rc4','recent_views','Recent Views','Recent Views',1255345989),(6026,'en','video','phpfox','2.0.0alpha1','module_video','Videos','Videos',1232964371),(6027,'en','video','phpfox','2.0.0alpha1','menu_video','Videos','Videos',1232964384),(6028,'en','video','phpfox','2.0.0beta2','user_setting_can_add_comment_on_video','Can add comments on videos?','Can add comments on videos?',1241971648),(6029,'en','video','phpfox','2.0.0beta2','setting_video_time_stamp','<title>Video Time Stamp</title><info>Video Time Stamp</info>','<title>Video Time Stamp</title><info>Video Time Stamp</info>',1242026906),(6030,'en','video','phpfox','2.0.0beta2','user_setting_can_edit_own_video','Can edit own video?','Can edit own video?',1242112583),(6031,'en','video','phpfox','2.0.0beta2','user_setting_can_edit_other_video','Can edit videos added by other users?','Can edit videos added by other users?',1242112616),(6032,'en','video','phpfox','2.0.0beta2','user_setting_can_delete_own_video','Can delete own video?','Can delete own video?',1242113706),(6033,'en','video','phpfox','2.0.0beta2','user_setting_can_delete_other_video','Can delete videos added by other users?','Can delete videos added by other users?',1242113732),(6034,'en','video','phpfox','2.0.0beta2','menu_upload_a_new_video','Upload a New Video','Upload a New Video',1242118593),(6035,'en','video','phpfox','2.0.0beta2','menu_share_a_video','Share a Video','Share a Video',1242204714),(6036,'en','video','phpfox','2.0.0beta2','menu_videos','Videos','Videos',1242291396),(6037,'en','video','phpfox','2.0.0beta2','admin_menu_add_category','Add Category','Add Category',1242293663),(6038,'en','video','phpfox','2.0.0beta2','admin_menu_manage_categories','Manage Categories','Manage Categories',1242293693),(6039,'en','video','phpfox','2.0.0beta2','setting_ffmpeg_path','<title>Path to FFMPEG</title><info>Path to FFMPEG</info>','<title>Path to FFMPEG</title><info>Path to FFMPEG</info>',1242374616),(6040,'en','video','phpfox','2.0.0beta2','setting_mencoder_path','<title>Path to MENCODER</title><info>Path to MENCODER</info>','<title>Path to MENCODER</title><info>Path to MENCODER</info>',1242374658),(6041,'en','video','phpfox','2.0.0beta2','setting_video_file_size_limit','<title>Video File Size Limit</title><info>File size limit in megabytes.</info>','<title>Video File Size Limit</title><info>File size limit in megabytes.</info>',1242561688),(6042,'en','video','phpfox','2.0.0beta2','user_setting_video_file_size_limit','File size limit in megabytes.','File size limit in megabytes.',1242736067),(6043,'en','video','phpfox','2.0.0beta2','setting_allow_video_uploading','<title>Enable Uploading of Videos</title><info>Enable this option if you would like to give users the ability to upload videos from their computer.\r\n\r\n<b>Notice:</b> This feature requires that FFMPEG and MENCODER be installed. Once you attempt to enable this feature the script will attempt to verify if the server has all the required scripts installed.</info>','<title>Enable Uploading of Videos</title><info>Enable this option if you would like to give users the ability to upload videos from their computer.\r\n\r\n<b>Notice:</b> This feature requires that FFMPEG and MENCODER be installed. Once you attempt to enable this feature the script will attempt to verify if the server has all the required scripts installed.</info>',1242803593),(6044,'en','video','phpfox','2.0.0beta2','user_setting_can_upload_videos','Can upload videos?','Can upload videos?',1242805129),(6045,'en','video','phpfox','2.0.0beta3','setting_embed_auto_play','<title>Auto Play (Shared Videos)</title><info>If enabled this setting will attempt to auto play shared videos (eg. Youtube). \r\n\r\nNote: This will only work on new videos being added.</info>','<title>Auto Play (Shared Videos)</title><info>If enabled this setting will attempt to auto play shared videos (eg. Youtube). \r\n\r\nNote: This will only work on new videos being added.</info>',1243855646),(6046,'en','video','phpfox','2.0.0rc1','user_setting_can_feature_videos','Can feature videos?','Can feature videos?',1250115994),(6047,'en','video','phpfox','2.0.0rc1','user_setting_can_spotlight_videos','Can spotlight videos?','Can spotlight videos?',1250146300),(6048,'en','video','phpfox','2.0.0rc1','setting_total_my_videos','<title>Total \"More From\" Videos to Display</title><info>When viewing a video we list more videos that belong to the owner of the video. Define how many videos should be displayed within this block.</info>','<title>Total \"More From\" Videos to Display</title><info>When viewing a video we list more videos that belong to the owner of the video. Define how many videos should be displayed within this block.</info>',1250235604),(6049,'en','video','phpfox','2.0.0rc1','setting_total_related_videos','<title>Total Related Videos to Display</title><info>Define how many related videos should be displayed when viewing a video.</info>','<title>Total Related Videos to Display</title><info>Define how many related videos should be displayed when viewing a video.</info>',1250236359),(6050,'en','video','phpfox','2.0.0rc1','user_setting_approve_video_before_display','Should videos added by this user group be approved before they are displayed publicly?','Should videos added by this user group be approved before they are displayed publicly?',1250238662),(6051,'en','video','phpfox','2.0.0rc1','user_setting_can_approve_videos','Can approve videos?','Can approve videos?',1250242183),(6052,'en','video','phpfox','2.0.0rc1','user_setting_max_size_for_video_photos','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes. \r\n\r\n<b>Notice:</b> Photos are only uploaded if we were unable to convert/import photos.','Max file size for photos upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes. \r\n\r\n<b>Notice:</b> Photos are only uploaded if we were unable to convert/import photos.',1250251876),(6053,'en','video','phpfox','2.0.0rc1','setting_video_meta_keywords','<title>Video Meta Keywords</title><info>Meta keywords used within the video section.</info>','<title>Video Meta Keywords</title><info>Meta keywords used within the video section.</info>',1252131246),(6054,'en','video','phpfox','2.0.0rc1','setting_video_meta_description','<title>Video Meta Description</title><info>Meta description used within the video section.</info>','<title>Video Meta Description</title><info>Meta description used within the video section.</info>',1252131304),(6055,'en','video','phpfox','2.0.0rc2','setting_full_screen_with_youtube','<title>Enable Full Screen for YouTube</title><info>Enable this option to enable the \"Full Screen\" feature for YouTube videos.</info>','<title>Enable Full Screen for YouTube</title><info>Enable this option to enable the \"Full Screen\" feature for YouTube videos.</info>',1253532536),(6056,'en','video','phpfox','2.0.0rc2','setting_disable_youtube_related_videos','<title>Disable YouTube Related Videos</title><info>Enable this feature to disable YouTube related videos feature.</info>','<title>Disable YouTube Related Videos</title><info>Enable this feature to disable YouTube related videos feature.</info>',1253532687),(6057,'en','video','phpfox','2.0.0rc3','setting_show_share_and_upload_video_on_dashboard','<title>Show upload and share on Dashboard</title><info>Here you can choose whether to show just the \"upload video\" link, just the \"share video\" link or both on the dashboard.</info>','<title>Show upload and share on Dashboard</title><info>Here you can choose whether to show just the \"upload video\" link, just the \"share video\" link or both on the dashboard.</info>',1254218034),(6058,'en','video','phpfox','2.0.0rc3','unable_to_edit_this_video_as_there_is_no_video_id','Unable to edit this video as there is no video ID#','Unable to edit this video as there is no video ID#',1254401648),(6059,'en','video','phpfox','2.0.0rc3','done','Done!','Done!',1254401673),(6060,'en','video','phpfox','2.0.0rc3','categories','Categories','Categories',1254402091),(6061,'en','video','phpfox','2.0.0rc3','sub_categories','Sub-Categories','Sub-Categories',1254402112),(6062,'en','video','phpfox','2.0.0rc3','video_details','Video Details','Video Details',1254402131),(6063,'en','video','phpfox','2.0.0rc3','browse_filter','Browse Filter','Browse Filter',1254402149),(6064,'en','video','phpfox','2.0.0rc3','more_from','More From:','More From:',1254402174),(6065,'en','video','phpfox','2.0.0rc3','videos','Videos','Videos',1254402214),(6066,'en','video','phpfox','2.0.0rc3','view_more','View More','View More',1254402255),(6067,'en','video','phpfox','2.0.0rc3','related_videos','Related Videos','Related Videos',1254402325),(6068,'en','video','phpfox','2.0.0rc3','afooter','aFooter','aFooter',1254402338),(6069,'en','video','phpfox','2.0.0rc3','spotlight','Spotlight','Spotlight',1254402421),(6070,'en','video','phpfox','2.0.0rc3','category_successfully_updated','Category successfully updated.','Category successfully updated.',1254402459),(6071,'en','video','phpfox','2.0.0rc3','category_successfully_added','Category successfully added.','Category successfully added.',1254402474),(6072,'en','video','phpfox','2.0.0rc3','edit_a_category','Edit a Category','Edit a Category',1254402486),(6073,'en','video','phpfox','2.0.0rc3','create_a_new_category','Create a New Category','Create a New Category',1254402498),(6074,'en','video','phpfox','2.0.0rc3','category_order_successfully_updated','Category order successfully updated.','Category order successfully updated.',1254402543),(6075,'en','video','phpfox','2.0.0rc3','category_successfully_deleted','Category successfully deleted.','Category successfully deleted.',1254402580),(6076,'en','video','phpfox','2.0.0rc3','manage_categories','Manage Categories','Manage Categories',1254402591),(6077,'en','video','phpfox','2.0.0rc3','id_must_be_defined','ID must be defined.','ID must be defined.',1254402634),(6078,'en','video','phpfox','2.0.0rc3','unable_to_edit_this_video','Unable to edit this video','Unable to edit this video',1254402663),(6079,'en','video','phpfox','2.0.0rc3','video_successfully_updated','Video successfully updated.','Video successfully updated.',1254402685),(6080,'en','video','phpfox','2.0.0rc3','edit_a_video','Edit a Video','Edit a Video',1254402735),(6081,'en','video','phpfox','2.0.0rc3','upload_failed_file_is_too_large','Upload failed. File is too large.','Upload failed. File is too large.',1254402946),(6082,'en','video','phpfox','2.0.0rc3','video_section_is_closed','Video section is closed.','Video section is closed.',1254403051),(6083,'en','video','phpfox','2.0.0rc3','video_successfully_deleted','Video successfully deleted.','Video successfully deleted.',1254403096),(6084,'en','video','phpfox','2.0.0rc3','full_name_s_videos_full_name_has_total_video_s','{full_name}\'s videos. {full_name} has {total} video(s).','{full_name}\'s videos. {full_name} has {total} video(s).',1254403381),(6085,'en','video','phpfox','2.0.0rc3','full_name_s_videos','{full_name}\'s Videos','{full_name}\'s Videos',1254403482),(6086,'en','video','phpfox','2.0.0rc3','videos_for_this_profile_is_set_to_private','Videos for this profile is set to private.','Videos for this profile is set to private.',1254403646),(6087,'en','video','phpfox','2.0.0rc3','video_successfully_added','Video successfully added.','Video successfully added.',1254403678),(6088,'en','video','phpfox','2.0.0rc3','video_successfull_added_however_you_will_have_to_manually_upload_a_photo_for_it','Video successfull added, however you will have to manually upload a photo for it.','Video successfull added, however you will have to manually upload a photo for it.',1254403699),(6089,'en','video','phpfox','2.0.0rc3','share_a_video','Share a Video','Share a Video',1254403721),(6090,'en','video','phpfox','2.0.0rc3','video_successfully_uploaded','Video successfully uploaded.','Video successfully uploaded.',1254403776),(6091,'en','video','phpfox','2.0.0rc3','upload_a_video','Upload a Video','Upload a Video',1254403788),(6092,'en','video','phpfox','2.0.0rc3','the_video_you_are_looking_for_does_not_exist_or_has_been_removed','The video you are looking for does not exist or has been removed.','The video you are looking for does not exist or has been removed.',1254403835),(6093,'en','video','phpfox','2.0.0rc3','total_rating_ratings','{total_rating} Ratings','{total_rating} Ratings',1254403888),(6094,'en','video','phpfox','2.0.0rc3','poor','Poor','Poor',1254403954),(6095,'en','video','phpfox','2.0.0rc3','nothing_special','Nothing Special','Nothing Special',1254403965),(6096,'en','video','phpfox','2.0.0rc3','worth_watching','Worth Watching','Worth Watching',1254403976),(6097,'en','video','phpfox','2.0.0rc3','pretty_cool','Pretty Cool','Pretty Cool',1254403987),(6098,'en','video','phpfox','2.0.0rc3','awesome','Awesome','Awesome',1254403996),(6099,'en','video','phpfox','2.0.0rc3','you_have_already_voted','You have already voted.','You have already voted.',1254404170),(6100,'en','video','phpfox','2.0.0rc3','you_cannot_rate_your_own_video','You cannot rate your own video.','You cannot rate your own video.',1254404183),(6101,'en','video','phpfox','2.0.0rc3','select','Select','Select',1254404840),(6102,'en','video','phpfox','2.0.0rc3','select_a_sub_category','Select a Sub-Category','Select a Sub-Category',1254404852),(6103,'en','video','phpfox','2.0.0rc3','nothing_to_convert','Nothing to convert.','Nothing to convert.',1254404948),(6104,'en','video','phpfox','2.0.0rc3','started_converting_process','Started converting process.','Started converting process.',1254404962),(6105,'en','video','phpfox','2.0.0rc3','converting_store_in_cache_video_id','Converting (store in cache): {video_id}','Converting (store in cache): {video_id}',1254405048),(6106,'en','video','phpfox','2.0.0rc3','updated_process_id','Updated process ID#','Updated process ID#',1254405081),(6107,'en','video','phpfox','2.0.0rc3','start_converting_process_video_id','Start converting process: {video_id}','Start converting process: {video_id}',1254405113),(6108,'en','video','phpfox','2.0.0rc3','file_exists_sdestination','File exists: {sDestination}','File exists: {sDestination}',1254405171),(6109,'en','video','phpfox','2.0.0rc3','cant_convert_ssource','Cant convert: {sSource}','Cant convert: {sSource}',1254405251),(6110,'en','video','phpfox','2.0.0rc3','converting_ssource','Converting: {sSource}','Converting: {sSource}',1254405295),(6111,'en','video','phpfox','2.0.0rc3','converting_completed_sdestination','Converting completed: {sDestination}','Converting completed: {sDestination}',1254405335),(6112,'en','video','phpfox','2.0.0rc3','updated_database_video_table','Updated database video table.','Updated database video table.',1254405376),(6113,'en','video','phpfox','2.0.0rc3','updated_user_points','Updated user points.','Updated user points.',1254405390),(6114,'en','video','phpfox','2.0.0rc3','removed_source_file','Removed source file.','Removed source file.',1254405401),(6115,'en','video','phpfox','2.0.0rc3','completed_image_simagelocation','Completed Image: {sImageLocation}','Completed Image: {sImageLocation}',1254405456),(6116,'en','video','phpfox','2.0.0rc3','completed_sdestination','Completed: {sDestination}','Completed: {sDestination}',1254405513),(6117,'en','video','phpfox','2.0.0rc3','unable_to_convert_video','Unable to convert video.','Unable to convert video.',1254405571),(6118,'en','video','phpfox','2.0.0rc3','not_a_valid_site_valid_sites_asites','Not a valid site. Valid sites: {aSites}','Not a valid site. Valid sites: {aSites}',1254405633),(6119,'en','video','phpfox','2.0.0rc3','provide_a_category_this_video_will_belong_to','Provide a category this video will belong to.','Provide a category this video will belong to.',1254487824),(6120,'en','video','phpfox','2.0.0rc3','unable_to_embed_this_video_due_to_privacy_settings','Unable to embed this video due to privacy settings.','Unable to embed this video due to privacy settings.',1254487845),(6121,'en','video','phpfox','2.0.0rc3','select_a_video_to_upload','Select a video to upload.','Select a video to upload.',1254487878),(6122,'en','video','phpfox','2.0.0rc3','not_a_valid_file_we_only_allow_sallow','Not a valid file. We only allow: {sAllow}','Not a valid file. We only allow: {sAllow}',1254487914),(6123,'en','video','phpfox','2.0.0rc3','select_a_video','Select a video.','Select a video.',1254487977),(6124,'en','video','phpfox','2.0.0rc3','unable_to_process_this_video','Unable to process this video.','Unable to process this video.',1254488029),(6125,'en','video','phpfox','2.0.0rc3','unable_to_find_the_video_you_plan_to_edit','Unable to find the video you plan to edit.','Unable to find the video you plan to edit.',1254488075),(6126,'en','video','phpfox','2.0.0rc3','provide_a_title_for_this_video','Provide a title for this video.','Provide a title for this video.',1254488086),(6127,'en','video','phpfox','2.0.0rc3','invalid_permissions','Invalid Permissions.','Invalid Permissions.',1254488133),(6128,'en','video','phpfox','2.0.0rc3','unable_to_find_the_video_you_plan_to_delete','Unable to find the video you plan to delete.','Unable to find the video you plan to delete.',1254488148),(6129,'en','video','phpfox','2.0.0rc3','unable_to_find_the_video_image_you_plan_to_delete','Unable to find the video image you plan to delete.','Unable to find the video image you plan to delete.',1254488214),(6130,'en','video','phpfox','2.0.0rc3','unable_to_find_the_video_you_want_to_approve','Unable to find the video you want to approve.','Unable to find the video you want to approve.',1254488246),(6131,'en','video','phpfox','2.0.0rc3','your_video_has_been_approved_on_site_title','Your video has been approved on {site_title}','Your video has been approved on {site_title}',1254488300),(6132,'en','video','phpfox','2.0.0rc3','your_video_has_been_approved_on_site_title_n_nto_view_this_video_follow_the_link_below_n_a_href','Your video has been approved on {site_title}.nnTo view this video, follow the link below:n<a href=\"{sLink}\"> {sLink} </a>','Your video has been approved on {site_title}.nnTo view this video, follow the link below:n<a href=\"{sLink}\"> {sLink} </a>',1254488463),(6133,'en','video','phpfox','2.0.0rc3','not_a_valid_video_to_display','Not a valid video to display.','Not a valid video to display.',1254488610),(6134,'en','video','phpfox','2.0.0rc3','are_you_sure_this_will_delete_all_videos_that_belong_to_this_category_and_cannot_be_undone','Are you sure? This will delete all videos that belong to this category and cannot be undone.','Are you sure? This will delete all videos that belong to this category and cannot be undone.',1254488826),(6135,'en','video','phpfox','2.0.0rc3','added_by','Added By','Added By',1254488943),(6136,'en','video','phpfox','2.0.0rc3','rating','Rating','Rating',1254488976),(6137,'en','video','phpfox','2.0.0rc3','category','Category','Category',1254488990),(6138,'en','video','phpfox','2.0.0rc3','url','URL','URL',1254489013),(6139,'en','video','phpfox','2.0.0rc3','embed','Embed','Embed',1254489021),(6140,'en','video','phpfox','2.0.0rc3','featured','Featured','Featured',1254489041),(6141,'en','video','phpfox','2.0.0rc3','pending','Pending','Pending',1254489059),(6142,'en','video','phpfox','2.0.0rc3','approve_this_video','Approve this video.','Approve this video.',1254489109),(6143,'en','video','phpfox','2.0.0rc3','approved','Approved','Approved',1254489134),(6144,'en','video','phpfox','2.0.0rc3','edit_this_video','Edit this video.','Edit this video.',1254489227),(6145,'en','video','phpfox','2.0.0rc3','edit','Edit','Edit',1254489247),(6146,'en','video','phpfox','2.0.0rc3','delete_this_video','Delete this video.','Delete this video.',1254489283),(6147,'en','video','phpfox','2.0.0rc3','are_you_sure','Are you sure?','Are you sure?',1254489302),(6148,'en','video','phpfox','2.0.0rc3','delete','Delete','Delete',1254489334),(6149,'en','video','phpfox','2.0.0rc3','feature_this_video','Feature this video.','Feature this video.',1254489427),(6150,'en','video','phpfox','2.0.0rc3','unfeature','Unfeature','Unfeature',1254489453),(6151,'en','video','phpfox','2.0.0rc3','spotlight_this_video','Spotlight this video.','Spotlight this video.',1254489500),(6152,'en','video','phpfox','2.0.0rc3','remove_the_spotlight_from_this_video','Remove the spotlight from this video.','Remove the spotlight from this video.',1254489533),(6153,'en','video','phpfox','2.0.0rc3','remove_spotlight','Remove Spotlight','Remove Spotlight',1254489549),(6154,'en','video','phpfox','2.0.0rc3','keywords','Keywords','Keywords',1254489744),(6155,'en','video','phpfox','2.0.0rc3','submit','Submit','Submit',1254489754),(6156,'en','video','phpfox','2.0.0rc3','reset','Reset','Reset',1254489762),(6157,'en','video','phpfox','2.0.0rc3','video_title','Video Title','Video Title',1254489785),(6158,'en','video','phpfox','2.0.0rc3','description','Description','Description',1254489808),(6159,'en','video','phpfox','2.0.0rc3','by','By','By',1254490481),(6160,'en','video','phpfox','2.0.0rc3','report_a_video','Report a Video','Report a Video',1254490573),(6161,'en','video','phpfox','2.0.0rc3','report','Report','Report',1254490584),(6162,'en','video','phpfox','2.0.0rc3','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1254490592),(6163,'en','video','phpfox','2.0.0rc3','add_to_favorites','Add to Favorites','Add to Favorites',1254490600),(6164,'en','video','phpfox','2.0.0rc3','edit_this_video_menu','Edit this Video','Edit this Video',1254490709),(6165,'en','video','phpfox','2.0.0rc3','delete_this_video_menu','Delete this Video','Delete this Video',1254490763),(6166,'en','video','phpfox','2.0.0rc3','total_views_views','{total_views} views','{total_views} views',1254490886),(6167,'en','video','phpfox','2.0.0rc3','no_videos_have_been_added_yet','No videos have been added yet.','No videos have been added yet.',1254490981),(6168,'en','video','phpfox','2.0.0rc3','be_the_first_to_add_a_video','Be the First to Add a Video.','Be the First to Add a Video.',1254490991),(6169,'en','video','phpfox','2.0.0rc3','go_advanced','go advanced','go advanced',1254491246),(6170,'en','video','phpfox','2.0.0rc3','cancel','cancel','cancel',1254491255),(6171,'en','video','phpfox','2.0.0rc3','no_videos_added_yet_link_to_add','No videos added yet. Click <a href=\"{sAddNewVideoLink}\"> here</a> to add a new video.','No videos added yet. Click <a href=\"{sAddNewVideoLink}\"> here</a> to add a new video.',1254491516),(6172,'en','video','phpfox','2.0.0rc3','update','Update','Update',1254491664),(6173,'en','video','phpfox','2.0.0rc3','no_videos_added_yet','No videos added yet.','No videos added yet.',1254491928),(6174,'en','video','phpfox','2.0.0rc3','add_a_new_video','Add a New Video','Add a New Video',1254491938),(6175,'en','video','phpfox','2.0.0rc3','video_category_details','Video Category Details','Video Category Details',1254492010),(6176,'en','video','phpfox','2.0.0rc3','name','Name','Name',1254492016),(6177,'en','video','phpfox','2.0.0rc3','parent_category','Parent Category','Parent Category',1254492030),(6178,'en','video','phpfox','2.0.0rc3','select_form_select','Select','Select',1254492052),(6179,'en','video','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254492100),(6180,'en','video','phpfox','2.0.0rc3','view_this_video','View This Video','View This Video',1254492141),(6181,'en','video','phpfox','2.0.0rc3','step_2','Step 2','Step 2',1254492172),(6182,'en','video','phpfox','2.0.0rc3','photo','Photo','Photo',1254492181),(6183,'en','video','phpfox','2.0.0rc3','step_1','Step 1','Step 1',1254492220),(6184,'en','video','phpfox','2.0.0rc3','save','Save','Save',1254492263),(6185,'en','video','phpfox','2.0.0rc3','video_photo','Video Photo','Video Photo',1254492274),(6186,'en','video','phpfox','2.0.0rc3','here','here','here',1254492361),(6187,'en','video','phpfox','2.0.0rc3','click_to_delete_this_image','Click <a href=\"#\" onclick=\"{on_delete_image}\">here</a> to delete this image and upload a new one in its place.','Click <a href=\"#\" onclick=\"{on_delete_image}\">here</a> to delete this image and upload a new one in its place.',1254492819),(6188,'en','video','phpfox','2.0.0rc3','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1254567468),(6189,'en','video','phpfox','2.0.0rc3','the_file_size_limit_is','The file size limit is {iMaxFileSize_filesize}. If your upload does not work, try uploading a smaller picture.','The file size limit is {iMaxFileSize_filesize}. If your upload does not work, try uploading a smaller picture.',1254568982),(6190,'en','video','phpfox','2.0.0rc3','you_have_not_added_any_videos','You have not added any videos.','You have not added any videos.',1254569091),(6191,'en','video','phpfox','2.0.0rc3','browse_other_videos','Browse Other Videos','Browse Other Videos',1254569752),(6192,'en','video','phpfox','2.0.0rc3','no_videos_have_been_added','No videos have been added.','No videos have been added.',1254569764),(6193,'en','video','phpfox','2.0.0rc3','there_is_one_video_that_is_pending_approval','There is one video that is pending approval.','There is one video that is pending approval.',1254569791),(6194,'en','video','phpfox','2.0.0rc3','there_are_ivideoapprovecnt_videos_that_are_pending_approval','There are {iVideoApproveCnt} videos that are pending approval.','There are {iVideoApproveCnt} videos that are pending approval.',1254569811),(6195,'en','video','phpfox','2.0.0rc3','click_here_to_approve_videos','Click <a href=\"{sLinkPendingVideos}\">here</a> to approve videos.','Click <a href=\"{sLinkPendingVideos}\">here</a> to approve videos.',1254569985),(6196,'en','video','phpfox','2.0.0rc3','video_url','Video URL','Video URL',1254570126),(6197,'en','video','phpfox','2.0.0rc3','supported_sites','Supported sites','Supported sites',1254570139),(6198,'en','video','phpfox','2.0.0rc3','add','Add','Add',1254570150),(6199,'en','video','phpfox','2.0.0rc3','add_a_video','Add a Video','Add a Video',1254570165),(6200,'en','video','phpfox','2.0.0rc3','view_your_videos','View Your Videos','View Your Videos',1254570239),(6201,'en','video','phpfox','2.0.0rc3','upload_more_videos','Upload More Videos','Upload More Videos',1254570254),(6202,'en','video','phpfox','2.0.0rc3','uploading','Uploading','Uploading',1254570297),(6203,'en','video','phpfox','2.0.0rc3','upload_copyrights_notice','You retain all rights in your video that you upload. You must only upload videos in which you own all the rights. If you upload any videos in which you do not own all the rights, you may be violating copyright law.','You retain all rights in your video that you upload. You must only upload videos in which you own all the rights. If you upload any videos in which you do not own all the rights, you may be violating copyright law.',1254570328),(6204,'en','video','phpfox','2.0.0rc3','copyright_consequences_notice','Uploading copyrighted videos without the explicit consent of the copyright owner will result in your profile being cancelled.','Uploading copyrighted videos without the explicit consent of the copyright owner will result in your profile being cancelled.',1254570461),(6205,'en','video','phpfox','2.0.0rc3','select_video','Select Video','Select Video',1254570475),(6206,'en','video','phpfox','2.0.0rc3','you_can_upload_a_sfileext_file','You can upload a {sFileExt} file.','You can upload a {sFileExt} file.',1254570500),(6207,'en','video','phpfox','2.0.0rc3','max_file_size_iuploadlimit','Max file size: {iUploadLimit}','Max file size: {iUploadLimit}',1254570537),(6208,'en','video','phpfox','2.0.0rc3','video_is_being_processed','Video is being processed.','Video is being processed.',1254570641),(6209,'en','video','phpfox','2.0.0rc3','video_is_pending_approval','Video is pending approval.','Video is pending approval.',1254570697),(6210,'en','video','phpfox','2.0.0rc3','user_link_has_not_added_any_videos','{user_link} has not added any videos.','{user_link} has not added any videos.',1254570788),(6211,'en','video','phpfox','2.0.0rc3','date_added','Date Added','Date Added',1254570903),(6212,'en','video','phpfox','2.0.0rc3','popular','Popular','Popular',1254570916),(6213,'en','video','phpfox','2.0.0rc3','most_discussed','Most Discussed','Most Discussed',1254570931),(6214,'en','video','phpfox','2.0.0rc3','most_viewed','Most Viewed','Most Viewed',1254570958),(6215,'en','video','phpfox','2.0.0rc3','recent_videos','Recent Videos','Recent Videos',1254570986),(6216,'en','video','phpfox','2.0.0rc3','sort','Sort','Sort',1254571208),(6217,'en','video','phpfox','2.0.0rc3','in_sorting_order','in','in',1254571227),(6218,'en','video','phpfox','2.0.0rc4','manage_videos','Manage Videos','Manage Videos',1255354432),(6219,'en','video','phpfox','2.0.0rc4','your_video_title_has_been_approved','Your video \"{title}\" has been approved.','Your video \"{title}\" has been approved.',1255354861),(6220,'en','video','phpfox','2.0.0rc4','view_videos','View Videos','View Videos',1255354886),(6221,'en','video','phpfox','2.0.0rc4','a_href_user_link_owner_full_name_a_added_a_new_video_a_href_title_link_title_a','<a href=\"{user_link}\">{owner_full_name}</a> added a new video \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new video \"<a href=\"{title_link}\">{title}</a>\".',1255354930),(6222,'en','video','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_video_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">video</a>.',1255355112),(6223,'en','video','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_video_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">video</a>.',1255355165),(6224,'en','video','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_item_user_link_item_user_name_s_a_a_href_title_link_video_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">video</a>.',1255355190),(6225,'en','video','phpfox','2.0.0rc4','on_name_s_video','On {name}\'s video.','On {name}\'s video.',1255355310),(6226,'en','video','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255355342),(6227,'en','video','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_video_title','{user_name} left you a comment on your video \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your video \"{title}\".\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255355395),(6228,'en','video','phpfox','2.0.0rc4','video_text','Video Text','Video Text',1255860208),(6229,'en','video','phpfox','2.0.0rc6','added','Added','Added',1256899507),(6230,'en','video','phpfox','2.0.0rc6','comments','Comments','Comments',1256899516),(6231,'en','video','phpfox','2.0.0rc6','view','View','View',1256899530),(6232,'en','video','phpfox','2.0.0rc6','embedding_this_video_is_not_allowed_try_another_video','Embedding this video is not allowed. Try another video.','Embedding this video is not allowed. Try another video.',1256905055),(6233,'en','video','phpfox','2.0.0rc6','full_name_wrote_a_comment_on_your_video','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your video \"<a href=\"{link}\">{title}</a>\".','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your video \"<a href=\"{link}\">{title}</a>\".',1257316881),(6234,'en','video','phpfox','2.0.0rc7','un_feature_this_video','Un-Feature this video.','Un-Feature this video.',1257799894),(6235,'en','video','phpfox','2.0.0rc8','user_setting_points_video','Points received when adding a video.','Points received when adding a video.',1258461532),(6236,'en','video','phpfox','2.0.0rc8','tags','Tags','Tags',1258733037),(6237,'en','video','phpfox','2.0.0rc8','view_more_videos','View More Videos','View More Videos',1258739743),(6238,'en','video','phpfox','2.0.0rc8','video_added_on_time_stamp_by_full_name','<a href=\"{link}\">Video</a> added on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.','<a href=\"{link}\">Video</a> added on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.',1258739906),(6239,'en','video','phpfox','2.0.0rc8','update_video_view_count','Update video \"view\" count (Only for those that upgraded from v1.6.21).','Update video \"view\" count (Only for those that upgraded from v1.6.21).',1258986172),(6240,'en','video','phpfox','2.0.0rc8','total_views','{total} views','{total} views',1259000889),(6241,'en','video','phpfox','2.0.0rc10','favorite','Favorite','Favorite',1259352726),(6242,'en','video','phpfox','2.0.0rc11','user_setting_can_access_videos','Can browse and view the video module?','Can browse and view the video module?',1260286300),(6243,'en','video','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_video_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">video</a>.',1260472724),(6244,'en','video','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_video_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">video</a>.',1260472742),(6245,'en','video','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_video_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">video</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">video</a>.',1260472757),(6246,'en','video','phpfox','2.0.0rc12','upload_videos','Upload Videos','Upload Videos',1260904165),(6247,'en','video','phpfox','2.0.0','update_tags_videos','Update Tags (Videos)','Update Tags (Videos)',1261056044),(6248,'en','video','phpfox','2.0.0','1_view','1 view','1 view',1261163385),(6249,'en','video','phpfox','2.0.0','no_videos_found','No videos found.','No videos found.',1261413540),(6250,'en','video','phpfox','2.0.0','total_rating_out_of_10','{total_rating} out of 10','{total_rating} out of 10',1261569933),(6251,'en','video','phpfox','2.0.2','rss_group_name_4','Videos','Videos',1263216651),(6252,'en','video','phpfox','2.0.2','rss_title_5','Latest Videos','Latest Videos',1263216811),(6253,'en','video','phpfox','2.0.2','rss_description_5','List of all the latest videos.','List of all the latest videos.',1263216811),(6254,'en','video','phpfox','2.0.4','please_provide_a_valid_url_for_your_video','Please provide a valid URL for your video.','Please provide a valid URL for your video.',1266501161),(6255,'en','video','phpfox','2.0.5','user_setting_can_sponsor_video','Can members of this user group mark videos as sponsor?','Can members of this user group mark videos as sponsor?',1270026188),(6256,'en','video','phpfox','2.0.5','unsponsor_this_video','Unsponsor this video','Unsponsor this video',1270026492),(6257,'en','video','phpfox','2.0.5','sponsor_this_video','Sponsor this video','Sponsor this video',1270026503),(6258,'en','video','phpfox','2.0.5','video_successfully_sponsored','Video successfully sponsored.','Video successfully sponsored.',1270029791),(6259,'en','video','phpfox','2.0.5','video_successfully_un_sponsored','Video successfully unsponsored.','Video successfully unsponsored.',1270029804),(6260,'en','video','phpfox','2.0.5','sponsored_video','Sponsored Video','Sponsored Video',1270031934),(6261,'en','video','phpfox','2.0.5','user_setting_can_purchase_sponsor','Can members of this user group purchase a sponsored ad space?','Can members of this user group purchase a sponsored ad space?',1271076186),(6262,'en','video','phpfox','2.0.5','sponsor_help','To purchase sponsor space for your video, view your video by clicking on it and then click on \"Sponsor\" on the right hand side menu','To purchase sponsor space for your video, view your video by clicking on it and then click on \"Sponsor\" on the right hand side menu',1271148643),(6263,'en','video','phpfox','2.0.5','encourage_sponsor','Sponsor your Videos','Sponsor your Videos',1271150347),(6264,'en','video','phpfox','2.0.5','user_setting_video_sponsor_price','How much is the sponsor space worth?\r\nThis works in a CPM basis.','How much is the sponsor space worth?\r\nThis works in a CPM basis.',1271756668),(6265,'en','video','phpfox','2.0.5','sponsor_paypal_message','Payment for the sponsor space of video: {sVideoTitle}','Payment for the sponsor space of video: {sVideoTitle}',1271941483),(6266,'en','video','phpfox','2.0.5','sponsor_title','Video: {sVideoTitle}','Video: {sVideoTitle}',1271941956),(6267,'en','video','phpfox','2.0.5','sponsor_error_not_found','The video you are trying to sponsor cannot be found.','The video you are trying to sponsor cannot be found.',1271942415),(6268,'en','video','phpfox','2.0.5','user_setting_auto_publish_sponsored_item','After the user has purchased a sponsored space, should the video be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored video space before it is shown in the site.','After the user has purchased a sponsored space, should the video be published right away?\r\nIf set to false, the admin will have to approve each new purchased sponsored video space before it is shown in the site.',1272007206),(6269,'en','video','phpfox','2.0.5','comments_total_comment','Comments ({total_comment})','Comments ({total_comment})',1273233241),(6270,'en','video','phpfox','2.0.5','total_score_out_of_10','{total_score} out of 10','{total_score} out of 10',1273233268),(6271,'en','video','phpfox','2.0.5dev2','user_setting_flood_control_videos','How many minutes should a user wait before they can share/upload another video?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can share/upload another video?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275107164),(6272,'en','video','phpfox','2.0.5dev2','you_are_sharing_a_video_a_little_too_soon','You are sharing a video a little too soon.','You are sharing a video a little too soon.',1275107266),(6273,'en','video','phpfox','2.0.5dev2','you_are_uploading_a_video_a_little_too_soon','You are uploading a video a little too soon.','You are uploading a video a little too soon.',1275107571),(6274,'en','video','phpfox','2.0.5','setting_params_for_ffmpeg','<title>Params for FFMPEG</title><info>This is the string to be used when converting videos using ffmpeg. \r\nThe following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>','<title>Params for FFMPEG</title><info>This is the string to be used when converting videos using ffmpeg. \r\nThe following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>',1275917842),(6275,'en','video','phpfox','2.0.5','setting_params_for_mencoder','<title>Params for Mencoder</title><info>This is the string to be used when converting videos using mencoder.\r\nThe following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>','<title>Params for Mencoder</title><info>This is the string to be used when converting videos using mencoder.\r\nThe following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>',1275918473),(6276,'en','video','phpfox','2.0.5','setting_params_for_mencoder_fallback','<title>Fallback Params for Mencoder</title><info>In case the first mencoder call fails this other param will be used in a subsequent call. The following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>','<title>Fallback Params for Mencoder</title><info>In case the first mencoder call fails this other param will be used in a subsequent call. The following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>',1275919046),(6277,'en','video','phpfox','2.0.5','setting_flvtool2_path','<title>Path to FLVTool2</title><info>Path to FLVTool2</info>','<title>Path to FLVTool2</title><info>Path to FLVTool2</info>',1275991521),(6278,'en','video','phpfox','2.0.5','setting_params_for_flvtool2','<title>Params for FLVTool2</title><info>This is the string to be used when calling FLVTool2. The following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>','<title>Params for FLVTool2</title><info>This is the string to be used when calling FLVTool2. The following replacements apply:\r\n{source} path and file of the video to convert\r\n{destination} path and file of the converted video\r\n{width} frame width\r\n{height} frame height</info>',1275991617),(6279,'en','video','phpfox','2.0.5','setting_enable_flvtool2','<title>Enable FLVTool2</title><info>Should the script call FLVTool2 after converting videos?</info>','<title>Enable FLVTool2</title><info>Should the script call FLVTool2 after converting videos?</info>',1275992422),(6280,'en','announcement','phpfox','2.0.6','announcement_subject_1','Grand Opening','Grand Opening',1374840503),(6281,'en','announcement','phpfox','2.0.6','announcement_intro_1','Post, Add Friends, Collaborate, Share your music, buy apparel!','Post, Add Friends, Collaborate, Share your music, buy apparel!',1374840503),(6282,'en','announcement','phpfox','2.0.6','announcement_content_1','Welcome to the ultimate perfect community for artists of all kinds to come and collaborate, talk, share and just hang out. For real business people and those with goals and dreams. Speak up and get a have a change to be sponsored by convict cartel or other sponsors on this community. Thanks for joining!','Welcome to the ultimate perfect community for artists of all kinds to come and collaborate, talk, share and just hang out. For real business people and those with goals and dreams. Speak up and get a have a change to be sponsored by convict cartel or other sponsors on this community. Thanks for joining!',1374840503); /*!40000 ALTER TABLE `phpfox_language_phrase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language_rule` -- DROP TABLE IF EXISTS `phpfox_language_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language_rule` ( `rule_id` int(11) unsigned NOT NULL auto_increment, `language_id` varchar(12) NOT NULL, `var_name` varchar(250) NOT NULL, `rule` varchar(150) NOT NULL, `rule_value` mediumtext NOT NULL, `ordering` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`rule_id`), KEY `language_id` (`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language_rule` -- LOCK TABLES `phpfox_language_rule` WRITE; /*!40000 ALTER TABLE `phpfox_language_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_language_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_session` -- DROP TABLE IF EXISTS `phpfox_log_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_session` ( `session_hash` char(32) NOT NULL, `id_hash` char(32) NOT NULL, `captcha_hash` char(32) default NULL, `user_id` int(10) unsigned NOT NULL, `last_activity` int(10) unsigned NOT NULL, `location` varchar(255) default NULL, `is_forum` tinyint(1) NOT NULL, `forum_id` smallint(4) unsigned NOT NULL, `im_status` tinyint(1) NOT NULL default '0', `im_hide` tinyint(1) NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `user_agent` varchar(100) NOT NULL, KEY `session_hash` (`session_hash`), KEY `captcha_hash` (`captcha_hash`), KEY `specific_forum` (`last_activity`,`forum_id`), KEY `general_forum` (`last_activity`,`is_forum`), KEY `last_activity` (`last_activity`), KEY `log_session` (`session_hash`,`id_hash`), KEY `user_id` (`user_id`,`im_hide`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_session` -- LOCK TABLES `phpfox_log_session` WRITE; /*!40000 ALTER TABLE `phpfox_log_session` DISABLE KEYS */; INSERT INTO `phpfox_log_session` VALUES ('5bef8011c58942d8db91ed3c89e8c36b','52a5e2070d1433b6f25a1d206984b72a','5b777c032d8f26fc0a712c1f42425d39',1,1374844152,'/user/privacy/',0,0,0,0,'108.215.61.113','Chrome 28.0.1500.'); /*!40000 ALTER TABLE `phpfox_log_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_staff` -- DROP TABLE IF EXISTS `phpfox_log_staff`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_staff` ( `log_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `type_id` tinyint(3) NOT NULL, `call_name` varchar(255) NOT NULL, `extra` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_staff` -- LOCK TABLES `phpfox_log_staff` WRITE; /*!40000 ALTER TABLE `phpfox_log_staff` DISABLE KEYS */; INSERT INTO `phpfox_log_staff` VALUES (1,1,2,'phrase','a:1:{s:6:\"phrase\";s:22:\"announcement_subject_1\";}',1374840503,'108.215.61.113'),(2,1,2,'phrase','a:1:{s:6:\"phrase\";s:20:\"announcement_intro_1\";}',1374840503,'108.215.61.113'),(3,1,2,'phrase','a:1:{s:6:\"phrase\";s:22:\"announcement_content_1\";}',1374840503,'108.215.61.113'); /*!40000 ALTER TABLE `phpfox_log_staff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_view` -- DROP TABLE IF EXISTS `phpfox_log_view`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_view` ( `view_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `protocal` varchar(4) NOT NULL, `cache_data` mediumtext, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_view` -- LOCK TABLES `phpfox_log_view` WRITE; /*!40000 ALTER TABLE `phpfox_log_view` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_log_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail` -- DROP TABLE IF EXISTS `phpfox_mail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail` ( `mail_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `mass_id` int(10) unsigned NOT NULL default '0', `subject` varchar(255) default NULL, `preview` varchar(255) default NULL, `owner_user_id` int(10) unsigned NOT NULL, `owner_folder_id` int(10) unsigned NOT NULL default '0', `owner_type_id` tinyint(1) NOT NULL default '0', `viewer_user_id` int(10) unsigned NOT NULL, `viewer_folder_id` int(10) unsigned NOT NULL default '0', `viewer_type_id` int(10) unsigned NOT NULL default '0', `viewer_is_new` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `time_updated` int(10) unsigned NOT NULL default '0', `total_attachment` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`mail_id`), KEY `owner_user_id` (`owner_user_id`,`owner_folder_id`,`owner_type_id`), KEY `viewer_user_id` (`viewer_user_id`,`viewer_folder_id`,`viewer_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail` -- LOCK TABLES `phpfox_mail` WRITE; /*!40000 ALTER TABLE `phpfox_mail` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_folder` -- DROP TABLE IF EXISTS `phpfox_mail_folder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_folder` ( `folder_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`folder_id`), KEY `user_id` (`user_id`), KEY `name` (`name`,`user_id`), KEY `folder_id` (`folder_id`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_folder` -- LOCK TABLES `phpfox_mail_folder` WRITE; /*!40000 ALTER TABLE `phpfox_mail_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_hash` -- DROP TABLE IF EXISTS `phpfox_mail_hash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_hash` ( `user_id` int(10) unsigned NOT NULL, `item_hash` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`item_hash`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_hash` -- LOCK TABLES `phpfox_mail_hash` WRITE; /*!40000 ALTER TABLE `phpfox_mail_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_text` -- DROP TABLE IF EXISTS `phpfox_mail_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_text` ( `mail_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `mail_id` (`mail_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_text` -- LOCK TABLES `phpfox_mail_text` WRITE; /*!40000 ALTER TABLE `phpfox_mail_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace` -- DROP TABLE IF EXISTS `phpfox_marketplace`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace` ( `listing_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(3) NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `short_description` varchar(255) default NULL, `currency_id` char(3) NOT NULL default 'USD', `price` decimal(14,2) NOT NULL default '0.00', `country_iso` char(2) default NULL, `country_child_id` mediumint(8) unsigned NOT NULL default '0', `postal_code` varchar(20) default NULL, `city` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `is_sell` tinyint(1) NOT NULL default '0', `is_closed` tinyint(1) NOT NULL default '0', `auto_sell` tinyint(1) NOT NULL default '0', PRIMARY KEY (`listing_id`), KEY `view_id_2` (`view_id`,`group_id`,`user_id`), KEY `listing_id` (`listing_id`,`view_id`,`user_id`), KEY `view_id` (`group_id`,`title_url`), KEY `view_id_3` (`view_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace` -- LOCK TABLES `phpfox_marketplace` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_category` -- DROP TABLE IF EXISTS `phpfox_marketplace_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_category` -- LOCK TABLES `phpfox_marketplace_category` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_category` DISABLE KEYS */; INSERT INTO `phpfox_marketplace_category` VALUES (1,0,1,'Apparel','category-1',0,0,1),(2,1,1,'Hoodies','category-1-1',0,0,1),(3,1,1,'Caps & Beanies','category-1-2',0,0,2),(4,0,1,'Category 2','category-2',0,0,2),(5,4,1,'Category 2.1','category-2-1',0,0,1),(6,4,1,'Category 2.2','category-2-2',0,0,2),(7,1,1,'T-Shirts','apparel',1374840526,0,0); /*!40000 ALTER TABLE `phpfox_marketplace_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_category_data` -- DROP TABLE IF EXISTS `phpfox_marketplace_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_category_data` ( `listing_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_category_data` -- LOCK TABLES `phpfox_marketplace_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_image` -- DROP TABLE IF EXISTS `phpfox_marketplace_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_image` ( `image_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `image_path` varchar(50) NOT NULL, `server_id` tinyint(1) NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`image_id`), KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_image` -- LOCK TABLES `phpfox_marketplace_image` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_image` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_invite` -- DROP TABLE IF EXISTS `phpfox_marketplace_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `type_id` tinyint(1) NOT NULL default '0', `visited_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `listing_id` (`listing_id`), KEY `listing_id_2` (`listing_id`,`invited_user_id`), KEY `invited_user_id` (`invited_user_id`), KEY `listing_id_3` (`listing_id`,`visited_id`), KEY `listing_id_4` (`listing_id`,`visited_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_invite` -- LOCK TABLES `phpfox_marketplace_invite` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_invoice` -- DROP TABLE IF EXISTS `phpfox_marketplace_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_invoice` ( `invoice_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_paid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`invoice_id`), KEY `listing_id` (`listing_id`), KEY `user_id` (`user_id`), KEY `listing_id_2` (`listing_id`,`status`), KEY `listing_id_3` (`listing_id`,`user_id`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_invoice` -- LOCK TABLES `phpfox_marketplace_invoice` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_text` -- DROP TABLE IF EXISTS `phpfox_marketplace_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_text` ( `listing_id` int(10) unsigned NOT NULL, `description` mediumtext, `description_parsed` mediumtext, KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_text` -- LOCK TABLES `phpfox_marketplace_text` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_menu` -- DROP TABLE IF EXISTS `phpfox_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_menu` ( `menu_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `page_id` int(10) unsigned NOT NULL default '0', `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `var_name` varchar(255) NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` tinyint(3) NOT NULL default '0', `url_value` varchar(255) default NULL, `disallow_access` varchar(255) default NULL, `version_id` varchar(50) default NULL, PRIMARY KEY (`menu_id`), KEY `product_id` (`product_id`), KEY `url_value` (`url_value`,`module_id`), KEY `page_id` (`page_id`), KEY `m_connection` (`m_connection`,`is_active`), KEY `parent_id` (`parent_id`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_menu` -- LOCK TABLES `phpfox_menu` WRITE; /*!40000 ALTER TABLE `phpfox_menu` DISABLE KEYS */; INSERT INTO `phpfox_menu` VALUES (1,0,0,'main','core','phpfox','menu_home',1,2,NULL,'a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;i:5;i:4;i:6;}','2.0.0alpha1'),(2,0,0,'main_right','core','phpfox','menu_admincp',1,1,'admincp',NULL,'2.0.0alpha1'),(3,0,0,'main_right','core','phpfox','menu_log_out',1,10,'user.logout','a:1:{i:0;s:1:\"3\";}','2.0.0alpha1'),(4,0,0,'main_right','core','phpfox','menu_log',1,10,'user.login','a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;i:5;i:4;i:6;}','2.0.0alpha1'),(5,0,0,'footer','core','phpfox','menu_about',1,17,'about',NULL,'2.0.0alpha1'),(6,0,0,'footer','core','phpfox','menu_privacy',1,18,'policy',NULL,'2.0.0alpha1'),(7,0,0,'main','core','phpfox','menu_dashboard',1,1,NULL,'a:1:{i:0;s:1:\"3\";}','2.0.0beta3'),(8,0,0,'footer','page','phpfox','menu_terms',1,32,'terms',NULL,'2.0.0alpha1'),(9,0,0,'main','profile','phpfox','menu_profile',1,3,'profile.my',NULL,'2.0.0alpha1'),(10,0,0,'profile','profile','phpfox','menu_profile',1,1,'profile',NULL,'2.0.0alpha1'),(11,0,0,'profile.my','profile','phpfox','menu_customize_profile',1,4,'profile.designer',NULL,'2.0.0alpha3'),(12,0,0,'profile.my','profile','phpfox','menu_my_profile',1,1,'profile',NULL,'2.0.0alpha3'),(13,0,0,'main_right','user','phpfox','menu_register',1,2,'user.register','a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;i:5;i:4;i:6;}','2.0.0alpha1'),(14,0,0,'user.setting','user','phpfox','menu_privacy_settings',1,34,'user.privacy',NULL,'2.0.0alpha1'),(15,0,0,'main','user','phpfox','menu_browse',1,19,'user.browse',NULL,'2.0.0alpha1'),(16,0,0,'main_right','user','phpfox','menu_settings',1,4,'user.setting','a:1:{i:0;s:1:\"3\";}','2.0.0alpha1'),(17,0,0,'user.setting','user','phpfox','menu_account_settings',1,20,'user.setting',NULL,'2.0.0alpha1'),(18,0,0,'profile.my','user','phpfox','menu_edit_profile_picture',1,3,'user.photo',NULL,'2.0.0alpha1'),(19,0,0,'user.browse','user','phpfox','menu_who_s_online',1,51,'user.browse.view_online',NULL,'2.0.0alpha2'),(20,0,0,'user.privacy','user','phpfox','menu_account_settings',1,55,'user.setting',NULL,'2.0.0alpha2'),(21,0,0,'user.privacy','user','phpfox','menu_privacy_settings',1,57,'user.privacy',NULL,'2.0.0alpha2'),(22,0,0,'profile.my','user','phpfox','menu_edit_profile',1,2,'user.profile',NULL,'2.0.0alpha3'),(23,0,0,'user.browse','user','phpfox','menu_featured_members',1,84,'user.browse.view_featured',NULL,'2.0.0beta5'),(24,0,0,'user.browse','user','phpfox','menu_user_top_rated_members',1,93,'user.browse.view_top',NULL,'2.0.0'),(25,0,0,'ad','ad','phpfox','menu_ad_create_an_ad_523af537946b79c4f8369ed39ba78605',1,95,'ad.add',NULL,'2.0.5'),(26,0,0,'ad','ad','phpfox','menu_ad_manage_ads_523af537946b79c4f8369ed39ba78605',1,96,'ad.manage',NULL,'2.0.5'),(27,0,0,'ad','ad','phpfox','menu_ad_manage_invoices_523af537946b79c4f8369ed39ba78605',1,97,'ad.invoice',NULL,'2.0.5'),(28,0,0,'footer','ad','phpfox','menu_ad_advertise_251d164643533a527361dbe1a7b9235d',1,98,'ad',NULL,'2.0.5'),(29,0,0,'ad','ad','phpfox','menu_ad_manage_sponsorships_6a992d5529f459a44fee58c733255e86',1,99,'ad.manage-sponsor','a:1:{i:0;s:1:\"3\";}','2.0.5'),(30,0,0,'explore','announcement','phpfox','menu_announcements',1,83,'announcement',NULL,'2.0.0beta4'),(31,0,0,'explore','blog','phpfox','menu_blogs',1,4,'blog',NULL,'2.0.0alpha1'),(32,0,0,'blog.index','blog','phpfox','menu_add_new_blog',1,3,'blog.add',NULL,'2.0.0alpha1'),(33,0,0,'blog.index','blog','phpfox','menu_view_my_blogs',1,2,'profile.blog',NULL,'2.0.0alpha1'),(34,0,0,'profile','blog','phpfox','menu_blogs',1,2,'profile.blog',NULL,'2.0.0alpha1'),(35,0,0,'blog.index','blog','phpfox','menu_view_blogs',1,1,'blog',NULL,'2.0.0alpha1'),(36,0,0,'bulletin','bulletin','phpfox','menu_my_bulletins',1,2,'bulletin.my',NULL,'2.0.0alpha1'),(37,0,0,'bulletin','bulletin','phpfox','menu_post_bulletin',1,3,'bulletin.add',NULL,'2.0.0alpha1'),(38,0,0,'bulletin','bulletin','phpfox','menu_view_bulletins',1,1,'bulletin',NULL,'2.0.0alpha1'),(39,0,0,'explore','bulletin','phpfox','menu_bulletins',1,58,'bulletin',NULL,'2.0.0alpha2'),(40,0,0,'footer','contact','phpfox','menu_contact',1,33,'contact',NULL,'2.0.0alpha1'),(41,0,0,'explore','event','phpfox','menu_event',1,29,'event',NULL,'2.0.0alpha1'),(42,0,0,'event.index','event','phpfox','menu_create_new_event',1,62,'event.add',NULL,'2.0.0alpha4'),(43,0,0,'event.index','event','phpfox','menu_view_my_events',1,63,'event.view_my',NULL,'2.0.0alpha4'),(44,0,0,'event.index','event','phpfox','menu_events_i_m_attending',1,64,'event.view_attending',NULL,'2.0.0alpha4'),(45,0,0,'event.index','event','phpfox','menu_events_i_may_attend',1,65,'event.view_maybe',NULL,'2.0.0alpha4'),(46,0,0,'event.index','event','phpfox','menu_events_i_m_not_attending',1,66,'event.view_not_attending',NULL,'2.0.0alpha4'),(47,0,0,'event.index','event','phpfox','menu_event_invitations',1,67,'event.view_invitation',NULL,'2.0.0alpha4'),(48,0,0,'event.index','event','phpfox','menu_past_events',1,68,'event.view_past',NULL,'2.0.0alpha4'),(49,0,0,'profile','favorite','phpfox','menu_favorites',1,79,'profile.favorite',NULL,'2.0.0beta3'),(50,0,0,'explore','forum','phpfox','menu_forum',1,23,'forum',NULL,'2.0.0alpha1'),(51,0,0,'main','friend','phpfox','menu_core_friends',1,5,'friend',NULL,'2.0.0alpha1'),(52,0,0,'friend','friend','phpfox','menu_online_friends',1,3,'friend.view_online',NULL,'2.0.0alpha1'),(53,0,0,'friend','friend','phpfox','menu_top_friends',1,2,'friend.view_top',NULL,'2.0.0alpha1'),(54,0,0,'profile','friend','phpfox','menu_friend_friends',1,16,'profile.friend',NULL,'2.0.0alpha1'),(55,0,0,'friend','friend','phpfox','menu_all_friends',1,1,'friend',NULL,'2.0.0alpha1'),(56,0,0,'friend','friend','phpfox','menu_pending_requests',1,37,'friend.pending',NULL,'2.0.0alpha1'),(57,0,0,'friend','friend','phpfox','menu_birthday_e_cards',1,82,'friend.mybirthday',NULL,'2.0.0beta4'),(58,0,0,'friend','friend','phpfox','menu_friends_requests',1,91,'friend.accept',NULL,'2.0.0rc4'),(59,0,0,'explore','group','phpfox','menu_groups',1,25,'group',NULL,'2.0.0alpha1'),(60,0,0,'group.index','group','phpfox','menu_view_my_groups',1,72,'group.view_my',NULL,'2.0.0alpha4'),(61,0,0,'group.index','group','phpfox','menu_create_new_group',1,71,'group.add',NULL,'2.0.0alpha4'),(62,0,0,'group.index','group','phpfox','menu_view_group_memberships',1,73,'group.view_member',NULL,'2.0.0alpha4'),(63,0,0,'group.index','group','phpfox','menu_group_invites',1,90,'group.view_invite',NULL,'2.0.0rc2'),(64,0,0,'main','invite','phpfox','menu_invite',1,30,'invite',NULL,'2.0.0alpha1'),(65,0,0,'invite','invite','phpfox','menu_pending_invitations',1,45,'invite.invitations',NULL,'2.0.0alpha1'),(66,0,0,'invite','invite','phpfox','menu_invite_friends',1,44,'invite',NULL,'2.0.0alpha1'),(67,0,0,'mail','mail','phpfox','menu_compose',1,2,'mail.compose',NULL,'2.0.0alpha1'),(68,0,0,'main','mail','phpfox','menu_mail',1,4,'mail',NULL,'2.0.0alpha1'),(69,0,0,'mail','mail','phpfox','menu_view_messages',1,1,'mail',NULL,'2.0.0alpha1'),(70,0,0,'explore','marketplace','phpfox','menu_marketplace',1,59,'marketplace',NULL,'2.0.0alpha4'),(71,0,0,'marketplace.index','marketplace','phpfox','menu_add_new_listing',1,60,'marketplace.add',NULL,'2.0.0alpha4'),(72,0,0,'marketplace.index','marketplace','phpfox','menu_marketplace_manage_invoices_ad23f7587e12dc025eefdfbc37ca854a',1,99,'marketplace.invoice',NULL,'2.0.5'),(73,0,0,'footer','mobile','phpfox','menu_mobile_mobile_251d164643533a527361dbe1a7b9235d',1,94,'mobile-info',NULL,'2.0.4'),(74,0,0,'music','music','phpfox','menu_artists',1,85,'music.browse.artist',NULL,'2.0.0rc1'),(75,0,0,'explore','music','phpfox','menu_music',1,31,'music',NULL,'2.0.0alpha1'),(76,0,0,'music','music','phpfox','menu_upload_a_song',1,74,'music.upload',NULL,'2.0.0beta1'),(77,0,0,'music','music','phpfox','menu_create_an_album',1,75,'music.album',NULL,'2.0.0beta1'),(78,0,0,'music','music','phpfox','menu_songs',1,86,'music.browse.song',NULL,'2.0.0rc1'),(79,0,0,'music','music','phpfox','menu_albums',1,87,'music.browse.album',NULL,'2.0.0rc1'),(80,0,0,'music','music','phpfox','menu_view_my_songs',1,88,'music.browse.song.view_my',NULL,'2.0.0rc1'),(81,0,0,'music','music','phpfox','menu_view_my_albums',1,89,'music.browse.album.view_my',NULL,'2.0.0rc1'),(82,0,0,'explore','photo','phpfox','menu_photo',1,22,'photo',NULL,'2.0.0alpha1'),(83,0,0,'profile','photo','phpfox','menu_photos',1,38,'profile.photo',NULL,'2.0.0alpha1'),(84,0,0,'photo.index','photo','phpfox','menu_upload_new_image',1,42,'photo.upload',NULL,'2.0.0alpha1'),(85,0,0,'photo.index','photo','phpfox','menu_view_photos',1,43,'profile.photo',NULL,'2.0.0alpha1'),(86,0,0,'photo.index','photo','phpfox','menu_rate_photos',1,46,'photo.rate',NULL,'2.0.0alpha1'),(87,0,0,'photo.index','photo','phpfox','menu_photo_battles',1,47,'photo.battle',NULL,'2.0.0alpha1'),(88,0,0,'photo.index','photo','phpfox','menu_photo_albums',1,92,'photo.public-album',NULL,'2.0.0rc10'),(89,0,0,'explore','poll','phpfox','menu_poll',1,24,'poll',NULL,'2.0.0alpha1'),(90,0,0,'poll.index','poll','phpfox','menu_add_new_poll',1,39,'poll.add',NULL,'2.0.0alpha1'),(91,0,0,'poll.index','poll','phpfox','menu_view_polls',1,40,'profile.poll',NULL,'2.0.0alpha1'),(92,0,0,'profile','poll','phpfox','menu_polls',1,41,'profile.poll',NULL,'2.0.0alpha1'),(93,0,0,'explore','quiz','phpfox','menu_quiz',1,28,'quiz',NULL,'2.0.0alpha1'),(94,0,0,'profile','quiz','phpfox','menu_profile_quiz',1,48,'profile.quiz',NULL,'2.0.0alpha1'),(95,0,0,'quiz','quiz','phpfox','menu_add_new_quiz',1,49,'quiz.add',NULL,'2.0.0alpha1'),(96,0,0,'quiz','quiz','phpfox','menu_view_quizzes',1,50,'profile.quiz',NULL,'2.0.0alpha1'),(97,0,0,'subscribe','subscribe','phpfox','menu_my_subscriptions',1,80,'subscribe.list',NULL,'2.0.0beta4'),(98,0,0,'subscribe','subscribe','phpfox','menu_membership_packages',1,81,'subscribe',NULL,'2.0.0beta4'),(99,0,0,'explore','video','phpfox','menu_video',1,26,'video',NULL,'2.0.0alpha1'),(100,0,0,'video.index','video','phpfox','menu_upload_a_new_video',1,76,'video.upload',NULL,'2.0.0beta2'),(101,0,0,'video.index','video','phpfox','menu_share_a_video',1,77,'video.share',NULL,'2.0.0beta2'),(102,0,0,'profile','video','phpfox','menu_videos',1,78,'profile.video',NULL,'2.0.0beta2'); /*!40000 ALTER TABLE `phpfox_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_module` -- DROP TABLE IF EXISTS `phpfox_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_module` ( `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_core` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL, `is_menu` tinyint(1) NOT NULL default '1', `menu` text, `phrase_var_name` varchar(250) default NULL, KEY `is_active` (`is_active`), KEY `is_menu` (`is_menu`), KEY `module_id` (`module_id`), KEY `module_is_active` (`module_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_module` -- LOCK TABLES `phpfox_module` WRITE; /*!40000 ALTER TABLE `phpfox_module` DISABLE KEYS */; INSERT INTO `phpfox_module` VALUES ('core','phpfox',1,1,0,'',''),('admincp','phpfox',1,1,0,'','module_admincp'),('api','phpfox',1,1,0,'','module_api'),('ban','phpfox',1,1,0,'','module_ban'),('custom','phpfox',1,1,0,'','module_custom'),('error','phpfox',1,1,0,'','module_error'),('help','phpfox',1,1,0,'','module_help'),('language','phpfox',1,1,0,'','module_language'),('log','phpfox',1,1,0,'','module_log'),('page','phpfox',1,1,0,'','module_page'),('profile','phpfox',1,1,0,'','module_profile'),('theme','phpfox',1,1,0,'','module_theme'),('user','phpfox',1,1,0,'','module_user'),('ad','phpfox',0,1,1,'a:6:{s:33:\"ad.admin_menu_create_new_campaign\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:3:\"add\";}}s:30:\"ad.admin_menu_manage_campaigns\";a:1:{s:3:\"url\";a:1:{i:0;s:2:\"ad\";}}s:31:\"ad.admin_menu_manage_placements\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:9:\"placement\";}}s:26:\"ad.admin_menu_ad_placement\";a:1:{s:3:\"url\";a:3:{i:0;s:2:\"ad\";i:1;s:9:\"placement\";i:2;s:3:\"add\";}}s:22:\"ad.admin_menu_invoices\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:7:\"invoice\";}}s:33:\"ad.admin_menu_manage_sponsorships\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:7:\"sponsor\";}}}','module_ad'),('announcement','phpfox',0,1,1,'a:2:{s:30:\"announcement.admin_menu_manage\";a:1:{s:3:\"url\";a:1:{i:0;s:12:\"announcement\";}}s:31:\"announcement.admin_menu_add_new\";a:1:{s:3:\"url\";a:2:{i:0;s:12:\"announcement\";i:1;s:3:\"add\";}}}','module_announcement'),('attachment','phpfox',0,1,1,'a:2:{s:34:\"attachment.admin_menu_manage_types\";a:1:{s:3:\"url\";a:1:{i:0;s:10:\"attachment\";}}s:34:\"attachment.admin_menu_add_new_type\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"attachment\";i:1;s:3:\"add\";}}}','module_attachment'),('blog','phpfox',0,1,1,'a:2:{s:36:\"admincp.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:4:\"blog\";}}s:31:\"admincp.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:4:\"blog\";i:1;s:3:\"add\";}}}','module_blog'),('bulletin','phpfox',0,1,0,'','module_bulletin'),('captcha','phpfox',0,1,0,'','module_captcha'),('comment','phpfox',0,1,0,'','module_comment'),('contact','phpfox',0,1,1,'a:1:{s:29:\"contact.admin_menu_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:7:\"contact\";}}}','module_contact'),('credit','phpfox',0,1,0,'','module_credit'),('emoticon','phpfox',0,1,0,'','module_emoticon'),('event','phpfox',0,1,1,'a:2:{s:29:\"event.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"event\";i:1;s:3:\"add\";}}s:34:\"event.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"event\";}}}','module_event'),('facebook','phpfox',0,1,0,'','module_facebook'),('favorite','phpfox',0,1,0,'','module_favorite'),('feed','phpfox',0,1,0,'','module_feed'),('forum','phpfox',0,1,1,'a:2:{s:23:\"forum.admin_menu_manage\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"forum\";}}s:20:\"forum.admin_menu_add\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"forum\";i:1;s:3:\"add\";}}}','module_forum'),('friend','phpfox',0,1,0,'',''),('group','phpfox',0,1,1,'a:2:{s:29:\"group.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"group\";i:1;s:3:\"add\";}}s:34:\"group.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"group\";}}}','module_group'),('im','phpfox',0,1,0,'','module_im'),('invite','phpfox',0,1,0,'','module_invite'),('mail','phpfox',0,1,0,'','module_mail'),('marketplace','phpfox',0,1,1,'a:2:{s:35:\"marketplace.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:11:\"marketplace\";i:1;s:3:\"add\";}}s:40:\"marketplace.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:11:\"marketplace\";}}}','module_marketplace'),('mobile','phpfox',0,1,0,'','module_mobile'),('music','phpfox',0,1,1,'a:2:{s:26:\"music.admin_menu_add_genre\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"music\";i:1;s:3:\"add\";}}s:30:\"music.admin_menu_manage_genres\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"music\";}}}','module_music'),('newsletter','phpfox',0,1,1,'a:2:{s:39:\"newsletter.admin_menu_create_newsletter\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"newsletter\";i:1;s:3:\"add\";}}s:40:\"newsletter.admin_menu_manage_newsletters\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"newsletter\";i:1;s:6:\"manage\";}}}','module_newsletter'),('notification','phpfox',0,1,0,'','module_notification'),('photo','phpfox',0,1,1,'a:1:{s:27:\"photo.admin_menu_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"photo\";}}}','module_photo'),('poll','phpfox',0,1,0,'','module_poll'),('privacy','phpfox',0,1,0,'','module_privacy'),('quiz','phpfox',0,1,0,'','module_quiz'),('rate','phpfox',0,1,0,'','module_rate'),('report','phpfox',0,1,1,'a:3:{s:30:\"report.admin_menu_view_reports\";a:1:{s:3:\"url\";a:1:{i:0;s:6:\"report\";}}s:30:\"report.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:6:\"report\";i:1;s:3:\"add\";}}s:35:\"report.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:2:{i:0;s:6:\"report\";i:1;s:8:\"category\";}}}','module_report'),('request','phpfox',0,1,0,'','module_request'),('rss','phpfox',0,1,1,'a:4:{s:27:\"rss.admin_menu_manage_feeds\";a:1:{s:3:\"url\";a:1:{i:0;s:3:\"rss\";}}s:27:\"rss.admin_menu_add_new_feed\";a:1:{s:3:\"url\";a:2:{i:0;s:3:\"rss\";i:1;s:3:\"add\";}}s:28:\"rss.admin_menu_manage_groups\";a:1:{s:3:\"url\";a:2:{i:0;s:3:\"rss\";i:1;s:5:\"group\";}}s:28:\"rss.admin_menu_add_new_group\";a:1:{s:3:\"url\";a:3:{i:0;s:3:\"rss\";i:1;s:5:\"group\";i:2;s:3:\"add\";}}}','module_rss'),('search','phpfox',0,1,0,'','module_search'),('share','phpfox',0,1,1,'a:2:{s:36:\"share.admin_menu_manage_social_sites\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"share\";}}s:32:\"share.admin_menu_add_social_site\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"share\";i:1;s:3:\"add\";}}}','module_share'),('shoutbox','phpfox',0,1,0,'','module_shoutbox'),('subscribe','phpfox',0,1,1,'a:3:{s:36:\"subscribe.admin_menu_manage_packages\";a:1:{s:3:\"url\";a:1:{i:0;s:9:\"subscribe\";}}s:40:\"subscribe.admin_menu_create_new_packages\";a:1:{s:3:\"url\";a:2:{i:0;s:9:\"subscribe\";i:1;s:3:\"add\";}}s:36:\"subscribe.admin_menu_purchase_orders\";a:1:{s:3:\"url\";a:2:{i:0;s:9:\"subscribe\";i:1;s:4:\"list\";}}}','module_subscribe'),('tag','phpfox',0,1,0,'','module_tag'),('track','phpfox',0,1,0,'',''),('video','phpfox',0,1,1,'a:2:{s:29:\"video.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"video\";i:1;s:3:\"add\";}}s:34:\"video.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"video\";}}}','module_video'); /*!40000 ALTER TABLE `phpfox_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album` -- DROP TABLE IF EXISTS `phpfox_music_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album` ( `album_id` int(10) unsigned NOT NULL auto_increment, `view_id` int(10) unsigned NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `year` char(4) NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_track` smallint(4) unsigned NOT NULL default '0', `total_play` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`album_id`), KEY `view_id` (`view_id`,`user_id`), KEY `view_id_2` (`view_id`,`user_id`,`name_url`), KEY `view_id_3` (`view_id`), KEY `view_id_4` (`view_id`), KEY `view_id_5` (`view_id`,`is_featured`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album` -- LOCK TABLES `phpfox_music_album` WRITE; /*!40000 ALTER TABLE `phpfox_music_album` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album_rating` -- DROP TABLE IF EXISTS `phpfox_music_album_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album_rating` -- LOCK TABLES `phpfox_music_album_rating` WRITE; /*!40000 ALTER TABLE `phpfox_music_album_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album_text` -- DROP TABLE IF EXISTS `phpfox_music_album_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album_text` ( `album_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `album_id` (`album_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album_text` -- LOCK TABLES `phpfox_music_album_text` WRITE; /*!40000 ALTER TABLE `phpfox_music_album_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_genre` -- DROP TABLE IF EXISTS `phpfox_music_genre`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_genre` ( `genre_id` smallint(4) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, PRIMARY KEY (`genre_id`), KEY `name_url` (`name_url`), KEY `name_url_2` (`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_genre` -- LOCK TABLES `phpfox_music_genre` WRITE; /*!40000 ALTER TABLE `phpfox_music_genre` DISABLE KEYS */; INSERT INTO `phpfox_music_genre` VALUES (1,'Rock','rock'),(2,'Pop','pop'),(3,'Hip Hop','hip-hop'),(4,'Hip-Hop','hip-hop'); /*!40000 ALTER TABLE `phpfox_music_genre` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_genre_user` -- DROP TABLE IF EXISTS `phpfox_music_genre_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_genre_user` ( `user_id` int(10) unsigned NOT NULL, `genre_id` smallint(4) unsigned NOT NULL, `order_id` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_genre_user` -- LOCK TABLES `phpfox_music_genre_user` WRITE; /*!40000 ALTER TABLE `phpfox_music_genre_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_genre_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_profile` -- DROP TABLE IF EXISTS `phpfox_music_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_profile` ( `play_id` int(10) unsigned NOT NULL auto_increment, `song_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`play_id`), KEY `song_id` (`song_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_profile` -- LOCK TABLES `phpfox_music_profile` WRITE; /*!40000 ALTER TABLE `phpfox_music_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_song` -- DROP TABLE IF EXISTS `phpfox_music_song`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_song` ( `song_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `album_id` mediumint(8) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `song_path` varchar(50) default NULL, `server_id` tinyint(1) NOT NULL default '0', `explicit` tinyint(1) NOT NULL, `duration` varchar(5) default NULL, `ordering` tinyint(3) NOT NULL default '0', `total_play` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`song_id`), KEY `view_id` (`view_id`,`album_id`,`user_id`), KEY `view_id_2` (`view_id`,`user_id`), KEY `view_id_4` (`view_id`), KEY `view_id_3` (`user_id`,`title_url`), KEY `view_id_5` (`view_id`), KEY `view_id_6` (`view_id`,`is_featured`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_song` -- LOCK TABLES `phpfox_music_song` WRITE; /*!40000 ALTER TABLE `phpfox_music_song` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_song` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_song_rating` -- DROP TABLE IF EXISTS `phpfox_music_song_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_song_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_song_rating` -- LOCK TABLES `phpfox_music_song_rating` WRITE; /*!40000 ALTER TABLE `phpfox_music_song_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_song_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_user` -- DROP TABLE IF EXISTS `phpfox_music_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_user` ( `user_id` int(10) unsigned NOT NULL, `cf_record_label_name` varchar(255) default NULL, `cf_record_label_type` varchar(150) default NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_user` -- LOCK TABLES `phpfox_music_user` WRITE; /*!40000 ALTER TABLE `phpfox_music_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_user_value` -- DROP TABLE IF EXISTS `phpfox_music_user_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_user_value` ( `user_id` int(10) unsigned NOT NULL, `cf_record_label_name` varchar(255) default NULL, `cf_record_label_type` smallint(4) unsigned default NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_user_value` -- LOCK TABLES `phpfox_music_user_value` WRITE; /*!40000 ALTER TABLE `phpfox_music_user_value` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_user_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_newsletter` -- DROP TABLE IF EXISTS `phpfox_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_newsletter` ( `newsletter_id` int(10) unsigned NOT NULL auto_increment, `subject` varchar(255) NOT NULL, `round` tinyint(3) NOT NULL, `total` smallint(4) unsigned NOT NULL default '50', `state` tinyint(1) NOT NULL, `type_id` tinyint(1) NOT NULL, `age_from` tinyint(2) NOT NULL, `age_to` tinyint(2) NOT NULL, `user_group_id` varchar(255) NOT NULL, `country_iso` char(2) NOT NULL, `gender` tinyint(1) NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(9) unsigned NOT NULL, `archive` tinyint(1) NOT NULL default '1', `privacy` tinyint(1) NOT NULL default '1', PRIMARY KEY (`newsletter_id`), KEY `state` (`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_newsletter` -- LOCK TABLES `phpfox_newsletter` WRITE; /*!40000 ALTER TABLE `phpfox_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_newsletter_text` -- DROP TABLE IF EXISTS `phpfox_newsletter_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_newsletter_text` ( `newsletter_id` int(10) unsigned NOT NULL auto_increment, `text_html` mediumtext NOT NULL, `text_plain` mediumtext NOT NULL, PRIMARY KEY (`newsletter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_newsletter_text` -- LOCK TABLES `phpfox_newsletter_text` WRITE; /*!40000 ALTER TABLE `phpfox_newsletter_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_newsletter_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_notification` -- DROP TABLE IF EXISTS `phpfox_notification`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_notification` ( `notification_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `item_title` varchar(255) default NULL, `item_server_id` tinyint(1) NOT NULL default '0', `item_image` varchar(50) default NULL, `user_id` int(10) unsigned NOT NULL, `owner_user_id` int(10) unsigned NOT NULL default '0', `is_seen` tinyint(1) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`notification_id`), KEY `user_id` (`user_id`), KEY `owner_user_id` (`owner_user_id`), KEY `notification_id` (`notification_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_notification` -- LOCK TABLES `phpfox_notification` WRITE; /*!40000 ALTER TABLE `phpfox_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page` -- DROP TABLE IF EXISTS `phpfox_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page` ( `page_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_active` tinyint(1) NOT NULL default '0', `is_phrase` tinyint(1) NOT NULL default '0', `parse_php` tinyint(1) NOT NULL default '0', `has_bookmark` tinyint(1) NOT NULL default '0', `add_view` tinyint(1) NOT NULL default '0', `full_size` tinyint(1) NOT NULL default '1', `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `disallow_access` varchar(255) default NULL, `added` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_attachment` smallint(4) unsigned NOT NULL default '0', `total_tag` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`page_id`), KEY `url_value` (`title_url`), KEY `page_id` (`page_id`,`is_active`), KEY `is_active` (`is_active`,`title_url`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page` -- LOCK TABLES `phpfox_page` WRITE; /*!40000 ALTER TABLE `phpfox_page` DISABLE KEYS */; INSERT INTO `phpfox_page` VALUES (1,0,'core','phpfox',1,1,1,0,0,1,'core.about','about',NULL,1231338597,0,0,0),(2,0,'core','phpfox',1,1,1,0,0,1,'core.privacy_policy','policy',NULL,1231339063,0,0,0),(3,0,'core','phpfox',1,1,1,0,0,0,'core.terms_use','terms',NULL,1232964954,0,0,0),(4,0,'mobile','phpfox',1,1,1,1,0,1,'mobile.mobile','mobile-info',NULL,1267628853,0,0,0); /*!40000 ALTER TABLE `phpfox_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_log` -- DROP TABLE IF EXISTS `phpfox_page_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_log` ( `page_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `updated` int(10) unsigned NOT NULL, KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_log` -- LOCK TABLES `phpfox_page_log` WRITE; /*!40000 ALTER TABLE `phpfox_page_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_page_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_text` -- DROP TABLE IF EXISTS `phpfox_page_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_text` ( `page_id` int(10) unsigned NOT NULL, `text` mediumtext NOT NULL, `text_parsed` mediumtext NOT NULL, `keyword` mediumtext, `description` mediumtext, KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_text` -- LOCK TABLES `phpfox_page_text` WRITE; /*!40000 ALTER TABLE `phpfox_page_text` DISABLE KEYS */; INSERT INTO `phpfox_page_text` VALUES (1,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.','<?php /* Cached: December 15, 2009, 4:39 pm */ ?>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.',NULL,NULL),(2,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.',NULL,NULL),(3,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.',NULL,NULL),(4,'{phrase var=\'mobile.to_view_our_mobile_site_visit\'} <a href=\"{url link=\'mobile\'}\">{url link=\'mobile\'}</a>','<?php /* Cached: March 3, 2010, 3:07 pm */ ?>\r\n<?php echo Phpfox::getPhrase(\'mobile.to_view_our_mobile_site_visit\'); ?> <a href=\"<?php echo Phpfox::getLib(\'phpfox.url\')->makeUrl(\'mobile\'); ?>\"><?php echo Phpfox::getLib(\'phpfox.url\')->makeUrl(\'mobile\'); ?></a>',NULL,NULL); /*!40000 ALTER TABLE `phpfox_page_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_track` -- DROP TABLE IF EXISTS `phpfox_page_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_track` -- LOCK TABLES `phpfox_page_track` WRITE; /*!40000 ALTER TABLE `phpfox_page_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_page_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_password_request` -- DROP TABLE IF EXISTS `phpfox_password_request`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_password_request` ( `user_id` int(10) unsigned NOT NULL, `request_id` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `request_id` (`request_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_password_request` -- LOCK TABLES `phpfox_password_request` WRITE; /*!40000 ALTER TABLE `phpfox_password_request` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_password_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo` -- DROP TABLE IF EXISTS `phpfox_photo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo` ( `photo_id` int(10) unsigned NOT NULL auto_increment, `album_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL, `destination` varchar(255) default NULL, `server_id` tinyint(3) NOT NULL, `mature` tinyint(1) NOT NULL default '0', `allow_comment` tinyint(1) NOT NULL default '0', `allow_rate` tinyint(1) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `total_view` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_download` int(10) unsigned NOT NULL default '0', `total_rating` decimal(3,2) NOT NULL default '0.00', `total_vote` int(10) unsigned NOT NULL default '0', `total_battle` int(10) unsigned NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_cover` tinyint(1) NOT NULL default '0', `allow_download` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', PRIMARY KEY (`photo_id`), KEY `photo_id` (`photo_id`,`user_id`), KEY `album_id` (`album_id`), KEY `photo_album` (`photo_id`,`album_id`), KEY `view_id` (`view_id`,`group_id`,`privacy`), KEY `user_album` (`album_id`,`view_id`,`group_id`,`privacy`,`user_id`), KEY `view_id_2` (`view_id`,`group_id`,`title_url`,`user_id`), KEY `allow_rate` (`allow_rate`), KEY `view_id_3` (`view_id`), KEY `photo_id_2` (`photo_id`,`view_id`,`privacy`), KEY `view_id_4` (`view_id`,`group_id`,`title_url`), KEY `album_id_2` (`album_id`,`view_id`,`group_id`,`privacy`), KEY `view_id_5` (`view_id`,`group_id`,`privacy`,`user_id`), KEY `destination` (`destination`), KEY `photo_id_3` (`photo_id`,`album_id`,`group_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo` -- LOCK TABLES `phpfox_photo` WRITE; /*!40000 ALTER TABLE `phpfox_photo` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_album` -- DROP TABLE IF EXISTS `phpfox_photo_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_album` ( `album_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL, `user_id` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `password` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `total_photo` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`album_id`), KEY `user_id` (`user_id`), KEY `profile_album` (`user_id`,`name_url`), KEY `view_id` (`view_id`,`group_id`,`user_id`), KEY `album_id` (`album_id`,`view_id`,`privacy`), KEY `view_id_2` (`view_id`,`group_id`,`privacy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_album` -- LOCK TABLES `phpfox_photo_album` WRITE; /*!40000 ALTER TABLE `phpfox_photo_album` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_album_info` -- DROP TABLE IF EXISTS `phpfox_photo_album_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_album_info` ( `album_id` int(10) unsigned NOT NULL, `description` varchar(255) default NULL, UNIQUE KEY `album_id` (`album_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_album_info` -- LOCK TABLES `phpfox_photo_album_info` WRITE; /*!40000 ALTER TABLE `phpfox_photo_album_info` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_album_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_battle` -- DROP TABLE IF EXISTS `phpfox_photo_battle`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_battle` ( `battle_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `photo_1` int(10) unsigned NOT NULL, `photo_2` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`battle_id`), KEY `user_id` (`user_id`,`photo_1`,`photo_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_battle` -- LOCK TABLES `phpfox_photo_battle` WRITE; /*!40000 ALTER TABLE `phpfox_photo_battle` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_battle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_category` -- DROP TABLE IF EXISTS `phpfox_photo_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`), KEY `name_url` (`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_category` -- LOCK TABLES `phpfox_photo_category` WRITE; /*!40000 ALTER TABLE `phpfox_photo_category` DISABLE KEYS */; INSERT INTO `phpfox_photo_category` VALUES (1,0,'Category 1','category-1',0,0,1),(2,1,'Category 1.1','category-1-1',0,0,1),(3,1,'Category 1.2','category-1-2',0,0,2),(4,0,'Category 2','category-2',0,0,2),(5,4,'Category 2.1','category-2-1',0,0,1),(6,4,'Category 2.2','category-2-2',0,0,2); /*!40000 ALTER TABLE `phpfox_photo_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_category_data` -- DROP TABLE IF EXISTS `phpfox_photo_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_category_data` ( `photo_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `photo_id` (`photo_id`), KEY `category_id` (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_category_data` -- LOCK TABLES `phpfox_photo_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_photo_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_info` -- DROP TABLE IF EXISTS `phpfox_photo_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_info` ( `photo_id` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, `file_size` int(10) unsigned NOT NULL default '0', `mime_type` varchar(150) default NULL, `extension` varchar(20) NOT NULL, `description` varchar(255) default NULL, `width` smallint(4) unsigned NOT NULL default '0', `height` smallint(4) unsigned NOT NULL default '0', UNIQUE KEY `photo_id` (`photo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_info` -- LOCK TABLES `phpfox_photo_info` WRITE; /*!40000 ALTER TABLE `phpfox_photo_info` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_rating` -- DROP TABLE IF EXISTS `phpfox_photo_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_rating` ( `rating_id` int(10) unsigned NOT NULL auto_increment, `photo_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(3,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rating_id`), KEY `photo_id` (`photo_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_rating` -- LOCK TABLES `phpfox_photo_rating` WRITE; /*!40000 ALTER TABLE `phpfox_photo_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_tag` -- DROP TABLE IF EXISTS `phpfox_photo_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `photo_id` int(10) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `tag_user_id` int(11) unsigned NOT NULL default '0', `content` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `position_x` smallint(4) unsigned NOT NULL default '0', `position_y` smallint(4) unsigned NOT NULL default '0', `width` smallint(4) unsigned NOT NULL default '0', `height` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`tag_id`), KEY `photo_id` (`photo_id`), KEY `photo_id_2` (`photo_id`,`position_x`,`position_y`,`width`,`height`), KEY `photo_id_3` (`photo_id`,`tag_user_id`), KEY `photo_id_4` (`photo_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_tag` -- LOCK TABLES `phpfox_photo_tag` WRITE; /*!40000 ALTER TABLE `phpfox_photo_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_track` -- DROP TABLE IF EXISTS `phpfox_photo_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_track` -- LOCK TABLES `phpfox_photo_track` WRITE; /*!40000 ALTER TABLE `phpfox_photo_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_plugin` -- DROP TABLE IF EXISTS `phpfox_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_plugin` ( `plugin_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `call_name` varchar(250) NOT NULL, `title` varchar(250) NOT NULL, `php_code` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`plugin_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_plugin` -- LOCK TABLES `phpfox_plugin` WRITE; /*!40000 ALTER TABLE `phpfox_plugin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_plugin_hook` -- DROP TABLE IF EXISTS `phpfox_plugin_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_plugin_hook` ( `hook_id` int(10) unsigned NOT NULL auto_increment, `hook_type` varchar(255) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `call_name` varchar(255) NOT NULL, `added` int(10) unsigned NOT NULL, `version_id` varchar(50) default NULL, `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`hook_id`), KEY `product_id` (`product_id`), KEY `call_name` (`call_name`,`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=1333 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_plugin_hook` -- LOCK TABLES `phpfox_plugin_hook` WRITE; /*!40000 ALTER TABLE `phpfox_plugin_hook` DISABLE KEYS */; INSERT INTO `phpfox_plugin_hook` VALUES (1,'controller','admincp','phpfox','admincp.component_controller_block_add_clean',1231838390,'2.0.0alpha1',1),(2,'controller','admincp','phpfox','admincp.component_controller_module_index_clean',1231838390,'2.0.0alpha1',1),(3,'controller','admincp','phpfox','admincp.component_controller_module_add_process',1231838390,'2.0.0alpha1',1),(4,'controller','admincp','phpfox','admincp.component_controller_module_add_clean',1231838390,'2.0.0alpha1',1),(5,'controller','admincp','phpfox','admincp.component_controller_index_process_menu',1231838390,'2.0.0alpha1',1),(6,'controller','admincp','phpfox','admincp.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(7,'controller','admincp','phpfox','admincp.component_controller_setting_file_process',1231838390,'2.0.0alpha1',1),(8,'controller','admincp','phpfox','admincp.component_controller_setting_file_clean',1231838390,'2.0.0alpha1',1),(9,'controller','admincp','phpfox','admincp.component_controller_setting_edit_process',1231838390,'2.0.0alpha1',1),(10,'controller','admincp','phpfox','admincp.component_controller_setting_edit_clean',1231838390,'2.0.0alpha1',1),(11,'controller','admincp','phpfox','admincp.component_controller_setting_index_process',1231838390,'2.0.0alpha1',1),(12,'controller','admincp','phpfox','admincp.component_controller_setting_index_clean',1231838390,'2.0.0alpha1',1),(13,'controller','admincp','phpfox','admincp.component_controller_setting_add_process',1231838390,'2.0.0alpha1',1),(14,'controller','admincp','phpfox','admincp.component_controller_setting_add_clean',1231838390,'2.0.0alpha1',1),(15,'controller','admincp','phpfox','admincp.component_controller_setting_group_add_process',1231838390,'2.0.0alpha1',1),(16,'controller','admincp','phpfox','admincp.component_controller_setting_group_add_clean',1231838390,'2.0.0alpha1',1),(17,'controller','admincp','phpfox','admincp.component_controller_component_add_clean',1231838390,'2.0.0alpha1',1),(18,'controller','admincp','phpfox','admincp.component_controller_product_index_clean',1231838390,'2.0.0alpha1',1),(19,'controller','admincp','phpfox','admincp.component_controller_module_product_clean',1231838390,'2.0.0alpha1',1),(20,'service','admincp','phpfox','admincp.service_block_block_get',1231838390,'2.0.0alpha1',1),(21,'service','admincp','phpfox','admincp.service_block_block_getforedit',1231838390,'2.0.0alpha1',1),(22,'service','admincp','phpfox','admincp.service_block_block___call',1231838390,'2.0.0alpha1',1),(23,'service','admincp','phpfox','admincp.service_block_process_add',1231838390,'2.0.0alpha1',1),(24,'service','admincp','phpfox','admincp.service_block_process_delete',1231838390,'2.0.0alpha1',1),(25,'service','admincp','phpfox','admincp.service_block_process___call',1231838390,'2.0.0alpha1',1),(26,'service','admincp','phpfox','admincp.service_module_block_block___call',1231838390,'2.0.0alpha1',1),(27,'service','admincp','phpfox','admincp.service_module_block_process__call',1231838390,'2.0.0alpha1',1),(28,'service','admincp','phpfox','admincp.service_module_module___call',1231838390,'2.0.0alpha1',1),(29,'service','admincp','phpfox','admincp.service_module_process___call',1231838390,'2.0.0alpha1',1),(30,'service','admincp','phpfox','admincp.service_plugin_plugin___call',1231838390,'2.0.0alpha1',1),(31,'service','admincp','phpfox','admincp.service_plugin_process',1231838390,'2.0.0alpha1',1),(32,'service','admincp','phpfox','admincp.service_menu_menu___construct',1231838390,'2.0.0alpha1',1),(33,'service','admincp','phpfox','admincp.service_menu_menu_get_start',1231838390,'2.0.0alpha1',1),(34,'service','admincp','phpfox','admincp.service_menu_menu_get_end',1231838390,'2.0.0alpha1',1),(35,'service','admincp','phpfox','admincp.service_menu_menu_getforedit',1231838390,'2.0.0alpha1',1),(36,'service','admincp','phpfox','admincp.service_menu_menu__call',1231838390,'2.0.0alpha1',1),(37,'service','admincp','phpfox','admincp.service_menu_process__call',1231838390,'2.0.0alpha1',1),(38,'service','admincp','phpfox','admincp.service_admincp__call',1231838390,'2.0.0alpha1',1),(39,'service','admincp','phpfox','admincp.service_cron_process_call',1231838390,'2.0.0alpha1',1),(40,'service','admincp','phpfox','admincp.service_cron_cron__call',1231838390,'2.0.0alpha1',1),(41,'service','admincp','phpfox','admincp.service_setting_group_process__call',1231838390,'2.0.0alpha1',1),(42,'service','admincp','phpfox','admincp.service_group_group__call',1231838390,'2.0.0alpha1',1),(43,'service','admincp','phpfox','admincp.service_setting_setting_get',1231838390,'2.0.0alpha1',1),(44,'service','admincp','phpfox','admincp.service_setting_setting_search',1231838390,'2.0.0alpha1',1),(45,'service','admincp','phpfox','admincp.service_setting_setting___call',1231838390,'2.0.0alpha1',1),(46,'service','admincp','phpfox','admincp.service_setting_process__call',1231838390,'2.0.0alpha1',1),(47,'service','admincp','phpfox','admincp.service_component_component_get',1231838390,'2.0.0alpha1',1),(48,'service','admincp','phpfox','admincp.service_component_component__call',1231838390,'2.0.0alpha1',1),(49,'service','admincp','phpfox','admincp.service_component_process__call',1231838390,'2.0.0alpha1',1),(50,'service','admincp','phpfox','admincp.service_product_product___call',1231838390,'2.0.0alpha1',1),(51,'service','admincp','phpfox','admincp.service_product_process___call',1231838390,'2.0.0alpha1',1),(52,'template','admincp','phpfox','admincp.template_controller_setting_add_js_form_value',1231838390,'2.0.0alpha1',1),(53,'template','admincp','phpfox','admincp.template_controller_setting_add_type_drop_down',1231838390,'2.0.0alpha1',1),(54,'component','admincp','phpfox','admincp.component_block_product_form_clean',1240687633,'2.0.0beta1',1),(55,'component','admincp','phpfox','admincp.component_block_module_form_clean',1240687633,'2.0.0beta1',1),(56,'service','admincp','phpfox','admincp.service_process__call',1240687633,'2.0.0beta1',1),(57,'component','admincp','phpfox','admincp.component_block_block_setting_clean',1258389334,'2.0.0rc8',1),(58,'controller','admincp','phpfox','admincp.component_controller_login_clean',1258389334,'2.0.0rc8',1),(59,'controller','admincp','phpfox','admincp.component_controller_stat_index_clean',1258389334,'2.0.0rc8',1),(60,'controller','admincp','phpfox','admincp.component_controller_stat_add_clean',1258389334,'2.0.0rc8',1),(61,'controller','admincp','phpfox','admincp.component_controller_maintain_reparser_clean',1258389334,'2.0.0rc8',1),(62,'controller','admincp','phpfox','admincp.component_controller_maintain_duplicate_clean',1258389334,'2.0.0rc8',1),(63,'controller','admincp','phpfox','admincp.component_controller_logout_clean',1258389334,'2.0.0rc8',1),(64,'service','admincp','phpfox','admincp.service_maintain_maintain__call',1258389334,'2.0.0rc8',1),(65,'controller','admincp','phpfox','admincp.component_controller_maintain_counter_clean',1259160644,'2.0.0rc9',1),(66,'controller','admincp','phpfox','admincp.component_controller_sql_index_clean',1259160644,'2.0.0rc9',1),(67,'controller','admincp','phpfox','admincp.component_controller_sql_backup_clean',1259160644,'2.0.0rc9',1),(68,'controller','admincp','phpfox','admincp.component_controller_component_index_clean',1261572640,'2.0.0',1),(69,'controller','admincp','phpfox','admincp.component_controller_setting_missing_clean',1263387694,'2.0.2',1),(70,'controller','admincp','phpfox','admincp.component_controller_foxporter_index_clean',1274286148,'2.0.5dev1',1),(71,'controller','admincp','phpfox','admincp.component_controller_sql_title_clean',1276177474,'2.0.5',1),(72,'controller','api','phpfox','api.component_controller_index_clean',1244973584,'2.0.0beta4',1),(73,'controller','api','phpfox','api.component_controller_admincp_gateway_index_clean',1244973584,'2.0.0beta4',1),(74,'controller','api','phpfox','api.component_controller_admincp_gateway_add_clean',1244973584,'2.0.0beta4',1),(75,'controller','api','phpfox','api.component_controller_gateway_callback_clean',1244973584,'2.0.0beta4',1),(76,'component','api','phpfox','api.component_block_list_clean',1244973584,'2.0.0beta4',1),(77,'service','api','phpfox','api.service_gateway_gateway__call',1244973584,'2.0.0beta4',1),(78,'service','api','phpfox','api.service_gateway_process__call',1244973584,'2.0.0beta4',1),(79,'service','api','phpfox','api.service_process__call',1244973584,'2.0.0beta4',1),(80,'service','api','phpfox','api.service_api__call',1244973584,'2.0.0beta4',1),(81,'service','api','phpfox','api.service_callback__call',1244973584,'2.0.0beta4',1),(82,'template','api','phpfox','api.template_block_gateway_form_start',1274286148,'2.0.5dev1',1),(83,'template','api','phpfox','api.template_block_gateway_form_end',1274286148,'2.0.5dev1',1),(84,'service','ban','phpfox','ban.service_word__call',1231838390,'2.0.0alpha1',1),(85,'controller','ban','phpfox','ban.component_controller_index_clean',1240687633,'2.0.0beta1',1),(86,'service','ban','phpfox','ban.service_process__call',1240687633,'2.0.0beta1',1),(87,'service','ban','phpfox','ban.service_ban__call',1240687633,'2.0.0beta1',1),(88,'service','ban','phpfox','ban.service_callback__call',1240687633,'2.0.0beta1',1),(89,'controller','ban','phpfox','ban.component_controller_admincp_word_clean',1258389334,'2.0.0rc8',1),(90,'controller','ban','phpfox','ban.component_controller_admincp_ip_clean',1258389334,'2.0.0rc8',1),(91,'controller','ban','phpfox','ban.component_controller_admincp_display_clean',1258389334,'2.0.0rc8',1),(92,'controller','ban','phpfox','ban.component_controller_admincp_default_clean',1258389334,'2.0.0rc8',1),(93,'controller','ban','phpfox','ban.component_controller_admincp_email_clean',1258389334,'2.0.0rc8',1),(94,'controller','ban','phpfox','ban.component_controller_admincp_username_clean',1258389334,'2.0.0rc8',1),(95,'controller','ban','phpfox','ban.component_controller_spam_clean',1258389334,'2.0.0rc8',1),(96,'controller','ban','phpfox','ban.component_controller_message_clean',1258389334,'2.0.0rc8',1),(97,'component','core','phpfox','core.component_message_clean',1231838390,'2.0.0alpha1',1),(98,'service','core','phpfox','core.service_country_country__call',1231838390,'2.0.0alpha1',1),(99,'service','core','phpfox','core.service_country_process__call',1231838390,'2.0.0alpha1',1),(100,'controller','core','phpfox','core.component_controller_index_clean',1240687633,'2.0.0beta1',1),(101,'component','core','phpfox','core.component_block_preview_clean',1240687633,'2.0.0beta1',1),(102,'service','core','phpfox','core.service_core__call',1240687633,'2.0.0beta1',1),(103,'library','core','phpfox','user_genders',1242299671,'2.0.0beta2',1),(104,'library','core','phpfox','template_getheader_language',1242299671,'2.0.0beta2',1),(105,'library','core','phpfox','template_getheader_setting',1242299671,'2.0.0beta2',1),(106,'library','core','phpfox','template_getheader',1242299671,'2.0.0beta2',1),(107,'library','core','phpfox','cron_exec',1242299671,'2.0.0beta2',1),(108,'library','core','phpfox','cron_construct',1242299671,'2.0.0beta2',1),(109,'library','core','phpfox','run',1242299671,'2.0.0beta2',1),(110,'library','core','phpfox','validator_construct',1242299671,'2.0.0beta2',1),(111,'library','core','phpfox','parse_bbcode_construct',1242299671,'2.0.0beta2',1),(112,'library','core','phpfox','spam_methods',1242299671,'2.0.0beta2',1),(113,'library','core','phpfox','cron_start',1242299671,'2.0.0beta2',1),(114,'library','core','phpfox','cron_end',1242299671,'2.0.0beta2',1),(115,'library','core','phpfox','init',1242299671,'2.0.0beta2',1),(116,'component','core','phpfox','core.component_block_dashboard_clean',1244973584,'2.0.0beta4',1),(117,'component','core','phpfox','core.component_block_footer_clean',1244973584,'2.0.0beta4',1),(118,'component','core','phpfox','core.component_block_info_clean',1244973584,'2.0.0beta4',1),(119,'component','core','phpfox','core.component_block_country_child_clean',1244973584,'2.0.0beta4',1),(120,'component','core','phpfox','core.component_block_new_setting_clean',1244973584,'2.0.0beta4',1),(121,'component','core','phpfox','core.component_block_currency_clean',1244973584,'2.0.0beta4',1),(122,'component','core','phpfox','core.component_block_activity_clean',1244973584,'2.0.0beta4',1),(123,'service','core','phpfox','core.service_process__call',1244973584,'2.0.0beta4',1),(124,'service','core','phpfox','core.service_block__call',1244973584,'2.0.0beta4',1),(125,'service','core','phpfox','core.service_callback__call',1244973584,'2.0.0beta4',1),(126,'service','core','phpfox','core.service_currency__call',1244973584,'2.0.0beta4',1),(127,'component','core','phpfox','core.component_block_ftp_clean',1258389334,'2.0.0rc8',1),(128,'component','core','phpfox','core.component_block_site_stat_clean',1258389334,'2.0.0rc8',1),(129,'component','core','phpfox','core.component_block_view_admincp_login_clean',1258389334,'2.0.0rc8',1),(130,'component','core','phpfox','core.component_block_active_admin_clean',1258389334,'2.0.0rc8',1),(131,'component','core','phpfox','core.component_block_twitter_clean',1258389334,'2.0.0rc8',1),(132,'component','core','phpfox','core.component_block_latest_admin_login_clean',1258389334,'2.0.0rc8',1),(133,'component','core','phpfox','core.component_block_note_clean',1258389334,'2.0.0rc8',1),(134,'component','core','phpfox','core.component_block_news_clean',1258389334,'2.0.0rc8',1),(135,'component','core','phpfox','core.component_block_quick_find_clean',1258389334,'2.0.0rc8',1),(136,'component','core','phpfox','core.component_block_stat_clean',1258389334,'2.0.0rc8',1),(137,'controller','core','phpfox','core.component_controller_admincp_country_import_clean',1258389334,'2.0.0rc8',1),(138,'controller','core','phpfox','core.component_controller_admincp_country_index_clean',1258389334,'2.0.0rc8',1),(139,'controller','core','phpfox','core.component_controller_admincp_country_child_clean',1258389334,'2.0.0rc8',1),(140,'controller','core','phpfox','core.component_controller_admincp_country_child_add_clean',1258389334,'2.0.0rc8',1),(141,'controller','core','phpfox','core.component_controller_admincp_country_add_clean',1258389334,'2.0.0rc8',1),(142,'controller','core','phpfox','core.component_controller_phpinfo_clean',1258389334,'2.0.0rc8',1),(143,'controller','core','phpfox','core.component_controller_admincp_branding_clean',1258389334,'2.0.0rc8',1),(144,'controller','core','phpfox','core.component_controller_admincp_ip_clean',1258389334,'2.0.0rc8',1),(145,'controller','core','phpfox','core.component_controller_admincp_online_guest_clean',1258389334,'2.0.0rc8',1),(146,'controller','core','phpfox','core.component_controller_admincp_latest_admin_login_clean',1258389334,'2.0.0rc8',1),(147,'controller','core','phpfox','core.component_controller_system_clean',1258389334,'2.0.0rc8',1),(148,'controller','core','phpfox','core.component_controller_redirect_clean',1258389334,'2.0.0rc8',1),(149,'controller','core','phpfox','core.component_controller_offline_clean',1258389334,'2.0.0rc8',1),(150,'service','core','phpfox','core.service_admincp_process__call',1258389334,'2.0.0rc8',1),(151,'service','core','phpfox','core.service_admincp_admincp__call',1258389334,'2.0.0rc8',1),(152,'service','core','phpfox','core.service_country_child_process__call',1258389334,'2.0.0rc8',1),(153,'service','core','phpfox','core.service_stat_process__call',1258389334,'2.0.0rc8',1),(154,'service','core','phpfox','core.service_stat_stat__call',1258389334,'2.0.0rc8',1),(155,'service','core','phpfox','core.service_category_category__call',1258389334,'2.0.0rc8',1),(156,'service','core','phpfox','core.service_process_addGender_start',1258389334,'2.0.0rc8',1),(157,'service','core','phpfox','core.service_process_addGender_end',1258389334,'2.0.0rc8',1),(158,'service','core','phpfox','core.service_load__call',1258389334,'2.0.0rc8',1),(159,'service','core','phpfox','core.service_system__call',1258389334,'2.0.0rc8',1),(160,'controller','core','phpfox','core.component_controller_index_visitor_start',1259173633,'2.0.0rc9',1),(161,'controller','core','phpfox','core.component_controller_index_member_start',1259173633,'2.0.0rc9',1),(162,'library','core','phpfox','locale_contruct__end',1260366442,'2.0.0rc11',1),(163,'component','core','phpfox','core.component_block_translate_child_country_clean',1260366442,'2.0.0rc11',1),(164,'component','core','phpfox','core.component_block_translate_country_clean',1260366442,'2.0.0rc11',1),(165,'component','core','phpfox','core.component_block_holder_clean',1261572640,'2.0.0',1),(166,'template','core','phpfox','theme_template_body__end',1261572988,'2.0.0',1),(167,'library','core','phpfox','session_remove__start',1263387694,'2.0.2',1),(168,'service','core','phpfox','core.service_core_getgenders__end',1263387694,'2.0.2',1),(169,'library','core','phpfox','set_defined_controller',1263388996,'2.0.2',1),(170,'library','core','phpfox','run_start',1263388996,'2.0.2',1),(171,'library','core','phpfox','get_controller',1263388996,'2.0.2',1),(172,'library','core','phpfox','check_url_is_array',1263388996,'2.0.2',1),(173,'library','core','phpfox','request_get',1263388996,'2.0.2',1),(174,'library','core','phpfox','template_gettemplatefile',1263388996,'2.0.2',1),(175,'library','core','phpfox','component_pre_process',1263389358,'2.0.2',1),(176,'library','core','phpfox','component_post_process',1263389358,'2.0.2',1),(177,'library','core','phpfox','set_controller_else_end',1264437857,'2.0.3',1),(178,'library','core','phpfox','mail_send_query',1266260139,'2.0.4',1),(179,'library','core','phpfox','mail_send_call',1266260139,'2.0.4',1),(180,'library','core','phpfox','file_upload_start',1266260157,'2.0.4',1),(181,'library','core','phpfox','check_url_is_array_return',1267629983,'2.0.4',1),(182,'controller','core','phpfox','core.component_controller_index_visitor_mobile_clean',1267629983,'2.0.4',1),(183,'controller','core','phpfox','core.component_controller_index_member_mobile_clean',1267629983,'2.0.4',1),(184,'library','core','phpfox','hash_sethash__end',1268138234,'2.0.4',1),(185,'library','core','phpfox','validator_check_routine_default',1271160844,'2.0.5',1),(186,'library','core','phpfox','phpfox_parse_output_parse__start',1271160844,'2.0.5',1),(187,'library','core','phpfox','editor_get',1274286148,'2.0.5dev1',1),(188,'library','core','phpfox','parse_input_construct',1274286148,'2.0.5dev1',1),(189,'library','core','phpfox','parse_input__removeevilattributes',1274286148,'2.0.5dev1',1),(190,'service','core','phpfox','core.service_currency__construct',1274286148,'2.0.5dev1',1),(191,'service','core','phpfox','core.service_currency_process__call',1274286148,'2.0.5dev1',1),(192,'controller','core','phpfox','core.component_controller_admincp_currency_add_clean',1274286148,'2.0.5dev1',1),(193,'controller','core','phpfox','core.component_controller_admincp_currency_index_clean',1274286148,'2.0.5dev1',1),(194,'library','core','phpfox','module_getcomponent_handle_block_position',1276177474,'2.0.5',1),(195,'library','core','phpfox','template_parsefunction_block_end_if',1276177474,'2.0.5',1),(196,'service','core','phpfox','core.service_core_getsecurepages',1276177474,'2.0.5',1),(197,'controller','custom','phpfox','custom.component_controller_index_clean',1240687633,'2.0.0beta1',1),(198,'controller','custom','phpfox','custom.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(199,'controller','custom','phpfox','custom.component_controller_admincp_group_add_clean',1240687633,'2.0.0beta1',1),(200,'controller','custom','phpfox','custom.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(201,'component','custom','phpfox','custom.component_block_panel_clean',1240687633,'2.0.0beta1',1),(202,'component','custom','phpfox','custom.component_block_form_clean',1240687633,'2.0.0beta1',1),(203,'component','custom','phpfox','custom.component_block_display_clean',1240687633,'2.0.0beta1',1),(204,'component','custom','phpfox','custom.component_block_group_form_clean',1240687633,'2.0.0beta1',1),(205,'component','custom','phpfox','custom.component_block_entry_clean',1240687633,'2.0.0beta1',1),(206,'service','custom','phpfox','custom.service_process__call',1240687633,'2.0.0beta1',1),(207,'service','custom','phpfox','custom.service_custom__call',1240687633,'2.0.0beta1',1),(208,'service','custom','phpfox','custom.service_group_process__call',1240687633,'2.0.0beta1',1),(209,'service','custom','phpfox','custom.service_group_group__call',1240687633,'2.0.0beta1',1),(210,'service','custom','phpfox','custom.service_callback__call',1240687633,'2.0.0beta1',1),(211,'service','custom','phpfox','custom.service_process_updatefields',1240688954,'2.0.0beta1',1),(212,'component','custom','phpfox','custom.component_ajax_edit',1274286148,'2.0.5dev1',1),(213,'component','help','phpfox','help.component_block_close_tips_clean',1231838390,'2.0.0alpha1',1),(214,'component','help','phpfox','help.component_block_popup_process',1231838390,'2.0.0alpha1',1),(215,'component','help','phpfox','help.component_block_popup_clean',1231838390,'2.0.0alpha1',1),(216,'component','help','phpfox','help.component_block_info_clean',1231838390,'2.0.0alpha1',1),(217,'service','help','phpfox','help.service_help__call',1231838390,'2.0.0alpha1',1),(218,'service','help','phpfox','help.service_process__call',1231838390,'2.0.0alpha1',1),(219,'controller','language','phpfox','language.component_controller_admincp_file_process',1231838390,'2.0.0alpha1',1),(220,'controller','language','phpfox','language.component_controller_admincp_file_clean',1231838390,'2.0.0alpha1',1),(221,'controller','language','phpfox','language.component_controller_admincp_phrase_add_process',1231838390,'2.0.0alpha1',1),(222,'controller','language','phpfox','language.component_controller_admincp_phrase_add_clean',1231838390,'2.0.0alpha1',1),(223,'service','language','phpfox','language.service_phrase_phrase__call',1231838390,'2.0.0alpha1',1),(224,'service','language','phpfox','language.service_phrase_process___construct',1231838390,'2.0.0alpha1',1),(225,'service','language','phpfox','language.service_phrase_process__call',1231838390,'2.0.0alpha1',1),(226,'service','language','phpfox','language.service_language__call',1231838390,'2.0.0alpha1',1),(227,'service','language','phpfox','language.service_process__call',1231838390,'2.0.0alpha1',1),(228,'controller','language','phpfox','language.component_controller_index_clean',1240687633,'2.0.0beta1',1),(229,'component','language','phpfox','language.component_block_admincp_form_clean',1240687633,'2.0.0beta1',1),(230,'component','language','phpfox','language.component_block_select_clean',1240687633,'2.0.0beta1',1),(231,'controller','language','phpfox','language.component_controller_admincp_import_clean',1258389334,'2.0.0rc8',1),(232,'controller','language','phpfox','language.component_controller_admincp_missing_clean',1258389334,'2.0.0rc8',1),(233,'controller','language','phpfox','language.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(234,'component','language','phpfox','language.component_block_sample_clean',1260366442,'2.0.0rc11',1),(235,'service','log','phpfox','log.service_session___call',1231838390,'2.0.0alpha1',1),(236,'service','log','phpfox','log.service_staff___call',1231838390,'2.0.0alpha1',1),(237,'component','log','phpfox','log.component_block_login_clean',1258389334,'2.0.0rc8',1),(238,'component','log','phpfox','log.component_block_setting_clean',1258389334,'2.0.0rc8',1),(239,'controller','log','phpfox','log.component_controller_index_clean',1258389334,'2.0.0rc8',1),(240,'service','log','phpfox','log.service_session___verifyToken_start',1258389334,'2.0.0rc8',1),(241,'service','log','phpfox','log.service_process__call',1258389334,'2.0.0rc8',1),(242,'service','log','phpfox','log.service_log__call',1258389334,'2.0.0rc8',1),(243,'service','log','phpfox','log.service_block__call',1258389334,'2.0.0rc8',1),(244,'service','log','phpfox','log.service_callback__call',1258389334,'2.0.0rc8',1),(245,'controller','page','phpfox','page.component_controller_admincp_index_clean',1231838390,'2.0.0alpha1',1),(246,'controller','page','phpfox','page.component_controller_admincp_add_clean',1231838390,'2.0.0alpha1',1),(247,'controller','page','phpfox','page.component_controller_view_process',1231838390,'2.0.0alpha1',1),(248,'controller','page','phpfox','page.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(249,'service','page','phpfox','page.service_log_process__call',1231838390,'2.0.0alpha1',1),(250,'service','page','phpfox','page.service_page_getforedit',1231838390,'2.0.0alpha1',1),(251,'service','page','phpfox','page.service_page_get',1231838390,'2.0.0alpha1',1),(252,'service','page','phpfox','page.service_page_getcache',1231838390,'2.0.0alpha1',1),(253,'service','page','phpfox','page.service_page_getpage',1231838390,'2.0.0alpha1',1),(254,'service','page','phpfox','page.service_page__call',1231838390,'2.0.0alpha1',1),(255,'service','page','phpfox','page.service_callback___call',1231838390,'2.0.0alpha1',1),(256,'service','page','phpfox','page.service_process__call',1231838390,'2.0.0alpha1',1),(257,'template','page','phpfox','page.template_controller_view_start',1231838390,'2.0.0alpha1',1),(258,'template','page','phpfox','page.template_controller_view_end',1231838390,'2.0.0alpha1',1),(259,'controller','page','phpfox','page.component_controller_index_clean',1240687633,'2.0.0beta1',1),(260,'component','page','phpfox','page.component_block_view_clean',1240687633,'2.0.0beta1',1),(261,'template','page','phpfox','page.template_controller_admincp_add_editor',1274286148,'2.0.5dev1',1),(262,'component','profile','phpfox','profile.component_block_header_clean',1231935380,'2.0.0alpha1',1),(263,'component','profile','phpfox','profile.component_block_info',1231935380,'2.0.0alpha1',1),(264,'component','profile','phpfox','profile.component_block_info_clean',1231935380,'2.0.0alpha1',1),(265,'component','profile','phpfox','profile.component_block_menu_clean',1231935380,'2.0.0alpha1',1),(266,'component','profile','phpfox','profile.component_block_pic_clean',1231935380,'2.0.0alpha1',1),(267,'controller','profile','phpfox','profile.component_controller_index_process_start',1231935380,'2.0.0alpha1',1),(268,'controller','profile','phpfox','profile.component_controller_index_clean',1231935380,'2.0.0alpha1',1),(269,'service','profile','phpfox','profile.service_callback___call',1231935380,'2.0.0alpha1',1),(270,'template','profile','phpfox','profile.template_block_info',1231935457,'2.0.0alpha1',1),(271,'template','profile','phpfox','profile.template_block_menu',1232376179,'2.0.0alpha1',1),(272,'controller','profile','phpfox','profile.component_controller_my_clean',1240687633,'2.0.0beta1',1),(273,'controller','profile','phpfox','profile.component_controller_design_clean',1240687633,'2.0.0beta1',1),(274,'component','profile','phpfox','profile.component_block_panel_clean',1240687633,'2.0.0beta1',1),(275,'component','profile','phpfox','profile.component_block_order_clean',1240687633,'2.0.0beta1',1),(276,'service','profile','phpfox','profile.service_process__call',1240687633,'2.0.0beta1',1),(277,'service','profile','phpfox','profile.service_profile__call',1240687633,'2.0.0beta1',1),(278,'controller','profile','phpfox','profile.component_controller_private_clean',1244973584,'2.0.0beta4',1),(279,'controller','profile','phpfox','profile.component_controller_designer_clean',1258389334,'2.0.0rc8',1),(280,'controller','profile','phpfox','profile.component_controller_index_mobile_clean',1267629983,'2.0.4',1),(281,'controller','profile','phpfox','profile.component_controller_info_mobile_clean',1267629983,'2.0.4',1),(282,'controller','profile','phpfox','profile.component_controller_index_process_section',1276177474,'2.0.5',1),(283,'controller','theme','phpfox','theme.component_controller_sample_clean',1231838390,'2.0.0alpha1',1),(284,'service','theme','phpfox','theme.service_theme__call',1231838390,'2.0.0alpha1',1),(285,'service','theme','phpfox','theme.service_template_template__call',1231838390,'2.0.0alpha1',1),(286,'service','theme','phpfox','theme.service_template_process__call',1231838390,'2.0.0alpha1',1),(287,'controller','theme','phpfox','theme.component_controller_admincp_style_index_clean',1240687633,'2.0.0beta1',1),(288,'controller','theme','phpfox','theme.component_controller_admincp_logo_clean',1240687633,'2.0.0beta1',1),(289,'controller','theme','phpfox','theme.component_controller_select_clean',1240687633,'2.0.0beta1',1),(290,'service','theme','phpfox','theme.service_style_process__call',1240687633,'2.0.0beta1',1),(291,'service','theme','phpfox','theme.service_style_style__call',1240687633,'2.0.0beta1',1),(292,'component','theme','phpfox','theme.component_block_design_clean',1258389334,'2.0.0rc8',1),(293,'controller','theme','phpfox','theme.component_controller_admincp_import_clean',1258389334,'2.0.0rc8',1),(294,'controller','theme','phpfox','theme.component_controller_admincp_file_clean',1258389334,'2.0.0rc8',1),(295,'controller','theme','phpfox','theme.component_controller_admincp_style_import_clean',1258389334,'2.0.0rc8',1),(296,'controller','theme','phpfox','theme.component_controller_admincp_style_export_clean',1258389334,'2.0.0rc8',1),(297,'controller','theme','phpfox','theme.component_controller_admincp_style_add_clean',1258389334,'2.0.0rc8',1),(298,'controller','theme','phpfox','theme.component_controller_admincp_style_css_clean',1258389334,'2.0.0rc8',1),(299,'controller','theme','phpfox','theme.component_controller_admincp_style_css_add_clean',1258389334,'2.0.0rc8',1),(300,'controller','theme','phpfox','theme.component_controller_admincp_template_add_clean',1258389334,'2.0.0rc8',1),(301,'controller','theme','phpfox','theme.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(302,'controller','theme','phpfox','theme.component_controller_index_clean',1258389334,'2.0.0rc8',1),(303,'service','theme','phpfox','theme.service_process__call',1258389334,'2.0.0rc8',1),(304,'service','theme','phpfox','theme.service_callback__call',1258389334,'2.0.0rc8',1),(305,'component','user','phpfox','user.component_block_login_ajax_clean',1231838390,'2.0.0alpha1',1),(306,'controller','user','phpfox','user.component_controller_admincp_group_setting_process',1231838390,'2.0.0alpha1',1),(307,'controller','user','phpfox','user.component_controller_admincp_group_setting_clean',1231838390,'2.0.0alpha1',1),(308,'controller','user','phpfox','user.component_controller_setting_clean',1231838390,'2.0.0alpha1',1),(309,'controller','user','phpfox','user.component_controller_register_process_validation',1231838390,'2.0.0alpha1',1),(310,'controller','user','phpfox','user.component_controller_register_clean',1231838390,'2.0.0alpha1',1),(311,'service','user','phpfox','user.service_browse__call',1231838390,'2.0.0alpha1',1),(312,'service','user','phpfox','user.service_validate__call',1231838390,'2.0.0alpha1',1),(313,'service','user','phpfox','user.service_auth___construct',1231838390,'2.0.0alpha1',1),(314,'service','user','phpfox','user.service_auth__call',1231838390,'2.0.0alpha1',1),(315,'service','user','phpfox','user.service_group_setting_setting__call',1231838390,'2.0.0alpha1',1),(316,'service','user','phpfox','user.service_group_setting_process__call',1231838390,'2.0.0alpha1',1),(317,'service','user','phpfox','user.service_group_group__call',1231838390,'2.0.0alpha1',1),(318,'service','user','phpfox','user.service_user_getuser_start',1231838390,'2.0.0alpha1',1),(319,'service','user','phpfox','user.service_user_getuser_end',1231838390,'2.0.0alpha1',1),(320,'service','user','phpfox','user.service_user_get_start',1231838390,'2.0.0alpha1',1),(321,'service','user','phpfox','user.service_user_get_end',1231838390,'2.0.0alpha1',1),(322,'service','user','phpfox','user.service_user_isuser',1231838390,'2.0.0alpha1',1),(323,'service','user','phpfox','user.service_user_gender',1231838390,'2.0.0alpha1',1),(324,'service','user','phpfox','user.service_user_getinlinesearch',1231838390,'2.0.0alpha1',1),(325,'service','user','phpfox','user.service_user__call',1231838390,'2.0.0alpha1',1),(326,'service','user','phpfox','user.service_field_process__call',1231838390,'2.0.0alpha1',1),(327,'service','user','phpfox','user.service_space___construct',1231838390,'2.0.0alpha1',1),(328,'service','user','phpfox','user.service_space_update',1231838390,'2.0.0alpha1',1),(329,'service','user','phpfox','user.service_space__call',1231838390,'2.0.0alpha1',1),(330,'service','user','phpfox','user.service_activity_update',1231838390,'2.0.0alpha1',1),(331,'service','user','phpfox','user.service_activity__call',1231838390,'2.0.0alpha1',1),(332,'service','user','phpfox','user.service_process_add_start',1231838390,'2.0.0alpha1',1),(333,'service','user','phpfox','user.service_process_add_extra',1231838390,'2.0.0alpha1',1),(334,'service','user','phpfox','user.service_process_add_end',1231838390,'2.0.0alpha1',1),(335,'service','user','phpfox','user.service_process__call',1231838390,'2.0.0alpha1',1),(336,'template','user','phpfox','user.template_controller_login_end',1231838390,'2.0.0alpha1',1),(337,'template','user','phpfox','user.template_controller_register',1231838390,'2.0.0alpha1',1),(338,'controller','user','phpfox','user.component_controller_setting_process_validation',1231934944,'2.0.0alpha1',1),(339,'service','user','phpfox','user.service_password__call',1231934944,'2.0.0alpha1',1),(340,'template','user','phpfox','user.template_controller_setting',1231934944,'2.0.0alpha1',1),(341,'controller','user','phpfox','user.component_controller_index_clean',1240687633,'2.0.0beta1',1),(342,'controller','user','phpfox','user.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(343,'component','user','phpfox','user.component_block_setting_clean',1240687633,'2.0.0beta1',1),(344,'component','user','phpfox','user.component_block_new_clean',1240687633,'2.0.0beta1',1),(345,'component','user','phpfox','user.component_block_filter_clean',1240687633,'2.0.0beta1',1),(346,'component','user','phpfox','user.component_block_browse_clean',1240687633,'2.0.0beta1',1),(347,'service','user','phpfox','user.service_privacy_privacy__call',1240687633,'2.0.0beta1',1),(348,'service','user','phpfox','user.service_privacy_process__call',1240687633,'2.0.0beta1',1),(349,'service','user','phpfox','user.service_register__call',1240687633,'2.0.0beta1',1),(350,'service','user','phpfox','user.service_group_process__call',1240687633,'2.0.0beta1',1),(351,'template','user','phpfox','user.template_controller_profile_form',1240687633,'2.0.0beta1',1),(352,'template','user','phpfox','user.template_block_setting_form',1240692039,'2.0.0beta1',1),(353,'controller','user','phpfox','user.component_controller_admincp_group_delete_clean',1242299564,'2.0.0beta2',1),(354,'controller','user','phpfox','user.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(355,'controller','user','phpfox','user.component_controller_admincp_browse_clean',1244973584,'2.0.0beta4',1),(356,'component','user','phpfox','user.component_block_photo_clean',1244973584,'2.0.0beta4',1),(357,'component','user','phpfox','user.component_block_signup_error_clean',1244973584,'2.0.0beta4',1),(358,'component','user','phpfox','user.component_block_custom_clean',1244973584,'2.0.0beta4',1),(359,'component','user','phpfox','user.component_block_block_clean',1244973584,'2.0.0beta4',1),(360,'service','user','phpfox','user.service_auth___construct_start',1244973584,'2.0.0beta4',1),(361,'service','user','phpfox','user.service_auth___construct_query',1244973584,'2.0.0beta4',1),(362,'service','user','phpfox','user.service_auth___construct_end',1244973584,'2.0.0beta4',1),(363,'service','user','phpfox','user.service_block_process__call',1244973584,'2.0.0beta4',1),(364,'service','user','phpfox','user.service_block_block__call',1244973584,'2.0.0beta4',1),(365,'component','user','phpfox','user.component_block_admincp_setting_clean',1258389334,'2.0.0rc8',1),(366,'component','user','phpfox','user.component_block_featured_clean',1258389334,'2.0.0rc8',1),(367,'component','user','phpfox','user.component_block_password_clean',1258389334,'2.0.0rc8',1),(368,'service','user','phpfox','user.service_featured__call',1258389334,'2.0.0rc8',1),(369,'service','user','phpfox','user.service_featured_feature_start',1258389334,'2.0.0rc8',1),(370,'service','user','phpfox','user.service_featured_feature_end',1258389334,'2.0.0rc8',1),(371,'controller','user','phpfox','user.controller_browse_filter',1259160644,'2.0.0rc9',1),(372,'controller','user','phpfox','user.component_controller_browse_genders',1259173633,'2.0.0rc9',1),(373,'controller','user','phpfox','user.component_controller_browse_filter',1259173633,'2.0.0rc9',1),(374,'component','user','phpfox','user.block_login-block_process__start',1260366442,'2.0.0rc11',1),(375,'component','user','phpfox','user.block_login-block_process__end',1260366442,'2.0.0rc11',1),(376,'service','user','phpfox','user.service_auth_login__start',1261572640,'2.0.0',1),(377,'service','user','phpfox','user.service_auth_login__no_user_name',1261572640,'2.0.0',1),(378,'service','user','phpfox','user.service_auth_login__password',1261572640,'2.0.0',1),(379,'service','user','phpfox','user.service_auth_login__cookie_start',1261572640,'2.0.0',1),(380,'service','user','phpfox','user.service_auth_login__cookie_end',1261572640,'2.0.0',1),(381,'service','user','phpfox','user.service_auth_login__end',1261572640,'2.0.0',1),(382,'service','user','phpfox','user.service_auth_logout__start',1261572640,'2.0.0',1),(383,'service','user','phpfox','user.service_auth_logout__end',1261572640,'2.0.0',1),(384,'controller','user','phpfox','user.component_controller_browse_genders_top_users',1261572640,'2.0.0',1),(385,'template','user','phpfox','user.template_controller_login_block__start',1261572640,'2.0.0',1),(386,'template','user','phpfox','user.template_controller_login_block__end',1261572640,'2.0.0',1),(387,'service','user','phpfox','user.service_process_add_updatestatus',1266260139,'2.0.4',1),(388,'controller','user','phpfox','user.component_controller_setting_process_check',1266260139,'2.0.4',1),(389,'controller','user','phpfox','user.controller_login_login_failed',1266260139,'2.0.4',1),(390,'controller','user','phpfox','user.component_controller_logout-mobile_clean',1267629983,'2.0.4',1),(391,'controller','user','phpfox','user.component_controller_pending_clean',1271160844,'2.0.5',1),(392,'service','user','phpfox','user.service_verify_process_verify_pass',1276177474,'2.0.5',1),(393,'service','user','phpfox','user.service_promotion_process__call',1276177474,'2.0.5',1),(394,'service','user','phpfox','user.service_promotion_promotion__call',1276177474,'2.0.5',1),(395,'service','user','phpfox','user.service_auth_login_skip_email_verification',1276177474,'2.0.5',1),(396,'service','user','phpfox','user.service_auth_handlestatus',1276177474,'2.0.5',1),(397,'component','user','phpfox','user.component_ajax_updatestatus',1276177474,'2.0.5',1),(398,'component','user','phpfox','user.component_ajax_getregistrationstep_pass',1276177474,'2.0.5',1),(399,'controller','user','phpfox','user.component_controller_promotion_clean',1276177474,'2.0.5',1),(400,'component','user','phpfox','user.component_verify_process_redirection',1276177474,'2.0.5',1),(401,'controller','user','phpfox','user.component_controller_admincp_promotion_add_clean',1276177474,'2.0.5',1),(402,'controller','user','phpfox','user.component_controller_admincp_promotion_index_clean',1276177474,'2.0.5',1),(403,'controller','ad','phpfox','ad.component_controller_index_clean',1244973584,'2.0.0beta4',1),(404,'controller','ad','phpfox','ad.component_controller_admincp_index_clean',1244973584,'2.0.0beta4',1),(405,'controller','ad','phpfox','ad.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(406,'controller','ad','phpfox','ad.component_controller_sample_clean',1244973584,'2.0.0beta4',1),(407,'component','ad','phpfox','ad.component_block_display_clean',1244973584,'2.0.0beta4',1),(408,'component','ad','phpfox','ad.component_block_sample_clean',1244973584,'2.0.0beta4',1),(409,'service','ad','phpfox','ad.service_process__call',1244973584,'2.0.0beta4',1),(410,'service','ad','phpfox','ad.service_ad__call',1244973584,'2.0.0beta4',1),(411,'service','ad','phpfox','ad.service_callback__call',1244973584,'2.0.0beta4',1),(412,'service','ad','phpfox','ad.service_ad_construct__start',1263387694,'2.0.2',1),(413,'service','ad','phpfox','ad.service_ad_updateactivity__start',1263387694,'2.0.2',1),(414,'service','ad','phpfox','ad.service_ad_updateactivity__end',1263387694,'2.0.2',1),(415,'service','ad','phpfox','ad.service_ad_update__start',1263387694,'2.0.2',1),(416,'service','ad','phpfox','ad.service_ad_update__end',1263387694,'2.0.2',1),(417,'service','ad','phpfox','ad.service_ad_delete__start',1263387694,'2.0.2',1),(418,'service','ad','phpfox','ad.service_ad_delete__end',1263387694,'2.0.2',1),(419,'service','ad','phpfox','ad.service_ad_add__start',1263387694,'2.0.2',1),(420,'service','ad','phpfox','ad.service_ad_add__end',1263387694,'2.0.2',1),(421,'service','ad','phpfox','ad.service_ad_get__start',1263387694,'2.0.2',1),(422,'service','ad','phpfox','ad.service_ad_get__end',1263387694,'2.0.2',1),(423,'service','ad','phpfox','ad.service_ad_getforblock__start',1263387694,'2.0.2',1),(424,'service','ad','phpfox','ad.service_ad_getforblock__end',1263387694,'2.0.2',1),(425,'service','ad','phpfox','ad.service_ad_getadredirect__start',1263387694,'2.0.2',1),(426,'service','ad','phpfox','ad.service_ad_getadredirect__end',1263387694,'2.0.2',1),(427,'service','ad','phpfox','ad.service_ad_getforedit__start',1263387694,'2.0.2',1),(428,'service','ad','phpfox','ad.service_ad_getforedit__end',1263387694,'2.0.2',1),(429,'service','ad','phpfox','ad.service_ad_getsizes__start',1263387694,'2.0.2',1),(430,'service','ad','phpfox','ad.service_ad_getsizes__end',1263387694,'2.0.2',1),(431,'service','ad','phpfox','ad.service_callback_construct__start',1263387694,'2.0.2',1),(432,'component','ad','phpfox','ad.component_ajax_update__start',1263387694,'2.0.2',1),(433,'component','ad','phpfox','ad.component_ajax_update__end',1263387694,'2.0.2',1),(434,'controller','ad','phpfox','ad.component_controller_iframe_clean',1263387694,'2.0.2',1),(435,'controller','ad','phpfox','ad.component_controller_process__start',1263387694,'2.0.2',1),(436,'controller','ad','phpfox','ad.component_controller_admincp_add_process__start',1263387694,'2.0.2',1),(437,'controller','ad','phpfox','ad.component_controller_admincp_add_process__end',1263387694,'2.0.2',1),(438,'controller','ad','phpfox','ad.component_controller_admincp_process__start',1263387694,'2.0.2',1),(439,'controller','ad','phpfox','ad.component_controller_admincp_process__end',1263387694,'2.0.2',1),(440,'component','ad','phpfox','ad.component_block_display_process__start',1263387694,'2.0.2',1),(441,'component','ad','phpfox','ad.component_block_display_process__end',1263387694,'2.0.2',1),(442,'template','ad','phpfox','ad.template_block_display__start',1263387694,'2.0.2',1),(443,'template','ad','phpfox','ad.template_block_display__end',1263387694,'2.0.2',1),(444,'controller','ad','phpfox','ad.component_controller_preview_clean',1271160844,'2.0.5',1),(445,'controller','ad','phpfox','ad.component_controller_invoice_index_clean',1271160844,'2.0.5',1),(446,'controller','ad','phpfox','ad.component_controller_image_clean',1271160844,'2.0.5',1),(447,'controller','ad','phpfox','ad.component_controller_add_clean',1271160844,'2.0.5',1),(448,'controller','ad','phpfox','ad.component_controller_manage_clean',1271160844,'2.0.5',1),(449,'controller','ad','phpfox','ad.component_controller_admincp_invoice_clean',1271160844,'2.0.5',1),(450,'controller','ad','phpfox','ad.component_controller_admincp_placement_add_clean',1271160844,'2.0.5',1),(451,'controller','ad','phpfox','ad.component_controller_admincp_placement_index_clean',1271160844,'2.0.5',1),(452,'component','ad','phpfox','ad.component_block_sponsored_clean',1271160844,'2.0.5',1),(453,'template','ad','phpfox','ad.template_controller_index',1271160844,'2.0.5',1),(454,'service','ad','phpfox','ad.service_ad_getadsponsor__start',1274286148,'2.0.5dev1',1),(455,'controller','ad','phpfox','ad.component_controller_sponsor_clean',1274286148,'2.0.5dev1',1),(456,'controller','ad','phpfox','ad.component_controller_admincp_sponsor_process__start',1274286148,'2.0.5dev1',1),(457,'controller','ad','phpfox','ad.component_controller_admincp_sponsor_process__end',1274286148,'2.0.5dev1',1),(458,'controller','ad','phpfox','ad.component_controller_admincp_sponsor__clean',1274286148,'2.0.5dev1',1),(459,'controller','announcement','phpfox','announcement.component_controller_index_clean',1244973584,'2.0.0beta4',1),(460,'controller','announcement','phpfox','announcement.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(461,'component','announcement','phpfox','announcement.component_block_manage_start',1244973584,'2.0.0beta4',1),(462,'component','announcement','phpfox','announcement.component_block_manage_end',1244973584,'2.0.0beta4',1),(463,'component','announcement','phpfox','announcement.component_block_manage_clean',1244973584,'2.0.0beta4',1),(464,'service','announcement','phpfox','announcement.service_process__call',1244973584,'2.0.0beta4',1),(465,'service','announcement','phpfox','announcement.service_announcement__call',1244973584,'2.0.0beta4',1),(466,'service','announcement','phpfox','announcement.service_callback__call',1244973584,'2.0.0beta4',1),(467,'component','announcement','phpfox','announcement.component_ajax_changelanguage__start',1263387694,'2.0.2',1),(468,'component','announcement','phpfox','announcement.component_ajax_changelanguage__end',1263387694,'2.0.2',1),(469,'component','announcement','phpfox','announcement.component_ajax_setactive__start',1263387694,'2.0.2',1),(470,'component','announcement','phpfox','announcement.component_ajax_setactive__end',1263387694,'2.0.2',1),(471,'component','announcement','phpfox','announcement.component_ajax_hide__start',1263387694,'2.0.2',1),(472,'component','announcement','phpfox','announcement.component_ajax_hide__end',1263387694,'2.0.2',1),(473,'component','announcement','phpfox','announcement.component_block_index__start',1263387694,'2.0.2',1),(474,'component','announcement','phpfox','announcement.component_block_index__end',1263387694,'2.0.2',1),(475,'component','attachment','phpfox','attachment.component_block_list_process',1231838390,'2.0.0alpha1',1),(476,'component','attachment','phpfox','attachment.component_block_list_clean',1231838390,'2.0.0alpha1',1),(477,'component','attachment','phpfox','attachment.component_block_upload_clean',1231838390,'2.0.0alpha1',1),(478,'component','attachment','phpfox','attachment.component_block_add_clean',1231838390,'2.0.0alpha1',1),(479,'component','attachment','phpfox','attachment.component_block_current_clean',1231838390,'2.0.0alpha1',1),(480,'service','attachment','phpfox','attachment.service_attachment___construct',1231838390,'2.0.0alpha1',1),(481,'service','attachment','phpfox','attachment.service_attachment_get_count',1231838390,'2.0.0alpha1',1),(482,'service','attachment','phpfox','attachment.service_attachment_select',1231838390,'2.0.0alpha1',1),(483,'service','attachment','phpfox','attachment.service_attachment_getforitemedit_start',1231838390,'2.0.0alpha1',1),(484,'service','attachment','phpfox','attachment.service_attachment_getforitemedit_end',1231838390,'2.0.0alpha1',1),(485,'service','attachment','phpfox','attachment.service_attachment_getfordownload',1231838390,'2.0.0alpha1',1),(486,'service','attachment','phpfox','attachment.service_attachment_hasaccess_start',1231838390,'2.0.0alpha1',1),(487,'service','attachment','phpfox','attachment.service_attachment_hasaccess_end',1231838390,'2.0.0alpha1',1),(488,'service','attachment','phpfox','attachment.service_attachment__call',1231838390,'2.0.0alpha1',1),(489,'service','attachment','phpfox','attachment.service_type___construct',1231838390,'2.0.0alpha1',1),(490,'service','attachment','phpfox','attachment.service_type__call',1231838390,'2.0.0alpha1',1),(491,'service','attachment','phpfox','attachment.service_process_add',1231838390,'2.0.0alpha1',1),(492,'service','attachment','phpfox','attachment.service_process_updatecounter',1231838390,'2.0.0alpha1',1),(493,'service','attachment','phpfox','attachment.service_process_updateinline',1231838390,'2.0.0alpha1',1),(494,'service','attachment','phpfox','attachment.service_process_deleteforitem',1231838390,'2.0.0alpha1',1),(495,'service','attachment','phpfox','attachment.service_process_delete',1231838390,'2.0.0alpha1',1),(496,'service','attachment','phpfox','attachment.service_process_updateitemcount_category',1231838390,'2.0.0alpha1',1),(497,'service','attachment','phpfox','attachment.service_process_updateitemcount',1231838390,'2.0.0alpha1',1),(498,'service','attachment','phpfox','attachment.service_process__call',1231838390,'2.0.0alpha1',1),(499,'controller','attachment','phpfox','attachment.component_controller_index_clean',1240687633,'2.0.0beta1',1),(500,'service','attachment','phpfox','attachment.service_callback__call',1240687633,'2.0.0beta1',1),(501,'controller','attachment','phpfox','attachment.component_controller_admincp_index_clean',1258389334,'2.0.0rc8',1),(502,'controller','attachment','phpfox','attachment.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(503,'component','blog','phpfox','blog.component_block_add_category_list_process',1231838390,'2.0.0alpha1',1),(504,'component','blog','phpfox','blog.component_block_add_category_list_clean',1231838390,'2.0.0alpha1',1),(505,'component','blog','phpfox','blog.component_block_menu_clean',1231838390,'2.0.0alpha1',1),(506,'component','blog','phpfox','blog.component_block_preview_process',1231838390,'2.0.0alpha1',1),(507,'component','blog','phpfox','blog.component_block_preview_clean',1231838390,'2.0.0alpha1',1),(508,'component','blog','phpfox','blog.component_block_top_process',1231838390,'2.0.0alpha1',1),(509,'component','blog','phpfox','blog.component_block_top_clean',1231838390,'2.0.0alpha1',1),(510,'component','blog','phpfox','blog.component_block_categories_process',1231838390,'2.0.0alpha1',1),(511,'component','blog','phpfox','blog.component_block_categories_clean',1231838390,'2.0.0alpha1',1),(512,'controller','blog','phpfox','blog.component_controller_admincp_index_clean',1231838390,'2.0.0alpha1',1),(513,'controller','blog','phpfox','blog.component_controller_admincp_add_clean',1231838390,'2.0.0alpha1',1),(514,'controller','blog','phpfox','blog.component_controller_profile_clean',1231838390,'2.0.0alpha1',1),(515,'controller','blog','phpfox','blog.component_controller_index_process_start',1231838390,'2.0.0alpha1',1),(516,'controller','blog','phpfox','blog.component_controller_index_process_search',1231838390,'2.0.0alpha1',1),(517,'controller','blog','phpfox','blog.component_controller_index_process_middle',1231838390,'2.0.0alpha1',1),(518,'controller','blog','phpfox','blog.component_controller_index_process_end',1231838390,'2.0.0alpha1',1),(519,'controller','blog','phpfox','blog.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(520,'controller','blog','phpfox','blog.component_controller_add_process_edit',1231838390,'2.0.0alpha1',1),(521,'controller','blog','phpfox','blog.component_controller_add_process_validation',1231838390,'2.0.0alpha1',1),(522,'controller','blog','phpfox','blog.component_controller_add_process',1231838390,'2.0.0alpha1',1),(523,'controller','blog','phpfox','blog.component_controller_add_clean',1231838390,'2.0.0alpha1',1),(524,'controller','blog','phpfox','blog.component_controller_view_process_start',1231838390,'2.0.0alpha1',1),(525,'controller','blog','phpfox','blog.component_controller_view_process_middle',1231838390,'2.0.0alpha1',1),(526,'controller','blog','phpfox','blog.component_controller_view_process_end',1231838390,'2.0.0alpha1',1),(527,'controller','blog','phpfox','blog.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(528,'service','blog','phpfox','blog.service_blog___construct',1231838390,'2.0.0alpha1',1),(529,'service','blog','phpfox','blog.service_blog_get',1231838390,'2.0.0alpha1',1),(530,'service','blog','phpfox','blog.service_blog_getblog',1231838390,'2.0.0alpha1',1),(531,'service','blog','phpfox','blog.service_blog_hasaccess_start',1231838390,'2.0.0alpha1',1),(532,'service','blog','phpfox','blog.service_blog_hasaccess_end',1231838390,'2.0.0alpha1',1),(533,'service','blog','phpfox','blog.service_blog__call',1231838390,'2.0.0alpha1',1),(534,'service','blog','phpfox','blog.service_callback__call',1231838390,'2.0.0alpha1',1),(535,'service','blog','phpfox','blog.service_category_category_get_start',1231838390,'2.0.0alpha1',1),(536,'service','blog','phpfox','blog.service_category_category_get_end',1231838390,'2.0.0alpha1',1),(537,'service','blog','phpfox','blog.service_category_category_getcategories_start',1231838390,'2.0.0alpha1',1),(538,'service','blog','phpfox','blog.service_category_category_getcategories_end',1231838390,'2.0.0alpha1',1),(539,'service','blog','phpfox','blog.service_category_category_getblogsbycategory_count',1231838390,'2.0.0alpha1',1),(540,'service','blog','phpfox','blog.service_category_category_getblogsbycategory_query',1231838390,'2.0.0alpha1',1),(541,'service','blog','phpfox','blog.service_category_category_getsearch',1231838390,'2.0.0alpha1',1),(542,'service','blog','phpfox','blog.service_category_category__call',1231838390,'2.0.0alpha1',1),(543,'service','blog','phpfox','blog.service_category_process__call',1231838390,'2.0.0alpha1',1),(544,'service','blog','phpfox','blog.service_process_add_start',1231838390,'2.0.0alpha1',1),(545,'service','blog','phpfox','blog.service_process_add_end',1231838390,'2.0.0alpha1',1),(546,'service','blog','phpfox','blog.service_process_update',1231838390,'2.0.0alpha1',1),(547,'service','blog','phpfox','blog.service_process_delete',1231838390,'2.0.0alpha1',1),(548,'service','blog','phpfox','blog.service_process__call',1231838390,'2.0.0alpha1',1),(549,'template','blog','phpfox','blog.template_block_displayoptions',1231838390,'2.0.0alpha1',1),(550,'template','blog','phpfox','blog.template_block_entry_date_end',1231838390,'2.0.0alpha1',1),(551,'template','blog','phpfox','blog.template_block_entry_text_end',1231838390,'2.0.0alpha1',1),(552,'template','blog','phpfox','blog.template_block_entry_links_main',1231838390,'2.0.0alpha1',1),(553,'template','blog','phpfox','blog.template_block_entry_end',1231838390,'2.0.0alpha1',1),(554,'template','blog','phpfox','blog.template_controller_view_end',1231838390,'2.0.0alpha1',1),(555,'template','blog','phpfox','blog.template_controller_add_hidden_form',1231838390,'2.0.0alpha1',1),(556,'template','blog','phpfox','blog.template_controller_add_textarea_start',1231838390,'2.0.0alpha1',1),(557,'template','blog','phpfox','blog.template_controller_add_submit_buttons',1231838390,'2.0.0alpha1',1),(558,'template','blog','phpfox','blog.template_controller_add_additional_options',1231838390,'2.0.0alpha1',1),(559,'component','blog','phpfox','blog.component_block_new_clean',1240687633,'2.0.0beta1',1),(560,'controller','blog','phpfox','blog.component_controller_admincp_browse_clean',1258389334,'2.0.0rc8',1),(561,'service','blog','phpfox','blog.service_process__start',1263387694,'2.0.2',1),(562,'service','blog','phpfox','blog.service_process__end',1263387694,'2.0.2',1),(563,'service','blog','phpfox','blog.service_process_update__start',1263387694,'2.0.2',1),(564,'service','blog','phpfox','blog.service_process_update__end',1263387694,'2.0.2',1),(565,'service','blog','phpfox','blog.service_process_updateblogtitle__start',1263387694,'2.0.2',1),(566,'service','blog','phpfox','blog.service_process_updateblogtitle__end',1263387694,'2.0.2',1),(567,'service','blog','phpfox','blog.service_process_updateblogtext__start',1263387694,'2.0.2',1),(568,'service','blog','phpfox','blog.service_process_updateblogtext__end',1263387694,'2.0.2',1),(569,'service','blog','phpfox','blog.service_process_deleteinline__start',1263387694,'2.0.2',1),(570,'service','blog','phpfox','blog.service_process_deleteinline__end',1263387694,'2.0.2',1),(571,'service','blog','phpfox','blog.service_process_delete__start',1263387694,'2.0.2',1),(572,'service','blog','phpfox','blog.component_service_callback_gettags__start',1263387694,'2.0.2',1),(573,'service','blog','phpfox','blog.component_service_callback_gettags__end',1263387694,'2.0.2',1),(574,'service','blog','phpfox','blog.component_service_callback_gettagsearch__start',1263387694,'2.0.2',1),(575,'service','blog','phpfox','blog.component_service_callback_gettagsearch__end',1263387694,'2.0.2',1),(576,'service','blog','phpfox','blog.component_service_callback_gettagcloud__start',1263387694,'2.0.2',1),(577,'service','blog','phpfox','blog.component_service_callback_getnewsfeed__start',1263387694,'2.0.2',1),(578,'service','blog','phpfox','blog.component_service_callback_getnewsfeed__end',1263387694,'2.0.2',1),(579,'service','blog','phpfox','blog.component_service_callback_getcommentnewsfeed__start',1263387694,'2.0.2',1),(580,'service','blog','phpfox','blog.component_service_callback_getcommentnewsfeed__end',1263387694,'2.0.2',1),(581,'service','blog','phpfox','blog.component_service_callback_gettopusers__start',1263387694,'2.0.2',1),(582,'service','blog','phpfox','blog.component_service_callback_gettopusers__end',1263387694,'2.0.2',1),(583,'service','blog','phpfox','blog.component_service_callback_gettaglinkprofile__start',1263387694,'2.0.2',1),(584,'service','blog','phpfox','blog.component_service_callback_gettaglink__start',1263387694,'2.0.2',1),(585,'service','blog','phpfox','blog.component_service_callback_addtrack__start',1263387694,'2.0.2',1),(586,'service','blog','phpfox','blog.component_service_callback_getlatesttrackusers__start',1263387694,'2.0.2',1),(587,'service','blog','phpfox','blog.component_service_callback_getlatesttrackusers__end',1263387694,'2.0.2',1),(588,'service','blog','phpfox','blog.component_service_callback_getfeedredirect__start',1263387694,'2.0.2',1),(589,'service','blog','phpfox','blog.component_service_callback_getfeedredirect__end',1263387694,'2.0.2',1),(590,'service','blog','phpfox','blog.component_service_callback_addcomment__start',1263387694,'2.0.2',1),(591,'service','blog','phpfox','blog.component_service_callback_addcomment__end',1263387694,'2.0.2',1),(592,'service','blog','phpfox','blog.component_service_callback_processcommentmoderation__start',1263387694,'2.0.2',1),(593,'service','blog','phpfox','blog.component_service_callback_processcommentmoderation__end',1263387694,'2.0.2',1),(594,'service','blog','phpfox','blog.component_service_callback_globalsearch__start',1263387694,'2.0.2',1),(595,'service','blog','phpfox','blog.component_service_callback_globalsearch__return',1263387694,'2.0.2',1),(596,'service','blog','phpfox','blog.component_service_callback_globalsearch__end',1263387694,'2.0.2',1),(597,'service','blog','phpfox','blog.component_service_callback_getfavorite__start',1263387694,'2.0.2',1),(598,'service','blog','phpfox','blog.component_service_callback_getfavorite__return',1263387694,'2.0.2',1),(599,'service','blog','phpfox','blog.component_service_callback_getfavorite__end',1263387694,'2.0.2',1),(600,'service','blog','phpfox','blog.component_service_callback_ondeleteuser__start',1263387694,'2.0.2',1),(601,'service','blog','phpfox','blog.component_service_callback_ondeleteuser__end',1263387694,'2.0.2',1),(602,'service','blog','phpfox','blog.component_service_callback_updatecounter__start',1263387694,'2.0.2',1),(603,'service','blog','phpfox','blog.component_service_blog_get__start',1263387694,'2.0.2',1),(604,'service','blog','phpfox','blog.component_service_blog_get__end',1263387694,'2.0.2',1),(605,'service','blog','phpfox','blog.component_service_blog_getsearch__start',1263387694,'2.0.2',1),(606,'service','blog','phpfox','blog.component_service_blog_getsearch__end',1263387694,'2.0.2',1),(607,'service','blog','phpfox','blog.component_service_blog_getdraftscount__start',1263387694,'2.0.2',1),(608,'service','blog','phpfox','blog.component_service_blog_getnewblogs__start',1263387694,'2.0.2',1),(609,'service','blog','phpfox','blog.component_service_blog_getnewblogs__end',1263387694,'2.0.2',1),(610,'service','blog','phpfox','blog.component_service_blog_getblogsforedit__start',1263387694,'2.0.2',1),(611,'service','blog','phpfox','blog.component_service_blog_getblog__start',1263387694,'2.0.2',1),(612,'service','blog','phpfox','blog.component_service_blog_getblog__end',1263387694,'2.0.2',1),(613,'service','blog','phpfox','blog.component_service_blog_verifypassword__start',1263387694,'2.0.2',1),(614,'service','blog','phpfox','blog.component_service_blog_verifypassword__end',1263387694,'2.0.2',1),(615,'service','blog','phpfox','blog.component_service_blog_preparetitle__start',1263387694,'2.0.2',1),(616,'service','blog','phpfox','blog.component_service_blog_getextra__start',1263387694,'2.0.2',1),(617,'service','blog','phpfox','blog.component_service_blog_getextra__end',1263387694,'2.0.2',1),(618,'service','blog','phpfox','blog.component_service_blog_getnew__start',1263387694,'2.0.2',1),(619,'service','blog','phpfox','blog.component_service_blog_getnew__end',1263387694,'2.0.2',1),(620,'service','blog','phpfox','blog.component_service_blog_getspamtotal__start',1263387694,'2.0.2',1),(621,'component','blog','phpfox','blog.component_ajax_get_text',1274286148,'2.0.5dev1',1),(622,'template','blog','phpfox','blog.template_block_entry_left_item_menu',1274286148,'2.0.5dev1',1),(623,'service','blog','phpfox','blog.component_service_blog_getpendingtotal',1276177474,'2.0.5',1),(624,'controller','bulletin','phpfox','bulletin.component_controller_index_clean',1240687633,'2.0.0beta1',1),(625,'controller','bulletin','phpfox','bulletin.component_controller_view_clean',1240687633,'2.0.0beta1',1),(626,'controller','bulletin','phpfox','bulletin.component_controller_add_clean',1240687633,'2.0.0beta1',1),(627,'component','bulletin','phpfox','bulletin.component_block_preview_process',1240687633,'2.0.0beta1',1),(628,'service','bulletin','phpfox','bulletin.service_process_add_start',1240687633,'2.0.0beta1',1),(629,'service','bulletin','phpfox','bulletin.service_process_add_end',1240687633,'2.0.0beta1',1),(630,'service','bulletin','phpfox','bulletin.service_process_delete',1240687633,'2.0.0beta1',1),(631,'service','bulletin','phpfox','bulletin.service_process__call',1240687633,'2.0.0beta1',1),(632,'service','bulletin','phpfox','bulletin.service_callback__call',1240687633,'2.0.0beta1',1),(633,'service','bulletin','phpfox','bulletin.service_bulletin__call',1240687633,'2.0.0beta1',1),(634,'controller','bulletin','phpfox','bulletin.component_controller_add__start',1271160844,'2.0.5',1),(635,'controller','bulletin','phpfox','bulletin.component_controller_add__end',1271160844,'2.0.5',1),(636,'component','captcha','phpfox','captcha.component_block_form_process',1231838390,'2.0.0alpha1',1),(637,'component','captcha','phpfox','captcha.component_block_form_clean',1231838390,'2.0.0alpha1',1),(638,'service','captcha','phpfox','captcha.service_captcha__call',1231838390,'2.0.0alpha1',1),(639,'controller','captcha','phpfox','captcha.component_controller_index_clean',1240687633,'2.0.0beta1',1),(640,'service','captcha','phpfox','captcha.service_process__call',1240687633,'2.0.0beta1',1),(641,'service','captcha','phpfox','captcha.service_callback__call',1240687633,'2.0.0beta1',1),(642,'component','comment','phpfox','comment.component_block_rating_process',1231838390,'2.0.0alpha1',1),(643,'component','comment','phpfox','comment.component_block_rating_clean',1231838390,'2.0.0alpha1',1),(644,'component','comment','phpfox','comment.component_block_display_process_start',1231838390,'2.0.0alpha1',1),(645,'component','comment','phpfox','comment.component_block_display_process_validation',1231838390,'2.0.0alpha1',1),(646,'component','comment','phpfox','comment.component_block_display_process_middle',1231838390,'2.0.0alpha1',1),(647,'component','comment','phpfox','comment.component_block_display_process_end',1231838390,'2.0.0alpha1',1),(648,'component','comment','phpfox','comment.component_block_display_clean',1231838390,'2.0.0alpha1',1),(649,'component','comment','phpfox','comment.component_block_view_process',1231838390,'2.0.0alpha1',1),(650,'component','comment','phpfox','comment.component_block_view_clean',1231838390,'2.0.0alpha1',1),(651,'component','comment','phpfox','comment.component_ajax_ajax_add_start',1231838390,'2.0.0alpha1',1),(652,'component','comment','phpfox','comment.component_ajax_ajax_add_passed',1231838390,'2.0.0alpha1',1),(653,'service','comment','phpfox','comment.service_callback__call',1231838390,'2.0.0alpha1',1),(654,'service','comment','phpfox','comment.service_comment_getquote_start',1231838390,'2.0.0alpha1',1),(655,'service','comment','phpfox','comment.service_comment_getquote_end',1231838390,'2.0.0alpha1',1),(656,'service','comment','phpfox','comment.service_comment_getcommentforedit',1231838390,'2.0.0alpha1',1),(657,'service','comment','phpfox','comment.service_comment_hasaccess_start',1231838390,'2.0.0alpha1',1),(658,'service','comment','phpfox','comment.service_comment_hasaccess_end',1231838390,'2.0.0alpha1',1),(659,'service','comment','phpfox','comment.service_comment___call',1231838390,'2.0.0alpha1',1),(660,'service','comment','phpfox','comment.service_process_add',1231838390,'2.0.0alpha1',1),(661,'service','comment','phpfox','comment.service_process_deleteinline',1231838390,'2.0.0alpha1',1),(662,'service','comment','phpfox','comment.service_process_delete',1231838390,'2.0.0alpha1',1),(663,'service','comment','phpfox','comment.service_process___call',1231838390,'2.0.0alpha1',1),(664,'template','comment','phpfox','comment.template_block_display_add_comment',1231838390,'2.0.0alpha1',1),(665,'template','comment','phpfox','comment.template_block_display_textarea_start',1231838390,'2.0.0alpha1',1),(666,'template','comment','phpfox','comment.template_block_display_textarea_end',1231838390,'2.0.0alpha1',1),(667,'controller','comment','phpfox','comment.component_controller_index_clean',1240687633,'2.0.0beta1',1),(668,'component','comment','phpfox','comment.component_block_mini_clean',1240687633,'2.0.0beta1',1),(669,'component','comment','phpfox','comment.component_block_moderate_clean',1240687633,'2.0.0beta1',1),(670,'controller','comment','phpfox','comment.component_controller_admincp_spam_clean',1258389334,'2.0.0rc8',1),(671,'controller','comment','phpfox','comment.component_controller_moderate_clean',1258389334,'2.0.0rc8',1),(672,'controller','comment','phpfox','comment.component_controller_view_clean',1258389334,'2.0.0rc8',1),(673,'controller','comment','phpfox','comment.component_controller_rss_clean',1258389334,'2.0.0rc8',1),(674,'service','comment','phpfox','comment.service_comment_get__start',1263387694,'2.0.2',1),(675,'service','comment','phpfox','comment.service_comment_get__end',1263387694,'2.0.2',1),(676,'service','comment','phpfox','comment.service_comment_getforrss__start',1263387694,'2.0.2',1),(677,'service','comment','phpfox','comment.service_comment_getforrss__end',1263387694,'2.0.2',1),(678,'service','comment','phpfox','comment.component_service_callback_getrequestlink__start',1263387694,'2.0.2',1),(679,'service','comment','phpfox','comment.component_service_callback_getredirectrequest__start',1263387694,'2.0.2',1),(680,'service','comment','phpfox','comment.component_service_callback_getnotificationsettings__start',1263387694,'2.0.2',1),(681,'service','comment','phpfox','comment.component_service_callback_ondeleteuser__start',1263387694,'2.0.2',1),(682,'service','comment','phpfox','comment.component_service_callback_updatecounterlist__start',1263387694,'2.0.2',1),(683,'service','comment','phpfox','comment.component_service_callback_updatecounter__start',1263387694,'2.0.2',1),(684,'service','comment','phpfox','comment.component_service_callback_updatecounter__end',1263387694,'2.0.2',1),(685,'component','comment','phpfox','comment.component_ajax_get_quote',1274286148,'2.0.5dev1',1),(686,'component','comment','phpfox','comment.component_ajax_get_text',1274286148,'2.0.5dev1',1),(687,'template','comment','phpfox','comment.template_block_display_add_comment_define',1274286148,'2.0.5dev1',1),(688,'controller','contact','phpfox','contact.component_controller_index_clean',1240687633,'2.0.0beta1',1),(689,'service','contact','phpfox','contact.service_process_add_start',1240687633,'2.0.0beta1',1),(690,'service','contact','phpfox','contact.service_process_add_end',1240687633,'2.0.0beta1',1),(691,'service','contact','phpfox','contact.service_process__call',1240687633,'2.0.0beta1',1),(692,'service','contact','phpfox','contact.service_callback__call',1240687633,'2.0.0beta1',1),(693,'service','contact','phpfox','contact.service_contact__call',1240687633,'2.0.0beta1',1),(694,'service','credit','phpfox','credit.service_process__call',1271160844,'2.0.5',1),(695,'service','credit','phpfox','credit.service_credit__call',1271160844,'2.0.5',1),(696,'service','credit','phpfox','credit.service_callback__call',1271160844,'2.0.5',1),(697,'controller','credit','phpfox','credit.component_controller_index_clean',1271160844,'2.0.5',1),(698,'component','credit','phpfox','credit.component_block_purchase_clean',1271160844,'2.0.5',1),(699,'component','emoticon','phpfox','emoticon.component_block_preview_process',1231838390,'2.0.0alpha1',1),(700,'component','emoticon','phpfox','emoticon.component_block_preview_clean',1231838390,'2.0.0alpha1',1),(701,'service','emoticon','phpfox','emoticon.service_emoticon_getpreview_start',1231838390,'2.0.0alpha1',1),(702,'service','emoticon','phpfox','emoticon.service_emoticon_getpreview_end',1231838390,'2.0.0alpha1',1),(703,'service','emoticon','phpfox','emoticon.service_emoticon__call',1231838390,'2.0.0alpha1',1),(704,'controller','emoticon','phpfox','emoticon.component_controller_admincp_file_clean',1258389334,'2.0.0rc8',1),(705,'controller','event','phpfox','event.component_controller_index_clean',1240687633,'2.0.0beta1',1),(706,'controller','event','phpfox','event.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(707,'controller','event','phpfox','event.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(708,'controller','event','phpfox','event.component_controller_view_clean',1240687633,'2.0.0beta1',1),(709,'controller','event','phpfox','event.component_controller_add_clean',1240687633,'2.0.0beta1',1),(710,'controller','event','phpfox','event.component_controller_group_clean',1240687633,'2.0.0beta1',1),(711,'component','event','phpfox','event.component_block_image_clean',1240687633,'2.0.0beta1',1),(712,'component','event','phpfox','event.component_block_category_clean',1240687633,'2.0.0beta1',1),(713,'component','event','phpfox','event.component_block_parent_clean',1240687633,'2.0.0beta1',1),(714,'component','event','phpfox','event.component_block_menu_clean',1240687633,'2.0.0beta1',1),(715,'component','event','phpfox','event.component_block_info_clean',1240687633,'2.0.0beta1',1),(716,'component','event','phpfox','event.component_block_profile_clean',1240687633,'2.0.0beta1',1),(717,'component','event','phpfox','event.component_block_rsvp_clean',1240687633,'2.0.0beta1',1),(718,'component','event','phpfox','event.component_block_list_clean',1240687633,'2.0.0beta1',1),(719,'service','event','phpfox','event.service_category_category__call',1240687633,'2.0.0beta1',1),(720,'service','event','phpfox','event.service_category_process__call',1240687633,'2.0.0beta1',1),(721,'service','event','phpfox','event.service_process__call',1240687633,'2.0.0beta1',1),(722,'service','event','phpfox','event.service_event__call',1240687633,'2.0.0beta1',1),(723,'service','event','phpfox','event.service_callback__call',1240687633,'2.0.0beta1',1),(724,'service','event','phpfox','event.service_browse__call',1242299564,'2.0.0beta2',1),(725,'component','event','phpfox','event.component_block_filter_clean',1258389334,'2.0.0rc8',1),(726,'service','event','phpfox','event.service_process_add__end',1260366442,'2.0.0rc11',1),(727,'service','event','phpfox','event.service_process_sponsor__end',1274286148,'2.0.5dev1',1),(728,'component','event','phpfox','event.component_block_sponsored_clean',1274286148,'2.0.5dev1',1),(729,'template','event','phpfox','event.template_default_controller_view_extra_info',1274286148,'2.0.5dev1',1),(730,'service','facebook','phpfox','facebook.service_process__call',1266260139,'2.0.4',1),(731,'service','facebook','phpfox','facebook.service_callback__call',1266260139,'2.0.4',1),(732,'service','facebook','phpfox','facebook.service_api__call',1266260139,'2.0.4',1),(733,'service','facebook','phpfox','facebook.service_facebook__call',1266260139,'2.0.4',1),(734,'controller','facebook','phpfox','facebook.component_controller_logout_clean',1266260139,'2.0.4',1),(735,'controller','facebook','phpfox','facebook.component_controller_index_clean',1266260139,'2.0.4',1),(736,'controller','facebook','phpfox','facebook.component_controller_logout_mobile_clean',1268138234,'2.0.4',1),(737,'controller','facebook','phpfox','facebook.component_controller_email_clean',1274286148,'2.0.5dev1',1),(738,'controller','favorite','phpfox','favorite.component_controller_index_clean',1244973584,'2.0.0beta4',1),(739,'controller','favorite','phpfox','favorite.component_controller_profile_clean',1244973584,'2.0.0beta4',1),(740,'component','favorite','phpfox','favorite.component_block_footer_clean',1244973584,'2.0.0beta4',1),(741,'component','favorite','phpfox','favorite.component_block_entry_clean',1244973584,'2.0.0beta4',1),(742,'component','favorite','phpfox','favorite.component_block_add_clean',1244973584,'2.0.0beta4',1),(743,'service','favorite','phpfox','favorite.service_favorite__call',1244973584,'2.0.0beta4',1),(744,'service','favorite','phpfox','favorite.service_process__call',1244973584,'2.0.0beta4',1),(745,'service','favorite','phpfox','favorite.service_callback__call',1244973584,'2.0.0beta4',1),(746,'controller','feed','phpfox','feed.component_controller_user_clean',1231838390,'2.0.0alpha1',1),(747,'controller','feed','phpfox','feed.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(748,'service','feed','phpfox','feed.service_feed___construct',1231838390,'2.0.0alpha1',1),(749,'service','feed','phpfox','feed.service_feed__call',1231838390,'2.0.0alpha1',1),(750,'service','feed','phpfox','feed.service_process__call',1231838390,'2.0.0alpha1',1),(751,'controller','feed','phpfox','feed.component_controller_index_clean',1244973584,'2.0.0beta4',1),(752,'component','feed','phpfox','feed.component_block_setting_clean',1244973584,'2.0.0beta4',1),(753,'service','feed','phpfox','feed.service_block__call',1244973584,'2.0.0beta4',1),(754,'service','feed','phpfox','feed.service_process_add__start',1260366442,'2.0.0rc11',1),(755,'service','feed','phpfox','feed.service_process_add__end',1260366442,'2.0.0rc11',1),(756,'service','feed','phpfox','feed.service_process_like_notify',1261572640,'2.0.0',1),(757,'component','feed','phpfox','feed.component_block_display_process_flike',1261572640,'2.0.0',1),(758,'component','feed','phpfox','feed.component_block_like_list_clean',1261572640,'2.0.0',1),(759,'service','feed','phpfox','feed.service_feed_get_mobile_types',1267629983,'2.0.4',1),(760,'controller','feed','phpfox','feed.component_controller_view_mobile_clean',1267629983,'2.0.4',1),(761,'component','feed','phpfox','feed.component_ajax_getcommenttext',1274286148,'2.0.5dev1',1),(762,'controller','feed','phpfox','feed.component_controller_admincp_index_clean',1276177474,'2.0.5',1),(763,'component','feed','phpfox','feed.component_block_display_process',1276177474,'2.0.5',1),(764,'controller','forum','phpfox','forum.component_controller_search_clean',1240687633,'2.0.0beta1',1),(765,'controller','forum','phpfox','forum.component_controller_index_clean',1240687633,'2.0.0beta1',1),(766,'controller','forum','phpfox','forum.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(767,'controller','forum','phpfox','forum.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(768,'controller','forum','phpfox','forum.component_controller_tag_clean',1240687633,'2.0.0beta1',1),(769,'controller','forum','phpfox','forum.component_controller_forum_clean',1240687633,'2.0.0beta1',1),(770,'controller','forum','phpfox','forum.component_controller_post_clean',1240687633,'2.0.0beta1',1),(771,'controller','forum','phpfox','forum.component_controller_thread_clean',1240687633,'2.0.0beta1',1),(772,'component','forum','phpfox','forum.component_block_admincp_moderator_clean',1240687633,'2.0.0beta1',1),(773,'component','forum','phpfox','forum.component_block_move_clean',1240687633,'2.0.0beta1',1),(774,'component','forum','phpfox','forum.component_block_timezone_clean',1240687633,'2.0.0beta1',1),(775,'component','forum','phpfox','forum.component_block_merge_clean',1240687633,'2.0.0beta1',1),(776,'component','forum','phpfox','forum.component_block_copy_clean',1240687633,'2.0.0beta1',1),(777,'component','forum','phpfox','forum.component_block_jump_clean',1240687633,'2.0.0beta1',1),(778,'service','forum','phpfox','forum.service_moderate_process__call',1240687633,'2.0.0beta1',1),(779,'service','forum','phpfox','forum.service_moderate_moderate__call',1240687633,'2.0.0beta1',1),(780,'service','forum','phpfox','forum.service_post_process__call',1240687633,'2.0.0beta1',1),(781,'service','forum','phpfox','forum.service_post_post__call',1240687633,'2.0.0beta1',1),(782,'service','forum','phpfox','forum.service_thread_process__call',1240687633,'2.0.0beta1',1),(783,'service','forum','phpfox','forum.service_thread_thread__call',1240687633,'2.0.0beta1',1),(784,'service','forum','phpfox','forum.service_forum__call',1240687633,'2.0.0beta1',1),(785,'service','forum','phpfox','forum.service_process__call',1240687633,'2.0.0beta1',1),(786,'service','forum','phpfox','forum.service_callback__call',1240687633,'2.0.0beta1',1),(787,'component','forum','phpfox','forum.component_block_parent_clean',1258389334,'2.0.0rc8',1),(788,'controller','forum','phpfox','forum.component_controller_read_clean',1258389334,'2.0.0rc8',1),(789,'controller','forum','phpfox','forum.component_controller_action_clean',1258389334,'2.0.0rc8',1),(790,'controller','forum','phpfox','forum.component_controller_group_clean',1258389334,'2.0.0rc8',1),(791,'controller','forum','phpfox','forum.component_controller_rss_clean',1258389334,'2.0.0rc8',1),(792,'service','forum','phpfox','forum.service_subscribe_process__call',1258389334,'2.0.0rc8',1),(793,'service','forum','phpfox','forum.service_subscribe_subscribe__call',1258389334,'2.0.0rc8',1),(794,'service','forum','phpfox','forum.service_process_add__end',1260366442,'2.0.0rc11',1),(795,'service','forum','phpfox','forum.service_thread_process_add__start',1260366442,'2.0.0rc11',1),(796,'service','forum','phpfox','forum.service_thread_process_add__end',1260366442,'2.0.0rc11',1),(797,'service','forum','phpfox','forum.service_thread_process_sponsor__end',1274286148,'2.0.5dev1',1),(798,'component','forum','phpfox','forum.component_ajax_get_text',1274286148,'2.0.5dev1',1),(799,'template','forum','phpfox','forum.template_controller_thread_form_quick_reply',1274286148,'2.0.5dev1',1),(800,'service','forum','phpfox','forum.service_moderate_moderate_getperms',1276177474,'2.0.5',1),(801,'component','friend','phpfox','friend.component_block_menu_clean',1231838390,'2.0.0alpha1',1),(802,'component','friend','phpfox','friend.component_block_accept_clean',1231838390,'2.0.0alpha1',1),(803,'component','friend','phpfox','friend.component_block_request_clean',1231838390,'2.0.0alpha1',1),(804,'component','friend','phpfox','friend.component_block_top_clean',1231838390,'2.0.0alpha1',1),(805,'component','friend','phpfox','friend.component_block_list_clean',1231838390,'2.0.0alpha1',1),(806,'component','friend','phpfox','friend.component_block_list_edit_clean',1231838390,'2.0.0alpha1',1),(807,'controller','friend','phpfox','friend.component_controller_profile_clean',1231838390,'2.0.0alpha1',1),(808,'controller','friend','phpfox','friend.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(809,'service','friend','phpfox','friend.service_callback___call',1231838390,'2.0.0alpha1',1),(810,'service','friend','phpfox','friend.service_request_request_get',1231838390,'2.0.0alpha1',1),(811,'service','friend','phpfox','friend.service_request_request__call',1231838390,'2.0.0alpha1',1),(812,'service','friend','phpfox','friend.service_request_process__call',1231838390,'2.0.0alpha1',1),(813,'service','friend','phpfox','friend.service_friend___call',1231838390,'2.0.0alpha1',1),(814,'service','friend','phpfox','friend.service_process__call',1231838390,'2.0.0alpha1',1),(815,'service','friend','phpfox','friend.service_list_list__call',1231838390,'2.0.0alpha1',1),(816,'service','friend','phpfox','friend.service_list_process_update',1231838390,'2.0.0alpha1',1),(817,'service','friend','phpfox','friend.service_list_process_delete',1231838390,'2.0.0alpha1',1),(818,'service','friend','phpfox','friend.service_list_process_move',1231838390,'2.0.0alpha1',1),(819,'service','friend','phpfox','friend.service_list_process__call',1231838390,'2.0.0alpha1',1),(820,'component','friend','phpfox','friend.component_block_profile_small_clean',1231935380,'2.0.0alpha1',1),(821,'controller','friend','phpfox','friend.component_controller_pending_clean',1240687633,'2.0.0beta1',1),(822,'controller','friend','phpfox','friend.component_controller_request_clean',1240687633,'2.0.0beta1',1),(823,'component','friend','phpfox','friend.component_block_search_clean',1240687633,'2.0.0beta1',1),(824,'component','friend','phpfox','friend.component_block_suggestion_clean',1258389334,'2.0.0rc8',1),(825,'component','friend','phpfox','friend.component_block_search_process',1258389334,'2.0.0rc8',1),(826,'component','friend','phpfox','friend.component_block_setting_clean',1258389334,'2.0.0rc8',1),(827,'component','friend','phpfox','friend.component_block_mutual_clean',1258389334,'2.0.0rc8',1),(828,'component','friend','phpfox','friend.component_block_mutual_friend_clean',1258389334,'2.0.0rc8',1),(829,'controller','friend','phpfox','friend.component_controller_accept_clean',1258389334,'2.0.0rc8',1),(830,'service','friend','phpfox','friend.service_suggestion__call',1258389334,'2.0.0rc8',1),(831,'service','friend','phpfox','friend.service_block__call',1258389334,'2.0.0rc8',1),(832,'service','friend','phpfox','friend.service_suggestion__build_search',1261572640,'2.0.0',1),(833,'controller','friend','phpfox','friend.component_controller_suggestion_clean',1261572640,'2.0.0',1),(834,'controller','friend','phpfox','friend.component_controller_index_mobile_clean',1267629983,'2.0.4',1),(835,'service','friend','phpfox','friend.service_process__updatefriendcount',1276177474,'2.0.5',1),(836,'service','friend','phpfox','friend.service_callback__updatecounter',1276177474,'2.0.5',1),(837,'service','friend','phpfox','friend.service_friend_get',1276177474,'2.0.5',1),(838,'service','friend','phpfox','friend.service_friend_getmutualfriends',1276177474,'2.0.5',1),(839,'controller','group','phpfox','group.component_controller_category_clean',1240687633,'2.0.0beta1',1),(840,'controller','group','phpfox','group.component_controller_index_clean',1240687633,'2.0.0beta1',1),(841,'controller','group','phpfox','group.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(842,'controller','group','phpfox','group.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(843,'controller','group','phpfox','group.component_controller_view_clean',1240687633,'2.0.0beta1',1),(844,'controller','group','phpfox','group.component_controller_add_clean',1240687633,'2.0.0beta1',1),(845,'component','group','phpfox','group.component_block_image_clean',1240687633,'2.0.0beta1',1),(846,'component','group','phpfox','group.component_block_category_clean',1240687633,'2.0.0beta1',1),(847,'component','group','phpfox','group.component_block_header_clean',1240687633,'2.0.0beta1',1),(848,'component','group','phpfox','group.component_block_menu_clean',1240687633,'2.0.0beta1',1),(849,'component','group','phpfox','group.component_block_info_clean',1240687633,'2.0.0beta1',1),(850,'component','group','phpfox','group.component_block_profile_clean',1240687633,'2.0.0beta1',1),(851,'component','group','phpfox','group.component_block_list_clean',1240687633,'2.0.0beta1',1),(852,'service','group','phpfox','group.service_category_category__call',1240687633,'2.0.0beta1',1),(853,'service','group','phpfox','group.service_category_process__call',1240687633,'2.0.0beta1',1),(854,'service','group','phpfox','group.service_process__call',1240687633,'2.0.0beta1',1),(855,'service','group','phpfox','group.service_group__call',1240687633,'2.0.0beta1',1),(856,'service','group','phpfox','group.service_browse__call',1240687633,'2.0.0beta1',1),(857,'service','group','phpfox','group.service_callback__call',1240687633,'2.0.0beta1',1),(858,'component','group','phpfox','group.component_block_invite_clean',1258389334,'2.0.0rc8',1),(859,'component','group','phpfox','group.component_block_accept_clean',1258389334,'2.0.0rc8',1),(860,'component','group','phpfox','group.component_block_popular_clean',1258389334,'2.0.0rc8',1),(861,'component','group','phpfox','group.component_block_admin_clean',1258389334,'2.0.0rc8',1),(862,'component','group','phpfox','group.component_block_filter_clean',1258389334,'2.0.0rc8',1),(863,'component','group','phpfox','group.component_block__clean',1258389334,'2.0.0rc8',1),(864,'controller','group','phpfox','group.component_controller_redirect_clean',1258389334,'2.0.0rc8',1),(865,'controller','group','phpfox','group.component_controller_secret_clean',1258389334,'2.0.0rc8',1),(866,'controller','group','phpfox','group.component_controller_forum_clean',1258389334,'2.0.0rc8',1),(867,'service','group','phpfox','group.service_process_add__end',1260366442,'2.0.0rc11',1),(868,'service','group','phpfox','group.service_process_sponsor__end',1274286148,'2.0.5dev1',1),(869,'template','group','phpfox','group.template_default_controller_view_extra_info',1274286148,'2.0.5dev1',1),(870,'component','im','phpfox','im.component_block_chat_clean',1258389334,'2.0.0rc8',1),(871,'component','im','phpfox','im.component_block_messenger_clean',1258389334,'2.0.0rc8',1),(872,'component','im','phpfox','im.component_block_message_clean',1258389334,'2.0.0rc8',1),(873,'component','im','phpfox','im.component_block_footer_clean',1258389334,'2.0.0rc8',1),(874,'component','im','phpfox','im.component_block_list_clean',1258389334,'2.0.0rc8',1),(875,'component','im','phpfox','im.component_block_user_clean',1258389334,'2.0.0rc8',1),(876,'controller','im','phpfox','im.component_controller_index_clean',1258389334,'2.0.0rc8',1),(877,'service','im','phpfox','im.service_im__call',1258389334,'2.0.0rc8',1),(878,'service','im','phpfox','im.service_process__call',1258389334,'2.0.0rc8',1),(879,'service','im','phpfox','im.service_callback__call',1258389334,'2.0.0rc8',1),(880,'controller','invite','phpfox','invite.component_controller_index_process_start',1240687633,'2.0.0beta1',1),(881,'controller','invite','phpfox','invite.component_controller_index_process_end',1240687633,'2.0.0beta1',1),(882,'controller','invite','phpfox','invite.component_controller_index_clean',1240687633,'2.0.0beta1',1),(883,'controller','invite','phpfox','invite.component_controller_invitations_clean',1240687633,'2.0.0beta1',1),(884,'service','invite','phpfox','invite.service_invite__call',1240687633,'2.0.0beta1',1),(885,'service','invite','phpfox','invite.service_process__call',1240687633,'2.0.0beta1',1),(886,'service','invite','phpfox','invite.service_callback__call',1240687633,'2.0.0beta1',1),(887,'template','invite','phpfox','invite.template_controller_index_h3_start',1274286148,'2.0.5dev1',1),(888,'controller','invite','phpfox','invite.component_controller_index_process_send',1276177474,'2.0.5',1),(889,'component','mail','phpfox','mail.component_block_folder_process',1231838390,'2.0.0alpha1',1),(890,'component','mail','phpfox','mail.component_block_folder_clean',1231838390,'2.0.0alpha1',1),(891,'component','mail','phpfox','mail.component_block_box_edit_clean',1231838390,'2.0.0alpha1',1),(892,'controller','mail','phpfox','mail.component_controller_box_index_clean',1231838390,'2.0.0alpha1',1),(893,'controller','mail','phpfox','mail.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(894,'controller','mail','phpfox','mail.component_controller_sentbox_clean',1231838390,'2.0.0alpha1',1),(895,'controller','mail','phpfox','mail.component_controller_view_process_start',1231838390,'2.0.0alpha1',1),(896,'controller','mail','phpfox','mail.component_controller_view_process_validation',1231838390,'2.0.0alpha1',1),(897,'controller','mail','phpfox','mail.component_controller_view_process_end',1231838390,'2.0.0alpha1',1),(898,'controller','mail','phpfox','mail.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(899,'controller','mail','phpfox','mail.component_controller_compose_controller_to',1231838390,'2.0.0alpha1',1),(900,'controller','mail','phpfox','mail.component_controller_compose_controller_validation',1231838390,'2.0.0alpha1',1),(901,'controller','mail','phpfox','mail.component_controller_compose_clean',1231838390,'2.0.0alpha1',1),(902,'controller','mail','phpfox','mail.component_controller_trash_clean',1231838390,'2.0.0alpha1',1),(903,'service','mail','phpfox','mail.service_folder_folder__call',1231838390,'2.0.0alpha1',1),(904,'service','mail','phpfox','mail.service_folder_process_move',1231838390,'2.0.0alpha1',1),(905,'service','mail','phpfox','mail.service_folder_process_add',1231838390,'2.0.0alpha1',1),(906,'service','mail','phpfox','mail.service_folder_process_update',1231838390,'2.0.0alpha1',1),(907,'service','mail','phpfox','mail.service_folder_process_delete',1231838390,'2.0.0alpha1',1),(908,'service','mail','phpfox','mail.service_folder_process__call',1231838390,'2.0.0alpha1',1),(909,'service','mail','phpfox','mail.service_mail_get',1231838390,'2.0.0alpha1',1),(910,'service','mail','phpfox','mail.service_mail_getmail',1231838390,'2.0.0alpha1',1),(911,'service','mail','phpfox','mail.service_mail__call',1231838390,'2.0.0alpha1',1),(912,'service','mail','phpfox','mail.service_process_add',1231838390,'2.0.0alpha1',1),(913,'service','mail','phpfox','mail.service_process_toggleview',1231838390,'2.0.0alpha1',1),(914,'service','mail','phpfox','mail.service_process_delete',1231838390,'2.0.0alpha1',1),(915,'service','mail','phpfox','mail.service_process_deletetrash',1231838390,'2.0.0alpha1',1),(916,'service','mail','phpfox','mail.service_process_undelete',1231838390,'2.0.0alpha1',1),(917,'service','mail','phpfox','mail.service_process__call',1231838390,'2.0.0alpha1',1),(918,'service','mail','phpfox','mail.service_callback__call',1240687633,'2.0.0beta1',1),(919,'service','mail','phpfox','mail.service_process_cronDeleteMessages_start',1258389334,'2.0.0rc8',1),(920,'service','mail','phpfox','mail.service_process_cronDeleteMessages_end',1258389334,'2.0.0rc8',1),(921,'controller','mail','phpfox','mail.component_controller_admincp_view_clean',1261572640,'2.0.0',1),(922,'controller','mail','phpfox','mail.component_controller_compose_mobile_clean',1267629983,'2.0.4',1),(923,'controller','mail','phpfox','mail.component_controller_index_mobile_clean',1267629983,'2.0.4',1),(924,'controller','mail','phpfox','mail.component_controller_view_mobile_clean',1267629983,'2.0.4',1),(925,'controller','marketplace','phpfox','marketplace.component_controller_index_clean',1240687633,'2.0.0beta1',1),(926,'controller','marketplace','phpfox','marketplace.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(927,'controller','marketplace','phpfox','marketplace.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(928,'controller','marketplace','phpfox','marketplace.component_controller_view_clean',1240687633,'2.0.0beta1',1),(929,'controller','marketplace','phpfox','marketplace.component_controller_add_clean',1240687633,'2.0.0beta1',1),(930,'controller','marketplace','phpfox','marketplace.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(931,'component','marketplace','phpfox','marketplace.component_block_image_clean',1240687633,'2.0.0beta1',1),(932,'component','marketplace','phpfox','marketplace.component_block_photo_clean',1240687633,'2.0.0beta1',1),(933,'component','marketplace','phpfox','marketplace.component_block_menu_clean',1240687633,'2.0.0beta1',1),(934,'component','marketplace','phpfox','marketplace.component_block_info_clean',1240687633,'2.0.0beta1',1),(935,'component','marketplace','phpfox','marketplace.component_block_filter_clean',1240687633,'2.0.0beta1',1),(936,'component','marketplace','phpfox','marketplace.component_block_profile_clean',1240687633,'2.0.0beta1',1),(937,'component','marketplace','phpfox','marketplace.component_block_list_clean',1240687633,'2.0.0beta1',1),(938,'service','marketplace','phpfox','marketplace.service_category_category__call',1240687633,'2.0.0beta1',1),(939,'service','marketplace','phpfox','marketplace.service_category_process__call',1240687633,'2.0.0beta1',1),(940,'service','marketplace','phpfox','marketplace.service_process__call',1240687633,'2.0.0beta1',1),(941,'service','marketplace','phpfox','marketplace.service_browse__call',1240687633,'2.0.0beta1',1),(942,'service','marketplace','phpfox','marketplace.service_callback__call',1240687633,'2.0.0beta1',1),(943,'service','marketplace','phpfox','marketplace.service_marketplace__call',1240687633,'2.0.0beta1',1),(944,'component','marketplace','phpfox','marketplace.component_block_my_clean',1258389334,'2.0.0rc8',1),(945,'component','marketplace','phpfox','marketplace.component_block_category_clean',1258389334,'2.0.0rc8',1),(946,'service','marketplace','phpfox','marketplace.service_process_add__start',1260366442,'2.0.0rc11',1),(947,'service','marketplace','phpfox','marketplace.service_process_add__end',1260366442,'2.0.0rc11',1),(948,'service','marketplace','phpfox','marketplace.service_sponsor__end',1274286148,'2.0.5dev1',1),(949,'controller','marketplace','phpfox','marketplace.component_controller_invoice_index_clean',1274286148,'2.0.5dev1',1),(950,'controller','marketplace','phpfox','marketplace.component_controller_purchase_clean',1274286148,'2.0.5dev1',1),(951,'component','marketplace','phpfox','marketplace.component_block_sponsorhelp_clean',1274286148,'2.0.5dev1',1),(952,'template','marketplace','phpfox','marketplace.template_default_controller_view_extra_info',1274286148,'2.0.5dev1',1),(953,'service','mobile','phpfox','mobile.service_process__call',1267629983,'2.0.4',1),(954,'service','mobile','phpfox','mobile.service_callback__call',1267629983,'2.0.4',1),(955,'service','mobile','phpfox','mobile.service_mobile__call',1267629983,'2.0.4',1),(956,'controller','mobile','phpfox','mobile.component_controller_index_mobile_clean',1267629983,'2.0.4',1),(957,'controller','mobile','phpfox','mobile.component_controller_index_clean',1267629983,'2.0.4',1),(958,'controller','music','phpfox','music.component_controller_index_clean',1240687633,'2.0.0beta1',1),(959,'controller','music','phpfox','music.component_controller_register_clean',1240687633,'2.0.0beta1',1),(960,'controller','music','phpfox','music.component_controller_upload_clean',1240687633,'2.0.0beta1',1),(961,'component','music','phpfox','music.component_block_song_clean',1240687633,'2.0.0beta1',1),(962,'service','music','phpfox','music.service_process__call',1240687633,'2.0.0beta1',1),(963,'service','music','phpfox','music.service_music__call',1240687633,'2.0.0beta1',1),(964,'service','music','phpfox','music.service_callback__call',1240687633,'2.0.0beta1',1),(965,'component','music','phpfox','music.component_block_genre_clean',1240688954,'2.0.0beta1',1),(966,'service','music','phpfox','music.service_genre_genre__call',1240688954,'2.0.0beta1',1),(967,'component','music','phpfox','music.component_block_genre_profile_clean',1240692039,'2.0.0beta1',1),(968,'service','music','phpfox','music.service_genre_process__call',1240692039,'2.0.0beta1',1),(969,'component','music','phpfox','music.component_block_info_clean',1242299564,'2.0.0beta2',1),(970,'component','music','phpfox','music.component_block_track_clean',1242299564,'2.0.0beta2',1),(971,'component','music','phpfox','music.component_block_album_clean',1242299564,'2.0.0beta2',1),(972,'component','music','phpfox','music.component_block_list_clean',1242299564,'2.0.0beta2',1),(973,'component','music','phpfox','music.component_block_album_info_clean',1242299564,'2.0.0beta2',1),(974,'controller','music','phpfox','music.component_controller_admincp_index_clean',1242299564,'2.0.0beta2',1),(975,'controller','music','phpfox','music.component_controller_admincp_add_clean',1242299564,'2.0.0beta2',1),(976,'controller','music','phpfox','music.component_controller_album_clean',1242299564,'2.0.0beta2',1),(977,'controller','music','phpfox','music.component_controller_view_clean',1242299564,'2.0.0beta2',1),(978,'controller','music','phpfox','music.component_controller_player_clean',1242299564,'2.0.0beta2',1),(979,'controller','music','phpfox','music.component_controller_view_album_clean',1242299564,'2.0.0beta2',1),(980,'controller','music','phpfox','music.component_controller_profile_clean',1242299564,'2.0.0beta2',1),(981,'service','music','phpfox','music.service_album_album__call',1242299564,'2.0.0beta2',1),(982,'service','music','phpfox','music.service_album_process__call',1242299564,'2.0.0beta2',1),(983,'service','music','phpfox','music.service_browse__call',1242299564,'2.0.0beta2',1),(984,'component','music','phpfox','music.component_block_top_clean',1258389334,'2.0.0rc8',1),(985,'component','music','phpfox','music.component_block_photo_album_clean',1258389334,'2.0.0rc8',1),(986,'component','music','phpfox','music.component_block_menu_clean',1258389334,'2.0.0rc8',1),(987,'component','music','phpfox','music.component_block_photo_clean',1258389334,'2.0.0rc8',1),(988,'component','music','phpfox','music.component_block_latest_album_clean',1258389334,'2.0.0rc8',1),(989,'component','music','phpfox','music.component_block_featured_clean',1258389334,'2.0.0rc8',1),(990,'component','music','phpfox','music.component_block_filter_clean',1258389334,'2.0.0rc8',1),(991,'component','music','phpfox','music.component_block_latest_clean',1258389334,'2.0.0rc8',1),(992,'component','music','phpfox','music.component_block_featured_album_clean',1258389334,'2.0.0rc8',1),(993,'component','music','phpfox','music.component_block_menu_album_clean',1258389334,'2.0.0rc8',1),(994,'controller','music','phpfox','music.component_controller_browse_artist_clean',1258389334,'2.0.0rc8',1),(995,'controller','music','phpfox','music.component_controller_browse_album_clean',1258389334,'2.0.0rc8',1),(996,'controller','music','phpfox','music.component_controller_browse_song_clean',1258389334,'2.0.0rc8',1),(997,'service','music','phpfox','music.service_process_upload__end',1260366442,'2.0.0rc11',1),(998,'component','music','phpfox','music.component_block_profile_clean',1263387694,'2.0.2',1),(999,'service','music','phpfox','music.service_process_sponsorsong__end',1274286148,'2.0.5dev1',1),(1000,'service','music','phpfox','music.service_process_sponsoralbum__end',1274286148,'2.0.5dev1',1),(1001,'controller','notification','phpfox','notification.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1002,'component','notification','phpfox','notification.component_block_link_clean',1240687633,'2.0.0beta1',1),(1003,'component','notification','phpfox','notification.component_block_feed_clean',1240687633,'2.0.0beta1',1),(1004,'service','notification','phpfox','notification.service_notification__call',1240687633,'2.0.0beta1',1),(1005,'service','notification','phpfox','notification.service_process__call',1240687633,'2.0.0beta1',1),(1006,'service','notification','phpfox','notification.service_callback__call',1240687633,'2.0.0beta1',1),(1007,'service','notification','phpfox','notification.service_process_add',1276177474,'2.0.5',1),(1008,'controller','photo','phpfox','photo.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1009,'controller','photo','phpfox','photo.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(1010,'controller','photo','phpfox','photo.component_controller_tag_clean',1240687633,'2.0.0beta1',1),(1011,'controller','photo','phpfox','photo.component_controller_rate_process_start',1240687633,'2.0.0beta1',1),(1012,'controller','photo','phpfox','photo.component_controller_rate_process_end',1240687633,'2.0.0beta1',1),(1013,'controller','photo','phpfox','photo.component_controller_rate_clean',1240687633,'2.0.0beta1',1),(1014,'controller','photo','phpfox','photo.component_controller_frame_start',1240687633,'2.0.0beta1',1),(1015,'controller','photo','phpfox','photo.component_controller_frame_process_photo',1240687633,'2.0.0beta1',1),(1016,'controller','photo','phpfox','photo.component_controller_frame_process_photos_done',1240687633,'2.0.0beta1',1),(1017,'controller','photo','phpfox','photo.component_controller_frame_process_photos_done_javascript',1240687633,'2.0.0beta1',1),(1018,'controller','photo','phpfox','photo.component_controller_frame_clean',1240687633,'2.0.0beta1',1),(1019,'controller','photo','phpfox','photo.component_controller_album_process_start',1240687633,'2.0.0beta1',1),(1020,'controller','photo','phpfox','photo.component_controller_album_process_album',1240687633,'2.0.0beta1',1),(1021,'controller','photo','phpfox','photo.component_controller_album_process_conditions',1240687633,'2.0.0beta1',1),(1022,'controller','photo','phpfox','photo.component_controller_album_process_end',1240687633,'2.0.0beta1',1),(1023,'controller','photo','phpfox','photo.component_controller_album_clean',1240687633,'2.0.0beta1',1),(1024,'controller','photo','phpfox','photo.component_controller_view_process_start',1240687633,'2.0.0beta1',1),(1025,'controller','photo','phpfox','photo.component_controller_view_process_photo',1240687633,'2.0.0beta1',1),(1026,'controller','photo','phpfox','photo.component_controller_view_process_controller',1240687633,'2.0.0beta1',1),(1027,'controller','photo','phpfox','photo.component_controller_view_process_end',1240687633,'2.0.0beta1',1),(1028,'controller','photo','phpfox','photo.component_controller_view_clean',1240687633,'2.0.0beta1',1),(1029,'controller','photo','phpfox','photo.component_controller_edit_image_clean',1240687633,'2.0.0beta1',1),(1030,'controller','photo','phpfox','photo.component_controller_edit_album_clean',1240687633,'2.0.0beta1',1),(1031,'controller','photo','phpfox','photo.component_controller_size_clean',1240687633,'2.0.0beta1',1),(1032,'controller','photo','phpfox','photo.component_controller_download_clean',1240687633,'2.0.0beta1',1),(1033,'controller','photo','phpfox','photo.component_controller_upload_start',1240687633,'2.0.0beta1',1),(1034,'controller','photo','phpfox','photo.component_controller_upload_process_global',1240687633,'2.0.0beta1',1),(1035,'controller','photo','phpfox','photo.component_controller_upload_process_photos',1240687633,'2.0.0beta1',1),(1036,'controller','photo','phpfox','photo.component_controller_upload_process_display_batch',1240687633,'2.0.0beta1',1),(1037,'controller','photo','phpfox','photo.component_controller_upload_end',1240687633,'2.0.0beta1',1),(1038,'controller','photo','phpfox','photo.component_controller_upload_clean',1240687633,'2.0.0beta1',1),(1039,'controller','photo','phpfox','photo.component_controller_battle_clean',1240687633,'2.0.0beta1',1),(1040,'controller','photo','phpfox','photo.component_controller_profile_process_start',1240687633,'2.0.0beta1',1),(1041,'controller','photo','phpfox','photo.component_controller_profile_process_album_conditions',1240687633,'2.0.0beta1',1),(1042,'controller','photo','phpfox','photo.component_controller_profile_process_album_viewer',1240687633,'2.0.0beta1',1),(1043,'controller','photo','phpfox','photo.component_controller_profile_process_photo_album_viewer',1240687633,'2.0.0beta1',1),(1044,'controller','photo','phpfox','photo.component_controller_profile_process_end',1240687633,'2.0.0beta1',1),(1045,'controller','photo','phpfox','photo.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(1046,'component','photo','phpfox','photo.component_ajax_getphotosforrating_start',1240687633,'2.0.0beta1',1),(1047,'component','photo','phpfox','photo.component_ajax_getphotosforrating_end',1240687633,'2.0.0beta1',1),(1048,'component','photo','phpfox','photo.component_block_menu_album_clean',1240687633,'2.0.0beta1',1),(1049,'component','photo','phpfox','photo.component_block_category_clean',1240687633,'2.0.0beta1',1),(1050,'component','photo','phpfox','photo.component_block_detail_clean',1240687633,'2.0.0beta1',1),(1051,'component','photo','phpfox','photo.component_block_drop_down_clean',1240687633,'2.0.0beta1',1),(1052,'component','photo','phpfox','photo.component_block_stat_process',1240687633,'2.0.0beta1',1),(1053,'component','photo','phpfox','photo.component_block_stat_clean',1240687633,'2.0.0beta1',1),(1054,'component','photo','phpfox','photo.component_block_album_clean',1240687633,'2.0.0beta1',1),(1055,'component','photo','phpfox','photo.component_block_menu_clean',1240687633,'2.0.0beta1',1),(1056,'component','photo','phpfox','photo.component_block_new_clean',1240687633,'2.0.0beta1',1),(1057,'component','photo','phpfox','photo.component_block_filter_clean',1240687633,'2.0.0beta1',1),(1058,'component','photo','phpfox','photo.component_block_featured_clean',1240687633,'2.0.0beta1',1),(1059,'component','photo','phpfox','photo.component_block_stream_clean',1240687633,'2.0.0beta1',1),(1060,'component','photo','phpfox','photo.component_block_warning_clean',1240687633,'2.0.0beta1',1),(1061,'component','photo','phpfox','photo.component_block_edit_photo_clean',1240687633,'2.0.0beta1',1),(1062,'service','photo','phpfox','photo.service_photo__call',1240687633,'2.0.0beta1',1),(1063,'service','photo','phpfox','photo.service_category__call',1240687633,'2.0.0beta1',1),(1064,'service','photo','phpfox','photo.service_category_process__call',1240687633,'2.0.0beta1',1),(1065,'service','photo','phpfox','photo.service_rate__call',1240687633,'2.0.0beta1',1),(1066,'service','photo','phpfox','photo.service_rate_process__call',1240687633,'2.0.0beta1',1),(1067,'service','photo','phpfox','photo.service_process__call',1240687633,'2.0.0beta1',1),(1068,'service','photo','phpfox','photo.service_album_album_get_count',1240687633,'2.0.0beta1',1),(1069,'service','photo','phpfox','photo.service_album_album_get_query',1240687633,'2.0.0beta1',1),(1070,'service','photo','phpfox','photo.service_album_album_getall',1240687633,'2.0.0beta1',1),(1071,'service','photo','phpfox','photo.service_album_album_getalbumcount',1240687633,'2.0.0beta1',1),(1072,'service','photo','phpfox','photo.service_album_album_getalbum',1240687633,'2.0.0beta1',1),(1073,'service','photo','phpfox','photo.service_album_album_getnextphoto',1240687633,'2.0.0beta1',1),(1074,'service','photo','phpfox','photo.service_album_album_getpreviousphoto',1240687633,'2.0.0beta1',1),(1075,'service','photo','phpfox','photo.service_album__call',1240687633,'2.0.0beta1',1),(1076,'service','photo','phpfox','photo.service_album_process__call',1240687633,'2.0.0beta1',1),(1077,'service','photo','phpfox','photo.service_callback__call',1240687633,'2.0.0beta1',1),(1078,'service','photo','phpfox','photo.service_battle_process__call',1240687633,'2.0.0beta1',1),(1079,'service','photo','phpfox','photo.service_battle_battle__call',1240687633,'2.0.0beta1',1),(1080,'template','photo','phpfox','photo.template_controller_upload_form_process_hidden',1240687633,'2.0.0beta1',1),(1081,'template','photo','phpfox','photo.template_controller_upload_form_actions',1240687633,'2.0.0beta1',1),(1082,'template','photo','phpfox','photo.template_controller_upload_form',1240687633,'2.0.0beta1',1),(1083,'template','photo','phpfox','photo.template_controller_upload_form_extra',1240687633,'2.0.0beta1',1),(1084,'template','photo','phpfox','photo.template_controller_rate',1240687633,'2.0.0beta1',1),(1085,'template','photo','phpfox','photo.template_default_controller_view_title',1240687633,'2.0.0beta1',1),(1086,'template','photo','phpfox','photo.template_default_controller_view_extra_info',1240687633,'2.0.0beta1',1),(1087,'template','photo','phpfox','photo.template_block_album_entry_extra_info',1240687633,'2.0.0beta1',1),(1088,'template','photo','phpfox','photo.template_block_stat',1240687633,'2.0.0beta1',1),(1089,'template','photo','phpfox','photo.template_default_block_photo_entry_tool',1240687633,'2.0.0beta1',1),(1090,'template','photo','phpfox','photo.template_default_block_photo_entry_info',1240687633,'2.0.0beta1',1),(1091,'template','photo','phpfox','photo.template_block_menu_album',1240687633,'2.0.0beta1',1),(1092,'service','photo','phpfox','photo.service_tag_tag__call',1244973584,'2.0.0beta4',1),(1093,'service','photo','phpfox','photo.service_tag_process__call',1244973584,'2.0.0beta4',1),(1094,'component','photo','phpfox','photo.component_block_profile_clean',1258389334,'2.0.0rc8',1),(1095,'component','photo','phpfox','photo.component_block_parent_clean',1258389334,'2.0.0rc8',1),(1096,'controller','photo','phpfox','photo.component_controller_group_clean',1258389334,'2.0.0rc8',1),(1097,'service','photo','phpfox','photo.service_album_album_getforedit',1258389334,'2.0.0rc8',1),(1098,'service','photo','phpfox','photo.service_process_add__end',1260366442,'2.0.0rc11',1),(1099,'controller','photo','phpfox','photo.component_controller_public_album_clean',1260366442,'2.0.0rc11',1),(1100,'service','photo','phpfox','photo.service_process_sponsor__end',1274286148,'2.0.5dev1',1),(1101,'controller','poll','phpfox','poll.component_controller_index_process_start',1240687633,'2.0.0beta1',1),(1102,'controller','poll','phpfox','poll.component_controller_index_process_end',1240687633,'2.0.0beta1',1),(1103,'controller','poll','phpfox','poll.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1104,'controller','poll','phpfox','poll.component_controller_design_process_start',1240687633,'2.0.0beta1',1),(1105,'controller','poll','phpfox','poll.component_controller_design_process_end',1240687633,'2.0.0beta1',1),(1106,'controller','poll','phpfox','poll.component_controller_add_clean',1240687633,'2.0.0beta1',1),(1107,'controller','poll','phpfox','poll.component_controller_view_process_start',1240687633,'2.0.0beta1',1),(1108,'controller','poll','phpfox','poll.component_controller_view_process_end',1240687633,'2.0.0beta1',1),(1109,'controller','poll','phpfox','poll.component_controller_view_clean',1240687633,'2.0.0beta1',1),(1110,'controller','poll','phpfox','poll.component_controller_add_process_start',1240687633,'2.0.0beta1',1),(1111,'controller','poll','phpfox','poll.component_controller_add_process_end',1240687633,'2.0.0beta1',1),(1112,'controller','poll','phpfox','poll.component_controller_profile_process_start',1240687633,'2.0.0beta1',1),(1113,'controller','poll','phpfox','poll.component_controller_profile_process_end',1240687633,'2.0.0beta1',1),(1114,'controller','poll','phpfox','poll.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(1115,'component','poll','phpfox','poll.component_ajax_addvote_start',1240687633,'2.0.0beta1',1),(1116,'component','poll','phpfox','poll.component_ajax_addvote_end',1240687633,'2.0.0beta1',1),(1117,'component','poll','phpfox','poll.component_ajax_moderatepoll_start',1240687633,'2.0.0beta1',1),(1118,'component','poll','phpfox','poll.component_ajax_moderatepoll_end',1240687633,'2.0.0beta1',1),(1119,'component','poll','phpfox','poll.component_block_new_clean',1240687633,'2.0.0beta1',1),(1120,'component','poll','phpfox','poll.component_block_vote_start',1240687633,'2.0.0beta1',1),(1121,'component','poll','phpfox','poll.component_block_vote_end',1240687633,'2.0.0beta1',1),(1122,'service','poll','phpfox','poll.service_process_add_start',1240687633,'2.0.0beta1',1),(1123,'service','poll','phpfox','poll.service_process_add_end',1240687633,'2.0.0beta1',1),(1124,'service','poll','phpfox','poll.service_process_moderate_start',1240687633,'2.0.0beta1',1),(1125,'service','poll','phpfox','poll.service_process_moderate_end',1240687633,'2.0.0beta1',1),(1126,'service','poll','phpfox','poll.service_process_hasuservoted_start',1240687633,'2.0.0beta1',1),(1127,'service','poll','phpfox','poll.service_process_hasuservoted_end',1240687633,'2.0.0beta1',1),(1128,'service','poll','phpfox','poll.service_process__call',1240687633,'2.0.0beta1',1),(1129,'service','poll','phpfox','poll.service_poll_getpollbyid_start',1240687633,'2.0.0beta1',1),(1130,'service','poll','phpfox','poll.service_poll_getpollbyid_end',1240687633,'2.0.0beta1',1),(1131,'service','poll','phpfox','poll.service_poll_getpollbyurl_start',1240687633,'2.0.0beta1',1),(1132,'service','poll','phpfox','poll.service_poll_getpollbyurl_end',1240687633,'2.0.0beta1',1),(1133,'service','poll','phpfox','poll.service_poll_getpollbyuser_start',1240687633,'2.0.0beta1',1),(1134,'service','poll','phpfox','poll.service_poll_getpolls_start',1240687633,'2.0.0beta1',1),(1135,'service','poll','phpfox','poll.service_poll_getpolls_end',1240687633,'2.0.0beta1',1),(1136,'service','poll','phpfox','poll.service_poll_getanswers_start',1240687633,'2.0.0beta1',1),(1137,'service','poll','phpfox','poll.service_poll_getanswers_end',1240687633,'2.0.0beta1',1),(1138,'service','poll','phpfox','poll.service_poll__call',1240687633,'2.0.0beta1',1),(1139,'service','poll','phpfox','poll.component_service_callback_getprofilelink_start',1240687633,'2.0.0beta1',1),(1140,'service','poll','phpfox','poll.component_service_callback_getajaxcommentvar_start',1240687633,'2.0.0beta1',1),(1141,'service','poll','phpfox','poll.component_service_callback_getcommentitem_start',1240687633,'2.0.0beta1',1),(1142,'service','poll','phpfox','poll.component_service_callback_addcomment_start',1240687633,'2.0.0beta1',1),(1143,'service','poll','phpfox','poll.component_service_callback_addcomment_end',1240687633,'2.0.0beta1',1),(1144,'service','poll','phpfox','poll.component_service_callback_deletecomment_start',1240687633,'2.0.0beta1',1),(1145,'service','poll','phpfox','poll.component_service_callback_deletecomment_end',1240687633,'2.0.0beta1',1),(1146,'service','poll','phpfox','poll.component_service_callback_processcommentmoderation_start',1240687633,'2.0.0beta1',1),(1147,'service','poll','phpfox','poll.component_service_callback_processcommentmoderation_end',1240687633,'2.0.0beta1',1),(1148,'service','poll','phpfox','poll.component_service_callback_getcommentnewsfeed_start',1240687633,'2.0.0beta1',1),(1149,'service','poll','phpfox','poll.component_service_callback_getcommentnewsfeed_end',1240687633,'2.0.0beta1',1),(1150,'service','poll','phpfox','poll.component_service_callback_addtrack_start',1240687633,'2.0.0beta1',1),(1151,'service','poll','phpfox','poll.component_service_callback_addtrack_end',1240687633,'2.0.0beta1',1),(1152,'service','poll','phpfox','poll.component_service_callback_getlatesttrackusers_start',1240687633,'2.0.0beta1',1),(1153,'service','poll','phpfox','poll.component_service_callback_getlatesttrackusers_end',1240687633,'2.0.0beta1',1),(1154,'service','poll','phpfox','poll.component_service_callback_getcommentitemname_start',1240687633,'2.0.0beta1',1),(1155,'service','poll','phpfox','poll.service_callback__call',1240687633,'2.0.0beta1',1),(1156,'template','poll','phpfox','poll.template_controller_add_end',1240687633,'2.0.0beta1',1),(1157,'component','poll','phpfox','poll.component_ajax_deleteimage_start',1244973584,'2.0.0beta4',1),(1158,'component','poll','phpfox','poll.component_ajax_deleteimage_end',1244973584,'2.0.0beta4',1),(1159,'component','poll','phpfox','poll.component_block_votes_start',1244973584,'2.0.0beta4',1),(1160,'component','poll','phpfox','poll.component_block_votes_end',1244973584,'2.0.0beta4',1),(1161,'service','poll','phpfox','poll.service_process_deleteimage_start',1244973584,'2.0.0beta4',1),(1162,'service','poll','phpfox','poll.service_process_deleteimage_end',1244973584,'2.0.0beta4',1),(1163,'service','poll','phpfox','poll.service_poll_getVotedAnswersByUser_start',1244973584,'2.0.0beta4',1),(1164,'service','poll','phpfox','poll.service_poll_getVotedAnswersByUser_end',1244973584,'2.0.0beta4',1),(1165,'service','poll','phpfox','poll.service_poll_getnew_start',1244973584,'2.0.0beta4',1),(1166,'service','poll','phpfox','poll.service_poll_getnew_end',1244973584,'2.0.0beta4',1),(1167,'controller','privacy','phpfox','privacy.component_controller_invalid_clean',1231838390,'2.0.0alpha1',1),(1168,'service','privacy','phpfox','privacy.service_privacy_get_start',1231838390,'2.0.0alpha1',1),(1169,'service','privacy','phpfox','privacy.service_privacy_get_end',1231838390,'2.0.0alpha1',1),(1170,'service','privacy','phpfox','privacy.service_privacy__call',1231838390,'2.0.0alpha1',1),(1171,'service','privacy','phpfox','privacy.service_process__call',1231838390,'2.0.0alpha1',1),(1172,'controller','privacy','phpfox','privacy.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1173,'component','privacy','phpfox','privacy.component_block_list_clean',1240687633,'2.0.0beta1',1),(1174,'service','privacy','phpfox','privacy.service_privacy_get',1240687633,'2.0.0beta1',1),(1175,'service','privacy','phpfox','privacy.service_callback__call',1240687633,'2.0.0beta1',1),(1176,'controller','quiz','phpfox','quiz.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1177,'controller','quiz','phpfox','quiz.component_controller_view_clean',1240687633,'2.0.0beta1',1),(1178,'controller','quiz','phpfox','quiz.component_controller_add_process_start',1240687633,'2.0.0beta1',1),(1179,'controller','quiz','phpfox','quiz.component_controller_add_clean',1240687633,'2.0.0beta1',1),(1180,'controller','quiz','phpfox','quiz.component_controller_profile_process_start',1240687633,'2.0.0beta1',1),(1181,'controller','quiz','phpfox','quiz.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(1182,'component','quiz','phpfox','quiz.component_block_stat_clean',1240687633,'2.0.0beta1',1),(1183,'service','quiz','phpfox','quiz.service_quiz_get_start',1240687633,'2.0.0beta1',1),(1184,'service','quiz','phpfox','quiz.service_quiz_getquizbyurl_start',1240687633,'2.0.0beta1',1),(1185,'service','quiz','phpfox','quiz.service_quiz__call',1240687633,'2.0.0beta1',1),(1186,'service','quiz','phpfox','quiz.service_process__call',1240687633,'2.0.0beta1',1),(1187,'service','quiz','phpfox','quiz.component_service_callback_addtrack_start',1240687633,'2.0.0beta1',1),(1188,'service','quiz','phpfox','quiz.component_service_callback_addtrack_end',1240687633,'2.0.0beta1',1),(1189,'service','quiz','phpfox','quiz.service_callback__call',1240687633,'2.0.0beta1',1),(1190,'component','quiz','phpfox','quiz.component_ajax_deleteimage_start',1244973584,'2.0.0beta4',1),(1191,'component','quiz','phpfox','quiz.component_ajax_deleteimage_end',1244973584,'2.0.0beta4',1),(1192,'service','quiz','phpfox','quiz.service_process_deleteimage_start',1244973584,'2.0.0beta4',1),(1193,'service','quiz','phpfox','quiz.service_process_deleteimage_end',1244973584,'2.0.0beta4',1),(1194,'service','quiz','phpfox','quiz.service_process_add__end',1260366442,'2.0.0rc11',1),(1195,'component','rate','phpfox','rate.component_block_display_clean',1242299564,'2.0.0beta2',1),(1196,'controller','rate','phpfox','rate.component_controller_index_clean',1242299564,'2.0.0beta2',1),(1197,'service','rate','phpfox','rate.service_process__call',1242299564,'2.0.0beta2',1),(1198,'service','rate','phpfox','rate.service_rate__call',1242299564,'2.0.0beta2',1),(1199,'service','rate','phpfox','rate.service_callback__call',1242299564,'2.0.0beta2',1),(1200,'service','report','phpfox','report.service_data_process__call',1231838390,'2.0.0alpha1',1),(1201,'service','report','phpfox','report.service_report___construct',1231838390,'2.0.0alpha1',1),(1202,'service','report','phpfox','report.service_report__call',1231838390,'2.0.0alpha1',1),(1203,'controller','report','phpfox','report.component_controller_admincp_index_clean',1242637439,'2.0.0beta2',1),(1204,'controller','report','phpfox','report.component_controller_admincp_category_clean',1242637439,'2.0.0beta2',1),(1205,'controller','report','phpfox','report.component_controller_admincp_add_clean',1242637439,'2.0.0beta2',1),(1206,'controller','report','phpfox','report.component_controller_index_clean',1242637439,'2.0.0beta2',1),(1207,'service','report','phpfox','report.service_process__call',1242637439,'2.0.0beta2',1),(1208,'service','report','phpfox','report.service_callback__call',1242637439,'2.0.0beta2',1),(1209,'component','report','phpfox','report.component_block_profile_clean',1244973584,'2.0.0beta4',1),(1210,'component','report','phpfox','report.component_block_browse_clean',1258389334,'2.0.0rc8',1),(1211,'service','report','phpfox','report.service_data_data__call',1258389334,'2.0.0rc8',1),(1212,'component','request','phpfox','request.component_block_feed_process',1231838390,'2.0.0alpha1',1),(1213,'component','request','phpfox','request.component_block_feed_clean',1231838390,'2.0.0alpha1',1),(1214,'controller','request','phpfox','request.component_controller_index_process',1231838390,'2.0.0alpha1',1),(1215,'controller','request','phpfox','request.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(1216,'service','request','phpfox','request.service_request_getfeed',1231838390,'2.0.0alpha1',1),(1217,'service','request','phpfox','request.service_request__call',1231838390,'2.0.0alpha1',1),(1218,'service','request','phpfox','request.service_process__call',1231838390,'2.0.0alpha1',1),(1219,'template','request','phpfox','request.template_controller_index',1231838390,'2.0.0alpha1',1),(1220,'controller','request','phpfox','request.component_controller_view_clean',1240687633,'2.0.0beta1',1),(1221,'service','request','phpfox','request.service_callback__call',1244973584,'2.0.0beta4',1),(1222,'controller','rss','phpfox','rss.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1223,'service','rss','phpfox','rss.service_rss__call',1240687633,'2.0.0beta1',1),(1224,'service','rss','phpfox','rss.service_process__call',1240687633,'2.0.0beta1',1),(1225,'service','rss','phpfox','rss.service_callback__call',1240687633,'2.0.0beta1',1),(1226,'component','rss','phpfox','rss.component_block_info_clean',1258389334,'2.0.0rc8',1),(1227,'component','rss','phpfox','rss.component_block_log_clean',1258389334,'2.0.0rc8',1),(1228,'controller','rss','phpfox','rss.component_controller_admincp_index_clean',1258389334,'2.0.0rc8',1),(1229,'controller','rss','phpfox','rss.component_controller_admincp_log_clean',1258389334,'2.0.0rc8',1),(1230,'controller','rss','phpfox','rss.component_controller_admincp_group_index_clean',1258389334,'2.0.0rc8',1),(1231,'controller','rss','phpfox','rss.component_controller_admincp_group_add_clean',1258389334,'2.0.0rc8',1),(1232,'controller','rss','phpfox','rss.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(1233,'controller','rss','phpfox','rss.component_controller_log_clean',1258389334,'2.0.0rc8',1),(1234,'controller','rss','phpfox','rss.component_controller_profile_clean',1258389334,'2.0.0rc8',1),(1235,'service','rss','phpfox','rss.service_log_log__call',1258389334,'2.0.0rc8',1),(1236,'service','rss','phpfox','rss.service_group_group__call',1258389334,'2.0.0rc8',1),(1237,'service','rss','phpfox','rss.service_group_process__call',1258389334,'2.0.0rc8',1),(1238,'controller','search','phpfox','search.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1239,'service','search','phpfox','search.service_search__call',1240687633,'2.0.0beta1',1),(1240,'service','search','phpfox','search.service_process__call',1240687633,'2.0.0beta1',1),(1241,'service','search','phpfox','search.service_callback__call',1240687633,'2.0.0beta1',1),(1242,'controller','search','phpfox','search.component_controller_tag_clean',1259160644,'2.0.0rc9',1),(1243,'controller','share','phpfox','share.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1244,'component','share','phpfox','share.component_block_bookmark_clean',1240687633,'2.0.0beta1',1),(1245,'component','share','phpfox','share.component_block_frame_clean',1240687633,'2.0.0beta1',1),(1246,'component','share','phpfox','share.component_block_link_clean',1240687633,'2.0.0beta1',1),(1247,'component','share','phpfox','share.component_block_post_clean',1240687633,'2.0.0beta1',1),(1248,'component','share','phpfox','share.component_block_send_clean',1240687633,'2.0.0beta1',1),(1249,'service','share','phpfox','share.service_site__call',1240687633,'2.0.0beta1',1),(1250,'service','share','phpfox','share.service_process__call',1240687633,'2.0.0beta1',1),(1251,'service','share','phpfox','share.service_bookmark__call',1240687633,'2.0.0beta1',1),(1252,'service','share','phpfox','share.service_callback__call',1240687633,'2.0.0beta1',1),(1253,'service','share','phpfox','share.service_share__call',1240687633,'2.0.0beta1',1),(1254,'component','share','phpfox','share.component_block_friend_clean',1258389334,'2.0.0rc8',1),(1255,'component','share','phpfox','share.component_block_email_clean',1258389334,'2.0.0rc8',1),(1256,'controller','share','phpfox','share.component_controller_admincp_social_index_clean',1258389334,'2.0.0rc8',1),(1257,'controller','share','phpfox','share.component_controller_admincp_social_add_clean',1258389334,'2.0.0rc8',1),(1258,'controller','shoutbox','phpfox','shoutbox.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1259,'component','shoutbox','phpfox','shoutbox.component_block_entry_clean',1240687633,'2.0.0beta1',1),(1260,'service','shoutbox','phpfox','shoutbox.service_shoutbox__call',1240687633,'2.0.0beta1',1),(1261,'service','shoutbox','phpfox','shoutbox.service_process__call',1240687633,'2.0.0beta1',1),(1262,'service','shoutbox','phpfox','shoutbox.service_callback__call',1240687633,'2.0.0beta1',1),(1263,'component','subscribe','phpfox','subscribe.component_block_message_clean',1231838390,'2.0.0alpha1',1),(1264,'controller','subscribe','phpfox','subscribe.component_controller_admincp_index_clean',1244973584,'2.0.0beta4',1),(1265,'controller','subscribe','phpfox','subscribe.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(1266,'controller','subscribe','phpfox','subscribe.component_controller_view_clean',1244973584,'2.0.0beta4',1),(1267,'controller','subscribe','phpfox','subscribe.component_controller_register_clean',1244973584,'2.0.0beta4',1),(1268,'controller','subscribe','phpfox','subscribe.component_controller_complete_clean',1244973584,'2.0.0beta4',1),(1269,'controller','subscribe','phpfox','subscribe.component_controller_list_clean',1244973584,'2.0.0beta4',1),(1270,'component','subscribe','phpfox','subscribe.component_block_upgrade_clean',1244973584,'2.0.0beta4',1),(1271,'component','subscribe','phpfox','subscribe.component_block_list_clean',1244973584,'2.0.0beta4',1),(1272,'service','subscribe','phpfox','subscribe.service_process__call',1244973584,'2.0.0beta4',1),(1273,'service','subscribe','phpfox','subscribe.service_callback__call',1244973584,'2.0.0beta4',1),(1274,'service','subscribe','phpfox','subscribe.service_subscribe__call',1244973584,'2.0.0beta4',1),(1275,'service','subscribe','phpfox','subscribe.service_purchase_process__call',1244973584,'2.0.0beta4',1),(1276,'service','subscribe','phpfox','subscribe.service_purchase_purchase__call',1244973584,'2.0.0beta4',1),(1277,'controller','subscribe','phpfox','subscribe.component_controller_admincp_list_clean',1258389334,'2.0.0rc8',1),(1278,'service','tag','phpfox','tag.service_tag_gettagcloud_start',1231838390,'2.0.0alpha1',1),(1279,'service','tag','phpfox','tag.service_tag_gettagcloud_end',1231838390,'2.0.0alpha1',1),(1280,'service','tag','phpfox','tag.service_tag_getinlinesearchforuser_start',1231838390,'2.0.0alpha1',1),(1281,'service','tag','phpfox','tag.service_tag_getinlinesearchforuser_end',1231838390,'2.0.0alpha1',1),(1282,'service','tag','phpfox','tag.service_tag_hasaccess_start',1231838390,'2.0.0alpha1',1),(1283,'service','tag','phpfox','tag.service_tag_hasaccess_end',1231838390,'2.0.0alpha1',1),(1284,'service','tag','phpfox','tag.service_tag__call',1231838390,'2.0.0alpha1',1),(1285,'service','tag','phpfox','tag.service_process__call',1231838390,'2.0.0alpha1',1),(1286,'service','tag','phpfox','tag.service_callback__call',1258389334,'2.0.0rc8',1),(1287,'component','track','phpfox','track.component_block_recent_views_process',1231838390,'2.0.0alpha1',1),(1288,'component','track','phpfox','track.component_block_recent_views_clean',1231838390,'2.0.0alpha1',1),(1289,'service','track','phpfox','track.service_track___construct',1231838390,'2.0.0alpha1',1),(1290,'service','track','phpfox','track.service_track___call',1231838390,'2.0.0alpha1',1),(1291,'service','track','phpfox','track.service_process__call',1231838390,'2.0.0alpha1',1),(1292,'controller','track','phpfox','track.component_controller_index_clean',1244973584,'2.0.0beta4',1),(1293,'service','track','phpfox','track.service_callback__call',1244973584,'2.0.0beta4',1),(1294,'controller','video','phpfox','video.component_controller_index_clean',1240687633,'2.0.0beta1',1),(1295,'service','video','phpfox','video.service_process__call',1240687633,'2.0.0beta1',1),(1296,'service','video','phpfox','video.service_video__call',1240687633,'2.0.0beta1',1),(1297,'service','video','phpfox','video.service_callback__call',1240687633,'2.0.0beta1',1),(1298,'component','video','phpfox','video.component_block_menu_clean',1242299564,'2.0.0beta2',1),(1299,'component','video','phpfox','video.component_block_category_clean',1242299564,'2.0.0beta2',1),(1300,'component','video','phpfox','video.component_block_detail_clean',1242299564,'2.0.0beta2',1),(1301,'component','video','phpfox','video.component_block_profile_clean',1242299564,'2.0.0beta2',1),(1302,'controller','video','phpfox','video.component_controller_admincp_index_clean',1242299564,'2.0.0beta2',1),(1303,'controller','video','phpfox','video.component_controller_admincp_add_clean',1242299564,'2.0.0beta2',1),(1304,'controller','video','phpfox','video.component_controller_convert_clean',1242299564,'2.0.0beta2',1),(1305,'controller','video','phpfox','video.component_controller_view_clean',1242299564,'2.0.0beta2',1),(1306,'controller','video','phpfox','video.component_controller_upload_clean',1242299564,'2.0.0beta2',1),(1307,'controller','video','phpfox','video.component_controller_share_clean',1242299564,'2.0.0beta2',1),(1308,'controller','video','phpfox','video.component_controller_frame_clean',1242299564,'2.0.0beta2',1),(1309,'controller','video','phpfox','video.component_controller_category_clean',1242299564,'2.0.0beta2',1),(1310,'controller','video','phpfox','video.component_controller_edit_clean',1242299564,'2.0.0beta2',1),(1311,'controller','video','phpfox','video.component_controller_profile_clean',1242299564,'2.0.0beta2',1),(1312,'service','video','phpfox','video.service_video_getvideo',1242299564,'2.0.0beta2',1),(1313,'service','video','phpfox','video.service_convert__call',1242299564,'2.0.0beta2',1),(1314,'service','video','phpfox','video.service_category_process__call',1242299564,'2.0.0beta2',1),(1315,'service','video','phpfox','video.service_category_category__call',1242299564,'2.0.0beta2',1),(1316,'service','video','phpfox','video.service_grab__call',1242299564,'2.0.0beta2',1),(1317,'service','video','phpfox','video.service_browse__call',1242299564,'2.0.0beta2',1),(1318,'component','video','phpfox','video.component_block_new_clean',1242637439,'2.0.0beta2',1),(1319,'component','video','phpfox','video.component_block_parent_clean',1242637439,'2.0.0beta2',1),(1320,'controller','video','phpfox','video.component_controller_group_clean',1242637439,'2.0.0beta2',1),(1321,'service','video','phpfox','video.service_video_verify',1242637439,'2.0.0beta2',1),(1322,'component','video','phpfox','video.component_block_related_clean',1258389334,'2.0.0rc8',1),(1323,'component','video','phpfox','video.component_block_filter_clean',1258389334,'2.0.0rc8',1),(1324,'component','video','phpfox','video.component_block_my_clean',1258389334,'2.0.0rc8',1),(1325,'component','video','phpfox','video.component_block_spotlight_clean',1258389334,'2.0.0rc8',1),(1326,'controller','video','phpfox','video.component_controller_tag_clean',1259160644,'2.0.0rc9',1),(1327,'service','video','phpfox','video.service_process_addShareVideo__end',1260366442,'2.0.0rc11',1),(1328,'service','video','phpfox','video.service_process_add__end',1260366442,'2.0.0rc11',1),(1329,'service','video','phpfox','video.service_grab_parse__start',1260366442,'2.0.0rc11',1),(1330,'service','video','phpfox','video.service_grab_parse__end',1260366442,'2.0.0rc11',1),(1331,'service','video','phpfox','video.service_process_sponsor__end',1274286148,'2.0.5dev1',1),(1332,'template','video','phpfox','video.template_default_controller_view_extra_info',1274286148,'2.0.5dev1',1); /*!40000 ALTER TABLE `phpfox_plugin_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll` -- DROP TABLE IF EXISTS `phpfox_poll`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `view_id` tinyint(1) NOT NULL default '0', `question` varchar(255) NOT NULL, `question_url` varchar(255) NOT NULL, `privacy` tinyint(1) NOT NULL default '0', `allow_comment` tinyint(1) NOT NULL default '0', `image_path` varchar(75) default NULL, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', `randomize` tinyint(1) NOT NULL default '1', `hide_vote` tinyint(1) NOT NULL default '0', PRIMARY KEY (`poll_id`), KEY `user_id` (`user_id`), KEY `question_url` (`question_url`), KEY `module_id` (`module_id`,`view_id`,`privacy`), KEY `module_id_2` (`module_id`,`user_id`,`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll` -- LOCK TABLES `phpfox_poll` WRITE; /*!40000 ALTER TABLE `phpfox_poll` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_answer` -- DROP TABLE IF EXISTS `phpfox_poll_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_answer` ( `answer_id` int(10) unsigned NOT NULL auto_increment, `poll_id` int(10) unsigned NOT NULL, `answer` varchar(255) NOT NULL, `total_votes` int(10) unsigned NOT NULL default '0', `ordering` tinyint(3) NOT NULL, PRIMARY KEY (`answer_id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_answer` -- LOCK TABLES `phpfox_poll_answer` WRITE; /*!40000 ALTER TABLE `phpfox_poll_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_design` -- DROP TABLE IF EXISTS `phpfox_poll_design`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_design` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `background` varchar(6) default NULL, `percentage` varchar(6) default NULL, `border` varchar(6) default NULL, PRIMARY KEY (`poll_id`), KEY `background` (`background`,`percentage`,`border`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_design` -- LOCK TABLES `phpfox_poll_design` WRITE; /*!40000 ALTER TABLE `phpfox_poll_design` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_design` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_result` -- DROP TABLE IF EXISTS `phpfox_poll_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_result` ( `poll_id` int(10) unsigned NOT NULL, `answer_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `poll_id` (`poll_id`), KEY `user_voted` (`poll_id`,`user_id`), KEY `answer_id` (`answer_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_result` -- LOCK TABLES `phpfox_poll_result` WRITE; /*!40000 ALTER TABLE `phpfox_poll_result` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_track` -- DROP TABLE IF EXISTS `phpfox_poll_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_track` -- LOCK TABLES `phpfox_poll_track` WRITE; /*!40000 ALTER TABLE `phpfox_poll_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_privacy` -- DROP TABLE IF EXISTS `phpfox_privacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_privacy` ( `item_id` int(10) unsigned NOT NULL, `category_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `added` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`category_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_privacy` -- LOCK TABLES `phpfox_privacy` WRITE; /*!40000 ALTER TABLE `phpfox_privacy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_privacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product` -- DROP TABLE IF EXISTS `phpfox_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product` ( `product_id` varchar(25) NOT NULL, `is_core` tinyint(1) NOT NULL default '0', `title` varchar(50) NOT NULL, `description` varchar(250) default NULL, `version` varchar(25) default NULL, `latest_version` varchar(25) default NULL, `last_check` int(10) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `url` varchar(250) default NULL, `url_version_check` varchar(250) default NULL, KEY `is_active` (`is_active`), KEY `title` (`title`), KEY `product_active` (`product_id`,`is_active`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product` -- LOCK TABLES `phpfox_product` WRITE; /*!40000 ALTER TABLE `phpfox_product` DISABLE KEYS */; INSERT INTO `phpfox_product` VALUES ('phpfox',0,'phpFox','Trusted Social Network Solutions','',NULL,0,1,' ',' '),('phpfox_installer',0,'phpFox Installer','phpFox Installers','1',NULL,0,1,' ',' '),('flowplayer',0,'Flowplayer','Video Player for the Web','3.1',NULL,0,1,NULL,NULL); /*!40000 ALTER TABLE `phpfox_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product_dependency` -- DROP TABLE IF EXISTS `phpfox_product_dependency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product_dependency` ( `dependency_id` int(10) unsigned NOT NULL auto_increment, `product_id` varchar(25) NOT NULL, `type_id` varchar(10) NOT NULL, `check_id` varchar(25) default NULL, `dependency_start` varchar(25) NOT NULL, `dependency_end` varchar(25) default NULL, PRIMARY KEY (`dependency_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product_dependency` -- LOCK TABLES `phpfox_product_dependency` WRITE; /*!40000 ALTER TABLE `phpfox_product_dependency` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_product_dependency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product_install` -- DROP TABLE IF EXISTS `phpfox_product_install`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product_install` ( `install_id` mediumint(8) unsigned NOT NULL auto_increment, `product_id` varchar(25) NOT NULL, `version` varchar(25) NOT NULL, `install_code` mediumtext, `uninstall_code` mediumtext, PRIMARY KEY (`install_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product_install` -- LOCK TABLES `phpfox_product_install` WRITE; /*!40000 ALTER TABLE `phpfox_product_install` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_product_install` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz` -- DROP TABLE IF EXISTS `phpfox_quiz`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz` ( `quiz_id` int(11) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL, `user_id` int(11) unsigned NOT NULL, `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `description` varchar(255) default NULL, `image_path` varchar(75) default NULL, `privacy` tinyint(1) NOT NULL default '1', `time_stamp` int(10) unsigned NOT NULL, `total_view` int(10) unsigned NOT NULL default '0', `allow_comment` tinyint(1) NOT NULL default '1', `total_comment` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', PRIMARY KEY (`quiz_id`), KEY `view_id` (`view_id`,`title_url`), KEY `browsing` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz` -- LOCK TABLES `phpfox_quiz` WRITE; /*!40000 ALTER TABLE `phpfox_quiz` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_answer` -- DROP TABLE IF EXISTS `phpfox_quiz_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_answer` ( `answer_id` int(10) unsigned NOT NULL auto_increment, `question_id` int(10) unsigned NOT NULL, `answer` varchar(255) NOT NULL, `is_correct` tinyint(1) NOT NULL default '0', PRIMARY KEY (`answer_id`), KEY `question_id` (`question_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_answer` -- LOCK TABLES `phpfox_quiz_answer` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_question` -- DROP TABLE IF EXISTS `phpfox_quiz_question`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_question` ( `question_id` int(10) unsigned NOT NULL auto_increment, `quiz_id` int(10) unsigned NOT NULL, `question` varchar(255) NOT NULL, PRIMARY KEY (`question_id`), KEY `quiz_id` (`quiz_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_question` -- LOCK TABLES `phpfox_quiz_question` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_question` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_result` -- DROP TABLE IF EXISTS `phpfox_quiz_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_result` ( `quiz_id` int(10) unsigned NOT NULL, `question_id` int(10) unsigned NOT NULL, `answer_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `quiz_id` (`quiz_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_result` -- LOCK TABLES `phpfox_quiz_result` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_result` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_track` -- DROP TABLE IF EXISTS `phpfox_quiz_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_track` -- LOCK TABLES `phpfox_quiz_track` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_report` -- DROP TABLE IF EXISTS `phpfox_report`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_report` ( `report_id` tinyint(3) NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `message` varchar(255) NOT NULL, PRIMARY KEY (`report_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_report` -- LOCK TABLES `phpfox_report` WRITE; /*!40000 ALTER TABLE `phpfox_report` DISABLE KEYS */; INSERT INTO `phpfox_report` VALUES (1,'core','phpfox','Nudity or Pornography'),(2,'core','phpfox','Drug Use'),(3,'core','phpfox','Violence'),(4,'core','phpfox','Attacks Individual or Group'),(5,'core','phpfox','Copyright Infringement'); /*!40000 ALTER TABLE `phpfox_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_report_data` -- DROP TABLE IF EXISTS `phpfox_report_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_report_data` ( `data_id` int(10) unsigned NOT NULL auto_increment, `report_id` tinyint(3) NOT NULL, `item_id` varchar(150) NOT NULL, `user_id` int(10) unsigned NOT NULL, `added` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, PRIMARY KEY (`data_id`), KEY `report_id` (`report_id`,`item_id`,`user_id`), KEY `item_id` (`item_id`,`user_id`), KEY `report_id_2` (`report_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_report_data` -- LOCK TABLES `phpfox_report_data` WRITE; /*!40000 ALTER TABLE `phpfox_report_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_report_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rewrite` -- DROP TABLE IF EXISTS `phpfox_rewrite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rewrite` ( `rewrite_id` mediumint(8) unsigned NOT NULL auto_increment, `url` varchar(250) NOT NULL, `replacement` varchar(250) NOT NULL, PRIMARY KEY (`rewrite_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rewrite` -- LOCK TABLES `phpfox_rewrite` WRITE; /*!40000 ALTER TABLE `phpfox_rewrite` DISABLE KEYS */; INSERT INTO `phpfox_rewrite` VALUES (1,'user/login','login'),(2,'user/logout','logout'); /*!40000 ALTER TABLE `phpfox_rewrite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss` -- DROP TABLE IF EXISTS `phpfox_rss`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss` ( `feed_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `group_id` smallint(4) unsigned NOT NULL default '0', `title_var` varchar(255) default NULL, `description_var` varchar(255) default NULL, `feed_link` varchar(255) NOT NULL, `php_group_code` mediumtext, `php_view_code` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `is_site_wide` tinyint(1) NOT NULL default '0', `total_subscribed` int(10) unsigned NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `group_id` (`group_id`,`is_active`), KEY `feed_id` (`feed_id`,`is_active`), KEY `is_active` (`is_active`,`is_site_wide`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss` -- LOCK TABLES `phpfox_rss` WRITE; /*!40000 ALTER TABLE `phpfox_rss` DISABLE KEYS */; INSERT INTO `phpfox_rss` VALUES (1,'blog','phpfox',1,'blog.rss_title_1','blog.rss_description_1','blog',NULL,'list($iCnt, $aRows) = Phpfox::getService(\'blog\')->get(array(\'AND blog.is_approved = 1 AND blog.privacy = 1 AND blog.post_status = 1\'), \'blog.time_stamp DESC\', 0, Phpfox::getParam(\'rss.total_rss_display\'));\r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'description\'] = $aRow[\'text\'];\r\n $aRows[$iKey][\'link\'] = Phpfox::itemUrl(\'blog\', $aRow[\'title_url\'], $aRow[\'user_name\']);\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n}',1,1,0,0),(2,'blog','phpfox',1,'blog.rss_title_2','blog.rss_description_2','blog.category.{TITLE_URL}','$aCategories = $this->database()->select(\'category_id, name, name_url\')\r\n ->from(Phpfox::getT(\'blog_category\'))\r\n ->where(\'user_id = 0\')\r\n ->execute(\'getSlaveRows\');\r\nif (count($aCategories))\r\n{\r\n foreach ($aCategories as $aCategory)\r\n {\r\n $aRow[\'child\'][Phpfox::getLib(\'phpfox.url\')->makeUrl(\'rss\', array(\'id\' => $aRow[\'feed_id\'], \'category\' => $aCategory[\'name_url\']))] = $aCategory[\'name\'];\r\n }\r\n}','list($iCnt, $aRows) = Phpfox::getService(\'blog.category\')->getBlogsByCategory(Phpfox::getLib(\'phpfox.request\')->get(\'category\'), 0, array(\'AND blog.is_approved = 1 AND blog.privacy = 1 AND blog.post_status = 1\'), \'blog.time_stamp DESC\', 0, Phpfox::getParam(\'rss.total_rss_display\'));\r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'description\'] = $aRow[\'text\'];\r\n $aRows[$iKey][\'link\'] = Phpfox::itemUrl(\'blog\', $aRow[\'title_url\'], $aRow[\'user_name\']);\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n}\r\nif (isset($aRows[0]))\r\n{\r\n $aFeed[\'feed_link\'] = str_replace(\'{TITLE_URL}\', $aRows[0][\'category_name_url\'], $aFeed[\'feed_link\']);\r\n $sDescription = str_replace(\'{CATEGORY}\', $aRows[0][\'category_name\'], $sDescription);\r\n}',1,0,0,0),(3,'event','phpfox',2,'event.rss_title_3','event.rss_description_3','event',NULL,'$oServiceEventBrowse = Phpfox::getService(\'event.browse\');\r\n$iTimeDisplay = Phpfox::getLib(\'phpfox.date\')->mktime(0, 0, 0, Phpfox::getTime(\'m\'), Phpfox::getTime(\'d\'), Phpfox::getTime(\'Y\'));\r\n$aConditions = array();\r\n$aConditions[] = \"m.view_id = 0 AND m.module_id = \'event\' AND m.item_id = 0\";\r\n$aConditions[] = \"AND m.start_time >= \'\" . $iTimeDisplay . \"\'\";\r\n$oServiceEventBrowse->condition($aConditions)\r\n ->page(0)\r\n ->full(true)\r\n ->size(Phpfox::getParam(\'rss.total_rss_display\'))\r\n ->execute();\r\n$aRows = $oServiceEventBrowse->get(); \r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'link\'] = Phpfox::getLib(\'phpfox.url\')->makeUrl(\'event.view\', $aRow[\'title_url\']);\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n}',1,1,0,0),(4,'forum','phpfox',3,'forum.rss_title_4','forum.rss_description_4','forum',NULL,'$aRows = Phpfox::getService(\'forum.thread\')->getForRss(Phpfox::getParam(\'rss.total_rss_display\'));',1,1,0,0),(5,'video','phpfox',4,'video.rss_title_5','video.rss_description_5','video',NULL,'$oServiceVideoBrowse = Phpfox::getService(\'video.browse\');\r\n$aConditions = array();\r\n$aConditions[] = \"m.in_process = 0 AND m.view_id = 0 AND m.module_id = \'video\' AND m.item_id = 0\";\r\n$oServiceVideoBrowse->condition($aConditions)\r\n ->page(0)\r\n ->full(true)\r\n ->order(\'m.time_stamp DESC \')\r\n ->size(Phpfox::getParam(\'rss.total_rss_display\'))\r\n ->execute();\r\n$aRows = $oServiceVideoBrowse->get(); \r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'link\'] = Phpfox::getLib(\'phpfox.url\')->makeUrl($aRow[\'user_name\'], array(\'video\', $aRow[\'title_url\']));\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n $aRows[$iKey][\'description\'] = (isset($aRow[\'text\']) ? $aRow[\'text\'] : \'\');\r\n}',1,1,0,0); /*!40000 ALTER TABLE `phpfox_rss` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_group` -- DROP TABLE IF EXISTS `phpfox_rss_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_group` ( `group_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `name_var` varchar(255) default NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_group` -- LOCK TABLES `phpfox_rss_group` WRITE; /*!40000 ALTER TABLE `phpfox_rss_group` DISABLE KEYS */; INSERT INTO `phpfox_rss_group` VALUES (1,'blog','phpfox','blog.rss_group_name_1',1,0),(2,'event','phpfox','event.rss_group_name_2',1,0),(3,'forum','phpfox','forum.rss_group_name_3',1,0),(4,'video','phpfox','video.rss_group_name_4',1,0); /*!40000 ALTER TABLE `phpfox_rss_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_log` -- DROP TABLE IF EXISTS `phpfox_rss_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_log` ( `log_id` int(11) unsigned NOT NULL auto_increment, `feed_id` smallint(4) unsigned NOT NULL, `id_hash` char(32) NOT NULL, `ip_address` varchar(15) default NULL, `user_agent` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`), KEY `feed_id` (`feed_id`,`id_hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_log` -- LOCK TABLES `phpfox_rss_log` WRITE; /*!40000 ALTER TABLE `phpfox_rss_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_rss_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_log_user` -- DROP TABLE IF EXISTS `phpfox_rss_log_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_log_user` ( `log_id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) unsigned NOT NULL, `id_hash` char(32) NOT NULL, `ip_address` varchar(15) default NULL, `user_agent` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`), KEY `user_id` (`user_id`,`id_hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_log_user` -- LOCK TABLES `phpfox_rss_log_user` WRITE; /*!40000 ALTER TABLE `phpfox_rss_log_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_rss_log_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_search` -- DROP TABLE IF EXISTS `phpfox_search`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_search` ( `search_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `search_query` varchar(255) default NULL, `search_array` varchar(255) NOT NULL, `search_ids` mediumtext, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`search_id`), KEY `search_id` (`search_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_search` -- LOCK TABLES `phpfox_search` WRITE; /*!40000 ALTER TABLE `phpfox_search` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_setting` -- DROP TABLE IF EXISTS `phpfox_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_setting` ( `setting_id` int(10) unsigned NOT NULL auto_increment, `group_id` varchar(75) default NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_hidden` tinyint(1) NOT NULL default '0', `version_id` varchar(50) default NULL, `type_id` varchar(255) NOT NULL, `var_name` varchar(100) NOT NULL, `phrase_var_name` varchar(250) NOT NULL, `value_actual` mediumtext, `value_default` mediumtext, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`setting_id`), KEY `var_name` (`var_name`), KEY `group_id` (`group_id`,`is_hidden`), KEY `module_id` (`module_id`,`is_hidden`), KEY `product_id` (`product_id`,`is_hidden`), KEY `is_hidden` (`is_hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=369 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_setting` -- LOCK TABLES `phpfox_setting` WRITE; /*!40000 ALTER TABLE `phpfox_setting` DISABLE KEYS */; INSERT INTO `phpfox_setting` VALUES (1,NULL,'admincp','phpfox',0,'2.0.0alpha1','string','admin_cp','setting_admin_cp','admincp','admincp',0),(2,NULL,'admincp','phpfox',0,'2.0.0rc1','string','cache_time_stamp','setting_cache_time_stamp','F j, Y, g:i a','F j, Y, g:i a',1),(3,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','use_gzip','setting_use_gzip','1','1',1),(4,'server_settings','core','phpfox',0,'2.0.0alpha1','integer','gzip_level','setting_gzip_level','1','1',2),(5,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','global_update_time','setting_global_update_time','F j, Y','F j, Y',1),(6,'general','core','phpfox',0,'2.0.0alpha1','string','title_delim','setting_title_delim','»','»',4),(7,'general','core','phpfox',0,'2.0.0alpha1','string','site_title','setting_site_title','phpFox','phpFox',2),(8,'server_settings','core','phpfox',0,'2.0.0alpha1','integer','ip_check','setting_ip_check','1','1',3),(9,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','profile_time_stamps','setting_profile_time_stamps','F j, Y','F j, Y',8),(10,'cookie','core','phpfox',0,'2.0.0alpha1','string','session_prefix','setting_session_prefix','phpfox','phpfox',0),(11,'general','core','phpfox',0,'2.0.0alpha1','large_string','keywords','setting_keywords','phpfox, phpFoX, phpFox, social networking script, community script, social network, social networking, the future of social networking, myspace, myspace clone, friendster clone, hi5 clone, clone, bulletin board, groups, forum, gallery, profiles, facebook, facebook clone, cms, friendster','phpfox, phpFoX, phpFox, social networking script, community script, social network, social networking, the future of social networking, myspace, myspace clone, friendster clone, hi5 clone, clone, bulletin board, groups, forum, gallery, profiles, facebook, facebook clone, cms, friendster',15),(12,'general','core','phpfox',0,'2.0.0alpha1','large_string','description','setting_description','The ultimate solution for your online community. phpFoX is easy to use, easy to customize and packed full of advanced software features found on most top community websites!','The ultimate solution for your online community. phpFoX is easy to use, easy to customize and packed full of advanced software features found on most top community websites!',16),(13,'development','core','phpfox',0,'2.0.0alpha1','boolean','log_missing_images','setting_log_missing_images','0','0',0),(14,'cookie','core','phpfox',0,'2.0.0alpha1','string','cookie_path','setting_cookie_path','/','/',0),(15,'cookie','core','phpfox',0,'2.0.0alpha1','string','cookie_domain','setting_cookie_domain','','',0),(16,'formatting','core','phpfox',0,'2.0.0alpha1','drop','wysiwyg','setting_wysiwyg','a:2:{s:7:\"default\";s:7:\"default\";s:6:\"values\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tinymce\";i:2;s:9:\"fckeditor\";}}','a:2:{s:7:\"default\";s:7:\"default\";s:6:\"values\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tinymce\";i:2;s:9:\"fckeditor\";}}',0),(17,'formatting','core','phpfox',0,'2.0.0alpha1','boolean','allow_html','setting_allow_html','1','1',0),(18,'formatting','core','phpfox',0,'2.0.0alpha1','large_string','allowed_html','setting_allowed_html','<p><br><br /><strong><em><u><ul><li><font><ol><img><div><span><blockquote><strike><sub><sup><h1><h2><h3><h4><h5><h6><a><b><i><hr><tt><s><center><big><abbr><pre><small><object><embed><param><code>','<p><br><br /><strong><em><u><ul><li><font><ol><img><div><span><blockquote><strike><sub><sup><h1><h2><h3><h4><h5><h6><a><b><i><hr><tt><s><center><big><abbr><pre><small><object><embed><param><code>',0),(19,'formatting','core','phpfox',0,'2.0.0alpha1','boolean','xhtml_valid','setting_xhtml_valid','0','0',0),(20,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','unzip_path','setting_unzip_path','/usr/bin/unzip','/usr/bin/unzip',0),(21,'cron','core','phpfox',0,'2.0.0alpha1','boolean','cron','setting_cron','1','1',0),(22,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','tar_path','setting_tar_path','/bin/tar','/bin/tar',0),(23,'server_settings','core','phpfox',0,'2.0.0alpha1','drop','csrf_protection_level','setting_csrf_protection_level','a:2:{s:7:\"default\";s:6:\"medium\";s:6:\"values\";a:3:{i:0;s:6:\"medium\";i:1;s:4:\"high\";i:2;s:3:\"low\";}}','a:2:{s:7:\"default\";s:6:\"medium\";s:6:\"values\";a:3:{i:0;s:6:\"medium\";i:1;s:4:\"high\";i:2;s:3:\"low\";}}',4),(24,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','build_file_dir','setting_build_file_dir','1','1',5),(25,'server_settings','core','phpfox',0,'2.0.0alpha1','string','build_format','setting_build_format','Y/m','Y/m',6),(26,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','zip_path','setting_zip_path','/usr/bin/zip','/usr/bin/zip',1),(27,'general','core','phpfox',0,'2.0.0alpha1','string','site_copyright','setting_site_copyright','','',6),(28,'general','core','phpfox',0,'2.0.0alpha1','boolean','display_required','setting_display_required','1','1',12),(29,'general','core','phpfox',0,'2.0.0alpha1','string','required_symbol','setting_required_symbol','*','*',14),(30,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','default_time_zone_offset','setting_default_time_zone_offset','0','0',0),(31,'mail','core','phpfox',0,'2.0.0alpha1','drop','method','setting_method','a:2:{s:7:\"default\";s:4:\"mail\";s:6:\"values\";a:2:{i:0;s:4:\"mail\";i:1;s:4:\"smtp\";}}','a:2:{s:7:\"default\";s:4:\"mail\";s:6:\"values\";a:2:{i:0;s:4:\"mail\";i:1;s:4:\"smtp\";}}',1),(32,'mail','core','phpfox',0,'2.0.0alpha1','string','mailsmtphost','setting_mailsmtphost','','',5),(33,'mail','core','phpfox',0,'2.0.0alpha1','boolean','mail_smtp_authentication','setting_mail_smtp_authentication','0','0',6),(34,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_smtp_username','setting_mail_smtp_username','','',7),(35,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_smtp_password','setting_mail_smtp_password','','',8),(36,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_from_name','setting_mail_from_name','null','null',2),(37,'mail','core','phpfox',0,'2.0.0alpha1','string','email_from_email','setting_email_from_email','','',3),(38,'mail','core','phpfox',0,'2.0.0alpha1','large_string','mail_signature','setting_mail_signature','{phrase var=\'core.kind_regards_phpfox\'}','{phrase var=\'core.kind_regards_phpfox\'}',4),(39,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','log_site_activity','setting_log_site_activity','0','0',7),(40,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','cache_js_css','setting_cache_js_css','1','1',8),(41,'development','core','phpfox',0,'2.0.0alpha1','boolean','cache_plugins','setting_cache_plugins','1','1',1),(42,'ftp','core','phpfox',0,'2.0.0alpha1','string','ftp_host','setting_host','','',2),(43,'ftp','core','phpfox',0,'2.0.0alpha1','string','ftp_username','setting_username','','',3),(44,'ftp','core','phpfox',0,'2.0.0alpha1','password','ftp_password','setting_password','','',4),(45,'ftp','core','phpfox',0,'2.0.0alpha1','boolean','ftp_enabled','setting_ftp_enabled','0','0',1),(46,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','crop_seo_url','setting_crop_seo_url','75','75',6),(47,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','meta_description_limit','setting_meta_description_limit','500','500',1),(48,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','meta_keyword_limit','setting_meta_keyword_limit','900','900',2),(49,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','string','description_time_stamp','setting_description_time_stamp','F j, Y','F j, Y',3),(50,'mail','core','phpfox',0,'2.0.0alpha1','boolean','use_dnscheck','setting_use_dnscheck','0','0',8),(51,'debug','core','phpfox',0,'2.0.0alpha1','drop','admin_debug_mode','setting_admin_debug_mode','a:2:{s:7:\"default\";s:7:\"Level 0\";s:6:\"values\";a:4:{i:0;s:7:\"Level 0\";i:1;s:8:\" Level 1\";i:2;s:8:\" Level 2\";i:3;s:8:\" Level 3\";}}','a:2:{s:7:\"default\";s:7:\"Level 0\";s:6:\"values\";a:4:{i:0;s:7:\"Level 0\";i:1;s:8:\" Level 1\";i:2;s:8:\" Level 2\";i:3;s:8:\" Level 3\";}}',1),(52,'formatting','core','phpfox',0,'2.0.0alpha3','boolean','replace_url_with_links','setting_replace_url_with_links','0','0',1),(53,'formatting','core','phpfox',0,'2.0.0alpha3','integer','shorten_parsed_url_links','setting_shorten_parsed_url_links','50','50',2),(54,NULL,'core','phpfox',0,'2.0.0beta1','string','default_music_player','setting_default_music_player','flowplayer','flowplayer',1),(55,'general','core','phpfox',0,'2.0.0beta3','string','footer_bar_site_name','setting_footer_bar_site_name','phpFox','phpFox',5),(56,'general','core','phpfox',0,'2.0.0beta3','boolean','enable_footer_bar','setting_enable_footer_bar','1','1',9),(57,'site_offline_online','core','phpfox',0,'2.0.0beta4','boolean','site_is_offline','setting_site_is_offline','0','0',1),(58,'site_offline_online','core','phpfox',0,'2.0.0beta4','large_string','site_offline_message','setting_site_offline_message','','',2),(59,'site_offline_online','core','phpfox',0,'2.0.0beta4','boolean','site_offline_no_template','setting_site_offline_no_template','0','0',3),(60,'site_statistics','core','phpfox',0,'2.0.0beta4','boolean','cache_site_stats','setting_cache_site_stats','1','1',1),(61,'site_statistics','core','phpfox',0,'2.0.0beta4','integer','site_stat_update_time','setting_site_stat_update_time','60','60',2),(62,'site_statistics','core','phpfox',0,'2.0.0beta4','boolean','display_site_stats','setting_display_site_stats','1','1',3),(63,'time_stamps','core','phpfox',0,'2.0.0beta5','boolean','identify_dst','setting_identify_dst','1','1',9),(64,'general','core','phpfox',0,'2.0.0rc1','drop','item_view_area','setting_item_view_area','a:2:{s:7:\"default\";s:6:\"public\";s:6:\"values\";a:2:{i:0;s:6:\"public\";i:1;s:8:\" profile\";}}','a:2:{s:7:\"default\";s:6:\"public\";s:6:\"values\";a:2:{i:0;s:6:\"public\";i:1;s:8:\" profile\";}}',1),(65,'ftp','core','phpfox',0,'2.0.0rc1','string','ftp_dir_path','setting_ftp_dir_path','','',5),(66,NULL,'core','phpfox',0,'2.0.0rc1','integer','banned_user_group_id','setting_banned_user_group_id','5','0',1),(67,'image_processing','core','phpfox',0,'2.0.0rc1','drop','watermark_option','setting_watermark_option','a:2:{s:7:\"default\";s:4:\"none\";s:6:\"values\";a:3:{i:0;s:4:\"none\";i:1;s:6:\" image\";i:2;s:5:\" text\";}}','a:2:{s:7:\"default\";s:4:\"none\";s:6:\"values\";a:3:{i:0;s:4:\"none\";i:1;s:6:\" image\";i:2;s:5:\" text\";}}',1),(68,'image_processing','core','phpfox',0,'2.0.0rc1','integer','watermark_opacity','setting_watermark_opacity','100','100',3),(69,'image_processing','core','phpfox',0,'2.0.0rc1','drop','watermark_image_position','setting_watermark_image_position','a:2:{s:7:\"default\";s:12:\"bottom_right\";s:6:\"values\";a:4:{i:0;s:12:\"bottom_right\";i:1;s:12:\" bottom_left\";i:2;s:9:\" top_left\";i:3;s:10:\" top_right\";}}','a:2:{s:7:\"default\";s:12:\"bottom_right\";s:6:\"values\";a:4:{i:0;s:12:\"bottom_right\";i:1;s:12:\" bottom_left\";i:2;s:9:\" top_left\";i:3;s:10:\" top_right\";}}',4),(70,'image_processing','core','phpfox',0,'2.0.0rc1','string','image_text_hex','setting_image_text_hex','000000','000000',5),(71,'image_processing','core','phpfox',0,'2.0.0rc1','string','image_text','setting_image_text',' ',' ',6),(72,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_dob','setting_registration_enable_dob','1','1',13),(73,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_gender','setting_registration_enable_gender','1','1',14),(74,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_location','setting_registration_enable_location','1','1',15),(75,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_timezone','setting_registration_enable_timezone','1','1',16),(76,'spam','core','phpfox',0,'2.0.0rc1','boolean','enable_spam_check','setting_enable_spam_check','0','0',3),(77,'spam','core','phpfox',0,'2.0.0rc1','string','akismet_url','setting_akismet_url','','',1),(78,'spam','core','phpfox',0,'2.0.0rc1','string','akismet_password','setting_akismet_password','','',2),(79,'spam','core','phpfox',0,'2.0.0rc1','integer','auto_deny_items','setting_auto_deny_items','10','10',11),(80,'spam','core','phpfox',0,'2.0.0rc1','integer','auto_ban_spammer','setting_auto_ban_spammer','0','0',15),(81,'spam','core','phpfox',0,'2.0.0rc1','boolean','warn_on_external_links','setting_warn_on_external_links','0','0',4),(82,'spam','core','phpfox',0,'2.0.0rc1','boolean','disable_all_external_urls','setting_disable_all_external_urls','0','0',16),(83,'spam','core','phpfox',0,'2.0.0rc1','large_string','url_spam_white_list','setting_url_spam_white_list','*.google.*','*.google.*',17),(84,'spam','core','phpfox',0,'2.0.0rc1','boolean','disable_all_external_emails','setting_disable_all_external_emails','0','0',18),(85,'spam','core','phpfox',0,'2.0.0rc1','large_string','email_white_list','setting_email_white_list','*@google.com','*@google.com',19),(86,NULL,'core','phpfox',0,'2.0.0rc1','boolean','redirect_guest_on_same_page','setting_redirect_guest_on_same_page','1','1',1),(87,'general','core','phpfox',0,'2.0.0rc1','large_string','meta_description_profile','setting_meta_description_profile','phpFox gives people the power to share and makes the world more open and connected.','phpFox gives people the power to share and makes the world more open and connected.',17),(88,'search_engine_optimization','core','phpfox',0,'2.0.0rc1','large_string','words_remove_in_keywords','setting_words_remove_in_keywords','and, i, in','and, i, in',4),(89,'server_settings','core','phpfox',0,'2.0.0rc2','boolean','enable_getid3_check','setting_enable_getid3_check','0','0',9),(90,'time_stamps','core','phpfox',0,'2.0.0rc2','string','extended_global_time_stamp','setting_extended_global_time_stamp','M j, g:i a','M j, g:i a',10),(91,NULL,'core','phpfox',0,'2.0.0rc4','boolean','can_move_on_a_y_and_x_axis','setting_can_move_on_a_y_and_x_axis','0','0',1),(92,'formatting','core','phpfox',0,'2.0.0rc4','boolean','resize_images','setting_resize_images','0','0',3),(93,'mail','core','phpfox',0,'2.0.0rc9','integer','mail_smtp_port','setting_mail_smtp_port','25','25',9),(94,'time_stamps','core','phpfox',0,'2.0.0rc10','string','conver_time_to_string','setting_conver_time_to_string','g:i a','g:i a',11),(95,'time_stamps','core','phpfox',0,'2.0.0rc10','string','global_welcome_time_stamp','setting_global_welcome_time_stamp','l, F j, Y g:i A','l, F j, Y g:i A',12),(96,'general','core','phpfox',0,'2.0.0rc11','boolean','no_more_ie6','setting_no_more_ie6','0','0',11),(97,'formatting','core','phpfox',0,'2.0.0rc11','boolean','resize_embed_video','setting_resize_embed_video','0','0',4),(98,'time_stamps','core','phpfox',0,'2.0.0rc12','string','footer_watch_time_stamp','setting_footer_watch_time_stamp','g:i A','g:i A',13),(99,NULL,'core','phpfox',0,'2.0.0rc12','integer','categories_to_show_at_first','setting_categories_to_show_at_first','5','5',1),(100,'general','core','phpfox',0,'2.0.0','string','global_site_title','setting_global_site_title','phpFox - Social Networking Script','phpFox - Social Networking Script',3),(101,'time_stamps','core','phpfox',0,'2.0.2','string','footer_bar_tool_tip_time_stamp','setting_footer_bar_tool_tip_time_stamp','l, F j, Y g:i A','l, F j, Y g:i A',14),(102,'currency','core','phpfox',0,'2.0.5','string','exchange_rate_api_key','setting_exchange_rate_api_key','','',1),(103,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_access_key','setting_amazon_access_key','','',2),(104,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_secret_key','setting_amazon_secret_key','','',3),(105,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_bucket','setting_amazon_bucket','','',4),(106,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','boolean','amazon_bucket_created','setting_amazon_bucket_created','0','0',5),(107,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','boolean','allow_cdn','setting_allow_cdn','0','0',1),(108,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','cdn_cname','setting_cdn_cname','','',6),(109,'server_settings','core','phpfox',0,'2.0.5dev1','boolean','force_https_secure_pages','setting_force_https_secure_pages','0','0',10),(110,NULL,'core','phpfox',0,'2.0.5dev2','array','global_genders','setting_global_genders','s:86:\"array(\r\n 0 => \'1|core.his|profile.male\',\r\n 1 => \'2|core.her|profile.female|female\',\r\n);\";','s:86:\"array(\r\n 0 => \'1|core.his|profile.male\',\r\n 1 => \'2|core.her|profile.female|female\',\r\n);\";',1),(111,'general','core','phpfox',1,'2.0.0alpha1','boolean','is_personal_site','setting_is_personal_site','0','0',1),(112,NULL,'core','phpfox',1,'2.0.0alpha1','boolean','branding','setting_branding','0','0',0),(113,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_lang_id','setting_default_lang_id','en','en',0),(114,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_theme_name','setting_default_theme_name','default','default',0),(115,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_style_name','setting_default_style_name','default','default',0),(116,NULL,'core','phpfox',1,'2.0.0alpha1','integer','default_style_id','setting_default_style_id','1','1',0),(117,NULL,'core','phpfox',1,'2.0.0alpha1','string','module_forum','setting_module_forum','forum','forum',0),(118,NULL,'core','phpfox',1,'2.0.0alpha1','string','module_core','setting_module_core','core','core',0),(119,'image_processing','core','phpfox',1,'2.0.0rc1','string','watermark_image','setting_watermark_image','watermark%s.png','watermark%s.png',2),(120,NULL,'core','phpfox',1,'2.0.0rc1','large_string','global_admincp_note','setting_global_admincp_note','Save your notes here...','Save your notes here...',1),(121,NULL,'core','phpfox',1,'2.0.0rc1','string','phpfox_version','setting_phpfox_version','2.0.6','2.0.0rc2',1),(122,NULL,'core','phpfox',1,'2.0.0rc3','string','theme_session_prefix','setting_theme_session_prefix','486256453','486256453',1),(123,NULL,'core','phpfox',1,'2.0.2','integer','css_edit_id','setting_css_edit_id','1','1',1),(124,NULL,'custom','phpfox',0,'2.0.0alpha3','boolean','hide_custom_fields_when_empty','setting_hide_custom_fields_when_empty','1','1',1),(125,'development','language','phpfox',0,'2.0.0alpha1','boolean','lang_pack_helper','setting_lang_pack_helper','0','0',0),(126,NULL,'language','phpfox',0,'2.0.0alpha1','boolean','cache_phrases','setting_cache_phrases','0','0',1),(127,'language','language','phpfox',0,'2.0.0alpha1','boolean','display_language_flag','setting_display_language_flag','0','0',1),(128,'server_settings','log','phpfox',0,'2.0.0alpha1','integer','active_session','setting_active_session','15','15',0),(129,NULL,'profile','phpfox',0,'2.0.0alpha3','boolean','can_drag_drop_blocks_on_profile','setting_can_drag_drop_blocks_on_profile','1','1',1),(130,'search_engine_optimization','profile','phpfox',0,'2.0.0rc4','string','profile_seo_for_meta_title','setting_profile_seo_for_meta_title','{full_name} - {gender_name} - {location}','{full_name} - {gender_name} - {location}',5),(131,NULL,'profile','phpfox',0,'2.0.0rc8','boolean','can_rate_on_users_profile','setting_can_rate_on_users_profile','1','1',1),(132,'registration','user','phpfox',0,'2.0.0beta3','array','usernames_to_suggest','setting_usernames_to_suggest','','s:34:\"array(\'user\', \'member\', \'friend\');\";',6),(133,'registration','user','phpfox',0,'2.0.0beta3','integer','how_many_usernames_to_suggest','setting_how_many_usernames_to_suggest','0','4',8),(134,NULL,'user','phpfox',0,'2.0.0alpha1','drop','login_module','setting_login_module','a:2:{s:7:\"default\";s:6:\"cookie\";s:6:\"values\";a:2:{i:0;s:6:\"cookie\";i:1;s:7:\"session\";}}','a:2:{s:7:\"default\";s:6:\"cookie\";s:6:\"values\";a:2:{i:0;s:6:\"cookie\";i:1;s:7:\"session\";}}',0),(135,NULL,'user','phpfox',0,'2.0.0alpha1','string','redirect_after_login','setting_redirect_after_login','','',2),(136,NULL,'user','phpfox',0,'2.0.0alpha1','array','user_pic_sizes','setting_user_pic_sizes','s:103:\"array(\n 0 => \'20\',\n 1 => \'50\',\n 2 => \'60\',\n 3 => \'75\',\n 4 => \'100\',\n 5 => \'120\',\n 6 => \'200\',\n);\";','s:103:\"array(\r\n 0 => \'20\',\r\n 1 => \'50\',\r\n 2 => \'60\',\r\n 3 => \'75\',\r\n 4 => \'100\',\r\n 5 => \'120\',\r\n 6 => \'200\',\r\n);\";',1),(137,NULL,'user','phpfox',0,'2.0.0alpha1','drop','login_type','setting_login_type','a:2:{s:7:\"default\";s:4:\"both\";s:6:\"values\";a:3:{i:0;s:4:\"both\";i:1;s:5:\"email\";i:2;s:9:\"user_name\";}}','a:2:{s:7:\"default\";s:5:\"email\";s:6:\"values\";a:3:{i:0;s:5:\"email\";i:1;s:9:\"user_name\";i:2;s:4:\"both\";}}',1),(138,NULL,'user','phpfox',0,'2.0.0alpha1','boolean','profile_use_id','setting_profile_use_id','0','0',1),(139,'registration','user','phpfox',0,'2.0.0alpha1','boolean','captcha_on_signup','setting_captcha_on_signup','1','1',9),(140,'registration','user','phpfox',0,'2.0.0alpha2','array','registration_steps','setting_registration_steps','','',2),(141,'registration','user','phpfox',0,'2.0.0alpha2','boolean','multi_step_registration_form','setting_multi_step_registration_form','0','0',1),(142,NULL,'user','phpfox',0,'2.0.0alpha3','drop','user_browse_display_results_default','setting_user_browse_display_results_default','a:2:{s:7:\"default\";s:17:\"name_photo_detail\";s:6:\"values\";a:2:{i:0;s:17:\"name_photo_detail\";i:1;s:10:\"name_photo\";}}','a:2:{s:7:\"default\";s:17:\"name_photo_detail\";s:6:\"values\";a:2:{i:0;s:17:\"name_photo_detail\";i:1;s:10:\"name_photo\";}}',1),(143,NULL,'user','phpfox',0,'2.0.0beta4','integer','user_profile_private_age','setting_user_profile_private_age','0','0',1),(144,'spam','user','phpfox',0,'2.0.0beta4','boolean','validate_full_name','setting_validate_full_name','1','1',12),(145,NULL,'user','phpfox',0,'2.0.0beta5','boolean','randomize_featured_members','setting_randomize_featured_members','1','1',1),(146,NULL,'user','phpfox',0,'2.0.0beta5','integer','how_many_featured_members','setting_how_many_featured_members','6','6',1),(147,'registration','user','phpfox',0,'2.0.0beta5','boolean','verify_email_at_signup','setting_verify_email_at_signup','1','0',3),(148,NULL,'user','phpfox',0,'2.0.0beta5','integer','verify_email_timeout','setting_verify_email_timeout','60','60',1),(149,NULL,'user','phpfox',0,'2.0.0beta5','boolean','logout_after_change_email_if_verify','setting_logout_after_change_email_if_verify','1','1',1),(150,NULL,'user','phpfox',0,'2.0.0rc1','boolean','display_user_online_status','setting_display_user_online_status','1','0',1),(151,'registration','user','phpfox',0,'2.0.0rc2','integer','min_length_for_username','setting_min_length_for_username','5','5',4),(152,'registration','user','phpfox',0,'2.0.0rc2','integer','max_length_for_username','setting_max_length_for_username','25','25',5),(153,'registration','user','phpfox',0,'2.0.0rc4','integer','on_signup_new_friend','setting_on_signup_new_friend','1','0',10),(154,'spam','user','phpfox',0,'2.0.0rc5','integer','check_status_updates','setting_check_status_updates','1','1',13),(155,'registration','user','phpfox',0,'2.0.0rc10','string','redirect_after_signup','setting_redirect_after_signup','','',12),(156,'registration','user','phpfox',0,'2.0.0rc10','boolean','suggest_usernames_on_registration','setting_suggest_usernames_on_registration','0','1',7),(157,NULL,'user','phpfox',0,'2.0.0rc11','integer','date_of_birth_start','setting_date_of_birth_start','1900','1900',1),(158,NULL,'user','phpfox',0,'2.0.0rc11','integer','date_of_birth_end','setting_date_of_birth_end','1997','1997',1),(159,NULL,'user','phpfox',0,'2.0.0rc12','drop','user_browse_default_result','setting_user_browse_default_result','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:10:\"last_login\";}}','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:10:\"last_login\";}}',1),(160,NULL,'user','phpfox',0,'2.0.0rc12','boolean','remove_users_hidden_age','setting_remove_users_hidden_age','0','0',1),(161,'registration','user','phpfox',0,'2.0.0rc12','drop','on_register_privacy_setting','setting_on_register_privacy_setting','a:2:{s:7:\"default\";s:6:\"anyone\";s:6:\"values\";a:4:{i:0;s:6:\"anyone\";i:1;s:7:\"network\";i:2;s:12:\"friends_only\";i:3;s:6:\"no_one\";}}','a:2:{s:7:\"default\";s:6:\"anyone\";s:6:\"values\";a:4:{i:0;s:6:\"anyone\";i:1;s:7:\"network\";i:2;s:12:\"friends_only\";i:3;s:6:\"no_one\";}}',11),(162,NULL,'user','phpfox',0,'2.0.0','integer','min_count_for_top_rating','setting_min_count_for_top_rating','10','0',1),(163,'registration','user','phpfox',0,'2.0.5','boolean','approve_users','setting_approve_users','0','0',13),(164,NULL,'user','phpfox',0,'2.0.5','drop','display_or_full_name','setting_display_or_full_name','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:12:\"display_name\";}}','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:12:\"display_name\";}}',1),(165,'registration','user','phpfox',0,'2.0.5dev1','boolean','disable_username_on_sign_up','setting_disable_username_on_sign_up','0','0',14),(166,NULL,'user','phpfox',0,'2.0.5dev2','boolean','check_promotion_system','setting_check_promotion_system','1','0',1),(167,NULL,'ad','phpfox',0,'2.0.0beta3','integer','ad_cache_limit','setting_ad_cache_limit','60','60',1),(168,NULL,'ad','phpfox',0,'2.0.0beta3','boolean','ad_ajax_refresh','setting_ad_ajax_refresh','0','0',1),(169,NULL,'ad','phpfox',0,'2.0.0beta3','integer','ad_ajax_refresh_time','setting_ad_ajax_refresh_time','2','2',1),(170,NULL,'ad','phpfox',0,'2.0.0beta3','boolean','enable_ads','setting_enable_ads','1','1',1),(171,NULL,'attachment','phpfox',0,'2.0.0alpha1','array','attachment_valid_images','setting_attachment_valid_images','s:35:\"array(\'gif\', \'jpg\', \'jpeg\', \'png\');\";','s:35:\"array(\'gif\', \'jpg\', \'jpeg\', \'png\');\";',0),(172,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_max_thumbnail','setting_attachment_max_thumbnail','120','120',0),(173,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_max_medium','setting_attachment_max_medium','400','400',0),(174,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_upload_bars','setting_attachment_upload_bars','4','4',0),(175,'time_stamps','blog','phpfox',0,'2.0.0alpha1','string','blog_time_stamp','setting_blog_time_stamp','F j, Y','F j, Y',2),(176,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','top_bloggers_display_limit','setting_top_bloggers_display_limit','8','8',0),(177,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','top_bloggers_min_post','setting_top_bloggers_min_post','10','10',0),(178,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','cache_top_bloggers','setting_cache_top_bloggers','1','1',0),(179,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','cache_top_bloggers_limit','setting_cache_top_bloggers_limit','180','180',0),(180,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','display_post_count_in_top_bloggers','setting_display_post_count_in_top_bloggers','1','1',0),(181,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','blog_display_user_post_count','setting_blog_display_user_post_count','1','1',1),(182,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','show_drafts_count','setting_show_drafts_count','0','0',1),(183,NULL,'blog','phpfox',0,'2.0.0alpha3','boolean','display_blog_category_count','setting_display_blog_category_count','1','1',1),(184,NULL,'blog','phpfox',0,'30','integer','length_in_index','setting_length_in_index','0','0',1),(185,'spam','blog','phpfox',0,'2.0.0rc1','boolean','spam_check_blogs','setting_spam_check_blogs','1','1',5),(186,'spam','blog','phpfox',0,'2.0.0rc1','boolean','allow_links_in_blog_title','setting_allow_links_in_blog_title','1','1',2),(187,'search_engine_optimization','blog','phpfox',0,'2.0.0rc1','large_string','blog_meta_description','setting_blog_meta_description','Read up on the latest blogs on phpFox.','Read up on the latest blogs on phpFox.',6),(188,'search_engine_optimization','blog','phpfox',0,'2.0.0rc1','large_string','blog_meta_keywords','setting_blog_meta_keywords','blog, blogs, journals','blog, blogs, journals',13),(189,NULL,'blog','phpfox',0,'2.0.0rc8','boolean','digg_integration','setting_digg_integration','1','1',1),(190,NULL,'bulletin','phpfox',0,'2.0.0alpha1','boolean','is_bulletin_public','setting_is_bulletin_public','1','1',1),(191,NULL,'bulletin','phpfox',0,'2.0.0alpha1','integer','cache_time_out','setting_cache_time_out','15','15',1),(192,NULL,'bulletin','phpfox',0,'2.0.0alpha1','integer','how_many_show_in_front_page','setting_how_many_show_in_front_page','8','8',1),(193,NULL,'bulletin','phpfox',0,'2.0.0alpha1','integer','bulletin_reply_flood_control','setting_bulletin_reply_flood_control','5','5',1),(194,'time_stamps','bulletin','phpfox',0,'2.0.0alpha1','string','bulletin_view_timestamp','setting_bulletin_view_timestamp','F j, Y','F j, Y',1),(195,'cache','bulletin','phpfox',0,'2.0.0alpha1','boolean','bulletin_do_cache','setting_bulletin_do_cache','1','1',1),(196,NULL,'bulletin','phpfox',0,'2.0.0alpha2','boolean','can_post_comments_on_bulletin','setting_can_post_comments_on_bulletin','1','1',1),(197,NULL,'captcha','phpfox',0,'2.0.0alpha1','string','captcha_code','setting_captcha_code','23456789bcdfghjkmnpqrstvwxyzABCDEFGHJKLMNPQRSTUVWXYZ','23456789bcdfghjkmnpqrstvwxyzABCDEFGHJKLMNPQRSTUVWXYZ',1),(198,NULL,'captcha','phpfox',0,'2.0.0alpha1','integer','captcha_limit','setting_captcha_limit','5','5',2),(199,NULL,'captcha','phpfox',0,'2.0.0alpha1','boolean','captcha_use_font','setting_captcha_use_font','0','0',3),(200,NULL,'captcha','phpfox',0,'2.0.0alpha1','string','captcha_font','setting_captcha_font','HECK.TTF','HECK.TTF',4),(201,'recaptcha','captcha','phpfox',0,'2.0.0rc12','boolean','recaptcha','setting_recaptcha','0','0',1),(202,'recaptcha','captcha','phpfox',0,'2.0.0rc12','string','recaptcha_public_key','setting_recaptcha_public_key','','',2),(203,'recaptcha','captcha','phpfox',0,'2.0.0rc12','string','recaptcha_private_key','setting_recaptcha_private_key','','',3),(204,'recaptcha','captcha','phpfox',0,'2.0.0rc12','large_string','recaptcha_header','setting_recaptcha_header','','',4),(205,'time_stamps','comment','phpfox',0,'2.0.0alpha1','string','comment_time_stamp','setting_comment_time_stamp','F j, Y','F j, Y',2),(206,NULL,'comment','phpfox',0,'2.0.0alpha1','boolean','wysiwyg_comments','setting_wysiwyg_comments','0','0',0),(207,NULL,'comment','phpfox',0,'2.0.0alpha1','integer','comment_page_limit','setting_comment_page_limit','10','10',0),(208,NULL,'comment','phpfox',0,'2.0.0alpha1','boolean','comment_is_threaded','setting_comment_is_threaded','0','0',1),(209,NULL,'comment','phpfox',0,'2.0.0beta5','boolean','allow_rss_feed_on_comments','setting_allow_rss_feed_on_comments','1','1',1),(210,NULL,'comment','phpfox',0,'2.0.0rc1','integer','total_child_comments','setting_total_child_comments','4','4',1),(211,'spam','comment','phpfox',0,'2.0.0rc1','boolean','spam_check_comments','setting_spam_check_comments','1','1',6),(212,'spam','comment','phpfox',0,'2.0.0rc1','boolean','comment_hash_check','setting_comment_hash_check','0','0',8),(213,'spam','comment','phpfox',0,'2.0.0rc1','integer','comments_to_check','setting_comments_to_check','10','10',9),(214,'spam','comment','phpfox',0,'2.0.0rc1','string','total_minutes_to_wait_for_comments','setting_total_minutes_to_wait_for_comments','2','2',13),(215,NULL,'comment','phpfox',0,'2.0.0rc4','boolean','allow_comments_on_profiles','setting_allow_comments_on_profiles','1','1',1),(216,NULL,'contact','phpfox',0,'2.0.0alpha1','boolean','contact_enable_captcha','setting_contact_enable_captcha','1','1',1),(217,NULL,'contact','phpfox',0,'2.0.0alpha1','boolean','is_email_required','setting_is_email_required','1','1',1),(218,NULL,'contact','phpfox',0,'2.0.0alpha1','boolean','allow_html_in_contact','setting_allow_html_in_contact','1','1',1),(219,NULL,'contact','phpfox',0,'2.0.0alpha2','string','contact_staff_emails','setting_contact_staff_emails','','',1),(220,'time_stamps','event','phpfox',0,'2.0.0alpha4','string','event_view_time_stamp_profile','setting_event_view_time_stamp_profile','F j, Y','F j, Y',1),(221,'time_stamps','event','phpfox',0,'2.0.0alpha4','string','event_browse_time_stamp','setting_event_browse_time_stamp','F j, Y','F j, Y',2),(222,'time_stamps','event','phpfox',0,'2.0.5','string','event_basic_information_time','setting_event_basic_information_time','l, F j, Y g:i a','l, F j, Y g:i a',3),(223,'time_stamps','event','phpfox',0,'2.0.5','string','event_basic_information_time_short','setting_event_basic_information_time_short','g:i a','g:i a',4),(224,'facebook_connect','facebook','phpfox',0,'2.0.4','string','facebook_api_key','setting_facebook_api_key','','',2),(225,'facebook_connect','facebook','phpfox',0,'2.0.4','string','facebook_secret','setting_facebook_secret','','',3),(226,'facebook_connect','facebook','phpfox',0,'2.0.4','boolean','enable_facebook_connect','setting_enable_facebook_connect','0','0',1),(227,'facebook_connect','facebook','phpfox',0,'2.0.5','string','facebook_app_id','setting_facebook_app_id','','',4),(228,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_blog','setting_facebook_like_blog','1','1',5),(229,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_photo','setting_facebook_like_photo','1','1',6),(230,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_video','setting_facebook_like_video','1','1',7),(231,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_group','setting_facebook_like_group','1','1',8),(232,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_event','setting_facebook_like_event','1','1',9),(233,NULL,'facebook','phpfox',0,'2.0.5dev1','boolean','facebook_like_marketplace','setting_facebook_like_marketplace','1','1',10),(234,NULL,'feed','phpfox',0,'2.0.0alpha1','boolean','feed_only_friends','setting_feed_only_friends','0','0',0),(235,NULL,'feed','phpfox',0,'2.0.0alpha1','integer','feed_display_limit','setting_feed_display_limit','10','10',0),(236,'time_stamps','feed','phpfox',0,'2.0.0alpha3','string','feed_display_time_stamp','setting_feed_display_time_stamp','F j, Y g:i a','F j, Y g:i a',1),(237,NULL,'feed','phpfox',0,'2.0.0alpha3','boolean','allow_comments_on_feeds','setting_allow_comments_on_feeds','1','1',1),(238,NULL,'feed','phpfox',0,'2.0.0alpha3','integer','comment_feed_cutoff','setting_comment_feed_cutoff','4','4',1),(239,NULL,'feed','phpfox',0,'2.0.0beta3','array','user_feed_display_limit','setting_user_feed_display_limit','s:29:\"array(5, 10, 15, 20, 25, 30);\";','s:29:\"array(5, 10, 15, 20, 25, 30);\";',1),(240,NULL,'feed','phpfox',0,'2.0.0rc2','boolean','integrate_comments_into_feeds','setting_integrate_comments_into_feeds','0','0',1),(241,NULL,'feed','phpfox',0,'2.0.0rc4','boolean','allow_rating_of_feeds','setting_allow_rating_of_feeds','1','1',1),(242,NULL,'feed','phpfox',0,'2.0.0rc12','boolean','enable_like_system','setting_enable_like_system','0','0',1),(243,NULL,'feed','phpfox',0,'2.0.6','integer','cache_timeout','setting_feedcache_timeout','2','2',1),(244,NULL,'feed','phpfox',1,'2.0.0alpha1','drop','feed_time_layout','setting_feed_time_layout','a:2:{s:7:\"default\";s:4:\"days\";s:6:\"values\";a:4:{i:0;s:4:\"days\";i:1;s:7:\"minutes\";i:2;s:5:\"hours\";i:3;s:6:\"months\";}}','a:2:{s:7:\"default\";s:4:\"days\";s:6:\"values\";a:4:{i:0;s:4:\"days\";i:1;s:7:\"minutes\";i:2;s:5:\"hours\";i:3;s:6:\"months\";}}',0),(245,NULL,'feed','phpfox',1,'2.0.0alpha1','integer','display_feeds_from','setting_display_feeds_from','30','30',0),(246,NULL,'forum','phpfox',0,'2.0.0alpha1','integer','keep_active_posts','setting_keep_active_posts','60','60',1),(247,'time_stamps','forum','phpfox',0,'2.0.0alpha1','string','forum_time_stamp','setting_forum_time_stamp','M j, g:i a','M j, g:i a',1),(248,'time_stamps','forum','phpfox',0,'2.0.0alpha1','string','forum_user_time_stamp','setting_forum_user_time_stamp','F j, Y','F j, Y',2),(249,NULL,'forum','phpfox',0,'2.0.0alpha1','integer','total_posts_per_thread','setting_total_posts_per_thread','15','15',1),(250,NULL,'forum','phpfox',0,'2.0.0alpha1','integer','total_forum_tags_display','setting_total_forum_tags_display','100','100',1),(251,NULL,'forum','phpfox',0,'2.0.0alpha1','integer','total_forum_post_preview','setting_total_forum_post_preview','10','10',1),(252,NULL,'forum','phpfox',0,'2.0.0beta5','boolean','rss_feed_on_each_forum','setting_rss_feed_on_each_forum','1','1',1),(253,NULL,'forum','phpfox',0,'2.0.0beta5','boolean','enable_rss_on_threads','setting_enable_rss_on_threads','1','1',1),(254,'time_stamps','forum','phpfox',0,'2.0.5','string','global_forum_timezone','setting_global_forum_timezone','g:i a','g:i a',3),(255,NULL,'forum','phpfox',0,'2.0.5dev2','boolean','forum_database_tracking','setting_forum_database_tracking','1','1',1),(256,NULL,'friend','phpfox',0,'2.0.0alpha1','integer','total_requests_display','setting_total_requests_display','10','10',1),(257,NULL,'friend','phpfox',0,'2.0.0beta3','integer','friend_display_limit','setting_friend_display_limit','6','6',1),(258,NULL,'friend','phpfox',0,'2.0.0beta3','array','friend_user_feed_display_limit','setting_friend_user_feed_display_limit','s:25:\"array(6, 12, 18, 24, 30);\";','s:25:\"array(6, 12, 18, 24, 30);\";',1),(259,NULL,'friend','phpfox',0,'2.0.0beta4','boolean','enable_birthday_notices','setting_enable_birthday_notices','1','1',1),(260,NULL,'friend','phpfox',0,'2.0.0beta4','integer','days_to_check_for_birthday','setting_days_to_check_for_birthday','7','7',1),(261,'cache','friend','phpfox',0,'2.0.0beta4','integer','birthdays_cache_time_out','setting_birthdays_cache_time_out','5','5',1),(262,NULL,'friend','phpfox',0,'2.0.0beta4','boolean','show_empty_birthdays','setting_show_empty_birthdays','1','1',1),(263,'search_engine_optimization','friend','phpfox',0,'2.0.0rc1','large_string','friend_meta_keywords','setting_friend_meta_keywords','friends, buddies','friends, buddies',7),(264,NULL,'friend','phpfox',0,'2.0.0rc12','integer','friend_suggestion_search_total','setting_friend_suggestion_search_total','50','50',1),(265,NULL,'friend','phpfox',0,'2.0.0rc12','boolean','enable_friend_suggestion','setting_enable_friend_suggestion','0','0',1),(266,NULL,'friend','phpfox',0,'2.0.0rc12','integer','friend_suggestion_timeout','setting_friend_suggestion_timeout','1440','1440',1),(267,NULL,'friend','phpfox',0,'2.0.0rc12','boolean','friend_suggestion_user_based','setting_friend_suggestion_user_based','0','0',1),(268,'time_stamps','group','phpfox',0,'2.0.0alpha4','string','group_view_time_stamp','setting_group_view_time_stamp','F j, Y','F j, Y',1),(269,NULL,'group','phpfox',0,'2.0.0rc1','integer','limit_popular_groups','setting_limit_popular_groups','10','10',1),(270,NULL,'group','phpfox',0,'2.0.0rc1','integer','popular_group_cache','setting_popular_group_cache','60','60',1),(271,NULL,'group','phpfox',0,'2.0.0rc4','drop','group_profile_display','setting_group_profile_display','a:2:{s:7:\"default\";s:4:\"both\";s:6:\"values\";a:2:{i:0;s:4:\"both\";i:1;s:5:\"owner\";}}','a:2:{s:7:\"default\";s:4:\"both\";s:6:\"values\";a:2:{i:0;s:4:\"both\";i:1;s:5:\"owner\";}}',1),(272,'time_stamps','im','phpfox',0,'2.0.0beta5','string','im_time_stamp','setting_im_time_stamp','G:i','G:i',1),(273,NULL,'im','phpfox',0,'2.0.0beta5','boolean','enable_im_in_footer_bar','setting_enable_im_in_footer_bar','0','0',1),(274,NULL,'im','phpfox',0,'2.0.0rc1','integer','total_friends_to_display_in_im','setting_total_friends_to_display_in_im','50','50',1),(275,'time_stamps','im','phpfox',0,'2.0.0rc11','string','im_time_stamp_past','setting_im_time_stamp_past','m/d/y g:i a','m/d/y g:i a',2),(276,NULL,'invite','phpfox',0,'2.0.0alpha1','integer','invite_expire','setting_invite_expire','7','7',1),(277,NULL,'invite','phpfox',0,'2.0.0alpha1','integer','pendings_to_show_per_page','setting_pendings_to_show_per_page','9','9',1),(278,NULL,'invite','phpfox',0,'2.0.0alpha1','boolean','check_duplicate_invites','setting_check_duplicate_invites','1','1',1),(279,NULL,'invite','phpfox',0,'2.0.0alpha1','boolean','make_friends_on_invitee_registration','setting_make_friends_on_invitee_registration','1','1',1),(280,'time_stamps','mail','phpfox',0,'2.0.0alpha1','string','mail_time_stamp','setting_mail_time_stamp','M j, g:i a','M j, g:i a',9),(281,NULL,'mail','phpfox',0,'2.0.0alpha1','boolean','show_core_mail_folders_item_count','setting_show_core_mail_folders_item_count','0','0',1),(282,NULL,'mail','phpfox',0,'2.0.0alpha2','boolean','display_total_mail_count','setting_display_total_mail_count','0','0',1),(283,NULL,'mail','phpfox',0,'2.0.0beta5','boolean','enable_mail_box_warning','setting_enable_mail_box_warning','1','1',1),(284,'cron','mail','phpfox',0,'2.0.0beta5','boolean','enable_cron_delete_old_mail','setting_enable_cron_delete_old_mail','1','1',1),(285,'cron','mail','phpfox',0,'2.0.0beta5','integer','cron_delete_messages_delay','setting_cron_delete_messages_delay','30','30',2),(286,NULL,'mail','phpfox',0,'2.0.0beta5','integer','message_age_to_delete','setting_message_age_to_delete','20','20',1),(287,NULL,'mail','phpfox',0,'2.0.0beta5','boolean','delete_sent_when_account_cancel','setting_delete_sent_when_account_cancel','1','1',1),(288,'spam','mail','phpfox',0,'2.0.0rc1','boolean','spam_check_messages','setting_spam_check_messages','1','1',7),(289,'spam','mail','phpfox',0,'2.0.0rc1','boolean','mail_hash_check','setting_mail_hash_check','0','0',2),(290,'spam','mail','phpfox',0,'2.0.0rc1','integer','total_mail_messages_to_check','setting_total_mail_messages_to_check','10','10',10),(291,'spam','mail','phpfox',0,'2.0.0rc1','integer','total_minutes_to_wait_for_pm','setting_total_minutes_to_wait_for_pm','2','2',14),(292,NULL,'mail','phpfox',0,'2.0.0rc3','boolean','show_preview_message','setting_show_preview_message','1','1',1),(293,'time_stamps','marketplace','phpfox',0,'2.0.0alpha4','string','marketplace_view_time_stamp','setting_marketplace_view_time_stamp','F j, Y','F j, Y',1),(294,NULL,'marketplace','phpfox',0,'2.0.0rc1','integer','total_listing_more_from','setting_total_listing_more_from','10','10',1),(295,NULL,'marketplace','phpfox',0,'2.0.5','integer','how_many_sponsored_listings','setting_how_many_sponsored_listings','5','5',1),(296,NULL,'music','phpfox',0,'2.0.0beta1','integer','music_user_group_id','setting_music_user_group_id','6','0',1),(297,'time_stamps','music','phpfox',0,'2.0.0beta1','string','music_release_date_time_stamp','setting_music_release_date_time_stamp','F j, Y','F j, Y',1),(298,NULL,'music','phpfox',0,'2.0.0rc6','drop','music_index_controller','setting_music_index_controller','a:2:{s:7:\"default\";s:4:\"song\";s:6:\"values\";a:3:{i:0;s:4:\"song\";i:1;s:5:\"album\";i:2;s:6:\"artist\";}}','a:2:{s:7:\"default\";s:4:\"song\";s:6:\"values\";a:3:{i:0;s:4:\"song\";i:1;s:5:\"album\";i:2;s:6:\"artist\";}}',1),(299,NULL,'music','phpfox',0,'2.0.5','integer','sponsored_songs_to_show','setting_sponsored_songs_to_show','5','5',1),(300,NULL,'notification','phpfox',0,'2.0.0alpha4','boolean','notify_on_new_request','setting_notify_on_new_request','0','0',1),(301,NULL,'notification','phpfox',0,'2.0.0alpha4','integer','notify_ajax_refresh','setting_notify_ajax_refresh','0','0',1),(302,NULL,'photo','phpfox',0,'2.0.0alpha1','array','photo_pic_sizes','setting_photo_pic_sizes','s:93:\"array(\r\n 0 => \'75\',\r\n 1 => \'100\',\r\n 2 => \'150\',\r\n 3 => \'240\',\r\n 4 => \'500\',\r\n 5 => \'1024\'\r\n);\";','s:93:\"array(\r\n 0 => \'75\',\r\n 1 => \'100\',\r\n 2 => \'150\',\r\n 3 => \'240\',\r\n 4 => \'500\',\r\n 5 => \'1024\'\r\n);\";',1),(303,NULL,'photo','phpfox',0,'2.0.0alpha1','integer','total_photo_input_bars','setting_total_photo_input_bars','5','5',1),(304,'time_stamps','photo','phpfox',0,'2.0.0alpha1','string','photo_image_details_time_stamp','setting_photo_image_details_time_stamp','F j, Y','F j, Y',1),(305,NULL,'photo','phpfox',0,'2.0.0alpha1','boolean','protect_photos_from_public','setting_protect_photos_from_public','0','0',1),(306,NULL,'photo','phpfox',0,'2.0.0alpha1','boolean','can_rate_on_photos','setting_can_rate_on_photos','1','1',1),(307,NULL,'photo','phpfox',0,'2.0.0alpha1','integer','rating_total_photos_cache','setting_rating_total_photos_cache','10','10',1),(308,NULL,'photo','phpfox',0,'2.0.0alpha1','integer','photo_battle_image_cache','setting_photo_battle_image_cache','10','10',1),(309,NULL,'photo','phpfox',0,'2.0.0alpha3','boolean','rename_uploaded_photo_names','setting_rename_uploaded_photo_names','1','1',1),(310,NULL,'photo','phpfox',0,'2.0.0beta4','integer','total_tags_on_photos','setting_total_tags_on_photos','40','40',1),(311,NULL,'photo','phpfox',0,'2.0.0rc1','boolean','enabled_watermark_on_photos','setting_enabled_watermark_on_photos','0','0',1),(312,'search_engine_optimization','photo','phpfox',0,'2.0.0rc1','large_string','photo_meta_description','setting_photo_meta_description','Check out our photo gallery.','Check out our photo gallery.',8),(313,'search_engine_optimization','photo','phpfox',0,'2.0.0rc1','large_string','photo_meta_keywords','setting_photo_meta_keywords','photo, photos, albums, gallery','photo, photos, albums, gallery',14),(314,NULL,'photo','phpfox',0,'2.0.0','boolean','ajax_refresh_on_featured_photos','setting_ajax_refresh_on_featured_photos','1','1',1),(315,'search_engine_optimization','photo','phpfox',0,'2.0.4','integer','how_many_categories_to_show_in_title','setting_how_many_categories_to_show_in_title','0','0',15),(316,NULL,'photo','phpfox',1,'2.0.0alpha1','boolean','rating_randomize_photos','setting_rating_randomize_photos','0','0',1),(317,NULL,'poll','phpfox',0,'2.0.0alpha1','boolean','is_image_required','setting_is_image_required','0','0',1),(318,NULL,'poll','phpfox',0,'2.0.0alpha1','integer','poll_max_image_pic_size','setting_poll_max_image_pic_size','75','75',1),(319,'time_stamps','poll','phpfox',0,'2.0.0alpha1','string','poll_view_time_stamp','setting_poll_view_time_stamp','F j, Y','F j, Y',1),(320,NULL,'poll','phpfox',0,'2.0.0alpha1','integer','polls_to_show','setting_polls_to_show','10','10',1),(321,NULL,'poll','phpfox',0,'2.0.0beta3','integer','show_x_users_who_took_poll','setting_show_x_users_who_took_poll','10','10',1),(322,'search_engine_optimization','poll','phpfox',0,'2.0.0rc1','large_string','poll_meta_description','setting_poll_meta_description','New polls on phpFox daily.','New polls on phpFox daily.',9),(323,'search_engine_optimization','poll','phpfox',0,'2.0.0rc1','large_string','poll_meta_keywords','setting_poll_meta_keywords','poll, polls','poll, polls',15),(324,NULL,'quiz','phpfox',0,'2.0.0alpha1','integer','quizzes_to_show','setting_quizzes_to_show','10','10',1),(325,NULL,'quiz','phpfox',0,'2.0.0alpha1','string','quiz_view_time_stamp','setting_quiz_view_time_stamp','F j, Y','F j, Y',1),(326,NULL,'quiz','phpfox',0,'2.0.0alpha1','integer','default_answers_count','setting_default_answers_count','4','4',1),(327,NULL,'quiz','phpfox',0,'2.0.0alpha3','boolean','show_percentage_in_track','setting_show_percentage_in_track','1','1',1),(328,NULL,'quiz','phpfox',0,'2.0.0alpha3','boolean','show_percentage_in_results','setting_show_percentage_in_results','1','1',1),(329,NULL,'quiz','phpfox',0,'2.0.0beta2','integer','takers_to_show','setting_takers_to_show','5','5',1),(330,NULL,'quiz','phpfox',0,'2.0.0beta3','integer','quiz_max_image_pic_size','setting_quiz_max_image_pic_size','75','75',1),(331,'search_engine_optimization','quiz','phpfox',0,'2.0.0rc1','large_string','quiz_meta_keywords','setting_quiz_meta_keywords','quiz, test, online, quizzes, tests, free, cool, fun','quiz, test, online, quizzes, tests, free, cool, fun',10),(332,'search_engine_optimization','quiz','phpfox',0,'2.0.0rc1','large_string','quiz_meta_description','setting_quiz_meta_description','Take Free Fun Quizzes & Tests. Cool Online Fun Quiz & Test. Fun Quizzes and Fun Tests by phpFox.','Take Free Fun Quizzes & Tests. Cool Online Fun Quiz & Test. Fun Quizzes and Fun Tests by phpFox.',16),(333,NULL,'request','phpfox',0,'2.0.0alpha3','boolean','display_request_box_on_empty','setting_display_request_box_on_empty','0','0',1),(334,NULL,'rss','phpfox',0,'2.0.0beta5','integer','total_rss_display','setting_total_rss_display','15','15',1),(335,NULL,'rss','phpfox',0,'2.0.0beta5','boolean','display_rss_count_on_profile','setting_display_rss_count_on_profile','1','1',1),(336,NULL,'share','phpfox',0,'2.0.0rc2','boolean','enable_social_bookmarking','setting_enable_social_bookmarking','1','1',1),(337,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','boolean','shoutbox_is_live','setting_shoutbox_is_live','0','0',1),(338,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','integer','shoutbox_flood_limit','setting_shoutbox_flood_limit','5','5',1),(339,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','integer','shoutbox_refresh','setting_shoutbox_refresh','4','4',1),(340,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','integer','shoutbox_display_limit','setting_shoutbox_display_limit','5','5',1),(341,'time_stamps','shoutbox','phpfox',0,'2.0.0alpha1','string','shoutbox_time_stamp','setting_shoutbox_time_stamp','M j, g:i a','M j, g:i a',1),(342,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','integer','shoutbox_wordwrap','setting_shoutbox_wordwrap','25','25',1),(343,NULL,'shoutbox','phpfox',0,'2.0.0alpha1','integer','shoutbox_total','setting_shoutbox_total','100','100',1),(344,NULL,'subscribe','phpfox',0,'2.0.0beta4','boolean','enable_subscription_packages','setting_enable_subscription_packages','0','0',1),(345,NULL,'subscribe','phpfox',0,'2.0.0beta4','boolean','subscribe_is_required_on_sign_up','setting_subscribe_is_required_on_sign_up','0','0',1),(346,NULL,'tag','phpfox',0,'2.0.0alpha1','integer','tag_min_display','setting_tag_min_display','1','1',0),(347,NULL,'tag','phpfox',0,'2.0.0alpha1','integer','tag_max_font_size','setting_tag_max_font_size','32','32',0),(348,NULL,'tag','phpfox',0,'2.0.0alpha1','integer','tag_min_font_size','setting_tag_min_font_size','12','12',0),(349,NULL,'tag','phpfox',0,'2.0.0alpha1','integer','tag_cache_tag_cloud','setting_tag_cache_tag_cloud','180','180',0),(350,NULL,'tag','phpfox',0,'2.0.0alpha1','integer','total_tag_display','setting_total_tag_display','25','25',1),(351,'time_stamps','video','phpfox',0,'2.0.0beta2','string','video_time_stamp','setting_video_time_stamp','F j, Y','F j, Y',4),(352,NULL,'video','phpfox',0,'2.0.0beta2','string','ffmpeg_path','setting_ffmpeg_path','ffmpeg','ffmpeg',3),(353,NULL,'video','phpfox',0,'2.0.0beta2','string','mencoder_path','setting_mencoder_path','mencoder','mencoder',2),(354,NULL,'video','phpfox',0,'2.0.0beta2','boolean','allow_video_uploading','setting_allow_video_uploading','0','0',1),(355,NULL,'video','phpfox',0,'2.0.0beta3','boolean','embed_auto_play','setting_embed_auto_play','0','0',5),(356,NULL,'video','phpfox',0,'2.0.0rc1','integer','total_my_videos','setting_total_my_videos','10','10',8),(357,NULL,'video','phpfox',0,'2.0.0rc1','integer','total_related_videos','setting_total_related_videos','10','10',9),(358,'search_engine_optimization','video','phpfox',0,'2.0.0rc1','large_string','video_meta_keywords','setting_video_meta_keywords','video, sharing, free, upload','video, sharing, free, upload',11),(359,'search_engine_optimization','video','phpfox',0,'2.0.0rc1','large_string','video_meta_description','setting_video_meta_description','Share your videos with friends, family, and the world on phpFox.','Share your videos with friends, family, and the world on phpFox.',17),(360,NULL,'video','phpfox',0,'2.0.0rc2','boolean','full_screen_with_youtube','setting_full_screen_with_youtube','1','1',6),(361,NULL,'video','phpfox',0,'2.0.0rc2','boolean','disable_youtube_related_videos','setting_disable_youtube_related_videos','0','0',7),(362,NULL,'video','phpfox',0,'2.0.0rc3','drop','show_share_and_upload_video_on_dashboard','setting_show_share_and_upload_video_on_dashboard','a:2:{s:7:\"default\";s:5:\"share\";s:6:\"values\";a:3:{i:0;s:5:\"share\";i:1;s:6:\"upload\";i:2;s:4:\"both\";}}','a:2:{s:7:\"default\";s:5:\"share\";s:6:\"values\";a:3:{i:0;s:5:\"share\";i:1;s:6:\"upload\";i:2;s:4:\"both\";}}',10),(363,NULL,'video','phpfox',0,'2.0.5','string','params_for_ffmpeg','setting_params_for_ffmpeg','-i {source} -s {width}x{height} {destination}','-i {source} -s {width}x{height} {destination}',1),(364,NULL,'video','phpfox',0,'2.0.5','string','params_for_mencoder','setting_params_for_mencoder','{source} -o {destination} -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale={width}:{height}','{source} -o {destination} -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale={width}:{height}',1),(365,NULL,'video','phpfox',0,'2.0.5','string','params_for_mencoder_fallback','setting_params_for_mencoder_fallback','{source} -o {destination} -of lavf -oac pcm -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf scale={width}:{height}','{source} -o {destination} -of lavf -oac pcm -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf scale={width}:{height}',1),(366,NULL,'video','phpfox',0,'2.0.5','boolean','enable_flvtool2','setting_enable_flvtool2','0','0',1),(367,NULL,'video','phpfox',0,'2.0.5','string','params_for_flvtool2','setting_params_for_flvtool2','-U {destination}','-U {destination}',1),(368,NULL,'video','phpfox',0,'2.0.5','string','flvtool2_path','setting_flvtool2_path','flvtool2','flvtool2',1); /*!40000 ALTER TABLE `phpfox_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_setting_group` -- DROP TABLE IF EXISTS `phpfox_setting_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_setting_group` ( `group_id` varchar(75) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `version_id` varchar(50) default NULL, `var_name` varchar(250) NOT NULL, KEY `var_name` (`var_name`), KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_setting_group` -- LOCK TABLES `phpfox_setting_group` WRITE; /*!40000 ALTER TABLE `phpfox_setting_group` DISABLE KEYS */; INSERT INTO `phpfox_setting_group` VALUES ('cookie','core','phpfox','2.0.0alpha1','setting_group_cookie'),('development','core','phpfox','2.0.0alpha1','setting_group_development'),('formatting','core','phpfox','2.0.0alpha1','setting_group_content_formatting'),('archive_handler','core','phpfox','2.0.0alpha1','setting_group_archive_handler'),('cron','core','phpfox','2.0.0alpha1','setting_group_cron'),('admin_control_panel','core','phpfox','2.0.0alpha1','setting_group_admin_control_panel'),('general','core','phpfox','2.0.0alpha1','setting_group_general'),('time_stamps','core','phpfox','2.0.0alpha1','setting_group_time_stamps'),('server_settings','core','phpfox','2.0.0alpha1','setting_group_server_settings'),('group_forms','core','phpfox','2.0.0alpha1','setting_group_forms'),('mail','core','phpfox','2.0.0alpha1','setting_group_mail'),('ftp','core','phpfox','2.0.0alpha1','setting_group_ftp'),('cache','core','phpfox','2.0.0alpha1','setting_group_cache'),('search_engine_optimization','core','phpfox','2.0.0alpha1','setting_group_search_engine_optimization'),('debug','core','phpfox','2.0.0alpha1','setting_group_debug'),('spam','core','phpfox','2.0.0beta4','setting_group_spam'),('site_offline_online','core','phpfox','2.0.0beta4','setting_group_site_offlineonline'),('site_statistics','core','phpfox','2.0.0beta4','setting_group_site_statistics'),('image_processing','core','phpfox','2.0.0rc1','setting_group_image_processing'),('registration','core','phpfox','2.0.0rc1','setting_group_registration'),('currency','core','phpfox','2.0.5','setting_group_currency'),('cdn_content_delivery_network','core','phpfox','2.0.5','setting_group_cdn_content_delivery_network'),('language','language','phpfox','2.0.0alpha1','setting_group_language'),('recaptcha','captcha','phpfox','2.0.0rc12','setting_group_recaptcha'),('facebook_connect','facebook','phpfox','2.0.4','setting_group_facebook_connect'); /*!40000 ALTER TABLE `phpfox_setting_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_share_bookmark` -- DROP TABLE IF EXISTS `phpfox_share_bookmark`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_share_bookmark` ( `site_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(10) NOT NULL, `title` varchar(250) NOT NULL default '', `icon` varchar(250) NOT NULL, `is_active` smallint(4) unsigned NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '0', `url` varchar(250) NOT NULL default '', PRIMARY KEY (`site_id`), KEY `type_id` (`type_id`,`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_share_bookmark` -- LOCK TABLES `phpfox_share_bookmark` WRITE; /*!40000 ALTER TABLE `phpfox_share_bookmark` DISABLE KEYS */; INSERT INTO `phpfox_share_bookmark` VALUES (1,'post','Facebook','facebook.gif',1,1,'http://www.facebook.com/share.php?u={URL}'),(2,'bookmark','Newsvine','newsvine.png',1,2,'http://www.newsvine.com/_wine/save?u={URL}&h={TITLE}'),(3,'bookmark','Ma.gnolia','ma_gnolia.png',1,3,'http://ma.gnolia.com/bookmarklet/add?url={URL}&title={TITLE}'),(4,'post','Twitter','twitter.png',1,4,'http://twitter.com/home?status={TITLE} {URL}'),(5,'bookmark','Reddit','reddit.png',1,5,'http://www.reddit.com/submit?url={URL}&title={TITLE}'),(6,'post','Myspace','myspace.png',1,6,'http://www.myspace.com/Modules/PostTo/Pages/?l=3&u={URL}&t={TITLE}&c='),(7,'bookmark','Technorati','technorati.png',1,7,'http://www.technorati.com/faves?add={URL}'),(8,'post','Friend Feed','friend_feed.png',1,8,'http://friendfeed.com/share?url={URL}'),(9,'bookmark','Digg','digg.gif',1,9,'http://digg.com/submit?phase=2&url={URL}&title={TITLE}'),(10,'bookmark','del.icio.us','delicious.gif',1,10,'http://del.icio.us/post?url={URL}&title={TITLE}'),(11,'bookmark','Google','google.gif',1,11,'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={URL}&title={TITLE}'),(12,'bookmark','StumbleUpon','stumbleupon.gif',1,12,'http://www.stumbleupon.com/submit?url={URL}&title={TITLE}'); /*!40000 ALTER TABLE `phpfox_share_bookmark` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_share_email` -- DROP TABLE IF EXISTS `phpfox_share_email`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_share_email` ( `user_id` int(11) unsigned NOT NULL, `email` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_share_email` -- LOCK TABLES `phpfox_share_email` WRITE; /*!40000 ALTER TABLE `phpfox_share_email` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_share_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_shoutbox` -- DROP TABLE IF EXISTS `phpfox_shoutbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_shoutbox` ( `shout_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `text` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`shout_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_shoutbox` -- LOCK TABLES `phpfox_shoutbox` WRITE; /*!40000 ALTER TABLE `phpfox_shoutbox` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_shoutbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_site_stat` -- DROP TABLE IF EXISTS `phpfox_site_stat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_site_stat` ( `stat_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `phrase_var` varchar(255) NOT NULL, `php_code` mediumtext NOT NULL, `stat_link` varchar(255) NOT NULL, `stat_image` varchar(20) NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`stat_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_site_stat` -- LOCK TABLES `phpfox_site_stat` WRITE; /*!40000 ALTER TABLE `phpfox_site_stat` DISABLE KEYS */; INSERT INTO `phpfox_site_stat` VALUES (1,'user','phpfox','user.stat_title_1','$this->database()\r\n->select(\'COUNT(u.user_id)\')\r\n->from(Phpfox::getT(\'user\'), \'u\')\r\n->join(Phpfox::getT(\'user_field\'), \'uf\', \'uf.user_id = u.user_id\')\r\n->where(\'u.status_id = 0 AND u.view_id = 0\')\r\n->execute(\'getSlaveField\');','user.browse','user.png',1,0),(2,'blog','phpfox','blog.stat_title_2','$this->database()\r\n->select(\'COUNT(*)\')\r\n->from(Phpfox::getT(\'blog\'))\r\n->where(\'is_approved = 1 AND post_status = 1\')\r\n->execute(\'getSlaveField\');','blog','blog.png',1,0),(3,'photo','phpfox','photo.stat_title_3','$this->database()\r\n->select(\'COUNT(*)\')\r\n->from(Phpfox::getT(\'photo\'))\r\n->where(\'view_id = 0\')\r\n->execute(\'getSlaveField\');','photo','photo.png',1,0),(4,'poll','phpfox','poll.stat_title_4','$this->database()\r\n->select(\'COUNT(*)\')\r\n->from(Phpfox::getT(\'poll\'))\r\n->where(\'view_id = 0\')\r\n->execute(\'getSlaveField\');','poll','poll.png',1,0); /*!40000 ALTER TABLE `phpfox_site_stat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_subscribe_package` -- DROP TABLE IF EXISTS `phpfox_subscribe_package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_subscribe_package` ( `package_id` smallint(4) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `description` mediumtext, `cost` mediumtext, `recurring_cost` mediumtext, `recurring_period` tinyint(1) NOT NULL default '0', `user_group_id` tinyint(3) NOT NULL default '0', `fail_user_group` tinyint(3) NOT NULL default '0', `image_path` varchar(50) default NULL, `server_id` tinyint(1) NOT NULL default '0', `is_active` tinyint(3) NOT NULL default '0', `is_registration` tinyint(1) NOT NULL default '0', `is_required` tinyint(1) NOT NULL default '0', `show_price` tinyint(1) NOT NULL default '1', `ordering` smallint(4) unsigned NOT NULL default '0', `total_active` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`package_id`), KEY `is_active` (`is_active`), KEY `package_id` (`package_id`,`is_active`), KEY `is_active_2` (`is_active`,`is_registration`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_subscribe_package` -- LOCK TABLES `phpfox_subscribe_package` WRITE; /*!40000 ALTER TABLE `phpfox_subscribe_package` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_subscribe_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_subscribe_purchase` -- DROP TABLE IF EXISTS `phpfox_subscribe_purchase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_subscribe_purchase` ( `purchase_id` int(10) unsigned NOT NULL auto_increment, `package_id` smallint(4) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL default '0.00', `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`purchase_id`), KEY `purchase_id` (`purchase_id`,`user_id`), KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_subscribe_purchase` -- LOCK TABLES `phpfox_subscribe_purchase` WRITE; /*!40000 ALTER TABLE `phpfox_subscribe_purchase` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_subscribe_purchase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_tag` -- DROP TABLE IF EXISTS `phpfox_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `category_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `tag_text` varchar(255) NOT NULL, `tag_url` varchar(255) NOT NULL, `added` int(10) unsigned NOT NULL, PRIMARY KEY (`tag_id`), KEY `user_id` (`user_id`,`tag_text`), KEY `item_id` (`item_id`,`category_id`), KEY `category_id` (`category_id`), KEY `tag_url` (`tag_url`), KEY `user_search` (`category_id`,`user_id`,`tag_text`), KEY `user_search_general` (`category_id`,`user_id`), KEY `item_id_2` (`item_id`,`category_id`,`user_id`), KEY `item_id_3` (`item_id`,`category_id`,`tag_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_tag` -- LOCK TABLES `phpfox_tag` WRITE; /*!40000 ALTER TABLE `phpfox_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme` -- DROP TABLE IF EXISTS `phpfox_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme` ( `theme_id` smallint(4) unsigned NOT NULL auto_increment, `parent_id` smallint(4) unsigned NOT NULL default '0', `name` varchar(75) NOT NULL, `folder` varchar(75) NOT NULL, `created` int(10) unsigned NOT NULL, `creator` varchar(255) default NULL, `website` varchar(255) default NULL, `version` varchar(10) default NULL, `is_active` tinyint(1) NOT NULL default '0', `is_default` tinyint(1) NOT NULL default '0', PRIMARY KEY (`theme_id`), KEY `is_active` (`is_active`), KEY `theme_id` (`theme_id`,`is_active`), KEY `folder` (`folder`), KEY `folder_2` (`folder`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme` -- LOCK TABLES `phpfox_theme` WRITE; /*!40000 ALTER TABLE `phpfox_theme` DISABLE KEYS */; INSERT INTO `phpfox_theme` VALUES (1,0,'phpFox (Default)','default',1212226813,NULL,NULL,NULL,1,1),(2,1,'Sample','sample',1259001380,'Raymond Benc','','0.1',1,0),(5,1,'FoxSocial','foxsocial',1359481214,'FoxSocial','www.foxsocial.com','',1,0),(6,0,'Fox Innovated','fox',1372486968,'Team Thozhamai','www.thozhamai.net','V1.0',1,0); /*!40000 ALTER TABLE `phpfox_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_css` -- DROP TABLE IF EXISTS `phpfox_theme_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_css` ( `css_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) default NULL, `is_custom` tinyint(1) NOT NULL default '0', `style_id` smallint(4) unsigned NOT NULL, `file_name` varchar(75) default NULL, `css_data` mediumtext, `css_data_original` mediumtext, `full_name` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`css_id`), KEY `style_id` (`style_id`,`file_name`), KEY `style_id_2` (`style_id`), KEY `is_custom` (`is_custom`,`style_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_css` -- LOCK TABLES `phpfox_theme_css` WRITE; /*!40000 ALTER TABLE `phpfox_theme_css` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_style` -- DROP TABLE IF EXISTS `phpfox_theme_style`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_style` ( `style_id` smallint(4) unsigned NOT NULL auto_increment, `theme_id` smallint(4) unsigned NOT NULL, `parent_id` smallint(4) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL, `is_default` tinyint(1) NOT NULL, `name` varchar(75) NOT NULL, `folder` varchar(75) NOT NULL, `created` int(10) unsigned NOT NULL, `creator` varchar(255) default NULL, `website` varchar(255) default NULL, `version` varchar(10) default NULL, `logo_image` varchar(50) default NULL, KEY `style_id` (`style_id`,`is_active`), KEY `is_active` (`is_active`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_default` (`is_default`), KEY `folder` (`folder`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_style` -- LOCK TABLES `phpfox_theme_style` WRITE; /*!40000 ALTER TABLE `phpfox_theme_style` DISABLE KEYS */; INSERT INTO `phpfox_theme_style` VALUES (1,1,0,1,0,'phpFox (Default)','default',1212227060,NULL,NULL,NULL,'logo.png'),(2,2,1,1,1,'Sample','sample',1259001478,'','','','logo.png'),(5,5,0,1,0,'Facebook','facebook',1359481255,'Ferdi Şahin','www.kesfeet.com','1.0','logo.png'),(6,6,0,1,0,'Fox Innovated','fox',1372487004,'Team Thozhamai','www.thozhamai.net','V1.0','logo.png'); /*!40000 ALTER TABLE `phpfox_theme_style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_style_logo` -- DROP TABLE IF EXISTS `phpfox_theme_style_logo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_style_logo` ( `logo_id` smallint(4) unsigned NOT NULL auto_increment, `style_id` smallint(4) unsigned NOT NULL, `logo` mediumtext NOT NULL, `file_ext` varchar(10) NOT NULL, PRIMARY KEY (`logo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_style_logo` -- LOCK TABLES `phpfox_theme_style_logo` WRITE; /*!40000 ALTER TABLE `phpfox_theme_style_logo` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_style_logo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_template` -- DROP TABLE IF EXISTS `phpfox_theme_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_template` ( `template_id` int(10) unsigned NOT NULL auto_increment, `is_custom` tinyint(1) NOT NULL default '0', `folder` varchar(75) NOT NULL, `type_id` varchar(20) NOT NULL, `product_id` varchar(25) default NULL, `module_id` varchar(75) default NULL, `name` varchar(75) NOT NULL, `html_data` mediumtext NOT NULL, `html_data_original` mediumtext, `full_name` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`template_id`), KEY `theme_id` (`folder`,`type_id`,`name`), KEY `theme_id_2` (`folder`,`type_id`,`module_id`,`name`), KEY `folder` (`folder`), KEY `is_custom` (`is_custom`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_template` -- LOCK TABLES `phpfox_theme_template` WRITE; /*!40000 ALTER TABLE `phpfox_theme_template` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user` -- DROP TABLE IF EXISTS `phpfox_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user` ( `user_id` int(10) unsigned NOT NULL auto_increment, `server_id` tinyint(1) NOT NULL default '0', `user_group_id` smallint(4) unsigned NOT NULL, `status_id` tinyint(2) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `user_name` varchar(100) default NULL, `full_name` varchar(255) NOT NULL, `password` char(32) NOT NULL, `password_salt` char(3) NOT NULL, `email` varchar(255) default NULL, `gender` tinyint(3) NOT NULL default '0', `birthday` char(10) default NULL, `birthday_search` bigint(20) NOT NULL default '0', `country_iso` char(2) default NULL, `language_id` varchar(12) default NULL, `style_id` smallint(4) unsigned NOT NULL default '0', `time_zone` char(4) default NULL, `dst_check` tinyint(1) NOT NULL default '0', `joined` int(10) unsigned NOT NULL, `last_login` int(10) unsigned NOT NULL default '0', `last_activity` int(10) unsigned NOT NULL default '0', `user_image` varchar(75) default NULL, `hide_tip` tinyint(1) NOT NULL default '0', `status` varchar(255) default NULL, `footer_bar` tinyint(1) NOT NULL default '0', `invite_user_id` int(10) unsigned NOT NULL default '0', `im_beep` tinyint(1) NOT NULL default '0', `im_hide` tinyint(1) NOT NULL default '0', `is_invisible` tinyint(1) NOT NULL default '0', `total_spam` smallint(4) unsigned NOT NULL default '0', `last_ip_address` varchar(15) default NULL, PRIMARY KEY (`user_id`), KEY `user_name` (`user_name`), KEY `email` (`email`), KEY `user_image` (`user_image`), KEY `user_group_id` (`user_group_id`), KEY `user_status` (`status_id`), KEY `total_spam` (`total_spam`), KEY `status_id` (`status_id`,`view_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user` -- LOCK TABLES `phpfox_user` WRITE; /*!40000 ALTER TABLE `phpfox_user` DISABLE KEYS */; INSERT INTO `phpfox_user` VALUES (1,0,1,0,0,'convictforums','Convict Cartel','e24753fcfb561eab42fb87e3ddc60260','SRR','convictcartel@yahoo.com',1,'10251990',656812800,'US',NULL,0,NULL,0,1374839806,1374843717,1374844152,NULL,0,'Hope you all enjoy the community!',0,0,0,0,0,0,'108.215.61.113'); /*!40000 ALTER TABLE `phpfox_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_activity` -- DROP TABLE IF EXISTS `phpfox_user_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_activity` ( `user_id` int(10) unsigned NOT NULL auto_increment, `activity_blog` int(10) unsigned NOT NULL default '0', `activity_attachment` int(10) unsigned NOT NULL default '0', `activity_comment` int(10) unsigned NOT NULL default '0', `activity_photo` int(10) unsigned NOT NULL default '0', `activity_bulletin` int(10) unsigned NOT NULL default '0', `activity_poll` int(10) unsigned NOT NULL default '0', `activity_invite` int(10) unsigned NOT NULL default '0', `activity_forum` int(10) unsigned NOT NULL default '0', `activity_video` int(10) unsigned NOT NULL default '0', `activity_total` int(10) unsigned NOT NULL default '0', `activity_points` int(10) unsigned NOT NULL default '0', `activity_quiz` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_activity` -- LOCK TABLES `phpfox_user_activity` WRITE; /*!40000 ALTER TABLE `phpfox_user_activity` DISABLE KEYS */; INSERT INTO `phpfox_user_activity` VALUES (1,1,0,0,0,0,0,0,0,0,1,1,0); /*!40000 ALTER TABLE `phpfox_user_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_blocked` -- DROP TABLE IF EXISTS `phpfox_user_blocked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_blocked` ( `block_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `block_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, PRIMARY KEY (`block_id`), KEY `user_id` (`user_id`,`block_user_id`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_blocked` -- LOCK TABLES `phpfox_user_blocked` WRITE; /*!40000 ALTER TABLE `phpfox_user_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_count` -- DROP TABLE IF EXISTS `phpfox_user_count`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_count` ( `user_id` int(11) unsigned NOT NULL, `mail_new` int(10) unsigned NOT NULL default '0', `comment_pending` int(10) unsigned NOT NULL default '0', `friend_request` int(10) unsigned NOT NULL default '0', `group_invite` int(10) unsigned NOT NULL default '0', `event_invite` int(10) unsigned NOT NULL default '0', `marketplace_invite` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_count` -- LOCK TABLES `phpfox_user_count` WRITE; /*!40000 ALTER TABLE `phpfox_user_count` DISABLE KEYS */; INSERT INTO `phpfox_user_count` VALUES (1,0,0,0,0,0,0); /*!40000 ALTER TABLE `phpfox_user_count` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_css` -- DROP TABLE IF EXISTS `phpfox_user_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_css` ( `user_id` int(11) unsigned NOT NULL, `css_selector` varchar(255) default NULL, `css_property` varchar(255) default NULL, `css_value` varchar(255) default NULL, `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_css` -- LOCK TABLES `phpfox_user_css` WRITE; /*!40000 ALTER TABLE `phpfox_user_css` DISABLE KEYS */; INSERT INTO `phpfox_user_css` VALUES (1,'#bottom','background-image',NULL,0),(1,'div#sidebar div.block div.title, div#content div.block div.title','background-image',NULL,0),(1,'#content_container','background-image',NULL,0),(1,'div#sidebar div.block, div#content div.block','background-image',NULL,0),(1,'#profile_menu ul li a:hover, #profile_menu ul li.active a','background-image',NULL,0),(1,'.profile_header','background-image',NULL,0),(1,'.profile_header a','background-image',NULL,0),(1,'.profile_header a:hover','background-image',NULL,0),(1,'#profile_menu ul li a','background-image',NULL,0),(1,'div#header ul#main_nav li:hover a, div#header ul#main_nav li.hover a, div#header ul#main_nav li.active a, div#header div#right_nav ul li:hover a, div#header div#right_nav ul li.hover a, div#header div#right_nav ul li.active a','background-image',NULL,0),(1,'div#header ul#main_nav li ul li a:hover, div#header div#right_nav ul li ul li a:hover','background-image','',0),(1,'div#header ul#main_nav li a, div#header div#right_nav ul li a','background-image',NULL,0),(1,'div#header ul#main_nav','background-image',NULL,0),(1,'#top_nav_holder','background-image',NULL,0),(1,'div#header div#logo_corner, div#header div#logo','background-image',NULL,0),(1,'body','background-image',NULL,0),(1,'body','background-color','#0a0a0a',0),(1,'#header_holder','background','none',1); /*!40000 ALTER TABLE `phpfox_user_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_css_code` -- DROP TABLE IF EXISTS `phpfox_user_css_code`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_css_code` ( `user_id` int(10) unsigned NOT NULL, `css_code` mediumtext, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_css_code` -- LOCK TABLES `phpfox_user_css_code` WRITE; /*!40000 ALTER TABLE `phpfox_user_css_code` DISABLE KEYS */; INSERT INTO `phpfox_user_css_code` VALUES (1,''); /*!40000 ALTER TABLE `phpfox_user_css_code` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom` -- DROP TABLE IF EXISTS `phpfox_user_custom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom` ( `user_id` int(11) unsigned NOT NULL, `cf_about_me` mediumtext, `cf_who_i_d_like_to_meet` mediumtext, `cf_interests` mediumtext, `cf_music` mediumtext, `cf_movies` mediumtext, `cf_smoker` varchar(150) default NULL, `cf_drinker` varchar(150) default NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom` -- LOCK TABLES `phpfox_user_custom` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom_value` -- DROP TABLE IF EXISTS `phpfox_user_custom_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom_value` ( `user_id` int(10) unsigned NOT NULL, `cf_about_me` mediumtext, `cf_who_i_d_like_to_meet` mediumtext, `cf_interests` mediumtext, `cf_music` mediumtext, `cf_movies` mediumtext, `cf_smoker` smallint(4) unsigned default '0', `cf_drinker` smallint(4) unsigned default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom_value` -- LOCK TABLES `phpfox_user_custom_value` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom_value` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_dashboard` -- DROP TABLE IF EXISTS `phpfox_user_dashboard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_dashboard` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`,`is_hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_dashboard` -- LOCK TABLES `phpfox_user_dashboard` WRITE; /*!40000 ALTER TABLE `phpfox_user_dashboard` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_dashboard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_delete` -- DROP TABLE IF EXISTS `phpfox_user_delete`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_delete` ( `delete_id` int(10) unsigned NOT NULL auto_increment, `phrase_var` varchar(250) NOT NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`delete_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_delete` -- LOCK TABLES `phpfox_user_delete` WRITE; /*!40000 ALTER TABLE `phpfox_user_delete` DISABLE KEYS */; INSERT INTO `phpfox_user_delete` VALUES (1,'core.user_cancellation_9','core','phpfox',0,1),(2,'core.user_cancellation_10','core','phpfox',0,1),(3,'core.user_cancellation_11','core','phpfox',0,1),(4,'core.user_cancellation_12','core','phpfox',0,1),(5,'core.user_cancellation_13','core','phpfox',0,1),(6,'core.user_cancellation_14','core','phpfox',0,1); /*!40000 ALTER TABLE `phpfox_user_delete` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_delete_feedback` -- DROP TABLE IF EXISTS `phpfox_user_delete_feedback`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_delete_feedback` ( `feedback_id` int(10) unsigned NOT NULL auto_increment, `user_email` varchar(100) NOT NULL, `full_name` varchar(255) NOT NULL, `user_group_id` smallint(4) unsigned NOT NULL, `feedback_text` varchar(255) default NULL, `reasons_given` varchar(100) default NULL, `time_stamp` int(11) unsigned NOT NULL, PRIMARY KEY (`feedback_id`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_delete_feedback` -- LOCK TABLES `phpfox_user_delete_feedback` WRITE; /*!40000 ALTER TABLE `phpfox_user_delete_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_delete_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_design_order` -- DROP TABLE IF EXISTS `phpfox_user_design_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_design_order` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_design_order` -- LOCK TABLES `phpfox_user_design_order` WRITE; /*!40000 ALTER TABLE `phpfox_user_design_order` DISABLE KEYS */; INSERT INTO `phpfox_user_design_order` VALUES (1,'js_block_border_friend_mutual-friend',NULL,1,0),(1,'js_block_border_track_recent-views',NULL,1,0); /*!40000 ALTER TABLE `phpfox_user_design_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_featured` -- DROP TABLE IF EXISTS `phpfox_user_featured`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_featured` ( `user_id` int(10) unsigned NOT NULL, `ordering` tinyint(2) NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_featured` -- LOCK TABLES `phpfox_user_featured` WRITE; /*!40000 ALTER TABLE `phpfox_user_featured` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_featured` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_field` -- DROP TABLE IF EXISTS `phpfox_user_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_field` ( `user_id` int(10) unsigned NOT NULL auto_increment, `signature` mediumtext, `designer_style_id` smallint(4) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_friend` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_profile_song` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `total_user_change` tinyint(3) NOT NULL default '0', `total_full_name_change` tinyint(3) NOT NULL default '0', `country_child_id` mediumint(8) unsigned NOT NULL default '0', `city_location` varchar(100) default NULL, `postal_code` varchar(20) default NULL, `subscribe_id` int(10) unsigned NOT NULL default '0', `dob_setting` tinyint(1) NOT NULL default '0', `birthday_range` char(4) default NULL, `rss_count` int(10) unsigned NOT NULL default '0', `css_hash` char(32) default NULL, `newsletter_state` tinyint(1) NOT NULL default '0', `in_admincp` int(10) unsigned NOT NULL default '0', `default_currency` varchar(3) default NULL, UNIQUE KEY `user_id` (`user_id`), KEY `designer_style_id` (`designer_style_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_field` -- LOCK TABLES `phpfox_user_field` WRITE; /*!40000 ALTER TABLE `phpfox_user_field` DISABLE KEYS */; INSERT INTO `phpfox_user_field` VALUES (1,NULL,0,0,0,0,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,NULL,0,'ae4ff511cb3e7070469f2c11849e4a7f',0,1374844064,NULL); /*!40000 ALTER TABLE `phpfox_user_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_gateway` -- DROP TABLE IF EXISTS `phpfox_user_gateway`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_gateway` ( `user_id` int(10) unsigned NOT NULL, `gateway_id` varchar(75) NOT NULL, `gateway_detail` mediumtext, KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_gateway` -- LOCK TABLES `phpfox_user_gateway` WRITE; /*!40000 ALTER TABLE `phpfox_user_gateway` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_gateway` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group` -- DROP TABLE IF EXISTS `phpfox_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group` ( `user_group_id` tinyint(3) NOT NULL, `inherit_id` tinyint(3) NOT NULL default '0', `title` varchar(255) NOT NULL, `is_special` tinyint(1) NOT NULL default '0', `prefix` varchar(75) default NULL, `suffix` varchar(75) default NULL, `icon_ext` varchar(6) default NULL, KEY `user_group_id` (`user_group_id`), KEY `is_special` (`is_special`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group` -- LOCK TABLES `phpfox_user_group` WRITE; /*!40000 ALTER TABLE `phpfox_user_group` DISABLE KEYS */; INSERT INTO `phpfox_user_group` VALUES (1,0,'Administrator',1,NULL,NULL,NULL),(2,0,'Soldier',1,'','',NULL),(3,0,'Guest',1,NULL,NULL,NULL),(4,0,'Staff',1,NULL,NULL,NULL),(5,2,'Banned',0,NULL,NULL,NULL),(6,2,'Musician',0,NULL,NULL,NULL); /*!40000 ALTER TABLE `phpfox_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group_custom` -- DROP TABLE IF EXISTS `phpfox_user_group_custom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group_custom` ( `setting_id` int(10) unsigned NOT NULL auto_increment, `user_group_id` tinyint(4) NOT NULL, `module_id` varchar(75) NOT NULL, `name` varchar(250) NOT NULL, `default_value` text NOT NULL, PRIMARY KEY (`setting_id`), KEY `user_group_id` (`user_group_id`,`module_id`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=781 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group_custom` -- LOCK TABLES `phpfox_user_group_custom` WRITE; /*!40000 ALTER TABLE `phpfox_user_group_custom` DISABLE KEYS */; INSERT INTO `phpfox_user_group_custom` VALUES (1,5,'admincp','can_clear_site_cache','0'),(2,5,'admincp','can_add_new_block','0'),(3,5,'admincp','can_view_product_options','0'),(4,5,'admincp','can_manage_modules','0'),(5,5,'admincp','can_add_new_modules','0'),(6,5,'admincp','has_admin_access','0'),(7,5,'core','can_view_update_info','1'),(8,5,'core','can_view_private_items','0'),(9,5,'core','can_add_new_setting','0'),(10,5,'core','can_view_site_offline','0'),(11,5,'core','user_is_banned','1'),(12,5,'core','is_spam_free','0'),(13,5,'core','can_view_twitter_updates','0'),(14,5,'core','can_view_news_updates','0'),(15,5,'custom','can_edit_own_custom_field','1'),(16,5,'custom','can_edit_other_custom_fields','0'),(17,5,'custom','can_manage_custom_fields','0'),(18,5,'custom','can_add_custom_fields','0'),(19,5,'custom','can_add_custom_fields_group','0'),(20,5,'custom','has_special_custom_fields','0'),(21,5,'custom','custom_table_name',''),(22,5,'help','show_tips','1'),(23,5,'language','can_manage_lang_packs','0'),(24,5,'page','can_manage_custom_pages','0'),(25,5,'profile','can_post_comment_on_profile','1'),(26,5,'profile','can_custom_design_own_profile','1'),(27,5,'profile','display_membership_info','1'),(28,5,'profile','can_view_users_profile','1'),(29,5,'theme','can_view_theme_sample','1'),(30,5,'user','can_add_user_group_setting','0'),(31,5,'user','can_control_profile_privacy','1'),(32,5,'user','can_control_notification_privacy','1'),(33,5,'user','can_override_user_privacy','0'),(34,5,'user','require_profile_image','0'),(35,5,'user','can_edit_gender_setting','1'),(36,5,'user','custom_name_field',''),(37,5,'user','can_edit_dob','1'),(38,5,'user','can_edit_users','0'),(39,5,'user','can_stay_logged_in','1'),(40,5,'user','can_change_other_user_picture','0'),(41,5,'user','can_edit_other_user_privacy','0'),(42,5,'user','can_change_own_user_name','0'),(43,5,'user','total_times_can_change_user_name','3'),(44,5,'user','can_block_other_members','1'),(45,5,'user','can_be_blocked_by_others','1'),(46,5,'user','can_feature','false'),(47,5,'user','can_change_email','true'),(48,5,'user','can_verify_others_emails','false'),(49,5,'user','can_delete_own_account','true'),(50,5,'user','can_change_own_full_name','true'),(51,5,'user','total_times_can_change_own_full_name','3'),(52,5,'user','can_delete_others_account','false'),(53,5,'user','can_be_invisible','1'),(54,5,'user','total_upload_space','0'),(55,5,'user','force_cropping_tool_for_photos','0'),(56,5,'user','max_upload_size_profile_photo','500'),(57,5,'user','can_search_user_gender','1'),(58,5,'user','can_search_user_age','1'),(59,5,'user','can_browse_users_in_public','1'),(60,5,'user','can_edit_user_group_membership','0'),(61,5,'user','can_view_if_a_user_is_invisible','0'),(62,5,'user','can_edit_currency','1'),(63,5,'ad','show_ads','true'),(64,5,'ad','can_create_ad_campaigns','0'),(65,5,'announcement','can_close_announcement','true'),(66,5,'announcement','can_view_announcements','1'),(67,5,'attachment','points_attachment','1'),(68,5,'attachment','can_attach_on_blog','1'),(69,5,'attachment','attachment_limit','10'),(70,5,'attachment','delete_own_attachment','1'),(71,5,'attachment','delete_user_attachment','0'),(72,5,'attachment','can_attach_on_bulletin','1'),(73,5,'attachment','item_max_upload_size','500'),(74,5,'blog','view_blogs','1'),(75,5,'blog','edit_own_blog','1'),(76,5,'blog','edit_user_blog','0'),(77,5,'blog','delete_own_blog','1'),(78,5,'blog','delete_user_blog','0'),(79,5,'blog','search_blogs','1'),(80,5,'blog','add_new_blog','1'),(81,5,'blog','points_blog','1'),(82,5,'blog','blog_add_categories','1'),(83,5,'blog','can_password_protect_blogs','1'),(84,5,'blog','can_control_comments_on_blogs','1'),(85,5,'blog','can_use_editor_on_blog','1'),(86,5,'blog','can_post_comment_on_blog','1'),(87,5,'blog','can_view_password_protected_blog','1'),(88,5,'blog','blog_category_limit','null'),(89,5,'blog','show_drafts_count','0'),(90,5,'blog','can_delete_other_blog_category','0'),(91,5,'blog','can_delete_own_blog_category','1'),(92,5,'blog','can_approve_blogs','0'),(93,5,'blog','can_view_private_blogs','0'),(94,5,'blog','approve_blogs','0'),(95,5,'blog','flood_control_blog','0'),(96,5,'bulletin','bulletin_enable_captcha','0'),(97,5,'bulletin','bulletin_flood_control','5'),(98,5,'bulletin','points_bulletin','1'),(99,5,'bulletin','can_add_bulletin','1'),(100,5,'bulletin','bulletin_can_view_bulletins','1'),(101,5,'bulletin','bulletin_can_delete_own','1'),(102,5,'bulletin','bulletin_edit_own','1'),(103,5,'bulletin','bulletin_can_edit_others','0'),(104,5,'bulletin','bulletin_can_delete_others','0'),(105,5,'bulletin','can_post_comment_on_bulletin','1'),(106,5,'bulletin','can_control_comments_on_bulletins','1'),(107,5,'bulletin','approve_bulletins','0'),(108,5,'bulletin','can_approve_bulletins','0'),(109,5,'captcha','captcha_on_blog_add','0'),(110,5,'captcha','captcha_on_comment','0'),(111,5,'comment','wysiwyg_on_comments','1'),(112,5,'comment','edit_own_comment','1'),(113,5,'comment','edit_user_comment','0'),(114,5,'comment','delete_own_comment','1'),(115,5,'comment','delete_user_comment','0'),(116,5,'comment','points_comment','1'),(117,5,'comment','can_vote_on_comments','1'),(118,5,'comment','can_post_comments','1'),(119,5,'comment','comment_post_flood_control','0'),(120,5,'comment','can_moderate_comments','0'),(121,5,'comment','can_delete_comments_posted_on_own_profile','1'),(122,5,'comment','can_comment_on_own_profile','1'),(123,5,'comment','approve_all_comments','0'),(124,5,'event','can_edit_own_event','1'),(125,5,'event','can_edit_other_event','0'),(126,5,'event','can_post_comment_on_event','1'),(127,5,'event','can_delete_own_event','1'),(128,5,'event','can_delete_other_event','0'),(129,5,'event','max_upload_size_event','500'),(130,5,'event','can_view_pirvate_events','0'),(131,5,'event','can_approve_events','0'),(132,5,'event','can_feature_events','0'),(133,5,'event','event_must_be_approved','0'),(134,5,'event','total_mass_emails_per_hour','60'),(135,5,'event','can_mass_mail_own_members','1'),(136,5,'event','can_access_event','1'),(137,5,'event','can_create_event','1'),(138,5,'event','can_sponsor_event','false'),(139,5,'event','can_purchase_sponsor','false'),(140,5,'event','event_sponsor_price','null'),(141,5,'event','auto_publish_sponsored_item','false'),(142,5,'event','flood_control_events','0'),(143,5,'feed','can_post_comment_on_feed','1'),(144,5,'feed','can_remove_feeds_from_dashboard','1'),(145,5,'feed','can_remove_feeds_from_profile','1'),(146,5,'feed','can_delete_own_feed','1'),(147,5,'feed','can_delete_other_feeds','0'),(148,5,'forum','can_stick_thread','0'),(149,5,'forum','can_close_a_thread','0'),(150,5,'forum','can_post_announcement','0'),(151,5,'forum','can_delete_own_post','1'),(152,5,'forum','can_delete_other_posts','0'),(153,5,'forum','can_add_new_forum','0'),(154,5,'forum','can_edit_forum','0'),(155,5,'forum','can_manage_forum_moderators','0'),(156,5,'forum','can_delete_forum','0'),(157,5,'forum','can_edit_own_post','1'),(158,5,'forum','can_edit_other_posts','0'),(159,5,'forum','can_move_forum_thread','0'),(160,5,'forum','can_copy_forum_thread','0'),(161,5,'forum','can_merge_forum_threads','0'),(162,5,'forum','can_multi_quote_forum','1'),(163,5,'forum','can_reply_to_own_thread','1'),(164,5,'forum','can_reply_on_other_threads','1'),(165,5,'forum','can_add_new_thread','1'),(166,5,'forum','can_add_forum_attachments','1'),(167,5,'forum','can_add_tags_on_threads','1'),(168,5,'forum','enable_captcha_on_posting','0'),(169,5,'forum','forum_thread_flood_control','1'),(170,5,'forum','forum_post_flood_control','1'),(171,5,'forum','points_forum','1'),(172,5,'forum','can_view_forum','1'),(173,5,'forum','can_sponsor_thread','false'),(174,5,'forum','can_purchase_sponsor','false'),(175,5,'forum','forum_thread_sponsor_price','null'),(176,5,'forum','auto_publish_sponsored_thread','false'),(177,5,'forum','approve_forum_thread','0'),(178,5,'forum','can_approve_forum_thread','0'),(179,5,'forum','approve_forum_post','0'),(180,5,'forum','can_approve_forum_post','0'),(181,5,'forum','can_thank_on_forum_posts','1'),(182,5,'forum','can_delete_thanks_by_other_users','0'),(183,5,'forum','can_manage_forum_permissions','0'),(184,5,'forum','can_add_poll_to_forum_thread','1'),(185,5,'friend','can_add_friends','1'),(186,5,'friend','can_add_folders','1'),(187,5,'friend','total_folders','10'),(188,5,'friend','can_remove_friends_from_profile','1'),(189,5,'friend','can_remove_friends_from_dashboard','1'),(190,5,'group','can_edit_own_group','1'),(191,5,'group','can_edit_other_group','0'),(192,5,'group','can_post_comment_on_group','1'),(193,5,'group','can_delete_own_group','1'),(194,5,'group','can_delete_other_group','0'),(195,5,'group','can_feature_groups','0'),(196,5,'group','max_upload_size_group','500'),(197,5,'group','can_access_groups','1'),(198,5,'group','can_create_group','1'),(199,5,'group','can_view_secret_group','0'),(200,5,'group','can_manage_all_groups','0'),(201,5,'group','can_sponsor_group','false'),(202,5,'group','can_purchase_sponsor','false'),(203,5,'group','group_sponsor_price','null'),(204,5,'group','auto_publish_sponsored_item','false'),(205,5,'group','approve_groups','0'),(206,5,'group','can_approve_groups','0'),(207,5,'group','flood_control_groups','0'),(208,5,'invite','points_invite','1'),(209,5,'mail','total_folders','10'),(210,5,'mail','can_compose_message','1'),(211,5,'mail','can_add_folders','1'),(212,5,'mail','show_core_mail_folders_item_count','0'),(213,5,'mail','can_add_attachment_on_mail','1'),(214,5,'mail','mail_box_limit','15'),(215,5,'mail','override_mail_box_limit','false'),(216,5,'mail','restrict_message_to_friends','true'),(217,5,'mail','can_message_self','true'),(218,5,'mail','override_restrict_message_to_friends','false'),(219,5,'mail','mail_box_warning','80'),(220,5,'mail','allow_delete_every_message','true'),(221,5,'mail','can_read_private_messages','false'),(222,5,'mail','can_delete_others_messages','false'),(223,5,'mail','enable_captcha_on_mail','0'),(224,5,'mail','send_message_to_max_users_each_time','50'),(225,5,'marketplace','can_post_comment_on_listing','1'),(226,5,'marketplace','can_edit_own_listing','1'),(227,5,'marketplace','can_edit_other_listing','0'),(228,5,'marketplace','can_delete_own_listing','1'),(229,5,'marketplace','can_delete_other_listings','0'),(230,5,'marketplace','max_upload_size_listing','500'),(231,5,'marketplace','can_feature_listings','0'),(232,5,'marketplace','listing_approve','0'),(233,5,'marketplace','can_approve_listings','0'),(234,5,'marketplace','can_access_marketplace','1'),(235,5,'marketplace','can_create_listing','1'),(236,5,'marketplace','can_sponsor_marketplace','false'),(237,5,'marketplace','can_purchase_sponsor','false'),(238,5,'marketplace','marketplace_sponsor_price','null'),(239,5,'marketplace','auto_publish_sponsored_item','false'),(240,5,'marketplace','can_sell_items_on_marketplace','0'),(241,5,'marketplace','flood_control_marketplace','0'),(242,5,'music','can_upload_music_public','0'),(243,5,'music','can_add_comment_on_music_album','1'),(244,5,'music','can_add_comment_on_music_song','1'),(245,5,'music','can_edit_other_music_albums','0'),(246,5,'music','can_edit_own_albums','1'),(247,5,'music','can_delete_own_track','1'),(248,5,'music','can_delete_other_tracks','0'),(249,5,'music','can_delete_own_music_album','1'),(250,5,'music','can_delete_other_music_albums','0'),(251,5,'music','music_max_file_size','8'),(252,5,'music','can_feature_songs','0'),(253,5,'music','can_approve_songs','0'),(254,5,'music','music_song_approval','0'),(255,5,'music','can_feature_music_albums','0'),(256,5,'music','total_song_on_profile','10'),(257,5,'music','can_access_music','1'),(258,5,'music','can_sponsor_song','false'),(259,5,'music','can_sponsor_album','false'),(260,5,'music','can_purchase_sponsor_album','false'),(261,5,'music','can_purchase_sponsor_song','false'),(262,5,'music','music_album_sponsor_price','null'),(263,5,'music','music_song_sponsor_price','null'),(264,5,'music','auto_publish_sponsored_album','false'),(265,5,'music','auto_publish_sponsored_song','false'),(266,5,'newsletter','show_privacy','true'),(267,5,'newsletter','can_create_newsletter','false'),(268,5,'photo','can_create_photo_album','1'),(269,5,'photo','max_number_of_albums','20'),(270,5,'photo','points_photo','1'),(271,5,'photo','can_upload_photos','1'),(272,5,'photo','can_password_protect_albums','1'),(273,5,'photo','can_use_privacy_settings','1'),(274,5,'photo','max_images_per_upload','10'),(275,5,'photo','can_add_to_rating_module','1'),(276,5,'photo','can_add_tags_on_photos','1'),(277,5,'photo','can_control_comments_on_photos','1'),(278,5,'photo','can_add_mature_images','1'),(279,5,'photo','can_search_for_photos','1'),(280,5,'photo','total_photos_displays','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";'),(281,5,'photo','default_photo_display_limit','15'),(282,5,'photo','max_photo_display_limit','100'),(283,5,'photo','refresh_featured_photo','1 min'),(284,5,'photo','can_download_user_photos','1'),(285,5,'photo','can_view_all_photo_sizes','1'),(286,5,'photo','can_edit_own_photo_album','1'),(287,5,'photo','can_edit_other_photo_albums','0'),(288,5,'photo','can_view_hidden_photos','0'),(289,5,'photo','can_delete_own_photo','1'),(290,5,'photo','can_delete_other_photos','0'),(291,5,'photo','can_edit_own_photo','1'),(292,5,'photo','can_edit_other_photo','0'),(293,5,'photo','photo_mature_age_limit','18'),(294,5,'photo','can_rate_on_photos','1'),(295,5,'photo','can_edit_photo_categories','0'),(296,5,'photo','can_add_public_categories','0'),(297,5,'photo','photo_must_be_approved','0'),(298,5,'photo','can_approve_photos','0'),(299,5,'photo','can_feature_photo','0'),(300,5,'photo','can_delete_own_photo_album','1'),(301,5,'photo','can_delete_other_photo_albums','0'),(302,5,'photo','can_tag_own_photo','1'),(303,5,'photo','can_tag_other_photos','1'),(304,5,'photo','how_many_tags_on_own_photo','40'),(305,5,'photo','how_many_tags_on_other_photo','4'),(306,5,'photo','photo_max_upload_size','500'),(307,5,'photo','can_view_photos','1'),(308,5,'photo','can_view_private_photos','0'),(309,5,'photo','can_post_on_photos','1'),(310,5,'photo','can_sponsor_photo','false'),(311,5,'photo','can_purchase_sponsor','false'),(312,5,'photo','photo_sponsor_price','null'),(313,5,'photo','auto_publish_sponsored_item','false'),(314,5,'photo','can_view_photo_albums','1'),(315,5,'photo','flood_control_photos','0'),(316,5,'poll','poll_can_upload_image','1'),(317,5,'poll','view_poll_results_before_vote','false'),(318,5,'poll','poll_can_change_own_vote','false'),(319,5,'poll','poll_flood_control','1'),(320,5,'poll','poll_requires_admin_moderation','false'),(321,5,'poll','poll_can_moderate_polls','0'),(322,5,'poll','poll_require_captcha_challenge','false'),(323,5,'poll','poll_can_edit_own_polls','true'),(324,5,'poll','poll_can_edit_others_polls','false'),(325,5,'poll','poll_can_delete_own_polls','true'),(326,5,'poll','poll_can_delete_others_polls','false'),(327,5,'poll','can_post_comment_on_poll','true'),(328,5,'poll','view_poll_results_after_vote','true'),(329,5,'poll','maximum_answers_count','6'),(330,5,'poll','can_vote_in_own_poll','true'),(331,5,'poll','points_poll','1'),(332,5,'poll','can_view_user_poll_results_own_poll','1'),(333,5,'poll','can_view_user_poll_results_other_poll','1'),(334,5,'poll','can_edit_title','true'),(335,5,'poll','can_edit_question','false'),(336,5,'poll','highlight_answer_voted_by_viewer','true'),(337,5,'poll','can_access_polls','1'),(338,5,'poll','can_create_poll','1'),(339,5,'poll','can_view_hidden_poll_votes','0'),(340,5,'privacy','can_set_allow_list_on_blogs','1'),(341,5,'quiz','max_questions','10'),(342,5,'quiz','min_questions','5'),(343,5,'quiz','max_answers','10'),(344,5,'quiz','min_answers','2'),(345,5,'quiz','can_answer_own_quiz','true'),(346,5,'quiz','can_approve_quizzes','false'),(347,5,'quiz','can_delete_others_quizzes','false'),(348,5,'quiz','new_quizzes_need_moderation','false'),(349,5,'quiz','can_delete_own_quiz','true'),(350,5,'quiz','can_post_comment_on_quiz','true'),(351,5,'quiz','can_edit_own_questions','false'),(352,5,'quiz','can_edit_others_questions','false'),(353,5,'quiz','can_edit_own_title','false'),(354,5,'quiz','can_edit_others_title','false'),(355,5,'quiz','points_quiz','5'),(356,5,'quiz','can_view_results_before_answering','false'),(357,5,'quiz','can_upload_picture','true'),(358,5,'quiz','is_picture_upload_required','false'),(359,5,'quiz','can_access_quiz','1'),(360,5,'quiz','can_create_quiz','1'),(361,5,'quiz','flood_control_quiz','0'),(362,5,'report','can_report_comments','1'),(363,5,'share','can_send_emails','1'),(364,5,'share','total_emails_per_round','10'),(365,5,'share','emails_per_hour','50'),(366,5,'shoutbox','can_view_shoutbox','1'),(367,5,'shoutbox','can_add_shoutout','1'),(368,5,'shoutbox','can_delete_all_shoutbox_messages','0'),(369,5,'tag','edit_user_tags','0'),(370,5,'tag','edit_own_tags','1'),(371,5,'tag','can_add_tags_on_blogs','1'),(372,5,'video','can_add_comment_on_video','1'),(373,5,'video','can_edit_own_video','1'),(374,5,'video','can_edit_other_video','0'),(375,5,'video','can_delete_own_video','1'),(376,5,'video','can_delete_other_video','0'),(377,5,'video','video_file_size_limit','75'),(378,5,'video','can_upload_videos','1'),(379,5,'video','can_feature_videos_','0'),(380,5,'video','can_spotlight_videos','0'),(381,5,'video','approve_video_before_display','0'),(382,5,'video','can_approve_videos','0'),(383,5,'video','max_size_for_video_photos','500'),(384,5,'video','points_video','1'),(385,5,'video','can_access_videos','1'),(386,5,'video','can_sponsor_video','false'),(387,5,'video','can_purchase_sponsor','false'),(388,5,'video','video_sponsor_price','null'),(389,5,'video','auto_publish_sponsored_item','false'),(390,5,'video','flood_control_videos','0'),(391,6,'admincp','can_clear_site_cache','0'),(392,6,'admincp','can_add_new_block','0'),(393,6,'admincp','can_view_product_options','0'),(394,6,'admincp','can_manage_modules','0'),(395,6,'admincp','can_add_new_modules','0'),(396,6,'admincp','has_admin_access','0'),(397,6,'core','can_view_update_info','1'),(398,6,'core','can_view_private_items','0'),(399,6,'core','can_add_new_setting','0'),(400,6,'core','can_view_site_offline','0'),(401,6,'core','user_is_banned','0'),(402,6,'core','is_spam_free','0'),(403,6,'core','can_view_twitter_updates','0'),(404,6,'core','can_view_news_updates','0'),(405,6,'custom','can_edit_own_custom_field','1'),(406,6,'custom','can_edit_other_custom_fields','0'),(407,6,'custom','can_manage_custom_fields','0'),(408,6,'custom','can_add_custom_fields','0'),(409,6,'custom','can_add_custom_fields_group','0'),(410,6,'custom','has_special_custom_fields','1'),(411,6,'custom','custom_table_name','music_user'),(412,6,'help','show_tips','1'),(413,6,'language','can_manage_lang_packs','0'),(414,6,'page','can_manage_custom_pages','0'),(415,6,'profile','can_post_comment_on_profile','1'),(416,6,'profile','can_custom_design_own_profile','1'),(417,6,'profile','display_membership_info','1'),(418,6,'profile','can_view_users_profile','1'),(419,6,'theme','can_view_theme_sample','1'),(420,6,'user','can_add_user_group_setting','0'),(421,6,'user','can_control_profile_privacy','1'),(422,6,'user','can_control_notification_privacy','1'),(423,6,'user','can_override_user_privacy','0'),(424,6,'user','require_profile_image','0'),(425,6,'user','can_edit_gender_setting','0'),(426,6,'user','custom_name_field','music.band_artist_name'),(427,6,'user','can_edit_dob','0'),(428,6,'user','can_edit_users','0'),(429,6,'user','can_stay_logged_in','1'),(430,6,'user','can_change_other_user_picture','0'),(431,6,'user','can_edit_other_user_privacy','0'),(432,6,'user','can_change_own_user_name','0'),(433,6,'user','total_times_can_change_user_name','3'),(434,6,'user','can_block_other_members','1'),(435,6,'user','can_be_blocked_by_others','1'),(436,6,'user','can_feature','false'),(437,6,'user','can_change_email','true'),(438,6,'user','can_verify_others_emails','false'),(439,6,'user','can_delete_own_account','true'),(440,6,'user','can_change_own_full_name','true'),(441,6,'user','total_times_can_change_own_full_name','3'),(442,6,'user','can_delete_others_account','false'),(443,6,'user','can_be_invisible','1'),(444,6,'user','total_upload_space','0'),(445,6,'user','force_cropping_tool_for_photos','0'),(446,6,'user','max_upload_size_profile_photo','500'),(447,6,'user','can_search_user_gender','1'),(448,6,'user','can_search_user_age','1'),(449,6,'user','can_browse_users_in_public','1'),(450,6,'user','can_edit_user_group_membership','0'),(451,6,'user','can_view_if_a_user_is_invisible','0'),(452,6,'user','can_edit_currency','1'),(453,6,'ad','show_ads','true'),(454,6,'ad','can_create_ad_campaigns','0'),(455,6,'announcement','can_close_announcement','true'),(456,6,'announcement','can_view_announcements','1'),(457,6,'attachment','points_attachment','1'),(458,6,'attachment','can_attach_on_blog','1'),(459,6,'attachment','attachment_limit','10'),(460,6,'attachment','delete_own_attachment','1'),(461,6,'attachment','delete_user_attachment','0'),(462,6,'attachment','can_attach_on_bulletin','1'),(463,6,'attachment','item_max_upload_size','500'),(464,6,'blog','view_blogs','1'),(465,6,'blog','edit_own_blog','1'),(466,6,'blog','edit_user_blog','0'),(467,6,'blog','delete_own_blog','1'),(468,6,'blog','delete_user_blog','0'),(469,6,'blog','search_blogs','1'),(470,6,'blog','add_new_blog','1'),(471,6,'blog','points_blog','1'),(472,6,'blog','blog_add_categories','1'),(473,6,'blog','can_password_protect_blogs','1'),(474,6,'blog','can_control_comments_on_blogs','1'),(475,6,'blog','can_use_editor_on_blog','1'),(476,6,'blog','can_post_comment_on_blog','1'),(477,6,'blog','can_view_password_protected_blog','1'),(478,6,'blog','blog_category_limit','null'),(479,6,'blog','show_drafts_count','0'),(480,6,'blog','can_delete_other_blog_category','0'),(481,6,'blog','can_delete_own_blog_category','1'),(482,6,'blog','can_approve_blogs','0'),(483,6,'blog','can_view_private_blogs','0'),(484,6,'blog','approve_blogs','0'),(485,6,'blog','flood_control_blog','0'),(486,6,'bulletin','bulletin_enable_captcha','0'),(487,6,'bulletin','bulletin_flood_control','5'),(488,6,'bulletin','points_bulletin','1'),(489,6,'bulletin','can_add_bulletin','1'),(490,6,'bulletin','bulletin_can_view_bulletins','1'),(491,6,'bulletin','bulletin_can_delete_own','1'),(492,6,'bulletin','bulletin_edit_own','1'),(493,6,'bulletin','bulletin_can_edit_others','0'),(494,6,'bulletin','bulletin_can_delete_others','0'),(495,6,'bulletin','can_post_comment_on_bulletin','1'),(496,6,'bulletin','can_control_comments_on_bulletins','1'),(497,6,'bulletin','approve_bulletins','0'),(498,6,'bulletin','can_approve_bulletins','0'),(499,6,'captcha','captcha_on_blog_add','0'),(500,6,'captcha','captcha_on_comment','0'),(501,6,'comment','wysiwyg_on_comments','1'),(502,6,'comment','edit_own_comment','1'),(503,6,'comment','edit_user_comment','0'),(504,6,'comment','delete_own_comment','1'),(505,6,'comment','delete_user_comment','0'),(506,6,'comment','points_comment','1'),(507,6,'comment','can_vote_on_comments','1'),(508,6,'comment','can_post_comments','1'),(509,6,'comment','comment_post_flood_control','0'),(510,6,'comment','can_moderate_comments','0'),(511,6,'comment','can_delete_comments_posted_on_own_profile','1'),(512,6,'comment','can_comment_on_own_profile','1'),(513,6,'comment','approve_all_comments','0'),(514,6,'event','can_edit_own_event','1'),(515,6,'event','can_edit_other_event','0'),(516,6,'event','can_post_comment_on_event','1'),(517,6,'event','can_delete_own_event','1'),(518,6,'event','can_delete_other_event','0'),(519,6,'event','max_upload_size_event','500'),(520,6,'event','can_view_pirvate_events','0'),(521,6,'event','can_approve_events','0'),(522,6,'event','can_feature_events','0'),(523,6,'event','event_must_be_approved','0'),(524,6,'event','total_mass_emails_per_hour','60'),(525,6,'event','can_mass_mail_own_members','1'),(526,6,'event','can_access_event','1'),(527,6,'event','can_create_event','1'),(528,6,'event','can_sponsor_event','false'),(529,6,'event','can_purchase_sponsor','false'),(530,6,'event','event_sponsor_price','null'),(531,6,'event','auto_publish_sponsored_item','false'),(532,6,'event','flood_control_events','0'),(533,6,'feed','can_post_comment_on_feed','1'),(534,6,'feed','can_remove_feeds_from_dashboard','1'),(535,6,'feed','can_remove_feeds_from_profile','1'),(536,6,'feed','can_delete_own_feed','1'),(537,6,'feed','can_delete_other_feeds','0'),(538,6,'forum','can_stick_thread','0'),(539,6,'forum','can_close_a_thread','0'),(540,6,'forum','can_post_announcement','0'),(541,6,'forum','can_delete_own_post','1'),(542,6,'forum','can_delete_other_posts','0'),(543,6,'forum','can_add_new_forum','0'),(544,6,'forum','can_edit_forum','0'),(545,6,'forum','can_manage_forum_moderators','0'),(546,6,'forum','can_delete_forum','0'),(547,6,'forum','can_edit_own_post','1'),(548,6,'forum','can_edit_other_posts','0'),(549,6,'forum','can_move_forum_thread','0'),(550,6,'forum','can_copy_forum_thread','0'),(551,6,'forum','can_merge_forum_threads','0'),(552,6,'forum','can_multi_quote_forum','1'),(553,6,'forum','can_reply_to_own_thread','1'),(554,6,'forum','can_reply_on_other_threads','1'),(555,6,'forum','can_add_new_thread','1'),(556,6,'forum','can_add_forum_attachments','1'),(557,6,'forum','can_add_tags_on_threads','1'),(558,6,'forum','enable_captcha_on_posting','0'),(559,6,'forum','forum_thread_flood_control','1'),(560,6,'forum','forum_post_flood_control','1'),(561,6,'forum','points_forum','1'),(562,6,'forum','can_view_forum','1'),(563,6,'forum','can_sponsor_thread','false'),(564,6,'forum','can_purchase_sponsor','false'),(565,6,'forum','forum_thread_sponsor_price','null'),(566,6,'forum','auto_publish_sponsored_thread','false'),(567,6,'forum','approve_forum_thread','0'),(568,6,'forum','can_approve_forum_thread','0'),(569,6,'forum','approve_forum_post','0'),(570,6,'forum','can_approve_forum_post','0'),(571,6,'forum','can_thank_on_forum_posts','1'),(572,6,'forum','can_delete_thanks_by_other_users','0'),(573,6,'forum','can_manage_forum_permissions','0'),(574,6,'forum','can_add_poll_to_forum_thread','1'),(575,6,'friend','can_add_friends','1'),(576,6,'friend','can_add_folders','1'),(577,6,'friend','total_folders','10'),(578,6,'friend','can_remove_friends_from_profile','1'),(579,6,'friend','can_remove_friends_from_dashboard','1'),(580,6,'group','can_edit_own_group','1'),(581,6,'group','can_edit_other_group','0'),(582,6,'group','can_post_comment_on_group','1'),(583,6,'group','can_delete_own_group','1'),(584,6,'group','can_delete_other_group','0'),(585,6,'group','can_feature_groups','0'),(586,6,'group','max_upload_size_group','500'),(587,6,'group','can_access_groups','1'),(588,6,'group','can_create_group','1'),(589,6,'group','can_view_secret_group','0'),(590,6,'group','can_manage_all_groups','0'),(591,6,'group','can_sponsor_group','false'),(592,6,'group','can_purchase_sponsor','false'),(593,6,'group','group_sponsor_price','null'),(594,6,'group','auto_publish_sponsored_item','false'),(595,6,'group','approve_groups','0'),(596,6,'group','can_approve_groups','0'),(597,6,'group','flood_control_groups','0'),(598,6,'invite','points_invite','1'),(599,6,'mail','total_folders','10'),(600,6,'mail','can_compose_message','1'),(601,6,'mail','can_add_folders','1'),(602,6,'mail','show_core_mail_folders_item_count','0'),(603,6,'mail','can_add_attachment_on_mail','1'),(604,6,'mail','mail_box_limit','15'),(605,6,'mail','override_mail_box_limit','false'),(606,6,'mail','restrict_message_to_friends','true'),(607,6,'mail','can_message_self','true'),(608,6,'mail','override_restrict_message_to_friends','false'),(609,6,'mail','mail_box_warning','80'),(610,6,'mail','allow_delete_every_message','true'),(611,6,'mail','can_read_private_messages','false'),(612,6,'mail','can_delete_others_messages','false'),(613,6,'mail','enable_captcha_on_mail','0'),(614,6,'mail','send_message_to_max_users_each_time','50'),(615,6,'marketplace','can_post_comment_on_listing','1'),(616,6,'marketplace','can_edit_own_listing','1'),(617,6,'marketplace','can_edit_other_listing','0'),(618,6,'marketplace','can_delete_own_listing','1'),(619,6,'marketplace','can_delete_other_listings','0'),(620,6,'marketplace','max_upload_size_listing','500'),(621,6,'marketplace','can_feature_listings','0'),(622,6,'marketplace','listing_approve','0'),(623,6,'marketplace','can_approve_listings','0'),(624,6,'marketplace','can_access_marketplace','1'),(625,6,'marketplace','can_create_listing','1'),(626,6,'marketplace','can_sponsor_marketplace','false'),(627,6,'marketplace','can_purchase_sponsor','false'),(628,6,'marketplace','marketplace_sponsor_price','null'),(629,6,'marketplace','auto_publish_sponsored_item','false'),(630,6,'marketplace','can_sell_items_on_marketplace','0'),(631,6,'marketplace','flood_control_marketplace','0'),(632,6,'music','can_upload_music_public','1'),(633,6,'music','can_add_comment_on_music_album','1'),(634,6,'music','can_add_comment_on_music_song','1'),(635,6,'music','can_edit_other_music_albums','0'),(636,6,'music','can_edit_own_albums','1'),(637,6,'music','can_delete_own_track','1'),(638,6,'music','can_delete_other_tracks','0'),(639,6,'music','can_delete_own_music_album','1'),(640,6,'music','can_delete_other_music_albums','0'),(641,6,'music','music_max_file_size','8'),(642,6,'music','can_feature_songs','0'),(643,6,'music','can_approve_songs','0'),(644,6,'music','music_song_approval','0'),(645,6,'music','can_feature_music_albums','0'),(646,6,'music','total_song_on_profile','10'),(647,6,'music','can_access_music','1'),(648,6,'music','can_sponsor_song','false'),(649,6,'music','can_sponsor_album','false'),(650,6,'music','can_purchase_sponsor_album','false'),(651,6,'music','can_purchase_sponsor_song','false'),(652,6,'music','music_album_sponsor_price','null'),(653,6,'music','music_song_sponsor_price','null'),(654,6,'music','auto_publish_sponsored_album','false'),(655,6,'music','auto_publish_sponsored_song','false'),(656,6,'newsletter','show_privacy','true'),(657,6,'newsletter','can_create_newsletter','false'),(658,6,'photo','can_create_photo_album','1'),(659,6,'photo','max_number_of_albums','20'),(660,6,'photo','points_photo','1'),(661,6,'photo','can_upload_photos','1'),(662,6,'photo','can_password_protect_albums','1'),(663,6,'photo','can_use_privacy_settings','1'),(664,6,'photo','max_images_per_upload','10'),(665,6,'photo','can_add_to_rating_module','1'),(666,6,'photo','can_add_tags_on_photos','1'),(667,6,'photo','can_control_comments_on_photos','1'),(668,6,'photo','can_add_mature_images','1'),(669,6,'photo','can_search_for_photos','1'),(670,6,'photo','total_photos_displays','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";'),(671,6,'photo','default_photo_display_limit','15'),(672,6,'photo','max_photo_display_limit','100'),(673,6,'photo','refresh_featured_photo','1 min'),(674,6,'photo','can_download_user_photos','1'),(675,6,'photo','can_view_all_photo_sizes','1'),(676,6,'photo','can_edit_own_photo_album','1'),(677,6,'photo','can_edit_other_photo_albums','0'),(678,6,'photo','can_view_hidden_photos','0'),(679,6,'photo','can_delete_own_photo','1'),(680,6,'photo','can_delete_other_photos','0'),(681,6,'photo','can_edit_own_photo','1'),(682,6,'photo','can_edit_other_photo','0'),(683,6,'photo','photo_mature_age_limit','18'),(684,6,'photo','can_rate_on_photos','1'),(685,6,'photo','can_edit_photo_categories','0'),(686,6,'photo','can_add_public_categories','0'),(687,6,'photo','photo_must_be_approved','0'),(688,6,'photo','can_approve_photos','0'),(689,6,'photo','can_feature_photo','0'),(690,6,'photo','can_delete_own_photo_album','1'),(691,6,'photo','can_delete_other_photo_albums','0'),(692,6,'photo','can_tag_own_photo','1'),(693,6,'photo','can_tag_other_photos','1'),(694,6,'photo','how_many_tags_on_own_photo','40'),(695,6,'photo','how_many_tags_on_other_photo','4'),(696,6,'photo','photo_max_upload_size','500'),(697,6,'photo','can_view_photos','1'),(698,6,'photo','can_view_private_photos','0'),(699,6,'photo','can_post_on_photos','1'),(700,6,'photo','can_sponsor_photo','false'),(701,6,'photo','can_purchase_sponsor','false'),(702,6,'photo','photo_sponsor_price','null'),(703,6,'photo','auto_publish_sponsored_item','false'),(704,6,'photo','can_view_photo_albums','1'),(705,6,'photo','flood_control_photos','0'),(706,6,'poll','poll_can_upload_image','1'),(707,6,'poll','view_poll_results_before_vote','false'),(708,6,'poll','poll_can_change_own_vote','false'),(709,6,'poll','poll_flood_control','1'),(710,6,'poll','poll_requires_admin_moderation','false'),(711,6,'poll','poll_can_moderate_polls','0'),(712,6,'poll','poll_require_captcha_challenge','false'),(713,6,'poll','poll_can_edit_own_polls','true'),(714,6,'poll','poll_can_edit_others_polls','false'),(715,6,'poll','poll_can_delete_own_polls','true'),(716,6,'poll','poll_can_delete_others_polls','false'),(717,6,'poll','can_post_comment_on_poll','true'),(718,6,'poll','view_poll_results_after_vote','true'),(719,6,'poll','maximum_answers_count','6'),(720,6,'poll','can_vote_in_own_poll','true'),(721,6,'poll','points_poll','1'),(722,6,'poll','can_view_user_poll_results_own_poll','1'),(723,6,'poll','can_view_user_poll_results_other_poll','1'),(724,6,'poll','can_edit_title','true'),(725,6,'poll','can_edit_question','false'),(726,6,'poll','highlight_answer_voted_by_viewer','true'),(727,6,'poll','can_access_polls','1'),(728,6,'poll','can_create_poll','1'),(729,6,'poll','can_view_hidden_poll_votes','0'),(730,6,'privacy','can_set_allow_list_on_blogs','1'),(731,6,'quiz','max_questions','10'),(732,6,'quiz','min_questions','5'),(733,6,'quiz','max_answers','10'),(734,6,'quiz','min_answers','2'),(735,6,'quiz','can_answer_own_quiz','true'),(736,6,'quiz','can_approve_quizzes','false'),(737,6,'quiz','can_delete_others_quizzes','false'),(738,6,'quiz','new_quizzes_need_moderation','false'),(739,6,'quiz','can_delete_own_quiz','true'),(740,6,'quiz','can_post_comment_on_quiz','true'),(741,6,'quiz','can_edit_own_questions','false'),(742,6,'quiz','can_edit_others_questions','false'),(743,6,'quiz','can_edit_own_title','false'),(744,6,'quiz','can_edit_others_title','false'),(745,6,'quiz','points_quiz','5'),(746,6,'quiz','can_view_results_before_answering','false'),(747,6,'quiz','can_upload_picture','true'),(748,6,'quiz','is_picture_upload_required','false'),(749,6,'quiz','can_access_quiz','1'),(750,6,'quiz','can_create_quiz','1'),(751,6,'quiz','flood_control_quiz','0'),(752,6,'report','can_report_comments','1'),(753,6,'share','can_send_emails','1'),(754,6,'share','total_emails_per_round','10'),(755,6,'share','emails_per_hour','50'),(756,6,'shoutbox','can_view_shoutbox','1'),(757,6,'shoutbox','can_add_shoutout','1'),(758,6,'shoutbox','can_delete_all_shoutbox_messages','0'),(759,6,'tag','edit_user_tags','0'),(760,6,'tag','edit_own_tags','1'),(761,6,'tag','can_add_tags_on_blogs','1'),(762,6,'video','can_add_comment_on_video','1'),(763,6,'video','can_edit_own_video','1'),(764,6,'video','can_edit_other_video','0'),(765,6,'video','can_delete_own_video','1'),(766,6,'video','can_delete_other_video','0'),(767,6,'video','video_file_size_limit','75'),(768,6,'video','can_upload_videos','1'),(769,6,'video','can_feature_videos_','0'),(770,6,'video','can_spotlight_videos','0'),(771,6,'video','approve_video_before_display','0'),(772,6,'video','can_approve_videos','0'),(773,6,'video','max_size_for_video_photos','500'),(774,6,'video','points_video','1'),(775,6,'video','can_access_videos','1'),(776,6,'video','can_sponsor_video','false'),(777,6,'video','can_purchase_sponsor','false'),(778,6,'video','video_sponsor_price','null'),(779,6,'video','auto_publish_sponsored_item','false'),(780,6,'video','flood_control_videos','0'); /*!40000 ALTER TABLE `phpfox_user_group_custom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group_setting` -- DROP TABLE IF EXISTS `phpfox_user_group_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group_setting` ( `setting_id` mediumint(8) unsigned NOT NULL auto_increment, `is_admin_setting` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `name` varchar(250) NOT NULL, `type_id` varchar(255) NOT NULL, `default_admin` text NOT NULL, `default_user` text NOT NULL, `default_guest` text NOT NULL, `default_staff` text NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`setting_id`), KEY `product_id` (`product_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=391 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group_setting` -- LOCK TABLES `phpfox_user_group_setting` WRITE; /*!40000 ALTER TABLE `phpfox_user_group_setting` DISABLE KEYS */; INSERT INTO `phpfox_user_group_setting` VALUES (1,0,'admincp','phpfox','can_clear_site_cache','boolean','1','0','0','0',2),(2,0,'admincp','phpfox','can_add_new_block','boolean','1','0','0','0',0),(3,0,'admincp','phpfox','can_view_product_options','boolean','1','0','0','0',0),(4,0,'admincp','phpfox','can_manage_modules','boolean','1','0','0','0',0),(5,0,'admincp','phpfox','can_add_new_modules','boolean','1','0','0','0',0),(6,1,'admincp','phpfox','has_admin_access','boolean','1','0','0','1',0),(7,0,'core','phpfox','can_view_update_info','boolean','1','1','1','1',0),(8,0,'core','phpfox','can_view_private_items','boolean','1','0','0','1',0),(9,0,'core','phpfox','can_add_new_setting','boolean','1','0','0','0',0),(10,0,'core','phpfox','can_view_site_offline','boolean','1','0','0','1',0),(11,0,'core','phpfox','user_is_banned','boolean','0','0','0','0',0),(12,0,'core','phpfox','is_spam_free','boolean','1','0','0','0',0),(13,0,'core','phpfox','can_view_twitter_updates','boolean','1','0','0','0',0),(14,0,'core','phpfox','can_view_news_updates','boolean','1','0','0','0',0),(15,0,'custom','phpfox','can_edit_own_custom_field','boolean','1','1','0','1',0),(16,0,'custom','phpfox','can_edit_other_custom_fields','boolean','1','0','0','1',0),(17,0,'custom','phpfox','can_manage_custom_fields','boolean','1','0','0','1',0),(18,0,'custom','phpfox','can_add_custom_fields','boolean','1','0','0','1',0),(19,0,'custom','phpfox','can_add_custom_fields_group','boolean','1','0','0','1',0),(20,0,'custom','phpfox','has_special_custom_fields','boolean','0','0','0','0',0),(21,0,'custom','phpfox','custom_table_name','string','','','','',0),(22,0,'help','phpfox','show_tips','boolean','1','1','1','1',0),(23,0,'language','phpfox','can_manage_lang_packs','boolean','1','0','0','0',0),(24,0,'page','phpfox','can_manage_custom_pages','boolean','1','0','0','0',0),(25,0,'profile','phpfox','can_post_comment_on_profile','boolean','1','1','0','1',0),(26,0,'profile','phpfox','can_custom_design_own_profile','boolean','1','1','0','1',0),(27,0,'profile','phpfox','display_membership_info','boolean','1','1','0','1',0),(28,0,'profile','phpfox','can_view_users_profile','boolean','1','1','1','1',0),(29,0,'theme','phpfox','can_view_theme_sample','boolean','1','1','1','1',0),(30,0,'user','phpfox','can_add_user_group_setting','boolean','1','0','0','0',0),(31,0,'user','phpfox','can_control_profile_privacy','boolean','1','1','0','1',0),(32,0,'user','phpfox','can_control_notification_privacy','boolean','1','1','0','1',0),(33,0,'user','phpfox','can_override_user_privacy','boolean','1','0','0','1',0),(34,0,'user','phpfox','require_profile_image','boolean','0','0','0','0',0),(35,0,'user','phpfox','can_edit_gender_setting','boolean','1','1','0','1',0),(36,0,'user','phpfox','custom_name_field','string','','','','',0),(37,0,'user','phpfox','can_edit_dob','boolean','1','1','0','1',0),(38,0,'user','phpfox','can_edit_users','boolean','1','0','0','1',0),(39,0,'user','phpfox','can_stay_logged_in','boolean','1','1','0','1',0),(40,0,'user','phpfox','can_change_other_user_picture','boolean','1','0','0','1',0),(41,0,'user','phpfox','can_edit_other_user_privacy','boolean','1','0','0','1',0),(42,0,'user','phpfox','can_change_own_user_name','boolean','1','0','0','0',0),(43,0,'user','phpfox','total_times_can_change_user_name','integer','3','3','3','3',0),(44,0,'user','phpfox','can_block_other_members','boolean','1','1','0','1',0),(45,0,'user','phpfox','can_be_blocked_by_others','boolean','0','1','1','0',0),(46,0,'user','phpfox','can_feature','boolean','true','false','false','false',0),(47,0,'user','phpfox','can_change_email','boolean','true','true','false','true',0),(48,0,'user','phpfox','can_verify_others_emails','boolean','true','false','false','true',0),(49,0,'user','phpfox','can_delete_own_account','boolean','false','true','false','false',0),(50,0,'user','phpfox','can_change_own_full_name','boolean','true','true','false','true',0),(51,0,'user','phpfox','total_times_can_change_own_full_name','integer','0','3','1','0',0),(52,0,'user','phpfox','can_delete_others_account','boolean','true','false','false','false',0),(53,0,'user','phpfox','can_be_invisible','boolean','1','1','0','1',0),(54,0,'user','phpfox','total_upload_space','integer','0','0','0','0',0),(55,0,'user','phpfox','force_cropping_tool_for_photos','boolean','0','0','0','0',0),(56,0,'user','phpfox','max_upload_size_profile_photo','integer','500','500','500','500',0),(57,0,'user','phpfox','can_search_user_gender','boolean','1','1','1','1',0),(58,0,'user','phpfox','can_search_user_age','boolean','1','1','1','1',0),(59,0,'user','phpfox','can_browse_users_in_public','boolean','1','1','1','1',0),(60,0,'user','phpfox','can_edit_user_group_membership','boolean','1','0','0','0',0),(61,0,'user','phpfox','can_view_if_a_user_is_invisible','boolean','1','0','0','1',0),(62,0,'user','phpfox','can_edit_currency','boolean','1','1','0','1',0),(63,0,'ad','phpfox','show_ads','boolean','true','true','true','true',0),(64,0,'ad','phpfox','can_create_ad_campaigns','boolean','0','0','0','0',0),(65,0,'announcement','phpfox','can_close_announcement','boolean','true','true','false','true',0),(66,0,'announcement','phpfox','can_view_announcements','boolean','1','1','1','1',0),(67,0,'attachment','phpfox','points_attachment','integer','1','1','1','1',2),(68,0,'attachment','phpfox','can_attach_on_blog','boolean','1','1','0','1',3),(69,0,'attachment','phpfox','attachment_limit','string','10','10','0','10',1),(70,0,'attachment','phpfox','delete_own_attachment','boolean','1','1','0','1',0),(71,0,'attachment','phpfox','delete_user_attachment','boolean','1','0','0','1',0),(72,0,'attachment','phpfox','can_attach_on_bulletin','boolean','1','1','0','1',0),(73,0,'attachment','phpfox','item_max_upload_size','integer','0','500','1','0',0),(74,0,'blog','phpfox','view_blogs','boolean','1','1','1','1',1),(75,0,'blog','phpfox','edit_own_blog','boolean','1','1','0','1',2),(76,0,'blog','phpfox','edit_user_blog','boolean','1','0','0','1',3),(77,0,'blog','phpfox','delete_own_blog','boolean','1','1','0','1',4),(78,0,'blog','phpfox','delete_user_blog','boolean','1','0','0','1',5),(79,0,'blog','phpfox','search_blogs','boolean','1','1','1','1',6),(80,0,'blog','phpfox','add_new_blog','boolean','1','1','0','1',7),(81,0,'blog','phpfox','points_blog','integer','1','1','1','1',8),(82,0,'blog','phpfox','blog_add_categories','boolean','1','1','0','1',10),(83,0,'blog','phpfox','can_password_protect_blogs','boolean','1','1','0','1',12),(84,0,'blog','phpfox','can_control_comments_on_blogs','boolean','1','1','0','1',13),(85,0,'blog','phpfox','can_use_editor_on_blog','boolean','1','1','0','1',14),(86,0,'blog','phpfox','can_post_comment_on_blog','boolean','1','1','0','1',0),(87,0,'blog','phpfox','can_view_password_protected_blog','boolean','1','1','0','1',15),(88,0,'blog','phpfox','blog_category_limit','string','10','null','0','10',0),(89,0,'blog','phpfox','show_drafts_count','boolean','1','0','0','1',0),(90,0,'blog','phpfox','can_delete_other_blog_category','boolean','1','0','0','1',0),(91,0,'blog','phpfox','can_delete_own_blog_category','boolean','1','1','0','1',0),(92,0,'blog','phpfox','can_approve_blogs','boolean','1','0','0','1',0),(93,0,'blog','phpfox','can_view_private_blogs','boolean','1','0','0','1',0),(94,0,'blog','phpfox','approve_blogs','boolean','0','0','0','0',0),(95,0,'blog','phpfox','flood_control_blog','integer','0','0','0','0',0),(96,0,'bulletin','phpfox','bulletin_enable_captcha','boolean','0','0','1','0',0),(97,0,'bulletin','phpfox','bulletin_flood_control','integer','0','5','9999999','0',0),(98,0,'bulletin','phpfox','points_bulletin','integer','1','1','0','1',0),(99,0,'bulletin','phpfox','can_add_bulletin','boolean','1','1','0','1',0),(100,0,'bulletin','phpfox','bulletin_can_view_bulletins','boolean','1','1','0','1',0),(101,0,'bulletin','phpfox','bulletin_can_delete_own','boolean','1','1','0','1',0),(102,0,'bulletin','phpfox','bulletin_edit_own','boolean','1','1','0','1',0),(103,0,'bulletin','phpfox','bulletin_can_edit_others','boolean','1','0','0','1',0),(104,0,'bulletin','phpfox','bulletin_can_delete_others','boolean','1','0','0','1',0),(105,0,'bulletin','phpfox','can_post_comment_on_bulletin','boolean','1','1','0','1',0),(106,0,'bulletin','phpfox','can_control_comments_on_bulletins','boolean','1','1','0','1',0),(107,0,'bulletin','phpfox','approve_bulletins','boolean','0','0','0','0',0),(108,0,'bulletin','phpfox','can_approve_bulletins','boolean','1','0','0','1',0),(109,0,'captcha','phpfox','captcha_on_blog_add','boolean','0','0','0','0',9),(110,0,'captcha','phpfox','captcha_on_comment','boolean','0','0','1','0',0),(111,0,'comment','phpfox','wysiwyg_on_comments','boolean','1','1','0','1',0),(112,0,'comment','phpfox','edit_own_comment','boolean','1','1','0','1',0),(113,0,'comment','phpfox','edit_user_comment','boolean','1','0','0','1',0),(114,0,'comment','phpfox','delete_own_comment','boolean','1','1','0','1',0),(115,0,'comment','phpfox','delete_user_comment','boolean','1','0','0','1',0),(116,0,'comment','phpfox','points_comment','integer','1','1','1','1',0),(117,0,'comment','phpfox','can_vote_on_comments','boolean','1','1','0','1',0),(118,0,'comment','phpfox','can_post_comments','boolean','1','1','0','1',0),(119,0,'comment','phpfox','comment_post_flood_control','integer','0','0','1','0',0),(120,0,'comment','phpfox','can_moderate_comments','boolean','1','0','0','1',0),(121,0,'comment','phpfox','can_delete_comments_posted_on_own_profile','boolean','1','1','0','1',0),(122,0,'comment','phpfox','can_comment_on_own_profile','boolean','1','1','0','1',0),(123,0,'comment','phpfox','approve_all_comments','boolean','0','0','0','0',0),(124,0,'event','phpfox','can_edit_own_event','boolean','1','1','0','1',0),(125,0,'event','phpfox','can_edit_other_event','boolean','1','0','0','1',0),(126,0,'event','phpfox','can_post_comment_on_event','boolean','1','1','0','1',0),(127,0,'event','phpfox','can_delete_own_event','boolean','1','1','0','1',0),(128,0,'event','phpfox','can_delete_other_event','boolean','1','0','0','1',0),(129,0,'event','phpfox','max_upload_size_event','integer','500','500','500','500',0),(130,0,'event','phpfox','can_view_pirvate_events','boolean','1','0','0','1',0),(131,0,'event','phpfox','can_approve_events','boolean','1','0','0','1',0),(132,0,'event','phpfox','can_feature_events','boolean','1','0','0','1',0),(133,0,'event','phpfox','event_must_be_approved','boolean','0','0','0','0',0),(134,0,'event','phpfox','total_mass_emails_per_hour','integer','0','60','60','0',0),(135,0,'event','phpfox','can_mass_mail_own_members','boolean','1','1','0','1',0),(136,0,'event','phpfox','can_access_event','boolean','1','1','1','1',0),(137,0,'event','phpfox','can_create_event','boolean','1','1','0','1',0),(138,0,'event','phpfox','can_sponsor_event','boolean','false','false','false','false',0),(139,0,'event','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(140,0,'event','phpfox','event_sponsor_price','string','null','null','null','null',0),(141,0,'event','phpfox','auto_publish_sponsored_item','boolean','true','false','false','false',0),(142,0,'event','phpfox','flood_control_events','integer','0','0','0','0',0),(143,0,'feed','phpfox','can_post_comment_on_feed','boolean','1','1','0','1',0),(144,0,'feed','phpfox','can_remove_feeds_from_dashboard','boolean','1','1','0','1',0),(145,0,'feed','phpfox','can_remove_feeds_from_profile','boolean','1','1','0','1',0),(146,0,'feed','phpfox','can_delete_own_feed','boolean','1','1','0','1',0),(147,0,'feed','phpfox','can_delete_other_feeds','boolean','1','0','0','1',0),(148,0,'forum','phpfox','can_stick_thread','boolean','1','0','0','1',0),(149,0,'forum','phpfox','can_close_a_thread','boolean','1','0','0','1',0),(150,0,'forum','phpfox','can_post_announcement','boolean','1','0','0','1',0),(151,0,'forum','phpfox','can_delete_own_post','boolean','1','1','0','1',0),(152,0,'forum','phpfox','can_delete_other_posts','boolean','1','0','0','1',0),(153,0,'forum','phpfox','can_add_new_forum','boolean','1','0','0','1',0),(154,0,'forum','phpfox','can_edit_forum','boolean','1','0','0','1',0),(155,0,'forum','phpfox','can_manage_forum_moderators','boolean','1','0','0','1',0),(156,0,'forum','phpfox','can_delete_forum','boolean','1','0','0','0',0),(157,0,'forum','phpfox','can_edit_own_post','boolean','1','1','0','1',0),(158,0,'forum','phpfox','can_edit_other_posts','boolean','1','0','0','1',0),(159,0,'forum','phpfox','can_move_forum_thread','boolean','1','0','0','1',0),(160,0,'forum','phpfox','can_copy_forum_thread','boolean','1','0','0','1',0),(161,0,'forum','phpfox','can_merge_forum_threads','boolean','1','0','0','1',0),(162,0,'forum','phpfox','can_multi_quote_forum','boolean','1','1','0','1',0),(163,0,'forum','phpfox','can_reply_to_own_thread','boolean','1','1','0','1',0),(164,0,'forum','phpfox','can_reply_on_other_threads','boolean','1','1','0','1',0),(165,0,'forum','phpfox','can_add_new_thread','boolean','1','1','0','1',0),(166,0,'forum','phpfox','can_add_forum_attachments','boolean','1','1','0','1',0),(167,0,'forum','phpfox','can_add_tags_on_threads','boolean','1','1','0','1',0),(168,0,'forum','phpfox','enable_captcha_on_posting','boolean','0','0','1','0',0),(169,0,'forum','phpfox','forum_thread_flood_control','integer','0','1','50','0',0),(170,0,'forum','phpfox','forum_post_flood_control','integer','0','1','50','0',0),(171,0,'forum','phpfox','points_forum','integer','1','1','0','1',0),(172,0,'forum','phpfox','can_view_forum','boolean','1','1','1','1',0),(173,0,'forum','phpfox','can_sponsor_thread','boolean','false','false','false','false',0),(174,0,'forum','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(175,0,'forum','phpfox','forum_thread_sponsor_price','string','null','null','null','null',0),(176,0,'forum','phpfox','auto_publish_sponsored_thread','boolean','true','false','false','false',0),(177,0,'forum','phpfox','approve_forum_thread','boolean','0','0','0','0',0),(178,0,'forum','phpfox','can_approve_forum_thread','boolean','1','0','0','1',0),(179,0,'forum','phpfox','approve_forum_post','boolean','0','0','0','0',0),(180,0,'forum','phpfox','can_approve_forum_post','boolean','1','0','0','1',0),(181,0,'forum','phpfox','can_thank_on_forum_posts','boolean','1','1','0','1',0),(182,0,'forum','phpfox','can_delete_thanks_by_other_users','boolean','1','0','0','1',0),(183,0,'forum','phpfox','can_manage_forum_permissions','boolean','1','0','0','1',0),(184,0,'forum','phpfox','can_add_poll_to_forum_thread','boolean','1','1','0','1',0),(185,0,'friend','phpfox','can_add_friends','boolean','1','1','0','1',0),(186,0,'friend','phpfox','can_add_folders','boolean','1','1','0','1',0),(187,0,'friend','phpfox','total_folders','integer','10','10','0','10',0),(188,0,'friend','phpfox','can_remove_friends_from_profile','boolean','1','1','0','1',0),(189,0,'friend','phpfox','can_remove_friends_from_dashboard','boolean','1','1','0','1',0),(190,0,'group','phpfox','can_edit_own_group','boolean','1','1','0','1',0),(191,0,'group','phpfox','can_edit_other_group','boolean','1','0','0','1',0),(192,0,'group','phpfox','can_post_comment_on_group','boolean','1','1','0','1',0),(193,0,'group','phpfox','can_delete_own_group','boolean','1','1','0','1',0),(194,0,'group','phpfox','can_delete_other_group','boolean','1','0','0','1',0),(195,0,'group','phpfox','can_feature_groups','boolean','1','0','0','1',0),(196,0,'group','phpfox','max_upload_size_group','integer','500','500','500','500',0),(197,0,'group','phpfox','can_access_groups','boolean','1','1','1','1',0),(198,0,'group','phpfox','can_create_group','boolean','1','1','0','1',0),(199,0,'group','phpfox','can_view_secret_group','boolean','1','0','0','1',0),(200,0,'group','phpfox','can_manage_all_groups','boolean','1','0','0','0',0),(201,0,'group','phpfox','can_sponsor_group','boolean','false','false','false','true',0),(202,0,'group','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(203,0,'group','phpfox','group_sponsor_price','string','null','null','null','null',0),(204,0,'group','phpfox','auto_publish_sponsored_item','boolean','true','false','false','false',0),(205,0,'group','phpfox','approve_groups','boolean','0','0','0','0',0),(206,0,'group','phpfox','can_approve_groups','boolean','1','0','0','1',0),(207,0,'group','phpfox','flood_control_groups','integer','0','0','0','0',0),(208,0,'invite','phpfox','points_invite','integer','1','1','0','1',0),(209,0,'mail','phpfox','total_folders','integer','10','10','0','10',0),(210,0,'mail','phpfox','can_compose_message','boolean','1','1','0','1',0),(211,0,'mail','phpfox','can_add_folders','boolean','1','1','0','1',0),(212,0,'mail','phpfox','show_core_mail_folders_item_count','boolean','1','0','0','0',0),(213,0,'mail','phpfox','can_add_attachment_on_mail','boolean','1','1','0','1',0),(214,0,'mail','phpfox','mail_box_limit','integer','0','15','0','0',0),(215,0,'mail','phpfox','override_mail_box_limit','boolean','true','false','false','true',0),(216,0,'mail','phpfox','restrict_message_to_friends','boolean','false','true','true','false',0),(217,0,'mail','phpfox','can_message_self','boolean','true','true','false','true',0),(218,0,'mail','phpfox','override_restrict_message_to_friends','boolean','true','false','false','true',0),(219,0,'mail','phpfox','mail_box_warning','integer','0','80','01','90',0),(220,0,'mail','phpfox','allow_delete_every_message','boolean','true','true','false','true',0),(221,0,'mail','phpfox','can_read_private_messages','boolean','true','false','false','false',0),(222,0,'mail','phpfox','can_delete_others_messages','boolean','true','false','false','false',0),(223,0,'mail','phpfox','enable_captcha_on_mail','boolean','0','0','0','0',0),(224,0,'mail','phpfox','send_message_to_max_users_each_time','integer','0','50','1','100',0),(225,0,'marketplace','phpfox','can_post_comment_on_listing','boolean','1','1','0','1',0),(226,0,'marketplace','phpfox','can_edit_own_listing','boolean','1','1','0','1',0),(227,0,'marketplace','phpfox','can_edit_other_listing','boolean','1','0','0','1',0),(228,0,'marketplace','phpfox','can_delete_own_listing','boolean','1','1','0','1',0),(229,0,'marketplace','phpfox','can_delete_other_listings','boolean','1','0','0','1',0),(230,0,'marketplace','phpfox','max_upload_size_listing','integer','500','500','500','500',0),(231,0,'marketplace','phpfox','can_feature_listings','boolean','1','0','0','1',0),(232,0,'marketplace','phpfox','listing_approve','boolean','0','0','0','0',0),(233,0,'marketplace','phpfox','can_approve_listings','boolean','1','0','0','1',0),(234,0,'marketplace','phpfox','can_access_marketplace','boolean','1','1','1','1',0),(235,0,'marketplace','phpfox','can_create_listing','boolean','1','1','0','1',0),(236,0,'marketplace','phpfox','can_sponsor_marketplace','boolean','false','false','false','false',0),(237,0,'marketplace','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(238,0,'marketplace','phpfox','marketplace_sponsor_price','string','null','null','null','null',0),(239,0,'marketplace','phpfox','auto_publish_sponsored_item','boolean','true','false','false','false',0),(240,0,'marketplace','phpfox','can_sell_items_on_marketplace','boolean','0','0','0','0',0),(241,0,'marketplace','phpfox','flood_control_marketplace','integer','0','0','0','0',0),(242,0,'music','phpfox','can_upload_music_public','boolean','0','0','0','0',0),(243,0,'music','phpfox','can_add_comment_on_music_album','boolean','1','1','0','1',0),(244,0,'music','phpfox','can_add_comment_on_music_song','boolean','1','1','0','1',0),(245,0,'music','phpfox','can_edit_other_music_albums','boolean','1','0','0','1',0),(246,0,'music','phpfox','can_edit_own_albums','boolean','1','1','0','1',0),(247,0,'music','phpfox','can_delete_own_track','boolean','1','1','0','1',0),(248,0,'music','phpfox','can_delete_other_tracks','boolean','1','0','0','1',0),(249,0,'music','phpfox','can_delete_own_music_album','boolean','1','1','0','1',0),(250,0,'music','phpfox','can_delete_other_music_albums','boolean','1','0','0','1',0),(251,0,'music','phpfox','music_max_file_size','integer','10','8','0','10',0),(252,0,'music','phpfox','can_feature_songs','boolean','1','0','0','1',0),(253,0,'music','phpfox','can_approve_songs','boolean','1','0','0','1',0),(254,0,'music','phpfox','music_song_approval','boolean','0','0','0','0',0),(255,0,'music','phpfox','can_feature_music_albums','boolean','1','0','0','1',0),(256,0,'music','phpfox','total_song_on_profile','integer','10','10','0','10',0),(257,0,'music','phpfox','can_access_music','boolean','1','1','1','1',0),(258,0,'music','phpfox','can_sponsor_song','boolean','false','false','false','false',0),(259,0,'music','phpfox','can_sponsor_album','boolean','false','false','false','false',0),(260,0,'music','phpfox','can_purchase_sponsor_album','boolean','false','false','false','false',0),(261,0,'music','phpfox','can_purchase_sponsor_song','boolean','false','false','false','false',0),(262,0,'music','phpfox','music_album_sponsor_price','string','null','null','null','null',0),(263,0,'music','phpfox','music_song_sponsor_price','string','null','null','null','null',0),(264,0,'music','phpfox','auto_publish_sponsored_album','boolean','true','false','false','false',0),(265,0,'music','phpfox','auto_publish_sponsored_song','boolean','true','false','false','false',0),(266,0,'newsletter','phpfox','show_privacy','boolean','true','true','false','true',0),(267,0,'newsletter','phpfox','can_create_newsletter','boolean','true','false','false','true',0),(268,0,'photo','phpfox','can_create_photo_album','boolean','1','1','0','1',0),(269,0,'photo','phpfox','max_number_of_albums','string','null','20','0','30',0),(270,0,'photo','phpfox','points_photo','integer','1','1','0','1',0),(271,0,'photo','phpfox','can_upload_photos','boolean','1','1','0','1',0),(272,0,'photo','phpfox','can_password_protect_albums','boolean','1','1','0','1',0),(273,0,'photo','phpfox','can_use_privacy_settings','boolean','1','1','0','1',0),(274,0,'photo','phpfox','max_images_per_upload','integer','10','10','0','10',0),(275,0,'photo','phpfox','can_add_to_rating_module','boolean','1','1','0','1',0),(276,0,'photo','phpfox','can_add_tags_on_photos','boolean','1','1','0','1',0),(277,0,'photo','phpfox','can_control_comments_on_photos','boolean','1','1','0','1',0),(278,0,'photo','phpfox','can_add_mature_images','boolean','1','1','0','1',0),(279,0,'photo','phpfox','can_search_for_photos','boolean','1','1','0','1',0),(280,0,'photo','phpfox','total_photos_displays','array','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";','s:44:\"array(\'9\', \'15\', \'18\',\'21\',\'24\',\'60\',\'100\');\";',0),(281,0,'photo','phpfox','default_photo_display_limit','integer','15','15','15','15',0),(282,0,'photo','phpfox','max_photo_display_limit','integer','100','100','100','100',0),(283,0,'photo','phpfox','refresh_featured_photo','string','1 min','1 min','1 min','1 min',0),(284,0,'photo','phpfox','can_download_user_photos','boolean','1','1','0','1',0),(285,0,'photo','phpfox','can_view_all_photo_sizes','boolean','1','1','0','1',0),(286,0,'photo','phpfox','can_edit_own_photo_album','boolean','1','1','0','1',0),(287,0,'photo','phpfox','can_edit_other_photo_albums','boolean','1','0','0','1',0),(288,0,'photo','phpfox','can_view_hidden_photos','boolean','1','0','0','1',0),(289,0,'photo','phpfox','can_delete_own_photo','boolean','1','1','0','1',0),(290,0,'photo','phpfox','can_delete_other_photos','boolean','1','0','0','1',0),(291,0,'photo','phpfox','can_edit_own_photo','boolean','1','1','0','1',0),(292,0,'photo','phpfox','can_edit_other_photo','boolean','1','0','0','1',0),(293,0,'photo','phpfox','photo_mature_age_limit','integer','18','18','18','18',0),(294,0,'photo','phpfox','can_rate_on_photos','boolean','1','1','0','1',0),(295,0,'photo','phpfox','can_edit_photo_categories','boolean','1','0','0','1',0),(296,0,'photo','phpfox','can_add_public_categories','boolean','1','0','0','1',0),(297,0,'photo','phpfox','photo_must_be_approved','boolean','0','0','1','0',0),(298,0,'photo','phpfox','can_approve_photos','boolean','1','0','0','1',0),(299,0,'photo','phpfox','can_feature_photo','boolean','1','0','0','1',0),(300,0,'photo','phpfox','can_delete_own_photo_album','boolean','1','1','0','1',0),(301,0,'photo','phpfox','can_delete_other_photo_albums','boolean','1','0','0','1',0),(302,0,'photo','phpfox','can_tag_own_photo','boolean','1','1','0','1',0),(303,0,'photo','phpfox','can_tag_other_photos','boolean','1','1','0','1',0),(304,0,'photo','phpfox','how_many_tags_on_own_photo','integer','40','40','0','40',0),(305,0,'photo','phpfox','how_many_tags_on_other_photo','integer','4','4','0','4',0),(306,0,'photo','phpfox','photo_max_upload_size','integer','500','500','500','500',0),(307,0,'photo','phpfox','can_view_photos','boolean','1','1','1','1',0),(308,0,'photo','phpfox','can_view_private_photos','boolean','1','0','0','1',0),(309,0,'photo','phpfox','can_post_on_photos','boolean','1','1','0','1',0),(310,0,'photo','phpfox','can_sponsor_photo','boolean','false','false','false','false',0),(311,0,'photo','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(312,0,'photo','phpfox','photo_sponsor_price','string','null','null','null','null',0),(313,0,'photo','phpfox','auto_publish_sponsored_item','boolean','true','false','false','false',0),(314,0,'photo','phpfox','can_view_photo_albums','boolean','1','1','1','1',0),(315,0,'photo','phpfox','flood_control_photos','integer','0','0','0','0',0),(316,0,'poll','phpfox','poll_can_upload_image','boolean','1','1','0','1',0),(317,0,'poll','phpfox','view_poll_results_before_vote','boolean','true','false','false','true',0),(318,0,'poll','phpfox','poll_can_change_own_vote','boolean','true','false','false','true',0),(319,0,'poll','phpfox','poll_flood_control','integer','0','1','9999999','1',0),(320,0,'poll','phpfox','poll_requires_admin_moderation','boolean','false','false','true','false',0),(321,0,'poll','phpfox','poll_can_moderate_polls','boolean','1','0','0','1',0),(322,0,'poll','phpfox','poll_require_captcha_challenge','boolean','false','false','true','false',0),(323,0,'poll','phpfox','poll_can_edit_own_polls','boolean','true','true','false','true',0),(324,0,'poll','phpfox','poll_can_edit_others_polls','boolean','true','false','false','true',0),(325,0,'poll','phpfox','poll_can_delete_own_polls','boolean','true','true','false','true',0),(326,0,'poll','phpfox','poll_can_delete_others_polls','boolean','true','false','false','true',0),(327,0,'poll','phpfox','can_post_comment_on_poll','boolean','true','true','true','true',0),(328,0,'poll','phpfox','view_poll_results_after_vote','boolean','true','true','false','true',0),(329,0,'poll','phpfox','maximum_answers_count','integer','20','6','0','10',0),(330,0,'poll','phpfox','can_vote_in_own_poll','boolean','true','true','false','true',0),(331,0,'poll','phpfox','points_poll','integer','5','1','0','3',0),(332,0,'poll','phpfox','can_view_user_poll_results_own_poll','boolean','1','1','0','1',0),(333,0,'poll','phpfox','can_view_user_poll_results_other_poll','boolean','1','1','','1',0),(334,0,'poll','phpfox','can_edit_title','boolean','true','true','false','true',0),(335,0,'poll','phpfox','can_edit_question','boolean','true','false','false','false',0),(336,0,'poll','phpfox','highlight_answer_voted_by_viewer','boolean','true','true','false','true',0),(337,0,'poll','phpfox','can_access_polls','boolean','1','1','1','1',0),(338,0,'poll','phpfox','can_create_poll','boolean','1','1','0','1',0),(339,0,'poll','phpfox','can_view_hidden_poll_votes','boolean','1','0','0','1',0),(340,0,'privacy','phpfox','can_set_allow_list_on_blogs','boolean','1','1','0','1',11),(341,0,'quiz','phpfox','max_questions','integer','9999','10','0','20',0),(342,0,'quiz','phpfox','min_questions','integer','1','5','9999999','2',0),(343,0,'quiz','phpfox','max_answers','integer','25','10','1','15',0),(344,0,'quiz','phpfox','min_answers','integer','2','2','999999','2',0),(345,0,'quiz','phpfox','can_answer_own_quiz','boolean','true','true','false','true',0),(346,0,'quiz','phpfox','can_approve_quizzes','boolean','true','false','false','true',0),(347,0,'quiz','phpfox','can_delete_others_quizzes','boolean','true','false','false','true',0),(348,0,'quiz','phpfox','new_quizzes_need_moderation','boolean','false','false','true','false',0),(349,0,'quiz','phpfox','can_delete_own_quiz','boolean','true','true','false','true',0),(350,0,'quiz','phpfox','can_post_comment_on_quiz','boolean','true','true','true','true',0),(351,0,'quiz','phpfox','can_edit_own_questions','boolean','true','false','false','false',0),(352,0,'quiz','phpfox','can_edit_others_questions','boolean','true','false','false','false',0),(353,0,'quiz','phpfox','can_edit_own_title','boolean','true','false','false','false',0),(354,0,'quiz','phpfox','can_edit_others_title','boolean','true','false','false','false',0),(355,0,'quiz','phpfox','points_quiz','integer','10','5','0','7',0),(356,0,'quiz','phpfox','can_view_results_before_answering','boolean','true','false','false','false',0),(357,0,'quiz','phpfox','can_upload_picture','boolean','true','true','false','true',0),(358,0,'quiz','phpfox','is_picture_upload_required','boolean','false','false','true','false',0),(359,0,'quiz','phpfox','can_access_quiz','boolean','1','1','1','1',0),(360,0,'quiz','phpfox','can_create_quiz','boolean','1','1','0','1',0),(361,0,'quiz','phpfox','flood_control_quiz','integer','0','0','0','0',0),(362,0,'report','phpfox','can_report_comments','boolean','1','1','0','1',0),(363,0,'share','phpfox','can_send_emails','boolean','1','1','0','1',0),(364,0,'share','phpfox','total_emails_per_round','integer','0','10','0','0',0),(365,0,'share','phpfox','emails_per_hour','integer','0','50','0','0',0),(366,0,'shoutbox','phpfox','can_view_shoutbox','boolean','1','1','1','1',0),(367,0,'shoutbox','phpfox','can_add_shoutout','boolean','1','1','0','1',0),(368,0,'shoutbox','phpfox','can_delete_all_shoutbox_messages','boolean','1','0','0','1',0),(369,0,'tag','phpfox','edit_user_tags','boolean','1','0','0','1',0),(370,0,'tag','phpfox','edit_own_tags','boolean','1','1','0','1',0),(371,0,'tag','phpfox','can_add_tags_on_blogs','boolean','1','1','0','1',0),(372,0,'video','phpfox','can_add_comment_on_video','boolean','1','1','0','1',0),(373,0,'video','phpfox','can_edit_own_video','boolean','1','1','0','1',0),(374,0,'video','phpfox','can_edit_other_video','boolean','1','0','0','1',0),(375,0,'video','phpfox','can_delete_own_video','boolean','1','1','0','1',0),(376,0,'video','phpfox','can_delete_other_video','boolean','1','0','0','1',0),(377,0,'video','phpfox','video_file_size_limit','integer','75','75','0','75',0),(378,0,'video','phpfox','can_upload_videos','boolean','1','1','0','1',0),(379,0,'video','phpfox','can_feature_videos_','boolean','1','0','0','1',0),(380,0,'video','phpfox','can_spotlight_videos','boolean','1','0','0','1',0),(381,0,'video','phpfox','approve_video_before_display','boolean','0','0','0','0',0),(382,0,'video','phpfox','can_approve_videos','boolean','1','0','0','1',0),(383,0,'video','phpfox','max_size_for_video_photos','integer','500','500','500','500',0),(384,0,'video','phpfox','points_video','integer','1','1','0','1',0),(385,0,'video','phpfox','can_access_videos','boolean','1','1','1','1',0),(386,0,'video','phpfox','can_sponsor_video','boolean','false','false','false','false',0),(387,0,'video','phpfox','can_purchase_sponsor','boolean','false','false','false','false',0),(388,0,'video','phpfox','video_sponsor_price','string','null','null','null','null',0),(389,0,'video','phpfox','auto_publish_sponsored_item','boolean','true','false','false','false',0),(390,0,'video','phpfox','flood_control_videos','integer','0','0','0','0',0); /*!40000 ALTER TABLE `phpfox_user_group_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_ip` -- DROP TABLE IF EXISTS `phpfox_user_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_ip` ( `ip_log` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `type_id` varchar(20) default NULL, `ip_address` varchar(15) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`ip_log`), KEY `user_id` (`user_id`), KEY `ip_address` (`ip_address`), KEY `user_id_2` (`user_id`,`ip_address`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_ip` -- LOCK TABLES `phpfox_user_ip` WRITE; /*!40000 ALTER TABLE `phpfox_user_ip` DISABLE KEYS */; INSERT INTO `phpfox_user_ip` VALUES (1,1,'register','108.215.61.113',1374839806),(2,1,'login','108.215.61.113',1374839806),(3,1,'login','108.215.61.113',1374839888),(4,1,'session_login','108.215.61.113',1374839888),(5,1,'session_login','108.215.61.113',1374840789),(6,1,'logout','108.215.61.113',1374840931),(7,1,'login','108.215.61.113',1374841315),(8,1,'session_login','108.215.61.113',1374841890),(9,1,'session_login','108.215.61.113',1374842793),(10,1,'session_login','108.215.61.113',1374843717); /*!40000 ALTER TABLE `phpfox_user_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_notification` -- DROP TABLE IF EXISTS `phpfox_user_notification`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_notification` ( `user_id` int(10) unsigned NOT NULL, `user_notification` varchar(100) NOT NULL, KEY `user_id` (`user_id`,`user_notification`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_notification` -- LOCK TABLES `phpfox_user_notification` WRITE; /*!40000 ALTER TABLE `phpfox_user_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_privacy` -- DROP TABLE IF EXISTS `phpfox_user_privacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_privacy` ( `user_id` int(10) unsigned NOT NULL, `user_privacy` varchar(100) NOT NULL, `user_value` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`,`user_privacy`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_privacy` -- LOCK TABLES `phpfox_user_privacy` WRITE; /*!40000 ALTER TABLE `phpfox_user_privacy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_privacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_promotion` -- DROP TABLE IF EXISTS `phpfox_user_promotion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_promotion` ( `promotion_id` smallint(4) unsigned NOT NULL auto_increment, `user_group_id` tinyint(3) NOT NULL, `upgrade_user_group_id` tinyint(3) NOT NULL, `total_activity` int(10) unsigned NOT NULL default '0', `total_day` varchar(5) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`promotion_id`), KEY `user_group_id` (`user_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_promotion` -- LOCK TABLES `phpfox_user_promotion` WRITE; /*!40000 ALTER TABLE `phpfox_user_promotion` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_promotion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_rating` -- DROP TABLE IF EXISTS `phpfox_user_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_rating` -- LOCK TABLES `phpfox_user_rating` WRITE; /*!40000 ALTER TABLE `phpfox_user_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_setting` -- DROP TABLE IF EXISTS `phpfox_user_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_setting` ( `user_group_id` tinyint(3) NOT NULL, `setting_id` mediumint(8) unsigned NOT NULL, `value_actual` text NOT NULL, KEY `user_group_id` (`user_group_id`,`setting_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_setting` -- LOCK TABLES `phpfox_user_setting` WRITE; /*!40000 ALTER TABLE `phpfox_user_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_space` -- DROP TABLE IF EXISTS `phpfox_user_space`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_space` ( `user_id` int(10) unsigned NOT NULL auto_increment, `space_attachment` int(10) unsigned NOT NULL default '0', `space_photo` int(10) unsigned NOT NULL default '0', `space_poll` int(10) unsigned NOT NULL default '0', `space_quiz` int(10) unsigned NOT NULL default '0', `space_marketplace` int(10) unsigned NOT NULL default '0', `space_event` int(10) unsigned NOT NULL default '0', `space_group` int(10) unsigned NOT NULL default '0', `space_music` int(10) unsigned NOT NULL default '0', `space_music_image` int(10) unsigned NOT NULL default '0', `space_video` int(10) unsigned NOT NULL default '0', `space_total` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_space` -- LOCK TABLES `phpfox_user_space` WRITE; /*!40000 ALTER TABLE `phpfox_user_space` DISABLE KEYS */; INSERT INTO `phpfox_user_space` VALUES (1,0,0,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `phpfox_user_space` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_track` -- DROP TABLE IF EXISTS `phpfox_user_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_track` -- LOCK TABLES `phpfox_user_track` WRITE; /*!40000 ALTER TABLE `phpfox_user_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_verify` -- DROP TABLE IF EXISTS `phpfox_user_verify`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_verify` ( `user_id` int(11) unsigned NOT NULL, `hash_code` varchar(52) NOT NULL, `time_stamp` int(9) unsigned NOT NULL, `email` varchar(100) default NULL, PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_verify` -- LOCK TABLES `phpfox_user_verify` WRITE; /*!40000 ALTER TABLE `phpfox_user_verify` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_verify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_verify_error` -- DROP TABLE IF EXISTS `phpfox_user_verify_error`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_verify_error` ( `error_id` int(11) unsigned NOT NULL auto_increment, `hash_code` char(50) NOT NULL, `email` varchar(100) NOT NULL, `ip_address` varchar(15) NOT NULL, `time_stamp` int(9) unsigned NOT NULL, PRIMARY KEY (`error_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_verify_error` -- LOCK TABLES `phpfox_user_verify_error` WRITE; /*!40000 ALTER TABLE `phpfox_user_verify_error` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_verify_error` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_version` -- DROP TABLE IF EXISTS `phpfox_version`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_version` ( `version_id` varchar(50) default NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', KEY `version_id` (`version_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_version` -- LOCK TABLES `phpfox_version` WRITE; /*!40000 ALTER TABLE `phpfox_version` DISABLE KEYS */; INSERT INTO `phpfox_version` VALUES ('1.0',1),('1.0.3',2),('1.0.4',3),('1.0.5',4),('1.0.6',5),('1.0.7',6),('1.0.8',7),('1.0.9',8),('1.1',9),('1.5',10),('1.5.1',11),('1.6beta1',12),('1.6beta2',13),('1.6beta3',14),('1.6beta4',15),('1.6rc1',16),('1.6rc2',17),('1.6rc3',18),('1.6rc4',19),('1.6',20),('1.6.20',21),('2.0.0alpha1',22),('2.0.0alpha2',23),('2.0.0alpha3',24),('2.0.0alpha4',25),('2.0.0beta1',26),('2.0.0beta2',27),('2.0.0beta3',28),('2.0.0beta4',29),('2.0.0beta5',30),('2.0.0rc1',31),('2.0.0rc2',32),('2.0.0rc3',33),('2.0.0rc4',34),('2.0.0rc5',35),('2.0.0rc6',36),('2.0.0rc7',37),('2.0.0rc8',38),('2.0.0rc9',39),('2.0.0rc10',40),('2.0.0rc11',41),('2.0.0rc12',42),('2.0.0',43),('2.0.1',44),('2.0.2',45),('2.0.3',46),('2.0.4',47),('2.0.5dev1',48),('2.0.5dev2',49),('2.0.5',50),('2.0.6',51); /*!40000 ALTER TABLE `phpfox_version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video` -- DROP TABLE IF EXISTS `phpfox_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video` ( `video_id` int(10) unsigned NOT NULL auto_increment, `in_process` tinyint(1) NOT NULL default '0', `is_stream` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_spotlight` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `title` varchar(255) default NULL, `title_url` varchar(255) default NULL, `user_id` int(10) unsigned NOT NULL default '0', `destination` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `file_ext` varchar(10) default NULL, `duration` varchar(8) default NULL, `resolution_x` varchar(4) default NULL, `resolution_y` varchar(4) default NULL, `image_path` varchar(75) default NULL, `image_server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `is_viewed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`video_id`), KEY `in_process` (`in_process`), KEY `video_id_2` (`video_id`,`in_process`,`user_id`), KEY `in_process_2` (`in_process`,`view_id`,`module_id`,`item_id`,`user_id`), KEY `in_process_3` (`in_process`,`view_id`,`user_id`), KEY `in_process_4` (`in_process`,`view_id`,`module_id`,`item_id`), KEY `in_process_5` (`in_process`,`view_id`), KEY `view_id_2` (`view_id`,`module_id`,`item_id`), KEY `video_id` (`video_id`,`in_process`,`view_id`,`title`), KEY `video_id_3` (`video_id`,`in_process`,`view_id`,`user_id`), KEY `view_id` (`module_id`,`item_id`,`title_url`), KEY `view_id_3` (`view_id`), KEY `user_id` (`user_id`), KEY `view_id_4` (`view_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video` -- LOCK TABLES `phpfox_video` WRITE; /*!40000 ALTER TABLE `phpfox_video` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_category` -- DROP TABLE IF EXISTS `phpfox_video_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_category` -- LOCK TABLES `phpfox_video_category` WRITE; /*!40000 ALTER TABLE `phpfox_video_category` DISABLE KEYS */; INSERT INTO `phpfox_video_category` VALUES (1,0,1,'Category 1','category-1',0,0,1),(2,1,1,'Category 1.1','category-1-1',0,0,1),(3,1,1,'Category 1.2','category-1-2',0,0,2),(4,0,1,'Category 2','category-2',0,0,2),(5,4,1,'Category 2.1','category-2-1',0,0,1),(6,4,1,'Category 2.2','category-2-2',0,0,2); /*!40000 ALTER TABLE `phpfox_video_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_category_data` -- DROP TABLE IF EXISTS `phpfox_video_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_category_data` ( `video_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_category_data` -- LOCK TABLES `phpfox_video_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_video_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_embed` -- DROP TABLE IF EXISTS `phpfox_video_embed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_embed` ( `video_id` int(10) unsigned NOT NULL, `video_url` varchar(255) NOT NULL, `embed_code` mediumtext NOT NULL, UNIQUE KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_embed` -- LOCK TABLES `phpfox_video_embed` WRITE; /*!40000 ALTER TABLE `phpfox_video_embed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_embed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_rating` -- DROP TABLE IF EXISTS `phpfox_video_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_rating` -- LOCK TABLES `phpfox_video_rating` WRITE; /*!40000 ALTER TABLE `phpfox_video_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_text` -- DROP TABLE IF EXISTS `phpfox_video_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_text` ( `video_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_text` -- LOCK TABLES `phpfox_video_text` WRITE; /*!40000 ALTER TABLE `phpfox_video_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_track` -- DROP TABLE IF EXISTS `phpfox_video_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_track` -- LOCK TABLES `phpfox_video_track` WRITE; /*!40000 ALTER TABLE `phpfox_video_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phrase` -- DROP TABLE IF EXISTS `phrase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phrase` ( `phraseid` int(10) unsigned NOT NULL auto_increment, `languageid` smallint(6) NOT NULL default '0', `varname` varchar(250) character set utf8 collate utf8_bin NOT NULL default '', `text` mediumtext NOT NULL, `phrasetypeid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`phraseid`), UNIQUE KEY `name_lang_type` (`varname`,`languageid`,`phrasetypeid`), KEY `languageid` (`languageid`,`phrasetypeid`) ) ENGINE=MyISAM AUTO_INCREMENT=7085 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phrase` -- LOCK TABLES `phrase` WRITE; /*!40000 ALTER TABLE `phrase` DISABLE KEYS */; INSERT INTO `phrase` VALUES (1,-1,'1_day_ago','1 Day Ago',1),(2,-1,'1_hour_ago','1 Hour Ago',1),(3,-1,'1_minute_ago','1 Minute Ago',1),(4,-1,'1_week_ago','1 Week Ago',1),(5,-1,'a_closed_forum','A Closed Forum',1),(6,-1,'accept','Accept',1),(7,-1,'action','Action',1),(8,-1,'activate','Activate',1),(9,-1,'active_subscriptions','Active Subscriptions',1),(10,-1,'activity','Activity',1),(11,-1,'add_new_folders','Add New Folders',1),(12,-1,'add_subscription','Add Subscription',1),(13,-1,'add_x_to_buddy_list','Add {1} to Your Buddy List',1),(14,-1,'add_x_to_your_ignorelist','Add {1} to your Ignore List',1),(15,-1,'admin','Admin',1),(16,-1,'admin_control_panel','Admin Control Panel',1),(17,-1,'admin_required_register','The administrator may have required you to <a href=\"{1}\">register</a> before you can view this page.',1),(18,-1,'administrator_may_disabled_account','If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.',1),(19,-1,'advanced_search','Advanced Search',1),(20,-1,'age','Age',1),(21,-1,'alert_board_off','<b>Alert:</b> The forums are currently turned off!',1),(22,-1,'all_times_are_gmt_x_time_now_is_y','All times are GMT{1}. The time now is <span class=\"time\">{2}</span>.',1),(23,-1,'announcement','Announcement',1),(24,-1,'announcements','Announcements',1),(25,-1,'announcements_in_forum','Announcements in Forum',1),(26,-1,'april','April',1),(27,-1,'archive','Archive',1),(28,-1,'attachment','Attachment',1),(29,-1,'attachment_statistics','Attachment Statistics',1),(30,-1,'attachments','Attachments',1),(31,-1,'august','August',1),(32,-1,'authorize','Authorize',1),(33,-1,'best','Best',1),(34,-1,'buddy_ignore_lists','Buddy / Ignore Lists',1),(35,-1,'buddy_list','Buddy List',1),(36,-1,'by_x','by <a href=\"{1}\">{2}</a>',1),(37,-1,'bytes','Bytes',1),(38,-1,'calendar','Calendar',1),(39,-1,'cancel','Cancel',1),(40,-1,'check_uncheck_all','Check / Uncheck All',1),(41,-1,'click_a_smilie_to_insert_it_into_your_message','Click a smilie to insert it into your message.',1),(42,-1,'click_here_to_log_in','Click here to log in',1),(43,-1,'click_if_browser_does_not_redirect','Click here if your browser does not automatically redirect you.',1),(44,-1,'close_this_window','Close this window',1),(45,-1,'closed_thread','Closed Thread',1),(46,-1,'code','Code',1),(47,-1,'contact','Contact',1),(48,-1,'contact_us','Contact Us',1),(49,-1,'contains_new_posts','Contains New Posts',1),(50,-1,'contains_no_new_posts','Contains No New Posts',1),(51,-1,'control_panel','Control Panel',1),(52,-1,'current_attachment_total_x','Current Attachment Total: {1}',1),(53,-1,'current_attachments','Current Attachments',1),(54,-1,'currently_active_users','Currently Active Users',1),(55,-1,'custom','Custom',1),(56,-1,'custom_fields','Custom Fields',1),(57,-1,'daily','Daily',1),(58,-1,'daily_email_notification','Daily email notification',1),(59,-1,'daily_updates_by_email','Daily updates by email',1),(60,-1,'date','Date',1),(61,-1,'day','Day',1),(62,-1,'days','Days',1),(63,-1,'december','December',1),(64,-1,'default','Default',1),(65,-1,'delete','Delete',1),(66,-1,'delete_posts','Delete Posts',1),(67,-1,'delete_selected','Delete Selected',1),(68,-1,'delete_subscription','Delete Subscription',1),(69,-1,'delete_thread','Delete Thread',1),(70,-1,'delete_user_note','Delete User Note',1),(71,-1,'deny','Deny',1),(72,-1,'destination_forum','Destination Forum',1),(73,-1,'display_options','Display Options',1),(74,-1,'do_authorizations','Do Authorizations',1),(75,-1,'done','Done',1),(76,-1,'edit_avatar','Edit Avatar',1),(77,-1,'edit_email_and_password','Edit Email & Password',1),(78,-1,'edit_folders','Edit Folders',1),(79,-1,'edit_options','Edit Options',1),(80,-1,'edit_poll','Edit Poll',1),(81,-1,'edit_post','Edit Post',1),(82,-1,'edit_profile','Edit Profile',1),(83,-1,'edit_profile_picture','Edit Profile Picture',1),(84,-1,'edit_signature','Edit Signature',1),(85,-1,'edit_thread','Edit Thread',1),(86,-1,'edit_user_note','Edit User Note',1),(87,-1,'email','Email',1),(88,-1,'email_address','Email Address',1),(89,-1,'emailing','Emailing',1),(90,-1,'enter_password_for_account','Please enter a password for your user account. Note that passwords are case-sensitive.',1),(91,-1,'enter_username_to_login_or_register','Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.',1),(92,-1,'errors_occured_when_submitted','The following errors occurred when this message was submitted',1),(93,-1,'event','Event',1),(94,-1,'event_reminders','Event Reminders',1),(95,-1,'export','Export',1),(96,-1,'faq','FAQ',1),(97,-1,'february','February',1),(98,-1,'file','File',1),(99,-1,'file_to_upload','File to Upload',1),(100,-1,'find_all_posts_by_x','Find all posts by {1}',1),(101,-1,'find_posts_by_user','Find Posts by User',1),(102,-1,'first','First',1),(103,-1,'first_page','First Page',1),(104,-1,'first_visit_message','If this is your first visit, be sure to check out the <a href=\"{1}\"><strong>FAQ</strong></a> by clicking the link above.\r\nYou may have to <a href=\"{2}\"><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.',1),(105,-1,'folder','Folder',1),(106,-1,'folder_controls','Folder Controls',1),(107,-1,'folder_is_currently_empty','This folder is currently empty.',1),(108,-1,'folder_name','Folder Name',1),(109,-1,'folders','Folders',1),(110,-1,'forgotten_password_request_email','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.',1),(111,-1,'forgotten_your_password','Forgotten Your Password?',1),(112,-1,'forum','Forum',1),(113,-1,'forum_contains_new_posts','Forum Contains New Posts',1),(114,-1,'forum_contains_no_new_posts','Forum Contains No New Posts',1),(115,-1,'forum_is_closed_for_posting','Forum is Closed for Posting',1),(116,-1,'forum_jump','Forum Jump',1),(117,-1,'forum_view','Forum View',1),(118,-1,'forums','Forums',1),(119,-1,'forums_home','Forums Home',1),(120,-1,'friday','Friday',1),(121,-1,'general','General',1),(122,-1,'gigabytes','GB',1),(123,-1,'go','Go',1),(124,-1,'go_back','Go Back',1),(125,-1,'go_first_unread_in_thread_x','Go to first unread post in thread \'{1}\'',1),(126,-1,'go_to_first_new_post','Go to first new post',1),(127,-1,'go_to_last_post','Go to last post',1),(128,-1,'group_memberships','Group Memberships',1),(129,-1,'guest','Guest',1),(130,-1,'have_new_pm_popup_x_y','You have a new private message.\\n\\nSender: {1}\\nTitle: \'{2}\'\\n\\nClick OK to view it, or cancel to hide this prompt.',1),(131,-1,'have_x_posts_in_thread_last_y','You have {1} post(s) in this thread, last {2}',1),(132,-1,'hide_thumbnails','Hide Thumbnails',1),(133,-1,'hot_thread','Hot Thread',1),(134,-1,'html_code','HTML Code',1),(135,-1,'html_code_is_x','HTML code is <strong>{1}</strong>',1),(136,-1,'hybrid','Hybrid',1),(137,-1,'ignore','Ignore',1),(138,-1,'img_code_is_x','<a href=\"{1}\" target=\"_blank\">[IMG]</a> code is <strong>{2}</strong>',1),(139,-1,'importing_x','Importing {1}',1),(140,-1,'in_progress','In Progress',1),(141,-1,'inbox','Inbox',1),(142,-1,'index','Index',1),(143,-1,'info','Info',1),(144,-1,'instant_email_notification','Instant email notification',1),(145,-1,'instant_message_icons','Instant Message Icons',1),(146,-1,'instant_messaging','Instant Messaging',1),(147,-1,'instant_notification_by_email','Instant notification by email',1),(148,-1,'invisible','Invisible',1),(149,-1,'ip_address','IP Address',1),(150,-1,'january','January',1),(151,-1,'join_date','Join Date',1),(152,-1,'join_request','Join Request',1),(153,-1,'join_requests','Join Requests',1),(154,-1,'july','July',1),(155,-1,'jump_to_folder','Jump to Folder',1),(156,-1,'june','June',1),(157,-1,'kilobytes','KB',1),(158,-1,'last','Last',1),(159,-1,'last_activity','Last Activity',1),(160,-1,'last_online','Last Online',1),(161,-1,'last_page','Last Page',1),(162,-1,'last_post','Last Post',1),(163,-1,'last_visited_x_at_y','You last visited: {1} at <span class=\"time\">{2}</span>',1),(164,-1,'least','Least',1),(165,-1,'list_messages','List Messages',1),(166,-1,'list_subscriptions','List Subscriptions',1),(167,-1,'location_perm','Location',1),(168,-1,'log_in','Log in',1),(169,-1,'log_out','Log Out',1),(170,-1,'log_out_x','Log Out {1}',1),(171,-1,'logged_in_as_x','Logged in as <a href=\"{1}\" target=\"_blank\">{2}</a>',1),(172,-1,'logged_in_user','Logged in user',1),(173,-1,'lost_password_recovery_form','Lost Password Recovery Form',1),(174,-1,'manage','Manage',1),(175,-1,'manage_attachments','Manage Attachments',1),(176,-1,'march','March',1),(177,-1,'mark_forums_read','Mark Forums Read',1),(178,-1,'maximum_allowed_messages_x','Maximum allowed stored messages: {1}',1),(179,-1,'maximum_attachment_storage_x','Maximum Attachment Storage: {1}',1),(180,-1,'may','May',1),(181,-1,'may_choose_icon_for_message','You may choose an icon for your message from the following list',1),(182,-1,'may_not_have_sufficient_privileges','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?',1),(183,-1,'megabytes','MB',1),(184,-1,'member','Member',1),(185,-1,'members','Members',1),(186,-1,'members_list','Members List',1),(187,-1,'message','Message',1),(188,-1,'messages','Messages',1),(189,-1,'miscellaneous','Miscellaneous',1),(190,-1,'miscellaneous_options','Miscellaneous Options',1),(191,-1,'mod','Mod',1),(192,-1,'moderator','Moderator',1),(193,-1,'moderator_control_panel','Moderator Control Panel',1),(194,-1,'moderators','Moderators',1),(195,-1,'monday','Monday',1),(196,-1,'month','Month',1),(197,-1,'monthly','Monthly',1),(198,-1,'months','Months',1),(199,-1,'more_than_x_replies_or_y_views','More than {1} replies or {2} views',1),(200,-1,'most','Most',1),(201,-1,'most_users_ever_online_was_x_y_at_z','Most users ever online was {1}, {2} at {3}.',1),(202,-1,'move_copy_thread','Move / Copy Thread',1),(203,-1,'move_delete_subscriptions','Move / Delete Subscriptions',1),(204,-1,'move_items','Move Items',1),(205,-1,'move_subscribed_threads','Move Subscribed Threads',1),(206,-1,'move_to_folder','Move to folder',1),(207,-1,'move_x_items_from_y','Move {1} items from \'{2}\'',1),(208,-1,'moved_thread_prefix','Moved: ',1),(209,-1,'multipage_thread','Multi-page thread',1),(210,-1,'multiple_choice_poll','Multiple Choice Poll.',1),(211,-1,'my_profile','My Profile',1),(212,-1,'n_a','N/A',1),(213,-1,'never','Never',1),(214,-1,'new_posts','New posts',1),(215,-1,'new_posts_nav','New Posts',1),(216,-1,'new_user_note','New User Note',1),(217,-1,'next','Next',1),(218,-1,'next_page','Next Page',1),(219,-1,'no','No',1),(220,-1,'no_email_notification','No email notification',1),(221,-1,'no_icon','No icon',1),(222,-1,'no_new_posts','No new posts',1),(223,-1,'no_users_selected','No users selected!',1),(224,-1,'none','None',1),(225,-1,'not','not',1),(226,-1,'not_logged_in_fill_in_form','You are not logged in. Fill in the form at the bottom of this page and try again.',1),(227,-1,'not_logged_no_permission','You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:',1),(228,-1,'nothing','Nothing',1),(229,-1,'notification','Notification',1),(230,-1,'notification_type','Notification Type',1),(231,-1,'november','November',1),(232,-1,'number_of_replies','Number of Replies',1),(233,-1,'number_of_views','Number of Views',1),(234,-1,'october','October',1),(235,-1,'off','Off',1),(236,-1,'offline','Offline',1),(237,-1,'okay','Okay',1),(238,-1,'old','Old',1),(239,-1,'older','Older',1),(240,-1,'on','On',1),(241,-1,'online','Online',1),(242,-1,'open_buddy_list','Open Buddy List',1),(243,-1,'open_message_in_new_window','Open the message in a new window?\\n\\n(Press cancel to open in the current window.)',1),(244,-1,'option','Option',1),(245,-1,'optional','Optional',1),(246,-1,'options','Options',1),(247,-1,'or','or',1),(248,-1,'originally_posted_by_x','Originally Posted by <strong>{1}</strong>',1),(249,-1,'page_x_of_y','Page {1} of {2}',1),(250,-1,'pages','Pages',1),(251,-1,'paid_subscriptions','Paid Subscriptions',1),(252,-1,'password','Password',1),(253,-1,'per_page','Per Page',1),(254,-1,'perform_action','Perform Action',1),(255,-1,'permission','Permission',1),(256,-1,'php_code','PHP Code',1),(257,-1,'phrase','Phrase',1),(258,-1,'please_select_one','Please select one',1),(259,-1,'pm_users','PM Users',1),(260,-1,'poll','Poll',1),(261,-1,'poll_options','Poll Options',1),(262,-1,'poll_thread_prefix','Poll: ',1),(263,-1,'polls','Polls',1),(264,-1,'post','Post',1),(265,-1,'post_icons','Post Icons',1),(266,-1,'post_new_user_note','Post New User Note',1),(267,-1,'post_time_x_at_y','Post Time: {1} at {2}',1),(268,-1,'post_user_note','Post User Note',1),(269,-1,'post_x','Post {1}',1),(270,-1,'posted_by','Posted By',1),(271,-1,'posting_rules','Posting Rules',1),(272,-1,'posts','Posts',1),(273,-1,'powered_by_vbulletin','Powered by: vBulletin Version {1}<br />Copyright ©2000 - {2}, Jelsoft Enterprises Ltd.',1),(274,-1,'prev','Prev',1),(275,-1,'prev_page','Prev Page',1),(276,-1,'privacy_statement','Privacy Statement',1),(277,-1,'private','Private',1),(278,-1,'private_message','Private Message',1),(279,-1,'private_messages','Private Messages',1),(280,-1,'private_messages_nav','<a href=\"private.php?{3}\">Private Messages</a>: {1}, {2}.',1),(281,-1,'proceed',' Proceed ',1),(282,-1,'public_poll_users_see_choices','Be advised that this is a public poll: other users can see the choice(s) you selected.',1),(283,-1,'quick_links','Quick Links',1),(284,-1,'quick_style_chooser','Quick Style Chooser',1),(285,-1,'quote','Quote',1),(286,-1,'rate_thread','Rate Thread',1),(287,-1,'reason','Reason',1),(288,-1,'redirect','Redirect',1),(289,-1,'redirecting','Redirecting...',1),(290,-1,'referrers','Referrers',1),(291,-1,'register','Register',1),(292,-1,'reload','Reload',1),(293,-1,'reload_this_page','Reload this Page',1),(294,-1,'remember_me','Remember Me?',1),(295,-1,'remember_username_password','Remember username/password?',1),(296,-1,'remove','Remove',1),(297,-1,'repair','Repair',1),(298,-1,'replace','Replace',1),(299,-1,'replies','Replies',1),(300,-1,'replies_x_views_y','Replies: {1}, Views: {2}',1),(301,-1,'reply','Reply',1),(302,-1,'reply_prefix','Re:',1),(303,-1,'report','Report',1),(304,-1,'reputation','Reputation',1),(305,-1,'reputation_disabled','has disabled reputation',1),(306,-1,'request_reason','Request Reason',1),(307,-1,'request_username_password_now','Request Username / Password Now',1),(308,-1,'requests_to_join_usergroup','Requests to Join Usergroup',1),(309,-1,'reset','Reset',1),(310,-1,'reset_fields','Reset Fields',1),(311,-1,'results_x_to_y_of_z','Results {1} to {2} of {3}',1),(312,-1,'reverse_sort_order','Reverse Sort Order',1),(313,-1,'review_join_requests','Review Join Requests',1),(314,-1,'saturday','Saturday',1),(315,-1,'save_changes','Save Changes',1),(316,-1,'save_folders','Save Folders',1),(317,-1,'search','Search',1),(318,-1,'search_forums','Search Forums',1),(319,-1,'search_results','Search Results',1),(320,-1,'search_titles_only','Search Titles Only',1),(321,-1,'second','Second',1),(322,-1,'select_destination_folder_for_move','Please select a destination folder for the items that you wish to move.',1),(323,-1,'selected_threads','Selected Threads',1),(324,-1,'send','Send',1),(325,-1,'send_message_via_aim_to_x','Send a message via AIM to {1}',1),(326,-1,'send_message_via_email_to_x','Send a message via email to {1}',1),(327,-1,'send_message_via_icq_to_x','Send a message via ICQ to {1}',1),(328,-1,'send_message_via_msn_to_x','Send a message via MSN to {1}',1),(329,-1,'send_message_via_yahoo_to_x','Send a message via Yahoo to {1}',1),(330,-1,'send_new_message','Send New Message',1),(331,-1,'send_private_message_to_selected_users','Send a private message to selected users',1),(332,-1,'send_private_message_to_x','Send a private message to {1}',1),(333,-1,'send_report','Send Report',1),(334,-1,'sent_items','Sent Items',1),(335,-1,'september','September',1),(336,-1,'settings_and_options','Settings & Options',1),(337,-1,'show_groups','Show Groups',1),(338,-1,'show_results_x_to_y_of_z','Show results {1} to {2} of {3}',1),(339,-1,'show_thread_and_close_window','Show Thread & Close Window',1),(340,-1,'show_threads_from_last_day','Show threads from last day',1),(341,-1,'show_threads_from_last_month','Show threads from last month',1),(342,-1,'show_threads_from_last_week','Show threads from last week',1),(343,-1,'show_threads_from_last_x_days','Show threads from last {1} days',1),(344,-1,'show_threads_from_last_x_months','Show threads from last {1} months',1),(345,-1,'show_threads_from_last_x_weeks','Show threads from last {1} weeks',1),(346,-1,'show_threads_from_last_year','Show threads from last year',1),(347,-1,'show_thumbnails','Show Thumbnails',1),(348,-1,'show_x_from_last_y_z','Show {1} from last {2} {3}',1),(349,-1,'showing_a_b_to_c_of_d','Showing {1} {2} to {3} of {4}',1),(350,-1,'showing_results_x_to_y_of_z','Showing results {1} to {2} of {3}',1),(351,-1,'showing_results_x_to_y_of_z_xx','Showing results {1} to {2} of {3} ({4} pages)',1),(352,-1,'showing_x_smilies_of_y_total','Showing {1} smilies of {2} total.',1),(353,-1,'signature','Signature',1),(354,-1,'site_areas','Site Areas',1),(355,-1,'smilie_list','Smilie List',1),(356,-1,'smilies','Smilies',1),(357,-1,'smilies_are_x','<a href=\"{1}\" target=\"_blank\">Smilies</a> are <strong>{2}</strong>',1),(358,-1,'sorry','Sorry',1),(359,-1,'space_used','Space Used',1),(360,-1,'start_date','Start Date',1),(361,-1,'sticky_thread','Sticky Thread',1),(362,-1,'sticky_thread_prefix','Sticky: ',1),(363,-1,'subforums','Sub-Forums',1),(364,-1,'subject','Subject',1),(365,-1,'submit','Submit',1),(366,-1,'submit_note','Submit Note',1),(367,-1,'subscribe','Subscribe',1),(368,-1,'subscribe_to_forum','Subscribe to Forum',1),(369,-1,'subscribe_to_thread','Subscribe to Thread',1),(370,-1,'subscribed_threads','Subscribed Threads',1),(371,-1,'subscribed_threads_in_folder','Subscribed Threads in Folder',1),(372,-1,'subscription','Subscription',1),(373,-1,'subscription_title','Subscription Title',1),(374,-1,'subscriptions','Subscriptions',1),(375,-1,'sum_of_attachments_owned_by_x','Sum of all attachments owned by {1}',1),(376,-1,'sunday','Sunday',1),(377,-1,'sure_you_want_to_log_out','Are you sure you want to log out?',1),(378,-1,'text_editor_control_styles','Text Editor Control Styles',1),(379,-1,'there_are_no_outstanding_requests_to_join_this_usergroup','There are no outstanding requests to join this usergroup.',1),(380,-1,'there_is_already_setting_named_x','There is already a setting named {1}. You may not create duplicate settings.',1),(381,-1,'this_poll_is_closed','This poll is closed',1),(382,-1,'this_poll_will_close_on_x_at_y','This poll will close on <strong>{1}</strong> at <strong>{2}</strong>',1),(383,-1,'thread','Thread',1),(384,-1,'thread_deleted_by_x','Thread deleted by <a href=\"{1}\" target=\"_blank\">{2}</a>',1),(385,-1,'thread_rating_x_votes_y_average','Thread Rating: {1} votes, {2} average.',1),(386,-1,'thread_starter','Thread Starter',1),(387,-1,'thread_x_deleted','Thread <i>{1}</i> Deleted',1),(388,-1,'threads','Threads',1),(389,-1,'thumbnail_nojpg','Thumbnail creation failed due to no JPG support in GD.',1),(390,-1,'thursday','Thursday',1),(391,-1,'time','Time',1),(392,-1,'timezone','Timezone',1),(393,-1,'title','Title',1),(394,-1,'to_add_a_new_folder','To <strong>add</strong> a new folder, enter the name of the new folder in one of the empty boxes in the list.',1),(395,-1,'to_delete_user_note_check_box','To delete this user note, check the box below and then click the \'Delete this Note\' button.',1),(396,-1,'to_rename_a_folder','To <strong>rename</strong> a folder, edit the folder\'s name in the list.',1),(397,-1,'today','Today',1),(398,-1,'todays_birthdays','Today\'s Birthdays',1),(399,-1,'todays_events','Today\'s Events',1),(400,-1,'todays_posts','Today\'s Posts',1),(401,-1,'top','Top',1),(402,-1,'total','Total',1),(403,-1,'total_posts_x','Total Posts: {1}',1),(404,-1,'total_votes','Total Votes',1),(405,-1,'total_x_nav','Total {1}',1),(406,-1,'track_messages','Track Messages',1),(407,-1,'tuesday','Tuesday',1),(408,-1,'unread_date','Unread',1),(409,-1,'unread_nav','Unread',1),(410,-1,'unread_x_nav','{1} Unread',1),(411,-1,'unregistered','Unregistered',1),(412,-1,'unsubscribe','Unsubscribe',1),(413,-1,'unsubscribe_from_this_forum','Unsubscribe from this Forum',1),(414,-1,'upcoming_events_for_the_next_x_days','Upcoming Events for the Next {1} Day(s)',1),(415,-1,'update_subscription_type','Update Subscription Type',1),(416,-1,'updating_post_counts','Updating Post Counts',1),(417,-1,'upload','Upload',1),(418,-1,'upload_errors','Upload Errors',1),(419,-1,'upload_file','Upload File',1),(420,-1,'use','Use',1),(421,-1,'user','User',1),(422,-1,'user_control_panel','User Control Panel',1),(423,-1,'user_cp','User CP',1),(424,-1,'user_name','User Name',1),(425,-1,'user_notes_for_x','User Notes for {1}',1),(426,-1,'usergroup','Usergroup',1),(427,-1,'usergroups','Usergroups',1),(428,-1,'userid','Userid',1),(429,-1,'username','User Name',1),(430,-1,'valid_file_extensions','Valid file extensions',1),(431,-1,'validity_period','Validity Period',1),(432,-1,'vb_code_is_x','<a href=\"{1}\" target=\"_blank\">vB code</a> is <strong>{2}</strong>',1),(433,-1,'vbulletin_copyright','vBulletin v{1}, Copyright ©2000-{2}, Jelsoft Enterprises Ltd.',1),(434,-1,'vbulletin_message','vBulletin Message',1),(435,-1,'view','View',1),(436,-1,'view_all_announcements','View All Announcements',1),(437,-1,'view_all_subscribed_threads','View all Subscribed Threads',1),(438,-1,'view_birthdays','View Birthdays',1),(439,-1,'view_forum_leaders','View Forum Leaders',1),(440,-1,'view_poll_results','View Poll Results',1),(441,-1,'view_post','View Post',1),(442,-1,'view_profile','View Profile',1),(443,-1,'view_whos_online','View Who\'s Online',1),(444,-1,'views','Views',1),(445,-1,'vote_now','Vote Now',1),(446,-1,'voters','Voters',1),(447,-1,'votes','Votes',1),(448,-1,'want_to_register','Want to register?',1),(449,-1,'wednesday','Wednesday',1),(450,-1,'week','Week',1),(451,-1,'weekly_email_notification','Weekly email notification',1),(452,-1,'weekly_updates_by_email','Weekly updates by email',1),(453,-1,'weeks','Weeks',1),(454,-1,'welcome_to_our_newest_member_x','Welcome to our newest member, <a href=\"{1}\">{2}</a>',1),(455,-1,'welcome_to_the_x','Welcome to the {1}.',1),(456,-1,'welcome_x','Welcome, {1}.',1),(457,-1,'whats_going_on','What\'s Going On?',1),(458,-1,'who_posted','Who Posted?',1),(459,-1,'whos_online','Who\'s Online',1),(460,-1,'window_open_failed_blocker','Unable to open a new browser window,\\n This might be due to a \'popup blocker\'',1),(461,-1,'x_attachments','{1} Attachment(s)',1),(462,-1,'x_days_ago','{1} Days Ago',1),(463,-1,'x_does_not_have_any_notes','{1} does not currently have any notes.',1),(464,-1,'x_downloads','{1} Downloads',1),(465,-1,'x_from_the_usergroup','{1}</i> from the usergroup <i>',1),(466,-1,'x_hours_ago','{1} Hours Ago',1),(467,-1,'x_is_on_your_ignore_list','<strong>{1}</strong> is on your <a href=\"{2}\" target=\"_blank\">ignore list</a>.',1),(468,-1,'x_is_y','{1} is {2}',1),(469,-1,'x_mailer','{1} Forums',1),(470,-1,'x_members_and_y_guests','{1} members and {2} guests',1),(471,-1,'x_minutes_ago','{1} Minutes Ago',1),(472,-1,'x_powered_by_vbulletin','{1} - powered by vBulletin',1),(473,-1,'x_statistics','{1} Statistics',1),(474,-1,'x_viewing','{1} Viewing',1),(475,-1,'x_weeks_ago','{1} Weeks Ago',1),(476,-1,'x_y_requests','{1} ({2} requests)',1),(477,-1,'year','Year',1),(478,-1,'years','Years',1),(479,-1,'yes','Yes',1),(480,-1,'yesterday','Yesterday',1),(481,-1,'you_are_subscribed_to_this_thread','You are subscribed to this thread',1),(482,-1,'you_have_already_voted_on_this_poll','You have already voted on this poll',1),(483,-1,'you_may_not_vote_on_this_poll','You may not vote on this poll',1),(484,-1,'you_may_only_attach_x_files_per_post','You may only attach up to {1} files per post',1),(485,-1,'you_may_x_edit_your_posts','You <strong>may {1}</strong> edit your posts',1),(486,-1,'you_may_x_post_attachments','You <strong>may {1}</strong> post attachments',1),(487,-1,'you_may_x_post_new_threads','You <strong>may {1}</strong> post new threads',1),(488,-1,'you_may_x_post_replies','You <strong>may {1}</strong> post replies',1),(489,-1,'your_folders','Your Folders',1),(490,-1,'your_username','Your Username',1),(491,-1,'access','Access',2),(492,-1,'access_masks','Access Masks',2),(493,-1,'add','Add',2),(494,-1,'add_new_announcement','Add New Announcement',2),(495,-1,'additional_usergroups','Additional Usergroups',2),(496,-1,'admin_control_panel','Admin Control Panel',2),(497,-1,'administrator_permissions','Administrator Permissions',2),(498,-1,'all_default','All Default',2),(499,-1,'all_forums','All Forums',2),(500,-1,'all_no','All No',2),(501,-1,'all_usergroups','All Usergroups',2),(502,-1,'all_users','All Users',2),(503,-1,'all_yes','All Yes',2),(504,-1,'allow_bbcode','Allow BB Code',2),(505,-1,'allow_html','Allow HTML',2),(506,-1,'allow_img_code','Allow [IMG] Code',2),(507,-1,'allow_smilies','Allow Smilies',2),(508,-1,'allow_user_selection','Allow User Selection',2),(509,-1,'announcement_manager','Announcement Manager',2),(510,-1,'announcements','Announcements',2),(511,-1,'are_you_sure_want_to_delete_announcement_x','Are you <b>sure</b> you want to delete the announcement called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',2),(512,-1,'are_you_sure_you_want_to_delete_the_x_called_y','Are you <b>sure</b> you want to delete the {1} called \'{2}\'?<br /><span class=\"smallfont\">({3}: {4})</span><br /><br /> {5} This action can not be un-done.',2),(513,-1,'are_you_sure_you_want_to_revert_the_x_called_y','Are you <b>sure</b> you want to revert the {1} called \'{2}\'?<br /><span class=\"smallfont\">({3}: {4})</span><br /><br /> {5} This action can not be un-done.',2),(514,-1,'array','Array',2),(515,-1,'ascending','Ascending',2),(516,-1,'avatars','Avatars',2),(517,-1,'banned_users','Banned Users',2),(518,-1,'check_all','Check All',2),(519,-1,'child_of_x','Child of {1}',2),(520,-1,'click_for_help_on_these_options','Click for help on these options',2),(521,-1,'click_for_help_on_this_option','Click for help on this option',2),(522,-1,'close','Close',2),(523,-1,'color_key','Color Key',2),(524,-1,'completed','Completed',2),(525,-1,'confirm_deletion','Confirm Deletion',2),(526,-1,'confirm_deletion_of_x_y','Confirm Deletion of {1}: <span class=\"normal\">{2}</span>',2),(527,-1,'confirm_deletion_x','Confirm Deletion: <span class=\"normal\">{1}</span>',2),(528,-1,'continue','Continue',2),(529,-1,'control_panel_log','Control Panel Log',2),(530,-1,'controls','Controls',2),(531,-1,'customized_using_custom_permissions_for_this_usergroup','<b>Customised:</b> Using custom permissions for this usergroup',2),(532,-1,'database_backup','Database Backup',2),(533,-1,'default_view_age','Default View Age <dfn>(Default date cut-off for thread display)',2),(534,-1,'delete_all','Delete All',2),(535,-1,'delete_moderator','Delete Moderator',2),(536,-1,'descending','Descending',2),(537,-1,'description','Description',2),(538,-1,'detailed','Detailed',2),(539,-1,'diagnostics','Diagnostics',2),(540,-1,'display_order','Display Order',2),(541,-1,'download','Download',2),(542,-1,'edit','Edit',2),(543,-1,'edit_text','Edit Text',2),(544,-1,'either','Either',2),(545,-1,'enable_disable_features','Enable / Disable Features',2),(546,-1,'end_date','End Date',2),(547,-1,'error','Error',2),(548,-1,'exact_match','Exact Match',2),(549,-1,'execute_sql_query','Execute SQL Query',2),(550,-1,'expand_all','Expand All',2),(551,-1,'extensions_and_sizes','Extensions & Sizes',2),(552,-1,'field_required','Field Required',2),(553,-1,'filename','Filename',2),(554,-1,'find','Find',2),(555,-1,'find_all_threads_older_than_days','Find All Threads Older Than X Days',2),(556,-1,'find_updated_templates','Find Updated Templates',2),(557,-1,'forum_and_children','Forum <dfn>(Also applies to child forums)</dfn>',2),(558,-1,'generate_mailing_list','Generate Mailing List',2),(559,-1,'global_announcements','Global Announcements',2),(560,-1,'help','Help',2),(561,-1,'here_you_may_edit_forum_access_on_a_user_by_user_basis','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!)',2),(562,-1,'home_page','Home Page',2),(563,-1,'host_name','Host Name',2),(564,-1,'hour','Hour',2),(565,-1,'html_content_type','HTML Content Type',2),(566,-1,'hybrid','Hybrid',2),(567,-1,'if_you_are_not_automatically_redirected_click_here_x','If you are not automatically redirected, please <a href=\"{1}\">click here</a>.',2),(568,-1,'if_you_change_display_order','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',2),(569,-1,'image','Image',2),(570,-1,'import','Import',2),(571,-1,'import_xml_file','<b>OR</b> import the XML file from your server',2),(572,-1,'language','Language',2),(573,-1,'large_edit_box','Large Edit Box',2),(574,-1,'links','Links',2),(575,-1,'logged_in_user_x_executed_y_queries','Logged-in user: {1}; Executed {2} queries.',2),(576,-1,'logs','Logs',2),(577,-1,'maintenance','Maintenance',2),(578,-1,'mass_move','Mass Move',2),(579,-1,'max_length_of_allowed_user_input','Max length of allowed user input',2),(580,-1,'mime_type','Mime Type',2),(581,-1,'minimum_posts','Minimum Posts',2),(582,-1,'minute','Minute',2),(583,-1,'moderation','Moderation',2),(584,-1,'moderator_log','Moderator Log',2),(585,-1,'moderator_username','Moderator Username',2),(586,-1,'modify','Modify',2),(587,-1,'move','Move',2),(588,-1,'new','New',2),(589,-1,'no_file_uploaded_and_no_local_file_found','No file uploaded and no local file found. {1}',2),(590,-1,'no_one','No one',2),(591,-1,'no_posting','No Posting',2),(592,-1,'normal','Normal',2),(593,-1,'order_by','Order By',2),(594,-1,'order_by_date','Order By Date',2),(595,-1,'order_by_username','Order By User Name',2),(596,-1,'page','Page',2),(597,-1,'parent_forum','Parent Forum',2),(598,-1,'parent_style','Parent Style',2),(599,-1,'permanent','Permanent',2),(600,-1,'phrase_type','Phrase Type',2),(601,-1,'phrases','Phrases',2),(602,-1,'please_wait','Please Wait...',2),(603,-1,'primary_usergroup','Primary Usergroup',2),(604,-1,'processing_complete_proceed','Processing Complete - Proceed',2),(605,-1,'processing_x','Processing: {1}',2),(606,-1,'promotions','Promotions',2),(607,-1,'prune','Prune',2),(608,-1,'question','Question',2),(609,-1,'quick_search','Quick Search',2),(610,-1,'rebuild_style_information','Rebuild Style Information',2),(611,-1,'reminder','Reminder',2),(612,-1,'reminders','Reminders',2),(613,-1,'repeat_process','Repeat Process',2),(614,-1,'replace_with_text','Replace with Text',2),(615,-1,'reputation_level','Reputation Level',2),(616,-1,'restart','Restart',2),(617,-1,'results','Results',2),(618,-1,'revert','Revert',2),(619,-1,'save','Save',2),(620,-1,'save_display_order','Save Display Order',2),(621,-1,'save_open_groups_automatically','Save open groups automatically',2),(622,-1,'save_prefs','Save Prefs',2),(623,-1,'scheduled_task_log','Scheduled Task Log',2),(624,-1,'scheduled_tasks','Scheduled Tasks',2),(625,-1,'script','Script',2),(626,-1,'search_for_text','Search for Text',2),(627,-1,'search_in_x','Search in {1}',2),(628,-1,'select_forum','Select Forum',2),(629,-1,'set_default','Set Default',2),(630,-1,'setting_group','Setting Group',2),(631,-1,'settings_to_edit','Settings to Edit <dfn>Select the settings type you want to edit and click the \"Edit Settings\" button.</dfn>',2),(632,-1,'standard_using_default_usergroup_permissions','<b>Standard:</b> Using default usergroup permissions',2),(633,-1,'statistics','Statistics',2),(634,-1,'status','Status',2),(635,-1,'strip_poll','Strip Poll',2),(636,-1,'style','Style',2),(637,-1,'styles','Styles',2),(638,-1,'stylevar','Stylevar',2),(639,-1,'stylevars','StyleVars',2),(640,-1,'submit','Submit',2),(641,-1,'table','Table',2),(642,-1,'templates','Templates',2),(643,-1,'text','Text',2),(644,-1,'thumbnail','Thumbnail',2),(645,-1,'time','Time',2),(646,-1,'translations','Translations',2),(647,-1,'unknown_error','Unknown Error',2),(648,-1,'update','Update',2),(649,-1,'update_counters','Update Counters',2),(650,-1,'updated_x_styles','Updated {1} style(s)',2),(651,-1,'upload_xml_file','<b>EITHER</b> upload the XML file from your computer',2),(652,-1,'user_profile_field','User Profile Field',2),(653,-1,'user_profile_fields','User Profile Fields',2),(654,-1,'user_rank','User Rank',2),(655,-1,'user_reputation','User Reputation',2),(656,-1,'usergroup_options','Usergroup Options',2),(657,-1,'users','Users',2),(658,-1,'varname','Varname',2),(659,-1,'vbulletin_default','vBulletin Default <dfn>(Will be replaced by upgrade scripts)</dfn>',2),(660,-1,'vbulletin_options','vBulletin Options',2),(661,-1,'view_reputation_comments','View Reputation Comments',2),(662,-1,'who_voted','Who Voted',2),(663,-1,'x_enter_the_options_that_the_user_can_choose_from','{1}<dfn>Enter the options that the user can choose from. Separate each option with a new-line (carriage return).</dfn>',2),(664,-1,'x_from_the_calendar_y','{1}</i> from the calendar <i>{2}',2),(665,-1,'x_from_the_forum_y','{1}</i> from the forum <i>{2}',2),(666,-1,'x_to_y','{1} to {2}',2),(667,-1,'x_translation','{1} Translation',2),(668,-1,'x_y_id_z','{1}: <span class=\"normal\">{2} (id: {3})</span>',2),(669,-1,'yesterday_today','Yesterday / Today',2),(670,-1,'you_did_not_specify_a_file_to_upload','You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n{1}\\n\\nfrom the server\'s file system.\\n\\nAre you sure?',2),(671,-1,'zero_equals_no_display','Set to \'0\' to not display this item',2),(672,-1,'additional_functions','Additional Functions',3),(673,-1,'administrator','Administrator',3),(674,-1,'administrator_permissions_manager','Administrator Permissions Manager',3),(675,-1,'allow_member_groups','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>',3),(676,-1,'always_moderate_posts','Always Moderate This Group\'s Posts',3),(677,-1,'apply_permissions_to_forum','Apply Permissions to Forum <dfn>(Includes Sub-Forums)</dfn>',3),(678,-1,'apply_permissions_to_usergroup','Apply Permissions to Usergroups',3),(679,-1,'attachment_permissions','Attachment Permissions',3),(680,-1,'birthdays_viewable','Birthdays Viewable <dfn>(Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)</dfn>',3),(681,-1,'calendar_permissions','Calendar Permissions',3),(682,-1,'calendar_permissions_manager','Calendar Permissions Manager',3),(683,-1,'can_access_control_panel','Can Access Control Panel (is Administrator)',3),(684,-1,'can_administer_bbcodes','Can Administer BB Codes',3),(685,-1,'can_administer_calendars','Can Administer Calendars',3),(686,-1,'can_administer_cron','Can Administer CRON',3),(687,-1,'can_administer_faq','Can Administer FAQs',3),(688,-1,'can_administer_forums','Can Administer Forums',3),(689,-1,'can_administer_images','Can Administer Avatars / Icons / Smilies',3),(690,-1,'can_administer_languages','Can Administer Languages',3),(691,-1,'can_administer_settings','Can Administer Settings',3),(692,-1,'can_administer_styles','Can Administer Styles',3),(693,-1,'can_administer_threads','Can Administer Threads',3),(694,-1,'can_administer_user_permissions','Can Administer User Permissions',3),(695,-1,'can_administer_users','Can Administer Users',3),(696,-1,'can_ban_users','Can Ban Users',3),(697,-1,'can_delete_events','Can Delete Events',3),(698,-1,'can_delete_own_events','Can Delete Own Events',3),(699,-1,'can_delete_own_posts','Can Delete Own Posts',3),(700,-1,'can_delete_own_threads','Can Delete Own Threads',3),(701,-1,'can_delete_posts','Can Delete Posts',3),(702,-1,'can_deny_pm_receipt','Can Deny Private Message Read Receipt Request',3),(703,-1,'can_download_attachments','Can Download Attachments',3),(704,-1,'can_edit_events','Can Edit Events',3),(705,-1,'can_edit_own_events','Can Edit Own Events',3),(706,-1,'can_edit_own_posts','Can Edit Own Posts',3),(707,-1,'can_edit_own_profile','Can Edit Own Profile',3),(708,-1,'can_edit_own_user_notes','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>',3),(709,-1,'can_edit_polls','Can Edit Polls',3),(710,-1,'can_edit_posts','Can Edit Posts',3),(711,-1,'can_edit_threads','Can Edit Threads',3),(712,-1,'can_edit_user_avatars','Can Edit User Avatars',3),(713,-1,'can_edit_user_profile_pictures','Can Edit User Profile Pictures',3),(714,-1,'can_edit_user_reputation_comments','Can Edit User Reputation Comments',3),(715,-1,'can_edit_user_signatures','Can Edit User Signatures',3),(716,-1,'can_hide_reputation','Can Hide Reputation from Others',3),(717,-1,'can_leave_negative_reputation','Can Leave Negative Reputation',3),(718,-1,'can_manage_others_user_notes','Can Manage User Notes About Others',3),(719,-1,'can_manage_own_user_notes','Can Manage User Notes About Self',3),(720,-1,'can_manage_threads','Can Manage Threads',3),(721,-1,'can_mass_move_threads','Can Mass-Move Threads',3),(722,-1,'can_mass_prune_threads','Can Mass-Prune Threads',3),(723,-1,'can_moderate_attachments','Can Moderate Attachments',3),(724,-1,'can_moderate_events','Can Moderate Events',3),(725,-1,'can_moderate_posts','Can Moderate Posts',3),(726,-1,'can_move_events','Can Move Events',3),(727,-1,'can_move_own_threads','Can Move Own Threads',3),(728,-1,'can_open_close_own_threads','Can Open / Close Own Threads',3),(729,-1,'can_open_close_threads','Can Open / Close Threads',3),(730,-1,'can_override_primary_group_title','Can override primary group title/markup',3),(731,-1,'can_physically_delete_posts','Can Physically Delete Posts <dfn>(Completely removes the post from the database)</dfn>',3),(732,-1,'can_post_announcements','Can Post Announcements',3),(733,-1,'can_post_attachments','Can Post Attachments',3),(734,-1,'can_post_events','Can Post Events',3),(735,-1,'can_post_polls','Can Post Polls',3),(736,-1,'can_post_threads','Can Post Threads',3),(737,-1,'can_post_user_notes_about_others','Can Post User Notes About Others',3),(738,-1,'can_post_user_notes_about_self','Can Post User Notes About Self',3),(739,-1,'can_rate_threads','Can Rate Threads',3),(740,-1,'can_reply_to_others_threads','Can Reply to Others\' Threads',3),(741,-1,'can_reply_to_own_threads','Can Reply to Own Threads',3),(742,-1,'can_restore_banned_users','Can Restore Banned Users',3),(743,-1,'can_run_maintenance','Can Run Maintenance Tools',3),(744,-1,'can_run_upgrades','Can Run Upgrade Scripts',3),(745,-1,'can_search_forum','Can Search Forum',3),(746,-1,'can_search_forums','Can Search Forums',3),(747,-1,'can_see_deletion_notices','Can See Deletion Notices',3),(748,-1,'can_see_invisible_users','Can \'See\' Users Who Have Chosen to be Invisible While Online',3),(749,-1,'can_see_rep_left_for_others','Can See Reputation Left for Others',3),(750,-1,'can_see_who_left_user_ratings','Can See Who Left User Ratings',3),(751,-1,'can_set_forum_password','Can Set Forum Password',3),(752,-1,'can_set_self_invisible','Can Set Self to Invisible Mode',3),(753,-1,'can_upload_attachments','Can Upload Attachments',3),(754,-1,'can_upload_custom_avatars','Can Upload Custom Avatars',3),(755,-1,'can_upload_profile_pictures','Can Upload Profile Pictures',3),(756,-1,'can_use_custom_title','Can Use Custom Title',3),(757,-1,'can_use_email_to_friend','Can Use Email to Friend',3),(758,-1,'can_use_message_tracking','Can Use Message Tracking',3),(759,-1,'can_use_reputation','Can Use Reputation',3),(760,-1,'can_use_signatures','Can Use Signatures',3),(761,-1,'can_view_attachments','Can View Attachments',3),(762,-1,'can_view_board','Can View Forum',3),(763,-1,'can_view_calendar','Can View Calendar',3),(764,-1,'can_view_forum','Can View Forum',3),(765,-1,'can_view_hidden_custom_fields','Can View Private Custom Fields',3),(766,-1,'can_view_ip_addresses','Can View IP Addresses',3),(767,-1,'can_view_member_info','Can View Member Info',3),(768,-1,'can_view_others_events','Can View Others\' Events',3),(769,-1,'can_view_others_profile_pictures','Can View Others\' Profile Pictures',3),(770,-1,'can_view_others_threads','Can View Others\' Threads',3),(771,-1,'can_view_others_user_notes','Can View User Notes About Others',3),(772,-1,'can_view_own_user_notes','Can View User Notes About Self',3),(773,-1,'can_view_whole_profile','Can View Whole User Profile (but not edit)',3),(774,-1,'can_view_whos_online','Can View Who\'s Online',3),(775,-1,'can_view_wol_actual_location','Can view actual location of user (filepath/url).',3),(776,-1,'can_view_wol_bad_location','Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations',3),(777,-1,'can_view_wol_detail_location','Can View Detailed Location Info for Users',3),(778,-1,'can_vote_on_polls','Can Vote on Polls',3),(779,-1,'control_panel_style_choice','Control Panel Style Choice',3),(780,-1,'copy_permissions_from_forum','Copy Permissions from Forum <dfn>(Does <b>not</b> include sub-forums)</dfn>',3),(781,-1,'copy_permissions_from_group','Copy Permissions from User Group',3),(782,-1,'copy_permissions_to_forums','Copy Permissions to Forums',3),(783,-1,'copy_permissions_to_groups','Copy Permissions to User Groups',3),(784,-1,'custom_avatar_max_filesize','Custom Avatar Maximum File Size (bytes)',3),(785,-1,'custom_avatar_max_height','Custom Avatar Maximum Height (pixels)',3),(786,-1,'custom_avatar_max_width','Custom Avatar Maximum Width (pixels)',3),(787,-1,'custom_calendar_permissions','Custom Calendar Permissions',3),(788,-1,'customized_using_custom_permissions_for_this_usergroup','<b>Customized:</b> Using custom permissions for this usergroup',3),(789,-1,'default_forum_permissions','Default Forum Permissions',3),(790,-1,'delete_selected_permissions','Delete Selected Permissions',3),(791,-1,'deny_all','Deny All',3),(792,-1,'edit_forum_permissions','Edit Forum Permissions',3),(793,-1,'edit_forum_permissions_for_usergroup_x_in_forum_y','Edit Forum Permissions For Usergroup: </b>{1}<b> in Forum </b>{2}<b>',3),(794,-1,'edit_permissions','Edit Permissions',3),(795,-1,'forum_based_permission_duplicator','Forum-Based Permission Duplicator',3),(796,-1,'forum_permissions','Forum Permissions',3),(797,-1,'forum_permissions_manager','Forum Permissions Manager',3),(798,-1,'forum_viewing_permissions','Forum Viewing Permissions',3),(799,-1,'general_permissions','General Permissions',3),(800,-1,'inherited_using_custom_permissions_inherited_from_a_parent_forum','<b>Inherited:</b> Using custom permissions inherited from a parent forum',3),(801,-1,'is_banned_group','This Usergroup is a \'Banned\' Group <dfn>(This setting allows you to specify which of your user groups contain \'banned\' members. Your moderators will be able to \'ban\' users into this group if you specify \'Yes\' to this setting)</dfn>',3),(802,-1,'is_super_moderator','Can Moderate All Forums (is Super Moderator)',3),(803,-1,'making_x_a_member_of_the_usergroup_y','Making {1} a member of the usergroup {2}.',3),(804,-1,'maximum_recipients_to_send_pms','Maximum Recipients to Send PMs at a time:<dfn>Do not set this too high for performance reasons (set to 0 to disable)</dfn>',3),(805,-1,'maximum_stored_messages','Maximum Stored Messages:<dfn>If you set this to 0 users from this usergroup will not be able to use private messaging.</dfn>',3),(806,-1,'must_enable_custom_permissions','For this setting to have any effect, custom permissions for this usergroup must be enabled.',3),(807,-1,'note_groups_marked_with_a_asterisk','<b>Note</b>: Groups marked with a <b>*</b> can be selected by their members to override the username markup and user title from their primary usergroup.',3),(808,-1,'only_copy_permissions_from_forum','Only Copy Permissions from Forum <dfn>(Includes sub-forums)</dfn>',3),(809,-1,'only_copy_permissions_from_group','Only Copy Permissions from User Group',3),(810,-1,'order_by_forum','Order By Forum',3),(811,-1,'order_by_usergroup','Order By Usergroup',3),(812,-1,'other_users_can_be_posted','User Notes Can Be Posted About This Group',3),(813,-1,'overwrite_duplicate_entries','Overwrite Duplicate Entries',3),(814,-1,'overwrite_inherited_entries','Overwrite Inherited Entries',3),(815,-1,'password_expiry','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>',3),(816,-1,'password_history','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>',3),(817,-1,'permission_duplication_tools','Permission Duplication Tools',3),(818,-1,'permission_overwrite_notice','Note: These permissions will overwrite any existing permissions for this forum for the selected usergroups',3),(819,-1,'permissions','Permissions',3),(820,-1,'permissions_quick_editor','Permissions Quick Editor',3),(821,-1,'picture_uploading_permissions','Picture Uploading Permissions',3),(822,-1,'poll_permissions','Poll Permissions',3),(823,-1,'post_permissions','Post Permissions',3),(824,-1,'post_thread_permissions','Post / Thread Permissions',3),(825,-1,'private_message_permissions','Private Message Permissions',3),(826,-1,'profile_picture_max_filesize','Profile Picture Maximum File Size (bytes)',3),(827,-1,'profile_picture_max_height','Profile Picture Maximum Height (pixels)',3),(828,-1,'profile_picture_max_width','Profile Picture Maximum Width (pixels)',3),(829,-1,'quick_forum_permission_setup','Quick Forum Permission Setup',3),(830,-1,'show_edited_by_note_on_edited_messages','Show <i>edited by</i> note on edited messages?',3),(831,-1,'space_in_bytes_attachlimit','Space (in bytes) that a user\'s total attachment usage may consume <dfn>(Set to 0 to not have a limit)</dfn>',3),(832,-1,'use_custom_permissions','Use Custom Permissions',3),(833,-1,'use_default_permissions','Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)',3),(834,-1,'user_note_permissions','User Note Permissions',3),(835,-1,'user_permissions','User Permissions',3),(836,-1,'user_reputation_permissions','User Reputation Permissions',3),(837,-1,'usergroup_based_permission_duplicator','User Group-Based Permission Duplicator',3),(838,-1,'usergroup_user_title','User Title <dfn>(Use this to override the default \'ladder\' of <a href=\"usertitle.php\" target=\"_blank\">user titles</a>)</dfn>',3),(839,-1,'username_markup','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>',3),(840,-1,'view_control_panel_log','View Control Panel Log',3),(841,-1,'view_forum_permissions','View Forum Permissions',3),(842,-1,'view_permissions','View Permissions',3),(843,-1,'viewable_on_memberlist','Viewable on the Memberlist <dfn>(Sets whether or not users in this group will appear on the member list)</dfn>',3),(844,-1,'viewable_on_showgroups','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>',3),(845,-1,'whos_online_permissions','Who\'s Online Permissions',3),(846,-1,'x_access_masks_set','{1} Access Mask(s) set',3),(847,-1,'x_is_already_a_member_of_the_usergroup_y','{1} is <u>already a member</u> of the usergroup {2}.',3),(848,-1,'access_options','Access Options',4),(849,-1,'act_as_forum','Act as Forum <dfn>(Will act as category if no)</dfn>',4),(850,-1,'add_announcement','Add Announcement',4),(851,-1,'add_child_forum','Add Child Forum',4),(852,-1,'add_moderator','Add Moderator',4),(853,-1,'add_new_forum','Add New Forum',4),(854,-1,'allow_icons','Allow Post Icons',4),(855,-1,'allow_thread_ratings_in_this_forum','Allow Thread Ratings in this Forum',4),(856,-1,'apply_password_to_children','Apply This Password to Child Forums <dfn>(Only if changed)</dfn>',4),(857,-1,'are_you_sure_want_to_delete_forum_x','Are you <b>sure</b> you want to delete the forum called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',4),(858,-1,'are_you_sure_you_want_to_delete_this_forum','Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!',4),(859,-1,'can_have_password','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>',4),(860,-1,'count_posts_in_forum','Count Posts Made in this Forum Towards User Post Counts',4),(861,-1,'custom_forum_style','Custom Style for this Forum',4),(862,-1,'delete_forum','Delete Forum',4),(863,-1,'do_not_change_usergroup','DO NOT CHANGE USERGROUP',4),(864,-1,'edit_display_order','Edit Display Order',4),(865,-1,'edit_forum','Edit Forum',4),(866,-1,'edit_password','Edit Password',4),(867,-1,'emails_to_notify_when_post','Email Addresses to Notify When there is a New Post <dfn>(Separate each address with a SPACE)</dfn>',4),(868,-1,'emails_to_notify_when_thread','Email Addresses to Notify When there is a New Thread <dfn>(Separate each address with a SPACE)</dfn>',4),(869,-1,'empty_forums','Empty Forums',4),(870,-1,'expand','Expand',4),(871,-1,'forum_is_active','Forum is Active <dfn>(Will not appear if set to no, but remains accessible if the forum\'s URL is known)</dfn>',4),(872,-1,'forum_link','Forum Link <dfn>(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)</dfn>',4),(873,-1,'forum_manager','Forum Manager',4),(874,-1,'forum_open','Forum is Open <dfn>(Set this to \'No\' to prevent any <i>new</i> posts being made in this forum)</dfn>',4),(875,-1,'forum_password','Forum Password <dfn>(Optional: This acts in addition to any other permissions set for this forum)</dfn>',4),(876,-1,'forums_marked_asterisk_are_password_protected','Forums Marked <b>*</b> are Password-Protected',4),(877,-1,'index_new_posts','Index New Posts in Search Engine <dfn>(Setting this to \'No\' will prevent anyone from being able to search in this forum)</dfn>',4),(878,-1,'link','Link',4),(879,-1,'moderate_attachments','Moderate Attachments',4),(880,-1,'moderate_posts','Moderate Posts',4),(881,-1,'moderate_threads','Moderate Threads',4),(882,-1,'moderation_options','Moderation Options',4),(883,-1,'override_style_choice','Override Users\' Style Choice <dfn>(If this forum uses as custom style, this will force users with a different style choice to see the forum with the style <i>you</i> specified)</dfn>',4),(884,-1,'pda','PDA',4),(885,-1,'please_select_forum','Please select a forum',4),(886,-1,'posting_options','Posting Options',4),(887,-1,'require_moderator_validation_before_new_attachments_are_displayed','Require moderator validation before new attachments are displayed',4),(888,-1,'require_moderator_validation_before_new_posts_are_displayed','Require moderator validation before new posts are displayed',4),(889,-1,'require_moderator_validation_before_new_threads_are_displayed','Require moderator validation before new threads are displayed',4),(890,-1,'show_all_threads','Show all threads',4),(891,-1,'show_forum_on_forum_jump','Show this Forum and Child Forums on the Forum Jump Menu',4),(892,-1,'style_options','Style Options',4),(893,-1,'use_default_style','Use Default Style',4),(894,-1,'view_forum','View Forum',4),(895,-1,'view_full_version','View Full Version',4),(896,-1,'view_permissions','View Permissions',4),(897,-1,'warn_administrators','Warn Administrators <dfn>(By default, the post warning system will only notify the moderators of a forum. If you would also like to notify the forum administrators and super moderators, then enable this option)</dfn>',4),(898,-1,'within_the_last_x_days','Within the Last {1} Days',4),(899,-1,'x_replies','{1} replies',4),(900,-1,'add_new_calendar','Add New Calendar',5),(901,-1,'add_new_custom_field','Add New Custom Field',5),(902,-1,'add_new_event','Add New Event',5),(903,-1,'add_new_holiday','Add New Holiday',5),(904,-1,'add_new_moderator_to_calendar_x','Add New Moderator to Calendar <span class=\"normal\">{1}</span>',5),(905,-1,'all_day','All Day',5),(906,-1,'allow_user_to_input_their_own_value_for_this_custom_field','Allow user to input their own value for this Custom Field',5),(907,-1,'are_you_sure_want_to_delete_calendar_moderator_x','Are you <b>sure</b> you want to delete the calendar moderator called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',5),(908,-1,'are_you_sure_want_to_delete_calendar_x','Are you <b>sure</b> you want to delete the calendar called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',5),(909,-1,'are_you_sure_want_to_delete_custom_calendar_field_x','Are you <b>sure</b> you want to delete the custom calendar field called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',5),(910,-1,'are_you_sure_you_want_to_delete_the_holiday_called_x','Are you <b>sure</b> you want to delete the holiday called \'{1}\'?<br /><span class=\"smallfont\">(holidayid: {2})</span><br /><br />This action can not be un-done.',5),(911,-1,'ash_wednesday','Ash Wednesday',5),(912,-1,'ash_wednesday_desc','Ash Wednesday Holiday',5),(913,-1,'birthday_count_max_birthdays_per_day','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>',5),(914,-1,'birthdays','Birthdays',5),(915,-1,'calendar_item_count','{1} Count <dfn>(Sets the maximum number of {2} to be listed on a single day in the monthly view before a single link to all that day\'s {2} is shown instead)</dfn>',5),(916,-1,'calendar_jump','Calendar Jump',5),(917,-1,'calendar_manager','Calendar Manager',5),(918,-1,'calendar_mode','Calendar Mode',5),(919,-1,'calendar_permissions','Calendar Permissions',5),(920,-1,'carnival','Carnival',5),(921,-1,'carnival_desc','Carnival Holiday',5),(922,-1,'confirm_deletion_of_holiday_x','Confirm Deletion of Holiday: <span class=\"normal\">{1}</span>',5),(923,-1,'corpus_christi','Corpus Christi',5),(924,-1,'corpus_christi_desc','Corpus Christi Holiday',5),(925,-1,'custom_field','Custom Field',5),(926,-1,'custom_fields','Custom Fields',5),(927,-1,'date_first','First',5),(928,-1,'date_last','Last',5),(929,-1,'date_range_dfn','Date Range <dfn>Beginning and ending years in the format of: <br />Example: <b>{1}</b><br /><br />Start year must be greater than 1969. End Year must be less than 2038.</dfn>',5),(930,-1,'date_x_to_y','{1} to {2}',5),(931,-1,'default_view','Default View<dfn>View the user is presented with when they enter the calendar.</dfn>',5),(932,-1,'delete_event','Delete Event',5),(933,-1,'delete_reminder_for_this_event','Delete Reminder for this Event',5),(934,-1,'delete_reminders','Delete Reminders',5),(935,-1,'easter','Easter',5),(936,-1,'easter_desc','Easter Holiday',5),(937,-1,'edit_calendar_permissions_for_usergroup_x_in_calendar_y','Edit Calendar Permissions For Usergroup: </b>{1}<b> in Calendar </b>{2}<b>',5),(938,-1,'edit_event','Edit Event',5),(939,-1,'edit_moderator_x_for_calendar_y','Edit Moderator </b>{1}<b> for Calendar </b>{2}<b>',5),(940,-1,'emails_to_notify_when_event','Email Addresses to Notify When There is a New Event <dfn>(Separate each address with a SPACE)</dfn>',5),(941,-1,'end','End',5),(942,-1,'event_count_max_events_per_day','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>',5),(943,-1,'event_date','Event Date',5),(944,-1,'event_information','Event Information',5),(945,-1,'event_notification','Event Notification',5),(946,-1,'event_options','Event Options',5),(947,-1,'event_posted_for_timezone_x','This event was posted for time zone <b>{1}</b> so it will appear to occur on a different day on your calendar.',5),(948,-1,'event_poster','Event Poster',5),(949,-1,'event_reminder','Event Reminder',5),(950,-1,'event_title_cutoff','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>',5),(951,-1,'events','Events',5),(952,-1,'every','Every',5),(953,-1,'every_weekday','Every weekday',5),(954,-1,'every_x_days','<label for=\"rb_pattern_1\"><input type=\"radio\" name=\"pattern\" value=\"1\" id=\"rb_pattern_1\" tabindex=\"1\" {1} />Every</label>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"dailybox\" size=\"3\" maxlength=\"2\" value=\"{2}\" tabindex=\"1\" /> day(s)',5),(955,-1,'every_x_y','Every {1} {2}',5),(956,-1,'fourth','Fourth',5),(957,-1,'friday_abbr','Fri',5),(958,-1,'friday_short','F',5),(959,-1,'good_friday','Good Friday',5),(960,-1,'good_friday_desc','Good Friday Holiday',5),(961,-1,'holiday','Holiday',5),(962,-1,'if_you_would_like_to_remove_this_moderator','If You Would Like to Remove this Moderator',5),(963,-1,'jump_to_month','Jump to month',5),(964,-1,'members_with_birthdays_on_x','Members with Birthdays on {1}',5),(965,-1,'midday','Midday',5),(966,-1,'midnight','Midnight',5),(967,-1,'moderate_events','Moderate Events',5),(968,-1,'moderation_options','Moderation Options',5),(969,-1,'monday_abbr','Mon',5),(970,-1,'monday_short','M',5),(971,-1,'monthly_view','Monthly View',5),(972,-1,'move_event','Move Event',5),(973,-1,'move_event_to_calendar','Move Event to Calendar',5),(974,-1,'of','of',5),(975,-1,'of_every_x_months','of every\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"{1}\" size=\"3\" maxlength=\"2\" value=\"{2}\" tabindex=\"1\" />\r\n month(s)',5),(976,-1,'palm_sunday','Palm Sunday',5),(977,-1,'palm_sunday_desc','Palm Sunday Holiday',5),(978,-1,'pentecost','Pentecost',5),(979,-1,'pentecost_desc','Pentecost Holiday',5),(980,-1,'ranged_event','Ranged Event',5),(981,-1,'recur_every_x_weeks','<label for=\"rb_pattern_3\"><input type=\"radio\" name=\"pattern\" value=\"3\" id=\"rb_pattern_3\" tabindex=\"1\" {1} />Every</label>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"weeklybox\" size=\"3\" maxlength=\"2\" value=\"{2}\" tabindex=\"1\" /> week(s) on',5),(982,-1,'recurrence_pattern','Recurrence Pattern',5),(983,-1,'recurring_event','Recurring Event',5),(984,-1,'recurring_option','Recurring Option',5),(985,-1,'request_reminder_for_this_event','Request Reminder for this Event',5),(986,-1,'require_moderator_validation_before_new_events_are_displayed','Require moderator validation before new events are displayed',5),(987,-1,'saturday_abbr','Sat',5),(988,-1,'saturday_short','S',5),(989,-1,'save_event','Save Event',5),(990,-1,'selected_events','Selected Events:',5),(991,-1,'show_birthdays_on_this_calendar','Show Birthdays on this Calendar',5),(992,-1,'show_easter_holidays_on_this_calendar','Show predefined holidays on this Calendar',5),(993,-1,'show_holidays_on_this_calendar','Show admin defined holidays on this Calendar',5),(994,-1,'show_today','Show Today',5),(995,-1,'show_weekend','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>',5),(996,-1,'single_all_day_event','Single, All Day Event',5),(997,-1,'start','Start',5),(998,-1,'start_of_week','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>',5),(999,-1,'sunday_abbr','Sun',5),(1000,-1,'sunday_short','S',5),(1001,-1,'the_dropdown','The',5),(1002,-1,'the_x_y_of_z','The {1} {2} of {3}',5),(1003,-1,'third','Third',5),(1004,-1,'this_event_occurs_every_weekday','This event occurs every weekday',5),(1005,-1,'this_event_occurs_every_x_days','This event occurs every {1} day(s)',5),(1006,-1,'this_event_occurs_every_x_weeks_on_y','This event occurs every {1} week(s) on {2}',5),(1007,-1,'this_event_occurs_every_x_y','This event occurs every {1} {2}',5),(1008,-1,'this_event_occurs_on_day_x_of_every_y_months','This event occurs on day {1} of every {2} month(s)',5),(1009,-1,'this_event_occurs_on_every_x_y_of_z','This event occurs on every {1} {2} of {3}',5),(1010,-1,'this_event_occurs_on_the_x_y_of_every_z_months','This event occurs on the {1} {2} of every {3} month(s)',5),(1011,-1,'thursday_abbr','Thu',5),(1012,-1,'thursday_short','T',5),(1013,-1,'time_x_to_y','{1} to {2}',5),(1014,-1,'time_zone','Time Zone',5),(1015,-1,'to_delete_this_event','To delete this event, click this box and press the \'Delete Event\' button.',5),(1016,-1,'tuesday_abbr','Tue',5),(1017,-1,'tuesday_short','T',5),(1018,-1,'view_event','View Event',5),(1019,-1,'view_this_week_in_detail','View This Week in Detail',5),(1020,-1,'wednesday_abbr','Wed',5),(1021,-1,'wednesday_short','W',5),(1022,-1,'weekly','Weekly',5),(1023,-1,'weekly_view','Weekly View',5),(1024,-1,'x_birthday','{1}\'s birthday',5),(1025,-1,'x_birthdays','{1} Birthdays',5),(1026,-1,'yearly','Yearly',5),(1027,-1,'yearly_view','Yearly View',5),(1028,-1,'you_have_no_event_reminders','You have no event reminders.',5),(1029,-1,'add_a_single_avatar','Add a Single Avatar',6),(1030,-1,'add_a_single_post_icon','Add a Single Post Icon',6),(1031,-1,'add_a_single_smilie','Add a Single Smilie',6),(1032,-1,'add_avatar','Add Avatar',6),(1033,-1,'add_avatars','Add Avatars',6),(1034,-1,'add_multiple_avatars','Add Multiple Avatars',6),(1035,-1,'add_multiple_post_icons','Add Multiple Post Icons',6),(1036,-1,'add_multiple_smilies','Add Multiple Smilies',6),(1037,-1,'add_new_attachment_type','Add New Attachment Type',6),(1038,-1,'add_new_avatar','Add New Avatar',6),(1039,-1,'add_new_avatar_category','Add New Avatar Category',6),(1040,-1,'add_new_extension','Add New Extension',6),(1041,-1,'add_new_post_icon','Add New Post Icon',6),(1042,-1,'add_new_post_icon_category','Add New Post Icon Category',6),(1043,-1,'add_new_smilie','Add New Smilie',6),(1044,-1,'add_new_smilie_category','Add New Smilie Category',6),(1045,-1,'add_post_icon','Add Post Icon',6),(1046,-1,'add_post_icons','Add Post Icons',6),(1047,-1,'add_smilie','Add Smilie',6),(1048,-1,'add_smilies','Add Smilies',6),(1049,-1,'adding_multiple_avatars_reading_from_x','Adding Multiple Avatars </b>Reading from {1}<b>',6),(1050,-1,'adding_multiple_post_icons_reading_from_x','Adding Multiple Post Icons </b>Reading from {1}<b>',6),(1051,-1,'adding_multiple_smilies_reading_from_x','Adding Multiple Smilies </b>Reading from {1}<b>',6),(1052,-1,'are_you_sure_want_to_delete_avatar_x','Are you <b>sure</b> you want to delete the avatar called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',6),(1053,-1,'are_you_sure_want_to_delete_post_icon_x','Are you <b>sure</b> you want to delete the post icon called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',6),(1054,-1,'are_you_sure_want_to_delete_smilie_x','Are you <b>sure</b> you want to delete the smilie called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',6),(1055,-1,'are_you_sure_you_want_to_delete_the_attachment_type_x','Are you sure you want to delete the attachment type: \'{1}\'?',6),(1056,-1,'are_you_sure_you_want_to_delete_the_attachment_x','Are you sure you want to delete the attachment: \'{1}\'?',6),(1057,-1,'are_you_sure_you_want_to_delete_the_avatar_category_called_x','Are you sure you want to delete the avatar category called: \'{1}\'?\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}\\t\\t</select>',6),(1058,-1,'are_you_sure_you_want_to_delete_the_post_icon_category_called_x','Are you sure you want to delete the post icon category called: \'{1}\'?<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}\\t\\t</select>',6),(1059,-1,'are_you_sure_you_want_to_delete_the_smilie_category_called_x','Are you sure you want to delete the Smilie category called: \'{1}\'?<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}\\t\\t</select>',6),(1060,-1,'are_you_sure_you_want_to_delete_these_attachments','Are you sure you want to delete these attachments?',6),(1061,-1,'attached_after','Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>',6),(1062,-1,'attached_before','Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>',6),(1063,-1,'attached_by','Attached By <dfn>(username)</dfn>',6),(1064,-1,'attachment_file_path_dfn','Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>',6),(1065,-1,'attachment_filename_contains','Attachment Filename Contains',6),(1066,-1,'attachment_is_visible','Attachment is Visible',6),(1067,-1,'attachment_manager','Attachment Manager',6),(1068,-1,'attachment_removal','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}<br />\r\nTotal Attachments Processed: {2}<br /><br />\r\n<b>The above two values should be the same!</b><br/></br>\r\nNumber of Attachments that were 0 bytes: {3}<br />\r\nNumber of Attachments that could not be created: {4}',6),(1069,-1,'attachment_type','Attachment Type',6),(1070,-1,'attachmentid_start_at','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>',6),(1071,-1,'attachments_are_currently_being_stored_in_the_database','Attachments are currently being stored in the database',6),(1072,-1,'attachments_are_currently_being_stored_in_the_filesystem_at_x','Attachments are currently being stored in the filesystem at {1}',6),(1073,-1,'attachments_to_show_per_page','Attachments to Show Per Page',6),(1074,-1,'avatar','Avatar',6),(1075,-1,'avatar_category','Avatar Category',6),(1076,-1,'avatar_file_path','Avatar File Path',6),(1077,-1,'avatar_file_path_dfn','Avatar File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>',6),(1078,-1,'avatar_manager','Avatar Manager',6),(1079,-1,'avatar_permissions','Avatar Permissions',6),(1080,-1,'avatars_are_currently_being_served_from_the_database','Avatars are currently being served from the database',6),(1081,-1,'avatars_are_currently_being_served_from_the_filesystem_at_x','Avatars are currently being served from the filesystem at {1}',6),(1082,-1,'avatars_deleted','Avatars Deleted',6),(1083,-1,'avatars_file_path','Avatars File Path',6),(1084,-1,'avatars_manager','Avatars Manager',6),(1085,-1,'avatars_to_show_per_page','Avatars to Show Per Page',6),(1086,-1,'average_attachment_filesize','Average Attachment Filesize',6),(1087,-1,'can_use_this_avatar_category','Can Use This Avatar Category',6),(1088,-1,'can_use_this_post_icon_category','Can Use This Post Icon Category',6),(1089,-1,'can_use_this_smilie_category','Can Use This Smilie Category',6),(1090,-1,'click_here_to_continue_processing_attachments','Click here to continue processing attachments',6),(1091,-1,'click_here_to_continue_processing_avatars','Click here to continue processing avatars',6),(1092,-1,'confirm_attachment_removal','Confirm Attachment Removal',6),(1093,-1,'confirm_deletion_of_attachment_type_x','Confirm Deletion of Attachment Type: <span class=\"normal\">{1}</span>',6),(1094,-1,'confirm_deletion_of_avatar_category_x','Confirm Deletion of Avatar Category: <span class=\"normal\">{1}</span>',6),(1095,-1,'confirm_deletion_of_post_icon_category_x','Confirm Deletion of Post Icon Category: <span class=\"normal\">{1}</span>',6),(1096,-1,'confirm_deletion_of_smilie_category_x','Confirm Deletion of Smilie Category: <span class=\"normal\">{1}</span>',6),(1097,-1,'contains','Contains',6),(1098,-1,'database','Database',6),(1099,-1,'delete_selected_attachments','Delete Selected Attachments',6),(1100,-1,'disk_space_used','Disk Space Used',6),(1101,-1,'downloads','Downloads',6),(1102,-1,'downloads_greater_than','More Than X Downloads',6),(1103,-1,'downloads_less_than','Less Than X Downloads',6),(1104,-1,'edit_attachment_types','Edit Attachment Types',6),(1105,-1,'edit_avatar_categories','Edit Avatar Categories',6),(1106,-1,'edit_post_icon_categories','Edit Post Icon Categories',6),(1107,-1,'edit_smilie_categories','Edit Smilie Categories',6),(1108,-1,'edit_storage_type','Edit Storage Type',6),(1109,-1,'enabled','Enabled',6),(1110,-1,'extension','Extension',6),(1111,-1,'file_removal','We have completed moving attachments to the database.\r\nPresently, the attachments still remain in the filesystem.\r\nIf you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the filesystem.\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.',6),(1112,-1,'filesize','Filesize',6),(1113,-1,'filesize_greater_than','Filesize Greater Than <dfn>(bytes)</dfn>',6),(1114,-1,'filesize_less_than','Filesize Less Than <dfn>(bytes)</dfn>',6),(1115,-1,'filesystem','Filesystem',6),(1116,-1,'filetype','filetype',6),(1117,-1,'finalize','Finalize',6),(1118,-1,'find_all_attachments_older_than_days','Find All Attachments Older Than X Days',6),(1119,-1,'five_largest_attachments','Five Largest Attachments',6),(1120,-1,'five_most_popular_attachments','Five Most Popular Attachments',6),(1121,-1,'five_users_most_attachment_space','Five Users Whose Attachments Take Up the Most Space',6),(1122,-1,'max_height_dfn','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, swf, psd, tif and tiff.</dfn>',6),(1123,-1,'max_width_dfn','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, swf, psd, tif and tiff.</dfn>',6),(1124,-1,'maximum_filesize','Maximum Filesize',6),(1125,-1,'maximum_filesize_dfn','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>',6),(1126,-1,'maximum_height','Max Height',6),(1127,-1,'maximum_width','Max Width',6),(1128,-1,'mime_type_dfn','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>',6),(1129,-1,'move_items_from_database_into_filesystem','Move Items from Database into File System',6),(1130,-1,'move_items_from_filesystem_into_database','Move Items from File System into Database',6),(1131,-1,'move_items_to_a_different_directory','Move Items to a Different Directory',6),(1132,-1,'number_of_attachments_to_process_per_cycle','Number of attachments to process per cycle',6),(1133,-1,'number_of_avatars_to_process_per_cycle','Number of Avatars to process per cycle',6),(1134,-1,'open_new_window','Open in New Browser Window?',6),(1135,-1,'pages','Pages',6),(1136,-1,'permissions_for_avatar_category_x','Permissions For Avatar Category <span class=\"normal\">{1}</span>',6),(1137,-1,'permissions_for_post_icon_category_x','Permissions For Post Icon Category <span class=\"normal\">{1}</span>',6),(1138,-1,'permissions_for_smilie_category_x','Permissions For Smilie Category <span class=\"normal\">{1}</span>',6),(1139,-1,'post_icon','Post Icon',6),(1140,-1,'post_icon_category','Post Icon Category',6),(1141,-1,'post_icon_file_path','Post Icon File Path',6),(1142,-1,'post_icon_file_path_dfn','Post Icon File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>',6),(1143,-1,'post_icon_manager','Post Icon Manager',6),(1144,-1,'post_icon_permissions','Post Icon Permissions',6),(1145,-1,'post_icons_deleted','Post Icons Deleted',6),(1146,-1,'post_icons_file_path','Post Icons File Path',6),(1147,-1,'post_icons_to_show_per_page','Post Icons to Show Per Page',6),(1148,-1,'processing_avatar','Processing Avatar',6),(1149,-1,'processing_post_icon','Processing Post Icon',6),(1150,-1,'processing_smilie','Processing Smilie',6),(1151,-1,'prune_attachments','Prune Attachments',6),(1152,-1,'removing_dir_x_failed','Removing dir: {1} <strong>[FAILED]</strong>',6),(1153,-1,'removing_file_x_failed','Removing file: {1} <strong>[FAILED]</strong>',6),(1154,-1,'show_all_avatars','Show All Avatars',6),(1155,-1,'show_all_post_icons','Show All Post Icons',6),(1156,-1,'show_all_smilies','Show all Smilies',6),(1157,-1,'showing_attachments_x_to_y_of_z','Showing Attachments {1} to {2} of {3}',6),(1158,-1,'smilie','Smilie',6),(1159,-1,'smilie_category','Smilie Category',6),(1160,-1,'smilie_file_path','Smilie File Path',6),(1161,-1,'smilie_file_path_dfn','Smilie File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>',6),(1162,-1,'smilie_manager','Smilie Manager',6),(1163,-1,'smilie_permissions','Smilie Permissions',6),(1164,-1,'smilies_deleted','Smilies Deleted',6),(1165,-1,'smilies_file_path','Smilies File Path',6),(1166,-1,'smilies_to_show_per_page','Smilies to Show Per Page',6),(1167,-1,'storage_type','Storage Type',6),(1168,-1,'text_to_replace','Text to Replace',6),(1169,-1,'total_attachments','Total Attachments',6),(1170,-1,'total_downloads','Total Downloads',6),(1171,-1,'total_size','Total Size',6),(1172,-1,'unable_to_create_file','Unable to create file.',6),(1173,-1,'uncategorized','uncategorized',6),(1174,-1,'upload_avatar','Upload Avatar',6),(1175,-1,'upload_post_icon','Upload Post Icon',6),(1176,-1,'upload_smilie','Upload Smilie',6),(1177,-1,'uploaded_avatar_successfully','Uploaded Avatar Successfully',6),(1178,-1,'uploaded_post_icon_successfully','Uploaded Post Icon Successfully',6),(1179,-1,'uploaded_smilie_successfully','Uploaded Smilie Successfully',6),(1180,-1,'url_to_avatars_relative_to_your_forums_home_page','URL to avatars <dfn>(Relative to your forums home page)</dfn>',6),(1181,-1,'view_attachments','View Attachments',6),(1182,-1,'view_largest_attachments','View Largest Attachments',6),(1183,-1,'view_most_popular_attachments','View Most Popular Attachments',6),(1184,-1,'view_newest_attachments','View Newest Attachments',6),(1185,-1,'view_oldest_attachments','View Oldest Attachments',6),(1186,-1,'visible','Visible',6),(1187,-1,'we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem','<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 or 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>',6),(1188,-1,'we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database','<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 disk space in the supplied path or 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>',6),(1189,-1,'we_are_ready_to_attempt_to_move_your_avatars_from_database_to_filesystem','<p>We are ready to attempt to move your Avatars from the Database to the Filesystem.</p> <p>It is possible that you might not have enough disk space in the supplied path or 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>',6),(1190,-1,'we_are_ready_to_attempt_to_move_your_avatars_from_filesystem_to_database','<p>We are ready to attempt to move your Avatars from the Filesystem to the Database.</p> <p>It is possible that you might not have enough disk space in the supplied path or 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>',6),(1191,-1,'written_filesize_is_zero','Written Filesize is Zero. You may have ran out of space.',6),(1192,-1,'0_matches_found','0 Matches Found',7),(1193,-1,'add_child_style','Add Child Style',7),(1194,-1,'add_new_replacement_variable','Add New Replacement Variable',7),(1195,-1,'add_new_style','Add New Style',7),(1196,-1,'add_new_template','Add New Template',7),(1197,-1,'additional_css','Additional CSS Definitions',7),(1198,-1,'additional_css_description','Advanced Users: <dfn> <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 <style> tag</dfn>',7),(1199,-1,'additional_functions','Additional Functions',7),(1200,-1,'align_center','Align Center',7),(1201,-1,'align_left','Align Left',7),(1202,-1,'align_right','Align Right',7),(1203,-1,'alignment','Alignment',7),(1204,-1,'all_style_options','All Style Options',7),(1205,-1,'all_template_groups','All Template Groups',7),(1206,-1,'are_you_sure_want_to_delete_replacement_variable_x','Are you <b>sure</b> you want to delete the replacement variable called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',7),(1207,-1,'are_you_sure_want_to_delete_style_x','Are you <b>sure</b> you want to delete the style called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',7),(1208,-1,'are_you_sure_want_to_revert_replacement_variable_x','Are you <b>sure</b> you want to revert the replacement variable called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',7),(1209,-1,'are_you_sure_want_to_revert_template_x','Are you <b>sure</b> you want to revert the template called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',7),(1210,-1,'attachment_icons_folder','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>',7),(1211,-1,'attachment_is_visible','Attachment is Visible',7),(1212,-1,'available_fonts','Available Fonts',7),(1213,-1,'available_sizes','Available Sizes',7),(1214,-1,'background','Background',7),(1215,-1,'bbcode_pulldown_menu_desc','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.',7),(1216,-1,'body','Body',7),(1217,-1,'body_desc','\'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.',7),(1218,-1,'border','Border',7),(1219,-1,'buddy_list','Buddy List',7),(1220,-1,'buttons','Buttons',7),(1221,-1,'buttons_desc','\'Buttons\' is used to style form buttons such as submit and reset, along with any other <input type="button" ... /> elements.',7),(1222,-1,'buttons_folder','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>',7),(1223,-1,'case_insensitive','Case-Insensitive',7),(1224,-1,'category_strips','Category Strips',7),(1225,-1,'category_strips_desc','\'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.',7),(1226,-1,'click_the_expand_collapse_button','Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the {1} group of templates.',7),(1227,-1,'closed_thread_image','Closed Thread Image',7),(1228,-1,'code_block_width','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>',7),(1229,-1,'collapse_all_template_groups','Collapse All Template Groups',7),(1230,-1,'collapse_template_group','Collapse Template Group',7),(1231,-1,'collapse_templates','Collapse Templates',7),(1232,-1,'collapse_x','Collapse {1}',7),(1233,-1,'color_picker_not_ready','The color picker is still loading, please wait.',7),(1234,-1,'common_templates','Common Templates',7),(1235,-1,'confirm_removal_of_copyright_notice','Confirm Removal of vBulletin Copyright Notice',7),(1236,-1,'copy','Copy',7),(1237,-1,'create_new_style','Create New Style',7),(1238,-1,'creating_a_new_style_called_x','Creating a new Style called \'<i>{1}</i>\'',7),(1239,-1,'css','CSS',7),(1240,-1,'css_selector_x','CSS Selector: {1}',7),(1241,-1,'css_value_invalid','Error: {1} is not a valid value for a CSS entry.',7),(1242,-1,'custom_templates','Custom Templates',7),(1243,-1,'customize','Customize',7),(1244,-1,'customize_further','Customize Further',7),(1245,-1,'customize_replacement_variable_x','Customize Replacement Variable: <span class=\"normal\">{1}</span>',7),(1246,-1,'customize_template_x','Customize Template: <span class=\"normal\">{1}</span>',7),(1247,-1,'customized_in_a_parent_style_x','Customized in a <a href=\"#\" onclick=\"js_show_style_info({1}); return false;\">Parent Style</a>',7),(1248,-1,'customized_in_this_style','Customized in this Style',7),(1249,-1,'default_template_updated_desc','Default Template Updated in <i>{1}</i> by <b>{2}</b><br /> Your Custom Template Last Edited in <i>{3}</i> by <b>{4}</b>',7),(1250,-1,'delete_style','Delete Style',7),(1251,-1,'depth_x_items','Depth {1} Items',7),(1252,-1,'download_style_advanced_options','If you would like advanced options for this download, click \'Ok\',\\notherwise click \'Cancel\' for a standard download.',7),(1253,-1,'edit_fonts_colors_etc','Edit Fonts / Colors etc.',7),(1254,-1,'edit_settings','Edit Settings',7),(1255,-1,'edit_style_options','Edit Style Options',7),(1256,-1,'edit_styles','Edit Styles',7),(1257,-1,'edit_template','Edit Template',7),(1258,-1,'edit_templates','Edit Templates',7),(1259,-1,'editor_styles_button_down','Editor buttons in clicked state',7),(1260,-1,'editor_styles_button_hover','Editor buttons in hover state',7),(1261,-1,'editor_styles_button_normal','Editor buttons in normal state',7),(1262,-1,'editor_styles_button_selected','Editor buttons in selected state',7),(1263,-1,'editor_styles_menu_down','Editor menu items in clicked state (WYSIWYG only)',7),(1264,-1,'editor_styles_menu_hover','Editor menu items in hover state (WYSIWYG only)',7),(1265,-1,'editor_styles_menu_normal','Editor menu items in normal state (WYSIWYG only)',7),(1266,-1,'editor_styles_popup_down','Editor popup controls in clicked state (WYSIWYG only)',7),(1267,-1,'expand_all_template_groups','Expand All Template Groups',7),(1268,-1,'expand_template_group','Expand Template Group',7),(1269,-1,'expand_templates','Expand Templates',7),(1270,-1,'expand_x','Expand {1}',7),(1271,-1,'extra_css','Extra CSS Attributes',7),(1272,-1,'find_and_replace_in_templates','Find and Replace in Templates (be careful!)',7),(1273,-1,'first_alternating_color','First Alternating Color',7),(1274,-1,'first_alternating_color_desc','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.',7),(1275,-1,'following_options_apply_only_if_new_style','The following options apply only if you are creating a new style, rather than overwriting an existing style',7),(1276,-1,'font_color','Font Color',7),(1277,-1,'font_family','Font Family',7),(1278,-1,'font_size','Font Size',7),(1279,-1,'font_style','Font Style',7),(1280,-1,'fonts_colors_etc','Fonts / Colors etc.',7),(1281,-1,'form_spacer_size','Form Element Spacer Size (pixels) <dfn>(This is the size of the spacer used to separate blocks of form elements)</dfn>',7),(1282,-1,'form_width','Form Width (pixels) <dfn>(This value specifies the width in pixels of most forms in the vBulletin interface)</dfn>',7),(1283,-1,'form_width_usercp','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>',7),(1284,-1,'forum_jump_menu','Forum Jump Menu',7),(1285,-1,'function_name','Function Name',7),(1286,-1,'get_customizations_from_parent_styles','Get customizations made in this style <b>and all parent styles</b>',7),(1287,-1,'get_customizations_from_this_style_only','Get customizations made <b>only in this style</b>',7),(1288,-1,'global_templates','Global Templates',7),(1289,-1,'group_attachment_list','Attachment List',7),(1290,-1,'group_bb_code_layout','BB Code Layout',7),(1291,-1,'group_buddy_list','Buddy List',7),(1292,-1,'group_calendar','Calendar',7),(1293,-1,'group_editor','Editor',7),(1294,-1,'group_faq','FAQ',7),(1295,-1,'group_forum_display','Forum Display',7),(1296,-1,'group_forum_home','Forum Home',7),(1297,-1,'group_help','Help',7),(1298,-1,'group_instant_messaging','Instant Messaging',7),(1299,-1,'group_member_info','Member Info',7),(1300,-1,'group_members_list','Member\'s List',7),(1301,-1,'group_modify_user_option','Modify User Option',7),(1302,-1,'group_navigation_breadcrumb','Navigation / Breadcrumb',7),(1303,-1,'group_new_posting','New Posting',7),(1304,-1,'group_page_navigation','Page Navigation',7),(1305,-1,'group_paid_subscriptions','Paid Subscriptions',7),(1306,-1,'group_php_include_code','PHP Include Code',7),(1307,-1,'group_poll','Poll',7),(1308,-1,'group_post_icon','Post Icon',7),(1309,-1,'group_postbit','Postbit',7),(1310,-1,'group_printable_thread','Printable Thread',7),(1311,-1,'group_private_message','Private Message',7),(1312,-1,'group_registration','Registration',7),(1313,-1,'group_search','Search',7),(1314,-1,'group_show_groups','Show Groups',7),(1315,-1,'group_show_thread','Show Thread',7),(1316,-1,'group_smilie_popup','Smilie Popup',7),(1317,-1,'group_subscribed_thread','Subscribed Thread',7),(1318,-1,'group_thread_administration','Thread Administration',7),(1319,-1,'group_threadbit','Threadbit',7),(1320,-1,'group_user_control_panel','User Control Panel',7),(1321,-1,'group_user_note','User Note',7),(1322,-1,'group_user_profile_field','User Profile Field',7),(1323,-1,'group_user_reputation','User Reputation',7),(1324,-1,'group_who_posted','Who Posted?',7),(1325,-1,'group_whos_online','Who\'s Online',7),(1326,-1,'highlighted_font','Highlighted Font',7),(1327,-1,'highlighted_font_desc','\'Highligted Font\' is used primarily to highlight search words in search results, but is used occasionally elsewhere too.',7),(1328,-1,'hover_link','Hover',7),(1329,-1,'html_doctype','HTML Doctype',7),(1330,-1,'ignore_style_version','Ignore Style Version <dfn>Use style file <b>even</b> if it was created by a different version of vBulletin?</dfn>',7),(1331,-1,'image_paths','Image Paths',7),(1332,-1,'images_folder','Images Folder',7),(1333,-1,'import_style_xml_file','Import Style XML File',7),(1334,-1,'importing_style','Importing Style',7),(1335,-1,'including_master_style','Including MASTER STYLE',7),(1336,-1,'inherit','Inherit',7),(1337,-1,'inner_border_width','Inner Border Width (pixels) <dfn>(This value specifies the width in pixels of the inner-border of all colored tables)</dfn>',7),(1338,-1,'inner_table_width','Inner Table Width (pixels or percentage) <dfn>(This is the width given to every table within your vBulletin pages)</dfn>',7),(1339,-1,'input_fields','Input Fields',7),(1340,-1,'input_fields_desc','\'Input Fields\' is used to style single and multi-line text boxes in forms.',7),(1341,-1,'internet_explorer_4','Internet Explorer 4+',7),(1342,-1,'it_appears_you_are_removing_vbulletin_copyright','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.',7),(1343,-1,'justified','Justified',7),(1344,-1,'legend_desc','Use this setting to set the style of the <legend> text that appears in the border of <frameset> tags in forms.',7),(1345,-1,'main_css','Main CSS',7),(1346,-1,'main_table_width','Main Table Width (pixels or percentage) <dfn>(This is the width of the table that contains all your vBulletin content)</dfn>',7),(1347,-1,'master_style','MASTER STYLE',7),(1348,-1,'menus','<select> Menus',7),(1349,-1,'menus_desc','All <select> elements will be styled with this control.',7),(1350,-1,'message_width','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>',7),(1351,-1,'message_width_usercp','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>',7),(1352,-1,'misc_images_folder','Miscellaneous Images Folder\r\n<dfn>This folder contains the various images that do not fit into other category.</dfn>',7),(1353,-1,'navbar_text','Navbar Text',7),(1354,-1,'navbar_text_desc','This group of settings controls the style of the navigation bread-crumb in the Navbar.',7),(1355,-1,'netscape_4','Netscape Navigator 4.x',7),(1356,-1,'netscape_6','Netscape Navigator 6.x / Mozilla 1.x',7),(1357,-1,'new_reply_image','New Reply Image',7),(1358,-1,'new_thread_image','New Thread Image',7),(1359,-1,'no_parent_style','No Parent Style',7),(1360,-1,'no_replacements_defined','No replacement variables are defined for this style',7),(1361,-1,'no_styles_needed_updating','No styles needed updating',7),(1362,-1,'normal_link','Normal',7),(1363,-1,'notes_for_using_regex_in_find_replace','Notes for Using Regular Expressions with Find and Replace',7),(1364,-1,'old_template_table_dropped','Old Template Table Dropped',7),(1365,-1,'outer_border_width','Outer Border Width (pixels) <dfn>(This value specifies the width in pixels of the outer-border of all colored tables)</dfn>',7),(1366,-1,'overwrite_style','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>',7),(1367,-1,'overwriting_style_x','Overwriting Style \'<i>{1}</i>\'',7),(1368,-1,'padding','Padding',7),(1369,-1,'page_background','Page Background',7),(1370,-1,'page_background_desc','\'Page Background\' is used primarily to set the background and text colors of the inner-page area.',7),(1371,-1,'panel','Panel (Forms)',7),(1372,-1,'panel_desc','\'Panel\' is used to create a panel in which most form elements are displayed.',7),(1373,-1,'panel_surround','Panel Surround',7),(1374,-1,'panel_surround_desc','This style is used for the thick border that surrounds the panel used for most forms.',7),(1375,-1,'please_be_aware_replacement_variable_is_inherited','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.',7),(1376,-1,'please_be_aware_template_is_inherited','Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.',7),(1377,-1,'please_be_aware_this_will_delete_custom_templates','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.',7),(1378,-1,'poll_images_folder','Poll Images Folder\r\n<dfn>This folder contains the various images used to build the colored bars in poll voting results.</dfn>',7),(1379,-1,'popup_menu_body','Popup Menu Body',7),(1380,-1,'popup_menu_body_desc','This style is applied to the outer body of \'vbmenu\' popup menus.',7),(1381,-1,'popup_menu_control','Popup Menu Controls',7),(1382,-1,'popup_menu_control_desc','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.',7),(1383,-1,'popup_menu_hilite','Popup Menu Highlighted Option',7),(1384,-1,'popup_menu_hilite_desc','When a menu option is highlighted due to the mouse moving over it, it will temporarily be assigned this style.',7),(1385,-1,'popup_menu_option','Popup Menu Option Row',7),(1386,-1,'popup_menu_option_desc','This style is applied to each row inside a \'vbmenu\' popup menu.',7),(1387,-1,'post_icon','Post Icon',7),(1388,-1,'preview','Preview',7),(1389,-1,'rating_images_folder','Ratings Images Folder\r\n<dfn>This folder contains the images used to illustrate the rating applied to an item (usually a thread).</dfn>',7),(1390,-1,'rebuild_all_styles','Rebuild All Styles',7),(1391,-1,'regex_help','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!<br /><br />Example usage: Find <b><img (.*)/?></b> and replace with <b><img \\1 /></b> would find all <img> tags and make them XHTML compliant by adding the closing slash. The actual command executed from this would be:<br /><br /><code style=\"font-size:10pt\">preg_replace(\'#<span class=\"col-i\"><img (.*)/?></span>#siU\', \'<span class=\"col-i\"><img \\1 /></span>\', $template);</code>',7),(1392,-1,'regular_expression_used','Regular Expression Used',7),(1393,-1,'replacement_variable','Replacement Variable',7),(1394,-1,'replacement_variable_is_customized_in_this_style','Replacement Variable is Customized in this Style',7),(1395,-1,'replacement_variable_is_inherited_from_a_parent_style','Replacement Variable is Inherited From a Parent Style',7),(1396,-1,'replacement_variable_is_unchanged_from_the_default_style','Replacement Variable is Unchanged From the Default Style',7),(1397,-1,'replacement_variable_manager','Replacement Variable Manager',7),(1398,-1,'replacement_variables','Replacement Variables',7),(1399,-1,'reputation_images_folder','Reputation Images Folder\r\n<dfn>This folder contains the small images used to display a user\'s current reputation.</dfn>',7),(1400,-1,'revert_all_templates','Revert all Templates',7),(1401,-1,'revert_all_templates_from_style_x','Are you sure you want to revert all templates from the style called \'{1}\'?<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}</ul>\r\nThis action can not be undone.',7),(1402,-1,'revert_this_group_of_settings','To revert this group of settings to their inherited value, tick this box and submit the form.',7),(1403,-1,'save_css','Save CSS',7),(1404,-1,'search_in_all_styles','Search in all Styles',7),(1405,-1,'search_in_style','Search in Style',7),(1406,-1,'search_in_template','Search in Template',7),(1407,-1,'search_in_templates','Search in Templates',7),(1408,-1,'search_templates','Search Templates',7),(1409,-1,'second_alternating_color','Second Alternating Color',7),(1410,-1,'second_alternating_color_desc','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. ',7),(1411,-1,'selected_item','Selected Item',7),(1412,-1,'settings','Settings',7),(1413,-1,'show_default','Show Default',7),(1414,-1,'show_thread','Show Thread',7),(1415,-1,'sizes_and_dimensions','Sizes and Dimensions',7),(1416,-1,'small_font','Small Font',7),(1417,-1,'small_font_desc','On occasions where smaller-than-normal text is required, this style will be applied.',7),(1418,-1,'smilie_popup','Smilie Popup',7),(1419,-1,'spacer_size','Spacer Size (pixels) <dfn>(Spacing between the body border and the main content)</dfn>',7),(1420,-1,'standard_css','Standard CSS Attributes',7),(1421,-1,'statusicon_folder','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>',7),(1422,-1,'strongly_recommend_testing_regex_replace','It is <b>strongly</b> recommended that you use the \'test\' option before actually performing a regex replace.',7),(1423,-1,'style_manager','Style Manager',7),(1424,-1,'subscribed_thread','Subscribed Thread',7),(1425,-1,'table_border','Table Border',7),(1426,-1,'table_border_desc','\'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.',7),(1427,-1,'table_cell_padding','Table Cell Padding (pixels) <dfn>(This value allows you to set the cellpadding for all tables in vBulletin)</dfn>',7),(1428,-1,'table_footer','Table Footer',7),(1429,-1,'table_footer_desc','Some tables have an additional bar at their base to hold extra controls etc. \'Table Footer\' is used to style these.',7),(1430,-1,'table_header','Table Header',7),(1431,-1,'table_header_desc','\'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\'.',7),(1432,-1,'table_styles','Table Styles',7),(1433,-1,'template','Template',7),(1434,-1,'template_condition_contains_functions','The following template conditional expression contains function calls',7),(1435,-1,'template_eval_error','The following error occurred when attempting to evaluate this template:<br /><i>{1}</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.',7),(1436,-1,'template_is_customized_in_this_style','Template is Customized in this Style',7),(1437,-1,'template_is_inherited_from_a_parent_style','Template is Inherited From a Parent Style',7),(1438,-1,'template_is_unchanged_from_the_default_style','Template is Unchanged From the Default Style',7),(1439,-1,'template_last_edited_js','Last edited {1} {2} {3} at {4}:{5} by {6}',7),(1440,-1,'template_options','Template Options',7),(1441,-1,'temporary_template_table_created','Temporary Template Table Created',7),(1442,-1,'temporary_template_table_populated_with_x_templates','Temporary Template Table Populated with {1} Templates',7),(1443,-1,'temporary_template_table_renamed','Temporary Template Table Renamed',7),(1444,-1,'test_replace_only','Test Replacement Only <dfn>(This will show you the results of doing this find/replace, without actually updating the templates)</dfn>',7),(1445,-1,'text_decoration','Text Decoration',7),(1446,-1,'text_desc','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 <td> tags etc.',7),(1447,-1,'text_editor_control_desc','These settings allow you to control how controls on the WYSIWYG and standard text editor toolbars appear.',7),(1448,-1,'text_editor_controls_folder','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>',7),(1449,-1,'textarea_columns','Textarea Columns',7),(1450,-1,'third_alternating_color','Third Alternating Color',7),(1451,-1,'this_item_is_customized_in_the_parent_style_called_x','This item is customized in the parent style called\\n\\n\'{1}\'.',7),(1452,-1,'this_template_has_been_customized_in_a_parent_style','This template has been customized within the {1} style, (a parent set of the {2} style).<br /><br />You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the {1} style.<br /><br />If you would like to edit the {3} template within the {1} parent style, <a href=\"{4}\">Click Here</a>.',7),(1453,-1,'this_template_has_been_customized_in_this_style','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.',7),(1454,-1,'this_template_has_not_been_customized','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.',7),(1455,-1,'thread_administration','Thread Administration',7),(1456,-1,'threadbit','Threadbit',7),(1457,-1,'time_color','Time Color',7),(1458,-1,'time_color_desc','\'Time Color\' is applied to (most) instances of a time stamp being displayed.',7),(1459,-1,'title_for_uploaded_style','Title for Uploaded Style <dfn>(Leave blank to use the style title specified in the style file)</dfn>',7),(1460,-1,'title_image','Title Image\r\n<dfn>This is the image located in the \'header\' template, used as the main logo for your forum.</dfn>',7),(1461,-1,'toolbar_menu_options','Toolbar Menu Options',7),(1462,-1,'updated_default_templates','Updated Default Templates',7),(1463,-1,'updated_default_templates_desc','The templates shown on this page have been updated in the default template set since you customized them.<br /> <br /> It may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin {1}',7),(1464,-1,'updating_style_information_for_each_style','Updating style information for each style...',7),(1465,-1,'updating_style_information_for_x','Updating Style Information for \'{1}\' and child styles...',7),(1466,-1,'updating_styles_with_no_parents','Updating style sets with no parent information',7),(1467,-1,'updating_template_ids','Updating Template IDs',7),(1468,-1,'usage_in_expression','Usage in Expression',7),(1469,-1,'use_regular_expressions','Use Regular Expressions <dfn>(see notes below)</dfn>',7),(1470,-1,'user_note','User Note',7),(1471,-1,'view_original','View Original',7),(1472,-1,'view_quickref','View QuickRef',7),(1473,-1,'view_your_forum_using_this_style','View Your Forum Using this Style',7),(1474,-1,'visited_link','Visited',7),(1475,-1,'with_a_few_exceptions_function_calls_are_not_permitted','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:',7),(1476,-1,'wrap_text','Wrap Text',7),(1477,-1,'wysiwyg_editor_style','WYSIWYG Editor (Should usually be the same as \'{1}\' or \'{2}\')',7),(1478,-1,'wysiwyg_editor_style_desc','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.',7),(1479,-1,'x_links_css','{1} Links CSS',7),(1480,-1,'x_templates','{1} Templates',7),(1481,-1,'x_y_matches_found','{1} {2} Matches Found',7),(1482,-1,'admin_control_panel_failed_logins','Admin Control Panel Failed Logins',8),(1483,-1,'all_log_entries','All Log Entries',8),(1484,-1,'all_scheduled_tasks','All Scheduled Tasks',8),(1485,-1,'all_scripts','All Scripts',8),(1486,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log','Are you sure you want to prune {1} log entries from the control panel log?',8),(1487,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log','Are you sure you want to prune {1} log entries from the moderator log?',8),(1488,-1,'are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log','Are you sure you want to prune {1} log entries from the scheduled task log?',8),(1489,-1,'control_panel_log_pruning_permission_restricted','Control Panel log pruning permission restricted.',8),(1490,-1,'control_panel_log_viewer','Control Panel Log Viewer',8),(1491,-1,'control_panel_log_viewer_page_x_y_there_are_z_total_log_entries','Control Panel Log Viewer (page {1}/{2}) | There are {3} total log entries.',8),(1492,-1,'control_panel_log_viewing_restricted','Control Panel log viewing restricted.',8),(1493,-1,'directory','Directory',8),(1494,-1,'id','ID',8),(1495,-1,'info','Info',8),(1496,-1,'log_entries','Log Entries',8),(1497,-1,'log_entries_to_show_per_page','Log Entries to Show Per Page',8),(1498,-1,'log_file_deletion_restricted','Log file deletion restricted.',8),(1499,-1,'moderator_log_viewer','Moderator Log Viewer',8),(1500,-1,'moderator_log_viewer_page_x_y_there_are_z_total_log_entries','Moderator Log Viewer (page {1}/{2}) | There are {3} total log entries.',8),(1501,-1,'order_by_action','Order By Action',8),(1502,-1,'order_by_script','Order By Script',8),(1503,-1,'prune_control_panel_log','Prune Control Panel Log',8),(1504,-1,'prune_log_entries','Prune Log Entries',8),(1505,-1,'prune_moderator_log','Prune Moderator Log',8),(1506,-1,'prune_scheduled_task_log','Prune Scheduled Task Log',8),(1507,-1,'remove_entries_logged_by_user','Remove Entries Logged by User',8),(1508,-1,'remove_entries_older_than_days','Remove Entries Older Than (Days)',8),(1509,-1,'remove_entries_related_to_action','Remove Entries Relating to Action',8),(1510,-1,'remove_entries_relating_to_script','Remove Entries Relating to Script',8),(1511,-1,'scheduled_task_log_viewer','Scheduled Task Log Viewer',8),(1512,-1,'scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries','Scheduled Task Log Viewer (page {1}/{2}) | There are {3} total log entries.',8),(1513,-1,'show_only_entries_generated_by','Show Only Entries Generated By',8),(1514,-1,'show_only_entries_relating_to_script','Show Only Entries Relating to Script',8),(1515,-1,'vbulletin_database_errors','vBulletin Database Errors',8),(1516,-1,'view_logs','View Logs',8),(1517,-1,'want_to_access_grant_access_to_this_script','Want to restrict/grant access to this script?',8),(1518,-1,'add_new_avatars','Add New Avatars',9),(1519,-1,'add_new_bb_code','Add New BB Code',9),(1520,-1,'add_new_calendar','Add New Calendar',9),(1521,-1,'add_new_faq_item','Add New FAQ Item',9),(1522,-1,'add_new_forum','Add New Forum',9),(1523,-1,'add_new_post_icon','Add New Post Icon',9),(1524,-1,'add_new_scheduled_task','Add New Scheduled Task',9),(1525,-1,'add_new_smilie','Add New Smilie',9),(1526,-1,'add_new_subscription','Add New Subscription',9),(1527,-1,'add_new_user','Add New User',9),(1528,-1,'add_new_user_profile_field','Add New User Profile Field',9),(1529,-1,'add_new_user_rank','Add New User Rank',9),(1530,-1,'add_new_user_reputation','Add New User Reputation',9),(1531,-1,'add_new_user_title','Add New User Title',9),(1532,-1,'add_new_usergroup','Add New Usergroup',9),(1533,-1,'admin_help_manager','Admin Help Manager',9),(1534,-1,'administrator_notes','Administrator Notes',9),(1535,-1,'attachment_storage_type','Attachment Storage Type',9),(1536,-1,'attachment_usage','Attachment Usage',9),(1537,-1,'attachments_awaiting_moderation','Moderated Attachments',9),(1538,-1,'avatar_manager','Avatar Manager',9),(1539,-1,'avatar_storage_type','Avatar Storage Type',9),(1540,-1,'ban_user','Ban User',9),(1541,-1,'bb_code_manager','BB Code Manager',9),(1542,-1,'business_development','Business Development',9),(1543,-1,'calendar_manager','Calendar Manager',9),(1544,-1,'calendar_permissions','Calendar Permissions',9),(1545,-1,'calendars','Calendars',9),(1546,-1,'collapse_all','Collapse All',9),(1547,-1,'collapse_setting_group','Collapse Setting Group',9),(1548,-1,'community_forums','Community Forums',9),(1549,-1,'control_panel_home','Control Panel Home',9),(1550,-1,'custom_avatar_usage','Avatar Usage',9),(1551,-1,'custom_bb_codes','Custom BB Codes',9),(1552,-1,'custom_profile_picture_usage','Profile Picture Usage',9),(1553,-1,'custom_signature_picture_usage','Custom Signature Picture Disk Usage',9),(1554,-1,'database_data_usage','Data Usage',9),(1555,-1,'database_index_usage','Index Usage',9),(1556,-1,'download_latest_version','Download Latest Version',9),(1557,-1,'download_upload_languages','Download / Upload Languages',9),(1558,-1,'download_upload_styles','Download / Upload Styles',9),(1559,-1,'download_vbulletin_x_from_members_area','Click here to download vBulletin {1} from the Members\' Area',9),(1560,-1,'due_tasks','Due Tasks',9),(1561,-1,'events_awaiting_moderation','Moderated Events',9),(1562,-1,'expand_setting_group','Expand Setting Group',9),(1563,-1,'extra','Extra',9),(1564,-1,'faq_manager','FAQ Manager',9),(1565,-1,'file_uploads_disabled','FILE_UPLOADS Disabled',9),(1566,-1,'forum_home_page','Forum Home Page',9),(1567,-1,'forum_manager','Forum Manager',9),(1568,-1,'forum_permissions','Forum Permissions',9),(1569,-1,'graphics_development','Graphics Development',9),(1570,-1,'holiday_manager','Holiday Manager',9),(1571,-1,'language_manager','Language Manager',9),(1572,-1,'languages','Languages',9),(1573,-1,'latest_version_available_x','Latest version available: {1}',9),(1574,-1,'log_manager','Log Manager',9),(1575,-1,'members_area','Members\' Area',9),(1576,-1,'merge_users','Merge Users',9),(1577,-1,'moderate_attachments','Moderate Attachments',9),(1578,-1,'moderate_events','Moderate Events',9),(1579,-1,'moderate_posts','Moderate Posts',9),(1580,-1,'moderate_threads','Moderate Threads',9),(1581,-1,'mysql','MySQL',9),(1582,-1,'mysql_language_lookup','MySQL Language Lookup',9),(1583,-1,'mysql_max_packet_size','MySQL Packet Size',9),(1584,-1,'new_posts_today','New Posts Today',9),(1585,-1,'new_threads_today','New Threads Today',9),(1586,-1,'new_users_today','New Users Today',9),(1587,-1,'no_frames_support','Your browser does not support frames. Please get one that does!',9),(1588,-1,'other_contributions_from','Other Contributions From',9),(1589,-1,'php_function_lookup','PHP Function Lookup',9),(1590,-1,'php_max_post_size','PHP Max Post Size',9),(1591,-1,'php_max_upload_size','PHP Maximum Upload Size',9),(1592,-1,'php_memory_limit','PHP Memory Limit',9),(1593,-1,'phrase_manager','Phrase Manager',9),(1594,-1,'please_note_deleting_this_item_will_remove_children','<b>Please note</b>: deleting this item will also remove any child entries of this item.',9),(1595,-1,'post_icon_manager','Post Icon Manager',9),(1596,-1,'posts_awaiting_moderation','Moderated Posts',9),(1597,-1,'private_message_statistics','Private Message Statistics',9),(1598,-1,'product_manager','Product Manager',9),(1599,-1,'prune_users','Prune / Move Users',9),(1600,-1,'quick_administrator_links','Quick Administrator Links',9),(1601,-1,'quick_moderator_links','Quick Moderator Links',9),(1602,-1,'quick_user_finder','Quick User Finder',9),(1603,-1,'reference_manual','Reference Manual',9),(1604,-1,'referrals','Referrals',9),(1605,-1,'repair_optimize_tables','Repair / Optimize Tables',9),(1606,-1,'replacement_variable_manager','Replacement Variable Manager',9),(1607,-1,'revert_prefs','Revert Prefs',9),(1608,-1,'safe_mode','Safe Mode',9),(1609,-1,'scheduled_task_manager','Scheduled Task Manager',9),(1610,-1,'search_for_users','Search for Users',9),(1611,-1,'search_in_phrases','Search in Phrases',9),(1612,-1,'search_in_templates','Search in Templates',9),(1613,-1,'search_ip_addresses','Search IP Addresses',9),(1614,-1,'send_email_to_users','Send Email to Users',9),(1615,-1,'server_load_averages','Server Load Averages',9),(1616,-1,'server_type','Server Type',9),(1617,-1,'show_all_moderators','Show All Moderators',9),(1618,-1,'smilie_manager','Smilie Manager',9),(1619,-1,'software_developed_by','Software Developed By',9),(1620,-1,'software_development','Software Development',9),(1621,-1,'style_manager','Style Manager',9),(1622,-1,'subscription_manager','Subscription Manager',9),(1623,-1,'sure_you_want_to_log_out_of_cp','Are you sure you want to log out of the control panel?',9),(1624,-1,'test_communication','Test Communication',9),(1625,-1,'there_is_a_newer_vbulletin_version','There is a newer version of vBulletin available to download',9),(1626,-1,'threads_awaiting_moderation','Moderated Threads',9),(1627,-1,'unique_registered_visitors_today','Unique Members Today',9),(1628,-1,'upload_avatar','Upload Avatar',9),(1629,-1,'upload_post_icon','Upload Post Icon',9),(1630,-1,'upload_smilie','Upload Smilie',9),(1631,-1,'useful_links','Useful Links',9),(1632,-1,'user_profile_field_manager','User Profile Field Manager',9),(1633,-1,'user_rank_manager','User Rank Manager',9),(1634,-1,'user_ranks','User Ranks',9),(1635,-1,'user_reputation_manager','User Reputation Manager',9),(1636,-1,'user_reputations','User Reputations',9),(1637,-1,'user_title_manager','User Title Manager',9),(1638,-1,'user_titles','User Titles',9),(1639,-1,'usergroup_manager','Usergroup Manager',9),(1640,-1,'users_awaiting_moderation','Moderated Users',9),(1641,-1,'users_online_x_members_y_guests','{1} Users Online ({2} members and {3} guests)',9),(1642,-1,'vbulletin_developers_and_contributors','vBulletin Developers & Contributors',9),(1643,-1,'view_banned_users','View Banned Users',9),(1644,-1,'view_permissions','View Permissions',9),(1645,-1,'view_php_info','View PHP info',9),(1646,-1,'view_reminders','View Reminders',9),(1647,-1,'web_server','Web Server',9),(1648,-1,'welcome_to_the_vbulletin_admin_control_panel','Welcome to the vBulletin Admin Control Panel',9),(1649,-1,'welcome_to_the_vbulletin_moderator_control_panel','Welcome to the vBulletin Moderator Control Panel',9),(1650,-1,'you_are_running_vbulletin_version_x','You are currently running vBulletin version {1}',9),(1651,-1,'you_have_x_tasks_due','You have {1} tasks now due or overdue',9),(1652,-1,'your_version_of_vbulletin_is_up_to_date','Your version of vBulletin ({1}) is up-to-date.',9),(1653,-1,'add_new_promotion','Add New Promotion',10),(1654,-1,'edit_promotions','Edit Promotions',10),(1655,-1,'greater_or_equal_to','Greater or Equal to',10),(1656,-1,'less_than','Less Than',10),(1657,-1,'move_user_to_usergroup','Move User to Usergroup',10),(1658,-1,'move_user_to_usergroup_description','Jumping is evaluated based on the time period defined in the Scheduled Tasks section (Default: Every 1 Hour)',10),(1659,-1,'promotion_strategy','Promotion Strategy',10),(1660,-1,'promotion_strategy1','Posts and Reputation and Date',10),(1661,-1,'promotion_strategy2','Posts or Reputation or Date',10),(1662,-1,'promotion_strategy3','(Posts and Reputation) or Date',10),(1663,-1,'promotion_strategy4','Posts and (Reputation or Date)',10),(1664,-1,'promotion_strategy5','(Posts or Reputation) and Date',10),(1665,-1,'promotion_strategy6','Posts or (Reputation and Date)',10),(1666,-1,'promotion_strategy7','Reputation and (Posts or Date)',10),(1667,-1,'promotion_strategy8','Reputation or (Posts and Date)',10),(1668,-1,'promotion_strategy_description','Choose the way that you wish the above values to be evaluated',10),(1669,-1,'promotion_type','Promotion Type',10),(1670,-1,'promotion_type_description_primary_additional','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',10),(1671,-1,'reputation_comparison_type','Reputation Comparison Type',10),(1672,-1,'activate_your_account','Activate Your Account',11),(1673,-1,'activation_code','Activation Code',11),(1674,-1,'add_x_to_ignore_list','Add {1} to Your Ignore List',11),(1675,-1,'add_x_to_your_buddylist','Add {1} to your Buddy List',11),(1676,-1,'additional_information','Additional Information',11),(1677,-1,'additional_users','Additional Users',11),(1678,-1,'administrators_may_send_email','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.',11),(1679,-1,'aim_screen_name','AIM Screen Name',11),(1680,-1,'all','All',11),(1681,-1,'allow_daylight_savings_time','In addition, you may set the appropriate option to allow for daylight savings time in your part of the world.',11),(1682,-1,'allow_members_send_you_email','You can allow other members to send you email messages.',11),(1683,-1,'allow_vcard_download','Allow vCard Download',11),(1684,-1,'anyone_free_to_join_group','Anyone is free to join this usergroup',11),(1685,-1,'are_you_sure_you_want_to_add_x','Add {1} to your list?',11),(1686,-1,'are_you_sure_you_want_to_remove_x','Remove {1} from your list?',11),(1687,-1,'attachments_posted_by_x','Attachments Posted by {1}',11),(1688,-1,'automatically_detect_dst_settings','Automatically detect DST settings',11),(1689,-1,'avatar','Avatar',11),(1690,-1,'avatar_category','Avatar Category',11),(1691,-1,'avatars_small_graphics_short','Avatars are small graphics that are displayed under your username whenever you post.',11),(1692,-1,'basic_editor_simple_text_box','Basic Editor - A simple text box',11),(1693,-1,'birth_date','Birth Date',11),(1694,-1,'birthday','Birthday',11),(1695,-1,'board_can_be_shown_any_language','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.',11),(1696,-1,'board_language','Forum Language',11),(1697,-1,'board_skin','Forum Skin',11),(1698,-1,'browsing_when_receive_pm_popup','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.',11),(1699,-1,'can_automatically_subscribe','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}\">subscribed threads</a>, with the option to receive email notification of new replies to that thread.',11),(1700,-1,'can_email_when_sends_you_pm','The forum can send a message to your email address to inform you when someone sends you a private message.',11),(1701,-1,'cannot_leave_primary_group','Cannot leave primary group',11),(1702,-1,'choose_thread_display_mode','Here you can choose the display mode for threads. For a full explanation of the modes, please view <a href=\"{1}\">this help page</a>.',11),(1703,-1,'click_button_below_edit_email','Please click the button below to edit your email address and password.',11),(1704,-1,'click_here_to_email_x','Click Here to Email {1}',11),(1705,-1,'comment','Comment',11),(1706,-1,'confirm_new_email_address','Confirm New Email Address',11),(1707,-1,'confirm_new_password','Confirm New Password',11),(1708,-1,'contact_info','Contact Info',11),(1709,-1,'coppa_information','COPPA Information',11),(1710,-1,'current_password_expired','Your current password has expired. Please change it now.',11),(1711,-1,'current_reputation_level_is_displayed','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} reputation points.',11),(1712,-1,'currently_using_x_to_store_y_attachments','You are currently using {1} to store {2} uploaded attachments.',11),(1713,-1,'custom_avatar','Custom Avatar',11),(1714,-1,'custom_profile_picture','Custom Profile Picture',11),(1715,-1,'custom_user_title','Custom User Title',11),(1716,-1,'date_time_options','Date & Time Options',11),(1717,-1,'default_thread_age_cut_off','Default Thread Age Cut Off',11),(1718,-1,'default_thread_subscription_mode','Default Thread Subscription Mode',11),(1719,-1,'delete_current_profile_pic','Delete current profile picture?',11),(1720,-1,'display_permissions_form','Display Permissions Form',11),(1721,-1,'do_not_subscribe','Do not subscribe',11),(1722,-1,'do_not_use_an_avatar','Do not use an avatar',11),(1723,-1,'download_vcard','Download vCard',11),(1724,-1,'dst_correction_option','DST Correction Option',11),(1725,-1,'dst_corrections_always_off','DST corrections always off',11),(1726,-1,'dst_corrections_always_on','DST corrections always on',11),(1727,-1,'edit_email_address','Edit Email Address',11),(1728,-1,'edit_password','Edit Password',11),(1729,-1,'email_activation_codes','Email Activation Codes',11),(1730,-1,'email_and_password','Email & Password',11),(1731,-1,'enable_private_messaging','Enable Private Messaging',11),(1732,-1,'enhanced_interface_wysiwyg','Enhanced Interface - Full WYSIWYG Editing',11),(1733,-1,'enter_avatar_url','Enter Avatar URL',11),(1734,-1,'enter_birth_date_controls','If you enter your birth date using the controls provided here, other forum visitors will be able to see your birthday on the forum calendar and in your profile. Adding your year of birth is optional.',11),(1735,-1,'enter_password_to_continue','Enter your present password to continue',11),(1736,-1,'enter_profile_picture_url','Enter Profile Picture URL',11),(1737,-1,'entering_message_three_interface','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.',11),(1738,-1,'features_private_messaging_system','This forum features a <a href=\"{1}\">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.',11),(1739,-1,'find_all_threads_started_by_x','Find all threads started by {1}',11),(1740,-1,'find_last_post','Find last post',11),(1741,-1,'find_posts','Find Posts',11),(1742,-1,'following_groups_available_to_join','The following groups are available for you to join',11),(1743,-1,'forum_info','Forum Info',11),(1744,-1,'group_leaders','Group leaders',11),(1745,-1,'have_custom_avatar_want_as_is','If you have a custom avatar and want to keep it as it is, leave the fields below as they are.',11),(1746,-1,'home_page','Home Page',11),(1747,-1,'home_page_url','Home Page URL',11),(1748,-1,'icq_number','ICQ Number',11),(1749,-1,'identify_as_member_of_group','Identify me as a member of this group',11),(1750,-1,'if_under_13_provide_parent','If you are aged under 13, you must provide the email address of your parent or guardian.',11),(1751,-1,'ignore_list','Ignore List',11),(1752,-1,'including_attached_and_img_code','including attached images and images in [IMG] code',11),(1753,-1,'instant','Instant',11),(1754,-1,'invisible_mode','Invisible Mode',11),(1755,-1,'invisible_mode_allows','Invisible mode allows you to browse the forums without appearing in the \'Currently Active Users\' lists.',11),(1756,-1,'join_group','Join Group',11),(1757,-1,'joining_conditions','Joining Conditions',11),(1758,-1,'last_visit','Last Visit',11),(1759,-1,'latest_reputation_received','Latest Reputation Received',11),(1760,-1,'leader_of_this_group','You are a leader of this group',11),(1761,-1,'leave_group','Leave Group',11),(1762,-1,'let_other_visitors_know_url','If you would like to let other visitors to this site know the URL of your own web site, enter it here.',11),(1763,-1,'linear','Linear',11),(1764,-1,'list_members','List Members',11),(1765,-1,'login_privacy','Login & Privacy',11),(1766,-1,'make_changes_parent_notified','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}\">administrator</a> with your username, and your account will be changed.',11),(1767,-1,'may_allow_users_tdownload_vcard','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.',11),(1768,-1,'may_be_identified_member_groups','You may choose to be identified as a member of the following groups',11),(1769,-1,'may_enter_identity_for_im','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.',11),(1770,-1,'may_select_predefined_as_avatar','You may select one of the following pre-defined images to use as your avatar:',11),(1771,-1,'may_upload_custom_image','You may upload a new custom image using the controls below. Either enter the URL to the image you wish to use, or use the upload control to upload an image directly from your own computer.',11),(1772,-1,'may_upload_custom_image_controls','You may upload a new custom image using the controls below. Either enter the URL to the image you wish to use, or use the upload control to upload an image directly from your own computer.',11),(1773,-1,'member_of_following_groups','You are a member of the following groups',11),(1774,-1,'members_of_usergroup','Members of Usergroup',11),(1775,-1,'message_editor_interface','Message Editor Interface',11),(1776,-1,'messaging_notification','Messaging & Notification',11),(1777,-1,'miscellaneous_options','Miscellaneous Options',11),(1778,-1,'msn_messenger_handle','MSN Messenger Handle',11),(1779,-1,'new_email_address','New Email Address',11),(1780,-1,'new_password','New Password',11),(1781,-1,'new_private_messages','New Private Messages',11),(1782,-1,'new_subscribed_threads','New Subscribed Threads',11),(1783,-1,'newest_first','Newest First',11),(1784,-1,'no_avatar_specified','No Avatar Specified',11),(1785,-1,'no_subscribed_threads_to_display','There are no subscribed threads to display in this folder for this time period.',11),(1786,-1,'note_have_custom_avatar_delete','Note: if you have a custom avatar selecting this option will delete it.',11),(1787,-1,'note_maximum_size_x_y_or_z','Note: The maximum size of your custom image is {1} by {2} pixels or {3} (whichever is smaller).',11),(1788,-1,'oldest_first','Oldest First',11),(1789,-1,'option_to_hide_elements','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.',11),(1790,-1,'optional_information_will','Optional Information - All information will be viewable by other forum members.',11),(1791,-1,'or_enter_your_choice_here','Or enter your choice here',11),(1792,-1,'parent_email_address','Parent Email Address',11),(1793,-1,'parent_guardian_email','Parent / Guardian Email',11),(1794,-1,'parts_use_different_start_of_week','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.',11),(1795,-1,'post_count','Post Count',11),(1796,-1,'posts_to_show_per_page','Number of Posts to Show Per Page',11),(1797,-1,'predefined_x','Pre-defined {1}',11),(1798,-1,'preview_signature','Preview Signature',11),(1799,-1,'primary_users','Primary Users',11),(1800,-1,'print_new_permissions_form','To print out a new permissions form, please click the button below.',11),(1801,-1,'private_messaging','Private Messaging',11),(1802,-1,'profile','Profile',11),(1803,-1,'profile_picture','Profile Picture',11),(1804,-1,'reason_for_request','Please state your reason for this request',11),(1805,-1,'receive_admin_emails','Receive Admin Emails',11),(1806,-1,'receive_email','Receive Email',11),(1807,-1,'receive_email_from_bulletin_board_staff','Receive Email from Administrators',11),(1808,-1,'receive_email_from_other_members','Receive Email from Other Members',11),(1809,-1,'receive_email_notification_pm','Receive Email Notification of New Private Messages',11),(1810,-1,'receive_private_messages','Receive Private Messages',11),(1811,-1,'referrals','Referrals',11),(1812,-1,'referrer','Referrer',11),(1813,-1,'registration_required_information','Registration Required Information - All fields are required.',11),(1814,-1,'remove_selected_users','Remove Selected User(s)',11),(1815,-1,'remove_user_from_lists','To remove a user from either the Buddy or Ignore Lists, delete their name from the appropriate box. To add a user to either list, enter their name in one of the empty boxes for that list.',11),(1816,-1,'remove_x_from_your_buddylist','Remove {1} from your Buddy List',11),(1817,-1,'remove_x_from_your_ignorelist','Remove {1} from your Ignore List',11),(1818,-1,'request_activation_code_sent_email','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.',11),(1819,-1,'request_to_join_group','Request to Join Group',11),(1820,-1,'request_to_join_x__moderated_by_leaders','Your request to join group \'{1}\' will be moderated by one of the group leaders',11),(1821,-1,'requested_to_join_x_at_y','You requested to join this group {1} at <span class=\"time\">{2}</span>',11),(1822,-1,'requests_approved_by_leader','Requests to join must be approved by a group leader.',11),(1823,-1,'save_signature','Save Signature',11),(1824,-1,'search_members','Search Members',11),(1825,-1,'send_notification_email_when_a_private_message_is_received','Send Notification Email When a Private Message is Received',11),(1826,-1,'send_request','Send Request',11),(1827,-1,'show_all_threads','Show all threads',11),(1828,-1,'show_avatars','Show Avatars',11),(1829,-1,'show_enhanced_editor_toolbar','Show Enhanced (WYSIWYG) Editor Toolbar',11),(1830,-1,'show_images','Show Images',11),(1831,-1,'show_my_reputation_level','Show My Reputation Level',11),(1832,-1,'show_pm_popup','Show New Private Message Notification Pop-up',11),(1833,-1,'show_signatures','Show Signatures',11),(1834,-1,'show_standard_editor_toolbar','Show Standard Editor Toolbar',11),(1835,-1,'show_x_posts_per_page','Show {1} Posts Per Page',11),(1836,-1,'standard_editor_extra_formatting','Standard Editor - Extra formatting controls',11),(1837,-1,'start_of_the_week','Start of the Week',11),(1838,-1,'subscribed_forums','Subscribed Forums',11),(1839,-1,'switch_skin_select','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.',11),(1840,-1,'thread_display_mode','Thread Display Mode',11),(1841,-1,'thread_display_options','Thread Display Options',11),(1842,-1,'threaded','Threaded',11),(1843,-1,'time_auto_corrected_to_location','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.',11),(1844,-1,'time_period_to_display_threads','You may specify a time period from which to display threads. Threads older than the age you specify will not be shown.',11),(1845,-1,'time_zone','Time Zone',11),(1846,-1,'title_appears_beneath_your_name','This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the the default title for your usergroup and post count.',11),(1847,-1,'to_delete_a_folder_subs','To <strong>delete</strong> a folder, remove the folder\'s name from the list.',11),(1848,-1,'total_posts','Total Posts',11),(1849,-1,'update_buddy_list','Update Buddy list',11),(1850,-1,'update_display_group','Update Display Group',11),(1851,-1,'update_ignore_list','Update Ignore list',11),(1852,-1,'upload_avatar_from_computer','Upload an Avatar From Your Computer',11),(1853,-1,'upload_profile_picture_from_computer','Upload a Profile Picture From Your Computer',11),(1854,-1,'use_custom_avatar','Use Custom Avatar',11),(1855,-1,'use_forum_default','Use Forum Default',11),(1856,-1,'use_invisible_mode','Use Invisible Mode',11),(1857,-1,'use_profile_picture','Use Profile Picture',11),(1858,-1,'use_set_posts_before_splitting','Use this option to set the number of posts to show in a thread before splitting the display into multiple pages.',11),(1859,-1,'user_group','User Group',11),(1860,-1,'user_notes','User Notes',11),(1861,-1,'user_options','User Options',11),(1862,-1,'user_title','User Title',11),(1863,-1,'view_complete_members_list','To view the complete members list, click <a href=\"{1}\">here</a>.',11),(1864,-1,'view_requests','View Requests',11),(1865,-1,'visible_post_elements','Visible Post Elements',11),(1866,-1,'visit_xs_homepage','Visit {1}\'s homepage!',11),(1867,-1,'weekly','Weekly',11),(1868,-1,'x_avatars','{1} avatars',11),(1869,-1,'x_is_a_member_of_the_following_groups','{1} is a member of the following groups',11),(1870,-1,'x_is_not_a_member_of_any_public_groups','{1} is not a member of any public groups',11),(1871,-1,'x_points_total','{1} points total',11),(1872,-1,'x_posts_per_day','{1} posts per day',11),(1873,-1,'xs_avatar','{1}\'s Avatar',11),(1874,-1,'xs_picture','{1}\'s picture',11),(1875,-1,'yahoo_messenger_handle','Yahoo! Messenger Handle',11),(1876,-1,'you_have_no_attachments','You have no attachments',11),(1877,-1,'you_leader_following_groups','You are a leader of the following groups',11),(1878,-1,'you_lost_activation_code_or_username','If you have lost your activation code or you have forgotten your username,<br /><a href=\"{1}\">click here</a> to have the codes emailed to you again.',11),(1879,-1,'your_current_avatar','Your Current Avatar',11),(1880,-1,'your_current_profile_picture','Your Current Profile Picture',11),(1881,-1,'your_current_user_title_is','Your current user title is',11),(1882,-1,'your_profile_picture','Your Profile Picture',11),(1883,-1,'your_signature','Your Signature',11),(1884,-1,'action_leave_blank','Action:<dfn>- leave blank to make a general topic<br />- use commas to separate multiple actions</dfn',12),(1885,-1,'action_specific_topics','Action Specific Topics',12),(1886,-1,'add_child_faq_item','Add Child FAQ Item',12),(1887,-1,'add_new_faq_item','Add New FAQ Item',12),(1888,-1,'add_new_topic','Add New Topic',12),(1889,-1,'admin_help','Admin Help',12),(1890,-1,'admin_help_manager','Admin Help Manager',12),(1891,-1,'all_scripts','All Scripts',12),(1892,-1,'are_you_sure_want_to_delete_faq_item_x','Are you <b>sure</b> you want to delete the FAQ item called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',12),(1893,-1,'are_you_sure_want_to_delete_topic_x','Are you <b>sure</b> you want to delete the topic called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',12),(1894,-1,'download_admin_help_xml_file','Download Admin Help XML File',12),(1895,-1,'edit_topics','Edit Topics',12),(1896,-1,'faq_link_name_changed','FAQ Link Name Changed',12),(1897,-1,'faq_manager','FAQ Manager',12),(1898,-1,'general_topics','General Topics',12),(1899,-1,'import_admin_help_xml_file','Import Admin Help XML File',12),(1900,-1,'imported_admin_help_successfully','Imported Admin Help Successfully',12),(1901,-1,'importing_admin_help','Importing Admin Help',12),(1902,-1,'no_parent_faq_item','No Parent FAQ Item',12),(1903,-1,'parent_faq_item','Parent FAQ Item',12),(1904,-1,'quick_help_topic_links','Quick Help Topic Links',12),(1905,-1,'quote_tag_allows','The [quote] tag allows you to attribute text to someone else.',12),(1906,-1,'show_child_faq_entries','Show Child FAQ Entries',12),(1907,-1,'sorry_there_is_already_an_item_called','Sorry, there is already an item called',12),(1908,-1,'to_maintain_compatibility_with_the_system_name_changed','To maintain compatibility with the system, your specified link name:<br /> <blockquote><div><b>{1}</b></div></blockquote> has been replaced with the following:<br /> <blockquote><div><b>{2}</b></div></blockquote> You may edit the replacement link name below.',12),(1909,-1,'topic','Topic',12),(1910,-1,'topic_manager','Topic Manager',12),(1911,-1,'you_may_not_call_your_faq_items_vb_xxx','You may not call your FAQ items \'vb_xxx\'.\\nPlease choose another name.',12),(1912,-1,'add_column_names','Add Column Names',13),(1913,-1,'affected_rows','Affected Rows: {1}',13),(1914,-1,'all_unique_indexes_checked','All unique indexes checked and corrected as necessary.<br /><br />Click the <em>Proceed</em> button to return to the main repair page.',13),(1915,-1,'allow_vcard_download','Allow vCard Download',13),(1916,-1,'an_error_occured_while_attempting_to_run_your_query','An error occurred while attempting to execute your query. The following information was returned.\r\n<br />error number: {1}\r\n<br />error desc: {2}',13),(1917,-1,'auto_query','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>',13),(1918,-1,'backup_database_to_a_file_on_the_server','Backup database to a file on the server',13),(1919,-1,'confirm_query_execution','Confirm Query Execution',13),(1920,-1,'convert_tables_from_x_to_y','Convert Tables From {1} to {2}',13),(1921,-1,'convert_x_from_y_to_z','Convert {1} From {2} to {3}',13),(1922,-1,'creating_unique_index','Creating unique index...',13),(1923,-1,'csv_backup_of_single_database_table','CSV backup of single database table',13),(1924,-1,'database_table_to_include_in_backup','Database tables to include in backup',13),(1925,-1,'deleted_duplicate_occurence','Deleted duplicate occurence',13),(1926,-1,'display_avatars','Display Avatars',13),(1927,-1,'display_email','Display Email',13),(1928,-1,'display_images','Display Images',13),(1929,-1,'display_reputation','Display Reputation',13),(1930,-1,'display_signatures','Display Signatures',13),(1931,-1,'dropping_non_unique_index','Dropping non-unique index...',13),(1932,-1,'execute_sql_query','Execute SQL Query',13),(1933,-1,'fix_unique_indexes','Fix Unique Indexes',13),(1934,-1,'fix_unique_indexes_intro',' 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.',13),(1935,-1,'found_x_duplicate_record_occurences','Found {1} duplicate record occurences',13),(1936,-1,'invisible_mode','Invisible Mode',13),(1937,-1,'isam_tables','ISAM Tables',13),(1938,-1,'manual_query','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>',13),(1939,-1,'newest_first','Newest First',13),(1940,-1,'oldest_first','Oldest First',13),(1941,-1,'optimize_tables','Optimize Tables',13),(1942,-1,'path_and_file_to_save_backup_to','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>',13),(1943,-1,'php_backup_warning','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.',13),(1944,-1,'query','Query',13),(1945,-1,'query_may_modify_database','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?',13),(1946,-1,'quote_character','Quote Character',13),(1947,-1,'receive_admin_emails','Receive Admin Emails',13),(1948,-1,'receive_private_messages','Receive Private Messages',13),(1949,-1,'repair_optimize_tables','Repair / Optimize Tables',13),(1950,-1,'repair_tables','Repair Tables',13),(1951,-1,'replacing_unique_index_on_table_x','Replacing unique index on table {1}',13),(1952,-1,'results_to_show_per_page','Results to Show Per Page',13),(1953,-1,'send_notification_email_when_a_private_message_is_received','Send Notification Email When a Private Message is Received',13),(1954,-1,'separator_character','Separator Character',13),(1955,-1,'show_enhanced_editor_toolbar','Show Enhanced (WYSIWYG) Editor Toolbar',13),(1956,-1,'show_standard_editor_toolbar','Show Standard Editor Toolbar',13),(1957,-1,'table_name','Table Name',13),(1958,-1,'table_x_has_unique_index','Table {1} already has a unique index',13),(1959,-1,'this_table_does_not_support_repair_optimize','This Table Does Not Support Repair / Optimize',13),(1960,-1,'this_will_only_optimize_the_selected_tables','This will only optimize the selected tables. Repairing the tables requires MySQL 3.23 or greater.',13),(1961,-1,'thread_display_mode','Thread Display Mode',13),(1962,-1,'you_are_running_mysql_version_x_convert_to_myisam','You are running MySQL version <b>{1}</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.',13),(1963,-1,'active','Active',14),(1964,-1,'add_new_subscription','Add New Subscription',14),(1965,-1,'add_user','Add User',14),(1966,-1,'are_you_sure_want_to_delete_subscription_x','Are you <b>sure</b> you want to delete the subscription called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',14),(1967,-1,'authorize_order_instructions','To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.',14),(1968,-1,'available_subscriptions','Available Subscriptions',14),(1969,-1,'clickbank_order_instructions','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.',14),(1970,-1,'cost','Cost',14),(1971,-1,'cost_in_euros','Cost <dfn>(In Euros)</dfn>',14),(1972,-1,'cost_in_pounds_sterling','Cost <dfn>(In Pounds Sterling)</dfn>',14),(1973,-1,'cost_in_us_dollars','Cost<dfn>(In U.S. Dollars)</dfn>',14),(1974,-1,'disabled','Disabled',14),(1975,-1,'doing_this_will_remove_all_of_this_subscriptions_members_and_their_access','Doing this will remove all of this subscription\'s members and their access!',14),(1976,-1,'edit_subscription_for_x','Edit Subscription for {1}',14),(1977,-1,'expiry_date','Expiry Date',14),(1978,-1,'here_you_can_select_which_forums_the_user','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!)',14),(1979,-1,'no_change','No Change',14),(1980,-1,'nochex_order_instructions','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.',14),(1981,-1,'order','Order',14),(1982,-1,'order_using_x','Order Using {1}',14),(1983,-1,'paypal_order_instructions','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.',14),(1984,-1,'select_payment_method','Select Payment Method',14),(1985,-1,'showing_subscriptions_x_to_y_of_z','Showing Subscriptions {1} to {2} of {3}',14),(1986,-1,'subscription_length','Subscription Length',14),(1987,-1,'subscription_manager','Subscription Manager',14),(1988,-1,'to_pay_for_your_subscription','To pay for your subscription, please click the order button next to your preferred payment method and follow the instructions on the following page.',14),(1989,-1,'validity_periods_marked_indicate','Validity periods marked <strong class=\"highlight\">*</strong> indicate that purchasing this subscription will extend your existing subscription of that type.',14),(1990,-1,'view_users','View Users',14),(1991,-1,'worldpay_order_instructions','To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.',14),(1992,-1,'add_new_language','Add New Language',15),(1993,-1,'add_new_phrase','Add New Phrase',15),(1994,-1,'are_you_sure_want_to_delete_language_x','Are you <b>sure</b> you want to delete the language called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',15),(1995,-1,'are_you_sure_want_to_delete_phrase_x','Are you <b>sure</b> you want to delete the phrase called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',15),(1996,-1,'calformat1_format_override','Birthday Date Format Override <dfn>Use this to override the default birthday (<b>with Year</b>) date format</dfn>',15),(1997,-1,'calformat2_format_override','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>',15),(1998,-1,'case_sensitive','Case-Sensitive',15),(1999,-1,'copy_default_text','Copy Default Text',15),(2000,-1,'create_new_language','Create New Language',15),(2001,-1,'creating_a_new_language_called_x','Creating a new language called \'<i>{1}</i>\'',15),(2002,-1,'custom_language','Custom Language',15),(2003,-1,'custom_phrase','Custom Phrase',15),(2004,-1,'date_format_override','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>',15),(2005,-1,'date_time_formatting','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>',15),(2006,-1,'decimal_separator','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>',15),(2007,-1,'default_text','Default Text',15),(2008,-1,'default_text_is_empty','Uh oh, muppet alert!\\n\\nCopying the default text would be tricky, as you haven\'t typed anything yet!',15),(2009,-1,'delete_all_orphans_notes','You have chosen to delete all orphan phrases. Click the button below to continue.',15),(2010,-1,'deleting_this_language_will_delete_custom_phrases','Deleting this language will delete any customized phrases you have created for this language.',15),(2011,-1,'download_upload_language','Download / Upload Language',15),(2012,-1,'edit_phrases','Edit Phrases',15),(2013,-1,'edit_settings','Edit Settings',15),(2014,-1,'edit_translate_x_y_phrases','Edit / Translate {1} {2} Phrases',15),(2015,-1,'find_orphan_phrases','Find Orphan Phrases',15),(2016,-1,'general_settings','General Settings',15),(2017,-1,'html_charset','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>',15),(2018,-1,'if_you_delete_this_phrase_translations_will_be_deleted','If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.',15),(2019,-1,'if_you_would_like_to_remove_this_phrase','If You Would Like to Remove this Phrase',15),(2020,-1,'ignore_language_version','Ignore Language Version <dfn>Use language file <b>even</b> if it was created by a different version of vBulletin?</dfn>',15),(2021,-1,'image_folder_override','Image Folder Override <dfn>Use this to override the images folder associated with the style being used.</dfn> <dfn>You may use <#> to represent the style ID the user is currently using</dfn>',15),(2022,-1,'import_language_xml_file','Import Language XML File',15),(2023,-1,'importing_language','Importing Language',15),(2024,-1,'insert_into_master_language_developer_option','Insert into MASTER LANGUAGE <dfn>(Developer Option)</dfn>',15),(2025,-1,'is_default_language','Is Default Language',15),(2026,-1,'just_fetch_phrases','Just fetch phrases\r\n<dfn>(No language settings will be included if \'Yes\' is selected)</dfn>',15),(2027,-1,'keep','Keep',15),(2028,-1,'keep_all','Keep All',15),(2029,-1,'keep_orphans_notes','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.',15),(2030,-1,'language_code','Language Code <dfn>This is the abbreviation your language uses, such as "en" or "en-US". See <a href=\"http://lcweb.loc.gov/standards/iso639-2/englangn.html\" target=\"_blank\">here</a> for more information.</dfn>',15),(2031,-1,'language_manager','Language Manager',15),(2032,-1,'left','Left',15),(2033,-1,'left_to_right','Left to Right',15),(2034,-1,'locale','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>',15),(2035,-1,'logdate_format_override','Log Date Format Override<dfn>Use this to override the default Admin CP Log format</dfn>',15),(2036,-1,'master_language','MASTER LANGUAGE',15),(2037,-1,'no_x_phrases_defined','There are no {1} phrases defined',15),(2038,-1,'number_formatting','Number Formatting',15),(2039,-1,'overwrite_language_dfn','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>',15),(2040,-1,'overwriting_language_x','Overwriting Language \'<i>{1}</i>\'',15),(2041,-1,'phrase_manager','Phrase Manager',15),(2042,-1,'phrase_name_only','Phrase Variable Name Only',15),(2043,-1,'phrase_text_and_phrase_name','Phrase Text <b>and</b> Phrase Variable Name',15),(2044,-1,'phrase_text_only','Phrase Text Only',15),(2045,-1,'phrase_translation_desc_1','When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.',15),(2046,-1,'phrase_translation_desc_2','If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box',15),(2047,-1,'phrase_translation_desc_3','You may customize the translations further at any time.',15),(2048,-1,'phrases_to_show_per_page','Phrases to Show Per Page',15),(2049,-1,'quickref','QuickRef',15),(2050,-1,'rebuild_all_languages','Rebuild All Languages',15),(2051,-1,'rebuild_language_information','Rebuild Language Information',15),(2052,-1,'rebuilding_language_x','Rebuilding Language {1}',15),(2053,-1,'registereddate_format_override','Registration Date Format Override <dfn>Use this to override the default registration date format</dfn>',15),(2054,-1,'right','Right',15),(2055,-1,'right_to_left','Right to Left',15),(2056,-1,'search_in_phrases','Search in Phrases',15),(2057,-1,'search_phrases','Search Phrases',15),(2058,-1,'standard_phrase','Standard Phrase',15),(2059,-1,'text_direction','Text Direction',15),(2060,-1,'thousands_separator','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>',15),(2061,-1,'time_format_override','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>',15),(2062,-1,'title_for_uploaded_language','Title for Uploaded Language <dfn>(Leave blank to use the language title specified in the language file)</dfn>',15),(2063,-1,'view_language','View Language',15),(2064,-1,'view_quickref','View QuickRef',15),(2065,-1,'view_summary','View Summary',15),(2066,-1,'x_phrases','{1} Phrases',15),(2067,-1,'x_phrases_containing_y','{1} Phrases Containing <span class=\"normal\">\'{2}\'</span>',15),(2068,-1,'add_new_bb_code','Add New BB Code',16),(2069,-1,'are_you_sure_want_to_delete_bb_code_x','Are you <b>sure</b> you want to delete the BB code called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',16),(2070,-1,'bb_code','BB Code',16),(2071,-1,'bb_code_explanations','<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 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 <b>{param}</b> for tags, <a href=\"{option}\">{param}</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.yourdomain.com]Your domain[/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.',16),(2072,-1,'bb_code_manager','BB Code Manager',16),(2073,-1,'button_image','Button Image',16),(2074,-1,'button_image_desc','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>',16),(2075,-1,'enter_text_with_bb_code','Enter text with BB code(s):',16),(2076,-1,'example','Example',16),(2077,-1,'html','HTML',16),(2078,-1,'replacement','Replacement',16),(2079,-1,'tag','Tag',16),(2080,-1,'test_your_bb_code','Test your BB Code',16),(2081,-1,'this_is_how_your_test_appeard_after_bb_code_formatting','This is how your text appears after BB Code formatting',16),(2082,-1,'use_option','Use {option}',16),(2083,-1,'monthly','Monthly',17),(2084,-1,'most_popular_forum','Most popular forum',17),(2085,-1,'most_replied_thread','Most replied to thread',17),(2086,-1,'most_viewed_thread','Most viewed thread',17),(2087,-1,'new_post_statistics','New Post Statistics',17),(2088,-1,'new_thread_statistics','New Thread Statistics',17),(2089,-1,'newest_member','Newest member to the forums',17),(2090,-1,'record_online_users','Record online users',17),(2091,-1,'registration_statistics','Registration Statistics',17),(2092,-1,'scope','Scope',17),(2093,-1,'start_date_after_end','Start date is after the end date',17),(2094,-1,'top_poster','Top poster',17),(2095,-1,'top_statistics','Top Statistics',17),(2096,-1,'user_activity_statistics','User Activity Statistics',17),(2097,-1,'weekly','Weekly',17),(2098,-1,'check_mail_server_configured_correctly','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.',18),(2099,-1,'email_sent_check_shortly','No errors were returned while attempting to send the email. Check {1} 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.',18),(2100,-1,'email_test_explained','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.',18),(2101,-1,'fail','Fail',18),(2102,-1,'file_copied_to_tmp_dir_now_readable','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.',18),(2103,-1,'file_copied_to_tmp_dir_now_unreadable','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.',18),(2104,-1,'file_upload_setting_off','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.',18),(2105,-1,'file_versions_explained','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}</b>.',18),(2106,-1,'mail_function_errors_returned_were','The following errors were outputted by PHP when attempting to send mail:',18),(2107,-1,'mail_function_returned_error','The mailing function returned an error while trying to send the mail.',18),(2108,-1,'mysql_status','MySQL Status',18),(2109,-1,'mysql_variables','MySQL Variables',18),(2110,-1,'no_errors_occured_opening_upload','No errors occurred while opening the uploaded file for reading.',18),(2111,-1,'no_suspect_files_found_in_this_directory','No suspect files found in this directory',18),(2112,-1,'open_basedir_in_effect','PHP\'s <b>open_basedir</b> setting has been set to {1}. 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}. Note that PHP must be able to read and write to this directory.',18),(2113,-1,'pass','Pass',18),(2114,-1,'pertinent_php_settings','Pertinent PHP Settings',18),(2115,-1,'safe_mode_dir_not_dir','The \"Safe Mode Temp Directory\" you have specified ({1}) does not appear to be a directory. Please specify the correct directory and attempt this test again.',18),(2116,-1,'safe_mode_enabled_no_tmp_dir','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.',18),(2117,-1,'safe_mode_not_writeable','The \"Safe Mode Temp Directory\" you have specified ({1}) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.',18),(2118,-1,'scanned_x_files','Scanned {1} files',18),(2119,-1,'server_communication','Server communication to processor',18),(2120,-1,'server_information_desc','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.',18),(2121,-1,'streams','Streams',18),(2122,-1,'suspect_file_versions','Suspect File Versions',18),(2123,-1,'system_information','System Information',18),(2124,-1,'table_status','Table Status',18),(2125,-1,'test_cannot_continue','The test cannot continue.',18),(2126,-1,'test_indeterminate_contact_host','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.',18),(2127,-1,'turn_safe_mode_option_off','You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.',18),(2128,-1,'unable_to_copy_attached_file','The attached file could not be copied to {1}. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.',18),(2129,-1,'unable_to_find_attached_file','The attached file\'s temporary location ({1}) could not be found. {2}',18),(2130,-1,'unable_to_open_directory','Unable to open directory',18),(2131,-1,'unable_to_open_x','Unable to open file: <b>{1}</b>',18),(2132,-1,'upload_test_desc','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.',18),(2133,-1,'vbulletin_email_test','vBulletin Email Test',18),(2134,-1,'vbulletin_email_test_msg','You are receiving this email because your email address was entered as an email test at {1}.\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.',18),(2135,-1,'vbulletin_email_test_withf','vBulletin Email Test (With -f Parameter)',18),(2136,-1,'version','Version',18),(2137,-1,'are_you_sure_empty_index','Are you sure you wish to empty the search index?',19),(2138,-1,'building_attachment_thumbnails','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}\">refresh</a> this window.</dfn>',19),(2139,-1,'building_post_cache','Building Post Cache',19),(2140,-1,'building_search_index','Building Search Index',19),(2141,-1,'check_styles_no_parent','Check For Styles With No Parent',19),(2142,-1,'click_here_to_continue_processing','Click here to continue processing ...',19),(2143,-1,'delete_duplicate_threads','Delete Duplicate Threads',19),(2144,-1,'delete_x','Delete {1}',19),(2145,-1,'deleted_orphan_threads_successfully','Deleted Orphan Threads Successfully',19),(2146,-1,'error_attachment_missing','Error: Attachment Missing',19),(2147,-1,'error_thumbnail_nocreateimage','Error: Invalid image file or GD version is set wrong',19),(2148,-1,'error_thumbnail_nogetimagesize','Error: getimagesize() failed',19),(2149,-1,'error_thumbnail_nogif','Error: PHP lacks GIF support',19),(2150,-1,'error_thumbnail_nojpg','Error: PHP lacks JPG support',19),(2151,-1,'error_thumbnail_nopng','Error: PHP lacks PNG support',19),(2152,-1,'error_thumbnailalready','Image is already <= thumbnail size',19),(2153,-1,'finds_users_without_complete_entries','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.',19),(2154,-1,'fix_broken_user_profiles','Fix broken user profiles',19),(2155,-1,'function_allows_rebuild_all_style_info','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.',19),(2156,-1,'function_rebuilds_reputation','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.',19),(2157,-1,'function_rebuilds_thumbnails','This function rebuilds the attachment thumbnails. It is needed when you enable thumbnails or have changed the thumbnail dimensions.',19),(2158,-1,'function_removes_orphan_posts','This function removes all posts that belong to threads that no longer exist.',19),(2159,-1,'function_removes_orphan_threads','This function removes all threads that belong to forums that no longer exist.',19),(2160,-1,'include_automatic_javascript_redirect','Include automatic JavaScript redirect to next page?',19),(2161,-1,'last_thread','Last Thread',19),(2162,-1,'note_duplicate_threads_have_same','<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.',19),(2163,-1,'note_rebuild_similar_thread_list','<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.',19),(2164,-1,'note_reindexing_empty_indexes_x','<b>Note:</b> If you are reindexing, you may want to empty the indexes. <a href=\"misc.php?{1}do=emptyindex\">Click Here to do so!</a>',19),(2165,-1,'note_server_intensive','<b>Note:</b> This is a server intensive process.',19),(2166,-1,'number_of_attachments_to_process_per_cycle','Number of attachments to process per cycle',19),(2167,-1,'number_of_forums_to_process_per_cycle','Number of forums to process per cycle',19),(2168,-1,'number_of_posts_to_process_per_cycle','Number of posts to process per cycle',19),(2169,-1,'number_of_threads_to_process_per_cycle','Number of threads to process per cycle',19),(2170,-1,'number_of_users_to_process_per_cycle','Number of users to process per cycle',19),(2171,-1,'post_id_to_start_at','Post ID to start at',19),(2172,-1,'posts_queried','Posts Queried',19),(2173,-1,'processing_time_x','Processing Time: {1}',19),(2174,-1,'querying_first_post_of_thread','Querying first post of thread...',19),(2175,-1,'rebuild_attachment_thumbnails','Rebuild Attachment Thumbnails',19),(2176,-1,'rebuild_forum_information','Rebuild Forum Information',19),(2177,-1,'rebuild_post_cache','Rebuild Post Cache',19),(2178,-1,'rebuild_search_index','Rebuild Search Index',19),(2179,-1,'rebuild_similar_threads','Rebuild Similar Threads',19),(2180,-1,'rebuild_statistics','Rebuild Statistics',19),(2181,-1,'rebuild_statistics_warning','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 restoring your database.',19),(2182,-1,'rebuild_styles','Rebuild Styles',19),(2183,-1,'rebuild_thread_information','Rebuild Thread Information',19),(2184,-1,'rebuild_user_reputation','Rebuild User Reputation',19),(2185,-1,'recalculate_users_post_counts_warning','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!',19),(2186,-1,'remove_orphan_posts','Remove Orphan Posts',19),(2187,-1,'remove_orphan_threads','Remove Orphan Threads',19),(2188,-1,'removing_duplicate_threads','Removing duplicate threads...',19),(2189,-1,'removing_orphan_posts','Removing Orphan Posts',19),(2190,-1,'removing_orphan_threads','Removing Orphan Threads',19),(2191,-1,'renumber_all_templates_from_one','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>',19),(2192,-1,'reputation_base','Base Reputation Value',19),(2193,-1,'total_number_posts_process','Total number of posts to process: <dfn>(0 for unlimited)</dfn>',19),(2194,-1,'update_forums','Update Forums',19),(2195,-1,'update_post_counts','Update Post Counts',19),(2196,-1,'update_user_titles','Update User Titles',19),(2197,-1,'update_usernames','Update User Names',19),(2198,-1,'updating_forums','Updating Forums',19),(2199,-1,'updating_similar_threads','Updating Similar Threads',19),(2200,-1,'updating_threads','Updating Threads',19),(2201,-1,'updating_user_info','Updating user info...',19),(2202,-1,'updating_usernames','Updating User Names',19),(2203,-1,'add_new_option','Add New Option',20),(2204,-1,'add_new_user_profile_field','Add New User Profile Field',20),(2205,-1,'after_x','After \'{1}\'',20),(2206,-1,'allow_user_to_input_their_own_value_for_this_option','Allow user to input their own value for this option',20),(2207,-1,'are_you_sure_you_want_to_delete_this_user_profile_field','Are you sure you want to delete this User Profile Field?',20),(2208,-1,'box_height','Box Height<dfn>Number of options to display simultaneously. 0 will display them all.</dfn>',20),(2209,-1,'boxes_per_line','Boxes Per Line<dfn>Input <b>0</b> to display all of the boxes on the same line unless they wrap due to the user\'s browser.</dfn>',20),(2210,-1,'choose_limit_choices_add_info','If you choose to limit the number of choices in the next option, please add that information to the description.',20),(2211,-1,'default_value_you_may_specify_a_default_registration_value','Default Value<dfn>You may specify a default value that is entered into this field at the time of registration.</dfn>',20),(2212,-1,'display_page','Display Page',20),(2213,-1,'display_size','Display Size',20),(2214,-1,'editable','Editable',20),(2215,-1,'field_editable_by_user','Field Editable by User',20),(2216,-1,'field_hidden_on_profile','Private Field',20),(2217,-1,'field_searchable_on_members_list','Field Searchable on Members List',20),(2218,-1,'fields','Fields',20),(2219,-1,'height','Height',20),(2220,-1,'hidden','Hidden',20),(2221,-1,'limit_selection','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>',20),(2222,-1,'maximum_size','Max Size',20),(2223,-1,'maximum_x','Max {1}',20),(2224,-1,'messaging','Messaging',20),(2225,-1,'multiple_line_text_box','Multiple-Line Text Box',20),(2226,-1,'multiple_selection_checkbox','Multiple-Selection Checkbox',20),(2227,-1,'multiple_selection_menu','Multiple-Selection Menu',20),(2228,-1,'name','Name',20),(2229,-1,'no_but_on_register','No, but display at registration',20),(2230,-1,'only_at_registration','Only at registration',20),(2231,-1,'optional_input','Optional Input',20),(2232,-1,'other','Other',20),(2233,-1,'other_please_specify','Other (please specify)',20),(2234,-1,'per_line','Per Line',20),(2235,-1,'postition','Position',20),(2236,-1,'privacy','Privacy',20),(2237,-1,'profile_field_type','Profile Field Type',20),(2238,-1,'regular_expression_require_match','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>',20),(2239,-1,'rename','Rename',20),(2240,-1,'required','Required',20),(2241,-1,'searchable','Searchable',20),(2242,-1,'set_default_if_yes_first','Set Default <dfn>Will set the first option as the default.</dfn>',20),(2243,-1,'show_on_members_list','Show on Members List',20),(2244,-1,'single_line_text_box','Single-Line Text Box',20),(2245,-1,'single_selection_menu','Single-Selection Menu',20),(2246,-1,'single_selection_radio_buttons','Single-Selection Radio Buttons',20),(2247,-1,'text_area_height','Text Area Height',20),(2248,-1,'this_profile_fields_no_options','This user profile field has no options.',20),(2249,-1,'thread_viewing','Thread Viewing',20),(2250,-1,'user_profile_field_manager','User Profile Field Manager',20),(2251,-1,'user_profile_fields_in_area_x','User Profile Fields in Area: <span class=\"smallfont\">{1}</span>',20),(2252,-1,'which_page_displays_option','Which page displays this option?<dfn> Most likely you want to leave this on \"Profile\" but if you wish to create your own user options that can be manipulated via template conditionals then select \"Options\". This field will then appear on the \"Options\" page of the User CP. Also, this field will not appear on the memberlist and will not appear when viewing a user\'s profile.</dfn>',20),(2253,-1,'width','Width',20),(2254,-1,'yes_but_no_blank_option','Yes, but No First Blank Option',20),(2255,-1,'yes_including_a_blank','Yes, Including a First Blank Option',20),(2256,-1,'you_close_before_modifying_checkboxes','You should close your forum before modifying checkbox fields.',20),(2257,-1,'about_to_delete_posts_in_x_by_users','You are about to delete all posts and threads in {1} by one of these users. Please select one:',21),(2258,-1,'are_you_sure_you_want_to_delete_these_subscriptions','Are you sure you want to delete these Subscriptions?',21),(2259,-1,'attachments_awaiting_moderation','Attachments Awaiting Moderation',21),(2260,-1,'date_options','Date Options',21),(2261,-1,'date_range','Date Range',21),(2262,-1,'delete_poll','Delete Poll',21),(2263,-1,'deleted_by','Deleted By',21),(2264,-1,'deleted_posts','Deleted Posts',21),(2265,-1,'deleted_threads','Deleted Threads',21),(2266,-1,'deleting_posts','Deleting Posts',21),(2267,-1,'deleting_threads','Deleting Threads',21),(2268,-1,'destination_forum','Destination Forum',21),(2269,-1,'enter_the_threadid_of_the_thread','Enter the threadid of the thread which contains the poll you wish to delete',21),(2270,-1,'enter_the_threadids_of_the_threads','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>',21),(2271,-1,'events_awaiting_moderation','Events Awaiting Moderation',21),(2272,-1,'include_child_forums','Include Child Forums',21),(2273,-1,'last_post_date_is_at_least_xx_days_ago','Last post date is at least X days ago',21),(2274,-1,'last_post_date_is_at_most_xx_days_ago','Last post date is at most X days ago',21),(2275,-1,'move_all_threads','Move All Threads',21),(2276,-1,'move_threads','Move Threads',21),(2277,-1,'move_threads_selectively','Move Threads Selectively',21),(2278,-1,'no_attachments_awaiting_moderation','No Attachments awaiting moderation',21),(2279,-1,'no_events_awaiting_moderation','No Events awaiting moderation',21),(2280,-1,'no_posts_awaiting_moderation','No Posts awaiting moderation',21),(2281,-1,'no_threads_awaiting_moderation','No Threads awaiting moderation',21),(2282,-1,'note_leave_x_specify_no_limit','- Note: leave this at {1} to specify no limit.',21),(2283,-1,'notes','Notes',21),(2284,-1,'order','Order',21),(2285,-1,'original_post_date_is_at_least_xx_days_ago','Original post date is at least X days ago',21),(2286,-1,'original_post_date_is_at_most_xx_days_ago','Original post date is at most X days ago',21),(2287,-1,'other_options','Other Options',21),(2288,-1,'poll_x_in_thread_y','Poll \'{1}\' in thread \'{2}\'',21),(2289,-1,'posts_awaiting_moderation','Posts Awaiting Moderation',21),(2290,-1,'prune_all_threads','Prune All Threads',21),(2291,-1,'prune_all_x_posts_automatically','Prune All of "{1}\'s" Posts Automatically',21),(2292,-1,'prune_by_username','Prune by Username<dfn>Note: This includes individual posts made by the specified user.</dfn>',21),(2293,-1,'prune_posts','Prune Posts',21),(2294,-1,'prune_threads','Prune Threads',21),(2295,-1,'prune_threads_manager','Prune Threads Manager',21),(2296,-1,'prune_threads_selectively','Prune Threads Selectively',21),(2297,-1,'prune_x_posts_selectively','Prune "{1}\'s" Posts Selectively',21),(2298,-1,'pruning_many_threads_is_a_server_intensive_process','Pruning many threads is a server intensive process because of the amount of data that must be removed. Use with care!',21),(2299,-1,'status_options','Status Options',21),(2300,-1,'thread_has_at_least_xx_replies','Thread has at Least X Replies',21),(2301,-1,'thread_has_at_least_xx_views','Thread has at Least X Views',21),(2302,-1,'thread_has_at_most_xx_replies','Thread has at Most X Replies',21),(2303,-1,'thread_has_at_most_xx_views','Thread has at Most X Views',21),(2304,-1,'thread_is_a_redirect','Thread is a redirect',21),(2305,-1,'thread_is_deleted','Thread is Deleted<dfn>(Has a deletion notice)</dfn>',21),(2306,-1,'thread_manager','Thread Manager',21),(2307,-1,'threads_awaiting_moderation','Threads Awaiting Moderation',21),(2308,-1,'unsubsribe_all_threads_from_specific_users','Unsubscribe All Threads from Specific Users',21),(2309,-1,'unsubsribe_all_users_from_specific_threads','Unsubscribe All Users from Specific Threads',21),(2310,-1,'username_leave_blank_to_remove_all','User Name<dfn>Leave this blank to remove <b>ALL</b> thread subscriptions.</dfn>',21),(2311,-1,'validate','Validate',21),(2312,-1,'view_deleted_posts','View Deleted Posts',21),(2313,-1,'view_options','View Options',21),(2314,-1,'x_subscriptions_matches_found','{1} Subscriptions Matches Found',21),(2315,-1,'x_thread_matches_found','{1} Thread Matches Found',21),(2316,-1,'timezone_gmt_minus_0100','(GMT -1:00 hour) Azores, Cape Verde Islands',22),(2317,-1,'timezone_gmt_minus_0200','(GMT -2:00) Mid-Atlantic',22),(2318,-1,'timezone_gmt_minus_0300','(GMT -3:00) Brazil, Buenos Aires, Georgetown',22),(2319,-1,'timezone_gmt_minus_0330','(GMT -3:30) Newfoundland',22),(2320,-1,'timezone_gmt_minus_0400','(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz',22),(2321,-1,'timezone_gmt_minus_0500','(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima',22),(2322,-1,'timezone_gmt_minus_0600','(GMT -6:00) Central Time (US & Canada), Mexico City',22),(2323,-1,'timezone_gmt_minus_0700','(GMT -7:00) Mountain Time (US & Canada)',22),(2324,-1,'timezone_gmt_minus_0800','(GMT -8:00) Pacific Time (US & Canada)',22),(2325,-1,'timezone_gmt_minus_0900','(GMT -9:00) Alaska',22),(2326,-1,'timezone_gmt_minus_1000','(GMT -10:00) Hawaii',22),(2327,-1,'timezone_gmt_minus_1100','(GMT -11:00) Midway Island, Samoa',22),(2328,-1,'timezone_gmt_minus_1200','(GMT -12:00) Eniwetok, Kwajalein',22),(2329,-1,'timezone_gmt_plus_0000','(GMT) Western Europe Time, London, Lisbon, Casablanca',22),(2330,-1,'timezone_gmt_plus_0100','(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris',22),(2331,-1,'timezone_gmt_plus_0200','(GMT +2:00) Kaliningrad, South Africa',22),(2332,-1,'timezone_gmt_plus_0300','(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg',22),(2333,-1,'timezone_gmt_plus_0330','(GMT +3:30) Tehran',22),(2334,-1,'timezone_gmt_plus_0400','(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi',22),(2335,-1,'timezone_gmt_plus_0430','(GMT +4:30) Kabul',22),(2336,-1,'timezone_gmt_plus_0500','(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent',22),(2337,-1,'timezone_gmt_plus_0530','(GMT +5:30) Bombay, Calcutta, Madras, New Delhi',22),(2338,-1,'timezone_gmt_plus_0600','(GMT +6:00) Almaty, Dhaka, Colombo',22),(2339,-1,'timezone_gmt_plus_0700','(GMT +7:00) Bangkok, Hanoi, Jakarta',22),(2340,-1,'timezone_gmt_plus_0800','(GMT +8:00) Beijing, Perth, Singapore, Hong Kong',22),(2341,-1,'timezone_gmt_plus_0900','(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk',22),(2342,-1,'timezone_gmt_plus_0930','(GMT +9:30) Adelaide, Darwin',22),(2343,-1,'timezone_gmt_plus_1000','(GMT +10:00) Eastern Australia, Guam, Vladivostok',22),(2344,-1,'timezone_gmt_plus_1100','(GMT +11:00) Magadan, Solomon Islands, New Caledonia',22),(2345,-1,'timezone_gmt_plus_1200','(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka',22),(2346,-1,'ban_period','Ban Period',23),(2347,-1,'ban_time_remaining','Ban Time Remaining',23),(2348,-1,'ban_user','Ban User',23),(2349,-1,'ban_will_be_lifted_on','Ban Will Be Lifted On',23),(2350,-1,'banned_by','Banned By',23),(2351,-1,'banned_on','Banned On',23),(2352,-1,'forever','Forever',23),(2353,-1,'hours','hours',23),(2354,-1,'lift_ban','Lift Ban',23),(2355,-1,'lift_ban_after','Lift Ban After...<dfn>Select the length of the ban here.<br />The ban will be lifted at the time specified</dfn>',23),(2356,-1,'never_lift_ban','Never Lift Ban',23),(2357,-1,'permanent_ban','Permanent Ban',23),(2358,-1,'permanent_ban_options','Permanent Ban Options',23),(2359,-1,'temporary_ban','Temporary Ban',23),(2360,-1,'temporary_ban_options','Temporary Ban Options',23),(2361,-1,'user_banning','User Banning',23),(2362,-1,'will_be_lifted_soon','Will be lifted soon',23),(2363,-1,'add_new_reputation_level','Add New Reputation Level',24),(2364,-1,'add_to_reputation','Add to Reputation',24),(2365,-1,'are_you_sure_want_to_delete_reputation_x','Are you sure you want to delete reputation {1}?',24),(2366,-1,'are_you_sure_you_want_to_delete_the_reputation_level_x','Are you sure you want to delete the Reputation Level: \'{1}\'?',24),(2367,-1,'comments_on_this_post','Comments on this Post',24),(2368,-1,'edit_reputation','Edit Reputation',24),(2369,-1,'even','Even',24),(2370,-1,'extremely_negative','Extremely Negative',24),(2371,-1,'extremely_positive','Extremely Positive',24),(2372,-1,'i_approve','I approve',24),(2373,-1,'i_disapprove','I disapprove',24),(2374,-1,'leftby','Left By',24),(2375,-1,'leftfor','Left For',24),(2376,-1,'minimum_reputation_level','Minimum Reputation Level',24),(2377,-1,'negative','Negative',24),(2378,-1,'positive','Positive',24),(2379,-1,'reputation_on_post_is_x','Your reputation on <a href=\"{1}\" target=\"_blank\">this post</a> is {2}.',24),(2380,-1,'somewhat_negative','Somewhat Negative',24),(2381,-1,'somewhat_positive','Somewhat Positive',24),(2382,-1,'user_reputation_manager','User Reputation Manager',24),(2383,-1,'very_negative','Very Negative',24),(2384,-1,'very_positive','Very Positive',24),(2385,-1,'what_do_you_think_of_xs_post','What do you think of {1}\'s post?',24),(2386,-1,'x_reputation_comments_page_y_z','{1} Reputation Comments (Page {2}/{3})',24),(2387,-1,'you_have_x_reputation_points','You have {1} Reputation points.',24),(2388,-1,'your_comments_on_this_post','Your comments on this post',24),(2389,-1,'activating_registration','Activating Registration',25),(2390,-1,'admin_control_panel_login','Admin Control Panel Login',25),(2391,-1,'all','All',25),(2392,-1,'chat','Chat',25),(2393,-1,'choosing_forum_to_move_thread_to','Choosing Forum to Move thread To',25),(2394,-1,'copying_thread_to_forum','Copying Thread:<br /> To Forum:',25),(2395,-1,'creating_event','Creating Event',25),(2396,-1,'creating_poll','Creating Poll',25),(2397,-1,'creating_private_message','Creating Private Message',25),(2398,-1,'creating_thread','Creating Thread',25),(2399,-1,'creating_user_note','Creating User Note',25),(2400,-1,'deleting_posts','Deleting Posts',25),(2401,-1,'deleting_redirect','Deleting Redirect',25),(2402,-1,'deleting_subscribed_forums','Deleting Subscribed Forums',25),(2403,-1,'deleting_subscribed_threads','Deleting Subscribed Threads',25),(2404,-1,'deleting_thread','Deleting Thread',25),(2405,-1,'display','Display',25),(2406,-1,'downloading_private_messages','Downloading Private Messages',25),(2407,-1,'followed_forum_link','Followed Forum Link',25),(2408,-1,'gallery','Gallery',25),(2409,-1,'giving_reputation','Giving Reputation',25),(2410,-1,'guests','Guests',25),(2411,-1,'location_temp','Location',25),(2412,-1,'logging_in','Logging In',25),(2413,-1,'managing_attachments','Managing Attachments',25),(2414,-1,'managing_reminder','Managing Event Reminders',25),(2415,-1,'marking_forums_read','Marking Forums Read',25),(2416,-1,'merging_threads','Merging Threads',25),(2417,-1,'moderating','Moderating',25),(2418,-1,'moderator_control_panel','Moderator Control Panel',25),(2419,-1,'moderator_control_panel_login','Moderator Control Panel Login',25),(2420,-1,'modifying_avatar','Modifying Avatar',25),(2421,-1,'modifying_buddy_ignore_list','Modifying Buddy/Ignore List',25),(2422,-1,'modifying_event','Modifying Event',25),(2423,-1,'modifying_options','Modifying Options',25),(2424,-1,'modifying_password','Modifying Password',25),(2425,-1,'modifying_poll','Modifying Poll',25),(2426,-1,'modifying_post','Modifying Post',25),(2427,-1,'modifying_private_message_folders','Modifying Private Message Folders',25),(2428,-1,'modifying_profile','Modifying Profile',25),(2429,-1,'modifying_subscription_folders','Modifying Subscription Folders',25),(2430,-1,'modifying_thread','Modifying Thread',25),(2431,-1,'modifying_usergroups','Modifying Usergroups',25),(2432,-1,'moving_thread_to_forum','Moving Thread:<br /> To Forum:',25),(2433,-1,'moving_thread_with_redirect_to_forum','Moving Thread (with Redirect):<br /> To Forum:',25),(2434,-1,'open_close_thread','Opening/Closing Thread',25),(2435,-1,'private_messaging','Private Messaging',25),(2436,-1,'query_x','Query: {1}',25),(2437,-1,'rating_thread','Rating Thread',25),(2438,-1,'registering','Registering',25),(2439,-1,'replying_to_thread','Replying to Thread',25),(2440,-1,'reporting_post','Reporting a Post',25),(2441,-1,'request_activation_code','Requesting Activation Code',25),(2442,-1,'search_bots','Search Bots',25),(2443,-1,'search_engine_spider','Search Engine Spider',25),(2444,-1,'searching_forums','Searching Forums',25),(2445,-1,'searching_member_list','Searching Member List',25),(2446,-1,'sending_aim_message','Sending AIM Message',25),(2447,-1,'sending_forum_feedback','Sending Forum Feedback',25),(2448,-1,'sending_icq_message','Sending ICQ Message',25),(2449,-1,'sending_msn_message','Sending MSN Message',25),(2450,-1,'sending_thread_to_friend','Sending Thread to a Friend',25),(2451,-1,'sending_yahoo_message','Sending Yahoo Message',25),(2452,-1,'spiders','Spiders',25),(2453,-1,'splitting_thread','Splitting Thread',25),(2454,-1,'sticking_thread','Sticking Thread',25),(2455,-1,'subscribing_to_forum','Subscribing to Forum',25),(2456,-1,'subscribing_to_thread','Subscribing to Thread',25),(2457,-1,'tracking_private_messages','Tracking Private Messages',25),(2458,-1,'unknown_location','Unknown Location',25),(2459,-1,'user_agent','User Agent',25),(2460,-1,'user_is_invisible_to_others','User is invisible to others',25),(2461,-1,'user_is_on_your_buddy_list','User is on your buddy list',25),(2462,-1,'user_x','User: {1}',25),(2463,-1,'viewing_announcement','Viewing Announcement',25),(2464,-1,'viewing_archives','Viewing Archives',25),(2465,-1,'viewing_attachment','Viewing Attachment',25),(2466,-1,'viewing_attachments','Viewing Attachments',25),(2467,-1,'viewing_avatars','Viewing Avatars',25),(2468,-1,'viewing_bb_code','Viewing BB Code',25),(2469,-1,'viewing_calendar','Viewing Calendar',25),(2470,-1,'viewing_error_message','Viewing Error Message',25),(2471,-1,'viewing_event','Viewing Event',25),(2472,-1,'viewing_faq','Viewing FAQ',25),(2473,-1,'viewing_forum','Viewing Forum',25),(2474,-1,'viewing_forum_closed','Viewing \'Forum Closed\' Message',25),(2475,-1,'viewing_forum_leaders','Viewing Forum Leaders',25),(2476,-1,'viewing_gallery','Viewing Gallery',25),(2477,-1,'viewing_index','Viewing Index',25),(2478,-1,'viewing_ip_address','Viewing IP Address',25),(2479,-1,'viewing_member_list','Viewing Member List',25),(2480,-1,'viewing_new_posts','Viewing New Posts',25),(2481,-1,'viewing_no_permission_message','Viewing \'No Permission\' Message',25),(2482,-1,'viewing_paid_subscriptions','Viewing Paid Subscriptions',25),(2483,-1,'viewing_poll','Viewing Poll',25),(2484,-1,'viewing_printable_version','Viewing Printable Version',25),(2485,-1,'viewing_private_message','Viewing Private Message',25),(2486,-1,'viewing_smilies','Viewing Smilies',25),(2487,-1,'viewing_subscribed_threads','Viewing Subscribed Threads',25),(2488,-1,'viewing_thread','Viewing Thread',25),(2489,-1,'viewing_user_control_panel','Viewing User Control Panel',25),(2490,-1,'viewing_user_note','Viewing User Note',25),(2491,-1,'viewing_user_profile','Viewing User Profile',25),(2492,-1,'viewing_who_posted','Viewing Who Posted',25),(2493,-1,'viewing_whos_online','Viewing Who\'s Online',25),(2494,-1,'viewing_x','Viewing {1}',25),(2495,-1,'voting','voting',25),(2496,-1,'x_spider','{1} Spider',25),(2497,-1,'category','Category',26),(2498,-1,'child_posts','Child Posts',26),(2499,-1,'closed','Closed',26),(2500,-1,'copy_thread_to_destination_forum','Copy thread to destination forum',26),(2501,-1,'delete_message','Delete Message',26),(2502,-1,'delete_options','Delete Options',26),(2503,-1,'delete_posts','Delete Posts',26),(2504,-1,'delete_thread','Delete Thread',26),(2505,-1,'deletion_options','Deletion Options',26),(2506,-1,'deletion_status','Deletion Status',26),(2507,-1,'deselect','Deselect',26),(2508,-1,'edit_thread','Edit Thread',26),(2509,-1,'how_would_you_like_to_delete_this_thread','How would you like to delete this thread?',26),(2510,-1,'item_deleted_would_you_like_to','This item has been \'deleted\'. Would you like to...',26),(2511,-1,'keep_attachments','Keep Attachments',26),(2512,-1,'leave_it_deleted','Leave it deleted',26),(2513,-1,'link','Link',26),(2514,-1,'manage_post','Manage Post',26),(2515,-1,'may_rename_thread','You may rename this thread if you wish.',26),(2516,-1,'merge_thread_control_allows','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.',26),(2517,-1,'merge_threads','Merge Threads',26),(2518,-1,'moderator_log','Moderator Log',26),(2519,-1,'moderator_notes','Moderator Notes',26),(2520,-1,'move_thread_and_leave_redirect_in_previous_forum','Move thread and leave redirect in previous forum',26),(2521,-1,'move_thread_to_destination_forum','Move thread to destination forum',26),(2522,-1,'new_subject','New Subject',26),(2523,-1,'new_thread_details','New Thread Details',26),(2524,-1,'no_posting','No Posting',26),(2525,-1,'opened','Opened',26),(2526,-1,'opened_thread','Opened Thread',26),(2527,-1,'physically_remove_it','Physically remove it',26),(2528,-1,'physically_remove_message','Physically Remove Message',26),(2529,-1,'post_is_visible','Post is visible: Un-check this box to send this post to the moderation queue',26),(2530,-1,'post_x_by_y_removed','Post <i>{1}</i> by {2} Removed',26),(2531,-1,'post_x_by_y_softdeleted','Post <i>{1}</i> by {2} Soft Deleted',26),(2532,-1,'post_x_edited','Post <i>{1}</i> Edited',26),(2533,-1,'post_y_by_x_undeleted','Post \'{1}\' by {2} Undeleted',26),(2534,-1,'posts_moved_to_new_thread','All the posts you selected on this page will be moved into a new thread, the details of which you must specify here.',26),(2535,-1,'reason_for_deletion','Reason for Deletion (optional)',26),(2536,-1,'select','Select',26),(2537,-1,'soft_delete_leave_deleted_message','\'Soft\' delete it - Leave "Deleted" Message',26),(2538,-1,'split','Split',26),(2539,-1,'split_thread','Split Thread',26),(2540,-1,'stuck','Stuck',26),(2541,-1,'stuck_thread','Stuck Thread',26),(2542,-1,'thread_closed_by_x_on_y_at_z','Thread Closed by {1} on {2} at {3}.',26),(2543,-1,'thread_copied_to_a_by_b_on_c_at_d','Thread copied to \'{1}\' by {2} on {3} at {4}.',26),(2544,-1,'thread_copied_to_x','Thread copied to \'{1}\'.',26),(2545,-1,'thread_edited_by_x_on_y_at_z','Thread edited by {1} on {2} at {3}.',26),(2546,-1,'thread_edited_visible_x_open_y_sticky_z','Thread edited. (visible: {1}; open: {2}; sticky: {3})',26),(2547,-1,'thread_had_posts_deleted_by_x_on_y_at_z','Thread had posts deleted by {1} on {2} at {3}.',26),(2548,-1,'thread_is_open','Thread is open: Users can post in this thread',26),(2549,-1,'thread_is_sticky','Thread is sticky: Thread remains at top of list thread listings',26),(2550,-1,'thread_is_visible','Thread is visible: Un-check this box to send this thread to the moderation queue',26),(2551,-1,'thread_merged_with_x','Thread merged with \'{1}\'.',26),(2552,-1,'thread_moved_to_a_by_b_on_c_at_d','Thread moved to \'{1}\' by {2} on {3} at {4}.',26),(2553,-1,'thread_moved_to_x','Thread moved to \'{1}\'.',26),(2554,-1,'thread_moved_with_redirect_to_a','Thread moved with redirect to \'{1}\'.',26),(2555,-1,'thread_moved_with_redirect_to_a_by_b_on_c_at_d','Thread moved with redirect to \'{1}\' by {2} on {3} at {4}.',26),(2556,-1,'thread_opened_by_x_on_y_at_z','Thread Opened by {1} on {2} at {3}.',26),(2557,-1,'thread_removed','Thread Removed',26),(2558,-1,'thread_softdeleted','Thread Soft Deleted',26),(2559,-1,'thread_split_from_threadid_a_by_b_on_x_at_d','Thread split from threadid {1} by {2} on {3} at {4}.',26),(2560,-1,'thread_split_to_threadid_a_by_b_on_x_at_d','Thread split to threadid {1} by {2} on {3} at {4}.',26),(2561,-1,'thread_split_to_x','Thread split to threadid {1}.',26),(2562,-1,'thread_stuck_by_x_on_y_at_z','Thread Stuck by {1} on {2} at {3}.',26),(2563,-1,'thread_summary','Thread Summary',26),(2564,-1,'thread_undeleted','Thread Undeleted',26),(2565,-1,'thread_unstuck_by_x_on_y_at_z','Thread Unstuck by {1} on {2} at {3}.',26),(2566,-1,'undelete_it_restore','Undelete it (restore)',26),(2567,-1,'unstuck','Unstuck',26),(2568,-1,'unstuck_thread','Unstuck Thread',26),(2569,-1,'url_of_thread_to_be_merged','URL of Thread to be Merged',26),(2570,-1,'use_field_to_specify_url_to_combine','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.',26),(2571,-1,'confirm_outstanding_receipt','Confirm Outstanding Receipt',27),(2572,-1,'confirmed_private_message_receipts','Confirmed Private Message Receipts',27),(2573,-1,'csv','CSV',27),(2574,-1,'delete_message','Delete Message',27),(2575,-1,'delete_message_click_button','To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.',27),(2576,-1,'delete_this_message','Delete this Message',27),(2577,-1,'download_all_private_messages_as','Download all Private Messages as',27),(2578,-1,'download_as_csv','Download as CSV',27),(2579,-1,'download_as_text','Download as TEXT',27),(2580,-1,'download_as_xml','Download as XML',27),(2581,-1,'dump_from','From',27),(2582,-1,'dump_message','message',27),(2583,-1,'dump_privatemessages','privatemessages',27),(2584,-1,'dump_to','To',27),(2585,-1,'file_type','File Type',27),(2586,-1,'folder_id_x','Folder id: {1}',27),(2587,-1,'forward_message','Forward Message',27),(2588,-1,'forward_prefix','FW:',27),(2589,-1,'forwarded_message','Forwarded Message',27),(2590,-1,'last_month','Last Month',27),(2591,-1,'last_week','Last Week',27),(2592,-1,'mark_as_read','Mark as read',27),(2593,-1,'mark_as_unread','Mark as unread',27),(2594,-1,'may_send_x_messages_a_time','You may send up to <b>{1}</b> messages at a time.',27),(2595,-1,'message_tracking','Message Tracking',27),(2596,-1,'messages_stored_in_folder_x','Messages stored in this folder: {1}',27),(2597,-1,'move_private_messages','Move Private Messages',27),(2598,-1,'not_tracking_any_messages','You are currently not tracking any messages.',27),(2599,-1,'post_new_private_message','Send New Private Message',27),(2600,-1,'preview_message','Preview Message',27),(2601,-1,'private_message_dump_for_user_x_y','Private Message Dump for User {1}; {2}',27),(2602,-1,'private_message_receipt','Private Message Receipt',27),(2603,-1,'private_messages_in_folder','Private Messages in Folder',27),(2604,-1,'read','Read',27),(2605,-1,'read_date','Read Date',27),(2606,-1,'read_message','Read Message',27),(2607,-1,'recipient_usernames','Recipient Username(s)',27),(2608,-1,'recipients','Recipients',27),(2609,-1,'repliedto_message','Replied-to Message',27),(2610,-1,'reply_to_private_message','Reply to Private Message',27),(2611,-1,'request_receipt_for_message','Request a read receipt for this message?',27),(2612,-1,'save_copy_in_sent_items_folder','Save a copy of this message in your <a href=\"{1}\">Sent Items</a> folder.',27),(2613,-1,'select_deselect_all_in_time_period','Select / deselect all in this time period',27),(2614,-1,'selected_messages','Selected Messages',27),(2615,-1,'sent_date','Sent Date',27),(2616,-1,'sent_to','Sent to',27),(2617,-1,'separate_multiple_names','Separate multiple user names with \';\'',27),(2618,-1,'standard_folders','Standard Folders',27),(2619,-1,'text','Text',27),(2620,-1,'to_delete_a_folder','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.',27),(2621,-1,'total_messages_in_all_folders_x','Total messages stored in all folders: {1}',27),(2622,-1,'unconfirmed_private_message_receipts','Unconfirmed Private Message Receipts',27),(2623,-1,'unread_message','Unread Message',27),(2624,-1,'unreadable_data','Unreadable Data',27),(2625,-1,'view_message','View Message',27),(2626,-1,'x_contains_y_messages','<a href=\"{1}\"><strong>{2}</strong></a> contains {3} stored messages.',27),(2627,-1,'x_contains_y_z_messages_of_xx','<strong>{1}</strong> contains {2} messages.<br />You have {3} messages stored, of a total {4} allowed.',27),(2628,-1,'x_has_requested_a_read_receipt','{1} has requested a read receipt - Confirm?',27),(2629,-1,'x_requested_read_receipt','<strong>{1}</strong> has requested a read receipt - Confirm? <!-- phrase name: x_has_requested_a_read_receipt -->',27),(2630,-1,'xml','XML',27),(2631,-1,'you_have_x_and_y_receipts','You have <strong>{1}</strong> confirmed and <strong>{2}</strong> unconfirmed private message receipts.',27),(2632,-1,'your_custom_folders','Your Custom Folders',27),(2633,-1,'accept_all','Accept All',28),(2634,-1,'add_new_custom_avatar','Add New Custom Avatar',28),(2635,-1,'add_new_user_title','Add New User Title',28),(2636,-1,'additional_users','Additional Users',28),(2637,-1,'all_members_of_this_usergroup_will_revert','All members of this usergroup will revert to the <i>registered</i> group.',28),(2638,-1,'all_posts_will_be_set_to_guest','All posts made by this user will be set to \'Guest\'',28),(2639,-1,'all_time','All Time',28),(2640,-1,'allow_access_to_forum','Allow Access to Forum',28),(2641,-1,'are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x','Are you <b>sure</b> you want to delete the private messages belonging to the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',28),(2642,-1,'are_you_sure_want_to_delete_private_messages_sent_by_the_user_x','Are you <b>sure</b> you want to delete the private messages sent by the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',28),(2643,-1,'are_you_sure_want_to_delete_subscriptions_x','Are you <b>sure</b> you want to delete the subscriptions called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',28),(2644,-1,'are_you_sure_want_to_delete_user_x','Are you <b>sure</b> you want to delete the user called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',28),(2645,-1,'are_you_sure_you_want_to_delete_this_user_title','Are you sure you want to delete this User Title?',28),(2646,-1,'are_you_sure_you_want_to_merge_x_into_y','Are you sure you want to merge <b>{1}</b> into <b>{2}</b>?<br />\r\n<br />\r\n<b>{1}</b> will be deleted after the merge.',28),(2647,-1,'auto_subscription_mode','Automatic Thread Subscription Mode',28),(2648,-1,'avatars_to_show_per_page','Avatars to Show Per Page',28),(2649,-1,'ban_user','Ban User',28),(2650,-1,'birthday_is_after','Birthday is After',28),(2651,-1,'birthday_is_before','Birthday is Before',28),(2652,-1,'browsing_options','Browsing Options',28),(2653,-1,'change_avatar','Change Avatar',28),(2654,-1,'change_profile_picture','Change Profile Picture',28),(2655,-1,'change_signature','Change Signature',28),(2656,-1,'click_the_button_to_send_password_reminder_to_x','Click the button below to send a password reminder to {1}',28),(2657,-1,'coppa_user','COPPA User',28),(2658,-1,'could_not_resolve_hostname','Could Not Resolve Hostname',28),(2659,-1,'current_reputation_power','Current Reputation Power',28),(2660,-1,'delete_all','Delete All',28),(2661,-1,'delete_all_users_private_messages','Delete All User\'s Private Messages',28),(2662,-1,'delete_avatar','Delete Avatar',28),(2663,-1,'delete_private_messages','Delete Private Messages',28),(2664,-1,'delete_private_messages_sent_by_user','Delete Private Messages Sent by User',28),(2665,-1,'delete_subscriptions','Delete Subscriptions',28),(2666,-1,'delete_user','Delete User',28),(2667,-1,'deleting_custom_avatars','Deleting Custom Avatars',28),(2668,-1,'deleting_events','Deleting Events',28),(2669,-1,'deleting_moderators','Deleting Moderators',28),(2670,-1,'deleting_private_messages','Deleting Private Messages',28),(2671,-1,'deleting_subscriptions','Deleting Subscriptions',28),(2672,-1,'deleting_user_forum_access','Deleting User Forum Access',28),(2673,-1,'deleting_users','Deleting Users',28),(2674,-1,'depth_to_search','Depth to Search',28),(2675,-1,'destination_username','Destination Username',28),(2676,-1,'display_aim_screen_name','Display AIM Screen Name',28),(2677,-1,'display_avatars','Display Avatars',28),(2678,-1,'display_birthday','Display Birthday',28),(2679,-1,'display_coppa_user','Display COPPA User',28),(2680,-1,'display_email','Display Email',28),(2681,-1,'display_home_page','Display Home Page',28),(2682,-1,'display_icq_uin','Display ICQ UIN',28),(2683,-1,'display_images','Display Images',28),(2684,-1,'display_ip_address','Display IP Address',28),(2685,-1,'display_join_date','Display Join Date',28),(2686,-1,'display_last_activity','Display Last Activity',28),(2687,-1,'display_last_post','Display Last Post',28),(2688,-1,'display_msn_id','Display MSN ID',28),(2689,-1,'display_parent_email_address','Display Parent Email Address',28),(2690,-1,'display_post_count','Display Post Count',28),(2691,-1,'display_reputation','Display Reputation',28),(2692,-1,'display_signature','Display Signature',28),(2693,-1,'display_signatures','Display Signatures',28),(2694,-1,'display_user_title','Display User Title',28),(2695,-1,'display_usergroup','Display Usergroup',28),(2696,-1,'display_username','Display User Name',28),(2697,-1,'display_x','Display {1}',28),(2698,-1,'display_yahoo_id','Display Yahoo! ID',28),(2699,-1,'do_not_show_editor_toolbar','Do Not Show Editor Toolbar',28),(2700,-1,'dst_currently_in_effect','Is DST currently in effect',28),(2701,-1,'edit_access_masks','Edit Access Masks',28),(2702,-1,'edit_administrator_permissions','Edit Administrator Permissions',28),(2703,-1,'edit_forum_permissions_access_masks','Edit Forum Permissions (Access Masks)',28),(2704,-1,'edit_reputation','Edit Reputation',28),(2705,-1,'edit_reputation_comment','Edit Reputation Comment',28),(2706,-1,'edit_user','Edit User',28),(2707,-1,'email_manager','Email Manager',28),(2708,-1,'email_options','Email Options',28),(2709,-1,'email_password_reminder_to_user','Email Password Reminder to User',28),(2710,-1,'email_to_send_at_once','Email to send at once:',28),(2711,-1,'email_will_be_sent_in_user_specified_language','Note: The email will be sent in the language selected by the user in their profile.',28),(2712,-1,'find_ip_addresses_for_user','Find IP Addresses for user<dfn>Enter Username</dfn>',28),(2713,-1,'find_more_users_with_this_ip_address','Find More Users with this IP Address',28),(2714,-1,'find_posts_by_user','Find Posts by User',28),(2715,-1,'find_users_by_ip_address','Find Users by IP Address<dfn>You may enter a partial IP Address</dfn>',28),(2716,-1,'forum_permissions','Forum Permissions',28),(2717,-1,'has_not_logged_on_for_xx_days','Has not logged on for <i>x</i> days',28),(2718,-1,'icq_uin','ICQ UIN',28),(2719,-1,'if_you_leave_a_field_blank_it_will_be_ignored','If you leave a field blank it will be ignored',28),(2720,-1,'if_you_want_to_prune_user_posts_first','If you want to prune all the user\'s messages first, please click <a href=\"{1}\">here</a>.',28),(2721,-1,'ignore_all','Ignore All',28),(2722,-1,'image_options','Image Options',28),(2723,-1,'include_users_that_have_declined_email','Include users that have declined admin emails?',28),(2724,-1,'ip_address_search_for_ip_address_x','IP Address Search for IP Address: \"</b>{1}<b>\"',28),(2725,-1,'ip_address_search_for_user_x','IP Address Search for User: \"</b>{1}<b>\"',28),(2726,-1,'it_is_recommended_that_you_update_user_titles','It is recommended that you <a href=\"misc.php?{1}\">update user titles</a> after adding, editing, and deleting user titles.',28),(2727,-1,'join_date_is_after','Join Date is After',28),(2728,-1,'join_date_is_before','Join Date is Before',28),(2729,-1,'join_requests_manager','Join Requests Manager',28),(2730,-1,'last_activity_is_after','Last Activiy is After',28),(2731,-1,'last_activity_is_before','Last Activity is Before',28),(2732,-1,'last_post_is_after','Last Post is After',28),(2733,-1,'last_post_is_before','Last Post is Before',28),(2734,-1,'list_new_registrations','List New Registrations',28),(2735,-1,'list_top_posters','List Top Posters',28),(2736,-1,'list_users_awaiting_moderation','List Users Awaiting Moderation',28),(2737,-1,'list_users_with_x_messages','List Users with {1} Messages',28),(2738,-1,'list_visitors_in_the_last_24_hours','List Visitors in the Last 24 Hours',28),(2739,-1,'maximum_results','Max Results',28),(2740,-1,'merge_allows_you_to_join_two_user_accounts','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>.',28),(2741,-1,'merge_users','Merge Users',28),(2742,-1,'message_email','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>',28),(2743,-1,'move_user_to_usergroup','Move User to Usergroup',28),(2744,-1,'msn_id','MSN ID',28),(2745,-1,'number_of_messages','Number of Messages',28),(2746,-1,'number_of_users','Number of Users',28),(2747,-1,'other_please_specify','Other (please specify)',28),(2748,-1,'personal_home_page','Home Page',28),(2749,-1,'please_input_referral_dates','Please input the dates that you would like the report run for or leave them blank for a report covering everything.',28),(2750,-1,'pop_up_notification_box_when_a_private_message_is_received','Pop up a Notification Box When a Private Message is Received',28),(2751,-1,'posts_are_greater_than','Posts are greater than',28),(2752,-1,'posts_are_less_than','Posts are less than',28),(2753,-1,'posts_is_less_than','Posts is less than',28),(2754,-1,'primary_users','Primary Users',28),(2755,-1,'private_message_statistics','Private Message Statistics',28),(2756,-1,'private_messages_belonging_to_the_user','Private Messages belonging to the user',28),(2757,-1,'private_messages_for_x','Private Messages for {1}',28),(2758,-1,'private_messages_sent_by_the_user','Private Messages sent by the user',28),(2759,-1,'process','Process',28),(2760,-1,'quick_user_links','Quick User Links',28),(2761,-1,'referrals_for_x','Referrals for {1}',28),(2762,-1,'registration_ip_address','Registration IP Address',28),(2763,-1,'reputation_for_a_page_b_c_there_are_d_comments','Reputation for {1} (Page {2}/{3}) | There are {4} comments.',28),(2764,-1,'reputation_is_greater_than','Reputation is greater than',28),(2765,-1,'reputation_is_less_than','Reputation is less than',28),(2766,-1,'search_criteria','Search Criteria',28),(2767,-1,'search_ip_addresses','Search IP Addresses',28),(2768,-1,'search_users','Search Users',28),(2769,-1,'send_email_to_accepted_users','Send email to users who have been accepted',28),(2770,-1,'send_email_to_deleted_users','Send email to users who have been deleted',28),(2771,-1,'send_email_to_user','Send Email to User',28),(2772,-1,'send_password_to_user','Send Password to User',28),(2773,-1,'send_private_message_to_user','Send Private Message to User',28),(2774,-1,'show_all_coppa_users','Show All COPPA Users',28),(2775,-1,'show_all_users','Show All Users',28),(2776,-1,'showing_avatars_x_to_y_of_z','Showing Avatars {1} to {2} of {3}',28),(2777,-1,'showing_users_x_to_y_of_z','Showing Users {1} to {2} of {3}',28),(2778,-1,'sorting_options','Sorting Options',28),(2779,-1,'source_username','Source Username',28),(2780,-1,'starting_at_result','Starting at Result',28),(2781,-1,'subscribe_choice_0','Subscribe with no notification',28),(2782,-1,'subscribe_choice_1','Instant email notification',28),(2783,-1,'subscribe_choice_2','Daily email notification',28),(2784,-1,'subscribe_choice_3','Weekly email notification',28),(2785,-1,'subscribe_choice_none','Do not subscribe',28),(2786,-1,'test','Test',28),(2787,-1,'test_email_only','Test Email Only?<dfn>(Will not send any email out)</dfn>',28),(2788,-1,'text_to_separate_addresses_by','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>',28),(2789,-1,'this_action_is_not_reversible','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.',28),(2790,-1,'this_is_a_coppa_user_do_not_change_to_registered','This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent',28),(2791,-1,'this_system_allows_you_to_mass_move_delete_users','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.',28),(2792,-1,'time_options','Time Options',28),(2793,-1,'times_to_repeat_rank','Number of times to repeat rank:',28),(2794,-1,'update_or_add_administration_permissions','Update or Add Administration Permissions',28),(2795,-1,'updating_threads_posts','Updating Threads / Posts',28),(2796,-1,'updating_threads_posts_for_x','Updating Threads / Posts for {1}',28),(2797,-1,'updating_users','Updating Users',28),(2798,-1,'use_current_avatar','Use Current Avatar',28),(2799,-1,'use_email_notification_by_default','Use Email Notification by Default',28),(2800,-1,'user_has_no_avatar','User has no avatar',28),(2801,-1,'user_manager','User Manager',28),(2802,-1,'user_moving_pruning_system','User Moving/Pruning System',28),(2803,-1,'user_profile_field_options','User Profile Field Options',28),(2804,-1,'user_ranks_desc','User <i>ranks</i> are images that appear beneath your user\'s names on their posts.<br /><br /><i>Ranks</i> assigned to All Usergroups appear for everyone unless that group has ranks explicitly defined.',28),(2805,-1,'user_title_manager','User Title Manager',28),(2806,-1,'usergroup_leader','Usergroup Leader',28),(2807,-1,'usergroup_options','Usergroup Options',28),(2808,-1,'users_awaiting_moderation','Users Awaiting Moderation',28),(2809,-1,'users_with_x_private_messages_stored','Users with {1} Private Messages Stored',28),(2810,-1,'view_forum_permissions','View Forum Permissions',28),(2811,-1,'view_ip_addresses','View IP Addresses',28),(2812,-1,'view_join_requests','View Join Requests',28),(2813,-1,'view_other_ip_addresses_for_this_user','View Other IP Addresses for this User',28),(2814,-1,'view_private_message_statistics','View Private Message Statistics',28),(2815,-1,'yahoo_id','Yahoo! ID',28),(2816,-1,'yes_but_not_parsing_html','Yes, but not parsing HTML',28),(2817,-1,'you_may_not_delete_move_this_user','You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) You!',28),(2818,-1,'access_denied','Access Denied',29),(2819,-1,'access_denied_x_users','Access Denied: {1} User(s)',29),(2820,-1,'access_granted','Access Granted',29),(2821,-1,'access_granted_x_users','Access Granted: {1} User(s)',29),(2822,-1,'access_mask_manager','Access Mask Manager',29),(2823,-1,'access_masks_quick_editor','Access Masks Quick Editor',29),(2824,-1,'delete_all_access_masks','Delete All Access Masks',29),(2825,-1,'display_all_users','Display All Users',29),(2826,-1,'display_users','Display Users',29),(2827,-1,'sort','Sort',29),(2828,-1,'user_forum_access_for_x','User Forum Access for {1}',29),(2829,-1,'add_new_scheduled_task','Add New Scheduled Task',30),(2830,-1,'are_you_sure_you_want_to_delete_this_scheduled_task','Are you sure you want to delete this Scheduled Task?',30),(2831,-1,'day_of_month','Day of the Month',30),(2832,-1,'day_of_week','Day of the Week <dfn>(Note: this overrides the \'day of the month\' option)</dfn>',30),(2833,-1,'friday_abbr','Fri',30),(2834,-1,'monday_abbr','Mon',30),(2835,-1,'next_time','Next Time',30),(2836,-1,'run_now','Run Now',30),(2837,-1,'saturday_abbr','Sat',30),(2838,-1,'scheduled_task','Scheduled Task',30),(2839,-1,'scheduled_task_manager','Scheduled Task Manager',30),(2840,-1,'sunday_abbr','Sun',30),(2841,-1,'thursday_abbr','Thu',30),(2842,-1,'tuesday_abbr','Tue',30),(2843,-1,'wednesday_abbr','Wed',30),(2844,-1,'add_new_moderator_to_forum_x','Add New Moderator to Forum <span class=\"normal\">{1}</span>',31),(2845,-1,'are_you_sure_want_to_delete_moderator_x','Are you <b>sure</b> you want to delete the moderator called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',31),(2846,-1,'are_you_sure_you_want_to_delete_this_moderator','Are you sure you want to delete this Moderator?',31),(2847,-1,'can_edit_user_reputation_comments','Can Edit User Reputation Comments',31),(2848,-1,'change_moderator_primary_usergroup_to','Change Moderator\'s Primary Usergroup to',31),(2849,-1,'edit_moderator_x_for_forum_y','Edit Moderator </b>{1}<b> for Forum </b>{2}<b>',31),(2850,-1,'email_preferences','Email Preferences',31),(2851,-1,'if_you_would_like_to_remove_this_moderator','If You Would Like to Remove this Moderator',31),(2852,-1,'make_moderator_a_member_of','Make Moderator a Member of',31),(2853,-1,'moderator_manager','Moderator Manager',31),(2854,-1,'more_than_x_days_ago','More Than {1} Days Ago',31),(2855,-1,'receive_email_on_new_post','Receive Email When a New Post is Created',31),(2856,-1,'receive_email_on_new_thread','Receive Email When a New Thread is Created',31),(2857,-1,'remove_moderator_from_all_forums','Remove this Moderator from All Forums',31),(2858,-1,'add_new_setting','Add New Setting',32),(2859,-1,'add_new_setting_group','Add New Setting Group',32),(2860,-1,'add_setting','Add Setting',32),(2861,-1,'alignment','Alignment',32),(2862,-1,'are_you_sure_want_to_delete_setting_x','Are you sure you want to delete the setting: \'{1}\'?',32),(2863,-1,'are_you_sure_want_to_delete_settinggroup_x','Are you sure you want to delete the setting group: \'{1}\'?',32),(2864,-1,'basic','Basic',32),(2865,-1,'collapse_setting_groups','Collapse Setting Groups',32),(2866,-1,'collapsible','Collapsible',32),(2867,-1,'coppa_disabled','Disable COPPA registration system',32),(2868,-1,'coppa_enabled','Enable COPPA registration system',32),(2869,-1,'css','CSS',32),(2870,-1,'custom_fields','Custom Fields',32),(2871,-1,'deny_under_13_registration','Deny registration for users aged under 13 years',32),(2872,-1,'disable_controls','Disable Controls',32),(2873,-1,'display_age','Display Age',32),(2874,-1,'display_but_require_admin_or_mod','Display, but require administrator or moderator',32),(2875,-1,'display_publicly','Display publicly',32),(2876,-1,'display_reputation_power','Display Reputation Power',32),(2877,-1,'do_not_log_ip','Do not log IP',32),(2878,-1,'download_settings_xml_file','Download Settings XML File',32),(2879,-1,'edit_settings','Edit Settings',32),(2880,-1,'enable_standard_and_wysiwyg_controls','Enable Standard & WYSIWYG Controls ',32),(2881,-1,'enable_standard_controls','Enable Standard Controls',32),(2882,-1,'expand_setting_groups','Expand Setting Groups',32),(2883,-1,'expanded','Expanded',32),(2884,-1,'group_by_date','Group by Date',32),(2885,-1,'group_by_event','Group by Event',32),(2886,-1,'import_settings_xml_file','Import Settings XML File',32),(2887,-1,'importing_settings','Importing Settings',32),(2888,-1,'likely_gd_version','Likely GD Version',32),(2889,-1,'links','Links',32),(2890,-1,'only_one_per_post','Yes, if post has only one attachment',32),(2891,-1,'option_code','Option Code <dfn>(blank, yesno, textarea, or custom eval code)</dfn>',32),(2892,-1,'require_birthday','Require Birthday',32),(2893,-1,'save_settings','Save Settings',32),(2894,-1,'setting','Setting',32),(2895,-1,'show_all_settings','Show All Settings',32),(2896,-1,'single','Single',32),(2897,-1,'yes_alphabetical','Yes, Alphabetical',32),(2898,-1,'yes_random','Yes, Random',32),(2899,-1,'yes_sharpen','Yes, Sharpen',32),(2900,-1,'add_new_user_rank','Add New User Rank',33),(2901,-1,'are_you_sure_you_want_to_delete_this_user_rank','Are you sure you want to delete this User Rank?',33),(2902,-1,'image','Image',33),(2903,-1,'or_you_may_enter_text','<b>OR</b> you may enter text<dfn>HTML is allowed</dfn>',33),(2904,-1,'rank_type','Rank Type',33),(2905,-1,'user_rank_file_path','User Rank File Path',33),(2906,-1,'user_rank_manager','User Rank Manager',33),(2907,-1,'add_new_usergroup','Add New Usergroup',34),(2908,-1,'add_new_usergroup_leader','Add New Usergroup Leader',34),(2909,-1,'add_usergroup_leader','Add Usergroup Leader',34),(2910,-1,'are_you_sure_want_to_delete_promotion_usergroup_x','Are you <b>sure</b> you want to delete the promotion from the usergroup called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',34),(2911,-1,'are_you_sure_want_to_delete_usergroup_leader_x','Are you <b>sure</b> you want to delete the usergroup leader called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',34),(2912,-1,'are_you_sure_want_to_delete_usergroup_x','Are you <b>sure</b> you want to delete the usergroup called \'{1}\'?<br /><span class=\"smallfont\">({2}: {3})</span><br /><br /> {4} This action can not be un-done.',34),(2913,-1,'create_permissions_based_off_of_forum','Create Permissions Based off of Usergroup:',34),(2914,-1,'create_usergroup_based_off_of_usergroup','Create Usergroup Based off of Usergroup:',34),(2915,-1,'custom_usergroups','Custom Usergroups',34),(2916,-1,'days_registered','Days Registered',34),(2917,-1,'default_usergroups','Default Usergroups',34),(2918,-1,'delete_usergroup','Delete Usergroup',34),(2919,-1,'edit_usergroup','Edit Usergroup',34),(2920,-1,'processing_join_requests','Processing Join Requests',34),(2921,-1,'promotion','Promotion',34),(2922,-1,'public_group_settings','Public Group Settings',34),(2923,-1,'public_joinable_custom_usergroup','Public (Joinable) Custom Usergroups',34),(2924,-1,'show_all_additional_users','Show All Additional Users',34),(2925,-1,'show_all_primary_users','Show All Primary Users',34),(2926,-1,'usergroup_manager','Usergroup Manager',34),(2927,-1,'view_join_requests','View Join Requests',34),(2928,-1,'view_reputation','View Reputation',34),(2929,-1,'event_x_to_y','{1} to {2}',35),(2930,-1,'holiday_event_christmas','X-Mas',35),(2931,-1,'holiday_title_christmas','Christmas Test',35),(2932,-1,'holidays','Holidays',35),(2933,-1,'add_edit_files_attached','Click here to add or edit files attached to this message',36),(2934,-1,'additional_options','Additional Options',36),(2935,-1,'administrator_decided_x_quiet','The administrator has decided that <strong>{1}</strong> should be quiet for a while.',36),(2936,-1,'after_you_submit_your_message','after you submit your message',36),(2937,-1,'align_center','Align Center',36),(2938,-1,'align_left','Align Left',36),(2939,-1,'align_right','Align Right',36),(2940,-1,'attach_files','Attach Files',36),(2941,-1,'attachment_removed','Attachment Removed',36),(2942,-1,'attachment_uploaded','Attachment Uploaded',36),(2943,-1,'automatically_parse_links_in_text','Automatically parse links in text',36),(2944,-1,'average','Average',36),(2945,-1,'bad','Bad',36),(2946,-1,'bold','Bold',36),(2947,-1,'browse','Browse',36),(2948,-1,'can_add_a_score_for_thread','If you like, you can add a score for this thread.',36),(2949,-1,'choose_a_rating','Choose a rating',36),(2950,-1,'choose_file','Choose File',36),(2951,-1,'close_all_tags','Close All Tags',36),(2952,-1,'close_current_tag','Close Current Tag',36),(2953,-1,'close_this_thread','Close this thread',36),(2954,-1,'color','Color',36),(2955,-1,'color_standard_editor','[Color]',36),(2956,-1,'copy','Copy',36),(2957,-1,'create_list','Create List',36),(2958,-1,'cut','Cut',36),(2959,-1,'decrease_indent','Decrease Indent',36),(2960,-1,'decrease_size','Decrease Size',36),(2961,-1,'delete_message','Delete Message',36),(2962,-1,'delete_message_check_appropriate_option','To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.',36),(2963,-1,'delete_this_message','Delete this Message',36),(2964,-1,'deleting_message_deletion_of_thread','Note: deleting this message will result in the deletion of the entire thread because this is the first post in the thread.',36),(2965,-1,'disable_smilies_in_text','Disable smilies in text',36),(2966,-1,'do_not_delete_message','Do Not Delete Message',36),(2967,-1,'do_not_subscribe','Do not subscribe',36),(2968,-1,'enhanced_mode','Enhanced Mode',36),(2969,-1,'enter_email_link','Please enter the email address for the link:',36),(2970,-1,'enter_image_url','Please enter the URL of your image:',36),(2971,-1,'enter_link_text','Enter the text to be displayed for the link (optional):',36),(2972,-1,'enter_link_url','Please enter the URL of your link:',36),(2973,-1,'enter_list_item','Enter a list item.\\nLeave the box empty or press \'Cancel\' to complete the list:',36),(2974,-1,'enter_list_type','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:',36),(2975,-1,'enter_option_x_tag','Enter the option for the [{1}] tag:',36),(2976,-1,'enter_tag_option','Please enter the option for your {1} tag:',36),(2977,-1,'enter_text_to_be_formatted','Enter the text to be formatted',36),(2978,-1,'excellent','Excellent',36),(2979,-1,'font_standard_editor','[Font]',36),(2980,-1,'good','Good',36),(2981,-1,'guided_mode','Guided Mode',36),(2982,-1,'have_uploaded_maximum_x_files','You have uploaded the maximum of {1} files',36),(2983,-1,'increase_indent','Increase Indent',36),(2984,-1,'increase_size','Increase Size',36),(2985,-1,'indent','Indent',36),(2986,-1,'insert_email_link','Insert Email Link',36),(2987,-1,'insert_hyperlink','Insert Hyperlink',36),(2988,-1,'insert_image','Insert Image',36),(2989,-1,'insert_link','Insert Link',36),(2990,-1,'insert_smilie','Insert Smilie',36),(2991,-1,'italic','Italic',36),(2992,-1,'keep_attachments','Keep Attachments',36),(2993,-1,'maximum','Maximum',36),(2994,-1,'maximum_file_size','Maximum file size',36),(2995,-1,'message_by_x_on_y_at_z','Message originally posted by <a href=\"{1}\" target=\"_blank\">{2}</a> on {3} at <span class=\"time\">{4}</span>',36),(2996,-1,'message_too_short','The message you have entered is too short. Please lengthen your message to at least {1} characters.',36),(2997,-1,'miscellaneous_options','Miscellaneous Options',36),(2998,-1,'more','More',36),(2999,-1,'more_colors','More Colors...',36),(3000,-1,'moz_edit_config_file','You need to edit your Mozilla config file to allow this action.',36),(3001,-1,'moz_must_select_text','Mozilla requires that you must select some text for this function to work',36),(3002,-1,'must_enter_subject','You must enter a title / subject!',36),(3003,-1,'must_select_text_to_use','You must select some text to use this function.',36),(3004,-1,'number_of_poll_options','Number of poll options',36),(3005,-1,'open_menu','Open Menu',36),(3006,-1,'ordered_list','Ordered List',36),(3007,-1,'paste','Paste',36),(3008,-1,'physically_remove_message','Physically Remove Message',36),(3009,-1,'post_a_poll','Post a Poll',36),(3010,-1,'post_new_thread','Post New Thread',36),(3011,-1,'preview','Preview',36),(3012,-1,'preview_changes','Preview Changes',36),(3013,-1,'preview_post','Preview Post',36),(3014,-1,'reason_for_deletion','Reason for Deletion',36),(3015,-1,'reason_for_editing','Reason for Editing',36),(3016,-1,'redo','Redo',36),(3017,-1,'remove_link','Remove Link',36),(3018,-1,'remove_text_formatting','Remove Text Formatting',36),(3019,-1,'reopen_this_thread','Re-open this thread',36),(3020,-1,'reply_to_thread','Reply to Thread',36),(3021,-1,'reply_to_topic','Reply to Topic',36),(3022,-1,'select_a_file_to_attach','Please select a file to attach using the \"Browse...\" button.',36),(3023,-1,'show_all_smilies','Show all Smilies',36),(3024,-1,'show_your_signature','Show your signature',36),(3025,-1,'showing_x_smilies_of_y_total','Showing {1} smilies of {2} total.',36),(3026,-1,'size_standard_editor','[Size]',36),(3027,-1,'stick_this_thread','Stick this thread',36),(3028,-1,'stuck','Stuck',36),(3029,-1,'submit_message','Submit Message',36),(3030,-1,'submit_new_thread','Submit New Thread',36),(3031,-1,'submit_reply','Submit Reply',36),(3032,-1,'terrible','Terrible',36),(3033,-1,'this_forum_is_not_accepting_new_attachments','This forum is not accepting new attachments',36),(3034,-1,'this_user_on_your_ignore_list','This user is on your <b>Ignore List</b>.',36),(3035,-1,'thread_has_more_than_x_review','This thread has more than {1} replies.\r\nClick <a href=\"{2}\" target=\"_blank\">here</a> to review the whole thread.',36),(3036,-1,'thread_management','Thread Management',36),(3037,-1,'thread_subscription','Thread Subscription',36),(3038,-1,'topic_review_newest_first','Topic Review <span class=\"normal\">(Newest First)</span>',36),(3039,-1,'underline','Underline',36),(3040,-1,'undo','Undo',36),(3041,-1,'unordered_list','Unordered List',36),(3042,-1,'unstick_this_thread','Un-stick this thread',36),(3043,-1,'uploading_file','Uploading File(s) - Please Wait',36),(3044,-1,'use_x_to_find_file','Use the \'{1}\' button to find the file you want to attach, then click \'Upload\' to add it to this post.',36),(3045,-1,'wrap_code_tags','Wrap [CODE] tags around selected text',36),(3046,-1,'wrap_html_tags','Wrap [HTML] tags around selected text',36),(3047,-1,'wrap_php_tags','Wrap [PHP] tags around selected text',36),(3048,-1,'wrap_quote_tags','Wrap [QUOTE] tags around selected text',36),(3049,-1,'wrap_x_tags','Wrap [{1}] tags around selected text',36),(3050,-1,'wysiwyg_command_invalid','This command is invalid or not implemented.',36),(3051,-1,'wysiwyg_initialized','WYSIWYG Editor initialized for {1} in {2} seconds.',36),(3052,-1,'wysiwyg_please_wait','Please wait for the WYSIWYG editor to finish loading...',36),(3053,-1,'x',' x ',36),(3054,-1,'yes_post_a_poll_thread','Yes, post a poll with this thread',36),(3055,-1,'additional_option_1','Additional Option 1',37),(3056,-1,'additional_option_2','Additional Option 2',37),(3057,-1,'allow_multiple_choice','Allow multiple choice: Give users the ability to select more than one answer',37),(3058,-1,'automatically_close_poll_enter_days','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.',37),(3059,-1,'close_poll','Close poll',37),(3060,-1,'closing_poll_impossible_to_vote','Note: Closing this poll makes it impossible to vote. It however does not stop people from replying to the thread',37),(3061,-1,'days_after_x','days after {1}',37),(3062,-1,'keep_poll_options_short','Remember to keep the poll options short and to the point',37),(3063,-1,'make_votes_public','Make votes public: Displays all users who voted, and what choice they voted for.',37),(3064,-1,'open_menu','Open Menu',37),(3065,-1,'option_x','Option {1}',37),(3066,-1,'poll_edited','Poll Edited',37),(3067,-1,'poll_preview','Poll Preview',37),(3068,-1,'poll_question','Poll Question',37),(3069,-1,'poll_timeout','Poll Timeout',37),(3070,-1,'preview_poll','Preview Poll',37),(3071,-1,'submit_new_poll','Submit New Poll',37),(3072,-1,'to_close_this_poll_check_this_box','To close this poll, check this box.',37),(3073,-1,'update_options','Update options',37),(3074,-1,'advanced_lists','Advanced Lists',38),(3075,-1,'avatar_list','Avatar List',38),(3076,-1,'avatars','Avatars',38),(3077,-1,'avatars_small_images','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.',38),(3078,-1,'b_i_and_u_tags_allow','The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.',38),(3079,-1,'bbcode_list','vB Code List',38),(3080,-1,'bold','Bold',38),(3081,-1,'bulleted_lists','Bulleted Lists',38),(3082,-1,'center','Center',38),(3083,-1,'click_here_to_email_me','Click Here to Email Me',38),(3084,-1,'click_me','Click Me!',38),(3085,-1,'code_tag_switches','The [code] tag switches to a fixed-width (monospace) font and preseves all spacing.',38),(3086,-1,'color','Color',38),(3087,-1,'color_tag_allows','The [color] tag allows you to change the color of your text.',38),(3088,-1,'email_linking','Email Linking',38),(3089,-1,'email_tag_allows','The [email] tag allows you to link to an email address. You can include an optional parameter to \'name\' your link.',38),(3090,-1,'example_output','Example Output',38),(3091,-1,'example_usage','Example Usage',38),(3092,-1,'faq_item','FAQ Item',38),(3093,-1,'font','Font',38),(3094,-1,'font_tag_allows','The [font] tag allows you to change the font of your text.',38),(3095,-1,'highlight','Highlight',38),(3096,-1,'highlight_tag_allows','The [highlight] tag allows you to emphasize your text.',38),(3097,-1,'html_tag_allows','The [html] tag allows you to perform syntax highlighting for HTML code.',38),(3098,-1,'images','Images',38),(3099,-1,'img_tag_allows','The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to maked images become links.',38),(3100,-1,'incorrect_vb_code_usage','<b>Incorrect vB Code Usage:</b>\r\n <ul>\r\n <li><span class=\"highlight\">[url]</span> www.yourdomain.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> yourname@yourdomain.com <span class=\"highlight\">[email]</span> - the end brackets must include a forward slash (<span class=\"highlight\">[/email]</span>)</li>\r\n </ul>',38),(3101,-1,'indent','Indent',38),(3102,-1,'indent_tag_allows','The [indent] tag allows you to indent your text.',38),(3103,-1,'italic','Italic',38),(3104,-1,'left','Left',38),(3105,-1,'left_right_and_center_tags_allow','The [left], [right] and [center] tags allow you to change the alignment of your text.',38),(3106,-1,'linked','Linked',38),(3107,-1,'list_item_1','list item 1',38),(3108,-1,'list_item_2','list item 2',38),(3109,-1,'list_tag_allows','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.',38),(3110,-1,'list_tag_allows_advanced','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).',38),(3111,-1,'match_all_words','Match All Words',38),(3112,-1,'match_any_words','Match Any Words',38),(3113,-1,'match_complete_phrase','Match Complete Phrase',38),(3114,-1,'matching_options','Matching Options',38),(3115,-1,'meaning','Meaning',38),(3116,-1,'no_predefined_avatars_available','There are no pre-defined avatars available.',38),(3117,-1,'not_linked','Not linked',38),(3118,-1,'option','Option',38),(3119,-1,'php_code','PHP Code',38),(3120,-1,'php_tag_performs','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.',38),(3121,-1,'post_linking','Post Linking',38),(3122,-1,'post_tag_allows','The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to \'name\' your link.',38),(3123,-1,'postid','postid',38),(3124,-1,'quote_tag_allows','The [quote] tag allows you to attribute text to someone else.',38),(3125,-1,'resulting_graphic','Resulting Graphic',38),(3126,-1,'right','Right',38),(3127,-1,'search_faq','Search FAQ',38),(3128,-1,'search_in','Search in',38),(3129,-1,'search_titles_and_text','Search Titles & Text',38),(3130,-1,'search_words','Search Word(s)',38),(3131,-1,'size','Size',38),(3132,-1,'size_tag_allows','The [size] tag allows you to change the size of your text.',38),(3133,-1,'smilies_are_small_images','\'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!',38),(3134,-1,'text_two_sizes_larger_than_normal','this text is two sizes larger than normal',38),(3135,-1,'this_text_is_blue','this text is blue',38),(3136,-1,'this_text_is_bold','this text is bold',38),(3137,-1,'this_text_is_center_aligned','this text is center-aligned',38),(3138,-1,'this_text_is_courier_font','this text is in the courier font',38),(3139,-1,'this_text_is_highlighted','this text is highlighted',38),(3140,-1,'this_text_is_indented','this text is indented',38),(3141,-1,'this_text_is_italic','this text is italic',38),(3142,-1,'this_text_is_left_aligned','this text is left-aligned',38),(3143,-1,'this_text_is_right_aligned','this text is right-aligned',38),(3144,-1,'this_text_is_underlined','this text is underlined',38),(3145,-1,'thread_linking','Thread Linking',38),(3146,-1,'thread_tag_allows','The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to \'name\' your link.',38),(3147,-1,'threadid','threadid',38),(3148,-1,'underline','Underline',38),(3149,-1,'url_hyperlinking','URL Hyperlinking',38),(3150,-1,'url_tag_allows','The [url] tag allows you to link to other websites and files. You can include an optional parameter to \'name\' your link.',38),(3151,-1,'usage','Usage',38),(3152,-1,'value','value',38),(3153,-1,'vb_code','vB Code',38),(3154,-1,'vb_code_based_on_html','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.',38),(3155,-1,'your_forums_post_2','Your Forums - Post 2',38),(3156,-1,'your_forums_thread_1','Your Forums - Thread 1',38),(3157,-1,'what_to_type','What to Type',38),(3158,-1,'x_requiring_at_least_y_posts','{1} Requiring at Least {2} Posts',38),(3159,-1,'additional_required_information_option','Additional Required Information (option)',39),(3160,-1,'additional_required_information_profile','Additional Required Information (profile)',39),(3161,-1,'complete_registration','Complete Registration',39),(3162,-1,'confirm_email_address','Confirm Email Address',39),(3163,-1,'confirm_password','Confirm Password',39),(3164,-1,'contact_webmaster_questions','Please contact <a href=\"{1}\">the webmaster</a> with any questions',39),(3165,-1,'coppa','COPPA',39),(3166,-1,'coppa_policy','COPPA Policy',39),(3167,-1,'coppa_rules','COPPA Rules',39),(3168,-1,'coppa_rules_description','<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} 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}\">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}\">here</a>.</p>\r\n\r\n<p>For more information about the registration process, or the {1} forums in general,\r\nplease send email to <a href=\"mailto:{4}\">{4}</a>.</p>',39),(3169,-1,'enter_text_image_right','Please enter the text that you see in the image into the box on the right. You are asked to do this in order to verify that this registration is not being performed by an automated process.',39),(3170,-1,'enter_valid_email_address','Please enter a valid email address for yourself.',39),(3171,-1,'entered_passwords_do_not_match','The entered passwords do not match.',39),(3172,-1,'errors_occurred_during_registration','The following errors occurred during your registration',39),(3173,-1,'fill_out_both_password_fields','Please fill out both password fields.',39),(3174,-1,'forum_rules','Forum Rules',39),(3175,-1,'forum_rules_description','<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}\">here</a>\r\nto return to the forums index.</p>\r\n\r\n<p>Although the administrators and moderators of {2} 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}, 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-orientated, hateful, threatening, or otherwise violative of any laws.</p>\r\n\r\n<p>The owners of {2} reserve the right to remove, edit, move or close any thread for any reason.</p>',39),(3176,-1,'if_referred_enter_name','If you were referred to this site by an existing member of {1}, enter their name here.',39),(3177,-1,'image_verification','Image Verification',39),(3178,-1,'instructions_for_parent_guardian','<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}</strong> at <strong>{2}</strong><br /><br />\r\n Or mail it to:<br />\r\n {3}<br /><br />\r\n If approval is not received in 7 days the information will be deleted.',39),(3179,-1,'make_changes_profile_visit','To make changes to the profile information below, please visit this page and enter the username and password',39),(3180,-1,'optional_information','Optional Information',39),(3181,-1,'parent_guardian_full_name','Parent / Guardian Full Name',39),(3182,-1,'permission_to_participate_at_x','Permission to Participate at<br />{1}',39),(3183,-1,'please_enter_a_proper_year','Please enter a proper year',39),(3184,-1,'please_enter_your_date_of_birth','Please Enter Your Date of Birth',39),(3185,-1,'preferences_and_options','Preferences & Options',39),(3186,-1,'privacy_mode','Privacy Mode',39),(3187,-1,'read_agree_abide_by_rules','I have read, and agree to abide by the {1} rules.',39),(3188,-1,'register_at_x','Register at {1}',39),(3189,-1,'registration','Registration',39),(3190,-1,'registration_image','Registration Image',39),(3191,-1,'relation_to_child','Relation to Child',39),(3192,-1,'required_information','Required Information',39),(3193,-1,'select_a_month','Select a month',39),(3194,-1,'sign_form_and_send','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}\">Privacy Policy</a> ({1}) 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.',39),(3195,-1,'telephone_number','Telephone Number',39),(3196,-1,'to_post_must_first_register','In order to be able to post messages on the {1} 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.',39),(3197,-1,'to_proceed_must_agree','In order to proceed, you must agree with the following rules:',39),(3198,-1,'until_receive_signed_form','<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>',39),(3199,-1,'x_rules','{1} Rules',39),(3200,-1,'yes_hides_email_icq_etc','Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.',39),(3201,-1,'a_month_ago','A Month Ago',40),(3202,-1,'a_week_ago','A Week Ago',40),(3203,-1,'a_year_ago','A Year Ago',40),(3204,-1,'also_search_in_child_forums','Also search in child forums',40),(3205,-1,'and_child_forums','and child forums',40),(3206,-1,'and_newer','and Newer',40),(3207,-1,'and_older','and Older',40),(3208,-1,'any_date','Any Date',40),(3209,-1,'at_least','At Least',40),(3210,-1,'at_most','At Most',40),(3211,-1,'clear_search_preferences','Clear Search Preferences',40),(3212,-1,'exact_name','Exact name',40),(3213,-1,'fields_on_form_optional','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).',40),(3214,-1,'find_posts_from','Find Posts from',40),(3215,-1,'find_threads_started_by_user','Find Threads Started by User',40),(3216,-1,'find_threads_with','Find Threads with',40),(3217,-1,'help','Help',40),(3218,-1,'in_ascending_order','in Ascending Order',40),(3219,-1,'in_descending_order','in Descending Order',40),(3220,-1,'is_after','is After',40),(3221,-1,'is_before','is Before',40),(3222,-1,'is_greater_than','is Greater than',40),(3223,-1,'is_less_than','is Less than',40),(3224,-1,'key_words','Key Word(s)',40),(3225,-1,'last_posting_date','Last Posting Date',40),(3226,-1,'number_of_users_perpage','Number of users per-page',40),(3227,-1,'order_results_by','Order Results By',40),(3228,-1,'please_use_format','Please use yyyy-mm-dd format',40),(3229,-1,'please_use_format_yyyymmdd_hhmmss','Please use format yyyy-mm-dd hh:mm:ss',40),(3230,-1,'posts_from_last_day','Posts From Last Day',40),(3231,-1,'posts_made_by','Posts Made By',40),(3232,-1,'relevancy','Relevancy',40),(3233,-1,'save_search_preferences','Save Search Preferences',40),(3234,-1,'search_all_open_forums','Search All Open Forums',40),(3235,-1,'search_by_key_word','Search by Key Word',40),(3236,-1,'search_by_user_name','Search by User Name',40),(3237,-1,'search_entire_posts','Search Entire Posts',40),(3238,-1,'search_in_forums','Search in Forum(s)',40),(3239,-1,'search_now','Search Now',40),(3240,-1,'search_options','Search Options',40),(3241,-1,'search_subscribed_forums','Search Subscribed Forums',40),(3242,-1,'search_took_x_seconds','Search took <strong>{1}</strong> seconds.',40),(3243,-1,'show_results_as','Show Results as',40),(3244,-1,'sort_results_by','Sort Results by',40),(3245,-1,'thread_start_date','Thread Start Date',40),(3246,-1,'threads_started_by','Threads Started By',40),(3247,-1,'words_very_common','The following words are either very common, too long, or too short and were not included in your search',40),(3248,-1,'x_months_ago','{1} Months Ago',40),(3249,-1,'your_last_visit','Your Last Visit',40),(3250,-1,'add_a_poll','Add a Poll',41),(3251,-1,'add_a_poll_to_this_thread','Add a Poll to this Thread',41),(3252,-1,'admin_tools','Admin Tools',41),(3253,-1,'already_rated_this_thread','You have already rated this thread',41),(3254,-1,'average','Average',41),(3255,-1,'bad','Bad',41),(3256,-1,'choose_a_rating','Choose a rating',41),(3257,-1,'click_quick_reply_icon','Please click one of the Quick Reply icons in the posts above to activate Quick Reply.',41),(3258,-1,'close_thread','Close Thread',41),(3259,-1,'display_modes','Display Modes',41),(3260,-1,'email_this_page','Email this Page',41),(3261,-1,'excellent','Excellent',41),(3262,-1,'go_advanced','Go Advanced',41),(3263,-1,'good','Good',41),(3264,-1,'hybrid_mode','Hybrid Mode',41),(3265,-1,'linear_mode','Linear Mode',41),(3266,-1,'merge_threads','Merge Threads',41),(3267,-1,'more_replies_below','More replies below current depth...',41),(3268,-1,'move_copy_thread','Move / Copy Thread',41),(3269,-1,'next','Next',41),(3270,-1,'next_post','Next Post',41),(3271,-1,'next_thread','Next Thread',41),(3272,-1,'open_thread','Open Thread',41),(3273,-1,'post_deleted','(Post Deleted)',41),(3274,-1,'post_quick_reply','Post Quick Reply',41),(3275,-1,'prev_thread','Previous Thread',41),(3276,-1,'previous_post','Previous Post',41),(3277,-1,'quick_reply','Quick Reply',41),(3278,-1,'quote_message_in_reply','Quote message in reply?',41),(3279,-1,'rate_this_thread','Rate This Thread',41),(3280,-1,'rate_thread','Rate Thread',41),(3281,-1,'rating','Rating',41),(3282,-1,'remove_redirects','Remove Redirects',41),(3283,-1,'remove_text_formatting','Remove Text Formatting',41),(3284,-1,'reppower','Rep Power',41),(3285,-1,'search_this_thread','Search this Thread',41),(3286,-1,'show_printable_version','Show Printable Version',41),(3287,-1,'show_x_posts_on_one_page','Show {1} posts from this thread on one page',41),(3288,-1,'show_your_signature','Show your signature',41),(3289,-1,'similar_threads','Similar Threads',41),(3290,-1,'split_thread','Split Thread',41),(3291,-1,'stick_thread','Stick Thread',41),(3292,-1,'subscribe_to_this_thread','Subscribe to this Thread',41),(3293,-1,'switch_to_hybrid_mode','Switch to Hybrid Mode',41),(3294,-1,'switch_to_linear_mode','Switch to Linear Mode',41),(3295,-1,'switch_to_threaded_mode','Switch to Threaded Mode',41),(3296,-1,'terrible','Terrible',41),(3297,-1,'thread_admin_tools','Thread Admin Tools',41),(3298,-1,'thread_tools','Thread Tools',41),(3299,-1,'threaded_mode','Threaded Mode',41),(3300,-1,'unstick_thread','Unstick Thread',41),(3301,-1,'unsubscribe_from_this_thread','Unsubscribe from this Thread',41),(3302,-1,'users_viewing_this_thread_x_y_z','Currently Active Users Viewing This Thread: {1} <span class=\"normal\">({2} members and {3} guests)</span>',41),(3303,-1,'view_first_unread','View First Unread',41),(3304,-1,'view_single_post','View Single Post',41),(3305,-1,'you_rated_this_thread','You Rated this Thread',41),(3306,-1,'add_to_xs_reputation','Add to {1}\'s Reputation',42),(3307,-1,'add_x_to_buddy_list','Add {1} to Your Buddy List',42),(3308,-1,'administrator_decided_x_quiet','The administrator has decided that <strong>{1}</strong> should be quiet for a while.',42),(3309,-1,'age','Age',42),(3310,-1,'attached_files','Attached Files',42),(3311,-1,'attached_images','Attached Images',42),(3312,-1,'attached_thumbnails','Attached Thumbnails',42),(3313,-1,'attachments_pending_approval','Attachments Pending Approval',42),(3314,-1,'edit_delete_message','Edit/Delete Message',42),(3315,-1,'file_type_x','File Type: {1}',42),(3316,-1,'find_all_posts_by_x','Find all posts by {1}',42),(3317,-1,'find_more_posts_by_x','Find More Posts by {1}',42),(3318,-1,'forward','Forward',42),(3319,-1,'image_larger_version_x_y_z','Click image for larger version\r\n\r\nName: {1}\r\nViews: {2}\r\nSize: {3}',42),(3320,-1,'ip','IP',42),(3321,-1,'last_edited_by_x_on_y_at_z','Last edited by {1} : {2} at <span class=\"time\">{3}</span>',42),(3322,-1,'message_deleted_by_x','This message has been deleted by <a href=\"{1}\" target=\"_blank\">{2}</a>.',42),(3323,-1,'message_hidden_x_on_ignore_list','This message is hidden because <strong>{1}</strong> is on your <a href=\"{2}\" target=\"_blank\">ignore list</a>.',42),(3324,-1,'post_x','Post {1}',42),(3325,-1,'quick_reply_to_this_message','Quick reply to this message',42),(3326,-1,'remove_user_from_ignore_list','Remove user from ignore list',42),(3327,-1,'reply_with_quote','Reply With Quote',42),(3328,-1,'report_bad_post','Report Bad Post',42),(3329,-1,'reppower','Rep Power',42),(3330,-1,'see_the_profile_for_x','See the Profile for {1}',42),(3331,-1,'send_email_to_x','Send email to {1}',42),(3332,-1,'view_public_profile','View Public Profile',42),(3333,-1,'visit_xs_homepage','Visit {1}\'s homepage!',42),(3334,-1,'x_is_invisible','{1} is invisible',42),(3335,-1,'x_is_offline','{1} is offline',42),(3336,-1,'x_is_online_now','{1} is online now',42),(3337,-1,'x_until_y','{1} until {2}',42),(3338,-1,'x_views','{1} views',42),(3339,-1,'xs_avatar','{1}\'s Avatar',42),(3340,-1,'add_moderator','Add Moderator',43),(3341,-1,'admin_tools','Admin Tools',43),(3342,-1,'ascending','Ascending',43),(3343,-1,'beginning','Beginning',43),(3344,-1,'descending','Descending',43),(3345,-1,'forum_tools','Forum Tools',43),(3346,-1,'from_the','From the',43),(3347,-1,'hot_thread_with_new_posts','Hot thread with new posts',43),(3348,-1,'hot_thread_with_no_new_posts','Hot thread with no new posts',43),(3349,-1,'last_100_days','Last 100 Days',43),(3350,-1,'last_10_days','Last 10 Days',43),(3351,-1,'last_2_days','Last 2 Days',43),(3352,-1,'last_2_months','Last 2 Months',43),(3353,-1,'last_2_weeks','Last 2 Weeks',43),(3354,-1,'last_45_days','Last 45 Days',43),(3355,-1,'last_75_days','Last 75 Days',43),(3356,-1,'last_day','Last Day',43),(3357,-1,'last_month','Last Month',43),(3358,-1,'last_post_time','Last Post Time',43),(3359,-1,'last_week','Last Week',43),(3360,-1,'last_year','Last Year',43),(3361,-1,'mark_this_forum_read','Mark This Forum Read',43),(3362,-1,'mass_move','Mass Move',43),(3363,-1,'mass_prune','Mass Prune',43),(3364,-1,'massmove_threads','Mass-Move Threads',43),(3365,-1,'massprune_threads','Mass-Prune Threads',43),(3366,-1,'no_posts_in_this_forum','There are no posts in this forum.',43),(3367,-1,'no_posts_last_x_days_forum','There have been no posts in the last {1} days in this forum.',43),(3368,-1,'post_a_new_thread','Post a New Thread',43),(3369,-1,'post_new_thread','Post New Thread',43),(3370,-1,'rating','Rating',43),(3371,-1,'search_this_forum','Search this Forum',43),(3372,-1,'show_threads','Show Threads',43),(3373,-1,'showing_threads_x_to_y_of_z','Showing threads {1} to {2} of {3}',43),(3374,-1,'sort_order','Sort Order',43),(3375,-1,'sorted_by','Sorted By',43),(3376,-1,'subscribe_to_this_forum','Subscribe to This Forum',43),(3377,-1,'thread_contains_a_message_written_by_you','Thread Contains a Message Written By You',43),(3378,-1,'thread_is_closed','Thread is closed',43),(3379,-1,'thread_rating','Thread Rating',43),(3380,-1,'thread_title','Thread Title',43),(3381,-1,'threads_in_forum','Threads in Forum',43),(3382,-1,'try_controls_below_for_older_posts','Try using the controls below to search for any older posts that may exist.',43),(3383,-1,'view_attachment_queue','View Attachment Queue',43),(3384,-1,'view_parent_forum','View Parent Forum',43),(3385,-1,'view_posts_queue','View Posts Queue',43),(3386,-1,'x_members_y_guests','{1} members & {2} guests',43),(3387,-1,'you_have_posted_in_this_thread','You have posted in this thread',43),(3388,-1,'add_x_to_your_contact_list','Add {1} to your contact list',44),(3389,-1,'aim','AIM',44),(3390,-1,'aim_hi_are_you_there','Hi.+Are+you+there?',44),(3391,-1,'email_subject','Email Subject',44),(3392,-1,'email_to_friend','Email to Friend',44),(3393,-1,'errors_occured_when_submitted','The following errors occurred when this message was submitted',44),(3394,-1,'from','From',44),(3395,-1,'icq','ICQ',44),(3396,-1,'msn','MSN',44),(3397,-1,'online_status','Online Status',44),(3398,-1,'only_used_to_report','<strong>Note</strong>: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.',44),(3399,-1,'other','Other',44),(3400,-1,'recipient_email_address','Recipient Email Address',44),(3401,-1,'recipient_name','Recipient Name',44),(3402,-1,'report_bad_post','Report Bad Post',44),(3403,-1,'send_email_to_forum_administrator','Send an Email to the Forum Administrator',44),(3404,-1,'send_message','Send Message',44),(3405,-1,'send_message_via_aim_to_x_link','Send Message Via AIM to <a href=\"{1}\" target=\"_blank\"><strong>{2}</strong></a>',44),(3406,-1,'send_message_via_email_to_x_link','Send a message via Email to <a href=\"{1}\" target=\"_blank\"><strong>{2}</strong></a>',44),(3407,-1,'send_message_via_icq_to_x_link','Send Message Via ICQ to <a href=\"{1}\" target=\"_blank\"><strong>{2}</strong></a>',44),(3408,-1,'send_message_via_msn_to_x_link','Send Message Via MSN to <a href=\"{1}\" target=\"_blank\"><strong>{2}</strong></a>',44),(3409,-1,'send_message_via_x_to_y','Send message via {1} to {2}',44),(3410,-1,'send_message_via_yahoo_to_x_link','Send Message Via Yahoo! to <a href=\"{1}\" target=\"_blank\"><strong>{2}</strong></a>',44),(3411,-1,'send_page_to_a_friend','Send Page to a Friend',44),(3412,-1,'send_x_a_message','Send {1} a message',44),(3413,-1,'these_functions_require_aim','Please note that these functions require that you actually have the AOL Instant Messenger application installed on your computer.',44),(3414,-1,'these_functions_require_msn','Please note that these functions require that you to 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.',44),(3415,-1,'thought_might_be_interested','I thought you might be interested in reading this web page:\r\n{1}/showthread.php?t={2}&referrerid={3}\r\n\r\nFrom,\r\n{4}',44),(3416,-1,'unread_date','Unread',44),(3417,-1,'using_form_email_available_to_user','Note: By using this form, your email address will become available to the user who you are emailing.',44),(3418,-1,'view_the_profile_of_x','View the profile of {1}',44),(3419,-1,'yahoo','Yahoo!',44),(3420,-1,'your_details','Your Details',44),(3421,-1,'your_name','Your Name',44),(3422,-1,'activate_moderation','Your account has been activated but you are currently in the moderation queue to be added to the forum.',1000),(3423,-1,'activate_wrongusergroup','Your account has already been activated so please try logging in.',1000),(3424,-1,'activatedthanks','$username, you have now successfully activated your account. Please click <a href=\"$vboptions[forumhome].php?$session[sessionurl]\">here</a> to return to the main index.',1000),(3425,-1,'admin_disabled_php_info','Sorry, the administrator has disabled PHP Info display.',1000),(3426,-1,'alreadyregistered','Our records show that you have already registered under the name of $bbuserinfo[username]. If you have lost your password, click <a href=\"login.php?$session[sessionurl]do=lostpw\">here</a>. If you would like to modify your profile, click <a href=\"profile.php?$session[sessionurl]do=editprofile\">here</a>.',1000),(3427,-1,'attachbaddimensions','File Too Large. Limits are $maxattachwidth x $maxattachheight. Your file is $imginfo[0] x $imginfo[1].',1000),(3428,-1,'attachbadtype','Invalid File Type',1000),(3429,-1,'attachcopyfailed','Copy to file system directory failed.',1000),(3430,-1,'attachdel','You did not select any attachments to delete.',1000),(3431,-1,'attachexists','You have already attached this file in thread : <a href=\"showthread.php?t=$threadresult[threadid]\" target=\"_blank\">$threadresult[title]</a>',1000),(3432,-1,'attachexistsinprogress','Attachment in Progress. Can be deleted <a href=\"profile.php?$session[sessionhash]do=editattachments\" target=\"_blank\">here</a>.',1000),(3433,-1,'attachexiststhispost','Already attached to this post.',1000),(3434,-1,'attachfull_total','Exceeds forum quota by $overage.',1000),(3435,-1,'attachfull_user','Exceeds your quota by $overage. <a href=\"misc.php?$session[sessionurl]do=attachments\" target=\"_blank\">Click here to view your attachments</a>',1000),(3436,-1,'attachnofile','No file uploaded.',1000),(3437,-1,'attachnotimage','Not a valid image.',1000),(3438,-1,'attachpartial','Attachment only partially uploaded.',1000),(3439,-1,'attachpathfailed','Could not create file system directory to hold your attachment.',1000),(3440,-1,'attachtoobig','File Too Large. Limit for this filetype is $maxattachsize. Your file is $filesize.',1000),(3441,-1,'attachtoobig_mysql','File Too Large. Exceeds MySQL\'s Max Packet limit of $maxattachsize.',1000),(3442,-1,'attachtoobig_php','File Too Large. Exceeds PHP\'s limit of $maxattachsize.',1000),(3443,-1,'attachwritefailed','File system directory is not writable.',1000),(3444,-1,'avatardisabled','The administrator has disabled the use of avatars.',1000),(3445,-1,'avatarmoreposts','You do not have enough posts to use this avatar. Please select another.',1000),(3446,-1,'bademail','You entered an invalid email address.',1000),(3447,-1,'badlogin','You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"$vboptions[bburl]/login.php?$session[sessionurl]do=lostpw\">here</a>!<br /><br />\r\nYou have used $strikes out of 5 login attempts. After all 5 have been used, you will be unable to login for 15 minutes.',1000),(3448,-1,'badmsn','You entered an invalid MSN handle.',1000),(3449,-1,'badpassword','The password you have entered does not match your current one. Please press the back button, enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"$vboptions[bburl]/login.php?$session[sessionurl]do=lostpw\">here</a>!',1000),(3450,-1,'badreferrer','The username you entered as your referrer could not be located.',1000),(3451,-1,'banemail','The administrator has banned your email address. To contact the administrator click <a href=\"mailto:$vboptions[webmasteremail]\">here</a>',1000),(3452,-1,'banip','Sorry. The administrator has banned your IP address. To contact the administrator click <a href=\"mailto:$vboptions[webmasteremail]\">here</a>',1000),(3453,-1,'birthdayfield','You have entered an invalid birthday.',1000),(3454,-1,'calendarbaddate','You entered an invalid date.',1000),(3455,-1,'calendarevent','Invalid Calendar and/or Calendar Event specified.',1000),(3456,-1,'calendareventexists','This event appears to already exist. You probably pressed submit more than once.',1000),(3457,-1,'calendarfieldmissing','Please make sure to enter a subject.',1000),(3458,-1,'calendarmove','There are no calendars to move this event to.',1000),(3459,-1,'calendarnorecur','No recurring event will occur for the date range you specified.',1000),(3460,-1,'calendartodate','The <b>TO</b> date can not fall before the <b>FROM</b> date.',1000),(3461,-1,'cant_set_cookies','Unable to add cookies, header already sent.<br />\r\nFile: $filename<br />\r\nLine: $linenum<br />',1000),(3462,-1,'cantlistself_buddy','Sorry, you can not add yourself to your own buddy list.',1000),(3463,-1,'cantlistself_ignore','Sorry, you can not add yourself to your own ignore list.',1000),(3464,-1,'cantreportself','You are not allowed to turn yourself in.',1000),(3465,-1,'cantsplitall','You can\'t split all of the posts in a thread. What would the point of that be?',1000),(3466,-1,'censorfield','One of the fields that you have entered for your profile contains words that have been added to the list of disallowed words by the administrator. Please correct any words that you think might be on the list. If the problem persists, please contact the <a href=\"mailto:$vboptions[webmasteremail]\">administrator</a>.',1000),(3467,-1,'checkboxsize','You may only select $profilefield[size] option(s) for the $profilefield[title] field.',1000),(3468,-1,'cookieclear','All cookies cleared!\r\n<ul>\r\n<li><a href=\"$url\">Return to the page you were previously viewing</a></li>\r\n<li><a href=\"$vboptions[forumhome].php?$session[sessionurl]\">Go to forums index</a></li>\r\n</ul>',1000),(3469,-1,'edittimelimit','The administrator has specified that you can only edit messages for $vboptions[edittimelimit] minutes after you have posted. This limit has expired, so you must contact the <a href=\"mailto:$vboptions[webmasteremail]\">administrator</a> to make alterations on your message.',1000),(3470,-1,'emaildisabled','Sorry. The email function has been disabled by the administrator.',1000),(3471,-1,'emailfloodcheck','You must wait $timediff more seconds before you can send another email.',1000),(3472,-1,'emailmismatch','The two email addresses that you entered do not match.',1000),(3473,-1,'emailtaken','The email address you entered is already in use. If you have forgotten your password, please click <a href=\"login.php?$session[sessionurl]do=lostpw\">here</a>.',1000),(3474,-1,'eventsnoselected','You did not specify any event reminders to delete.',1000),(3475,-1,'fieldmissing','You have not completed all of the required fields: username, password, and email address.',1000),(3476,-1,'floodcheck','Sorry! The administrator has specified that users can only post one message every $vboptions[floodchecktime] seconds.',1000),(3477,-1,'forumclosed','Sorry! This forum is not accepting new posts.',1000),(3478,-1,'forumpasswordincorrect','<p>The password you entered was incorrect. Please try again.<br />\r\n<b>Note</b>: This requires cookies to be enabled!</p>\r\n\r\n<form action=\"forumdisplay.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\">\r\n<input type=\"hidden\" name=\"do\" value=\"doenterpwd\">\r\n<input type=\"hidden\" name=\"url\" value=\"$url\">\r\n<input type=\"hidden\" name=\"forumid\" value=\"$forumid\">\r\n$postvars\r\n\r\n<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" align=\"center\">\r\n<tr>\r\n <td><b>Password:</b></td>\r\n <td><input type=\"password\" class=\"bginput\" name=\"newforumpwd\" /></td>\r\n <td><input type=\"submit\" class=\"button\" value=\"Login!\" accesskey=\"s\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>',1000),(3479,-1,'forumpasswordmissing','<p>Your administrator has required a password to access this forum. Please enter this password now.<br />\r\nNote: This requires cookies!</p>\r\n\r\n<form action=\"forumdisplay.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\">\r\n<input type=\"hidden\" name=\"do\" value=\"doenterpwd\">\r\n<input type=\"hidden\" name=\"url\" value=\"$scriptpath\">\r\n<input type=\"hidden\" name=\"forumid\" value=\"$forumid\">\r\n$postvars\r\n\r\n<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" align=\"center\">\r\n<tr>\r\n <td><b>Password:</b></td>\r\n <td><input type=\"password\" class=\"bginput\" name=\"newforumpwd\" /></td>\r\n <td><input type=\"submit\" class=\"button\" value=\"Login!\" accesskey=\"s\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>',1000),(3480,-1,'imagebaddimensions','That image is too large. The maximum dimensions are $maxwidth by $maxheight pixels.',1000),(3481,-1,'imagebadurl','Error - cannot find an image at the specified URL. Please make sure that you have entered a valid URL.',1000),(3482,-1,'imagebadurl_nofopen','fopen() wrappers are disabled in your PHP config. Please ask your host to enable <b>allow_url_fopen</b> if you wish to load avatars from other sites.',1000),(3483,-1,'imagenotimage','The uploaded file is not a valid GIF, JPG, or PNG file. Please ensure that it is and try again.',1000),(3484,-1,'imagetoobig','The file that you have tried to attach is too big. The maximum size is $maxsize bytes.',1000),(3485,-1,'imageuploaderror','There has been an error in the upload. Please ensure that the file has been correctly selected and that the upload has taken place successfully.',1000),(3486,-1,'immethodnotdefined','$userinfo[username] has not specified contact details for this medium.',1000),(3487,-1,'invalid_action','Invalid Action Specified',1000),(3488,-1,'invalidactivateid','We could not activate your account because this web address is not valid. Make sure that you have the entire address from the email, and that your email client has not split the address over several lines.<br />\r\n<br />Please try again with the full address from the email that you received. If it still does not work, try filling in the activation form:<br />\r\n<a href=\"register.php?$session[sessionurl]a=ver\">Activation form</a></p>\r\n\r\n<p>If you do not know your activation code, you can find it in the email that was sent to you when you first registered. To have it sent again, please click here:<br />\r\n<a href=\"register.php?$session[sessionurl]do=requestemail\">Send new email with activation code.</a></p>\r\n\r\n<p>If all else fails, email the <a href=\"mailto:$vboptions[webmasteremail]\">administrator</a>, making sure that you include your registered email address and username.',1000),(3489,-1,'invalidemail','You have not entered an email address that we recognise. Please try again or contact the <a href=\"mailto:$vboptions[webmasteremail]\">webmaster</a>.',1000),(3490,-1,'invalidid','Invalid $idname specified. If you followed a valid link, please notify the <a href=\"mailto:$vboptions[webmasteremail]\">webmaster</a>',1000),(3491,-1,'invalidsession','The action you have attempted could not be performed as your session appears to be invalid. Click the below link to attempt this action again with a new session.\r\n\r\n<p align=\"center\"><a href=\"$newurl\">Try this action again!</a></p>',1000),(3492,-1,'invalidvote','You submitted an invalid vote.',1000),(3493,-1,'listbaduser','The user \'$username\' was not found in the database. Please go back and correct this problem. You may want to check out the <a href=\"memberlist.php?$session[sessionurl]\">member list</a>.',1000),(3494,-1,'listignoreuser','Sorry $username is a moderator/admin and you are not allowed to ignore him or her.',1000),(3495,-1,'logout_missing_userid','An error occurred while attempting to log you out. <a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\">Click here to log out.</a>',1000),(3496,-1,'maxpolltimeout','The value entered for timeout has exceeded the maximum possible value.',1000),(3497,-1,'mergebadurl','You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, \"t=xxx\" or postid, \"p=xxx\" (where xxx is a number).',1000),(3498,-1,'moderateuser','Thank you for registering, $username. Your account has been submitted for moderation by an administrator and will be activated shortly. You will be notified by email when this happens. To return to the forums, click <a href=\"$vboptions[forumhome].php?$session[sessionurl]\">here</a>.',1000),(3499,-1,'moveillegalforum','You have tried to move the thread into a forum that cannot contain posts. Please select a different forum.',1000),(3500,-1,'movesameforum','You can not move a thread to the same forum it is currently in. Someone else may have just moved this thread to your destination forum resulting in this error message.',1000),(3501,-1,'no_pm_to_download','You have no private messages to download.',1000),(3502,-1,'no_private_messages_selected','No private messages selected.',1000),(3503,-1,'no_public_usergroups','There are currently no public usergroups available for you to join.',1000),(3504,-1,'noattachments','There are no attachments to display',1000),(3505,-1,'nocalendars','The Calendar is currently disabled.',1000),(3506,-1,'noevents','There are no events to display.',1000),(3507,-1,'noid','No $idname specified. If you followed a valid link, please notify the <a href=\"mailto:$vboptions[webmasteremail]\">webmaster</a>',1000),(3508,-1,'nomemberlist','Sorry! The administrator has disabled the list of members.',1000),(3509,-1,'nomemberlistsearch','Sorry! The administrator has disabled searching of the member list.',1000),(3510,-1,'nomessage','You didn\'t enter a message. Please press your back button and enter one.',1000),(3511,-1,'nonextnewest','There are no threads newer than the previous one. Click the back button in your browser to return to it.',1000),(3512,-1,'nonextoldest','There are no threads older than the previous one. Click the back button in your browser to return to it.',1000),(3513,-1,'nopermission_loggedin','<p><strong>$bbuserinfo[username]</strong>, you do not have permission to access this page. This could be due to one of several reasons:</p>\r\n\r\n<ol>\r\n <li>Your user account 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?</li>\r\n <li>If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>\r\n</ol>\r\n\r\n<div align=\"$stylevar[right]\">\r\n <a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\">Log Out</a>\r\n <a href=\"$vboptions[forumhome].php?$session[sessionurl]\">Home</a>\r\n</div>',1000),(3514,-1,'nopolloptionselected','You did not select an option to vote for. Please press back to return to the poll and choose an option before voting.',1000),(3515,-1,'noquestionoption','Please complete both the question field and at least 2 option fields. Press the back button, correct the problem and try again.',1000),(3516,-1,'noreason','Please enter a reason for reporting this post.',1000),(3517,-1,'noregister','Sorry, registration has been disabled by the administrator.',1000),(3518,-1,'nosignaturepermission','Sorry, you are not permitted to have a signature.',1000),(3519,-1,'nosplitposts','You must specify some posts to split off from this thread.',1000),(3520,-1,'nosubject','Please complete both the subject and message fields. Press the back button, correct the problem and try again.',1000),(3521,-1,'nosubscriptions','$vboptions[bbtitle] does not have any paid subscriptions available to which you can subscribe.',1000),(3522,-1,'nosubtype','An invalid threadid or forumid was specified.',1000),(3523,-1,'not_subscribed_to_any_forums','You are not subscribed to any forums',1000),(3524,-1,'notitle','Please complete the title field for this thread.',1000),(3525,-1,'notmemberofdisplaygroup','You cannot set a group to which you do not belong as your displayed group',1000),(3526,-1,'notonlist','$userinfo[username] is not on your list.',1000),(3527,-1,'nousername','You did not specify a username for your post. Please press your back button and enter one.',1000),(3528,-1,'nousernoteothers','You are not allowed to view or modify any user notes that pertain to other users.',1000),(3529,-1,'nousernoteself','You are not allowed to view or modify any user notes that pertain to yourself.',1000),(3530,-1,'passwordexpired','Your password is $passworddaysold days old, and has therefore expired.<br />\r\n<br />\r\nPlease change your password using <a href=\"profile.php?$session[sessionurl]do=editpassword\">this page</a>.',1000),(3531,-1,'passwordhistory','Sorry, you may not use a password that you have used in the past $permissions[passwordhistory] days.<br />\r\n<br />\r\nPlease go back and try again.',1000),(3532,-1,'passwordmismatch','The two passwords that you entered do not match.',1000),(3533,-1,'pm_adminoff','Your administrator has disabled private messaging.',1000),(3534,-1,'pm_nofolders','You must first create a custom folder if you wish to be able to move messages from your inbox. You may start by clicking <a href=\"$vboptions[bburl]/private.php?$session[sessionurl]do=editfolders\">Here</a>.',1000),(3535,-1,'pm_turnedoff','You have turned off private messages. You may not view or send private messages until you turn them on by editing your profile.',1000),(3536,-1,'pminvalidrecipient','Invalid recipient username. Please press the back button, enter the correct username and try again. <a href=\"memberlist.php?$session[sessionurl]\" target=\"_blank\">Click Here to See the Members List</a>',1000),(3537,-1,'pmquotaexceeded','$user[username] has exceeded their stored private messages quota and can not accept further messages until they clear some space.',1000),(3538,-1,'pmrecipientsnotfound','The following users were not found: <ol><li>$notfoundhtml</li></ol>',1000),(3539,-1,'pmrecipturnedoff','$user[username] has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.',1000),(3540,-1,'pmtoomanyrecipients','Too many recipients - you are attempting to send to $numusers users but you are only allowed to send to $permissions[pmsendmax] users.',1000),(3541,-1,'pmusernotallowed','$user[username] is not allowed to use private messaging',1000),(3542,-1,'pollalready','You cannot add a poll to this thread because it already has a poll attached to it.',1000),(3543,-1,'pollclosed','The poll you selected is closed. Please press back to return to the poll.',1000),(3544,-1,'polloptionlength','Poll options can not exceed $vboptions[maxpolllength] characters. Option(s) <b>$badoption</b> exceed this limitation.',1000),(3545,-1,'polltimeout','You can only add a poll to a thread within $vboptions[addpolltimeout] minutes of posting the thread.',1000),(3546,-1,'regexincorrect','You did not enter the correct format for the $profilefield[title] field. Please read the field description for the expected format.',1000),(3547,-1,'register_imagecheck','The string you entered for the image verification did not match what was displayed.',1000),(3548,-1,'register_not_agreed','You have chosen not to accept the forum rules, so registration can not continue.<br />\r\n<br />\r\nClick <a href=\"$vboptions[forumhome].php?$session[sessionurl]\">here</a> to return to the main forums page, or click the \'Back\' button on your browser if you now want to agree with the forum rules.',1000),(3549,-1,'registeremail','Thank you for registering, $username. An email has been dispatched to $email with details on how to activate your account. Click <a href=\"$url\">here</a> to return to where you were previously.\r\n<br />\r\n<br />\r\nYou will receive an email in your inbox. You MUST follow the link in that email before you can post on these forums. Until you do that, you will be told that you do not have permission to post.',1000),(3550,-1,'registration_complete','Thank you, <strong>$username</strong>. Your registration is now complete.<br />\r\n<br />\r\nYou may now proceed to edit your <a href=\"profile.php?$session[sessionurl]do=editprofile\"><strong>Profile</strong></a> in order to fill in additional personal details about yourself, or you could modify your <a href=\"profile.php?$session[sessionurl]do=editoptions\"><strong>Options</strong></a> to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your <a href=\"usercp.php?$session[sessionurl]\"><strong>User Control Panel</strong></a>.<br />\r\n<br />\r\nAlternatively, you can simply go back to the <a href=\"$vboptions[bburl]\"><strong>Forums</strong></a> and start posting in threads.',1000),(3551,-1,'reputationbanned','You can not give reputation to this user.',1000),(3552,-1,'reputationdisabled','The reputation system is currently disabled.',1000),(3553,-1,'reputationownpost','You can not add reputation to your own posts.',1000),(3554,-1,'reputationsamepost','You cannot give Reputation to the same post twice.',1000),(3555,-1,'reputationsameuser','You must spread some Reputation around before giving it to $userinfo[username] again.',1000),(3556,-1,'reputationtoomany','You have given out too much Reputation in the last 24 hours, try again later.',1000),(3557,-1,'requiredfieldmissing','You have not completed the required field \"$profilefield[title]\".',1000),(3558,-1,'requiredfields','Please complete all the fields. Press the back button, correct the problem then try again.',1000),(3559,-1,'resetbadid','The address that you have used to request a new password is not valid. Please request a new address be sent to you by using <a href=\"login.php?$session[sessionurl]do=lostpw\">this form</a>.',1000),(3560,-1,'resetexpired','The request to reset your password was made more than 24 hours ago, so it has expired. To resubmit the request, please use <a href=\"login.php?$session[sessionurl]do=lostpw\">this form</a>.',1000),(3561,-1,'resetpw','Your password has now been reset and emailed to you. Please check your email to find your new password. To change your password, please use <a href=\"profile.php?$session[sessionurl]do=editpassword\">this form</a>.',1000),(3562,-1,'search_word_too_long','A word you searched for ($word) is too long. Please search for a shorter word.',1000),(3563,-1,'searchdisabled','Searching has been disabled.',1000),(3564,-1,'searchfloodcheck','This forum requires that you wait $vboptions[searchfloodtime] seconds before submitting another search.\r\nYou have $timeleft seconds to wait before another search will be allowed.',1000),(3565,-1,'searchinvalidterm','The search term you specified ($word) is under the minimum word length ($vboptions[minsearchlength]) and therefore will not be found. Please make this term longer.\r\n\r\n<p>If this term contains a wildcard, please make this term more specific.</p>',1000),(3566,-1,'searchnametooshort','Please enter a name longer than 3 characters to do a partial match on.',1000),(3567,-1,'searchnoresults','Sorry - no matches. Please try some different terms.\r\n\r\n$displayCommon',1000),(3568,-1,'searchspecifyterms','Please specify some words or valid user names to search on. There were no matches for those that you specified.',1000),(3569,-1,'select_valid_month_and_year','You must select a valid month and year before you can continue.',1000),(3570,-1,'showemail','The email address for $destusername is <a href=\"mailto:$email\">$email</a>',1000),(3571,-1,'signaturedisabled','Sorry, the administrator has disabled signatures.',1000),(3572,-1,'sigtoolong','Your signature can not be longer than $vboptions[sigmax] characters.',1000),(3573,-1,'strikes','Wrong username or password. <b>You have used up your failed login quota! Please wait 15 minutes before trying again.</b> Don\'t forget that the password is case sensitive. Forgotten your password? Click <a href=\"$vboptions[bburl]/login.php?$session[sessionurl]do=lostpw\">here</a>!',1000),(3574,-1,'subsnoselected','You did not select any threads.',1000),(3575,-1,'thread_displayip','The IP Address is: $postinfo[ipaddress]. The host name is: $postinfo[hostaddress].',1000),(3576,-1,'threadclosed','Sorry! This thread is closed!',1000),(3577,-1,'threadrateclosed','Sorry you can not rate closed threads.',1000),(3578,-1,'threadratevoted','According to our records you have already voted on this thread. Changing votes is not allowed.',1000),(3579,-1,'thumbnail_nocreateimage','Thumbnail creation failed due to either an invalid image or the wrong version of GD specified in the vBulletin settings.',1000),(3580,-1,'thumbnail_nogetimagesize','Thumbnail creation failed due to getimagesize() failure.',1000),(3581,-1,'thumbnail_nogif','Thumbnail creation falied due to no GIF support in GD.',1000),(3582,-1,'thumbnail_nojpg','Thumbnail creation failed due to no JPG support in GD.',1000),(3583,-1,'thumbnail_nopng','Thumbnail creation failed due to no PNG support in GD.',1000),(3584,-1,'toobusy','The server is too busy at the moment. Please try again later.',1000),(3585,-1,'toolong','The text that you have entered is too long ($postlength characters). Please shorten it to $vboptions[postmaxchars] characters long.',1000),(3586,-1,'toomanyimages','You have included too many images in your signature or in your previous post. Please go back and correct the problem and then continue again.\r\n<br />\r\n<br />\r\nImages include use of smilies, the vB code [img] tag and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.',1000),(3587,-1,'tooshort','The message you have entered is too short. Please lengthen your message to at least $vboptions[postminchars] characters.',1000),(3588,-1,'under_thirteen_registration_denied','Sorry, we are unable to register you at this time due to your age.',1000),(3589,-1,'unregistereduser','This user has not registered and therefore does not have a profile to view.',1000),(3590,-1,'useralreadyvote','You have already voted on this poll. Please press back to see the results.',1000),(3591,-1,'usergroup_already_member','You are already a member of this group!',1000),(3592,-1,'usergroup_cantleave_groupleader','You cannot leave a usergroup of which you are a leader.',1000),(3593,-1,'usergroup_cantleave_notmember','You cannot leave a usergroup to which you do not belong!',1000),(3594,-1,'usergroup_cantleave_primary','You cannot leave your primary usergroup',1000),(3595,-1,'usergroup_invaliddisplaygroup','The usergroup you specified can not be used as a primary display group',1000),(3596,-1,'usergroup_notpublic','This does not appear to be a public user group.',1000),(3597,-1,'usergroupleader_deleted','You did not specify any users to delete.',1000),(3598,-1,'username_semicolon','Semi-colons are not allowed in usernames.\r\n',1000),(3599,-1,'usernametaken','That username is already in use. If you are $username and you have forgotten your password, click <a href=\"login.php?$session[sessionurl]do=lostpw\">here</a>.',1000),(3600,-1,'usernametoolong','Your username can not be longer than $vboptions[maxuserlength] characters.',1000),(3601,-1,'usernametooshort','Your username can not be shorter than $vboptions[minuserlength] characters.',1000),(3602,-1,'usernoemail','Sorry! That user has specified that they do not wish to receive emails. If you still wish to send an email to this user, please contact the <a href=\"mailto:$vboptions[webmasteremail]\">administrator</a> and they may be able to help.',1000),(3603,-1,'usernotenotallowed','The leaving of user note\'s for members of this usergroup is not allowed.',1000),(3604,-1,'whosonlinedisabled','The administrator has disabled Who\'s Online.',1000),(3605,-1,'yourpmquotaexceeded','You have reached your stored private message quota and can not send any further messages until space has been created.',1000),(3606,-1,'addlist_buddy','$userinfo[username] has now been successfully added to your buddy list. You will now be returned to where you were.',2000),(3607,-1,'addlist_ignore','$userinfo[username] has now been successfully added to your ignore list. You will now be returned to where you were.',2000),(3608,-1,'attachdel','Selected attachments have been deleted.',2000),(3609,-1,'calendaraddevent','Thanks for adding that event, you will now be returned to the event.',2000),(3610,-1,'calendardeleteevent','Thanks for deleting that event. You will now be returned to your calendar.',2000),(3611,-1,'calendarmoderated','Your event will not appear on the calendar until it is approved by a moderator.',2000),(3612,-1,'calendarupdateevent','Thanks for updating that event, you will be returned to it.',2000),(3613,-1,'deletepost','The post has been successfully deleted. You will now be returned to the thread.',2000),(3614,-1,'deleteposts','The selected posts have been deleted. You will now be returned to the thread.',2000),(3615,-1,'deletethread','The thread has been successfully deleted. You will now be returned to the forum.',2000),(3616,-1,'deleteusernote','User Note has been deleted and you will now be returned to $userinfo[username]\'s User Notes.',2000),(3617,-1,'dst','DST Settings Updated',2000),(3618,-1,'duplicatepost','This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.',2000),(3619,-1,'duplicatethread','This thread is a duplicate of a thread that you have posted in the last five minutes. You will be redirected to the thread listings.',2000),(3620,-1,'editthanks','The post has been successfully edited. You are now being taken to the post.',2000),(3621,-1,'editthread','The thread has been successfully edited. You are now being taken to the thread.',2000),(3622,-1,'foldersedited','Your $itemtype folders have been updated. You will now be returned to your $itemtypes.',2000),(3623,-1,'forumpasswordcorrect','The password was correctly entered. You are being redirected to where you were.',2000),(3624,-1,'join_requests_processed','Join requests have been processed.',2000),(3625,-1,'login','Thank you for logging in, $bbuserinfo[username].',2000),(3626,-1,'logout','Logging you out, $bbuserinfo[username].',2000),(3627,-1,'lostactivatecode','Your account details and activation code have been sent to that email address. You will now be returned to where you were.',2000),(3628,-1,'lostpw','Your username and details about how to reset your password have been sent to you by email. You will now be returned to where you were before.',2000),(3629,-1,'markread','All forums have been marked as read and the new post indicators will now be off.',2000),(3630,-1,'markread_single','This forum has been marked as read and its new post indicator will now be off.',2000),(3631,-1,'mergethread','Those threads have been successfully merged. You will now be returned to the result of the merging.',2000),(3632,-1,'movethread','The thread has been successfully moved / copied. You will now be returned to the thread.',2000),(3633,-1,'nodelete','You have chosen not to delete this post. You are now being returned to the thread.',2000),(3634,-1,'nodeletenote','You will be returned to $userinfo[username]\'s User Notes.',2000),(3635,-1,'openclose','The thread has been successfully $action. You are now being taken to the thread.',2000),(3636,-1,'payment_complete','Payment Complete',2000),(3637,-1,'pm_messagesdeleted','The message(s) have been deleted. You are now being redirected to your PM list.',2000),(3638,-1,'pm_messagesent','Your private message has been sent. You will now be taken to your PM list. Thanks!',2000),(3639,-1,'pm_messagesmarkedas','Selected Messages Marked as $readunread',2000),(3640,-1,'pm_messagesmoved','Your message(s) have been moved. You will now be returned to your PM list.',2000),(3641,-1,'pm_receiptsdeleted','Private Message Receipts Deleted',2000),(3642,-1,'pollvotethanks','Thank you for voting. You will now be taken back to the poll.',2000),(3643,-1,'post_manage','This post was successfully managed. You are now being redirected to it.',2000),(3644,-1,'postthanks','Thank you for posting! You will now be taken to your post. If the administrator has selected to moderate all posts in this forum, you will be taken back to the forum and your post will be displayed presently. If you opted to post a poll, you will now be allowed to do so.',2000),(3645,-1,'redirect_dst','DST Settings Updated',2000),(3646,-1,'redirects_removed','Thread moved redirects successfully removed. You are now being redirected back to the thread.',2000),(3647,-1,'registerthanks','Thank you for registering, $username. You will now be returned to the forum summary page.',2000),(3648,-1,'reminderdeleted','Reminder(s) have been deleted. You will now be returned to your current event reminders.',2000),(3649,-1,'removedusers','Users removed from usergroup.',2000),(3650,-1,'removelist_buddy','$userinfo[username] has now been successfully removed from your buddy list. You will now be returned to where you were.',2000),(3651,-1,'removelist_ignore','$userinfo[username] has now been successfully removed from your ignore list. You will now be returned to where you were.',2000),(3652,-1,'reportthanks','Thank you for reporting that post. It will be dealt with as appropriate in due course.',2000),(3653,-1,'reputationadd','Thanks for adding Reputation to this user. May you be lucky enough to receive the same Reputation back in turn.',2000),(3654,-1,'search','Your search is in progress and you will be taken to the results in a moment. Thank you for your patience.',2000),(3655,-1,'search_preferencessaved','Search Preferences Saved',2000),(3656,-1,'sentemail','We have sent your email to $sendtoname. You will now be returned to the thread.',2000),(3657,-1,'sentfeedback','Your feedback to the webmaster has been sent.',2000),(3658,-1,'splitthread','The thread has been successfully split into two. Please wait while you are taken to the new thread.',2000),(3659,-1,'sticky','The thread has been successfully $action. You are now being taken to the thread.',2000),(3660,-1,'sub_threadsmoved','Your thread(s) have been moved. You will now be returned to your subscriptions.',2000),(3661,-1,'subemail','Your email subscription choices have been updated. You will now be returned to your subscriptions.',2000),(3662,-1,'submove','Your thread(s) have been moved. You will now be returned to your subscriptions.',2000),(3663,-1,'subsadd_event','A notification for this event has been added.',2000),(3664,-1,'subsadd_forum','A subscription for this forum has been added.',2000),(3665,-1,'subsadd_thread','A subscription for this thread has been added.',2000),(3666,-1,'subsremove_event','Your notification for this event has been removed.',2000),(3667,-1,'subsremove_forum','Your subscription for this forum has been removed.',2000),(3668,-1,'subsremove_thread','Your subscription for this thread has been removed.',2000),(3669,-1,'subupdate','Subscription(s) have been updated. You will now be returned to your current subscriptions.',2000),(3670,-1,'threadclosed','Sorry! This thread is closed! You will now be returned to the thread.',2000),(3671,-1,'threadrate_add','Your vote on this thread has been added.',2000),(3672,-1,'threadrate_update','Your vote on this thread has been updated.',2000),(3673,-1,'updatelist_buddy','Your buddy list has been updated.',2000),(3674,-1,'updatelist_ignore','Your ignore list has been updated.',2000),(3675,-1,'updatethanks','Thank you for updating your profile, $bbuserinfo[username].',2000),(3676,-1,'updatethanks_newemail','Thank you for updating your profile, $bbuserinfo[username]. Because you changed your email address, you will be sent an email to verify its existence.',2000),(3677,-1,'usergroup_displaygroupupdated','Your primary display group is now $usergroup[title]',2000),(3678,-1,'usergroup_nolongermember','You are no longer a member of this usergroup.',2000),(3679,-1,'usergroup_requested','Your request to join this usergroup has been logged.',2000),(3680,-1,'usergroup_welcome','Congratulations, you are now a member of the <i>$usergroupname</i> usergroup.',2000),(3681,-1,'usernoteaddevent','Your note regarding $userinfo[username] has been recorded.',2000),(3682,-1,'accountlocked','$user[username],\r\n\r\nYour account on $vboptions[bbtitle] has been locked because someone has tried to log into the account with the wrong password more than 5 times. You will be able to attempt to log in again in another 15 minutes.\r\n\r\nThe person trying to log into your account had the following IP address: $ip\r\n\r\nDon\'t forget that the password is case sensitive. Forgotten your password? Use the link below:\r\n$vboptions[bburl]/login.php?do=lostpw\r\n\r\nAll the best,\r\n$vboptions[bbtitle] team',3000),(3683,-1,'activateaccount','Dear $username,\r\n\r\nThank you for registering for the $vboptions[bbtitle] forums. Before we can activate your account one last step must be taken to complete your registration.\r\n\r\nPlease note - you must complete this last step to become a registered member. You will only need to visit the link once to activate your account.\r\n\r\nTo complete your registration, please visit the following link: \r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid \r\n\r\n<a href=\"$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid\">America Online Users Please Visit Here to be Activated</a>\r\n\r\n**** Does The Above Link Not Work? ****\r\nIf the above link does not work, please use your Web browser to go to:\r\n$vboptions[bburl]/register.php?a=ver \r\n\r\nPlease to be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you click on or copy the above link in your browser. \r\n\r\nYour Username is: $username\r\nYour Activation ID is: $activateid\r\n\r\n\r\n\r\nIf you are still having problems signing up please contact a member of our support staff at $vboptions[webmasteremail]\r\n\r\nThanks very much,\r\n$vboptions[bbtitle] team\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this link:\r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid ',3000),(3684,-1,'activateaccount_change','Dear $username,\r\n\r\nSince you have recently changed your email, we require that you verify your new email address. You will only need to click on the link once, and your account will be updated.\r\n\r\nTo complete reverification, please visit the following link:\r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid\r\n\r\n<a href=\"$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid\">America Online Users Please Visit Here to be Activated</a>\r\n\r\n**** Does The Above Link Not Work? ****\r\nIf the above link does not work, please use your Web browser to go to:\r\n$vboptions[bburl]/register.php?a=ver\r\n\r\nPlease to be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you click on or copy the above link in your browser.\r\n\r\nYour Username is: $username\r\nYour Activation ID is: $activateid\r\n\r\n\r\n\r\nIf you are still having problems verifying up please contact a member of our support staff at $vboptions[webmasteremail]\r\n\r\nThanks very much,\r\n$vboptions[bbtitle] team\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this link:\r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid ',3000),(3685,-1,'attachfull','$bbuserinfo[username] has just tried to attach a file that would exceed the $vboptions[attachtotalspace] byte quota you setup by $overage.\r\n\r\nIn order to allow users to continue attaching files, we recommend you delete some attachments. You can perform attachment management on the following pages:\r\n\r\n$vboptions[bburl]/admincp/attachment.php?do=intro\r\n$vboptions[bburl]/admincp/attachment.php?do=stats',3000),(3686,-1,'birthday','Hello $username,\r\n\r\nWe at $vboptions[bbtitle] would like to wish you a happy birthday today!',3000),(3687,-1,'contactus','The following message was sent to you via the $vboptions[bbtitle] Contact Us form by $name.\r\n\r\n--------------------------------\r\n\r\n$message\r\n\r\n--------------------------------\r\n\r\nReferring Page: $url\r\nIP Address: $ip\r\nUser Name: $bbuserinfo[username]\r\nUser ID: $bbuserinfo[userid]',3000),(3688,-1,'digestforum','Hello,\r\n\r\nYou are subscribed to the forum $forum[title], there have been $newthreads new threads and $updatedthreads updated threads.\r\n$vboptions[bburl]/forumdisplay.php?forumid=$forum[forumid]\r\n\r\nThe following threads are new:\r\n$newthreadbits\r\n\r\nThe following threads have been updated:\r\n$updatedthreadbits\r\n\r\nYours,\r\n$vboptions[bbtitle] team\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this forum, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=usub&forumid=$forum[forumid]\r\n',3000),(3689,-1,'digestpostbit','************\r\n$post[title]\r\n$vboptions[bburl]/showthread.php?postid=$post[postid]#post$post[postid]\r\nPosted by: $post[postusername]\r\nOn: $post[postdate] $post[posttime]\r\n\r\n$post[pagetext]\r\n',3000),(3690,-1,'digestthread','Hello,\r\n\r\nYou are subscribed to the thread \"$thread[title]\" by $thread[postusername], there have been $thread[newposts] posts to this thread, the last poster was $thread[lastposter].\r\n$vboptions[bburl]/showthread.php?threadid=$thread[threadid]\r\n\r\nThese following posts were made to the thread:\r\n$postbits\r\n\r\nYours,\r\n$vboptions[bbtitle] team\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this thread, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=usub&threadid=$thread[threadid]\r\n',3000),(3691,-1,'digestthreadbit','************\r\n$thread[title]\r\n$vboptions[bburl]/showthread.php?threadid=$thread[threadid]\r\nIn forum: $thread[forumtitle]\r\nStarted by: $thread[postusername]\r\nLast post: $thread[lastreplydate] $thread[lastreplytime]\r\n',3000),(3692,-1,'lostpw','Hello,\r\n\r\nYou have requested to reset your password on $vboptions[bbtitle] forums because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.\r\n\r\nTo reset your password, please visit the following page:\r\n$vboptions[bburl]/login.php?a=pwd&u=$user[userid]&i=$user[activationid]\r\n\r\nWhen you visit that page, your password will be reset, and the new password will be emailed to you.\r\n\r\nYour username is: $user[username]\r\n\r\nTo edit your profile, go to this page:\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nYours,\r\n$vboptions[bbtitle] team',3000),(3693,-1,'moderation_deleted','Dear $username,\r\n\r\nUnfortunately your registration at $vboptions[bbtitle] did not meet our membership requirements. Therefore your registration was deleted.\r\n\r\nSorry,\r\n$vboptions[bbtitle] team',3000),(3694,-1,'moderation_validated','Dear $username,\r\n\r\nWe have now activated your account at the $vboptions[bbtitle]. The forums can be found here:\r\n\r\n$vboptions[bburl]/$vboptions[forumhome].php\r\n\r\nYour login details are as follows:\r\nUsername: $username\r\nPassword: as you entered it when you registered\r\n\r\nDon\'t forget that your password is case sensitive.\r\n\r\nTo edit your profile, please visit this page:\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nThanks,\r\n$vboptions[bbtitle] team',3000),(3695,-1,'moderator','Hello,\r\n\r\n$bbuserinfo[username] has just posted in the $foruminfo[title] forum of $vboptions[bbtitle] under the title of $threadinfo[title].\r\n\r\nThis thread is located at $vboptions[bburl]/showthread.php?threadid=$threadinfo[threadid]\r\n\r\nHere is the message that has just been posted:\r\n***************\r\n$post[message]\r\n***************',3000),(3696,-1,'newevent','Hello,\r\n\r\n$bbuserinfo[username] has just posted in the $calendarinfo[title] calendar of $vboptions[bbtitle] under the title of $title.\r\n\r\nThis event is located at $vboptions[bburl]/calendar.php?do=getinfo&e=$eventid\r\n\r\nHere is the event that has just been posted:\r\n***************\r\n$eventmessage\r\n***************',3000),(3697,-1,'newuser','There is a new user, $username at $vboptions[bbtitle]\r\n\r\nTo view their profile, go here:\r\n\r\n$vboptions[bburl]/member.php?userid=$userid\r\n\r\nEmail Address : $email\r\nBirthday : $birthday\r\n\r\n$customfields',3000),(3698,-1,'notify','Hello $touser[username],\r\n\r\n$bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $threadinfo[title] - in the $foruminfo[title] forum of $vboptions[bbtitle].\r\n\r\nThis thread is located at:\r\n$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost\r\n\r\nHere is the message that has just been posted:\r\n***************\r\n$pagetext\r\n***************\r\n\r\n\r\nThere may be other replies also, but you will not receive any more notifications until you visit the forum again.\r\n\r\nYours,\r\n$vboptions[bbtitle] team\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this thread, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=usub&t=$threadinfo[threadid]\r\n\r\nTo unsubscribe from ALL threads, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all',3000),(3699,-1,'paidsubscription_reminder','Hello,\r\n\r\nYour access to the paid subscription \"$subscription_title\" is about to expire.\r\nTo extend this you must visit $vboptions[bburl]/subscriptions.php\r\n\r\nIf you do not extend your subscription access will be removed.\r\n\r\nYours,\r\n$vboptions[bbtitle] team',3000),(3700,-1,'parentcoppa','Dear Parent/Guardian of $username,\r\n\r\n$username has just signed up for an account or modified their profile at $vboptions[bbtitle]. This can be found at:\r\n\r\n$vboptions[bburl]/$vboptions[forumhome].php\r\n\r\nThis email has been sent to you because $username has stated that they are younger than 13 years of age and forum is in compliance with the Children\'s Online Privacy Protection Act of 1998 (COPPA).\r\n\r\nTo find out more about COPPA, please visit this page:\r\nhttp://www.ftc.gov/opa/1999/10/childfinal.htm\r\n\r\nPlease read the $vboptions[bbtitle] Privacy Statement also:\r\n$vboptions[privacyurl]\r\n\r\nIf $username has just signed up for account, then you must print out the permission form, fill it in and mail or fax it back to the webmaster. Details about how to return the form are on the form itself.\r\n\r\nThe form can be accessed through this page:\r\n\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nFrom that page, you can also view the profile and make any modification you wish. You will need these login details:\r\n\r\nUsername: $username\r\nPassword: $password\r\n(Note that the password is case sensitive)\r\n\r\nWe thank you for helping us in keeping the privacy of children on the internet.\r\n\r\nYours,\r\n\r\n$vboptions[bbtitle] team',3000),(3701,-1,'pmboxfull','Hello $touserinfo[username],\r\n\r\n$bbuserinfo[username] has just tried to send you a private message. However, your private messages box on $vboptions[bbtitle] has reached the specified quota. In order to receive further private messages, you must delete some messages. Please visit this page to do so:\r\n$vboptions[bburl]/private.php\r\n\r\nThanks,\r\n$vboptions[bbtitle] team',3000),(3702,-1,'pmreceived','$touserinfo[username],\r\n\r\nYou have received a new private message at $vboptions[bbtitle] from $bbuserinfo[username]. Please click here to log in and read it:\r\n$vboptions[bburl]/private.php\r\n\r\nThanks,\r\n$vboptions[bbtitle] team',3000),(3703,-1,'reportbadpost','$bbuserinfo[username] ( mailto:$bbuserinfo[email] ) has reported this post:\r\n\r\n$postinfo[title]\r\n$vboptions[bburl]/showthread.php?postid=$postinfo[postid]#post$postinfo[postid]\r\n\r\nThis is part of this thread:\r\n$threadinfo[title]\r\n$vboptions[bburl]/showthread.php?threadid=$threadinfo[threadid]\r\n\r\nThis is the reason that the user gave:\r\n$reason\r\n\r\nThis message has been sent to all moderators of this forum, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.',3000),(3704,-1,'resetpw','Hello,\r\n\r\nAs you requested, your password has now been reset. Your new details are as follows:\r\n\r\nUsername: $userinfo[username]\r\nPassword: $newpassword\r\n\r\nTo change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword\r\n\r\nRegards,\r\n$vboptions[bbtitle] team',3000),(3705,-1,'sendtofriend','$sendtoname,\r\n\r\nThis is a message from $bbuserinfo[username] ( mailto:$bbuserinfo[email] ) from the $vboptions[bbtitle] ( $vboptions[bburl]/ ).\r\n\r\nThe message is as follows:\r\n\r\n$emailmessage\r\n\r\n$vboptions[bbtitle] takes no responsibility for messages sent through its system.',3000),(3706,-1,'usermessage','This is a message from $bbuserinfo[username] at $vboptions[bbtitle] ( $vboptions[bburl]/$vboptions[forumhome].php ). The $vboptions[bbtitle] owners cannot accept any responsibility for the contents of the email.\r\n\r\nTo email $bbuserinfo[username], you can use this online form:\r\n$vboptions[bburl]/sendmessage.php?do=mailmember&userid=$bbuserinfo[userid]\r\n\r\nOR, by email:\r\nmailto:$bbuserinfo[email]\r\n\r\nThis is the message:\r\n\r\n$message',3000),(3707,-1,'welcomemail','$username,\r\n\r\nThanks for registering at $vboptions[bbtitle]! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.\r\n\r\nThanks again,\r\n$vboptions[bbtitle] team',3000),(3708,-1,'accountlocked','Account on $vboptions[bbtitle] locked out',4000),(3709,-1,'activateaccount','Action Required to Activate Membership for $vboptions[bbtitle]! ',4000),(3710,-1,'activateaccount_change','Action Required to Verify Membership for $vboptions[bbtitle]!',4000),(3711,-1,'birthday','Happy Birthday from $vboptions[bbtitle]',4000),(3712,-1,'contactus','$vboptions[bbtitle] Contact Us Form - $subject',4000),(3713,-1,'digestforum','\"$forum[title]\" update',4000),(3714,-1,'digestthread','\"$thread[title]\" update',4000),(3715,-1,'lostpw','Your login details for $vboptions[bbtitle]',4000),(3716,-1,'moderation_deleted','Account removed at $vboptions[bbtitle]!',4000),(3717,-1,'moderation_validated','Account validated at $vboptions[bbtitle]!',4000),(3718,-1,'moderator','New Post/Thread Notification: $foruminfo[title]',4000),(3719,-1,'newevent','New Event Notification: $calendarinfo[title]',4000),(3720,-1,'newuser','New User at $vboptions[bbtitle]',4000),(3721,-1,'notify','Reply to post \'$threadinfo[title]\'',4000),(3722,-1,'paidsubscription_reminder','Paid Subscription Expiry Notice',4000),(3723,-1,'parentcoppa','$username\'s account at $vboptions[bbtitle]',4000),(3724,-1,'pmboxfull','Inbox full at $vboptions[bbtitle]',4000),(3725,-1,'pmreceived','New Private Message at $vboptions[bbtitle]',4000),(3726,-1,'reportbadpost','Reported post from $vboptions[bbtitle]',4000),(3727,-1,'resetpw','Your new password for $vboptions[bbtitle]',4000),(3728,-1,'welcomemail','Welcome to $vboptions[bbtitle]!',4000),(3729,-1,'setting_WOLenable_desc','Selecting \'No\' will disable Who\'s Online for everyone.',5000),(3730,-1,'setting_WOLenable_title','Who\'s Online Enabled',5000),(3731,-1,'setting_WOLguests_desc','Display Guest (non-registered user) activity on Who\'s Online?',5000),(3732,-1,'setting_WOLguests_title','Who\'s Online Display Guests',5000),(3733,-1,'setting_WOLrefresh_desc','Time period in seconds to refresh the Who\'s Online display.<br />\r\n<br />\r\nA value of 0 disables the auto-refresh.',5000),(3734,-1,'setting_WOLrefresh_title','Who\'s Online Refresh Period',5000),(3735,-1,'setting_WOLresolve_desc','Resolve IP addresses for those who have access to view them?<br />\r\n<br />\r\nThis can dramatically slow down the Display of Who\'s Online.',5000),(3736,-1,'setting_WOLresolve_title','Who\'s Online Resolve IP Addresses',5000),(3737,-1,'setting_addheaders_desc','This option does not work with some combinations of web server, so is off by default. However, some IIS setups may need it turned on.<br />\r\n<br />\r\nIt will send the 200 OK HTTP headers if turned on.',5000),(3738,-1,'setting_addheaders_title','Add Standard HTTP Headers',5000),(3739,-1,'setting_addpolltimeout_desc','Specify the time-limit (in minutes) within which the thread may have a poll added to it.',5000),(3740,-1,'setting_addpolltimeout_title','Time Limit on Adding a Poll to a Thread',5000),(3741,-1,'setting_address_desc','Address of your company. COPPA forms will be posted to this address.',5000),(3742,-1,'setting_address_title','Company Address',5000),(3743,-1,'setting_addtemplatename_desc','Add the template name at the beginning and end of every template rendered. This is useful for debugging and analyzing the HTML code, but turn it off to save bandwidth when running in a production environment.',5000),(3744,-1,'setting_addtemplatename_title','Add Template Name in HTML Comments',5000),(3745,-1,'setting_adminpower_desc','How many reputation points does an administrator give or take away with each click?<br />\r\n<br />Set to 0 to have administrators follow the same rules as everyone else.',5000),(3746,-1,'setting_adminpower_title','Administrator\'s Reputation Power',5000),(3747,-1,'setting_adminquickstats_desc','Display the \'Quick Stats\' on the main index page of the Admin Control Panel?',5000),(3748,-1,'setting_adminquickstats_title','Control Panel Quick Statistics',5000),(3749,-1,'setting_allowattachdel_desc','Allow users to delete attachments, even if the post edit time limit has been exceeded? If you have attachment quotas enabled then you will need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply.',5000),(3750,-1,'setting_allowattachdel_title','Allow Deletion of Attachments Beyond Edit Time Limit',5000),(3751,-1,'setting_allowbbcode_desc','Allow users to include vB Code in their signatures? (Such as [b], [i] etc.)',5000),(3752,-1,'setting_allowbbcode_title','Allow vB Code in Signatures',5000),(3753,-1,'setting_allowbbimagecode_desc','Allow users to include [IMG] codes in their signatures?',5000),(3754,-1,'setting_allowbbimagecode_title','Allow [IMG] Code in Signatures',5000),(3755,-1,'setting_allowchangestyles_desc','This allows users to set their preferred style set on registration or when editing their option. Setting this to \'No\' disables that option and will force them to use whatever style has been specified.',5000),(3756,-1,'setting_allowchangestyles_title','Allow Users To Change Styles',5000),(3757,-1,'setting_allowclosedattachdel_desc','Allow users to delete attachments from threads that are closed? If you have attachment quotas enabled then you might need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply. If the above option is set to NO then this option will only apply up to the edit time limit setting.',5000),(3758,-1,'setting_allowclosedattachdel_title','Allow Deletion of Attachments in Closed Threads',5000),(3759,-1,'setting_allowduplicates_desc','This setting only checks for attachments posted by the user that is making the post.',5000),(3760,-1,'setting_allowduplicates_title','Allow Duplicate Attached Images',5000),(3761,-1,'setting_allowdynimg_desc','With this option set to \'no\', the [IMG] tag will not be displayed if the path to the image contains dynamic characters such as ? and &. This can prevent malicious use of the [IMG] tag.',5000),(3762,-1,'setting_allowdynimg_title','Allow Dynamic URL for [IMG] Tags',5000),(3763,-1,'setting_allowedbbcodes_desc','This setting allows you to enable and disable all the built-in bbcodes in vBulletin.<br />\r\n<br />\r\nDisabling a bbcode will prevent it from working anywhere on the forum, including signatures, private messages, user notes etc.',5000),(3764,-1,'setting_allowedbbcodes_title','Enabled Built-in BB Codes',5000),(3765,-1,'setting_allowhtml_desc','Allow users to include raw HTML code in their signatures?<br />(<b>Strongly not recommended.</b>)',5000),(3766,-1,'setting_allowhtml_title','Allow HTML in Signatures',5000),(3767,-1,'setting_allowimgsizefailure_desc','On some servers, calls to getimagesize() to check image dimensions may fail for currently unknown reasons. If you are affected by this, you will want to set this option to \'Yes\', otherwise you will not be able to upload images (avatars or attachments). However, users may be able to get around your image dimension limits!',5000),(3768,-1,'setting_allowimgsizefailure_title','Allow Image Size Checking Failure',5000),(3769,-1,'setting_allowkeepbannedemail_desc','If you ban an email address and a user already uses that address, a problem will occur. Using this option, you can specify whether the user will have to enter a new email address in their profile when they next modify their email address, or whether the user can just keep the email address which you have banned.',5000),(3770,-1,'setting_allowkeepbannedemail_title','Allow User to Keep Banned Email Addresses',5000),(3771,-1,'setting_allowmultiregs_desc','Normally, vBulletin will stop users signing up for multiple names by checking for a cookie on the user\'s machine. If one exists, then the user may not sign up for additional names. <b>Note</b>: This does not stop users from logging out and the registering new accounts.<br />\r\n<br />\r\nIf you wish to allow your users to sign up for multiple names, then select yes for this option, and they will not be blocked from registering additional usernames.',5000),(3772,-1,'setting_allowmultiregs_title','Allow Multiple Registrations Per User',5000),(3773,-1,'setting_allowphpinfo_desc','Setting this value to \'Yes\' will enable anyone to view your <i>phpinfo()</i> page by adding \'&do=phpinfo\' to the URL.',5000),(3774,-1,'setting_allowphpinfo_title','Public phpinfo() Display Enabled',5000),(3775,-1,'setting_allowregistration_desc','If you would like to temporarily (or permanently) prevent anyone new from registering, you can do so. Anyone attempting to register will be told that you are not accepting new registrations at this time.',5000),(3776,-1,'setting_allowregistration_title','Allow New User Registrations',5000),(3777,-1,'setting_allowsignatures_desc','Allow registered users to have signatures (small text fragments that appear after each message posted by that user).',5000),(3778,-1,'setting_allowsignatures_title','Allow Signatures',5000),(3779,-1,'setting_allowsmilies_desc','Allow users to include smilies in their signatures?',5000),(3780,-1,'setting_allowsmilies_title','Allow Smilies in Signatures',5000),(3781,-1,'setting_allowthreadedmode_desc','Use this setting to enable or completely disable the Threaded and Hybrid thread display modes.',5000),(3782,-1,'setting_allowthreadedmode_title','Enable Threaded / Hybrid Mode',5000),(3783,-1,'setting_allowvbcodebuttons_desc','This global switch allows you to completely disable the message formatting toolbar and clickable smilies.',5000),(3784,-1,'setting_allowvbcodebuttons_title','Enable Clickable Message Formatting Controls',5000),(3785,-1,'setting_allowwildcards_desc','Allow users to use a star (*) in searches to match partial words? (Eg: \'bu*\' matches \'<b>bu</b>g\' and \'*bu*\' matches \'v<b>Bu</b>lletin\').',5000),(3786,-1,'setting_allowwildcards_title','Allow Search Wild Cards',5000),(3787,-1,'setting_archive_postsperpage_desc','The number of posts to display per page in the thread listing.',5000),(3788,-1,'setting_archive_postsperpage_title','Forum Archive Posts Per Page',5000),(3789,-1,'setting_archive_threadsperpage_desc','The number of threads to display per page in the threads listing.<br />\r\nThis is done on a per-forum basis.',5000),(3790,-1,'setting_archive_threadsperpage_title','Forum Archive Threads Per Page',5000),(3791,-1,'setting_archiveenabled_desc','The <a href=\'../archive/index.php/\'><i>Search-Friendly Archive</i></a> works only under the Apache web server with PHP compiled as a module.<br />\r\n<br />\r\nIt provides a basic structure that search engines can spider to grab all the content on your site.',5000),(3792,-1,'setting_archiveenabled_title','Forum Archive Enabled',5000),(3793,-1,'setting_attachboxcount_desc','This option sets how many attachment input boxes are displayed on the upload form.',5000),(3794,-1,'setting_attachboxcount_title','Attachment Inputs',5000),(3795,-1,'setting_attachfile_desc','Leave this setting alone.<br />\r\n<br />\r\nBefore RC1, we stored attachments for each user in a sub folder named after that user\'s userid. This resulted in us having X folders for X users with attachments. Some systems couldn\'t cope when this number exceeded 32,768 so we altered this method for RC1. Now each digit of the userid is made into a directory, i.e. userid 568 gets her attachments stored in /path/5/6/8. To use the new setting you must move all of your attachments back into the DB and then move them back out to the FS. This is the only way to \'activate\' the new option.',5000),(3796,-1,'setting_attachfile_title','Save Attachments as Files',5000),(3797,-1,'setting_attachlimit_desc','Number of files that may be attached to a single post. Set to \'0\' to have no limit.',5000),(3798,-1,'setting_attachlimit_title','Attachments Per Post',5000),(3799,-1,'setting_attachmentviewslive_desc','Option to update attachment views immediately, or once an hour. If you have a large number of inline graphic attachments, you will probably want to disable immediate updates, since they are quite server intensive.',5000),(3800,-1,'setting_attachmentviewslive_title','Update Attachment Views Immediately',5000),(3801,-1,'setting_attachpath_desc','Leave this setting alone.',5000),(3802,-1,'setting_attachpath_title','File Attachment Path',5000),(3803,-1,'setting_attachrow_desc','How many thumbnails do you wish to display per line on user\'s post, assuming you allow more than one attachment per post?',5000),(3804,-1,'setting_attachrow_title','Thumbnails Per Row',5000),(3805,-1,'setting_attachthumbs_desc','If your version of PHP supports image functions, you may enable the creation of thumbnails for images. JPG and PNG are normally supported, and you may have support for GIF if you have a newer version of PHP. You will need to go to <b>Import & Maintenance</b> -> <b>Update Counters</b> -> <b>Rebuild Attachment Thumbnails</b> after changing this setting. The sharpen option produces a sharper image at the cost of CPU time which will only be noticeable during a complete thumbnail rebuild, and it requires GD 2+. If you see an image below then thumbnails will probably work for you.\r\n<br /><br />\r\n<img src=\"../image.php?type=regcheck&imagehash=test\" alt=\"\" width=\"201\" height=\"61\" border=\"0\" />',5000),(3806,-1,'setting_attachthumbs_title','Enable Thumbnails',5000),(3807,-1,'setting_attachthumbssize_desc','Maximum width and height that the thumbnail can have. The image will be proportionately resized so that the longest side is no larger than this setting. If you change this setting, you will need to go to <b>Import & Maintenance</b> -> <b>Update Counters</b> -> <b>Rebuild Attachment Thumbnails</b>.',5000),(3808,-1,'setting_attachthumbssize_title','Thumbnail Size',5000),(3809,-1,'setting_attachtotalspace_desc','Use this option to limit the total combined amount of disk space in bytes that <i>all</i> attachments can occupy.<br />\r\n<br />\r\nSet the option to 0 to have no disk space limit.',5000),(3810,-1,'setting_attachtotalspace_title','Limit Space Taken Up By Attachments (Total)',5000),(3811,-1,'setting_authorize_loginid_desc','Your Login ID for authorize.net. Please read the manual for instructions on how to change the transaction key.',5000),(3812,-1,'setting_authorize_loginid_title','Authorize.Net Login ID',5000),(3813,-1,'setting_avatarallowwebsite_desc','Allow user to upload their own custom avatar from another website if they have enough posts?',5000),(3814,-1,'setting_avatarallowwebsite_title','Allow website uploads',5000),(3815,-1,'setting_avatarcustomposts_desc','Minimum number of posts that a user required before they can specify a custom avatar for use.',5000),(3816,-1,'setting_avatarcustomposts_title','Minimum custom posts',5000),(3817,-1,'setting_avatarenabled_desc','Use this option to enable/disable the overall use of avatars.<br />\r\n<br />\r\nAvatars are small images chosen by the user and displayed under usernames in thread display and user info pages.',5000),(3818,-1,'setting_avatarenabled_title','Avatars Enabled',5000),(3819,-1,'setting_avatarmaxheight_desc','The maximum height in pixels that an uploaded avatar may be.',5000),(3820,-1,'setting_avatarmaxheight_title','Avatar Maximum Height',5000),(3821,-1,'setting_avatarmaxsize_desc','The maximum file size (in bytes) that a custom avatar may be.<br />\r\n1 KB = 1024 bytes<br />\r\n1 MB = 1048576 bytes',5000),(3822,-1,'setting_avatarmaxsize_title','Avatar Maximum File Size',5000),(3823,-1,'setting_avatarmaxwidth_desc','The maximum width in pixels that an uploaded avatar may be.',5000),(3824,-1,'setting_avatarmaxwidth_title','Avatar Maximum Width',5000),(3825,-1,'setting_avatarpath_desc','Leave this setting alone.',5000),(3826,-1,'setting_avatarpath_title','Avatar File Path',5000),(3827,-1,'setting_avatarurl_desc','Leave this setting alone.',5000),(3828,-1,'setting_avatarurl_title','Avatar URL',5000),(3829,-1,'setting_banemail_desc','Email address ban lists: You may ban any email addresses from registering and posting. Type in the complete email address (user@domain.com), or use a partial email address (as in @domain.com).<br />\r\n<br />\r\nIf the email address of a user attempting to register or change their email address matches any of the addresses you specify here will see a no-permission error. For example, if you have banned \'domain.com\' then a user attempting to use \'someone@domain.com\' will be rejected.<br />\r\n<br />\r\nPut a space between each email address or email address fragment.',5000),(3830,-1,'setting_banemail_title','Banned Email Addresses',5000),(3831,-1,'setting_banip_desc','IP address ban lists: You may ban any IP addresses from registering and posting. Type in the complete IP number (as in 243.21.31.7), or use a partial IP number (as in 243.21.31).<br />\r\n<br />\r\nvBulletin will do matches from the beginning of each IP number that you enter. Thus, If you enter a partial IP of 243.21.31, someone attempting to register who has an IP number of 243.21.31.5 will not be able to register. Similarly, if you have an IP ban on 243.21, someone registering who has an IP of 243.21.3.44 will not be able to register. Thus, be careful when you add IPs to your ban list and be as specific as possible.<br />\r\n<br />\r\nAs with the email ban list, put a space between each IP number. The IP Ban prevents anyone with matching IP number from registering and posting.',5000),(3832,-1,'setting_banip_title','Banned IP Addresses',5000),(3833,-1,'setting_bbactive_desc','From time to time, you may want to turn your forum off to the public while you perform maintenance, update versions, etc. When you turn your forum off, visitors will receive a message that states that the forum is temporarily unavailable. <b>Administrators will still be able to see the forum.</b><br />\r\n<br />\r\nUse this as a master switch for your forum. You can set options for individual user groups in the User Permissions area.',5000),(3834,-1,'setting_bbactive_title','Forum Active',5000),(3835,-1,'setting_bbclosedreason_desc','The text that is presented when the BB is closed.<br />\r\n<br />\r\nNote: as an administrator, you will be able to see the forums as usual, even when you have turned them off to the public.',5000),(3836,-1,'setting_bbclosedreason_title','Reason For Turning Forum Off',5000),(3837,-1,'setting_bbtitle_desc','Name of your forum. This appears in the title of every page.',5000),(3838,-1,'setting_bbtitle_title','Forum Name',5000),(3839,-1,'setting_bburl_desc','URL of your forum.<br />\r\nNote: do not add a trailing slash. (\"/\")',5000),(3840,-1,'setting_bburl_title','Forum URL',5000),(3841,-1,'setting_birthdaydatecut_desc','If you would like the birthdays displayed on the forum home page to only show birthdays for those users who have been active recently, you may set this value to be a number of days -ie: setting \'30\' will constrain the display to only show birthdays of users who have been active in the last 30 days.<br />\r\n<br />\r\nSet \'0\' to disable the activity check.',5000),(3842,-1,'setting_birthdaydatecut_title','Show birthdays for active users only',5000),(3843,-1,'setting_blankasciistrip_desc','If there are certain raw ASCII characters you would like to strip from posts/usernames etc, enter their ASCII numbers here, separated by spaces.<br />\r\n<br />\r\nPlease note that stripping raw ASCII characters with this setting may break some double-byte languages. If you are unsure, remove the contents of this setting.',5000),(3844,-1,'setting_blankasciistrip_title','Blank ASCII Character Stripper',5000),(3845,-1,'setting_cachemaxage_desc','Number of days to maintain a cached copy of a post. This makes threads faster to display, but means that each post takes approximately twice the storage space.',5000),(3846,-1,'setting_cachemaxage_title','Cached Posts Lifespan',5000),(3847,-1,'setting_calStart_desc','Pick the day that you would like the weeks on your calendar to start with. Users can also change this in their profile to match their locale\'s customs.',5000),(3848,-1,'setting_calStart_title','Starting Day',5000),(3849,-1,'setting_calallowbbcode_desc','Allow VB code to be used in calendar events?',5000),(3850,-1,'setting_calallowbbcode_title','Allow vB Code',5000),(3851,-1,'setting_calallowhtml_desc','Allow HTML to be used in the calendar events?',5000),(3852,-1,'setting_calallowhtml_title','Allow HTML',5000),(3853,-1,'setting_calallowsmilies_desc','Allow smilies to be used in calendar events?',5000),(3854,-1,'setting_calallowsmilies_title','Allow Smilies',5000),(3855,-1,'setting_calbbimagecode_desc','Allow [IMG] code to be used in calendar events?',5000),(3856,-1,'setting_calbbimagecode_title','Allow vB IMG code',5000),(3857,-1,'setting_calendarenabled_desc','Disable/enable the calendar',5000),(3858,-1,'setting_calendarenabled_title','Enable Calendar',5000),(3859,-1,'setting_calformat1_desc','Format of date shown in profile when user gives their birth-year.',5000),(3860,-1,'setting_calformat1_title','Format For Birthdays with Year Specified',5000),(3861,-1,'setting_calformat2_desc','Format of user\'s birthday shown on profile when the user does not specify their birth-year.<br />\r\n<i>DO NOT put in a code for the year.</i>',5000),(3862,-1,'setting_calformat2_title','Format For Birthdays with Year Unspecified',5000),(3863,-1,'setting_calshowbirthdays_desc','Show the individual birthdays for each user on the calendar? Set this to NO to just show a link if a particular day has birthdays on it.',5000),(3864,-1,'setting_calshowbirthdays_title','Individual Birthdays',5000),(3865,-1,'setting_caltitlelength_desc','Length to cut off titles when displayed on the main calendar. 0 disables cut-off.',5000),(3866,-1,'setting_caltitlelength_title','Max Displayed Title Length',5000),(3867,-1,'setting_censorchar_desc','This character (or characters) will be used to replace censored words. For example, if you have censored the word \'dog\' and you set the censor character here to an asterisk (*) then any occurrences of \'dog\' in messages will appear as \'***\'.',5000),(3868,-1,'setting_censorchar_title','Character to Replace Censored Words',5000),(3869,-1,'setting_censorwords_desc','Type all words you want censored in the field below. Do not use commas to separate words, just use spaces. For example, type \"dog cat boy\", rather than \"dog, cat, boy.\"<br />\r\n<br />\r\nIf you type \"dog\", all words containing the string \"dog\" would be censored (dogma, for instance, would appear as \"***ma\"). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \"dog\" in the curly braces would mean that dogma would appear as dogma, but dog would appear as \"***\". Thus your censor list may appear as: cat {dog} {barn} barn<br />\r\n<br />\r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words.',5000),(3870,-1,'setting_censorwords_title','Censored Words',5000),(3871,-1,'setting_checknewpm_desc','Selecting \'Yes\' for this option will cause the system to check the private message database every time a user loads a page, and will display a visible prompt if a new message has just been saved.',5000),(3872,-1,'setting_checknewpm_title','Instant Messaging Support - Check for New Private Messages',5000),(3873,-1,'setting_cleargifurl_desc','Please enter the path of your <i>clear.gif</i> image, relative to your forum directory.<br />\r\nBy default, the value of this setting is \'clear.gif\', meaning that the image is located in the base directory of your vBulletin installation (in the same folder as forumdisplay.php).<br />\r\n<br />\r\n<b>This URL must be relative, <i>NOT</i> beginning with \'http://\'</b>.',5000),(3874,-1,'setting_cleargifurl_title','Location of clear.gif',5000),(3875,-1,'setting_codemaxlines_desc','When a user posts a block of [CODE], [PHP] or [HTML] in one of their messages, the system will place it in a box, which expands to contain their message.<br />\r\n<br />\r\nThis value controls the number of lines at which the box stops adding height and inserts a scrollbar.',5000),(3876,-1,'setting_codemaxlines_title','Maximum [CODE] Lines',5000),(3877,-1,'setting_companyname_desc','The name of your company. This is required for COPPA compliance.',5000),(3878,-1,'setting_companyname_title','Company Name',5000),(3879,-1,'setting_contactuslink_desc','Link for contacting the site admin. To use the built-in email form, specify <b>sendmessage.php</b> otherwise use something such as \'mailto:webmaster@domain.com\' or your own custom form. This appears at the bottom of every page.',5000),(3880,-1,'setting_contactuslink_title','Contact Us Link',5000),(3881,-1,'setting_contactusoptions_desc','You may pre-define subjects for users to pick from when using the default Contact Us form listed above. Please place one subject per line. An \'Other\' option will be automatically added to the end when the form is viewed.',5000),(3882,-1,'setting_contactusoptions_title','Contact Us Options',5000),(3883,-1,'setting_cookiedomain_desc','The domain on which you want the cookie to have effect. If you want this to affect all of domain.com rather than just forums.domain.com, enter .domain.com here (note the 2 dots!!!). You can leave this setting blank.',5000),(3884,-1,'setting_cookiedomain_title','Cookie Domain',5000),(3885,-1,'setting_cookiepath_desc','The path that the cookie is saved to. If you run more than one forum on the same domain, it will be necessary to set this to the individual directories of the forums. Otherwise, just leave it as / .<br />\r\n<br />\r\nPlease note that your path should <b>always</b> end in a forward-slash; for example \'/forums/\', \'/vbulletin/\' etc.',5000),(3886,-1,'setting_cookiepath_title','Path to Save Cookies',5000),(3887,-1,'setting_cookietimeout_desc','This is the time in seconds that a user must remain inactive before any unread posts are marked read. This setting also controls how long a user will remain on Who\'s Online after their last activity.',5000),(3888,-1,'setting_cookietimeout_title','Time-Out for Cookie',5000),(3889,-1,'setting_copypostindex_desc','Setting this option to yes will cause search index information to be copied with each post in the thread. This allows the copied version of the thread to be searchable.\r\n<br /><br />\r\nHowever, on larger boards, this may cause significant delays in copying a thread. If this is a problem for you, we recommend disabling this option.',5000),(3890,-1,'setting_copypostindex_title','Duplicate Search Index Information on Thread Copy?',5000),(3891,-1,'setting_copyrighttext_desc','Copyright text to insert in the footer of the page.',5000),(3892,-1,'setting_copyrighttext_title','Copyright Text',5000),(3893,-1,'setting_cp_collapse_forums_desc','There are three options for the display of the Forum Manager:<br />\r\n<ul>\r\n <li><span class=\"smallfont\"><i>Default</i> - Displays all of the forums on one page but may not work on all browsers, especially if you have a large number of forums.</span></li>\r\n <li><span class=\"smallfont\"><i>Collapsible</i> - Allows collapsing/expansion of certain forums within the forum manager. This may reduce the ease of usability of the forum manager, but will prevent rendering problems with the dropdown menus with certain browsers/operating systems.</span></li>\r\n <li><span class=\"smallfont\"><i>Single</i> - Display a single dropdown from which you may choose the forum you wish to modify. This is most useful if you have a large number of forums.</span></li>\r\n</ul>',5000),(3894,-1,'setting_cp_collapse_forums_title','Forum Manager Display',5000),(3895,-1,'setting_cp_usereditcolumns_desc','Number of columns to display in user editor. Smaller resolutions will probably want to set this to 1.',5000),(3896,-1,'setting_cp_usereditcolumns_title','User Editor Columns',5000),(3897,-1,'setting_cpstylefolder_desc','This setting allows you to specify an alternative style for the Admin / Moderator Control Panels, based on a folder contained within the \'cpstyles\' folder. The style you select here will be displayed to all Moderators, and any Administrators who have not expressed their own preference.<br />\r\n<br />\r\nFolders in the \'cpstyles\' folder must contain at least the following:<br />\r\n<br />\r\n- controlpanel.css<br />\r\n- cp_logo.gif<br />\r\n- cp_help.gif',5000),(3898,-1,'setting_cpstylefolder_title','Control Panel Style Folder',5000),(3899,-1,'setting_ctCensorMod_desc','Do you want to exempt your forum Moderators from the censor words? You will want to set this to yes if you censor anything that is part of a moderator\'s title like \'moderator\' as they have custom titles by default and will get censored.',5000),(3900,-1,'setting_ctCensorMod_title','Exempt Moderators From Censor',5000),(3901,-1,'setting_ctCensorWords_desc','Type all words you want censored in the Usertitle in the field below. Do not use commas to separate words, just use spaces. For example, type \"dog cat boy\", rather than \"dog, cat, boy.\"<br />\r\n<br />\r\nIf you type \"dog\", all words containing the string \"dog\" would be censored (dogma, for instance, would appear as \"***ma\"). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \"dog\" in the curly braces would mean that dogma would appear as dogma, but dog would appear as \"***\". Thus your censor list may appear as: cat {dog} {barn} barn<br />\r\n<br />\r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words.',5000),(3902,-1,'setting_ctCensorWords_title','Censored Words for Usertitle',5000),(3903,-1,'setting_ctDays_desc','Number of days a user must be registered before they can use custom titles.',5000),(3904,-1,'setting_ctDays_title','Number of Days',5000),(3905,-1,'setting_ctEitherOr_desc','Do you want a user to have to have the number of posts you specified above AND be registered the number of days you specified above? If you select NO then if a user satisfies EITHER criteria than they can use custom titles. For Ex a User has been registered for 1 year but only has 20 posts. If you specified 100 posts and 1 year then they could use titles if you select NO.',5000),(3906,-1,'setting_ctEitherOr_title','Boolean',5000),(3907,-1,'setting_ctEnable_desc','Enable Custom User titles?',5000),(3908,-1,'setting_ctEnable_title','Enable Titles',5000),(3909,-1,'setting_ctMaxChars_desc','This is the maximum number of characters allowed for a user\'s custom title.',5000),(3910,-1,'setting_ctMaxChars_title','User Title Maximum Characters',5000),(3911,-1,'setting_ctPosts_desc','Number of posts a user must have before they can use custom titles.',5000),(3912,-1,'setting_ctPosts_title','Number of Posts',5000),(3913,-1,'setting_dateformat_desc','Format in which the date is presented on vBulletin pages:<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a><br />\r\n<br />\r\n<b>Examples:</b><br />\r\nUS Format (e.g., 04-25-98): m-d-y<br />\r\nExpanded US Format (e.g., April 25th, 1998): F jS, Y<br />\r\nEuropean Format (e.g., 25-04-98): d-m-y<br />\r\nExpanded European Format (e.g., 25th April 1998): jS F Y',5000),(3914,-1,'setting_dateformat_title','Format For Date',5000),(3915,-1,'setting_datescore_desc','The newest item in the result set will score this number, with the score decreasing to 0 for the oldest item in the result set.',5000),(3916,-1,'setting_datescore_title','Search Relevance Date Score',5000),(3917,-1,'setting_defaultregoptions_desc','The user options on the New User creation form in in the Admin Control Panel, as well as the New User registration form will default to the following settings.',5000),(3918,-1,'setting_defaultregoptions_title','Default Registration Options',5000),(3919,-1,'setting_description_desc','Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.',5000),(3920,-1,'setting_description_title','Meta Description',5000),(3921,-1,'setting_disableerroremail_desc','If you would like to prevent vBulletin from sending email to the $technicalemail address you specified in config.php, set this value to \'Yes\'.<ol>\r\n<li class=\"smallfont\">Error reports about database connection errors will still be sent.</li>\r\n<li class=\"smallfont\">It is not recommended that you set this value to \'Yes\' unless you are logging database errors to a file. (see above)</li>\r\n</ol>',5000),(3922,-1,'setting_disableerroremail_title','Disable Database Error Email Sending',5000),(3923,-1,'setting_displayemails_desc','Allow users to send emails to other users. Use the option below to determine how the emails are sent.',5000),(3924,-1,'setting_displayemails_title','Allow Users to Email Other Members',5000),(3925,-1,'setting_displayloggedin_desc','Displays those users that have been active in the last XXX seconds on the home page, where XXX is the value specified by your Cookie Time-Out option (Default is last 15 minutes). Not recommended for sites with hundreds of simultaneous users. The Alphabetical option requires more resources than the random option.',5000),(3926,-1,'setting_displayloggedin_title','Display Logged in Users?',5000),(3927,-1,'setting_divnotpara_desc','Temporarily Hidden',5000),(3928,-1,'setting_divnotpara_title','WYSIWYG Use DIV not P',5000),(3929,-1,'setting_dstonoff_desc','If Daylight Savings Time is currently in effect for the above time zone, enable this option so that guests will see the correct times on posts and events. This has no effect on registered users as they control their DST options in the User CP. ',5000),(3930,-1,'setting_dstonoff_title','Enable Daylight Savings',5000),(3931,-1,'setting_editthreadtitlelimit_desc','Specify the time-limit (in minutes) within which the thread title may be edited by the user who started the thread.',5000),(3932,-1,'setting_editthreadtitlelimit_title','Time Limit on Editing of Thread Title',5000),(3933,-1,'setting_edittimelimit_desc','Time limit (in minutes) to impose on editing of messages. After this time limit only moderators will be able edit or delete the message. 1 day is 1440 minutes.<br />\r\n<br />\r\nSet the value to 0 to allow users to edit their posts indefinitely.',5000),(3934,-1,'setting_edittimelimit_title','Time Limit on Editing of Posts',5000),(3935,-1,'setting_emailfloodtime_desc','Specify in seconds how much time must elapse before a user may send consecutive emails.<br />\r\n<br />\r\nSet to 0 to disable this flood check.',5000),(3936,-1,'setting_emailfloodtime_title','Email Flood Check',5000),(3937,-1,'setting_emailsendnum_desc','vBulletin includes a mail queuing system to prevent bottlenecks when sending lots of email. Use this option to specify how many emails will be sent per batch.',5000),(3938,-1,'setting_emailsendnum_title','Number of Emails to Send Per Batch',5000),(3939,-1,'setting_enableaccess_desc','Access masks are a simple way to manage forum permissions for individual users. If you don\'t use any access masks, turn this option off.',5000),(3940,-1,'setting_enableaccess_title','Enable Access Masks',5000),(3941,-1,'setting_enablebanning_desc','Banning allows you to stop certain IP addresses and email addresses from registering and posting to the forum.',5000),(3942,-1,'setting_enablebanning_title','Enable Banning Options',5000),(3943,-1,'setting_enablecensor_desc','You may have certain words censored on your forum. Words you choose to censor will be replaced by the character you specify below. All message titles and messages will be affected.',5000),(3944,-1,'setting_enablecensor_title','Censorship Enabled',5000),(3945,-1,'setting_enableemail_desc','Enable the following email-sending features:<br />\r\nReport Bad Post<br />\r\n\'Contact Us\' Link<br />\r\nEmail a Member<br />\r\nEmail this Page to a Friend<br />\r\nNew Post Notifications to Members<br />\r\n<br />\r\nYou can turn off the \'Send to Friend\' feature for individual user groups in the <a href=\"usergroup.php?$session[sessionurl]do=modify\" target=\"_blank\">User Permissions area</a>.\r\n',5000),(3946,-1,'setting_enableemail_title','Enable Email features?',5000),(3947,-1,'setting_enablememberlist_desc','Enable the member list? This allows users to view all users who belong to those usergroups that have \"Viewable on Memberlist\" enabled (See <b>User Groups</b>-><b>Modify</b>).',5000),(3948,-1,'setting_enablememberlist_title','Members List Enabled',5000),(3949,-1,'setting_enablepms_desc','Turns the entire private messaging system on and off.',5000),(3950,-1,'setting_enablepms_title','Private Messaging Enabled',5000),(3951,-1,'setting_enablesearches_desc','Allow searching for posts and threads within the forums. This is a relatively server-intensive process so you may want to disable it if you have problems.<br />\r\n<br />\r\nTo disable searching of all forums, delete the option from the searchintro template.',5000),(3952,-1,'setting_enablesearches_title','Search Engine Enabled',5000),(3953,-1,'setting_enablespiders_desc','Enable the identification of search engine spiders.',5000),(3954,-1,'setting_enablespiders_title','Enable Spider Display',5000),(3955,-1,'setting_errorlogdatabase_desc','If you would like to log all database errors to a file, enter the path to the file here. The file will be saved as {filename}.log.<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.',5000),(3956,-1,'setting_errorlogdatabase_title','Log Database Errors to File',5000),(3957,-1,'setting_errorlogmaxsize_desc','If you would like your vBulletin error logs to be rotated when they reach a certain size, enter the maximum file size in bytes here.<br />1048576 bytes = 1 megabyte.<br />\r\n<br />\r\nWhen a log file reaches this size, it will be renamed as {filename}{unix timestamp}.log and a new file will be created.<br />\r\n<br />\r\nSet this value to 0 to disable log rotation.',5000),(3958,-1,'setting_errorlogmaxsize_title','Maximum File Size of Error Logs',5000),(3959,-1,'setting_errorlogsecurity_desc','If you would like to log all failed Admin Control Panel login attempts to a file, enter the path to the file here. The file will be saved as {filename}.log<br />\r\n<br />\r\n<u>Please note</u> that the directory in which this file is to be created <b>must</b> be writable by the web server.',5000),(3960,-1,'setting_errorlogsecurity_title','Log Failed Admin Control Panel Logins to File',5000),(3961,-1,'setting_externaljs_desc','This setting allows you to enable/disable the Javascript content syndication system that allows you to embed vBulletin data in HTML pages.',5000),(3962,-1,'setting_externaljs_title','Enable External Javascript',5000),(3963,-1,'setting_externalrss_desc','This setting allows you to enable/disable the RSS content syndication system.',5000),(3964,-1,'setting_externalrss_title','Enable RSS Syndication',5000),(3965,-1,'setting_externalxml_desc','This setting allows you to enable/disable the XML content syndication system.',5000),(3966,-1,'setting_externalxml_title','Enable XML Syndication',5000),(3967,-1,'setting_faxnumber_desc','Fax number for your company. COPPA forms will be faxed to this number.<br />\r\n<br />\r\nYou may wish to check out <a href=\"http://www.efax.com/\" target=_blank>http://www.efax.com/</a>.',5000),(3968,-1,'setting_faxnumber_title','Company Fax',5000),(3969,-1,'setting_floodchecktime_desc','You may prevent your users from flooding your forum with posts by activating this feature.<br />\r\n<br />\r\nBy enabling floodcheck, you disallow users from making another post within a given time span of their last posting. In other words, if you set a floodcheck time span of 30 seconds, a user may not post again within 30 seconds of making his last post.<br />\r\n<br />\r\nAdministrators and moderators are exempt from floodcheck.<br />\r\n<br />Recommended: 30 seconds. Type the number of seconds only. Enter 0 to disable this function.',5000),(3970,-1,'setting_floodchecktime_title','Minimum Time Between Posts',5000),(3971,-1,'setting_forumdisplaydepth_desc','This setting does the same job as the setting above, but this time for forumdisplay.php pages, rather than forum home.',5000),(3972,-1,'setting_forumdisplaydepth_title','Depth of Forums - Forum Display',5000),(3973,-1,'setting_forumhome_desc','This option allows you to set the script name of the page that acts as your forum home page. By default this will be \'index\' (meaning <i>index.php</i> but you may want to call it \'forum\' or whatever else you like for your own purposes.<br /><br />If you change this value you <b>must</b> manually rename the forumhome PHP script to match the new value.',5000),(3974,-1,'setting_forumhome_title','Script Name for Forum Home Page',5000),(3975,-1,'setting_forumhomedepth_desc','Depth to show forums on forum home forum listings. If you set this value to \'2\', forum listings will show the current forum level and any child forums one level below (etc.)',5000),(3976,-1,'setting_forumhomedepth_title','Depth of Forums - Forum Home',5000),(3977,-1,'setting_fulltextsearch_desc','Utilizes MySQL\'s internal indexing routines to perform message searching. Requires MySQL 4.0.1 or greater, thread and post set to MyISAM tables, and the the following indices<br><br>\r\nALTER TABLE post ADD FULLTEXT INDEX (title,pagetext)<br>\r\nALTER TABLE thread ADD FULLTEXT INDEX\r\n(title)',5000),(3978,-1,'setting_fulltextsearch_title','Fulltext Search',5000),(3979,-1,'setting_gdversion_desc','Version of GD installed on your server. You can find the version by searching for \'GD\' on your phpinfo() output.',5000),(3980,-1,'setting_gdversion_title','GD Version',5000),(3981,-1,'setting_globalignore_desc','This option allows you to effectively add a user or users to every member\'s \'Ignore List\'. However, users in this list can still see their own posts and threads...<br />\r\n<br />\r\nEnter a list of userid numbers, separated by spaces (for example: 4 12 68 102).',5000),(3982,-1,'setting_globalignore_title','Tachy Goes to Coventry',5000),(3983,-1,'setting_goodwords_desc','If there are special words that are important for your forum but are outside the word length limits you specified above, you may enter them here so that they will be included in the search index.<br />\r\n<br />\r\nFor example, a web-programming forum with a minimum word length of 4 characters might want to include \'PHP\' in the search index, even though the word is only 3 characters long.<br />\r\n<br />\r\nSeparate each word with a space.',5000),(3984,-1,'setting_goodwords_title','Words to be Included Despite Character Limit',5000),(3985,-1,'setting_gziplevel_desc','Set the level of GZIP compression that will take place on the output. 0=none; 9=max.<br />\r\n<br />\r\nWe strongly recommend that you use level 1 for optimum results.',5000),(3986,-1,'setting_gziplevel_title','GZIP Compression Level',5000),(3987,-1,'setting_gzipoutput_desc','Selecting yes will enable vBulletin to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.<br />\r\n<br />\r\nThis feature requires the ZLIB library.<br />\r\n<br />\r\nIf you are already using <b>mod_gzip</b> on your server, do not enable this option.',5000),(3988,-1,'setting_gzipoutput_title','GZIP HTML Output',5000),(3989,-1,'setting_hideprivateforums_desc','Select \'Yes\' here will hide private forums from users who are not allowed to access them. Users who do have permission to access them will have to log in before they can see these forums too.<br />\r\n<br />\r\nThis option applies to the any forum listing, including the Forum Jump menu, and Search Results.',5000),(3990,-1,'setting_hideprivateforums_title','Hide Private Forums',5000),(3991,-1,'setting_highlightadmin_desc','Enabling this will show Admin names in Bold and Italics and Moderators\' names in Bold on the logged in users and Who\'s Online.',5000),(3992,-1,'setting_highlightadmin_title','Highlight Admin',5000),(3993,-1,'setting_hometitle_desc','Name of your homepage. This appears at the bottom of every page.',5000),(3994,-1,'setting_hometitle_title','Homepage Name',5000),(3995,-1,'setting_homeurl_desc','URL of your home page. This appears at the bottom of every page.',5000),(3996,-1,'setting_homeurl_title','Homepage URL',5000),(3997,-1,'setting_hotnumberposts_desc','If \'Hot Threads\' are enabled, threads with the specified number of posts or more will be shown as hot.',5000),(3998,-1,'setting_hotnumberposts_title','Hot Threads Qualifying Posts',5000),(3999,-1,'setting_hotnumberviews_desc','If \'Hot Threads\' are enabled, threads with the specified number of views or more will be shown as hot.',5000),(4000,-1,'setting_hotnumberviews_title','Hot Threads Qualifying Views',5000),(4001,-1,'setting_ignoremods_desc','Allow users to add Moderators and Administrators to their ignore list?',5000),(4002,-1,'setting_ignoremods_title','Allow Users to \'Ignore\' Moderators',5000),(4003,-1,'setting_ignorequotechars_desc','Setting this option to \'YES\' will cause the system to <b>not count</b> words in [QUOTE] tags towards the total number of characters posted.<br />\r\n<br />\r\nThe primary use for this is to prevent users posting messages with enormous quotes and a single short word of their own.',5000),(4004,-1,'setting_ignorequotechars_title','Ignore Words in [QUOTE] Tags For Min Chars Check',5000),(4005,-1,'setting_illegalusernames_desc','Enter names in here that you do not want people to be able to register.<br />\r\n<br />\r\nIf any of the names here are included within the username, the user will told that there is an error. For example, if you make the name <b>John</b> illegal, the name <b>John</b>athan will also be disallowed.<br />\r\n<br />\r\nSeparate names by spaces.',5000),(4006,-1,'setting_illegalusernames_title','Illegal User Names',5000),(4007,-1,'setting_keywords_desc','Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.',5000),(4008,-1,'setting_keywords_title','Meta Keywords',5000),(4009,-1,'setting_kppower_desc','For every X points of reputation, users gain 1 point of reputation-altering power.',5000),(4010,-1,'setting_kppower_title','Reputation Point Factor',5000),(4011,-1,'setting_languageid_desc','Select the default language for your forums. This language will be used for all guests, and any members who have not expressed a language preference in their options.',5000),(4012,-1,'setting_languageid_title','Default Language',5000),(4013,-1,'setting_lastthreadchars_desc','This value will chop the title of the last thread posted down to a specific number of characters for its display on a forum listing.<br />\r\n<br />\r\nA value of 0 will not trim the titles at all.',5000),(4014,-1,'setting_lastthreadchars_title','Last Thread Title Maximum Displayed Characters',5000),(4015,-1,'setting_legacypostbit_desc','If you prefer the old-style postbit, using two vertical columns rather than the new horizontal layout, you can switch back to using that template with this switch.<br />\r\n<br />\r\nPlease note that if you enable this option and wish to customize the template, you should edit the \'postbit_legacy\' template rather than the \'postbit\'.',5000),(4016,-1,'setting_legacypostbit_title','Use Legacy (Vertical) Postbit Template',5000),(4017,-1,'setting_linktopages_desc','Link to individual pages of a thread spanning multiple pages on the forum listing?',5000),(4018,-1,'setting_linktopages_title','Multi-Page Thread Links Enabled',5000),(4019,-1,'setting_loadlimit_desc','vBulletin can read the overall load of the server on certain *NIX setups (including Linux).<br />\r\n<br />\r\nThis allows vBulletin to determine the load on the server and processor, and to turn away further users if the load becomes too high.<br />\r\n<br />\r\nIf you do not want to use this option, set it to 0.<br />\r\nA typical level would be 5.00 for a reasonable warning level.',5000),(4020,-1,'setting_loadlimit_title','*NIX Server Load Limit',5000),(4021,-1,'setting_logdateformat_desc','Format of dates shown in Control Panel logs.<br /><br />See: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a>',5000),(4022,-1,'setting_logdateformat_title','Log Date Format',5000),(4023,-1,'setting_logip_desc','For security reasons, you may wish to display the IP address of the person posting a message.',5000),(4024,-1,'setting_logip_title','Log IP Addresses',5000),(4025,-1,'setting_maximages_desc','When a new post is submitted or a signature is edited vBulletin will check the number of images and smilies in the text and reject it if the number is greater than the value specified here.<br />\r\n<br />\r\nSet the value to 0 to disable this function.',5000),(4026,-1,'setting_maximages_title','Maximum Images Per Post/Signature',5000),(4027,-1,'setting_maxmultipage_desc','When linking to multiple pages in the forum display, this allows you to set the cut-off point on which long posts stop adding more page numbers and are replaced by \'more...\'',5000),(4028,-1,'setting_maxmultipage_title','Multi-Page Thread Maximum Links',5000),(4029,-1,'setting_maxpolllength_desc','Maximum length that a poll option can be.',5000),(4030,-1,'setting_maxpolllength_title','Poll Option Length',5000),(4031,-1,'setting_maxpolloptions_desc','Maximum number of options a user can select for the poll.<br />\r\n<br />\r\nSet this option to 0 to allow any number of options.',5000),(4032,-1,'setting_maxpolloptions_title','Maximum Poll Options',5000),(4033,-1,'setting_maxposts_desc','The number of posts to display on a thread page in linear or hybrid mode before splitting it over multiple pages.',5000),(4034,-1,'setting_maxposts_title','Maximum Displayed Posts Before Page Split',5000),(4035,-1,'setting_maxreputationperday_desc','How many reputation clicks can a user give over each 24 hour period? Administrators are exempt from this limit.',5000),(4036,-1,'setting_maxreputationperday_title','Daily Reputation Clicks Limit',5000),(4037,-1,'setting_maxresults_desc','Any search results over this number will be discarded.',5000),(4038,-1,'setting_maxresults_title','Maximum Search Results to Return',5000),(4039,-1,'setting_maxsearchlength_desc','Enter the maximum word length that the search engine is to index. The larger this number is, the larger your search index, and conversely your database is going to be.',5000),(4040,-1,'setting_maxsearchlength_title','Search Index Maximum Word Length',5000),(4041,-1,'setting_maxthreads_desc','The number of threads to display on a forum page before splitting it over multiple pages.',5000),(4042,-1,'setting_maxthreads_title','Maximum Displayed Threads Before Page Split',5000),(4043,-1,'setting_maxuserlength_desc','Enter the maximum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.',5000),(4044,-1,'setting_maxuserlength_title','Maximum Username Length',5000),(4045,-1,'setting_memberlistfields_desc','What user profile fields should be shown on the member list page?',5000),(4046,-1,'setting_memberlistfields_title','Member List Field Options',5000),(4047,-1,'setting_memberlistperpage_desc','The number of records per page that will be shown by default in the members list before the results are split over multiple pages.',5000),(4048,-1,'setting_memberlistperpage_title','Members Per Page',5000),(4049,-1,'setting_memberlistposts_desc','You can define a mimimum post count that a user must reach before they are displayed on the memberlist.',5000),(4050,-1,'setting_memberlistposts_title','Minimum Posts',5000),(4051,-1,'setting_minreputationcount_desc','How much reputation must a user have before his reputation hits count on others?',5000),(4052,-1,'setting_minreputationcount_title','Minimum Reputation Count',5000),(4053,-1,'setting_minreputationpost_desc','How many posts must a user have before his reputation hits count on others?',5000),(4054,-1,'setting_minreputationpost_title','Minimum Post Count',5000),(4055,-1,'setting_minsearchlength_desc','Enter the minimum word length that the search engine is to index. The smaller this number is, the larger your search index, and conversely your database is going to be.',5000),(4056,-1,'setting_minsearchlength_title','Search Index Minimum Word Length',5000),(4057,-1,'setting_minuserlength_desc','Enter the minimum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.',5000),(4058,-1,'setting_minuserlength_title','Minimum Username Length',5000),(4059,-1,'setting_moderatenewmembers_desc','Allows you to validate new members before they are classified as registered members and are allowed to post.',5000),(4060,-1,'setting_moderatenewmembers_title','Moderate New Members',5000),(4061,-1,'setting_multimatchscore_desc','If the search query is for multiple words, this number will be added to the score for the item each time another word from the query is found.',5000),(4062,-1,'setting_multimatchscore_title','Search Relevance Multi-Word Match Bonus Score',5000),(4063,-1,'setting_ncxemail_desc','Please enter your NoChex email, all references to the subscription service will use this email.',5000),(4064,-1,'setting_ncxemail_title','NoChex Email',5000),(4065,-1,'setting_needfromemail_desc','Some email servers require the \"-f\" parameter to be sent with email calls from PHP. If you are having problems with users not receiving email, try enabling this option. In all likelihood, your problem will not be caused by this setting.',5000),(4066,-1,'setting_needfromemail_title','Enable \"-f\" Parameter',5000),(4067,-1,'setting_newuseremail_desc','This email address will receive an email message when a new user signs up. Leave the option blank to disable this function.',5000),(4068,-1,'setting_newuseremail_title','Email Address to Notify About New Members',5000),(4069,-1,'setting_nocacheheaders_desc','Selecting yes will cause vBulletin to add no-cache HTTP headers. These are very effective, so adding them may cause server load to increase due to an increase in page requests.',5000),(4070,-1,'setting_nocacheheaders_title','Add No-Cache HTTP Headers',5000),(4071,-1,'setting_noeditedbytime_desc','Time limit (in minutes) to allow user to edit the post without the <i>[Edited by xxx]</i> message appearing at the bottom of the edited post.',5000),(4072,-1,'setting_noeditedbytime_title','Time to Wait Before Starting to Display \'Edited by...\'',5000),(4073,-1,'setting_numavatarsperpage_desc','How many avatars do you want to display per-page on the \'Edit Avatar\' page within the profile editor?',5000),(4074,-1,'setting_numavatarsperpage_title','Avatars Per-Page',5000),(4075,-1,'setting_numavatarswide_desc','How many columns of avatars do you wish to display to the user when selecting a pre-defined avatar?',5000),(4076,-1,'setting_numavatarswide_title','Avatar Display Width',5000),(4077,-1,'setting_oneannounce_desc','Combine a forum\'s announcements into one listing, where the newest announcement is displayed?',5000),(4078,-1,'setting_oneannounce_title','Group Announcements',5000),(4079,-1,'setting_pagenavpages_desc','If a thread/forum (etc.) requires multiple pages to be displayed, this option selects how many page links either side of the current page are shown. Set this to 0 to display all pages.',5000),(4080,-1,'setting_pagenavpages_title','Number of Pages Visible in Page Navigator',5000),(4081,-1,'setting_pcpower_desc','For every X number of posts, users gain 1 point of reputation-altering power.',5000),(4082,-1,'setting_pcpower_title','Post Count Factor',5000),(4083,-1,'setting_pmfloodtime_desc','Private Message Flood Checking. Select the minimum time that must pass before a user can send another private message. This is to prevent a single user \'spamming\' by sending lots of messages very quickly.<br />\r\n<br />\r\nSet this to 0 to disable the option.',5000),(4084,-1,'setting_pmfloodtime_title','Floodcheck - Minimum Time Between Messages',5000),(4085,-1,'setting_pmmaxchars_desc','Maximum characters to allow in a private message.<br />\r\n<br />\r\nSet this to 0 for no limit.',5000),(4086,-1,'setting_pmmaxchars_title','Maximum Characters Per Private Message',5000),(4087,-1,'setting_pmmaxperpage_desc','This setting allows you to limit the number of messages users may display per page on the private messages folder view pages.',5000),(4088,-1,'setting_pmmaxperpage_title','Maximum Messages Per-Page',5000),(4089,-1,'setting_pmperpage_desc','This setting allows you to define the default number of messages displayed per-page on the private messages listings pages.',5000),(4090,-1,'setting_pmperpage_title','Default Messages Per-Page',5000),(4091,-1,'setting_postelements_desc','There is optional user information that you may display on each post. These options require a bit of processing time to calculate.',5000),(4092,-1,'setting_postelements_title','Post Elements',5000),(4093,-1,'setting_postmaxchars_desc','Posts that contain more characters than the value specified here will be rejected with a message telling the user to shorten their post.<br />\r\n<br />\r\nSet the value to 0 to disable this function.',5000),(4094,-1,'setting_postmaxchars_title','Maximum Characters Per Post',5000),(4095,-1,'setting_postminchars_desc','If this number is set to a value greater than 0, users must enter at least that number of characters in each new post.\r\n<br /><br />\r\nNote: setting this to 0 will not completely disable the minimum characters per post check. Users must always enter at least 1 character.',5000),(4096,-1,'setting_postminchars_title','Minimum Characters Per Post',5000),(4097,-1,'setting_posttitlescore_desc','Score for a word appearing in the post title.',5000),(4098,-1,'setting_posttitlescore_title','Search Relevance Post Title Score',5000),(4099,-1,'setting_ppemail_desc','Please enter your PayPal email, all references to the subscription service will use this email.',5000),(4100,-1,'setting_ppemail_title','PayPal Email',5000),(4101,-1,'setting_privacyurl_desc','Enter the URL of your privacy statement, if you have one.',5000),(4102,-1,'setting_privacyurl_title','Privacy Statement URL',5000),(4103,-1,'setting_privallowbbcode_desc','Allow users to include vB Code in their Private Messages? (Such as [b], [i] etc.)',5000),(4104,-1,'setting_privallowbbcode_title','Allow vB Code in Private Messages',5000),(4105,-1,'setting_privallowbbimagecode_desc','Allow users to include [IMG] codes in their Private Messages?',5000),(4106,-1,'setting_privallowbbimagecode_title','Allow [IMG] Code in Private Messages',5000),(4107,-1,'setting_privallowhtml_desc','Allow users to include raw HTML code in their Private Messages?<br />(<b>Strongly not recommended.</b>)',5000),(4108,-1,'setting_privallowhtml_title','Allow HTML in Private Messages',5000),(4109,-1,'setting_privallowicons_desc','Allow the use of the standard message icons for private messages.',5000),(4110,-1,'setting_privallowicons_title','Allow Message Icons for Private Messages',5000),(4111,-1,'setting_privallowsmilies_desc','Allow users to include smilies in their Private Messages?',5000),(4112,-1,'setting_privallowsmilies_title','Allow Smilies in Private Messages',5000),(4113,-1,'setting_profilelastpost_desc','Showing the last post on a member profile can cause large table scans which leads to table locking. This may increase load time on your forums as well as the load of your server. This option should only be enabled for smaller forums.',5000),(4114,-1,'setting_profilelastpost_title','Show Last Post on Profile Page',5000),(4115,-1,'setting_profilepicenabled_desc','Use this option to enable/disable the overall use of profile pictures.<br />\r\n<br />\r\nProfile pictures are small images (although usually larger than avatars) that users can upload to their profile pages.',5000),(4116,-1,'setting_profilepicenabled_title','Profile Pictures Enabled',5000),(4117,-1,'setting_profilepicmaxheight_desc','Maximum height in pixels that an user\'s profile picture may be.',5000),(4118,-1,'setting_profilepicmaxheight_title','Profile Picture Maximum Height',5000),(4119,-1,'setting_profilepicmaxsize_desc','The maximum file size (in bytes) that a user\'s profile picture may be.<br />\r\n1 KB = 1024 bytes<br />\r\n1 MB = 1048576 bytes',5000),(4120,-1,'setting_profilepicmaxsize_title','Profile Picture Maximum File Size',5000),(4121,-1,'setting_profilepicmaxwidth_desc','Maximum width in pixels that an user\'s profile picture may be.',5000),(4122,-1,'setting_profilepicmaxwidth_title','Profile Picture Maximum Width',5000),(4123,-1,'setting_quickreg_desc','Enable Quick Registration? If enabled, user\'s will only have to enter their Username, Password, Email address, and Any required custom profile fields. They may also choose their time zone if they wish.',5000),(4124,-1,'setting_quickreg_title','Quick Register',5000),(4125,-1,'setting_quickreply_desc','If you enable Quick Reply, a box will appear on the showthread.php page allowing users to reply to the current thread without needing to load the full newreply.php page.<br />\r\n<br />\r\nIf Quick Reply is enabled, users still have the option to click on the reply button in order to use the full newreply.php page.<br /><br />Enabling the WYSIWYG toolbar for Quick Reply can slow down the display of threads.',5000),(4126,-1,'setting_quickreply_title','Quick Reply Enabled',5000),(4127,-1,'setting_quickreplyclick_desc','If you set this option to \'no\', users will <b>not</b> have to click the Quick Reply icon in order to type a message in the quick reply box.<br />\r\n<br />\r\nHowever, this will be at the expense of the usefulness of the Threaded and Hybrid view modes, as the system will <b>not know</b> to which post a user is replying, so the threaded view will become non-sensical.<br />\r\n<br />\r\nSet this option to \'no\' at your own discretion.\r\n\r\n<!--\r\n<span class=\\\"smallfont\\\"><nobr>\r\n<input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" \" . iif($setting[\'value\'] == \'yes\', \'checked=\"checked\"\') . \" value=\\\"yes\\\" />Yes, require a post to be clicked<br />\r\n<input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" \" . iif($setting[\'value\'] == \'first\', \'checked=\"checked\"\') . \" value=\\\"first\\\" />No, attach posts to <b>first</b> post of the thread<br />\r\n<input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" \" . iif($setting[\'value\'] == \'last\', \'checked=\"checked\"\') . \" value=\\\"last\\\" />No, attach posts to <b>last</b> post of the thread<br />\r\n<br />\r\n(This doesn\'t work yet - KD)\r\n</nobr></span>\r\n-->',5000),(4128,-1,'setting_quickreplyclick_title','Require Click for Quick Reply',5000),(4129,-1,'setting_quotetitle_desc','Setting this to \'Yes\' will automatically fill the title field of new posts with either the thread or the parent post title, prefixed by \'Re: \'.<br />\r\n<br />\r\nThe user may specify their own title if they want to do so.',5000),(4130,-1,'setting_quotetitle_title','Automatically Quote Post / Thread Title',5000),(4131,-1,'setting_ratefunc_desc','Allows you to specify a function to operate on the average rating of a thread.<br />\r\nWorks like: = func($thread[rating]) * $ratingscore',5000),(4132,-1,'setting_ratefunc_title','Search Relevance Rating Function',5000),(4133,-1,'setting_ratescore_desc','Amount to multiply the average rating of a thread to get the score for the thread.',5000),(4134,-1,'setting_ratescore_title','Search Relevance Rating Score',5000),(4135,-1,'setting_rdpower_desc','For every X number of days, users gain 1 point of reputation-altering power.',5000),(4136,-1,'setting_rdpower_title','Register Date Factor',5000),(4137,-1,'setting_regimagecheck_desc','If enabled, this option will display a random image to new users at registration time. The user will have to copy the contents of the image in order to verify that an automated system is not processing registrations. If you do not see an image below then your GD settings are wrong or not enabled. Check the GD option in \"Server Settings and Optimization Options\"<br /><br />\r\n\r\n<img src=\"../image.php?type=regcheck&imagehash=test\" alt=\"\" width=\"201\" height=\"61\" border=\"0\" />',5000),(4138,-1,'setting_regimagecheck_title','Image Verification',5000),(4139,-1,'setting_registereddateformat_desc','This is used to format dates shown with users\' posts. In the left hand column of a thread display, under the username and title, there is some text showing when the user registered.<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a>',5000),(4140,-1,'setting_registereddateformat_title','Format For Registration Date',5000),(4141,-1,'setting_replyfunc_desc','Allows you to specify a function to operate on the number of replies of a thread.<br />\r\nWorks like: = func($thread[replies]) * $replyscore',5000),(4142,-1,'setting_replyfunc_title','Search Relevance Reply Function',5000),(4143,-1,'setting_replyscore_desc','Amount to multiply the number of replies in a thread to get the score for the thread.',5000),(4144,-1,'setting_replyscore_title','Search Relevance Reply Score',5000),(4145,-1,'setting_reputationdefault_desc','What reputation level shall new users receive upon registration? Make sure that you have a reputation level that is at least equal to or less than this value.',5000),(4146,-1,'setting_reputationdefault_title','Default Reputation',5000),(4147,-1,'setting_reputationenable_desc','Turn the User Reputation system on and off.',5000),(4148,-1,'setting_reputationenable_title','Enable User Reputation system',5000),(4149,-1,'setting_reputationrepeat_desc','How many different users must you give reputation to before you can hit the same person again? Administrators are exempt from this limit.',5000),(4150,-1,'setting_reputationrepeat_title','Reputation User Spread',5000),(4151,-1,'setting_reputationundefined_desc','If you have any user gain a reputation that exceeds your lowest <em>negative</em> level, then this phrase will be used for them. If you do not wish to use this phrase, make sure you set a negative reputation that is larger than the largest score (negative) that a user on your forum has.',5000),(4152,-1,'setting_reputationundefined_title','Reputation Undefined',5000),(4153,-1,'setting_requireuniqueemail_desc','The default option is to require unique email addresses for each registered user. This means that no two users can have the same email address. You can disable this requirement by setting this option to \'No\'.',5000),(4154,-1,'setting_requireuniqueemail_title','Require Unique Email Addresses',5000),(4155,-1,'setting_safeupload_desc','If your server runs PHP with <b>SAFE MODE</b> Restrictions, set this to yes.',5000),(4156,-1,'setting_safeupload_title','Safe Mode Upload Enabled',5000),(4157,-1,'setting_searchfloodtime_desc','The minimum time (in seconds) that must expire before the user can perform a new search.<br />\r\n<br />\r\nSet this to 0 to allow users to search as frequently as they want.',5000),(4158,-1,'setting_searchfloodtime_title','Minimum Time Between Searches',5000),(4159,-1,'setting_searchperpage_desc','Number of successful search results to display per page.',5000),(4160,-1,'setting_searchperpage_title','Search Results Posts Per Page',5000),(4161,-1,'setting_secureemail_desc','If \'Allow Users to Email Other Members\' is set to \'Yes\', how should members\' email addresses be displayed?<br />\r\n<br />\r\nIf this is set to \'Yes\', then an online form must be filled in to send a user an email, thus hiding the destination email address.<br />\r\n<br />\r\nSetting \'No\' will mean that the user is just given the email address in order to send email using their email client application.',5000),(4162,-1,'setting_secureemail_title','Use Secure Email Sending',5000),(4163,-1,'setting_sessionlimit_desc','Set this to the maximum number of simultaneous sessions that you want to be active at any one time. If this number is exceeded, new users are turned away until the server is less busy.<br />\r\n<br />\r\nSet this to 0 to disable this option.',5000),(4164,-1,'setting_sessionlimit_title','Simultaneous Sessions Limit',5000),(4165,-1,'setting_showbirthdays_desc','Displays today\'s birthdays for those usergroups that have birthday display enabled (see <b>User Groups</b>-><b>Usergroup Manager</b>).',5000),(4166,-1,'setting_showbirthdays_title','Display Today\'s Birthdays?',5000),(4167,-1,'setting_showdeficon_desc','If you would like to use a default icon for messages without an icon, enter the path to the image here.',5000),(4168,-1,'setting_showdeficon_title','Show Default Post Icon',5000),(4169,-1,'setting_showdots_desc','When this feature is enabled, a logged in user will see a \'dot\' (or whatever graphic you choose) on the folder icons (hot folders, new folders, etc.) next to the threads that they have participated in.',5000),(4170,-1,'setting_showdots_title','Highlight Threads in Which User Has Posted',5000),(4171,-1,'setting_showevents_desc','Choose the number of upcoming days that you wish to display upcoming events from.<br /><br />\r\n\r\nSet to 0 to disable upcoming events.',5000),(4172,-1,'setting_showevents_title','Display Calendar Events?',5000),(4173,-1,'setting_showeventtype_desc','Choose the method by which you wish to display the upcoming events if the \"Display Calendar Events\" option is enabled.',5000),(4174,-1,'setting_showeventtype_title','Upcoming Event Type',5000),(4175,-1,'setting_showforumdescription_desc','Show forum descriptions below forum titles in forum listings?',5000),(4176,-1,'setting_showforumdescription_title','Show Forum Descriptions in Forum Listings',5000),(4177,-1,'setting_showforumusers_desc','Enabling this option will show the current users browsing a particular forum on forumdisplay.php while adding one query. This can have an effect on performance. The Alphabetical option requires more resources than the random option.',5000),(4178,-1,'setting_showforumusers_title','Show Users Browsing Forums',5000),(4179,-1,'setting_showholidays_desc','Display upcoming holidays in the above events list?',5000),(4180,-1,'setting_showholidays_title','Display Holidays',5000),(4181,-1,'setting_showimicons_desc','Setting this option to yes will show the images for ICQ, AIM, MSN, and Yahoo! Messenger if the user has entered the correct information in his/her profile. These links are shown in various places through out the forum, on posts, who\'s online, memberlist, profile, etc.',5000),(4182,-1,'setting_showimicons_title','Show Instant Messaging Program Icons',5000),(4183,-1,'setting_showlocks_desc','Do you wish to have the new post indicators shown on the index page (on.gif and off.gif) be shown with locks to guests and other members who have no permission to post?',5000),(4184,-1,'setting_showlocks_title','Show Lock Icons to Users',5000),(4185,-1,'setting_showmoderatorcolumn_desc','Turns the moderator column on and off for forumhome, forumdisplay and usercp.',5000),(4186,-1,'setting_showmoderatorcolumn_title','Show Moderator Column',5000),(4187,-1,'setting_showsimilarthreads_desc','Set this value to \'Yes\' if you would like to see \'similar threads\' displayed on the show thread page.<br />\r\n<br />\r\nPlease note that this setting will only work if you have \'Automatic Similar Thread Search\' enabled in the <a href=\"options.php?do=options&dogroup=search\">message searching options</a> section.',5000),(4188,-1,'setting_showsimilarthreads_title','Show Similar Threads?',5000),(4189,-1,'setting_showstickies_desc','Select \'Yes\' to show sticky threads on every forumdisplay.php page, regardless of page number. Set \'No\' to only display them on page one.',5000),(4190,-1,'setting_showstickies_title','Show Sticky Threads on All Pages',5000),(4191,-1,'setting_showthreadusers_desc','Enabling this option will show the current users browsing a particular thread on showthread.php while adding one query. This can have an effect on performance. The Alphabetical option requires more resources than the Random option.',5000),(4192,-1,'setting_showthreadusers_title','Show Users Browsing Threads',5000),(4193,-1,'setting_showuserrates_desc','Controls how many ratings to display in the user\'s control panel.',5000),(4194,-1,'setting_showuserrates_title','Number of Reputation Ratings to Display',5000),(4195,-1,'setting_showvotes_desc','This option specifies the number of thread rating votes that must be cast of a particular thread before the current rating is displayed on forumdisplay.php and showthread.php.',5000),(4196,-1,'setting_showvotes_title','Required Thread Rating Votes to Show Rating',5000),(4197,-1,'setting_sigmax_desc','The maximum number of characters anyone can use in their signature.',5000),(4198,-1,'setting_sigmax_title','Maximum Length of Signature',5000),(4199,-1,'setting_similarthreadsearch_desc','Setting this option will cause a search for similar threads to be automatically done when a new thread is posted. These similar threads are then linked to from the newly posted thread\'s page. <b>This can have an effect on performance. </b>',5000),(4200,-1,'setting_similarthreadsearch_title','Automatic Similar Thread Search',5000),(4201,-1,'setting_similarthreadthreshold_desc','For a post to be matched in a search for similar threads, it must have a score of this number or greater, per searchable word. For more information on how post scores are determined, see the Search Algorithms section.',5000),(4202,-1,'setting_similarthreadthreshold_title','Similar Threads Relevance Threshold',5000),(4203,-1,'setting_smcolumns_desc','If the smiliebox is enabled, how many smilies should be shown per row of the box?',5000),(4204,-1,'setting_smcolumns_title','Smiliebox Smilies Per Row',5000),(4205,-1,'setting_smtotal_desc','How many smilies should be displayed in the smiliebox before the user is prompted to click for the more smilies popup window?<br />\r\n<br />\r\nSet this value to 0 if you would like to hide the clickable smiliebox completely.',5000),(4206,-1,'setting_smtotal_title','Smiliebox Total Smilies',5000),(4207,-1,'setting_spiderdesc_desc','Enter the text that you wish to display for each of the above spiders on Who\'s Online. You need to place the spiders description on the same line as the spider\'s identifier above. For example, if you place \'google\' as the third spider above, place \'Google\' on the third line to the right.',5000),(4208,-1,'setting_spiderdesc_title','Spider Identification Description',5000),(4209,-1,'setting_spiderstrings_desc','Enter an unique identifier for each Search Engine spider that you wish to recognize. This should be something unique to the spider\'s HTTP USER AGENT. Please place one per line. Case is not important and the previous option needs to be enabled for identification to occur.',5000),(4210,-1,'setting_spiderstrings_title','Spider Identification Strings',5000),(4211,-1,'setting_stopshouting_desc','Prevent your users \'shouting\' in their thread titles/message text by changing all-uppercase titles to capitalization only on the first letters of some words.<br />\r\n<br />\r\nDisable this for some international forums with different character sets, as this may cause problems.',5000),(4212,-1,'setting_stopshouting_title','Prevent \'SHOUTING\'',5000),(4213,-1,'setting_storecssasfile_desc','If you would like to store the CSS stylesheet for each style as a file, you must ensure that you have a directory called \'vbulletin_css\' inside the \'clientscript\' folder, and that the web server has permission to write and delete files within that directory.',5000),(4214,-1,'setting_storecssasfile_title','Store CSS Stylesheets as Files?',5000),(4215,-1,'setting_styleid_desc','Select the default style for your forums. This style will be used for all guests, and any members who have not expressed a style preference in their options, or are attempting to use a style that does not exist or is forbidden.',5000),(4216,-1,'setting_styleid_title','Default Style',5000),(4217,-1,'setting_subforumdepth_desc','If you have forums <b>below</b> the depth specified in the \'Depth of Forums\' settings above, you can display them as sub-forum links in each forum\'s display area.<br />\r\n<br />\r\nSet this value to 0 if you want to display no sub-forums.',5000),(4218,-1,'setting_subforumdepth_title','Depth of Sub-Forums',5000),(4219,-1,'setting_subscriptionmethods_desc','Please check the payment methods that you have correctly setup and wish to be made available for purchasing a subscription.',5000),(4220,-1,'setting_subscriptionmethods_title','Payment Methods',5000),(4221,-1,'setting_syscolorpicker_desc','You can extend the functionality of the color picker shown to users of the WYSIWYG editor under Internet Explorer by allowing the use of the Windows system color picker when they click the \'More Colors\' control.<br />\r\n<br />\r\nHowever, this control uses ActiveX, and may cause security warning popups to some users with more stringent security settings, which could be extremely annoying! If you\'re unsure, leave this disabled.',5000),(4222,-1,'setting_syscolorpicker_title','Show Windows System Color Picker to WYSIWYG Users?',5000),(4223,-1,'setting_templateversion_desc','Leave this setting alone.',5000),(4224,-1,'setting_templateversion_title','vBulletin Version Number',5000),(4225,-1,'setting_threaded_listdepth_desc','When in the threaded display mode, a list of posts within the current thread is displayed at the bottom of the page. This option allows you to set how \'deep\' this list displays beyond the currently selected post.',5000),(4226,-1,'setting_threaded_listdepth_title','Threaded Mode: Posts Depth',5000),(4227,-1,'setting_threaded_maxcache_desc','When in the threaded display mode, a list of posts within the current thread is displayed at the bottom of the page. This option allows you to set how \'deep\' into the tree of posts that vBulletin uses the Javascript \'caching\' mechanism. This makes the initial download larger, but means that the page does not have to be reloaded for every post that is viewed.',5000),(4228,-1,'setting_threaded_maxcache_title','Threaded Mode: Maximum Cached Posts',5000),(4229,-1,'setting_threadedmode_desc','Set this value to \'Yes\' if you would like users (who have not explicitly set a preference) to view threads in the threaded display mode.<br />\r\n<br />\r\nThis setting will have no effect if \'Enable Threaded / Hybrid Mode\' is set to \'No\'.',5000),(4230,-1,'setting_threadedmode_title','Use Threaded Mode by Default',5000),(4231,-1,'setting_threadpreview_desc','This setting allows you to specify how many characters of the first post in a thread to display in the \'title\' tag of the thread title on the forumdisplay page.<br />\r\n<br />\r\nSet this value to 0 to disable thread previews.',5000),(4232,-1,'setting_threadpreview_title','Length of Thread Preview Text',5000),(4233,-1,'setting_threadsubscribed_desc','If enabled, this option will notify the user that they are subscribed to a thread by displaying a small icon when viewing forumdisplay and search results. It will also change the \"Subscribe to this thread\" text on showthread to \"Unsubscribe to this thread\". <b>This can have an effect on performance.</b>',5000),(4234,-1,'setting_threadsubscribed_title','Check Thread Subscription',5000),(4235,-1,'setting_threadtitlescore_desc','Score for a word appearing in the thread title.',5000),(4236,-1,'setting_threadtitlescore_title','Search Relevance Thread Title Score',5000),(4237,-1,'setting_threadviewslive_desc','Option to update thread views immediately, or once an hour. If you have a large forum, you will probably want to disable immediate updates, since they are quite server intensive.',5000),(4238,-1,'setting_threadviewslive_title','Update Thread Views Immediately',5000),(4239,-1,'setting_threadvoted_desc','If enabled, this option will check if a user voted on a thread and show their vote if they have. Otherwise, they will see the voting options even if they aren\'t able to vote again. <b>This can have an effect on performance.</b>',5000),(4240,-1,'setting_threadvoted_title','Check Thread Rating',5000),(4241,-1,'setting_thumbpng_desc','On some installations, the creation of PNG thumbnails will fail due to incompatible libraries. <br /><br />This only applies if thumbnails are enabled.',5000),(4242,-1,'setting_thumbpng_title','Generate PNG Thumbnails',5000),(4243,-1,'setting_timeformat_desc','Format in which the time is presented on all vBulletin pages:<br />\r\n<br />\r\nSee: <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">http://www.php.net/manual-lookup.php?function=date</a><br />\r\n<br />\r\n<b>Examples:</b><br />\r\nAM/PM Time Format (eg, 11:15 PM): h:i A<br />\r\n24-Hour Format Time (eg, 23:15): H:i',5000),(4244,-1,'setting_timeformat_title','Format For Time',5000),(4245,-1,'setting_timeoffset_desc','Time zone offset for guests and new users. Do not take DST into consideration, rather use the next option to enable/disable DST.',5000),(4246,-1,'setting_timeoffset_title','Default Time Zone Offset',5000),(4247,-1,'setting_timeoutcontrolpanel_desc','Enable this option if you wish to timeout administrators from the control panel due to inactivity after the cookie timeout occurs, else it will be automatically timed out after an hour. Logins to the admincp are more secure with this enabled since the timeframe for which someone could possible hijack your session is considerably less.',5000),(4248,-1,'setting_timeoutcontrolpanel_title','Timeout Admin Login',5000),(4249,-1,'setting_tmppath_desc','If your server is running in PHP Safe Mode, you\'ll need to specify a directory that is CHMOD to 777 that will act as a temporary directory for uploads. All files are removed from this directory after database insertion.<br />\r\n<br />\r\n<b>Note:</b> Do NOT include the trailing slash (\'/\') after the directory name.',5000),(4250,-1,'setting_tmppath_title','Safe Mode Temporary Directory',5000),(4251,-1,'setting_unallowhtml_desc','Allow raw HTML code to be used in user notes?<br />(<b>Strongly not recommended.</b>)',5000),(4252,-1,'setting_unallowhtml_title','Allow HTML in User Notes',5000),(4253,-1,'setting_unallowimg_desc','Allow [IMG] code to be used in user notes?',5000),(4254,-1,'setting_unallowimg_title','Allow [IMG] Code in User Notes',5000),(4255,-1,'setting_unallowsmilies_desc','Allow smilies to be used in user notes?',5000),(4256,-1,'setting_unallowsmilies_title','Allow Smilies in User Notes',5000),(4257,-1,'setting_unallowvbcode_desc','Allow vB Code to be used in user notes? (Such as [b], [i] etc.)',5000),(4258,-1,'setting_unallowvbcode_title','Allow vB Code in User Notes',5000),(4259,-1,'setting_updatelastpost_desc','If you set this option to \'Yes\' the thread\'s last post time will be updated when a vote is placed, thereby returning it to the top of its parent forum listing.',5000),(4260,-1,'setting_updatelastpost_title','Update Thread Last Post on Poll Vote',5000),(4261,-1,'setting_usebbcodeparserecurse_desc','The recursive vB code parser is an alternate option to the regular expression based parser. It will correctly handle an infinite depth of nested tags. However, this may come at this cost of speed.<br />\r\n',5000),(4262,-1,'setting_usebbcodeparserecurse_title','BB Code Parser Function',5000),(4263,-1,'setting_usecoppa_desc','Use the COPPA registration system. This complies with the COPPA laws and requires children under the age of 13 to get parental consent before they can post.<br />\r\n<br />\r\nFor more info about this law, see here:\r\n<a href=\"http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\">http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm</a>',5000),(4264,-1,'setting_usecoppa_title','Use COPPA Registration System',5000),(4265,-1,'setting_usefileavatar_desc','Leave this setting alone.',5000),(4266,-1,'setting_usefileavatar_title','Save Avatars as Files',5000),(4267,-1,'setting_useforumjump_desc','If you have a lot of forums you may want to disable the Forum Jump menu, although it makes only a marginal performance hit, it can generate a large amount of HTML.',5000),(4268,-1,'setting_useforumjump_title','Use Forum Jump Menu',5000),(4269,-1,'setting_useheaderredirect_desc','Enabling this option will remove the update pages that are displayed after a user makes a post, starts a search, etc. These pages provide assurance to the user that their information has been processed by the forum. Disabling these pages will save you bandwidth and may lessen the load of the forum on your server.\r\n<br /><br />\r\nNote: Some pages will still use the redirection page when cookies are involved to prevent some potential problems.',5000),(4270,-1,'setting_useheaderredirect_title','Remove Redirection Message Pages',5000),(4271,-1,'setting_usehotthreads_desc','Hot threads indicate threads with a lot of activity.',5000),(4272,-1,'setting_usehotthreads_title','Hot Threads Enabled',5000),(4273,-1,'setting_usemailqueue_desc','When enabled, subscription emails generated by your site will be processed in batches as this serves to lessen the load on your server. If your site has low traffic then you may see email being delayed and so you may wish to disable this option. Account activation, lost passwords and other vital emails are sent instantly regardless of this setting.',5000),(4274,-1,'setting_usemailqueue_title','Use Mailqueue System',5000),(4275,-1,'setting_usememberlistadvsearch_desc','Allow the use of the advanced search tool for the Member List.',5000),(4276,-1,'setting_usememberlistadvsearch_title','Allow Advanced Searches',5000),(4277,-1,'setting_usepopups_desc','Use dynamic HTML popup menus to reduce screen clutter if user\'s browser is capable?',5000),(4278,-1,'setting_usepopups_title','Use \'vBMenu\' DHTML Popup Menus?',5000),(4279,-1,'setting_usereferrer_desc','If you enable the User Referrer system, then a user who visits your forum through a link that contains \'referrerid=XXX\' will give referral credit to the owner of the referrerid when they register (where XXX is the userid of the referring user).',5000),(4280,-1,'setting_usereferrer_title','User Referrer',5000),(4281,-1,'setting_usermaxposts_desc','If you would like to allow the user to set their own maximum posts per thread then give the options separated by commas. Leave this option blank to force users to use the \'Maximum Displayed Posts Before Page Split\' setting above this option.<br />\r\n<br />\r\nExample setting: 10,20,30,40',5000),(4282,-1,'setting_usermaxposts_title','User-Settable Maximum Displayed Posts',5000),(4283,-1,'setting_usestrikesystem_desc','Setting this to no will disable the system that prevents a user (with a specific IP address) from logging into an account after entering an incorrect password 5 times.',5000),(4284,-1,'setting_usestrikesystem_title','Use Login \"Strikes\" System',5000),(4285,-1,'setting_verifyemail_desc','If you set this option to \'Yes\' new members will not be allowed to post messages until they visit a link that is sent to them in an email when they sign up.<br />\r\n<br />\r\nIf a user\'s account is not activated by the user visiting the link, it will remain in the \'Users Awaiting Activation\' usergroup.',5000),(4286,-1,'setting_verifyemail_title','Verify Email address in Registration',5000),(4287,-1,'setting_viewattachedimages_desc','When thumbnails are enabled, any image without a thumbnail will be shown as a link unless the image size happens to be within the thumbnail size limits.<br /><br />Set this to \'No\' if you want to preserve bandwidth or server processor resources.',5000),(4288,-1,'setting_viewattachedimages_title','View Attached Images Inline',5000),(4289,-1,'setting_viewfunc_desc','Allows you to specify a function to operate on the number of views of a thread.<br />\r\nWorks like: = func($thread[views]) * $viewscore',5000),(4290,-1,'setting_viewfunc_title','Search Relevance Views Function',5000),(4291,-1,'setting_viewscore_desc','Amount to multiply the number of views of a thread to get the score for the thread.',5000),(4292,-1,'setting_viewscore_title','Search Relevance View Score',5000),(4293,-1,'setting_votechange_desc','Allow users to change their original rating of a thread?',5000),(4294,-1,'setting_votechange_title','Allow Thread Rating Vote Changes',5000),(4295,-1,'setting_webmasteremail_desc','Email address of the webmaster.',5000),(4296,-1,'setting_webmasteremail_title','Webmaster\'s Email',5000),(4297,-1,'setting_welcomemail_desc','Enabling this option will send a welcome email to new users using the email body/subject phrases for \'welcomemail\'.<br />\r\n<br />\r\nNote: If you require emails to be verified, this email will be sent after the user has activated his or her account. If you moderate new memberships, no welcome mail will be sent as the user will already be receiving an email.',5000),(4298,-1,'setting_welcomemail_title','Send Welcome Email',5000),(4299,-1,'setting_wordwrap_desc','If you want posts to automatically insert spaces into long words to make them wrap after a certain number of characters, set the number of characters in the box above.<br />\r\n<br />\r\nIf you do not want this to occur, enter 0.',5000),(4300,-1,'setting_wordwrap_title','Number of Characters Before Wrapping Text',5000),(4301,-1,'setting_worldpay_instid_desc','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.',5000),(4302,-1,'setting_worldpay_instid_title','WorldPay Installation ID',5000),(4303,-1,'setting_wysiwyg_show_smiliebox_desc','By default, the clickable smiliebox will be shown only to users of the \'Standard Controls\' editor, while users of the \'Enhanced\' (WYSIWYG ) editor will see a popup smilie menu in their control toolbar.<br />\r\n<br />\r\nIf you would like users of the WYSIWYG editor to see the clickable smiliebox <i>in addition</i> to the popup smilie menu, set this option to \'Yes\'.',5000),(4304,-1,'setting_wysiwyg_show_smiliebox_title','Show Smiliebox to WYSIWYG Users?',5000),(4305,-1,'setting_wysiwyg_smtotal_desc','Use this option to set the number of smilies that will appear in the WYSIWYG popup smilie menu before the \'show all smilies\' link is displayed.<br />\r\n<br />\r\nSet this value to 0 if you would like to hide the popup smilie menu completely.',5000),(4306,-1,'setting_wysiwyg_smtotal_title','WYSIWYG Smilie Menu Total Smilies',5000),(4307,-1,'setting_yestoday_desc','This option controls the display of dates throughout your forum<br /><br />\'Normal\' uses the date and time formats below this option.<br />\r\n<br />\r\n\'Yesterday / Today\' will show \'Yesterday\' and \'Today\' for dates that fall in those periods.<br />\r\n<br />\r\n\'Detailed\' will show times such as \'1 Minute Ago\', \'1 Hour Ago\', \'1 Day Ago\', and \'1 Week Ago\'.',5000),(4308,-1,'setting_yestoday_title','Datestamp Display Option',5000),(4309,-1,'settinggroup_address','Site Name / URL / Contact Details',5000),(4310,-1,'settinggroup_admincp','Admin Control Panel Options',5000),(4311,-1,'settinggroup_archive','Search Engine Friendly Archive',5000),(4312,-1,'settinggroup_attachment','Message Attachment Options',5000),(4313,-1,'settinggroup_banning','User Banning Options',5000),(4314,-1,'settinggroup_bbcode','BB Code Settings',5000),(4315,-1,'settinggroup_censor','Censorship Options',5000),(4316,-1,'settinggroup_datetime','Date and Time Options',5000),(4317,-1,'settinggroup_email','Email Options',5000),(4318,-1,'settinggroup_errorhandling','Error Handling & Logging',5000),(4319,-1,'settinggroup_external','External Data Provider',5000),(4320,-1,'settinggroup_forumdisplay','Forum Display Options (forumdisplay)',5000),(4321,-1,'settinggroup_forumhome','Forums Home Page Options',5000),(4322,-1,'settinggroup_forumlist','Forum Listings Display Options',5000),(4323,-1,'settinggroup_general','General Settings',5000),(4324,-1,'settinggroup_http','Cookies and HTTP Header Options',5000),(4325,-1,'settinggroup_memberlist','User Listing & Profile Viewing',5000),(4326,-1,'settinggroup_online','Who\'s Online Options',5000),(4327,-1,'settinggroup_onoff','Turn Your vBulletin On and Off',5000),(4328,-1,'settinggroup_pm','Private Messaging Options',5000),(4329,-1,'settinggroup_poll','Poll and Thread Rating Options',5000),(4330,-1,'settinggroup_postiface','Message Posting Interface Options',5000),(4331,-1,'settinggroup_posting','Message Posting and Editing Options',5000),(4332,-1,'settinggroup_register','User Registration Options',5000),(4333,-1,'settinggroup_reputation','User Reputation Options',5000),(4334,-1,'settinggroup_search','Message Searching Options',5000),(4335,-1,'settinggroup_searchfunc','Message Searching Relevance Sorting Options',5000),(4336,-1,'settinggroup_server','Server Settings and Optimization Options',5000),(4337,-1,'settinggroup_showthread','Thread Display Options (showthread)',5000),(4338,-1,'settinggroup_stylelang','Style & Language Settings',5000),(4339,-1,'settinggroup_subscriptions','Paid Subscriptions',5000),(4340,-1,'settinggroup_threadedmode','Threaded / Hybrid Mode Options (showthread)',5000),(4341,-1,'settinggroup_user','User Profile Options',5000),(4342,-1,'settinggroup_usernote','User Notes Options',5000),(4343,-1,'settinggroup_userpix','User Picture Options',5000),(4344,-1,'settinggroup_version','Version Info and Other Untouchables',5000),(4345,-1,'accessmask_edit_text','Below is a list of all users who have access mask permissions set for this forum. Here you can edit forum access for these users at the user level (as opposed to the group level).\r\n<br /><br />\r\nMake sure access masks are enabled <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\"><b>here</b></a> or these user-level permissions will not work.',6000),(4346,-1,'accessmask_edit_title','Access Masks For This Forum',6000),(4347,-1,'accessmask_modify_text','On this screen you can see at a glance which forums have access masks. (Remember, inheritance applies here! If a user is granted or denied permission to a parent forum, this will be inherited through all child forums of that parent unless there is an opposite access mask somewhere in the lineage.)<br /><br />\r\n\r\nYou can also view a list of the users who are granted access, denied access, or all users with access masks related to a given forum. You can remove all access masks from a forum by clicking the Reset link next to it.<br /><br />\r\n\r\nAt the top of the page you can use the \'Delete All Access Masks\' link to remove every access mask from all forums. (You will be prompted for confirmation, but be careful as this is not undoable!)<br /><br />\r\n\r\nThe \'Access Masks Quick Editor\' allows you to list every access on a page, with Yes, No, and Default buttons for each mask to quickly mass-modify masks.',6000),(4348,-1,'accessmask_modify_title','Modifying User Forum Access',6000),(4349,-1,'accessmask_quickedit_text','On this screen you are given a list of every access mask currently in the system. For each mask, a row containing the affected user\'s name, the forum it applies to, and Yes/No/Default buttons appear. Yes means grant access, No means deny access, and Default means use the default usergroup/forum permission for that forum. (Setting any row to Default will remove that mask.) The \'All Yes\', \'All No\', and \'All Default\' buttons allow you to quickly mass-set all radio buttons to the selection you choose.',6000),(4350,-1,'accessmask_quickedit_title','Access Masks Quick Editor',6000),(4351,-1,'accessmask_resetall_text','Click the \"Yes\" button below to delete all access masks. This action cannot be undone!',6000),(4352,-1,'accessmask_resetall_title','Delete All Access Masks',6000),(4353,-1,'accessmask_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Access Masks:</b><br />\r\nAccess Masks allow you grant permission to view a forum, or alternatively to deny permission to view a forum, on a per-user basis without making an additional usergroup. This works in conjunction with the Forum Permission system.<br /><br />\r\n\r\nNote that inheritance applies here; if you allow a user to view a parent forum, they will also have access to any children forums.<br /><br />\r\n\r\nYou must enable access masks in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>, otherwise changes made here will do nothing.',6000),(4354,-1,'accessmask_title','About Access Masks',6000),(4355,-1,'admincalendar_add_edit_allowbbcode_text','This will allow users to use vB Code in their events. Even if this is set to Yes, users will not be able to use the IMG code unless the below option is also set to Yes.',6000),(4356,-1,'admincalendar_add_edit_allowbbcode_title','Allow BB Code',6000),(4357,-1,'admincalendar_add_edit_allowhtml_text','This allows users to use HTML while posting an event. It is strongly recommended that you DO NOT turn this on as it can severely compromise security and/or severely mess up layout if users insert malformed HTML. Even if you set this to Yes, users still cannot use certain tags, including javascript: and about:.',6000),(4358,-1,'admincalendar_add_edit_allowhtml_title','Allow HTML',6000),(4359,-1,'admincalendar_add_edit_allowimgcode_text','This allows users to display images inline on the event page. If you set this to No, a link to the image will be displayed instead of showing the actual image.',6000),(4360,-1,'admincalendar_add_edit_allowimgcode_title','Allow BB IMG Code',6000),(4361,-1,'admincalendar_add_edit_allowsmilies_text','Setting this to Yes will allow your users to type things such as :) and :( and have them automatically turned into the corresponding image.',6000),(4362,-1,'admincalendar_add_edit_allowsmilies_title','Allow Smilies',6000),(4363,-1,'admincalendar_add_edit_birthdaycount_text','Determines how many birthdays should be listed on the Monthly View for a single day before a single link to all of the day\'s events is displayed instead.',6000),(4364,-1,'admincalendar_add_edit_birthdaycount_title','Birthday Count',6000),(4365,-1,'admincalendar_add_edit_customfields_text','Until you have saved your calendar settings for the first time, you will be unable to add custom fields. Once you have saved it, you will be able to add and then edit custom fields. (see <a href=\"help.php?do=answer&page=admincalendar.php&pageaction=addcustom\">Adding/Editing Custom Calendar Fields</a>)',6000),(4366,-1,'admincalendar_add_edit_customfields_title','Custom Fields',6000),(4367,-1,'admincalendar_add_edit_cutoff_text','Setting this to anything greater than 0 will only show that many characters of the event title on the Monthly View of this calendar. Setting it to 0 will always display the complete title, no matter how long, on the Monthly View.',6000),(4368,-1,'admincalendar_add_edit_cutoff_title','Event Title Cutoff',6000),(4369,-1,'admincalendar_add_edit_daterange_text','Enter the first and last year that should show on your calendar separated by a dash, e.g. <b>2000-2006</b>. Due to the way PHP works, the maximum range is 1970 to 2037; entering dates outside this range may result in errors or problems.',6000),(4370,-1,'admincalendar_add_edit_daterange_title','Date Range',6000),(4371,-1,'admincalendar_add_edit_default_text','This sets the default display of the calendar. You can choose either Monthly or Weekly.',6000),(4372,-1,'admincalendar_add_edit_default_title','Default Display',6000),(4373,-1,'admincalendar_add_edit_displayorder_text','This is the order in which calendars are displayed in the \"Jump to Calendar\" drop-down menu on the calendar page, and in the Admin CP. Set this to 0 to not show the calendar to the end-user. If this is set to 0, the user can still access this calendar by typing in the direct URL to it.',6000),(4374,-1,'admincalendar_add_edit_displayorder_title','Display Order',6000),(4375,-1,'admincalendar_add_edit_eventcount_text','Determines how many events should be listed on the Monthly View for a single day before a single link to all of the day\'s events is displayed instead.',6000),(4376,-1,'admincalendar_add_edit_eventcount_title','Event Count',6000),(4377,-1,'admincalendar_add_edit_holidays_text','The holidays listed here can not be calculated using the methods we provide in the holiday manager. You can choose which of these holidays that you wish to have appear on your calendar(s).<br /><br />\r\nFor all other holidays - those that appear in the Holiday Manager - use the \"Show admin defined holidays on this calendar\" option above to enable or disable their display.',6000),(4378,-1,'admincalendar_add_edit_holidays_title','Show predefined holidays on this Calendar',6000),(4379,-1,'admincalendar_add_edit_moderatenew_text','If this is set to Yes, the moderators you assign to this calendar or you as the administrator must view and approve each event before it is displayed on the calendar.',6000),(4380,-1,'admincalendar_add_edit_moderatenew_title','Moderate Events',6000),(4381,-1,'admincalendar_add_edit_neweventemail_text','Entering email addresses here will cause an email to be sent to each address when a new event is posted to this calendar. Separate each address with a space.',6000),(4382,-1,'admincalendar_add_edit_neweventemail_title','Email Addresses to Notify When There is a New Event',6000),(4383,-1,'admincalendar_add_edit_showbirthdays_text','Determines whether or not birthdays are shown on this calendar. No matter who has access to this calendar, all users birthdays will be shown if this is set to Yes.',6000),(4384,-1,'admincalendar_add_edit_showbirthdays_title','Show Birthdays on this calendar?',6000),(4385,-1,'admincalendar_add_edit_showholidays_text','Any holidays that you have added to the system, or those that appear on the Holiday Manager by default, will be shown if you set this to Yes. (Due to complex methods of determining the actual date of several holidays, including Easter, Ash Wednesday, Palm Sunday, and Pentecost, these are built-in, with a separate option to disable them below.)',6000),(4386,-1,'admincalendar_add_edit_showholidays_title','Show admin defined holidays on this Calendar',6000),(4387,-1,'admincalendar_add_edit_showweekends_text','Setting this option to No will make the calendar show only Monday through Friday. This will not take into account a user\'s \"start of week\" option.',6000),(4388,-1,'admincalendar_add_edit_showweekends_title','Show Saturday/Sunday on this calendar?',6000),(4389,-1,'admincalendar_add_edit_startofweek_text','This sets the default first day of the week for this calendar. If the user is logged in and has selected a different day in their User CP, it will override this setting.',6000),(4390,-1,'admincalendar_add_edit_startofweek_title','Start of the Week',6000),(4391,-1,'admincalendar_add_edit_title_text','This is the title of the calendar, e.g. East High Basketball or No Birthdays.',6000),(4392,-1,'admincalendar_add_edit_title_title','Title',6000),(4393,-1,'admincalendar_add_text','Each calendar you add shows events that are only assigned to it. Holidays and birthdays are shown on all calendars unless specifically selected otherwise. Each calendar can have different permissions and different moderators.<br /><br />\r\nAn example of usage of this would be if you have a forum for multiple high school sports teams, and each team is a different usergroup. You could have a calendar for each team, and each calendar could be configured to allow only those who are in the usergroup that corresponds to that team to add events while allowing everyone to view it.<br /><br />\r\nThe options on this screen are described below.',6000),(4394,-1,'admincalendar_add_title','Adding a New Calendar',6000),(4395,-1,'admincalendar_addcustom_allowentry_text','Enabling this option will allow the user to enter their own value for this custom field instead of being forced to choose from the values you have defined.',6000),(4396,-1,'admincalendar_addcustom_allowentry_title','Allow user to input their own value for this Custom Field',6000),(4397,-1,'admincalendar_addcustom_description_text','This description will appear next to this custom field on event posting pages. You should enter a description of and instructions for filling in this custom field.',6000),(4398,-1,'admincalendar_addcustom_description_title','Description',6000),(4399,-1,'admincalendar_addcustom_length_text','This is the maximum number of characters a user is allowed to enter if they are allowed to enter their own text for this field. You can select any number between 1 and 255, inclusive.',6000),(4400,-1,'admincalendar_addcustom_length_title','Max length of allowed user input',6000),(4401,-1,'admincalendar_addcustom_options_text','Enter one or more options for the user to select from for this field. Make sure to press Enter after each option. If you do not enter anything in this field, the user will be given an empty box in which to type their entry for this field.',6000),(4402,-1,'admincalendar_addcustom_options_title','Options',6000),(4403,-1,'admincalendar_addcustom_required_text','If you select Yes, the user will be required to fill in this field when entering a new event.',6000),(4404,-1,'admincalendar_addcustom_required_title','Field Required',6000),(4405,-1,'admincalendar_addcustom_text','This allows you to add or edit a custom field that will be displayed when someone is entering a new calendar event for the calendar you are adding the field to. Keep in mind that if you need the same field in multiple calendars you will need to manually duplicate it in them.<br /><br />\r\n\r\nThe options on this page are described below.',6000),(4406,-1,'admincalendar_addcustom_title','Adding/Editing Custom Calendar Fields',6000),(4407,-1,'admincalendar_addcustom_title_text','This is the title of the field as shown on the screen where events are entered and the screen where they are displayed.',6000),(4408,-1,'admincalendar_addcustom_title_title','Title',6000),(4409,-1,'admincalendar_addmod_editmod_calendarid_text','Select the calendar that this moderator will have permissions on. If you wish for a user to have permissions in multiple calendars, you must add them as a moderator to each calendar separately.',6000),(4410,-1,'admincalendar_addmod_editmod_calendarid_title','Calendar',6000),(4411,-1,'admincalendar_addmod_editmod_candeleteevents_text','Select whether the moderator can remove events from the calendar.',6000),(4412,-1,'admincalendar_addmod_editmod_candeleteevents_title','Can Delete Events',6000),(4413,-1,'admincalendar_addmod_editmod_caneditevents_text','Select whether the moderator may edit events on the calendar.',6000),(4414,-1,'admincalendar_addmod_editmod_caneditevents_title','Can Edit Events',6000),(4415,-1,'admincalendar_addmod_editmod_canmoderateevents_text','If you have the moderation queue for this calendar turned on, select whether or not you want this moderator to be able to approve and deny events from being added to the calendar.',6000),(4416,-1,'admincalendar_addmod_editmod_canmoderateevents_title','Can Moderate Events',6000),(4417,-1,'admincalendar_addmod_editmod_canmoveevents_text','If this is set to Yes, this moderator will be able to move events from this calendar to other calendars.',6000),(4418,-1,'admincalendar_addmod_editmod_canmoveevents_title','Can Move Events',6000),(4419,-1,'admincalendar_addmod_editmod_canviewips_text','Determines whether the moderator can view the IP addresses of event posters.',6000),(4420,-1,'admincalendar_addmod_editmod_canviewips_title','Can View IP Addresses',6000),(4421,-1,'admincalendar_addmod_modusername_text','Enter the username of the moderator. This must be accurate or your moderator will not be added.',6000),(4422,-1,'admincalendar_addmod_modusername_title','Moderator Username',6000),(4423,-1,'admincalendar_addmod_text','A calendar moderator is a user who has the ability, by permission, to approve events if you have event moderation turned on for that calendar, and/or edit or delete events already on the calendar.<br /><br />\r\n\r\nThe options on this screen are described below.',6000),(4424,-1,'admincalendar_addmod_title','Adding a Calendar Moderator',6000),(4425,-1,'admincalendar_deletecustom_text','This page allows you to delete this custom field. Click the \"Yes\" button below to perform the deletion. Deleting this field will lose values entered into it for events on this calendar. This action cannot be undone.',6000),(4426,-1,'admincalendar_deletecustom_title','Delete Custom Field',6000),(4427,-1,'admincalendar_edit_text','Each calendar you have shows events that are only assigned to it. Holidays and birthdays are shown on all calendars unless specifically selected otherwise. Each calendar can have different permissions and different moderators.<br /><br />\r\nAn example of usage of this would be if you have a forum for multiple high school sports teams, and each team is a different usergroup. You could have a calendar for each team, and each calendar could be configured to allow only those who are in the usergroup that corresponds to that team to add events while allowing everyone to view it.<br /><br />\r\nThis screen allows you to edit the settings and options of an existing calendar. The options on this screen are described below.',6000),(4428,-1,'admincalendar_edit_title','Editing a Calendar',6000),(4429,-1,'admincalendar_editmod_text','A calendar moderator is a user who has the ability, by permission, to approve events if you have event moderation turned on for that calendar, and/or edit or delete events already on the calendar.<br /><br />\r\n\r\nAt the top of the screen, clicking the Delete Moderator button will prompt you for confirmation to delete this moderator from this calendar.<br /><br />\r\n\r\nThe options on this screen are described below.',6000),(4430,-1,'admincalendar_editmod_title','Editing a Calendar Moderator',6000),(4431,-1,'admincalendar_modify_text','On this screen, all of your calendars are listed. You can perform various actions on them from here, including changing display order and viewing the calendar.<br /><br />\r\n\r\nNext to each calendar, in the Controls column, is a drop-down menu with a number of options. These are:<br />\r\n<b>Edit Calendar</b>: This will link you to the Edit Calendar page to change your calendar\'s settings. You can also edit a calendar by clicking on it\'s title. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=edit\">Editing Calendars</a>)<br />\r\n<b>View Calendar</b>: This will take you to view your calendar as your users see it.<br />\r\n<b>Remove Calendar</b>: After confirming your choice, this will remove the selected calendar and all of its\' custom profile fields and moderator list.<br />\r\n<b>Edit Permissions</b>: This allows you to set per-calendar, per-usergroup permissions for various functions of the calendar. (see <a href=\"help.php?do=answer&page=calendarpermission&pageaction=modify\">Modifying Calendar Permissions</a>)<br /><br />\r\n\r\nNext to the options are the display order of your calendars. The display order affects the order in which the calendars are displayed in the \"Jump To\" menu in the frontend, and on this screen in the backend. Setting a display order to 0 will prevent that calendar from showing in the Jump To menu, but a user will still be able to access it by typing in the direct URL to it. If you modify the display orders, be sure to click Update Display Order at the bottom of the screen to save the changes.<br /><br />\r\n\r\nOn the extreme right are a list of each calendar\'s moderators. You can modify the moderator by selecting their name, or add a new moderator by selecting \"Add New Moderator\". (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=editmod\">Editing Calendar Moderators</a> and <a href=\"help.php?do=answer&page=admincalendar&pageaction=addmod\">Adding Calendar Moderators</a>)<br /><br />\r\n\r\nAt the bottom of the screen is a link to add a new calendar.',6000),(4432,-1,'admincalendar_modify_title','Modifying Calendars',6000),(4433,-1,'admincalendar_modifyholiday_text','On this screen, all of the holidays for your calendars are listed. You can choose to edit or remove any holiday, or add a new one using the button at the bottom of the screen.<br /><br />\r\n\r\nNote that due to the complex methods used in determining the actual dates each year, several holidays are built-in and you cannot edit or remove them. (They can be disabled through a separate option on the Add / Edit Calendar screen.) These holidays include Easter, Ash Wednesday, Palm Sunday, and Pentecost.',6000),(4434,-1,'admincalendar_modifyholiday_title','Modifying Holidays',6000),(4435,-1,'admincalendar_remove_text','This page allows you to delete this calendar. Click the \"Yes\" button below to perform the deletion. Deleting this calendar will lose all of its events. This action cannot be undone.',6000),(4436,-1,'admincalendar_remove_title','Delete Calendar',6000),(4437,-1,'admincalendar_removeholiday_text','This page allows you to delete this holiday. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(4438,-1,'admincalendar_removeholiday_title','Delete Holiday',6000),(4439,-1,'admincalendar_removemod_text','This page allows you delete this moderator. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(4440,-1,'admincalendar_removemod_title','Delete Moderator',6000),(4441,-1,'admincalendar_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=admincalendar&pageaction=&option=\">Calendars</a><br />\r\n<a href=\"help.php?s=&do=answer&page=calendarpermission&pageaction=&option=\">Calendar Permissions</a><br /><br />\r\n\r\n<b>Calendars:</b><br />\r\nvBulletin\'s calendar system is very advanced. In addition to allowing both public and private events, it allows you to have multiple calendars with usergroup permissions for each.<br /><br />\r\n\r\nCalendar administration is relatively easy. vBulletin ships with a default calendar, with most options turned on. You can reach this calendar by clicking Calendar Manager under Calendars & Moderators in the left navigation bar. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=modify\">Modifying Calendars</a>)<br /><br />\r\n\r\nYou can also assign moderators to each calendar. Follow the steps above to reach the calendar modification screen, then select \'Add\' on the Moderator drop-down across from the appropriate calendar to start the process. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=addmod\">Adding a Calendar Moderator</a>)<br /><br />\r\n\r\nAlso on the Modify screen you can edit any existing moderators - simply select their name from the moderator drop-down and press Go. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=editmod\">Editing a Calendar Moderator</a>)<br /><br />\r\n\r\nFrom the Modify screen, you can select to edit any calendar by choosing Edit from the Controls drop-down menu across from that calendar. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=edit\">Editing a Calendar</a>)<br /><br />\r\n\r\nAfter you have modified the default calendar, you may wish to add more. Click Add New Calendar under Calendars & Moderators in the left nav bar to add another calendar. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=add\">Adding a Calendar</a>)<br /><br />\r\n\r\nAfter adding a calendar, you can add custom fields to facilitate easy entry of information that is particular to a given calendar. From the Modify screen, select Edit from the Controls drop-down across from the calendar you wish to add fields to, then select Add Field next to Custom Fields. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=addcustom\">Adding/Editing Custom Calendar Fields</a>)<br /><br />\r\n\r\nPermissions are usually the last thing to be given to a calendar, since it obviously must exist before they can be added. Each usergroup has default calendar permissions that are assigned to it when a new calendar is created. You can change these by clicking Calendar Permissions under Calendars and Moderators in the left nav bar. (see <a href=\"help.php?do=answer&page=calendarpermission&pageaction=modify\">Modifying Usergroup Calendar Permissions</a>)<br /><br />\r\n\r\nThe Holiday Manager allows you to add or remove holidays from the calendar system. Each calendar can be set separately to show or hide holidays; the Holiday Manager is where you determine what holidays show when holidays are turned on for a calendar. (see <a href=\"help.php?do=answer&page=admincalendar&pageaction=modifyholiday\">Modifying Holidays</a>)',6000),(4442,-1,'admincalendar_title','About Calendars',6000),(4443,-1,'admincalendar_updateholiday_allowsmilies_text','If this is set to Yes, typing smilies in the description (just as when typing a post) will be converted to their graphical equivalents.',6000),(4444,-1,'admincalendar_updateholiday_allowsmilies_title','Convert smilies?',6000),(4445,-1,'admincalendar_updateholiday_event_text','The description of the holiday accepts vB Code as well as smilies. You can choose to not convert smilies if you wish. This field will not convert HTML.',6000),(4446,-1,'admincalendar_updateholiday_event_title','Description',6000),(4447,-1,'admincalendar_updateholiday_recurring_text','You can set this holiday to recur once every year on a certain date, or a particular day in a particular month (i.e. the first Sunday in June).',6000),(4448,-1,'admincalendar_updateholiday_recurring_title','Recurring Option',6000),(4449,-1,'admincalendar_updateholiday_text','On this screen, you add a new holiday or modify an existing holiday. Each holiday you add will appear on all calendars that have \"Show holidays on this calendar\" set to Yes.',6000),(4450,-1,'admincalendar_updateholiday_title','Adding/Updating Holidays',6000),(4451,-1,'admincalendar_updateholiday_title_text','The title of the holiday is shown on the Weekly and Monthly views of the calendar as well as at the top of the View Event screen.',6000),(4452,-1,'admincalendar_updateholiday_title_title','Title',6000),(4453,-1,'admincalendar_updateholiday_varname_text','This is a short name for the event and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.',6000),(4454,-1,'admincalendar_updateholiday_varname_title','Short Name',6000),(4455,-1,'adminlog_choose_daysprune_text','You can easily remove old logs using this option. Logs found that are older than this date will be removed.',6000),(4456,-1,'adminlog_choose_daysprune_title','Pruning: Remove entries older than days',6000),(4457,-1,'adminlog_choose_orderby_text','You can order the entries by date created, script accessed, or the user who performed the action.',6000),(4458,-1,'adminlog_choose_orderby_title','Viewing: Order log entries by',6000),(4459,-1,'adminlog_choose_perpage_text','This limits how many entries are shown on each page. If you have a slower connection it is recommended you select a lower number.',6000),(4460,-1,'adminlog_choose_perpage_title','Viewing: Log Entries to Display Per Page',6000),(4461,-1,'adminlog_choose_pscript_text','You can remove entries based on which script was being used at the time the entry was made, such as forum.php or template.php.',6000),(4462,-1,'adminlog_choose_pscript_title','Pruning: Remove entries relating script',6000),(4463,-1,'adminlog_choose_puserid_text','This allows you to delete entries from one particular admin.',6000),(4464,-1,'adminlog_choose_puserid_title','Pruning: Remove entries logged by user',6000),(4465,-1,'adminlog_choose_script_text','Allows you to only view accesses to a particular script, such as announcement.php or forum.php.',6000),(4466,-1,'adminlog_choose_script_title','Viewing: Show only access to this script',6000),(4467,-1,'adminlog_choose_text','From this screen you can view, and if you have permission, prune, your admin log.<br /><br />\r\n\r\nUnder Viewing, you have four options to limit your log search. These are explained below.<br /><br />\r\n\r\nOnce you have made your selection, press View Logs.<br /><br />\r\n\r\nIf you wish to prune your log, the pruning selector is very similar. The options are also described below.<br /><br />\r\n\r\nKeep in mind that these options are cumulative. If you select JoeBlow for option #2 and enter 40 for option #3, you will remove all entries by JoeBlow that are more than 40 days old.',6000),(4468,-1,'adminlog_choose_title','Selecting Admin Log Viewing Options',6000),(4469,-1,'adminlog_choose_userid_text','If you wish to only view logs that were generated by the actions of one person, select their username here.',6000),(4470,-1,'adminlog_choose_userid_title','Viewing: Show only logs generated by',6000),(4471,-1,'adminlog_prunelog_text','This is a confirmation that you want to delete the matching log entries from the control panel log. Click the \"Yes\" button to perform the deletion.',6000),(4472,-1,'adminlog_prunelog_title','Prune Control Panel Log',6000),(4473,-1,'adminlog_resolveip_text','There are many reasons why your IP address might not have been able to be resolved. These include a server being down, not allowing reverse DNS, or your server timing out while waiting for a response.',6000),(4474,-1,'adminlog_resolveip_title','Reasons for an IP address not resolving',6000),(4475,-1,'adminlog_restrict_text','You can restrict access and pruning access to the Admin Log by adding or modifying two variables in config.php.<br /><br />\r\n\r\nAccess control to the admin log is <b>not</b> controlled through the control panel for security reasons.<br />\r\nAccess to the admin log is controlled with two variables which are located in includes/config.php file.<br /><br />\r\n\r\nBoth variables can take either a single number, or a list of numbers separated by commas, each representing userids which have access to the admin log.<br /><br />\r\n\r\nIf you would like to change the current access permissions to the adminlog,, you may do so by opening <i>includes/config.php</i> in a text editor and modifying the following variables<br /><br />\r\n\r\n<pre> $canviewadminlog = \'1,10\';\r\n $canpruneadminlog = \'1\';</pre>\r\n\r\nThis will restrict viewing access to this script to only you (usually userid 1) and the member with userid 10. Access to prune entries from the log is restricted to you (usually userid 1).<br /><br />\r\n\r\nIf the $canviewadminlog line is omitted from config.php, or if the value is blank (<i>$canviewadminlog = \'\';</i>), all administrators will have access to view and prune the admin log.<br />\r\nConversely, if the $canpruneadminlog line is omitted or blank, <i>nobody</i> will be granted pruning permission.<br /><br />\r\n\r\n<form><b>Example config.php</b><br />\r\n<textarea rows=\"20\" cols=\"55\" wrap=\"off\" class=\"code\"><?php\r\n/*======================================================================*\\\r\n|| #################################################################### ||\r\n|| # vBulletin 3.0.7 # ||\r\n|| # ---------------------------------------------------------------- # ||\r\n|| # Copyright ',6000),(4476,-1,'adminlog_restrict_title','Restricting access to the Admin Log',6000),(4477,-1,'adminlog_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Control Panel Log:</b><br />\r\nThe Administrator\'s Log allows you to keep tabs on your co-admins, or have a record of IP address(es) and activity in case of a break-in. Each time an action is performed in the Administrator\'s Control Panel, it is logged. The information stored includes the username, their IP address, the script involved, the script section in use, and additional information which varies depending on the action being performed.<br /><br />\r\n\r\nYou can restrict other administrators from viewing and/or pruning the Administrator\'s Log by modifying your includes/config.php file. (see <a href=\"help.php?do=answer&page=adminlog&pageaction=restrict\">Restricting Access to the Admin Log</a>)',6000),(4478,-1,'adminlog_title','About Control Panel Log',6000),(4479,-1,'adminlog_view_text','This screen shows you a portion of the log entries that have been made by you and/or your co-administrators (if applicable) while performing administrative duties. From left to right, the columns tell you:<br /><br />\r\n<b>Log ID</b>: This is simply an internal ID used for cataloguing.<br /><br />\r\n\r\n<b>Username</b>: This is the person who performed the action.<br /><br />\r\n\r\n<b>Date</b>: This is the date and time the action was performed.<br /><br />\r\n\r\n<b>Script</b>: This is the script involved. Most scripts\' names are self-explanatory. For example, viewing the admin log would generate a log item with the script \"adminlog.php\".<br /><br />\r\n\r\n<b>Action</b>: This is the action that the user performed. This may not always be easily understood, as it is the internal action name, not necessarily a verbose description of the action.<br /><br />\r\n\r\n<b>Extra Info</b>: For some actions, this records extra bits, such as what userid was being modified, or which template was being edited.<br /><br />\r\n\r\n<b>IP Address</b>: This is the IP address that was logged while the user was performing the action. Clicking on the address will attempt to resolve the IP address; that is, put it into an actual machine name and/or domain name. Sometimes this is not possible to do; see <a href=\"help.php?do=answer&page=adminlog.php&pageaction=resolveip\">Reasons for an IP address not resolving</a>.<br /><br />\r\n\r\nAt the bottom of the page, if there are more entries than could be displayed on one screen, you will find links to view the first page, previous page, next page, and last page. These buttons appear as necessary. For example if you are on the first page, the First Page and Previous Page buttons will not appear.<br /><br />\r\n\r\nTo return to the main screen, choose Restart from the bottom of any page.<br /><br />\r\n\r\nYou can restrict access to this script, or just to the pruning function or just to the viewing function. See <a href=\"help.php?do=answer&page=adminlog.php&pageaction=restrict\">Restricting Access to Admin Log</a>.',6000),(4480,-1,'adminlog_view_title','Viewing the Admin Log',6000),(4481,-1,'adminpermissions_edit_canadminbbcodes_text','This setting determines whether an admin will be able to access the Custom BB Codes area of the Admin CP.',6000),(4482,-1,'adminpermissions_edit_canadminbbcodes_title','Can Administer BB Codes',6000),(4483,-1,'adminpermissions_edit_canadmincalendars_text','This setting determines whether an admin will be able to access the Calendars & Moderators area of the Admin CP.',6000),(4484,-1,'adminpermissions_edit_canadmincalendars_title','Can Administer Calendars',6000),(4485,-1,'adminpermissions_edit_canadmincron_text','This setting determines whether an admin will be able to access the Scheduled Tasks area of the Admin CP.',6000),(4486,-1,'adminpermissions_edit_canadmincron_title','Can Administer Cron',6000),(4487,-1,'adminpermissions_edit_canadminfaq_text','This setting determines whether an admin will be able to access the FAQ area of the Admin CP.',6000),(4488,-1,'adminpermissions_edit_canadminfaq_title','Can Administer FAQs',6000),(4489,-1,'adminpermissions_edit_canadminforums_text','This setting determines whether an admin will be able to access the Forums & Moderators area of the Admin CP.',6000),(4490,-1,'adminpermissions_edit_canadminforums_title','Can Administer Forums',6000),(4491,-1,'adminpermissions_edit_canadminimages_text','This setting determines whether an admin will be able to access the Avatars, Post Icons, and Smilies areas of the Admin CP.',6000),(4492,-1,'adminpermissions_edit_canadminimages_title','Can Administer Avatars/Icons/Smilies',6000),(4493,-1,'adminpermissions_edit_canadminlanguages_text','This setting determines whether an admin will be able to access the Languages & Phrases area of the Admin CP.',6000),(4494,-1,'adminpermissions_edit_canadminlanguages_title','Can Administer Languages',6000),(4495,-1,'adminpermissions_edit_canadminmaintain_text','This setting determines whether an admin will be able to access the Import & Maintenance area of the Admin CP.',6000),(4496,-1,'adminpermissions_edit_canadminmaintain_title','Can Run Maintenance Tools',6000),(4497,-1,'adminpermissions_edit_canadminpermissions_text','This setting determines whether an admin will be able to access the Usergroup/Forum Permissions and Access Masks areas of the Admin CP.',6000),(4498,-1,'adminpermissions_edit_canadminpermissions_title','Can Administer User Permissions',6000),(4499,-1,'adminpermissions_edit_canadminsettings_text','This setting determines whether an admin will be able to access the Options area of the Admin CP.',6000),(4500,-1,'adminpermissions_edit_canadminsettings_title','Can Administer Settings',6000),(4501,-1,'adminpermissions_edit_canadminstyles_text','This setting determines whether an admin will be able to access the Styles & Templates area of the Admin CP.',6000),(4502,-1,'adminpermissions_edit_canadminstyles_title','Can Administer Styles',6000),(4503,-1,'adminpermissions_edit_canadminthreads_text','This setting determines whether an admin will be able to access the Threads & Posts area of the Admin CP.',6000),(4504,-1,'adminpermissions_edit_canadminthreads_title','Can Administer Threads',6000),(4505,-1,'adminpermissions_edit_canadminusers_text','This setting determines whether an admin will be able to access the Users, Usergroups, User Titles, User Ranks, User Reputations, and User Profile Fields areas of the Admin CP.',6000),(4506,-1,'adminpermissions_edit_canadminusers_title','Can Administer Users',6000),(4507,-1,'adminpermissions_edit_cssprefs_text','Here you can set the style this admin sees in the Admin CP. (They can override this setting on the login screen - this is merely their default.)',6000),(4508,-1,'adminpermissions_edit_cssprefs_title','Control Panel Style Choice',6000),(4509,-1,'adminpermissions_edit_text','On this screen you see the various permissions you can grant or deny for the user you chose to edit. They are described below.',6000),(4510,-1,'adminpermissions_edit_title','Editing Administrator Permissions',6000),(4511,-1,'adminpermissions_modify_text','On this screen, all administrators you have are listed. (An administrator is defined as a user who is in a usergroup that has \"can control panel\" set to Yes.)<br /><br />\r\n\r\nFrom here you can link to the Admin Log for a particular user by clicking View Administrator Log, or edit their area permissions by clicking Edit Permissions. Click their username to edit the user\'s profile.',6000),(4512,-1,'adminpermissions_modify_title','Administrator Permissions Manager',6000),(4513,-1,'adminpermissions_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminpermissions&pageaction=&option=\">Administrator Permissions</a><br /><br />\r\n\r\n<b>Administrator Permissions:</b><br />\r\nvBulletin allows you to restrict administrator access to the Admin CP on a per-admin basis. In this way you can create co-administrators without giving them total access to mess up your forums.<br /><br />\r\n\r\nYour userid # must be given access in the config.php file in order for you to access this page. Please see <a href=\"help.php?s=&do=answer&page=adminlog&pageaction=restrict&option=\">this</a> help topic for instructions.',6000),(4514,-1,'adminpermissions_title','About Administrator Permissions',6000),(4515,-1,'adminreputation_add_edit_level_text','This is what is displayed for the user when their reputation points are above the amount entered as the minimum.',6000),(4516,-1,'adminreputation_add_edit_level_title','Level Description',6000),(4517,-1,'adminreputation_add_edit_minimumreputation_text','This can be a positive or a negative amount. When the user\'s reputation points reaches this amount, the above description will be displayed.',6000),(4518,-1,'adminreputation_add_edit_minimumreputation_title','Minimum amount of reputation points required for this level',6000),(4519,-1,'adminreputation_add_text','This allows you to add a new reputation level.',6000),(4520,-1,'adminreputation_add_title','Adding a Reputation level',6000),(4521,-1,'adminreputation_edit_text','This allows you to edit an existing reputation level.',6000),(4522,-1,'adminreputation_edit_title','Editing a Reputation Level',6000),(4523,-1,'adminreputation_list_dolist_end_text','Select an end date for this report. Select a month, day, and year. The selected statistic must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the \"Start Date\" setting to create a window of time for this report.',6000),(4524,-1,'adminreputation_list_dolist_end_title','End Date',6000),(4525,-1,'adminreputation_list_dolist_leftby_text','To limit the comments left by a specific user, enter the username here. Leave this field empty to receive comments left by every user.',6000),(4526,-1,'adminreputation_list_dolist_leftby_title','Reputation Comments Left By',6000),(4527,-1,'adminreputation_list_dolist_leftfor_text','To limit the comments left for a specific user, enter the username here. Leave this field empty to receive comments left for every user.',6000),(4528,-1,'adminreputation_list_dolist_leftfor_title','Reputation Comments Left For',6000),(4529,-1,'adminreputation_list_dolist_start_text','Select a start date for this report. Select a month, day, and year. The selected statistic must be no older than this date for it to be included in the report.',6000),(4530,-1,'adminreputation_list_dolist_start_title','Start Date',6000),(4531,-1,'adminreputation_modify_text','On this screen you can modify the minimum amount required for each reputation level. Make sure you press Update Minimum Levels to save your changes. You cannot set the same minimum amount to more than one level.<br /><br />\r\n\r\nFrom this screen you can also choose to edit or remove any single level. Click the Edit link to modify the Level description (see <a href=\"help.php?do=answer&page=adminreputation&pageaction=edit\">Editing a Reputation Level</a>) or click Remove to delete a level. If you remove a level or modify the minimum reputation needed to be at a level, all users will be updated to reflect their new level if necessary.',6000),(4532,-1,'adminreputation_modify_title','Modifying Reputation Levels',6000),(4533,-1,'adminreputation_remove_text','This is a confirmation that you want to delete this reputation. Click the \"Yes\" button below to perform the deletion.',6000),(4534,-1,'adminreputation_remove_title','Delete Reputation',6000),(4535,-1,'adminreputation_text','<b>User Reputations:</b><br />\r\nvBulletin\'s user reputation system provides a way of rating users based on the quality of their posts. Users on your forums can add or subtract reputation points from other users by clicking the reputation link in their posts. You can set restrictions on the giving and taking away of reputation points by users in your <a href=\"options.php?dogroup=reputation&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\nUser reputations allow the users in your community to tell vBulletin which users are quality and which users are not. And in response to user feedback, vBulletin has the ability to label and reward users for the quality of their posts, as is indicated by their reputation.<br /><br />\r\n\r\nYou can label quality users by defining reputation levels in the <a href=\"adminreputation.php?do=modify\" target=\"_blank\">User Reputation Manager</a>. User reputation levels work very similar to user titles and user ranks in that they are an indicator of status that are displayed next to names in posts.<br /><br />\r\n\r\nYou can reward quality users by creating promotions on the <a href=\"usergroup.php?do=modifypromotion\" target=\"_blank\">Promotions</a> page. Promotions are used to change a user\'s group memberships when they meet certain conditions, one of which can be their reputation level. Because forum permissions can be controlled with group memberships, a user\'s reputation in conjunction with promotions can be used to control a user\'s forum permissions. And so by using a combination of user reputations, promotions, and group permissions, you can enable your community to reward and punish good and bad posters on your forums.',6000),(4536,-1,'adminreputation_title','About User Reputations',6000),(4537,-1,'announcement_add_edit_allowbbcode_text','This lets you use the standard vB Code in your announcement, as if you were writing a post on your forum.',6000),(4538,-1,'announcement_add_edit_allowbbcode_title','Allow BB Code',6000),(4539,-1,'announcement_add_edit_allowhtml_text','This lets you use standard HTML in your announcement. Remember to close all tags or it could mess up the layout of your announcement page when viewed by the end-user!',6000),(4540,-1,'announcement_add_edit_allowhtml_title','Allow HTML',6000),(4541,-1,'announcement_add_edit_allowsmilies_text','This will translate text such as :) and :( into the actual smilie images, again as if you were writing a post.',6000),(4542,-1,'announcement_add_edit_allowsmilies_title','Allow Smilies',6000),(4543,-1,'announcement_add_edit_end_text','This determines when the announcement disappears from the end-users view. The announcement will <i>not</i> be deleted after the end date; rather it will simply be hidden from the end-user. You will still be able to view, edit, and/or reactivate the announcement from the Admin CP or Mod CP after the End Date.',6000),(4544,-1,'announcement_add_edit_end_title','End Date',6000),(4545,-1,'announcement_add_edit_forumid_text','This is the forum that the announcement should show in. Selecting \"All Forums\" will make a global announcement. If you select a forum with sub-forums, the announcement will show in all sub-forums as well as the parent forum.',6000),(4546,-1,'announcement_add_edit_forumid_title','Forum',6000),(4547,-1,'announcement_add_edit_pagetext_text','This will accept HTML, vB Code, and/or Smilies, depending on how you set the following options.',6000),(4548,-1,'announcement_add_edit_pagetext_title','Text',6000),(4549,-1,'announcement_add_edit_start_text','This determines how long the announcement is shown. If this date is in the future, the announcement will be hidden until this date arrives.',6000),(4550,-1,'announcement_add_edit_start_title','Start Date',6000),(4551,-1,'announcement_add_edit_title_text','This is what will show on the forum listing screen as the name of the announcement.',6000),(4552,-1,'announcement_add_edit_title_title','Title',6000),(4553,-1,'announcement_add_text','Options on this page are described below.',6000),(4554,-1,'announcement_add_title','Adding Announcements',6000),(4555,-1,'announcement_edit_text','Options on this page are described below.',6000),(4556,-1,'announcement_edit_title','Editing Announcements',6000),(4557,-1,'announcement_modify_text','On this screen, all of your announcements are listed, ordered by start date.<br /><br />\r\n\r\nAt the top are global announcements; these show in all forums. There is a button labeled New that you can click to add a new global announcement. (If you don\'t currently have any global announcements, this section will not show. In this case, to add a new global announcement, click Add New Announcement in the navigation bar.)<br /><br />\r\n\r\nBelow that you will find a list of every forum, along with lists of announcements in each forum. Remember that just because an announcement is listed here does <i>not</i> mean it is viewable by the end-user. Announcements are not automatically deleted after their end date - you must manually remove them (by clicking the Delete link next to the announcement), or you can reactivate them (by clicking the Edit link next to the announcement and choosing a new end date that is after today\'s date).<br />\r\nYou can view the announcements as your users see them by clicking on a forum name.<br /><br />\r\n\r\nTo create a new announcement in a specific forum, click the New button across from that forum name.',6000),(4558,-1,'announcement_modify_title','Modifying Announcements',6000),(4559,-1,'announcement_remove_text','This page allows you to delete this announcement. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(4560,-1,'announcement_remove_title','Delete Announcement',6000),(4561,-1,'announcement_text','<b>Announcements:</b><br />\r\nvBulletin\'s announcement system allows you to communicate important information to your users. While there are other methods for doing this (such as Sticky threads), announcements have several distinct advantages: you can use HTML without enabling it in a forum (which is <b>very dangerous</b>), you can set the announcement to not appear until sometime in the future and automatically disappear on a certain date, and you can add an announcement to show up in all forums.<br /><br />\r\n\r\nIf you have multiple announcements in a forum, global announcements included, they will all be displayed in one thread, which can be accessed by clicking on the title of the most recent announcement on forumdisplay.<br /><br />\r\n\r\nAnnouncements are never automatically removed. When the End Date set for an announcement is reached, it will disappear from end-user view. It can be removed or reactivated from the Admin CP at any time. To reactivate an expired announcement, simply change the End Date to some date in the future.<br /><br />\r\n\r\nTo add an announcement, click Add New Announcement under Announcements in the left navigation bar, or click New across from the forum it should apply to. (see <a href=\"help.php?do=answer&page=announcement&pageaction=add\">Adding Announcements</a>)<br /><br />\r\n\r\nOnce you have one or more announcements, you can view a list of them and the forums they belong to. Click Announcement Manager under Announcements in the left navigation bar to see a list of your forums and announcements. From here you can create a new global or forum-specific announcement, or modify or remove an existing one. (see <a href=\"help.php?do=answer&page=announcement&pageaction=modify\">Modifying Announcements</a>)<br /><br />\r\n\r\nFrom here, click Edit to modify the properties or text of an announcement, or Delete to remove it. (see <a href=\"help.php?do=answer&page=announcement&pageaction=edit\">Editing Announcements</a>)',6000),(4562,-1,'announcement_title','About Announcements',6000),(4563,-1,'attachment_delete_text','This is a confirmation before this attachment is deleted. Please confirm the correct attachment name below and click the \"Yes\" button to continue.',6000),(4564,-1,'attachment_delete_title','Delete Attachment',6000),(4565,-1,'attachment_edit_a_counter_text','This setting is how many times the attachment has been downloaded. You can set this to any number.',6000),(4566,-1,'attachment_edit_a_counter_title','Downloads',6000),(4567,-1,'attachment_edit_a_filename_text','You can change the name of the file; this does not change the file contents but simply the name of it.',6000),(4568,-1,'attachment_edit_a_filename_title','Filename',6000),(4569,-1,'attachment_edit_a_visible_text','If you select No to this option, it will not be visible on showthread.php with the post. Instead it will act as if it is waiting for moderation; you can find it under Attachments > Moderate.',6000),(4570,-1,'attachment_edit_a_visible_title','Visible',6000),(4571,-1,'attachment_edit_modifyattachment_text','Here you can select to either leave the attachment as it is now, or you can upload a new attachment to replace it. If you select \"Use new attachment\'s filename\", the name of the file you are uploading will replace the name of the file currently there. Otherwise the new upload will be renamed to the current attachment\'s filename.',6000),(4572,-1,'attachment_edit_modifyattachment_title','Modify Attachment',6000),(4573,-1,'attachment_edit_text','You can edit an attachment that has been uploaded on this screen. The options are described below.<br /><br />\r\n\r\nAt the top-right you can select Delete Attachment to remove the attachment altogether.',6000),(4574,-1,'attachment_edit_title','Editing an Attachment',6000),(4575,-1,'attachment_intro_attachedby_text','If you wish to limit the search to attachments posted by one user, enter their username here.',6000),(4576,-1,'attachment_intro_attachedby_title','Attached By',6000),(4577,-1,'attachment_intro_datelineafter_text','You can also set a starting date, where the attachment must have been attached after this date. The format is YYYY-MM-DD HH:MM:SS. For example, 2002-04-30 12:02:01. Use a 24 hour clock; that is, convert 01:02:02 PM into 13:02:02. Note if you use both Attached Before and Attached After, Attached After must be a date before Attached Before or there will be no search period!',6000),(4578,-1,'attachment_intro_datelineafter_title','Attached After',6000),(4579,-1,'attachment_intro_datelinebefore_text','Enter a date that attachments must have been attached before. The format is YYYY-MM-DD HH:MM:SS. For example, 2002-04-30 12:02:01. Use a 24 hour clock; that is, convert 01:02:02 PM into 13:02:02.',6000),(4580,-1,'attachment_intro_datelinebefore_title','Attached Before',6000),(4581,-1,'attachment_intro_downloadsless_text','Finds attachments that have had less than X downloads, X being the number you specify. Note if you use both More Than and Less Than X Downloads, the More Than number must be less than the Less Than number or there will be no search range!',6000),(4582,-1,'attachment_intro_downloadsless_title','Less Than X Downloads',6000),(4583,-1,'attachment_intro_downloadsmore_text','Finds attachments that have had more than X downloads, X being the number you specify.',6000),(4584,-1,'attachment_intro_downloadsmore_title','More Than X Downloads',6000),(4585,-1,'attachment_intro_filename_text','This is a case-insensitive search of the filenames to see if the string you enter is contained in it. This includes extensions (e.g. .jpg or .txt).',6000),(4586,-1,'attachment_intro_filename_title','Filename',6000),(4587,-1,'attachment_intro_orderby_text','You can order your search results by several options, either ascending or descending. They are Attached By, Downloads, Filename, Filesize, Time Attached, Visible. This will not affect your search, only how the results are displayed.',6000),(4588,-1,'attachment_intro_orderby_title','Order By',6000),(4589,-1,'attachment_intro_prunedate_text','You can search for attachments older than X days and on the following screen quickly prune them.',6000),(4590,-1,'attachment_intro_prunedate_title','Pruning: Find All Attachments Older Than X Days',6000),(4591,-1,'attachment_intro_results_text','Determines how many results are shown on each page after you click Find Attachments. It is recommended you do not set this too high for performance reasons.',6000),(4592,-1,'attachment_intro_results_title','Attachments to Show Per Page',6000),(4593,-1,'attachment_intro_sizeless_text','Enter the size, in bytes, that the attachment must be smaller than. Remember this is in bytes, <i>not</i> KiloBytes! Note that if you are using both Filesize Greater Than and Filesize Less Than, Filesize Greater Than must be less than Filesize Less Than or there will be no range to search!',6000),(4594,-1,'attachment_intro_sizeless_title','Filesize Less Than',6000),(4595,-1,'attachment_intro_sizemore_text','Enter the size, in bytes, that the attachment must be larger than. Remember this is in bytes, <i>not</i> KiloBytes.',6000),(4596,-1,'attachment_intro_sizemore_title','Filesize Greater Than',6000),(4597,-1,'attachment_intro_text','On this screen you have several different options for searching attachments. (see <a href=\"help.php?do=answer&page=attachment&pageaction=search\">Results of Searching Attachments</a>)<br /><br />\r\n\r\nAt the top are several links to common searches. These are:<br />\r\n<b>Largest Attachments</b>: This searches attachments, ordering them by size, largest first.<br /><br />\r\n\r\n<b>Most Popular Attachments</b>: This sorts a search of attachments by number of downloads, most downloads first.<br /><br />\r\n\r\n<b>Newest Attachments</b>: This searches attachments and sorts them by date, newest first.<br /><br />\r\n\r\n<b>Oldest Attachments</b>: Selecting this shows all attachments, sorted by date with oldest first.<br /><br /><br />\r\n\r\nAttachment Pruning finds attachments older than a certain date, with 30 days being the default. Enter the desired age and press View Results.<br /><br />\r\n\r\nUnder Advanced Attachment Search, you can use specific criteria to do a custom search. The criteria entry boxes are described below.',6000),(4598,-1,'attachment_intro_title','Searching for Specific Attachments',6000),(4599,-1,'attachment_intro_visible_text','If you have attachment moderation and have attachments which have not been moderated yet, or have manually edited an attachment and turned it\'s visibility to Off, setting this option to <b>No</b> will find only those attachments.',6000),(4600,-1,'attachment_intro_visible_title','Attachment Is Visible',6000),(4601,-1,'attachment_massdelete_text','This is a confirmation that you want to delete the attachments you selected on the previous page. Click the \"Yes\" button to perform the deletion.',6000),(4602,-1,'attachment_massdelete_title','Delete Attachments',6000),(4603,-1,'attachment_removetype_text','This is a confirmation that you want to delete this attachment type. Please confirm the correct attachment type below and click the \"Yes\" button to continue.',6000),(4604,-1,'attachment_removetype_title','Delete Attachment Type',6000),(4605,-1,'attachment_search_text','On this screen you are given a lot of information about each attachment that was found as a result of your search. (see <a href=\"help.php?do=answer&page=attachment.php&pageaction=intro\">Searching for Specific Attachments</a>)<br /><br />\r\n\r\nFrom this screen, you are shown the following:<br />\r\n<b>Filename</b>: This is the filename of the attachment. Clicking on the filename will show you the attachment itself if it is an image, or prompt you to download the file if it is another type of attachment.<br /><br />\r\n\r\n<b>User Name</b>: This is the user that posted the attachment. Clicking their name will take you to edit their profile.<br /><br />\r\n\r\n<b>Date</b>: This is the date the attachment was posted. Next to the date is a link to view the post that the attachment belongs to.<br /><br />\r\n\r\n<b>Size</b>: This is the size, in KB (KiloBytes), of the attachment.<br /><br />\r\n\r\n<b>Downloads</b>: This is how many times the attachment has been downloaded.<br /><br />\r\n\r\nAt the extreme left is a column of checkboxes. You can check them individually or click the box in the header row to select them all. Clicking \"Delete Checked Attachments\" will remove the selected attachments.<br /><br />\r\n\r\nAt the extreme right is a link to delete an attachment.',6000),(4606,-1,'attachment_search_title','Results of Searching Attachments',6000),(4607,-1,'attachment_stats_text','On this screen you are given several \"top 5s\" about the attachments on your forum as well as some general statistics.<br /><br />\r\n\r\nFrom top to bottom:\r\n<b>Statistics:</b><br />\r\n<b>Total Attachments</b>: This is the total number of attachments on your forum.<br /><br />\r\n\r\n<b>Disk Space Used</b>: This is how much disk space is consumed by all attachments combined.<br /><br />\r\n\r\n<b>Storage Type</b>: Where the attachments are being stored, either in the database or the file system, and if they are in the file system, the actual path to them.<br /><br />\r\n\r\n<b>Average Attachment Filesize</b>: This is the average size of an attachment, determined by dividing the number of attachments into the total disk space used.<br /><br />\r\n\r\nUnder <b>Five Most Popular Attachments</b>, the columns are:<br />\r\n<b>Rank</b>: The rank of the attachment.<br /><br />\r\n\r\n<b>Filename</b>: The filename of the attachment. Clicking on it will show you the attachment, if it is an image, or prompt you to download it if it is another file type.<br /><br />\r\n\r\n<b>User Name</b>: This is who posted the attachment. Clicking on the username will bring up the edit user page for that individual.<br /><br />\r\n\r\n<b>Downloads</b>: This is how many times the attachment has been downloaded by users.<br /><br />\r\n\r\nTo the left are several other options.<br />\r\n<b>View Post</b> shows you the post that the attachment was attached to.<br /><br />\r\n\r\n<b>Edit</b>: Click Edit to edit the attachments (see <a href=\"help.php?do=answer&page=attachment.php&pageaction=edit\">Editing an Attachment</a>).<br /><br />\r\n\r\n<b>Delete</b>: Choose this to remove the attachment.<br /><br />\r\n\r\nThe <b>Five Largest Attachments</b> is nearly identical, save for having a Size column instead of a Downloads column. The Size column indicates the actual byte size of the attachment, in KB (KiloBytes).<br /><br />\r\n\r\n<b>Five Users Whose Attachments Take Up The Most Space</b> shows you at a glance who is attachment-happy. For each user in the top five (if there are not five users who have made attachments, only those who have will be shown) their name, number of attachments, and the total size of those attachments is displayed. Clicking View Attachments at the end of each row will find all of the attachments that the user has posted. (see <a href=\"help.php?do=answer&page=attachment&pageaction=search\">Searching Attachments</a>)',6000),(4608,-1,'attachment_stats_title','Viewing Attachment Statistics',6000),(4609,-1,'attachment_storage_switchtype_text','This process will allow you to move your attachments from the database into the file system, or, if they are in the file system, to a different directory in the file system or back into the database. Please note that if you do not have enough disk space in the intended destination, the process will fail, but your attachments will be safe as tests are done first to ensure there is enough space.<br />\r\nAttachments will not be removed from the database or filesystem and your storage type setting will not be changed until the end of the process.<br />\r\nIf the process aborts before the end, you will need to free up space or prune attachments before trying again.<br /><br />\r\n\r\nIf you are moving attachments into the file system, it is recommended that you do *not* place the folder under your web root (usually named public_html or www or www_root) because people will be able to bypass vBulletin\'s permission system and download them. Also, you will need to make the folder writeable by PHP. The easiest way to do this is CHMOD it 777 (consult your FTP, Telnet, or SSH documentation for more info on how to do this). We do not recommended that you put a folder that is CHMODed 777 under your web root - another good reason to have it located above the document root.<br /><br />\r\n\r\nIf you are moving attachments from the file system into the database, you must have enough storage space on the drive and/or partition where your database is located.',6000),(4610,-1,'attachment_storage_switchtype_title','Switching Attachments from the Database to the File System and vice-versa',6000),(4611,-1,'attachment_switchtype_attachpath_text','This is the file path to store attachments in.\r\n\r\nThis file path should be readable AND writeable by your web server (usually CHMOD 777). It should be above your web documents root or users will be able to bypass vBulletin\'s permissions system and download attachments anyway.',6000),(4612,-1,'attachment_switchtype_attachpath_title','Attachment File Path',6000),(4613,-1,'attachment_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=attachment&pageaction=&option=\">Attachments</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderate&pageaction=&option=\">Moderating Content</a><br /><br />\r\n\r\n<b>Attachments:</b><br />\r\nvBulletin supports file uploads to posts, called post attachments. Post attachments are useful in attaching any kind of file that relates to a post including images, text files, pdfs, zips, and any other file type you allow to be attached to posts.<br /><br />\r\n\r\nvBulletin provides you with two options for storing post attachments: 1) you can store them in the database or 2) you can store them in the file system on your web server. Both methods have advantages and disadvantages. The database is more efficient with storage space and is easier to backup than individual files. However, storing attachments in the database is also an extra burden on the database when users download attachments. Other considerations include how you want to restrict access to attachments, whether you want to use vBulletin\'s permission system or directory permissions like htaccess.<br /><br />\r\n\r\nvBulletin\'s attachment system allows you to specify maximum file sizes for each type of file you allow to be attached. Some file types tend to belong to larger files (videos and images versus text for example) and this ability allows you to take that into consideration.<br /><br />\r\n\r\nOn the topic of maximum file sizes, vBulletin allows you to limit the total size of all of a user\'s attachments at the group level (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>). This is useful in preventing any one user from taking up too much storage with their attachments.<br /><br />\r\n\r\nAnother nice feature of vBulletin\'s attachment system is its support for thumbnails. When a user posts an image attachment you can configure vBulletin to generate a miniature version of the image (called a thumbnail) that is linked to the larger version of the image. This is useful in preventing large inline image attachments from stretching your forum layout. You can configure thumbnails and many other attachment options in your <a href=\"options.php?dogroup=attachment&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\nLike other forum permissions in vBulletin, the ability of a user to post attachments can be set at the group level (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>), and at the group level for a specific forum (see <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a>).',6000),(4614,-1,'attachment_title','About Attachments',6000),(4615,-1,'attachment_types_text','On this screen you can see all of the types of attachments that you currently allow to be uploaded. From here you can Edit or Delete any type by clicking the appropriate link, or click Add New Type to add another type of attachment.',6000),(4616,-1,'attachment_types_title','Modify Attachment Types',6000),(4617,-1,'attachment_updatetype_enabled_text','If this is set to Yes, users will be allowed to upload files of this type. Otherwise they will not be, but this type will still be listed in your Admin CP.',6000),(4618,-1,'attachment_updatetype_enabled_title','Enabled',6000),(4619,-1,'attachment_updatetype_extension_text','This is the extension of the file - the letter(s) after the dot in the filename. For example, the filename <b>vb.net</b> has an extension of <b>net</b>.',6000),(4620,-1,'attachment_updatetype_extension_title','Extension',6000),(4621,-1,'attachment_updatetype_height_text','If this type is an image, this sets the maximum height that the image may be, otherwise it is ignored.',6000),(4622,-1,'attachment_updatetype_height_title','Max Height',6000),(4623,-1,'attachment_updatetype_mimetype_text','In order for a browser to properly recognize a file\'s type, a content-type header must be sent before the file is. vBulletin will send the header for you automatically, but you must provide the correct MIME type so the header that is sent is correct.<br /><br />\r\n\r\nThe correct format for this field is<br />\r\n<b>Content-type: type/subtype</b><br />\r\nFor example, for JPEG images:<br />\r\n<b>Content-type: image/jpeg</b><br /><br />\r\n\r\nYou can find a list of types and subtypes <a href=\"ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types\" target=\"_blank\">here</a>.',6000),(4624,-1,'attachment_updatetype_mimetype_title','MIME Type',6000),(4625,-1,'attachment_updatetype_newwindow_text','The setting dictates how the attachment is displayed to the user. It is common to have image attachments open in a new browser window/tab while you would want compressed files to open in the same window so that the application associated with the file type opens the file directly. Opening a new window for this type of file will result in a blank window being opened for some browsers.',6000),(4626,-1,'attachment_updatetype_newwindow_title','Open Attachment in New Window',6000),(4627,-1,'attachment_updatetype_size_text','You can set the maximum size of uploaded files per type. This number is in bytes.',6000),(4628,-1,'attachment_updatetype_size_title','Max File Size',6000),(4629,-1,'attachment_updatetype_text','On this screen you can set various options regarding the file type you are editing.',6000),(4630,-1,'attachment_updatetype_title','Modifying An Attachment Type',6000),(4631,-1,'attachment_updatetype_width_text','If this type is an image, this sets the maximum width that the image may be, otherwise it is ignored.',6000),(4632,-1,'attachment_updatetype_width_title','Max Width',6000),(4633,-1,'avatar_storage_switchtype_text','This page will allow you to move your avatars from the database into the file system, or, if they are in the file system, to a different directory in the file system or back into the database. Please note that if you do not have enough disk space in the intended destination, the process will fail, but your avatars will be safe as tests are done first to ensure there is enough space. Avatars will not be removed from the database or filesystem and your storage type setting will not be changed until the end of the process. If the process aborts before the end, you will need to free up space or prune avatars before trying again.<br /><br />\r\n\r\nIf you are moving avatars into the file system, you will need to create a directory within your forums folder (/images/customavatars is a good one) for their storage. Unlike when you are storing attachments in the file system, this folder <b>must</b> be accessible from the web (usually CHMOD 777).<br /><br />\r\n\r\nIf you are moving avatars from the file system into the database, you must have enough storage space on the drive and/or partition where your database is located.',6000),(4634,-1,'avatar_storage_switchtype_title','Switching Avatars from the Database to the File-System and Vice-Versa',6000),(4635,-1,'avatar_switchtype_avatarpath_text','This is the path to the directory where the avatars will be stored on your server. It should be relative to your vBulletin forums root directory and must be CHMODed such that your web server can read and write to it (usually 777). Additionally it must be accessible from the web! (This is unlike when you have attachments in the file system, when it is recommended that the folder not be accessible from the web.)<br /><br />\r\n\r\nA setting of<br />\r\n./customavatars<br />\r\nwould mean a directory called customavatars inside your forums root directory.',6000),(4636,-1,'avatar_switchtype_avatarpath_title','Avatar File Path',6000),(4637,-1,'avatar_switchtype_avatarurl_text','This is the URL to the avatar directory, relative to your forums root directory. If you used a setting of<br />\r\n./customavatars<br />\r\nfor the Avatar File Path option, you would set this option to<br />\r\ncustomavatars',6000),(4638,-1,'avatar_switchtype_avatarurl_title','URL to avatars',6000),(4639,-1,'avatar_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br />\r\n<a href=\"help.php?s=&do=answer&page=avatar&pageaction=&option=\">Avatar Storage</a><br /><br />\r\n\r\n<b>Avatar Storage:</b><br />\r\nvBulletin supports two storage types for avatars, database and file system.<br /><br />\r\n\r\nBoth methods have advantages and disadvantages. The database is more efficient with storage space and is easier to backup than individual files. However, storing avatars in the database is also an extra burden on the database when avatars are loaded on forum pages. Other considerations include how you want to protect access to avatars, whether you want to use vBulletin\'s permission system or directory permissions like htaccess.',6000),(4640,-1,'avatar_title','About Avatar Storage',6000),(4641,-1,'backup_choose_filename_text','Enter a file name and path. This path is relative to your web user\'s home directory which is usually one level above your web root directory. It is recommended you save your backup file in a directory that is not web accessable.<br /><br />\r\n\r\nFor example, if you want to save the backup file in your user\'s home directory then just enter a file name here, like \"forumbackup.sql\". If you want to save the file in a directory below your user\'s home directory then enter the path in front of the file name, like \"/path/to/directory/forumbackup.sql\".',6000),(4642,-1,'backup_choose_filename_title','Path and name of file to save backup to',6000),(4643,-1,'backup_choose_quotes_text','Fields containing either the field separator (comma by default) or whitespace must be enclosed by the quote character which is the double quotes (\"\") by default.',6000),(4644,-1,'backup_choose_quotes_title','Quote Character',6000),(4645,-1,'backup_choose_separator_text','The separator character is used to separate each field, which by default, is a comma.',6000),(4646,-1,'backup_choose_separator_title','Separator Character',6000),(4647,-1,'backup_choose_showhead_text','This option will add the column names as the first line in the CSV file. This is useful for spreadsheet programs.',6000),(4648,-1,'backup_choose_showhead_title','Add Column Names',6000),(4649,-1,'backup_choose_table_text','Select the database table you want to backup. The records in this table will be saved to the backup file.',6000),(4650,-1,'backup_choose_table_title','Table Name',6000),(4651,-1,'backup_choose_text','There are three backup options on this page. The first is to make a selective backup of certain tables. This will make a backup of the tables you select and dump it to screen. You then save the resulting page to your local computer. This is likely to make your browser time out if your database is of any significant size. We recommend you check the integrity of this type of backup after you make it and before you would actually need to restore it. e.g. Do It Now. :)<br /><br />\r\n\r\n<b>Save data to file on server</b> is similar to how mysqldump works on the command line. This is still subject to PHP timing out, so we cannot recommend this one either if you have a choice. If you must use it, enter the path to and filename of the backup file you want to create. It can have any extension, though you might want to name it .sql to remind you what it is. As is noted on that page, PHP must have write access to the directory you specify. Usually this means you must CHMOD the directory 777. Consult your FTP documentation on how to do this.<br /><br />\r\n\r\n<b>CSV Dump of data</b> produces a CSV (comma-separated values) file that can be imported via the command line or phpMyAdmin. This is also subject to PHP timeout as well as browser timeout since this, like the first option, is dumped to screen. You choose one table at a time, the separator character (note this; it is important when you import the file later), what quotes around the data should be, and whether or not to show column names.',6000),(4652,-1,'backup_choose_title','Making a Backup of Your Database',6000),(4653,-1,'backup_mysqldump_text','It is quite simple to make a backup of your database via Telnet or SSH. The process is the same via either method. After you have logged into your server and are at the command prompt, do the following.<br /><br />\r\nType <pre>mysqldump --opt -uUSERNAME -p DATABASENAME > /path/to/dump.sql</pre> and press Enter. (Replace USERNAME, DATABASENAME, and /path/to/dump.sql with your MySQL username, the database name, and the path and file name of where you want to place the backup.) You will be prompted for your password. Type it in and press Enter. You will be returned to the command prompt when the command finishes; this should take between 30 seconds and a few minutes to complete, depending on your database size.<br /><br />\r\nVerify that you have a dump.sql in the /path/to area you specified. If you don\'t, and you didn\'t receive any errors, double-check the path you entered is where you are looking. If you are positive you are looking where you told it to place the file, ask your host to search the server for your file, or create another backup.',6000),(4654,-1,'backup_mysqldump_title','Making a Backup of your Database via Telnet/SSH',6000),(4655,-1,'backup_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Database Backup:</b><br />\r\nvBulletin\'s backup script can be used to backup your forum\'s database. Please note, this backup script is not the recommended way to backup your database because it is subject to PHP timeouts, especially on large databases. If you use this script to backup your database you might get an imcomplete backup.<br /><br />\r\n\r\nThe recommended backup method is to use the mysqldump command via telnet / SSH. Please view <a href=\"help.php?do=answer&page=backup.php&pageaction=mysqldump\">these instructions</a> on how to make a backup of your database using the command line via Telnet or SSH.',6000),(4656,-1,'backup_title','About Database Backup',6000),(4657,-1,'banning_banuser_period_text','Select the length of the ban.',6000),(4658,-1,'banning_banuser_period_title','Lift Ban After...',6000),(4659,-1,'banning_banuser_text','Here you can ban a user by username.',6000),(4660,-1,'banning_banuser_title','Ban User',6000),(4661,-1,'banning_banuser_usergroupid_text','Select your banned user group.',6000),(4662,-1,'banning_banuser_usergroupid_title','Move User to Usergroup',6000),(4663,-1,'banning_banuser_username_text','Enter the username of the user you want to ban.',6000),(4664,-1,'banning_banuser_username_title','Username',6000),(4665,-1,'banning_modify_text','This is a list of users that are banned on your forums. Below are the details of each ban. You can lift a ban by clicking the \"[Lift Ban]\" link on the right.',6000),(4666,-1,'banning_modify_title','Banned Users',6000),(4667,-1,'banning_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>User Banning:</b><br />\r\nThe banning pages in the Users tab of the Admin CP allow you to ban users and view users which are currently banned.<br /><br />\r\n\r\nYou can ban users on the <a href=\"../modcp/banning.php?do=banuser\" target=\"_blank\">Ban User</a> page. You are given a choice of ban length and banned usergroup to which you want to move the user. If you want a usergroup to be used for banning then you need to enable the \"This Usergroup is a \'Banned\' Group\" option for that group in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>; all usergroups with this option enabled will show up as selectable banned usergroups on the <a href=\"../modcp/banning.php?do=banuser\" target=\"_blank\">Ban User</a> page.<br /><br />\r\n\r\nAdditionally, you can view a list of currently banned users on the <a href=\"../modcp/banning.php?do=modify\" target=\"_blank\">View Banned Users</a> page. This page shows you all current temporary and permanent bans and gives you the option to lift any bans you choose.',6000),(4668,-1,'banning_title','About User Banning',6000),(4669,-1,'bbcode_add_edit_bbcodeexample_text','This is a sample piece of vB code to use as an example for this particular vB code.<br />\r\ne.g. to demonstrate the use of the [b] tag, you would enter [b]Some Text[/b].',6000),(4670,-1,'bbcode_add_edit_bbcodeexample_title','BB Code Example',6000),(4671,-1,'bbcode_add_edit_bbcodeexplanation_text','This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.',6000),(4672,-1,'bbcode_add_edit_bbcodeexplanation_title','BB Code Explanation',6000),(4673,-1,'bbcode_add_edit_bbcodereplacement_text','This is the HTML code that replaces the user-entered BB Code. 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 below.<br />\r\neg. [b]My Text[/b] turns into <b>My Text</b>. To create that tag, enter<br />\r\n<b>{param}</b><br />\r\nIf you were to create a tag like the URL tag, you would use {option}. The URL tag can be used like this:<br />\r\n[url]http://www.domain.com[/url]<br />\r\nwhich turns into<br />\r\n<a href=\"http://www.domain.com/\">http://www.domain.com/</a><br />\r\nIt can alternatively be used like this:<br />\r\n[url=http://www.domain.com/]My Site[/url]<br />\r\nwhich would turn into this:<br />\r\n<a href=\"http://www.domain.com/\">My Site</a><br />\r\nThis is actually two different tags with the same code to make it easy on the end-user.<br />\r\nTo create the first tag, you would enter<br />\r\n<a href=\"{param}\">{param}</a><br />\r\nTo create the second, you would enter<br />\r\n<a href=\"{option}\">{param}</a><br />\r\nIf you are using options, option is what is entered <b>within</b> the tag, e.g. www.domain.com in the following:<br />\r\n[url=www.domain.com]<br />\r\n{param} is what is entered <b>between</b> tags, e.g. My Site in the following:<br />\r\n[url=www.domain.com]My Site[/url]<br />\r\nYou will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes\" and you need a second bit of input from the user as in the above example.',6000),(4674,-1,'bbcode_add_edit_bbcodereplacement_title','BB Code Replacement',6000),(4675,-1,'bbcode_add_edit_bbcodetag_text','This is the text for the BB code, which goes inside the square brackets.<br />\r\neg. For the bold tag, you type [b] - the BB Code Tag for this is simply <b>b</b> without the brackets.<br /><br />',6000),(4676,-1,'bbcode_add_edit_bbcodetag_title','BB Code Tag',6000),(4677,-1,'bbcode_add_edit_buttonimage_text','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.',6000),(4678,-1,'bbcode_add_edit_buttonimage_title','Button Image (Optional)',6000),(4679,-1,'bbcode_add_edit_title_text','The title of your BB Code tag, which will be used on the <a href=\"../misc.php?do=bbcode\" target=\"_blank\">BB Code user explanation screen</a>, along with all other below options except \"Use Option\".<br /><br />',6000),(4680,-1,'bbcode_add_edit_title_title','BB Code Title',6000),(4681,-1,'bbcode_add_edit_twoparams_text','Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.',6000),(4682,-1,'bbcode_add_edit_twoparams_title','Use {option}',6000),(4683,-1,'bbcode_add_text','This screen allows you to add a new BB Code.<br /><br />\r\n\r\nExplanations of the options on this screen are listed below.',6000),(4684,-1,'bbcode_add_title','Adding a new BB Code',6000),(4685,-1,'bbcode_edit_text','This screen allows you to modify the properties of an existing BB Code. The options are explained below.',6000),(4686,-1,'bbcode_edit_title','Editing BB Codes',6000),(4687,-1,'bbcode_modify_text','This screen displays all of your current BB Codes, along with an example of each.<br /><br />\r\n\r\nAcross, the columns are:<br />\r\n<b>Title</b>: The title of the BB Code.<br />\r\n<b>BB Code</b>: The actual code that is used for the BB Code.<br />\r\n<b>HTML</b>: The BB Code example parsed into HTML.<br />\r\n<b>Replacement</b>: The results of displaying the HTML.<br />\r\n<b>Button Image</b>: If you specified an image for this to appear on the toolbar it will be displayed here.<br />\r\n<b>Controls</b>: Edit or Delete BB codes from here.',6000),(4688,-1,'bbcode_modify_text_text','You can test BB Codes by entering text in the \"Enter text with BB Codes\" box and pressing Test This Text. The BB Code will be parsed as though you were making a post so you can see how it would look or if your code is working correctly.',6000),(4689,-1,'bbcode_modify_text_title','Testing Your BB Codes',6000),(4690,-1,'bbcode_modify_title','Viewing/Removing BB Codes',6000),(4691,-1,'bbcode_remove_text','This is a confirmation that you want to delete this BB code. Click the \"Yes\" button to perform the deletion.',6000),(4692,-1,'bbcode_remove_title','Delete BB Code',6000),(4693,-1,'bbcode_text','<b>BB Code:</b><br />\r\nBB Code is a special coding system, similar to HTML, where you type in tags around your text and the text is formatted. For example, typing:<br /><br />\r\n\r\n[b]My Text[/b]<br /><br />\r\n\r\n...would produce:<br /><br />\r\n\r\n<b>My Text</b><br /><br />\r\n\r\nIt is a safe and easy way to allow your users to format their posts. It does not have the security risks of allowing HTML, and users cannot mess up page layouts by accidentally leaving a tag open. You as the admin control what tags are available to your users.',6000),(4694,-1,'bbcode_title','About BB Code',6000),(4695,-1,'calendarpermission_edit_candeleteevent_text','If this is set to No, users from this usergroup will not be allowed to remove events they posted on this calendar. This is overridden if the user is also a moderator of this calendar and has his moderator permissions set to allow him to remove events.',6000),(4696,-1,'calendarpermission_edit_candeleteevent_title','Can Delete Own Events',6000),(4697,-1,'calendarpermission_edit_caneditevent_text','If this is set to No, users in this usergroup will not be able to edit events they have posted on this calendar. This is overridden when a user in this usergroup is a moderator of this calendar and is allowed to edit events according to his moderator permissions.',6000),(4698,-1,'calendarpermission_edit_caneditevent_title','Can Edit Own Events',6000),(4699,-1,'calendarpermission_edit_canpostevent_text','If this is set to No, this usergroup will not be able to post new events on this calendar.<br /><br />\r\n\r\nPlease note, the way events work has been changed from vBulletin 2.2.x. The idea of \"public\" and \"private\" events has been changed to a single event type; therefore, there is now only one option regarding posting events. Whether or not events are \"public\" is determined by the setting Can View Other\'s Events, below. (see <a href=\"help.php?do=answer&page=calendarpermission&pageaction=edit&option=canviewothersevent\">Can View Other\'s Events</a>)',6000),(4700,-1,'calendarpermission_edit_canpostevent_title','Can Post Calendar Events',6000),(4701,-1,'calendarpermission_edit_canviewcalendar_text','If this is set to No, this usergroup will not be able to see this calendar or view its\' contents.',6000),(4702,-1,'calendarpermission_edit_canviewcalendar_title','Can View Calendar',6000),(4703,-1,'calendarpermission_edit_canviewothersevent_text','If this is set to Yes, this usergroup will be able to view events that others have posted on this calendar. Otherwise, those events will not be visible to this group.<br /><br />\r\nPlease note, the way events work has been changed from vBulletin 2.2.x. The idea of \"public\" and \"private\" events has been changed to a single event type; therefore, there is now only one option regarding posting events. Whether or not events are \"public\" is determined by this setting. If it is set to Yes, events on this calendar would be \"public\". Otherwise they would be \"private\". (see <a href=\"help.php?do=answer&page=calendarpermission&pageaction=edit&option=canpostevent\">Can Post Calendar Events</a>)',6000),(4704,-1,'calendarpermission_edit_canviewothersevent_title','Can View Others\' Events',6000),(4705,-1,'calendarpermission_edit_mode_text','If you select Use Usergroup Default, the group will be reverted to default permissions for this calendar. If you select any custom permissions and have not set this to Use Custom Settings you will be warned. If you ignore the warning and set custom permissions without setting this to Use Custom Settings, the settings will not be saved.',6000),(4706,-1,'calendarpermission_edit_mode_title','Use Usergroup Default/Custom Settings',6000),(4707,-1,'calendarpermission_edit_text','On this screen you set up calendar permissions for the specific calendar and usergroup. Options are described below.',6000),(4708,-1,'calendarpermission_edit_title','Editing Calendar Permissions',6000),(4709,-1,'calendarpermission_modify_text','From here you can set custom permissions for any usergroup for a specific calendar. For each calendar you have, each usergroup is listed. If the name of the group is red, they already have custom permissions set. If the name is white, they are using default permissions. To change permissions, click Edit next to the group name you wish to change, under the calendar you wish it to apply to. ',6000),(4710,-1,'calendarpermission_modify_title','Modifying Calendar Permissions',6000),(4711,-1,'calendarpermission_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=admincalendar&pageaction=&option=\">Calendars</a><br />\r\n<a href=\"help.php?s=&do=answer&page=calendarpermission&pageaction=&option=\">Calendar Permissions</a><br /><br />\r\n\r\n<b>Calendar Permissions:</b><br />\r\nBy default, users will have the permissions for their usergroup (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>) for each calendar. However, you might not want users of a particular usergroup to have access to every calendar. In that case, vBulletin allows you to create custom permissions for a specific calendar for a specific usergroup. This is useful in restricting certain calendars for certain usergroups.',6000),(4712,-1,'calendarpermission_title','About Calendar Permissions',6000),(4713,-1,'cronadmin_add_edit_day_text','Set this to the specific day of the month the task should run. This is overridden by the Day of the Week setting above. Set this to * to have it not apply.',6000),(4714,-1,'cronadmin_add_edit_day_title','Day of the Month',6000),(4715,-1,'cronadmin_add_edit_filename_text','This is the most crucial setting. Enter the path to, and filename of, the file to be run. This is in relation to your main forums directory. The default scheduled tasks are located in the directory<br />\r\n./includes/cron/<br />\r\nNote the . at the beginning - this indicates that the following is an absolute path from the current directory, not from the root of the server (as /includes/cron would indicate). You could also write the above as<br />\r\nincludes/cron<br />\r\nThe file to be run should not echo anything or send output to screen.',6000),(4716,-1,'cronadmin_add_edit_filename_title','Filename',6000),(4717,-1,'cronadmin_add_edit_hour_text','This is the hour of the day the task should run. Set it to * to have it run every hour.',6000),(4718,-1,'cronadmin_add_edit_hour_title','Hour',6000),(4719,-1,'cronadmin_add_edit_loglevel_text','If this is set to Yes, every time the scheduled task runs, a log will be made indicating that the task was run, and in certain cases, additional information will be provided (e.g. for the Birthday Email task, the usernames who were sent birthday wishes will be noted).',6000),(4720,-1,'cronadmin_add_edit_loglevel_title','Log Actions',6000),(4721,-1,'cronadmin_add_edit_minute_text','This is the minute of the hour the task should run. Set it to * to have it run every minute (not really recommended!).',6000),(4722,-1,'cronadmin_add_edit_minute_title','Minute',6000),(4723,-1,'cronadmin_add_edit_title_text','This is the title of the scheduled task. It is only used for your information in the control panel, and can be anything you wish.',6000),(4724,-1,'cronadmin_add_edit_title_title','Title',6000),(4725,-1,'cronadmin_add_edit_weekday_text','This is the day of the week the task should run on. Set this to * to have it not apply, or for it to run every day (if Day of the Month is set to * below). Otherwise select a specific day. Note that this will override the day of the month option, unless this is set to *.',6000),(4726,-1,'cronadmin_add_edit_weekday_title','Day of the Week',6000),(4727,-1,'cronadmin_add_text','On this screen you add a new scheduled task.',6000),(4728,-1,'cronadmin_add_title','Adding a Scheduled Task',6000),(4729,-1,'cronadmin_edit_text','On this screen you edit an existing scheduled task.',6000),(4730,-1,'cronadmin_edit_title','Editing Scheduled Tasks',6000),(4731,-1,'cronadmin_modify_text','This screen provides an overview of your scheduled tasks, including when they run, their next run time, and an option to run them right now.<br /><br />\r\n\r\nThe columns across the top are:<br />\r\n<b>m</b>: (Minute) This is the minute that a task runs. If this is an asterisk it runs every minute.<br />\r\n<b>h</b>: (Hour) This is the hour of the day that a task runs. If this is an asterisk it runs every hour.<br />\r\n<b>D</b>: (Date) This is the day of the month (numerically) that a task runs. If this is an asterisk it runs every day.<br />\r\n<b>M</b>: (Month) This is the month of the year that a task runs. If this is an asterisk it runs every month.<br />\r\n<b>DoW</b>: (Day of Week) This is the day of the week that a task runs. If this is an asterisk, it defers to the Day setting.<br />\r\n<b>Title</b>: This is the title of the task.<br />\r\n<b>Next Time</b>: This is the next time the task is scheduled to run. You can run it immediately using the Run Now button at the far right.<br />\r\n<b>Controls</b>: This column contains a drop-down with Edit and Delete controls, and a Run Now button to run the task immediately.<br /><br />\r\n\r\nAt the bottom of the screen you can use the Add New Scheduled Task button to add a task.',6000),(4732,-1,'cronadmin_modify_title','Scheduled Tasks',6000),(4733,-1,'cronadmin_remove_text','This is a confirmation that you want to delete this scheduled task. Click the \"Yes\" button to perform the deletion.',6000),(4734,-1,'cronadmin_remove_title','Delete Scheduled Task',6000),(4735,-1,'cronadmin_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=cronadmin&pageaction=&option=\">Scheduled Tasks</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Taks Log</a><br /><br />\r\n\r\n<b>Scheduled Tasks:</b><br />\r\nvBulletin\'s scheduled tasks system is used to perform regularly needed tasks at certain time intervals. Scheduled tasks are basically vBulletin cron jobs.<br /><br />\r\n\r\nOne benefit of the scheduled tasks system is that common vBulletin tasks, like updating view counters and sending emails, can be queued up and performed all at once which reduces the average server load. This can make a huge difference on high traffic forums. You can choose to schedule common vBulletin tasks in your <a href=\"options.php?dogroup=server&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(4736,-1,'cronadmin_title','About Scheduled Tasks',6000),(4737,-1,'cronlog_choose_cronid_text','<b>Viewing: Show only entries generated by...</b><br />\r\nIf you wish to only view logs generated by a particular script, select it from the list here.<br />\r\n<br />\r\n<b>Pruning: Remove Entries Related to Action</b><br />\r\nIf you wish to only prune entries related to a certain script, select it from this list.',6000),(4738,-1,'cronlog_choose_cronid_title','Viewing & Pruning',6000),(4739,-1,'cronlog_choose_daysprune_text','Select how many days old log entries must be before they will be deleted and enter that number here. The default is 30.',6000),(4740,-1,'cronlog_choose_daysprune_title','Pruning: Remove Entries Older than Days',6000),(4741,-1,'cronlog_choose_orderby_text','Select how you wish to order your results. Choices are Date and Action.',6000),(4742,-1,'cronlog_choose_orderby_title','Viewing: Order Log Entries By',6000),(4743,-1,'cronlog_choose_perpage_text','This determines how many log entries are displayed on each results page. Do not set this too high or your browser could crash.',6000),(4744,-1,'cronlog_choose_perpage_title','Viewing: Log entries to display per page',6000),(4745,-1,'cronlog_choose_text','On this screen you select the options to view or prune your Scheduled Task Log. A log entry is generated every time a Scheduled Task runs that has been set to be logged. Options are described below.',6000),(4746,-1,'cronlog_choose_title','Viewing/Pruning the Scheduled Task Log',6000),(4747,-1,'cronlog_prunelog_text','On this screen you are prompted to confirm your choice to prune the Scheduled Task logs. The total number of entries that will be deleted is shown.<br /><br />\r\n\r\nIf no entries match your pruning criteria, you will be shown an error message.',6000),(4748,-1,'cronlog_prunelog_title','Pruning Scheduled Task Logs',6000),(4749,-1,'cronlog_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Scheduled Task Log:</b><br />\r\nThe scheduled task log contains log entries for every scheduled task that has been run since you last pruned the log. This log is useful in confirming that your scheduled tasks are running at their proper times. Log files can also be useful sources of information when you are tracking down a problem.',6000),(4750,-1,'cronlog_title','About Scheduled Task Log',6000),(4751,-1,'cronlog_view_text','On this screen you are shown the results of your search of the Scheduled Task Log. At the top you are told the page you are on, the total number of pages of results, and the total number of results.<br /><br />\r\n\r\nThe Result column displays extended information about each entry, if available.',6000),(4752,-1,'cronlog_view_title','Viewing Scheduled Task Log Search Results',6000),(4753,-1,'css_doedit_$stylevar[outertablewidth]_text','',6000),(4754,-1,'css_doedit_$stylevar[outertablewidth]_title','',6000),(4755,-1,'css_doedit_cellpadding_text','This is the cellpadding attribute of your forum tables. This setting determines how big a table cell is around its content.<br /><br />\r\n\r\nAn example of a table cell is one of the boxes on your <a href=\"../{$vboptions[forumhome]}.php\" target=\"_blank\">forumhome</a> page that contains a linked forum name and its description.',6000),(4756,-1,'css_doedit_cellpadding_title','Table Cell Padding',6000),(4757,-1,'css_doedit_cellspacing_text','This is the cellspacing attribute of your forum tables. The larger this number, the farther apart vBulletin\'s table cells will be from eachother.<br /><br />\r\n\r\nAn example of a table cell is one of the boxes on your <a href=\"../{$vboptions[forumhome]}.php\" target=\"_blank\">forumhome</a> page that contains a linked forum name and its description.',6000),(4758,-1,'css_doedit_cellspacing_title','Inner Border Width',6000),(4759,-1,'css_doedit_codeblockwidth_text','This setting allows you to set the width of code blocks in messages. This should be set to a width that will not stretch your forum layout. To see an example of a code block you can post a new thread on your forums and put this in the message: [code]test[/code].<br /><br />\r\n\r\nEnter a number of pixels followed by a \"px\" (e.g., <b>640px</b>).',6000),(4760,-1,'css_doedit_codeblockwidth_title','Code Block Width',6000),(4761,-1,'css_doedit_footer_text','The footer template contains the HTML code that makes up the bottom of your forum layout, including the closing tags for the content table and everything below it.',6000),(4762,-1,'css_doedit_footer_title','Footer',6000),(4763,-1,'css_doedit_formspacer_text','This setting controls the spacing of different elements in a form. A good example of a form with lots of elements that can be spaced is the form in the \"Additional Options\" table on new thread / reply posting pages.',6000),(4764,-1,'css_doedit_formspacer_title','Form Element Spacer Size',6000),(4765,-1,'css_doedit_formwidth_text','This setting controls the width of most of vBulletin\'s forms. Examples of forms that are affected by this setting include poll voting forms and the form in the \"Additional Options\" table on posting pages.<br /><br />\r\n\r\nEnter a number of pixels followed by a \"px\" (e.g., <b>640px</b>).',6000),(4766,-1,'css_doedit_formwidth_title','Form Width',6000),(4767,-1,'css_doedit_formwidth_usercp_text','This setting allows you to set the width of forms in the User CP. A good example of a page with forms which this setting affects is the <a href=\"../profile.php?do=editprofile\" target=\"_blank\">Edit Profile</a> page.<br /><br />\r\n\r\nEnter a number of pixels followed by a \"px\" (e.g., <b>480px</b>).',6000),(4768,-1,'css_doedit_formwidth_usercp_title','User Control Panel Form Width',6000),(4769,-1,'css_doedit_header_text','The header template contains the HTML code that makes up the top portion of your forum layout, including the title image and openning table code for the content table.',6000),(4770,-1,'css_doedit_header_title','Header',6000),(4771,-1,'css_doedit_headinclude_text','The contents of the headinclude template are inserted within the <head></head> tags on each forum page. Meta tags, style sheets, scripts, etc are added here.',6000),(4772,-1,'css_doedit_headinclude_title','Headinclude',6000),(4773,-1,'css_doedit_htmldoctype_text','',6000),(4774,-1,'css_doedit_htmldoctype_title','',6000),(4775,-1,'css_doedit_imgdir_attach_text','Attachment icons are used to identify different types of attached files. The names of these images use the file type they are representing. For example, the image for zip files is named zip.gif and is uploaded to the attachment icon folder.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/attach</b>).',6000),(4776,-1,'css_doedit_imgdir_attach_title','Attachment Icons Folder',6000),(4777,-1,'css_doedit_imgdir_button_text','The button images folder contains images like the \"New Thread\" and \"Post Reply\" images. Because these images contain language-specific text you can override this setting in the language manager.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/buttons</b>).',6000),(4778,-1,'css_doedit_imgdir_button_title','Button Images Folder',6000),(4779,-1,'css_doedit_imgdir_editor_text','The text editor controls folder contains the small shortcut images used in the vBulletin text editors (like the WYSIWYG text editor).<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/editor</b>).',6000),(4780,-1,'css_doedit_imgdir_editor_title','Text Editor Controls Folder',6000),(4781,-1,'css_doedit_imgdir_misc_text','The miscellaneous images folder contains miscellaneous images. Examples inlude the instant messenger icons and the vb_bullet.gif icon.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/misc</b>).',6000),(4782,-1,'css_doedit_imgdir_misc_title','Miscellaneous Images Folder',6000),(4783,-1,'css_doedit_imgdir_poll_text','The poll images folder contains the images that are used to build the colored bars in poll results.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/polls</b>).',6000),(4784,-1,'css_doedit_imgdir_poll_title','Poll Images Folder',6000),(4785,-1,'css_doedit_imgdir_rating_text','The ratings images folder contains the star images used for thread ratings.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/rating</b>).',6000),(4786,-1,'css_doedit_imgdir_rating_title','Ratings Images Folder',6000),(4787,-1,'css_doedit_imgdir_reputation_text','The reputation images folder contains the little colored dot images that are used to display a user\'s reputation.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/reputation</b>).',6000),(4788,-1,'css_doedit_imgdir_reputation_title','Reputation Images Folder',6000),(4789,-1,'css_doedit_imgdir_statusicon_text','This folder contains all the icons representing the status of forums, threads, posts etc.<br /><br />\r\n\r\nEnter a directory path that is relative to your forum directory (e.g., <b>images/statusicon</b>).',6000),(4790,-1,'css_doedit_imgdir_statusicon_title','Item Status Icon Folder',6000),(4791,-1,'css_doedit_messagewidth_text','This setting allows you to set the width of the text box used for all message posting in vBulletin. An example of such a text box is on the new thread / reply posting pages.<br /><br />\r\n\r\nEnter a number of pixels followed by a \"px\" (e.g., <b>540px</b>).',6000),(4792,-1,'css_doedit_messagewidth_title','Message Area Width',6000),(4793,-1,'css_doedit_messagewidth_usercp_text','This setting allows you to set the width of the message area in user control panel. The <a href=\"../private.php?do=newpm\" target=\"_blank\">Send New Private Message</a> form, for example (if you have the PM feature enabled).<br /><br />\r\n\r\nEnter a number of pixels followed by a \"px\" (e.g., <b>380px</b>).',6000),(4794,-1,'css_doedit_messagewidth_usercp_title','User Control Panel Message Area Width',6000),(4795,-1,'css_doedit_outerborderwidth_text','',6000),(4796,-1,'css_doedit_outerborderwidth_title','',6000),(4797,-1,'css_doedit_outertablewidth_text','Specify a pixel size or percentage.<br /><br />\r\n\r\nFor example, if you want your forum content to always fill the entire browser window regardless of window size / screen resolution then you would set this to <b>100%</b>. On the other hand, if you want your forum content to exist within a fixed box then you would enter a pixel value here... for example, <b>800</b> or a little less is optimal for 800x600 resolution.',6000),(4798,-1,'css_doedit_outertablewidth_title','Main Table Width',6000),(4799,-1,'css_doedit_phpinclude_end_text','You can enter PHP code here. The phpinclude_end template is evaluated at the end of page execution and can be used to manipulate output.',6000),(4800,-1,'css_doedit_phpinclude_end_title','Phpinclude_end',6000),(4801,-1,'css_doedit_phpinclude_start_text','You can enter PHP code here. The phpinclude_start template is evaluated at the beginning of page execution and can be used for putting things into templates.<br /><br />\r\n\r\nFor example, if you enter this code into this template:<br /><br />\r\n\r\n<i>$variable = \"value\";</i><br /><br />\r\n\r\n...then you can use <i>$variable</i> in your templates and it will parse to <i>value</i>.<br /><br />\r\n\r\n<b>Variable Scope:</b><br />\r\nVariables defined here won\'t be accessable by name in all templates because some templates are used within functions which are outside the scope of the code here. In that case you can use PHP\'s <i>$GLOBALS</i> array to access your variables. For example, if you need to access <i>$variable</i> from the above example you would use this code in your templates:<br /><br />\r\n\r\n<i>$GLOBALS[variable]</i><br /><br />\r\n\r\nOr this code if the variable is being used in a conditional:<br /><br />\r\n\r\n<i>$GLOBALS[\'variable\']</i><br /><br />\r\n\r\nIf the variable you need to access is an array element, like:<br /><br />\r\n\r\n<i>$variable[1]</i><br /><br />\r\n\r\nThen you can use this code to access it:<br /><br />\r\n\r\n<i>{$GLOBALS[\'variable\'][1]}</i><br /><br />\r\n\r\nOr this code if the variable is being used in a conditional:<br /><br />\r\n\r\n<i>$GLOBALS[\'variable\'][1]</i>',6000),(4802,-1,'css_doedit_phpinclude_start_title','Phpinclude_start',6000),(4803,-1,'css_doedit_spacersize_text','On your <a href=\"../{$vboptions[forumhome]}.php\" target=\"_blank\">forumhome</a> page, for example, you will notice there is a gap between the boxes that contain your forums and the outside border of your forum layout. This setting controls how large that gap is.',6000),(4804,-1,'css_doedit_spacersize_title','Spacer Size',6000),(4805,-1,'css_doedit_text','On this screen you can edit a large number of style options relating to your forums display. Each style can have its\' own set of CSS and images by customizing the items on this screen.',6000),(4806,-1,'css_doedit_title','Editing the Images, Fonts and other Style Options',6000),(4807,-1,'css_doedit_titleimage_text','Enter a file name complete with a path that is relative to your forum directory.<br /><br />\r\n\r\nFor example, if your title image is named titleimage.gif and you upload it to the images directory in your forum directory, then you would enter this: images/titleimage.gif',6000),(4808,-1,'css_doedit_titleimage_title','Title Image',6000),(4809,-1,'css_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Common Templates:</b><br />\r\nThe header, headinclude, footer, phpinclude_start, and phpinclude_end templates are considered common templates because they are included / parsed on every forum page.<br /><br />\r\n\r\nThe header, headinclude, and footer templates are respectively represented in the templates by the $header, $headinclude, and $footer variables. The parsed contents of these three templates are substituted in for these variables when a forum page is loaded. The contents of the two phpinclude templates are not shown on your forums but are parsed as PHP code that is global to your templates.<br /><br />\r\n\r\nThe header template contains the HTML code that makes up the top portion of your forum layout, including the title image and openning table code for the content table in which your forum content is displayed.<br /><br />\r\n\r\nThe contents of the headinclude template are inserted within the <head></head> tags on each forum page. Meta tags, style sheets, scripts, etc are added here.<br /><br />\r\n\r\nThe footer template contains the HTML code that makes up the bottom portion of your forum layout, including the closing table tags for the content table in which your forum content is displayed and the vBulletin copyright notice.<br /><br />\r\n\r\nThe phpinclude_start template is evaluated at the beginning of page execution and can be used for putting things into templates. For example, you can assign values to variables using PHP code and then use the variables in your templates. At page load time the variables will be parsed into their respective values as defined in this template. This can be useful in implementing banner systems, displaying content from external files, etc.<br /><br />\r\n\r\nThe phpinclude_end template is evaluated at the end of page execution and can be used to manipulate output.<br /><br />\r\n\r\n<b>StyleVars:</b><br />\r\nThe StyleVars on this page include the \"Size and Dimensions\", \"Image Paths\", and \"Miscellaneous\" tables below. These settings control various style related aspects of your forum pages. These stylevars are represented in the templates as:<br /><br />\r\n\r\n<i>$stylevar[var_name]</i><br /><br />\r\n\r\nThese stylevar variables are parsed into their corresponding values when a forum page is loaded. By representing commonly used stylevars as variables in the templates it is very easy to change them - just edit their values on this page and the changes will take effect for all forum pages.<br /><br />\r\n\r\n<b>CSS:</b><br />\r\nvBulletin uses CSS classes for its various page elements. These page elements all call on the various CSS classes defined here. Therefore, you can change the attributes of all page elements that use a CSS class by editing the class on this page. A good site to learn CSS is <a href=\"http://www.w3.org/\" target=\"_blank\">w3.org</a>.<br /><br />\r\n\r\nNote that several CSS attributes are color fields which use standard HTML color codes. You can click on the color box to the right to pull up the color picker window where you can visually pick a color by clicking on it. vBulletin will automatically insert the corresponding color code for the color you pick. The small button to the left of the close box allows you to switch color palettes for more choices. The dotted box on the top left represents no color (transparent).',6000),(4810,-1,'css_title','About Common Templates, StyleVars, and CSS',6000),(4811,-1,'diagnostic_domail_text','This is the results of your Email Settings test. If any errors occurred during the test, they will be listed, along with the values of several pertinent settings.',6000),(4812,-1,'diagnostic_domail_title','Email Settings Test',6000),(4813,-1,'diagnostic_dosysinfo_text','On this screen you are shown the results of your system information inquiry.<br /><br />\r\n\r\nThe various types of information you can be shown is described below:<br />\r\n<b>MySQL Variables</b> is a list of the MySQL variables that are set. Please visit the following pages for more information on MySQL variables and their meanings: <a href=\"http://www.mysql.com/doc/en/SHOW_VARIABLES.html\">MySQL Variables</a>, <a href=\"http://www.mysql.com/doc/en/Server_parameters.html\" target=\"_blank\">Tuning Server Parameters</a>.<br />\r\n<b>MySQL Status</b> shows the status of many things related to the MySQL server. For more information on the items listed on this page, visit <a href=\"http://www.mysql.com/doc/en/SHOW_STATUS.html\" target=\"_blank\">MySQL Status</a>.<br />\r\n<b>Table Status</b>: If you are running MySQL 3.23 or higher, you can also view this page of information. The following link provides more information about the information displayed on this page: <a href=\"http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html\" target=\"_blank\">MySQL Table Status</a>.',6000),(4814,-1,'diagnostic_dosysinfo_title','System Information Results',6000),(4815,-1,'diagnostic_doupload_text','On this screen you are shown the results of the Upload Settings test. The relevant PHP settings are listed, and if there are any errors they will be listed.<br /><br />\r\n\r\nFor more information on the various PHP settings, please visit the following links:<br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.file-uploads\" target=\"_blank\">file_uploads</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.open-basedir\" target=\"_blank\">open_basedir</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.safe-mode\" target=\"_blank\">safe_mode</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.upload-tmp-dir\" target=\"_blank\">upload_tmp_dir</a><br />\r\n<a href=\"http://www.php.net/manual/en/configuration.php#ini.upload-max-filesize\" target=\"_blank\">upload_max_filesize</a><br />',6000),(4816,-1,'diagnostic_doupload_title','Upload Settings Results',6000),(4817,-1,'diagnostic_doversion_text','All files listed below are suspected to be for different versions of vBulletin than the version you are running. You should overwrite the files listed below with the original files from the vBulletin zip file for your version.',6000),(4818,-1,'diagnostic_doversion_title','Suspect File Versions',6000),(4819,-1,'diagnostic_list_attachfile_text','For this test, you need to select a file to upload to the server. This file will be removed immediately after the test is completed and it will not be stored on the server for more than about 1/2 second. After you select a file, press the Submit button to run the test.',6000),(4820,-1,'diagnostic_list_attachfile_title','Filename',6000),(4821,-1,'diagnostic_list_emailaddress_text','In this test, you must enter a valid email address to send a test email to. After you do so and click Submit, vBulletin will attempt to email the address and will show the results, noting errors, if any, that occurred.',6000),(4822,-1,'diagnostic_list_emailaddress_title','Email',6000),(4823,-1,'diagnostic_list_text','On this page you can run several diagnostics to try and troubleshoot file uploading and email distribution. Additionally you can view three different sets of system information. More information is available below.',6000),(4824,-1,'diagnostic_list_title','Running Diagnostic Tests',6000),(4825,-1,'diagnostic_list_type_text','For this section, select from one of three sets of information to view: Table Status (if you are running MySQL 3.23 or higher), MySQL Status, and MySQL Variables. (see <a href=\"help.php?do=answer&page=diagnostic&pageaction=dosysinfo\">System Information Results</a>)',6000),(4826,-1,'diagnostic_list_type_title','View...',6000),(4827,-1,'diagnostic_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Diagnostics:</b><br />\r\nThe diagnostics page contains several diagnostics that are useful for troubleshooting problems with your forums.<br /><br />\r\n\r\nThe \"Upload\" diagnostic tests file uploading functionality on your server. If your server isn\'t configured correctly for file uploads then several vBulletin features will not work including custom avatar uploads and post attachments.<br /><br />\r\n\r\nThe \"Email\" diagnostic will send a test email to the address you specify. If you receive the test email then PHP and your mail server are configured correctly. Otherwise they are not configured correctly and you need to contact your host. Without email functionality you will not be able to use any email features on your forums including email verification on registration and \"send to friend.\"<br /><br />\r\n\r\nThe \"Suspect File Versions\" diagnostic checks the version of every PHP file in your forum directory and tells you which ones are for different versions of vBulletin than the one you are running. Running files that are not meant for your version of vBulletin can cause any number of problems. If any files are for different versions then you should upload the originals from the vBulletin zip file for the version you are running.<br /><br />\r\n\r\nThe \"System Information\" diagnostics report on your MySQL configuration and the status of your database. vBulletin team members may ask you to give them the output of these reports to help them troubleshoot problems with your server and forums.',6000),(4828,-1,'diagnostic_title','About Diagnostics',6000),(4829,-1,'email_genlist_septext_text','Enter the character or text that addresses should be separated by. What this needs to be is dependant on what program you will be feeding these addresses to. This is a space by default, but you may wish to produce, for example, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes). In most email programs, a comma or semi-colon followed by a space is needed. Your needs may differ, however. To make each address be on a new line, press Enter in the text box.',6000),(4830,-1,'email_genlist_septext_title','Text To Separate Addresses By',6000),(4831,-1,'email_genlist_start_adminemail_text','Enabling this option will send emails to users who have chosen not to receive emails.',6000),(4832,-1,'email_genlist_start_adminemail_title','Include users that have declined admin emails?',6000),(4833,-1,'email_genlist_start_aim_text','Enter the string of characters the user\'s AIM handle, or screen name, must contain. Users without an AIM screen name are automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.',6000),(4834,-1,'email_genlist_start_aim_title','AIM Handle Contains',6000),(4835,-1,'email_genlist_start_birthdayafter_text','Enter the date that the user\'s birthday must be after to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. Users without a birthday entered will be automatically excluded from the results of this search. This criteria can be used in conjunction with the Birthday is Before criteria to create a finite range of birthday dates. Keep in mind that if you use both, this date must be BEFORE the Birthday is Before date or it will not find any users! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=birthdaybefore\">Birthday is Before</a>)',6000),(4836,-1,'email_genlist_start_birthdayafter_title','Birthday is After',6000),(4837,-1,'email_genlist_start_birthdaybefore_text','This is the date the user\'s birthday must be before to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. This criteria can be used in conjunction with the Birthday is After criteria to create a finite range of birthday dates. Keep in mind that if you use them together, this date must be AFTER the Birthday is After criteria or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=birthdayafter\">Birthday is After</a>)',6000),(4838,-1,'email_genlist_start_birthdaybefore_title','Birthday is Before',6000),(4839,-1,'email_genlist_start_coppauser_text','If this is set to Yes, the user(s) found will all be COPPA users; that is, under 13. Set this to No to not find COPPA users, or leave it blank to find both.',6000),(4840,-1,'email_genlist_start_coppauser_title','Is COPPA User',6000),(4841,-1,'email_genlist_start_email_text','The user\'s email address must contain the string entered here. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.',6000),(4842,-1,'email_genlist_start_email_title','Email Contains',6000),(4843,-1,'email_genlist_start_homepage_text','Enter the string that the user\'s homepage must contain. Users without a homepage URL entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.',6000),(4844,-1,'email_genlist_start_homepage_title','Homepage Contains',6000),(4845,-1,'email_genlist_start_icq_text','Since ICQ Numbers naturally contain only numbers, you must enter a string of number(s) here. Users without an ICQ number entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.',6000),(4846,-1,'email_genlist_start_icq_title','ICQ Number Contains',6000),(4847,-1,'email_genlist_start_ipaddress_text','Enter a number in this field to search by IP address. It can be a full IP address (such as 24.23.120.15) or a partial (such as 24.23.120). In the case of a partial, it would match users with any number(s) for the last block.',6000),(4848,-1,'email_genlist_start_ipaddress_title','IP Address Contains',6000),(4849,-1,'email_genlist_start_joindateafter_text','Enter the date the user must have joined after to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is Before criteria to create a finite range of join dates. Keep in mind that if you use them together, that this date must be BEFORE the Join Date is Before date, or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=joindatebefore\">Join Date is Before</a>)',6000),(4850,-1,'email_genlist_start_joindateafter_title','Join Date is After',6000),(4851,-1,'email_genlist_start_joindatebefore_text','The user must have joined before this date to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is After criteria to create a finite range of join dates. Keep in mind that if you use them together, this date must be AFTER the Join Date is After date, or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=joindateafter\">Join Date is After</a>)',6000),(4852,-1,'email_genlist_start_joindatebefore_title','Join Date is Before',6000),(4853,-1,'email_genlist_start_lastpostafter_text','The user\'s most recent post must have been made after this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 15:02:12 would find all users who last posted after August 30, 2002 at 3:02:12 PM. This criteria can be used in conjunction with the Last Post is Before criteria to create a finite range of last post dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Post is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastpostbefore\">Last Post is Before</a>)',6000),(4854,-1,'email_genlist_start_lastpostafter_title','Last Post is After',6000),(4855,-1,'email_genlist_start_lastpostbefore_text','The user\'s last post must be before this date and time for the user to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 20:22:02 would find all users who last posted before August 30, 2002 at 8:22:02 PM. This criteria can be used in conjunction with the Last Post is After criteria to create a finite range of last post dates. Keep in mind that if you do use both, this date and time must be AFTER the Last Post is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastpostafter\">Last Post is After</a>)',6000),(4856,-1,'email_genlist_start_lastpostbefore_title','Last Post is Before',6000),(4857,-1,'email_genlist_start_lastvisitafter_text','This is the date and time the user must have visited after to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 will find all users who visited after August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is Before criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Visit is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastvisitbefore\">Last Visit is Before</a>)',6000),(4858,-1,'email_genlist_start_lastvisitafter_title','Last Visit is After',6000),(4859,-1,'email_genlist_start_lastvisitbefore_text','The user\'s most recent visit must have been before this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 would find users who last visited before August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is After criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be AFTER the Last Visit is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=lastvisitafter\">Last Visit is After</a>)',6000),(4860,-1,'email_genlist_start_lastvisitbefore_title','Last Visit is Before',6000),(4861,-1,'email_genlist_start_membergroup_text','If the users to be emailed should belong to any other usergroups, check them off here.',6000),(4862,-1,'email_genlist_start_membergroup_title','Also Belongs to Usergroups',6000),(4863,-1,'email_genlist_start_msn_text','Enter the string that the user\'s MSN ID must contain. Users without a MSN ID entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(4864,-1,'email_genlist_start_msn_title','MSN ID',6000),(4865,-1,'email_genlist_start_parentemail_text','If the user(s) you are looking for are of the COPPA variety, they will have had to enter their parent\'s email for verification. If this is the case, enter the string to find in their parent\'s email address here. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for information on the string matching used here.',6000),(4866,-1,'email_genlist_start_parentemail_title','Parent\'s Email Contains',6000),(4867,-1,'email_genlist_start_postslower_text','The user must have more than this many posts to be found. This criteria can be used in conjunction with the Number of Posts is Less Than criteria. Keep in mind that if you use both, this number must be LESS than the Number of Posts is Less Than number for any users to be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=postsupper\">Number of Posts is Less Than</a>)',6000),(4868,-1,'email_genlist_start_postslower_title','Number of Posts is Greater Than',6000),(4869,-1,'email_genlist_start_postsupper_text','The user must have less than this number of posts in order to be found. This criteria can be used in conjunction with the Number of Posts is Greater Than criteria. Keep in mind that if you do use both, this number must be MORE than the Number of Posts is Greater Than number for any users to be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=postslower\">Number of Posts is Greater Than</a>)',6000),(4870,-1,'email_genlist_start_postsupper_title','Number of Posts is Less Than',6000),(4871,-1,'email_genlist_start_reputationlower_text','The user must have more than this number of reputation points in order to be found. This criteria can be used in conjunction with the Reputation is Less Than criteria to create a finite range of reputation points to be found. Keep in mind that if you do use both, this number must be LESS than the Reputation is Less Than number or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=reputationupper\">Reputation is Less Than</a>)',6000),(4872,-1,'email_genlist_start_reputationlower_title','Reputation is Greater Than',6000),(4873,-1,'email_genlist_start_reputationupper_text','The user must have less than this many reputation points to be found. This criteria can be used in conjunction with the Reputation is Greater Than criteria to create a finite range of reputation points to find. Keep in mind that if you do use both, this number must be MORE than the Reputation is Greater Than number or no users will be found! (see <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=reputationlower\">Reputation is Greater Than</a>)',6000),(4874,-1,'email_genlist_start_reputationupper_title','Reputation is Less Than',6000),(4875,-1,'email_genlist_start_signature_text','Enter the string that the user\'s signature must contain. Users without a signature will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(4876,-1,'email_genlist_start_signature_title','Signature Contains',6000),(4877,-1,'email_genlist_start_usergroupid_text','Users must be in the specified group to be emailed if you select a usergroup here.',6000),(4878,-1,'email_genlist_start_usergroupid_title','Usergroup Is',6000),(4879,-1,'email_genlist_start_username_text','The usernames of those who will be emailed must contain the phrase entered in this box. By \"phrase\", we mean a string of characters. They do not have to make a word but they must be exactly how they appear in the user(s) name(s).<br /><br />\r\nFor example, the string <i>exam</i> would match <i>example</i>, <i>anexample</i>, and <i>theexam</i>, but not <i>exsiam</i>.',6000),(4880,-1,'email_genlist_start_username_title','User Name Contains',6000),(4881,-1,'email_genlist_start_usertitle_text','Enter the text that the user\'s title must contain. This is applicable even if you don\'t allow custom user titles, since the user title of every user is stored with their username, so default group titles would be searched as well. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(4882,-1,'email_genlist_start_usertitle_title','User Title Contains',6000),(4883,-1,'email_genlist_start_yahoo_text','Enter the string that the user\'s Yahoo Messenger Handle must contain. Users without a Yahoo Messenger Handle entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=email&pageaction=genlist&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(4884,-1,'email_genlist_start_yahoo_title','Yahoo Messenger Handle Contains',6000),(4885,-1,'email_genlist_text','From here, you select criteria to produce a list of user email addresses. This list can then be used in another program, such as Outlook, to email your users. The criteria are described below.<br /><br />\r\nKeep in mind all criteria are cumulative; that is, if you enter a username string to match and select a usergroup, users that match the username string AND are in the selected group will be found, but those that match only one of the above will not.',6000),(4886,-1,'email_genlist_title','Generating a List of User Emails',6000),(4887,-1,'email_start_from_text','This is the address that the email is to be from. The email address set as the webmaster\'s address is pre-filled in, but you can enter any address you wish here.',6000),(4888,-1,'email_start_from_title','From',6000),(4889,-1,'email_start_message_text','This is the message to be sent to your users. Within the message, you may use the following special words, or variables, that will be replaced with the correct information for each user when the email is sent.<br />\r\n<b>$userid</b>: This is the user\'s userid. Normally this won\'t mean much to a user, but if you are, for example, sending an email telling users what their referrer link is, you would need to include the userid like this:<br />\r\nwww.mysite.com/myvb/index.php?refererid=$userid<br />\r\nwhich would then give the user credit if another user follows that link and registers.<br />\r\n<b>$activateid</b> and <b>$activatelink</b> are only applicable if you have Email Verification turned on and the user has not verified their address yet. $activatelink is the link that the user needs to visit to activate their account. $activateid would be used if you are manually typing out that link, otherwise it is of no use.<br />\r\n<b>$username</b>: If you want to personalize the email, or remind the user what their username is, use this variable.<br />\r\n<b>$email</b>: This is the email address on file for the user. It is useful if you wish to include a line to the effect of<br />\r\nThis email was sent to $emailaddress which was used to register an account at the vBulletin Community Forums.<br />\r\nPlease note you <b>can not</b> send passwords in emails because they are now encrypted in the database. You can, if you wish, direct users to the Lost Password page which is located at<br />\r\nhttp://www.yoursite.com/yourvb/login.php?do=lostpw',6000),(4890,-1,'email_start_message_title','Message',6000),(4891,-1,'email_start_perpage_text','This is the number of messages to be sent in a batch. Unless you run your own server, it is recommended this is set to 100 or less. Even if you do run your own server, unless it is not very busy, you should keep this relatively low.',6000),(4892,-1,'email_start_perpage_title','Messages to Send at Once',6000),(4893,-1,'email_start_subject_text','Enter the subject line of the email here.',6000),(4894,-1,'email_start_subject_title','Subject',6000),(4895,-1,'email_start_test_text','If this is set to Yes, no one will actually be emailed, but vBulletin will proceed as if they were, showing you who would be sent an email.',6000),(4896,-1,'email_start_test_title','Just a Test',6000),(4897,-1,'email_start_text','On this screen you select criteria to determine who your email is sent to. These criteria are described below.<br /><br />\r\nKeep in mind all criteria are cumulative; that is, if you enter a username string to match and select a usergroup, users that match the username string AND are in the selected group will be found, but those that match only one of the above will not.',6000),(4898,-1,'email_start_title','Mass Emailing Users',6000),(4899,-1,'email_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Emailing Users:</b><br />\r\nThe email pages in the Users tab of the Admin CP allow you to send mass emails and generate mailing lists based on the same search criteria you use to search for users on the <a href=\"user.php?do=modify\" target=\"_blank\">Search for Users</a> page.<br /><br />\r\n\r\nYou can email users on the <a href=\"email.php?do=start\" target=\"_blank\">Send Email to Users</a> page and you can generate a mailing list of email addresses on the <a href=\"email.php?do=genlist\" target=\"_blank\">Generate Mailing List</a> page. Both pages use the same search criteria. vBulletin emails / includes in the mailing list only users whose profiles match the search criteria you specify. One obvious application of these email features is to send out mass emails notifying your members of updates to your forums. Other applications include sending warning emails to inactive users before you prune their accounts or otherwise deal with them.',6000),(4900,-1,'email_title','About Emailing Users',6000),(4901,-1,'faq_add_edit_1_text','The Title and Text options above are the \"default\" text for this set or entry. If you have additional languages setup on your forum, you can enter a translation for the Title and Text for each language you have installed. This is optional. If nothing is entered, the default above will be used.',6000),(4902,-1,'faq_add_edit_1_title','Languages',6000),(4903,-1,'faq_add_edit_deftext_text','This is the \"answer\" to the \"question\" (aka Title) of the entry. It should be viewed as a template in that you must use HTML for formatting such as line breaks.\r\n\r\nIf this is a set, this is the description of the set.',6000),(4904,-1,'faq_add_edit_deftext_title','Text',6000),(4905,-1,'faq_add_edit_deftitle_text','This is the title of the entry or set.<br /><br />\r\n\r\nFor entries, it can also be thought of as the \"Question\", which the \"Text\" answers. It does not have to be unique, but should be unique to this set of entries to minimize confusion.<br /><br />\r\n\r\nFor sets, it should be descriptive of what kind of questions are in the set.',6000),(4906,-1,'faq_add_edit_deftitle_title','Title',6000),(4907,-1,'faq_add_edit_displayorder_text','This determines the order in which entries for a particular set are displayed.',6000),(4908,-1,'faq_add_edit_displayorder_title','Display Order',6000),(4909,-1,'faq_add_edit_faqparent_text','Any entry or set in the FAQ can be the parent for another item. Set the parent of this item here.',6000),(4910,-1,'faq_add_edit_faqparent_title','Parent FAQ Item',6000),(4911,-1,'faq_add_faq_text','This is a short name for the faq and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.',6000),(4912,-1,'faq_add_faq_title','Short Name',6000),(4913,-1,'faq_add_text','On this screen, you add a new FAQ entry or set. The options are described below.',6000),(4914,-1,'faq_add_title','Adding FAQ Entries and Sets',6000),(4915,-1,'faq_delete_text','This page allows you to delete this FAQ. Click the \"Yes\" button below to perform the deletion.<br /><br />\r\n\r\nAny children of this FAQ will be deleted as well. This action cannot be undone!',6000),(4916,-1,'faq_delete_title','Delete FAQ',6000),(4917,-1,'faq_edit_text','This screen allows you to modify each option for the selected FAQ entry or set. Options are described below.',6000),(4918,-1,'faq_edit_title','Editing FAQ Entries and Sets',6000),(4919,-1,'faq_modify_text','To view the existing FAQ sets, select Modify under FAQ Sets & Entries from the left navigation bar.<br /><br />\r\n\r\nYou start at the top level of the FAQ. At the very top it says \"FAQ\" - this will expand to become a navigation bar as you drill down into the FAQ levels. Below this is a list of the top two levels of your FAQ structure. To view lower levels, click the parent of the level you wish to view. For example, under vBulletin FAQ, click User Maintenance to view all entries associated with that topic, and child sets (if any). Or, click vBulletin FAQ to view the entries associated with all three children of vBulletin FAQ.<br /><br />\r\n\r\nYou can edit a set\'s or entry\'s properties from here by clicking edit across from the item name. (see <a href=\"help.php?do=answer&page=faq&pageaction=edit\">Editing FAQ Entries and Sets</a>)<br /><br />\r\n\r\nYou can add additional sets or sub-sets. To do so, click Add in the left nav bar, or click Add Child across from the item you wish to add an item under. (see <a href=\"help.php?do=answer&page=faq&pageaction=add\">Adding FAQ Entries and Sets</a>)',6000),(4920,-1,'faq_modify_title','FAQ Administration',6000),(4921,-1,'faq_text','<b>FAQs:</b><br />\r\nThe vBulletin FAQ system allows you to create infinitely nestable sets of entries, or questions, and additionally allows end-users to search the FAQs. FAQs are typically a collection of Frequently Asked Questions, while vBulletin\'s FAQ system is something of a FAQ / Knowledge Base hybrid because of its searchability.<br /><br />\r\n\r\nvBulletin ships with a number of default sets and entries that are focused on using vBulletin from the end-user\'s perspective. You may wish to add additional FAQs that answer questions about your specific forum configuration - forum permissions for example.<br /><br />\r\n\r\nThe FAQ system also supports multiple languages. Each FAQ entry can have a translation for each language in the <a href=\"language.php?do=modify\" target=\"_blank\">Language Manager</a>. When a user loads a FAQ page vBulletin will display it\'s FAQ entries in the language in which the current logged in user is viewing your forums.',6000),(4922,-1,'faq_title','About FAQs',6000),(4923,-1,'forum_add_edit_active_text','This is equivalent to setting Display Order to 0, in that the forum will not be displayed anywhere but can still be accessed by typing in the URL manually.',6000),(4924,-1,'forum_add_edit_active_title','Is Active',6000),(4925,-1,'forum_add_edit_allowbbcode_text','This will allow users to use vB Code in their posts. Setting this to Yes will not allow users to use the IMG code unless the below option is set to Yes.',6000),(4926,-1,'forum_add_edit_allowbbcode_title','Allow vB Code in posts',6000),(4927,-1,'forum_add_edit_allowhtml_text','This allows users to use HTML while posting. It is <b>strongly recommended</b> that you DO NOT turn this on as it can severely compromise security and/or severely mess up layout if users insert malformed HTML. Even if you set this to Yes, users still cannot use certain tags, including javascript: and about:.',6000),(4928,-1,'forum_add_edit_allowhtml_title','Allow HTML Code in posts',6000),(4929,-1,'forum_add_edit_allowicons_text','Setting this to Yes will allow users to select one icon for each post. This icon is displayed next to the title (if any) of each post and is also displayed on forumdisplay next to the thread title if an icon is set for the first post in a thread.',6000),(4930,-1,'forum_add_edit_allowicons_title','Allow Icons for posts',6000),(4931,-1,'forum_add_edit_allowimages_text','This allows users to display images inline on the showthread page. If you set this to No, a link to the image will be displayed instead of showing the actual image.',6000),(4932,-1,'forum_add_edit_allowimages_title','Allow BB IMG Code in posts',6000),(4933,-1,'forum_add_edit_allowposting_text','This allows you to create a forum that acts as an archive - no one will be allowed to post to it, but you can still move threads into it.',6000),(4934,-1,'forum_add_edit_allowposting_title','Open for New Posts',6000),(4935,-1,'forum_add_edit_allowratings_text','Setting this to Yes will allow your users to rate threads in this forum. They can rate them either at the bottom of showthread or while replying to a thread.',6000),(4936,-1,'forum_add_edit_allowratings_title','Allow Thread Ratings in this Forum',6000),(4937,-1,'forum_add_edit_allowsmilies_text','Setting this to Yes will allow your users to type things such as :) and :( and have them automatically turned into the corresponding image.',6000),(4938,-1,'forum_add_edit_allowsmilies_title','Allow Smilies in posts',6000),(4939,-1,'forum_add_edit_cancontainthreads_text','If you set this to No, this forum will act as a category (that is, a non-posting forum that only exists to group other forums).',6000),(4940,-1,'forum_add_edit_cancontainthreads_title','Act as Forum',6000),(4941,-1,'forum_add_edit_canhavepassword_text','If you set this to Yes, moderators will not be able to set a password for this forum (even if you have given them the ability to do so in general). You as the administrator can still manually set a password for this forum, but unless you do so, if this option is set to Yes, it will not be password-protected even if parent forums are.',6000),(4942,-1,'forum_add_edit_canhavepassword_title','Can Have Password',6000),(4943,-1,'forum_add_edit_countposts_text','If this is set to No, posts made in this forum will not be added to users\' post counts (which are displayed on showthread).',6000),(4944,-1,'forum_add_edit_countposts_title','Count posts made in this forum towards user post counts',6000),(4945,-1,'forum_add_edit_daysprune_text','This determines how many days worth of threads are shown on forumdisplay. The value chosen here will be used by guests as well as forum members that leave this option set to \"Forum Default\" in their settings. Users can also change this temporarily by using the controls at the bottom of forumdisplay.',6000),(4946,-1,'forum_add_edit_daysprune_title','Default View Age',6000),(4947,-1,'forum_add_edit_description_text','This description is shown under the forum name on your forums home page, and on the forums listing page (forumdisplay.php).',6000),(4948,-1,'forum_add_edit_description_title','Description',6000),(4949,-1,'forum_add_edit_displayorder_text','This determines the order in which forums are displayed anywhere they are listed. If you set this to 0, the forum will not be displayed to end-users anywhere unless the user manually types in the URL to access it.',6000),(4950,-1,'forum_add_edit_displayorder_title','Display Order',6000),(4951,-1,'forum_add_edit_indexposts_text','If this is set to No, posts made in this forum from this point on will <i>not</i> be indexed by the search engine. Such posts will not able to be searched for. This is desirable if you have a \"Testing\" type forum, or a forum that is chit-chat that you don\'t want indexed.',6000),(4952,-1,'forum_add_edit_indexposts_title','New Posts are Indexed by Search Engine',6000),(4953,-1,'forum_add_edit_link_text','If you enter a URL in this box, the forum will not be a real forum. Instead it will simply be a link to the URL you enter.',6000),(4954,-1,'forum_add_edit_link_title','Link to other page',6000),(4955,-1,'forum_add_edit_moderateattach_text','Determines whether new attachments will require a moderator to approve them before being displayed. If you have this set to Yes and Moderator Queue set to No, until the attachment is approved the post will be displayed with a message indicating that the attachment has successfully been posted but requires moderation.',6000),(4956,-1,'forum_add_edit_moderateattach_title','Attachment Queue',6000),(4957,-1,'forum_add_edit_moderatenewpost_text','Determines whether new posts will require a moderator to approve them before being displayed.',6000),(4958,-1,'forum_add_edit_moderatenewpost_title','Post Moderation Queue',6000),(4959,-1,'forum_add_edit_moderatenewthread_text','Determines whether threads will require a moderator to approve them before being displayed.',6000),(4960,-1,'forum_add_edit_moderatenewthread_title','Thread Moderation Queue',6000),(4961,-1,'forum_add_edit_newpostemail_text','Enter the email address(es) of anyone who should be notified when a new post is made in this forum. Separate multiple addresses with a space. It is suggested that you do not enter moderators\' email addresses here - you can select whether or not a moderator receives email notifications when adding that moderator.',6000),(4962,-1,'forum_add_edit_newpostemail_title','Email addresses to notify when there is a new post',6000),(4963,-1,'forum_add_edit_newthreademail_text','Enter the email address(es) of anyone who should be notified when a new thread is made in this forum. Separate multiple addresses with a space. It is suggested that you do not enter moderators\' email addresses here - you can select whether or not a moderator receives email notifications when adding that moderator. If you add a user\'s email address to both the \"Post\" and \"Thread\" email notifications, that person will receive two emails when a new thread is started.',6000),(4964,-1,'forum_add_edit_newthreademail_title','Email addresses to notify when there is a new thread',6000),(4965,-1,'forum_add_edit_parentid_text','If you want this to be a subforum of another forum, select that forum from this list. If not, select (No One).',6000),(4966,-1,'forum_add_edit_parentid_title','Parent Forum',6000),(4967,-1,'forum_add_edit_password_text','If you set a password, a user will be required to enter that password before being allowed to enter this forum. The user must have cookies turned on to enter a password-protected forum. This password will be inherited by subforums unless those subforums have Can Have Password set to No. If a user knows the password but is in a usergroup that is not allowed to access that forum, the user will <i>not</i> be allowed to access it.',6000),(4968,-1,'forum_add_edit_password_title','Password to Access',6000),(4969,-1,'forum_add_edit_showonforumjump_text','Enable this option to show this forum and its children on the forum jump menu.',6000),(4970,-1,'forum_add_edit_showonforumjump_title','Show On Forum Jump',6000),(4971,-1,'forum_add_edit_styleid_text','You can select which style to use for this forum. This will override the Default forum style if selected.',6000),(4972,-1,'forum_add_edit_styleid_title','Custom Style for this Forum',6000),(4973,-1,'forum_add_edit_styleoverride_text','Selecting this will force the custom style you selected above to be used instead of the style a user has chosen to browse with.',6000),(4974,-1,'forum_add_edit_styleoverride_title','Override Users Custom Styles',6000),(4975,-1,'forum_add_edit_title_text','This is the title of the new forum. You may use HTML in this, but be aware this will also be used as the title of the page. Since HTML formatting is not valid in the title of a page, it will be shown as plain text, and will look odd.',6000),(4976,-1,'forum_add_edit_title_title','Title',6000),(4977,-1,'forum_add_edit_warnall_text','Enable this options to notify all admins and super mods about reported posts.',6000),(4978,-1,'forum_add_edit_warnall_title','Warn Administrators',6000),(4979,-1,'forum_add_text','Options on this page are listed below.',6000),(4980,-1,'forum_add_title','Adding a Forum',6000),(4981,-1,'forum_edit_applypwdtochild_text','If you set this to Yes and change or add a password, the password will apply to all child forums of this forum. This <b>will not</b> have any effect if you do not change the existing password or add a new one.',6000),(4982,-1,'forum_edit_applypwdtochild_title','Apply this password to Child Forums',6000),(4983,-1,'forum_edit_text','On this screen you edit an existing forum. Options and properties are described below.<br /><br />\r\n\r\nIf you change any of the posting options at the bottom of this page then you should <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your post cache</a> to update the existing posts in this forum.',6000),(4984,-1,'forum_edit_title','Editing a Forum\'s Settings',6000),(4985,-1,'forum_modify_text','On the Modify Forums screen you will see a list of every forum you have, including any which are hidden from end-users. On this screen, you can set the Display Order (make sure to click Update Display Order to save your changes).<br /><br />\r\n\r\nUnder the Forum Controls, across from each forum title, are the following options:<br />\r\n<b>Edit</b>: Lets you modify forum settings. (see <a href=\"help.php?do=answer&page=forum.php&pageaction=edit\">Editing Forums</a>)<br /><br />\r\n\r\n<b>Remove</b>: Deletes the forum, any subforums, and posts in the forum and any subforums. This action <b>cannot</b> be undone, so it is <i>highly</i> recommended that you make a backup of your database before doing this.<br /><br />\r\n\r\n<b>Add Sub-forum</b>: This allows you to add a forum that will be a child of the forum you select this for. (see <a href=\"help.php?do=answer&page=forum.php&pageaction=add\">Adding Forums</a>)<br /><br />\r\n\r\n<b>Add Moderator</b>: Lets you add a moderator to this forum. Moderators moderate the selected forum and any subforums of that forum. (see <a href=\"help.php?do=answer&page=moderator.php&pageaction=add\">Adding Moderators</a>)<br /><br />\r\n\r\n<b>Add Announcement</b>: Allows you to add an announcement to this forum. (see <a href=\"help.php?do=answer&page=announcement.php&pageaction=add\">Adding Announcements</a>)<br /><br />\r\n\r\n<b>Move Contents</b>: You can quickly move all the posts from the selected forum into another forum.<br /><br />\r\n\r\n<b>Empty Forum</b>: Selecting this will (after confirmation) remove all the threads in a forum.<br /><br />\r\n\r\nIn the next column is Display Order. This determines what order forums are displayed in anyplace they are shown, including in the Admin CP. Setting this to 0 for a forum will make the forum not show anywhere to the end-user, but it can still be accessed if the user types in the direct URL to the forum. Be sure to select Update Display Order if you have changed any of them.<br /><br />\r\n\r\nThe last dropdown shows how many moderators you already have in each forum. If you have any, they will be listed. You can modify a moderator\'s permissions by selecting their name from this drop-down and pressing Go.',6000),(4986,-1,'forum_modify_title','Modifying Forums',6000),(4987,-1,'forum_remove_text','This page allows you to delete this forum. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.<br /><br />\r\n\r\nDeleting this forum will also delete all thread and posts in it as well its subforums and their threads and posts. If you want to save the threads and posts in this forum and its subforums then you should <a href=\"thread.php?do=move\" target=\"_blank\">move</a> them first.',6000),(4988,-1,'forum_remove_title','Delete Forum',6000),(4989,-1,'forum_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Forums:</b><br />\r\nThere are two kinds of forums, a forum and a category. Forums can allow new threads and posts while categories cannot. Categories are used to group forums by topic. Forums of related topics are typically created as children of a parent category to group them by topic.<br /><br />\r\n\r\nWhen adding / editing a forum there is an option called \"Act as Forum\". When this option is set to \"Yes\" the forum will act as a forum. When this option is set to \"No\" the forum will act as a category.',6000),(4990,-1,'forum_title','About Forums',6000),(4991,-1,'forumpermission_duplicate_forumid_from_text','Select the source forum from which to copy usergroup permissions. The permissions for the usergroups for this forum will be applied to the destination forums you select below.',6000),(4992,-1,'forumpermission_duplicate_forumid_from_title','Copy Permissions from Forum',6000),(4993,-1,'forumpermission_duplicate_forumlist_text','Select the forums to which you want to copy the source forum\'s usergroup permissions. The permissions for each usergroup for these destination forums will be set to the permissions of the usergroups of the source forum.',6000),(4994,-1,'forumpermission_duplicate_forumlist_title','Copy Permissions to Forums',6000),(4995,-1,'forumpermission_duplicate_limitforumid_text','Select the forum(s) from which you want to copy permissions. The permissions of the source usergroup for this forum will copied to the destination usergroups for the forum(s) selected here.',6000),(4996,-1,'forumpermission_duplicate_limitforumid_title','Only Copy Permissions from Forum',6000),(4997,-1,'forumpermission_duplicate_overwritedupes_forum_text','',6000),(4998,-1,'forumpermission_duplicate_overwritedupes_forum_title','',6000),(4999,-1,'forumpermission_duplicate_overwritedupes_group_text','',6000),(5000,-1,'forumpermission_duplicate_overwritedupes_group_title','',6000),(5001,-1,'forumpermission_duplicate_overwriteinherited_forum_text','',6000),(5002,-1,'forumpermission_duplicate_overwriteinherited_forum_title','',6000),(5003,-1,'forumpermission_duplicate_overwriteinherited_group_text','',6000),(5004,-1,'forumpermission_duplicate_overwriteinherited_group_title','',6000),(5005,-1,'forumpermission_duplicate_text','The Permission Duplicator is a quick way to copy forum permissions from one group to other(s) or from one forum to other(s).<br /><br />\r\n\r\nTo use the Group-Based duplicator, select the group to copy permissions from. Then, use the checkboxes to select which groups the permissions should be copied to. Select which forum(s) permissions should be copied from in the drop-down. This will include any subforums of the forum you choose. Finally, select whether the incoming permissions should overwrite existing custom permissions, and whether they should apply to forums that are currently inheriting custom permissions from a parent forum. Click Duplicate Permissions to proceed.<br /><br />\r\n\r\nThe Forum-Based duplicator works in a similar way. First, select the forum to copy permissions from. This will *not* include subforums. Next, select the forums that the permissions should be copied to. If you wish to overwrite existing custom permissions, select yes to Overwrite Duplicates. Overwrite Inherited set to Yes will overwrite permissions in forums that are being inherited from parents. Click Duplicate Permissions to proceed.',6000),(5006,-1,'forumpermission_duplicate_title','Using the Permission Duplicator',6000),(5007,-1,'forumpermission_duplicate_ugid_from_text','Select the user group whose permissions you want to copy. This group\'s <a href=\"forumpermission.php?do=modify\" target=\"_blank\">forum permissions</a> for the forum you select will be applied to the usergroups you select below.',6000),(5008,-1,'forumpermission_duplicate_ugid_from_title','Copy Permissions from User Group',6000),(5009,-1,'forumpermission_duplicate_usergrouplist_text','Select the usergroups that you want to receive the source usergroup\'s forum permissions. These usergroups will have their current forum permissions overwritten with the source usergroup\'s forum permissions.',6000),(5010,-1,'forumpermission_duplicate_usergrouplist_title','Copy Permissions to User Groups',6000),(5011,-1,'forumpermission_edit_mode_text','To have any settings on this page save, you must select \"Use custom permissions\". If you already have custom settings and wish to set this usergroup back to default, select \"Use usergroup default\" and press Save Changes.\r\n\r\nNote that if you have custom settings for this group and remove them as described above, any subforums will also be reverted if they do not have custom settings explicitly set for themselves.',6000),(5012,-1,'forumpermission_edit_mode_title','Custom Settings vs. Usergroup Default',6000),(5013,-1,'forumpermission_edit_quickforum_candeletepost_text','If this is set to No, users will not be allowed to delete their posts. Note that if Can delete own threads below is set to No, they will not be able to delete their post if it is the first post in a thread, even if this is set to Yes.',6000),(5014,-1,'forumpermission_edit_quickforum_candeletepost_title','Can delete own posts?',6000),(5015,-1,'forumpermission_edit_quickforum_candeletethread_text','If this is set to Yes, a user will be able to delete threads that he has started by deleting the first post in that thread.',6000),(5016,-1,'forumpermission_edit_quickforum_candeletethread_title','Can delete own threads?',6000),(5017,-1,'forumpermission_edit_quickforum_caneditpost_text','If this is set to No, users will not be allowed to edit their own posts.',6000),(5018,-1,'forumpermission_edit_quickforum_caneditpost_title','Can edit own posts?',6000),(5019,-1,'forumpermission_edit_quickforum_canemail_text','If this is set to No, the user will not be allowed to use the Email to Friend feature (which is linked from the bottom of every thread). This setting is disregarded if you have set Email Functions to Off under general options - no one would be allowed to use Email to Friend in that case.',6000),(5020,-1,'forumpermission_edit_quickforum_canemail_title','Can use \'email to friend\' feature?',6000),(5021,-1,'forumpermission_edit_quickforum_cangetattachment_text','If this is set to No, users will not be allowed to download post attachments from threads in this forum. The link will still appear but they will be told, after clicking on it, that they don\'t have permission.',6000),(5022,-1,'forumpermission_edit_quickforum_cangetattachment_title','Can download attachments',6000),(5023,-1,'forumpermission_edit_quickforum_canmove_text','If this is set to Yes, users will be able to move their own threads between forums that they have access to. It is generally recommended to leave this set at No, leaving the thread moving to your moderators or yourself.',6000),(5024,-1,'forumpermission_edit_quickforum_canmove_title','Can move own threads to other forums?',6000),(5025,-1,'forumpermission_edit_quickforum_canopenclose_text','If this is set to Yes, users will be able to close and/or reopen threads that they started. It is generally recommended to leave this set at No. The reason is if a moderator closes a thread and this is set to Yes, the user will be able to reopen that thread by themselves.',6000),(5026,-1,'forumpermission_edit_quickforum_canopenclose_title','Can open / close own threads?',6000),(5027,-1,'forumpermission_edit_quickforum_canpostattachment_text','If this is set to No, users will not be allowed to attach files to their posts. They will still be allowed to use the BB IMG code to show images if you have turned that on for this forum.',6000),(5028,-1,'forumpermission_edit_quickforum_canpostattachment_title','Can post attachments?',6000),(5029,-1,'forumpermission_edit_quickforum_canpostnew_text','If this is set to No, the user will not be allowed to post new threads in this forum. They may, however, post replies to existing threads unless you revoke that permission below.',6000),(5030,-1,'forumpermission_edit_quickforum_canpostnew_title','Can post new threads?',6000),(5031,-1,'forumpermission_edit_quickforum_canpostpoll_text','If this is set to Yes, users will be able to add a poll to new threads that they create.',6000),(5032,-1,'forumpermission_edit_quickforum_canpostpoll_title','Can post polls?',6000),(5033,-1,'forumpermission_edit_quickforum_canreplyothers_text','If this is set to No, users will not be able to reply to threads that other users start.',6000),(5034,-1,'forumpermission_edit_quickforum_canreplyothers_title','Can reply to other\'s threads?',6000),(5035,-1,'forumpermission_edit_quickforum_canreplyown_text','If this is set to No, users will not be able to reply to threads that they are the first poster in (started the thread). If you have Can post new threads set to No above, this setting is irrelevant.',6000),(5036,-1,'forumpermission_edit_quickforum_canreplyown_title','Can reply to own threads?',6000),(5037,-1,'forumpermission_edit_quickforum_cansearch_text','If this is set to No, the user will not be allowed to search this forum, even if they can view it or perform other actions in it. It will not appear in the list of forums to search from on the search screen, and it will not be included if the user opts to search all forums.',6000),(5038,-1,'forumpermission_edit_quickforum_cansearch_title','Can search?',6000),(5039,-1,'forumpermission_edit_quickforum_canseedelnotice_text','If this is set to Yes, this group will be able to see deletion notices in this forum. Deletion notices are what is left behind after a user deletes a post or thread. Moderators will always be able to see deletion notices in forums they moderate - this setting does not affect them.',6000),(5040,-1,'forumpermission_edit_quickforum_canseedelnotice_title','Can See Deletion Notice',6000),(5041,-1,'forumpermission_edit_quickforum_canthreadrate_text','If this is set to No, users in this group will not be allowed to rate threads in the forum regardless of whether or not thread rating is enabled for this forum.',6000),(5042,-1,'forumpermission_edit_quickforum_canthreadrate_title','Can rate threads if thread rating is enabled in this forum?',6000),(5043,-1,'forumpermission_edit_quickforum_canview_text','If this is set to No, the rest of the settings on this screen are unused as the user will be denied access if they try to view any page that involves this forum.',6000),(5044,-1,'forumpermission_edit_quickforum_canview_title','Can view forum?',6000),(5045,-1,'forumpermission_edit_quickforum_canviewothers_text','If this is set to No, users will only be allowed to view threads that they started (made the first post in).\r\n\r\nIf this usergroup is \"Unregistered/Not Logged In\", setting this to No have the effect of not allowing them to view any threads, even if you allow unregistered users to post because unregistered users cannot be told apart, so determining if an unregistered user posted a certain thread would be impossible.',6000),(5046,-1,'forumpermission_edit_quickforum_canviewothers_title','Can view other\'s threads',6000),(5047,-1,'forumpermission_edit_quickforum_canvote_text','If this is set to Yes, users will be able to vote on polls in this forum.',6000),(5048,-1,'forumpermission_edit_quickforum_canvote_title','Can vote on polls?',6000),(5049,-1,'forumpermission_edit_quickforum_isalwaysmoderated_text','If this is set to Yes, when a user from this group posts in this forum, their post will be put in the moderator queue regardless of whether or not you have turned on the moderator queue for this forum.',6000),(5050,-1,'forumpermission_edit_quickforum_isalwaysmoderated_title','Always moderate this group\'s posts?',6000),(5051,-1,'forumpermission_edit_text','This screen allows you to edit the permissions of the selected usergroup for the selected forum.<br /><br />\r\n\r\nIf you have edited permissions for this group and forum before, you will need to select \"Use Custom Settings\" to make your settings save. If you attempt to change a setting before selecting Use Custom Settings, you will be reminded to do so by clicking OK. If you click cancel on the popup, the setting will change but when you attempt to save your changes they will not be saved.<br /><br />\r\n\r\nSettings on this page will override a usergroup\'s default permissions. If there are subforums of the selected forum, these settings will be inherited by any subforums unless the subforum has custom settings explicitly set for it already.<br /><br />\r\n\r\nIf you want to revert the permissions for this group, select \"Use Usergroup Default\" and press Save Changes. If any subforums of this forum are currently inheriting these settings, they will also be reverted to the default.',6000),(5052,-1,'forumpermission_edit_title','Editing Usergroup Permissions Per Forum',6000),(5053,-1,'forumpermission_modify_text','On this screen, all of your forums are listed. Beneath each forum, all of your usergroups are listed.<br /><br />\r\n\r\nThe color of each usergroup is significant. If the usergroup text is in white, it is using the default permissions for the group. If the usergroup text is in red, it is using permissions customized for that forum. If it is in yellow, it is using custom permissions from a parent forum. If you are using Internet Explorer 4+ or Netscape 6+, the circle next to each usergroup name is also significant. A hollow circle means the usergroup cannot view the forum, while a full circle means they can.<br /><br />\r\n\r\nTo edit the permissions for any group, or to revert them to default, click Edit next to the appropriate group under the appropriate forum.<br /><br />\r\n\r\nThe Permission Duplicator, accessible from the link at the top of this screen, allows you to quickly duplicate an existing permission set between usergroups or between forums. (see <a href=\"help.php?page=forumpermission&pageaction=duplicate\">Using the Permission Duplicator</a>)<br /><br />\r\n\r\nYou can also access the Quick Editor from here. The Quick Editor allows you to quickly revert permissions to default. (see <a href=\"help.php?page=forumpermission&pageaction=quickedit\">Using the Quick Editor</a>)<br /><br />\r\n\r\nThe last link at the top is Quick Forum Setup. You can use this to mass-apply permissions to multiple usergroups for a particular forum. (see <a href=\"help.php?page=forumpermission&pageaction=quickforum\">Using Quick Forum Setup</a>)',6000),(5054,-1,'forumpermission_modify_title','Modifying Forum Permissions',6000),(5055,-1,'forumpermission_quickedit_text','Below is a list of all sets of custom forum permissions. To delete a set of custom permissions simply check the corresponding check box on the left and then click the \"Delete Selected Permissions\" button at the bottom. To edit the permissions for an existing set simply click the corresponding [Edit] link on the right.',6000),(5056,-1,'forumpermission_quickedit_title','Permissions Quick Editor',6000),(5057,-1,'forumpermission_quickeditor_text','From this screen you quickly revert custom permissions to default by selecting the checkboxes of the forums you wish to revert and clicking Delete Selected Permissions. You can also edit a particular set of permissions by clicking Edit across from the forum and usergroup combination you wish to edit.',6000),(5058,-1,'forumpermission_quickeditor_title','Using the Quick Editor',6000),(5059,-1,'forumpermission_quickforum_forumid_text','Select the forum you want these permissions to apply to. Keep in mind that permissions are inherited by child forums, so if you want a child of this forum to have different permissions then you will need to edit that forum\'s permissions separately.',6000),(5060,-1,'forumpermission_quickforum_forumid_title','Apply Permissions to Forum',6000),(5061,-1,'forumpermission_quickforum_text','On this screen, you can quickly apply basic permissions to multiple forums and multiple groups at the same time. Not all available permissions are shown on this screen, but these cover the basic functions, such as viewing, posting, and downloading attachments.<br /><br />\r\n\r\nStart by selecting the forum to which these permissions should apply. Note that this will also apply (though inheritance) to any subforums of the selected forum, unless such forums already have custom permissions set for them. Existing permissions for the selected forum <i>will</i> be overwritten.<br /><br />\r\n\r\nNext select which usergroup(s) these permissions should apply to. You can select any number that you wish.<br /><br />\r\n\r\nFinally, set the actual permissions. You can use the All Yes or All No buttons to quickly change all of the radio buttons. Click Save Changes to apply the new permissions.',6000),(5062,-1,'forumpermission_quickforum_title','Using Quick Forum Setup',6000),(5063,-1,'forumpermission_quickforum_usergrouplist_text','Check all usergroups you want these permissions to apply to for this forum. Any previously set permissions for the selected groups for this forum will be overwritten with the new permissions below.',6000),(5064,-1,'forumpermission_quickforum_usergrouplist_title','Apply Permissions to Usergroups',6000),(5065,-1,'forumpermission_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Forum Permissions:</b><br />\r\nBy default, users will have the permissions for their usergroup (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>) in each forum. However, you might not want users of a particular usergroup to have access to every forum. In that case, vBulletin allows you to create custom permissions for a specific forum for a specific usergroup. This is useful in restricting certain forums for certain usergroups.',6000),(5066,-1,'forumpermission_title','About Forum Permissions',6000),(5067,-1,'help_add_displayorder_text','This field allows you to sort multiple help entries into a logical order.',6000),(5068,-1,'help_add_displayorder_title','Display Order',6000),(5069,-1,'help_edit_action_text','This is the current action that you are adding help for. Examples are add, edit, modify. You can tell the current action by placing the forums in debug mode and looking at the browser\'s status bar. It will say $_REQUEST[do]=\'XXXX\'. The XXXX is the action.',6000),(5070,-1,'help_edit_action_title','Action',6000),(5071,-1,'help_edit_optionname_text','This refers to the individual element on the page. You can determine this by hovering over the input elements. The option name will appear in the tooltip that appears as name=\"XXXXXX\". Where XXXXXX is the input item\'s name.',6000),(5072,-1,'help_edit_optionname_title','Option',6000),(5073,-1,'help_edit_script_text','This is the name of the script which you want to add help for. Use the script name minus the extension. I.E. forum instead of forum.php.',6000),(5074,-1,'help_edit_script_title','Script',6000),(5075,-1,'help_edit_text_text','This is where you enter your actual help entry. If you need more space, click the \"Large Edit Box\" button to open up a secondary window.',6000),(5076,-1,'help_edit_text_title','Text',6000),(5077,-1,'image_add_edit_path_text','This is the path to the image. This should be relative from your main vBulletin directory. For example, if your directory structure looks like this:<br />\r\n- vBulletin<br />\r\n-- images<br />\r\n--- avatars<br />\r\n--- icons<br />\r\n--- smilies<br />\r\n<br />\r\nand your smiley was called tongue.gif and located in the smlilies directory, you would specify:<br />\r\nimages/smilies/tongue.gif',6000),(5078,-1,'image_add_edit_path_title','Path',6000),(5079,-1,'image_add_edit_upload_displayorder_text','This determines the order in which images are shown. This can be changed later.',6000),(5080,-1,'image_add_edit_upload_displayorder_title','Display Order',6000),(5081,-1,'image_add_edit_upload_imagecategoryid_text','This is the category to which the image will be added. It can be changed later.',6000),(5082,-1,'image_add_edit_upload_imagecategoryid_title','Image Category',6000),(5083,-1,'image_add_edit_upload_minimumposts_text','This is the minimum number of a posts a user must have before he will be allowed to select this avatar.<br /><i>This only applies to Avatars</i>',6000),(5084,-1,'image_add_edit_upload_minimumposts_title','Minimum Posts to Use this Avatar',6000),(5085,-1,'image_add_edit_upload_smilietext_text','This is what the user will type to have transformed into a smilie. For example :) or :( - keep in mind, this is case-sensitive. S:) and s:) are not the same thing.<br /><i>This only applies to Smilies</i>',6000),(5086,-1,'image_add_edit_upload_smilietext_title','Text to Replace',6000),(5087,-1,'image_add_edit_upload_title_text','This is the title of the image and will be displayed with the image (except in the case of smilies).',6000),(5088,-1,'image_add_edit_upload_title_title','Title',6000),(5089,-1,'image_add_perpage_text','This is the number of images to display per page while adding them.',6000),(5090,-1,'image_add_perpage_title','Number of Images to Display Per Page',6000),(5091,-1,'image_add_text','This screen allows you to add one or more images at a time. These images must already reside on the server, having been uploaded by FTP or some other means prior to doing this.<br /><br />\r\n\r\nYou can either add a single image or add multiple images at the same time.',6000),(5092,-1,'image_add_title','Add New Avatar / Post Icon / Smilie',6000),(5093,-1,'image_add_upload_imagespath_text','This is the path to the images you are adding. This should be relative from your main vBulletin directory. For example, if your directory structure looks like this:<br />\r\n- vBulletin<br />\r\n-- images<br />\r\n--- avatars<br />\r\n--- icons<br />\r\n--- smilies<br />\r\nand you were uploading a smiley, you would type<br />\r\nimages/smilies<br />\r\nDo not put a filename on this path, and do not put a trailing slash on it either.',6000),(5094,-1,'image_add_upload_imagespath_title','Path to Images',6000),(5095,-1,'image_addcategory_editcategory_displayorder_text','This determines in what order categories are displayed to the user.',6000),(5096,-1,'image_addcategory_editcategory_displayorder_title','Display Order',6000),(5097,-1,'image_addcategory_editcategory_title_text','This is the title of the category. It is displayed with the images in the category to your users.',6000),(5098,-1,'image_addcategory_editcategory_title_title','Title',6000),(5099,-1,'image_addcategory_text','On this screen you can add an image category. Images are displayed by category and you can set permissions per category as to who can use them (except for smilies).',6000),(5100,-1,'image_addcategory_title','Add New Avatar / Post Icon / Smilie Category',6000),(5101,-1,'image_edit_text','This page allows you to edit the settings for this image. If you have any questions about specific settings please see the individual help topics.',6000),(5102,-1,'image_edit_title','Edit Avatar / Post Icon / Smilie',6000),(5103,-1,'image_editcategory_text','On this screen you can edit an existing image category. Images are displayed by category and you can set permissions per category as to who can use them (except for smilies).',6000),(5104,-1,'image_editcategory_title','Edit Avatar / Post Icon / Smilie Category',6000),(5105,-1,'image_editpermissions_text','Image categories can be restricted by usergroup on this page. Simply select \"Yes\" for groups whom you want to have access to this category and select \"No\" for groups you don\'t.',6000),(5106,-1,'image_editpermissions_title','Avatar / Post Icon / Smilie Permissions',6000),(5107,-1,'image_modify_text','You can manage your images here. Images can be arranged in categories and their access restricted by post count and usergroup. Usergroup restrictions are set at the category level while post count restrictions are set at the image level.<br /><br />\r\n\r\nAt the bottom of this page you can click the [Add New Category] link to create a new category for images to go into. Click the [Show All] link to view all images for all categories.<br /><br />\r\n\r\nBelow is a list of your image categories. The \"Title\" column tells you the name of each category. You can click on the category name to view its images.<br /><br />\r\n\r\nThe \"Contains\" column tells you how many images are in the corresponding category.<br /><br />\r\n\r\nThe \"Display Order\" column tells you the display order of each image category. The display order is used to order the image category listing in this Image Manager as well as on your forums. You can update the display orders shown on this page by changing the number values and clicking the \"Save Display Order\" button.<br /><br />\r\n\r\nOn the right side you will find several options for each image category. The [Mass Move] link takes you to a page where you can select a new category for each image in the corresponding category and submit the changes all at once.<br /><br />\r\n\r\nThe [View] link does the same thing as clicking on the category name to the left, it takes you to a page where you can view all images in the corresponding category.<br /><br />\r\n\r\nThe [Edit] link allows you to edit the title and display order of the corresponding category.<br /><br />\r\n\r\nThe [Delete] link takes you to a page where you can delete the corresponding category and all of its images or mass move the categories images to another category and then delete the original category.<br /><br />\r\n\r\nThe [Permissions] link takes you to a page where you can specify which usergroups can use the images in the corresponding category.',6000),(5108,-1,'image_modify_title','Avatar / Post Icon / Smilie Manager',6000),(5109,-1,'image_remove_text','This is a confirmation that you want to delete this image. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(5110,-1,'image_remove_title','Delete Avatar / Post Icon / Smilie',6000),(5111,-1,'image_removecategory_text','This page provides you with options for deleting this category. First of all, you can choose to delete all images in this category or not. And second, if you do not choose to delete all images in this category then you can select another category to which this categories images will be moved.',6000),(5112,-1,'image_removecategory_title','Delete Avatar / Post Icon / Smilie Category',6000),(5113,-1,'image_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br />\r\n<a href=\"help.php?s=&do=answer&page=avatar&pageaction=&option=\">Avatar Storage</a><br /><br />\r\n\r\n<b>Avatars, Post Icons, and Smilies:</b><br />\r\nThe same system is used to manage avatars, post icons, and smilies. The help topics in this section apply to the Avatar Manager, Post Icon Manager, and Smilie Manager. Avatars, post icons, and smilies are referred to as \"images\" in these help topics.<br /><br />\r\n\r\nvBulletin\'s image system is used to manage avatars, post icons, and smilies. These images can be arranged into categories and their access restricted by post count and usergroup. Usergroup restrictions are set at the category level while post count restrictions are set at the image level. To have access to an image category the user must be a member of at least one group (either primary or secondary group membership) that has access, as is explained in the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.<br /><br />',6000),(5114,-1,'image_title','About Avatars, Post Icons, and Smilies',6000),(5115,-1,'image_upload_imagefile_text','This is where you select the file from your computer to be uploaded.',6000),(5116,-1,'image_upload_imagefile_title','Image file',6000),(5117,-1,'image_upload_text','On this screen, you can upload one image at a time through your browser for use on your forum. To do this, both your web server and PHP must have permission to write files to disk. If they do not, this will fail. The directory that you are trying to put the file in must be CHMODed 777 (consult your FTP program documentation for how to do this).',6000),(5118,-1,'image_upload_title','Upload Avatar / Post Icon / Smilie',6000),(5119,-1,'image_viewimages_text','Below is a gallery of images for the category you selected. If there are more images in this gallery than are allowed per page (setting at the bottom of the page) then you will see page links at the bottom of the page. You can click the page links to view the rest of the images in this gallery.<br /><br />\r\n\r\nAt the bottom of this page you will see two links. Click the [Add] link to add a new image to your forums. Click the [Edit Categories] link to return to the Image Manager.<br /><br />\r\n\r\n<b>Viewing Images:</b><br />\r\nIf you are viewing images then each image shown in the gallery below will have options associated with it. Click the [Edit] button to edit the settings for the corresponding image. Click the [Delete] link to delete the corresponding image.<br /><br />\r\n\r\nThe numbers under each image are the display orders of the images. These display orders are used to order the listing of images in this Image Manager as well as on the forums. You can change the displays orders on this page by changing the numbers and clicking the \"Save Display Order\" button at the bottom.<br /><br />\r\n\r\n<b>Mass Moving Images:</b><br />\r\nIf you are mass moving images then each image shown in the gallery below will have a menu below it. Select a category from the menu under each image. When you click the \"Mass Move\" button the images below will be moved to the categories you selected.<br /><br />\r\n\r\nLeave the menu set to the \"blank\" option if you don\'t want to move an image. If you want to move all images on this page to the same category then you can select that category in the menu at the bottom which will cause all menus on the page to be set to the category you choose.',6000),(5120,-1,'image_viewimages_title','View Avatars / Post Icons / Smilies',6000),(5121,-1,'importexport_select_export_text','',6000),(5122,-1,'importexport_select_export_title','',6000),(5123,-1,'index_home_text','On this page you can view several quick stats about your forums and server as well as use the quick admin features which include: Quick User Finder, PHP Function Lookup, MySQL Language Lookup, and Useful Links. At the bottom of this page are the vBulletin credits.<br /><br />\r\n\r\nIf you have permission to run the \"top\" command on your server then you will see your server load averages under the \"Quick Administration Links\" section on this page. For a detailed explanation of load averages check this: http://www.vbulletin.com/forum/showpost.php?p=291831&postcount=9.<br /><br />\r\n\r\nThe Quick User Finder allows you to quickly search for users based on a partial or exact username match.<br /><br />\r\n\r\nThe PHP Function Lookup will search the functions on the PHP site for the search string you enter. The results will be displayed in this frame.<br /><br />\r\n\r\nThe MySQL Language Lookup will search the documentation on the MySQL site for the search string you enter. The results will be displayed in this frame.<br /><br />\r\n\r\nThe Useful Links menu contains several useful vBulletin, PHP, and MySQL links that will open in a new window when you select their menu item.',6000),(5124,-1,'index_home_title','Control Panel Home',6000),(5125,-1,'index_text','<b>Admin CP:</b><br />\r\nThis is the vBulletin Admin Control Panel. Here you can control everything about your forums. The different sections of the Admin CP are explained in their General Help Topics. Below is a list of all Admin CP tabs and their General Help Topics:<br /><br />\r\n\r\n<b>vBulletin Options:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=options&pageaction=&option=\">vBulletin Options</a><br /><br />\r\n\r\n<b>Styles & Templates:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Languages & Phrases:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=language&pageaction=&option=\">Languages</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=phrase&pageaction=&option=\">Phrases</a><br /><br />\r\n\r\n<b>FAQ:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=faq&pageaction=&option=\">FAQs</a><br /><br />\r\n\r\n<b>Announcements:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=announcement&pageaction=&option=\">Announcements</a><br /><br />\r\n\r\n<b>Forums & Moderators:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Calendars & Moderators:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=admincalendar&pageaction=&option=\">Calendars</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=calendarpermission&pageaction=&option=\">Calendar Permissions</a><br /><br />\r\n\r\n<b>Threads & Posts:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=thread&pageaction=&option=\">Managing Threads & Posts</a><br /><br />\r\n\r\n<b>Moderation:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=moderate&pageaction=&option=\">Moderating Content</a><br /><br />\r\n\r\n<b>Attachments:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=attachment&pageaction=&option=\">Attachments</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=moderate&pageaction=&option=\">Moderating Content</a><br /><br />\r\n\r\n<b>Users:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Usergroups:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=adminpermissions&pageaction=&option=\">Administrator Permissions</a><br /><br />\r\n\r\n<b>User Titles:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=usertitle&pageaction=&option=\">User Titles</a><br /><br />\r\n\r\n<b>User Ranks:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=ranks&pageaction=&option=\">User Ranks</a><br /><br />\r\n\r\n<b>User Reputations:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=adminreputation&pageaction=&option=\">User Reputations</a><br /><br />\r\n\r\n<b>User Profile Fields:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=profilefield&pageaction=&option=\">User Profile Fields</a><br /><br />\r\n\r\n<b>Subscriptions:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=subscriptions&pageaction=&option=\">Subscriptions</a><br /><br />\r\n\r\n<b>Avatars:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=avatar&pageaction=&option=\">Avatar Storage</a><br /><br />\r\n\r\n<b>Post Icons:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br /><br />\r\n\r\n<b>Smilies:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=image&pageaction=&option=\">Avatars, Post Icons, and Smilies</a><br /><br />\r\n\r\n<b>Custom BB Codes:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=bbcode&pageaction=&option=\">BB Codes</a><br /><br />\r\n\r\n<b>Scheduled Tasks:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=cronadmin&pageaction=&option=\">Scheduled Tasks</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Taks Log</a><br /><br />\r\n\r\n<b>Statistics & Logs:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Import & Maintenance:</b><br />\r\n- <a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n- <a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a>',6000),(5126,-1,'index_title','About the Admin CP',6000),(5127,-1,'language_add_edit_settings_calformat1override_text','This setting will override the birthday <b>with year</b> format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.',6000),(5128,-1,'language_add_edit_settings_calformat1override_title','Birthday Date Format Override',6000),(5129,-1,'language_add_edit_settings_calformat2override_text','This setting will override the birthday <b>without year</b> format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.',6000),(5130,-1,'language_add_edit_settings_calformat2override_title','Birthday Date Format Override',6000),(5131,-1,'language_add_edit_settings_charset_text','',6000),(5132,-1,'language_add_edit_settings_charset_title','',6000),(5133,-1,'language_add_edit_settings_dateoverride_text','This setting will override the date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of date variables. You can use these variables in combination with other characters to define a format.<br /><br />\r\n\r\nFor example, European format (e.g., 25-04-98): %d-%m-%y<br /><br />\r\n\r\nIf you have defined a locale for this language then you can use %x to let the locale decide what format to use.',6000),(5134,-1,'language_add_edit_settings_dateoverride_title','Date Format Override',6000),(5135,-1,'language_add_edit_settings_decimalsep_text','Use this setting to customize the way floating point (decimal) numbers are displayed for this language.',6000),(5136,-1,'language_add_edit_settings_decimalsep_title','Decimal Separator',6000),(5137,-1,'language_add_edit_settings_direction_text','Is this language read from left to right or from right to left?',6000),(5138,-1,'language_add_edit_settings_direction_title','Text Direction',6000),(5139,-1,'language_add_edit_settings_imagesoverride_text','Serveral vBulletin images have language-specific text in them. This option lets you use images made for a different language.<br /><br />\r\n\r\nYou may use <#> to represent the style ID the user is currently using. This allows you to support different styles for this language. For example, you can name the images folder something like <b>images_<i>name of language</i>_<i>style ID of style</i></b> and then set this setting to <b>images_<i>name of language</i>_<#></b>',6000),(5140,-1,'language_add_edit_settings_imagesoverride_title','Image Folder Override',6000),(5141,-1,'language_add_edit_settings_languagecode_text','There is a standard code for every language. See <a href=\"http://lcweb.loc.gov/standards/iso639-2/englangn.html\" target=\"_blank\">this site</a> for a list of language codes.',6000),(5142,-1,'language_add_edit_settings_languagecode_title','Language Code',6000),(5143,-1,'language_add_edit_settings_locale_text','You can define a locale or just specify the correct date and time formats in the settings below. Since locales aren\'t supported on all systems it is better to manually specify the correct date and time formats if you can.',6000),(5144,-1,'language_add_edit_settings_locale_title','Locale',6000),(5145,-1,'language_add_edit_settings_logdateoverride_text','This setting will override the log date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.',6000),(5146,-1,'language_add_edit_settings_logdateoverride_title','Log Date Format Override',6000),(5147,-1,'language_add_edit_settings_registereddateoverride_text','This setting will override the registration date format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a format. See the \"Date Format Override\" and \"Time Format Override\" settings above for examples.',6000),(5148,-1,'language_add_edit_settings_registereddateoverride_title','Registration Date Format Override',6000),(5149,-1,'language_add_edit_settings_thousandsep_text','Use this setting to customize the way every thousands place is separated in large numbers for this language.',6000),(5150,-1,'language_add_edit_settings_thousandsep_title','Thousands Separator',6000),(5151,-1,'language_add_edit_settings_timeoverride_text','This setting will override the time format that is specified in your vBulletin options, <a href=\"options.php?dogroup=datetime&do=options\" target=\"_blank\">here</a>. Leave blank to use the format that is set in your vBulletin options.<br /><br />\r\n\r\nConsult <a href=\"http://www.php.net/manual-lookup.php?function=strftime\" target=\"_blank\">this page</a> for a list of time variables. You can use these variables in combination with other characters to define a format.<br /><br />\r\n\r\nFor example, AM/PM Time Format (eg, 11:15 PM): %I:%M %p<br /><br />\r\n\r\nIf you have defined a locale for this language then you can use %X to let the locale decide what format to use.',6000),(5152,-1,'language_add_edit_settings_timeoverride_title','Time Format Override',6000),(5153,-1,'language_add_edit_settings_title_text','This is the name of the language as displayed in the Administration area as well as to users.',6000),(5154,-1,'language_add_edit_settings_title_title','Language Name',6000),(5155,-1,'language_add_edit_settings_userselect_text','If this is set to No, users will not be able to select this language (it will not appear to them). This is useful if you are just adding a language but have not yet added any translations for it.',6000),(5156,-1,'language_add_edit_settings_userselect_title','Allow user selection?',6000),(5157,-1,'language_add_text','On this screen you can add a new language. From there you will be able to translate all phrases into this language just as with the default languages that come with vBulletin.',6000),(5158,-1,'language_add_title','Creating a New Language',6000),(5159,-1,'language_delete_text','This page allows you to delete this language. Click the \"Yes\" button below to delete this language. This action cannot be undone.',6000),(5160,-1,'language_delete_title','Delete Language',6000),(5161,-1,'language_edit_settings_isdefault_text','If this is set to Yes, this language will be the default for forum members who do not select a language during registration, and for those who have not registered.<br /><br />\r\n\r\nYou can also change the default on the Language Manager screen.',6000),(5162,-1,'language_edit_settings_isdefault_title','Is Default Language',6000),(5163,-1,'language_edit_settings_text','On this screen you can edit the settings for a particular language.',6000),(5164,-1,'language_edit_settings_title','Edit Language Settings',6000),(5165,-1,'language_edit_text','On this screen you can edit, or translate, phrases. A phrase is a bit of text, referred to in the templates. Each language you have consists of all phrases translated into that language.<br /><br />\r\n\r\nEach phrase row gives the phrase name (that is, how it is shown in the templates), the phrase as it exists for that language (translated or not), and a link to revert a phrase to the default (English) value. Make sure to click Save Changes to save your work on this page.',6000),(5166,-1,'language_edit_title','Editing Phrases',6000),(5167,-1,'language_files_anyversion_text','If this is set to Yes, you will not receive a warning if this language set was created for a different version of vBulletin than you are running.<br /><br />\r\n\r\nTypically it is ok to use language files from newer versions but not from older versions. The reason is that newer versions may have extra phrases that your version doesn\'t have, but at least it will have all of the phrases that yours does, whereas an older version might not.',6000),(5168,-1,'language_files_anyversion_title','Use language file even if it was created for a different version of vBulletin?',6000),(5169,-1,'language_files_filename_text','This is what your file will be named when you download it. It is suggested that you name it with something regarding the language you are downloading.',6000),(5170,-1,'language_files_filename_title','Filename for your language file.',6000),(5171,-1,'language_files_just_phrases_text','By \"language settings\" we mean the settings you see when you click the [Edit Settings] link in the <a href=\"language.php?do=modify\" target=\"_blank\">Language Manager</a>. If this language is just translated phrases and no custom settings then you can select \"Yes\" here. Otherwise you should select \"No\" to keep the language whole as it is now.',6000),(5172,-1,'language_files_just_phrases_title','Just fetch phrases',6000),(5173,-1,'language_files_languagefile_text','Select the XML language file to upload from your computer.',6000),(5174,-1,'language_files_languagefile_title','XML Language File to upload',6000),(5175,-1,'language_files_languageid_text','Select the language you wish to download from this list of all languages installed in your vBulletin.',6000),(5176,-1,'language_files_languageid_title','Language to Download',6000),(5177,-1,'language_files_olanguageid_text','If you wish to overwrite an existing language with the file you are uploading, select it from this menu. Otherwise make sure (create new language) is selected.',6000),(5178,-1,'language_files_olanguageid_title','Overwrite language',6000),(5179,-1,'language_files_serverfile_text','Enter a file name complete with a server path that is relative to your main forum directory.<br /><br />\r\n\r\nFor example, if the name of the language file is vbulletin-language.xml and you uploaded it to the install directory inside your main forum directory then you would enter this value: ./install/vbulletin-language.xml',6000),(5180,-1,'language_files_serverfile_title','Import XML File',6000),(5181,-1,'language_files_text','On this screen you have the ability to upload and download language sets for your vBulletin. A language set is a collection of all of the phrases used within vBulletin and can be downloaded from the vBulletin.org and vBulletin.com forums.<br /><br />\r\n\r\nYou can also download a language set from your vBulletin to share with others if you have translated the vBulletin user interface into another language.',6000),(5182,-1,'language_files_title','Downloading and Uploading Language Sets',6000),(5183,-1,'language_files_title_text','This is what your language will be called on the forum. If you are overwriting a language, that language will be renamed with this title; otherwise, your new language will be named with this title.',6000),(5184,-1,'language_files_title_title','Title For New Language',6000),(5185,-1,'language_modify_text','On this screen, a list of all languages you have installed is shown. Next to each language is a drop-down menu containing a series of phrase-editing options, as well as links to modify the language settings and download it.<br /><br />\r\n\r\nSelecting an item on the (edit) drop-down list will take you to edit the type of phrase you select, e.g. Privatemessage related phrases, or Error phrases, etc.<br /><br />\r\n\r\nClicking Settings takes you to edit the settings of the language.<br /><br />\r\n\r\nDelete removes the language from your vBulletin<br /><br />\r\n\r\nDownload lets you download a language set, which consists of all phrases you have translated for that language. You can distribute this to fellow vBulletin owners.<br />\r\n\r\nThe \'Set Default\' button allows you to set a language as the default for your forum. The default language is what is shown to registered forum members who did not select a language at registration, and to unregistered users or those who are not logged in.<br /><br />\r\n\r\nAt the bottom of the list are links to add a new language and download or upload existing language sets.',6000),(5186,-1,'language_modify_title','Modifying Languages',6000),(5187,-1,'language_rebuild_text','This page is a confirmation and report of your languages being rebuilt. Click the \"Done\" button to return to the language manager.',6000),(5188,-1,'language_rebuild_title','Rebuild Languages',6000),(5189,-1,'language_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=language&pageaction=&option=\">Languages</a><br />\r\n<a href=\"help.php?s=&do=answer&page=phrase&pageaction=&option=\">Phrases</a><br /><br />\r\n\r\n<b>Languages:</b><br />\r\nvBulletin\'s language system allows you to translate your forum into other languages without editing any templates or files. This is thanks to the phrase system (see \"Phrases\" link above) which makes vBulletin\'s templates language-independant. The end result is that you can serve multiple languages from a single style.<br /><br />\r\n\r\nEach phrase can have a translation for each language specified in this Language Manager. When a forum page is loaded, vBulletin checks what language the current logged in user has selected and parses the phrase variables into the appropriate translated text.<br /><br />\r\n\r\nIn addition to translated phrases, vBulletin\'s language system supports translated images (by allowing you to override a style\'s images folder setting), and language-specific date / time / number formats.',6000),(5190,-1,'language_title','About Languages',6000),(5191,-1,'misc_chooser_autoredirect_text','If set to \'Yes\', the script will automatically continue on to the next cycle when the current cycle is finished. You should set this to \'Yes\' unless you want to manually tell the script to continue at the end of each cycle.',6000),(5192,-1,'misc_chooser_autoredirect_title','Include automatic JavaScript redirect to next page',6000),(5193,-1,'misc_chooser_doprocess_text','Here you can specify the total number of posts to process, starting at the starting post ID specified above.',6000),(5194,-1,'misc_chooser_doprocess_title','Total number of posts to process',6000),(5195,-1,'misc_chooser_install_text','Styles with no parent are broken. This option checks for those broken styles.',6000),(5196,-1,'misc_chooser_install_title','Check For Styles With No Parent',6000),(5197,-1,'misc_chooser_perpage_text','Here you can specify the number of forums / users / threads / posts / attachments to be processed at a time. This number may need to be set lower for extremely large forums because of time out concerns.',6000),(5198,-1,'misc_chooser_perpage_title','Number of forums to process per cycle',6000),(5199,-1,'misc_chooser_renumber_text','Renumbers the template IDs to be in consecutive sequential order. This has no functional purpose except for freeing up template IDs so you don\'t run out.',6000),(5200,-1,'misc_chooser_renumber_title','Renumber all templates from 1',6000),(5201,-1,'misc_chooser_reputation_base_text','All users with reputations greater than or equal to this value will be processed.',6000),(5202,-1,'misc_chooser_reputation_base_title','Base Reputation Value',6000),(5203,-1,'misc_chooser_startat_text','The post ID to start indexing at. If you were reindexing and the process stopped for some reason, you can resume where you left off.',6000),(5204,-1,'misc_chooser_startat_title','Post ID to start at',6000),(5205,-1,'misc_chooser_text','This page contains several counters that you can update.<br /><br />\r\n\r\n<b>Update Forums:</b><br />\r\nThis feature will update the information for each forum including: last post info, thread count, and post count. This may need to be done after mass moving / pruning threads and posts.<br /><br />\r\n\r\n<b>Update User Titles:</b><br />\r\nThis will go through every user on your forums and determine their correct user title. This may need to be done after changing your <a href=\"usertitle.php?do=modify\" target=\"_blank\">user title ladder</a>.<br /><br />\r\n\r\n<b>Update User Names:</b><br />\r\nThis will update user names everywhere they occur on your forums. This may need to be done after changing a user\'s name in the Admin CP.<br /><br />\r\n\r\n<b>Update Post Counts:</b><br />\r\nThis will update the number of posts for each user by counting each user\'s posts in the database. If you have artificially inflated / deflated a user\'s post count by editing their profile in the Admin CP then this will reset it to its true value.<br /><br />\r\n\r\n<b>Fix broken user profiles:</b><br />\r\nIncomplete profiles are usually the result of hacks making user insertions from outside of vBulletin. Run this to fix any broken profiles.<br /><br />\r\n\r\n<b>Rebuild Forum Information:</b><br />\r\nThis feature will update your forum counters and check for orphan moderators. This may need to be run after managing your forums.<br /><br />\r\n\r\n<b>Rebuild Thread Information:</b><br />\r\nThis feature will update your thread counters including: last post info, reply count, view count, etc. You may need to run this after moving / pruning threads and posts.<br /><br />\r\n\r\n<b>Rebuild Similar Threads:</b><br />\r\nThis feature will run a similar thread search for all threads on your forums. To show similar threads you need to enable the option in your <a href=\"options.php?dogroup=showthread&do=options\" target=\"_blank\">vBulletin options</a>. If you want your forums to search for similar threads when a new thread is posted (rather than having to update this counter later) then you need to enable the option on <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">this page</a>.<br /><br />\r\n\r\n<b>Rebuild Search Index:</b><br />\r\nThis needs to be done after changing the max / min search word length in your <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\n<b>Rebuild Statistics:</b><br />\r\nThis feature rebuilds the information that is dislplayed on your <a href=\"stats.php?do=index\" target=\"_blank\">Statistics page</a>.<br /><br />\r\n\r\n<b>Rebuild Post Cache:</b><br />\r\nvBulletin doesn\'t parse vB code in posts every time they are displayed. Instead the parsed posts are saved in the \"post_parsed\" table. In this way vBulletin reduces the processing time needed to display a post. Update this counter to rebuild the parsed posts. This needs to be done after changing vB codes, posting allowances (like HTML code), etc.<br /><br />\r\n\r\n<b>Delete Duplicate Threads:</b><br />\r\nSometimes duplicate threads are created during the posting process. Updating this counter will remove those duplicates.<br /><br />\r\n\r\n<b>Rebuild Styles:</b><br />\r\nUpdate this counter to rebuild your style structure.<br /><br />\r\n\r\n<b>Rebuild Attachment Thumbnails:</b><br />\r\nRebuilding thumbnails is necessary after changing your thumbnail settings in your <a href=\"options.php?dogroup=attachment&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\n<b>Rebuild User Reputation:</b><br />\r\nYou need to update this counter if you change the default reputation value in your <a href=\"options.php?dogroup=reputation&do=options\" target=\"_blank\">vBulletin options</a>.<br /><br />\r\n\r\n<b>Remove Orphan Threads:</b><br />\r\nThis function will delete any threads that belong to forums that no longer exist. Such threads are not accessible via the forums but they do add to your totals. You will see the number of orphan threads in parenthesis.<br /><br />\r\n\r\n<b>Remove Orphan Posts:</b><br />\r\nThis function will delete any posts that belong to threads that no longer exist. Such posts are not accessible via the forums but they do add your your totals. You will see the number of orphan posts in parenthesis.',6000),(5206,-1,'misc_chooser_title','Update Counters',6000),(5207,-1,'misc_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Update Counters:</b><br />\r\nThis page allows you to update several vBulletin counters. Not all information that is displayed on vBulletin forum pages is dynamically generated. \"Counters\" are used instead of some costly queries in order to reduce the server load associated with retrieving information.<br /><br />\r\n\r\nUser post counts are a good example of a counter. vBulletin doesn\'t count the number of posts a user has every time their post count is displayed on the forums. Instead the user has a post counter that is incremented every time they make a post. This way when vBulletin wants to display a user\'s post count it only has to read a number instead of all of the records in the post table.',6000),(5208,-1,'misc_title','About Update Counters',6000),(5209,-1,'moderate_attachments_attachaction_text','Select an action to take for this attachment. Validating an attachment removes it from this moderation queue and makes it visible on the forums. Deleting an attachment does exactly that. Ignoring an attachment leaves it in this moderation queue so you can handle it another time.',6000),(5210,-1,'moderate_attachments_attachaction_title','Action',6000),(5211,-1,'moderate_attachments_text','This page allows you to moderate attachments that are awaiting moderation. Below are all attachments that are awaiting moderation (if any). Select an action for each attachment (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating an attachment removes it from this moderation queue and makes it visible on the forums. Deleting an attachment does exactly that. Ignoring an attachment leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all attachments awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.',6000),(5212,-1,'moderate_attachments_title','Moderate Attachments',6000),(5213,-1,'moderate_events_eventaction_text','Select an action to take for this event. Validating an event removes it from this moderation queue and makes it visible on the forums. Deleting an event does exactly that. Ignoring an event leaves it in this moderation queue so you can handle it another time.',6000),(5214,-1,'moderate_events_eventaction_title','Action',6000),(5215,-1,'moderate_events_eventsubject_text','This is the subject of this event. If the subject is not appropriate or you want to change it, simply edit this field before validating the event.',6000),(5216,-1,'moderate_events_eventsubject_title','Subject',6000),(5217,-1,'moderate_events_eventtext_text','This is the message for this event. You have the option of editing the message before validating this event. Simply change the message in this textarea before validating the event.',6000),(5218,-1,'moderate_events_eventtext_title','Event',6000),(5219,-1,'moderate_events_text','This page allows you to moderate events that are awaiting moderation. Below are all events that are awaiting moderation (if any). Select an action for each event (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating an event removes it from this moderation queue and makes it visible on the calendar. Deleting an event does exactly that. Ignoring an event leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all events awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nYou can edit the content of events on this page while moderating them. For example, an event might have an inappropriate title... just change the text for the title and then validate the event.',6000),(5220,-1,'moderate_events_title','Moderate Events',6000),(5221,-1,'moderate_posts_postaction_text','Select an action to take for this post. Validating a post removes it from this moderation queue and makes it visible on the forums. Deleting a post does exactly that. Ignoring a post leaves it in this moderation queue so you can handle it another time.',6000),(5222,-1,'moderate_posts_postaction_title','Action',6000),(5223,-1,'moderate_posts_postpagetext_text','This is the message for this post. You have the option of editing the message before validating this post. Simply change the message in this textarea before validating the post.',6000),(5224,-1,'moderate_posts_postpagetext_title','Message',6000),(5225,-1,'moderate_posts_posttitle_text','This is the title of this post. If the title is not appropriate or you want to change it, simply edit this field before validating the thread.',6000),(5226,-1,'moderate_posts_posttitle_title','Title',6000),(5227,-1,'moderate_posts_text','This page allows you to moderate threads and posts that are awaiting moderation. Below are all threads and posts that are awaiting moderation (if any). Select an action for each thread and post (validate, delete, or ignore) and click the \"Save\" button to continue.<br /><br />\r\n\r\nValidating a thread or post removes it from this moderation queue and makes it visible on the forums. Deleting a thread or post does exactly that. Ignoring a thread or post leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to validate, delete, or ignore all threads and posts awaiting moderation then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nYou can edit the content of threads and posts on this page while moderating them. For example, a thread might have an inappropriate title... just change the text for the title and then validate the thread.',6000),(5228,-1,'moderate_posts_threadaction_text','Select an action to take for this thread. Validating a thread removes it from this moderation queue and makes it visible on the forums. Deleting a thread does exactly that. Ignoring a thread leaves it in this moderation queue so you can handle it another time.',6000),(5229,-1,'moderate_posts_threadaction_title','Action',6000),(5230,-1,'moderate_posts_threadnotes_text','The notes field records any moderative action that is made on this thread. You may want to enter a comment about this thread in the notes for reference.',6000),(5231,-1,'moderate_posts_threadnotes_title','Notes',6000),(5232,-1,'moderate_posts_threadpagetext_text','This is the message for this thread. You have the option of editing the message before validating this post. Simply change the message in this textarea before validating the thread.',6000),(5233,-1,'moderate_posts_threadpagetext_title','Message',6000),(5234,-1,'moderate_posts_threadtitle_text','This is the title of this thread. If the title is not appropriate or you want to change it, simply edit this field before validating the thread.',6000),(5235,-1,'moderate_posts_threadtitle_title','Title',6000),(5236,-1,'moderate_posts_title','Moderate Threads / Posts',6000),(5237,-1,'moderate_text','<b>Moderating Content:</b><br />\r\nvBulletin allows you to moderate forum content before it is publicly displayed. This is useful in preventing inappropriate or unworthy content from being posted in forums whose content needs to be of a minimum quality. This section of the Admin CP allows you to moderate content that is awaiting moderation.<br /><br />\r\n\r\nThread, post, and attachment moderation can be enabled at the forum level (see the <a href=\"../admincp/forum.php?do=modify\" target=\"_blank\">Forum Manager</a>), the group level (see the <a href=\"../admincp/usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>), and at the group level for a specific forum (see <a href=\"../admincp/forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a>). Similarly, event moderation can be enabled at the group level and at the calendar level (see the <a href=\"../admincp/admincalendar.php?do=modify\" target=\"_blank\">Calendar Manager</a>).',6000),(5238,-1,'moderate_title','About Moderating Content',6000),(5239,-1,'moderator_add_edit_canannounce_text','This permission determines whether or not this moderator can post announcements in their forum.',6000),(5240,-1,'moderator_add_edit_canannounce_title','Can Post Announcements',6000),(5241,-1,'moderator_add_edit_canbanusers_text','This permission allows this moderator to ban users, temporarily or permanently.',6000),(5242,-1,'moderator_add_edit_canbanusers_title','Can Ban Users',6000),(5243,-1,'moderator_add_edit_candeleteposts_text','This determines whether a moderator can delete posts.',6000),(5244,-1,'moderator_add_edit_candeleteposts_title','Can Delete Posts',6000),(5245,-1,'moderator_add_edit_caneditavatar_text','This permission allows this moderator to edit users\' avatars.',6000),(5246,-1,'moderator_add_edit_caneditavatar_title','Can Edit User Avatars',6000),(5247,-1,'moderator_add_edit_caneditpoll_text','This permission determines whether or not this moderator can edit poll options and results within their forum.',6000),(5248,-1,'moderator_add_edit_caneditpoll_title','Can Edit Polls',6000),(5249,-1,'moderator_add_edit_caneditposts_text','This determines whether a moderator can edit other users\' posts. They will still be able to edit their own posts (if their usergroup permission allows) even if you set this to No.',6000),(5250,-1,'moderator_add_edit_caneditposts_title','Can Edit Posts',6000),(5251,-1,'moderator_add_edit_caneditprofilepic_text','This permission allows this moderator to edit users\' profile pictures.',6000),(5252,-1,'moderator_add_edit_caneditprofilepic_title','Can Edit User Profile Pictures',6000),(5253,-1,'moderator_add_edit_caneditreputation_text','This permission allows this moderator to edit reputation comments.',6000),(5254,-1,'moderator_add_edit_caneditreputation_title','Can Edit User Reputation Comments',6000),(5255,-1,'moderator_add_edit_caneditsigs_text','This permission allows this moderator to edit users\' signatures.',6000),(5256,-1,'moderator_add_edit_caneditsigs_title','Can Edit User Signatures',6000),(5257,-1,'moderator_add_edit_caneditthreads_text','This permission determines whether or not this moderator can edit a thread\'s title and post icon.',6000),(5258,-1,'moderator_add_edit_caneditthreads_title','Can Edit Threads',6000),(5259,-1,'moderator_add_edit_canmanagethreads_text','This permission covers the rest of the thread permissions (stick, merge, split, etc).<br /><br />\r\n\r\nSticking a thread makes it so it always appears at the top of the thread listing. Merging allows a moderator to combine the posts of two threads into one thread. Splitting allows a moderator to split the posts from one thread into two threads.',6000),(5260,-1,'moderator_add_edit_canmanagethreads_title','Can Manage Threads',6000),(5261,-1,'moderator_add_edit_canmassmove_text','This permission allows this moderator to mass-move threads out of their forum.',6000),(5262,-1,'moderator_add_edit_canmassmove_title','Can Mass-Move Threads',6000),(5263,-1,'moderator_add_edit_canmassprune_text','This permission allows this moderator to mass-prune threads from their forum.',6000),(5264,-1,'moderator_add_edit_canmassprune_title','Can Mass-Prune Threads',6000),(5265,-1,'moderator_add_edit_canmoderateattachments_text','If attachment moderation is enabled in this moderator\'s forum, this permission will allow this moderator to approve attachments awaiting moderation.',6000),(5266,-1,'moderator_add_edit_canmoderateattachments_title','Can Moderate Attachments',6000),(5267,-1,'moderator_add_edit_canmoderateposts_text','If post moderation is enabled in this moderator\'s forum, this permission will allow this moderator to approve posts awaiting moderation.',6000),(5268,-1,'moderator_add_edit_canmoderateposts_title','Can Moderate Posts',6000),(5269,-1,'moderator_add_edit_canopenclose_text','This permission determines whether or not this moderator can open and close threads. A closed thread appears with a lock on it and no one can reply to it except admins and mods.',6000),(5270,-1,'moderator_add_edit_canopenclose_title','Can Open / Close Threads',6000),(5271,-1,'moderator_add_edit_canremoveposts_text','There are two levels of deletion in vBulletin 3... deletion with the option to undelete, and complete physical deletion so the posts cannot be undeleted. This option has to do with the later.',6000),(5272,-1,'moderator_add_edit_canremoveposts_title','Can Physically Delete Posts',6000),(5273,-1,'moderator_add_edit_cansetpassword_text','If this forum has a password, this permission will allow this moderator to change this password.',6000),(5274,-1,'moderator_add_edit_cansetpassword_title','Can Set Forum Password',6000),(5275,-1,'moderator_add_edit_canunbanusers_text','This permission allows this moderator to unban users who are banned.',6000),(5276,-1,'moderator_add_edit_canunbanusers_title','Can Restore Banned Users',6000),(5277,-1,'moderator_add_edit_canviewips_text','Every post has an IP address recorded with it. This permission allows this moderator to click the IP address link in a post and view the IP address.',6000),(5278,-1,'moderator_add_edit_canviewips_title','Can View IP Addresses',6000),(5279,-1,'moderator_add_edit_canviewprofile_text','This permission allows this moderator to view a user\'s entire profile, as it appears in the Admin CP. This does not give this moderator permission to edit a user\'s profile.',6000),(5280,-1,'moderator_add_edit_canviewprofile_title','Can View Whole User Profile',6000),(5281,-1,'moderator_add_edit_forumid_text','This is the forum that the user will moderate. Keep in mind that any child forums of this will also be moderated by this user.',6000),(5282,-1,'moderator_add_edit_forumid_title','Forum Moderated',6000),(5283,-1,'moderator_add_edit_modusername_text','Enter the username of the individual who will be the moderator. Make sure you spell it correctly or they will not be added.',6000),(5284,-1,'moderator_add_edit_modusername_title','Moderator Username',6000),(5285,-1,'moderator_add_edit_newpostemail_text','Enabling this option will notify this moderator by email whenever a new post is made. This is useful for low traffic forums that require close moderation.',6000),(5286,-1,'moderator_add_edit_newpostemail_title','Receive Email When a New Post is Created',6000),(5287,-1,'moderator_add_edit_newthreademail_text','Enabling this option will notify this moderator by email whenever a new thread is created. This is useful for low traffic forums that require close moderation.',6000),(5288,-1,'moderator_add_edit_newthreademail_title','Receive Email When a New Thread is Created',6000),(5289,-1,'moderator_add_membergroupids_text','This option allows you to specify additional usergroups to make this user a member of upon making them a moderator.',6000),(5290,-1,'moderator_add_membergroupids_title','Make Moderator a Member of',6000),(5291,-1,'moderator_add_text','On this page you can add a new forum moderator. Below is a list of permissions and options you can set for this moderator.',6000),(5292,-1,'moderator_add_title','Add New Moderator',6000),(5293,-1,'moderator_add_usergroupid_text','This option allows you to change this user\'s primary usergroup upon making them a moderator. Often times it is convenient to have your moderators in a specific usergroup for the purpose of giving them special permissions.',6000),(5294,-1,'moderator_add_usergroupid_title','Change Moderator\'s Primary Usergroup',6000),(5295,-1,'moderator_edit_text','This page allows you to edit this moderator. Below is a list of permissions that can be edited for this moderator.',6000),(5296,-1,'moderator_edit_title','Edit Moderator',6000),(5297,-1,'moderator_remove_text','This page allows you to delete this moderator. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(5298,-1,'moderator_remove_title','Delete Moderator',6000),(5299,-1,'moderator_removeall_text','This page allows you to remove this user\'s moderatorship from all forums. Click the \"Yes\" button below to perform the removal.',6000),(5300,-1,'moderator_removeall_title','Remove this Moderator from All Forums',6000),(5301,-1,'moderator_showlist_text','This page shows you all of your forum moderators and their last visit dates which helps you to identify inactive moderators.<br /><br />\r\n\r\nClick the [Edit] link next to a moderator\'s forum to edit their moderator permissions for that forum. Click the [Delete] link next to a moderator\'s forum to revoke their moderatorship in that forum. Click the [Remove this Moderator from All Forums] link to do exactly that.',6000),(5302,-1,'moderator_showlist_title','Show All Moderators',6000),(5303,-1,'moderator_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Moderators:</b><br />\r\nModerators can be added to forums to help you manage your forum content. Moderator privileges should only be given to users whom you trust.<br /><br />\r\n\r\nModerators can perform several actions on threads including but not limited to: closing threads (thread no longer open for replies), moving / copying threads to other forums, sticking threads (stays at the top of the forum listing), editing threads, deleting threads, merging threads (two threads become one), splitting threads (one thread becomes two).',6000),(5304,-1,'moderator_title','About Moderators',6000),(5305,-1,'modlog_choose_daysprune_text','You can easily remove old logs using this option. Logs found that are older than this date will be removed.',6000),(5306,-1,'modlog_choose_daysprune_title','Remove Entries Older Than (Days)',6000),(5307,-1,'modlog_choose_orderby_text','You can order the entries by date created, script accessed, or the user who performed the action.',6000),(5308,-1,'modlog_choose_orderby_title','Order By',6000),(5309,-1,'modlog_choose_perpage_text','This limits how many entries are shown on each page. If you have a slower connection it is recommended you select a lower number.',6000),(5310,-1,'modlog_choose_perpage_title','Log Entries to Show Per Page',6000),(5311,-1,'modlog_choose_text','This page allows you to view / prune log entries in the moderator log. If you have questions about specific options on this page please see the individual help topics below.',6000),(5312,-1,'modlog_choose_title','View / Prune Moderator Log',6000),(5313,-1,'modlog_choose_userid_text','If you wish to only view / prune logs that were generated by the actions of one person, select their username here.',6000),(5314,-1,'modlog_choose_userid_title','Show Only Entries Generated By',6000),(5315,-1,'modlog_prunelog_text','This is a confirmation that you want to delete the matching log entries from the moderator log. Click the \"Yes\" button to perform the deletion.',6000),(5316,-1,'modlog_prunelog_title','Prune Moderator Log',6000),(5317,-1,'modlog_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Moderator Log:</b><br />\r\nThe moderator log allows you to view the activities of your moderators. Each time a moderator action is performed on your forums it is recorded in the moderator log. The information stored includes the moderator\'s username, the date, the action performed, and additional information which varies depending on the action being performed.',6000),(5318,-1,'modlog_title','About Moderator Log',6000),(5319,-1,'modlog_view_text','This screen shows you a portion of the log entries that have been made by your moderators while performing mod duties. From left to right, the columns tell you:<br /><br />\r\n\r\n<b>Log ID</b>: This is simply an internal ID used for cataloguing.<br /><br />\r\n\r\n<b>Username</b>: This is the person who performed the action.<br /><br />\r\n\r\n<b>Date</b>: This is the date and time the action was performed.<br /><br />\r\n\r\n<b>Action</b>: This is the action that the user performed.<br /><br />\r\n\r\n<b>Extra Info</b>: For some actions, this records extra bits, such as affected threads and forums.<br /><br />\r\n\r\nAt the bottom of the page, if there are more entries than could be displayed on one screen, you will find links to view the first page, previous page, next page, and last page. These buttons appear as necessary. For example if you are on the first page, the First Page and Previous Page buttons will not appear.<br /><br />\r\n\r\nTo return to the main screen, choose Restart from the bottom of any page.<br /><br />\r\n\r\nYou can restrict access to this script, or just to the pruning function or just to the viewing function. See <a href=\"help.php?do=answer&page=adminlog.php&pageaction=restrict\">Restricting Access to Admin Log</a>.',6000),(5320,-1,'modlog_view_title','Viewing the Moderator Log',6000),(5321,-1,'options_options_WOLenable_text','Enable this option to allow viewing of the <a href=\"../online.php\" target=\"_blank\">online.php</a> page. This page shows a detailed list of currently active users, their locations, etc. This option only applies to online.php, not the \"Currently Active Users\" list on the <a href=\"../{$vboptions[forumhome]}.php\" target=\"_blank\">forumhome</a> page.<br /><br />\r\n\r\nReported locations <b>do</b> take forum permissions into consideration. For example, if a user in the online list is viewing a forum that the current logged in user doesn\'t have access to, then online.php will only report that they are viewing a forum and not give the name of the forum.',6000),(5322,-1,'options_options_WOLenable_title','Who\'s Online Enabled',6000),(5323,-1,'options_options_WOLguests_text','A guest is a user that does not have a forum account or is not logged in.',6000),(5324,-1,'options_options_WOLguests_title','Who\'s Online Display Guests',6000),(5325,-1,'options_options_WOLrefresh_text','The <a href=\"../online.php\" target=\"_blank\">who\'s online page</a> auto refreshes itself. This setting determines how often it refreshes.',6000),(5326,-1,'options_options_WOLrefresh_title','Who\'s Online Refresh Period',6000),(5327,-1,'options_options_WOLresolve_text','Enabling this option will cause IP addresses on the who\'s online page to be resolved to hostnames. The IP viewing privilege is a <a href=\"usergroup.php?do=modify\" target=\"_blank\">group permission</a>.',6000),(5328,-1,'options_options_WOLresolve_title','Who\'s Online Resolve IP Addresses',6000),(5329,-1,'options_options_addheaders_text','Some IIS servers may need this turned on; for most web servers, it will cause the server to not function correctly. This sends HTTP 200 OK headers if turned on.',6000),(5330,-1,'options_options_addheaders_title','Add Standard HTTP Headers',6000),(5331,-1,'options_options_addpolltimeout_text','This setting is the number of minutes in which a user may add a poll to a thread he just created. Administrators and moderators may always add a poll to a thread after creation.',6000),(5332,-1,'options_options_addpolltimeout_title','Time Limit on Adding a Poll to a Thread',6000),(5333,-1,'options_options_address_text','Enter the street address of your company here. If you use COPPA (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) then this address will be displayed as an option for those wishing to send their parental authorizations via snail mail.',6000),(5334,-1,'options_options_address_title','Company Address',6000),(5335,-1,'options_options_addtemplatename_text','When modifying templates, it is often helpful to have this setting enabled so you can view the source of a page to determine what template(s) control it. In the course of normal usage, however, you will usually want this disabled as it will increase your page sizes and therefore bandwidth usage.',6000),(5336,-1,'options_options_addtemplatename_title','Add Template Name in HTML Comments',6000),(5337,-1,'options_options_adminpower_text','This setting is the number of reputation points that an administrator gives or takes with each reputation click. Set this option to 0 to have administrators follow the same rules as all other users.',6000),(5338,-1,'options_options_adminpower_title','Administrator\'s Reputation Power',6000),(5339,-1,'options_options_adminquickstats_text','This setting is referring to the first page of the Admin CP, <a href=\"index.php\" target=\"_blank\">here</a>.',6000),(5340,-1,'options_options_adminquickstats_title','Control Panel Quick Statistics',6000),(5341,-1,'options_options_allowattachdel_text','The time limit that this setting refers to is <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a> (Time Limit on Editing of Posts).',6000),(5342,-1,'options_options_allowattachdel_title','Allow Deletion of Attachments Beyond Edit Time Limit',6000),(5343,-1,'options_options_allowbbcode_text','If you enable this option, users will be allowed to use vB codes (such as [b], [i], etc.) in their signatures.',6000),(5344,-1,'options_options_allowbbcode_title','Allow vB Code in Signatures',6000),(5345,-1,'options_options_allowbbimagecode_text','If you enable this, users will be able to use the [IMG] tag in their signatures to show images.',6000),(5346,-1,'options_options_allowbbimagecode_title','Allow [IMG] Code in Signatures',6000),(5347,-1,'options_options_allowchangestyles_text','If you enable this option, users will be able to choose amongst the styles you have enabled as User Selectable in the Styles and Templates section. This setting will be overridden in the case of two other settings - first, as mentioned above, a style must be set as User Selectable for a user to be able to opt to use it, and second, you can set a forum to always override a user\'s style choice regardless of this setting.',6000),(5348,-1,'options_options_allowchangestyles_title','Allow Users to Change Styles',6000),(5349,-1,'options_options_allowclosedattachdel_text','The time limit that this setting refers to is <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a> (Time Limit on Editing of Posts).',6000),(5350,-1,'options_options_allowclosedattachdel_title','Allow Deletion of Attachments in Closed Threads',6000),(5351,-1,'options_options_allowduplicates_text','If this setting is set to \"No\" then vBulletin will not allow the same user to post the same attachment twice. This can be used to prevent users from taking up unnecessary database space with identical attachments.',6000),(5352,-1,'options_options_allowduplicates_title','Allow Duplicate Attached Images',6000),(5353,-1,'options_options_allowdynimg_text','If you enable this setting, users will be able to use dynamic URLs (those containing ? and & among other special characters) in the [IMG] tag. This may post a slight risk of malicious use depending on what the \"image\" on the other end of the URL does. It could possibly read or set cookies or do a number of other things. Typically this setting should be disabled.',6000),(5354,-1,'options_options_allowdynimg_title','Allow Dynamic URL for [IMG] Tags',6000),(5355,-1,'options_options_allowedbbcodes_text','This setting allows you to enable and disable all the built-in bbcodes in vBulletin.<br /><br />\r\n\r\nDisabling a bbcode will prevent it from working anywhere on the forum, including signatures, private messages, user notes etc.',6000),(5356,-1,'options_options_allowedbbcodes_title','Enabled Built-in BB Codes',6000),(5357,-1,'options_options_allowhtml_text','It is <b>strongly</b> recommended that you do not enable this setting. It will allow users to use HTML in their signatures, which could be used maliciously.',6000),(5358,-1,'options_options_allowhtml_title','Allow HTML in Signatures',6000),(5359,-1,'options_options_allowimgsizefailure_text','On certain servers, the PHP function getimagesize() (which checks the dimensions of uploaded images) fails for currently unknown reasons. If you find that you are unable to upload images with this setting disabled, you may need to enable it to allow users to upload avatars or attachments. However, this may allow your end-users to get around your image size limits!',6000),(5360,-1,'options_options_allowimgsizefailure_title','Allow Image Size Checking Failure',6000),(5361,-1,'options_options_allowkeepbannedemail_text','You can disallow users from keeping an email address after you ban it by enabling this option. If you do so, the next time any users affected by the email ban attempt to modify their profile they will be prompted to enter a different address.',6000),(5362,-1,'options_options_allowkeepbannedemail_title','Allow User to Keep Banned Email Addresses',6000),(5363,-1,'options_options_allowmultiregs_text','vBulletin will, by default, stop people from signing up for multiple accounts by checking for a vB cookie on their machine; if one is found, they will not be able to sign up again. If you wish for users to be allowed to have multiple accounts, disable this setting. Keep in mind that a user can log out and remove all vB cookies for your site and then reregister if they wish.',6000),(5364,-1,'options_options_allowmultiregs_title','Allow Multiple Registration Per User',6000),(5365,-1,'options_options_allowphpinfo_text','If you enable this option, anyone can view your phpinfo() page by adding &do=phpinfo to a forum URL. vBulletin Support may ask you to temporarily enable this to help diagnose problems if you request technical support. Otherwise, we recommend turning it off.',6000),(5366,-1,'options_options_allowphpinfo_title','Public phpinfo() Display Enabled',6000),(5367,-1,'options_options_allowregistration_text','You can temporarily or permanently prevent new users from registering by disabling this setting.',6000),(5368,-1,'options_options_allowregistration_title','Allow New User Registrations',6000),(5369,-1,'options_options_allowsignatures_text','If you enable this option, users will be allowed to have signatures. You can enable and disable this option per-usergroup as well.',6000),(5370,-1,'options_options_allowsignatures_title','Allow Signatures',6000),(5371,-1,'options_options_allowsmilies_text','If you enable this setting, users can type such text as :) and :( and they will be converted into smilie images in their signatures. Otherwise, the text will be displayed as text.',6000),(5372,-1,'options_options_allowsmilies_title','Allow Smilies in Signatures',6000),(5373,-1,'options_options_allowthreadedmode_text','These modes are different ways to view posts within a thread. The user can set their own preference in their User CP.<br /><br />\r\n\r\nThreaded mode shows a tree of links to individual posts within the thread. The tree shows the threadedness of the posts by indenting reply posts under the post they are in reply to. Only one post is viewable at a time.\r\n<br /><br />\r\nHybrid mode shows the threaded tree of post links as well as the linear expansion of those posts.',6000),(5374,-1,'options_options_allowthreadedmode_title','Enable Threaded / Hybrid Mode',6000),(5375,-1,'options_options_allowvbcodebuttons_text','If you set this option to Disable Controls, no one will be able to use the enhanced toolbar that assists users in using BB Codes, or the <span style=\"cursor:help; border: 1px dotted black;\" title=\"What You See Is What You Get\">WYSIWYG</span> editor, which allows users to use a Word-like editing box. Using Disable Controls will also keep the Clickable Smilies box from showing.<br /><br />\r\n\r\nSetting this option to Enable Standard Controls will allow users to opt to use a vB2-style toolbar for quick use of BB Codes.<br /><br />\r\n\r\nSetting this option to Enable Standard & WYSIWYG Controls will allow users to choose between the standard and WYSIWYG controls.',6000),(5376,-1,'options_options_allowvbcodebuttons_title','Enable Clickable Message Formatting Controls',6000),(5377,-1,'options_options_allowwildcards_text','Enabling this option allows users to use wildcards (an asterisk *) in their searches. The asterisk respresents any number and combination of characters in the part of the search word in which it is used.',6000),(5378,-1,'options_options_allowwildcards_title','Allow Search Wild Cards',6000),(5379,-1,'options_options_archive_postsperpage_text','Enter the number of posts to display per page in the archive\'s threads.',6000),(5380,-1,'options_options_archive_postsperpage_title','Forum Archive Posts Per Page',6000),(5381,-1,'options_options_archive_threadsperpage_text','Enter the number of threads to display per page on the archive\'s thread listing pages.',6000),(5382,-1,'options_options_archive_threadsperpage_title','Forum Archive Threads Per Page',6000),(5383,-1,'options_options_archiveenabled_text','Some search engines don\'t like \"dynamic\" pages with parameters in the URLs, like http://www.domain.com/index.php?parameter=value. The archive feature gives search engines \"static\" URLs from which to access your forum content.',6000),(5384,-1,'options_options_archiveenabled_title','Forum Archive Enabled',6000),(5385,-1,'options_options_attachboxcount_text','This setting limits how many attachments can be uploaded at one time. This does not limit how many total attachments can be uploaded per post.<br /><br />\r\n\r\nFor example, if a user wants to attach 5 files to their post (assuming you allow at least 5 attachments per post) and you only allow 3 files to be uploaded at a time (this setting), then the user will need to select and upload 3 of the 5 files first and then select and upload the last 2 files after the first 3 are done.',6000),(5386,-1,'options_options_attachboxcount_title','Attachment Inputs',6000),(5387,-1,'options_options_attachlimit_text','Enter a positive integer number or 0.<br /><br />\r\n\r\nvBulletin allows users to attach multiple files to a single post. This setting defines the maximum number of files that a user may attach to one post.',6000),(5388,-1,'options_options_attachlimit_title','Attachments Per Post',6000),(5389,-1,'options_options_attachmentviewslive_text','If you enable this option, the attachment view counter for an attachment will be updated in realtime as attachments are viewed. Otherwise, they will be stored and updated every hour (by default) en masse. We recommend disabling this option for larger or busier forums as updating them in realtime can have a performance impact.',6000),(5390,-1,'options_options_attachmentviewslive_title','Update Attachment Views Immediately',6000),(5391,-1,'options_options_attachrow_text','Enter a positive integer number.<br /><br />\r\n\r\nThis setting can be used to appropriately fit thumbnails to your forum layout.',6000),(5392,-1,'options_options_attachrow_title','Thumbnails Per Row',6000),(5393,-1,'options_options_attachthumbs_text','A thumbnail is a smaller version of an image. When thumbnails are enabled attached images that are shown inline will be represented by a smaller version of that image. A user can then click on the thumbnail to view the full-size image.<br /><br />\r\n\r\nEnabling thumbnails is useful in conserving bandwidth on forums where attachments are displayed inline and in preventing large (dimensions) attached images from stretching the forum layout.<br /><br />\r\n\r\nIf you are enabling this option and have existing image attachments on your forums, you will need to <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your thumbnails</a> to generate thumbnails for those existing attachments.',6000),(5394,-1,'options_options_attachthumbs_title','Enable Thumbnails',6000),(5395,-1,'options_options_attachthumbssize_text','Enter positive integer number. Thumbnails will be constrained to a height and width no larger than this number.<br /><br />\r\n\r\nIf you are changing this value and have existing image attachments on your forums, you will need to <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your thumbnails</a> to update those existing attachments.',6000),(5396,-1,'options_options_attachthumbssize_title','Thumbnail Size',6000),(5397,-1,'options_options_attachtotalspace_text','Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n1048576 bytes = 1 megabyte<br /><br />\r\n\r\nThe total file size of a post\'s attachments cannot exceed this number. If you allow users to attach multiple files to a post then the combined file size of the post\'s attachments cannot exceed this number.',6000),(5398,-1,'options_options_attachtotalspace_title','Limit Space Taken Up By Attachments (Total)',6000),(5399,-1,'options_options_authorize_loginid_text','',6000),(5400,-1,'options_options_authorize_loginid_title','',6000),(5401,-1,'options_options_avatarenabled_text','If you enable this setting, users will able to choose avatars, small pictures which show up on their posts under their usernames. You can enable/disable avatars on a per-usergroup level by disabling their ability to use any avatar categories under Avatars > Avatar Manager. You can enable/disable custom avatars in Usergroups > Usergroup Manager.',6000),(5402,-1,'options_options_avatarenabled_title','Avatars Enabled',6000),(5403,-1,'options_options_banemail_text','Enter email addresses, or the @ symbol and email domains, separated by spaces to ban people from registering with that email or partial email.<br /><br />\r\n\r\nYou can use a partial email by entering the @ symbol followed by the domain name: @domain.com. You can opt to disallow current users from keeping banned email addresses below.',6000),(5404,-1,'options_options_banemail_title','Banned Email Addresses',6000),(5405,-1,'options_options_banip_text','Enter any IP addresses you wish to ban in this box, separated by spaces. You can enter a full IP address, or any partial IP address. vBulletin starts at the beginning of an IP address and matches out. You should be very careful when banning IP addresses, especially partials, as you will in all likelyhood hit at least one innocent person for every one who is a legitimate banning target, if you even manage to hit a legitimate target at all.',6000),(5406,-1,'options_options_banip_title','Banned IP Addresses',6000),(5407,-1,'options_options_bbactive_text','If this is set to Yes, visitors will be able to use your vBulletin. If this is set to No, only administrators will be able to use the forum; all other visitors will see an error message, with the Reason For Turning Forum Off (below).',6000),(5408,-1,'options_options_bbactive_title','Forum Active',6000),(5409,-1,'options_options_bbclosedreason_text','This is the text that is displayed to the end-user whenever you close the forum. You may use HTML here. Remember all administrators will be able to view and use the forum as normal, so don\'t forget to turn the forum back on!',6000),(5410,-1,'options_options_bbclosedreason_title','Reason For Turning Forum Off',6000),(5411,-1,'options_options_bbtitle_text','This is the title of your forum and appears in the title of every page as well as in the navigation bar at the top of every page, in addition to other places.',6000),(5412,-1,'options_options_bbtitle_title','Forum Name',6000),(5413,-1,'options_options_bburl_text','This is the URL to your vBulletin forum, without the final / or index.php. Examples of correct URLs:<br /><br />\r\n\r\nhttp://www.domain.com<br />\r\nhttp://www.domain.com/forum<br /><br />\r\n\r\nExamples of incorrect URLs:<br /><br />\r\n\r\nhttp://www.domain.com/ (should not have final slash)<br />\r\nhttp://www.domain.com/forum/index.php (should not have final slash or index.php)',6000),(5414,-1,'options_options_bburl_title','Forum URL',6000),(5415,-1,'options_options_birthdaydatecut_text','This setting allows you to display only the birthdays of active users. The \"Display Today\'s Birthdays\" option must be enabled for this setting to be applicable.',6000),(5416,-1,'options_options_birthdaydatecut_title','Show birthdays for active users only',6000),(5417,-1,'options_options_blankasciistrip_text','Certain raw ASCII characters can be used to make two usernames appear the same, even if one actually has one of these ASCII characters in it. Typically the settings entered here are sufficient for users, though you can add ASCII codes, separated by spaces, here if you wish.<br /><br />\r\nSome double-byte languages may have their display broken by using this setting; in that case you should remove the contents of this setting.',6000),(5418,-1,'options_options_blankasciistrip_title','Blank ASCII Character Stripper',6000),(5419,-1,'options_options_cachemaxage_text','Posts are normally stored with bbcode tags etc. in the same form as the user posted them with so that it may be edited later, and then parsed at display time. By caching them, they are parsed at post time (instead of display time) into the HTML they will be displayed in and stored separately from the pre-parsed posts. This results in a faster display on threads, since the posts do not have to be parsed at display time.<br /><br />\r\n\r\nThis option determines how long posts are stored. While a post is cached, it will take approximately twice as much storage space since it is essentially being stored twice. If you have a busy site, and threads typically don\'t last very long, you can probably set this to a lower value such as 10 days. If you have a slower site, and threads typically last longer, 20 to 30 days might be a better choice. If you have the disc space, you can set this to a higher value for better performance.',6000),(5420,-1,'options_options_cachemaxage_title','Cached Posts Lifespan',6000),(5421,-1,'options_options_calformat1_text','When a user provides their birth date, including year, it will be shown in their profile. This is the format of the date that will be shown. It follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. You should not enter any time formatting options.',6000),(5422,-1,'options_options_calformat1_title','Format For Birthdays with Year Specified',6000),(5423,-1,'options_options_calformat2_text','When a user provides their birth date it will be shown in their profile. This is the format of the date that will be shown when the user provides the month and day but not the year. It follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. You should not enter any time formatting options, and you should <b>not</b> enter any year code.',6000),(5424,-1,'options_options_calformat2_title','Format For Birthdays with Year Unspecified',6000),(5425,-1,'options_options_censorchar_text','If a word is to be censored, it will be replaced by the character(s) you specify here. It will be replaced on a one-to-one basis - that is, if the word \'dog\' is censored, and this setting is set to *, \'dog\' would be replaced with \'***\'.',6000),(5426,-1,'options_options_censorchar_title','Character to Replace Censored Words',6000),(5427,-1,'options_options_censorwords_text','Enter the word(s) you want censored in this box. Separate each with a space.<br /><br />\r\n\r\nTo censor a word even if it appears as part of another word, for example \'dog\' as part of \'dogma\', simply enter the word. If you wish to be more selective, and only censor the word if it appears as a whole word by itself, you can enclose it with curly braces, like so:<br />\r\n{dog}<br /><br />\r\n\r\nFollowing are some examples. This is the sentence they will be matched against:<br />\r\nDogs and cats fight when it\'s raining.<br />\r\nCensor list: {dog} cat rain<br />\r\nCensor result: Dogs and ***s fight when it\'s ****ing.<br />\r\nCensor list: dog {cat} {rain}<br />\r\nCensor result: ***s and cats fight when it\'s raining.<br /><br />\r\n\r\nDo *not* use quotation marks or the results may be unexpected or it may cause errors. Additionally be certain you are using curly brackets {} and not parentheses () when specifying exact words.',6000),(5428,-1,'options_options_censorwords_title','Censored Words',6000),(5429,-1,'options_options_checknewpm_text','Enable this feature to alert users of new private messages while they are browsing your forums. This is not true instant messaging because the recipient of a private message must load a forum page to initiate the prompt.',6000),(5430,-1,'options_options_checknewpm_title','Instant Messaging Support',6000),(5431,-1,'options_options_cleargifurl_text','The clear.gif file is used as a spacer in certain places on the forum and in place of missing avatars. If you do not set this to a valid image file, users may see a broken image symbol, depending on their browser. By default it is set to \'clear.gif\' which indicates that the file is in the root folder of your vBulletin installation (the same folder as forumdisplay.php). This MUST be a relative URL from the location of the root folder of your vBulletin installation.',6000),(5432,-1,'options_options_cleargifurl_title','Location of clear.gif',6000),(5433,-1,'options_options_codemaxlines_text','Code is displayed as preformatted text which does not wrap when it reaches the edges of the table. By placing the code within a scroll box we avoid the situation where the preformatted text streches the forum layout. This setting allows you to specify the maximum height of the scroll box before a scroll bar is displayed.',6000),(5434,-1,'options_options_codemaxlines_title','Maximum [CODE] Lines',6000),(5435,-1,'options_options_companyname_text','Enter the name of your company here. If you use the COPPA option (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) this will be displayed.',6000),(5436,-1,'options_options_companyname_title','Company Name',6000),(5437,-1,'options_options_contactuslink_text','This is a link for contacting the forum administrator. There is a built-in email form located at sendmessage.php which can be used, or you can use an email address. If you use an email address you must add mailto: to the beginning of it so it looks like this:<br /><br />\r\n\r\nmailto:admin@domain.com<br /><br />\r\n\r\nIf you use the built-in contact form, you can specify predefined subjects below in Contact Us Options.',6000),(5438,-1,'options_options_contactuslink_title','Contact Us Link',6000),(5439,-1,'options_options_contactusoptions_text','If you are using the built-in contact form at sendmessage.php you can specify subjects for users to pick from. An \"other\" option will be added to any options you specify here.<br /><br />\r\nSpecify one subject per line.',6000),(5440,-1,'options_options_contactusoptions_title','Contact Us Options',6000),(5441,-1,'options_options_cookiedomain_text','If you want the vBulletin cookies to affect all your domain, including subdomains, instead of just the subdomain it is located on (if applicable), enter e.g. .domain.com (note the dot before the domain name and no www!). Otherwise, you can leave this setting blank.',6000),(5442,-1,'options_options_cookiedomain_title','Cookie Domain',6000),(5443,-1,'options_options_cookiepath_text','This is the path that cookies should have when they are set. If you run more than one forum on the same domain, you need to enter a path for each forum or the cookies will become confused and and possibly corrupt. The path <i>must</i> start and end in a forward slash; e.g. /example/ or /forums/.',6000),(5444,-1,'options_options_cookiepath_title','Path to Save Cookies',6000),(5445,-1,'options_options_cookietimeout_text','A user must be inactive for this many seconds before their session is considered over and posts are marked read, and they are removed from Who\'s Online.',6000),(5446,-1,'options_options_cookietimeout_title','Time-Out for Cookie',6000),(5447,-1,'options_options_copyrighttext_text','Enter any copyright text that you wish to be displayed at the bottom of every page. This is in addition to the Jelsoft copyright that must be displayed per the license agreement (unless you have a \"branding free\" license).',6000),(5448,-1,'options_options_copyrighttext_title','Copyright Text',6000),(5449,-1,'options_options_cp_collapse_forums_text','This setting is in reference to <a href=\"forum.php?do=modify\" target=\"_blank\">this page</a>.',6000),(5450,-1,'options_options_cp_collapse_forums_title','Enable Collapsing in Forum Manager?',6000),(5451,-1,'options_options_cp_usereditcolumns_text','This setting is in reference to <a href=\"user.php?do=add\" target=\"_blank\">this page</a>.',6000),(5452,-1,'options_options_cp_usereditcolumns_title','User Editor Columns',6000),(5453,-1,'options_options_cpstylefolder_text','Select a style for the Admin and Moderator control panels.',6000),(5454,-1,'options_options_cpstylefolder_title','Control Panel Style Folder',6000),(5455,-1,'options_options_ctCensorMod_text','If you enable this option, moderators will be exempt from the user title censor. If you censor such words as \'moderator\' from custom user titles, but want your moderators to be able to use the words in their titles, you must enable this option.',6000),(5456,-1,'options_options_ctCensorMod_title','Exempt Moderators From Censor',6000),(5457,-1,'options_options_ctCensorWords_text','Enter the word(s) you want censored from user titles in this box. Separate each with a space.<br /><br />\r\n\r\nTo censor a word even if it appears as part of another word, for example \'dog\' as part of \'dogma\', simply enter the word. If you wish to be more selective, and only censor the word if it appears as a whole word by itself, you can enclose it with curly braces, like so:<br />\r\n{dog}<br /><br />\r\n\r\nFollowing are some examples. This is the sentence they will be matched against:<br />\r\nDogs and cats fight when it\'s raining.<br />\r\nCensor list: {dog} cat rain<br />\r\nCensor result: Dogs and ***s fight when it\'s ****ing.<br />\r\nCensor list: dog {cat} {rain}<br />\r\nCensor result: ***s and cats fight when it\'s raining.<br /><br />\r\n\r\nDo *not* use quotation marks or the results may be unexpected or it may cause errors. Additionally be certain you are using curly brackets {} and not parentheses () when specifying exact words.',6000),(5458,-1,'options_options_ctCensorWords_title','Censored Words',6000),(5459,-1,'options_options_ctMaxChars_text','This setting is the maximum number of characters a user may enter for a custom title.',6000),(5460,-1,'options_options_ctMaxChars_title','User Title Maximum Characters',6000),(5461,-1,'options_options_dateformat_text','If you using the \"Normal\" or \"Yesterday/Today\" settings for Datestamp Display, enter the format you wish to use for the display of dates here. This follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>.<br /><br />\r\n\r\nSome examples:<br />\r\nm-d-y becomes 04-25-98 (Standard short US format)<br />\r\nF jS, Y becomes April 25th, 1998 (Standard long US format)<br />\r\nd-m-Y becomes 25-04-98 (Standard short European format)<br />\r\njS F Y becomes 25th April 1998 (Standard long European format)',6000),(5462,-1,'options_options_dateformat_title','Format For Date',6000),(5463,-1,'options_options_datescore_text','This setting allows you to give a higher relevance score to search results that are newer.<br /><br />\r\n\r\nThis can be deceiving for multi-word searches. For example, for multi-word search strings a search result might only match one of the words but end up with a higher relevance score than an older search result that matched all of the words.',6000),(5464,-1,'options_options_datescore_title','Search Relevance Date Score',6000),(5465,-1,'options_options_defaultregoptions_text','Select the default setting you want for each option on the registration form.',6000),(5466,-1,'options_options_defaultregoptions_title','Default Registration Options',6000),(5467,-1,'options_options_description_text','The Meta Description is used by some search engines to determine what your pages are about and to rank them. Other search engines such as Google do not take the description into account.<br /><br />\r\n\r\nEnter a short description of your site here and it will be placed in the meta description tag in the header of every page. Most engines will accept a maximum of 255 characters for the description.',6000),(5468,-1,'options_options_description_title','Meta Description',6000),(5469,-1,'options_options_disableerroremail_text','If you do not want to be notified about database errors by email then set this option to Yes. It is recommended that you keep at least one of the error reporting features enabled, whether that is email notification or a log file.',6000),(5470,-1,'options_options_disableerroremail_title','Disable Database Error Email Sending',6000),(5471,-1,'options_options_displayemails_text','If you disable this setting, users will not be able to contact other members via email through the forum. Even if you enable this setting, you can disable the display of actual email addresses by enable Use Secure Email Sending below.',6000),(5472,-1,'options_options_displayemails_title','Allow Users to Email Other Members',6000),(5473,-1,'options_options_displayloggedin_text','If this option is enabled your forums will present on the forum index page a list of the usernames of everyone who is logged in, otherwise known as \"Currently Active Users.\"',6000),(5474,-1,'options_options_displayloggedin_title','Display Logged in Users?',6000),(5475,-1,'options_options_dstonoff_text','If the time zone for the Default Time Zone Offset is currently in Daylight Savings time, set this to Yes. Remember, this only affects guests and those not logged in. Registered, logged-in users can set their own DST options in their User CP.',6000),(5476,-1,'options_options_dstonoff_title','Enable Daylight Savings',6000),(5477,-1,'options_options_editthreadtitlelimit_text','This setting is the number of minutes in which a user may edit the title of a thread that he starts, and have it apply to the thread listing screen (forumdisplay). After this time period, the change will only apply to the title shown in the first post of the thread. (Administrators and moderators with permission may always edit the title of the thread as shown on forumdisplay through the Edit Thread function.)',6000),(5478,-1,'options_options_editthreadtitlelimit_title','Time Limit on Editing of Thread Title',6000),(5479,-1,'options_options_edittimelimit_text','This is the time in minutes after the post was posted. If a user posted a post at 1:00 PM and this setting is set to 5, then that user will not be able to edit that post after 1:05 PM.',6000),(5480,-1,'options_options_edittimelimit_title','Time Limit on Editing of Posts',6000),(5481,-1,'options_options_emailfloodtime_text','This is the number of seconds that must elapse between emails that a user can send to other members. This is primarily to prevent a user from easily spamming members. Set it to 0 to disable this option.',6000),(5482,-1,'options_options_emailfloodtime_title','Email Flood Check',6000),(5483,-1,'options_options_emailsendnum_text','vBulletin has a mail queue that prevents bottlenecks when sending large numbers of emails (for example, when a new post is added to a thread that has a lot of subscriptions to it). By default, 10 emails are sent from the queue at a time. If you have a more powerful server, you can probably safely increase this number, but we do not recommend going too high on this regardless.',6000),(5484,-1,'options_options_emailsendnum_title','Number of Emails to Send Per Batch',6000),(5485,-1,'options_options_enableaccess_text','Access masks allow you to enable or disable access to a particular forum for individual user(s). To use them, you must enable this option. This option also affects whether or not users will be able to see forums they do not have access to on forumhome and forumdisplay. (If this is off, they will see them in forum listings but not be able to enter them. If this is on, they will not see them at all.)',6000),(5486,-1,'options_options_enableaccess_title','Enable Access Masks',6000),(5487,-1,'options_options_enableage_text','Enable if you want user ages in posts. Disable otherwise.',6000),(5488,-1,'options_options_enableage_title','Enable User Age',6000),(5489,-1,'options_options_enablebanning_text','If you enable this option, the following ban settings will apply.',6000),(5490,-1,'options_options_enablebanning_title','Enable Banning Options',6000),(5491,-1,'options_options_enablecensor_text','You can censor words on your forum anywhere they appear in message titles or bodies. To turn on the censor, set this option to Yes.',6000),(5492,-1,'options_options_enablecensor_title','Censorship Enabled',6000),(5493,-1,'options_options_enableemail_text','This setting must be enabled for the following email-based functions to operate :<br />\r\nReport Bad Post<br />\r\n\'Contact Us\' Link<br />\r\nEmail a Member<br />\r\nEmail this Page to a Friend<br />\r\nThread/Forum subscriptions notices to members<br /><br />\r\n\r\nYou can turn the Email This Page to a Friend option on and off per-usergroup in the User Permissions area.',6000),(5494,-1,'options_options_enableemail_title','Enable Email Features?',6000),(5495,-1,'options_options_enablememberlist_text','If this is enabled, the display of the Member List will be enabled. The Member List shows all users who are in groups that have \"Viewable on Memberlist\" enabled in Usergroups.',6000),(5496,-1,'options_options_enablememberlist_title','Members List Enabled',6000),(5497,-1,'options_options_enablepms_text','Private messaging allows users to send eachother personal messages using your forums, similar to email. Only the recipient of a private message can read it.',6000),(5498,-1,'options_options_enablepms_title','Private Messaging Enabled',6000),(5499,-1,'options_options_enablesearches_text','Searching is a very useful feature but it can be quite server intensive on busy forums. If you are concerned about server load you can disable this feature.',6000),(5500,-1,'options_options_enablesearches_title','Search Engine Enabled',6000),(5501,-1,'options_options_enablespiders_text','Spiders are programs that browse the internet and index web sites. Enabling this option will identify guests that are spiders according to the definitions in the settings below.',6000),(5502,-1,'options_options_enablespiders_title','Enable Spider Display',6000),(5503,-1,'options_options_errorlogdatabase_text','Enter a full server path. You might want to record database errors to a file if you chose not to have them emailed to you.',6000),(5504,-1,'options_options_errorlogdatabase_title','Log Database Errors to File',6000),(5505,-1,'options_options_errorlogmaxsize_text','Enter a byte size. 1048576 bytes = 1 megabyte',6000),(5506,-1,'options_options_errorlogmaxsize_title','Maximum File Size of Error Logs',6000),(5507,-1,'options_options_errorlogsecurity_text','Enter a full server path. Recording failed Admin CP logins is useful for knowing when some one is trying to hack into your forums.',6000),(5508,-1,'options_options_errorlogsecurity_title','Log Failed Admin Control Panel Logins to File',6000),(5509,-1,'options_options_externaljs_text','Enabling this option will allow people to receive a feed of the latest threads in specific forum(s). This may be included into a webpage to provide dynamic content.\r\n<br /><br />\r\nThe option refers specifically to a Javascript feed.',6000),(5510,-1,'options_options_externaljs_title','Enable External Javascript',6000),(5511,-1,'options_options_externalrss_text','Enabling this option will allow people to receive a feed of the latest threads in specific forum(s). This may be included into a webpage or RSS reader to provide an automatically updated latest threads display.\r\n<br /><br />\r\nThe option refers specifically to an RSS feed.',6000),(5512,-1,'options_options_externalrss_title','Enable RSS Syndication',6000),(5513,-1,'options_options_externalxml_text','Enabling this option will allow people to receive a feed of the latest threads in specific forum(s). This may be included into a webpage or other program to provide an automatically updated latest threads display.\r\n<br /><br />\r\nThe option refers specifically to an XML feed.',6000),(5514,-1,'options_options_externalxml_title','Enable XML Syndication',6000),(5515,-1,'options_options_faxnumber_text','Enter your company\'s fax number here. If you use COPPA (see the <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">User Registration Options</a>) then this fax number will be displayed as an option to allow people to send you faxed parental authorization.<br /><br />\r\n\r\nIf you need a fax number, you may wish to look at <a href=\"http://www.efax.com/\" target=\"_blank\">eFax</a> who provide internet-based faxing services.',6000),(5516,-1,'options_options_faxnumber_title','Company Fax',6000),(5517,-1,'options_options_floodchecktime_text','If you enter a number other than 0 (which will disable this function) here, it will cause a user to be forced to wait at least this many seconds between posts. It can prevent a user from attempting to flood your forum with new posts, through either manual or automatic means. Administrators and moderators are always exempt from floodcheck.',6000),(5518,-1,'options_options_floodchecktime_title','Minimum Time Between Posts',6000),(5519,-1,'options_options_forumdisplaydepth_text','For example, if this is set to 2 and your forums are arranged like this:<br /><br />\r\n\r\nparent<br />\r\n--child<br />\r\n----child\'s child<br /><br />\r\n\r\nAnd you are currently viewing the \"parent\" forum then you will see the first two levels of the parent forum\'s subforums on the forumdisplay page:<br /><br />\r\n\r\n--child<br />\r\n----child\'s child',6000),(5520,-1,'options_options_forumdisplaydepth_title','Depth of Forums - Forum Display',6000),(5521,-1,'options_options_forumhome_text','You can use this setting to change the name of your forum index file so that you can put another index file in it\'s place. The replacement index file might be a forum intro page or a portal of some kind. There are many possible applications.',6000),(5522,-1,'options_options_forumhome_title','Script Name for Forum Home Page',6000),(5523,-1,'options_options_forumhomedepth_text','For example, if this is set to 2 and your forums are arranged like this:<br /><br />\r\n\r\nparent<br />\r\n--child<br />\r\n----child\'s child<br /><br />\r\n\r\nThen you will only see the first two levels on your forum homepage:<br /><br />\r\n\r\nparent<br />\r\n--child',6000),(5524,-1,'options_options_forumhomedepth_title','Depth of Forums - Forum Home',6000),(5525,-1,'options_options_gdversion_text','Select the version of GD that is installed on your server (or None if it is not installed). You can determine which version is installed by viewing your <a href=\"index.php?do=phpinfo\" target=\"_blank\">phpinfo</a> page and searching for \'GD\'.',6000),(5526,-1,'options_options_gdversion_title','GD Version',6000),(5527,-1,'options_options_globalignore_text','This setting allows you to set certain users as being globally ignored. Their posts etc. are not seen by any users except themselves. This gives them the illusion that they are still functioning members of the forum when in reality nobody is seeing their posts. Enter a list of userids separated by spaces.',6000),(5528,-1,'options_options_globalignore_title','Tachy Goes to Coventry',6000),(5529,-1,'options_options_goodwords_text','Use this setting to include special words in the search index that are outside the range of word lengths to be indexed.',6000),(5530,-1,'options_options_goodwords_title','Words to be Included Despite Character Limit',6000),(5531,-1,'options_options_gziplevel_text','You can choose the level of compression for GZIP, if you enable it above. The valid options are 0 (none) through 9 (maximum). However, setting this higher than 1 will cause a higher performance overhead with negligible benefits.',6000),(5532,-1,'options_options_gziplevel_title','GZIP Compression Level',6000),(5533,-1,'options_options_gzipoutput_text','If you have the ZLIB library installed with PHP, you can enable this option to GZIP pages and save bandwidth on the actual HTML pages that are sent; this compresses them up to 80% in some cases. Only clients that support it and that are HTTP 1.1 compliant will have GZIPed pages sent. If you are using mod_gzip on your server, you <b>must not</b> enable this option.',6000),(5534,-1,'options_options_gzipoutput_title','GZIP HTML Output',6000),(5535,-1,'options_options_hideprivateforums_text','A private forum is one that the current logged in user doesn\'t have access to. Enabling this option will hide private forums from users so they don\'t know what they\'re missing. ;)<br /><br />\r\n\r\nIf you disable this option then users will be able to see private forums but not access them.',6000),(5536,-1,'options_options_hideprivateforums_title','Hide Private Forums',6000),(5537,-1,'options_options_hometitle_text','This is the title of your homepage. A link to your homepage appears in the footer of every page by default.',6000),(5538,-1,'options_options_hometitle_title','Homepage Name',6000),(5539,-1,'options_options_homeurl_text','This is the URL to your homepage. It will be used (along with Homepage Name) to create a link to your homepage in the footer of every page.',6000),(5540,-1,'options_options_homeurl_title','Homepage URL',6000),(5541,-1,'options_options_hotnumberposts_text','This is the minimum number of posts required for a thread to be hot.',6000),(5542,-1,'options_options_hotnumberposts_title','Hot Threads Qualifying Posts',6000),(5543,-1,'options_options_hotnumberviews_text','This is the minimum number of views required for a thread to be hot.',6000),(5544,-1,'options_options_hotnumberviews_title','Hot Threads Qualifying Views',6000),(5545,-1,'options_options_ignoremods_text','If you enable this setting, users will be able to add Moderators and Administrators to their ignore lists.',6000),(5546,-1,'options_options_ignoremods_title','Allow Users to \'Ignore\' Moderators',6000),(5547,-1,'options_options_ignorequotechars_text','If you enable this option, all text within [quote] tags in a post will be ignored when determining how many characters that post has. Some users like to quote large posts and add a smiley or some other small bit of text as a response, and this prevents that.',6000),(5548,-1,'options_options_ignorequotechars_title','Ignore Words in [QUOTE] Tags for Min Chars Check',6000),(5549,-1,'options_options_illegalusernames_text','This setting is the usernames, or parts of usernames, that you do not wish users to be able to register, separated by spaces. If you enter John, for example, no one will be able to register John, but the name Johnathan will also be disallowed.',6000),(5550,-1,'options_options_illegalusernames_title','Illegal User Names',6000),(5551,-1,'options_options_keywords_text','Meta Keywords are used by some search engines to determine what your pages are about and to rank them. Other search engines such as Google do not take keywords into account.<br /><br />\r\n\r\nAll keywords you enter here will be put in the keywords meta tag in the header of every page. Separate keywords or phrases with a single comma and no space.',6000),(5552,-1,'options_options_keywords_title','Meta Keywords',6000),(5553,-1,'options_options_kppower_text','For every X points of reputation that a user gets, they gain one more point of reputation-altering power.',6000),(5554,-1,'options_options_kppower_title','Reputation Point Factor',6000),(5555,-1,'options_options_languageid_text','This setting is the default language for your forum, of all the language(s) you have installed. This language will be used for guests, and for members who have not explicitly set a language in their preferences.',6000),(5556,-1,'options_options_languageid_title','Default Language',6000),(5557,-1,'options_options_lastthreadchars_text','This setting is useful in preventing long thread titles from taking up too much space and stretching the table cells.',6000),(5558,-1,'options_options_lastthreadchars_title','Last Thread Title Maximum Displayed Characters',6000),(5559,-1,'options_options_legacypostbit_text','The postbit controls the way each individual post looks when viewing a thread. The new postbit aligns the poster\'s information above the post, while the legacy postbit aligns their information to the left of the post.',6000),(5560,-1,'options_options_legacypostbit_title','Use Legacy (Vertical) Postbit Template',6000),(5561,-1,'options_options_linktopages_text','This option allows users to go from the forum thread listing directly to a specific page in a thread without having to view the first page of the thread first.',6000),(5562,-1,'options_options_linktopages_title','Multi-Page Thread Links Enabled',6000),(5563,-1,'options_options_loadlimit_text','On certain *NIX setups, including Linux, vBulletin can read the server\'s load as reported by the operating system. vBulletin can then use this information turn away users if the server load passes this threshold. Load on *NIX systems is measured in numbers. Usually load should stay below 1, however spikes can occasionally occur, so you should not set this number too low. A setting of 5 to 7 would be a reasonable threshold.',6000),(5564,-1,'options_options_loadlimit_title','*NIX Server Load Limit',6000),(5565,-1,'options_options_logdateformat_text','This if the format of dates shown in the control panel logs. This field uses the date parameters shown <a href=\"http://www.php.net/manual-lookup.php?function=date\" target=\"_blank\">here</a>.',6000),(5566,-1,'options_options_logdateformat_title','Log Date Format',6000),(5567,-1,'options_options_logip_text','If this setting is set to Do Not Log IP, no IPs will be logged when messages are posted. If set to Display, But Require Admin or Mod, then the IP will be logged and an administrator or moderator with permission can view it. Display Publicly will show the IP on the post itself for all to see.',6000),(5568,-1,'options_options_logip_title','Log IP Addresses',6000),(5569,-1,'options_options_maximages_text','Set this to the maximum number of images you wish to allow per post and signature. For the purposes of this count, the post and any signature the user has are counted together. Set this to 0 to disable the images count.',6000),(5570,-1,'options_options_maximages_title','Maximum Images Per Post/Signature',6000),(5571,-1,'options_options_maxmultipage_text','If a thread has 75 pages you probably don\'t want a link to each page in the forum\'s thread listing page. Use this option to limit the number of linked pages.',6000),(5572,-1,'options_options_maxmultipage_title','Multi-Page Thread Maximum Links',6000),(5573,-1,'options_options_maxpolloptions_text','This setting limits the number of choices a user can put in a poll.',6000),(5574,-1,'options_options_maxpolloptions_title','Maximum Poll Options',6000),(5575,-1,'options_options_maxposts_text','If a thread has 40 posts and this is set to 10, then the posts will be split over 4 pages. The user can set their own preference in their User CP if you give them the option (see \"User-Settable Maximum Displayed Posts\" below).',6000),(5576,-1,'options_options_maxposts_title','Maximum Displayed Posts Before Page Split',6000),(5577,-1,'options_options_maxreputationperday_text','This is the number of reputation clicks that a user may give over any 24 hour period. Administrators are exempt from this limit.',6000),(5578,-1,'options_options_maxreputationperday_title','Daily Reputation Clicks Limit',6000),(5579,-1,'options_options_maxresults_text','For example, if this is set to 200 and a search finds 300 results then only the first 200 matches will be displayed.',6000),(5580,-1,'options_options_maxresults_title','Maximum Search Results to Return',6000),(5581,-1,'options_options_maxsearchlength_text','Enter the maximum word length that the search engine is to index.<br /><br />\r\n\r\nFor example, if this is set to 15 then users can\'t search for 16 letter words. You can reduce the size of your database by decreasing this number and reindexing <a href=\"misc.php?do=chooser\" target=\"_blank\">here</a>.',6000),(5582,-1,'options_options_maxsearchlength_title','Search Index Maximum Word Length',6000),(5583,-1,'options_options_maxthreads_text','This is the maximum number of threads per page on forumdisplay.php.',6000),(5584,-1,'options_options_maxthreads_title','Maximum Displayed Threads Before Page Split',6000),(5585,-1,'options_options_maxuserlength_text','This setting is the maximum number of characters that a username may be to be valid.',6000),(5586,-1,'options_options_maxuserlength_title','Maximum Username Length',6000),(5587,-1,'options_options_memberlistfields_text','Check what profile fields you want to appear on the <a href=\"../memberlist.php\" target=\"_blank\">member list page</a>.',6000),(5588,-1,'options_options_memberlistfields_title','Member List Field Options',6000),(5589,-1,'options_options_memberlistperpage_text','This setting determines the number of members displayed per page on the members list.',6000),(5590,-1,'options_options_memberlistperpage_title','Members Per Page',6000),(5591,-1,'options_options_minreputationcount_text','This is the amount of reputation that a user must have before his reputation hits affect other\'s reputations.',6000),(5592,-1,'options_options_minreputationcount_title','Minimum Reputation Count',6000),(5593,-1,'options_options_minreputationpost_text','This setting is the number of posts that a user must have before his reputation hits count towards other\'s reputation points.',6000),(5594,-1,'options_options_minreputationpost_title','Minimum Post Count',6000),(5595,-1,'options_options_minsearchlength_text','Enter the minimum word length that the search engine is to index.<br /><br />\r\n\r\nFor example, if this is set to 4 then users can\'t search for 3 letter words. You can reduce the size of your database by increasing this number and reindexing <a href=\"misc.php?do=chooser\" target=\"_blank\">here</a>.',6000),(5596,-1,'options_options_minsearchlength_title','Search Index Minimum Word Length',6000),(5597,-1,'options_options_minuserlength_text','This setting is the minimum number of characters that a username must be to be valid.',6000),(5598,-1,'options_options_minuserlength_title','Minimum Username Length',6000),(5599,-1,'options_options_moderatenewmembers_text','If you enable this setting, all new users will be placed into a validation queue for you to approve before they are allowed full privileges. (You can determine what permissions these users have while they are awaiting validation by modifying the permissions for the (COPPA) Users Awaiting Moderation group.) If you also have Verify Email Address in Registration enabled, below, the user must first verify their email address, and then they will be put into the validation queue.',6000),(5600,-1,'options_options_moderatenewmembers_title','Moderate New Members',6000),(5601,-1,'options_options_multimatchscore_text','This setting allows you to give a higher relevance score to search results that contain more of the words in a multi-word search string.<br /><br />\r\n\r\nFor example, if your search string consists of two words then posts that contain both words will be given higher relevance than posts that only contain one of the two words.',6000),(5602,-1,'options_options_multimatchscore_title','Search Relevance Multi-Word Match Bonus Score',6000),(5603,-1,'options_options_ncxemail_text','Enter your NoChex email address. This is the same address you use to login on <a href=\"http://www.nochex.com/\" target=\"_blank\">nochex.com</a>.<br /><br />\r\n\r\nIf you want to use this payment method then you need to check the \"NOCHEX\" box for the \"Payment Methods\" setting above.',6000),(5604,-1,'options_options_ncxemail_title','NoChex Email',6000),(5605,-1,'options_options_needfromemail_text','Some email servers require the \"-f\" parameter to be sent with email calls from PHP. If users are not receiving email from your forum, you can try enabling this option, but most likely this setting will not solve your issue.',6000),(5606,-1,'options_options_needfromemail_title','Enable \"-f\" Parameter',6000),(5607,-1,'options_options_newuseremail_text','If you would like one or more people to be notified when a new user registers, enter their email address(es), separated by spaces, in this field.',6000),(5608,-1,'options_options_newuseremail_title','Email Address to Notify About New Members',6000),(5609,-1,'options_options_nocacheheaders_text','If you enable this option, no-cache HTTP headers will be added to each page. These cause full page data to be rerequested from the server every time the user gets a page, which will increase bandwidth; it may additionally cause an increase in server load as it will cause more pages to be served.',6000),(5610,-1,'options_options_nocacheheaders_title','Add No-Cache HTTP Headers',6000),(5611,-1,'options_options_noeditedbytime_text','This is the number of minutes that a user has to edit his post without the <i>Edited by xxx</i> message being appended at the bottom of an edited message.',6000),(5612,-1,'options_options_noeditedbytime_title','Time to Wait Before Starting to Display \'Edited by...\'',6000),(5613,-1,'options_options_numavatarsperpage_text','This setting is the number of predefined avatars displayed per page on the Edit Avatar screen, broken into columns by the Avatar Display Width setting above.',6000),(5614,-1,'options_options_numavatarsperpage_title','Avatars Per-Page',6000),(5615,-1,'options_options_numavatarswide_text','This setting is the number of columns of avatars you wish to display for the display of predefined avatars in the User CP.',6000),(5616,-1,'options_options_numavatarswide_title','Avatar Display Width',6000),(5617,-1,'options_options_oneannounce_text','When disabled, this option makes it so all announcements in a forum are shown as individual links (like threads) on the forumdisplay.php page. When enabled, this option combines all announcements one \"thread\" where each announcement is a \"post.\"',6000),(5618,-1,'options_options_oneannounce_title','Group Announcements',6000),(5619,-1,'options_options_pagenavpages_text','On thread and forum pages, as well as private messaging lists and other places, if there are multiple page number links to be displayed, this setting determines how many are shown on either side of the page currently being viewed. Setting this to 0 will cause all page links to be displayed.',6000),(5620,-1,'options_options_pagenavpages_title','Number of Pages Visible in Page Navigator',6000),(5621,-1,'options_options_pcpower_text','For every X number of posts that a user makes, they will gain one more point of reputation-altering power.',6000),(5622,-1,'options_options_pcpower_title','Post Count Factor',6000),(5623,-1,'options_options_pmfloodtime_text','Enter the minimum number of seconds that must pass before a user can send another private message. Use this setting to prevent users from spamming your users with private messages.',6000),(5624,-1,'options_options_pmfloodtime_title','Floodcheck - Minimum Time Between Messages',6000),(5625,-1,'options_options_pmmaxchars_text','Use this setting to limit the length of private messages.',6000),(5626,-1,'options_options_pmmaxchars_title','Maximum Characters Per Private Message',6000),(5627,-1,'options_options_pmmaxperpage_text','If a user has more private messages than are allowed on one page by this setting then they will be split across multiple pages.',6000),(5628,-1,'options_options_pmmaxperpage_title','Maximum Messages Per-Page',6000),(5629,-1,'options_options_pmperpage_text','For example, if a user has 100 private messages in their inbox and this is set to 50 then their private messages will be split over 2 pages.',6000),(5630,-1,'options_options_pmperpage_title','Default Messages Per-Page',6000),(5631,-1,'options_options_postmaxchars_text','Set this option to the maximum number of characters you wish to allow in one post. If you set this to 0 it will disable the maximum character check.',6000),(5632,-1,'options_options_postmaxchars_title','Maximum Characters Per Post',6000),(5633,-1,'options_options_postminchars_text','This setting is the minimum number of characters a user must put in a post before it is allowed to go through. Set this to 0 to disable it.',6000),(5634,-1,'options_options_postminchars_title','Minimum Characters Per Post',6000),(5635,-1,'options_options_posttitlescore_text','This setting allows you to give a higher relevance score to search results whose titles contain search words. This is for post titles, not thread titles.',6000),(5636,-1,'options_options_posttitlescore_title','Search Relevance Post Title Score',6000),(5637,-1,'options_options_ppemail_text','Enter your PayPal email address. This is the same address you use to login on <a href=\"http://www.paypal.com/\" target=\"_blank\">paypal.com</a>.<br /><br />\r\n\r\nIf you want to use this payment method then you need to check the \"PayPal\" box for the \"Payment Methods\" setting above.',6000),(5638,-1,'options_options_ppemail_title','PayPal Email',6000),(5639,-1,'options_options_privacyurl_text','This is the URL to your privacy statement, if you have one. If you don\'t you can leave this blank.',6000),(5640,-1,'options_options_privacyurl_title','Privacy Statement URL',6000),(5641,-1,'options_options_privallowbbcode_text','vB Codes allow you to add certain html elements to messages (bold text, italic text, underlined text, lists, etc).',6000),(5642,-1,'options_options_privallowbbcode_title','Allow vB Code in Private Messages',6000),(5643,-1,'options_options_privallowbbimagecode_text','[IMG] code allows users to display inline images, like this:<br /><br />\r\n\r\n[IMG]http://www.domain.com/image.gif[/IMG]',6000),(5644,-1,'options_options_privallowbbimagecode_title','Allow [IMG] Code in Private Messages',6000),(5645,-1,'options_options_privallowhtml_text','HTML code allows the user tremendous freedom in formatting their messages but also allows for malicious code to be inserted. Allowing HTML code is not recommended.',6000),(5646,-1,'options_options_privallowhtml_title','Allow HTML in Private Messages',6000),(5647,-1,'options_options_privallowicons_text','Message icons are like smilies for private message titles. You can manage your message icons <a href=\"image.php?do=modify&table=icon\" target=\"_blank\">here</a>.',6000),(5648,-1,'options_options_privallowicons_title','Allow Message Icons for Private Messages',6000),(5649,-1,'options_options_privallowsmilies_text','Enable this option to make smilie codes parse into their images. You can manage your smilies <a href=\"image.php?do=modify&table=smilie\" target=\"_blank\">here</a>.',6000),(5650,-1,'options_options_privallowsmilies_title','Allow Smilies in Private Messages',6000),(5651,-1,'options_options_profilelastpost_text','If you enable this option, a user\'s last post will be be shown on the user\'s profile page. This can increase table locking due to large table scans, as well as the load of your server. This option should only be enabled for smaller forums.',6000),(5652,-1,'options_options_profilelastpost_title','Show Last Post on Profile Page',6000),(5653,-1,'options_options_profilepicenabled_text','If you enable this option, users will be able to use profile pictures, which are small images (usually larger than avatars) that users can upload to their profile pages. You can set this per-usergroup with the Can Upload Profile Pictures setting in Usergroup Manager.',6000),(5654,-1,'options_options_profilepicenabled_title','Profile Pictures Enabled',6000),(5655,-1,'options_options_quickreply_text','If you enable this option, a box will appear at the bottom of each showthread page allowing a user to quickly reply to the current topic without loading the full newreply page. You can opt below to only allow users to use QR after clicking on a post\'s QR icon. Even if QR is enabled users are still able to use the full newreply page.',6000),(5656,-1,'options_options_quickreply_title','Quick Reply Enabled',6000),(5657,-1,'options_options_quickreplyclick_text','If you enable this option, users will have to click a post\'s QR icon to be able to use QR. Otherwise, they will not, <b>but</b> this has the expense of making Threaded/Hybrid view not very useful, as the system has no way of knowing which post a user is replying to and will simply at it at the end; threaded/hybrid views will become non-sensical.',6000),(5658,-1,'options_options_quickreplyclick_title','Require Click for Quick Reply',6000),(5659,-1,'options_options_quotetitle_text','If you enable this setting, the title field of new posts will be field with the thread or parent post\'s title, prefixed by \'Re: \'. The user can still edit it if they wish. If you disable this setting, the title box will be blank by default.',6000),(5660,-1,'options_options_quotetitle_title','Automatically Quote Post / Thread Title',6000),(5661,-1,'options_options_ratefunc_text','',6000),(5662,-1,'options_options_ratefunc_title','',6000),(5663,-1,'options_options_ratescore_text','This setting allows you to give a higher relevance score to search results contained within threads that have a high thread rating.',6000),(5664,-1,'options_options_ratescore_title','Search Relevance Rating Score',6000),(5665,-1,'options_options_rdpower_text','For every X number of days that a user has been registered, they are given one more point of reputation-altering power.',6000),(5666,-1,'options_options_rdpower_title','Register Date Factor',6000),(5667,-1,'options_options_regimagecheck_text','If you enable this option, users will be required to pass a test during registration where an image is displayed that has a random number on it, and the user must type in the number they see in order to prove they are not an automated system attempting to register. PHP must have GD support enabled for this option to work.',6000),(5668,-1,'options_options_regimagecheck_title','Image Verification',6000),(5669,-1,'options_options_registereddateformat_text','The user\'s registration date is normally shown with their posts. This determines the format of the date that will be shown and follows PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>. (Usually you only want to show the month, day, and year, or even just month and year.)',6000),(5670,-1,'options_options_registereddateformat_title','Format For Registration Date',6000),(5671,-1,'options_options_replyfunc_text','',6000),(5672,-1,'options_options_replyfunc_title','',6000),(5673,-1,'options_options_replyscore_text','This setting allows you to give a higher relevance score to search results contained within threads with a high reply count.<br /><br />\r\n\r\nRemember that quantity doesn\'t necessarily equal quality. In this way, this setting can skew the search results.',6000),(5674,-1,'options_options_replyscore_title','Search Relevance Reply Score',6000),(5675,-1,'options_options_reputationdefault_text','This is the reputation level that each user is given when they register. You as the administrator must have a level that is at least equal to or less than this value.<br /><br />\r\n\r\nIf you change this value then you may want to <a href=\"misc.php?do=chooser\" target=\"_blank\">rebuild your reputations</a> to give existing users to same base reputation level.',6000),(5676,-1,'options_options_reputationdefault_title','Default Reputation',6000),(5677,-1,'options_options_reputationenable_text','This enables or disables the user reputation system.',6000),(5678,-1,'options_options_reputationenable_title','Enable User Reputation System',6000),(5679,-1,'options_options_reputationhide_text','If you enable this option, users will be able to disable the display of their reputation to the public. (Users will still be able to give reputation to users who have disabled the public display of their reputation.)',6000),(5680,-1,'options_options_reputationhide_title','Allow Users to Hide Their Reputation',6000),(5681,-1,'options_options_reputationrepeat_text','This setting is the number of different users that a person must give reputation to before they can hit the same person again. Administrators are exempt from this limit.',6000),(5682,-1,'options_options_reputationrepeat_title','Reputation User Spread',6000),(5683,-1,'options_options_reputationundefined_text','This is the reputation \'description\' that will be given to any user that has a reputation that is lesser than the smallest reputation level.<br /><br />For example, if your lowest reputation is -300, any user with a reputation of -301 or smaller will have this description.',6000),(5684,-1,'options_options_reputationundefined_title','Reputation Undefined',6000),(5685,-1,'options_options_requireuniqueemail_text','By default, vBulletin requires a unique email address for each user. If you disable this setting, multiple users will be allowed to have the same email address.',6000),(5686,-1,'options_options_requireuniqueemail_title','Require Unique Email Addresses',6000),(5687,-1,'options_options_safeupload_text','If your server has Safe Mode enabled, you should set this to Yes. You can determine if Safe Mode is enabled by viewing your <a href=\"index.php?do=phpinfo\">phpinfo</a> page and searching for Safe Mode.',6000),(5688,-1,'options_options_safeupload_title','Safe Mode Upload Enabled',6000),(5689,-1,'options_options_searchfloodtime_text','This setting can be used to limit the number of searches any one user can perform within a certain time period. This is useful in preventing the search feature from taking too many server resources on busy forums.',6000),(5690,-1,'options_options_searchfloodtime_title','Minimum Time Between Searches',6000),(5691,-1,'options_options_searchperpage_text','For example, if this is set to 25 then the user will need to go to the second page of search results to see matches 26-50.',6000),(5692,-1,'options_options_searchperpage_title','Search Results Posts Per Page',6000),(5693,-1,'options_options_secureemail_text','If this is enabled, users will be presented with a form through which to email members. Otherwise, a member\'s email address will simply be displayed. (Allow Users to Email Other Members, above, must be enabled for this setting to have any effect.)',6000),(5694,-1,'options_options_secureemail_title','Use Secure Email Sending',6000),(5695,-1,'options_options_sessionlimit_text','Set this to the maximum number of users you want to be able to use the forum at any one time. If the number of active users exceeds this number, additional users will be given an error message. Set this option to 0 to disable it and not use a limit on the number of active users.',6000),(5696,-1,'options_options_sessionlimit_title','Simultaneous Sessions Limit',6000),(5697,-1,'options_options_setting[defaultregoptions][]_text','The settings you specify here will be the default for new users who register. Of these, the only one that is not a setting per se, but an admin option, is Require Birthday, which if you set it to Yes, it will require the user to enter a birth date to register.',6000),(5698,-1,'options_options_setting[defaultregoptions][]_title','Default Registration Options',6000),(5699,-1,'options_options_showbirthdays_text','Enable this option to display today\'s birthday\'s on your forum homepage.',6000),(5700,-1,'options_options_showbirthdays_title','Display Today\'s Birthdays?',6000),(5701,-1,'options_options_showdeficon_text','This post icon will be used on a post if the user doesn\'t choose one when posting.',6000),(5702,-1,'options_options_showdeficon_title','Show Default Post Icon',6000),(5703,-1,'options_options_showdots_text','This feature is good for helping users keep track of their footsteps on busy forums. On less busy forums this feature is less useful.',6000),(5704,-1,'options_options_showdots_title','Highlight Threads in Which User Has Posted',6000),(5705,-1,'options_options_showevents_text','This setting can be used to limit the number of upcoming events that are displayed on your forum homepage.',6000),(5706,-1,'options_options_showevents_title','Display Calendar Events?',6000),(5707,-1,'options_options_showeventtype_text','This setting lets you group upcoming events by event or by date.',6000),(5708,-1,'options_options_showeventtype_title','Upcoming Event Type',6000),(5709,-1,'options_options_showforumdescription_text','Exactly what it says. Forum descriptions can be managed when you edit a specific forum <a href=\"forum.php?do=modify\" target=\"_blank\">here</a>.',6000),(5710,-1,'options_options_showforumdescription_title','Show Forum Descriptions in Forum Listings',6000),(5711,-1,'options_options_showforumusers_text','Exactly what it says... enabling this option shows a list of users that are browing a particular forum on its forumdisplay.php page. Disable if you are concerned about performance.',6000),(5712,-1,'options_options_showforumusers_title','Show Users Browsing Forums',6000),(5713,-1,'options_options_showholidays_text','Enable this option to display holidays in the upcoming events. Holidays can be managed <a href=\"admincalendar.php?do=modifyholiday\" target=\"_blank\">here</a>.',6000),(5714,-1,'options_options_showholidays_title','Display Holidays',6000),(5715,-1,'options_options_showimicons_text','If the user has entered their username/numbers for ICQ, AIM, MSN, and/or Yahoo! Messenger in their profile, and this is set to Yes, icons allowing quick use of this information will be displayed in various places, such as on posts, the member list, etc. If not, the information will be displayed in the user\'s profile in text form.',6000),(5716,-1,'options_options_showimicons_title','Show Instant Messaging Program Icons',6000),(5717,-1,'options_options_showlocks_text','Enable this option to display a lock icon on forums that the logged in user does not have access to.',6000),(5718,-1,'options_options_showlocks_title','Show Lock Icons to Users',6000),(5719,-1,'options_options_showmoderatorcolumn_text','You can enable this option to hide the moderator column if, for example, you don\'t have any forum moderators, don\'t want your users to see that column, or you just don\'t like the moderator column taking up space.',6000),(5720,-1,'options_options_showmoderatorcolumn_title','Show Moderator Column',6000),(5721,-1,'options_options_showsimilarthreads_text','This setting displays the similar thread box. The <a href=\"options.php?do=options&dogroup=search\" target=\"_blank\">Automatic Similar Thread Search</a> option does the actual work to find similar threads. Disable both options if you don\'t want this feature.',6000),(5722,-1,'options_options_showsimilarthreads_title','Show Similar Threads?',6000),(5723,-1,'options_options_showstickies_text','Sticky threads are shown at the top of the forum thread listing. Enable this option to not only show sticky threads at the top of the listing, but also at the top of each page of threads.',6000),(5724,-1,'options_options_showstickies_title','Show Sticky Threads on All Pages',6000),(5725,-1,'options_options_showthreadusers_text','Exactly what it says... enabling this option shows a list of users that are browing a particular thread on its showthread.php page. Disable if you are concerned about performance.',6000),(5726,-1,'options_options_showthreadusers_title','Show Users Browsing Threads',6000),(5727,-1,'options_options_showuserrates_text','This is how many of the most recent ratings that a user has received to show them in their User CP.',6000),(5728,-1,'options_options_showuserrates_title','Number of Reputation Ratings to Display',6000),(5729,-1,'options_options_showvotes_text','Enter a positive integer number.<br /><br />\r\n\r\nThread ratings are relatively inaccurate with just a few votes. This setting can be used to delay the results until enough votes have been cast to give a more accurate rating.',6000),(5730,-1,'options_options_showvotes_title','Required Thread Rating Votes to Show Rating',6000),(5731,-1,'options_options_sigmax_text','This setting is the maximum number of characters that a user can use in their signature.',6000),(5732,-1,'options_options_sigmax_title','Maximum Length of Signature',6000),(5733,-1,'options_options_similarthreadsearch_text','Enabling this option will build a list of similar threads for a thread when it is posted. To actually show the similar threads you need to have the \"Show Similar Threads\" option enabled <a href=\"options.php?dogroup=showthread&do=options\" target=\"_blank\">here</a>.<br /><br />\r\n\r\nIf you are concerned about server load you can disable this feature.',6000),(5734,-1,'options_options_similarthreadsearch_title','Automatic Similar Thread Search',6000),(5735,-1,'options_options_similarthreadthreshold_text','Search results are scored by relevance. This setting defines the minimum score a thread must have in a \"similar threads\" search to qualify as a similar thread.<br /><br />\r\n\r\nYou can see and change the scoring system <a href=\"options.php?dogroup=searchfunc&do=options\" target=\"_blank\">here</a>.',6000),(5736,-1,'options_options_similarthreadthreshold_title','Similar Threads Relevance Threshold',6000),(5737,-1,'options_options_smcolumns_text','If the clickable smiliebox is enabled, enter the number of smilies that should be shown per row here.',6000),(5738,-1,'options_options_smcolumns_title','Smiliebox Smilies Per Row',6000),(5739,-1,'options_options_smtotal_text','Enter the total number of smilies you wish to be shown in the clickable smiliebox before the user must click to see more. If you would like to hide the clickable smiliebox for all users, set this to 0.',6000),(5740,-1,'options_options_smtotal_title','Smiliebox Total Smilies',6000),(5741,-1,'options_options_spiderdesc_text','This textbox contains the names of the spiders. These names are used to identify the spiders on the who\'s online page.',6000),(5742,-1,'options_options_spiderdesc_title','Spider Identification Description',6000),(5743,-1,'options_options_spiderstrings_text','The strings should be unique to the spider\'s HTTP USER AGENT. <a href=\"http://www.jafsoft.com/searchengines/webbots.html\" target=\"_blank\">Here</a> is a good reference site.',6000),(5744,-1,'options_options_spiderstrings_title','Spider Identification Strings',6000),(5745,-1,'options_options_stopshouting_text','If you enable this option, users who type words in their post title in all CAPS will have them changed to first-letter-capitalization only, or all lowercase, depending on the word(s). For some international forums with different character sets this setting may cause issues, and in that case should be disabled.',6000),(5746,-1,'options_options_stopshouting_title','Prevent \'SHOUTING\'',6000),(5747,-1,'options_options_storecssasfile_text','If this is enabled, you can store the CSS for your pages as files which will reduce the size of pages (since the CSS file can be cached locally and referred to from each page, instead of having all the CSS information within each page). If you enable this, you must create a directory named vbulletin_css in the clientscript folder of your vBulletin installation and the web server must have permission to create, write, and remove files from that directory. (Normally this is accomplished by CHMODing the directory 777.)',6000),(5748,-1,'options_options_storecssasfile_title','Store CSS Stylesheets as Files?',6000),(5749,-1,'options_options_styleid_text','You can set the Default Style for your forum from the styles you have created or added in the Styles and Templates section. All guests, and members who have not explicitly set a style choice in their preferences, will be shown this style.',6000),(5750,-1,'options_options_styleid_title','Default Style',6000),(5751,-1,'options_options_subforumdepth_text','Use this option to display deep subforums as text links in the parent\'s forum description area.<br /><br />\r\n\r\nFor example, if your forums are setup like this:<br /><br />\r\n\r\nparent<br />\r\n--child<br />\r\n----child\'s child<br /><br />\r\n\r\nAnd your forum depth is set to 2 and this setting is set to 3 then you will see the first two forums displayed \"fully\" on the forum homepage while the level 3 \"child\'s child\" forum will appear within the \"child\" forum\'s description:<br /><br />\r\n\r\nparent<br />\r\n--child<br />\r\n <i>child forum\'s description.</i><br />\r\n <b>Sub-Forums:</b> child\'s child',6000),(5752,-1,'options_options_subforumdepth_title','Depth of Sub-Forums',6000),(5753,-1,'options_options_subscriptionmethods_text','To the right are check boxes for each payment method vBulletin supports. These payment methods are used for vBulletin\'s subscription system (see the <a href=\"subscriptions.php?do=modify\" target=\"_blank\">Subscription Manager</a>). Put a check mark next to each payment method you want to support. Make sure you fill in the information below for each payment method that is checked here.',6000),(5754,-1,'options_options_subscriptionmethods_title','Payment Methods',6000),(5755,-1,'options_options_text','On this screen you can select the group of options you wish to modify. You can also opt to view all settings on one screen by choosing Show All Settings. Internet Explorer users can double-click on their choice to be taken to that page automatically.',6000),(5756,-1,'options_options_threaded_listdepth_text','Posts have relative depth in threaded mode. Take this threaded structure for example:<br /><br />\r\n\r\nfirstpost<br />\r\n-reply1<br />\r\n--re: reply1<br />\r\n---re: re: reply1<br />\r\n-reply2<br />\r\n--re: reply2<br /><br />\r\n\r\nIf you are viewing \"firstpost\" then both \"reply1\" and \"reply2\" are one level deep. If you are viewing \"reply1\" then \"re: reply1\" is one level deep and \"re: re: reply1\" is 2 levels deep.',6000),(5757,-1,'options_options_threaded_listdepth_title','Threaded Mode: Posts Depth',6000),(5758,-1,'options_options_threaded_maxcache_text','This is basically like the <a href=\"options.php?dogroup=showthread&do=options\" target=\"_blank\">Maximum Displayed Posts Before Page Split</a> setting in terms of thread load time. If this setting is set to 40 then vBulletin will load a maximum of 40 posts \"in the background\" so the page doesn\'t have to reload for each of those 40 posts.',6000),(5759,-1,'options_options_threaded_maxcache_title','Threaded Mode: Maximum Cached Posts',6000),(5760,-1,'options_options_threadedmode_text','Threaded mode shows a tree of links to individual posts within the thread. The tree shows the threadedness of the posts by indenting reply posts under the post they are in reply to. Only one post is viewable at a time.',6000),(5761,-1,'options_options_threadedmode_title','Use Threaded Mode by Default',6000),(5762,-1,'options_options_threadpreview_text','When you mouse-over a thread link a small hovering windows appears that shows the content of the first post in the thread. This setting is the maximum number of characters to show.',6000),(5763,-1,'options_options_threadpreview_title','Length of Thread Preview Text',6000),(5764,-1,'options_options_threadsubscribed_text','It is convenient for the user to have this option enabled so they know when they have subscribed to a thread they are viewing, but you may wish to disable this option if you are concerned about performance.',6000),(5765,-1,'options_options_threadsubscribed_title','Check Thread Subscription',6000),(5766,-1,'options_options_threadtitlescore_text','This setting allows you to give a higher relevance score to search results whose threads contain search words.',6000),(5767,-1,'options_options_threadtitlescore_title','Search Relevance Thread Title Score',6000),(5768,-1,'options_options_threadviewslive_text','If you enable this option, the thread view counter for a thread will be updated in realtime as threads are viewed. Otherwise, they will be stored and updated every hour (by default) en masse. We recommend disabling this option for larger or busier forums as updating them in realtime can have a performance impact.',6000),(5769,-1,'options_options_threadviewslive_title','Update Thread Views Immediately',6000),(5770,-1,'options_options_threadvoted_text','It only makes sense not to present the user with a voting form if they have already voted, but you may wish to disable this option is you are concerned about performance.',6000),(5771,-1,'options_options_threadvoted_title','Check Thread Rating',6000),(5772,-1,'options_options_thumbpng_text','On some systems, thumbnail creation of files of type .png will crash PHP. You will witness this when the attachment manager window returns <em>page not found</em> after you proceed to upload a .gif or .png file. This is due to an incompatibility between GD and the libpng library. One possible solution is to try to downgrade your lib png to version 1.0.x since it is reported that solves the problem. Otherwise this switch will disable thumbnail creation for .png files so that this problem no longer occurs. If you are affected by this bug then you will also see the same problem occur for .gif files since they are outputted as .png files. Disabling this option will cause .gif files to still be thumbnailed, but as .jpg files instead.',6000),(5773,-1,'options_options_thumbpng_title','Generate PNG Thumbnails',6000),(5774,-1,'options_options_timeformat_text','This is the format in which the time is presented on all vBulletin pages. It uses PHP\'s <a href=\"http://www.php.net/date\" target=\"_blank\">date function formatting options</a>.<br /><br />\r\n\r\nSome examples:<br />\r\n<b>h:i A</b> becomes 11:15 PM<br />\r\n<b>H:i</b> becomes 23:15',6000),(5775,-1,'options_options_timeformat_title','Format For Time',6000),(5776,-1,'options_options_timeoffset_text','Set this to the time zone of your server\'s time in terms of GMT. Daylight savings time should not be taken into account, but rather set in the \'Enable Daylight Savings\' option.<br /><br />\r\n\r\nThis setting is used only for guests and as a default value for newly registered members.',6000),(5777,-1,'options_options_timeoffset_title','Default Time Zone Offset',6000),(5778,-1,'options_options_timeoutcontrolpanel_text','Enabling this option will force admins to relogin if they are in the Admin CP for too long. This is more secure but potentially annoying.',6000),(5779,-1,'options_options_timeoutcontrolpanel_title','Timeout Admin Login',6000),(5780,-1,'options_options_title','Modifying vBulletin Options',6000),(5781,-1,'options_options_tmppath_text','If your server has PHP\'s Safe Mode enabled, you must specify a directory that is writable by PHP and is CHMODed 777. This will act as a temporary directory for uploads before they are moved to the database. Do *not* include the final slash at the end.',6000),(5782,-1,'options_options_tmppath_title','Safe Mode Temporary Directory',6000),(5783,-1,'options_options_unallowhtml_text','If you enable this option, you can use HTML in user notes and it will be parsed. (This is <b>strongly</b> not recommended!)',6000),(5784,-1,'options_options_unallowhtml_title','Allow HTML in User Notes',6000),(5785,-1,'options_options_unallowimg_text','If this is enabled, the [img] tag may be used in User Notes and it will be parsed.',6000),(5786,-1,'options_options_unallowimg_title','Allow [IMG] Code in User Notes',6000),(5787,-1,'options_options_unallowsmilies_text','If this is enabled, smilies will be parsed in User Notes.',6000),(5788,-1,'options_options_unallowsmilies_title','Allow Smilies in User Notes',6000),(5789,-1,'options_options_unallowvbcode_text','If this is enabled, user notes can contain vB code and it will be parsed.',6000),(5790,-1,'options_options_unallowvbcode_title','Allow vB Code in User Notes',6000),(5791,-1,'options_options_updatelastpost_text','Enabling this option will \"bump\" threads with polls whenever some one submits a vote to the poll.',6000),(5792,-1,'options_options_updatelastpost_title','Update Thread Last Post on Poll Vote',6000),(5793,-1,'options_options_usecoppa_text','Enable the COPPA registration system. This complies with the US COPPA laws and requires children under the age of 13 to get parental consent before they can post. For more information about this law, visit <a href=\"http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\">this page</a>.',6000),(5794,-1,'options_options_usecoppa_title','Use COPPA Registration System',6000),(5795,-1,'options_options_useforumjump_text','The Forum Jump menu appears by default on most pages and provides a quick jump to any of the forums on your forum as well as several other places (search, private messaging, etc.). While it can have a marginal impact on performance, typically you will only want to disable this if you have an extremely large number of forums as it will generate a large amount of HTML in that case, which will increase the size of pages and bandwidth usage.',6000),(5796,-1,'options_options_useforumjump_title','Use Forum Jump Menu',6000),(5797,-1,'options_options_useheaderredirect_text','If you enable this option, the redirection screens that are normally displayed after a post, a search, etc. will not be shown. These reassure the user that something is happening, but they also use bandwidth and could have a slight impact on server load since more pages are served.<br /><br />\r\n\r\nSome pages still require the redirect screens to avoid potential issues with cookies. These will be shown regardless of this setting.',6000),(5798,-1,'options_options_useheaderredirect_title','Remove Redirection Message Pages',6000),(5799,-1,'options_options_usehotthreads_text','A thread is hot if it has at least X number of views and/or X number of replies. You can set the minimum number of views and replies below.',6000),(5800,-1,'options_options_usehotthreads_title','Hot Threads Enabled',6000),(5801,-1,'options_options_usemailqueue_text','If this option is enabled, the Mailqueue will be turned on and thread/forum subscriptions will be sent in batches to ease the load on the server. Important emails (such as those regarding account activation and lost password) are sent instantly regardless of this setting. (If you enable this you should also review the Number of Emails to Send Per Batch setting above.)',6000),(5802,-1,'options_options_usemailqueue_title','Use Mailqueue System',6000),(5803,-1,'options_options_usememberlistadvsearch_text','If you enable this option, users will be able to perform advanced searches on the Member List.',6000),(5804,-1,'options_options_usememberlistadvsearch_title','Allow Advanced Searches',6000),(5805,-1,'options_options_usepopups_text','If this is enabled, certain screen elements can be placed inside DHTML popup menus if the user\'s browser is capable of displaying them.',6000),(5806,-1,'options_options_usepopups_title','Use DHTML Popup Menus?',6000),(5807,-1,'options_options_usereferrer_text','If you enable this option, the User Referrer system will be enabled, by which each user can refer other people to the system by giving them a link containing<br />\r\nreferrid=XXX<br />\r\non the end (where XXX is the userid of the referring user) and if a person registers after following such a link, the user will be credited with a referral.',6000),(5808,-1,'options_options_usereferrer_title','User Referrer',6000),(5809,-1,'options_options_usermaxposts_text','Here you can give your users the option to pick a different number of posts per page setting.',6000),(5810,-1,'options_options_usermaxposts_title','User-Settable Maximum Displayed Posts',6000),(5811,-1,'options_options_usestrikesystem_text','It is recommended you enable this feature so malicious users can\'t try to brute force their way into user accounts.',6000),(5812,-1,'options_options_usestrikesystem_title','Use Login \"Strikes\" System',6000),(5813,-1,'options_options_verifyemail_text','If you enable this option, a user\'s email address will be verified during registration by sending an email to it; the user must click a link in the email to confirm that they control the email address. If they do not click the link, the user will remain in the Users Awaiting Activation usergroup until they do so, or until you remove them. If you also enable the Moderate New Members setting above, the users will be required to complete email verification and then moved to the (COPPA) Users Awaiting Moderation group for your validation.',6000),(5814,-1,'options_options_verifyemail_title','Verify Email Address in Registration',6000),(5815,-1,'options_options_viewattachedimages_text','Enable this option to display attached images inline, meaning attached images are displayed within the posts themselves instead of having to click a link within the posts to view the attached images.<br /><br />\r\n\r\nEnabling this option makes for convenient viewing of attached images but also increases the load time of threads with lots of attached images, increases bandwidth usage, and increases server resource usage when a user loads a thread with lots of attached images.',6000),(5816,-1,'options_options_viewattachedimages_title','View Attached Images Inline',6000),(5817,-1,'options_options_viewfunc_text','',6000),(5818,-1,'options_options_viewfunc_title','',6000),(5819,-1,'options_options_viewscore_text','This setting allows you to give a higher relevance score to search results contained within threads with a high view count.<br /><br />\r\n\r\nRemember that quantity doesn\'t necessarily equal quality. In this way, this setting can skew the search results.',6000),(5820,-1,'options_options_viewscore_title','Search Relevance View Score',6000),(5821,-1,'options_options_votechange_text','Enabling this option allows users to rate a thread and then change that rating later.',6000),(5822,-1,'options_options_votechange_title','Allow Thread Rating Vote Changes',6000),(5823,-1,'options_options_webmasteremail_text','This is the email address of the webmaster. It will be used as the From address for certain emails sent by the system.',6000),(5824,-1,'options_options_webmasteremail_title','Webmaster\'s Email',6000),(5825,-1,'options_options_welcomemail_text','If you enable this setting, the user will be sent an email after registration using the body/subject phrases specified in \'welcomemail\'. Note if you enable Verify Email Address in Registration below, the user must verify their address before an email will be sent. If you have Moderate New Members enabled above, this setting will have no effect as the user will be sent an email once validated regardless of this setting.',6000),(5826,-1,'options_options_welcomemail_title','Send Welcome Email',6000),(5827,-1,'options_options_wordwrap_text','This is useful in preventing long words from stretching your forum layout.<br /><br />\r\n\r\nRemember that, unless you are using preformatted text, X number of characters does not equal a specific width because different characters are different widths.',6000),(5828,-1,'options_options_wordwrap_title','Number of Characters Before Wrapping Text',6000),(5829,-1,'options_options_worldpay_instid_text','',6000),(5830,-1,'options_options_worldpay_instid_title','',6000),(5831,-1,'options_options_wysiwyg_show_smiliebox_text','Users of the WYSIWYG editor will, by default, see a popup smilie menu on the WYSIWYG toolbar. Users of the standard toolbar will be shown a clickable smiliebox. Enabling this option will cause the clickable smiliebox to also be shown to WYSIWYG users, in addition to the smiliebox popup on the toolbar.',6000),(5832,-1,'options_options_wysiwyg_show_smiliebox_title','Show Smiliebox to WYSIWYG Users?',6000),(5833,-1,'options_options_wysiwyg_smtotal_text','Use this option to set the number of smilies that will appear in the WYSIWYG popup smilie menu before the \'show all smilies\' link is displayed.<br /><br />\r\n\r\nSet this value to 0 if you would like to hide the popup smilie menu completely.',6000),(5834,-1,'options_options_wysiwyg_smtotal_title','WYSIWYG Smilie Menu Total Smilies',6000),(5835,-1,'options_options_yestoday_text','You have the option to display datestamps in one of three ways on your forum.<br />\r\n\r\nSet this to Normal and set the Format For Date and Format For Time options below to show the full date and time.<br />\r\nSet this to Yesterday/Today and for dates which fall into those two periods, the words will be shown, otherwise the full date and time will be shown.<br />\r\nSet this to Detailed to show \"friendly\" times such as \"1 Minute Ago\", \"2 Hours Ago\", or \"3 Weeks Ago\".',6000),(5836,-1,'options_options_yestoday_title','Datestamp Display Option',6000),(5837,-1,'options_text','<b>vBulletin Options:</b><br />\r\nThis section of the Admin CP contains all configurable vBulletin options. The options are categorized into groups whose names indicate what kind of options they contain.<br /><br />\r\n\r\nWhen configuring these options you have the choice of displaying all options (there are a lot of them) for all groups or displaying the options for one group at a time. If you are going through all of the options after a fresh installation or upgrade from vBulletin 2 you may find it more convenient to display all options so you can configure and save everything all at once. Otherwise you can just open the group containing the options you want to configure.<br /><br />\r\n\r\nIf you are looking for a specific option and you don\'t know what group it\'s in, you can display all of the options and do a page search in your web browser. Internet Explorer users can press Ctrl - F to pull up a search box. Other browsers may be different.',6000),(5838,-1,'options_title','About vBulletin Options',6000),(5839,-1,'phrase_add_edit_phrasetypeid_text','The phrase type is a way of categorizing your phrases to make it easier to find them later. This consists of several built-in types, as well as any you have added. Select what type your new phrase is from the list.',6000),(5840,-1,'phrase_add_edit_phrasetypeid_title','Phrase Type',6000),(5841,-1,'phrase_add_edit_text_text','This is the default text for the phrase. This will not be shown to users; only the \"translated\" versions will be shown. You can optionally enter a translation for each language you have installed. If you do not enter a translation for a language, the text from this field will be shown for that language. You can always add a translation for any language at a later date.',6000),(5842,-1,'phrase_add_edit_text_title','Text to insert',6000),(5843,-1,'phrase_add_edit_varname_text','The variable name is how you will refer to your phrase from the templates. It should not contain any spaces or special characters - meaning, only use A-Z, a-z, 0-9, -, and _ in the name.<br /><br />\r\n\r\nTo call the phrase from the templates, use<br />\r\n$vbphrase[variablename]<br />\r\nwhere variablename is what you put in this box.',6000),(5844,-1,'phrase_add_edit_varname_title','Variable Name',6000),(5845,-1,'phrase_add_text','On this screen you can add a new phrase for use in the templates. The phrase will be called like this from the templates:\r\n$vbphrase[variablename]\r\nwhere variablename is a brief description of what the phrase is.',6000),(5846,-1,'phrase_add_title','Adding a new Phrase',6000),(5847,-1,'phrase_delete_text','This page allows you to delete this phrase. Click the \"Yes\" button below to delete this phrase. Deleting this phrase will also delete any translated versions of it in other languages. This action cannot be undone.',6000),(5848,-1,'phrase_delete_title','Delete Phrase',6000),(5849,-1,'phrase_edit_languageid_text','Select MASTER LANGUAGE if you want this phrase to be part of the MASTER LANGUAGE of vBulletin, otherwise select \"Custom Language\".',6000),(5850,-1,'phrase_edit_languageid_title','Language',6000),(5851,-1,'phrase_edit_text','On this screen you can edit an existing phrase for use in the templates. You cannot change the variablename or text to insert; you can only change the translations of the phrase.',6000),(5852,-1,'phrase_edit_title','Editing a Phrase',6000),(5853,-1,'phrase_findorphans_text','This page shows you a list of all orphan phrases. An orphan phrase is a phrase that does not belong to any language. For each language you have installed, there will be a column with a series of checkmarks and \"x\"\'s to indicate whether the phrase is or isn\'t translated into that language, respectively.<br /><br />\r\n\r\nFor each orphan phrase you are given the option to keep it or not. Select the \"Keep\" or \"Delete\" radio button on the right. If you want to keep all or delete all orphan phrases then click the appropriate button at the top. Click the \"Continue\" button at the bottom to perform the selected action and proceed to the next orphan phrase.',6000),(5854,-1,'phrase_findorphans_title','Find Orphan Phrases',6000),(5855,-1,'phrase_manageorphans_text','These orphan phrases need parents. Below is a list of all translations for each orphan phrase. You need to choose one translation to be default... the orphan phrase will then be adopted by that parent language.',6000),(5856,-1,'phrase_manageorphans_title','Manage Orphan Phrases',6000),(5857,-1,'phrase_modify_text','On this screen you can see all existing phrases. For each language you have installed, there will be a column with a series of checkmarks and \"x\"\'s to indicate whether the phrase is or isn\'t translated into that language, respectively.<br /><br />\r\n\r\nClicking \'Edit\' to the extreme right of any phrase allows you to modify, add, or remove translations for that phrase. If this is a custom phrase, there will be a link to Delete it.',6000),(5858,-1,'phrase_modify_title','Modifying Phrases',6000),(5859,-1,'phrase_quickref_text','This window allows you to quickly view all phrases for all languages. Select a language and phrase category in the menus at the bottom and click the \"View\" button. To view each phrase\'s variable name and value just click on the phrase name in the scroll box on the left.',6000),(5860,-1,'phrase_quickref_title','Quickref',6000),(5861,-1,'phrase_search_casesensitive_text','If this is set to Yes, the search being performed will be done in a case-sensitive manner, meaning exactly what you type will be searched for.',6000),(5862,-1,'phrase_search_casesensitive_title','Use case-sensitive search',6000),(5863,-1,'phrase_search_searchstring_text','This is the text you want to search for.',6000),(5864,-1,'phrase_search_searchstring_title','Find phrases containing text',6000),(5865,-1,'phrase_search_searchwhere_text','If you only want to search the actual text of the phrase, select \'Phrase text only\'. If you only want to search the variable name (e.g. in $vbphrase[august], august is the variable name) select \'Variable name only\'. If you want to search in both places, select \'Phrase text and variable name\'.',6000),(5866,-1,'phrase_search_searchwhere_title','Search for text in',6000),(5867,-1,'phrase_search_text','On this screen you can search for a specific phrase. This searches all languages for the text you specify.',6000),(5868,-1,'phrase_search_title','Searching Phrases',6000),(5869,-1,'phrase_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=language&pageaction=&option=\">Languages</a><br />\r\n<a href=\"help.php?s=&do=answer&page=phrase&pageaction=&option=\">Phrases</a><br /><br />\r\n\r\n<b>Phrases:</b><br />\r\nvBulletin\'s phrase system is used to make the templates language-independant. Everywhere there would normally be a hard coded, language-specific phrase there is a variable that parses to the value of the phrase for the language in which the user is viewing your forums. Some phrases will be represented in the templates like this:<br /><br />\r\n\r\n<i>$vbphrase[phrase_identifier]</i><br /><br />\r\n\r\nWhile other phrases that have variables in them will be represented like this:<br /><br />\r\n\r\n<i><phrase 1=\"value for variable 1\" 2=\"value for variable 2\">$vbphrase[phrase_identifier]</phrase></i><br /><br />\r\n\r\nIn the above example, the variables {1} and {2} in the phrase \"phrase_identifier\" will be replaced with the values you see definied in the template.',6000),(5870,-1,'phrase_title','About Phrases',6000),(5871,-1,'profilefield_add_edit_boxheight_text','This setting is how tall the box should be. If you have 12 options and want 3 of them displayed without the user having to use the scrollbar, set this to 3. It is recommended that you set this to at least 3 for user sanity reasons.',6000),(5872,-1,'profilefield_add_edit_boxheight_title','Box Height (<i>Select Multiple only</i>)',6000),(5873,-1,'profilefield_add_edit_data_text','<b>Select Fields</b><br />\r\nIn this box, put each value that should appear as an option. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIn this box, put each value that should appear as a radio button. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Checkbox Fields</b><br />\r\nIn this box, put each value that should appear as a checkbox. Make sure to press Enter after each option or it will not work correctly!',6000),(5874,-1,'profilefield_add_edit_data_title','Multiple Choice Fields',6000),(5875,-1,'profilefield_add_edit_def_text','<b>Select Fields</b><br />\r\nIf you wish to have the first option set as the default choice for this field, set this to Yes. Otherwise, a blank line will be the default. This is useful to force users to select an option at registration if this is a required field.<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIf this is set to Yes, the first radio button will be preselected for the user. Otherwise, none will be selected. This is useful if you wish to force a user to select one if this field is required.',6000),(5876,-1,'profilefield_add_edit_def_title','Set Default?',6000),(5877,-1,'profilefield_add_edit_description_text','This is the description of the field as shown to your users. You should describe here what the field is intended for, and if it is required field or not, and/or if it is private from other users or not.',6000),(5878,-1,'profilefield_add_edit_description_title','Description',6000),(5879,-1,'profilefield_add_edit_displayorder_text','This sets the order in which fields are displayed. The default is to add it to the end of your current fields. Display order starts at 1 and can be any whole positive number (e.g. don\'t use decimals or fractions).',6000),(5880,-1,'profilefield_add_edit_displayorder_title','Display Order',6000),(5881,-1,'profilefield_add_edit_editable_text','This option allows the user to edit this field in their User CP. Disable this option if you don\'t want the user touching this field.',6000),(5882,-1,'profilefield_add_edit_editable_title','Field Editable by User?',6000),(5883,-1,'profilefield_add_edit_form_text','As the description says, you can use profile fields as options for template conditionals.<br /><br />\r\n\r\nFor example, you can make this profile field a \"one option\" check box field under one of the \"Options\" categories. You can then use the field as a conditional to display something in your postbit template. If the \"Name\" of this profile field is field1 then you can use this code in your postbit template:<br /><br />\r\n\r\n<i><if condition=\"$post[\'field1\']\"><br />\r\n<font color=\"green\">code to display if the user has checked the profile field</font><br />\r\n</if></i><br /><br />\r\n\r\nThe <font color=\"green\">green</font> code in the middle will only be displayed if the user has checked the profile field in their options.',6000),(5884,-1,'profilefield_add_edit_form_title','Which page displays this option?',6000),(5885,-1,'profilefield_add_edit_height_text','This is how many rows high the input should be on the forms. It is recommend you set this to at least 2 for user sanity reasons.<br />\r\n<i>This only applies to Textarea type fields</i>',6000),(5886,-1,'profilefield_add_edit_height_title','Field Height (<i>Textarea only</i>)',6000),(5887,-1,'profilefield_add_edit_hidden_text','If this is set to Yes, this field can be filled in by the user but will only be viewable to those with the proper usergroup permission.',6000),(5888,-1,'profilefield_add_edit_hidden_title','Private Field',6000),(5889,-1,'profilefield_add_edit_maxlength_text','<b>Maximum Input (Input, Textarea only)</b><br />\r\nThis setting is how many characters a user is allowed to enter into this field.<br />\r\n<br />\r\n<b>Maximum Input (for Optional Field, Select, Radio only)</b><br />\r\nThis setting is how many characters a user may enter into the optional field.',6000),(5890,-1,'profilefield_add_edit_maxlength_title','Maximum Input Length',6000),(5891,-1,'profilefield_add_edit_memberlist_text','If this is set to Yes, this field will be displayed on the Member\'s List for each user. If you set this field as Private, only those with the proper usergroup permission will be able to see this field on the Member\'s List.',6000),(5892,-1,'profilefield_add_edit_memberlist_title','Show on member\'s list?',6000),(5893,-1,'profilefield_add_edit_newtype_text','Select a field type for this profile field. Please see the General Topics for examples of each type of profile field.',6000),(5894,-1,'profilefield_add_edit_newtype_title','Profile Field Type',6000),(5895,-1,'profilefield_add_edit_optional_text','If this is set to Yes, the user will be allowed to fill in a text input field as an alternative to the options you have given for this field.',6000),(5896,-1,'profilefield_add_edit_optional_title','Allow Additional Field? (<i>Select, Radio only</i>)',6000),(5897,-1,'profilefield_add_edit_perline_text','This setting is how many checkboxes to display per line on forms. Set this to 0 to show all boxes on one line, unless they wrap naturally due to screen width.',6000),(5898,-1,'profilefield_add_edit_perline_title','Boxes Per Line (<i>Radio, Checkbox only</i>)',6000),(5899,-1,'profilefield_add_edit_regex_text','You may require this field\'s contents to match a PCRE-type regular expression. For example, you could have a field that is for the user\'s ICQ number. Since ICQ numbers consist of only numerals, you could write a regular expression to check for non-numerals. \r\n<br /><br />\r\nExample: <span class=\"smallfont\">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\n<b>^[0-9]{7,8}$</b><br />\r\n<br />\r\nSee <a href=\"http://www.php.net/manual-lookup.php?function=preg-match\" target=\"_blank\">PHP.net</a> for more information on regular expressions.',6000),(5900,-1,'profilefield_add_edit_regex_title','Regular Expression (<i>Select, Input, Radio, Textarea only</i>)',6000),(5901,-1,'profilefield_add_edit_required_text','If this is set to Yes, the user must fill this field in during registration and must always have information in this field.',6000),(5902,-1,'profilefield_add_edit_required_title','Field Required?',6000),(5903,-1,'profilefield_add_edit_searchable_text','If this is set to No, users will not be able to search using this field on the Member\'s List Advanced Search. If this field is set to Private than only those users with the proper usergroup permission will be able to search on it.',6000),(5904,-1,'profilefield_add_edit_searchable_title','Field searchable on member\'s list',6000),(5905,-1,'profilefield_add_edit_size_text','<b>Field Length (<i>Input, Textarea only</i>)</b><br />\r\nThis is how many characters long the input should appear on the forms. This should be less than or equal to the maximum number of characters allowed to be entered into this field.<br />\r\n<br />\r\n<b>Field Length (for Optional Field, <i>Select, Radio only</i>)</b><br />\r\nThis setting is how many characters long the input field should appear as on the form. It is recommended that you set this to be equal to or less than the maximum number of characters the user may enter as set above.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Select Multiple only</i>)</b><br />\r\nThis is how many options the user may choose. Set to 0 to allow the user to select all options.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Checkbox only</i>)</b><br />\r\nThis setting is how many checkboxes the user may check total for this field. Enter 0 to allow them to select all checkboxes.',6000),(5906,-1,'profilefield_add_edit_size_title','Field Length & Limit Boxes',6000),(5907,-1,'profilefield_add_edit_title_text','This is the title of the profile field as displayed to your users and in the admin control panel. It can be up to 50 characters long.',6000),(5908,-1,'profilefield_add_edit_title_title','Title',6000),(5909,-1,'profilefield_add_text','On this screen you can add a user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.',6000),(5910,-1,'profilefield_add_title','Adding a User Profile Field',6000),(5911,-1,'profilefield_edit_text','On this screen you can edit this user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.',6000),(5912,-1,'profilefield_edit_title','Edit Profile Field',6000),(5913,-1,'profilefield_modify_text','On this page you can manage your user profile fields. User profile fields are used to hold information and preferences about your users.<br /><br />\r\n\r\nClick the [Edit] link to edit the settings of the corresponding profile field. Click the [Delete] link to do exactly that (this will lose information if users have information in the field!).<br /><br />\r\n\r\nUser profile fields can be displayed in posts next to the author\'s name. If you want to display a profile field in posts then you need to edit your <b>postbit</b> or <b>postbit_legacy</b> template (depending on which one you use as is indicated by the \"Use Legacy (Vertical) Postbit Template\" option in your <a href=\"options.php?dogroup=stylelang&do=options\" target=\"_blank\">vBulletin options</a>) and add <b>$post[fieldX]</b> where <b>X</b> is the field ID of the profile field as shown under the \"Name\" column on this page.<br /><br />\r\n\r\nBelow is a list of existing profile fields. The \"Title / Profile Field Type\" column tells you the name and type of the profile field. Please see the General Topics for examples of each type of profile field.<br /><br />\r\n\r\nThe \"Options\" column tells you which options are enabled for the corresponding profile field. Profile fields can be required, editable, private, searchable, and shown on the <a href=\"../memberlist.php\" target=\"_blank\">member list</a> - or not.<br /><br />\r\n\r\nThe \"Name\" column tells you the field number of the corresponding profile field. You can use a profile field\'s field number to make it show in user posts (see above).<br /><br />\r\n\r\nThe \"Display Order\" column tells you the display order of the corresponding profile field. Display orders are used to order profile fields on the various pages of the User CP on which they can be displayed. You can change display orders on this page by editing the display order fields and clicking the \"Save Display Order\" button.<br /><br />',6000),(5914,-1,'profilefield_modify_title','User Profile Field Manager',6000),(5915,-1,'profilefield_remove_text','This is a confirmation that you want to delete this profile field. Deleting this profile field will lose information if your users have information in this field. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(5916,-1,'profilefield_remove_title','Delete Profile Field',6000),(5917,-1,'profilefield_text','<b>User Profile Fields:</b><br />\r\nUser profile fields have two main applications. First, they can be used to hold information about your users. For example, a default vBulletin profile field is the \"Location\" field where a user can enter their location. Second, profile fields can be used as forum options to drive conditionals in your templates. This application is explained in <a href=\"help.php?s=&do=answer&page=profilefield&pageaction=edit&option=form\">this</a> help topic.<br /><br />\r\n\r\nThere are different types of profile fields that can be selected when creating a new profile field on the <a href=\"profilefield.php?do=add\" target=\"_blank\">Add New User Profile Field</a> page. Below are examples of each kind of profile field:<br /><br />\r\n\r\n<b>Single-line Text Box (input)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"text\" name=\"\" /></span><br />\r\nwhich equates to this:<br />\r\n<input type=\"text\" name=\"none\" value=\"\" /><br /><br />\r\n\r\n<b>Multi-line Text Box (textarea)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><textarea name=\"\"></textarea></span><br />\r\nwhich equates to this:<br />\r\n<textarea name=\"none\" rows=\"3\" cols=\"20\"></textarea><br /><br />\r\n\r\n<b>Single-selection Radio Buttons (radio)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"radio\" name=\"a\" /> Option 1<br />\r\n<input type=\"radio\" name=\"a\" /> Option 2</span><br />\r\nwhich equates to this:<br />\r\n<input type=\"radio\" name=\"a\" /> Option 1<br />\r\n<input type=\"radio\" name=\"a\" /> Option 2<br /><br />\r\n\r\n<b>Single-selection Menu (select)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><select name=\"sel\"><br />\r\n<option value=\"1\">Option 1<option><br />\r\n<option value=\"2\">Option 2<option><br />\r\n</select></span><br />\r\nwhich equates to this:<br />\r\n<select name=\"sel\">\r\n<option value=\"1\">Option 1</option>\r\n<option value=\"2\">Option 2</option>\r\n</select><br /><br />\r\n\r\n<b>Multiple-selection Menu (select multiple)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><select name=\"sel\" multiple=\"true\" size=\"3\"><br />\r\n<option value=\"1\">Option 1</option><br />\r\n<option value=\"2\">Option 2</option><br />\r\n<option value=\"3\">Option 3</option><br />\r\n<option value=\"4\">Option 4</option><br />\r\n<option value=\"5\">Option 5</option><br />\r\n</select></span><br />\r\nwhich equates to this:<br />\r\n<select name=\"sel\" multiple=\"true\" size=\"3\">\r\n<option value=\"1\">Option 1</option>\r\n<option value=\"2\">Option 2</option>\r\n<option value=\"3\">Option 3</option>\r\n<option value=\"4\">Option 4</option>\r\n<option value=\"5\">Option 5</option>\r\n</select><br /><br />\r\n\r\n<b>Multiple selection Checkboxes (checkbox)</b>: In HTML, this is<br />\r\n<span style=\"font-family:monospace;\"><input type=\"checkbox\" name=\"name\" value=\"1\" /> Option 1<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"2\" /> Option 2</span><br />\r\nwhich equates to this:<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"1\" /> Option 1<br />\r\n<input type=\"checkbox\" name=\"name\" value=\"2\" /> Option 2<br /><br />',6000),(5918,-1,'profilefield_title','About User Profile Fields',6000),(5919,-1,'queries_modify_autoquery_text','These are predefined queries for managing user settings. Select the query you want to run and click the \"Continue\" button to execute it.',6000),(5920,-1,'queries_modify_autoquery_title','Automatic Query',6000),(5921,-1,'queries_modify_perpage_text','Queries return results after they are executed. Here you can specify the number of returned results to show per page.',6000),(5922,-1,'queries_modify_perpage_title','Results to Show Per Page',6000),(5923,-1,'queries_modify_query_text','Here you can manually type in the query you want to run. Only one query can be run at a time. Once a query is executed it can not be reversed.',6000),(5924,-1,'queries_modify_query_title','Manual Query',6000),(5925,-1,'queries_modify_text','This feature lets you run queries on your vBulletin database. You should backup your database before querying it.',6000),(5926,-1,'queries_modify_title','Execute SQL Query',6000),(5927,-1,'queries_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Execute SQL Query:</b><br />\r\nThis page can be used to run queries on your forum database. This can be useful for mass-updating records in your database. You should always backup your database before querying it. Any valid MySQL query can be run here. See <a href=\"http://www.mysql.com/\" target=\"_blank\">mysql.com</a> for more information.',6000),(5928,-1,'queries_title','About Execute SQL Query',6000),(5929,-1,'ranks_add_edit_minposts_text','This is the minimum number of posts required for a user to obtain this rank. When a user in the specified usergroup reaches this many posts then they will be given this rank.',6000),(5930,-1,'ranks_add_edit_minposts_title','Minimum Posts',6000),(5931,-1,'ranks_add_edit_rankhtml_text','If you want to display text for this rank instead of an image, then leave the previous field blank and fill in this field instead. You can use HTML code in this field.<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n<b>rank</b> = <b>rank</b><br />\r\n<i>rank</i> = <i>rank</i><br />\r\n<u>rank</u> = <u>rank</u><br />\r\n<font color=\"red\">rank</font> = <font color=\"red\">rank</font><br />\r\n<font size=\"4\">rank</font> = <font size=3\">rank</font>',6000),(5932,-1,'ranks_add_edit_rankhtml_title','Rank Text',6000),(5933,-1,'ranks_add_edit_ranklevel_text','This is the number of times that this rank image or text will be repeated when it is displayed next to a user\'s name in their posts.<br /><br />\r\n\r\nFor example, if you specify a rank text of \"Captain\" and this setting is set to 2, then the user\'s rank will be shown as \"CaptainCaptain\".',6000),(5934,-1,'ranks_add_edit_ranklevel_title','Number of times to repeat rank',6000),(5935,-1,'ranks_add_edit_usergroupid_text','This is the usergroup to which this rank applies. A user must be a <b>primary</b> member of this group to be able to obtain this rank. Ranks do not work with secondary group memberships. Select \"All Usergroups\" to have this rank apply to everyone regardless of their usergroup.',6000),(5936,-1,'ranks_add_edit_usergroupid_title','Usergroup',6000),(5937,-1,'ranks_add_rankpath_text','Enter a file path to an image for this rank. The path should be relative to your main forum directory. For example, if the image you want for this rank is named rank.gif and you upload it to the images directory within your forum directory then you would enter: images/rank.gif<br /><br />\r\n\r\nAlternately, you can leave this field blank and fill in the next one instead.',6000),(5938,-1,'ranks_add_rankpath_title','User Rank File Path',6000),(5939,-1,'ranks_add_text','Here you can add a new user rank. Please see the individual help topics below if you have questions about the options.',6000),(5940,-1,'ranks_add_title','Add New User Rank',6000),(5941,-1,'ranks_edit_rankimg_text','Enter a file path to an image for this rank. The path should be relative to your main forum directory. For example, if the image you want for this rank is named rank.gif and you upload it to the images directory within your forum directory then you would enter: images/rank.gif<br /><br />\r\n\r\nAlternately, you can leave this field blank and fill in the next one instead.',6000),(5942,-1,'ranks_edit_rankimg_title','User Rank File Path',6000),(5943,-1,'ranks_edit_text','Here you can edit this user rank. Please see the individual help topics below if you have questions about the options.',6000),(5944,-1,'ranks_edit_title','Edit User Rank',6000),(5945,-1,'ranks_modify_text','This is the user rank manager. Here you can manage ranks based on post count for one or all usergroups. Ranks can be represented by images or text (HTML is allowed).<br /><br />\r\n\r\nBelow is a list of all existing ranks (if any). The ranks below are grouped by the usergroups to which they apply. The \"User Rank\" column shows the image or text that is granted to the user when they qualify for the corresponding rank. The \"Minimum Posts\" column shows you the post count that is needed to acquire the corresponding rank.<br /><br />\r\n\r\nClick the [Edit] link to the right of a rank to change its target usergroup, minimum required post count, and the image / text that is the rank. Click the [Delete] link to delete the rank completely.',6000),(5946,-1,'ranks_modify_title','User Rank Manager',6000),(5947,-1,'ranks_remove_text','This is a confirmation that you want to delete this rank. Click the \"Yes\" button below to perform the deletion.',6000),(5948,-1,'ranks_remove_title','Delete Rank',6000),(5949,-1,'ranks_text','<b>User Ranks:</b><br />\r\nUsers ranks are rank insignia based on post count and usergroup that are displayed next to names in posts. User ranks work very similar to user titles, the main difference being that user titles are for all usergroups while user ranks can be created for specific usergroups. In this way you can create different rank insignia for different usergroups. User ranks appear next to names in posts.',6000),(5950,-1,'ranks_title','About User Ranks',6000),(5951,-1,'repair_list_optimizetables_text','Database tables should be optimized if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows (tables that have VARCHAR, BLOB, or TEXT columns). Optimizing helps you reclaim unused space which can reduce the size of your database.',6000),(5952,-1,'repair_list_optimizetables_title','Optimize Tables',6000),(5953,-1,'repair_list_repairtables_text','Repairs the selected database tables if errors are found.',6000),(5954,-1,'repair_list_repairtables_title','Repair Tables',6000),(5955,-1,'repair_list_text','Select the tables below and then the appropriate action to repair your tables if they have been corrupted or optimize to improve speed.',6000),(5956,-1,'repair_list_title','Repair / Optimize Tables',6000),(5957,-1,'repair_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=backup&pageaction=&option=\">Database Backup</a><br />\r\n<a href=\"help.php?s=&do=answer&page=repair&pageaction=&option=\">Repair / Optimize</a><br />\r\n<a href=\"help.php?s=&do=answer&page=misc&pageaction=&option=\">Update Counters</a><br />\r\n<a href=\"help.php?s=&do=answer&page=diagnostic&pageaction=&option=\">Diagnostics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=queries&pageaction=&option=\">Execute SQL Query</a><br /><br />\r\n\r\n<b>Repair / Optimize:</b><br />\r\nThis script can be used to repair / optimize your database. If you are getting database errors caused by corruption then running this script might fix them. An alternative to repairing your database with this script is to run a <a href=\"http://www.mysql.com/doc/en/REPAIR_TABLE.html\" target=\"_blank\">REPAIR TABLE</a> query from the mysql prompt through a telnet / SSH connection to your server (if you have access).<br /><br />\r\n\r\nYou can also use this script to optimize your tables. You should optimize your database tables if you have recently pruned a large number of threads, posts, users, etc. Optimizing helps you reclaim unused space which can reduce the size of your database.',6000),(5958,-1,'repair_title','About Repair / Optimize',6000),(5959,-1,'replacement_add_dostyleid_text','Select a style to which you want this replacement variable to belong.',6000),(5960,-1,'replacement_add_dostyleid_title','Style',6000),(5961,-1,'replacement_add_edit_findtext_text','This field is the variable that is used in the templates. The value in the \"Replace with Text\" field will be substituted in for this variable everywhere it is used.',6000),(5962,-1,'replacement_add_edit_findtext_title','Search for Text',6000),(5963,-1,'replacement_add_edit_replacetext_text','This field is the value that will be substituted in for this replacement variable everywhere it is used.',6000),(5964,-1,'replacement_add_edit_replacetext_title','Replace with Text',6000),(5965,-1,'replacement_add_text','Here you can add a new replacement variable. Replacement variables are useful in representing commonly used values in templates. For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable. The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nFirst you need to select a style to which you want this replacement variable to belong. The \"Search for Text\" field is the variable you will use in the templates. The \"Replace with Text\" field is the value that will be substituted in for the replacement variable everywhere it is used.',6000),(5966,-1,'replacement_add_title','Add New Replacement Variable',6000),(5967,-1,'replacement_edit_text','Here you can edit this replacement variable. Replacement variables are useful in representing commonly used values in templates. For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable. The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nThe \"Search for Text\" field is the variable that is used in the templates. The \"Replace with Text\" field is the value that is substituted in for the replacement variable everywhere it is used.',6000),(5968,-1,'replacement_edit_title','Edit Replacement Variable',6000),(5969,-1,'replacement_modify_text','This page shows you replacement variables for all styles. Replacement variables can be used in templates. When a forum page is loaded all of the replacement variables in its templates are parsed into their replacement values.',6000),(5970,-1,'replacement_modify_title','Replacement Variable Manager',6000),(5971,-1,'replacement_remove_text','This page allows you to delete this replacement variable. Click the \"Yes\" button below to perform the deletion. If this style has any children then they will also lose access to this replacement variable when it is deleted. This action cannot be undone!',6000),(5972,-1,'replacement_remove_title','Delete Replacement Variable',6000),(5973,-1,'replacement_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Replacement Variables:</b><br />\r\nReplacement variables are raw string replacements for your templates that are case-<b>in</b>sensitive.<br /><br />\r\n\r\nFor example, if you create a replacement variable using the variable string \"vbulletin\" and the replacement string \"is cool\", then these template strings will be parsed into the following strings upon loading a forum page:<br /><br />\r\n\r\nTemplate string: <i>Powered by vBulletin</i><br />\r\nParsed string: <i>Powered by is cool</i><br /><br />\r\n\r\nTemplate string: <i>vBULLetin3</i><br />\r\nParsed string: <i>is cool3</i><br /><br />\r\n\r\nYou can use replacement variables the same way vBulletin uses stylevars (see \"Common Templates, StyleVars, and CSS\" link above). If you use the same string in several templates then you can create a replacement variable for it. You can use the replacement variable in the templates and set its value in this Replacement Variable Manager. If you need to change the value of the string then you can edit the replacement variable which will change its value in every template where the variable occurs.',6000),(5974,-1,'replacement_title','About Replacement Variables',6000),(5975,-1,'resources_index_forumid_text','Select a forum for which you want to view permissions.',6000),(5976,-1,'resources_index_forumid_title','Forum',6000),(5977,-1,'resources_index_text','This page allows you to view the forum permissions for a usergroup for a specific forum. This can be useful in confirming correct permissions when permission inheritance and other complexities are involved.<br /><br />\r\n\r\nFirst select a forum and usergroup for which you want to view permissions. Then put a check next to the permissions you want to view. Click \"Find\" to view the permissions.',6000),(5978,-1,'resources_index_title','View Forum Permissions',6000),(5979,-1,'resources_index_usergroupid_text','Select a usergroup for which you want to view permissions for the selected forum.',6000),(5980,-1,'resources_index_usergroupid_title','Usergroup',6000),(5981,-1,'resources_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=forum&pageaction=&option=\">Forums</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=moderator&pageaction=&option=\">Moderators</a><br />\r\n<a href=\"help.php?s=&do=answer&page=resources&pageaction=&option=\">Viewing Permissions</a><br /><br />\r\n\r\n<b>Viewing Permissions:</b><br />\r\nvBulletin\'s permission system is very powerful and flexible, but it can be complex to work with if you are inexperienced with vBulletin. Sometimes it is hard to know if you have permissions setup correctly. This page allows you to confirm correct permissions for a forum for a usergroup.<br /><br />\r\n\r\nFor a detailed explanation about usergroups and forum permissions, see the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.',6000),(5982,-1,'resources_title','About Viewing Permissions',6000),(5983,-1,'resources_view_text','Below is a report showing the forum permissions for the forum and group you selected.',6000),(5984,-1,'resources_view_title','Permissions',6000),(5985,-1,'resources_viewuser_text','Here you can view this user\'s permissions at the forum level.',6000),(5986,-1,'resources_viewuser_title','View User',6000),(5987,-1,'stats_index_text','The [Top Statistics] link will show you the following statistics: the newest registered member, the most users online at one time, the user with the highest post count, the most replied to thread, the most viewed thread, and the most popular forum.<br /><br />\r\n\r\nThe [Registration Statistics], [User Activity Statistics], [New Thread Statistics], and [New Post Statistics] links will take you to a page where you can run a report by date showing corresponding statistic on a daily, weekly, or monthly basis.',6000),(5988,-1,'stats_index_title','Statistics',6000),(5989,-1,'stats_reg_activity_thread_post_end_text','Select an end date for this report. Select a month, day, and year. The selected statistic must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the \"Start Date\" setting to create a window of time for this report.',6000),(5990,-1,'stats_reg_activity_thread_post_end_title','End Date',6000),(5991,-1,'stats_reg_activity_thread_post_scope_text','Select the unit of time by which you want the report to group the statistics. If you select \"Daily\" then the report will tell you the number per day, etc.',6000),(5992,-1,'stats_reg_activity_thread_post_scope_title','Scope',6000),(5993,-1,'stats_reg_activity_thread_post_sort_text','\"Ascending\" order will put the oldest dates at the top of the report and the newest dates at the bottom... the dates \"ascend\" as you get further into the report. \"Descending\" is just the opposite.',6000),(5994,-1,'stats_reg_activity_thread_post_sort_title','Order By Date',6000),(5995,-1,'stats_reg_activity_thread_post_start_text','Select a start date for this report. Select a month, day, and year. The selected statistic must be no older than this date for it to be included in the report.',6000),(5996,-1,'stats_reg_activity_thread_post_start_title','Start Date',6000),(5997,-1,'stats_reg_activity_thread_post_text','On this page you can run a report on the selected statistic. Select a date range, unit of time (scope), and an order for the report. When you are done selecting from the options you can click the \"Go\" button to run the report. Please see the individual help topics below if you have questions about an option.',6000),(5998,-1,'stats_reg_activity_thread_post_title','Statistics Report',6000),(5999,-1,'stats_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=stats&pageaction=&option=\">Statistics</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminlog&pageaction=&option=\">Control Panel Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=modlog&pageaction=&option=\">Moderator Log</a><br />\r\n<a href=\"help.php?s=&do=answer&page=cronlog&pageaction=&option=\">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Statistics:</b><br />\r\nvBulletin\'s statistics page contains various stats for your forums. The stats on this page include \"top\" stats (newest member, top poster, most users online, etc) and various forum activity stats.<br /><br />\r\n\r\nYou can run reports for a specific stat over a specific time period to view patterns of activity on your forums. Patterns of forum activity can be used for many different things. For example, if you run an advertising campaign for your site and want to check its effectiveness in terms of new forum registrations then you can run reports showing new registrations from before and during the campaign.',6000),(6000,-1,'stats_title','About Statistics',6000),(6001,-1,'stats_top_text','Below is a list of trivial statistics for your forums. You can click on the individual links in the statistics to view the corresponding user, thread, or forum.',6000),(6002,-1,'stats_top_title','Top Statistics',6000),(6003,-1,'subscriptions_add_edit_active_text','Check this box to make this subscription active so users will be able to purchase it. Active subscriptions are available for purchase on the <a href=\"../subscriptions.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP. If you want to remove a subscription but you think you might use it again in the future, you can uncheck this box to disable the subscription as opposed to deleting it.',6000),(6004,-1,'subscriptions_add_edit_active_title','Active',6000),(6005,-1,'subscriptions_add_edit_description_text','Enter a description for this subscription. The description should explain what the users get for buying this subscription. This description will show up on the <a href=\"../subscriptions.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP when users go to buy subscriptions.',6000),(6006,-1,'subscriptions_add_edit_description_title','Description',6000),(6007,-1,'subscriptions_add_edit_length_text','Enter a number in the text field and select a unit of time to create a subscription length.',6000),(6008,-1,'subscriptions_add_edit_length_title','Subscription Length',6000),(6009,-1,'subscriptions_add_edit_membergroup_text','If you want this subscription to add users to any secondary groups you can check them here. When a user purchases this subscription they will be added to these secondary groups.',6000),(6010,-1,'subscriptions_add_edit_membergroup_title','Additional Usergroups',6000),(6011,-1,'subscriptions_add_edit_nusergroupid_text','If you want this subscription to change a user\'s primary group then select a target usergroup here. Select \"No Change\" if you don\'t want this subscription to change a user\'s primary group.',6000),(6012,-1,'subscriptions_add_edit_nusergroupid_title','Primary Usergroup',6000),(6013,-1,'subscriptions_add_edit_sub[cost][eur]_text','Enter a cost for this subscription in euros. Enter 0.00 if you don\'t want to accept payments in euros for this subscription.<br /><br />\r\n\r\nIf you need to calculate the euro equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.',6000),(6014,-1,'subscriptions_add_edit_sub[cost][eur]_title','Cost in Euros',6000),(6015,-1,'subscriptions_add_edit_sub[cost][gbp]_text','Enter a cost for this subscription in pounds sterling. Enter 0.00 if you don\'t want to accept payments in pounds sterling for this subscription.<br /><br />\r\n\r\nIf you need to calculate the pounds sterling equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.',6000),(6016,-1,'subscriptions_add_edit_sub[cost][gbp]_title','Cost in Pounds Sterling',6000),(6017,-1,'subscriptions_add_edit_sub[cost][usd]_text','Enter a cost for this subscription in U.S. dollars. Enter 0.00 if you don\'t want to accept payments in U.S. dollars for this subscription.<br /><br />\r\n\r\nIf you need to calculate the U.S. dollar equivalent of some other currency you can use <a href=\"http://www.xe.com/ucc/\" target=\"_blank\">this site</a>.',6000),(6018,-1,'subscriptions_add_edit_sub[cost][usd]_title','Cost in U.S. Dollars',6000),(6019,-1,'subscriptions_add_edit_title_text','The subscription title is used to identify this subscription on the <a href=\"../subscriptions.php\" target=\"_blank\">Paid Subscriptions</a> page in the User CP and in the subscription manager in the Admin CP. The title should indicate what this subscription is for.',6000),(6020,-1,'subscriptions_add_edit_title_title','Title',6000),(6021,-1,'subscriptions_add_text','This page allows you to add a new subscription. If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6022,-1,'subscriptions_add_title','Add New Subscription',6000),(6023,-1,'subscriptions_adjust_expirydate_text','This is the date when this subscription will stop being active. Select a month and enter a day, year, hour and minute.',6000),(6024,-1,'subscriptions_adjust_expirydate_title','Expiry Date',6000),(6025,-1,'subscriptions_adjust_regdate_text','This is the date that this subscription will start to be active. Select a month and enter a day, year, hour and minute.',6000),(6026,-1,'subscriptions_adjust_regdate_title','Start Date',6000),(6027,-1,'subscriptions_adjust_status_text','Select \"Yes\" if you want this subscription to be active. Select \"No\" otherwise.',6000),(6028,-1,'subscriptions_adjust_status_title','Active',6000),(6029,-1,'subscriptions_adjust_text','On this page you can add / edit a subscription. If you are editing a subscription you can shorten, lengthen, activate, and deactive it by editing the settings below. If you are adding a subscription you need to fill in the settings below.',6000),(6030,-1,'subscriptions_adjust_title','Add / Edit Subscription',6000),(6031,-1,'subscriptions_adjust_username_text','Enter the exact username of the user whom you want to add to this subscription.',6000),(6032,-1,'subscriptions_adjust_username_title','User Name',6000),(6033,-1,'subscriptions_edit_text','This page allows you to edit this subscription. If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6034,-1,'subscriptions_edit_title','Edit Subscription',6000),(6035,-1,'subscriptions_find_text','Below is a list of users who have purchased this subscription. Click the \"Edit\" button on the right to edit the corresponding subscription.<br /><br />\r\n\r\nThe \"Title\" column tells you what subscription the corresponding record is for.<br /><br />\r\n\r\nThe \"User Name\" column tells you the user whom the corresponding subscription is for. You can click on the username to view the user\'s profile.<br /><br />\r\n\r\nThe \"Start Date\" column tells you when the corresponding subscription was purchased. If the subscription was purchased longer ago than the length of the subscription then the \"Status\" column will read \"Disabled.\" Otherwise the subscription is \"Active.\"',6000),(6036,-1,'subscriptions_find_title','View Users',6000),(6037,-1,'subscriptions_modify_text','Below is a list of existing subscriptions (if any). The \"Title\" column contains the name of the corresponding subscription. The title is used to identify a subscription for users on your forums and for you in this subscription manager.<br /><br />\r\n\r\nThe \"Cost\" column contains the cost of the corresponding subscription. There are 3 currencies supported: US Dollars ($), Pounds Sterling (£), and Euros (Â).<br /><br />\r\n\r\nThe \"Active\" column tells you how many active subscriptions there are for the corresponding subscription. An active subscription is one that was purchased not longer ago than the length of the subscription.<br /><br />\r\n\r\nThe \"Completed\" column shows the number of subscriptions that are inactive for the corresponding subscription. An inactive subscription is one that was purchased longer ago than the length of the subscription.<br /><br />\r\n\r\nThe \"Total\" column shows the sum of active and inactive subscriptions for the corresponding subscription.<br /><br />\r\n\r\nThe \"Controls\" column contains a menu of options for each subscription. The \"Edit\" option allows you to edit the settings for the subscription including the: title, description, cost, group memberships, and access masks. The \"Delete\" option does exactly that. The \"View Users\" option shows you all users that have purchased this subscription, whether their subscription is active or inactive. And finally, the \"Add User\" option allows you to manually subscribe a user to the corresponding subscription.',6000),(6038,-1,'subscriptions_modify_title','Subscription Manager',6000),(6039,-1,'subscriptions_remove_text','This is a confirmation that you want to delete this subscription. Click the \"Yes\" button below to perform the deletion.',6000),(6040,-1,'subscriptions_remove_title','Delete Subscription',6000),(6041,-1,'subscriptions_text','<b>Subscriptions:</b><br />\r\nvBulletin\'s subscription manager is used to charge users for forum access. Make sure you enable at least one payment method in your <a href=\"options.php?dogroup=subscriptions&do=options\" target=\"_blank\">vBulletin options</a> if you use paid subscriptions.<br /><br />\r\n\r\nSubscriptions manage forum access by adding and removing primary and secondary group memberships as well as manipulating user access masks. For an explanation about usergroups and forum permissions see the general help topic for <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a>.',6000),(6042,-1,'subscriptions_title','About Subscriptions',6000),(6043,-1,'template_add_dostyleid_text','This is a quick selection list of all your installed styles. It allows you to quickly switch among them. When editing templates, verify that the style shown is the style you wish to edit.',6000),(6044,-1,'template_add_dostyleid_title','Style',6000),(6045,-1,'template_add_edit_template_text','<p>This is where you actually edit the HTML. Any valid HTML is allowed here. To learn how to use HTML please visit www.w3c.org.</p>\r\n\r\n<p>vBulletin also provides some specialized tags that can be used here. These include the <phrase> tag and the <if> tag. Please see the General Topic named \"About vBulletin Styles\" by clicking on the help image in a title bar.</p>',6000),(6046,-1,'template_add_edit_template_title','Template',6000),(6047,-1,'template_add_edit_text','The template editor is where you modify the actual templates in order to change the look of your forums. Here, you will modify the HTML of individual templates.',6000),(6048,-1,'template_add_edit_title','Template Editor',6000),(6049,-1,'template_add_edit_title_text','Enter the name of your template here. This will become the name of how the template is referenced by the system. This will be prefilled if you are editing an existing template.\r\n\r\nPlease note: When adding custom templates, in order to have them parsed, you must also write PHP code to call them.',6000),(6050,-1,'template_add_edit_title_title','Title',6000),(6051,-1,'template_addstyle_editstyle_files_displayorder_text','This display order is used to order the listing of styles at this level of styles in the Style Manager in the Admin CP and in the Quick Style Chooser at the bottom left of your forums.<br /><br />\r\n\r\nFor example, a style tree like this would have the display orders that are listed below:<br /><br />\r\n\r\nMASTER STYLE - 1<br />\r\n--Child Style - 1<br />\r\n--Another Child - 2<br />\r\n----Baby Style - 1<br />\r\n----Another Baby - 2<br />\r\n--Yet Another - 3',6000),(6052,-1,'template_addstyle_editstyle_files_displayorder_title','Display Order',6000),(6053,-1,'template_addstyle_editstyle_files_parentid_text','This style will inherit the templates, settings, etc of the parent style that is selected here. Any changes that are made to the parent will be passed down to its children unless the child has customized the settings that are changed.',6000),(6054,-1,'template_addstyle_editstyle_files_parentid_title','Parent Style',6000),(6055,-1,'template_addstyle_editstyle_files_title_text','This is the name of the style. The title is used to identify a style in the Style Manager of the Admin CP and in the Quick Style Chooser at the bottom left of your forums.',6000),(6056,-1,'template_addstyle_editstyle_files_title_title','Title',6000),(6057,-1,'template_addstyle_editstyle_files_userselect_text','Enable this option to allow the user to select this style to use when viewing your forums.',6000),(6058,-1,'template_addstyle_editstyle_files_userselect_title','Allow User Selection',6000),(6059,-1,'template_addstyle_text','This page allows you to create a new style. For help with the options below please click on their help images to the right.',6000),(6060,-1,'template_addstyle_title','Add Style',6000),(6061,-1,'template_delete_text','This page allows you to revert this template to its default. If this template is part of a parent style then the style\'s children will also be affected by reverting this template. Child styles inherit the custom templates of their parents.',6000),(6062,-1,'template_delete_title','Delete Template',6000),(6063,-1,'template_deletestyle_text','This page allows you to delete this style. Click the \"Yes\" button below to delete this style. This action cannot be undone!',6000),(6064,-1,'template_deletestyle_title','Delete Style',6000),(6065,-1,'template_editstyle_text','This page allows you to edit the basic settings for this style including the parent style, title, if the user can select this style to use, and the display order.',6000),(6066,-1,'template_editstyle_title','Edit Settings',6000),(6067,-1,'template_files_anyversion_text','You might want to ignore the style version if the style file you are uploading is from a different version but you know it to contain only customized templates that are compatible with your current version. If the style is not compatible you can always upload it with this option enabled and then fix the customized templates using the <a href=\"template.php?do=findupdates\" target=\"_blank\">Find Updated Templates</a> page as a guide.',6000),(6068,-1,'template_files_anyversion_title','Ignore Style Version',6000),(6069,-1,'template_files_dostyleid_text','Select the style you want to download.',6000),(6070,-1,'template_files_dostyleid_title','Style',6000),(6071,-1,'template_files_filename_text','This is the name of the file under which this style will be saved. This name should end with .xml',6000),(6072,-1,'template_files_filename_title','Filename',6000),(6073,-1,'template_files_mode_text','Styles inherit the templates, settings, etc from their parent styles. If you want the downloaded style to stand alone so it appears as it does on your forums right now then you should choose the second option.',6000),(6074,-1,'template_files_mode_title','Options',6000),(6075,-1,'template_files_overwritestyleid_text','Select a style to merge into or leave alone to create a new style. If you choose to create a new style don\'t forget to look over the options below.',6000),(6076,-1,'template_files_overwritestyleid_title','Merge Into Style',6000),(6077,-1,'template_files_serverfile_text','Enter a file name complete with a server path that is relative to your main forum directory.<br /><br />\r\n\r\nFor example, if the name of the style file is vbulletin-style.xml and you uploaded it to the install directory inside your main forum directory then you would enter this value: ./install/vbulletin-style.xml',6000),(6078,-1,'template_files_serverfile_title','Import XML File',6000),(6079,-1,'template_files_stylefile_text','Click the \"Browse\" button to select a vBullein style file to upload from your computer.',6000),(6080,-1,'template_files_stylefile_title','Upload XML file',6000),(6081,-1,'template_files_text','On this page you can download and upload styles using a variety of options. Please see the individual help topics below for clarification of each option.',6000),(6082,-1,'template_files_title','Download / Upload Style',6000),(6083,-1,'template_findupdates_text','vBulletin\'s default templates are often updated during upgrades. This page shows you what customized templates may need to be reverted and recustomized as a result of the default templates changing.',6000),(6084,-1,'template_findupdates_title','Find Updated Templates',6000),(6085,-1,'template_modify_text','You can manage your styles here.<br /><br />\r\n\r\nThe checkbox to the left of each style name indicates whether or not the user is allowed to select and use this style on your forums. Checked = user selectable, unchecked = not user selectable.<br /><br />\r\n\r\nTo view your forums using a particular style you just click the name of the style on this page.<br /><br />\r\n\r\nThe number field before the options menu for each style is that style\'s display order. You can update display orders on this page by entering the numbers in these fields and clicking the \"Save Display Order\" button at the bottom of this page.<br /><br />\r\n\r\nThe menu on the right provides a list of options for each style.<br /><br />\r\n\r\nLastly, the \"« »\" button on the right expands the template listing for each style.',6000),(6086,-1,'template_modify_title','Style Manager',6000),(6087,-1,'template_rebuild_text','This page is a report and confirmation of the rebuilding of your styles.',6000),(6088,-1,'template_rebuild_title','Rebuild Styles',6000),(6089,-1,'template_revertall_text','This page allows you to revert all customized templates for this style. Below is a list of all templates that will be reverted.',6000),(6090,-1,'template_revertall_title','Revert All Templates',6000),(6091,-1,'template_search_dostyleid_text','Select the style in which you want to search.',6000),(6092,-1,'template_search_dostyleid_title','Search in Style',6000),(6093,-1,'template_search_regex_text','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=\"_blank\">preg_replace()</a> instead of <a href=\"http://www.php.net/manual-lookup.php?function=str-replace\" target=\"_blank\">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!<br /><br />\r\n\r\nExample usage: Find <b><img (.*)/?></b> and replace with <b><img \\1 /></b> would find all <img> tags and make them XHTML compliant by adding the closing slash. The actual command executed from this would be:<br /><br />\r\n\r\npreg_replace(\'#<img (.*)/?>#siU\', \'<img \\1 />\', $template);',6000),(6094,-1,'template_search_regex_title','Use Regular Expressions',6000),(6095,-1,'template_search_replacestring_text','Enter a replacement string here. This string will be substituted in for all instances of the search string above.<br /><br />\r\n\r\nFor example, if you search for \"bullet\" and your replacement string is \"carrot\" then \"vbulletin\" would become \"vcarrotin\".',6000),(6096,-1,'template_search_replacestring_title','Replace with Text',6000),(6097,-1,'template_search_searchset_text','Select the style in which you want to search.',6000),(6098,-1,'template_search_searchset_title','Search in Style',6000),(6099,-1,'template_search_searchstring_text','Enter the string of text you want to search for. This search string is case sensitive. The search will find any words / phrases containing the string you enter here. For example, if you search for \"bullet\" the search will find \"vbulletin\", \"bullets\", etc.',6000),(6100,-1,'template_search_searchstring_title','Search for Text',6000),(6101,-1,'template_search_test_text','This allows you to see the results of doing a \"find and replace\" before actually doing it. It is recommended that you do this before doing the actual replacement since it\'s very easy to unintentionally mess things up with a \"find and replace.\"',6000),(6102,-1,'template_search_test_title','Test Replacement Only',6000),(6103,-1,'template_search_text','On this page you can search for strings in templates (useful in finding which templates you need to edit to change something on your forums) and run a \"find and replace\" search which allows you to replace all instances of a certain string with another string.',6000),(6104,-1,'template_search_title','Search In Templates',6000),(6105,-1,'template_search_titlesonly_text','Enable this option to search only the template titles. The same search rules apply as are explained <a href=\"help.php?s=&do=answer&page=template&pageaction=search&option=searchstring\">here</a>.',6000),(6106,-1,'template_search_titlesonly_title','Search Titles Only',6000),(6107,-1,'template_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&option=\">Replacement Variables</a><br /><br />\r\n\r\n<b>Inheritance:</b><br />\r\nvBulletin\'s styles use inheritance to manage templates and style settings. A child style inherits the templates and settings of its parent. For example, if a template is customized in a parent style then its children will inherit that customized template as their default.<br /><br />\r\n\r\nPossible appliations of style inheritance include creating variations on a theme. Let\'s say you have a style with a customized template set that creates a specific physical layout of your forums, but you want your users to be able to choose from different colors while using the same layout. In that situation you could create child styles for the style with the customized template set. The children would inherit all of the parent\'s templates, thereby keeping the same layout, but they would have their own color settings which would override the colors of the parent.<br /><br />\r\n\r\nThe power of inheritance can be seen in the above example. To create variations on a theme without inheritance you would need to duplicate the template set for each style which would make changing the layout very cumbersome as you would need to edit the templates in each style. With inheritance you only have to edit the parent\'s template set.<br /><br />\r\n\r\n<b>Template Conditionals:</b><br />\r\nvBulletin supports conditionals in its templates. Conditionals allow you to display code in the templates or not based on a condition that evaluates to boolean true or false. Here is an example of the syntax:<br /><br />\r\n\r\n<i><if condition=\"$bbuserinfo[userid]\"><br />\r\n<font color=\"green\">code that is displayed if the user is registered and logged in (not a guest)</font><br />\r\n<else /><br />\r\n<font color=\"red\">code that is displayed if the user is not registered and/or not logged in (is a guest)</font><br />\r\n</if></i><br /><br />\r\n\r\nIn the above example, the condition checks for whether or not the logged in user is registered by checking their userid (guests have a userid of 0 which evalutates to false). The <font color=\"green\">green</font> code is included in the page output if the user is logged in (the condition is true). Else the <font color=\"red\">red</font> code is included if the user is <b>not</b> logged in (the condition is false). The <i><else /></i> tag and <font color=\"red\">red</font> code are optional in the syntax shown above.<br /><br />\r\n\r\nThe $bbuserinfo array in the above example contains all of the current logged in user\'s information and is global to all vBulletin templates. The $vboptions array is another such global array that holds the values for your <a href=\"options.php?null=0\" target=\"_blank\">vBulletin options</a>. If you need help creating conditions using vBulletin variables please post on the vBulletin.com forums or the vBulletin.org forums.',6000),(6108,-1,'template_title','About Styles & Templates',6000),(6109,-1,'template_view_--[-ORIGINAL-TEMPLATE-]--_text','This is the default code for this template, taken from the MASTER STYLE.',6000),(6110,-1,'template_view_--[-ORIGINAL-TEMPLATE-]--_title','Default Template',6000),(6111,-1,'template_view_text','This page shows you the default code for this template. You can copy code to the clipboard for your use, but you may not edit the default.',6000),(6112,-1,'template_view_title','Show Default',6000),(6113,-1,'thread_dothreads_pruneuser_text','This page gives you the option to prune / move all matching threads or to select which threads of the matching threads you want to prune / move. If you take action on all threads then they will be deleted immediately. If you choose to selectively take action then you will be taken to a page where you must put a check mark by the threads on which you want to act.',6000),(6114,-1,'thread_dothreads_pruneuser_title','Prune / Move Threads Selectively',6000),(6115,-1,'thread_dothreadssel_text','Below is a list of all matching threads. Put a check mark next to the threads on which you want to take action. Click the \"Go\" button at the bottom to continue. You can view a thread in a new window by clicking on its title.',6000),(6116,-1,'thread_dothreadssel_title','Selectively Prune / Move',6000),(6117,-1,'thread_dovotes_text','This page shows you the poll results and a report on who voted for what options for the poll you selected. You can view this poll and it\'s thread by clicking on their links in the top bar. You can view the profiles of the users who voted by clicking on their names.',6000),(6118,-1,'thread_dovotes_title','Poll Results',6000),(6119,-1,'thread_killpoll_text','This page allows you to remove a poll from a thread based on the thread\'s threadid.',6000),(6120,-1,'thread_killpoll_threadid_text','Enter the threadid of the thread with the poll you want to remove. You can get a thread\'s threadid by looking at its URL. For example, a thread with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a thredid of 5323.',6000),(6121,-1,'thread_killpoll_threadid_title','Enter a threadid',6000),(6122,-1,'thread_killpoll_title','Strip Poll',6000),(6123,-1,'thread_move_destforumid_text','Select the forum to which you want to move the threads matching the criterion below.',6000),(6124,-1,'thread_move_destforumid_title','Destination Forum',6000),(6125,-1,'thread_move_text','This page allows you to mass move threads based on several criterion. Fill in the options below and click the \"Move Threads\" button to proceed. Clicking the \"Move Threads\" button will not perform the moving, but will instead give you the option to move all matching threads or to selectively move.',6000),(6126,-1,'thread_move_title','Move Threads Manager',6000),(6127,-1,'thread_prune_move_forumid_text','Select a forum from which you want to select threads to prune / move. A thread must be in this forum in order for it to be selected. Choose \"All Forums\" to select threads independant of their forum.',6000),(6128,-1,'thread_prune_move_forumid_title','Forum',6000),(6129,-1,'thread_prune_move_isdeleted_text','When an admin or mod deletes a thread, they are given the option to \"effectively\" delete or \"physically\" delete. \"Effective\" deletion will remove the thread from public view and leave a \"deletion notice\" in its place. This option refers to \"effective\" deletion where the thread can still be undeleted. You can use this option to select only \"effectively\" deleted threads, nondeleted threads, or both.',6000),(6130,-1,'thread_prune_move_isdeleted_title','Thread is Deleted',6000),(6131,-1,'thread_prune_move_isopen_text','A thread that is not open is closed. A closed thread is one that is locked by an admin, mod, or user that has permission. You can use this option to select only threads that are open, closed, or both.',6000),(6132,-1,'thread_prune_move_isopen_title','Thread is open',6000),(6133,-1,'thread_prune_move_isredirect_text','When an admin or mod moves a thread to another forum they are given the option to leave a redirection link in its place... that\'s what a redirect is. You can use this option to select only redirection threads, nonredirection threads, or both.',6000),(6134,-1,'thread_prune_move_isredirect_title','Thread is a redirect',6000),(6135,-1,'thread_prune_move_issticky_text','A sticky thread is one that has been \"stuck\" by an admin or mod. Sticky threads stay at the top of their forum listing regardless of their last post date. You can use this option to select only sticky threads, nonsticky threads, or both.',6000),(6136,-1,'thread_prune_move_issticky_title','Thread is sticky',6000),(6137,-1,'thread_prune_move_isvisible_text','A visible thread is one that is not awaiting moderation by an admin or mod. An invisible thread is one that is awaiting moderation of some kind. You can use this option to select only visible threads, invisible threads, or both.',6000),(6138,-1,'thread_prune_move_isvisible_title','Thread is visible',6000),(6139,-1,'thread_prune_move_lastdaysnewer_text','No one can have posted in this thread for longer than this time in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned / moved.',6000),(6140,-1,'thread_prune_move_lastdaysnewer_title','Last post date is at most X days ago',6000),(6141,-1,'thread_prune_move_lastdaysolder_text','No one can have posted in this thread for at least this long in order for it to be pruned / moved. This is useful for selecting threads that are no longer active.',6000),(6142,-1,'thread_prune_move_lastdaysolder_title','Last post date is at least X days ago',6000),(6143,-1,'thread_prune_move_originaldaysnewer_text','The thread must not have been created before this date in order to be pruned / moved. You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned / moved.',6000),(6144,-1,'thread_prune_move_originaldaysnewer_title','Original post date is at most X days ago',6000),(6145,-1,'thread_prune_move_originaldaysolder_text','The thread must have been created at least this long ago to be pruned / move. This is useful in selecting old threads.',6000),(6146,-1,'thread_prune_move_originaldaysolder_title','Original post date is at least X days ago',6000),(6147,-1,'thread_prune_move_posteduser_text','A thread must have been posted by this user in order for it to be pruned / moved. This is useful for dealing with users who post lots of spam threads.',6000),(6148,-1,'thread_prune_move_posteduser_title','User Name',6000),(6149,-1,'thread_prune_move_repliesleast_text','The thread must have at least this many replies in order for it to be pruned / moved. This is useful for pruning / moving large threads.',6000),(6150,-1,'thread_prune_move_repliesleast_title','Thread has at Least X Replies',6000),(6151,-1,'thread_prune_move_repliesmost_text','The thread must have no more than this many replies in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a range of replies you want to be pruned / moved.',6000),(6152,-1,'thread_prune_move_repliesmost_title','Thread has at Most X Replies',6000),(6153,-1,'thread_prune_move_subforums_text','If you want to include the children of the forum you selected above, enable this option. For example, if Forum2 is a child of Forum1 and you select Forum1 as a source forum, then Forum2 will be included as a source forum if this option is enabled.',6000),(6154,-1,'thread_prune_move_subforums_title','Include Child Forums',6000),(6155,-1,'thread_prune_move_titlecontains_text','A thread must contain this string in its title in order for it to be pruned / moved. This is not case sensitive.',6000),(6156,-1,'thread_prune_move_titlecontains_title','Title',6000),(6157,-1,'thread_prune_move_viewsleast_text','The thread must have this many views or more in order for it to be pruned / moved. This is useful for pruning / moving popular threads.',6000),(6158,-1,'thread_prune_move_viewsleast_title','Thread has at Least X Views',6000),(6159,-1,'thread_prune_move_viewsmost_text','The thread must have no more than this many views in order for it to be pruned / moved. You can use this setting in conjunction with the previous setting to create a range of views you want to be pruned / moved.',6000),(6160,-1,'thread_prune_move_viewsmost_title','Thread has at Most X Views',6000),(6161,-1,'thread_prune_text','This page allows you to mass prune threads based on several criterion. Fill in the options below and click the \"Prune Threads\" button to proceed. Clicking the \"Prune Threads\" button will not perform the pruning, but will instead give you the option to prune all matching threads or to selectively prune.',6000),(6162,-1,'thread_prune_title','Prune Threads Manager',6000),(6163,-1,'thread_prune_username_text','To prune by username you need to specify a user. Enter the exact username of the user whose posts you want to prune.',6000),(6164,-1,'thread_prune_username_title','User Name',6000),(6165,-1,'thread_pruneusersel_text','Below is a list of all matching threads and posts. Put a check mark next to the threads and posts that you want to delete. Click the \"Submit\" button at the bottom to continue. You can view a thread or post in a new window by clicking on its title.',6000),(6166,-1,'thread_pruneusersel_title','Selectively Delete Threads and Posts',6000),(6167,-1,'thread_removepoll_text','This page is a confirmation that you have selected the correct poll before that poll is deleted. Please make sure the information below is correct. Click the \"Delete\" button below to delete this poll.',6000),(6168,-1,'thread_removepoll_title','Delete Poll',6000),(6169,-1,'thread_text','<b>Managing Threads & Posts:</b><br />\r\nThis section of the Admin CP allows you to mass manage threads and posts. You can mass prune and mass move threads and posts based on several criteria, mass unsubscribe users from threads, strip polls from threads, and see who voted for poll options in polls.<br /><br />\r\n\r\nPossible applications for mass pruning threads include removing a spammer\'s threads and freeing up space in your database by deleting old threads. Applications for mass moving threads include reorganizing your forums and archiving old threads in an archive forum. You can unsubscribe users from threads to stop email notifications as a result of current thread subscriptions. You can strip a poll from a thread if you want to delete a poll but not the thread that contains it. Lastly, the \"Who Voted\" feature is useful in checking for \"stuffed vote boxes.\"',6000),(6170,-1,'thread_title','About Managing Threads & Posts',6000),(6171,-1,'thread_unsubscribe_daysprune_text','A thread must be at least this old for this user to be unsubscribed from it. This is useful in removing thread subscriptions that serve no use anymore because they are for threads that are no longer active.',6000),(6172,-1,'thread_unsubscribe_daysprune_title','Find All Threads Older Than X Days',6000),(6173,-1,'thread_unsubscribe_forumid_text','A thread must be in this forum in order for this user to be unsubscribed from it. Select \"All Forums\" to unsubscribe this user from threads independant of what forum the threads are in.',6000),(6174,-1,'thread_unsubscribe_forumid_title','Forum',6000),(6175,-1,'thread_unsubscribe_ids_text','All users who are subscribed to these threads will be unsubscribed from them. You can get a thread\'s threadid by looking at its URL. For example, a thread with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a threadid of 5323.',6000),(6176,-1,'thread_unsubscribe_ids_title','Enter threadid(s)',6000),(6177,-1,'thread_unsubscribe_text','On this page you can unsubscribe all users from a specific thread or remove all of a specific user\'s thread subscriptions.',6000),(6178,-1,'thread_unsubscribe_title','Unsubscribe From Threads',6000),(6179,-1,'thread_unsubscribe_username_text','Enter the username of the user whose thread subscriptions you want to remove. This user will be unsubscribed from all threads to which they are currently subscribed. Leave this field blank to unsubscribe <b>all</b> users from <b>all</b> threads that meet the criteria below.',6000),(6180,-1,'thread_unsubscribe_username_title','User Name',6000),(6181,-1,'thread_votes_pollid_text','Select a poll from this menu. The polls are ordered by pollid and so they are ordered by when they were posted. Older polls will have a smaller pollid whereas newer polls will have a larger pollid.',6000),(6182,-1,'thread_votes_pollid_title','Poll',6000),(6183,-1,'thread_votes_text','This page allows you to see what users voted for what options for any poll on your forums. Select a poll from the menu below and click the \"Who Voted\" button to see who voted for what.',6000),(6184,-1,'thread_votes_threadtitle_text','This is the title of the thread to which the above selected poll belongs. This is here to help you select the poll you want by making a connection between the poll name and the thread title.',6000),(6185,-1,'thread_votes_threadtitle_title','Thread',6000),(6186,-1,'thread_votes_title','Who Voted',6000),(6187,-1,'user_add_edit_adminemail_text','This option determines if this user will receive emails sent by the Admin through the <a href=\"email.php?do=start\" target=\"_blank\"><b>Admin CP -> Users -> Send Email to Users</b></a>.',6000),(6188,-1,'user_add_edit_adminemail_title','Receive Admin Emails',6000),(6189,-1,'user_add_edit_aim_text','Enter the user\'s AIM screen name here.\r\n<br /><br />\r\nAIM is a popular instant message service. Find out more at the <a href=\"http://www.aim.com/\" target=\"_blank\"><b>AIM homepage</b></a>.',6000),(6190,-1,'user_add_edit_aim_title','AIM Screen Name',6000),(6191,-1,'user_add_edit_autosubscribe_text','This option determines the default level of subscription when this user makes a post.',6000),(6192,-1,'user_add_edit_autosubscribe_title','Automatic Thread Subscription Mode',6000),(6193,-1,'user_add_edit_birthday_text','Enter the user\'s birthday here. Select a month and enter a two digit day and four digit year.',6000),(6194,-1,'user_add_edit_birthday_title','Birthday',6000),(6195,-1,'user_add_edit_coppauser_text','A COPPA user is under the age of 13. COPPA is a law that requires children under the age of 13 to get parental consent before they can post.\r\n<br /><br />\r\nFor more info about this law, see here: <a href=\"http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\"><b>http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm</b></a>.',6000),(6196,-1,'user_add_edit_coppauser_title','COPPA',6000),(6197,-1,'user_add_edit_customtitle_text','When set to \"No\" the user\'s title will be set to the default user title of their primary user group.\r\n<br /><br />\r\nWhen set to \"Yes\" the user\'s title will be forced to whatever is in the User Title field above. Can use HTML code.\r\n<br /><br />\r\nWhen set to \"Yes, but not parsing HTML\" the user\'s title will be forced to whatever is in the User Title field above. HTML code in the title will be shown as is and not be parsed.',6000),(6198,-1,'user_add_edit_customtitle_title','Custom User Title',6000),(6199,-1,'user_add_edit_daysprune_text','This setting determines the default age of threads the user sees in the thread listing when they are viewing a forum.',6000),(6200,-1,'user_add_edit_daysprune_title','Default View Age',6000),(6201,-1,'user_add_edit_dstauto_text','If this option is set to \"Yes,\" the times for this user will automatically adjust for Daylight Savings Time.',6000),(6202,-1,'user_add_edit_dstauto_title','Automatically detect DST settings',6000),(6203,-1,'user_add_edit_dstonoff_text','Set to \"Yes\" if Daylight Savings Time is currently in effect for this user\'s time zone. This setting can be left alone if the \"Automatically detect DST settings\" option is enabled.',6000),(6204,-1,'user_add_edit_dstonoff_title','Is DST currently in effect',6000),(6205,-1,'user_add_edit_email_text','Enter the email address of the user, this will be used when contact is made with the user by the forums.',6000),(6206,-1,'user_add_edit_email_title','Email Address',6000),(6207,-1,'user_add_edit_emailonpm_text','If this option is enabled, this user will receive a notification email when they receive a new private message.',6000),(6208,-1,'user_add_edit_emailonpm_title','Send Email When a Private Message is Received',6000),(6209,-1,'user_add_edit_homepage_text','Enter the user\'s homepage here (http://www... ).',6000),(6210,-1,'user_add_edit_homepage_title','Homepage',6000),(6211,-1,'user_add_edit_icq_text','Enter the user\'s ICQ number here.\r\n<br /><br />\r\nICQ is a popular instant message service. Find out more at the <a href=\"http://web.icq.com/\" target=\"_blank\"><b>ICQ homepage</b></a>.',6000),(6212,-1,'user_add_edit_icq_title','ICQ',6000),(6213,-1,'user_add_edit_invisible_text','If set to \"Yes,\" this option will hide this user from showing on the Who\'s Online list except to groups who have permission to view invisible users.',6000),(6214,-1,'user_add_edit_invisible_title','Invisible Mode',6000),(6215,-1,'user_add_edit_ipaddress_text','This is the IP address of this user.',6000),(6216,-1,'user_add_edit_ipaddress_title','IP Address',6000),(6217,-1,'user_add_edit_joindate_text','Enter the join date for this user here. Select a month and enter a two digit day and four digit year.',6000),(6218,-1,'user_add_edit_joindate_title','Join Date',6000),(6219,-1,'user_add_edit_languageid_text','Select the language in which this user will read the forums.',6000),(6220,-1,'user_add_edit_languageid_title','Language',6000),(6221,-1,'user_add_edit_lastactivity_text','Enter the last activity date for this user here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.',6000),(6222,-1,'user_add_edit_lastactivity_title','Last Activity',6000),(6223,-1,'user_add_edit_lastpost_text','Enter the last post date for this user here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.',6000),(6224,-1,'user_add_edit_lastpost_title','Last Post',6000),(6225,-1,'user_add_edit_lastvisit_text','Enter the last visit date for this user here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.',6000),(6226,-1,'user_add_edit_lastvisit_title','Last Visit',6000),(6227,-1,'user_add_edit_membergroup_text','Check all additional user groups this user is a member of.',6000),(6228,-1,'user_add_edit_membergroup_title','Additional Usergroups',6000),(6229,-1,'user_add_edit_msn_text','Enter the user\'s MSN ID here.\r\n<br />\r\n<br />\r\nMSN Messenger is a popular instant message service. Find out more at the <a href=\"http://messenger.msn.com/\" target=\"_blank\"><b>MSN Messenger homepage</b></a>.',6000),(6230,-1,'user_add_edit_msn_title','MSN ID',6000),(6231,-1,'user_add_edit_parentemail_text','Enter the user\'s parent\'s email address here. This only needs to be filled in for COPPA users.\r\n<br /><br />\r\nFor more info about this law, see here: <a href=\"http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\"><b>http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm</b></a>.',6000),(6232,-1,'user_add_edit_parentemail_title','Parent Email Address',6000),(6233,-1,'user_add_edit_pmpopup_text','If this option is enabled, this user will be alerted by a popup window when they have a new private message and are visiting the forums.',6000),(6234,-1,'user_add_edit_pmpopup_title','Private Message Popup',6000),(6235,-1,'user_add_edit_posts_text','This is the user\'s post count. A user\'s post count can be artificially inflated or deflated by editing this field.\r\n<br /><br />\r\nKeep in mind that if you update your users\' post counts <a href=\"misc.php?do=chooser\" target=\"_blank\"><b>here</b></a> then all post counts will be set to their true values, overwritting any changes made here.',6000),(6236,-1,'user_add_edit_posts_title','Post Count',6000),(6237,-1,'user_add_edit_receivepm_text','This setting determines if the user can receive private messages or not.',6000),(6238,-1,'user_add_edit_receivepm_title','Receive Private Messages',6000),(6239,-1,'user_add_edit_referrer_text','Enter the username of the person who referred this user.',6000),(6240,-1,'user_add_edit_referrer_title','Referrer',6000),(6241,-1,'user_add_edit_reputation_text','Enter this user\'s current reputation level.',6000),(6242,-1,'user_add_edit_reputation_title','Reputation Level',6000),(6243,-1,'user_add_edit_reputationpower_text','This power is computed via the options you set in the Reputation section of the vBulletin Options. Negative comments from non-admins will receive half this power',6000),(6244,-1,'user_add_edit_reputationpower_title','Reputation Power',6000),(6245,-1,'user_add_edit_showavatars_text','This option determines if this user sees avatars when viewing posts. Users with slow connections can disable this option to speed up load time on forums where the users have large (file size) avatars.',6000),(6246,-1,'user_add_edit_showavatars_title','Display Avatars',6000),(6247,-1,'user_add_edit_showemail_text','This option will hide this user\'s email from public view if set to \"No.\"',6000),(6248,-1,'user_add_edit_showemail_title','Display Email',6000),(6249,-1,'user_add_edit_showimages_text','This option determines if this user sees inline images when viewing posts. Users with slow connections can disable this option to speed up load time on threads with lots of inline images.',6000),(6250,-1,'user_add_edit_showimages_title','Display Images',6000),(6251,-1,'user_add_edit_showreputation_text','This determines whether or not this user\'s reputation is visible to other forum members.',6000),(6252,-1,'user_add_edit_showreputation_title','Display Reputation',6000),(6253,-1,'user_add_edit_showsignatures_text','This option determines if this user sees signatures when viewing posts.',6000),(6254,-1,'user_add_edit_showsignatures_title','Display Signatures',6000),(6255,-1,'user_add_edit_showvbcode_text','This option determines the editor toolbar that is present when this user is composing a post. The editor toolbar provides shortcuts making it easy to add vB Code elements to posts without knowing the codes themselves.\r\n<br /><br />\r\nThe standard editor toolbar provides shortcuts to all vB Codes, inserting the final code directly into the post.\r\n<br /><br />\r\nThe WYSIWYG editor toolbar provides the same functionality as the standard editor toolbar, plus it shows you what the post will look like instead of just showing you the the final code... hence WYSIWYG (What You See Is What You Get).',6000),(6256,-1,'user_add_edit_showvbcode_title','Message Editor Interface',6000),(6257,-1,'user_add_edit_showvcard_text','Setting this option to Yes will allow users to download a vCard from the profile of this user. vCards can be used with many contact managers and email clients.',6000),(6258,-1,'user_add_edit_showvcard_title','vCard Download',6000),(6259,-1,'user_add_edit_signature_text','Enter the user\'s signature here. HTML, vB code, and smilies will be parsed or not depending on your settings <a href=\"options.php?dogroup=user&do=options\" target=\"_blank\"><b>here</b></a>.',6000),(6260,-1,'user_add_edit_signature_title','Signature',6000),(6261,-1,'user_add_edit_styleid_text','This is the style in which this user will view the forums. Pick one or set this option to \"Use Forum Default\" to have them use your default style.',6000),(6262,-1,'user_add_edit_styleid_title','Style',6000),(6263,-1,'user_add_edit_threaddisplaymode_text','This option determines the default format of posts in a thread when this user views a thread.\r\n<br /><br />\r\nLinear mode shows all posts on the page in a top-down expanded format so that you can view the posts without having to click their links.\r\n<br /><br />\r\nThreaded mode shows a tree of links to individual posts within the thread. The tree shows the threadedness of the posts by indenting reply posts under the post they are in reply to. Only one post is viewable at a time.\r\n<br /><br />\r\nHybrid mode shows the threaded tree of post links as well as the linear expansion of those posts.',6000),(6264,-1,'user_add_edit_threaddisplaymode_title','Thread Display Mode',6000),(6265,-1,'user_add_edit_timezoneoffset_text','Select the time zone for this user in terms of GMT.',6000),(6266,-1,'user_add_edit_timezoneoffset_title','Time Zone Offset',6000),(6267,-1,'user_add_edit_usergroupid_text','Select the user\'s primary user group.',6000),(6268,-1,'user_add_edit_usergroupid_title','Primary User Group',6000),(6269,-1,'user_add_edit_username_text','Enter the username of the user here. A member\'s username is used when logging in and is displayed next to their posts.\r\n<br /><br />\r\nIf you are editing the username of an existing member, you should <a href=\"misc.php?do=chooser\" target=\"_blank\"><b>update your counters</b></a> afterwards.',6000),(6270,-1,'user_add_edit_username_title','Username',6000),(6271,-1,'user_add_edit_usertitle_text','Enter the user\'s title here. A user\'s title is displayed next to their name in posts. If you enter a custom title be sure you select \"Yes\" for the \"Custom User Title\" option below.',6000),(6272,-1,'user_add_edit_usertitle_title','User Title',6000),(6273,-1,'user_add_edit_yahoo_text','Enter the user\'s Yahoo! Messenger ID here.\r\n<br /><br />\r\nYahoo! Messenger is a popular instant message service. Find out more at the <a href=\"http://messenger.yahoo.com/\" target=\"_blank\"><b>Yahoo! Messenger homepage</b></a>.',6000),(6274,-1,'user_add_edit_yahoo_title','Yahoo! Messenger',6000),(6275,-1,'user_add_password_text','Enter the user\'s password here.',6000),(6276,-1,'user_add_password_title','Password',6000),(6277,-1,'user_add_text','This page can be used to add a new user on your board by configuring the options below',6000),(6278,-1,'user_add_title','Adding a User',6000),(6279,-1,'user_edit_password_text','If you want to change this user\'s password, enter it here. Otherwise leave it blank.',6000),(6280,-1,'user_edit_password_title','Password',6000),(6281,-1,'user_edit_text','Here you can edit this user\'s profile and preferences.',6000),(6282,-1,'user_edit_title','Edit User',6000),(6283,-1,'user_editaccess_text','Here you can edit this user\'s forum access at the user level (as opposed to the group level).\r\n<br /><br />\r\nMake sure access masks are enabled <a href=\"options.php?dogroup=general&do=options\" target=\"_blank\"><b>here</b></a> or these user-level permissions will not work.',6000),(6284,-1,'user_editaccess_title','Edit Access',6000),(6285,-1,'user_emailpassword_text','Click the \"Send\" button below to email this user their password.',6000),(6286,-1,'user_emailpassword_title','Email Password Reminder to User',6000),(6287,-1,'user_find2_text','These are the results of your user search.',6000),(6288,-1,'user_find2_title','Find Users',6000),(6289,-1,'user_find_text','These are the results of your user search.',6000),(6290,-1,'user_find_title','Find Users',6000),(6291,-1,'user_moderate_send_deleted_text','Select \"Yes\" to send an email to the users whose registrations you are deleting. Otherwise select \"No.\"',6000),(6292,-1,'user_moderate_send_deleted_title','Send email to users who have been deleted',6000),(6293,-1,'user_moderate_send_validated_text','Select \"Yes\" to send an email to the users whose registrations you are accepting. Otherwise select \"No.\"',6000),(6294,-1,'user_moderate_send_validated_title','Send email to users who have been accepted',6000),(6295,-1,'user_moderate_text','These are the users that are awaiting moderation. You have the option of accepting, deleting, or ignoring these registrations.',6000),(6296,-1,'user_moderate_title','Users Awaiting Moderation',6000),(6297,-1,'user_modify_adminemail_text','This option allows you to include or exclude users from the search results based on whether or not they have opted to receive admin emails in their user options.',6000),(6298,-1,'user_modify_adminemail_title','Include users that have declined admin emails?',6000),(6299,-1,'user_modify_aim_text','Enter the string of characters the user\'s AIM handle, or screen name, must contain. Users without an AIM screen name are automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.',6000),(6300,-1,'user_modify_aim_title','AIM Handle Contains',6000),(6301,-1,'user_modify_birthdayafter_text','Enter the date that the user\'s birthday must be after to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. Users without a birthday entered will be automatically excluded from the results of this search. This criteria can be used in conjunction with the Birthday is Before criteria to create a finite range of birthday dates. Keep in mind that if you use both, this date must be BEFORE the Birthday is Before date or it will not find any users! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=birthdaybefore\">Birthday is Before</a>)',6000),(6302,-1,'user_modify_birthdayafter_title','Birthday is After',6000),(6303,-1,'user_modify_birthdaybefore_text','This is the date the user\'s birthday must be before to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. This criteria can be used in conjunction with the Birthday is After criteria to create a finite range of birthday dates. Keep in mind that if you use them together, this date must be AFTER the Birthday is After criteria or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=birthdayafter\">Birthday is After</a>)',6000),(6304,-1,'user_modify_birthdaybefore_title','Birthday is Before',6000),(6305,-1,'user_modify_coppauser_text','If this is set to Yes, the user(s) found will all be COPPA users; that is, under 13. Set this to No to not find COPPA users, or leave it blank to find both.',6000),(6306,-1,'user_modify_coppauser_title','Is COPPA User',6000),(6307,-1,'user_modify_display[aim]_title','Display AIM Screen Name',6000),(6308,-1,'user_modify_display[birthday]_text','Setting this to \"yes\" will display each user\'s birthday in the results (if he/she has entered a birthday into their profile).',6000),(6309,-1,'user_modify_display[birthday]_title','Display Birthday',6000),(6310,-1,'user_modify_display[coppauser]_text','Setting this to \"yes\" will label each user in the results as a COPPA user or not.',6000),(6311,-1,'user_modify_display[coppauser]_title','Display COPPA User',6000),(6312,-1,'user_modify_display[email]_text','Setting this to \"yes\" will display each user\'s email address in the results.',6000),(6313,-1,'user_modify_display[email]_title','Display Email',6000),(6314,-1,'user_modify_display[homepage]_text','Setting this to \"yes\" will display each user\'s homepage in the results (if he/she has one).',6000),(6315,-1,'user_modify_display[homepage]_title','Display Homepage',6000),(6316,-1,'user_modify_display[icq]_text','Setting this to \"yes\" will display each user\'s ICQ UIN in the results (if he/she has one).',6000),(6317,-1,'user_modify_display[icq]_title','Display ICQ UIN',6000),(6318,-1,'user_modify_display[ipaddress]_text','Setting this to \"yes\" will display each user\'s IP address in the results.',6000),(6319,-1,'user_modify_display[ipaddress]_title','Display IP Address',6000),(6320,-1,'user_modify_display[joindate]_text','Setting this to \"yes\" will display each user\'s join date in the results.',6000),(6321,-1,'user_modify_display[joindate]_title','Display Join Date',6000),(6322,-1,'user_modify_display[lastpost]_text','Setting this to \"yes\" will display each user\'s last post date in the results.',6000),(6323,-1,'user_modify_display[lastpost]_title','Display Last Post',6000),(6324,-1,'user_modify_display[lastvisit]_text','Setting this to \"yes\" will display each user\'s last visit date in the results.',6000),(6325,-1,'user_modify_display[lastvisit]_title','Display Last Visit',6000),(6326,-1,'user_modify_display[msn]_text','Setting this to \"yes\" will display each user\'s MSN ID in the results (if he/she has one).',6000),(6327,-1,'user_modify_display[msn]_title','Display MSN ID',6000),(6328,-1,'user_modify_display[options]_text','Setting this to \"yes\" will display a menu of options for each user in the results.',6000),(6329,-1,'user_modify_display[options]_title','Display Options',6000),(6330,-1,'user_modify_display[parentemail]_text','Setting this to \"yes\" will display each user\'s parent\'s email address in the results (if he/she has one).',6000),(6331,-1,'user_modify_display[parentemail]_title','Display Parent Email Address',6000),(6332,-1,'user_modify_display[posts]_text','Setting this to \"yes\" will display each user\'s post count in the results.',6000),(6333,-1,'user_modify_display[posts]_title','Display Post Count',6000),(6334,-1,'user_modify_display[reputation]_text','Setting this to \"yes\" will display each user\'s reputation score in the results.',6000),(6335,-1,'user_modify_display[reputation]_title','Display Reputation',6000),(6336,-1,'user_modify_display[signature]_text','Setting this to \"yes\" will display each user\'s signature in the results (if he/she has one).',6000),(6337,-1,'user_modify_display[signature]_title','Display Signature',6000),(6338,-1,'user_modify_display[usergroup]_text','Setting this to \"yes\" will display each user\'s usergroup in the results.',6000),(6339,-1,'user_modify_display[usergroup]_title','Display Usergroup',6000),(6340,-1,'user_modify_display[username]_text','Setting this to \"yes\" will display each user\'s username in the results.',6000),(6341,-1,'user_modify_display[username]_title','Display Username',6000),(6342,-1,'user_modify_display[usertitle]_text','Setting this to \"yes\" will display each user\'s user title in the results.',6000),(6343,-1,'user_modify_display[usertitle]_title','Display User Title',6000),(6344,-1,'user_modify_display[yahoo]_text','Setting this to \"yes\" will display each user\'s Yahoo! ID in the results (if he/she has one).',6000),(6345,-1,'user_modify_display[yahoo]_title','Display Yahoo! ID',6000),(6346,-1,'user_modify_email_text','The user\'s email address must contain the string entered here. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.',6000),(6347,-1,'user_modify_email_title','Email Contains',6000),(6348,-1,'user_modify_homepage_text','Enter the string that the user\'s homepage must contain. Users without a homepage URL entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.',6000),(6349,-1,'user_modify_homepage_title','Homepage Contains',6000),(6350,-1,'user_modify_icq_text','Since ICQ Numbers naturally contain only numbers, you must enter a string of number(s) here. Users without an ICQ number entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.',6000),(6351,-1,'user_modify_icq_title','ICQ Number Contains',6000),(6352,-1,'user_modify_ipaddress_text','Enter a number in this field to search by IP address. It can be a full IP address (such as 24.23.120.15) or a partial (such as 24.23.120). In the case of a partial, it would match users with any number(s) for the last block.',6000),(6353,-1,'user_modify_ipaddress_title','IP Address Contains',6000),(6354,-1,'user_modify_joindateafter_text','Enter the date the user must have joined after to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is Before criteria to create a finite range of join dates. Keep in mind that if you use them together, that this date must be BEFORE the Join Date is Before date, or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=joindatebefore\">Join Date is Before</a>)',6000),(6355,-1,'user_modify_joindateafter_title','Join Date is After',6000),(6356,-1,'user_modify_joindatebefore_text','The user must have joined before this date to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is After criteria to create a finite range of join dates. Keep in mind that if you use them together, this date must be AFTER the Join Date is After date, or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=joindateafter\">Join Date is After</a>)',6000),(6357,-1,'user_modify_joindatebefore_title','Join Date is Before',6000),(6358,-1,'user_modify_lastpostafter_text','The user\'s most recent post must have been made after this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 15:02:12 would find all users who last posted after August 30, 2002 at 3:02:12 PM. This criteria can be used in conjunction with the Last Post is Before criteria to create a finite range of last post dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Post is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastpostbefore\">Last Post is Before</a>)',6000),(6359,-1,'user_modify_lastpostafter_title','Last Post is After',6000),(6360,-1,'user_modify_lastpostbefore_text','The user\'s last post must be before this date and time for the user to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 20:22:02 would find all users who last posted before August 30, 2002 at 8:22:02 PM. This criteria can be used in conjunction with the Last Post is After criteria to create a finite range of last post dates. Keep in mind that if you do use both, this date and time must be AFTER the Last Post is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastpostafter\">Last Post is After</a>)',6000),(6361,-1,'user_modify_lastpostbefore_title','Last Post is Before',6000),(6362,-1,'user_modify_lastvisitafter_text','This is the date and time the user must have visited after to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 will find all users who visited after August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is Before criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Visit is Before date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastvisitbefore\">Last Visit is Before</a>)',6000),(6363,-1,'user_modify_lastvisitafter_title','Last Visit is After',6000),(6364,-1,'user_modify_lastvisitbefore_text','The user\'s most recent visit must have been before this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 would find users who last visited before August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is After criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be AFTER the Last Visit is After date and time or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=lastvisitafter\">Last Visit is After</a>)',6000),(6365,-1,'user_modify_lastvisitbefore_title','Last Visit is Before',6000),(6366,-1,'user_modify_limitnumber_text','This setting allows you to limit the number of returned results.<br /><br />\r\n\r\nFor example, if a search finds 50 matching records and you limit the results to 25 then the results page will only show you 25 results, starting at the record number specified in the previous setting.',6000),(6367,-1,'user_modify_limitnumber_title','Max Results',6000),(6368,-1,'user_modify_limitstart_text','This setting allows you to begin the list of search results at any of the matching records.<br /><br />\r\n\r\nFor example, if a search finds 50 records and you start the results at record 25, then the results page will show you records 25 - 50.',6000),(6369,-1,'user_modify_limitstart_title','Starting at Result',6000),(6370,-1,'user_modify_membergroup_text','If the users to be found should belong to any other usergroups, check them off here.',6000),(6371,-1,'user_modify_membergroup_title','Also Belongs to Usergroups',6000),(6372,-1,'user_modify_msn_text','Enter the string that the user\'s MSN ID must contain. Users without a MSN ID entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(6373,-1,'user_modify_msn_title','MSN ID',6000),(6374,-1,'user_modify_orderby_text','This setting allows you to specify the order of the search results.',6000),(6375,-1,'user_modify_orderby_title','Order By',6000),(6376,-1,'user_modify_parentemail_text','If the user(s) you are looking for are of the COPPA variety, they will have had to enter their parent\'s email for verification. If this is the case, enter the string to find in their parent\'s email address here. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.',6000),(6377,-1,'user_modify_parentemail_title','Parent\'s Email Contains',6000),(6378,-1,'user_modify_password_text','You will only match one user (if any) by entering a password to match.',6000),(6379,-1,'user_modify_password_title','Password Is',6000),(6380,-1,'user_modify_postslower_text','The user must have more than this many posts to be found. This criteria can be used in conjunction with the Number of Posts is Less Than criteria. Keep in mind that if you use both, this number must be LESS than the Number of Posts is Less Than number for any users to be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=postsupper\">Number of Posts is Less Than</a>)',6000),(6381,-1,'user_modify_postslower_title','Number of Posts is Greater Than',6000),(6382,-1,'user_modify_postsupper_text','The user must have less than this number of posts in order to be found. This criteria can be used in conjunction with the Number of Posts is Greater Than criteria. Keep in mind that if you do use both, this number must be MORE than the Number of Posts is Greater Than number for any users to be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=postslower\">Number of Posts is Greater Than</a>)',6000),(6383,-1,'user_modify_postsupper_title','Number of Posts is Less Than',6000),(6384,-1,'user_modify_reputationlower_text','The user must have more than this number of reputation points in order to be found. This criteria can be used in conjunction with the Reputation is Less Than criteria to create a finite range of reputation points to be found. Keep in mind that if you do use both, this number must be LESS than the Reputation is Less Than number or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=reputationupper\">Reputation is Less Than</a>)',6000),(6385,-1,'user_modify_reputationlower_title','Reputation is Greater Than',6000),(6386,-1,'user_modify_reputationupper_text','The user must have less than this many reputation points to be found. This criteria can be used in conjunction with the Reputation is Greater Than criteria to create a finite range of reputation points to find. Keep in mind that if you do use both, this number must be MORE than the Reputation is Greater Than number or no users will be found! (see <a href=\"help.php?do=answer&page=user&pageaction=modify&option=reputationlower\">Reputation is Greater Than</a>)',6000),(6387,-1,'user_modify_reputationupper_title','Reputation is Less Than',6000),(6388,-1,'user_modify_signature_text','Enter the string that the user\'s signature must contain. Users without a signature will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(6389,-1,'user_modify_signature_title','Signature Contains',6000),(6390,-1,'user_modify_text','On this page you can search for users based on serveral different criteria. The are \"Quick Search\" options and then there are \"Advanced Search\" options.<br /><br />\r\n\r\nThe \"Quick Search\" table has several options. \"Show All Users\" does exactly that... no restrictions on search results. \"List Top Posters\" returns all users and orders them according to their post counts, showing the highest post counts first. \"List Visitors in the Last 24 Hours\" returns all users who have visited your forums within the last 24 hours. \"List New Registrations\" returns all users and orders them by their registration dates, showing the newest registrations first. \"List Users Awaiting Moderation\" returns all users who are in the \"(COPPA) Users Awaiting Moderation\" user group. \"Show All COPPA Users\" returns all users who are marked as COPPA users in their profiles. For more information about COPPA visit <a href=\"http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\">this link</a>.<br /><br />\r\n\r\nThe \"Advanced Search\" table contains several search options. Please see the individual help topics below if you have any questions.',6000),(6391,-1,'user_modify_title','Search for Users',6000),(6392,-1,'user_modify_usergroupid_text','Users must be in the specified group to be found if you select a usergroup here.',6000),(6393,-1,'user_modify_usergroupid_title','Primary Usergroup Is',6000),(6394,-1,'user_modify_username_text','The usernames to be found must contain the phrase entered in this box. By \"phrase\", we mean a string of characters. They do not have to make a word but they must be exactly how they appear in the user(s) name(s).<br /><br />\r\nFor example, the string <i>exam</i> would match <i>example</i>, <i>anexample</i>, and <i>theexam</i>, but not <i>exsiam</i>.',6000),(6395,-1,'user_modify_username_title','User Name Contains',6000),(6396,-1,'user_modify_usertitle_text','Enter the text that the user\'s title must contain. This is applicable even if you don\'t allow custom user titles, since the user title of every user is stored with their username, so default group titles would be searched as well. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(6397,-1,'user_modify_usertitle_title','User Title Contains',6000),(6398,-1,'user_modify_yahoo_text','Enter the string that the user\'s Yahoo Messenger Handle must contain. Users without a Yahoo Messenger Handle entered will be automatically excluded from the results of this search. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.',6000),(6399,-1,'user_modify_yahoo_title','Yahoo Messenger Handle Contains',6000),(6400,-1,'user_prune_daysprune_text','Users who have not logged in for at least this number of days and who meet the other search criteria will be listed on the search results page. This is a good way to find inactive members.',6000),(6401,-1,'user_prune_daysprune_title','Has not logged on for x days',6000),(6402,-1,'user_prune_joindate_text','Select a month and enter a two digit day and four digit year. Users who joined before this date and who match the other search criteria will be listed on the search results page. This is a good way to find old members.',6000),(6403,-1,'user_prune_joindate_title','Join Date is Before',6000),(6404,-1,'user_prune_minposts_text','Users who have a post count less than this number and who meet the other search criteria will be listed on the search results page. This is a good way to find members who don\'t post a lot.',6000),(6405,-1,'user_prune_minposts_title','Posts is less than',6000),(6406,-1,'user_prune_order_text','Specifies the way in which users matching your search criteria will be listed.',6000),(6407,-1,'user_prune_order_title','Order By',6000),(6408,-1,'user_prune_text','Here you can mass-move / prune users based on the conditions below. Submitting this first page will show you a list of matching users. You can then deal with each user individually or with all of them as a whole.',6000),(6409,-1,'user_prune_title','User Moving/Pruning System',6000),(6410,-1,'user_prune_usergroupid_text','Select the usergroup that matching users should be in. If a user is not in the group selected here then they will not be in the search results on the next page.',6000),(6411,-1,'user_prune_usergroupid_title','Usergroup',6000),(6412,-1,'user_pruneusers_text','Below is a list of users matching your search criteria. Here you can choose to delete or move these users. Put a check mark next to each user on which you want to take action. Then select an action at the bottom (Delete or Move). If you select \"Move\" then be sure to choose a usergroup to which you want to move the selected users. Click the \"Go\" button at the bottom to perform the action.',6000),(6413,-1,'user_pruneusers_title','Delete / Move Users',6000),(6414,-1,'user_remove_text','Click the \"Yes\" button below to delete this user. If you want to remove this user\'s posts, private messages, etc you should do so BEFORE deleting their account.',6000),(6415,-1,'user_remove_title','Delete User',6000),(6416,-1,'user_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>Users:</b><br />\r\nvBulletin\'s user system is made up of several different parts so make sure you read the related help topics above. Within the \"Users\" tab of the Admin CP you have the ability to add new users, search for existing users based on several criteria, prune users, and do several other things that are covered in the \"User Tools,\" \"User Banning,\" \"Emailing Users,\" and \"Access Masks\" help topics that are linked above.<br /><br />\r\n\r\nAdding a new user via the Admin CP is the same as some one registering a new account except that the \"add form\" in the Admin CP is free of the required fields and agreements that are imposed on the registration form. For example, you can create an account without an email address when using the Admin CP. Visit the <a href=\"user.php?do=add\" target=\"_blank\">Add New User</a> page to add a user via the Admin CP.<br /><br />\r\n\r\nvBulletin\'s user search system provides you with numerous search criteria and display options. You can use the user search feature to find and edit users and to run reports showing specific user info and profile fields. See the <a href=\"user.php?do=modify\" target=\"_blank\">Search for Users</a> page to see the list of search and display options.<br /><br />\r\n\r\nvBulletin\'s user system also allows you to prune / move users based on their usergroup, last visit date, join date, and post count. Possible applications of the user pruning / moving system include cleaning out inactive users and changing usergroups to manage forum permissions. The user pruning / moving page can be found <a href=\"user.php?do=prune\" target=\"_blank\">here</a>.',6000),(6417,-1,'user_title','About Users',6000),(6418,-1,'usergroup_add_edit_allowmembergroups_text','This option must be set to \"Yes\" if secondary (member) groups are to have any effect on the permissions of users whose primary group is this group.<br /><br />\r\n\r\nSecondary groups serve no purpose if this option is set to \"No\". The only reason this option should be set to \"No\" is if this group is a banned group, in which case you don\'t want secondary group memberships to override the null access of the banned group.',6000),(6419,-1,'usergroup_add_edit_allowmembergroups_title','Allow Users to have Member Groups',6000),(6420,-1,'usergroup_add_edit_attachlimit_text','Members of this group cannot exceed this amount of space for all of the attachments they post. Enter a byte amount.<br /><br />\r\n\r\n1048576 bytes = 1 megabyte',6000),(6421,-1,'usergroup_add_edit_attachlimit_title','Space (in bytes) that a user\'s total attachment usage may consume',6000),(6422,-1,'usergroup_add_edit_avatarmaxheight_text','This is the maximum pixel height that a custom avatar can have for members of this usergroup.',6000),(6423,-1,'usergroup_add_edit_avatarmaxheight_title','Custom Avatar Maximum Height',6000),(6424,-1,'usergroup_add_edit_avatarmaxsize_text','This is the maximum file size that a custom avatar can have for members of this group. Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes',6000),(6425,-1,'usergroup_add_edit_avatarmaxsize_title','Custom Avatar Maximum File Size',6000),(6426,-1,'usergroup_add_edit_avatarmaxwidth_text','This is the maximum pixel width that a custom avatar can have for members of this usergroup.',6000),(6427,-1,'usergroup_add_edit_avatarmaxwidth_title','Custom Avatar Maximum Width',6000),(6428,-1,'usergroup_add_edit_canbeusernoted_text','This permission allows members of this group to have user notes posted about them.<br /><br />\r\n\r\nUser notes can be posted on the screen that lists a user\'s notes. First click the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend, then click the <i>Post New User Note</i> link.',6000),(6429,-1,'usergroup_add_edit_canbeusernoted_title','User Notes Can Be Posted About This Group',6000),(6430,-1,'usergroup_add_edit_cancontrolpanel_text','This permission refers to the Admin Control Panel. You can do anything in the Admin CP so you should only grant this access to people you trust.',6000),(6431,-1,'usergroup_add_edit_cancontrolpanel_title','Can Access Control Panel (is Administrator)',6000),(6432,-1,'usergroup_add_edit_candeleteevent_text','This permission allows members of this group to delete their own calendar events.<br /><br />\r\n\r\nThis group must also have permission to delete their events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.',6000),(6433,-1,'usergroup_add_edit_candeleteevent_title','Can Delete Own Events',6000),(6434,-1,'usergroup_add_edit_candeletepost_text','This permission allows members of this group to delete their own posts. This group must have post editing permissions (see previous permission) if they are to delete a post.<br /><br />\r\n\r\nBe careful with allowing post deletion. If you allow users to edit their posts indefinitely (see \"Time Limit on Editing of Posts\" setting <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a>) as well as allow them to delete their posts, then they can go back into your forum history and delete <b>all</b> of their posts if they want.',6000),(6435,-1,'usergroup_add_edit_candeletepost_title','Can Delete Own Posts',6000),(6436,-1,'usergroup_add_edit_candeletethread_text','This permission allows members of this group to delete their own threads. This group must have post editing permissions (see \"Can Edit Own Posts\" permission above) if they are to delete a thread. This permission refers to deleting threads by editing the first post in a thread, not by selecting the \"Delete Thread\" option from the \"Thread Tools\" menu.<br /><br />\r\n\r\nBe careful with allowing thread deletion. When a thread is deleted all of the posts in it are also deleted. If you allow users to edit their posts indefinitely (see \"Time Limit on Editing of Posts\" setting <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">here</a>) as well as allow them to delete their threads, then they can go back into your forum history and delete <b>all</b> of their threads if they want.',6000),(6437,-1,'usergroup_add_edit_candeletethread_title','Can Delete Own Threads',6000),(6438,-1,'usergroup_add_edit_candenypmreceipts_text','This permission allows members of this group to deny read receipts on PMs. In this way the recipient can not tell the sender that their message was read.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Maximum Stored Messages\" permission above must also be set to a positive number for members of this group to use the PM feature.',6000),(6439,-1,'usergroup_add_edit_candenypmreceipts_title','Can Deny Private Message Read Receipt Request',6000),(6440,-1,'usergroup_add_edit_caneditevent_text','This permission allows members of this group to edit their own events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to edit their own events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.',6000),(6441,-1,'usergroup_add_edit_caneditevent_title','Can Edit Own Events',6000),(6442,-1,'usergroup_add_edit_caneditownusernotes_text','This permission allows members of this group to manage (edit / delete) notes that they post. If you want posted user notes to be permanent then don\'t grant user\'s this permission.<br /><br />\r\n\r\nUser notes can be managed on the screen that lists a user\'s notes. Click the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend.',6000),(6443,-1,'usergroup_add_edit_caneditownusernotes_title','Can Manage Own User Notes',6000),(6444,-1,'usergroup_add_edit_caneditpost_text','This permission allows members of this group to edit their own posts. This permission works in conjunction with the \"Time Limit on Editing of Posts\" setting in your <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6445,-1,'usergroup_add_edit_caneditpost_title','Can Edit Own Posts',6000),(6446,-1,'usergroup_add_edit_canemail_text','This permission refers to the \"Email this Page\" link on showthread pages. This feature allows members of this group to send an email from your forums containing a link to a thread on your forums. If you don\'t allow guests to view threads then this feature probably won\'t be useful.',6000),(6447,-1,'usergroup_add_edit_canemail_title','Can Use Email to Friend',6000),(6448,-1,'usergroup_add_edit_cangetattachment_text','This permission allows members of this group to download / view post attachments on your forums. If a user doesn\'t have this permission then inline attachments such as images will be displayed as links and clicking those and other attachment links will result in a \"no permission\" page.',6000),(6449,-1,'usergroup_add_edit_cangetattachment_title','Can Download Attachments',6000),(6450,-1,'usergroup_add_edit_canhiderep_text','This permission allows the user to have the option ,from their User CP, of not participating in the reputation system. While the user can still receive reputation comments, their reputation will not be visible to other users.',6000),(6451,-1,'usergroup_add_edit_canhiderep_title','Can Hide Reputation',6000),(6452,-1,'usergroup_add_edit_caninvisible_text','If this option is enabled then members of this group will be able to set themselves to invisible in the <a href=\"../profile.php?do=editoptions\" target=\"_blank\">Edit Options</a> section of their User CP. Invisible users are shown with an asterisk (*) next to their names in the online list (for those that can see them).',6000),(6453,-1,'usergroup_add_edit_caninvisible_title','Can Set Self to Invisible Mode',6000),(6454,-1,'usergroup_add_edit_canmanageothersusernotes_text','This permission allows members of this group to manage (edit / delete) user notes for other users. You should only grant this permission to users you trust.<br /><br />\r\n\r\nUser notes can be managed on the screen that lists a user\'s notes - click the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend.',6000),(6455,-1,'usergroup_add_edit_canmanageothersusernotes_title','Can Manage User Notes About Others',6000),(6456,-1,'usergroup_add_edit_canmanageownusernotes_text','To be able to <i>manage</i> user notes means to be able to edit and delete notes.<br /><br />\r\n\r\nUser notes can be managed through the <i>[View]</i> page for notes. That page is openned by clicking the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend.',6000),(6457,-1,'usergroup_add_edit_canmanageownusernotes_title','Can Manage User Notes About Self',6000),(6458,-1,'usergroup_add_edit_canmodifyprofile_text','This option refers to the <a href=\"../profile.php?do=editprofile\" target=\"_blank\">Edit Profile</a> page in the User CP. If this option is set to \"No\" then members of this group will not be able to modify anything on that page, including custom profile fields.',6000),(6459,-1,'usergroup_add_edit_canmodifyprofile_title','Can Edit Own Profile',6000),(6460,-1,'usergroup_add_edit_canmove_text','If this permission is enabled then members of this group will be able to move their own threads to other forums by selecting the \"Move / Copy Thread\" option from the \"Thread Tools\" menu on the showthread page.',6000),(6461,-1,'usergroup_add_edit_canmove_title','Can Move Own Threads',6000),(6462,-1,'usergroup_add_edit_cannegativerep_text','This permission allows users to leave negative reputation. Negative reputation only has half the effect of positive reputation. For example, if a user has a reputation power of 20, they would only take 10 away by giving negative reputation. This permission requires that reputation be enabled in the vBulletin Options as well as the user having the \"Can Use Reputation\" permission enabled.',6000),(6463,-1,'usergroup_add_edit_cannegativerep_title','Can Leave Negative Reputation',6000),(6464,-1,'usergroup_add_edit_canopenclose_text','If this permission is enabled then members of this group will be able to open / close their own threads by selecting the \"Open / Close Thread\" option from the \"Thread Tools\" menu on the showthread page.<br /><br />\r\n\r\nAn open thread is open to replies. A closed thread is not open to replies, not including admins and mods.',6000),(6465,-1,'usergroup_add_edit_canopenclose_title','Can Open / Close Own Threads',6000),(6466,-1,'usergroup_add_edit_canoverride_text','Enable this option if you use this group as a member (secondary) group and you want group members to have this group\'s user title and username markup instead of the user title and username markup from their primary group.',6000),(6467,-1,'usergroup_add_edit_canoverride_title','Can override primary group title/markup',6000),(6468,-1,'usergroup_add_edit_canpostattachment_text','vBulletin allows users to upload files to their posts. This permission will enable that functionality for members of this group. Users can upload files by clicking the \"Manage Attachments\" button on the posting form.',6000),(6469,-1,'usergroup_add_edit_canpostattachment_title','Can Upload Attachments',6000),(6470,-1,'usergroup_add_edit_canpostevent_text','This permission allows members of this group to post events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to post events on a specific calendar if they are to post events on it. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.',6000),(6471,-1,'usergroup_add_edit_canpostevent_title','Can Post Events',6000),(6472,-1,'usergroup_add_edit_canpostnew_text','This permission is pretty self-explanatory. If a user doesn\'t have this permission then they cannot post new threads on your forums.',6000),(6473,-1,'usergroup_add_edit_canpostnew_title','Can Post Threads',6000),(6474,-1,'usergroup_add_edit_canpostothersusernotes_text','This permission allows members of this group to post user notes about other members.<br /><br />\r\n\r\nUser notes can be posted on the screen that lists a user\'s notes. First click the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend, then click the <i>Post New User Note</i> link.',6000),(6475,-1,'usergroup_add_edit_canpostothersusernotes_title','Can Post User Notes About Others',6000),(6476,-1,'usergroup_add_edit_canpostownusernotes_text','A new user note can be posted by first clicking the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend and then clicking the <i>Post New User Note</i> link.',6000),(6477,-1,'usergroup_add_edit_canpostownusernotes_title','Can Post User Notes About Self',6000),(6478,-1,'usergroup_add_edit_canpostpoll_text','This permission will allow members of this group to post polls when they post a new thread. Users can post polls by checking the \"Yes, post a poll with this thread\" option on the new thread posting page.<br /><br />\r\n\r\nAdditionally, there are some poll options in your <a href=\"options.php?dogroup=poll&do=options\" target=\"_blank\">vBulletin Options</a>.',6000),(6479,-1,'usergroup_add_edit_canpostpoll_title','Can Post Polls',6000),(6480,-1,'usergroup_add_edit_canprofilepic_text','This permission will allow members of this group to upload a profile picture on the <a href=\"../profile.php?do=editprofilepic\" target=\"_blank\">Edit Profile Picture</a> page in their User CP. Profile pictures are uploaded from the user\'s computer or from a URL and are stored on your web server.<br /><br />\r\n\r\nProfile pictures must be enabled in your <a href=\"options.php?dogroup=userpix&do=options\" target=\"_blank\">vBulletin options</a> for this setting to have any effect.',6000),(6481,-1,'usergroup_add_edit_canprofilepic_title','Can Upload Profile Pictures',6000),(6482,-1,'usergroup_add_edit_canreplyothers_text','This permission is similar to the <a href=\"help.php?s=&do=answer&page=usergroup&pageaction=add&option=canreplyown\">Can Reply to Own Threads</a> permission except it applies to \"others\'\" threads, as in threads that weren\'t authored by the current logged in user.',6000),(6483,-1,'usergroup_add_edit_canreplyothers_title','Can Reply to Others\' Threads',6000),(6484,-1,'usergroup_add_edit_canreplyown_text','This permission allows members of this group to post replies in their own threads. If for some reason you don\'t want thread authors to reply to their threads then you can disable this permission.',6000),(6485,-1,'usergroup_add_edit_canreplyown_title','Can Reply to Own Threads',6000),(6486,-1,'usergroup_add_edit_cansearch_text','This permission allows members of this group to search your forums. For this permission to work you must have the search engine enabled in your <a href=\"options.php?dogroup=search&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6487,-1,'usergroup_add_edit_cansearch_title','Can Search Forums',6000),(6488,-1,'usergroup_add_edit_canseedelnotice_text','When an admin or mod deletes a thread they are given the option to \"soft delete\" or \"physically delete.\" When a thread is \"soft deleted\" a deletion notice is left in its place in the forum thread listing. This permission determines whether or not members of this group can see those deletion notices.',6000),(6489,-1,'usergroup_add_edit_canseedelnotice_title','Can See Deletion Notices',6000),(6490,-1,'usergroup_add_edit_canseehidden_text','If their group permissions allow it, users can choose to be invisible in the online list by setting the option in their <a href=\"../profile.php?do=editoptions\" target=\"_blank\">User CP</a>.<br /><br />\r\n\r\nEnabling this option will allow members of this group to see invisible users in the online list. Invisible users have an asterisk (*) next to their name in the online list (for those that can see them).',6000),(6491,-1,'usergroup_add_edit_canseehidden_title','Can \'See\' Users Who Have Chosen to be Invisible While Online',6000),(6492,-1,'usergroup_add_edit_canseehiddencustomfields_text','Allows the user to view information in custom profile fields that are marked as Private.',6000),(6493,-1,'usergroup_add_edit_canseehiddencustomfields_title','Can View Private Custom Fields',6000),(6494,-1,'usergroup_add_edit_canseeothersrep_text','This permission allows the user to view reputation comments left for other users.',6000),(6495,-1,'usergroup_add_edit_canseeothersrep_title','Can See Reputation Left for Others',6000),(6496,-1,'usergroup_add_edit_canseeownrep_text','This permission allows the user to see which members left the comments that appear in the user\'s User CP. If the user has chosen to hide their reputation or the reputation system is disabled, the list of comments will not appear in any case.',6000),(6497,-1,'usergroup_add_edit_canseeownrep_title','Can See Own Reputation',6000),(6498,-1,'usergroup_add_edit_canseeprofilepic_text','A user\'s profile picture is displayed on their profile page. Profile pictures are a way for your users to upload pictures of themselves so everyone else can see what they look like. This setting determines whether or not members of this usergroup can view those profile pictures.',6000),(6499,-1,'usergroup_add_edit_canseeprofilepic_title','Can View Others\' Profile Pictures',6000),(6500,-1,'usergroup_add_edit_canseeraters_text','Allows the user to see who left the reputation comments that are displayed in the User CP. Requires that reputation be enabled.',6000),(6501,-1,'usergroup_add_edit_canseeraters_title','Can See Who Left User Ratings',6000),(6502,-1,'usergroup_add_edit_canthreadrate_text','This permission allows members of this group to rate threads. Average thread ratings are shown as a row of stars next to a thread\'s title.<br /><br />\r\n\r\nThread ratings must also be allowed for the forum in question for this group to be able to rate threads. Choose the \"Edit Forum\" option in the <a href=\"forum.php?do=modify\" target=\"_blank\">Forum Manager</a> to view this setting. Additionally, there are some thread rating options in your <a href=\"options.php?dogroup=poll&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6503,-1,'usergroup_add_edit_canthreadrate_title','Can Rate Threads',6000),(6504,-1,'usergroup_add_edit_cantrackpm_text','Private message tracking allows users to request read receipts for their PMs. The sender will know the recipient has read their PM if the recipient chooses to acknowledge the read receipt.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Maximum Stored Messages\" permission above must also be set to a positive number for members of this group to use the PM feature.',6000),(6505,-1,'usergroup_add_edit_cantrackpm_title','Can Use Message Tracking',6000),(6506,-1,'usergroup_add_edit_canuseavatar_text','This permission will allow members of this group to upload a custom avatar on the <a href=\"../profile.php?do=editavatar\" target=\"_blank\">Edit Avatar</a> page in their User CP. Custom avatars are uploaded from the user\'s computer or from a URL and are stored on your web server.<br /><br />\r\n\r\nAvatars must be enabled in your <a href=\"options.php?dogroup=userpix&do=options\" target=\"_blank\">vBulletin options</a> for this setting to have any effect. There are also some avatar settings on the same page in your vBulletin options.',6000),(6507,-1,'usergroup_add_edit_canuseavatar_title','Can Upload Custom Avatars',6000),(6508,-1,'usergroup_add_edit_canusecustomtitle_text','If this option is enabled, members of this usergroup will be able to enter a custom title in the <a href=\"../profile.php?do=editprofile\" target=\"_blank\">Edit Profile</a> section of their User CP. The custom title will be displayed in the user\'s posts and profile page in place of any title specified for their group or post count (see <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a>).',6000),(6509,-1,'usergroup_add_edit_canusecustomtitle_title','Can Use Custom Title',6000),(6510,-1,'usergroup_add_edit_canuserep_text','This permission allows the user to leave reputation comments for other users. Reputation must also be enabled in the vBulletin Options.',6000),(6511,-1,'usergroup_add_edit_canuserep_title','Can Use Reputation',6000),(6512,-1,'usergroup_add_edit_canusesignature_text','Signatures show up at the end of a user\'s posts. If this option is enabled then members of this group will be able to set their signatures in the <a href=\"../profile.php?do=editsignature\" target=\"_blank\">Edit Signature</a> section of their User CP. This permission works in conjunction with the signature options in your <a href=\"options.php?dogroup=user&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6513,-1,'usergroup_add_edit_canusesignature_title','Can Use Signatures',6000),(6514,-1,'usergroup_add_edit_canview_text','This permission determines whether or not members of this group can view pages on your forum. If this permission is set to \"No\" then members of this usergroup will see a \"no permission\" screen on all of your forum pages. Generally this option is used to deny forum access for banned groups.',6000),(6515,-1,'usergroup_add_edit_canview_title','Can View Forum',6000),(6516,-1,'usergroup_add_edit_canviewcalendar_text','This permission allows members of this group to view the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to view a specific calendar in order to view that calendar. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.',6000),(6517,-1,'usergroup_add_edit_canviewcalendar_title','Can View Calendar',6000),(6518,-1,'usergroup_add_edit_canviewmembers_text','This option refers to user profiles on your forums. If this option is disabled then members of this group will not be able to view user profiles on your forums.',6000),(6519,-1,'usergroup_add_edit_canviewmembers_title','Can View Member Info',6000),(6520,-1,'usergroup_add_edit_canviewothers_text','If this option is disabled then members of this group will only be able to see their own threads on forum thread listings. Threads that were not posted by them will not even show up in the thread listing.',6000),(6521,-1,'usergroup_add_edit_canviewothers_title','Can View Others\' Threads',6000),(6522,-1,'usergroup_add_edit_canviewothersevent_text','This permission allows members of this group to view other people\'s events on the calendar(s). If this permission to disabled then members of this group will only be able to see their own events.<br /><br />\r\n\r\nThis group must also have permission to view other people\'s events on a specific calendar if they are to have permission to do so. You can check your calendar permissions <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">here</a>.',6000),(6523,-1,'usergroup_add_edit_canviewothersevent_title','Can View Others\' Events',6000),(6524,-1,'usergroup_add_edit_canviewothersusernotes_text','This permission determines if members of this group can view user notes posted for other users.<br /><br />\r\n\r\nUser notes for a user can be viewed by clicking the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend.',6000),(6525,-1,'usergroup_add_edit_canviewothersusernotes_title','Can View User Notes About Others',6000),(6526,-1,'usergroup_add_edit_canviewownusernotes_text','User notes can be viewed by clicking the <i>User Notes: [View]</i> link when viewing a user\'s profile page on the frontend.<br /><br />\r\n\r\nIf a user does not have this permission then they will not see a <i>[View]</i> link in their own profile.',6000),(6527,-1,'usergroup_add_edit_canviewownusernotes_title','Can View User Notes About Self',6000),(6528,-1,'usergroup_add_edit_canvote_text','This permission is self-explanatory. If this is set to \"Yes\" then members of this group will be able to vote on polls.',6000),(6529,-1,'usergroup_add_edit_canvote_title','Can Vote on Polls',6000),(6530,-1,'usergroup_add_edit_canwhosonline_text','This permission allows members of this group to view the <a href=\"../online.php\" target=\"_blank\">online.php</a> page. This page shows a detailed list of currently active users, their locations, etc. This permission only applies to online.php, not the \"Currently Active Users\" list on the <a href=\"../{$vboptions[forumhome]}.php\" target=\"_blank\">forumhome</a> page.<br /><br />\r\n\r\nReported locations <b>do</b> take forum permissions into consideration. For example, if a user in the online list is viewing a forum that the current logged in user doesn\'t have access to, then online.php will only report that they are viewing a forum and not give the name of the forum.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. Additionally, there are several Who\'s online settings on that page in your vBulletin options.',6000),(6531,-1,'usergroup_add_edit_canwhosonline_title','Can View Who\'s Online',6000),(6532,-1,'usergroup_add_edit_canwhosonlinebad_text','With this permission disabled, when a subject visits an unknown location or a location they don\'t have permission to, the user will see the subject as viewing the Forum Home page.',6000),(6533,-1,'usergroup_add_edit_canwhosonlinebad_title','Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations',6000),(6534,-1,'usergroup_add_edit_canwhosonlinefull_text','Allows the user to see detailed information for some forum actions. For example, if the subject is sending a Private Message, the user will be able to see who it is being sent to. If the subject is viewing the profile of a user, the user will be able to see who it is.',6000),(6535,-1,'usergroup_add_edit_canwhosonlinefull_title','Can View Detailed Location Info for Users',6000),(6536,-1,'usergroup_add_edit_canwhosonlineip_text','This permission will allow members of this group to view the IP addresses of currently logged in users on the <a href=\"../online.php\" target=\"_blank\">online.php</a> page.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Can View Who\'s Online\" permission above must also be enabled.',6000),(6537,-1,'usergroup_add_edit_canwhosonlineip_title','Can View IP Addresses',6000),(6538,-1,'usergroup_add_edit_canwhosonlinelocation_text','If this permission is enabled then members of this group will see a question mark icon next to locations on the <a href=\"../online.php\" target=\"_blank\">online.php</a> page. They can \"mouse over\" the image to see the file path of the page each user is visiting.<br /><br />\r\n\r\nWho\'s online must be enabled in your <a href=\"options.php?dogroup=online&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Can View Who\'s Online\" permission above must also be enabled.',6000),(6539,-1,'usergroup_add_edit_canwhosonlinelocation_title','Can view actual location of user (filepath/url)',6000),(6540,-1,'usergroup_add_edit_description_text','Enter a description for this group. For example, if this group is used to grant special permissions then you might say what those permissions are in the group\'s description.',6000),(6541,-1,'usergroup_add_edit_description_title','Description',6000),(6542,-1,'usergroup_add_edit_htmltags_text','The first field is the openning tag. The second field is the closing tag. These tags will be inserted around the user\'s username like this:<br /><br />\r\n\r\n[openning tag]username[closing tag]<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n<span style=\"font-weight: bold;\">username</span> = <span style=\"font-weight: bold;\">username</span><br />\r\n<span style=\"font-style: italic;\">username</span> = <span style=\"font-style: italic;\">username</span><br />\r\n<span style=\"text-decoration: underline;\">username</span> = <span style=\"text-decoration: underline;\">username</span><br />\r\n<span style=\"color: red;\">username</span> = <span style=\"color: red;\">username</span><br />\r\n<span style=\"font: 20px verdana;\">username</span> = <span style=\"font: 20px verdana;\">username</span><br /><br />\r\n\r\nYou can also do combinations by using more than one attribute in the style property:<br /><br />\r\n\r\n<span style=\"font: 20px verdana; color: red;\">username</span> = <span style=\"font: 20px verdana; color: red;\">username</span>',6000),(6543,-1,'usergroup_add_edit_htmltags_title','Username HTML Markup',6000),(6544,-1,'usergroup_add_edit_isalwaysmoderated_text','If you enable this option then all posts made by members of this group will go into the <a href=\"../modcp/moderate.php?do=posts\" target=\"_blank\">moderation queue</a>. You will need to validate their posts before they show up on the forums.',6000),(6545,-1,'usergroup_add_edit_isalwaysmoderated_title','Always Moderate This Group\'s Posts',6000),(6546,-1,'usergroup_add_edit_isbannedgroup_text','If you make this a banned group then you should probably also set most of the permissions below to \"No,\" depending on what you want banned users to be able to do and not do.',6000),(6547,-1,'usergroup_add_edit_isbannedgroup_title','This Usergroup is a \'Banned\' Group',6000),(6548,-1,'usergroup_add_edit_ismoderator_text','This permission will grant this group moderator powers in all forums. Super moderators can do everything including edit, delete, move, merge, split, etc. You should only grant this power to people you trust.',6000),(6549,-1,'usergroup_add_edit_ismoderator_title','Can Moderate All Forums (is Super Moderator)',6000),(6550,-1,'usergroup_add_edit_ispublicgroup_text','If this option is enabled then users will be able to request membership to this group from their <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">User CP</a>. Join requests are queued up in the Usergroup Manager where you can handle them all at once.',6000),(6551,-1,'usergroup_add_edit_ispublicgroup_title','Public (Joinable) Custom Usergroups',6000),(6552,-1,'usergroup_add_edit_passwordexpires_text','Enter a number of days after which users in this group will need to change their password. Enter 0 for no expiry.',6000),(6553,-1,'usergroup_add_edit_passwordexpires_title','Password Expiry',6000),(6554,-1,'usergroup_add_edit_passwordhistory_text','For example, if this is set to 30 days and the user tries to change their password they will not be able to use any passwords which they have used within the last 30 days. This setting can be used in conjunction with the previous setting to increase password security.',6000),(6555,-1,'usergroup_add_edit_passwordhistory_title','Password History',6000),(6556,-1,'usergroup_add_edit_pmquota_text','This permission determines how many private messages members of this group can have in their private message folders. If a user reaches this limit then they will need to delete some PMs before they can receive anymore.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. Additionally, there are other private message settings on that page in your vBulletin options.',6000),(6557,-1,'usergroup_add_edit_pmquota_title','Maximum Stored Messages',6000),(6558,-1,'usergroup_add_edit_pmsendmax_text','This permission determines this group\'s \"mass PMing\" ability. Members of this group will be able to send PMs to this many people at a time.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href=\"options.php?dogroup=pm&do=options\" target=\"_blank\">vBulletin options</a> for this permission to have any effect. The \"Maximum Stored Messages\" permission above must also be set to a positive number for members of this group to use the PM feature.',6000),(6559,-1,'usergroup_add_edit_pmsendmax_title','Maximum Recipients to Send PMs at a time',6000),(6560,-1,'usergroup_add_edit_profilepicmaxheight_text','This is the maximum pixel height that a profile picture can have for members of this usergroup.',6000),(6561,-1,'usergroup_add_edit_profilepicmaxheight_title','Profile Picture Maximum Height',6000),(6562,-1,'usergroup_add_edit_profilepicmaxsize_text','This is the maximum file size that a profile picture can have for members of this group. Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes',6000),(6563,-1,'usergroup_add_edit_profilepicmaxsize_title','Profile Picture Maximum File Size',6000),(6564,-1,'usergroup_add_edit_profilepicmaxwidth_text','This is the maximum pixel width that a profile picture can have for members of this usergroup.',6000),(6565,-1,'usergroup_add_edit_profilepicmaxwidth_title','Profile Picture Maximum Width',6000),(6566,-1,'usergroup_add_edit_showbirthday_text','For birthdays to be displayed on a calendar the \"Show Birthdays on this Calendar\" option needs to be enabled for that calendar. See your <a href=\"admincalendar.php?do=modify\" target=\"_blank\">Calendar Mananger</a>.<br /><br />\r\n\r\nFor birthdays to be displayed on the forumhome page you need to have the \"Display Today\'s Birthdays\" option enabled in your <a href=\"options.php?dogroup=forumhome&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6567,-1,'usergroup_add_edit_showbirthday_title','Birthdays Viewable',6000),(6568,-1,'usergroup_add_edit_showeditedby_text','Enabling this option will display an \"edited by\" note in posts that are edited by members of this group. This setting works in conjunction with the \"Time to Wait Before Starting to Display \'Edited by\" setting in your <a href=\"options.php?dogroup=posting&do=options\" target=\"_blank\">vBulletin options</a>.',6000),(6569,-1,'usergroup_add_edit_showeditedby_title','Show <i>edited by</i> note on edited messages?',6000),(6570,-1,'usergroup_add_edit_showgroup_text','If you don\'t want your users to know who is in this usergroup then you can disable this option.',6000),(6571,-1,'usergroup_add_edit_showgroup_title','Viewable on Show Groups',6000),(6572,-1,'usergroup_add_edit_showmemberlist_text','This option refers to <a href=\"../memberlist.php\" target=\"_blank\">this page</a>. The member list shows all members of your forums. If you disable this option then members of this group will not show up on the member list.',6000),(6573,-1,'usergroup_add_edit_showmemberlist_title','Viewable on the Memberlist',6000),(6574,-1,'usergroup_add_edit_title_text','This is the name of this usergroup. This name is used to identify this group in the Usergroup Manager and on your forums.',6000),(6575,-1,'usergroup_add_edit_title_title','Title',6000),(6576,-1,'usergroup_add_edit_usertitle_text','If you want users who are members of this group to have a special title to identify them as such, then you can enter a title here. This title will show up in the user\'s profile, posts, etc.',6000),(6577,-1,'usergroup_add_edit_usertitle_title','User Title',6000),(6578,-1,'usergroup_add_text','On this page you can add a new usergroup with the permissions you specify below. Please see the individual help topics if you have questions about particular permissions and settings.',6000),(6579,-1,'usergroup_add_title','Add New Usergroup',6000),(6580,-1,'usergroup_add_ugid_base_text','',6000),(6581,-1,'usergroup_add_ugid_base_title','',6000),(6582,-1,'usergroup_addleader_text','On this page you can add a new usergroup leader to one of your custom groups. Select a usergroup below and enter the exact username of the user whom you want to make leader. Click the \"Add\" button to continue.<br /><br />\r\n\r\nUsergroup leaders can moderate join requests for their group from the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> section of their User CP.',6000),(6583,-1,'usergroup_addleader_title','Add New Usergroup Leader',6000),(6584,-1,'usergroup_addleader_usergroupid_text','Select the custom usergroup to which you want to add a leader.',6000),(6585,-1,'usergroup_addleader_usergroupid_title','Usergroup',6000),(6586,-1,'usergroup_addleader_username_text','Enter the exact username of the user whom you want to make a leader of this group.',6000),(6587,-1,'usergroup_addleader_username_title','User Name',6000),(6588,-1,'usergroup_edit_text','This page allows you to edit the permissions and settings for this usergroup. Please see the individual help topics below if you need help with a specific permission or setting.',6000),(6589,-1,'usergroup_edit_title','Edit Usergroup',6000),(6590,-1,'usergroup_modify_text','This is the usergroup manager. Here you can manage your default, custom, and public custom usergroups.<br /><br />\r\n\r\nDefault usergroups are those that are created as a part of vBulletin. Custom usergroups are those that you created. Public custom usergroups are custom usergroups that your users can request to join because you have enabled the \"Public (Joinable) Custom Usergroups\" option for those usergroups.<br /><br />\r\n\r\nThe \"Primary Users\" column specifies the number of users whose primary usergroup is the corresponding group. The \"Additional Users\" column specifies the number of users whose additional usergroup memberships include the corresponding group. The \"Controls\" column contains a menu with serveral options for each usergroup... select an option and click \"Go\" to continue.<br /><br />\r\n\r\nThe \"Public Custom Usergroups\" section has two extra columns, \"Join Requests\" and \"Usergroup Leader.\" The \"Join Requests\" column indicates how many join requests are awaiting approval for the corresponding usergroup; users can submit join requests for usergroups for which you have enabled the \"Public (Joinable) Custom Usergroups\" option. The \"Usergroup Leader\" column lists the current group leaders. You can delete an existing group leader by clicking the corresponding [Delete] link. To add a new usergroup leader simply select the \"Add Usergroup Leader\" options from the group\'s Controls menu.',6000),(6591,-1,'usergroup_modify_title','Usergroup Manager',6000),(6592,-1,'usergroup_modifypromotion_text','Below is a list of current promotions (if any). Promotions can be used to grant or take away usergroup permissions and settings based on reputation, number of days registered, and post count.<br /><br />\r\n\r\nThe promotions on this page are grouped by the usergroups to which they apply. The long horrizontal bars tell you what usergroup the following promotions are for. The columns underneath tell you what the settings are for each promotion. The \"Usergroup\" column tells you to which usergroup users will be promoted. The \"Promotion Type\" column tells you if the promotion changes a user\'s primary usergroup or adds the group membership as an additional usergroup. The \"Promotion Strategy\" column tells you which of the following 3 conditions must be met for a user to be promoted.<br /><br />\r\n\r\nClick the \"Add New Promotion\" button to add a new promotion. Click the [Edit] link to edit the settings for the corresponding promotion. Click the [Delete] link to delete the corresponding promotion.',6000),(6593,-1,'usergroup_modifypromotion_title','Promotions',6000),(6594,-1,'usergroup_remove_text','This is a confirmation that you want to delete this usergroup. Please confirm the correct usergroup below and click the \"Yes\" button to perform the deletion. This action cannot be undone.',6000),(6595,-1,'usergroup_remove_title','Delete Usergroup',6000),(6596,-1,'usergroup_removeleader_text','This is a confirmation that you want to delete this usergroup leader. Please confirm the correct user below and click the \"Yes\" button to continue. This action cannot be undone.',6000),(6597,-1,'usergroup_removeleader_title','Delete Usergroup Leader',6000),(6598,-1,'usergroup_removepromotion_text','This is a confirmation that you want to delete this promotion. Click the \"Yes\" button below to perform the deletion. This action cannot be undone.',6000),(6599,-1,'usergroup_removepromotion_title','Delete Promotion',6000),(6600,-1,'usergroup_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=usergroup&pageaction=&option=\">Usergroups</a><br />\r\n<a href=\"help.php?s=&do=answer&page=forumpermission&pageaction=&option=\">Forum Permissions</a><br />\r\n<a href=\"help.php?s=&do=answer&page=adminpermissions&pageaction=&option=\">Administrator Permissions</a><br /><br />\r\n\r\n<b>Usergroups:</b><br />\r\nvBulletin\'s usergroup system, like any usergroup system, is used for managing forum permissions. You can manage forum permissions by putting users into groups and setting permissions for the groups. In addition, vBulletin takes usergroups to a new level by allowing users to belong to multiple groups and to submit join requests for groups. On top of this, vBulletin lets you setup group promotions to automatically change a user\'s group memberships when certain conditions are met.<br /><br />\r\n\r\nUsergroup permissions have two levels to them, the first of which is the usergroup permissions that are set in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. By default, a user will have these permissions everywhere on your forums. If you want to set exceptions to default usergroup permissions then you can do so by editing usergroup permissions at the forum-level on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. On the Forum Permissions page you can set group permissions on a per-forum basis. The <a href=\"calendarpermission.php?do=modify\" target=\"_blank\">Calendar Permissions</a> page provides similar functionality for calendars. Other usergroup permissions can only be set at the highest usergroup-level in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>.<br /><br />\r\n\r\nvBulletin also allows users to belong to multiple usergroups. There are two kinds of usergroups, primary and secondary (also called member groups). A user can belong to only one primary group but can belong to any number of secondary groups. A user\'s primary group is used to define their base forum permissions; at a minimum, a user will always have their primary group\'s forum permissions. Secondary groups, on the other hand, can be used to grant additional permissions that are not granted by a user\'s primary group.<br /><br />\r\n\r\nFor secondary groups to be able to affect a user\'s permissions, the user\'s primary group needs to have the \"Allow Users to have Member Groups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. The way the overlapping of primary and secondary permissions works is that the user is always given the \"greater\" of the multiple settings for the same permission. For example, if a user\'s primary group has \"Can View Forum\" set to No and one of the same user\'s secondary groups has \"Can View Forum\" set to Yes, then the user\'s final setting for that permission will be Yes. Numeric group permissions overlap in a similar way, except instead of Yes or No the user is given the more lenient of the two numbers. Possible applications of secondary groups for forum permissions include granting access to a private forum where multiple primary groups can have access. The primary groups in question would have null access to the private forum set on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. The secondary group would have all permissions set to No in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> but would have forum-level access to the private forum set on the <a href=\"forumpermission.php?do=modify\" target=\"_blank\">Forum Permissions</a> page. The result of adding a user to this secondary group would be that its \"Yes\" permissions for the private forum would override the null access of their primary group. This is much more convenient than setting up redundant permissions for additional primary groups that have access to the private forum, which is what would need to be done without secondary groups.<br /><br />\r\n\r\nIf the user\'s primary group does not have the \"Allow Users to have Member Groups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> then secondary group memberships will have no effect on the their permissions. Secondary groups serve no purpose in this case. The only reason this option should be disabled in a primary group is if the group is a banned group, in which case you don\'t want secondary group memberships to override the null access of the banned group.<br /><br />\r\n\r\nAnother feature of vBulletin\'s usergroup system is the ability for users to request memberships into groups. In this way vBulletin allows users to request forum permissions because forum permissions are controlled with group memberships. Users can request to join a group on the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> page in their User CP. Users can only request to join custom groups that have the \"Public (Joinable) Custom Usergroups\" option enabled in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>. You can manage join requests on the <a href=\"usergroup.php?do=viewjoinrequests\" target=\"_blank\">Join Requests</a> page. Optionally, you can appoint group leaders in the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a> that can manage join requests for their group on the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> page in their User CP.<br /><br />\r\n\r\nvBulletin\'s usergroup system also supports group promotions based on certain conditions. Promotions are used to change a user\'s group memberships when they reach a certain reputation level, number of days registered, and / or post count. Promotions used in conjunction with user reputations can be especially powerful (see the general help topic for <a href=\"help.php?s=&do=answer&page=adminreputation&pageaction=&option=\">User Reputations</a>). You can manage your promotions on the <a href=\"usergroup.php?do=modifypromotion\" target=\"_blank\">Promotions</a> page.',6000),(6601,-1,'usergroup_title','About Usergroups',6000),(6602,-1,'usergroup_updatepromotion_date_text','This is the boundary value for the number of days a user has been registered that is used to determine if a user should be promoted.<br /><br />\r\n\r\nIf a user has been registered for a number of days \"Greater or Equal to\" or \"Less Than\" (depending on the \"Reputation Comparison Type\" you selected above) this number then the user will be promoted. This value will only be used if \"Date\" is included in the \"Promotion Strategy\" setting bellow.',6000),(6603,-1,'usergroup_updatepromotion_date_title','Days Registered',6000),(6604,-1,'usergroup_updatepromotion_joinusergroupid_text','If a user meets the criteria for this promotion then they will be made a member of this usergroup. Whether the user\'s primary group is changed or the membership is added as an additional usergroup depends on the \"Promotion Type\" above.',6000),(6605,-1,'usergroup_updatepromotion_joinusergroupid_title','Move User to Usergroup',6000),(6606,-1,'usergroup_updatepromotion_posts_text','This is the boundary value for post count that is used to determine if a user should be promoted.<br /><br />\r\n\r\nIf a user\'s post count is \"Greater or Equal to\" or \"Less Than\" (depending on the \"Reputation Comparison Type\" you selected above) this number then the user will be promoted. This value will only be used if \"Posts\" is included in the \"Promotion Strategy\" setting below.',6000),(6607,-1,'usergroup_updatepromotion_posts_title','Posts',6000),(6608,-1,'usergroup_updatepromotion_reputation_text','This is the boundary value for reputation level that is used to determine if a user should be promoted.<br /><br />\r\n\r\nIf a user\'s reputation level is \"Greater or Equal to\" or \"Less Than\" (depending on the \"Reputation Comparison Type\" you selected above) this number then the user will be promoted. This value will only be used if \"Reputation\" is included in the \"Promotion Strategy\" setting bellow.',6000),(6609,-1,'usergroup_updatepromotion_reputation_title','Reputation Level',6000),(6610,-1,'usergroup_updatepromotion_reputationtype_text','This is the comparison operator that is used for the numbers entered below.<br /><br />\r\n\r\nFor example, if you want to promote based on reputation level then you would set a reputation level in the field below and set the comparison operator to \"Greater or Equal to.\" Then when a user reaches the specified minimum reputation level they will be promoted. On the other hand, if you want to demote based on reputation level then you would set a low reputation level in the field below and set the comparison operator to \"Less Than.\" Then when a user loses enough reputation points to have a reputation level below the number specified they will be demoted.',6000),(6611,-1,'usergroup_updatepromotion_reputationtype_title','Reputation Comparison Type',6000),(6612,-1,'usergroup_updatepromotion_strategy_text','Select which of the above conditions must be true for this promotion to be invoked. Conditions inside parenthesis are evaluated first.<br /><br />\r\n\r\nFor example, if these are your settings:<br /><br />\r\n\r\nReputation Comparison Type = Greater or Equal to<br />\r\nReputation Level = 1000<br />\r\nDays Registered = 30<br />\r\nPosts = 100<br />\r\nPromotion Strategy = Posts and (Reputation or Date)<br /><br />\r\n\r\n...and the user has 1100 reputation, has been registered for 20 days, and has 150 posts then they would be promoted because:<br /><br />\r\n\r\nPosts: 150 >= 100 (true)<br />\r\nReputation: 1100 >= 1000 (true)<br />\r\nDate: 20 >= 30 (false)<br /><br />\r\n\r\n...and so using the \"Posts and (Reputation or Date)\" promotion strategy:<br /><br />\r\n\r\ntrue and (true or false)<br />\r\n= true and (true)<br />\r\n= true',6000),(6613,-1,'usergroup_updatepromotion_strategy_title','Promotion Strategy',6000),(6614,-1,'usergroup_updatepromotion_text','This page allows you to add / edit a promotion. Fill in / update the settings below and click the \"Save\" button to continue. Please see the individual help topics below if you need help with specific options.',6000),(6615,-1,'usergroup_updatepromotion_title','Add / Edit Promotion',6000),(6616,-1,'usergroup_updatepromotion_type_text','Which promotion type to select depends on how you have your groups and permissions configured. Generally speaking, if the promotion involves just a few changes to permissions and settings then it is easier to setup a new usergroup that grants the new permissions and settings, and then to have the promotion add membership to that group as an \"Additional Usergroup.\" If the promotion involves lots of changes then a \"Primary Usergroup\" change may be called for.',6000),(6617,-1,'usergroup_updatepromotion_type_title','Promotion Type',6000),(6618,-1,'usergroup_updatepromotion_usergroupid_text','Select the usergroup to which you want this promotion to apply. A user must be a member of this usergroup if they are to be considered for this promotion.',6000),(6619,-1,'usergroup_updatepromotion_usergroupid_title','Usergroup',6000),(6620,-1,'usergroup_viewjoinrequests_text','This page allows you to moderate join requests for your custom groups. Select a custom group from the menu at the top and click the \"Go\" button to view that group\'s join requests. Next select an action to take for each join request (accept, deny, or ignore).<br /><br />\r\n\r\nAccepting a join request removes the request from this moderation queue and adds the user to the selected group. Denying a join request does exactly that. Ignoring a join request leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to accept, deny, or ignore all join requests then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nUsergroup leaders can also moderate these join requests from the <a href=\"../profile.php?do=editusergroups\" target=\"_blank\">Group Memberships</a> section of their User CP.',6000),(6621,-1,'usergroup_viewjoinrequests_title','Join Requests',6000),(6622,-1,'usertitle_add_edit_minposts_text','This is the minimum number of posts a user needs to get the title specified above. When a user reaches this many posts their title will be changed to the title specified above.',6000),(6623,-1,'usertitle_add_edit_minposts_title','Minimum Posts',6000),(6624,-1,'usertitle_add_edit_title_text','This is the title that will be given to a user that reaches the minimum post count specified below.',6000),(6625,-1,'usertitle_add_edit_title_title','Title',6000),(6626,-1,'usertitle_add_text','Here you can add a new user title based on minimum post count. When a user reaches the specified minimum post count their title will be changed.',6000),(6627,-1,'usertitle_add_title','Add New User Title',6000),(6628,-1,'usertitle_add_title_text','This is the text that will be displayed under the user\'s name once they reach the specified number of posts.',6000),(6629,-1,'usertitle_add_title_title','Title',6000),(6630,-1,'usertitle_edit_text','Here you can edit an existing user title. When a user reaches the specified minimum post count their title will be changed.',6000),(6631,-1,'usertitle_edit_title','User Title',6000),(6632,-1,'usertitle_modify_text','Here you can specify user titles based on post count. When a user reaches the specified minimum post count their title will be changed. User titles are displayed in profiles and in posts.<br /><br />\r\n\r\nClick the \"Add New User Title\" button to create a new user title. Below is a list of existing user titles. To the right of each user title there is a menu with an \"Edit\" and \"Delete\" option. Select the \"Edit\" option to edit the title itself and the minimum post count required to get that title. Select the \"Delete\" option to delete that title all together.',6000),(6633,-1,'usertitle_modify_title','User Title Manager',6000),(6634,-1,'usertitle_remove_text','This is a confirmation that you want to delete this title. Click the \"Yes\" button to perform the deletion. This action cannot be undone.',6000),(6635,-1,'usertitle_remove_title','Delete Title',6000),(6636,-1,'usertitle_text','<b>User Titles:</b><br />\r\nUser titles are an indication of status on the forums and are displayed below names in posts. vBulletin\'s user title system is fairly straight forward. You can use the <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a> to create a ladder of user titles based on post count.<br /><br />\r\n\r\nNote that if a user\'s usergroup has a \"User Title\" specified (see the <a href=\"usergroup.php?do=modify\" target=\"_blank\">Usergroup Manager</a>) then that user will have their usergroup\'s title instead of the ladder of titles in the <a href=\"usertitle.php?do=modify\" target=\"_blank\">User Title Manager</a>.',6000),(6637,-1,'usertitle_title','About User Titles',6000),(6638,-1,'usertools_doips_depth_text','A depth setting of 1 will only return the results of the specified search. A depth setting of 2 will return the results of the specified search, as well as running a search on each of the results.\r\n<br /><br />For example:<br /><br />\r\nA search on 127.0.0.1 with a depth of 1 returns \"Freddie\" and \"Scott\". A search on 127.0.0.1 with a depth setting of 2 returns \"Freddie\" and \"Scott\", as well as returning all of the ip addresses used by \"Freddie\" and \"Scott\".',6000),(6639,-1,'usertools_doips_depth_title','Search Depth',6000),(6640,-1,'usertools_doips_ipaddress_text','Enter an IP address to search for. You may enter a full IP address (*.*.*.*) or a partial IP address (* or *.* or *.*.* or *.*.*.*).<br /><br /><dfn><b>Note :</b> If you have a large post table, this process may lock or take an exceedingly long time to complete.</dfn>',6000),(6641,-1,'usertools_doips_ipaddress_title','Find Users by IP Address',6000),(6642,-1,'usertools_doips_text','Here you can match IP addresses to usernames and usernames to IP addresses.',6000),(6643,-1,'usertools_doips_title','Search IP Addresses',6000),(6644,-1,'usertools_doips_username_text','Enter the username of a member to search for their IP addresses.',6000),(6645,-1,'usertools_doips_username_title','Find IP Addresses for user',6000),(6646,-1,'usertools_domerge_text','This page is a confirmation that you want to merge these two users. Please confirm the correct information below and click \"Yes\" button to continue.',6000),(6647,-1,'usertools_domerge_title','Confirm Merge',6000),(6648,-1,'usertools_gethost_text','Here you can view the hostname of the IP address in question.',6000),(6649,-1,'usertools_gethost_title','Get Host',6000),(6650,-1,'usertools_merge_destuser_text','Enter the username of the destination user. This user will inherit the posts, threads, calendar events, private messages, post count, reputation, buddylist and ignorelist of the source user. The destination user\'s permissions will remain the same.',6000),(6651,-1,'usertools_merge_destuser_title','Destination Username',6000),(6652,-1,'usertools_merge_sourceuser_text','Enter the username of the source user. This user\'s posts, threads, calendar events, private messages, post count, reputation, buddylist and ignorelist will be written over to the destination user\'s account. The source user\'s permissions will be thrown out in favor of the destination user\'s permissions.',6000),(6653,-1,'usertools_merge_sourceuser_title','Source Username',6000),(6654,-1,'usertools_merge_text','Here you can combine two users into one. Possible applications include consolidating a user\'s posts, threads, etc who has used multiple accounts.',6000),(6655,-1,'usertools_merge_title','Merge Users',6000),(6656,-1,'usertools_pmfolderstats_text','This is a report showing this user\'s private message folders and the number of private messages in each folder.',6000),(6657,-1,'usertools_pmfolderstats_title','Private Message Stats',6000),(6658,-1,'usertools_pmstats_text','Here you search for users with <i>X</i> number of private messages.',6000),(6659,-1,'usertools_pmstats_title','Private Message Statistics',6000),(6660,-1,'usertools_pmuserstats_text','This is a list of all users with <i>X</i> number of private messages stored.',6000),(6661,-1,'usertools_pmuserstats_title','Users with <i>X</i> number of PMs Stored',6000),(6662,-1,'usertools_referrers_enddate_text','Enter an end date for the report here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute. The report will return all referral information from the start date to the end date.',6000),(6663,-1,'usertools_referrers_enddate_title','End Date',6000),(6664,-1,'usertools_referrers_startdate_text','Enter a start date for the report here. Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute. The report will return all referral information from the start date to the end date.',6000),(6665,-1,'usertools_referrers_startdate_title','Start Date',6000),(6666,-1,'usertools_referrers_text','Here you can create a report showing the referrals over a certain time period.\r\n<br /><br />\r\nThe referrer system system can be toggled <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\"><b>here</b></a>. Referrals are not logged while the referrer system is off.',6000),(6667,-1,'usertools_referrers_title','Referrals',6000),(6668,-1,'usertools_removepms_text','Click the \"Yes\" button below to remove this user\'s private messages. This action cannot be undone!',6000),(6669,-1,'usertools_removepms_title','Remove User\'s PMs',6000),(6670,-1,'usertools_removesentpms_text','Click the \"Yes\" button below to remove all private messages sent by this user. This will delete private messages from this user that are in other members\' inboxes. This action cannot be undone!',6000),(6671,-1,'usertools_removesentpms_title','Remove User\'s Sent PMs',6000),(6672,-1,'usertools_removesubs_text','Click the \"Yes\" button below to remove this user\'s thread subscriptions. If this user\'s subscriptions are removed, they will no longer receive notifications of new replies in subscribed threads. This action cannot be undone!',6000),(6673,-1,'usertools_removesubs_title','Remove User\'s Subscriptions',6000),(6674,-1,'usertools_showreferrals_text','This is a list of all referrals for this user from the specified start date to the specified end date.',6000),(6675,-1,'usertools_showreferrals_title','Show Referrals',6000),(6676,-1,'usertools_showreferrers_text','This is a report showing all referrers from the specified start date to the specified end date. Click on the usernames below to see each referral for that person.',6000),(6677,-1,'usertools_showreferrers_title','Show Referrers',6000),(6678,-1,'usertools_text','<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&option=\">Access Masks</a><br /><br />\r\n\r\n<b>User Tools:</b><br />\r\nThe user tools pages in the Users tab of the Admin CP provide you with the ability to merge users, view and manage private messages, view referral information, and search user IP addresses.<br /><br />\r\n\r\nThe ability to merge users can be very useful when dealing with users who have multiple accounts. The \"Merge Users\" feature literally signs over all of a user\'s posts, private messages, etc to another user account. You can see the \"Merge Users\" page <a href=\"usertools.php?do=merge\" target=\"_blank\">here</a>.<br /><br />\r\n\r\nYou can view your forum\'s private message statistics <a href=\"usertools.php?do=pmstats\" target=\"_blank\">here</a>. This section allows you to view private message statistics for your users according to how many private messages they have stored. You are also given the option to delete a user\'s private messages from this section of the Admin CP.<br /><br />\r\n\r\nIf you have referrals enabled in your <a href=\"options.php?dogroup=register&do=options\" target=\"_blank\">vBulletin options</a> then users will be able to link to your forums using their referral id to get credit for referring users to your forums. You can run a report showing referrals on your forums on the <a href=\"usertools.php?do=referrers\" target=\"_blank\">Referrals</a> page. This is useful in seeing which users are referring people to your forums.<br /><br />\r\n\r\nLastly, you can search for users based on IP address or search for IP addresses based on a username on the <a href=\"usertools.php?do=doips\" target=\"_blank\">Search IP Addresses</a> page. vBulletin logs the IP addresses of users who visit your forum. Everyone on the internet has an IP address. Some internet services assign a new IP address every time a user connects, while some assign just one IP address. Users with dynamic IPs can be more elusive than those with static IPs, but either way, IP addresses can be used to identify and target users. Possible applications for searching for IP addresses include identifying other accounts of a person who has a specific IP address and <a href=\"options.php?dogroup=banning&do=options\" target=\"_blank\">IP banning</a> problem users.',6000),(6679,-1,'usertools_title','About User Tools',6000),(6680,-1,'vb_announce_explain','What are announcements?',7000),(6681,-1,'vb_attachment_explain','What Are Attachments?',7000),(6682,-1,'vb_avatar_how','How do I get a picture under my username?',7000),(6683,-1,'vb_board_search','Can I search the forum?',7000),(6684,-1,'vb_board_usage','General Forum Usage',7000),(6685,-1,'vb_buddy_explain','What are the buddy and ignore lists?',7000),(6686,-1,'vb_calendar_how','How do I use the calendar?',7000),(6687,-1,'vb_censor_explain','Why have some of the words in my post been blanked',7000),(6688,-1,'vb_clear_cookies','How do I clear my cookies?',7000),(6689,-1,'vb_custom_status','How do I add a custom status to my profile?',7000),(6690,-1,'vb_edit_posts','Can I edit my own posts?',7000),(6691,-1,'vb_email_member','Can I send email to other members?',7000),(6692,-1,'vb_email_notification','What is email notification?',7000),(6693,-1,'vb_faq','vBulletin FAQ',7000),(6694,-1,'vb_lost_password','I lost my password, what can I do?',7000),(6695,-1,'vb_memberlist_how','How do I use the Member List?',7000),(6696,-1,'vb_message_icons','What are message icons?',7000),(6697,-1,'vb_moderator_explain','What Are Moderators?',7000),(6698,-1,'vb_pm_explain','What is Private Messaging?',7000),(6699,-1,'vb_poll_explain','How do I create and vote in polls?',7000),(6700,-1,'vb_read_and_post','Reading and Posting Messages',7000),(6701,-1,'vb_referrals_explain','What are referrals?',7000),(6702,-1,'vb_rss_syndication','Where can I find the RSS feed?',7000),(6703,-1,'vb_sig_explain','What is the signature for?',7000),(6704,-1,'vb_smilies_explain','What are smilies?',7000),(6705,-1,'vb_special_codes','Are there any special codes/tags I can use to markup my posts?',7000),(6706,-1,'vb_thread_rate','How do I rate a thread?',7000),(6707,-1,'vb_threadedmode','What are the various thread display options?',7000),(6708,-1,'vb_update_profile','How can I change the information in my profile?',7000),(6709,-1,'vb_use_cookies','Does this forum use cookies?',7000),(6710,-1,'vb_user_maintain','User Maintenance',7000),(6711,-1,'vb_vbcode_toolbar','Code Buttons and Clickable Smilies',7000),(6712,-1,'vb_why_register','Why should I register?',7000),(6713,-1,'vb_announce_explain','<p>Announcements are special messages posted by the administrator or moderators. They are designed to be a simple one-way communication with the users. If you wish to discuss announcements, you will have to create a new thread in the forum, since you cannot reply to announcements.</p>\r\n',8000),(6714,-1,'vb_attachment_explain','<p>The administrator may allow you to use the attachment feature of this forum, which gives you the ability to attach files of certain types to your posts. This could be an image, a text document, a zip file etc. There will be a limit to the file size of any attachments you make, as the forums should not be used as an extension of your hard disk!</p>\r\n<p>To attach a file to a new post, simply click the [Browse] button at the bottom of the post composition page, and locate the file that you want to attach from your local hard drive.</p>\r\n<p>Only certain types of files may be attached: these are the valid file extensions for files to be attached to this forum: $attachtypes[extensions].</p>\r\n<p>After posting, the attachment will show up in the body of your message. To view the contents of the attachment (if it is not already displayed) simply click the filename link that appears next to the attachment icon <img src=\" $stylevar[imgdir_attach]/attach.gif\" />.</p>',8000),(6715,-1,'vb_avatar_how','These small images are called Avatars. They are displayed below your username on all posts that you make. There are two kinds of avatars: those provided by the administrator and those that you upload yourself.<br />\r\n<br />\r\nIf the administrator has provided a set of avatars, and avatars are enabled, you may select an avatar that best describes your personality.<br />\r\n<br />\r\nThe administrator may also have enabled custom avatars, which allows you to upload an avatar image from your computer.<br />\r\n<br />\r\nFor more information about avatars, click <a href=\"misc.php?$session[sessionurl]do=showavatars\">here</a>.',8000),(6716,-1,'vb_board_search','<p>You can search for posts based on username, word(s) in the post or just in the subject, by date, and only in particular forums.</p>\r\n<p>To access the search feature, click on the \"search\" link at the top of most pages.</p>\r\n<p>You can search any forum that you have permission to search - you will not be allowed to search through private forums unless the administrator has given you the necessary security rights to do so.</p>',8000),(6717,-1,'vb_board_usage','',8000),(6718,-1,'vb_buddy_explain','The buddy list is used to keep track of the friends you have made on this forum. By going to your \"My vB Home\", you\'ll be able to see which of your friends are currently online, and be able to send them a private message. Adding people to your buddy list also allow you to send private messages to multiple forum members at the same time. You may add any member of the forums to your buddy list by clicking this button in a member\'s posts.<br />\r\n<br />\r\nIgnore lists are used for those people who\'s messages you wish not to read. By adding someone to your ignore list, those messages posted by these individuals will be hidden when you read a thread.',8000),(6719,-1,'vb_calendar_how','<p>The calendar functions in a way similar to the forums in that there can be multiple calendars. One calendar could hold just events that you are able to see, while another may list birthdays.</p>\r\n<p>There are two types of events on the <a href=\"calendar.php?$session[sessionurl]\">calendar</a>: normal events and recurring events.</p>\r\n<p><b>Normal Events</b> span the time frame from when the event starts until the event ends.</p>\r\n<p><b>Recurring Events</b> repeat over a set period of time based on certain criteria. Examples would be an event that occurs on the first Monday of every month and an event that occurs every Monday and Wednesday.</p>\r\n<p>The administrator <i>may</i> have enabled registered members to post events, but usually this is not the case. You can most likely post your own private events that are only viewable to you.</p>\r\n<p><b>Birthdays</b> may be shown on the calendar if the administrator has enabled this feature. Your birthday will automatically be shown on the calendar if you have entered the date of your birthday in your <a href=\"profile.php?$session[sessionurl]do=editprofile\">profile</a>. Note: if you do not enter the year of your birth when you edit your profile, your age will not be shown on the calendar.</p>\r\n<p>If you enter your birthday, your name will also appear on the <a href=\"$vboptions[forumhome].php?$session[sessionurl]\">main forum page</a> when it is your birthday.</p>',8000),(6720,-1,'vb_censor_explain','<p>Certain words may have been censored by the administrator. If your posts contain any censored words, they will be blanked-out like this: ****.</p>\r\n<p>The same words are censored for all users, and censoring is done by a computer simply searching and replacing words. It is in no way \'intelligent\'.</p>\r\n',8000),(6721,-1,'vb_clear_cookies','You may clear all your cookies by clicking <a href=\"login.php?do=logout&u=$bbuserinfo[userid]\">here</a>. If you return to the main index page via the link provided and you are still logged in, you may have to remove your cookies manually.<br />\r\n<br />\r\nHere are the instructions for Internet Explorer 5 on Windows:\r\n\r\n<ol>\r\n <li>Close all Internet Explorer windows.</li>\r\n <li>Click the \"Start\" button.</li>\r\n <li>Move up to \"Find\" and click \"Files or Folders\" from the menu that appears.</li>\r\n <li>In the new window that appears, in the \"containing text\" field, type in the domain name of the forum without the \"http://\" or \"www.\" part. For example, if the forums\' address was \"http://www.yourdomain.com/forum/index.php\", I would type in \"yourdomain.com\" (without the quotes)</li>\r\n <li>In the \"look in\" box, type in \"C:\\Windows\\Cookies\\\" (without the quotes) and press \"Find Now\"</li>\r\n <li>After it has finished searching, highlight all files (click a file, then press CTRL+A) and delete them (press the \"delete\" key or SHIFT+DEL)</li>\r\n</ol>\r\n\r\nYour cookies should now be removed. You may want to restart the computer and revisit the forums to be sure.',8000),(6722,-1,'vb_custom_status','If the administrator has enabled custom status titles, then you can specify the text you want to display by editing your profile and entering the text you want in the Custom User Text field.\r\n',8000),(6723,-1,'vb_edit_posts','<p>If you have registered, you will be able to edit and delete your posts. Note that the administrator can disable this ability as he desires. Your ability to edit your posts may also be time-limited, depending on how the administrator has set up the forum.</p>\r\n<p>To edit or delete your posts, click the <img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/edit.gif\" alt=\"$vbphrase[edit_delete_message]\" border=\"0\" /> button by the post you want to edit. If your post was the first in the thread, then deleting the post may result in the removal of the entire thread.</p>\r\n<p>After you have made your modifications, a note may appear, which notifies other users that you have edited your post. Administrators and moderators may also edit your messages but this note may not appear when they do so.</p>',8000),(6724,-1,'vb_email_member','<p>Yes! To send an email to another member, you can either locate the member you want to contact on the <a href=\"memberlist.php?$session[sessionurl]\">member list</a>, or click the <img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/email.gif\" alt=\"Email\" /> button on any post made by that member.</p>\r\n <p>This will usually open a page that contains a form where you can enter your message. When you have finished typing your message, press the [send email] button and your message will be sent instantly. Note that for privacy reasons, the email address of the recipient is not revealed to you during this process.</p>\r\n <p>Note that if you can not find an email button or link for a member, it either means that the administrator has disabled email functions for this forum, or that the member in question has specified that they do not wish to receive email from other members of the forum.</p>\r\n <p>Another useful email function is the ability to send a friend a link to a thread you think they may find interesting. Whenever you view a thread, you will find a link somewhere on the page which will allow you to send a brief message to anyone you like. Your referrerid is added to the link you send, so if your friend registers on this forum as a result of viewing the link you sent to them, your referrals total will automatically be credited!</p>\r\n <p>Registered members may also be able to send messages to other members of this forum using the <a href=\"private.php?$session[sessionurl]\">private messaging</a> system. For more information about private messaging, <a href=\"#faq_vb_pm_explain\">click here</a>.</p>',8000),(6725,-1,'vb_email_notification','<p>If you post a new thread, or reply to an existing thread, you can choose to be notified by email when someone else replies to that thread. You can also choose to receive email notifications of new posts in a thread without posting in that thread, by clicking the \'Subscribe to this thread\' link displayed in the thread page.</p>\r\n<p>If you choose to stop receiving email notifications from a thread, you can turn off the option by either editing your post, or by unsubscribing from the thread <a href=\"subscription.php?$session[sessionurl]do=viewsubscription\">here</a>.</p>\r\n<p>Only registered users may receive email notification, and they can set whether they want to receive email notification by default by editing their <a href=\"profile.php?$session[sessionurl]do=editoptions\">options</a>.</p>\r\n<p>Email notification is also referred to as \'Thread Subscription\'.</p>',8000),(6726,-1,'vb_faq','',8000),(6727,-1,'vb_lost_password','If you forget your password, you can click on the \'Forgotten Your Password\' link on any page that requires you to fill in your password.<br />\r\n<br />\r\nThis will bring up a page where you should enter your registered email address, and an email will be sent to that address instantly, with instructions for resetting your password.',8000),(6728,-1,'vb_memberlist_how','<p>The <a href=\"memberlist.php?$session[sessionurl]\">member list</a> contains a complete list of all the registered members of this forum. You can view the member list ordered alphabetically by username, by the date that the member joined the forum, or by the number of posts the members have made.</p>\r\n<p>The member list also has a <a href=\"memberlist.php?$session[sessionurl]do=search\">search function</a>, which allows you to quickly locate members according to categories you specify, such as searching for all members who have joined in the past week etc.</p>\r\n',8000),(6729,-1,'vb_message_icons','<p>The administrator may have enabled message icons for new threads, posts and private messages. Message icons allow you to specify a small icon to accompany your posting, which is used to convey the emotion or content of a post at a glance. If you do not see a list of message icons when you are composing your message or post, the administrator has disabled the option.</p>\r\n',8000),(6730,-1,'vb_moderator_explain','<p>Moderators oversee specific forums. They generally have the ability to edit and delete posts, move threads, and perform other manipulations. Becoming a moderator for a specific forum is usually rewarded to users who are particularly helpful and knowledgeable in the subject of the forum they are moderating.</p>\r\n',8000),(6731,-1,'vb_pm_explain','<p>If the administrator has enabled the <a href=\"private.php?$session[sessionurl]\">Private Messaging</a> system, registered members may send each other private messages.</p>\r\n<p><b>Sending Private Messages</b></p>\r\n<p>Private messages work a little like email, but are limited to registered members of this forum. You may be able to include vB Code, smilies and images in private messages that you send.</p>\r\n<p>You may send a private message to a member of this forum by clicking the \'<a href=\"private.php?$session[sessionurl]do=newpm\">Send A Private Message</a>\' link in the private messaging section of your user control panel, or by clicking the <img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sendpm.gif\" alt=\"Send Private Message\" /> button in a member\'s posts.</p>\r\n<p>When you send a message, you have the option to save a copy of the message in your Sent Items folder.</p>\r\n<p><b>Private Message Folders</b></p>\r\n<p>By default, you will have two folders in your private message area. These are the Inbox and the Sent Items folders.</p>\r\n<p>The <a href=\"private.php?$session[sessionurl]\">Inbox</a> folder contains any new messages you receive, and allows you to view all the messages you have received, along with the name of the person who sent the message to you, and the date and time the message was sent.</p>\r\n<p>The <a href=\"private.php?$session[sessionurl]folderid=-1\">Sent Items</a> folder contains a copy of any messages that you have sent, where you have specified that you wish to keep a copy of the message for future reference.</p>\r\n<p>You may create additional folders for your messages by clicking the \'<a href=\"private.php?$session[sessionurl]do=editfolders\">Edit Folders</a>\' link.</p>\r\n<p>Each folder has a set of message controls which allow you to select messages, then either move them to one of your custom folders, or delete them completely. You may also have a button which allows you to forward multiple messages from a folder to another member of the forum.</p>\r\n<p>You will need to periodically delete old messages, as the administrator has probably set a limit to the number of private messages you can have in your folders. If you exceed the number of messages specified by the administrator, you will not be able to send or receive new messages until you delete some old messages.</p>\r\n<p>Whenever you read a message, you will have the option to reply to the message, or forward that message to another member of the forum. You may also have the ability to forward that message to multiple members of your buddy list.</p>\r\n<p><b>Message Tracking</b></p>\r\n<p>When you send a new private message, you may have the option to request a read-receipt for that message. This will allow you to check whether or not a message has been read by its recipient by viewing the <a href=\"private.php?$session[sessionurl]do=trackpm\">Private Message Tracking</a> page.</p>\r\n<p>This page is divided into two sections: unread messages and read messages.</p>\r\n<p>The <b>unread messages</b> section shows all messages that you have sent with a read-receipt request, that have not yet been read by their recipient. The time of the last activity of the message recipient is also shown. Messages in this section can be cancelled if you decide that their contents are no longer relevant, or for any other reason. Cancelled messages can also be restored to active status if the administrator has enabled this feature.</p>\r\n<p>The <b>read messages</b> section shows all messages you have sent with a receipt request that have been read and acknowledged by their recipient. The time that the message was read is also shown.</p>\r\n<p>You may choose to end the tracking on any message you choose by selecting the message and clicking the [end tracking] button.</p>\r\n<p>When you receive a message with a read-receipt request, you may have the option to read the message while denying the read-receipt request. To do this, simply click the \'deny receipt\' link rather than the title of the message, if it appears.</p>',8000),(6732,-1,'vb_poll_explain','<p>You may notice that some threads on this forum also include a section where you can vote on an issue or question. These threads are called \'polls\' and this is how to create them:</p>\r\n<p><b>Creating a new poll</b></p>\r\n<p>When you post a new thread, you may have the option to also create a poll.</p>\r\n<p>This function allows you to ask a question and specify a number of possible responses. Other members will then be able to vote for the response they wish, and the results of the voting will be displayed in the thread.</p>\r\n<p>An example poll might be:</p>\r\n<blockquote>\r\n <p>What is your favorite color?</p>\r\n <ol>\r\n <li>Red</li>\r\n <li>Blue</li>\r\n <li>Yellow</li>\r\n <li>Green</li>\r\n <li>Sky-blue pink with yellow spots</li>\r\n </ol>\r\n</blockquote>\r\n<p>To create a poll when you post a new thread, simply click the \'Yes! post a poll\' checkbox at the bottom of the page, and set the number of possible responses you want to include.</p>\r\n<p>When you click the submit button, you will be taken to the poll creation page, where you can specify the question and the list of responses you want to include.</p>\r\n<p>You may also want to specify a time limit for the poll, so that (for example) it only stays open for voting for a week.</p>\r\n<h5>Voting in and viewing a poll</h5>\r\n<p>To vote in a poll, simply select which option you want to vote for, and click the [Vote!] button. You may view the current results for a poll before you vote by clicking the \'View Results\' link. Voting in a poll is entirely optional. You may vote for any of the available options, or cast no vote at all.</p>\r\n<p>Generally, once you have voted in a poll, you will not be able to change your vote later, so place your vote carefully!</p>\r\n',8000),(6733,-1,'vb_read_and_post','',8000),(6734,-1,'vb_referrals_explain','<p>The administrator may have enabled referrals, which allows you to be credited for any new users you invite to the forum.</p>\r\n<p>You gain referrals by promoting $vboptions[bbtitle] using your unique referral link. The link you should use as your referral link is this:</p>\r\n<p><i><a href=\"$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]\">$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]</a></i></p>\r\n<p>Each time someone follows this link to $vboptions[bbtitle] and registers as a new member, your referral count will be incremented by one. The number of referrals you have can be viewed in your <a href=\"member.php?$session[sessionurl]do=getinfo&userid=$bbuserinfo[userid]\">profile</a>.</p>\r\n<p>Your administrator will have more information on any prizes or rewards that may be given out for referrals. Please be courteous when promoting $vboptions[bbtitle] by not spamming other web sites with your referral link just to gain referrals.</p>',8000),(6735,-1,'vb_rss_syndication','<p>The administrator may have enabled RSS syndication, this allows you to view newly created threads in guest viewable forums without visiting the board.</p>\r\n\r\n<p>The feeds are currently provided in two formats, RSS and RSS v2. The differences are as follows:</p>\r\n<ul>\r\n<li><strong>RSS 0.91</strong> - This feed is based on a standard written by netscape and provides a link and the title of the thread.<br /><i>$vboptions[bburl]/external.php?type=rss</i></li>\r\n<li><strong>RSS 2.0</strong> - This feed contains title, author, date and the contents of the first post of the thread.<br /><i>$vboptions[bburl]/external.php?type=rss2</i></li>\r\n</ul>\r\n<p>To add this to MyYahoo click <a href=\"http://e.my.yahoo.com/config/promo_content?.module=ycontent&.url=$vboptions[bburl]/external.php?type=rss2\">here</a>.</p>\r\n\r\n<p>The forums to which this applies can also be limited to specific guest viewable forums by adding another paramater to the URL containing the forumids as follows:<br />\r\n<i>$vboptions[bburl]/external.php?type=rss2<b>&forumids=123</b></i><br /><br />\r\nIf you would like the content to be generated for multiple forums you can seperate the forumids by commas.</p>',8000),(6736,-1,'vb_sig_explain','After you have registered, you may set your signature. This is a piece of text that you would like to be inserted at the end of all your posts, a little like having headed note paper.<br />\r\n<br />\r\nIf the administrator has enabled signatures, then you will have the option to include your signature on any posts you make. If you have specified a signature, then the forum will automatically append your signature to any messages you post. You can disable signatures on a per-post basis by un-ticking the \'Show Signature\' checkbox when you compose your message.<br />\r\n<br />\r\nYou may turn the signature on and off on posts you have already made by editing the post and altering the state of the \'Show Signature\' option.<br />\r\n<br />\r\nYou can set your signature by editing your profile.',8000),(6737,-1,'vb_smilies_explain','<p>Smilies are small graphical icons which you can insert into your messages to convey an emotion or feeling, such as a joke or embarrassment. For example, if you entered a sarcastic comment, rather than type \'that was a joke\', you could simply insert the \'wink\' smilie.</p>\r\n<p>If you have used email or internet chat systems, you will probably be familiar with the concept of smilies already. Certain combinations of text characters are converted into smilies. For example,<b>:) </b>is converted into a smiling face. To understand smilie codes, tilt your head to the left and look at the text: you will see that <b>:) </b>represents two eyes and a smiling mouth.</p>\r\n<p>For a list of the smilies currently used by this forum, <a href=\"misc.php?$session[sessionurl]do=showsmilies\"><b>click here</b></a>.</p>\r\n<p>On occasions, you may want to prevent the text in your message being converted into smilies. You will see a checkbox which you can select when you make a new post, which will allow you to \'Disable Smilies\'.</p>',8000),(6738,-1,'vb_special_codes','<p>For the most part, your posts will contain plain text, but on occasions, you may want to emphasize certain words or phrases by making them (for example) bold or italic.</p>\r\n<p>Depending on the rules of the forum, you may use HTML code to produce these effects. However, more often than not, the administrator will have disabled HTML code, and opted instead to use vB Code: a special set of tags which you can use to produce the most popular text-effects. vB code has the advantage that it is very simple to use, and is immune to malicious javascripts and page layout disruption.</p>\r\n<p>You may also find that the administrator has enabled <b>smilies</b>, which allow you to use small icons to convey emotion, and the <b>[img]</b> code, which allows you to add pictures to your message.</p>\r\n<p>For more information about vB code, <a href=\"misc.php?do=bbcode\"><b>click here</b></a>.</p>',8000),(6739,-1,'vb_thread_rate','<p>You may find a small menu on thread pages which allows you to \'rate this thread\' with a number between 1-5.</p>\r\n<p>Casting a vote for threads you view is entirely optional, but if you think that the thread is superb, you might rate it as a 5-star thread, or if you think that it\'s unspeakably dismal, you might choose to rate the thread with a single star.</p>\r\n<p>Once enough votes have been cast for the thread rating, you may see a set of stars appear with the title of the thread in the thread listings. These stars reflect the average vote cast, and can allow you to quickly see which threads are worth reading if you are on a very busy forum with a lot of threads.</p>\r\n',8000),(6740,-1,'vb_threadedmode','When viewing a thread, you will be able to view the thread from a choice of four modes.<br /><br />\r\n\r\n<ol>\r\n<li><b>Linear Mode (Oldest First)</b> - In this mode, posts are displayed chronologically from oldest to newest. Posts are shown in a flat mode so that many posts can be viewed simultaneously.</li>\r\n<li><b>Linear Mode (Newest First)</b> - This is the same as the above mode, except that posts are ordered in an opposite way (newest first).</li>\r\n<li><b>Threaded Mode</b> - In this mode, a tree is shown along with every post. This tree allows you to see the relationship each post has to others, in terms of who responded to whom. Only one post is shown at a time.</li>\r\n<li><b>Hybrid Mode</b> - This mode is a mixture of the linear and threaded modes. The post tree is displayed like in the threaded mode, but multiple posts are displayed simultaneously like in the linear modes.</li>\r\n</ol>',8000),(6741,-1,'vb_update_profile','It is your responsibility to keep the information in your profile up-to-date. You should especially ensure that your email address is kept current. You can alter any of the fields in your profile, except your username. Once you have registered your username, it becomes yours for life. In extreme circumstances, you may request that the administrator change your username, but he or she will require a very good reason to do so.<br />\r\n<br />\r\nEdit your profile <a href=\"usercp.php?$session[sessionurl]\">here</a>.',8000),(6742,-1,'vb_use_cookies','The use of cookies on this forum is optional, but may enhance your experience of the site. Cookies are used to enable functions such as showing whether or not a thread or forum you are viewing has new posts since your last visit, or to automatically log you back in when you return to the site after being away for a while.\r\n\r\nWhen you register, you will be given the option to \'Automatically login when you return to the site\'. This will store your username and password in a cookie, stored on your computer. If you are using a shared computer, such as in a library, school or internet cafe, or if you have reason to not trust any other users that might use this computer, we do not recommend that you enable this.\r\n\r\nThis forum also gives you the option to use a cookie to track your current session, ensuring that you remain logged-on while browsing the site. If you choose not to store this information in a cookie, the session data will be sent through each link you click. Choosing not to use a cookie may cause problems if your computer\'s connection to the Internet uses a proxy-server and you share links with other users behind the same proxy. If in doubt, we recommend that you select \'yes\' to enable the cookie.\r\n\r\nAfter you have registered, you may alter your cookie options at any time by changing the settings on this page.',8000),(6743,-1,'vb_user_maintain','This section contains lots of information about maintaining your own user profile, avatars and browsing options etc.',8000),(6744,-1,'vb_vbcode_toolbar','<p>These controls allow you to quickly and easily enter vBcode into your posts and messages. To use them, simply click the appropriate buttons or select items from the lists to enter vBcode.</p>\r\n<p>There are two modes available: <i>normal</i> and <i>enhanced</i> mode.</p>\r\n<p>When using <i>normal</i> mode, pressing a button will pop-up a dialog for you to fill with text. It will then enter the text with the appropriate vB Code tags at the end of your message.</p>\r\n<p>When using <i>enhanced</i> mode, pressing a button will insert the appropriate STARTING tag for the code, leaving you to enter text into the message area. When you have finished the text and want to close the tag, simply press the <i>Close Current Tag</i> button (alt+c). You may also nest tags in enhanced mode, and then use the <i>Close All Tags</i> button (alt+x) to close all open markup. Please note that the \'close tag\' buttons only close tags that have been entered using the code buttons.</p>\r\n<p>To use the clickable smilies, simply click the smiley that you want to insert into your message, or click the <i>Show All Smilies</i> link (if available) to access the full list of smilies.</p>',8000),(6745,-1,'vb_why_register','In order to fully utilize the abilities of this forum, the administrator will probably require that you register as a member. Registration is free, and allows you to do the following:\r\n\r\n<ul>\r\n <li>Post new threads</li>\r\n <li>Reply to other peoples\' threads</li>\r\n <li>Edit your posts</li>\r\n <li>Receive email notification of replies to posts and threads you specify</li>\r\n <li>Send private messages to other members</li>\r\n <li>Enter events in the forum calendar</li>\r\n <li>Set up a \'buddy-list\' to quickly see which of your friends are currently online</li>\r\n</ul>\r\n\r\nTo register, you will need to specify a username and password, and a valid email address. Entering your email address will not leave you open to \'spam\', as you can choose to hide your email address, and messages sent to you via email do not reveal your address to the sender in any case. (To verify this, you can try sending an email message to another user.) The administrator may have configured the forum to send you the final part of the registration process by email, so ensure that the email address you provide is valid and working.<br />\r\n<br />\r\nIf you are under the age of 13, the administrator may require that a parent or guardian provides consent before allowing you to complete the registration process. More information about this is available during the registration process.',8000),(6746,-1,'a_user_may_not_refer_themself','A User May Not Refer Themself',9000),(6747,-1,'all_avatars_added','There are no further avatars to insert from this directory',9000),(6748,-1,'all_images_added','There are no further images to insert as {1} from this directory',9000),(6749,-1,'all_post_icons_added','There are no further post icons to insert from this directory',9000),(6750,-1,'all_smilies_added','There are no further smilies to insert from this directory',9000),(6751,-1,'all_templates_are_up_to_date','All Templates are up-to-date',9000),(6752,-1,'all_x_are_up_to_date','All {1} are up-to-date',9000),(6753,-1,'attachments_moved_to_the_database','Attachments Successfully Moved to the Database',9000),(6754,-1,'attachments_moved_to_the_filesystem','Attachments Successfully Moved to the Filesystem\r\n<br />\r\n<br />\r\nYou should now <a href=\"repair.php?$session[sessionurl]do=list\">Optimize</a> your <b>attachment</b> table to reclaim space that was used by the attachments that are no longer there.',9000),(6755,-1,'attachments_not_moved_to_the_filesystem','You have chosen to not finalize the attachment move to the filesystem. Your attachments are still in the database, from which they will be read from. You probably have left orphans files and directories in the path you specified to receive the attachments. You will need to manually clear these files if you wish to free up that space.',9000),(6756,-1,'avatar_path_and_url_updated','Avatar Path and URL updated. Please move any avatars into this new location.',9000),(6757,-1,'avatars_moved_to_the_database','Avatars Successfully Moved to the Database',9000),(6758,-1,'avatars_moved_to_the_filesystem','Avatars Successfully Moved to the Filesystem',9000),(6759,-1,'begin_date_after_end_date','The begin date can not fall after the end date.',9000),(6760,-1,'cant_add_usergroup_leader','You can\'t add a usergroup leader to the specified user group',9000),(6761,-1,'cant_de_admin_last_admin','You are trying to remove control panel access for the last administrative user.<br />\r\n<br />\r\nThis would lock you out of the control panel, so you can not proceed',9000),(6762,-1,'cant_delete_default_language','You may not delete or disable user access to the language you have set as the default language for your forum. If you want to delete or disable user access to this language, please set another language to be the default language first.',9000),(6763,-1,'cant_delete_default_style','The default style set within the vBulletin Options can not be deleted. Please change this before attempting to delete the style.',9000),(6764,-1,'cant_delete_first_style','You can not delete the first template set',9000),(6765,-1,'cant_delete_last_admin_group','You are about to remove the last group with control panel access. This would lock you out of the control panel - you can not proceed',9000),(6766,-1,'cant_delete_last_language','You can not delete the last language installed on your forum',9000),(6767,-1,'cant_delete_last_style','You are about to remove the last style that visitors are allowed to use. That would be bad - you can not proceed',9000),(6768,-1,'cant_delete_master_phrase','This phrase belongs to the Master Language. You may not delete it.',9000),(6769,-1,'cant_delete_usergroup','You are not authorized to delete this Usergroup',9000),(6770,-1,'cant_delete_x','You are not authorized to delete this {1}',9000),(6771,-1,'cant_overwrite_non_existent_language','Sorry, you can\'t overwrite a language that does not exist',9000),(6772,-1,'cant_overwrite_non_existent_style','Sorry, you can\'t overwrite a style that does not exist',9000),(6773,-1,'cant_overwrite_non_existent_x','Sorry, you can\'t overwrite a {1} that does not exist',9000),(6774,-1,'cant_parent_faq_item_to_child','You can\'t parent a FAQ item to one of its own children',9000),(6775,-1,'cant_parent_faq_item_to_self','You can\'t parent a FAQ item to itself',9000),(6776,-1,'cant_parent_forum_to_child','You can\'t parent a forum to one of its own children',9000),(6777,-1,'cant_parent_forum_to_self','You can\'t parent a forum to itself',9000),(6778,-1,'cant_parent_style_to_self','You can\'t parent a style to itself',9000),(6779,-1,'cant_parent_x_to_child','You can\'t parent a {1} to one of its own children',9000),(6780,-1,'cant_parent_x_to_self','You can\'t parent a {1} to itself',9000),(6781,-1,'cant_remove_last_avatar_category','You can not delete the last avatar category',9000),(6782,-1,'cant_remove_last_post_icon_category','You can not delete the last post icon category',9000),(6783,-1,'cant_remove_last_smilie_category','You can not delete the last smilie category',9000),(6784,-1,'cant_remove_last_x_category','You can not delete the last {1} category',9000),(6785,-1,'completed_database_backup_successfully','Completed Database Backup Successfully',9000),(6786,-1,'completed_search_successfully','Completed Search Successfully',9000),(6787,-1,'completed_x_successfully','Completed {1} Successfully',9000),(6788,-1,'could_not_find','Could not find {1} with {2} = {3}.',9000),(6789,-1,'could_not_find_user_x','Could not find user \'{1}\'',9000),(6790,-1,'deleted_access_masks_successfully','Deleted Access Masks Successfully',9000),(6791,-1,'deleted_announcement_successfully','Deleted Announcement Successfully',9000),(6792,-1,'deleted_attachment_successfully','Deleted Attachment Successfully',9000),(6793,-1,'deleted_attachment_type_successfully','Deleted Attachment Type Successfully',9000),(6794,-1,'deleted_attachments_successfully','Deleted Attachments Successfully',9000),(6795,-1,'deleted_avatar_successfully','Deleted Avatar Successfully',9000),(6796,-1,'deleted_calendar_permissions_successfully','Deleted Calendar Permissions Successfully',9000),(6797,-1,'deleted_calendar_successfully','Deleted Calendar Successfully',9000),(6798,-1,'deleted_category_successfully','Deleted Category Successfully',9000),(6799,-1,'deleted_custom_field_successfully','Deleted Custom Field Successfully',9000),(6800,-1,'deleted_duplicate_threads_successfully','Deleted Duplicate Threads Successfully.<br /><br />It is recommended that you <a href=\"misc.php?do=chooser\">Rebuild Forum Information</a> now.',9000),(6801,-1,'deleted_faq_item_successfully','Deleted FAQ Item Successfully',9000),(6802,-1,'deleted_file_successfully','Deleted File Successfully',9000),(6803,-1,'deleted_forum_permissions_successfully','Deleted Forum Permissions Successfully',9000),(6804,-1,'deleted_forum_successfully','Deleted Forum Successfully',9000),(6805,-1,'deleted_holiday_successfully','Deleted Holiday Successfully',9000),(6806,-1,'deleted_language_successfully','Deleted Language Successfully',9000),(6807,-1,'deleted_moderator_successfully','Deleted Moderator Successfully',9000),(6808,-1,'deleted_moderators_successfully','Deleted Moderators Successfully',9000),(6809,-1,'deleted_option_successfully','Deleted Option Successfully',9000),(6810,-1,'deleted_orphan_posts_successfully','Deleted Orphan Posts Successfully.',9000),(6811,-1,'deleted_orphan_threads_successfully','Deleted Orphan Threads Successfully.<br /><br />It is recommended that you <a href=\"misc.php?do=chooser\">Rebuild Forum Information</a> now.',9000),(6812,-1,'deleted_phrase_successfully','Deleted Phrase Successfully',9000),(6813,-1,'deleted_poll_successfully','Deleted Poll Successfully',9000),(6814,-1,'deleted_post_icon_successfully','Deleted Post Icon Successfully',9000),(6815,-1,'deleted_private_messages_successfully','Deleted Private Messages Successfully',9000),(6816,-1,'deleted_promotion_successfully','Deleted Promotion Successfully',9000),(6817,-1,'deleted_reputation_level_successfully','Deleted Reputation Level Successfully',9000),(6818,-1,'deleted_reputation_successfully','Deleted Reputation Successfully',9000),(6819,-1,'deleted_scheduled_task_successfully','Deleted Scheduled Task Successfully',9000),(6820,-1,'deleted_setting_group_successfully','Deleted Setting Group Successfully',9000),(6821,-1,'deleted_setting_successfully','Deleted Setting Successfully',9000),(6822,-1,'deleted_smilie_successfully','Deleted Smilie Successfully',9000),(6823,-1,'deleted_subscription_successfully','Deleted Subscription Successfully',9000),(6824,-1,'deleted_subscriptions_successfully','Deleted Subscriptions Successfully',9000),(6825,-1,'deleted_topic_successfully','Deleted Topic Successfully',9000),(6826,-1,'deleted_user_profile_field_successfully','Deleted User Profile Field Successfully',9000),(6827,-1,'deleted_user_rank_successfully','Deleted User Rank Successfully',9000),(6828,-1,'deleted_user_successfully','Deleted User Successfully',9000),(6829,-1,'deleted_user_title_successfully','Deleted User Title Successfully',9000),(6830,-1,'deleted_usergroup_leader_successfully','Deleted Usergroup Leader Successfully',9000),(6831,-1,'deleted_usergroup_successfully','Deleted Usergroup Successfully',9000),(6832,-1,'deleted_x_pms_y_pmtexts_and_z_receipts','Deleted {1} private messages, {2} pmtext records and {3} receipts',9000),(6833,-1,'destination_forum_cant_contain_threads','The destination forum can not contain threads, therefore you can not move any threads into it',9000),(6834,-1,'duplicated_permissions_successfully','Duplicated Permissions Successfully',9000),(6835,-1,'duplicated_x_successfully','Duplicated {1} Successfully',9000),(6836,-1,'emails_sent_successfully','Emails Sent Successfully',9000),(6837,-1,'emptied_search_index_successfully','Emptied Search Index Successfully',9000),(6838,-1,'error_cannot_find_image_url','Error - cannot find an image at the specified URL. Please make sure that you have entered a valid URL.',9000),(6839,-1,'error_cannot_find_image_url_nofopen','fopen() wrappers are disabled inyour PHP config. Please ask your host to enable <b>allow_url_fopen</b> if you wish to load avatars from other sites.',9000),(6840,-1,'error_in_template_x_y','The following error occurred when attempting to evaluate the template \'{1}\':<br />{2}<br />This is likely caused by a malformed conditional statement.',9000),(6841,-1,'error_writing_x','Error Writing {1}. You Can See More Information Above',9000),(6842,-1,'event_already_complete','This event has already been marked as complete by {1}, {2} at {3}',9000),(6843,-1,'expression_contains_backticks_x_please_rewrite_without','The following template conditional expression contains back-ticks (`):<br />\r\n<br />\r\n<code>{1}</code><br />\r\n<br />\r\nThe use of back-ticks is forbidden. Please go back and re-write the conditional expression without using them.',9000),(6844,-1,'field_option_maximum_invalid','You have set a maximum of {1} options for the <b>{2}</b> custom profile field. You are not allowed to override this limit since the user would then not be able to update their profile without changing this field to be within the limit.',9000),(6845,-1,'file_x_already_exists','The file {1} already exists.',9000),(6846,-1,'forum_cant_have_password','The administrator has specified that this forum may not be password-protected',9000),(6847,-1,'invalid_action_specified','Invalid Action Specified',9000),(6848,-1,'invalid_array_specified','Invalid Array Specified',9000),(6849,-1,'invalid_attachments_specified','Invalid Attachments Specified',9000),(6850,-1,'invalid_ban_period_specified','Invalid Ban Period Specified',9000),(6851,-1,'invalid_calendar_permissions_specified','Invalid Calendar Permissions Specified',9000),(6852,-1,'invalid_calendar_specified','Invalid Calendar Specified',9000),(6853,-1,'invalid_custom_field_specified','Invalid Custom Field Specified',9000),(6854,-1,'invalid_date_range_specified','Invalid Date Range Specified',9000),(6855,-1,'invalid_destination_forum_specified','Invalid Destination Forum Specified',9000),(6856,-1,'invalid_destination_username_specified','Invalid Destination Username Specified',9000),(6857,-1,'invalid_directory_specified','Invalid Directory Specified',9000),(6858,-1,'invalid_email_specified','Invalid Email Specified',9000),(6859,-1,'invalid_end_date_specified','Invalid End Date Specified',9000),(6860,-1,'invalid_faq_item_specified','Invalid FAQ Item Specified',9000),(6861,-1,'invalid_faq_varname','The varname you specified for this FAQ is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).',9000),(6862,-1,'invalid_file_path_specified','Invalid File Path Specified',9000),(6863,-1,'invalid_file_specified','Invalid File Specified',9000),(6864,-1,'invalid_filename_specified','Invalid Filename Specified',9000),(6865,-1,'invalid_forum_permissions_specified','Invalid Forum Permissions Specified',9000),(6866,-1,'invalid_forum_specified','Invalid Forum Specified',9000),(6867,-1,'invalid_language_specified','Invalid Language Specified',9000),(6868,-1,'invalid_locale','The locale \'{1}\' could not be located on this server.',9000),(6869,-1,'invalid_option_specified','Invalid Option Specified',9000),(6870,-1,'invalid_or_empty_language_file','Invalid or empty Language file specified',9000),(6871,-1,'invalid_or_empty_style_file','Invalid or empty style file specified',9000),(6872,-1,'invalid_or_empty_x_file','Invalid or empty {1} file specified',9000),(6873,-1,'invalid_page_specified','Invalid Page Specified',9000),(6874,-1,'invalid_password_specified','Invalid Password Specified',9000),(6875,-1,'invalid_phrase_specified','Invalid Phrase Specified',9000),(6876,-1,'invalid_phrase_varname','The varname you specified for this phrase is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).',9000),(6877,-1,'invalid_poll_specified','Invalid Poll Specified',9000),(6878,-1,'invalid_quick_set_action','Invalid quick set action specified',9000),(6879,-1,'invalid_referrer_specified','Invalid Referrer Specified',9000),(6880,-1,'invalid_source_username_specified','Invalid Source Username Specified',9000),(6881,-1,'invalid_start_date_specified','Invalid Start Date Specified',9000),(6882,-1,'invalid_style_specified','Invalid Style Specified',9000),(6883,-1,'invalid_subscription_length','The length of the subscription you entered is invalid. The length must be a positive value which will result in a date less than 2037.',9000),(6884,-1,'invalid_system_info_type','Invalid system information type selected',9000),(6885,-1,'invalid_table_specified','Invalid Table Specified',9000),(6886,-1,'invalid_title_specified','Invalid Title Specified',9000),(6887,-1,'invalid_user_specified','Invalid User Specified',9000),(6888,-1,'invalid_user_title_specified','Invalid User Title Specified',9000),(6889,-1,'invalid_usergroup_leader_specified','Invalid Usergroup Leader Specified',9000),(6890,-1,'invalid_usergroup_specified','Invalid Usergroup Specified',9000),(6891,-1,'invalid_username_specified','Invalid User Name Specified',9000),(6892,-1,'invalid_users_specified','Invalid Users Specified',9000),(6893,-1,'invalid_x_specified','Invalid {1} Specified',9000),(6894,-1,'language_already_exists','A language called \'<i>{1}</i>\' already exists. - To use this language file, either overwrite the language called \'<i>{1}</i>\', or enter a different title on the upload form.',9000),(6895,-1,'language_only_phrases','The file you attempted to import only contains phrases and none of the settings required.\r\n\r\nYou will be unable to make a new language with this file.',9000),(6896,-1,'lifted_ban_on_user_x_successfully','Lifted Ban on User {1} Successfully',9000),(6897,-1,'locale_define_fill_in_all_overrides','You have defined a locale for this language but did not define all of the date/time override fields. You must define each of these fields using the formatting style that is listed. Note that this style differs from the formatting you would use in the vboptions for the normal date/time fields.',9000),(6898,-1,'moderated_attachments_successfully','Moderated Attachments Successfully',9000),(6899,-1,'moderated_events_successfully','Moderated Events Successfully',9000),(6900,-1,'moderated_posts_successfully','Moderated Threads / Posts Successfully',9000),(6901,-1,'moderated_x_successfully','Moderated {1} Successfully',9000),(6902,-1,'moved_threads_successfully','Moved Threads Successfully.<br /><br />It is recommended that you <a href=\"misc.php?do=chooser\">update counters</a> now.',9000),(6903,-1,'moved_threads_successfully_modcp','Moved Threads Successfully',9000),(6904,-1,'moved_users_successfully','Moved Users Successfully',9000),(6905,-1,'moved_x_successfully','Moved {1} Successfully',9000),(6906,-1,'must_save_calendar','You must save this calendar before you can add custom fields to it',9000),(6907,-1,'must_specify_field_option','You must specify at least one option for this field, or allow the user to enter their own',9000),(6908,-1,'name_exists','There is already a {1} named \'{2}\'. You may not create duplicate names.',9000),(6909,-1,'no_access_to_admin_control','Sorry, you don\'t have permission to access the administrative controls on this page.\r\n<br /><br />\r\nIf you need to access this page, ask your lead administrator to enable your permissions for this page using the <a href=\"adminpermissions.php?{1}do=edit&userid={2}\">Administrator Permissions</a> section of the control panel.',9000),(6910,-1,'no_avatar_categories_found','No avatar categories were found<br /><a href=\"{1}\">Add one now</a>',9000),(6911,-1,'no_avatars_selected','You did not select any avatars to be inserted. Use the check-boxes at the side of the page to specify which images to insert.',9000),(6912,-1,'no_file_uploaded_and_no_local_file_found','No file uploaded and no local file found.',9000),(6913,-1,'no_global_announcements_defined','There are no Global Announcements defined',9000),(6914,-1,'no_groups_defined_as_banned','The administrator has not specified any groups that contain banned users.<br /><br />Please do so using the usergroup editor.',9000),(6915,-1,'no_help_topics','There are currently no help topics associated with this page/action',9000),(6916,-1,'no_images_selected','You did not select any images to be inserted as {1}. Use the check-boxes at the side of the page to specify which images to insert.',9000),(6917,-1,'no_join_requests_matched_your_query','No Join Requests Matched Your Query',9000),(6918,-1,'no_log_entries_matched_your_query','No Log Entries Matched Your Query',9000),(6919,-1,'no_log_file_defined_in_vbulletin_options','No log file defined in vBulletin Options',9000),(6920,-1,'no_logs_matched_your_query','No Logs Matched Your Query',9000),(6921,-1,'no_matches_found','No Matches Found',9000),(6922,-1,'no_moderator_matched_your_query','No Moderator Matched Your Query',9000),(6923,-1,'no_new_avatars','No avatars were found that have not already been added',9000),(6924,-1,'no_new_images','No images were found that have not already been added as {1}',9000),(6925,-1,'no_new_post_icons','No post icons were found that have not already been added',9000),(6926,-1,'no_new_smiles','No smilies were found that have not already been added',9000),(6927,-1,'no_new_smilies','No New Smilies',9000),(6928,-1,'no_permission','Sorry, you are not authorized to view this page',9000),(6929,-1,'no_permission_announcement','You are not authorized to add or edit announcements in this forum',9000),(6930,-1,'no_permission_avatars','You are not authorized to edit avatars',9000),(6931,-1,'no_permission_ban_non_registered_users','You are not authorized to ban users who are not considered normal, registered users',9000),(6932,-1,'no_permission_ban_users','You are not authorized to ban users',9000),(6933,-1,'no_permission_duplicate_reputation','You are not authorized to duplicate reputation levels',9000),(6934,-1,'no_permission_forum_password','You are not authorized to set a password for this forum',9000),(6935,-1,'no_permission_global_announcement','Only Super Moderators and Administrators may add or edit Global Announcements',9000),(6936,-1,'no_permission_ips','You are not authorized to view IP addresses',9000),(6937,-1,'no_permission_mass_thread_manage','You are not authorized to use the mass thread management tools',9000),(6938,-1,'no_permission_queries','You are not authorized to execute SQL queries',9000),(6939,-1,'no_permission_search_users','You are not authorized to search for users',9000),(6940,-1,'no_permission_shorten_ban','You do not have permission to shorten the length of a ban.',9000),(6941,-1,'no_permission_signatures','You are not authorized to edit signatures',9000),(6942,-1,'no_permission_un_ban_users','You are not authorized to un-ban users',9000),(6943,-1,'no_permissions_set','There are no permissions set for the selected forum. No duplication will take place',9000),(6944,-1,'no_phrases_defined','There are no phrases defined',9000),(6945,-1,'no_phrases_matched_your_query','No Phrases Matched Your Query',9000),(6946,-1,'no_post_icon_categories_found','No post icon categories were found<br /><a href=\"{1}\">Add one now</a>',9000),(6947,-1,'no_post_icons_selected','You did not select any post icons to be inserted. Use the check-boxes at the side of the page to specify which images to insert.',9000),(6948,-1,'no_private_messages_matched_your_query','No Private Messages Matched Your Query',9000),(6949,-1,'no_profile_fields_defined','You don\'t have any Custom Profile fields defined.<br />\r\n<br />\r\nYou can add profile fields <a href=\"profilefield.php?do=add\">here</a>.',9000),(6950,-1,'no_referrals_matched_your_query','No Referrals Matched Your Query',9000),(6951,-1,'no_reminders_scheduled','This date has no reminders scheduled',9000),(6952,-1,'no_results_matched_your_query','No Results Matched Your Query',9000),(6953,-1,'no_smilie_categories_found','No smilie categories were found<br /><a href=\"{1}\">Add one now</a>',9000),(6954,-1,'no_smilies_selected','You did not select any smilies to be inserted. Use the check-boxes at the side of the page to specify which images to insert.',9000),(6955,-1,'no_subscriptions_matched_your_query','No Subscriptions Matched Your Query',9000),(6956,-1,'no_threads_matched_your_query','No Threads Matched Your Query',9000),(6957,-1,'no_user_ranks_defined','There are no User Ranks defined',9000),(6958,-1,'no_users_banned_from_x_board','No users are banned from {1}.<br />\r\n<br />\r\nTo ban a user, <a href=\"{2}\">click here</a>',9000),(6959,-1,'no_users_matched_your_query','No Users Matched Your Query',9000),(6960,-1,'no_x_categories_found','No {1} categories were found<br /><a href=\"{2}\">Add one now</a>',9000),(6961,-1,'no_x_defined','There are no {1} defined',9000),(6962,-1,'no_x_matched_your_query','No {1} Matched Your Query',9000),(6963,-1,'no_xml_and_no_path','Sorry, no XML was passed into this function and the $path variable empty',9000),(6964,-1,'nothing_to_do','Nothing to Do',9000),(6965,-1,'please_complete_required_fields','Please Complete All Required Fields',9000),(6966,-1,'please_ensure_x_file_is_located_at_y','Please ensure that the {1} file is located at {2} and then reload this page',9000),(6967,-1,'promotion_join_same_group','You specified the group to join itself which is not allowed',9000),(6968,-1,'pruned_control_panel_log_successfully','Pruned Control Panel Log Successfully',9000),(6969,-1,'pruned_moderator_log_successfully','Pruned Moderator Log Successfully',9000),(6970,-1,'pruned_scheduled_task_log_successfully','Pruned Scheduled Task Log Successfully',9000),(6971,-1,'pruned_threads_successfully','Pruned Threads Successfully.<br /><br />It is recommended that you <a href=\"misc.php?do=chooser\">update counters</a> now.',9000),(6972,-1,'pruned_threads_successfully_modcp','Pruned Threads Successfully',9000),(6973,-1,'pruned_x_successfully','Pruned {1} Successfully',9000),(6974,-1,'rebuilt_attachment_thumbnails_successfully','Rebuilt Attachment Thumbnails Successfully',9000),(6975,-1,'rebuilt_search_index_successfully','Rebuilt Search Index Successfully',9000),(6976,-1,'rebuilt_statistics_successfully','Rebuilt Statistics Successfully',9000),(6977,-1,'rebuilt_user_reputation_successfully','Rebuilt User Reputation Successfully',9000),(6978,-1,'rebuilt_x_successfully','Rebuilt {1} Successfully',9000),(6979,-1,'recommend_update_counters','It is recommended that you <a href=\"misc.php?{1}\">update counters</a> now.',9000),(6980,-1,'redirecting_please_wait','Please Wait While You Are Redirected...',9000),(6981,-1,'reminder_title_too_long','Sorry, your reminder\'s title exceeded the {1} character limit by {2} characters. Please go back and shorten it',9000),(6982,-1,'replacement_already_exists','A replacement variable searching for <i>{1}</i> already exists. It is set to replace <i>{1}</i> with <i>{2}</i>.<br />\r\n<br />\r\nTo edit this replacement, please <a href=\"{3}\">click here</a>.',9000),(6983,-1,'saved_access_masks_successfully','Saved Access Masks Successfully',9000),(6984,-1,'saved_administrator_permissions_successfully','Saved Administrator Permissions Successfully',9000),(6985,-1,'saved_announcement_x_successfully','Saved Announcement <i>{1}</i> Successfully',9000),(6986,-1,'saved_attachment_type_x_successfully','Saved Attachment Type <i>{1}</i> Successfully',9000),(6987,-1,'saved_avatar_successfully','Saved Avatar Successfully',9000),(6988,-1,'saved_bb_code_x_successfully','Saved BB Code <i>{1}</i> Successfully',9000),(6989,-1,'saved_calendar_permissions_successfully','Saved Calendar Permissions Successfully',9000),(6990,-1,'saved_calendar_x_successfully','Saved Calendar <i>{1}</i> Successfully',9000),(6991,-1,'saved_category_x_successfully','Saved Category <i>{1}</i> Successfully',9000),(6992,-1,'saved_custom_field_x_successfully','Saved Custom Field <i>{1}</i> Successfully',9000),(6993,-1,'saved_display_order_successfully','Saved Display Order Successfully',9000),(6994,-1,'saved_faq_x_successfully','Saved FAQ <i>{1}</i> Successfully',9000),(6995,-1,'saved_forum_permissions_successfully','Saved Forum Permissions Successfully',9000),(6996,-1,'saved_forum_x_successfully','Saved Forum <i>{1}</i> Successfully',9000),(6997,-1,'saved_holiday_x_successfully','Saved Holiday <i>{1}</i> Successfully',9000),(6998,-1,'saved_language_successfully','Saved Language Successfully',9000),(6999,-1,'saved_language_x_successfully','Saved Language <i>{1}</i> Successfully',9000),(7000,-1,'saved_moderator_x_successfully','Saved Moderator <i>{1}</i> Successfully',9000),(7001,-1,'saved_option_successfully','Saved Option Successfully',9000),(7002,-1,'saved_option_x_successfully','Saved Option <i>{1}</i> Successfully',9000),(7003,-1,'saved_permissions_successfully','Saved Permissions Successfully',9000),(7004,-1,'saved_phrase_x_successfully','Saved Phrase <i>{1}</i> Successfully',9000),(7005,-1,'saved_post_icon_successfully','Saved Post Icon Successfully',9000),(7006,-1,'saved_profile_picture_successfully','Saved Profile Picture Successfully',9000),(7007,-1,'saved_promotion_successfully','Saved Promotion Successfully',9000),(7008,-1,'saved_reputation_level_x_successfully','Saved Reputation Level <i>{1}</i> Successfully',9000),(7009,-1,'saved_reputation_successfully','Saved Reputation Successfully',9000),(7010,-1,'saved_scheduled_task_x_successfully','Saved Scheduled Task <i>{1}</i> Successfully',9000),(7011,-1,'saved_setting_group_x_successfully','Saved Setting Group <i>{1}</i> Successfully',9000),(7012,-1,'saved_setting_x_successfully','Saved Setting <i>{1}</i> Successfully',9000),(7013,-1,'saved_settings_successfully','Saved Settings Successfully',9000),(7014,-1,'saved_signature_successfully','Saved Signature Successfully',9000),(7015,-1,'saved_smilie_successfully','Saved Smilie Successfully',9000),(7016,-1,'saved_style_x_successfully','Saved Style <i>{1}</i> Successfully',9000),(7017,-1,'saved_subscription_x_successfully','Saved Subscription <i>{1}</i> Successfully',9000),(7018,-1,'saved_template_x_successfully','Saved Template <i>{1}</i> Successfully',9000),(7019,-1,'saved_topic_x_successfully','Saved Topic <i>{1}</i> Successfully',9000),(7020,-1,'saved_user_forum_access_successfully','Saved User Forum Access Successfully',9000),(7021,-1,'saved_user_rank_successfully','Saved User Rank Successfully',9000),(7022,-1,'saved_user_title_x_successfully','Saved User Title <i>{1}</i> Successfully',9000),(7023,-1,'saved_user_x_successfully','Saved User <i>{1}</i> Successfully',9000),(7024,-1,'saved_usergroup_leader_x_successfully','Saved Usergroup Leader <i>{1}</i> Successfully',9000),(7025,-1,'saved_usergroup_x_successfully','Saved Usergroup <i>{1}</i> Successfully',9000),(7026,-1,'saved_x_successfully','Saved {1} Successfully',9000),(7027,-1,'saved_x_y_successfully','Saved {1} <i>{2}</i> Successfully',9000),(7028,-1,'security_alert_x_still_exists','Security Alert!<br /><br />\r\n{1} still remains in the /install/ directory.<br /><br />\r\nThis poses a security risk, so please delete that file immediately. You can not access the control panel until you do so.',9000),(7029,-1,'smilie_categories_dont_support_permissions','Sorry, smilie categories do not support usergroup permissions',9000),(7030,-1,'smilie_replace_text_x_exists','A smilie with the replacement text \'<i>{1}</i>\' already exists. This replacement must be unique.',9000),(7031,-1,'sorry_x_did_not_upload','Sorry, the {1} did not upload properly',9000),(7032,-1,'sorry_you_are_not_allowed_to_edit_admin_permissions','<b>Sorry, you are not allowed to edit administrator permissions.</b><br /> <br /> If you think you <i>should</i> have permission to access this page, you will need to edit the <i>$superadministrators</i> variable in the <i>includes/config.php</i> file.<br /> <br /> To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access, separating each user ID with a comma, like this:<br /> <br /> <code>$superadministrators = \'1,25,57\';</code><br /> <br /> To allow only a single administrator to access this page, simply add that user\'s ID with no commas, like this:<br /> <br /> <code>$superadministrators = \'1\';</code>',9000),(7033,-1,'source_and_destination_identical','The <b>source</b> and <b>destination</b> users can not be identical',9000),(7034,-1,'start_date_after_end','Start date is after the end date',9000),(7035,-1,'style_already_exists','A style called \'<i>{1}</i>\' already exists. - To use this style file, either overwrite the style called \'<i>{1}</i>\', or enter a different title on the upload form.',9000),(7036,-1,'table_status_not_available','Table Status Not Available on MySQL Version {1}',9000),(7037,-1,'template_x_exists','The template \'{1}\' already exists in this style.',9000),(7038,-1,'test_file_write_failed','We attempted to write a test file to <b>{1}</b>, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.',9000),(7039,-1,'the_uploaded_file_is_not_valid','The uploaded file is not a valid GIF, JPG, or PNG file. Please ensure that it is and try again.',9000),(7040,-1,'the_uploaded_image_is_too_big','The uploaded image is too big. This user\'s permissions limits him/her to a maximum size of {1} bytes.',9000),(7041,-1,'the_uploaded_image_is_too_large','The uploaded image is too large. This user\'s permissions limits him/her to maximum dimensions of {1} by {2}.',9000),(7042,-1,'there_has_been_an_error_in_the_upload','There has been an error in the upload. Please ensure that the file has been correctly selected and that the upload has taken place successfully.',9000),(7043,-1,'there_is_already_bb_code_named_x','There is already a BB Code named \'{1}\'. You may not create duplicate names.',9000),(7044,-1,'there_is_already_faq_item_named_x','There is already a FAQ Item named \'{1}\'. You may not create duplicate names.',9000),(7045,-1,'there_is_already_phrase_named_x','There is already a phrase named \'{1}\'. You may not create duplicate names.',9000),(7046,-1,'there_is_already_setting_named_x','There is already a setting named \'{1}\'. You may not create duplicate settings.',9000),(7047,-1,'this_is_already_option_named_x','There is already an option named \'{1}\'. You may not create duplicate names.',9000),(7048,-1,'too_many_profile_field_options','You may only specify up to <b>32</b> options for <b>checkbox</b> or <b>select_multiple</b> input types. You entered <b>{1}</b> options for this field.',9000),(7049,-1,'unable_to_delete_file','Unable to delete file',9000),(7050,-1,'updated_forum_successfully','Updated Forum Successfully',9000),(7051,-1,'updated_forums_successfully','Updated Forums Successfully',9000),(7052,-1,'updated_post_cache_successfully','Updated Post Cache Successfully',9000),(7053,-1,'updated_post_counts_successfully','Updated Post Counts Successfully',9000),(7054,-1,'updated_reason_successfully','Updated Reason Successfully',9000),(7055,-1,'updated_similar_threads_successfully','Updated Similar Threads Successfully',9000),(7056,-1,'updated_styles_successfully','Updated Styles Successfully',9000),(7057,-1,'updated_threads_posts_successfully','Updated Threads / Posts Successfully',9000),(7058,-1,'updated_threads_successfully','Updated Threads Successfully',9000),(7059,-1,'updated_user_titles_successfully','Updated User Titles Successfully',9000),(7060,-1,'updated_usernames_successfully','Updated User Names Successfully',9000),(7061,-1,'updated_x_successfully','Updated {1} Successfully',9000),(7062,-1,'upload_file_created_with_different_version','This file was created using a different version of vBulletin from the one you are running.<br /><br />Your version: {1}<br />File version: {2}',9000),(7063,-1,'user_accounts_merged','User accounts merged. {1} has been deleted.<br /><br />\r\nYou need to <a href=\"misc.php?do=chooser\" target=\"_blank\">Update User Titles and Rebuild Thread Information counters</a> now if you wish to remove traces of {1} from last post information and to update {2}\'s new user title.',9000),(7064,-1,'user_accounts_validated','User accounts validated and users notified.',9000),(7065,-1,'user_is_protected_from_alteration_by_undeletableusers_var','Sorry, this user is protected from being altered in the config.php file by the $undeletableusers variable.',9000),(7066,-1,'user_no_longer_moderator','It appears that this user is no longer a moderator. The most likely cause for this message is that you accidentally clicked the remove button twice.',9000),(7067,-1,'user_records_repaired','All users have been checked and any lost records found have been restored',9000),(7068,-1,'user_x_has_been_banned_permanently','User <b>{1}</b> has been banned permanently',9000),(7069,-1,'user_x_has_been_banned_until_y','User <b>{1}</b> has been banned until {2}',9000),(7070,-1,'usergroup_equals_secondary','This user\'s primary usergroup is also listed as a secondary group for this user. Please change the primary group or remove the secondary group.',9000),(7071,-1,'usergroup_not_public_or_invalid','The usergroup you selected is either not a public group, or does not exist',9000),(7072,-1,'username_contains_semi_colons','Sorry, the username entered contains one or more semi-colon characters ( <b>;</b> ).<br /><br />Please go back and remove any semi-colons',9000),(7073,-1,'variable_name_exists','You have attempted to change the variable name from \'<i>{1}</i>\' to \'<i>{2}</i>\', but a phrase already exists with the variable name \'<i>{2}</i>\'. - The update cannot continue',9000),(7074,-1,'x_export_complete','{1} Export Process Completed',9000),(7075,-1,'x_moved_to_the_y','{1} Successfully Moved to the {2}',9000),(7076,-1,'xml_error_x_at_line_y','XML Error: {1} at Line {2}',9000),(7077,-1,'you_can_not_remove_vbulletin_copyright','Sorry, you can not remove the vBulletin copyright text using this page.<br /><br />You must use the main template editor to do this, <b>if your licence allows you to remove the vBulletin copyright text</b>.',9000),(7078,-1,'you_do_not_have_permission_forum','You do not have permission to manage announcements in this forum.',9000),(7079,-1,'you_do_not_have_permission_global','You do not have permission to manage Global announcements.',9000),(7080,-1,'you_must_pick_a_usergroup_or_forum_to_check_permissions','You must pick a usergroup or forum for which to check permissions',9000),(7081,-1,'your_server_has_safe_mode_enabled','Your server has PHP\'s SAFE_MODE enabled. You can not move attachments to files while SAFE_MODE is enabled. Please contact your host and ask them to consider disabling it if you wish to use the file system for attachments.',9000),(7082,-1,'your_vb_settings_have_been_updated_to_store_attachments_in_x','Your vBulletin settings have now been updated to store attachments in <b>{1}</b> rather than <b>{2}</b>.<br /><br /> You must now manually move all attachments to the new folder, using an FTP client or a shell command such as:<br /><br /> <code>mv -rf {2}/* {1}/</code>',9000),(7083,-1,'your_vb_settings_have_been_updated_to_store_avatars_in_x','Your vBulletin settings have now been updated to store avatars in <b>{1}</b> rather than <b>{2}</b>.<br /><br /> You must now manually move all avatars to the new folder, using an FTP client or a shell command such as:<br /><br /> <code>mv -rf {2}/* {1}/</code>',9000),(7084,-1,'your_version_no_image_support','Your version of PHP does not have image support. Please make sure you have enabled GD if your server does support it by going to Options -> vBulletin Options -> Server Settings and Optimization Options',9000); /*!40000 ALTER TABLE `phrase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phrasetype` -- DROP TABLE IF EXISTS `phrasetype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phrasetype` ( `phrasetypeid` smallint(5) unsigned NOT NULL default '0', `fieldname` char(20) NOT NULL default '', `title` char(50) NOT NULL default '', `editrows` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`phrasetypeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phrasetype` -- LOCK TABLES `phrasetype` WRITE; /*!40000 ALTER TABLE `phrasetype` DISABLE KEYS */; INSERT INTO `phrasetype` VALUES (1,'global','GLOBAL',3),(2,'cpglobal','Control Panel Global',3),(3,'cppermission','Permissions',3),(4,'forum','Forum-Related',3),(5,'calendar','Calendar',3),(6,'attachment_image','Attachment / Image',3),(7,'style','Style Tools',3),(8,'logging','Logging Tools',3),(9,'cphome','Control Panel Home Pages',3),(10,'promotion','Promotion Tools',3),(11,'user','User Tools (global)',3),(12,'help_faq','FAQ / Help Management',3),(13,'sql','SQL Tools',3),(14,'subscription','Subscription Tools',3),(15,'language','Language Tools',3),(16,'bbcode','BB Code Tools',3),(17,'stats','Statistics Tools',3),(18,'diagnostic','Diagnostic Tools',3),(19,'maintenance','Maintenance Tools',3),(20,'profilefield','Profile Field Tools',3),(21,'thread','Thread Tools',3),(22,'timezone','Timezones',3),(23,'banning','Banning Tools',3),(24,'reputation','Reputation',3),(25,'wol','Who\'s Online',3),(26,'threadmanage','Thread Management',3),(27,'pm','Private Messaging',3),(28,'cpuser','Control Panel User Management',3),(29,'accessmask','Access Masks',3),(30,'cron','Scheduled Tasks',3),(31,'moderator','Moderators',3),(32,'cpoption','Control Panel Options',3),(33,'cprank','Control Panel User Ranks',3),(34,'cpusergroup','Control Panel User Groups',3),(35,'holiday','Holidays',3),(36,'posting','Posting',3),(37,'poll','Polls',3),(38,'fronthelp','Frontend FAQ/Help',3),(39,'register','Register',3),(40,'search','Searching',3),(41,'showthread','Show Thread',3),(42,'postbit','Postbit',3),(43,'forumdisplay','Forum Display',3),(44,'messaging','Messaging',3),(45,'','(reserved for future vBulletin use)',0),(46,'','(reserved for future vBulletin use)',0),(47,'','(reserved for future vBulletin use)',0),(48,'','(reserved for future vBulletin use)',0),(49,'','(reserved for future vBulletin use)',0),(50,'','(reserved for future vBulletin use)',0),(51,'','(reserved for future vBulletin use)',0),(52,'','(reserved for future vBulletin use)',0),(53,'','(reserved for future vBulletin use)',0),(54,'','(reserved for future vBulletin use)',0),(55,'','(reserved for future vBulletin use)',0),(56,'','(reserved for future vBulletin use)',0),(57,'','(reserved for future vBulletin use)',0),(58,'','(reserved for future vBulletin use)',0),(59,'','(reserved for future vBulletin use)',0),(60,'','(reserved for future vBulletin use)',0),(61,'','(reserved for future vBulletin use)',0),(62,'','(reserved for future vBulletin use)',0),(63,'','(reserved for future vBulletin use)',0),(64,'','(reserved for future vBulletin use)',0),(65,'','(reserved for future vBulletin use)',0),(66,'','(reserved for future vBulletin use)',0),(67,'','(reserved for future vBulletin use)',0),(68,'','(reserved for future vBulletin use)',0),(69,'','(reserved for future vBulletin use)',0),(70,'','(reserved for future vBulletin use)',0),(71,'','(reserved for future vBulletin use)',0),(72,'','(reserved for future vBulletin use)',0),(73,'','(reserved for future vBulletin use)',0),(74,'','(reserved for future vBulletin use)',0),(75,'','(reserved for future vBulletin use)',0),(76,'','(reserved for future vBulletin use)',0),(77,'','(reserved for future vBulletin use)',0),(78,'','(reserved for future vBulletin use)',0),(79,'','(reserved for future vBulletin use)',0),(80,'','(reserved for future vBulletin use)',0),(81,'','(reserved for future vBulletin use)',0),(82,'','(reserved for future vBulletin use)',0),(83,'','(reserved for future vBulletin use)',0),(84,'','(reserved for future vBulletin use)',0),(85,'','(reserved for future vBulletin use)',0),(86,'','(reserved for future vBulletin use)',0),(87,'','(reserved for future vBulletin use)',0),(88,'','(reserved for future vBulletin use)',0),(89,'','(reserved for future vBulletin use)',0),(90,'','(reserved for future vBulletin use)',0),(91,'','(reserved for future vBulletin use)',0),(92,'','(reserved for future vBulletin use)',0),(93,'','(reserved for future vBulletin use)',0),(94,'','(reserved for future vBulletin use)',0),(95,'','(reserved for future vBulletin use)',0),(96,'','(reserved for future vBulletin use)',0),(97,'','(reserved for future vBulletin use)',0),(98,'','(reserved for future vBulletin use)',0),(99,'','(reserved for future vBulletin use)',0),(100,'','(reserved for future vBulletin use)',0),(101,'','(reserved for future vBulletin use)',0),(102,'','(reserved for future vBulletin use)',0),(103,'','(reserved for future vBulletin use)',0),(104,'','(reserved for future vBulletin use)',0),(105,'','(reserved for future vBulletin use)',0),(106,'','(reserved for future vBulletin use)',0),(107,'','(reserved for future vBulletin use)',0),(108,'','(reserved for future vBulletin use)',0),(109,'','(reserved for future vBulletin use)',0),(110,'','(reserved for future vBulletin use)',0),(111,'','(reserved for future vBulletin use)',0),(112,'','(reserved for future vBulletin use)',0),(113,'','(reserved for future vBulletin use)',0),(114,'','(reserved for future vBulletin use)',0),(115,'','(reserved for future vBulletin use)',0),(116,'','(reserved for future vBulletin use)',0),(117,'','(reserved for future vBulletin use)',0),(118,'','(reserved for future vBulletin use)',0),(119,'','(reserved for future vBulletin use)',0),(120,'','(reserved for future vBulletin use)',0),(121,'','(reserved for future vBulletin use)',0),(122,'','(reserved for future vBulletin use)',0),(123,'','(reserved for future vBulletin use)',0),(124,'','(reserved for future vBulletin use)',0),(125,'','(reserved for future vBulletin use)',0),(126,'','(reserved for future vBulletin use)',0),(127,'','(reserved for future vBulletin use)',0),(128,'','(reserved for future vBulletin use)',0),(129,'','(reserved for future vBulletin use)',0),(130,'','(reserved for future vBulletin use)',0),(131,'','(reserved for future vBulletin use)',0),(132,'','(reserved for future vBulletin use)',0),(133,'','(reserved for future vBulletin use)',0),(134,'','(reserved for future vBulletin use)',0),(135,'','(reserved for future vBulletin use)',0),(136,'','(reserved for future vBulletin use)',0),(137,'','(reserved for future vBulletin use)',0),(138,'','(reserved for future vBulletin use)',0),(139,'','(reserved for future vBulletin use)',0),(140,'','(reserved for future vBulletin use)',0),(141,'','(reserved for future vBulletin use)',0),(142,'','(reserved for future vBulletin use)',0),(143,'','(reserved for future vBulletin use)',0),(144,'','(reserved for future vBulletin use)',0),(145,'','(reserved for future vBulletin use)',0),(146,'','(reserved for future vBulletin use)',0),(147,'','(reserved for future vBulletin use)',0),(148,'','(reserved for future vBulletin use)',0),(149,'','(reserved for future vBulletin use)',0),(150,'','(reserved for future vBulletin use)',0),(1000,'fronterror','Front-End Error Messages',8),(2000,'frontredirect','Front-End Redirect Messages',8),(3000,'emailbody','Email Body Text',10),(4000,'emailsubject','Email Subject Text',3),(5000,'vbsettings','vBulletin Settings',4),(6000,'cphelptext','Control Panel Help Text',8),(7000,'faqtitle','FAQ Title',3),(8000,'faqtext','FAQ Text',10),(9000,'cpstopmsg','Control Panel Stop Message',8); /*!40000 ALTER TABLE `phrasetype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pm` -- DROP TABLE IF EXISTS `pm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pm` ( `pmid` int(10) unsigned NOT NULL auto_increment, `pmtextid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `folderid` smallint(6) NOT NULL default '0', `messageread` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`pmid`), KEY `pmtextid` (`pmtextid`), KEY `userid` (`userid`), KEY `folderid` (`folderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pm` -- LOCK TABLES `pm` WRITE; /*!40000 ALTER TABLE `pm` DISABLE KEYS */; /*!40000 ALTER TABLE `pm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pmreceipt` -- DROP TABLE IF EXISTS `pmreceipt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pmreceipt` ( `pmid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `touserid` int(10) unsigned NOT NULL default '0', `tousername` varchar(50) NOT NULL default '', `title` varchar(250) NOT NULL default '', `sendtime` int(10) unsigned NOT NULL default '0', `readtime` int(10) unsigned NOT NULL default '0', `denied` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`pmid`), KEY `userid` (`userid`), KEY `touserid` (`touserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pmreceipt` -- LOCK TABLES `pmreceipt` WRITE; /*!40000 ALTER TABLE `pmreceipt` DISABLE KEYS */; /*!40000 ALTER TABLE `pmreceipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pmtext` -- DROP TABLE IF EXISTS `pmtext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pmtext` ( `pmtextid` int(10) unsigned NOT NULL auto_increment, `fromuserid` int(10) unsigned NOT NULL default '0', `fromusername` varchar(50) NOT NULL default '', `title` varchar(250) NOT NULL default '', `message` mediumtext NOT NULL, `touserarray` mediumtext NOT NULL, `iconid` smallint(5) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `showsignature` smallint(5) unsigned NOT NULL default '0', `allowsmilie` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`pmtextid`), KEY `fromuserid` (`fromuserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pmtext` -- LOCK TABLES `pmtext` WRITE; /*!40000 ALTER TABLE `pmtext` DISABLE KEYS */; /*!40000 ALTER TABLE `pmtext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll` -- DROP TABLE IF EXISTS `poll`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll` ( `pollid` int(10) unsigned NOT NULL auto_increment, `question` varchar(100) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `options` text NOT NULL, `votes` text NOT NULL, `active` smallint(6) NOT NULL default '1', `numberoptions` smallint(5) unsigned NOT NULL default '0', `timeout` smallint(5) unsigned NOT NULL default '0', `multiple` smallint(5) unsigned NOT NULL default '0', `voters` smallint(5) unsigned NOT NULL default '0', `public` smallint(6) NOT NULL default '0', `lastvote` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pollid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll` -- LOCK TABLES `poll` WRITE; /*!40000 ALTER TABLE `poll` DISABLE KEYS */; /*!40000 ALTER TABLE `poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pollvote` -- DROP TABLE IF EXISTS `pollvote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pollvote` ( `pollvoteid` int(10) unsigned NOT NULL auto_increment, `pollid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `votedate` int(10) unsigned NOT NULL default '0', `voteoption` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pollvoteid`), KEY `pollid` (`pollid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pollvote` -- LOCK TABLES `pollvote` WRITE; /*!40000 ALTER TABLE `pollvote` DISABLE KEYS */; /*!40000 ALTER TABLE `pollvote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `post` ( `postid` int(10) unsigned NOT NULL auto_increment, `threadid` int(10) unsigned NOT NULL default '0', `parentid` int(10) unsigned NOT NULL default '0', `username` varchar(50) NOT NULL default '', `userid` int(10) unsigned NOT NULL default '0', `title` varchar(250) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `pagetext` mediumtext NOT NULL, `allowsmilie` smallint(6) NOT NULL default '0', `showsignature` smallint(6) NOT NULL default '0', `ipaddress` char(15) NOT NULL default '', `iconid` smallint(5) unsigned NOT NULL default '0', `visible` smallint(6) NOT NULL default '0', `attach` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`postid`), KEY `iconid` (`iconid`), KEY `userid` (`userid`), KEY `threadid` (`threadid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post_parsed` -- DROP TABLE IF EXISTS `post_parsed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `post_parsed` ( `postid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `hasimages` smallint(6) NOT NULL default '0', `pagetext_html` mediumtext NOT NULL, PRIMARY KEY (`postid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `post_parsed` -- LOCK TABLES `post_parsed` WRITE; /*!40000 ALTER TABLE `post_parsed` DISABLE KEYS */; /*!40000 ALTER TABLE `post_parsed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posthash` -- DROP TABLE IF EXISTS `posthash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posthash` ( `userid` int(10) unsigned NOT NULL default '0', `threadid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `dupehash` char(32) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', KEY `userid` (`userid`,`dupehash`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posthash` -- LOCK TABLES `posthash` WRITE; /*!40000 ALTER TABLE `posthash` DISABLE KEYS */; /*!40000 ALTER TABLE `posthash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postindex` -- DROP TABLE IF EXISTS `postindex`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `postindex` ( `wordid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', `intitle` smallint(5) unsigned NOT NULL default '0', `score` smallint(5) unsigned NOT NULL default '0', UNIQUE KEY `wordid` (`wordid`,`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `postindex` -- LOCK TABLES `postindex` WRITE; /*!40000 ALTER TABLE `postindex` DISABLE KEYS */; /*!40000 ALTER TABLE `postindex` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profilefield` -- DROP TABLE IF EXISTS `profilefield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `profilefield` ( `profilefieldid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `description` varchar(250) NOT NULL default '', `required` smallint(6) NOT NULL default '0', `hidden` smallint(6) NOT NULL default '0', `maxlength` smallint(6) NOT NULL default '250', `size` smallint(6) NOT NULL default '25', `displayorder` smallint(6) NOT NULL default '0', `editable` smallint(6) NOT NULL default '1', `type` enum('input','select','radio','textarea','checkbox','select_multiple') NOT NULL default 'input', `data` mediumtext NOT NULL, `height` smallint(6) NOT NULL default '0', `def` smallint(6) NOT NULL default '0', `optional` smallint(5) unsigned NOT NULL default '0', `searchable` smallint(6) NOT NULL default '0', `memberlist` smallint(6) NOT NULL default '0', `regex` varchar(255) NOT NULL default '', `form` smallint(6) NOT NULL default '0', `html` smallint(6) NOT NULL default '0', PRIMARY KEY (`profilefieldid`), KEY `editable` (`editable`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `profilefield` -- LOCK TABLES `profilefield` WRITE; /*!40000 ALTER TABLE `profilefield` DISABLE KEYS */; INSERT INTO `profilefield` VALUES (1,'Biography','A few details about yourself',0,0,100,25,1,1,'input','',0,0,0,1,1,'',0,0),(2,'Location','Where you live',0,0,100,25,2,1,'input','',0,0,0,1,1,'',0,0),(3,'Interests','Your hobbies, etc',0,0,100,25,3,1,'input','',0,0,0,1,1,'',0,0),(4,'Occupation','Your job',0,0,100,25,4,1,'input','',0,0,0,1,1,'',0,0); /*!40000 ALTER TABLE `profilefield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ranks` -- DROP TABLE IF EXISTS `ranks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ranks` ( `rankid` smallint(5) unsigned NOT NULL auto_increment, `minposts` smallint(5) unsigned NOT NULL default '0', `ranklevel` smallint(5) unsigned NOT NULL default '0', `rankimg` mediumtext NOT NULL, `usergroupid` smallint(5) unsigned NOT NULL default '0', `type` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`rankid`), KEY `grouprank` (`usergroupid`,`minposts`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ranks` -- LOCK TABLES `ranks` WRITE; /*!40000 ALTER TABLE `ranks` DISABLE KEYS */; /*!40000 ALTER TABLE `ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictbans` -- DROP TABLE IF EXISTS `readyconvictbans`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictbans` ( `id` int(10) unsigned NOT NULL auto_increment, `username` varchar(200) default NULL, `ip` varchar(255) default NULL, `email` varchar(80) default NULL, `message` varchar(255) default NULL, `expire` int(10) unsigned default NULL, `ban_creator` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `readyconvictbans_username_idx` (`username`(25)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictbans` -- LOCK TABLES `readyconvictbans` WRITE; /*!40000 ALTER TABLE `readyconvictbans` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvictbans` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictcategories` -- DROP TABLE IF EXISTS `readyconvictcategories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictcategories` ( `id` int(10) unsigned NOT NULL auto_increment, `cat_name` varchar(80) NOT NULL default 'New Category', `disp_position` int(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictcategories` -- LOCK TABLES `readyconvictcategories` WRITE; /*!40000 ALTER TABLE `readyconvictcategories` DISABLE KEYS */; INSERT INTO `readyconvictcategories` VALUES (1,'Hip-Hop Channel',1),(2,'Sponsorships',0),(3,'General',0),(4,'Talents & Skills',0); /*!40000 ALTER TABLE `readyconvictcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictcensoring` -- DROP TABLE IF EXISTS `readyconvictcensoring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictcensoring` ( `id` int(10) unsigned NOT NULL auto_increment, `search_for` varchar(60) NOT NULL default '', `replace_with` varchar(60) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictcensoring` -- LOCK TABLES `readyconvictcensoring` WRITE; /*!40000 ALTER TABLE `readyconvictcensoring` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvictcensoring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictconfig` -- DROP TABLE IF EXISTS `readyconvictconfig`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictconfig` ( `conf_name` varchar(255) NOT NULL default '', `conf_value` text, PRIMARY KEY (`conf_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictconfig` -- LOCK TABLES `readyconvictconfig` WRITE; /*!40000 ALTER TABLE `readyconvictconfig` DISABLE KEYS */; INSERT INTO `readyconvictconfig` VALUES ('o_cur_version','1.5.3'),('o_database_revision','18'),('o_searchindex_revision','2'),('o_parser_revision','2'),('o_board_title','Underground Cartel'),('o_board_desc','<p><span>The Official Community for talent</span></p>'),('o_default_timezone','0'),('o_time_format','H:i:s'),('o_date_format','Y-m-d'),('o_timeout_visit','1800'),('o_timeout_online','300'),('o_redirect_delay','1'),('o_show_version','0'),('o_show_user_info','1'),('o_show_post_count','1'),('o_signatures','1'),('o_smilies','1'),('o_smilies_sig','1'),('o_make_links','1'),('o_default_lang','English'),('o_default_style','Air'),('o_default_user_group','4'),('o_topic_review','15'),('o_disp_topics_default','30'),('o_disp_posts_default','25'),('o_indent_num_spaces','4'),('o_quote_depth','3'),('o_quickpost','1'),('o_users_online','1'),('o_censoring','0'),('o_show_dot','0'),('o_topic_views','1'),('o_quickjump','1'),('o_gzip','0'),('o_additional_navlinks',''),('o_report_method','0'),('o_regs_report','0'),('o_default_email_setting','1'),('o_mailing_list','convictcartel@yahoo.com'),('o_avatars','1'),('o_avatars_dir','img/avatars'),('o_avatars_width','60'),('o_avatars_height','60'),('o_avatars_size','10240'),('o_search_all_forums','1'),('o_base_url','http://037cbcd.netsolhost.com/forum'),('o_admin_email','convictcartel@yahoo.com'),('o_webmaster_email','convictcartel@yahoo.com'),('o_forum_subscriptions','1'),('o_topic_subscriptions','1'),('o_smtp_host',NULL),('o_smtp_user','convict cartel'),('o_smtp_pass',NULL),('o_smtp_ssl','0'),('o_regs_allow','1'),('o_regs_verify','0'),('o_announcement','0'),('o_announcement_message','Underground Cartel Hip-Hop'),('o_rules','0'),('o_rules_message','You know the rules, keep it chill'),('o_maintenance','0'),('o_maintenance_message','The forums are temporarily down for maintenance. Please try again in a few minutes.'),('o_default_dst','0'),('o_feed_type','2'),('o_feed_ttl','0'),('p_message_bbcode','1'),('p_message_img_tag','1'),('p_message_all_caps','1'),('p_subject_all_caps','1'),('p_sig_all_caps','1'),('p_sig_bbcode','1'),('p_sig_img_tag','0'),('p_sig_length','400'),('p_sig_lines','4'),('p_allow_banned_email','1'),('p_allow_dupe_email','0'),('p_force_guest_email','1'); /*!40000 ALTER TABLE `readyconvictconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictforum_perms` -- DROP TABLE IF EXISTS `readyconvictforum_perms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictforum_perms` ( `group_id` int(10) NOT NULL default '0', `forum_id` int(10) NOT NULL default '0', `read_forum` tinyint(1) NOT NULL default '1', `post_replies` tinyint(1) NOT NULL default '1', `post_topics` tinyint(1) NOT NULL default '1', PRIMARY KEY (`group_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictforum_perms` -- LOCK TABLES `readyconvictforum_perms` WRITE; /*!40000 ALTER TABLE `readyconvictforum_perms` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvictforum_perms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictforum_subscriptions` -- DROP TABLE IF EXISTS `readyconvictforum_subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictforum_subscriptions` ( `user_id` int(10) unsigned NOT NULL default '0', `forum_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictforum_subscriptions` -- LOCK TABLES `readyconvictforum_subscriptions` WRITE; /*!40000 ALTER TABLE `readyconvictforum_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvictforum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictforums` -- DROP TABLE IF EXISTS `readyconvictforums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictforums` ( `id` int(10) unsigned NOT NULL auto_increment, `forum_name` varchar(80) NOT NULL default 'New forum', `forum_desc` text, `redirect_url` varchar(100) default NULL, `moderators` text, `num_topics` mediumint(8) unsigned NOT NULL default '0', `num_posts` mediumint(8) unsigned NOT NULL default '0', `last_post` int(10) unsigned default NULL, `last_post_id` int(10) unsigned default NULL, `last_poster` varchar(200) default NULL, `sort_by` tinyint(1) NOT NULL default '0', `disp_position` int(10) NOT NULL default '0', `cat_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictforums` -- LOCK TABLES `readyconvictforums` WRITE; /*!40000 ALTER TABLE `readyconvictforums` DISABLE KEYS */; INSERT INTO `readyconvictforums` VALUES (2,'UC Hip-Hop Show Off','Post your talents here for others to view and reach out!',NULL,NULL,0,0,NULL,NULL,NULL,0,0,1),(3,'Emcees lyrics','Write, battle, sell and buy lyrics here!',NULL,NULL,0,0,NULL,NULL,NULL,0,0,1),(4,'Music Videos & Media','Your audio and music videos to show to the world!',NULL,NULL,0,0,NULL,NULL,NULL,0,0,1),(5,'Applications','Apply for sponsorship\'s here, Convict Cartel and other (Labels, sponsors) will be lurking.',NULL,NULL,1,1,1374829521,2,'Convict Cartel',0,0,2),(6,'Basic and general discussion','talk about. nothing',NULL,NULL,1,1,1374829610,3,'Convict Cartel',0,0,3),(7,'Skate','any skate talk and or videos can be posted here, Convict Cartel sponsors those with unique skill and you may even get noticed by other sponsors as well. Good luck and show off!',NULL,NULL,0,0,NULL,NULL,NULL,0,0,4),(8,'Dance','Dancer? Wanna get known or just show off to the community? This is the place for you.',NULL,NULL,0,0,NULL,NULL,NULL,0,0,4),(9,'Beat Production','Sell, show off or purchase beats here!',NULL,NULL,1,1,1374829830,4,'Convict Cartel',0,0,4),(10,'Collaberations','Near another? Wanna get more views and combine fans? Discuss here',NULL,NULL,0,0,NULL,NULL,NULL,0,0,1); /*!40000 ALTER TABLE `readyconvictforums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictgroups` -- DROP TABLE IF EXISTS `readyconvictgroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictgroups` ( `g_id` int(10) unsigned NOT NULL auto_increment, `g_title` varchar(50) NOT NULL default '', `g_user_title` varchar(50) default NULL, `g_promote_min_posts` int(10) unsigned NOT NULL default '0', `g_promote_next_group` int(10) unsigned NOT NULL default '0', `g_moderator` tinyint(1) NOT NULL default '0', `g_mod_edit_users` tinyint(1) NOT NULL default '0', `g_mod_rename_users` tinyint(1) NOT NULL default '0', `g_mod_change_passwords` tinyint(1) NOT NULL default '0', `g_mod_ban_users` tinyint(1) NOT NULL default '0', `g_read_board` tinyint(1) NOT NULL default '1', `g_view_users` tinyint(1) NOT NULL default '1', `g_post_replies` tinyint(1) NOT NULL default '1', `g_post_topics` tinyint(1) NOT NULL default '1', `g_edit_posts` tinyint(1) NOT NULL default '1', `g_delete_posts` tinyint(1) NOT NULL default '1', `g_delete_topics` tinyint(1) NOT NULL default '1', `g_post_links` tinyint(1) NOT NULL default '1', `g_set_title` tinyint(1) NOT NULL default '1', `g_search` tinyint(1) NOT NULL default '1', `g_search_users` tinyint(1) NOT NULL default '1', `g_send_email` tinyint(1) NOT NULL default '1', `g_post_flood` smallint(6) NOT NULL default '30', `g_search_flood` smallint(6) NOT NULL default '30', `g_email_flood` smallint(6) NOT NULL default '60', `g_report_flood` smallint(6) NOT NULL default '60', PRIMARY KEY (`g_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictgroups` -- LOCK TABLES `readyconvictgroups` WRITE; /*!40000 ALTER TABLE `readyconvictgroups` DISABLE KEYS */; INSERT INTO `readyconvictgroups` VALUES (1,'Administrators','Administrator',0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0),(2,'Moderators','Moderator',0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0),(3,'Guests',NULL,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,1,0,60,30,0,0),(4,'Members',NULL,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,60,30,60,60); /*!40000 ALTER TABLE `readyconvictgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictonline` -- DROP TABLE IF EXISTS `readyconvictonline`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictonline` ( `user_id` int(10) unsigned NOT NULL default '1', `ident` varchar(200) NOT NULL default '', `logged` int(10) unsigned NOT NULL default '0', `idle` tinyint(1) NOT NULL default '0', `last_post` int(10) unsigned default NULL, `last_search` int(10) unsigned default NULL, UNIQUE KEY `readyconvictonline_user_id_ident_idx` (`user_id`,`ident`(25)), KEY `readyconvictonline_ident_idx` (`ident`(25)), KEY `readyconvictonline_logged_idx` (`logged`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictonline` -- LOCK TABLES `readyconvictonline` WRITE; /*!40000 ALTER TABLE `readyconvictonline` DISABLE KEYS */; INSERT INTO `readyconvictonline` VALUES (1,'66.249.73.66',1374847559,0,NULL,NULL); /*!40000 ALTER TABLE `readyconvictonline` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictposts` -- DROP TABLE IF EXISTS `readyconvictposts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictposts` ( `id` int(10) unsigned NOT NULL auto_increment, `poster` varchar(200) NOT NULL default '', `poster_id` int(10) unsigned NOT NULL default '1', `poster_ip` varchar(39) default NULL, `poster_email` varchar(80) default NULL, `message` mediumtext, `hide_smilies` tinyint(1) NOT NULL default '0', `posted` int(10) unsigned NOT NULL default '0', `edited` int(10) unsigned default NULL, `edited_by` varchar(200) default NULL, `topic_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `readyconvictposts_topic_id_idx` (`topic_id`), KEY `readyconvictposts_multi_idx` (`poster_id`,`topic_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictposts` -- LOCK TABLES `readyconvictposts` WRITE; /*!40000 ALTER TABLE `readyconvictposts` DISABLE KEYS */; INSERT INTO `readyconvictposts` VALUES (2,'Convict Cartel',2,'108.215.61.113',NULL,'Welcome to our forums first of all. This is a public place not just for Convict Cartel to sponsor people with talent, but for other producers and other artists to get you noticed too. As of right now until the community builds to a larger level we are hoping for, these applications will be for us. All must be in this format or you most likely wont have filled out all the info for us to determine if we want you or not.\n\nIf you are posting to search for applications, simply create your own post, similar to this one, as this is ours.\n\n\nAPPLICATION FOR CONVICT CARTEL\n------------------\nName:\nAge:\nSkill:\n\nExample:\n-Place Links Like This-\n-Place Links Like This-\n-Place Links Like This-\n\nFanbase:\nTwitter\nFacebook\nGoogle+\nYoutube\nTumblr\n--------------------\n\nOn completion email us at Convictcartel@yahoo.com',0,1374829521,NULL,NULL,2),(3,'Convict Cartel',2,'108.215.61.113',NULL,'No Really. So who wants to talk to the company owners or about us. This is the feed we will check for all your comments.\nDont be afraid to post your own topic, help us grow ;)',0,1374829610,NULL,NULL,3),(4,'Convict Cartel',2,'108.215.61.113',NULL,'Hello! If your trying to sell a beat simply post it as if it was an add, and make sure you have an example link to your sounds.\nOn the topic post your title like so.\n\nSELL:\nBUY:\nSHOWOFF:\n\nAny incorrect posts will be locked and taken down, just to keep this section clean and tidy for on coming users and buyers!\n\n\n*REPORTED SCAMS WILL BE BANNED*',0,1374829830,NULL,NULL,4); /*!40000 ALTER TABLE `readyconvictposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictreports` -- DROP TABLE IF EXISTS `readyconvictreports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictreports` ( `id` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) unsigned NOT NULL default '0', `topic_id` int(10) unsigned NOT NULL default '0', `forum_id` int(10) unsigned NOT NULL default '0', `reported_by` int(10) unsigned NOT NULL default '0', `created` int(10) unsigned NOT NULL default '0', `message` text, `zapped` int(10) unsigned default NULL, `zapped_by` int(10) unsigned default NULL, PRIMARY KEY (`id`), KEY `readyconvictreports_zapped_idx` (`zapped`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictreports` -- LOCK TABLES `readyconvictreports` WRITE; /*!40000 ALTER TABLE `readyconvictreports` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvictreports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictsearch_cache` -- DROP TABLE IF EXISTS `readyconvictsearch_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictsearch_cache` ( `id` int(10) unsigned NOT NULL default '0', `ident` varchar(200) NOT NULL default '', `search_data` mediumtext, PRIMARY KEY (`id`), KEY `readyconvictsearch_cache_ident_idx` (`ident`(8)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictsearch_cache` -- LOCK TABLES `readyconvictsearch_cache` WRITE; /*!40000 ALTER TABLE `readyconvictsearch_cache` DISABLE KEYS */; INSERT INTO `readyconvictsearch_cache` VALUES (518182057,'66.249.73.66','a:6:{s:10:\"search_ids\";s:42:\"a:3:{i:0;s:1:\"4\";i:1;s:1:\"3\";i:2;s:1:\"2\";}\";s:8:\"num_hits\";i:3;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:7:\"show_as\";s:6:\"topics\";s:11:\"search_type\";a:2:{i:0;s:6:\"action\";i:1;s:11:\"show_recent\";}}'),(1980142025,'66.249.73.66','a:6:{s:10:\"search_ids\";s:42:\"a:3:{i:0;s:1:\"4\";i:1;s:1:\"3\";i:2;s:1:\"2\";}\";s:8:\"num_hits\";i:3;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:7:\"show_as\";s:6:\"topics\";s:11:\"search_type\";a:2:{i:0;s:6:\"action\";i:1;s:15:\"show_unanswered\";}}'),(103867672,'66.249.73.66','a:6:{s:10:\"search_ids\";s:42:\"a:3:{i:0;s:1:\"4\";i:1;s:1:\"3\";i:2;s:1:\"2\";}\";s:8:\"num_hits\";i:3;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:7:\"show_as\";s:5:\"posts\";s:11:\"search_type\";a:3:{i:0;s:6:\"action\";i:1;s:15:\"show_user_posts\";i:2;i:2;}}'),(2075224502,'66.249.73.66','a:6:{s:10:\"search_ids\";s:42:\"a:3:{i:0;s:1:\"4\";i:1;s:1:\"3\";i:2;s:1:\"2\";}\";s:8:\"num_hits\";i:3;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:7:\"show_as\";s:6:\"topics\";s:11:\"search_type\";a:3:{i:0;s:6:\"action\";i:1;s:16:\"show_user_topics\";i:2;i:2;}}'); /*!40000 ALTER TABLE `readyconvictsearch_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictsearch_matches` -- DROP TABLE IF EXISTS `readyconvictsearch_matches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictsearch_matches` ( `post_id` int(10) unsigned NOT NULL default '0', `word_id` int(10) unsigned NOT NULL default '0', `subject_match` tinyint(1) NOT NULL default '0', KEY `readyconvictsearch_matches_word_id_idx` (`word_id`), KEY `readyconvictsearch_matches_post_id_idx` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictsearch_matches` -- LOCK TABLES `readyconvictsearch_matches` WRITE; /*!40000 ALTER TABLE `readyconvictsearch_matches` DISABLE KEYS */; INSERT INTO `readyconvictsearch_matches` VALUES (2,16,0),(2,17,0),(2,18,0),(2,19,0),(2,20,0),(2,21,0),(2,22,0),(2,23,0),(2,24,0),(2,25,0),(2,26,0),(2,27,0),(2,28,0),(2,29,0),(2,30,0),(2,31,0),(2,32,0),(2,33,0),(2,34,0),(2,35,0),(2,36,0),(2,37,0),(2,38,0),(2,39,0),(2,40,0),(2,41,0),(2,42,0),(2,43,0),(2,44,0),(2,45,0),(2,46,0),(2,47,0),(2,48,0),(2,49,0),(2,50,0),(2,51,0),(2,52,0),(2,53,0),(2,54,0),(2,55,0),(2,56,0),(2,57,0),(2,58,0),(2,59,0),(2,60,0),(2,61,0),(2,62,0),(2,63,0),(2,64,0),(2,49,1),(2,22,1),(2,21,1),(2,66,1),(2,65,1),(3,72,0),(3,73,0),(3,69,0),(3,71,0),(3,70,0),(3,68,0),(3,67,0),(3,74,1),(3,75,1),(3,76,0),(3,79,0),(3,78,0),(3,46,0),(3,47,0),(3,77,0),(4,44,0),(4,47,0),(4,53,0),(4,77,0),(4,80,0),(4,81,0),(4,82,0),(4,83,0),(4,84,0),(4,85,0),(4,86,0),(4,87,0),(4,88,0),(4,89,0),(4,90,0),(4,91,0),(4,92,0),(4,93,0),(4,94,0),(4,95,0),(4,96,0),(4,97,0),(4,98,0),(4,99,0),(4,100,0),(4,101,0),(4,102,0),(4,103,0),(4,104,0),(4,105,0),(4,83,1),(4,107,1),(4,106,1); /*!40000 ALTER TABLE `readyconvictsearch_matches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictsearch_words` -- DROP TABLE IF EXISTS `readyconvictsearch_words`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictsearch_words` ( `id` int(10) unsigned NOT NULL auto_increment, `word` varchar(20) character set utf8 collate utf8_bin NOT NULL default '', PRIMARY KEY (`word`), KEY `readyconvictsearch_words_id_idx` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=108 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictsearch_words` -- LOCK TABLES `readyconvictsearch_words` WRITE; /*!40000 ALTER TABLE `readyconvictsearch_words` DISABLE KEYS */; INSERT INTO `readyconvictsearch_words` VALUES (30,'community'),(29,'right'),(28,'noticed'),(27,'artists'),(26,'producers'),(25,'talent'),(24,'people'),(23,'sponsor'),(22,'cartel'),(21,'convict'),(20,'place'),(19,'public'),(18,'first'),(17,'forums'),(16,'welcome'),(31,'builds'),(32,'larger'),(33,'level'),(34,'hoping'),(35,'applications'),(36,'format'),(37,'likely'),(38,'wont'),(39,'filled'),(40,'info'),(41,'determine'),(42,'posting'),(43,'search'),(44,'simply'),(45,'create'),(46,'own'),(47,'post'),(48,'similar'),(49,'application'),(50,'name'),(51,'age'),(52,'skill'),(53,'example'),(54,'links'),(55,'fanbase'),(56,'twitter'),(57,'facebook'),(58,'google'),(59,'youtube'),(60,'tumblr'),(61,'completion'),(62,'email'),(63,'convictcartel'),(64,'yahoo'),(65,'rules'),(66,'important'),(67,'wants'),(68,'talk'),(69,'company'),(70,'owners'),(71,'feed'),(72,'check'),(73,'comments'),(74,'generally'),(75,'speaking'),(76,'afraid'),(77,'topic'),(78,'help'),(79,'grow'),(80,'hello'),(81,'trying'),(82,'sell'),(83,'beat'),(84,'add'),(85,'sure'),(86,'link'),(87,'sounds'),(88,'title'),(89,'buy'),(90,'showoff'),(91,'incorrect'),(92,'posts'),(93,'locked'),(94,'taken'),(95,'down'),(96,'keep'),(97,'section'),(98,'clean'),(99,'tidy'),(100,'coming'),(101,'users'),(102,'buyers'),(103,'reported'),(104,'scams'),(105,'banned'),(106,'selling'),(107,'buying'); /*!40000 ALTER TABLE `readyconvictsearch_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvicttopic_subscriptions` -- DROP TABLE IF EXISTS `readyconvicttopic_subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvicttopic_subscriptions` ( `user_id` int(10) unsigned NOT NULL default '0', `topic_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvicttopic_subscriptions` -- LOCK TABLES `readyconvicttopic_subscriptions` WRITE; /*!40000 ALTER TABLE `readyconvicttopic_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `readyconvicttopic_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvicttopics` -- DROP TABLE IF EXISTS `readyconvicttopics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvicttopics` ( `id` int(10) unsigned NOT NULL auto_increment, `poster` varchar(200) NOT NULL default '', `subject` varchar(255) NOT NULL default '', `posted` int(10) unsigned NOT NULL default '0', `first_post_id` int(10) unsigned NOT NULL default '0', `last_post` int(10) unsigned NOT NULL default '0', `last_post_id` int(10) unsigned NOT NULL default '0', `last_poster` varchar(200) default NULL, `num_views` mediumint(8) unsigned NOT NULL default '0', `num_replies` mediumint(8) unsigned NOT NULL default '0', `closed` tinyint(1) NOT NULL default '0', `sticky` tinyint(1) NOT NULL default '0', `moved_to` int(10) unsigned default NULL, `forum_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `readyconvicttopics_forum_id_idx` (`forum_id`), KEY `readyconvicttopics_moved_to_idx` (`moved_to`), KEY `readyconvicttopics_last_post_idx` (`last_post`), KEY `readyconvicttopics_first_post_id_idx` (`first_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvicttopics` -- LOCK TABLES `readyconvicttopics` WRITE; /*!40000 ALTER TABLE `readyconvicttopics` DISABLE KEYS */; INSERT INTO `readyconvicttopics` VALUES (2,'Convict Cartel','Application Rules & Convict Cartel Application *IMPORTANT*',1374829521,2,1374829521,2,'Convict Cartel',4,0,0,1,NULL,5),(3,'Convict Cartel','Generally Speaking',1374829610,3,1374829610,3,'Convict Cartel',5,0,0,1,NULL,6),(4,'Convict Cartel','Selling a beat? Buying a beat?',1374829830,4,1374829830,4,'Convict Cartel',3,0,0,1,NULL,9); /*!40000 ALTER TABLE `readyconvicttopics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `readyconvictusers` -- DROP TABLE IF EXISTS `readyconvictusers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `readyconvictusers` ( `id` int(10) unsigned NOT NULL auto_increment, `group_id` int(10) unsigned NOT NULL default '3', `username` varchar(200) NOT NULL default '', `password` varchar(40) NOT NULL default '', `email` varchar(80) NOT NULL default '', `title` varchar(50) default NULL, `realname` varchar(40) default NULL, `url` varchar(100) default NULL, `jabber` varchar(80) default NULL, `icq` varchar(12) default NULL, `msn` varchar(80) default NULL, `aim` varchar(30) default NULL, `yahoo` varchar(30) default NULL, `location` varchar(30) default NULL, `signature` text, `disp_topics` tinyint(3) unsigned default NULL, `disp_posts` tinyint(3) unsigned default NULL, `email_setting` tinyint(1) NOT NULL default '1', `notify_with_post` tinyint(1) NOT NULL default '0', `auto_notify` tinyint(1) NOT NULL default '0', `show_smilies` tinyint(1) NOT NULL default '1', `show_img` tinyint(1) NOT NULL default '1', `show_img_sig` tinyint(1) NOT NULL default '1', `show_avatars` tinyint(1) NOT NULL default '1', `show_sig` tinyint(1) NOT NULL default '1', `timezone` float NOT NULL default '0', `dst` tinyint(1) NOT NULL default '0', `time_format` tinyint(1) NOT NULL default '0', `date_format` tinyint(1) NOT NULL default '0', `language` varchar(25) NOT NULL default 'English', `style` varchar(25) NOT NULL default 'Sulfur', `num_posts` int(10) unsigned NOT NULL default '0', `last_post` int(10) unsigned default NULL, `last_search` int(10) unsigned default NULL, `last_email_sent` int(10) unsigned default NULL, `last_report_sent` int(10) unsigned default NULL, `registered` int(10) unsigned NOT NULL default '0', `registration_ip` varchar(39) NOT NULL default '0.0.0.0', `last_visit` int(10) unsigned NOT NULL default '0', `admin_note` varchar(30) default NULL, `activate_string` varchar(80) default NULL, `activate_key` varchar(8) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `readyconvictusers_username_idx` (`username`(25)), KEY `readyconvictusers_registered_idx` (`registered`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `readyconvictusers` -- LOCK TABLES `readyconvictusers` WRITE; /*!40000 ALTER TABLE `readyconvictusers` DISABLE KEYS */; INSERT INTO `readyconvictusers` VALUES (1,3,'Guest','Guest','Guest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,1,1,1,1,1,0,0,0,0,'English','Sulfur',0,NULL,NULL,NULL,NULL,0,'0.0.0.0',0,NULL,NULL,NULL),(2,1,'Convict Cartel','32490bc724bb2af40ea0fe49f2fc3a32561e35b0','convictcartel@yahoo.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,1,1,1,1,1,0,0,0,0,'English','Sulfur',4,1374829830,NULL,NULL,NULL,1374775148,'108.215.61.113',1374834683,NULL,NULL,NULL),(3,4,'hype_lord','1096139c0febee0303b484061823e5b321350208','mkollie06@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,1,1,0,1,1,-6,0,0,0,'English','Oxygen',0,NULL,NULL,NULL,NULL,1374811131,'174.53.146.71',1374812629,NULL,NULL,NULL); /*!40000 ALTER TABLE `readyconvictusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `regimage` -- DROP TABLE IF EXISTS `regimage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `regimage` ( `regimagehash` char(32) NOT NULL default '', `imagestamp` char(6) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', KEY `regimagehash` (`regimagehash`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `regimage` -- LOCK TABLES `regimage` WRITE; /*!40000 ALTER TABLE `regimage` DISABLE KEYS */; /*!40000 ALTER TABLE `regimage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reminder` -- DROP TABLE IF EXISTS `reminder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reminder` ( `reminderid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `title` varchar(50) NOT NULL default '', `text` mediumtext NOT NULL, `duedate` int(10) unsigned NOT NULL default '0', `adminonly` smallint(5) unsigned NOT NULL default '1', `completedby` int(10) unsigned NOT NULL default '0', `completedtime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`reminderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reminder` -- LOCK TABLES `reminder` WRITE; /*!40000 ALTER TABLE `reminder` DISABLE KEYS */; /*!40000 ALTER TABLE `reminder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reputation` -- DROP TABLE IF EXISTS `reputation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reputation` ( `reputationid` int(10) unsigned NOT NULL auto_increment, `postid` int(11) NOT NULL default '1', `userid` int(11) NOT NULL default '1', `reputation` int(11) NOT NULL default '0', `whoadded` int(11) NOT NULL default '0', `reason` varchar(250) default NULL, `dateline` int(11) NOT NULL default '0', PRIMARY KEY (`reputationid`), KEY `userid` (`userid`), KEY `whoadded` (`whoadded`), KEY `multi` (`postid`,`userid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reputation` -- LOCK TABLES `reputation` WRITE; /*!40000 ALTER TABLE `reputation` DISABLE KEYS */; /*!40000 ALTER TABLE `reputation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reputationlevel` -- DROP TABLE IF EXISTS `reputationlevel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reputationlevel` ( `reputationlevelid` int(10) unsigned NOT NULL auto_increment, `minimumreputation` int(11) NOT NULL default '0', `level` varchar(250) default NULL, PRIMARY KEY (`reputationlevelid`), KEY `reputationlevel` (`minimumreputation`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reputationlevel` -- LOCK TABLES `reputationlevel` WRITE; /*!40000 ALTER TABLE `reputationlevel` DISABLE KEYS */; INSERT INTO `reputationlevel` VALUES (1,-999999,'is infamous around these parts'),(2,-50,'can only hope to improve'),(3,-10,'has a little shameless behaviour in the past'),(4,0,'is an unknown quantity at this point'),(5,10,'is on a distinguished road'),(6,50,'will become famous soon enough'),(7,150,'has a spectacular aura about'),(8,250,'is a jewel in the rough'),(9,350,'is just really nice'),(10,450,'is a glorious beacon of light'),(11,550,'is a name known to all'),(12,650,'is a splendid one to behold'),(13,2000,'has a reputation beyond repute'),(14,1500,'has a brilliant future'),(15,1000,'has much to be proud of'); /*!40000 ALTER TABLE `reputationlevel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `search` -- DROP TABLE IF EXISTS `search`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `search` ( `searchid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `ipaddress` char(15) NOT NULL default '', `personal` smallint(5) unsigned NOT NULL default '0', `query` varchar(200) NOT NULL default '', `searchuser` varchar(200) NOT NULL default '', `forumchoice` mediumtext NOT NULL, `sortby` varchar(200) NOT NULL default '', `sortorder` varchar(4) NOT NULL default '', `searchtime` float NOT NULL default '0', `showposts` smallint(5) unsigned NOT NULL default '0', `orderedids` mediumtext NOT NULL, `dateline` int(10) unsigned NOT NULL default '0', `searchterms` mediumtext NOT NULL, `displayterms` mediumtext NOT NULL, `searchhash` varchar(32) NOT NULL default '', PRIMARY KEY (`searchid`), UNIQUE KEY `searchunique` (`searchhash`,`sortby`,`sortorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `search` -- LOCK TABLES `search` WRITE; /*!40000 ALTER TABLE `search` DISABLE KEYS */; /*!40000 ALTER TABLE `search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `session` -- DROP TABLE IF EXISTS `session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `session` ( `sessionhash` char(32) NOT NULL default '', `userid` int(10) unsigned NOT NULL default '0', `host` char(15) NOT NULL default '', `idhash` char(32) NOT NULL default '', `lastactivity` int(10) unsigned NOT NULL default '0', `location` char(255) NOT NULL default '', `useragent` char(100) NOT NULL default '', `styleid` smallint(5) unsigned NOT NULL default '0', `loggedin` smallint(5) unsigned NOT NULL default '0', `inforum` smallint(5) unsigned NOT NULL default '0', `inthread` int(10) unsigned NOT NULL default '0', `incalendar` smallint(5) unsigned NOT NULL default '0', `badlocation` smallint(5) unsigned NOT NULL default '0', `bypass` tinyint(4) NOT NULL default '0', PRIMARY KEY (`sessionhash`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `session` -- LOCK TABLES `session` WRITE; /*!40000 ALTER TABLE `session` DISABLE KEYS */; INSERT INTO `session` VALUES ('14a58ea316698170325c289d68217e02',1,'108.215.61.113','c6050797e91b73eeb73cfdca21f8b75a',1374847845,'/community/upload/admincp/template.php?do=findupdates','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safar',0,1,0,0,0,0,1),('17d2c9574855ea2b1644ff222f8733e8',1,'108.215.61.113','c6050797e91b73eeb73cfdca21f8b75a',1374851930,'/community/upload/usercp.php?','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safar',0,0,0,0,0,0,0); /*!40000 ALTER TABLE `session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `setting` ( `varname` varchar(100) NOT NULL default '', `grouptitle` varchar(50) NOT NULL default '', `value` mediumtext NOT NULL, `defaultvalue` mediumtext NOT NULL, `optioncode` mediumtext NOT NULL, `displayorder` smallint(5) unsigned NOT NULL default '0', `advanced` smallint(6) NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`varname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; INSERT INTO `setting` VALUES ('templateversion','version','3.0.7','3.0.7','',10,0,1),('attachfile','version','0','0','<table>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach1\\\" value=\\\"0\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 0, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach1\\\"><b>No</b></label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach2\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach2\\\"><b>Yes</b> - userid/userid.attach</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach3\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach3\\\"><b>Yes</b> - u/s/e/r/i/d/userid.attach</label></td>\n</tr>\n</table>\n',20,0,1),('attachpath','version','/path/to/your/attachment/directory','/path/to/your/attachment/directory','',30,0,1),('usefileavatar','version','','','yesno',40,0,1),('avatarpath','version','./customavatars','./customavatars','',50,0,1),('avatarurl','version','customavatars','customavatars','',60,0,1),('divnotpara','version','1','1','yesno',80,0,1),('usebbcodeparserecurse','version','2','2','<table>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_reg\\\" value=\\\"0\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 0, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_reg\\\"><b>bbcodeparse2_regex()</b><br />(Fast, but <i>no</i> recursion allowed)</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_rec\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_rec\\\"><b>bbcodeparse2_recurse()</b><br />(Slow, full recursion allowed)</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_regrec\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, HTML_CHECKED) . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_regrec\\\"><b>bbcodeparse2_regexrecurse()</b><br />(Recommended, full recursion allowed and empty tags removed for better censor ability)</label></td>\n</tr>\n</table>\n',90,0,1),('fulltextsearch','version','0','0','yesno',100,0,1),('bbactive','onoff','1','1','yesno',10,0,1),('bbclosedreason','onoff','<p>Sorry, the board is unavailable at the moment while we are testing some functionality.</p>\n<p>We will be back soon...</p>','<p>Sorry, the board is unavailable at the moment while we are testing some functionality.</p>\n<p>We will be back soon...</p>','textarea',20,0,1),('bbtitle','address','Underground Cartel','vBulletin Forums','',10,0,1),('bburl','address','http://www.convictcartel.com/community','http://www.domain.com/forums','',20,0,1),('hometitle','address','Underground Cartel','My Home Page','',30,0,1),('homeurl','address','http://www.convictcartel.com','http://www.domain.com/','',40,0,1),('contactuslink','address','sendmessage.php','sendmessage.php','',50,0,1),('contactusoptions','address','Site Feedback\nRegistration Problem','Site Feedback\nRegistration Problem','textarea',55,0,1),('webmasteremail','address','SCRiPTMAFiA@convictcartel.com','webmaster@domain.com','',60,0,1),('privacyurl','address','','','',70,0,1),('copyrighttext','address','','','',80,0,1),('companyname','address','','','',90,0,1),('faxnumber','address','','','',100,0,1),('address','address','','','',110,0,1),('keywords','general','','','',10,0,1),('description','general','','','',20,0,1),('useforumjump','general','1','1','yesno',40,0,1),('pagenavpages','general','3','3','',50,0,1),('enableaccess','general','1','1','yesno',60,0,1),('showimicons','general','1','1','yesno',80,0,1),('addtemplatename','general','','','yesno',300,0,1),('usestrikesystem','general','1','1','yesno',310,0,1),('yestoday','datetime','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[normal]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[yesterday_today]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[detailed]</option>\n</select>',10,0,1),('timeoffset','datetime','0','0','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\".construct_select_options(fetch_timezones_array(),$setting[value]).\"</select>',20,0,1),('dstonoff','datetime','0','0','yesno',25,0,1),('dateformat','datetime','m-d-Y','m-d-Y','',30,0,1),('timeformat','datetime','h:i A','h:i A','',40,0,1),('registereddateformat','datetime','M Y','M Y','',50,0,1),('calformat1','datetime','F j, Y','F j, Y','',60,0,1),('calformat2','datetime','F j','F j','',70,0,1),('logdateformat','datetime','H:i, jS M Y','H:i, jS M Y','',80,0,1),('cookietimeout','http','900','900','',10,0,1),('cookiepath','http','/','/','',20,0,1),('cookiedomain','http','','','',30,0,1),('gzipoutput','http','1','1','yesno',100,0,1),('gziplevel','http','1','1','',110,0,1),('addheaders','http','','','yesno',200,0,1),('nocacheheaders','http','0','0','yesno',220,0,1),('useheaderredirect','http','1','1','yesno',230,0,1),('allowphpinfo','server','0','0','yesno',10,0,1),('cachemaxage','server','0','0','',30,0,1),('threadviewslive','server','','','yesno',40,0,1),('attachmentviewslive','server','','','yesno',41,0,1),('emailsendnum','server','10','10','',50,0,1),('sessionlimit','server','0','0','',100,0,1),('loadlimit','server','0','0','',110,0,1),('allowimgsizefailure','server','','','yesno',200,0,1),('gdversion','server','0','0','<span class=\\\"smallfont\\\">$vbphrase[likely_gd_version] : <b>\" . $gdinfo[\'GD Version\'] . \"</b></span><br /><br /><select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[none]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">GD 1.6.x/1.8.x</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">GD 2+</option>\n</select>',205,0,1),('safeupload','server','','','yesno',210,0,1),('tmppath','server','/tmp','/tmp','',220,0,1),('usemailqueue','server','1','1','yesno',230,0,1),('needfromemail','server','0','0','yesno',240,0,1),('copypostindex','server','1','1','yesno',250,0,1),('languageid','stylelang','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\" . construct_select_options(fetch_language_titles_array(), $setting[\'value\']) . \"</select>',10,0,1),('styleid','stylelang','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\" . construct_select_options(fetch_style_title_options_array(), $setting[\'value\']) . \"</select>',50,0,1),('allowchangestyles','stylelang','1','1','yesno',60,0,1),('cleargifurl','stylelang','clear.gif','clear.gif','',70,0,1),('storecssasfile','stylelang','0','0','yesno',80,0,1),('usepopups','stylelang','1','1','yesno',90,0,1),('legacypostbit','stylelang','0','0','yesno',100,0,1),('enableemail','email','1','1','yesno',10,0,1),('displayemails','email','1','1','yesno',20,0,1),('secureemail','email','','','yesno',30,0,1),('emailfloodtime','email','60','60','',40,0,1),('enablecensor','censor','1','1','yesno',10,0,1),('censorchar','censor','*','*','',20,0,1),('censorwords','censor','','','textarea',30,0,1),('blankasciistrip','censor','160 173','160 173','',40,0,1),('allowregistration','register','1','1','yesno',10,0,1),('usecoppa','register','','','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[coppa_disabled]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[coppa_enabled]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[deny_under_13_registration]</option>\n</select>',15,0,1),('moderatenewmembers','register','','','yesno',20,0,1),('regimagecheck','register','1','1','yesno',25,0,1),('welcomemail','register','1','1','yesno',30,0,1),('newuseremail','register','','','',40,0,1),('allowmultiregs','register','','','yesno',50,0,1),('verifyemail','register','','','yesno',60,0,1),('requireuniqueemail','register','1','1','yesno',70,0,1),('minuserlength','register','3','3','',80,0,1),('maxuserlength','register','25','25','',90,0,1),('illegalusernames','register','','','',100,0,1),('usereferrer','register','1','1','yesno',120,0,1),('defaultregoptions','register','4686473','4686473',' </td><td> </td></tr>\n<tr>\n <td colspan=\\\"2\\\" class=\\\"alt1\\\">\n \n \n\n<table cellspacing=\\\"0\\\" cellpadding=\\\"2\\\" width=\\\"100%\\\">\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[receive_admin_emails]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_adminemail\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_ADMINEMAIL . \"\\\" id=\\\"cb_adminemail\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_ADMINEMAIL), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[invisible_mode]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_invisible\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_INVISIBLEMODE . \"\\\" id=\\\"cb_invisible\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_INVISIBLEMODE), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_email]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_displayemail\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_RECEIVEEMAIL . \"\\\" id=\\\"cb_displayemail\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_RECEIVEEMAIL), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[receive_private_messages]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_receivepm\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_ENABLEPM . \"\\\" id=\\\"cb_receivepm\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_ENABLEPM), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[send_notification_email_when_a_private_message_is_received]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_emailonpm\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_EMAILONPM . \"\\\" id=\\\"cb_emailonpm\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_EMAILONPM), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[pop_up_notification_box_when_a_private_message_is_received]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_pmpopup\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_PMPOPUP . \"\\\" id=\\\"cb_pmpopup\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_PMPOPUP), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[allow_vcard_download]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_vcard\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_VCARD . \"\\\" id=\\\"cb_vcard\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_VCARD), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_signatures]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_sig\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_SIGNATURE . \"\\\" id=\\\"cb_sig\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SIGNATURE), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_avatars]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_avatar\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_AVATAR . \"\\\" id=\\\"cb_avatar\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_AVATAR), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_images]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_images\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_IMAGE . \"\\\" id=\\\"cb_images\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_IMAGE), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_reputation]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_reputation\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_SHOWREPUTATION . \"\\\" id=\\\"cb_reputation\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SHOWREPUTATION), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[auto_subscription_mode]</td>\n <td class=\\\"smallfont\\\">\n <select name=\\\"setting[$setting[varname]][]\\\" class=\\\"bginput\\\">\n <option value=\\\"\" . REGOPTION_SUBSCRIBE_NONE . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SUBSCRIBE_NONE), HTML_SELECTED) . \">$vbphrase[subscribe_choice_none]</option>\n <option value=\\\"\" . REGOPTION_SUBSCRIBE_NONOTIFY . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SUBSCRIBE_NONOTIFY), HTML_SELECTED) . \">$vbphrase[subscribe_choice_0]</option>\n <option value=\\\"\" . REGOPTION_SUBSCRIBE_INSTANT . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SUBSCRIBE_INSTANT), HTML_SELECTED) . \">$vbphrase[subscribe_choice_1]</option>\n <option value=\\\"\" . REGOPTION_SUBSCRIBE_DAILY . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SUBSCRIBE_DAILY), HTML_SELECTED) . \">$vbphrase[subscribe_choice_2]</option>\n <option value=\\\"\" . REGOPTION_SUBSCRIBE_WEEKLY . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_SUBSCRIBE_WEEKLY), HTML_SELECTED) . \">$vbphrase[subscribe_choice_3]</option>\n </select>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[message_editor_interface]</td>\n <td class=\\\"smallfont\\\">\n <select name=\\\"setting[$setting[varname]][]\\\" class=\\\"bginput\\\">\n <option value=\\\"\" . REGOPTION_VBCODE_NONE . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_VBCODE_NONE), HTML_SELECTED) . \">$vbphrase[do_not_show_editor_toolbar]</option>\n <option value=\\\"\" . REGOPTION_VBCODE_STANDARD . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_VBCODE_STANDARD), HTML_SELECTED) . \">$vbphrase[show_standard_editor_toolbar]</option>\n <option value=\\\"\" . REGOPTION_VBCODE_ENHANCED. \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_VBCODE_ENHANCED), HTML_SELECTED) . \">$vbphrase[show_enhanced_editor_toolbar]</option>\n </select>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[thread_display_mode]</td>\n <td class=\\\"smallfont\\\">\n <select name=\\\"setting[$setting[varname]][]\\\" class=\\\"bginput\\\">\n <option value=\\\"\" . REGOPTION_THREAD_LINEAR_OLDEST . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_THREAD_LINEAR_OLDEST), HTML_SELECTED) . \">$vbphrase[linear] - $vbphrase[oldest_first]</option>\n <option value=\\\"\" . REGOPTION_THREAD_LINEAR_NEWEST . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_THREAD_LINEAR_NEWEST), HTML_SELECTED) . \">$vbphrase[linear] - $vbphrase[newest_first]</option>\n <option value=\\\"\" . REGOPTION_THREAD_THREADED . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_THREAD_THREADED), HTML_SELECTED) . \">$vbphrase[threaded]</option>\n <option value=\\\"\" . REGOPTION_THREAD_HYBRID . \"\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_THREAD_HYBRID), HTML_SELECTED) . \">$vbphrase[hybrid]</option>\n </select>\n </td>\n</tr>\n<tr>\n <td colspan=\\\"2\\\" class=\\\"smallfont\\\">\n <hr />\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">\n $vbphrase[require_birthday]\n </td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_reqbirthday\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"\" . REGOPTION_REQBIRTHDAY . \"\\\" id=\\\"cb_reqbirthday\\\" \" . iif(bitwise($setting[\'value\'], REGOPTION_REQBIRTHDAY), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n</table>\n\n</td>\n',130,0,1),('ctMaxChars','user','25','25','',10,0,1),('ctCensorWords','user','admin forum moderator vbulletin leader','admin forum moderator vbulletin leader','textarea',20,0,1),('ctCensorMod','user','1','1','yesno',30,0,1),('allowsignatures','user','1','1','yesno',100,0,1),('sigmax','user','500','500','',110,0,1),('allowbbcode','user','1','1','yesno',120,0,1),('allowsmilies','user','1','1','yesno',130,0,1),('allowbbimagecode','user','','','yesno',140,0,1),('allowhtml','user','','','yesno',150,0,1),('ignoremods','user','0','0','yesno',300,0,1),('avatarenabled','userpix','1','1','yesno',10,0,1),('numavatarswide','userpix','5','5','',20,0,1),('numavatarsperpage','userpix','10','10','',30,0,1),('profilepicenabled','userpix','1','1','yesno',40,0,1),('reputationenable','reputation','','','yesno',10,0,1),('reputationdefault','reputation','10','10','',25,0,1),('reputationundefined','reputation','is off the scale','is off the scale','',27,0,1),('showuserrates','reputation','5','5','',30,0,1),('adminpower','reputation','10','10','',40,0,1),('rdpower','reputation','365','365','',70,0,1),('pcpower','reputation','1000','1000','',80,0,1),('kppower','reputation','100','100','',90,0,1),('minreputationpost','reputation','50','50','',100,0,1),('minreputationcount','reputation','10','10','',110,0,1),('maxreputationperday','reputation','10','10','',120,0,1),('reputationrepeat','reputation','20','20','',130,0,1),('unallowvbcode','usernote','1','1','yesno',10,0,1),('unallowsmilies','usernote','1','1','yesno',20,0,1),('unallowimg','usernote','1','1','yesno',30,0,1),('unallowhtml','usernote','','','yesno',40,0,1),('enablememberlist','memberlist','1','1','yesno',10,0,1),('memberlistposts','memberlist','0','0','',15,0,1),('memberlistfields','memberlist','216','216','<input type=\\\"hidden\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"0\\\" />\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\n<tr valign=\\\"top\\\">\n <td class=\\\"smallfont\\\" nowrap=\\\"nowrap\\\">\n <label for=\\\"mlf1\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf1\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 1), HTML_CHECKED) . \" />$vbphrase[home_page]</label><br />\n <label for=\\\"mlf2\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf2\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 2), HTML_CHECKED) . \" />$vbphrase[search]</label><br />\n <label for=\\\"mlf4\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf4\\\" value=\\\"4\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 4), HTML_CHECKED) . \" />$vbphrase[join_date]</label><br />\n <label for=\\\"mlf8\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf8\\\" value=\\\"8\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 8), HTML_CHECKED) . \" />$vbphrase[post_count]</label><br />\n <label for=\\\"mlf16\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf16\\\" value=\\\"16\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 16), HTML_CHECKED) . \" />$vbphrase[user_title]</label><br />\n <label for=\\\"mlf32\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf32\\\" value=\\\"32\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 32), HTML_CHECKED) . \" />$vbphrase[last_visit]</label><br />\n <label for=\\\"mlf64\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf64\\\" value=\\\"64\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 64), HTML_CHECKED) . \" />$vbphrase[reputation]</label><br />\n </td>\n <td> </td>\n <td class=\\\"smallfont\\\" nowrap=\\\"nowrap\\\">\n <label for=\\\"mlf128\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf128\\\" value=\\\"128\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 128), HTML_CHECKED) . \" />$vbphrase[avatar]</label><br />\n <label for=\\\"mlf8192\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf8192\\\" value=\\\"8192\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 8192), HTML_CHECKED) . \" />$vbphrase[profile_picture]</label><br />\n <label for=\\\"mlf256\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf256\\\" value=\\\"256\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 256), HTML_CHECKED) . \" />$vbphrase[birthday]</label><br />\n <label for=\\\"mlf512\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf512\\\" value=\\\"512\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 512), HTML_CHECKED) . \" />$vbphrase[age]</label><br />\n <label for=\\\"mlf1024\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf1024\\\" value=\\\"1024\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 1024), HTML_CHECKED) . \" />$vbphrase[email] / $vbphrase[private_message]</label><br />\n <label for=\\\"mlf2048\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf2048\\\" value=\\\"2048\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 2048), HTML_CHECKED) . \" />$vbphrase[custom_fields]</label><br />\n <label for=\\\"mlf4096\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"mlf4096\\\" value=\\\"4096\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 4096), HTML_CHECKED) . \" />$vbphrase[instant_message_icons]</label><br />\n </td>\n</tr>\n</table>',20,0,1),('memberlistperpage','memberlist','30','30','',30,0,1),('usememberlistadvsearch','memberlist','1','1','yesno',50,0,1),('profilelastpost','memberlist','0','0','yesno',60,0,1),('enablebanning','banning','1','1','yesno',10,0,1),('banip','banning','','','textarea',20,0,1),('banemail','banning','','',' <textarea name=\\\"setting[banemail]\\\" rows=\\\"8\\\" cols=\\\"40\\\" dir=\\\"ltr\\\" class=\\\"bginput\\\" tabindex=\\\"1\\\" title=\\\"name="setting[banemail]"\\\">{$GLOBALS[datastore][banemail]}</textarea>',30,0,1),('allowkeepbannedemail','banning','1','1','yesno',40,0,1),('globalignore','banning','','','',50,0,1),('allowedbbcodes','bbcode','1023','1023','<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">\n<input type=\\\"hidden\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"0\\\" />\n<label for=\\\"bb1\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb1\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 1), HTML_CHECKED) . \" />$vbphrase[basic] ([B], [I], [U])</label><br />\n<label for=\\\"bb2\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb2\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 2), HTML_CHECKED) . \" />[COLOR]</label><br />\n<label for=\\\"bb4\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb4\\\" value=\\\"4\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 4), HTML_CHECKED) . \" />[SIZE]</label><br />\n<label for=\\\"bb8\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb8\\\" value=\\\"8\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 8), HTML_CHECKED) . \" />[FONT]</label><br />\n<label for=\\\"bb16\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb16\\\" value=\\\"16\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 16), HTML_CHECKED) . \" />$vbphrase[alignment] ([LEFT], [CENTER], [RIGHT], [INDENT])</label><br />\n<label for=\\\"bb32\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb32\\\" value=\\\"32\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 32), HTML_CHECKED) . \" />[LIST]</label><br />\n<label for=\\\"bb64\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb64\\\" value=\\\"64\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 64), HTML_CHECKED) . \" />$vbphrase[links] ([URL], [THREAD], [POST])</label><br />\n<label for=\\\"bb128\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb128\\\" value=\\\"128\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 128), HTML_CHECKED) . \" />[CODE]</label><br />\n<label for=\\\"bb256\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb256\\\" value=\\\"256\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 256), HTML_CHECKED) . \" />[PHP]</label><br />\n<label for=\\\"bb512\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"bb512\\\" value=\\\"512\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 512), HTML_CHECKED) . \" />[HTML]</label><br />\n</span>',10,0,1),('codemaxlines','bbcode','30','30','',20,0,1),('quickreply','posting','','','<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">\n <label for=\\\"qr0\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"qr0\\\" value=\\\"0\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 0, \' checked=\"checked\"\') . \" />$vbphrase[no]</label><br />\n <label for=\\\"qr3\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"qr3\\\" value=\\\"3\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 3, \' checked=\"checked\"\') . \" />$vbphrase[yes] - $vbphrase[do_not_show_editor_toolbar]</label><br />\n <label for=\\\"qr2\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"qr2\\\" value=\\\"2\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 2, \' checked=\"checked\"\') . \" />$vbphrase[yes] - $vbphrase[show_standard_editor_toolbar]</label><br />\n <label for=\\\"qr1\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"qr1\\\" value=\\\"1\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 1, \' checked=\"checked\"\') . \" />$vbphrase[yes] - $vbphrase[show_enhanced_editor_toolbar]</label>\n</span>',20,0,1),('quickreplyclick','posting','1','1','yesno',25,0,1),('postminchars','posting','10','10','',30,0,1),('ignorequotechars','posting','1','1','yesno',35,0,1),('quotetitle','posting','0','0','yesno',37,0,1),('postmaxchars','posting','10000','10000','',40,0,1),('maximages','posting','4','4','',50,0,1),('stopshouting','posting','1','1','yesno',60,0,1),('allowdynimg','posting','','','yesno',70,0,1),('floodchecktime','posting','30','30','',90,0,1),('editthreadtitlelimit','posting','5','5','',210,0,1),('addpolltimeout','posting','0','0','',215,0,1),('edittimelimit','posting','0','0','',220,0,1),('noeditedbytime','posting','2','2','',230,0,1),('logip','posting','1','1','<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">\n <label for=\\\"ip0\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" value=\\\"0\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 0, \' checked=\"checked\"\') . \" />$vbphrase[do_not_log_ip]</label><br />\n <label for=\\\"ip1\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" value=\\\"1\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 1, \' checked=\"checked\"\') . \" />$vbphrase[display_but_require_admin_or_mod]</label><br />\n <label for=\\\"ip2\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" value=\\\"2\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 2, \' checked=\"checked\"\') . \" />$vbphrase[display_publicly]</label>\n</span>',240,0,1),('allowvbcodebuttons','postiface','2','2','<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">\n <label for=\\\"wys0\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"wys0\\\" value=\\\"0\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 0, \' checked=\"checked\"\') . \" />$vbphrase[disable_controls]</label><br />\n <label for=\\\"wys1\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"wys1\\\" value=\\\"1\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 1, \' checked=\"checked\"\') . \" />$vbphrase[enable_standard_controls]</label><br />\n <label for=\\\"wys2\\\"><input type=\\\"radio\\\" name=\\\"setting[$settingid]\\\" id=\\\"wys2\\\" value=\\\"2\\\" tabindex=\\\"1\\\"\" . iif($setting[\'value\'] == 2, \' checked=\"checked\"\') . \" />$vbphrase[enable_standard_and_wysiwyg_controls]</label>\n</span>',10,0,1),('wysiwyg_show_smiliebox','postiface','0','0','yesno',20,0,1),('smtotal','postiface','15','15','',40,0,1),('smcolumns','postiface','3','3','',50,0,1),('wysiwyg_smtotal','postiface','15','15','',110,0,1),('syscolorpicker','postiface','0','0','yesno',120,0,1),('attachtotalspace','attachment','0','0','',10,0,1),('attachlimit','attachment','5','5','',20,0,1),('attachboxcount','attachment','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">1</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">2</option>\n<option value=\\\"3\\\" \" . iif($setting[\'value\']==3,\'selected=\"selected\"\') . \">3</option>\n<option value=\\\"4\\\" \" . iif($setting[\'value\']==4,\'selected=\"selected\"\') . \">4</option>\n<option value=\\\"5\\\" \" . iif($setting[\'value\']==5,\'selected=\"selected\"\') . \">5</option>\n<option value=\\\"6\\\" \" . iif($setting[\'value\']==6,\'selected=\"selected\"\') . \">6</option>\n<option value=\\\"7\\\" \" . iif($setting[\'value\']==7,\'selected=\"selected\"\') . \">7</option>\n<option value=\\\"8\\\" \" . iif($setting[\'value\']==8,\'selected=\"selected\"\') . \">8</option>\n<option value=\\\"9\\\" \" . iif($setting[\'value\']==9,\'selected=\"selected\"\') . \">9</option>\n<option value=\\\"10\\\" \" . iif($setting[\'value\']==10,\'selected=\"selected\"\') . \">10</option>\n</select>',23,0,1),('allowattachdel','attachment','1','1','yesno',25,0,1),('allowclosedattachdel','attachment','0','0','yesno',27,0,1),('allowduplicates','attachment','1','1','yesno',30,0,1),('viewattachedimages','attachment','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[no]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[yes]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[only_one_per_post]</option>\n</select>',40,0,1),('attachthumbs','attachment','0','0','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[no]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[yes]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[yes_sharpen]</option>\n</select>',50,0,1),('attachthumbssize','attachment','100','100','',60,0,1),('attachrow','attachment','5','5','',70,0,1),('thumbpng','attachment','1','1','yesno',80,0,1),('maxpolloptions','poll','10','10','',10,0,1),('maxpolllength','poll','100','100','',15,0,1),('updatelastpost','poll','','','yesno',20,0,1),('showvotes','poll','1','1','',100,0,1),('votechange','poll','','','yesno',110,0,1),('enablesearches','search','1','1','yesno',10,0,1),('searchfloodtime','search','0','0','',20,0,1),('minsearchlength','search','4','4','',30,0,1),('maxsearchlength','search','20','20','',40,0,1),('goodwords','search','vb vbb php sql','vb vbb php sql','textarea',45,0,1),('searchperpage','search','25','25','',50,0,1),('maxresults','search','500','500','',60,0,1),('allowwildcards','search','1','1','yesno',70,0,1),('similarthreadsearch','search','0','0','yesno',100,0,1),('similarthreadthreshold','search','3.5','3.5','',110,0,1),('multimatchscore','searchfunc','15','15','',100,0,1),('datescore','searchfunc','15','15','',175,0,1),('threadtitlescore','searchfunc','5','5','',200,0,1),('posttitlescore','searchfunc','5','5','',210,0,1),('replyscore','searchfunc','0.10','0.10','',220,0,1),('replyfunc','searchfunc','none','none','',225,0,1),('viewscore','searchfunc','0.01','0.01','',230,0,1),('viewfunc','searchfunc','none','none','',235,0,1),('ratescore','searchfunc','0.5','0.5','',240,0,1),('ratefunc','searchfunc','none','none','',245,0,1),('forumhome','forumhome','index','index','',1,0,1),('displayloggedin','forumhome','1','1','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[no]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[yes_alphabetical]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[yes_random]</option>\n</select>',10,0,1),('showbirthdays','forumhome','1','1','yesno',20,0,1),('birthdaydatecut','forumhome','0','0','',30,0,1),('showevents','forumhome','1','1','',40,0,1),('showholidays','forumhome','1','1','yesno',43,0,1),('showeventtype','forumhome','0','0','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[group_by_event]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[group_by_date]</option>\n</select>',45,0,1),('forumhomedepth','forumlist','2','2','',10,0,1),('forumdisplaydepth','forumlist','2','2','',15,0,1),('subforumdepth','forumlist','0','0','',20,0,1),('showforumdescription','forumlist','1','1','yesno',25,0,1),('hideprivateforums','forumlist','1','1','yesno',30,0,1),('showlocks','forumlist','','','yesno',40,0,1),('lastthreadchars','forumlist','30','30','',50,0,1),('showmoderatorcolumn','forumlist','','','yesno',70,0,1),('showforumusers','forumdisplay','','','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[no]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[yes_alphabetical]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[yes_random]</option>\n</select>',10,0,1),('maxthreads','forumdisplay','20','20','',20,0,1),('showstickies','forumdisplay','1','1','yesno',30,0,1),('showdots','forumdisplay','1','1','yesno',70,0,1),('usehotthreads','forumdisplay','1','1','yesno',100,0,1),('hotnumberviews','forumdisplay','150','150','',110,0,1),('hotnumberposts','forumdisplay','15','15','',120,0,1),('linktopages','forumdisplay','1','1','yesno',200,0,1),('maxmultipage','forumdisplay','3','3','',210,0,1),('threadpreview','forumdisplay','300','300','',220,0,1),('oneannounce','forumdisplay','1','1','yesno',230,0,1),('showthreadusers','showthread','','','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[no]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[yes_alphabetical]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[yes_random]</option>\n</select>',10,0,1),('maxposts','showthread','10','10','',20,0,1),('usermaxposts','showthread','5,10,20,30,40','5,10,20,30,40','',30,0,1),('showdeficon','showthread','images/icons/icon1.gif','images/icons/icon1.gif','',50,0,1),('wordwrap','showthread','50','50','',60,0,1),('threadvoted','showthread','','','yesno',230,0,1),('threadsubscribed','showthread','1','1','yesno',240,0,1),('showsimilarthreads','showthread','1','1','yesno',250,0,1),('postelements','showthread','0','0','<input type=\\\"hidden\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"0\\\" />\n<table cellspacing=\\\"0\\\" cellpadding=\\\"2\\\" width=\\\"100%\\\">\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_age]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_age\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"1\\\" id=\\\"cb_age\\\" \" . iif(bitwise($setting[\'value\'], 1), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n<tr>\n <td class=\\\"smallfont\\\">$vbphrase[display_reputation_power]</td>\n <td class=\\\"smallfont\\\">\n <label for=\\\"cb_reppower\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"2\\\" id=\\\"cb_reppower\\\" \" . iif(bitwise($setting[\'value\'], 2), HTML_CHECKED) . \" />$vbphrase[yes]</label>\n </td>\n</tr>\n</table>',300,0,1),('allowthreadedmode','threadedmode','1','1','yesno',10,0,1),('threadedmode','threadedmode','','','yesno',20,0,1),('threaded_listdepth','threadedmode','5','5','',30,0,1),('threaded_maxcache','threadedmode','40','40','',40,0,1),('enablepms','pm','1','1','yesno',10,0,1),('checknewpm','pm','1','1','yesno',20,0,1),('pmmaxchars','pm','5000','5000','',40,0,1),('pmfloodtime','pm','60','60','',50,0,1),('pmperpage','pm','50','50','',51,0,1),('pmmaxperpage','pm','100','100','',52,0,1),('privallowicons','pm','1','1','yesno',100,0,1),('privallowbbcode','pm','1','1','yesno',110,0,1),('privallowsmilies','pm','1','1','yesno',120,0,1),('privallowbbimagecode','pm','1','1','yesno',130,0,1),('privallowhtml','pm','','','yesno',140,0,1),('WOLenable','online','1','1','yesno',10,0,1),('WOLrefresh','online','60','60','',20,0,1),('WOLguests','online','1','1','yesno',30,0,1),('WOLresolve','online','','','yesno',40,0,1),('enablespiders','online','0','0','yesno',50,0,1),('spiderstrings','online','googlebot\nmediapartners-google\nlycos\nask jeeves\nscooter\nfast-webcrawler\nslurp@inktomi\nturnitinbot\nyahoo! slurp\nmsnbot','googlebot\nmediapartners-google\nlycos\nask jeeves\nscooter\nfast-webcrawler\nslurp@inktomi\nturnitinbot\nyahoo! slurp\nmsnbot',' <textarea name=\\\"setting[spiderstrings]\\\" rows=\\\"8\\\" cols=\\\"40\\\" dir=\\\"ltr\\\" class=\\\"bginput\\\" tabindex=\\\"1\\\" title=\\\"name="setting[spiderstrings]"\\\">{$GLOBALS[datastore][wol_spiders][spiderstrings]}</textarea>',60,0,1),('spiderdesc','online','Google\nMediapartners Adsense\nLycos\nAsk Jeeves\nAltavista\nAlltheWeb\nInktomi\nTurnitin.com\nYahoo\nMSN Search','Google\nMediapartners Adsense\nLycos\nAsk Jeeves\nAltavista\nAlltheWeb\nInktomi\nTurnitin.com\nYahoo\nMSN Search',' <textarea name=\\\"setting[spiderdesc]\\\" rows=\\\"8\\\" cols=\\\"40\\\" dir=\\\"ltr\\\" class=\\\"bginput\\\" tabindex=\\\"1\\\" title=\\\"name="setting[spiderdesc]"\\\">{$GLOBALS[datastore][wol_spiders][spiderdesc]}</textarea>',70,0,1),('archiveenabled','archive','1','1','yesno',10,0,1),('archive_threadsperpage','archive','250','250','',20,0,1),('archive_postsperpage','archive','250','250','',30,0,1),('cpstylefolder','admincp','vBulletin_3_Default','vBulletin_3_Default','cpstylefolder',10,0,1),('timeoutcontrolpanel','admincp','0','0','yesno',20,0,1),('adminquickstats','admincp','0','0','yesno',30,0,1),('cp_collapse_forums','admincp','0','0','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">$vbphrase[default]</option>\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">$vbphrase[collapsible]</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">$vbphrase[single]</option>\n</select>',40,0,1),('cp_usereditcolumns','admincp','2','2','<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">1</option>\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">2</option>\n</select>',50,0,1),('externaljs','external','','','yesno',10,0,1),('externalrss','external','','','yesno',20,0,1),('externalxml','external','','','yesno',30,0,1),('errorlogdatabase','errorhandling','','','',10,0,1),('errorlogsecurity','errorhandling','','','',20,0,1),('errorlogmaxsize','errorhandling','1048576','1048576','',30,0,1),('disableerroremail','errorhandling','0','0','yesno',40,0,1),('subscriptionmethods','subscriptions','0','0','<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">\n<input type=\\\"hidden\\\" name=\\\"setting[$setting[varname]][]\\\" value=\\\"0\\\" />\n<label for=\\\"paypal\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"paypal\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 1), HTML_CHECKED) . \" />PayPal</label><br />\n<label for=\\\"nochex\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"nochex\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 2), HTML_CHECKED) . \" />NOCHEX</label><br />\n<label for=\\\"worldpay\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"worldpay\\\" value=\\\"4\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 4), HTML_CHECKED) . \" />WorldPay</label><br />\n<label for=\\\"authorize\\\"><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][]\\\" id=\\\"authorize\\\" value=\\\"8\\\" tabindex=\\\"1\\\" \" . iif(bitwise($setting[\'value\'], 8), HTML_CHECKED) . \" />Authorize.Net</label><br />\n</span>',10,0,1),('ppemail','subscriptions','','','',20,0,1),('ncxemail','subscriptions','','','',30,0,1),('worldpay_instid','subscriptions','','','',40,0,1),('authorize_loginid','subscriptions','','','',50,0,1); /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settinggroup` -- DROP TABLE IF EXISTS `settinggroup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settinggroup` ( `grouptitle` char(50) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`grouptitle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settinggroup` -- LOCK TABLES `settinggroup` WRITE; /*!40000 ALTER TABLE `settinggroup` DISABLE KEYS */; INSERT INTO `settinggroup` VALUES ('version',0,1),('onoff',10,1),('address',20,1),('general',30,1),('datetime',40,1),('http',50,1),('server',60,1),('stylelang',65,1),('email',70,1),('censor',70,1),('register',200,1),('user',210,1),('userpix',220,1),('reputation',230,1),('usernote',240,1),('memberlist',250,1),('banning',260,1),('bbcode',300,1),('posting',310,1),('postiface',320,1),('attachment',350,1),('poll',360,1),('search',370,1),('searchfunc',380,1),('forumhome',400,1),('forumlist',410,1),('forumdisplay',420,1),('showthread',430,1),('threadedmode',435,1),('pm',440,1),('online',500,1),('archive',510,1),('admincp',520,1),('external',530,1),('errorhandling',540,1),('subscriptions',550,1); /*!40000 ALTER TABLE `settinggroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smilie` -- DROP TABLE IF EXISTS `smilie`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `smilie` ( `smilieid` smallint(5) unsigned NOT NULL auto_increment, `title` char(100) NOT NULL default '', `smilietext` char(10) NOT NULL default '', `smiliepath` char(100) NOT NULL default '', `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `displayorder` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`smilieid`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `smilie` -- LOCK TABLES `smilie` WRITE; /*!40000 ALTER TABLE `smilie` DISABLE KEYS */; INSERT INTO `smilie` VALUES (1,'Smile',':)','images/smilies/smile.gif',1,1),(2,'Embarrassment',':o','images/smilies/redface.gif',1,1),(3,'Big Grin',':D','images/smilies/biggrin.gif',1,1),(4,'Wink',';)','images/smilies/wink.gif',1,1),(5,'Stick Out Tongue',':p','images/smilies/tongue.gif',1,1),(6,'Cool',':cool:','images/smilies/cool.gif',1,5),(7,'Roll Eyes (Sarcastic)',':rolleyes:','images/smilies/rolleyes.gif',1,3),(8,'Mad',':mad:','images/smilies/mad.gif',1,1),(9,'EEK!',':eek:','images/smilies/eek.gif',1,7),(10,'Confused',':confused:','images/smilies/confused.gif',1,1),(11,'Frown',':(','images/smilies/frown.gif',1,1); /*!40000 ALTER TABLE `smilie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats` -- DROP TABLE IF EXISTS `stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stats` ( `dateline` int(10) unsigned NOT NULL default '0', `nuser` mediumint(8) unsigned NOT NULL default '0', `nthread` mediumint(8) unsigned NOT NULL default '0', `npost` mediumint(8) unsigned NOT NULL default '0', `ausers` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stats` -- LOCK TABLES `stats` WRITE; /*!40000 ALTER TABLE `stats` DISABLE KEYS */; /*!40000 ALTER TABLE `stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `strikes` -- DROP TABLE IF EXISTS `strikes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `strikes` ( `striketime` int(10) unsigned NOT NULL default '0', `strikeip` char(15) NOT NULL default '', `username` char(50) NOT NULL default '', KEY `striketime` (`striketime`), KEY `strikeip` (`strikeip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `strikes` -- LOCK TABLES `strikes` WRITE; /*!40000 ALTER TABLE `strikes` DISABLE KEYS */; /*!40000 ALTER TABLE `strikes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `style` -- DROP TABLE IF EXISTS `style`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `style` ( `styleid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `parentid` smallint(6) NOT NULL default '0', `parentlist` varchar(250) NOT NULL default '', `templatelist` mediumtext NOT NULL, `csscolors` mediumtext NOT NULL, `css` mediumtext NOT NULL, `stylevars` mediumtext NOT NULL, `replacements` mediumtext NOT NULL, `editorstyles` mediumtext NOT NULL, `userselect` smallint(5) unsigned NOT NULL default '1', `displayorder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`styleid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `style` -- LOCK TABLES `style` WRITE; /*!40000 ALTER TABLE `style` DISABLE KEYS */; INSERT INTO `style` VALUES (1,'Default Style',-1,'1,-1','a:361:{s:18:\".alt1, .alt1Active\";s:1:\"1\";s:18:\".alt2, .alt2Active\";s:1:\"2\";s:5:\".alt3\";s:1:\"3\";s:7:\".button\";s:1:\"4\";s:8:\".fjdpth0\";s:1:\"5\";s:8:\".fjdpth1\";s:1:\"6\";s:8:\".fjdpth2\";s:1:\"7\";s:8:\".fjdpth3\";s:1:\"8\";s:8:\".fjdpth4\";s:1:\"9\";s:6:\".fjsel\";s:2:\"10\";s:10:\".highlight\";s:2:\"11\";s:7:\".navbar\";s:2:\"12\";s:5:\".page\";s:2:\"13\";s:6:\".panel\";s:2:\"14\";s:14:\".panelsurround\";s:2:\"15\";s:10:\".smallfont\";s:2:\"16\";s:8:\".tborder\";s:2:\"17\";s:5:\".tcat\";s:2:\"18\";s:6:\".tfoot\";s:2:\"19\";s:6:\".thead\";s:2:\"20\";s:5:\".time\";s:2:\"21\";s:15:\".vbmenu_control\";s:2:\"22\";s:14:\".vbmenu_hilite\";s:2:\"23\";s:14:\".vbmenu_option\";s:2:\"24\";s:13:\".vbmenu_popup\";s:2:\"25\";s:8:\".wysiwyg\";s:2:\"26\";s:12:\"activateform\";s:3:\"362\";s:21:\"activate_requestemail\";s:3:\"332\";s:12:\"announcement\";s:3:\"333\";s:11:\"bbcode_code\";s:3:\"363\";s:11:\"bbcode_html\";s:3:\"365\";s:10:\"bbcode_php\";s:2:\"67\";s:12:\"bbcode_quote\";s:2:\"68\";s:22:\"board_inactive_warning\";s:3:\"334\";s:4:\"body\";s:2:\"27\";s:9:\"BUDDYLIST\";s:2:\"69\";s:12:\"buddylistbit\";s:2:\"70\";s:8:\"CALENDAR\";s:2:\"71\";s:12:\"calendarjump\";s:2:\"72\";s:15:\"calendarjumpbit\";s:2:\"73\";s:13:\"calendar_edit\";s:2:\"74\";s:25:\"calendar_edit_customfield\";s:2:\"75\";s:24:\"calendar_edit_recurrence\";s:2:\"76\";s:15:\"calendar_manage\";s:2:\"77\";s:16:\"calendar_monthly\";s:2:\"78\";s:25:\"calendar_monthly_birthday\";s:2:\"79\";s:20:\"calendar_monthly_day\";s:2:\"80\";s:26:\"calendar_monthly_day_other\";s:2:\"81\";s:22:\"calendar_monthly_event\";s:2:\"82\";s:23:\"calendar_monthly_header\";s:2:\"83\";s:21:\"calendar_monthly_week\";s:2:\"84\";s:17:\"CALENDAR_REMINDER\";s:2:\"85\";s:26:\"calendar_reminder_eventbit\";s:2:\"86\";s:22:\"calendar_showbirthdays\";s:2:\"87\";s:19:\"calendar_showevents\";s:2:\"88\";s:22:\"calendar_showeventsbit\";s:2:\"89\";s:34:\"calendar_showeventsbit_customfield\";s:2:\"90\";s:23:\"calendar_smallmonth_day\";s:2:\"91\";s:29:\"calendar_smallmonth_day_other\";s:2:\"92\";s:26:\"calendar_smallmonth_header\";s:2:\"93\";s:24:\"calendar_smallmonth_week\";s:2:\"94\";s:15:\"calendar_weekly\";s:2:\"95\";s:19:\"calendar_weekly_day\";s:2:\"96\";s:21:\"calendar_weekly_event\";s:2:\"97\";s:15:\"calendar_yearly\";s:2:\"98\";s:11:\"cellpadding\";s:2:\"34\";s:11:\"cellspacing\";s:2:\"35\";s:17:\"closedthreadimage\";s:2:\"36\";s:14:\"codeblockwidth\";s:2:\"37\";s:9:\"contactus\";s:3:\"335\";s:16:\"contactus_option\";s:3:\"336\";s:11:\"contenttype\";s:2:\"38\";s:19:\"editor_clientscript\";s:2:\"99\";s:21:\"editor_jsoptions_font\";s:3:\"100\";s:21:\"editor_jsoptions_size\";s:3:\"101\";s:16:\"editor_smiliebox\";s:3:\"102\";s:25:\"editor_smiliebox_category\";s:3:\"103\";s:20:\"editor_smiliebox_row\";s:3:\"104\";s:26:\"editor_smiliebox_straggler\";s:3:\"105\";s:26:\"editor_smiliemenu_category\";s:3:\"106\";s:24:\"editor_smiliemenu_smilie\";s:3:\"107\";s:22:\"editor_smilie_standard\";s:3:\"108\";s:21:\"editor_smilie_wysiwyg\";s:3:\"109\";s:25:\"editor_styles_button_down\";s:3:\"110\";s:26:\"editor_styles_button_hover\";s:3:\"111\";s:27:\"editor_styles_button_normal\";s:3:\"112\";s:29:\"editor_styles_button_selected\";s:3:\"113\";s:23:\"editor_styles_menu_down\";s:3:\"114\";s:24:\"editor_styles_menu_hover\";s:3:\"115\";s:25:\"editor_styles_menu_normal\";s:3:\"116\";s:24:\"editor_styles_popup_down\";s:3:\"117\";s:18:\"editor_toolbar_off\";s:3:\"118\";s:23:\"editor_toolbar_standard\";s:3:\"119\";s:22:\"editor_toolbar_wysiwyg\";s:3:\"120\";s:8:\"editpoll\";s:3:\"337\";s:8:\"editpost\";s:3:\"338\";s:5:\"EXTRA\";s:2:\"28\";s:6:\"EXTRA2\";s:2:\"29\";s:3:\"FAQ\";s:3:\"121\";s:6:\"faqbit\";s:3:\"122\";s:11:\"faqbit_link\";s:3:\"366\";s:6:\"footer\";s:3:\"339\";s:10:\"formspacer\";s:2:\"39\";s:9:\"formwidth\";s:2:\"40\";s:16:\"formwidth_usercp\";s:2:\"41\";s:12:\"FORUMDISPLAY\";s:3:\"124\";s:25:\"forumdisplay_announcement\";s:3:\"125\";s:25:\"forumdisplay_loggedinuser\";s:3:\"126\";s:22:\"forumdisplay_moderator\";s:3:\"127\";s:22:\"forumdisplay_sortarrow\";s:3:\"128\";s:9:\"FORUMHOME\";s:3:\"129\";s:15:\"forumhome_event\";s:3:\"130\";s:32:\"forumhome_forumbit_level1_nopost\";s:3:\"131\";s:30:\"forumhome_forumbit_level1_post\";s:3:\"132\";s:32:\"forumhome_forumbit_level2_nopost\";s:3:\"133\";s:30:\"forumhome_forumbit_level2_post\";s:3:\"134\";s:20:\"forumhome_lastpostby\";s:3:\"135\";s:22:\"forumhome_loggedinuser\";s:3:\"136\";s:19:\"forumhome_moderator\";s:3:\"137\";s:28:\"forumhome_subforumbit_nopost\";s:3:\"138\";s:26:\"forumhome_subforumbit_post\";s:3:\"139\";s:34:\"forumhome_subforumseparator_nopost\";s:3:\"140\";s:32:\"forumhome_subforumseparator_post\";s:3:\"141\";s:9:\"forumjump\";s:3:\"340\";s:10:\"forumrules\";s:3:\"341\";s:13:\"GENERIC_SHELL\";s:3:\"342\";s:8:\"gobutton\";s:3:\"343\";s:6:\"header\";s:3:\"344\";s:11:\"headinclude\";s:3:\"345\";s:12:\"help_avatars\";s:3:\"142\";s:19:\"help_avatars_avatar\";s:3:\"143\";s:21:\"help_avatars_category\";s:3:\"144\";s:16:\"help_avatars_row\";s:3:\"145\";s:12:\"help_bbcodes\";s:3:\"146\";s:19:\"help_bbcodes_bbcode\";s:3:\"147\";s:17:\"help_bbcodes_link\";s:3:\"148\";s:12:\"help_smilies\";s:3:\"149\";s:21:\"help_smilies_category\";s:3:\"150\";s:19:\"help_smilies_smilie\";s:3:\"151\";s:11:\"htmldoctype\";s:2:\"42\";s:16:\"htmlextrasfolder\";s:2:\"43\";s:12:\"imagesfolder\";s:2:\"44\";s:13:\"imgdir_attach\";s:2:\"45\";s:13:\"imgdir_button\";s:2:\"46\";s:13:\"imgdir_editor\";s:2:\"47\";s:11:\"imgdir_misc\";s:2:\"48\";s:11:\"imgdir_poll\";s:2:\"49\";s:13:\"imgdir_rating\";s:2:\"50\";s:17:\"imgdir_reputation\";s:2:\"51\";s:17:\"imgdir_statusicon\";s:2:\"52\";s:6:\"im_aim\";s:3:\"152\";s:6:\"im_icq\";s:3:\"153\";s:10:\"im_message\";s:3:\"154\";s:6:\"im_msn\";s:3:\"155\";s:11:\"im_send_aim\";s:3:\"156\";s:11:\"im_send_icq\";s:3:\"157\";s:11:\"im_send_msn\";s:3:\"158\";s:13:\"im_send_yahoo\";s:3:\"159\";s:8:\"im_yahoo\";s:3:\"160\";s:12:\"JOINREQUESTS\";s:3:\"346\";s:15:\"joinrequestsbit\";s:3:\"347\";s:6:\"legend\";s:2:\"30\";s:6:\"lostpw\";s:3:\"348\";s:8:\"mailform\";s:3:\"349\";s:10:\"MEMBERINFO\";s:3:\"161\";s:23:\"memberinfo_customfields\";s:3:\"162\";s:25:\"memberinfo_membergroupbit\";s:3:\"163\";s:10:\"memberlist\";s:3:\"164\";s:17:\"memberlist_letter\";s:3:\"165\";s:21:\"memberlist_resultsbit\";s:3:\"166\";s:27:\"memberlist_resultsbit_field\";s:3:\"167\";s:25:\"memberlist_results_header\";s:3:\"168\";s:17:\"memberlist_search\";s:3:\"169\";s:32:\"memberlist_search_optional_input\";s:3:\"170\";s:23:\"memberlist_search_radio\";s:3:\"171\";s:24:\"memberlist_search_select\";s:3:\"172\";s:33:\"memberlist_search_select_multiple\";s:3:\"173\";s:25:\"memberlist_search_textbox\";s:3:\"174\";s:12:\"messagewidth\";s:2:\"53\";s:19:\"messagewidth_usercp\";s:2:\"54\";s:17:\"modifyattachments\";s:3:\"175\";s:20:\"modifyattachmentsbit\";s:3:\"176\";s:12:\"modifyavatar\";s:3:\"177\";s:15:\"modifyavatarbit\";s:3:\"178\";s:22:\"modifyavatarbit_custom\";s:3:\"179\";s:24:\"modifyavatarbit_noavatar\";s:3:\"180\";s:21:\"modifyavatar_category\";s:3:\"181\";s:10:\"modifylist\";s:3:\"182\";s:13:\"modifylistbit\";s:3:\"183\";s:18:\"modifylist_adduser\";s:3:\"184\";s:21:\"modifylist_removeuser\";s:3:\"185\";s:13:\"modifyoptions\";s:3:\"186\";s:22:\"modifyoptions_timezone\";s:3:\"187\";s:14:\"modifypassword\";s:3:\"188\";s:13:\"modifyprofile\";s:3:\"189\";s:16:\"modifyprofilepic\";s:3:\"190\";s:22:\"modifyprofile_birthday\";s:3:\"191\";s:15:\"modifysignature\";s:3:\"192\";s:16:\"modifyusergroups\";s:3:\"193\";s:27:\"modifyusergroups_displaybit\";s:3:\"194\";s:28:\"modifyusergroups_groupleader\";s:3:\"195\";s:31:\"modifyusergroups_joinrequestbit\";s:3:\"196\";s:26:\"modifyusergroups_memberbit\";s:3:\"197\";s:29:\"modifyusergroups_nonmemberbit\";s:3:\"198\";s:30:\"modifyusergroups_requesttojoin\";s:3:\"199\";s:6:\"navbar\";s:3:\"200\";s:11:\"navbar_link\";s:3:\"367\";s:13:\"newattachment\";s:3:\"202\";s:16:\"newattachmentbit\";s:3:\"203\";s:26:\"newattachment_errormessage\";s:3:\"204\";s:7:\"newpoll\";s:3:\"205\";s:18:\"newpost_attachment\";s:3:\"206\";s:21:\"newpost_attachmentbit\";s:3:\"207\";s:28:\"newpost_disablesmiliesoption\";s:3:\"208\";s:20:\"newpost_errormessage\";s:3:\"209\";s:15:\"newpost_preview\";s:3:\"210\";s:13:\"newpost_quote\";s:3:\"211\";s:20:\"newpost_threadmanage\";s:3:\"212\";s:20:\"newpost_usernamecode\";s:3:\"213\";s:8:\"newreply\";s:3:\"214\";s:13:\"newreplyimage\";s:2:\"55\";s:18:\"newreply_reviewbit\";s:3:\"215\";s:25:\"newreply_reviewbit_ignore\";s:3:\"216\";s:32:\"newreply_reviewbit_ignore_global\";s:3:\"217\";s:9:\"newthread\";s:3:\"218\";s:14:\"newthreadimage\";s:2:\"56\";s:6:\"option\";s:3:\"350\";s:16:\"outerborderwidth\";s:2:\"57\";s:15:\"outertablewidth\";s:2:\"58\";s:7:\"pagenav\";s:3:\"219\";s:15:\"pagenav_curpage\";s:3:\"220\";s:16:\"pagenav_pagelink\";s:3:\"221\";s:14:\"phpinclude_end\";s:3:\"222\";s:16:\"phpinclude_start\";s:3:\"223\";s:16:\"pm_editfolderbit\";s:3:\"224\";s:14:\"pm_editfolders\";s:3:\"225\";s:14:\"pm_messagelist\";s:3:\"226\";s:17:\"pm_messagelistbit\";s:3:\"227\";s:24:\"pm_messagelistbit_ignore\";s:3:\"228\";s:22:\"pm_messagelistbit_user\";s:3:\"229\";s:26:\"pm_messagelist_periodgroup\";s:3:\"230\";s:9:\"pm_movepm\";s:3:\"231\";s:8:\"pm_newpm\";s:3:\"232\";s:15:\"pm_popup_script\";s:3:\"233\";s:11:\"pm_receipts\";s:3:\"234\";s:14:\"pm_receiptsbit\";s:3:\"235\";s:9:\"pm_showpm\";s:3:\"236\";s:10:\"pm_trackpm\";s:3:\"237\";s:11:\"polleditbit\";s:3:\"364\";s:10:\"pollnewbit\";s:3:\"239\";s:10:\"polloption\";s:3:\"240\";s:17:\"polloptions_table\";s:3:\"241\";s:19:\"polloption_multiple\";s:3:\"242\";s:11:\"pollpreview\";s:3:\"243\";s:10:\"pollresult\";s:3:\"244\";s:11:\"pollresults\";s:3:\"245\";s:17:\"pollresults_table\";s:3:\"246\";s:7:\"postbit\";s:3:\"247\";s:18:\"postbit_attachment\";s:3:\"248\";s:23:\"postbit_attachmentimage\";s:3:\"249\";s:27:\"postbit_attachmentmoderated\";s:3:\"250\";s:27:\"postbit_attachmentthumbnail\";s:3:\"251\";s:15:\"postbit_deleted\";s:3:\"252\";s:14:\"postbit_ignore\";s:3:\"253\";s:21:\"postbit_ignore_global\";s:3:\"254\";s:10:\"postbit_ip\";s:3:\"255\";s:14:\"postbit_legacy\";s:3:\"256\";s:20:\"postbit_onlinestatus\";s:3:\"257\";s:18:\"postbit_reputation\";s:3:\"258\";s:11:\"posticonbit\";s:3:\"259\";s:9:\"posticons\";s:3:\"260\";s:11:\"printthread\";s:3:\"261\";s:14:\"printthreadbit\";s:3:\"262\";s:8:\"register\";s:3:\"263\";s:18:\"register_coppaform\";s:3:\"264\";s:14:\"register_rules\";s:3:\"265\";s:19:\"register_verify_age\";s:3:\"266\";s:13:\"reportbadpost\";s:3:\"351\";s:10:\"reputation\";s:3:\"267\";s:13:\"reputationbit\";s:3:\"268\";s:21:\"reputation_reasonbits\";s:3:\"269\";s:19:\"reputation_yourpost\";s:3:\"270\";s:13:\"search_forums\";s:3:\"271\";s:14:\"search_results\";s:3:\"272\";s:22:\"search_results_postbit\";s:3:\"273\";s:6:\"select\";s:2:\"31\";s:12:\"sendtofriend\";s:3:\"352\";s:11:\"shell_blank\";s:3:\"353\";s:10:\"SHOWGROUPS\";s:3:\"274\";s:19:\"showgroups_forumbit\";s:3:\"275\";s:20:\"showgroups_usergroup\";s:3:\"276\";s:23:\"showgroups_usergroupbit\";s:3:\"277\";s:10:\"SHOWTHREAD\";s:3:\"278\";s:15:\"showthread_list\";s:3:\"279\";s:21:\"showthread_quickreply\";s:3:\"280\";s:19:\"SHOWTHREAD_SHOWPOST\";s:3:\"281\";s:27:\"showthread_similarthreadbit\";s:3:\"282\";s:25:\"showthread_similarthreads\";s:3:\"283\";s:11:\"smiliepopup\";s:3:\"284\";s:20:\"smiliepopup_category\";s:3:\"285\";s:15:\"smiliepopup_row\";s:3:\"286\";s:18:\"smiliepopup_smilie\";s:3:\"287\";s:21:\"smiliepopup_straggler\";s:3:\"288\";s:10:\"spacersize\";s:2:\"59\";s:12:\"spacer_close\";s:3:\"354\";s:11:\"spacer_open\";s:3:\"355\";s:14:\"STANDARD_ERROR\";s:3:\"356\";s:19:\"STANDARD_ERROR_LITE\";s:3:\"357\";s:17:\"STANDARD_REDIRECT\";s:3:\"358\";s:9:\"SUBSCRIBE\";s:3:\"289\";s:20:\"subscribe_choosetype\";s:3:\"290\";s:19:\"subscribe_folderbit\";s:3:\"291\";s:14:\"subscribe_move\";s:3:\"292\";s:21:\"subscribe_showfolders\";s:3:\"293\";s:12:\"subscription\";s:3:\"294\";s:22:\"subscription_activebit\";s:3:\"295\";s:25:\"subscription_availablebit\";s:3:\"296\";s:20:\"subscription_payment\";s:3:\"297\";s:23:\"subscription_paymentbit\";s:3:\"298\";s:10:\"tablewidth\";s:2:\"60\";s:13:\"td, th, p, li\";s:2:\"32\";s:18:\"textarea, .bginput\";s:2:\"33\";s:16:\"textareacols_ie4\";s:2:\"61\";s:16:\"textareacols_ns4\";s:2:\"62\";s:16:\"textareacols_ns6\";s:2:\"63\";s:11:\"THREADADMIN\";s:3:\"299\";s:23:\"threadadmin_deleteposts\";s:3:\"300\";s:24:\"threadadmin_deletethread\";s:3:\"301\";s:22:\"threadadmin_editthread\";s:3:\"302\";s:18:\"threadadmin_logbit\";s:3:\"303\";s:22:\"threadadmin_managepost\";s:3:\"304\";s:23:\"threadadmin_mergethread\";s:3:\"305\";s:22:\"threadadmin_movethread\";s:3:\"306\";s:19:\"threadadmin_postbit\";s:3:\"307\";s:23:\"threadadmin_splitthread\";s:3:\"308\";s:9:\"threadbit\";s:3:\"309\";s:17:\"threadbit_deleted\";s:3:\"310\";s:18:\"threadbit_pagelink\";s:3:\"311\";s:8:\"timezone\";s:3:\"359\";s:10:\"titleimage\";s:2:\"64\";s:6:\"USERCP\";s:3:\"312\";s:20:\"usercp_nav_folderbit\";s:3:\"313\";s:21:\"usercp_reputationbits\";s:3:\"314\";s:12:\"USERCP_SHELL\";s:3:\"315\";s:25:\"userfield_checkbox_option\";s:3:\"316\";s:24:\"userfield_optional_input\";s:3:\"317\";s:15:\"userfield_radio\";s:3:\"318\";s:22:\"userfield_radio_option\";s:3:\"319\";s:16:\"userfield_select\";s:3:\"320\";s:25:\"userfield_select_multiple\";s:3:\"321\";s:23:\"userfield_select_option\";s:3:\"322\";s:18:\"userfield_textarea\";s:3:\"323\";s:17:\"userfield_textbox\";s:3:\"324\";s:17:\"username_loggedin\";s:3:\"360\";s:18:\"username_loggedout\";s:3:\"361\";s:8:\"usernote\";s:3:\"325\";s:13:\"usernote_note\";s:3:\"326\";s:9:\"WHOPOSTED\";s:3:\"327\";s:12:\"whopostedbit\";s:3:\"328\";s:10:\"WHOSONLINE\";s:3:\"329\";s:13:\"whosonlinebit\";s:3:\"330\";}','a:37:{s:12:\"body_bgcolor\";s:7:\"#E1E1E2\";s:12:\"body_fgcolor\";s:7:\"#000000\";s:12:\"page_bgcolor\";s:7:\"#FFFFFF\";s:12:\"page_fgcolor\";s:7:\"#000000\";s:15:\"tborder_bgcolor\";s:7:\"#D1D1E1\";s:15:\"tborder_fgcolor\";s:7:\"#000000\";s:12:\"tcat_bgcolor\";s:7:\"#869BBF\";s:12:\"tcat_fgcolor\";s:7:\"#FFFFFF\";s:13:\"thead_bgcolor\";s:7:\"#5C7099\";s:13:\"thead_fgcolor\";s:7:\"#FFFFFF\";s:13:\"tfoot_bgcolor\";s:7:\"#3E5C92\";s:13:\"tfoot_fgcolor\";s:7:\"#E0E0F6\";s:12:\"alt1_bgcolor\";s:7:\"#F5F5FF\";s:12:\"alt1_fgcolor\";s:7:\"#000000\";s:12:\"alt2_bgcolor\";s:7:\"#E1E4F2\";s:12:\"alt2_fgcolor\";s:7:\"#000000\";s:15:\"wysiwyg_bgcolor\";s:7:\"#F5F5FF\";s:15:\"wysiwyg_fgcolor\";s:7:\"#000000\";s:12:\"time_fgcolor\";s:7:\"#666686\";s:17:\"highlight_fgcolor\";s:7:\"#FF0000\";s:13:\"fjsel_bgcolor\";s:7:\"#3E5C92\";s:13:\"fjsel_fgcolor\";s:7:\"#E0E0F6\";s:15:\"fjdpth0_bgcolor\";s:7:\"#F7F7F7\";s:15:\"fjdpth0_fgcolor\";s:7:\"#000000\";s:13:\"panel_bgcolor\";s:7:\"#E4E7F5\";s:13:\"panel_fgcolor\";s:7:\"#000000\";s:21:\"panelsurround_bgcolor\";s:7:\"#D5D8E5\";s:21:\"panelsurround_fgcolor\";s:7:\"#000000\";s:14:\"legend_fgcolor\";s:7:\"#22229C\";s:22:\"vbmenu_control_bgcolor\";s:7:\"#738FBF\";s:22:\"vbmenu_control_fgcolor\";s:7:\"#FFFFFF\";s:20:\"vbmenu_popup_bgcolor\";s:7:\"#FFFFFF\";s:20:\"vbmenu_popup_fgcolor\";s:7:\"#000000\";s:21:\"vbmenu_option_bgcolor\";s:7:\"#BBC7CE\";s:21:\"vbmenu_option_fgcolor\";s:7:\"#000000\";s:21:\"vbmenu_hilite_bgcolor\";s:7:\"#8A949E\";s:21:\"vbmenu_hilite_fgcolor\";s:7:\"#FFFFFF\";}','<style type=\"text/css\">\r\n<!--\r\n/* vBulletin 3 CSS For Style \'Default Style\' (styleid: 1) */\r\nbody\r\n{\r\n background-color: #E1E1E2;\r\n color: #000000;\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n margin: 5px 10px 10px 10px;\r\n padding: 0px;\r\n}\r\na:link\r\n{\r\n color: #22229C;\r\n}\r\na:visited\r\n{\r\n color: #22229C;\r\n}\r\na:hover, a:active\r\n{\r\n color: #FF4400;\r\n}\r\n.page\r\n{\r\n background-color: #FFFFFF;\r\n color: #000000;\r\n}\r\ntd, th, p, li\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.tborder\r\n{\r\n background-color: #D1D1E1;\r\n color: #000000;\r\n border: 1px solid #0B198C;\r\n}\r\n.tcat\r\n{\r\n background: #869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left;\r\n color: #FFFFFF;\r\n font: bold 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.tcat a:link\r\n{\r\n color: #ffffff;\r\n text-decoration: none;\r\n}\r\n.tcat a:visited\r\n{\r\n color: #ffffff;\r\n text-decoration: none;\r\n}\r\n.tcat a:hover, .tcat a:active\r\n{\r\n color: #FFFF66;\r\n text-decoration: underline;\r\n}\r\n.thead\r\n{\r\n background: #5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left;\r\n color: #FFFFFF;\r\n font: bold 11px tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.thead a:link\r\n{\r\n color: #FFFFFF;\r\n}\r\n.thead a:visited\r\n{\r\n color: #FFFFFF;\r\n}\r\n.thead a:hover, .thead a:active\r\n{\r\n color: #FFFF00;\r\n}\r\n.tfoot\r\n{\r\n background-color: #3E5C92;\r\n color: #E0E0F6;\r\n}\r\n.tfoot a:link\r\n{\r\n color: #E0E0F6;\r\n}\r\n.tfoot a:visited\r\n{\r\n color: #E0E0F6;\r\n}\r\n.tfoot a:hover, .tfoot a:active\r\n{\r\n color: #FFFF66;\r\n}\r\n.alt1, .alt1Active\r\n{\r\n background-color: #F5F5FF;\r\n color: #000000;\r\n}\r\n.alt2, .alt2Active\r\n{\r\n background-color: #E1E4F2;\r\n color: #000000;\r\n}\r\n.wysiwyg\r\n{\r\n background-color: #F5F5FF;\r\n color: #000000;\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\ntextarea, .bginput\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.button\r\n{\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\nselect\r\n{\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\noption, optgroup\r\n{\r\n font-size: 11px;\r\n font-family: verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.smallfont\r\n{\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.time\r\n{\r\n color: #666686;\r\n}\r\n.navbar\r\n{\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.highlight\r\n{\r\n color: #FF0000;\r\n font-weight: bold;\r\n}\r\n.fjsel\r\n{\r\n background-color: #3E5C92;\r\n color: #E0E0F6;\r\n}\r\n.fjdpth0\r\n{\r\n background-color: #F7F7F7;\r\n color: #000000;\r\n}\r\n.panel\r\n{\r\n background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;\r\n color: #000000;\r\n padding: 10px;\r\n border: 2px outset;\r\n}\r\n.panelsurround\r\n{\r\n background: #D5D8E5 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;\r\n color: #000000;\r\n}\r\nlegend\r\n{\r\n color: #22229C;\r\n font: 11px tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.vbmenu_control\r\n{\r\n background-color: #738FBF;\r\n color: #FFFFFF;\r\n font: bold 11px tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n padding: 3px 6px 3px 6px;\r\n white-space: nowrap;\r\n}\r\n.vbmenu_control a:link\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n.vbmenu_control a:visited\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n.vbmenu_control a:hover, .vbmenu_control a:active\r\n{\r\n color: #FFFFFF;\r\n text-decoration: underline;\r\n}\r\n.vbmenu_popup\r\n{\r\n background-color: #FFFFFF;\r\n color: #000000;\r\n border: 1px solid #0B198C;\r\n}\r\n.vbmenu_option\r\n{\r\n background-color: #BBC7CE;\r\n color: #000000;\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n}\r\n.vbmenu_option a:link\r\n{\r\n color: #22229C;\r\n text-decoration: none;\r\n}\r\n.vbmenu_option a:visited\r\n{\r\n color: #22229C;\r\n text-decoration: none;\r\n}\r\n.vbmenu_option a:hover, .vbmenu_option a:active\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n.vbmenu_hilite\r\n{\r\n background-color: #8A949E;\r\n color: #FFFFFF;\r\n font: 11px verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n}\r\n.vbmenu_hilite a:link\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n.vbmenu_hilite a:visited\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n.vbmenu_hilite a:hover, .vbmenu_hilite a:active\r\n{\r\n color: #FFFFFF;\r\n text-decoration: none;\r\n}\r\n/* ***** styling for \'big\' usernames on postbit etc. ***** */\r\n.bigusername { font-size: 14pt; }\r\n\r\n/* ***** small padding on \'thead\' elements ***** */\r\ntd.thead, div.thead { padding: 4px; }\r\n\r\n/* ***** basic styles for multi-page nav elements */\r\n.pagenav a { text-decoration: none; }\r\n.pagenav td { padding: 2px 4px 2px 4px; }\r\n\r\n/* ***** define margin and font-size for elements inside panels ***** */\r\n.fieldset { margin-bottom: 6px; }\r\n.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }\r\n\r\n/* ***** don\'t change the following ***** */\r\nform { display: inline; }\r\nlabel { cursor: default; }\r\n.normal { font-weight: normal; }\r\n.inlineimg { vertical-align: middle; }\r\n-->\r\n</style>','a:31:{s:11:\"cellpadding\";s:1:\"6\";s:11:\"cellspacing\";s:1:\"1\";s:17:\"closedthreadimage\";s:32:\"images2/buttons/threadclosed.gif\";s:14:\"codeblockwidth\";s:5:\"640px\";s:11:\"contenttype\";s:29:\"text/html; charset=ISO-8859-1\";s:10:\"formspacer\";s:1:\"3\";s:9:\"formwidth\";s:5:\"640px\";s:16:\"formwidth_usercp\";s:5:\"480px\";s:11:\"htmldoctype\";s:121:\"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\";s:16:\"htmlextrasfolder\";s:10:\"htmlextras\";s:12:\"imagesfolder\";s:6:\"images\";s:13:\"imgdir_attach\";s:13:\"images/attach\";s:13:\"imgdir_button\";s:14:\"images/buttons\";s:13:\"imgdir_editor\";s:13:\"images/editor\";s:11:\"imgdir_misc\";s:11:\"images/misc\";s:11:\"imgdir_poll\";s:12:\"images/polls\";s:13:\"imgdir_rating\";s:13:\"images/rating\";s:17:\"imgdir_reputation\";s:17:\"images/reputation\";s:17:\"imgdir_statusicon\";s:17:\"images/statusicon\";s:12:\"messagewidth\";s:5:\"540px\";s:19:\"messagewidth_usercp\";s:5:\"380px\";s:13:\"newreplyimage\";s:25:\"images2/buttons/reply.gif\";s:14:\"newthreadimage\";s:29:\"images2/buttons/newthread.gif\";s:16:\"outerborderwidth\";s:1:\"0\";s:15:\"outertablewidth\";s:4:\"100%\";s:10:\"spacersize\";s:2:\"25\";s:10:\"tablewidth\";s:4:\"100%\";s:16:\"textareacols_ie4\";s:2:\"70\";s:16:\"textareacols_ns4\";s:2:\"50\";s:16:\"textareacols_ns6\";s:2:\"65\";s:10:\"titleimage\";s:37:\"images/misc/vbulletin3_logo_white.gif\";}','','a:8:{s:14:\"pi_button_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:15:\"pi_button_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:16:\"pi_button_normal\";a:4:{i:0;s:7:\"#ECE9D8\";i:1;s:7:\"#000000\";i:2;s:3:\"1px\";i:3;s:4:\"none\";}s:18:\"pi_button_selected\";a:4:{i:0;s:7:\"#E1E6E8\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:12:\"pi_menu_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:13:\"pi_menu_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:14:\"pi_menu_normal\";a:4:{i:0;s:7:\"#FFFFFF\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #FFFFFF\";}s:13:\"pi_popup_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}}',1,1); /*!40000 ALTER TABLE `style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribeevent` -- DROP TABLE IF EXISTS `subscribeevent`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribeevent` ( `userid` int(10) unsigned NOT NULL default '0', `eventid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`,`eventid`), KEY `eventid` (`eventid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribeevent` -- LOCK TABLES `subscribeevent` WRITE; /*!40000 ALTER TABLE `subscribeevent` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribeevent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribeforum` -- DROP TABLE IF EXISTS `subscribeforum`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribeforum` ( `subscribeforumid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `forumid` smallint(5) unsigned NOT NULL default '0', `emailupdate` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`subscribeforumid`), UNIQUE KEY `subindex` (`userid`,`forumid`), KEY `forumid` (`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribeforum` -- LOCK TABLES `subscribeforum` WRITE; /*!40000 ALTER TABLE `subscribeforum` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribeforum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscribethread` -- DROP TABLE IF EXISTS `subscribethread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscribethread` ( `subscribethreadid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `threadid` int(10) unsigned NOT NULL default '0', `emailupdate` smallint(5) unsigned NOT NULL default '0', `folderid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`subscribethreadid`), UNIQUE KEY `indexname` (`userid`,`threadid`), KEY `threadid` (`threadid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscribethread` -- LOCK TABLES `subscribethread` WRITE; /*!40000 ALTER TABLE `subscribethread` DISABLE KEYS */; /*!40000 ALTER TABLE `subscribethread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription` -- DROP TABLE IF EXISTS `subscription`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscription` ( `subscriptionid` smallint(5) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `description` varchar(255) NOT NULL default '', `cost` varchar(255) NOT NULL default '', `length` char(10) NOT NULL default '', `units` char(1) NOT NULL default '', `forums` mediumtext NOT NULL, `nusergroupid` smallint(6) NOT NULL default '0', `membergroupids` varchar(255) NOT NULL default '', `active` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`subscriptionid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscription` -- LOCK TABLES `subscription` WRITE; /*!40000 ALTER TABLE `subscription` DISABLE KEYS */; INSERT INTO `subscription` VALUES (1,'Featured Artist','Convict Cartel Official Featured Artist, get Favorited on our you tube channel, front page on the website, forum special made rank, an official music artist of Convict Cartel ','a:3:{s:3:\"usd\";s:4:\"5.00\";s:3:\"gbp\";s:4:\"0.00\";s:3:\"eur\";s:4:\"0.00\";}','2','Y','N;',-1,'',1); /*!40000 ALTER TABLE `subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscriptionlog` -- DROP TABLE IF EXISTS `subscriptionlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscriptionlog` ( `subscriptionlogid` mediumint(8) unsigned NOT NULL auto_increment, `subscriptionid` smallint(6) NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `pusergroupid` smallint(6) NOT NULL default '0', `status` smallint(6) NOT NULL default '0', `regdate` int(10) unsigned NOT NULL default '0', `expirydate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`subscriptionlogid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscriptionlog` -- LOCK TABLES `subscriptionlog` WRITE; /*!40000 ALTER TABLE `subscriptionlog` DISABLE KEYS */; /*!40000 ALTER TABLE `subscriptionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `template` -- DROP TABLE IF EXISTS `template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `template` ( `templateid` int(10) unsigned NOT NULL auto_increment, `styleid` smallint(6) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `template` mediumtext NOT NULL, `template_un` mediumtext NOT NULL, `templatetype` enum('template','stylevar','css','replacement') NOT NULL default 'template', `dateline` int(10) unsigned NOT NULL default '0', `username` varchar(50) NOT NULL default '', `version` varchar(30) NOT NULL default '', PRIMARY KEY (`templateid`), UNIQUE KEY `title` (`title`,`styleid`) ) ENGINE=MyISAM AUTO_INCREMENT=368 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `template` -- LOCK TABLES `template` WRITE; /*!40000 ALTER TABLE `template` DISABLE KEYS */; INSERT INTO `template` VALUES (1,-1,'.alt1, .alt1Active','a:7:{s:10:\"background\";s:7:\"#F5F5FF\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1073834577,'Kier','0'),(2,-1,'.alt2, .alt2Active','a:7:{s:10:\"background\";s:7:\"#E1E4F2\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1073834577,'Kier','0'),(3,-1,'.alt3','a:7:{s:10:\"background\";s:7:\"#D5D8E5\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1067012043,'Kier',''),(4,-1,'.button','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1069833894,'Kier','0'),(5,-1,'.fjdpth0','a:2:{s:10:\"background\";s:7:\"#F7F7F7\";s:5:\"color\";s:7:\"#000000\";}','','css',1046352028,'Kier','0'),(6,-1,'.fjdpth1','a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}','','css',1056448705,'Kier','0'),(7,-1,'.fjdpth2','a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}','','css',1056448705,'Kier','0'),(8,-1,'.fjdpth3','a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}','','css',1056448705,'Kier','0'),(9,-1,'.fjdpth4','a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}','','css',1056448705,'Kier','0'),(10,-1,'.fjsel','a:2:{s:10:\"background\";s:7:\"#3E5C92\";s:5:\"color\";s:7:\"#E0E0F6\";}','','css',1067012043,'Kier','0'),(11,-1,'.highlight','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FF0000\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1040219143,'Kier','0'),(12,-1,'.navbar','a:7:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1070538485,'Kier','0'),(13,-1,'.page','a:7:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1070559938,'Kier','0'),(14,-1,'.panel','a:7:{s:10:\"background\";s:66:\"#E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:35:\"padding: 10px;\r\nborder: 2px outset;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1072807017,'Kier',''),(15,-1,'.panelsurround','a:4:{s:10:\"background\";s:74:\"#D5D8E5 url(images/gradients/gradient_panelsurround.gif) repeat-x top left\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1070559361,'Kier',''),(16,-1,'.smallfont','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1068308027,'Kier','0'),(17,-1,'.tborder','a:4:{s:10:\"background\";s:7:\"#D1D1E1\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:26:\"border: 1px solid #0B198C;\";}','','css',1070544442,'Kier','0'),(18,-1,'.tcat','a:7:{s:10:\"background\";s:65:\"#869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFF66\";s:15:\"text-decoration\";s:9:\"underline\";}}','','css',1070559254,'Kier','0'),(19,-1,'.tfoot','a:7:{s:10:\"background\";s:7:\"#3E5C92\";s:5:\"color\";s:7:\"#E0E0F6\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E0E0F6\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E0E0F6\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFF66\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1067012043,'Kier','0'),(20,-1,'.thead','a:7:{s:10:\"background\";s:66:\"#5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:78:\"tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFF00\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1070559254,'Kier','0'),(21,-1,'.time','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#666686\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1046292948,'Kier','0'),(22,-1,'.vbmenu_control','a:7:{s:10:\"background\";s:7:\"#738FBF\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:78:\"tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:47:\"padding: 3px 6px 3px 6px;\r\nwhite-space: nowrap;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:9:\"underline\";}}','','css',1070536142,'Kier',''),(23,-1,'.vbmenu_hilite','a:7:{s:10:\"background\";s:7:\"#8A949E\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:38:\"white-space: nowrap;\r\ncursor: pointer;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}}','','css',1072807017,'Kier',''),(24,-1,'.vbmenu_option','a:7:{s:10:\"background\";s:7:\"#BBC7CE\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:38:\"white-space: nowrap;\r\ncursor: pointer;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}}','','css',1072807017,'Kier',''),(25,-1,'.vbmenu_popup','a:4:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:26:\"border: 1px solid #0B198C;\";}','','css',1073671310,'Kier',''),(26,-1,'.wysiwyg','a:7:{s:10:\"background\";s:7:\"#F5F5FF\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1070542719,'Kier',''),(27,-1,'body','a:7:{s:10:\"background\";s:7:\"#E1E1E2\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:42:\"margin: 5px 10px 10px 10px;\r\npadding: 0px;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FF4400\";s:15:\"text-decoration\";s:0:\"\";}}','','css',1082513936,'Ed Sullivan','0'),(28,-1,'EXTRA','a:1:{s:3:\"all\";s:689:\"/* ***** styling for \'big\' usernames on postbit etc. ***** */\r\n.bigusername { font-size: 14pt; }\r\n\r\n/* ***** small padding on \'thead\' elements ***** */\r\ntd.thead, div.thead { padding: 4px; }\r\n\r\n/* ***** basic styles for multi-page nav elements */\r\n.pagenav a { text-decoration: none; }\r\n.pagenav td { padding: 2px 4px 2px 4px; }\r\n\r\n/* ***** define margin and font-size for elements inside panels ***** */\r\n.fieldset { margin-bottom: 6px; }\r\n.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }\r\n\r\n/* ***** don\'t change the following ***** */\r\nform { display: inline; }\r\nlabel { cursor: default; }\r\n.normal { font-weight: normal; }\r\n.inlineimg { vertical-align: middle; }\";}','','css',1075577058,'Kier',''),(29,-1,'EXTRA2','a:1:{s:3:\"all\";s:0:\"\";}','','css',1078840372,'Kier',''),(30,-1,'legend','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:78:\"tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1070561805,'Kier',''),(31,-1,'select','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1067012043,'Kier','0'),(32,-1,'td, th, p, li','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1056442382,'Kier','0'),(33,-1,'textarea, .bginput','a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";}','','css',1070085786,'Kier','0'),(34,-1,'cellpadding','6','','stylevar',1068579842,'Kier',''),(35,-1,'cellspacing','1','','stylevar',1040219143,'Kier','0'),(36,-1,'closedthreadimage','images2/buttons/threadclosed.gif','','stylevar',1063180778,'Kier','0'),(37,-1,'codeblockwidth','640px','','stylevar',1073657069,'Kier',''),(38,-1,'contenttype','text/html; charset=ISO-8859-1','','stylevar',1040219143,'Kier','0'),(39,-1,'formspacer','3','','stylevar',1069970481,'Kier',''),(40,-1,'formwidth','640px','','stylevar',1069991765,'Kier',''),(41,-1,'formwidth_usercp','480px','','stylevar',1069991935,'Kier',''),(42,-1,'htmldoctype','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">','','stylevar',1068305694,'Kier','0'),(43,-1,'htmlextrasfolder','htmlextras','','stylevar',1040219143,'Kier','0'),(44,-1,'imagesfolder','images','','stylevar',1040219143,'Kier','0'),(45,-1,'imgdir_attach','images/attach','','stylevar',1063625684,'Kier','0'),(46,-1,'imgdir_button','images/buttons','','stylevar',1070558808,'Kier',''),(47,-1,'imgdir_editor','images/editor','','stylevar',1063625684,'Kier','0'),(48,-1,'imgdir_misc','images/misc','','stylevar',1063625684,'Kier','0'),(49,-1,'imgdir_poll','images/polls','','stylevar',1063625684,'Kier','0'),(50,-1,'imgdir_rating','images/rating','','stylevar',1063626028,'Kier','0'),(51,-1,'imgdir_reputation','images/reputation','','stylevar',1063625684,'Kier','0'),(52,-1,'imgdir_statusicon','images/statusicon','','stylevar',1063625684,'Kier','0'),(53,-1,'messagewidth','540px','','stylevar',1069991765,'Kier',''),(54,-1,'messagewidth_usercp','380px','','stylevar',1069991765,'Kier',''),(55,-1,'newreplyimage','images2/buttons/reply.gif','','stylevar',1063180778,'Kier','0'),(56,-1,'newthreadimage','images2/buttons/newthread.gif','','stylevar',1063180778,'Kier','0'),(57,-1,'outerborderwidth','0','','stylevar',1040219143,'Kier','0'),(58,-1,'outertablewidth','100%','','stylevar',1078470862,'Kier',''),(59,-1,'spacersize','25','','stylevar',1067012043,'Kier',''),(60,-1,'tablewidth','100%','','stylevar',1040219143,'Kier','0'),(61,-1,'textareacols_ie4','70','','stylevar',1040219143,'Kier','0'),(62,-1,'textareacols_ns4','50','','stylevar',1040219143,'Kier','0'),(63,-1,'textareacols_ns6','65','','stylevar',1040392844,'Kier','0'),(64,-1,'titleimage','images/misc/vbulletin3_logo_white.gif','','stylevar',1070560108,'Kier','0'),(65,-1,'bbcode_code','<div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[code]:</div>\r\n <pre class=\\\"alt2\\\" style=\\\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\\\"><div dir=\\\"ltr\\\" style=\\\"text-align:left;\\\">$code</div></pre>\r\n</div>','<div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[code]:</div>\r\n <pre class=\"alt2\" style=\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\"><div dir=\"ltr\" style=\"text-align:left;\">$code</div></pre>\r\n</div>','template',1088961829,'Scott','3.0.3'),(66,-1,'bbcode_html','<div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[html_code]:</div>\r\n <pre class=\\\"alt2\\\" style=\\\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\\\"><div dir=\\\"ltr\\\" style=\\\"text-align:left;\\\">$code</div></pre>\r\n</div>','<div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[html_code]:</div>\r\n <pre class=\"alt2\" style=\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\"><div dir=\"ltr\" style=\"text-align:left;\">$code</div></pre>\r\n</div>','template',1088961779,'Scott','3.0.3'),(67,-1,'bbcode_php','<div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[php_code]:</div>\r\n <div class=\\\"alt2\\\" style=\\\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\\\">\r\n <code style=\\\"white-space:nowrap\\\">\r\n <div dir=\\\"ltr\\\" style=\\\"text-align:left;\\\">\r\n <!-- php buffer start -->$code<!-- php buffer end -->\r\n </div>\r\n </code>\r\n </div>\r\n</div>','<div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[php_code]:</div>\r\n <div class=\"alt2\" style=\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\">\r\n <code style=\"white-space:nowrap\">\r\n <div dir=\"ltr\" style=\"text-align:left;\">\r\n <!-- php buffer start -->$code<!-- php buffer end -->\r\n </div>\r\n </code>\r\n </div>\r\n</div>','template',1088961816,'Scott','3.0.3'),(68,-1,'bbcode_quote','<div style=\\\"margin:20px; margin-top:5px; \" . (($show[\'iewidthfix\']) ? (\"width: 100%;\") : (\"\")).\"\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[quote]:</div>\r\n <table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\" style=\\\"border:1px inset\\\">\r\n \" . (($show[\'username\']) ? (\"\r\n <div>\" . construct_phrase(\"$vbphrase[originally_posted_by_x]\", \"$username\") . \"</div>\r\n <div style=\\\"font-style:italic\\\">$message</div>\r\n \") : (\"\r\n $message\r\n \")).\"\r\n </td>\r\n </tr>\r\n </table>\r\n</div>','<div style=\"margin:20px; margin-top:5px; <if condition=\"$show[\'iewidthfix\']\">width: 100%;</if>\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[quote]:</div>\r\n <table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td class=\"alt2\" style=\"border:1px inset\">\r\n <if condition=\"$show[\'username\']\">\r\n <div><phrase 1=\"$username\">$vbphrase[originally_posted_by_x]</phrase></div>\r\n <div style=\"font-style:italic\">$message</div>\r\n <else />\r\n $message\r\n </if>\r\n </td>\r\n </tr>\r\n </table>\r\n</div>','template',1079558714,'Ed Sullivan','3.0.0'),(69,-1,'BUDDYLIST','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vbphrase[buddy_list] - $vboptions[bbtitle]</title>\r\n <meta http-equiv=\\\"refresh\\\" content=\\\"60; URL=misc.php?$session[sessionurl]do=buddylist&buddies=$buddies\\\" />\r\n $headinclude\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n function pm(tform)\r\n {\r\n var users = new Array();\r\n var arrCount = 0;\r\n for (i = 0; i < tform.elements.length; i++)\r\n {\r\n var element = tform.elements[i];\r\n if ((element.name != \\\"allbox\\\") && (element.type == \\\"checkbox\\\") && (element.checked == true))\r\n {\r\n users[arrCount] = element.value;\r\n arrCount++;\r\n }\r\n }\r\n if (arrCount == 0)\r\n {\r\n alert(\\\"$vbphrase[no_users_selected]\\\");\r\n }\r\n else\r\n {\r\n var querystring = \\\"\\\";\r\n for (i = 0; i < users.length; i++)\r\n {\r\n querystring += \\\"&userid[]=\\\" + users[i];\r\n }\r\n if (opener && !opener.closed)\r\n { // parent window is still open\r\n opener.location=\\\"private.php?$session[sessionurl]do=newpm\\\" + querystring;\r\n }\r\n else\r\n { // parent window has closed or went to a different URL.\r\n window.open(\\\"private.php?$session[sessionurl]do=newpm\\\" + querystring, \\\"pm\\\");\r\n }\r\n }\r\n }\r\n // -->\r\n </script>\r\n</head>\r\n\r\n<body style=\\\"margin:0px\\\">\r\n\r\n<form action=\\\"private.php\\\" method=\\\"post\\\" target=\\\"_blank\\\" name=\\\"vbform\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[buddy_list]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" colspan=\\\"3\\\"><span class=\\\"smallfont\\\">-- <strong>$vbphrase[online]</strong> --</span></td>\r\n</tr>\r\n$onlineusers\r\n<tr>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" colspan=\\\"3\\\"><span class=\\\"smallfont\\\">-- <strong>$vbphrase[offline]</strong> --</span></td>\r\n</tr>\r\n$offlineusers\r\n<tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\" colspan=\\\"3\\\">\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[reload]\\\" onclick=\\\"window.location = \'misc.php?$session[sessionurl]do=buddylist&buddies=$buddies\';\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[pm_users]\\\" onclick=\\\"pm(this.form);\\\" title=\\\"$vbphrase[send_private_message_to_selected_users]\\\" />\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n\" . (($show[\'playsound\']) ? (\"\r\n<!--<embed src=\\\"YourAlertSound.wav\\\" hidden=\\\"True\\\"> -->\r\n\") : (\"\")).\"\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vbphrase[buddy_list] - $vboptions[bbtitle]</title>\r\n <meta http-equiv=\"refresh\" content=\"60; URL=misc.php?$session[sessionurl]do=buddylist&buddies=$buddies\" />\r\n $headinclude\r\n <script type=\"text/javascript\">\r\n <!--\r\n function pm(tform)\r\n {\r\n var users = new Array();\r\n var arrCount = 0;\r\n for (i = 0; i < tform.elements.length; i++)\r\n {\r\n var element = tform.elements[i];\r\n if ((element.name != \"allbox\") && (element.type == \"checkbox\") && (element.checked == true))\r\n {\r\n users[arrCount] = element.value;\r\n arrCount++;\r\n }\r\n }\r\n if (arrCount == 0)\r\n {\r\n alert(\"$vbphrase[no_users_selected]\");\r\n }\r\n else\r\n {\r\n var querystring = \"\";\r\n for (i = 0; i < users.length; i++)\r\n {\r\n querystring += \"&userid[]=\" + users[i];\r\n }\r\n if (opener && !opener.closed)\r\n { // parent window is still open\r\n opener.location=\"private.php?$session[sessionurl]do=newpm\" + querystring;\r\n }\r\n else\r\n { // parent window has closed or went to a different URL.\r\n window.open(\"private.php?$session[sessionurl]do=newpm\" + querystring, \"pm\");\r\n }\r\n }\r\n }\r\n // -->\r\n </script>\r\n</head>\r\n\r\n<body style=\"margin:0px\">\r\n\r\n<form action=\"private.php\" method=\"post\" target=\"_blank\" name=\"vbform\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[buddy_list]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" align=\"center\" colspan=\"3\"><span class=\"smallfont\">-- <strong>$vbphrase[online]</strong> --</span></td>\r\n</tr>\r\n$onlineusers\r\n<tr>\r\n <td class=\"thead\" align=\"center\" colspan=\"3\"><span class=\"smallfont\">-- <strong>$vbphrase[offline]</strong> --</span></td>\r\n</tr>\r\n$offlineusers\r\n<tr>\r\n <td class=\"tfoot\" align=\"center\" colspan=\"3\">\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[reload]\" onclick=\"window.location = \'misc.php?$session[sessionurl]do=buddylist&buddies=$buddies\';\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[pm_users]\" onclick=\"pm(this.form);\" title=\"$vbphrase[send_private_message_to_selected_users]\" />\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<if condition=\"$show[\'playsound\']\">\r\n<!--<embed src=\"YourAlertSound.wav\" hidden=\"True\"> -->\r\n</if>\r\n\r\n</body>\r\n</html>','template',1073054133,'Kier','3.0.0 Release Candidate 1'),(70,-1,'buddylistbit','<tr>\r\n <td class=\\\"alt1\\\"><a href=\\\"member.php?$session[sessionurl]u=$buddy[userid]\\\" target=\\\"_blank\\\"><img src=\\\"$stylevar[imgdir_statusicon]/user_$buddy[statusicon].gif\\\" alt=\\\"\\\" title=\\\"\" . construct_phrase(\"$vbphrase[x_is_y]\", \"$buddy[username]\", \"$buddy[statusicon]\") . \"\\\" border=\\\"0\\\" /></a></td>\r\n <td class=\\\"alt2\\\" width=\\\"100%\\\"><label class=\\\"smallfont\\\" for=\\\"buddy_$buddy[userid]\\\">\" . (($show[\'highlightuser\']) ? (\"<span class=\\\"highlight\\\">$buddy[username]</span>\") : (\"$buddy[username]\")).\"</label></td>\r\n <td class=\\\"alt1\\\"><input type=\\\"checkbox\\\" name=\\\"userid[]\\\" id=\\\"buddy_$buddy[userid]\\\" value=\\\"$buddy[userid]\\\" /></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"alt1\"><a href=\"member.php?$session[sessionurl]u=$buddy[userid]\" target=\"_blank\"><img src=\"$stylevar[imgdir_statusicon]/user_$buddy[statusicon].gif\" alt=\"\" title=\"<phrase 1=\"$buddy[username]\" 2=\"$buddy[statusicon]\">$vbphrase[x_is_y]</phrase>\" border=\"0\" /></a></td>\r\n <td class=\"alt2\" width=\"100%\"><label class=\"smallfont\" for=\"buddy_$buddy[userid]\"><if condition=\"$show[\'highlightuser\']\"><span class=\"highlight\">$buddy[username]</span><else />$buddy[username]</if></label></td>\r\n <td class=\"alt1\"><input type=\"checkbox\" name=\"userid[]\" id=\"buddy_$buddy[userid]\" value=\"$buddy[userid]\" /></td>\r\n</tr>\r\n','template',1073078450,'Kier','3.0.0 Release Candidate 1'),(71,-1,'CALENDAR','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[calendar]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($show[\'popups\'] == 0) ? (\"\") : (\"\")).\"\r\n\r\n<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\">$calendarinfo[title]</td>\r\n \r\n \" . (($show[\'popups\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]&month=$today[mon]&year=$today[year]\\\">$vbphrase[show_today]</a></td>\r\n <td class=\\\"vbmenu_control\\\" id=\\\"cal_mode\\\">\r\n \" . (($show[\'weeklyview\']) ? (\"\r\n $vbphrase[weekly_view]\r\n \") : (\"\")).\"\r\n \" . (($show[\'monthlyview\']) ? (\"\r\n $vbphrase[monthly_view]\r\n \") : (\"\")).\"\r\n \" . (($show[\'yearlyview\']) ? (\"\r\n $vbphrase[yearly_view]\r\n \") : (\"\")).\"\r\n <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"cal_mode\\\"); </script> \r\n </td>\r\n <td class=\\\"vbmenu_control\\\" id=\\\"add_event\\\">$vbphrase[add_new_event] <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"add_event\\\"); </script></td>\r\n \") : (\"\")).\"\r\n \r\n </tr>\r\n </table>\r\n \r\n \" . ((!$show[\'popups\']) ? (\"\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0x\\\">\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]&month=$today[mon]&year=$today[year]\\\">$vbphrase[show_today]</a></span></td>\r\n \" . (($show[\'weeklyview\']) ? (\"\r\n <td class=\\\"alt2\\\"><span class=\\\"smallfont\\\"><strong>$vbphrase[weekly_view]</strong></span></td>\r\n \") : (\"\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displayweek\\\">$vbphrase[weekly_view]</a></span></td>\r\n \")).\"\r\n \" . (($show[\'monthlyview\']) ? (\"\r\n <td class=\\\"alt2\\\"><span class=\\\"smallfont\\\"><strong>$vbphrase[monthly_view]</strong></span></td>\r\n \") : (\"\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displaymonth\\\">$vbphrase[monthly_view]</a></span></td>\r\n \")).\"\r\n \" . (($show[\'yearlyview\']) ? (\"\r\n <td class=\\\"alt2\\\"><span class=\\\"smallfont\\\"><strong>$vbphrase[yearly_view]</strong></span></td>\r\n \") : (\"\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displayyear&year=$year\\\">$vbphrase[yearly_view]</a></span></td>\r\n \")).\"\r\n </tr>\r\n </table>\r\n \") : (\"\")).\"\r\n \r\n</div>\r\n\r\n\" . (($show[\'popups\']) ? (\"\r\n<!-- popup menus -->\r\n\r\n<!-- mode menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"cal_mode_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[calendar_mode]</td>\r\n </tr>\r\n <tr>\r\n \" . (($show[\'weeklyview\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[weekly_view]\\\" border=\\\"0\\\" />\r\n <strong>$vbphrase[weekly_view]</strong>\r\n </td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[weekly_view]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displayweek\\\">$vbphrase[weekly_view]</a>\r\n </td>\r\n \")).\"\r\n </tr>\r\n <tr>\r\n \" . (($show[\'monthlyview\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[monthly_view]\\\" border=\\\"0\\\" />\r\n <strong>$vbphrase[monthly_view]</strong>\r\n </td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[monthly_view]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displaymonth\\\">$vbphrase[monthly_view]</a>\r\n </td>\r\n \")).\"\r\n </tr>\r\n <tr>\r\n \" . (($show[\'yearlyview\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[yearly_view]\\\" border=\\\"0\\\" />\r\n <strong>$vbphrase[yearly_view]</strong>\r\n </td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[yearly_view]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&do=displayyear&year=$year\\\">$vbphrase[yearly_view]</a>\r\n </td>\r\n \")).\"\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / mode menu -->\r\n\r\n<!-- add event menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"add_event_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[single_all_day_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\\\">$vbphrase[single_all_day_event]</a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[ranged_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\\\">$vbphrase[ranged_event]</a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[recurring_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\\\">$vbphrase[recurring_event]</a>\r\n </td>\r\n </tr> \r\n </table>\r\n</div>\r\n<!-- / add event menu -->\r\n\r\n<!-- / popup menus -->\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\" . (($show[\'weeklydisplay\']) ? (\"\r\n<!-- show a week -->\r\n<!-- / show a week -->\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'monthlydisplay\']) ? (\"\r\n<!-- show a month -->\r\n<!-- / show a month -->\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'yearlydisplay\']) ? (\"\r\n<!-- show a year -->\r\n<!-- show a year -->\r\n\") : (\"\")).\"\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$HTML\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[calendar]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$show[\'popups\'] == 0\"></if>\r\n\r\n<div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" width=\"100%\">$calendarinfo[title]</td>\r\n \r\n <if condition=\"$show[\'popups\']\">\r\n <td class=\"vbmenu_control\"><a href=\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]&month=$today[mon]&year=$today[year]\">$vbphrase[show_today]</a></td>\r\n <td class=\"vbmenu_control\" id=\"cal_mode\">\r\n <if condition=\"$show[\'weeklyview\']\">\r\n $vbphrase[weekly_view]\r\n </if>\r\n <if condition=\"$show[\'monthlyview\']\">\r\n $vbphrase[monthly_view]\r\n </if>\r\n <if condition=\"$show[\'yearlyview\']\">\r\n $vbphrase[yearly_view]\r\n </if>\r\n <script type=\"text/javascript\"> vbmenu_register(\"cal_mode\"); </script> \r\n </td>\r\n <td class=\"vbmenu_control\" id=\"add_event\">$vbphrase[add_new_event] <script type=\"text/javascript\"> vbmenu_register(\"add_event\"); </script></td>\r\n </if>\r\n \r\n </tr>\r\n </table>\r\n \r\n <if condition=\"!$show[\'popups\']\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0x\">\r\n <tr align=\"center\">\r\n <td class=\"alt1\"><span class=\"smallfont\"><a href=\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]&month=$today[mon]&year=$today[year]\">$vbphrase[show_today]</a></span></td>\r\n <if condition=\"$show[\'weeklyview\']\">\r\n <td class=\"alt2\"><span class=\"smallfont\"><strong>$vbphrase[weekly_view]</strong></span></td>\r\n <else />\r\n <td class=\"alt1\"><span class=\"smallfont\"><a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displayweek\">$vbphrase[weekly_view]</a></span></td>\r\n </if>\r\n <if condition=\"$show[\'monthlyview\']\">\r\n <td class=\"alt2\"><span class=\"smallfont\"><strong>$vbphrase[monthly_view]</strong></span></td>\r\n <else />\r\n <td class=\"alt1\"><span class=\"smallfont\"><a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displaymonth\">$vbphrase[monthly_view]</a></span></td>\r\n </if>\r\n <if condition=\"$show[\'yearlyview\']\">\r\n <td class=\"alt2\"><span class=\"smallfont\"><strong>$vbphrase[yearly_view]</strong></span></td>\r\n <else />\r\n <td class=\"alt1\"><span class=\"smallfont\"><a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displayyear&year=$year\">$vbphrase[yearly_view]</a></span></td>\r\n </if>\r\n </tr>\r\n </table>\r\n </if>\r\n \r\n</div>\r\n\r\n<if condition=\"$show[\'popups\']\">\r\n<!-- popup menus -->\r\n\r\n<!-- mode menu -->\r\n<div class=\"vbmenu_popup\" id=\"cal_mode_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[calendar_mode]</td>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'weeklyview\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[weekly_view]\" border=\"0\" />\r\n <strong>$vbphrase[weekly_view]</strong>\r\n </td>\r\n <else />\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[weekly_view]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displayweek\">$vbphrase[weekly_view]</a>\r\n </td>\r\n </if>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'monthlyview\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[monthly_view]\" border=\"0\" />\r\n <strong>$vbphrase[monthly_view]</strong>\r\n </td>\r\n <else />\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[monthly_view]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displaymonth\">$vbphrase[monthly_view]</a>\r\n </td>\r\n </if>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'yearlyview\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[yearly_view]\" border=\"0\" />\r\n <strong>$vbphrase[yearly_view]</strong>\r\n </td>\r\n <else />\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[yearly_view]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]c=$calendarid&do=displayyear&year=$year\">$vbphrase[yearly_view]</a>\r\n </td>\r\n </if>\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / mode menu -->\r\n\r\n<!-- add event menu -->\r\n<div class=\"vbmenu_popup\" id=\"add_event_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[single_all_day_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\">$vbphrase[single_all_day_event]</a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[ranged_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\">$vbphrase[ranged_event]</a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[recurring_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\">$vbphrase[recurring_event]</a>\r\n </td>\r\n </tr> \r\n </table>\r\n</div>\r\n<!-- / add event menu -->\r\n\r\n<!-- / popup menus -->\r\n</if>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<if condition=\"$show[\'weeklydisplay\']\">\r\n<!-- show a week -->\r\n<!-- / show a week -->\r\n</if>\r\n\r\n<if condition=\"$show[\'monthlydisplay\']\">\r\n<!-- show a month -->\r\n<!-- / show a month -->\r\n</if>\r\n\r\n<if condition=\"$show[\'yearlydisplay\']\">\r\n<!-- show a year -->\r\n<!-- show a year -->\r\n</if>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$HTML\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1079590550,'Kier','3.0.0'),(72,-1,'calendarjump','<form action=\\\"calendar.php\\\" method=\\\"get\\\">\r\n<div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[left]; white-space:nowrap; margin-bottom:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"c\\\" value=\\\"$calendarinfo[calendarid]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"week\\\" value=\\\"$week\\\" /> \r\n <strong>$vbphrase[jump_to_month]</strong><br />\r\n <select name=\\\"month\\\">\r\n <option value=\\\"1\\\" $monthselected[1]>$vbphrase[january]</option>\r\n <option value=\\\"2\\\" $monthselected[2]>$vbphrase[february]</option>\r\n <option value=\\\"3\\\" $monthselected[3]>$vbphrase[march]</option>\r\n <option value=\\\"4\\\" $monthselected[4]>$vbphrase[april]</option>\r\n <option value=\\\"5\\\" $monthselected[5]>$vbphrase[may]</option>\r\n <option value=\\\"6\\\" $monthselected[6]>$vbphrase[june]</option>\r\n <option value=\\\"7\\\" $monthselected[7]>$vbphrase[july]</option>\r\n <option value=\\\"8\\\" $monthselected[8]>$vbphrase[august]</option>\r\n <option value=\\\"9\\\" $monthselected[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $monthselected[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $monthselected[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <select name=\\\"year\\\">\r\n $yearbits\r\n </select>$gobutton\r\n</div>\r\n</form>\r\n\r\n<form action=\\\"calendar.php\\\" method=\\\"get\\\">\r\n<div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[left]; white-space:nowrap\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"month\\\" value=\\\"$month\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"year\\\" value=\\\"$year\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"$docalendar\\\" />\r\n <strong>$vbphrase[calendar_jump]</strong><br />\r\n <select name=\\\"c\\\" onchange=\\\"this.form.submit();\\\">\r\n <option value=\\\"0\\\" $defaultselected>$vbphrase[please_select_one]</option>\r\n <option value=\\\"0\\\">--------------------</option>\r\n $jumpcalendarbits\r\n </select>$gobutton\r\n</div>\r\n</form>','<form action=\"calendar.php\" method=\"get\">\r\n<div class=\"smallfont\" style=\"text-align:$stylevar[left]; white-space:nowrap; margin-bottom:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"c\" value=\"$calendarinfo[calendarid]\" />\r\n <input type=\"hidden\" name=\"week\" value=\"$week\" /> \r\n <strong>$vbphrase[jump_to_month]</strong><br />\r\n <select name=\"month\">\r\n <option value=\"1\" $monthselected[1]>$vbphrase[january]</option>\r\n <option value=\"2\" $monthselected[2]>$vbphrase[february]</option>\r\n <option value=\"3\" $monthselected[3]>$vbphrase[march]</option>\r\n <option value=\"4\" $monthselected[4]>$vbphrase[april]</option>\r\n <option value=\"5\" $monthselected[5]>$vbphrase[may]</option>\r\n <option value=\"6\" $monthselected[6]>$vbphrase[june]</option>\r\n <option value=\"7\" $monthselected[7]>$vbphrase[july]</option>\r\n <option value=\"8\" $monthselected[8]>$vbphrase[august]</option>\r\n <option value=\"9\" $monthselected[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $monthselected[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $monthselected[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <select name=\"year\">\r\n $yearbits\r\n </select>$gobutton\r\n</div>\r\n</form>\r\n\r\n<form action=\"calendar.php\" method=\"get\">\r\n<div class=\"smallfont\" style=\"text-align:$stylevar[left]; white-space:nowrap\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"month\" value=\"$month\" />\r\n <input type=\"hidden\" name=\"year\" value=\"$year\" />\r\n <input type=\"hidden\" name=\"do\" value=\"$docalendar\" />\r\n <strong>$vbphrase[calendar_jump]</strong><br />\r\n <select name=\"c\" onchange=\"this.form.submit();\">\r\n <option value=\"0\" $defaultselected>$vbphrase[please_select_one]</option>\r\n <option value=\"0\">--------------------</option>\r\n $jumpcalendarbits\r\n </select>$gobutton\r\n</div>\r\n</form>','template',1079383087,'freddie','3.0.0'),(73,-1,'calendarjumpbit',' <option value=\\\"$jumpcalendarid\\\" class=\\\"$fjclass\\\"$optionselected>$jumpcalendartitle</option>\r\n\r\n',' <option value=\"$jumpcalendarid\" class=\"$fjclass\"$optionselected>$jumpcalendartitle</option>\r\n\r\n','template',1040219143,'Kier','0'),(74,-1,'calendar_edit','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"calendar.php\\\" method=\\\"post\\\" name=\\\"vbform\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, this.title.value, 0, 0);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n\" . (($show[\'deleteoption\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[delete_event]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <div class=\\\"smallfont\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_event]\\\" tabindex=\\\"1\\\" />\r\n </span>\r\n <label for=\\\"cb_deletepost\\\"><input type=\\\"checkbox\\\" name=\\\"deletepost\\\" value=\\\"yes\\\" id=\\\"cb_deletepost\\\" tabindex=\\\"1\\\" />$vbphrase[to_delete_this_event]</label>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[calendar]</strong> <a href=\\\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]\\\">$calendarinfo[title]</a></span>\r\n $pagetitle\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <!-- title field -->\r\n <div class=\\\"fieldset\\\">\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[title]<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$title\\\" size=\\\"50\\\" maxlength=\\\"80\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </div>\r\n <!-- / title field -->\r\n \r\n <!-- start / end date / time -->\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[event_date]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n \" . (($show[\'todate\']) ? (\"<td>$vbphrase[start]</td>\") : (\"\")).\"\r\n <td>\r\n <select name=\\\"from_month\\\" title=\\\"$vbphrase[month]\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $from_monthselected[1]>$vbphrase[january]</option>\r\n <option value=\\\"2\\\" $from_monthselected[2]>$vbphrase[february]</option>\r\n <option value=\\\"3\\\" $from_monthselected[3]>$vbphrase[march]</option>\r\n <option value=\\\"4\\\" $from_monthselected[4]>$vbphrase[april]</option>\r\n <option value=\\\"5\\\" $from_monthselected[5]>$vbphrase[may]</option>\r\n <option value=\\\"6\\\" $from_monthselected[6]>$vbphrase[june]</option>\r\n <option value=\\\"7\\\" $from_monthselected[7]>$vbphrase[july]</option>\r\n <option value=\\\"8\\\" $from_monthselected[8]>$vbphrase[august]</option>\r\n <option value=\\\"9\\\" $from_monthselected[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $from_monthselected[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $from_monthselected[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $from_monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"from_day\\\" value=\\\"$from_day\\\" size=\\\"3\\\" maxlength=\\\"2\\\" title=\\\"$vbphrase[day]\\\" tabindex=\\\"1\\\" />\r\n <select name=\\\"from_year\\\" title=\\\"$vbphrase[year]\\\" tabindex=\\\"1\\\">$from_yearbits</select>\r\n </td> \r\n \" . (($show[\'todate\']) ? (\"<td align=\\\"$stylevar[right]\\\">$vbphrase[time] <select name=\\\"from_time\\\" title=\\\"$vbphrase[time]\\\" tabindex=\\\"1\\\">$fromtimeoptions</select></td>\") : (\"\")).\" \r\n </tr>\r\n \" . (($show[\'todate\']) ? (\"\r\n <tr>\r\n <td>$vbphrase[end]</td>\r\n <td>\r\n <select name=\\\"to_month\\\" title=\\\"$vbphrase[month]\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $to_monthselected[1]>$vbphrase[january]</option>\r\n <option value=\\\"2\\\" $to_monthselected[2]>$vbphrase[february]</option>\r\n <option value=\\\"3\\\" $to_monthselected[3]>$vbphrase[march]</option>\r\n <option value=\\\"4\\\" $to_monthselected[4]>$vbphrase[april]</option>\r\n <option value=\\\"5\\\" $to_monthselected[5]>$vbphrase[may]</option>\r\n <option value=\\\"6\\\" $to_monthselected[6]>$vbphrase[june]</option>\r\n <option value=\\\"7\\\" $to_monthselected[7]>$vbphrase[july]</option>\r\n <option value=\\\"8\\\" $to_monthselected[8]>$vbphrase[august]</option>\r\n <option value=\\\"9\\\" $to_monthselected[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $to_monthselected[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $to_monthselected[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $to_monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"to_day\\\" value=\\\"$to_day\\\" size=\\\"3\\\" maxlength=\\\"2\\\" title=\\\"$vbphrase[day]\\\" tabindex=\\\"1\\\" />\r\n <select name=\\\"to_year\\\" title=\\\"$vbphrase[year]\\\" tabindex=\\\"1\\\">$to_yearbits</select>\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\"> $vbphrase[time] <select name=\\\"to_time\\\" title=\\\"$vbphrase[time]\\\" tabindex=\\\"1\\\">$totimeoptions</select></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[time_zone]</td>\r\n <td colspan=\\\"2\\\"><select name=\\\"timezoneoffset\\\" title=\\\"$vbphrase[time_zone]\\\" tabindex=\\\"1\\\">$timezoneoptions</select></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n <!-- / start / end date / time -->\r\n \r\n $recurrence\r\n \r\n \" . (($show[\'custom_required\']) ? (\"\r\n $customfields_required\r\n \") : (\"\")).\"\r\n\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">$vbphrase[event_information]</div>\r\n \r\n $messagearea\r\n <!-- / message area -->\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"c\\\" value=\\\"$calendarid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"e\\\" value=\\\"$eventid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"type\\\" value=\\\"$type\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"update\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_event]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[additional_options]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\" colspan=\\\"2\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" checked=\\\"checked\\\" />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </fieldset>\r\n \r\n \" . (($show[\'custom_optional\']) ? (\"\r\n $customfields_optional\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_event]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\"calendar.php\" method=\"post\" name=\"vbform\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, this.title.value, 0, 0);\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n<if condition=\"$show[\'deleteoption\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[delete_event]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <div class=\"smallfont\">\r\n <span style=\"float:$stylevar[right]\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_event]\" tabindex=\"1\" />\r\n </span>\r\n <label for=\"cb_deletepost\"><input type=\"checkbox\" name=\"deletepost\" value=\"yes\" id=\"cb_deletepost\" tabindex=\"1\" />$vbphrase[to_delete_this_event]</label>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[calendar]</strong> <a href=\"calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]\">$calendarinfo[title]</a></span>\r\n $pagetitle\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <!-- title field -->\r\n <div class=\"fieldset\">\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $vbphrase[title]<br />\r\n <input type=\"text\" class=\"bginput\" name=\"title\" value=\"$title\" size=\"50\" maxlength=\"80\" tabindex=\"1\" />\r\n </div>\r\n </div>\r\n <!-- / title field -->\r\n \r\n <!-- start / end date / time -->\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[event_date]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <if condition=\"$show[\'todate\']\"><td>$vbphrase[start]</td></if>\r\n <td>\r\n <select name=\"from_month\" title=\"$vbphrase[month]\" tabindex=\"1\">\r\n <option value=\"1\" $from_monthselected[1]>$vbphrase[january]</option>\r\n <option value=\"2\" $from_monthselected[2]>$vbphrase[february]</option>\r\n <option value=\"3\" $from_monthselected[3]>$vbphrase[march]</option>\r\n <option value=\"4\" $from_monthselected[4]>$vbphrase[april]</option>\r\n <option value=\"5\" $from_monthselected[5]>$vbphrase[may]</option>\r\n <option value=\"6\" $from_monthselected[6]>$vbphrase[june]</option>\r\n <option value=\"7\" $from_monthselected[7]>$vbphrase[july]</option>\r\n <option value=\"8\" $from_monthselected[8]>$vbphrase[august]</option>\r\n <option value=\"9\" $from_monthselected[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $from_monthselected[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $from_monthselected[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $from_monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"from_day\" value=\"$from_day\" size=\"3\" maxlength=\"2\" title=\"$vbphrase[day]\" tabindex=\"1\" />\r\n <select name=\"from_year\" title=\"$vbphrase[year]\" tabindex=\"1\">$from_yearbits</select>\r\n </td> \r\n <if condition=\"$show[\'todate\']\"><td align=\"$stylevar[right]\">$vbphrase[time] <select name=\"from_time\" title=\"$vbphrase[time]\" tabindex=\"1\">$fromtimeoptions</select></td></if> \r\n </tr>\r\n <if condition=\"$show[\'todate\']\">\r\n <tr>\r\n <td>$vbphrase[end]</td>\r\n <td>\r\n <select name=\"to_month\" title=\"$vbphrase[month]\" tabindex=\"1\">\r\n <option value=\"1\" $to_monthselected[1]>$vbphrase[january]</option>\r\n <option value=\"2\" $to_monthselected[2]>$vbphrase[february]</option>\r\n <option value=\"3\" $to_monthselected[3]>$vbphrase[march]</option>\r\n <option value=\"4\" $to_monthselected[4]>$vbphrase[april]</option>\r\n <option value=\"5\" $to_monthselected[5]>$vbphrase[may]</option>\r\n <option value=\"6\" $to_monthselected[6]>$vbphrase[june]</option>\r\n <option value=\"7\" $to_monthselected[7]>$vbphrase[july]</option>\r\n <option value=\"8\" $to_monthselected[8]>$vbphrase[august]</option>\r\n <option value=\"9\" $to_monthselected[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $to_monthselected[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $to_monthselected[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $to_monthselected[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"to_day\" value=\"$to_day\" size=\"3\" maxlength=\"2\" title=\"$vbphrase[day]\" tabindex=\"1\" />\r\n <select name=\"to_year\" title=\"$vbphrase[year]\" tabindex=\"1\">$to_yearbits</select>\r\n </td>\r\n <td align=\"$stylevar[right]\"> $vbphrase[time] <select name=\"to_time\" title=\"$vbphrase[time]\" tabindex=\"1\">$totimeoptions</select></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[time_zone]</td>\r\n <td colspan=\"2\"><select name=\"timezoneoffset\" title=\"$vbphrase[time_zone]\" tabindex=\"1\">$timezoneoptions</select></td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n <!-- / start / end date / time -->\r\n \r\n $recurrence\r\n \r\n <if condition=\"$show[\'custom_required\']\">\r\n $customfields_required\r\n </if>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\">$vbphrase[event_information]</div>\r\n \r\n $messagearea\r\n <!-- / message area -->\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"c\" value=\"$calendarid\" />\r\n <input type=\"hidden\" name=\"e\" value=\"$eventid\" />\r\n <input type=\"hidden\" name=\"type\" value=\"$type\" />\r\n <input type=\"hidden\" name=\"do\" value=\"update\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_event]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[additional_options]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\" colspan=\"2\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" checked=\"checked\" />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </fieldset>\r\n \r\n <if condition=\"$show[\'custom_optional\']\">\r\n $customfields_optional\r\n </if>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_event]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n</body>\r\n</html>','template',1075133784,'freddie','3.0.0 Release Candidate 4'),(75,-1,'calendar_edit_customfield','<fieldset class=\\\"fieldset\\\">\r\n <legend>$custom[title]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($show[\'customdescription\']) ? (\"\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">$custom[description]</div>\r\n \") : (\"\")).\"\r\n <div>\r\n \" . (($show[\'customoptions\']) ? (\"\r\n <select name=\\\"$customfieldname\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"0\\\" $selected></option>\r\n $selectbits\r\n </select>\r\n \") : (\"\")).\"\r\n \" . (($show[\'customoptionalinput\']) ? (\"\r\n \" . (($show[\'customoptions\']) ? (\"$vbphrase[or]:\") : (\"\")).\"\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"$customfieldname_opt\\\" value=\\\"$custom[optional]\\\" size=\\\"25\\\" tabindex=\\\"1\\\" />\r\n \") : (\"\")).\"\r\n </div>\r\n </div>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend>$custom[title]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$show[\'customdescription\']\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\">$custom[description]</div>\r\n </if>\r\n <div>\r\n <if condition=\"$show[\'customoptions\']\">\r\n <select name=\"$customfieldname\" tabindex=\"1\">\r\n <option value=\"0\" $selected></option>\r\n $selectbits\r\n </select>\r\n </if>\r\n <if condition=\"$show[\'customoptionalinput\']\">\r\n <if condition=\"$show[\'customoptions\']\">$vbphrase[or]:</if>\r\n <input type=\"text\" class=\"bginput\" name=\"$customfieldname_opt\" value=\"$custom[optional]\" size=\"25\" tabindex=\"1\" />\r\n </if>\r\n </div>\r\n </div>\r\n</fieldset>\r\n','template',1070388940,'Ed Sullivan','3.0.0 Gamma'),(76,-1,'calendar_edit_recurrence','<fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[recurrence_pattern]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr valign=\\\"top\\\">\r\n <td id=\\\"select_event\\\" style=\\\"display:none; border-right:2px groove\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><label for=\\\"rb_event_1\\\"><input type=\\\"radio\\\" name=\\\"eventtype\\\" value=\\\"1\\\" id=\\\"rb_event_1\\\" tabindex=\\\"1\\\" $eventtypecheck[1] onclick=\\\"toggle_pattern(\'daily\', \'rb_pattern_1\')\\\" />$vbphrase[daily]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"rb_event_2\\\"><input type=\\\"radio\\\" name=\\\"eventtype\\\" value=\\\"2\\\" id=\\\"rb_event_2\\\" tabindex=\\\"1\\\" $eventtypecheck[2] onclick=\\\"toggle_pattern(\'weekly\', \'rb_pattern_3\')\\\" />$vbphrase[weekly]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"rb_event_3\\\"><input type=\\\"radio\\\" name=\\\"eventtype\\\" value=\\\"3\\\" id=\\\"rb_event_3\\\" tabindex=\\\"1\\\" $eventtypecheck[3] onclick=\\\"toggle_pattern(\'monthly\', \'rb_pattern_4\')\\\" />$vbphrase[monthly]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"rb_event_4\\\"><input type=\\\"radio\\\" name=\\\"eventtype\\\" value=\\\"4\\\" id=\\\"rb_event_4\\\" tabindex=\\\"1\\\" $eventtypecheck[4] onclick=\\\"toggle_pattern(\'yearly\', \'rb_pattern_6\')\\\" />$vbphrase[yearly]</label></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td>\r\n\r\n <!-- daily recurrence -->\r\n <div class=\\\"fieldset\\\" id=\\\"daily_event\\\" style=\\\"display:show\\\">\r\n <div id=\\\"daily_legend\\\"><strong>$vbphrase[daily]</strong></div>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \" . construct_phrase(\"$vbphrase[every_x_days]\", \"$patterncheck[1]\", \"$dailybox\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\\\"rb_pattern_2\\\"><input type=\\\"radio\\\" name=\\\"pattern\\\" value=\\\"2\\\" id=\\\"rb_pattern_2\\\" tabindex=\\\"1\\\" $patterncheck[2] />$vbphrase[every_weekday]</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <!-- weekly recurrence -->\r\n <div class=\\\"fieldset\\\" id=\\\"weekly_event\\\" style=\\\"display:show\\\">\r\n <div id=\\\"weekly_legend\\\"><strong>$vbphrase[daily]</strong></div>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td colspan=\\\"4\\\">\r\n \" . construct_phrase(\"$vbphrase[recur_every_x_weeks]\", \"$patterncheck[3]\", \"$weeklybox\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_monbox\\\"><input type=\\\"checkbox\\\" name=\\\"monbox\\\" value=\\\"yes\\\" id=\\\"cb_monbox\\\" tabindex=\\\"1\\\" $monboxchecked />$vbphrase[monday]</label></td>\r\n <td><label for=\\\"cb_tuebox\\\"><input type=\\\"checkbox\\\" name=\\\"tuebox\\\" value=\\\"yes\\\" id=\\\"cb_tuebox\\\" tabindex=\\\"1\\\" $tueboxchecked />$vbphrase[tuesday]</label></td>\r\n <td><label for=\\\"cb_wedbox\\\"><input type=\\\"checkbox\\\" name=\\\"wedbox\\\" value=\\\"yes\\\" id=\\\"cb_wedbox\\\" tabindex=\\\"1\\\" $wedboxchecked />$vbphrase[wednesday]</label></td>\r\n <td><label for=\\\"cb_thubox\\\"><input type=\\\"checkbox\\\" name=\\\"thubox\\\" value=\\\"yes\\\" id=\\\"cb_thubox\\\" tabindex=\\\"1\\\" $thuboxchecked />$vbphrase[thursday]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_fribox\\\"><input type=\\\"checkbox\\\" name=\\\"fribox\\\" value=\\\"yes\\\" id=\\\"cb_fribox\\\" tabindex=\\\"1\\\" $friboxchecked />$vbphrase[friday]</label></td>\r\n <td><label for=\\\"cb_satbox\\\"><input type=\\\"checkbox\\\" name=\\\"satbox\\\" value=\\\"yes\\\" id=\\\"cb_satbox\\\" tabindex=\\\"1\\\" $satboxchecked />$vbphrase[saturday]</label></td>\r\n <td><label for=\\\"cb_sunbox\\\"><input type=\\\"checkbox\\\" name=\\\"sunbox\\\" value=\\\"yes\\\" id=\\\"cb_sunbox\\\" tabindex=\\\"1\\\" $sunboxchecked />$vbphrase[sunday]</label></td>\r\n <td> </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <!-- monthly recurrence -->\r\n <div class=\\\"fieldset\\\" id=\\\"monthly_event\\\" style=\\\"display:show\\\">\r\n <div id=\\\"monthly_legend\\\"><strong>$vbphrase[monthly]</strong></div>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <label for=\\\"rb_pattern_4\\\"><input type=\\\"radio\\\" name=\\\"pattern\\\" value=\\\"4\\\" id=\\\"rb_pattern_4\\\" tabindex=\\\"1\\\" $patterncheck[4] />$vbphrase[day]</label>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"monthlycombo1\\\" value=\\\"$monthlycombo1\\\" size=\\\"3\\\" maxlength=\\\"2\\\" tabindex=\\\"1\\\" />\r\n \" . construct_phrase(\"$vbphrase[of_every_x_months]\", \"monthlybox1\", \"$monthlybox1\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\\\"rb_pattern_5\\\"><input type=\\\"radio\\\" name=\\\"pattern\\\" value=\\\"5\\\" id=\\\"rb_pattern_5\\\" tabindex=\\\"1\\\" $patterncheck[5] />$vbphrase[the_dropdown]</label>\r\n <select name=\\\"monthlycombo2\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $monthlycombo2[1]>$vbphrase[date_first]</option>\r\n <option value=\\\"2\\\" $monthlycombo2[2]>$vbphrase[second]</option>\r\n <option value=\\\"3\\\" $monthlycombo2[3]>$vbphrase[third]</option>\r\n <option value=\\\"4\\\" $monthlycombo2[4]>$vbphrase[fourth]</option>\r\n <option value=\\\"5\\\" $monthlycombo2[5]>$vbphrase[date_last]</option>\r\n </select>\r\n <select name=\\\"monthlycombo3\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $monthlycombo3[1]>$vbphrase[sunday]</option>\r\n <option value=\\\"2\\\" $monthlycombo3[2]>$vbphrase[monday]</option>\r\n <option value=\\\"3\\\" $monthlycombo3[3]>$vbphrase[tuesday]</option>\r\n <option value=\\\"4\\\" $monthlycombo3[4]>$vbphrase[wednesday]</option>\r\n <option value=\\\"5\\\" $monthlycombo3[5]>$vbphrase[thursday]</option>\r\n <option value=\\\"6\\\" $monthlycombo3[6]>$vbphrase[friday]</option>\r\n <option value=\\\"7\\\" $monthlycombo3[7]>$vbphrase[saturday]</option>\r\n </select>\r\n \" . construct_phrase(\"$vbphrase[of_every_x_months]\", \"monthlybox2\", \"$monthlybox2\") . \" \r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\" id=\\\"yearly_event\\\" style=\\\"display:show\\\">\r\n <div id=\\\"yearly_legend\\\"><strong>$vbphrase[yearly]</strong></div>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <label for=\\\"rb_pattern_6\\\"><input type=\\\"radio\\\" name=\\\"pattern\\\" value=\\\"6\\\" id=\\\"rb_pattern_6\\\" tabindex=\\\"1\\\" $patterncheck[6] />$vbphrase[every]</label>\r\n <select name=\\\"yearlycombo1\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $yearlycombo1[1]>$vbphrase[january]</option>\r\n <option value=\\\"2\\\" $yearlycombo1[2]>$vbphrase[february]</option>\r\n <option value=\\\"3\\\" $yearlycombo1[3]>$vbphrase[march]</option>\r\n <option value=\\\"4\\\" $yearlycombo1[4]>$vbphrase[april]</option>\r\n <option value=\\\"5\\\" $yearlycombo1[5]>$vbphrase[may]</option>\r\n <option value=\\\"6\\\" $yearlycombo1[6]>$vbphrase[june]</option>\r\n <option value=\\\"7\\\" $yearlycombo1[7]>$vbphrase[july]</option>\r\n <option value=\\\"8\\\" $yearlycombo1[8]>$vbphrase[august]</option>\r\n <option value=\\\"9\\\" $yearlycombo1[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $yearlycombo1[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $yearlycombo1[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $yearlycombo1[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"yearlycombo2\\\" value=\\\"$yearlycombo2\\\" size=\\\"3\\\" maxlength=\\\"2\\\" tabindex=\\\"1\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\\\"rb_pattern_7\\\"><input type=\\\"radio\\\" name=\\\"pattern\\\" value=\\\"7\\\" id=\\\"rb_pattern_7\\\" tabindex=\\\"1\\\" $patterncheck[7] />$vbphrase[the_dropdown]</label>\r\n <select name=\\\"yearlycombo3\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $yearlycombo3[1]>$vbphrase[date_first]</option>\r\n <option value=\\\"2\\\" $yearlycombo3[2]>$vbphrase[second]</option>\r\n <option value=\\\"3\\\" $yearlycombo3[3]>$vbphrase[third]</option>\r\n <option value=\\\"4\\\" $yearlycombo3[4]>$vbphrase[fourth]</option>\r\n <option value=\\\"5\\\" $yearlycombo3[5]>$vbphrase[date_last]</option>\r\n </select>\r\n <select name=\\\"yearlycombo4\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $yearlycombo4[1]>$vbphrase[sunday]</option>\r\n <option value=\\\"2\\\" $yearlycombo4[2]>$vbphrase[monday]</option>\r\n <option value=\\\"3\\\" $yearlycombo4[3]>$vbphrase[tuesday]</option>\r\n <option value=\\\"4\\\" $yearlycombo4[4]>$vbphrase[wednesday]</option>\r\n <option value=\\\"5\\\" $yearlycombo4[5]>$vbphrase[thursday]</option>\r\n <option value=\\\"6\\\" $yearlycombo4[6]>$vbphrase[friday]</option>\r\n <option value=\\\"7\\\" $yearlycombo4[7]>$vbphrase[saturday]</option>\r\n </select>\r\n $vbphrase[of]\r\n <select name=\\\"yearlycombo5\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"1\\\" $yearlycombo5[1]>$vbphrase[january]</option>\r\n <option value=\\\"2\\\" $yearlycombo5[2]>$vbphrase[february]</option>\r\n <option value=\\\"3\\\" $yearlycombo5[3]>$vbphrase[march]</option>\r\n <option value=\\\"4\\\" $yearlycombo5[4]>$vbphrase[april]</option>\r\n <option value=\\\"5\\\" $yearlycombo5[5]>$vbphrase[may]</option>\r\n <option value=\\\"6\\\" $yearlycombo5[6]>$vbphrase[june]</option>\r\n <option value=\\\"7\\\" $yearlycombo5[7]>$vbphrase[july]</option>\r\n <option value=\\\"8\\\" $yearlycombo5[8]>$vbphrase[august]</option>\r\n <option value=\\\"9\\\" $yearlycombo5[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $yearlycombo5[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $yearlycombo5[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $yearlycombo5[12]>$vbphrase[december]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n \r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar rec_optionsets = {\r\n \\\"daily\\\" : fetch_object(\\\"daily_event\\\"),\r\n \\\"weekly\\\" : fetch_object(\\\"weekly_event\\\"),\r\n \\\"monthly\\\" : fetch_object(\\\"monthly_event\\\"),\r\n \\\"yearly\\\" : fetch_object(\\\"yearly_event\\\")\r\n};\r\nvar selectdiv = fetch_object(\\\"select_event\\\");\r\n\r\nfunction toggle_pattern(objtype, radioselection)\r\n{\r\n if (radioselection)\r\n {\r\n fetch_object(radioselection).checked = true;\r\n }\r\n for (key in rec_optionsets)\r\n {\r\n rec_optionsets[key].style.display = \\\"none\\\";\r\n }\r\n rec_optionsets[objtype].style.display = \\\"\\\";\r\n}\r\n\r\n// show the correct recurrence pattern\r\ntoggle_pattern(\\\"$thistype\\\", false);\r\n\r\n// hide non-javascript controls\r\nselectdiv.style.display = \\\"\\\";\r\nfetch_object(\\\"daily_legend\\\").style.display = \\\"none\\\";\r\nfetch_object(\\\"weekly_legend\\\").style.display = \\\"none\\\";\r\nfetch_object(\\\"monthly_legend\\\").style.display = \\\"none\\\";\r\nfetch_object(\\\"yearly_legend\\\").style.display = \\\"none\\\";\r\n\r\n//-->\r\n</script>','<fieldset class=\"fieldset\">\r\n <legend>$vbphrase[recurrence_pattern]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr valign=\"top\">\r\n <td id=\"select_event\" style=\"display:none; border-right:2px groove\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td><label for=\"rb_event_1\"><input type=\"radio\" name=\"eventtype\" value=\"1\" id=\"rb_event_1\" tabindex=\"1\" $eventtypecheck[1] onclick=\"toggle_pattern(\'daily\', \'rb_pattern_1\')\" />$vbphrase[daily]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"rb_event_2\"><input type=\"radio\" name=\"eventtype\" value=\"2\" id=\"rb_event_2\" tabindex=\"1\" $eventtypecheck[2] onclick=\"toggle_pattern(\'weekly\', \'rb_pattern_3\')\" />$vbphrase[weekly]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"rb_event_3\"><input type=\"radio\" name=\"eventtype\" value=\"3\" id=\"rb_event_3\" tabindex=\"1\" $eventtypecheck[3] onclick=\"toggle_pattern(\'monthly\', \'rb_pattern_4\')\" />$vbphrase[monthly]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"rb_event_4\"><input type=\"radio\" name=\"eventtype\" value=\"4\" id=\"rb_event_4\" tabindex=\"1\" $eventtypecheck[4] onclick=\"toggle_pattern(\'yearly\', \'rb_pattern_6\')\" />$vbphrase[yearly]</label></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td>\r\n\r\n <!-- daily recurrence -->\r\n <div class=\"fieldset\" id=\"daily_event\" style=\"display:show\">\r\n <div id=\"daily_legend\"><strong>$vbphrase[daily]</strong></div>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <phrase 1=\"$patterncheck[1]\" 2=\"$dailybox\">$vbphrase[every_x_days]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\"rb_pattern_2\"><input type=\"radio\" name=\"pattern\" value=\"2\" id=\"rb_pattern_2\" tabindex=\"1\" $patterncheck[2] />$vbphrase[every_weekday]</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <!-- weekly recurrence -->\r\n <div class=\"fieldset\" id=\"weekly_event\" style=\"display:show\">\r\n <div id=\"weekly_legend\"><strong>$vbphrase[daily]</strong></div>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td colspan=\"4\">\r\n <phrase 1=\"$patterncheck[3]\" 2=\"$weeklybox\">$vbphrase[recur_every_x_weeks]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_monbox\"><input type=\"checkbox\" name=\"monbox\" value=\"yes\" id=\"cb_monbox\" tabindex=\"1\" $monboxchecked />$vbphrase[monday]</label></td>\r\n <td><label for=\"cb_tuebox\"><input type=\"checkbox\" name=\"tuebox\" value=\"yes\" id=\"cb_tuebox\" tabindex=\"1\" $tueboxchecked />$vbphrase[tuesday]</label></td>\r\n <td><label for=\"cb_wedbox\"><input type=\"checkbox\" name=\"wedbox\" value=\"yes\" id=\"cb_wedbox\" tabindex=\"1\" $wedboxchecked />$vbphrase[wednesday]</label></td>\r\n <td><label for=\"cb_thubox\"><input type=\"checkbox\" name=\"thubox\" value=\"yes\" id=\"cb_thubox\" tabindex=\"1\" $thuboxchecked />$vbphrase[thursday]</label></td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_fribox\"><input type=\"checkbox\" name=\"fribox\" value=\"yes\" id=\"cb_fribox\" tabindex=\"1\" $friboxchecked />$vbphrase[friday]</label></td>\r\n <td><label for=\"cb_satbox\"><input type=\"checkbox\" name=\"satbox\" value=\"yes\" id=\"cb_satbox\" tabindex=\"1\" $satboxchecked />$vbphrase[saturday]</label></td>\r\n <td><label for=\"cb_sunbox\"><input type=\"checkbox\" name=\"sunbox\" value=\"yes\" id=\"cb_sunbox\" tabindex=\"1\" $sunboxchecked />$vbphrase[sunday]</label></td>\r\n <td> </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <!-- monthly recurrence -->\r\n <div class=\"fieldset\" id=\"monthly_event\" style=\"display:show\">\r\n <div id=\"monthly_legend\"><strong>$vbphrase[monthly]</strong></div>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <label for=\"rb_pattern_4\"><input type=\"radio\" name=\"pattern\" value=\"4\" id=\"rb_pattern_4\" tabindex=\"1\" $patterncheck[4] />$vbphrase[day]</label>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"monthlycombo1\" value=\"$monthlycombo1\" size=\"3\" maxlength=\"2\" tabindex=\"1\" />\r\n <phrase 1=\"monthlybox1\" 2=\"$monthlybox1\">$vbphrase[of_every_x_months]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\"rb_pattern_5\"><input type=\"radio\" name=\"pattern\" value=\"5\" id=\"rb_pattern_5\" tabindex=\"1\" $patterncheck[5] />$vbphrase[the_dropdown]</label>\r\n <select name=\"monthlycombo2\" tabindex=\"1\">\r\n <option value=\"1\" $monthlycombo2[1]>$vbphrase[date_first]</option>\r\n <option value=\"2\" $monthlycombo2[2]>$vbphrase[second]</option>\r\n <option value=\"3\" $monthlycombo2[3]>$vbphrase[third]</option>\r\n <option value=\"4\" $monthlycombo2[4]>$vbphrase[fourth]</option>\r\n <option value=\"5\" $monthlycombo2[5]>$vbphrase[date_last]</option>\r\n </select>\r\n <select name=\"monthlycombo3\" tabindex=\"1\">\r\n <option value=\"1\" $monthlycombo3[1]>$vbphrase[sunday]</option>\r\n <option value=\"2\" $monthlycombo3[2]>$vbphrase[monday]</option>\r\n <option value=\"3\" $monthlycombo3[3]>$vbphrase[tuesday]</option>\r\n <option value=\"4\" $monthlycombo3[4]>$vbphrase[wednesday]</option>\r\n <option value=\"5\" $monthlycombo3[5]>$vbphrase[thursday]</option>\r\n <option value=\"6\" $monthlycombo3[6]>$vbphrase[friday]</option>\r\n <option value=\"7\" $monthlycombo3[7]>$vbphrase[saturday]</option>\r\n </select>\r\n <phrase 1=\"monthlybox2\" 2=\"$monthlybox2\">$vbphrase[of_every_x_months]</phrase> \r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\"fieldset\" id=\"yearly_event\" style=\"display:show\">\r\n <div id=\"yearly_legend\"><strong>$vbphrase[yearly]</strong></div>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <label for=\"rb_pattern_6\"><input type=\"radio\" name=\"pattern\" value=\"6\" id=\"rb_pattern_6\" tabindex=\"1\" $patterncheck[6] />$vbphrase[every]</label>\r\n <select name=\"yearlycombo1\" tabindex=\"1\">\r\n <option value=\"1\" $yearlycombo1[1]>$vbphrase[january]</option>\r\n <option value=\"2\" $yearlycombo1[2]>$vbphrase[february]</option>\r\n <option value=\"3\" $yearlycombo1[3]>$vbphrase[march]</option>\r\n <option value=\"4\" $yearlycombo1[4]>$vbphrase[april]</option>\r\n <option value=\"5\" $yearlycombo1[5]>$vbphrase[may]</option>\r\n <option value=\"6\" $yearlycombo1[6]>$vbphrase[june]</option>\r\n <option value=\"7\" $yearlycombo1[7]>$vbphrase[july]</option>\r\n <option value=\"8\" $yearlycombo1[8]>$vbphrase[august]</option>\r\n <option value=\"9\" $yearlycombo1[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $yearlycombo1[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $yearlycombo1[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $yearlycombo1[12]>$vbphrase[december]</option>\r\n </select>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"yearlycombo2\" value=\"$yearlycombo2\" size=\"3\" maxlength=\"2\" tabindex=\"1\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <label for=\"rb_pattern_7\"><input type=\"radio\" name=\"pattern\" value=\"7\" id=\"rb_pattern_7\" tabindex=\"1\" $patterncheck[7] />$vbphrase[the_dropdown]</label>\r\n <select name=\"yearlycombo3\" tabindex=\"1\">\r\n <option value=\"1\" $yearlycombo3[1]>$vbphrase[date_first]</option>\r\n <option value=\"2\" $yearlycombo3[2]>$vbphrase[second]</option>\r\n <option value=\"3\" $yearlycombo3[3]>$vbphrase[third]</option>\r\n <option value=\"4\" $yearlycombo3[4]>$vbphrase[fourth]</option>\r\n <option value=\"5\" $yearlycombo3[5]>$vbphrase[date_last]</option>\r\n </select>\r\n <select name=\"yearlycombo4\" tabindex=\"1\">\r\n <option value=\"1\" $yearlycombo4[1]>$vbphrase[sunday]</option>\r\n <option value=\"2\" $yearlycombo4[2]>$vbphrase[monday]</option>\r\n <option value=\"3\" $yearlycombo4[3]>$vbphrase[tuesday]</option>\r\n <option value=\"4\" $yearlycombo4[4]>$vbphrase[wednesday]</option>\r\n <option value=\"5\" $yearlycombo4[5]>$vbphrase[thursday]</option>\r\n <option value=\"6\" $yearlycombo4[6]>$vbphrase[friday]</option>\r\n <option value=\"7\" $yearlycombo4[7]>$vbphrase[saturday]</option>\r\n </select>\r\n $vbphrase[of]\r\n <select name=\"yearlycombo5\" tabindex=\"1\">\r\n <option value=\"1\" $yearlycombo5[1]>$vbphrase[january]</option>\r\n <option value=\"2\" $yearlycombo5[2]>$vbphrase[february]</option>\r\n <option value=\"3\" $yearlycombo5[3]>$vbphrase[march]</option>\r\n <option value=\"4\" $yearlycombo5[4]>$vbphrase[april]</option>\r\n <option value=\"5\" $yearlycombo5[5]>$vbphrase[may]</option>\r\n <option value=\"6\" $yearlycombo5[6]>$vbphrase[june]</option>\r\n <option value=\"7\" $yearlycombo5[7]>$vbphrase[july]</option>\r\n <option value=\"8\" $yearlycombo5[8]>$vbphrase[august]</option>\r\n <option value=\"9\" $yearlycombo5[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $yearlycombo5[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $yearlycombo5[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $yearlycombo5[12]>$vbphrase[december]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n \r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar rec_optionsets = {\r\n \"daily\" : fetch_object(\"daily_event\"),\r\n \"weekly\" : fetch_object(\"weekly_event\"),\r\n \"monthly\" : fetch_object(\"monthly_event\"),\r\n \"yearly\" : fetch_object(\"yearly_event\")\r\n};\r\nvar selectdiv = fetch_object(\"select_event\");\r\n\r\nfunction toggle_pattern(objtype, radioselection)\r\n{\r\n if (radioselection)\r\n {\r\n fetch_object(radioselection).checked = true;\r\n }\r\n for (key in rec_optionsets)\r\n {\r\n rec_optionsets[key].style.display = \"none\";\r\n }\r\n rec_optionsets[objtype].style.display = \"\";\r\n}\r\n\r\n// show the correct recurrence pattern\r\ntoggle_pattern(\"$thistype\", false);\r\n\r\n// hide non-javascript controls\r\nselectdiv.style.display = \"\";\r\nfetch_object(\"daily_legend\").style.display = \"none\";\r\nfetch_object(\"weekly_legend\").style.display = \"none\";\r\nfetch_object(\"monthly_legend\").style.display = \"none\";\r\nfetch_object(\"yearly_legend\").style.display = \"none\";\r\n\r\n//-->\r\n</script>','template',1080064157,'freddie','3.0.1'),(77,-1,'calendar_manage','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"calendar.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"manage\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"e\\\" value=\\\"$eventinfo[eventid]\\\" />\r\n\r\n$_logincode\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . (($show[\'delete\']) ? (\"$vbphrase[delete_event]\") : (\"$vbphrase[move_event]\")).\"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\"><strong>$vbphrase[event]</strong>: $eventinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" class=\\\"fieldset\\\">\r\n <tr valign=\\\"bottom\\\">\r\n <td>\r\n \" . (($show[\'delete\']) ? (\"\r\n <input type=\\\"hidden\\\" name=\\\"what\\\" value=\\\"dodelete\\\" />\r\n <label for=\\\"cb_confdel\\\"><input type=\\\"checkbox\\\" name=\\\"dodelete\\\" value=\\\"1\\\" id=\\\"cb_confdel\\\" />$vbphrase[to_delete_this_event]</label> \r\n \") : (\"\r\n <input type=\\\"hidden\\\" name=\\\"what\\\" value=\\\"domove\\\" />\r\n $vbphrase[move_event_to_calendar]:<br />\r\n <select name=\\\"newcalendarid\\\">\r\n $calendarbits\r\n </select>\r\n \")).\"\r\n </td>\r\n <td align=\\\"right\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$pagetitle\\\" accesskey=\\\"s\\\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"calendar.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"manage\" />\r\n<input type=\"hidden\" name=\"e\" value=\"$eventinfo[eventid]\" />\r\n\r\n$_logincode\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><if condition=\"$show[\'delete\']\">$vbphrase[delete_event]<else />$vbphrase[move_event]</if></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" style=\"font-weight:normal\"><strong>$vbphrase[event]</strong>: $eventinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"fieldset\">\r\n <tr valign=\"bottom\">\r\n <td>\r\n <if condition=\"$show[\'delete\']\">\r\n <input type=\"hidden\" name=\"what\" value=\"dodelete\" />\r\n <label for=\"cb_confdel\"><input type=\"checkbox\" name=\"dodelete\" value=\"1\" id=\"cb_confdel\" />$vbphrase[to_delete_this_event]</label> \r\n <else />\r\n <input type=\"hidden\" name=\"what\" value=\"domove\" />\r\n $vbphrase[move_event_to_calendar]:<br />\r\n <select name=\"newcalendarid\">\r\n $calendarbits\r\n </select>\r\n </if>\r\n </td>\r\n <td align=\"right\"><input type=\"submit\" class=\"button\" value=\"$pagetitle\" accesskey=\"s\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n</body>\r\n</html>','template',1078837020,'Scott','3.0.0'),(78,-1,'calendar_monthly','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n$calendarbits\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"top\\\">\r\n <td rowspan=\\\"2\\\" style=\\\"padding-$stylevar[right]:$stylevar[cellpadding]px\\\">\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\">\r\n $prevmonth\r\n </table>\r\n \r\n </td>\r\n <td rowspan=\\\"2\\\">\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\">\r\n $nextmonth\r\n </table>\r\n \r\n </td>\r\n <td rowspan=\\\"2\\\" width=\\\"100%\\\"> </td>\r\n <td>\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"3\\\" nowrap=\\\"nowrap\\\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[single_all_day_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\\\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[ranged_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\\\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[recurring_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\\\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n</tr>\r\n<tr>\r\n <td valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n$calendarbits\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"top\">\r\n <td rowspan=\"2\" style=\"padding-$stylevar[right]:$stylevar[cellpadding]px\">\r\n \r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\">\r\n $prevmonth\r\n </table>\r\n \r\n </td>\r\n <td rowspan=\"2\">\r\n \r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\">\r\n $nextmonth\r\n </table>\r\n \r\n </td>\r\n <td rowspan=\"2\" width=\"100%\"> </td>\r\n <td>\r\n \r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\" colspan=\"3\" nowrap=\"nowrap\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\" nowrap=\"nowrap\">\r\n <div class=\"smallfont\">\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[single_all_day_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[ranged_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[recurring_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n</tr>\r\n<tr>\r\n <td valign=\"bottom\" nowrap=\"nowrap\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>','template',1077733956,'Kier','3.0.0'),(79,-1,'calendar_monthly_birthday','<div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/birthday_small.gif\\\" alt=\\\"\\\" />\r\n <a href=\\\"member.php?$session[sessionurl]u=$userid\\\"><!--\" . construct_phrase(\"$vbphrase[x_birthday]\", \"$username\") . \"-->$username</a>\r\n $age\r\n</div>\r\n','<div class=\"smallfont\" style=\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/birthday_small.gif\" alt=\"\" />\r\n <a href=\"member.php?$session[sessionurl]u=$userid\"><!--<phrase 1=\"$username\">$vbphrase[x_birthday]</phrase>-->$username</a>\r\n $age\r\n</div>\r\n','template',1079583224,'Kier','3.0.0'),(80,-1,'calendar_monthly_day','\" . (($show[\'highlighttoday\']) ? (\"\r\n <td class=\\\"alt2\\\" height=\\\"50\\\" width=\\\"$daywidth\\\" style=\\\"padding:0px; border:1px solid red; font-weight:bold\\\" title=\\\"$vbphrase[today]\\\">\r\n\") : (\"\r\n <td class=\\\"alt2\\\" height=\\\"50\\\" width=\\\"$daywidth\\\" style=\\\"padding:0px\\\">\r\n\")).\"\r\n<div class=\\\"thead\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n \" . (($show[\'daylink\']) ? (\"\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\\\">$day</a>\r\n \") : (\"\r\n $day\r\n \")).\"\r\n </span>\r\n $dayname\r\n</div>\r\n<div style=\\\"padding:$stylevar[cellpadding]px\\\">\r\n \" . (($show[\'birthdaylink\']) ? (\"\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\\\">\r\n <!--<strong>»</strong>--> <em><a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$birthdaydesc\\\">\" . construct_phrase(\"$vbphrase[x_birthdays]\", \"$bdaycount\") . \"</a></em>\r\n </div>\r\n \") : (\"\r\n $userbdays\r\n \")).\"\r\n \" . (($show[\'eventlink\']) ? (\"\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:dotted 1px\\\">\r\n \" . (($show[\'subscribed\']) ? (\"\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed_event.gif\\\" alt=\\\"$vbphrase[event_notification]\\\" />\r\n \") : (\"\r\n <!--<strong>»</strong>-->\r\n \")).\"\r\n <em><a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$eventdesc\\\">$vbphrase[events]</a> ($eventtotal)</em>\r\n </div>\r\n \") : (\"\r\n $userevents\r\n \")).\"\r\n</div>\r\n</td>\r\n','<if condition=\"$show[\'highlighttoday\']\">\r\n <td class=\"alt2\" height=\"50\" width=\"$daywidth\" style=\"padding:0px; border:1px solid red; font-weight:bold\" title=\"$vbphrase[today]\">\r\n<else />\r\n <td class=\"alt2\" height=\"50\" width=\"$daywidth\" style=\"padding:0px\">\r\n</if>\r\n<div class=\"thead\">\r\n <span style=\"float:$stylevar[right]\">\r\n <if condition=\"$show[\'daylink\']\">\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\">$day</a>\r\n <else />\r\n $day\r\n </if>\r\n </span>\r\n $dayname\r\n</div>\r\n<div style=\"padding:$stylevar[cellpadding]px\">\r\n <if condition=\"$show[\'birthdaylink\']\">\r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\">\r\n <!--<strong>»</strong>--> <em><a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\" title=\"$birthdaydesc\"><phrase 1=\"$bdaycount\">$vbphrase[x_birthdays]</phrase></a></em>\r\n </div>\r\n <else />\r\n $userbdays\r\n </if>\r\n <if condition=\"$show[\'eventlink\']\">\r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:dotted 1px\">\r\n <if condition=\"$show[\'subscribed\']\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed_event.gif\" alt=\"$vbphrase[event_notification]\" />\r\n <else />\r\n <!--<strong>»</strong>-->\r\n </if>\r\n <em><a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\" title=\"$eventdesc\">$vbphrase[events]</a> ($eventtotal)</em>\r\n </div>\r\n <else />\r\n $userevents\r\n </if>\r\n</div>\r\n</td>\r\n','template',1088104360,'freddie','3.0.2'),(81,-1,'calendar_monthly_day_other','<td height=\\\"50\\\" width=\\\"$daywidth\\\" style=\\\"padding:0px\\\">\r\n <div class=\\\"thead\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">$otherday$day</span>\r\n $otherdayname$dayname\r\n </div>\r\n \r\n</td>\r\n','<td height=\"50\" width=\"$daywidth\" style=\"padding:0px\">\r\n <div class=\"thead\">\r\n <span style=\"float:$stylevar[right]\">$otherday$day</span>\r\n $otherdayname$dayname\r\n </div>\r\n \r\n</td>\r\n','template',1070280916,'Kier','3.0.0 Gamma'),(82,-1,'calendar_monthly_event','<div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\\\">\r\n \" . (($show[\'holiday\']) ? (\"\r\n <!--<strong>»</strong>--> <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$event[preview]\\\"><strong>$event[title]</strong></a>\r\n \") : (\"\r\n \" . (($show[\'subscribed\']) ? (\"\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed_event.gif\\\" alt=\\\"$vbphrase[event_notification]\\\" />\r\n \") : (\"\r\n <!--<strong>»</strong>-->\r\n \")).\"\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&e=$event[eventid]&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$event[preview]\\\">$event[title]</a>\r\n \")).\"\r\n</div>\r\n','<div class=\"smallfont\" style=\"margin-bottom:$stylevar[cellpadding]px; padding-bottom:2px; border-bottom:1px dotted\">\r\n <if condition=\"$show[\'holiday\']\">\r\n <!--<strong>»</strong>--> <a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\" title=\"$event[preview]\"><strong>$event[title]</strong></a>\r\n <else />\r\n <if condition=\"$show[\'subscribed\']\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed_event.gif\" alt=\"$vbphrase[event_notification]\" />\r\n <else />\r\n <!--<strong>»</strong>-->\r\n </if>\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&e=$event[eventid]&day=$year-$month-$day&c=$calendarid\" title=\"$event[preview]\">$event[title]</a>\r\n </if>\r\n</div>\r\n','template',1075942381,'freddie','3.0.0 Release Candidate 4'),(83,-1,'calendar_monthly_header','<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"$colspan\\\"><a href=\\\"calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth\\\">$monthname $year</a></td>\r\n</tr>\r\n$calendarrowbits\r\n','<tr>\r\n <td class=\"tcat\" colspan=\"$colspan\"><a href=\"calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth\">$monthname $year</a></td>\r\n</tr>\r\n$calendarrowbits\r\n','template',1071074179,'freddie','3.0.0 Release Candidate 1'),(84,-1,'calendar_monthly_week','<tr valign=\\\"top\\\">\r\n <td class=\\\"thead\\\" width=\\\"$linkwidth\\\" align=\\\"center\\\" valign=\\\"middle\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&week=$firstweek&do=displayweek&month=$month\\\" title=\\\"$vbphrase[view_this_week_in_detail]\\\" style=\\\"font-family:arial,sans-serif; text-decoration:none\\\">><br />><br />></a></td>\r\n $calendardaybits\r\n</tr>\r\n','<tr valign=\"top\">\r\n <td class=\"thead\" width=\"$linkwidth\" align=\"center\" valign=\"middle\"><a href=\"calendar.php?$session[sessionurl]c=$calendarid&week=$firstweek&do=displayweek&month=$month\" title=\"$vbphrase[view_this_week_in_detail]\" style=\"font-family:arial,sans-serif; text-decoration:none\">><br />><br />></a></td>\r\n $calendardaybits\r\n</tr>\r\n','template',1070388997,'Ed Sullivan','3.0.0 Gamma'),(85,-1,'CALENDAR_REMINDER','\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<!-- topic table -->\r\n<form action=\\\"calendar.php\\\" method=\\\"post\\\" name=\\\"form\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dodeletereminder\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"5\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[events]</strong>: $totalevents</span>\r\n $vbphrase[event_reminders]\r\n </td>\r\n</tr>\r\n\" . (($show[\'haveevents\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\">\r\n <a href=\\\"$sorturl&order=asc&sort=title\\\">$vbphrase[event]</a> $sortarrow[title] /\r\n <a href=\\\"$sorturl&order=asc&sort=username\\\">$vbphrase[event_poster]</a> $sortarrow[username]\r\n </td>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=asc&sort=calendarid\\\">$vbphrase[calendar]</a> $sortarrow[calendarid]</td>\r\n <td class=\\\"thead\\\" width=\\\"150\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=fromdate\\\">$vbphrase[date]</a> $sortarrow[fromdate]</td>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\" align=\\\"$stylevar[right]\\\">$vbphrase[delete]<input name=\\\"allbox\\\" type=\\\"checkbox\\\" value=\\\"Check All\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" onClick=\\\"checkall(this.form);\\\" /></td>\r\n</tr>\r\n$eventbits\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"5\\\" align=\\\"$stylevar[right]\\\"><div class=\\\"smallfont\\\">\r\n \r\n $vbphrase[selected_events]\r\n <select name=\\\"what\\\">\r\n <optgroup label=\\\"$vbphrase[delete_reminders]\\\">\r\n <option value=\\\"delete\\\">$vbphrase[delete]</option>\r\n </optgroup> \r\n </select>$gobutton\r\n \r\n </div></td>\r\n</tr>\r\n\") : (\"\r\n <tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" colspan=\\\"5\\\">\r\n <br />\r\n $vbphrase[you_have_no_event_reminders]\r\n <br />\r\n <br />\r\n </td>\r\n </tr>\r\n\")).\"\r\n</table>\r\n\r\n</form>\r\n<!-- / topic table -->\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"','<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<!-- topic table -->\r\n<form action=\"calendar.php\" method=\"post\" name=\"form\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"dodeletereminder\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"5\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[events]</strong>: $totalevents</span>\r\n $vbphrase[event_reminders]\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'haveevents\']\">\r\n<tr>\r\n <td class=\"thead\" width=\"100%\">\r\n <a href=\"$sorturl&order=asc&sort=title\">$vbphrase[event]</a> $sortarrow[title] /\r\n <a href=\"$sorturl&order=asc&sort=username\">$vbphrase[event_poster]</a> $sortarrow[username]\r\n </td>\r\n <td class=\"thead\" nowrap=\"nowrap\"><a href=\"$sorturl&order=asc&sort=calendarid\">$vbphrase[calendar]</a> $sortarrow[calendarid]</td>\r\n <td class=\"thead\" width=\"150\" align=\"center\" nowrap=\"nowrap\"><a href=\"$sorturl&order=desc&sort=fromdate\">$vbphrase[date]</a> $sortarrow[fromdate]</td>\r\n <td class=\"thead\" nowrap=\"nowrap\" align=\"$stylevar[right]\">$vbphrase[delete]<input name=\"allbox\" type=\"checkbox\" value=\"Check All\" title=\"$vbphrase[check_uncheck_all]\" onClick=\"checkall(this.form);\" /></td>\r\n</tr>\r\n$eventbits\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"5\" align=\"$stylevar[right]\"><div class=\"smallfont\">\r\n \r\n $vbphrase[selected_events]\r\n <select name=\"what\">\r\n <optgroup label=\"$vbphrase[delete_reminders]\">\r\n <option value=\"delete\">$vbphrase[delete]</option>\r\n </optgroup> \r\n </select>$gobutton\r\n \r\n </div></td>\r\n</tr>\r\n<else />\r\n <tr>\r\n <td class=\"alt1\" align=\"center\" colspan=\"5\">\r\n <br />\r\n $vbphrase[you_have_no_event_reminders]\r\n <br />\r\n <br />\r\n </td>\r\n </tr>\r\n</if>\r\n</table>\r\n\r\n</form>\r\n<!-- / topic table -->\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>','template',1073263575,'Kier','3.0.0 Release Candidate 2'),(86,-1,'calendar_reminder_eventbit','<tr>\r\n <td class=\\\"alt1Active\\\" id=\\\"e$event[eventid]\\\" title=\\\"$event[preview]\\\">\r\n \r\n <div>\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&e=$event[eventid]\\\">$event[title]</a>\r\n </div>\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . (($event[\'username\']) ? (\"\r\n <span style=\\\"cursor:pointer\\\" onclick=\\\"window.open(\'member.php?$session[sessionurl]u=$event[userid]\')\\\">$event[username]</span>\r\n \") : (\"\")).\"\r\n </div> \r\n </td>\r\n \r\n <td class=\\\"alt2\\\" title=\\\"$vbphrase[calendar]\\\">\r\n <a href=\\\"calendar.php?$session[sessionurl]c=$event[calendarid]\\\">$event[calendar]</a>\r\n </td>\r\n \r\n <td class=\\\"alt1\\\" title=\\\"$vbphrase[event_date]\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[right]; white-space:nowrap\\\">\r\n <span class=\\\"smallfont\\\">\r\n \" . (($show[\'recuroption\']) ? (\"\r\n $recurcriteria<br />\" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \"<br />\r\n <span class=\\\"time\\\">\" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \"</span>\r\n \") : (\"\r\n \" . (($daterange) ? (\"\r\n $daterange\r\n \") : (\"\r\n \" . (($show[\'singleday\']) ? (\"\r\n $eventdate\r\n \") : (\"\r\n $date1 <span class=\\\"time\\\">$time1</span><br />$date2 <span class=\\\"time\\\">$time2</span>\r\n \")).\"\r\n \")).\"\r\n \")).\"\r\n </span>\r\n </div>\r\n </td>\r\n \r\n <td class=\\\"alt2\\\"><div class=\\\"smallfont\\\" align=\\\"$stylevar[right]\\\">\r\n <label for=\\\"ev$event[eventid]\\\"><input type=\\\"checkbox\\\" name=\\\"deletebox[$event[eventid]]\\\" id=\\\"ev$event[eventid]\\\" value=\\\"yes\\\" /></label>\r\n </div></td>\r\n\r\n</tr>','<tr>\r\n <td class=\"alt1Active\" id=\"e$event[eventid]\" title=\"$event[preview]\">\r\n \r\n <div>\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&e=$event[eventid]\">$event[title]</a>\r\n </div>\r\n \r\n <div class=\"smallfont\">\r\n <if condition=\"$event[\'username\']\">\r\n <span style=\"cursor:pointer\" onclick=\"window.open(\'member.php?$session[sessionurl]u=$event[userid]\')\">$event[username]</span>\r\n </if>\r\n </div> \r\n </td>\r\n \r\n <td class=\"alt2\" title=\"$vbphrase[calendar]\">\r\n <a href=\"calendar.php?$session[sessionurl]c=$event[calendarid]\">$event[calendar]</a>\r\n </td>\r\n \r\n <td class=\"alt1\" title=\"$vbphrase[event_date]\">\r\n <div class=\"smallfont\" style=\"text-align:$stylevar[right]; white-space:nowrap\">\r\n <span class=\"smallfont\">\r\n <if condition=\"$show[\'recuroption\']\">\r\n $recurcriteria<br /><phrase 1=\"$date1\" 2=\"$date2\">$vbphrase[date_x_to_y]</phrase><br />\r\n <span class=\"time\"><phrase 1=\"$time1\" 2=\"$time2\">$vbphrase[time_x_to_y]</phrase></span>\r\n <else />\r\n <if condition=\"$daterange\">\r\n $daterange\r\n <else />\r\n <if condition=\"$show[\'singleday\']\">\r\n $eventdate\r\n <else />\r\n $date1 <span class=\"time\">$time1</span><br />$date2 <span class=\"time\">$time2</span>\r\n </if>\r\n </if>\r\n </if>\r\n </span>\r\n </div>\r\n </td>\r\n \r\n <td class=\"alt2\"><div class=\"smallfont\" align=\"$stylevar[right]\">\r\n <label for=\"ev$event[eventid]\"><input type=\"checkbox\" name=\"deletebox[$event[eventid]]\" id=\"ev$event[eventid]\" value=\"yes\" /></label>\r\n </div></td>\r\n\r\n</tr>','template',1081452957,'freddie','3.0.1'),(87,-1,'calendar_showbirthdays','<a href=\\\"member.php?$session[sessionurl]u=$userid\\\">$username</a>\" . (($show[\'age\']) ? (\" $age\") : (\"\")).\"','<a href=\"member.php?$session[sessionurl]u=$userid\">$username</a><if condition=\"$show[\'age\']\"> $age</if>','template',1070050091,'Kier','3.0.0 Gamma'),(88,-1,'calendar_showevents','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($show[\'birthdays\']) ? (\"\r\n<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\">\" . construct_phrase(\"$vbphrase[members_with_birthdays_on_x]\", \"$pagetitle\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\">$userbdays</td>\r\n </tr>\r\n </table>\r\n</div>\r\n\") : (\"\")).\"\r\n\r\n$spacer_close\r\n\r\n$caldaybits\r\n\r\n$spacer_open\r\n\r\n<table cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td nowrap=\\\"nowrap\\\">$calendarjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$show[\'birthdays\']\">\r\n<div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\"><phrase 1=\"$pagetitle\">$vbphrase[members_with_birthdays_on_x]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\">$userbdays</td>\r\n </tr>\r\n </table>\r\n</div>\r\n</if>\r\n\r\n$spacer_close\r\n\r\n$caldaybits\r\n\r\n$spacer_open\r\n\r\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td nowrap=\"nowrap\">$calendarjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1088843097,'Kier','3.0.3'),(89,-1,'calendar_showeventsbit','$spacer_open\r\n<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\r\n\r\n<form action=\\\"calendar.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"manage\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"e\\\" value=\\\"$eventinfo[eventid]\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$eventinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\"><strong>$vbphrase[calendar]</strong>: $calendarinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr valign=\\\"bottom\\\">\r\n <td align=\\\"$stylevar[left]\\\">\" . (($show[\'postedby\']) ? (\"<a class=\\\"bigusername\\\" href=\\\"member.php?$session[sessionurl]u=$eventinfo[userid]\\\">$eventinfo[musername]</a>\") : (\" \")).\"</td>\r\n <td align=\\\"$stylevar[right]\\\">\" . (($show[\'subscribed\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed_event.gif\\\" alt=\\\"$vbphrase[event_reminder]\\\" />\") : (\" \")).\"</td>\r\n </tr>\r\n </table>\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'subscribelink\']) ? (\"\r\n <div style=\\\"float:$stylevar[right]\\\">\r\n \" . (($show[\'subscribed\']) ? (\"\r\n <a href=\\\"calendar.php?do=deletereminder&e=$eventinfo[eventid]\\\">$vbphrase[delete_reminder_for_this_event]</a>\r\n \") : (\"\r\n <a href=\\\"calendar.php?do=addreminder&e=$eventinfo[eventid]\\\">$vbphrase[request_reminder_for_this_event]</a>\r\n \")).\"\r\n </div>\r\n \") : (\"\")).\"\r\n \" . (($show[\'recuroption\']) ? (\"\r\n $recurcriteria<br />\r\n \" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \"\" . (($show[\'adjustedday\']) ? (\"*\") : (\"\")).\"\r\n <br /><span class=\\\"time\\\">\" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \"</span>\r\n \") : (\"\r\n \" . (($show[\'holiday\'] OR $show[\'singleday\']) ? (\"\r\n $eventdate\r\n \") : (\"\r\n \" . (($show[\'daterange\']) ? (\"\" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \"\") : (\"$eventdate\")).\" <span class=\\\"time\\\">\" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \"</span>\r\n \")).\"\r\n \")).\"\r\n \" . (($show[\'adjustedday\']) ? (\"\r\n <div>* \" . construct_phrase(\"$vbphrase[event_posted_for_timezone_x]\", \"$eventinfo[timezone]\") . \"</div>\r\n \") : (\"\")).\" \r\n </div>\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\">\r\n \r\n \" . (($show[\'customfields\']) ? (\"\r\n $customfields\r\n <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n \") : (\"\")).\"\r\n \r\n <div>$eventinfo[event]</div>\r\n \r\n \" . (($show[\'eventoptions\']) ? (\"\r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\" align=\\\"$stylevar[right]\\\">\r\n <select name=\\\"what\\\" onchange=\\\"this.form.submit();\\\">\r\n <option value=\\\"\\\">$vbphrase[event_options]</option>\r\n \" . (($show[\'caneditevent\']) ? (\"\r\n <option value=\\\"edit\\\">:: $vbphrase[edit_event]</option>\r\n \") : (\"\")).\"\r\n \" . (($show[\'candeleteevent\']) ? (\"\r\n <option value=\\\"delete\\\">:: $vbphrase[delete_event]</option>\r\n \") : (\"\")).\"\r\n \" . (($show[\'canmoveevent\']) ? (\"\r\n <option value=\\\"move\\\">:: $vbphrase[move_event]</option>\r\n \") : (\"\")).\"\r\n </select>$gobutton \r\n </div>\r\n \") : (\"\")).\"\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</div>\r\n$spacer_close\r\n','$spacer_open\r\n<div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\">\r\n\r\n<form action=\"calendar.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"manage\" />\r\n<input type=\"hidden\" name=\"e\" value=\"$eventinfo[eventid]\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$eventinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" style=\"font-weight:normal\"><strong>$vbphrase[calendar]</strong>: $calendarinfo[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr valign=\"bottom\">\r\n <td align=\"$stylevar[left]\"><if condition=\"$show[\'postedby\']\"><a class=\"bigusername\" href=\"member.php?$session[sessionurl]u=$eventinfo[userid]\">$eventinfo[musername]</a><else /> </if></td>\r\n <td align=\"$stylevar[right]\"><if condition=\"$show[\'subscribed\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed_event.gif\" alt=\"$vbphrase[event_reminder]\" /><else /> </if></td>\r\n </tr>\r\n </table>\r\n \r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'subscribelink\']\">\r\n <div style=\"float:$stylevar[right]\">\r\n <if condition=\"$show[\'subscribed\']\">\r\n <a href=\"calendar.php?do=deletereminder&e=$eventinfo[eventid]\">$vbphrase[delete_reminder_for_this_event]</a>\r\n <else />\r\n <a href=\"calendar.php?do=addreminder&e=$eventinfo[eventid]\">$vbphrase[request_reminder_for_this_event]</a>\r\n </if>\r\n </div>\r\n </if>\r\n <if condition=\"$show[\'recuroption\']\">\r\n $recurcriteria<br />\r\n <phrase 1=\"$date1\" 2=\"$date2\">$vbphrase[date_x_to_y]</phrase><if condition=\"$show[\'adjustedday\']\">*</if>\r\n <br /><span class=\"time\"><phrase 1=\"$time1\" 2=\"$time2\">$vbphrase[time_x_to_y]</phrase></span>\r\n <else />\r\n <if condition=\"$show[\'holiday\'] OR $show[\'singleday\']\">\r\n $eventdate\r\n <else />\r\n <if condition=\"$show[\'daterange\']\"><phrase 1=\"$date1\" 2=\"$date2\">$vbphrase[date_x_to_y]</phrase><else />$eventdate</if> <span class=\"time\"><phrase 1=\"$time1\" 2=\"$time2\">$vbphrase[time_x_to_y]</phrase></span>\r\n </if>\r\n </if>\r\n <if condition=\"$show[\'adjustedday\']\">\r\n <div>* <phrase 1=\"$eventinfo[timezone]\">$vbphrase[event_posted_for_timezone_x]</phrase></div>\r\n </if> \r\n </div>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\">\r\n \r\n <if condition=\"$show[\'customfields\']\">\r\n $customfields\r\n <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n </if>\r\n \r\n <div>$eventinfo[event]</div>\r\n \r\n <if condition=\"$show[\'eventoptions\']\">\r\n <div style=\"margin-top:$stylevar[cellpadding]px\" align=\"$stylevar[right]\">\r\n <select name=\"what\" onchange=\"this.form.submit();\">\r\n <option value=\"\">$vbphrase[event_options]</option>\r\n <if condition=\"$show[\'caneditevent\']\">\r\n <option value=\"edit\">:: $vbphrase[edit_event]</option>\r\n </if>\r\n <if condition=\"$show[\'candeleteevent\']\">\r\n <option value=\"delete\">:: $vbphrase[delete_event]</option>\r\n </if>\r\n <if condition=\"$show[\'canmoveevent\']\">\r\n <option value=\"move\">:: $vbphrase[move_event]</option>\r\n </if>\r\n </select>$gobutton \r\n </div>\r\n </if>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</div>\r\n$spacer_close\r\n','template',1079589501,'Kier','3.0.0'),(90,-1,'calendar_showeventsbit_customfield','\" . (($show[\'customoption\']) ? (\"\r\n<div class=\\\"smallfont\\\">\r\n <strong>$customtitle</strong>: $customoption\r\n</div>\r\n\") : (\"\")).\"\r\n','<if condition=\"$show[\'customoption\']\">\r\n<div class=\"smallfont\">\r\n <strong>$customtitle</strong>: $customoption\r\n</div>\r\n</if>\r\n','template',1070164734,'Kier','3.0.0 Gamma'),(91,-1,'calendar_smallmonth_day','<!-- a single day on the small calendars -->\r\n<td class=\\\"\" . (($show[\'highlightweek\']) ? (\"alt1\") : (\"alt2\")).\"\\\"\" . (($show[\'highlighttoday\']) ? (\" style=\\\"border:1px solid red; font-weight:bold\\\" title=\\\"$vbphrase[today]\\\"\") : (\"\")).\">\r\n \" . (($show[\'daylink\']) ? (\"\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$eventdesc\\\">$day</a>\r\n \") : (\"\r\n $day\r\n \")).\"\r\n</td>\r\n','<!-- a single day on the small calendars -->\r\n<td class=\"<if condition=\"$show[\'highlightweek\']\">alt1<else />alt2</if>\"<if condition=\"$show[\'highlighttoday\']\"> style=\"border:1px solid red; font-weight:bold\" title=\"$vbphrase[today]\"</if>>\r\n <if condition=\"$show[\'daylink\']\">\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$year-$month-$day&c=$calendarid\" title=\"$eventdesc\">$day</a>\r\n <else />\r\n $day\r\n </if>\r\n</td>\r\n','template',1073837062,'Kier','3.0.0 Release Candidate 3'),(92,-1,'calendar_smallmonth_day_other','<!-- a single day from another month on the small calendars -->\r\n<td class=\\\"smallfont\\\"><em>$day</em></td>','<!-- a single day from another month on the small calendars -->\r\n<td class=\"smallfont\"><em>$day</em></td>','template',1070290166,'Kier','3.0.0 Gamma'),(93,-1,'calendar_smallmonth_header','<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"$colspan\\\" align=\\\"center\\\"><a href=\\\"calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth\\\">$monthname $year</a></td>\r\n</tr>\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\"> </td>\r\n \" . (($show[\'day1\']) ? (\"<td class=\\\"thead\\\">$day1</td>\") : (\"\")).\"\r\n \" . (($show[\'day2\']) ? (\"<td class=\\\"thead\\\">$day2</td>\") : (\"\")).\"\r\n \" . (($show[\'day3\']) ? (\"<td class=\\\"thead\\\">$day3</td>\") : (\"\")).\"\r\n \" . (($show[\'day4\']) ? (\"<td class=\\\"thead\\\">$day4</td>\") : (\"\")).\"\r\n \" . (($show[\'day5\']) ? (\"<td class=\\\"thead\\\">$day5</td>\") : (\"\")).\"\r\n \" . (($show[\'day6\']) ? (\"<td class=\\\"thead\\\">$day6</td>\") : (\"\")).\"\r\n \" . (($show[\'day7\']) ? (\"<td class=\\\"thead\\\">$day7</td>\") : (\"\")).\"\r\n</tr>\r\n$calendarrowbits\r\n','<tr>\r\n <td class=\"tcat\" colspan=\"$colspan\" align=\"center\"><a href=\"calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth\">$monthname $year</a></td>\r\n</tr>\r\n<tr align=\"center\">\r\n <td class=\"thead\"> </td>\r\n <if condition=\"$show[\'day1\']\"><td class=\"thead\">$day1</td></if>\r\n <if condition=\"$show[\'day2\']\"><td class=\"thead\">$day2</td></if>\r\n <if condition=\"$show[\'day3\']\"><td class=\"thead\">$day3</td></if>\r\n <if condition=\"$show[\'day4\']\"><td class=\"thead\">$day4</td></if>\r\n <if condition=\"$show[\'day5\']\"><td class=\"thead\">$day5</td></if>\r\n <if condition=\"$show[\'day6\']\"><td class=\"thead\">$day6</td></if>\r\n <if condition=\"$show[\'day7\']\"><td class=\"thead\">$day7</td></if>\r\n</tr>\r\n$calendarrowbits\r\n','template',1070259396,'Kier','3.0.0 Gamma'),(94,-1,'calendar_smallmonth_week','<tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\"><a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&week=$firstweek&do=displayweek&month=$month\\\" title=\\\"$vbphrase[view_this_week_in_detail]\\\" style=\\\"font-family:arial,sans-serif; text-decoration:none\\\">></a></td>\r\n $calendardaybits\r\n</tr>\r\n','<tr align=\"center\">\r\n <td class=\"thead\"><a href=\"calendar.php?$session[sessionurl]c=$calendarid&week=$firstweek&do=displayweek&month=$month\" title=\"$vbphrase[view_this_week_in_detail]\" style=\"font-family:arial,sans-serif; text-decoration:none\">></a></td>\r\n $calendardaybits\r\n</tr>\r\n','template',1070389069,'Ed Sullivan','3.0.0 Gamma'),(95,-1,'calendar_weekly','<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"top\\\">\r\n <td width=\\\"100%\\\">\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n $weekbits\r\n </table>\r\n\r\n </td>\r\n <td width=\\\"$stylevar[cellpadding]\\\"> </td>\r\n <td>\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">\r\n $month1\r\n </table>\r\n \r\n \" . (($show[\'secondmonth\']) ? (\"\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\">\r\n $month2\r\n </table>\r\n \") : (\"\")).\"\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td nowrap=\\\"nowrap\\\">\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"3\\\" nowrap=\\\"nowrap\\\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[single_all_day_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\\\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[ranged_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\\\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[recurring_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\\\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td width=\\\"100%\\\"> </td>\r\n <td nowrap=\\\"nowrap\\\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n','<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr valign=\"top\">\r\n <td width=\"100%\">\r\n \r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n $weekbits\r\n </table>\r\n\r\n </td>\r\n <td width=\"$stylevar[cellpadding]\"> </td>\r\n <td>\r\n \r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">\r\n $month1\r\n </table>\r\n \r\n <if condition=\"$show[\'secondmonth\']\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\">\r\n $month2\r\n </table>\r\n </if>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td nowrap=\"nowrap\">\r\n \r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\" colspan=\"3\" nowrap=\"nowrap\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\" nowrap=\"nowrap\">\r\n <div class=\"smallfont\">\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[single_all_day_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[ranged_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[recurring_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td width=\"100%\"> </td>\r\n <td nowrap=\"nowrap\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n','template',1076022802,'Kier','3.0.0 Release Candidate 4'),(96,-1,'calendar_weekly_day','\" . (($show[\'monthname\']) ? (\"\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">\r\n <span style=\\\"float:$stylevar[right]\\\" class=\\\"smallfont\\\"> \r\n <a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&week=$prevweek\\\"><strong>«</strong> $vbphrase[week]</a>\r\n |\r\n <a href=\\\"calendar.php?$session[sessionurl]c=$calendarid&week=$nextweek\\\">$vbphrase[week] <strong>»</strong></a>\r\n </span>\r\n $weekmonth $weekyear\r\n </td>\r\n</tr>\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]; font-weight:normal\\\" href=\\\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]&day={$weekyear}-{$month}-{$weekday}\\\">$vbphrase[add_new_event]</a>\r\n $weekdayname\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" align=\\\"center\\\"><span style=\\\"font-size:14pt\\\">\r\n \" . (($show[\'events\']) ? (\"\r\n <div style=\\\"cursor:pointer\\\" onclick=\\\"window.location=\'calendar.php?$session[sessionurl]do=getinfo&day={$weekyear}-{$month}-{$weekday}&c=$calendarinfo[calendarid]\';\\\">$weekday</div>\r\n \") : (\"\r\n $weekday\r\n \")).\"\r\n </span></td>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\" title=\\\"$weekmonth $weekday $weekyear\\\"> \r\n \" . (($show[\'events\']) ? (\"\r\n $userevents\r\n \") : (\"\")).\"\r\n \" . (($show[\'birthdays\']) ? (\"\r\n <div class=\\\"smallfont\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/birthday_small.gif\\\" alt=\\\"\\\" />\r\n <strong>\" . construct_phrase(\"$vbphrase[x_birthdays]\", \"$userbdays\") . \"</strong>\r\n </div>\r\n \") : (\"\")).\"\r\n \" . ((!$show[\'events\'] AND !$show[\'birthdays\']) ? (\" \") : (\"\")).\"\r\n </td>\r\n</tr>','<if condition=\"$show[\'monthname\']\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">\r\n <span style=\"float:$stylevar[right]\" class=\"smallfont\"> \r\n <a href=\"calendar.php?$session[sessionurl]c=$calendarid&week=$prevweek\"><strong>«</strong> $vbphrase[week]</a>\r\n |\r\n <a href=\"calendar.php?$session[sessionurl]c=$calendarid&week=$nextweek\">$vbphrase[week] <strong>»</strong></a>\r\n </span>\r\n $weekmonth $weekyear\r\n </td>\r\n</tr>\r\n</if>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]; font-weight:normal\" href=\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]&day={$weekyear}-{$month}-{$weekday}\">$vbphrase[add_new_event]</a>\r\n $weekdayname\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" align=\"center\"><span style=\"font-size:14pt\">\r\n <if condition=\"$show[\'events\']\">\r\n <div style=\"cursor:pointer\" onclick=\"window.location=\'calendar.php?$session[sessionurl]do=getinfo&day={$weekyear}-{$month}-{$weekday}&c=$calendarinfo[calendarid]\';\">$weekday</div>\r\n <else />\r\n $weekday\r\n </if>\r\n </span></td>\r\n <td class=\"alt1\" width=\"100%\" title=\"$weekmonth $weekday $weekyear\"> \r\n <if condition=\"$show[\'events\']\">\r\n $userevents\r\n </if>\r\n <if condition=\"$show[\'birthdays\']\">\r\n <div class=\"smallfont\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/birthday_small.gif\" alt=\"\" />\r\n <strong><phrase 1=\"$userbdays\">$vbphrase[x_birthdays]</phrase></strong>\r\n </div>\r\n </if>\r\n <if condition=\"!$show[\'events\'] AND !$show[\'birthdays\']\"> </if>\r\n </td>\r\n</tr>','template',1079583182,'Kier','3.0.0'),(97,-1,'calendar_weekly_event','<div style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">\r\n \" . (($show[\'holiday\']) ? (\"\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&day=$weekyear-$month-$weekday&c=$calendarid\\\" title=\\\"$value[preview]\\\"><strong>$eventtitle</strong></a>\r\n \") : (\"\r\n \" . (($show[\'time\']) ? (\"\r\n <div class=\\\"smallfont\\\"><span class=\\\"time\\\">\r\n \" . (($allday) ? (\"\r\n $vbphrase[all_day]\r\n \") : (\"\r\n $fromtime - $totime\r\n \")).\"\r\n </span></div>\r\n \") : (\"\")).\"\r\n <div>\r\n \" . (($issubscribed) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed_event.gif\\\" alt=\\\"$vbphrase[event_notification]\\\" />\") : (\"\")).\"\r\n <a href=\\\"calendar.php?$session[sessionurl]do=getinfo&e=$eventid&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$value[preview]\\\">$eventtitle</a>\r\n </div>\r\n \")).\"\r\n</div>','<div style=\"margin-bottom:$stylevar[cellpadding]px\">\r\n <if condition=\"$show[\'holiday\']\">\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&day=$weekyear-$month-$weekday&c=$calendarid\" title=\"$value[preview]\"><strong>$eventtitle</strong></a>\r\n <else />\r\n <if condition=\"$show[\'time\']\">\r\n <div class=\"smallfont\"><span class=\"time\">\r\n <if condition=\"$allday\">\r\n $vbphrase[all_day]\r\n <else />\r\n $fromtime - $totime\r\n </if>\r\n </span></div>\r\n </if>\r\n <div>\r\n <if condition=\"$issubscribed\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed_event.gif\" alt=\"$vbphrase[event_notification]\" /></if>\r\n <a href=\"calendar.php?$session[sessionurl]do=getinfo&e=$eventid&day=$year-$month-$day&c=$calendarid\" title=\"$value[preview]\">$eventtitle</a>\r\n </div>\r\n </if>\r\n</div>','template',1076113443,'freddie','3.0.0 Release Candidate 4'),(98,-1,'calendar_yearly','<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[left]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month1</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month2</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month3</table>\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month4</table>\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[left]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month5</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month6</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month7</table>\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month8</table>\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[left]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month9</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month10</table>\r\n </td>\r\n <td align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month11</table>\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"2\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"170\\\" style=\\\"margin-bottom:$stylevar[cellpadding]px\\\">$month12</table>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td nowrap=\\\"nowrap\\\">\r\n \r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"3\\\" nowrap=\\\"nowrap\\\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[single_all_day_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\\\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[ranged_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\\\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/calendar_icon.gif\\\" alt=\\\"$vbphrase[recurring_event]\\\" border=\\\"0\\\" />\r\n <a href=\\\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\\\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td width=\\\"100%\\\"> </td>\r\n <td nowrap=\\\"nowrap\\\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n','<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[left]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month1</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month2</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month3</table>\r\n </td>\r\n <td align=\"$stylevar[right]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month4</table>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[left]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month5</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month6</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month7</table>\r\n </td>\r\n <td align=\"$stylevar[right]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month8</table>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[left]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month9</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month10</table>\r\n </td>\r\n <td align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month11</table>\r\n </td>\r\n <td align=\"$stylevar[right]\">\r\n <table class=\"tborder\" cellpadding=\"2\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"170\" style=\"margin-bottom:$stylevar[cellpadding]px\">$month12</table>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td nowrap=\"nowrap\">\r\n \r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\" colspan=\"3\" nowrap=\"nowrap\">$vbphrase[add_new_event]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\" nowrap=\"nowrap\">\r\n <div class=\"smallfont\">\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[single_all_day_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=single&c=$calendarinfo[calendarid]\">$vbphrase[single_all_day_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[ranged_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&c=$calendarinfo[calendarid]\">$vbphrase[ranged_event]</a>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/calendar_icon.gif\" alt=\"$vbphrase[recurring_event]\" border=\"0\" />\r\n <a href=\"calendar.php?$session[sessionurl]do=add&type=recur&c=$calendarinfo[calendarid]\">$vbphrase[recurring_event]</a>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td width=\"100%\"> </td>\r\n <td nowrap=\"nowrap\">\r\n \r\n $calendarjump\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n','template',1076022896,'Kier','3.0.0 Release Candidate 4'),(99,-1,'editor_clientscript','<!-- EDITOR SCRIPTS -->\r\n\r\n<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_editor.js\\\"></script>\r\n\" . (($show[\'wysiwyg\']) ? (\"\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_wysiwyg.js\\\"></script>\r\n \" . (($show[\'mozilla_js\']) ? (\"\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_moziwyg.js\\\"></script>\r\n \") : (\"\")).\"\r\n\") : (\"\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_stdedit.js\\\"></script>\r\n\")).\"\r\n\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar fontoptions = new Array($vBeditJs[font_options_array]);\r\nvar sizeoptions = new Array($vBeditJs[size_options_array]);\r\nvar istyles = new Array(); istyles = { $vBeditJs[istyle_array] };\r\nvar normalmode = $vBeditJs[normalmode];\r\nvar smiliewindow_x = 240;\r\nvar smiliewindow_y = 280;\r\nvar ignorequotechars = $vboptions[ignorequotechars];\r\nvar vbphrase = {\r\n \" . (($show[\'wysiwyg\']) ? (\"\r\n // wysiwyg only\r\n \\\"wysiwyg_please_wait\\\" : \\\"$vbphrase[wysiwyg_please_wait]\\\",\r\n \\\"wysiwyg_initialized\\\" : \\\"$vbphrase[wysiwyg_initialized]\\\",\r\n \\\"wysiwyg_command_invalid\\\" : \\\"$vbphrase[wysiwyg_command_invalid]\\\",\r\n \\\"moz_must_select_text\\\" : \\\"$vbphrase[moz_must_select_text]\\\",\r\n \\\"moz_edit_config_file\\\" : \\\"$vbphrase[moz_edit_config_file]\\\",\r\n \\\"enter_tag_option\\\" : \\\"$vbphrase[enter_tag_option]\\\",\r\n \\\"must_select_text_to_use\\\" : \\\"$vbphrase[must_select_text_to_use]\\\",\r\n \\\"browser_is_safari_no_wysiwyg\\\" : \\\"$vbphrase[browser_is_safari_no_wysiwyg]\\\",\r\n \") : (\"\r\n // standard only\r\n \\\"enter_option_x_tag\\\" : \\\"$vbphrase[enter_option_x_tag]\\\",\r\n \\\"enter_text_to_be_formatted\\\" : \\\"$vbphrase[enter_text_to_be_formatted]\\\",\r\n \\\"enter_link_text\\\" : \\\"$vbphrase[enter_link_text]\\\",\r\n \\\"enter_list_type\\\" : \\\"$vbphrase[enter_list_type]\\\",\r\n \\\"enter_list_item\\\" : \\\"$vbphrase[enter_list_item]\\\",\r\n \")).\"\r\n // both\r\n \\\"must_enter_subject\\\" : \\\"$vbphrase[must_enter_subject]\\\",\r\n \\\"message_too_short\\\" : \\\"$vbphrase[message_too_short]\\\",\r\n \\\"enter_link_url\\\" : \\\"$vbphrase[enter_link_url]\\\",\r\n \\\"enter_image_url\\\" : \\\"$vbphrase[enter_image_url]\\\",\r\n \\\"enter_email_link\\\" : \\\"$vbphrase[enter_email_link]\\\"\r\n};\r\n\r\n//-->\r\n</script>\r\n\r\n<link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"clientscript/vbulletin_editor.css\\\" />\r\n<style type=\\\"text/css\\\">\r\n<!--\r\n#vBulletin_editor {\r\n background: {$istyles[pi_button_normal][0]};\r\n padding: $stylevar[cellpadding]px;\r\n}\r\n.imagebutton {\r\n background: {$istyles[pi_button_normal][0]};\r\n color: {$istyles[pi_button_normal][1]};\r\n padding: {$istyles[pi_button_normal][2]};\r\n border: {$istyles[pi_button_normal][3]};\r\n}\r\n.ocolor, .ofont, .osize, .osmilie, .osyscolor, .smilietitle {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n border: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popup_pickbutton {\r\n border: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popup_feedback {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n border-right: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popupwindow {\r\n background: {$istyles[pi_menu_normal][0]};\r\n}\r\n#fontOut, #sizeOut, .popup_feedback div {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n}\r\n.alt_pickbutton {\r\n border-left: 1px solid {$istyles[pi_button_normal][0]};\r\n}\r\n-->\r\n</style>\r\n<!-- END EDITOR SCRIPTS -->','<!-- EDITOR SCRIPTS -->\r\n\r\n<script type=\"text/javascript\" src=\"clientscript/vbulletin_editor.js\"></script>\r\n<if condition=\"$show[\'wysiwyg\']\">\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_wysiwyg.js\"></script>\r\n <if condition=\"$show[\'mozilla_js\']\">\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_moziwyg.js\"></script>\r\n </if>\r\n<else />\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_stdedit.js\"></script>\r\n</if>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar fontoptions = new Array($vBeditJs[font_options_array]);\r\nvar sizeoptions = new Array($vBeditJs[size_options_array]);\r\nvar istyles = new Array(); istyles = { $vBeditJs[istyle_array] };\r\nvar normalmode = $vBeditJs[normalmode];\r\nvar smiliewindow_x = 240;\r\nvar smiliewindow_y = 280;\r\nvar ignorequotechars = $vboptions[ignorequotechars];\r\nvar vbphrase = {\r\n <if condition=\"$show[\'wysiwyg\']\">\r\n // wysiwyg only\r\n \"wysiwyg_please_wait\" : \"$vbphrase[wysiwyg_please_wait]\",\r\n \"wysiwyg_initialized\" : \"$vbphrase[wysiwyg_initialized]\",\r\n \"wysiwyg_command_invalid\" : \"$vbphrase[wysiwyg_command_invalid]\",\r\n \"moz_must_select_text\" : \"$vbphrase[moz_must_select_text]\",\r\n \"moz_edit_config_file\" : \"$vbphrase[moz_edit_config_file]\",\r\n \"enter_tag_option\" : \"$vbphrase[enter_tag_option]\",\r\n \"must_select_text_to_use\" : \"$vbphrase[must_select_text_to_use]\",\r\n \"browser_is_safari_no_wysiwyg\" : \"$vbphrase[browser_is_safari_no_wysiwyg]\",\r\n <else />\r\n // standard only\r\n \"enter_option_x_tag\" : \"$vbphrase[enter_option_x_tag]\",\r\n \"enter_text_to_be_formatted\" : \"$vbphrase[enter_text_to_be_formatted]\",\r\n \"enter_link_text\" : \"$vbphrase[enter_link_text]\",\r\n \"enter_list_type\" : \"$vbphrase[enter_list_type]\",\r\n \"enter_list_item\" : \"$vbphrase[enter_list_item]\",\r\n </if>\r\n // both\r\n \"must_enter_subject\" : \"$vbphrase[must_enter_subject]\",\r\n \"message_too_short\" : \"$vbphrase[message_too_short]\",\r\n \"enter_link_url\" : \"$vbphrase[enter_link_url]\",\r\n \"enter_image_url\" : \"$vbphrase[enter_image_url]\",\r\n \"enter_email_link\" : \"$vbphrase[enter_email_link]\"\r\n};\r\n\r\n//-->\r\n</script>\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"clientscript/vbulletin_editor.css\" />\r\n<style type=\"text/css\">\r\n<!--\r\n#vBulletin_editor {\r\n background: {$istyles[pi_button_normal][0]};\r\n padding: $stylevar[cellpadding]px;\r\n}\r\n.imagebutton {\r\n background: {$istyles[pi_button_normal][0]};\r\n color: {$istyles[pi_button_normal][1]};\r\n padding: {$istyles[pi_button_normal][2]};\r\n border: {$istyles[pi_button_normal][3]};\r\n}\r\n.ocolor, .ofont, .osize, .osmilie, .osyscolor, .smilietitle {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n border: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popup_pickbutton {\r\n border: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popup_feedback {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n border-right: {$istyles[pi_menu_normal][3]};\r\n}\r\n.popupwindow {\r\n background: {$istyles[pi_menu_normal][0]};\r\n}\r\n#fontOut, #sizeOut, .popup_feedback div {\r\n background: {$istyles[pi_menu_normal][0]};\r\n color: {$istyles[pi_menu_normal][1]};\r\n}\r\n.alt_pickbutton {\r\n border-left: 1px solid {$istyles[pi_button_normal][0]};\r\n}\r\n-->\r\n</style>\r\n<!-- END EDITOR SCRIPTS -->','template',1081806547,'Ed Sullivan','3.0.1'),(100,-1,'editor_jsoptions_font','Arial\r\nArial Black\r\nArial Narrow\r\nBook Antiqua\r\nCentury Gothic\r\nComic Sans MS\r\nCourier New\r\nFixedsys\r\nFranklin Gothic Medium\r\nGaramond\r\nGeorgia\r\nImpact\r\nLucida Console\r\nLucida Sans Unicode\r\nMicrosoft Sans Serif\r\nPalatino Linotype\r\nSystem\r\nTahoma\r\nTimes New Roman\r\nTrebuchet MS\r\nVerdana','Arial\r\nArial Black\r\nArial Narrow\r\nBook Antiqua\r\nCentury Gothic\r\nComic Sans MS\r\nCourier New\r\nFixedsys\r\nFranklin Gothic Medium\r\nGaramond\r\nGeorgia\r\nImpact\r\nLucida Console\r\nLucida Sans Unicode\r\nMicrosoft Sans Serif\r\nPalatino Linotype\r\nSystem\r\nTahoma\r\nTimes New Roman\r\nTrebuchet MS\r\nVerdana','template',1061903840,'Kier','0'),(101,-1,'editor_jsoptions_size','1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7','1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7','template',1040219143,'Kier','0'),(102,-1,'editor_smiliebox','\" . (($show[\'smiliebox\']) ? (\"\r\n\r\n<fieldset id=\\\"smiliebox\\\" title=\\\"$vbphrase[smilies]\\\">\r\n <legend>$vbphrase[smilies]</legend>\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n $smiliebits\r\n \" . (($show[\'moresmilieslink\']) ? (\"\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"$vboptions[smcolumns]\\\">[<a href=\\\"#\\\" onclick=\\\"open_smilie_window(smiliewindow_x, smiliewindow_y, $wysiwyg, \'$forumid\'); return false\\\" title=\\\"\" . construct_phrase(\"$vbphrase[showing_x_smilies_of_y_total]\", \"$vboptions[smtotal]\", \"$totalsmilies\") . \"\\\">$vbphrase[more]</a>]</td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n</fieldset>\r\n\r\n\" . (($show[\'wysiwyg\']) ? (\"\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n // init the WYSIWYG smilie box\r\n wysiwyg_smiliebox_init();\r\n //-->\r\n </script>\r\n\") : (\"\")).\"\r\n\r\n\") : (\"\r\n\r\n<div id=\\\"smiliebox\\\" style=\\\"display:none\\\"></div>\r\n\r\n\")).\"','<if condition=\"$show[\'smiliebox\']\">\r\n\r\n<fieldset id=\"smiliebox\" title=\"$vbphrase[smilies]\">\r\n <legend>$vbphrase[smilies]</legend>\r\n <table cellpadding=\"4\" cellspacing=\"0\" border=\"0\" align=\"center\">\r\n $smiliebits\r\n <if condition=\"$show[\'moresmilieslink\']\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"$vboptions[smcolumns]\">[<a href=\"#\" onclick=\"open_smilie_window(smiliewindow_x, smiliewindow_y, $wysiwyg, \'$forumid\'); return false\" title=\"<phrase 1=\"$vboptions[smtotal]\" 2=\"$totalsmilies\">$vbphrase[showing_x_smilies_of_y_total]</phrase>\">$vbphrase[more]</a>]</td>\r\n </tr>\r\n </if>\r\n </table>\r\n</fieldset>\r\n\r\n<if condition=\"$show[\'wysiwyg\']\">\r\n <script type=\"text/javascript\">\r\n <!--\r\n // init the WYSIWYG smilie box\r\n wysiwyg_smiliebox_init();\r\n //-->\r\n </script>\r\n</if>\r\n\r\n<else />\r\n\r\n<div id=\"smiliebox\" style=\"display:none\"></div>\r\n\r\n</if>','template',1078085967,'Ed Sullivan','3.0.0'),(103,-1,'editor_smiliebox_category','<!--<tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"$vboptions[smcolumns]\\\" nowrap=\\\"nowrap\\\">$category</td>\r\n</tr>-->\r\n','<!--<tr>\r\n <td class=\"smallfont\" colspan=\"$vboptions[smcolumns]\" nowrap=\"nowrap\">$category</td>\r\n</tr>-->\r\n','template',1067447256,'Kier','3.0.0 Gamma'),(104,-1,'editor_smiliebox_row','<tr align=\\\"center\\\" valign=\\\"bottom\\\">\r\n$smiliecells\r\n</tr>\r\n','<tr align=\"center\" valign=\"bottom\">\r\n$smiliecells\r\n</tr>\r\n','template',1067444208,'Kier','3.0.0 Gamma'),(105,-1,'editor_smiliebox_straggler',' <td colspan=\\\"$remainingcolumns\\\"> </td>',' <td colspan=\"$remainingcolumns\"> </td>','template',1067446691,'Kier','3.0.0 Gamma'),(106,-1,'editor_smiliemenu_category','<tr>\r\n <td class=\\\"thead\\\" style=\\\"padding:$stylevar[cellpadding]px\\\">$smilie[category]</td>\r\n</tr>','<tr>\r\n <td class=\"thead\" style=\"padding:$stylevar[cellpadding]px\">$smilie[category]</td>\r\n</tr>','template',1067446719,'Kier','3.0.0 Gamma'),(107,-1,'editor_smiliemenu_smilie','<tr>\r\n <td class=\\\"osmilie\\\" id=\\\"smilie_$smilie[smilieid]\\\"><img src=\\\"$smilie[smiliepath]\\\" alt=\\\"$smilie[title]\\\" /> $smilie[title]</td>\r\n</tr>','<tr>\r\n <td class=\"osmilie\" id=\"smilie_$smilie[smilieid]\"><img src=\"$smilie[smiliepath]\" alt=\"$smilie[title]\" /> $smilie[title]</td>\r\n</tr>','template',1071576843,'Kier','3.0.0 Release Candidate 1'),(108,-1,'editor_smilie_standard',' <td><a href=\\\"#\\\" onclick=\\\"smilie(\'$smilie[smilietext]\'); return false;\\\"><img src=\\\"$smilie[smiliepath]\\\" alt=\\\"$smilie[title]\\\" border=\\\"0\\\" /></a></td>',' <td><a href=\"#\" onclick=\"smilie(\'$smilie[smilietext]\'); return false;\"><img src=\"$smilie[smiliepath]\" alt=\"$smilie[title]\" border=\"0\" /></a></td>','template',1068862859,'Kier','3.0.0 Gamma'),(109,-1,'editor_smilie_wysiwyg',' <td><div class=\\\"sbsmilie\\\" id=\\\"sbsmilie_$smilie[smilieid]\\\"><img src=\\\"$smilie[smiliepath]\\\" alt=\\\"$smilie[title]\\\" /></div></td>\r\n',' <td><div class=\"sbsmilie\" id=\"sbsmilie_$smilie[smilieid]\"><img src=\"$smilie[smiliepath]\" alt=\"$smilie[title]\" /></div></td>\r\n','template',1068862867,'Kier','3.0.0 Gamma'),(110,-1,'editor_styles_button_down','background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;','background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(111,-1,'editor_styles_button_hover','background: #C1D2EE; color: #000000; padding: 0px; border: 1px solid #316AC5;','background: #C1D2EE; color: #000000; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(112,-1,'editor_styles_button_normal','background: #ECE9D8; color: #000000; padding: 1px; border: none;','background: #ECE9D8; color: #000000; padding: 1px; border: none;','template',1067736136,'Kier','3.0.0 Gamma'),(113,-1,'editor_styles_button_selected','background: #E1E6E8; color: #000000; padding: 0px; border: 1px solid #316AC5;','background: #E1E6E8; color: #000000; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(114,-1,'editor_styles_menu_down','background: #98B5E2; color: #316AC5; padding: 0px; border: 1px solid #316AC5;','background: #98B5E2; color: #316AC5; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(115,-1,'editor_styles_menu_hover','background: #C1D2EE; color: #316AC5; padding: 0px; border: 1px solid #316AC5;','background: #C1D2EE; color: #316AC5; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(116,-1,'editor_styles_menu_normal','background: #FFFFFF; color: #000000; padding: 0px; border: 1px solid #FFFFFF;','background: #FFFFFF; color: #000000; padding: 0px; border: 1px solid #FFFFFF;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(117,-1,'editor_styles_popup_down','background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;','background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;','template',1072806963,'Kier','3.0.0 Release Candidate 1'),(118,-1,'editor_toolbar_off','<!-- START NORMAL TEXT AREA -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<div class=\\\"controlbar\\\" style=\\\"text-align:$stylevar[left]\\\">\r\n <textarea name=\\\"message\\\" rows=\\\"20\\\" cols=\\\"60\\\" wrap=\\\"virtual\\\" style=\\\"width:$stylevar[messagewidth]; height:250px\\\" tabindex=\\\"1\\\">$newpost[message]</textarea>\r\n</div>\r\n\r\n<!-- END NORMAL TEXT AREA -->','<!-- START NORMAL TEXT AREA -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<div class=\"controlbar\" style=\"text-align:$stylevar[left]\">\r\n <textarea name=\"message\" rows=\"20\" cols=\"60\" wrap=\"virtual\" style=\"width:$stylevar[messagewidth]; height:250px\" tabindex=\"1\">$newpost[message]</textarea>\r\n</div>\r\n\r\n<!-- END NORMAL TEXT AREA -->','template',1072707281,'Kier','3.0.0 Release Candidate 1'),(119,-1,'editor_toolbar_standard','<!-- load scripts -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<!-- start message area --><div id=\\\"vBulletin_editor\\\" style=\\\"text-align:$stylevar[left]\\\"><!-- / start message area -->\r\n\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td colspan=\\\"2\\\">\r\n\r\n\r\n\r\n<!-- start control bar --><div id=\\\"controlbar\\\"><!-- / start control bar -->\r\n\r\n <!-- first control row -->\r\n <div class=\\\"controlholder\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'font_bbcode\']) ? (\"\r\n <td>\r\n <select id=\\\"fontselect\\\" onchange=\\\"fontformat(this.options[this.selectedIndex].value, \'FONT\')\\\">\r\n <option value=\\\"\\\">$vbphrase[font_standard_editor]</option>\r\n <script type=\\\"text/javascript\\\"> build_fontoptions(false); </script>\r\n </select> \r\n </td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'size_bbcode\']) ? (\"\r\n <td>\r\n <select id=\\\"sizeselect\\\" onchange=\\\"fontformat(this.options[this.selectedIndex].value, \'SIZE\')\\\">\r\n <option value=\\\"\\\">$vbphrase[size_standard_editor]</option>\r\n <script type=\\\"text/javascript\\\"> build_sizeoptions(false); </script>\r\n </select> \r\n </td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'color_bbcode\']) ? (\"\r\n <td>\r\n <select id=\\\"colorselect\\\" onchange=\\\"fontformat(this.options[this.selectedIndex].value, \'COLOR\')\\\">\r\n <option value=\\\"\\\">$vbphrase[color_standard_editor]</option>\r\n <script type=\\\"text/javascript\\\"> build_coloroptions(false); </script>\r\n </select> \r\n </td>\r\n \") : (\"\")).\"\r\n <td class=\\\"smallfont\\\" width=\\\"100%\\\" align=\\\"$stylevar[right]\\\">\r\n <span class=\\\"imagebutton\\\">$vbphrase[close_current_tag] <input type=\\\"button\\\" style=\\\"color: red; font: bold 11px verdana\\\" value=\\\"$vbphrase[x]\\\" onclick=\\\"closetag(this.form)\\\" /></span>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / first control row -->\r\n \r\n <!-- second control row --> \r\n <div class=\\\"controlholder\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'basic_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'B\', \'\')\\\" accesskey=\\\"b\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/bold.gif\\\" alt=\\\"$vbphrase[bold]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'I\', \'\')\\\" accesskey=\\\"i\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/italic.gif\\\" alt=\\\"$vbphrase[italic]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'U\', \'\')\\\" accesskey=\\\"u\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/underline.gif\\\" alt=\\\"$vbphrase[underline]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" border=\\\"0\\\" /></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'align_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'LEFT\', \'\')\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/justifyleft.gif\\\" alt=\\\"$vbphrase[align_left]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'CENTER\', \'\')\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/justifycenter.gif\\\" alt=\\\"$vbphrase[align_center]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'RIGHT\', \'\')\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/justifyright.gif\\\" alt=\\\"$vbphrase[align_right]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" border=\\\"0\\\" /></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'INDENT\', \'\')\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/indent.gif\\\" alt=\\\"$vbphrase[indent]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'list_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return dolist()\\\"><img class=\\\"image\\\" src=\\\"$stylevar[imgdir_editor]/insertunorderedlist.gif\\\" alt=\\\"$vbphrase[create_list]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" border=\\\"0\\\" /></td>\r\n \" . (($show[\'img_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'IMG\', \'http://\')\\\"><img src=\\\"$stylevar[imgdir_editor]/insertimage.gif\\\" alt=\\\"$vbphrase[insert_image]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"namedlink(\'URL\')\\\"><img src=\\\"$stylevar[imgdir_editor]/createlink.gif\\\" alt=\\\"$vbphrase[insert_hyperlink]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"namedlink(\'EMAIL\')\\\"><img src=\\\"$stylevar[imgdir_editor]/email.gif\\\" alt=\\\"$vbphrase[insert_email_link]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" border=\\\"0\\\" /></td>\r\n \" . (($show[\'code_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'CODE\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/code.gif\\\" alt=\\\"$vbphrase[wrap_code_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'html_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'HTML\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/html.gif\\\" alt=\\\"$vbphrase[wrap_html_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'php_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'PHP\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/php.gif\\\" alt=\\\"$vbphrase[wrap_php_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n \") : (\"\")).\"\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'QUOTE\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/quote.gif\\\" alt=\\\"$vbphrase[wrap_quote_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n $vBeditTemplate[extrabuttons]\r\n <td class=\\\"smallfont\\\" width=\\\"100%\\\" align=\\\"$stylevar[right]\\\">\r\n <span class=\\\"imagebutton\\\">$vbphrase[close_all_tags] <input type=\\\"button\\\" style=\\\"color: red; font: bold 11px verdana\\\" value=\\\"$vbphrase[x]\\\" onclick=\\\"closeall(this.form)\\\" /></span>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / second control row -->\r\n \r\n <!-- third control row -->\r\n <div class=\\\"controlholder\\\">\r\n <span class=\\\"imagebutton\\\"><span class=\\\"smallfont\\\">\r\n <label for=\\\"rb_mode_0\\\"><input type=\\\"radio\\\" name=\\\"mode\\\" value=\\\"0\\\" id=\\\"rb_mode_0\\\" onclick=\\\"setmode(this.value)\\\" $modechecked[0] />$vbphrase[guided_mode]</label>\r\n <label for=\\\"rb_mode_1\\\"><input type=\\\"radio\\\" name=\\\"mode\\\" value=\\\"1\\\" id=\\\"rb_mode_1\\\" onclick=\\\"setmode(this.value)\\\" $modechecked[1] />$vbphrase[enhanced_mode]</label>\r\n </span></span>\r\n </div>\r\n \r\n<!-- end control bar --></div><!-- / end control bar -->\r\n\r\n \r\n \r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"controlbar\\\">\r\n \r\n <!-- edit text area -->\r\n <textarea name=\\\"message\\\" id=\\\"message\\\" rows=\\\"20\\\" cols=\\\"60\\\" wrap=\\\"virtual\\\" style=\\\"width:$stylevar[messagewidth]; height:250px\\\" tabindex=\\\"1\\\">$newpost[message]</textarea> \r\n <!-- / edit text area --> \r\n\r\n <div class=\\\"smallfont\\\">\r\n <a href=\\\"#\\\" onclick=\\\"return alter_box_height(\'message\', 100)\\\">$vbphrase[increase_size]</a>\r\n <a href=\\\"#\\\" onclick=\\\"return alter_box_height(\'message\', -100)\\\">$vbphrase[decrease_size]</a>\r\n </div>\r\n\r\n </td> \r\n \" . (($smiliebox) ? (\"<td class=\\\"controlbar\\\">$smiliebox</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n\r\n<!-- end message area --></div><!-- / end message area -->','<!-- load scripts -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<!-- start message area --><div id=\"vBulletin_editor\" style=\"text-align:$stylevar[left]\"><!-- / start message area -->\r\n\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n<tr valign=\"bottom\">\r\n <td colspan=\"2\">\r\n\r\n\r\n\r\n<!-- start control bar --><div id=\"controlbar\"><!-- / start control bar -->\r\n\r\n <!-- first control row -->\r\n <div class=\"controlholder\">\r\n <table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'font_bbcode\']\">\r\n <td>\r\n <select id=\"fontselect\" onchange=\"fontformat(this.options[this.selectedIndex].value, \'FONT\')\">\r\n <option value=\"\">$vbphrase[font_standard_editor]</option>\r\n <script type=\"text/javascript\"> build_fontoptions(false); </script>\r\n </select> \r\n </td>\r\n </if>\r\n <if condition=\"$show[\'size_bbcode\']\">\r\n <td>\r\n <select id=\"sizeselect\" onchange=\"fontformat(this.options[this.selectedIndex].value, \'SIZE\')\">\r\n <option value=\"\">$vbphrase[size_standard_editor]</option>\r\n <script type=\"text/javascript\"> build_sizeoptions(false); </script>\r\n </select> \r\n </td>\r\n </if>\r\n <if condition=\"$show[\'color_bbcode\']\">\r\n <td>\r\n <select id=\"colorselect\" onchange=\"fontformat(this.options[this.selectedIndex].value, \'COLOR\')\">\r\n <option value=\"\">$vbphrase[color_standard_editor]</option>\r\n <script type=\"text/javascript\"> build_coloroptions(false); </script>\r\n </select> \r\n </td>\r\n </if>\r\n <td class=\"smallfont\" width=\"100%\" align=\"$stylevar[right]\">\r\n <span class=\"imagebutton\">$vbphrase[close_current_tag] <input type=\"button\" style=\"color: red; font: bold 11px verdana\" value=\"$vbphrase[x]\" onclick=\"closetag(this.form)\" /></span>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / first control row -->\r\n \r\n <!-- second control row --> \r\n <div class=\"controlholder\">\r\n <table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'basic_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'B\', \'\')\" accesskey=\"b\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/bold.gif\" alt=\"$vbphrase[bold]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'I\', \'\')\" accesskey=\"i\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/italic.gif\" alt=\"$vbphrase[italic]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'U\', \'\')\" accesskey=\"u\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/underline.gif\" alt=\"$vbphrase[underline]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" border=\"0\" /></td>\r\n </if>\r\n <if condition=\"$show[\'align_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'LEFT\', \'\')\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/justifyleft.gif\" alt=\"$vbphrase[align_left]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'CENTER\', \'\')\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/justifycenter.gif\" alt=\"$vbphrase[align_center]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'RIGHT\', \'\')\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/justifyright.gif\" alt=\"$vbphrase[align_right]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" border=\"0\" /></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'INDENT\', \'\')\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/indent.gif\" alt=\"$vbphrase[indent]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <if condition=\"$show[\'list_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return dolist()\"><img class=\"image\" src=\"$stylevar[imgdir_editor]/insertunorderedlist.gif\" alt=\"$vbphrase[create_list]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" border=\"0\" /></td>\r\n <if condition=\"$show[\'img_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'IMG\', \'http://\')\"><img src=\"$stylevar[imgdir_editor]/insertimage.gif\" alt=\"$vbphrase[insert_image]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"namedlink(\'URL\')\"><img src=\"$stylevar[imgdir_editor]/createlink.gif\" alt=\"$vbphrase[insert_hyperlink]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"namedlink(\'EMAIL\')\"><img src=\"$stylevar[imgdir_editor]/email.gif\" alt=\"$vbphrase[insert_email_link]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" border=\"0\" /></td>\r\n <if condition=\"$show[\'code_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'CODE\', \'\')\"><img src=\"$stylevar[imgdir_editor]/code.gif\" alt=\"$vbphrase[wrap_code_tags]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <if condition=\"$show[\'html_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'HTML\', \'\')\"><img src=\"$stylevar[imgdir_editor]/html.gif\" alt=\"$vbphrase[wrap_html_tags]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <if condition=\"$show[\'php_bbcode\']\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'PHP\', \'\')\"><img src=\"$stylevar[imgdir_editor]/php.gif\" alt=\"$vbphrase[wrap_php_tags]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n </if>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'QUOTE\', \'\')\"><img src=\"$stylevar[imgdir_editor]/quote.gif\" alt=\"$vbphrase[wrap_quote_tags]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n $vBeditTemplate[extrabuttons]\r\n <td class=\"smallfont\" width=\"100%\" align=\"$stylevar[right]\">\r\n <span class=\"imagebutton\">$vbphrase[close_all_tags] <input type=\"button\" style=\"color: red; font: bold 11px verdana\" value=\"$vbphrase[x]\" onclick=\"closeall(this.form)\" /></span>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / second control row -->\r\n \r\n <!-- third control row -->\r\n <div class=\"controlholder\">\r\n <span class=\"imagebutton\"><span class=\"smallfont\">\r\n <label for=\"rb_mode_0\"><input type=\"radio\" name=\"mode\" value=\"0\" id=\"rb_mode_0\" onclick=\"setmode(this.value)\" $modechecked[0] />$vbphrase[guided_mode]</label>\r\n <label for=\"rb_mode_1\"><input type=\"radio\" name=\"mode\" value=\"1\" id=\"rb_mode_1\" onclick=\"setmode(this.value)\" $modechecked[1] />$vbphrase[enhanced_mode]</label>\r\n </span></span>\r\n </div>\r\n \r\n<!-- end control bar --></div><!-- / end control bar -->\r\n\r\n \r\n \r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"controlbar\">\r\n \r\n <!-- edit text area -->\r\n <textarea name=\"message\" id=\"message\" rows=\"20\" cols=\"60\" wrap=\"virtual\" style=\"width:$stylevar[messagewidth]; height:250px\" tabindex=\"1\">$newpost[message]</textarea> \r\n <!-- / edit text area --> \r\n\r\n <div class=\"smallfont\">\r\n <a href=\"#\" onclick=\"return alter_box_height(\'message\', 100)\">$vbphrase[increase_size]</a>\r\n <a href=\"#\" onclick=\"return alter_box_height(\'message\', -100)\">$vbphrase[decrease_size]</a>\r\n </div>\r\n\r\n </td> \r\n <if condition=\"$smiliebox\"><td class=\"controlbar\">$smiliebox</td></if>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n\r\n<!-- end message area --></div><!-- / end message area -->','template',1105999913,'Admin','3.0.5'),(120,-1,'editor_toolbar_wysiwyg','<!-- load scripts -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<!-- start message area --><div id=\\\"vBulletin_editor\\\" style=\\\"text-align:$stylevar[left]\\\"><!-- / start message area -->\r\n\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td colspan=\\\"2\\\">\r\n\r\n\r\n\r\n<!-- start control bar --><div id=\\\"controlbar\\\"><!-- / start control bar -->\r\n\r\n <!-- first control row -->\r\n <div class=\\\"controlholder\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_removeformat\\\"><img src=\\\"$stylevar[imgdir_editor]/removeformat.gif\\\" alt=\\\"$vbphrase[remove_text_formatting]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \r\n \" . (($show[\'font_bbcode\']) ? (\"\r\n <td style=\\\"position:relative\\\">\r\n <div class=\\\"imagebutton\\\" id=\\\"cmd_fontname\\\">\r\n <table class=\\\"popup_control\\\" id=\\\"fontControl\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"popup_feedback\\\" id=\\\"fontFeedback\\\">$vBeditTemplate[fontfeedback]</td>\r\n <td class=\\\"popup_pickbutton\\\" id=\\\"fontButton\\\"><img src=\\\"$stylevar[imgdir_editor]/menupop.gif\\\" alt=\\\"$vbphrase[open_menu]\\\" width=\\\"11\\\" height=\\\"16\\\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- FONTS POPUP -->\r\n <div id=\\\"popup_fontname\\\" class=\\\"popupwindow\\\" style=\\\"width:200px; height:220px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\\\">\r\n <table id=\\\"fonttable\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"183\\\">\r\n <col></col>\r\n <col width=\\\"100%\\\"></col>\r\n <script type=\\\"text/javascript\\\"> build_fontoptions(true); </script>\r\n </table>\r\n </div>\r\n <!-- END FONTS POPUP -->\r\n </td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'size_bbcode\']) ? (\"\r\n <td style=\\\"position:relative\\\">\r\n <div class=\\\"imagebutton\\\" style=\\\"left:0px\\\" id=\\\"cmd_fontsize\\\">\r\n <table class=\\\"popup_control\\\" id=\\\"sizeControl\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"popup_feedback\\\" id=\\\"sizeFeedback\\\">$vBeditTemplate[sizefeedback]</td>\r\n <td class=\\\"popup_pickbutton\\\" id=\\\"sizeButton\\\"><img src=\\\"$stylevar[imgdir_editor]/menupop.gif\\\" alt=\\\"$vbphrase[open_menu]\\\" width=\\\"11\\\" height=\\\"16\\\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- SIZES POPUP -->\r\n <div id=\\\"popup_fontsize\\\" class=\\\"popupwindow\\\" style=\\\"width:36px; height:222px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\\\">\r\n <table id=\\\"sizetable\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <script type=\\\"text/javascript\\\"> build_sizeoptions(true); </script>\r\n </table>\r\n </div>\r\n <!-- END SIZES POPUP -->\r\n </td>\r\n \") : (\"\")).\"\r\n \r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \r\n \" . (($show[\'color_bbcode\']) ? (\"\r\n <td style=\\\"position:relative\\\">\r\n <div class=\\\"imagebutton\\\" style=\\\"left:0px\\\" id=\\\"cmd_forecolor\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img id=\\\"instantcolor\\\" src=\\\"$stylevar[imgdir_editor]/color.gif\\\" alt=\\\"$vbphrase[color]\\\" width=\\\"21\\\" height=\\\"20\\\" /><img id=\\\"colorbar\\\" style=\\\"display:none; background:black; \" . ((is_browser(\'ie\')) ? (\"position:absolute; top:15px; left:2px\") : (\"position:relative; top:-6px; left:1px;\")).\"\\\" src=\\\"$vboptions[cleargifurl]\\\" width=\\\"16\\\" height=\\\"4\\\" alt=\\\"\\\" /></td>\r\n <td class=\\\"alt_pickbutton\\\"><img src=\\\"$stylevar[imgdir_editor]/menupop.gif\\\" alt=\\\"$vbphrase[open_menu]\\\" width=\\\"11\\\" height=\\\"16\\\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- COLORS POPUP -->\r\n <div id=\\\"popup_forecolor\\\" class=\\\"popupwindow\\\" style=\\\"width:144px; height:90px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\\\">\r\n <table id=\\\"colortable\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <script type=\\\"text/javascript\\\"> build_coloroptions(true); </script>\r\n \" . (($show[\'syscolorpicker\']) ? (\"\r\n <tr>\r\n <td colspan=\\\"8\\\" style=\\\"height:4px\\\"><div></div></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"otextlink\\\" id=\\\"morecolors\\\" colspan=\\\"8\\\">$vbphrase[more_colors] <object id=\\\"syscolorpicker\\\" classid=\\\"clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b\\\" width=\\\"0px\\\" height=\\\"0px\\\"></object></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </div>\r\n <!-- END COLORS POPUP -->\r\n </td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'wysiwygsmilies\']) ? (\"\r\n <td style=\\\"position:relative\\\">\r\n <div class=\\\"imagebutton\\\" style=\\\"left:0px\\\" id=\\\"cmd_smilie\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/smilie.gif\\\" alt=\\\"$vbphrase[insert_smilie]\\\" width=\\\"21\\\" height=\\\"20\\\" /></td>\r\n <td class=\\\"alt_pickbutton\\\"><img src=\\\"$stylevar[imgdir_editor]/menupop.gif\\\" alt=\\\"$vbphrase[open_menu]\\\" width=\\\"11\\\" height=\\\"16\\\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- START SMILIES POPUP -->\r\n <div id=\\\"popup_smilie\\\" class=\\\"popupwindow\\\" style=\\\"width:150px; height:220px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\\\">\r\n <table id=\\\"smilietable\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"133\\\">\r\n $vBeditTemplate[smiliepopup]\r\n \" . (($show[\'wysiwygsmilieslink\']) ? (\"\r\n <tr><td><hr /></td></tr>\r\n <tr><td class=\\\"otextlink\\\" id=\\\"moresmilies\\\" style=\\\"padding:$stylevar[cellpadding]px\\\">\" . construct_phrase(\"$vbphrase[showing_x_smilies_of_y_total]\", \"$vboptions[wysiwyg_smtotal]\", \"$totalsmilies\") . \"<br />-- $vbphrase[show_all_smilies] --</td></tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </div>\r\n <!-- END SMILIES POPUP -->\r\n </td>\r\n \") : (\"\")).\"\r\n \r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_cut\\\"><img src=\\\"$stylevar[imgdir_editor]/cut.gif\\\" alt=\\\"$vbphrase[cut]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_copy\\\"><img src=\\\"$stylevar[imgdir_editor]/copy.gif\\\" alt=\\\"$vbphrase[copy]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_paste\\\"><img src=\\\"$stylevar[imgdir_editor]/paste.gif\\\" alt=\\\"$vbphrase[paste]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_undo\\\"><img src=\\\"$stylevar[imgdir_editor]/undo.gif\\\" alt=\\\"$vbphrase[undo]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_redo\\\"><img src=\\\"$stylevar[imgdir_editor]/redo.gif\\\" alt=\\\"$vbphrase[redo]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / first control row -->\r\n \r\n <!-- second control row --> \r\n <div class=\\\"controlholder\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n \r\n \" . (($show[\'basic_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_bold\\\"><img src=\\\"$stylevar[imgdir_editor]/bold.gif\\\" alt=\\\"$vbphrase[bold]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_italic\\\"><img src=\\\"$stylevar[imgdir_editor]/italic.gif\\\" alt=\\\"$vbphrase[italic]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_underline\\\"><img src=\\\"$stylevar[imgdir_editor]/underline.gif\\\" alt=\\\"$vbphrase[underline]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'align_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_justifyleft\\\"><img src=\\\"$stylevar[imgdir_editor]/justifyleft.gif\\\" alt=\\\"$vbphrase[align_left]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_justifycenter\\\"><img src=\\\"$stylevar[imgdir_editor]/justifycenter.gif\\\" alt=\\\"$vbphrase[align_center]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_justifyright\\\"><img src=\\\"$stylevar[imgdir_editor]/justifyright.gif\\\" alt=\\\"$vbphrase[align_right]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'list_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_insertorderedlist\\\"><img src=\\\"$stylevar[imgdir_editor]/insertorderedlist.gif\\\" alt=\\\"$vbphrase[ordered_list]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_insertunorderedlist\\\"><img src=\\\"$stylevar[imgdir_editor]/insertunorderedlist.gif\\\" alt=\\\"$vbphrase[unordered_list]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'align_bbcode\'] OR $show[\'list_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_outdent\\\"><img src=\\\"$stylevar[imgdir_editor]/outdent.gif\\\" alt=\\\"$vbphrase[decrease_indent]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_indent\\\"><img src=\\\"$stylevar[imgdir_editor]/indent.gif\\\" alt=\\\"$vbphrase[increase_indent]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'url_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_createlink\\\"><img src=\\\"$stylevar[imgdir_editor]/createlink.gif\\\" alt=\\\"$vbphrase[insert_link]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_unlink\\\"><img src=\\\"$stylevar[imgdir_editor]/unlink.gif\\\" alt=\\\"$vbphrase[remove_link]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_createmail\\\"><img src=\\\"$stylevar[imgdir_editor]/email.gif\\\" alt=\\\"$vbphrase[insert_email_link]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'img_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_insertimage\\\"><img src=\\\"$stylevar[imgdir_editor]/insertimage.gif\\\" alt=\\\"$vbphrase[insert_image]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \" . (($show[\'code_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_wrap0_code\\\"><img src=\\\"$stylevar[imgdir_editor]/code.gif\\\" alt=\\\"$vbphrase[wrap_code_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'html_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_wrap0_html\\\"><img src=\\\"$stylevar[imgdir_editor]/html.gif\\\" alt=\\\"$vbphrase[wrap_html_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'php_bbcode\']) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_wrap0_php\\\"><img src=\\\"$stylevar[imgdir_editor]/php.gif\\\" alt=\\\"$vbphrase[wrap_php_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n \") : (\"\")).\"\r\n \r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_wrap0_quote\\\"><img src=\\\"$stylevar[imgdir_editor]/quote.gif\\\" alt=\\\"$vbphrase[wrap_quote_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n $vBeditTemplate[extrabuttons]\r\n \r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / second control row -->\r\n \r\n<!-- end control bar --></div><!-- / end control bar -->\r\n\r\n \r\n \r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"controlbar\\\">\r\n\r\n\r\n\r\n <!-- hidden field to contain html -->\r\n <input type=\\\"hidden\\\" name=\\\"WYSIWYG_HTML\\\" id=\\\"html_hidden_field\\\" value=\\\"$newpost[message_html]\\\" />\r\n \r\n <!-- edit text area -->\r\n \" . ((is_browser(\'ie\')) ? (\"\r\n \r\n <!-- internet explorer text area -->\r\n <div id=\\\"htmlbox\\\" class=\\\"wysiwyg\\\" tabindex=\\\"1\\\" style=\\\"width:$stylevar[messagewidth]; height:250px; padding:8px\\\">$newpost[message]</div>\r\n \r\n \") : (\"\r\n \r\n <!-- mozilla text area -->\r\n <iframe id=\\\"htmlbox\\\" tabindex=\\\"1\\\" style=\\\"width:$stylevar[messagewidth]; height:250px\\\"></iframe>\r\n \r\n \")).\"\r\n <!-- / edit text area -->\r\n \r\n <div class=\\\"smallfont\\\">\r\n <a href=\\\"#\\\" onclick=\\\"return alter_box_height(\'htmlbox\', 100)\\\">$vbphrase[increase_size]</a>\r\n <a href=\\\"#\\\" onclick=\\\"return alter_box_height(\'htmlbox\', -100)\\\">$vbphrase[decrease_size]</a>\r\n </div> \r\n\r\n </td>\r\n \r\n \" . (($smiliebox) ? (\"<td class=\\\"controlbar\\\">$smiliebox</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n\r\n<!-- end message area --></div><!-- / end message area -->\r\n\r\n\r\n\r\n\r\n\" . ((is_browser(\'ie\')) ? (\"\r\n <!-- initialization script -->\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n editInit();\r\n //-->\r\n </script>\r\n\") : (\"\")).\"','<!-- load scripts -->\r\n$vBeditTemplate[clientscript]\r\n\r\n<!-- start message area --><div id=\"vBulletin_editor\" style=\"text-align:$stylevar[left]\"><!-- / start message area -->\r\n\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n<tr valign=\"bottom\">\r\n <td colspan=\"2\">\r\n\r\n\r\n\r\n<!-- start control bar --><div id=\"controlbar\"><!-- / start control bar -->\r\n\r\n <!-- first control row -->\r\n <div class=\"controlholder\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><div class=\"imagebutton\" id=\"cmd_removeformat\"><img src=\"$stylevar[imgdir_editor]/removeformat.gif\" alt=\"$vbphrase[remove_text_formatting]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n \r\n <if condition=\"$show[\'font_bbcode\']\">\r\n <td style=\"position:relative\">\r\n <div class=\"imagebutton\" id=\"cmd_fontname\">\r\n <table class=\"popup_control\" id=\"fontControl\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td class=\"popup_feedback\" id=\"fontFeedback\">$vBeditTemplate[fontfeedback]</td>\r\n <td class=\"popup_pickbutton\" id=\"fontButton\"><img src=\"$stylevar[imgdir_editor]/menupop.gif\" alt=\"$vbphrase[open_menu]\" width=\"11\" height=\"16\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- FONTS POPUP -->\r\n <div id=\"popup_fontname\" class=\"popupwindow\" style=\"width:200px; height:220px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\">\r\n <table id=\"fonttable\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"183\">\r\n <col></col>\r\n <col width=\"100%\"></col>\r\n <script type=\"text/javascript\"> build_fontoptions(true); </script>\r\n </table>\r\n </div>\r\n <!-- END FONTS POPUP -->\r\n </td>\r\n </if>\r\n \r\n <if condition=\"$show[\'size_bbcode\']\">\r\n <td style=\"position:relative\">\r\n <div class=\"imagebutton\" style=\"left:0px\" id=\"cmd_fontsize\">\r\n <table class=\"popup_control\" id=\"sizeControl\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td class=\"popup_feedback\" id=\"sizeFeedback\">$vBeditTemplate[sizefeedback]</td>\r\n <td class=\"popup_pickbutton\" id=\"sizeButton\"><img src=\"$stylevar[imgdir_editor]/menupop.gif\" alt=\"$vbphrase[open_menu]\" width=\"11\" height=\"16\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- SIZES POPUP -->\r\n <div id=\"popup_fontsize\" class=\"popupwindow\" style=\"width:36px; height:222px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\">\r\n <table id=\"sizetable\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <script type=\"text/javascript\"> build_sizeoptions(true); </script>\r\n </table>\r\n </div>\r\n <!-- END SIZES POPUP -->\r\n </td>\r\n </if>\r\n \r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n \r\n <if condition=\"$show[\'color_bbcode\']\">\r\n <td style=\"position:relative\">\r\n <div class=\"imagebutton\" style=\"left:0px\" id=\"cmd_forecolor\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img id=\"instantcolor\" src=\"$stylevar[imgdir_editor]/color.gif\" alt=\"$vbphrase[color]\" width=\"21\" height=\"20\" /><img id=\"colorbar\" style=\"display:none; background:black; <if condition=\"is_browser(\'ie\')\">position:absolute; top:15px; left:2px<else />position:relative; top:-6px; left:1px;</if>\" src=\"$vboptions[cleargifurl]\" width=\"16\" height=\"4\" alt=\"\" /></td>\r\n <td class=\"alt_pickbutton\"><img src=\"$stylevar[imgdir_editor]/menupop.gif\" alt=\"$vbphrase[open_menu]\" width=\"11\" height=\"16\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- COLORS POPUP -->\r\n <div id=\"popup_forecolor\" class=\"popupwindow\" style=\"width:144px; height:90px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\">\r\n <table id=\"colortable\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <script type=\"text/javascript\"> build_coloroptions(true); </script>\r\n <if condition=\"$show[\'syscolorpicker\']\">\r\n <tr>\r\n <td colspan=\"8\" style=\"height:4px\"><div></div></td>\r\n </tr>\r\n <tr>\r\n <td class=\"otextlink\" id=\"morecolors\" colspan=\"8\">$vbphrase[more_colors] <object id=\"syscolorpicker\" classid=\"clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b\" width=\"0px\" height=\"0px\"></object></td>\r\n </tr>\r\n </if>\r\n </table>\r\n </div>\r\n <!-- END COLORS POPUP -->\r\n </td>\r\n </if>\r\n \r\n <if condition=\"$show[\'wysiwygsmilies\']\">\r\n <td style=\"position:relative\">\r\n <div class=\"imagebutton\" style=\"left:0px\" id=\"cmd_smilie\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_editor]/smilie.gif\" alt=\"$vbphrase[insert_smilie]\" width=\"21\" height=\"20\" /></td>\r\n <td class=\"alt_pickbutton\"><img src=\"$stylevar[imgdir_editor]/menupop.gif\" alt=\"$vbphrase[open_menu]\" width=\"11\" height=\"16\" /></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- START SMILIES POPUP -->\r\n <div id=\"popup_smilie\" class=\"popupwindow\" style=\"width:150px; height:220px; display:none; position:absolute; top:21px; filter:alpha(enabled=1,opacity=100)\">\r\n <table id=\"smilietable\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"133\">\r\n $vBeditTemplate[smiliepopup]\r\n <if condition=\"$show[\'wysiwygsmilieslink\']\">\r\n <tr><td><hr /></td></tr>\r\n <tr><td class=\"otextlink\" id=\"moresmilies\" style=\"padding:$stylevar[cellpadding]px\"><phrase 1=\"$vboptions[wysiwyg_smtotal]\" 2=\"$totalsmilies\">$vbphrase[showing_x_smilies_of_y_total]</phrase><br />-- $vbphrase[show_all_smilies] --</td></tr>\r\n </if>\r\n </table>\r\n </div>\r\n <!-- END SMILIES POPUP -->\r\n </td>\r\n </if>\r\n \r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_cut\"><img src=\"$stylevar[imgdir_editor]/cut.gif\" alt=\"$vbphrase[cut]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_copy\"><img src=\"$stylevar[imgdir_editor]/copy.gif\" alt=\"$vbphrase[copy]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_paste\"><img src=\"$stylevar[imgdir_editor]/paste.gif\" alt=\"$vbphrase[paste]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_undo\"><img src=\"$stylevar[imgdir_editor]/undo.gif\" alt=\"$vbphrase[undo]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_redo\"><img src=\"$stylevar[imgdir_editor]/redo.gif\" alt=\"$vbphrase[redo]\" width=\"21\" height=\"20\" /></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / first control row -->\r\n \r\n <!-- second control row --> \r\n <div class=\"controlholder\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n \r\n <if condition=\"$show[\'basic_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_bold\"><img src=\"$stylevar[imgdir_editor]/bold.gif\" alt=\"$vbphrase[bold]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_italic\"><img src=\"$stylevar[imgdir_editor]/italic.gif\" alt=\"$vbphrase[italic]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_underline\"><img src=\"$stylevar[imgdir_editor]/underline.gif\" alt=\"$vbphrase[underline]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'align_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_justifyleft\"><img src=\"$stylevar[imgdir_editor]/justifyleft.gif\" alt=\"$vbphrase[align_left]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_justifycenter\"><img src=\"$stylevar[imgdir_editor]/justifycenter.gif\" alt=\"$vbphrase[align_center]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_justifyright\"><img src=\"$stylevar[imgdir_editor]/justifyright.gif\" alt=\"$vbphrase[align_right]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'list_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_insertorderedlist\"><img src=\"$stylevar[imgdir_editor]/insertorderedlist.gif\" alt=\"$vbphrase[ordered_list]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_insertunorderedlist\"><img src=\"$stylevar[imgdir_editor]/insertunorderedlist.gif\" alt=\"$vbphrase[unordered_list]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'align_bbcode\'] OR $show[\'list_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_outdent\"><img src=\"$stylevar[imgdir_editor]/outdent.gif\" alt=\"$vbphrase[decrease_indent]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_indent\"><img src=\"$stylevar[imgdir_editor]/indent.gif\" alt=\"$vbphrase[increase_indent]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'url_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_createlink\"><img src=\"$stylevar[imgdir_editor]/createlink.gif\" alt=\"$vbphrase[insert_link]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_unlink\"><img src=\"$stylevar[imgdir_editor]/unlink.gif\" alt=\"$vbphrase[remove_link]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_createmail\"><img src=\"$stylevar[imgdir_editor]/email.gif\" alt=\"$vbphrase[insert_email_link]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'img_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_insertimage\"><img src=\"$stylevar[imgdir_editor]/insertimage.gif\" alt=\"$vbphrase[insert_image]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <if condition=\"$show[\'code_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_wrap0_code\"><img src=\"$stylevar[imgdir_editor]/code.gif\" alt=\"$vbphrase[wrap_code_tags]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'html_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_wrap0_html\"><img src=\"$stylevar[imgdir_editor]/html.gif\" alt=\"$vbphrase[wrap_html_tags]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n \r\n <if condition=\"$show[\'php_bbcode\']\">\r\n <td><div class=\"imagebutton\" id=\"cmd_wrap0_php\"><img src=\"$stylevar[imgdir_editor]/php.gif\" alt=\"$vbphrase[wrap_php_tags]\" width=\"21\" height=\"20\" /></div></td>\r\n </if>\r\n \r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_wrap0_quote\"><img src=\"$stylevar[imgdir_editor]/quote.gif\" alt=\"$vbphrase[wrap_quote_tags]\" width=\"21\" height=\"20\" /></div></td>\r\n $vBeditTemplate[extrabuttons]\r\n \r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / second control row -->\r\n \r\n<!-- end control bar --></div><!-- / end control bar -->\r\n\r\n \r\n \r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"controlbar\">\r\n\r\n\r\n\r\n <!-- hidden field to contain html -->\r\n <input type=\"hidden\" name=\"WYSIWYG_HTML\" id=\"html_hidden_field\" value=\"$newpost[message_html]\" />\r\n \r\n <!-- edit text area -->\r\n <if condition=\"is_browser(\'ie\')\">\r\n \r\n <!-- internet explorer text area -->\r\n <div id=\"htmlbox\" class=\"wysiwyg\" tabindex=\"1\" style=\"width:$stylevar[messagewidth]; height:250px; padding:8px\">$newpost[message]</div>\r\n \r\n <else />\r\n \r\n <!-- mozilla text area -->\r\n <iframe id=\"htmlbox\" tabindex=\"1\" style=\"width:$stylevar[messagewidth]; height:250px\"></iframe>\r\n \r\n </if>\r\n <!-- / edit text area -->\r\n \r\n <div class=\"smallfont\">\r\n <a href=\"#\" onclick=\"return alter_box_height(\'htmlbox\', 100)\">$vbphrase[increase_size]</a>\r\n <a href=\"#\" onclick=\"return alter_box_height(\'htmlbox\', -100)\">$vbphrase[decrease_size]</a>\r\n </div> \r\n\r\n </td>\r\n \r\n <if condition=\"$smiliebox\"><td class=\"controlbar\">$smiliebox</td></if>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n\r\n<!-- end message area --></div><!-- / end message area -->\r\n\r\n\r\n\r\n\r\n<if condition=\"is_browser(\'ie\')\">\r\n <!-- initialization script -->\r\n <script type=\"text/javascript\">\r\n <!--\r\n editInit();\r\n //-->\r\n </script>\r\n</if>','template',1105394285,'freddie','3.0.5'),(121,-1,'FAQ','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[faq]\" . (($show[\'faqtitle\']) ? (\": $faqtitle\") : (\"\")).\"</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n\r\n$navbar\r\n\r\n<form action=\\\"faq.php\\\" method=\\\"get\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"search\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'searchfaq\')\\\"><img id=\\\"collapseimg_searchfaq\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_searchfaq].gif\\\" alt=\\\"$vbphrase[search_faq]\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[search_faq]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_searchfaq\\\" style=\\\"$vbcollapse[collapseobj_searchfaq]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\">\r\n \r\n <table class=\\\"fieldset\\\" cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr align=\\\"$stylevar[left]\\\">\r\n <td>\r\n $vbphrase[search_words]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"q\\\" value=\\\"$q\\\" size=\\\"25\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[matching_options]:<br />\r\n <select name=\\\"match\\\">\r\n <option value=\\\"any\\\" $matchselect[any]>$vbphrase[match_any_words]</option>\r\n <option value=\\\"all\\\" $matchselect[all]>$vbphrase[match_all_words]</option>\r\n <option value=\\\"phr\\\" $matchselect[phr]>$vbphrase[match_complete_phrase]</option>\r\n </select>\r\n </td>\r\n <td>\r\n $vbphrase[search_in]:<br />\r\n <select name=\\\"titlesonly\\\">\r\n <option value=\\\"1\\\" $titleselect[1]>$vbphrase[search_titles_only]</option>\r\n <option value=\\\"0\\\" $titleselect[0]>$vbphrase[search_titles_and_text]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" value=\\\"$vbphrase[search_faq]\\\" class=\\\"button\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" value=\\\"$vbphrase[reset_fields]\\\" class=\\\"button\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$faqbits\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[faq]<if condition=\"$show[\'faqtitle\']\">: $faqtitle</if></title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n\r\n$navbar\r\n\r\n<form action=\"faq.php\" method=\"get\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"search\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'searchfaq\')\"><img id=\"collapseimg_searchfaq\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_searchfaq].gif\" alt=\"$vbphrase[search_faq]\" border=\"0\" /></a>\r\n $vbphrase[search_faq]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_searchfaq\" style=\"$vbcollapse[collapseobj_searchfaq]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\">\r\n \r\n <table class=\"fieldset\" cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr align=\"$stylevar[left]\">\r\n <td>\r\n $vbphrase[search_words]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"q\" value=\"$q\" size=\"25\" />\r\n </td>\r\n <td>\r\n $vbphrase[matching_options]:<br />\r\n <select name=\"match\">\r\n <option value=\"any\" $matchselect[any]>$vbphrase[match_any_words]</option>\r\n <option value=\"all\" $matchselect[all]>$vbphrase[match_all_words]</option>\r\n <option value=\"phr\" $matchselect[phr]>$vbphrase[match_complete_phrase]</option>\r\n </select>\r\n </td>\r\n <td>\r\n $vbphrase[search_in]:<br />\r\n <select name=\"titlesonly\">\r\n <option value=\"1\" $titleselect[1]>$vbphrase[search_titles_only]</option>\r\n <option value=\"0\" $titleselect[0]>$vbphrase[search_titles_and_text]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" value=\"$vbphrase[search_faq]\" class=\"button\" accesskey=\"s\" />\r\n <input type=\"reset\" value=\"$vbphrase[reset_fields]\" class=\"button\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$faqbits\r\n\r\n$footer\r\n</body>\r\n</html>','template',1070589779,'Kier','3.0.0 Gamma'),(122,-1,'faqbit','<a name=\\\"faq_$faq[faqname]\\\"></a>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . (($show[\'faqsublinks\']) ? (\"<a href=\\\"faq.php?$session[sessionurl]faq=$faq[faqname]\\\">$faq[title]</a>\") : (\"$faq[title]\")).\"</td>\r\n</tr>\r\n\" . (($show[\'faqtext\']) ? (\"\r\n<tr>\r\n <td class=\\\"alt1\\\">$faq[text]</td>\r\n</tr>\r\n\") : (\"\")).\"\r\n\" . (($show[\'faqsublinks\']) ? (\"\r\n<tr>\r\n <td class=\\\"alt2\\\"><ul>$faqsublinks</ul></td>\r\n</tr>\r\n\") : (\"\")).\"\r\n</table>\r\n\r\n<br />\r\n','<a name=\"faq_$faq[faqname]\"></a>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><if condition=\"$show[\'faqsublinks\']\"><a href=\"faq.php?$session[sessionurl]faq=$faq[faqname]\">$faq[title]</a><else />$faq[title]</if></td>\r\n</tr>\r\n<if condition=\"$show[\'faqtext\']\">\r\n<tr>\r\n <td class=\"alt1\">$faq[text]</td>\r\n</tr>\r\n</if>\r\n<if condition=\"$show[\'faqsublinks\']\">\r\n<tr>\r\n <td class=\"alt2\"><ul>$faqsublinks</ul></td>\r\n</tr>\r\n</if>\r\n</table>\r\n\r\n<br />\r\n','template',1070526899,'Kier','3.0.0 Gamma'),(123,-1,'faqbit_link','<li><a href=\\\"faq.php?$session[sessionurl]faq=$faq[faqname]#faq_$subfaq[faqname]\\\">$subfaq[title]</a></li>\r\n','<li><a href=\"faq.php?$session[sessionurl]faq=$faq[faqname]#faq_$subfaq[faqname]\">$subfaq[title]</a></li>\r\n','template',1068747203,'Kier','3.0.0 Gamma'),(124,-1,'FORUMDISPLAY','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<meta name=\\\"description\\\" content=\\\"$foruminfo[description]\\\" />\r\n<title>$vboptions[bbtitle] - $foruminfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($show[\'forumslist\']) ? (\"\r\n<!-- sub-forum list -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-bottom-width:0px\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\">$vbphrase[subforums]<span class=\\\"normal\\\">: $foruminfo[title]</span></td>\r\n \" . (($show[\'forumsearch\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\" id=\\\"forumsearch.subforums\\\"><a href=\\\"search.php?$session[sessionurl]f=$foruminfo[forumid]\\\">$vbphrase[search_this_forum]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"forumsearch.subforums\\\"); </script></td>\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\" align=\\\"$stylevar[left]\\\">$vbphrase[forum]</td>\r\n <td class=\\\"thead\\\" width=\\\"175\\\">$vbphrase[last_post]</td>\r\n <td class=\\\"thead\\\">$vbphrase[threads]</td>\r\n <td class=\\\"thead\\\">$vbphrase[posts]</td>\r\n \" . (($vboptions[showmoderatorcolumn]) ? (\"\r\n <td class=\\\"thead\\\">$vbphrase[moderator]</td>\r\n \") : (\"\")).\"\r\n </tr>\r\n</thead>\r\n$forumbits\r\n</table>\r\n<br />\r\n<!-- / sub-forum list -->\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'threadslist\']) ? (\"\r\n<!-- threads list -->\r\n\r\n<!-- controls above thread list -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td class=\\\"smallfont\\\">\" . (($show[\'newthreadlink\']) ? (\"<a href=\\\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\\\"><img src=\\\"$stylevar[imgdir_button]/newthread.gif\\\" alt=\\\"$vbphrase[post_new_thread]\\\" border=\\\"0\\\" /></a>\") : (\" \")).\"</td>\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / controls above thread list -->\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-bottom-width:0px\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\">$vbphrase[threads_in_forum]<span class=\\\"normal\\\">: $foruminfo[title]</span></td>\r\n <td class=\\\"vbmenu_control\\\" id=\\\"forumtools\\\"><a href=\\\"#goto_forumtools\\\">$vbphrase[forum_tools]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"forumtools\\\"); </script></td>\r\n \" . (($show[\'forumsearch\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\" id=\\\"forumsearch\\\"><a href=\\\"#goto_forumsearch\\\">$vbphrase[search_this_forum]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"forumsearch\\\"); </script></td>\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n$announcebits\r\n<tr>\r\n \" . (($show[\'threadicons\']) ? (\"\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\"> </td>\r\n \") : (\"\r\n <td class=\\\"thead\\\"> </td>\r\n \")).\" \r\n <td class=\\\"thead\\\" width=\\\"100%\\\">\r\n \" . (($show[\'threadratings\']) ? (\"<span style=\\\"float:$stylevar[right]\\\"><a href=\\\"$sorturl&order=desc&sort=voteavg\\\">$vbphrase[rating]</a> $sortarrow[voteavg]</span>\") : (\"\")).\"\r\n <a href=\\\"$sorturl&order=asc&sort=title\\\">$vbphrase[thread]</a> $sortarrow[title] /\r\n <a href=\\\"$sorturl&order=asc&sort=postusername\\\">$vbphrase[thread_starter]</a> $sortarrow[postusername]\r\n </td>\r\n <td class=\\\"thead\\\" width=\\\"150\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><span style=\\\"white-space:nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=lastpost\\\">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><span style=\\\"white-space:nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=replycount\\\">$vbphrase[replies]</a> $sortarrow[replycount]</span></td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><span style=\\\"white-space:nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=views\\\">$vbphrase[views]</a> $sortarrow[views]</span></td>\r\n</tr>\r\n\" . (($show[\'threads\']) ? (\"\r\n <!-- show threads -->\r\n \" . (($show[\'stickies\']) ? (\"\r\n $threadbits_sticky\r\n <!-- <tr><td class=\\\"thead\\\" colspan=\\\"\" . (($show[\'threadicons\']) ? (\"6\") : (\"5\")).\"\\\"> </td></tr>-->\r\n \") : (\"\")).\"\r\n $threadbits \r\n <!-- end show threads -->\r\n\") : (\"\r\n <!-- show no threads message -->\r\n <tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"$foruminfo[bottomcolspan]\\\" align=\\\"center\\\">\r\n <div style=\\\"padding: 16px\\\">\r\n \" . (($show[\'noposts\']) ? (\"<strong>$vbphrase[no_posts_in_this_forum]</strong>\") : (\"<strong>\" . construct_phrase(\"$vbphrase[no_posts_last_x_days_forum]\", \"$daysprune\") . \"</strong><br />\r\n <span class=\\\"smallfont\\\">$vbphrase[try_controls_below_for_older_posts]</span>\")).\"\r\n </div>\r\n </td>\r\n </tr>\r\n <!-- end show no threads message -->\r\n\")).\"\r\n</table>\r\n\r\n\r\n\r\n<!-- controls below thread list -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"smallfont\\\">\" . (($show[\'newthreadlink\']) ? (\"<a href=\\\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\\\"><img src=\\\"$stylevar[imgdir_button]/newthread.gif\\\" alt=\\\"$vbphrase[post_new_thread]\\\" border=\\\"0\\\" /></a>\") : (\" \")).\"</td>\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / controls below thread list -->\r\n\r\n\r\n<br />\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- Active Users in this Forum (and sub-forums) and Moderators -->\r\n\r\n<form action=\\\"forumdisplay.php\\\" method=\\\"get\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"$forumid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"page\\\" value=\\\"$pagenumber\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[display_options]</td>\r\n \" . (($show[\'activeusers\']) ? (\"\r\n <td class=\\\"tcat\\\">$vbphrase[currently_active_users]</td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'moderators\']) ? (\"\r\n <td class=\\\"tcat\\\">$vbphrase[moderators]</td>\r\n \") : (\"\")).\"\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">\" . construct_phrase(\"$vbphrase[showing_threads_x_to_y_of_z]\", \"$limitlower\", \"$limitupper\", \"$totalthreads\") . \"</td>\r\n \" . (($show[\'activeusers\']) ? (\"\r\n <td class=\\\"thead\\\">$totalonline (\" . construct_phrase(\"$vbphrase[x_members_y_guests]\", \"$numberregistered\", \"$numberguest\") . \")</td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'moderators\']) ? (\"\r\n <td class=\\\"thead\\\">$vbphrase[moderators]: $totalmods</td>\r\n \") : (\"\")).\"\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\">\r\n \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"auto\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" style=\\\"padding-right:6px\\\">$vbphrase[sorted_by]</td>\r\n <td><select name=\\\"sort\\\">\r\n <option value=\\\"title\\\" $sort[title]>$vbphrase[thread_title]</option>\r\n <option value=\\\"lastpost\\\" $sort[lastpost]>$vbphrase[last_post_time]</option>\r\n <option value=\\\"replycount\\\" $sort[replycount]>$vbphrase[number_of_replies]</option>\r\n <option value=\\\"views\\\" $sort[views]>$vbphrase[number_of_views]</option>\r\n <option value=\\\"postusername\\\" $sort[postusername]>$vbphrase[thread_starter]</option>\r\n \" . (($show[\'threadratings\']) ? (\"<option value=\\\"voteavg\\\" $sort[voteavg]>$vbphrase[thread_rating]</option>\") : (\"\")).\"\r\n </select></td>\r\n <td class=\\\"smallfont\\\" style=\\\"padding-right:6px; padding-left:12px\\\">$vbphrase[sort_order]</td>\r\n <td><select name=\\\"order\\\">\r\n <option value=\\\"asc\\\" $order[asc]>$vbphrase[ascending]</option>\r\n <option value=\\\"desc\\\" $order[desc]>$vbphrase[descending]</option>\r\n </select></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"smallfont\\\" style=\\\"padding-right:6px\\\">$vbphrase[from_the]</td>\r\n <td><select name=\\\"daysprune\\\">\r\n <option value=\\\"1\\\" $daysprunesel[1]>$vbphrase[last_day]</option>\r\n <option value=\\\"2\\\" $daysprunesel[2]>$vbphrase[last_2_days]</option>\r\n <option value=\\\"7\\\" $daysprunesel[7]>$vbphrase[last_week]</option>\r\n <option value=\\\"10\\\" $daysprunesel[10]>$vbphrase[last_10_days]</option>\r\n <option value=\\\"14\\\" $daysprunesel[14]>$vbphrase[last_2_weeks]</option>\r\n <option value=\\\"30\\\" $daysprunesel[30]>$vbphrase[last_month]</option>\r\n <option value=\\\"45\\\" $daysprunesel[45]>$vbphrase[last_45_days]</option>\r\n <option value=\\\"60\\\" $daysprunesel[60]>$vbphrase[last_2_months]</option>\r\n <option value=\\\"75\\\" $daysprunesel[75]>$vbphrase[last_75_days]</option>\r\n <option value=\\\"100\\\" $daysprunesel[100]>$vbphrase[last_100_days]</option>\r\n <option value=\\\"365\\\" $daysprunesel[365]>$vbphrase[last_year]</option>\r\n <option value=\\\"-1\\\" $daysprunesel[all]>$vbphrase[beginning]</option>\r\n </select></td>\r\n <td colspan=\\\"2\\\" align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[show_threads]\\\" /></td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n \" . (($show[\'activeusers\']) ? (\"\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">$activeusers</div></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'moderators\']) ? (\"\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">$moderatorslist </div></td>\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n<!-- End Active Users in this Forum (and sub-forums) and Moderators -->\r\n\r\n\" . (($show[\'popups\']) ? (\"\r\n<br />\r\n<!-- popup menu contents -->\r\n\r\n\r\n<!-- forum tools menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"forumtools_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"moderator.php\\\" method=\\\"post\\\" name=\\\"forumadminform\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr><td class=\\\"thead\\\">$vbphrase[forum_tools]<a name=\\\"goto_forumtools\\\"></a></td></tr>\r\n \" . (($show[\'newthreadlink\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\\\">$vbphrase[post_a_new_thread]</a></td></tr>\") : (\"\")).\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]\\\">$vbphrase[mark_this_forum_read]</a></td></tr>\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"subscription.php?$session[sessionurl]do=addsubscription&f=$foruminfo[forumid]\\\">$vbphrase[subscribe_to_this_forum]</a></td></tr>\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]\\\">$vbphrase[view_parent_forum]</a></td></tr>\r\n \" . (($show[\'adminoptions\']) ? (\"\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[admin_tools]<a name=\\\"goto_forumadmin\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\"> \r\n <div><label for=\\\"fa_mpo\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"fa_mpo\\\" value=\\\"modposts\\\" checked=\\\"checked\\\" />$vbphrase[view_posts_queue]</label></div>\r\n <div><label for=\\\"fa_mat\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"fa_mat\\\" value=\\\"modattach\\\" />$vbphrase[view_attachment_queue]</label></div>\r\n <div><label for=\\\"fa_mov\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"fa_mov\\\" value=\\\"move\\\" />$vbphrase[massmove_threads]</label></div>\r\n <div><label for=\\\"fa_prn\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"fa_prn\\\" value=\\\"prune\\\" />$vbphrase[massprune_threads]</label></div>\r\n \" . (($show[\'addmoderator\']) ? (\"\r\n <div><label for=\\\"fa_amd\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"fa_amd\\\" value=\\\"addmoderator\\\" />$vbphrase[add_moderator]</label></div>\r\n \") : (\"\")).\" \r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\" align=\\\"center\\\"> \r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"$forumid\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[perform_action]\\\" />\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / forum tools menu -->\r\n\r\n<!-- / popup menu contents -->\r\n\") : (\"\r\n<!-- controls for non-popup browsers -->\r\n\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0px\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[forum_tools]<a name=\\\"goto_forumtools\\\"></a></td>\r\n <td class=\\\"thead\\\">$vbphrase[search_this_forum]<a name=\\\"goto_forumsearch\\\"></a></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <!-- forum tools -->\r\n <td class=\\\"alt1\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/subscribe.gif\\\" alt=\\\"$vbphrase[mark_this_forum_read]\\\" vspace=\\\"1\\\" /> <a href=\\\"forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]\\\">$vbphrase[mark_this_forum_read]</a></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/subscribe.gif\\\" alt=\\\"$vbphrase[subscription]\\\" vspace=\\\"1\\\" /> <a href=\\\"subscription.php?$session[sessionurl]do=addsubscription&f=$foruminfo[forumid]\\\">$vbphrase[subscribe_to_this_forum]</a></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/subscribe.gif\\\" alt=\\\"$vbphrase[view_parent_forum]\\\" vspace=\\\"1\\\" /> <a href=\\\"forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]\\\">$vbphrase[view_parent_forum]</a></div>\r\n </div>\r\n </td>\r\n <!-- / forum tools -->\r\n \r\n <!-- search this forum -->\r\n <td class=\\\"alt1\\\">\r\n <form action=\\\"search.php\\\" method=\\\"post\\\">\r\n <div class=\\\"smallfont\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forumchoice\\\" value=\\\"$forumid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"childforums\\\" value=\\\"1\\\" />\r\n <strong>$vbphrase[search_this_forum]</strong>:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"20\\\" style=\\\"width:175px\\\" />$gobutton<br />\r\n <a href=\\\"search.php?$session[sessionurl]forumid=$forumid\\\">$vbphrase[advanced_search]</a>\r\n </div>\r\n </form>\r\n </td>\r\n <!-- / search this forum --> \r\n</tr>\r\n</table>\r\n<br />\r\n\r\n\r\n<!-- / controls for non-popup browsers -->\r\n\")).\"\r\n\r\n\r\n<!-- ############## END THREADS LIST ############## -->\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'popups\'] AND $show[\'forumsearch\']) ? (\"\r\n<!-- forum search menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"forumsearch_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"search.php\\\" method=\\\"post\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[search_this_forum]<a name=\\\"goto_forumsearch\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forumchoice\\\" value=\\\"$forumid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"childforums\\\" value=\\\"1\\\" />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"20\\\" />$gobutton<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]forumid=$forumid\\\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / forum search menu -->\r\n\") : (\"\")).\"\r\n\r\n<!-- icon key -->\r\n\" . (($show[\'threadslist\']) ? (\"\r\n<table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n<tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_new.gif\\\" alt=\\\"$vbphrase[new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[new_posts]</td>\r\n \" . (($vboptions[\'usehotthreads\']) ? (\"\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_hot_new.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"$vboptions[hotnumberposts]\", \"$vboptions[hotnumberviews]\") . \"\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[hot_thread_with_new_posts]</td>\r\n \") : (\"\r\n <td colspan=\\\"2\\\"> </td>\r\n \")).\"\r\n</tr>\r\n<tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread.gif\\\" alt=\\\"$vbphrase[no_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[no_new_posts]</td>\r\n \" . (($vboptions[\'usehotthreads\']) ? (\"\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_hot.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"$vboptions[hotnumberposts]\", \"$vboptions[hotnumberviews]\") . \"\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[hot_thread_with_no_new_posts]</td>\r\n \") : (\"\r\n <td colspan=\\\"2\\\"> </td>\r\n \")).\"\r\n</tr>\r\n<tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_lock.gif\\\" alt=\\\"$vbphrase[closed_thread]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[thread_is_closed]</td>\r\n \" . (($show[\'dotthreads\']) ? (\"\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_dot.gif\\\" alt=\\\"$vbphrase[thread_contains_a_message_written_by_you]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[you_have_posted_in_this_thread]</td>\r\n \") : (\"\r\n <td colspan=\\\"2\\\"> </td>\r\n \")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"2\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td>\r\n <table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_new.gif\\\" alt=\\\"$vbphrase[contains_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_contains_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_old.gif\\\" alt=\\\"$vbphrase[contains_no_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_contains_no_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_old_lock.gif\\\" alt=\\\"$vbphrase[a_closed_forum]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_is_closed_for_posting]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n\")).\"\r\n<!-- / icon key -->\r\n\r\n<!-- forum rules & forum jump -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"top\\\">\r\n <td width=\\\"100%\\\">\r\n <div class=\\\"smallfont\\\"> </div>\r\n \" . (($show[\'threadslist\']) ? (\"$forumrules\") : (\"\")).\"\r\n </td>\r\n <td>\r\n $forumjump\r\n \" . ((!$show[\'popups\'] AND $show[\'adminoptions\']) ? (\"\r\n <br />\r\n <form action=\\\"moderator.php\\\" method=\\\"get\\\"> \r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"$forumid\\\" />\r\n <div class=\\\"smallfont\\\"><strong>$vbphrase[admin_tools]</strong>:</div>\r\n <select name=\\\"do\\\" onchange=\\\"this.form.submit();\\\">\r\n <optgroup label=\\\"$vbphrase[admin_tools]\\\">\r\n <option value=\\\"modposts\\\" selected=\\\"selected\\\">$vbphrase[view_posts_queue]</option>\r\n <option value=\\\"modattach\\\">$vbphrase[view_attachment_queue]</option>\r\n <option value=\\\"move\\\">$vbphrase[mass_move]</option>\r\n <option value=\\\"prune\\\">$vbphrase[mass_prune]</option>\r\n \" . (($show[\'addmoderator\']) ? (\"\r\n <option value=\\\"addmoderator\\\">$vbphrase[add_moderator]</option>\r\n \") : (\"\")).\"\r\n </optgroup>\r\n </select>$gobutton \r\n </form>\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / forum rules & forum jump -->\r\n\r\n$footer\r\n</body>\r\n</html>\r\n','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<meta name=\"description\" content=\"$foruminfo[description]\" />\r\n<title>$vboptions[bbtitle] - $foruminfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$show[\'forumslist\']\">\r\n<!-- sub-forum list -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-bottom-width:0px\">\r\n<tr>\r\n <td class=\"tcat\" width=\"100%\">$vbphrase[subforums]<span class=\"normal\">: $foruminfo[title]</span></td>\r\n <if condition=\"$show[\'forumsearch\']\">\r\n <td class=\"vbmenu_control\" id=\"forumsearch.subforums\"><a href=\"search.php?$session[sessionurl]f=$foruminfo[forumid]\">$vbphrase[search_this_forum]</a> <script type=\"text/javascript\"> vbmenu_register(\"forumsearch.subforums\"); </script></td>\r\n </if>\r\n</tr>\r\n</table>\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr align=\"center\">\r\n <td class=\"thead\"> </td>\r\n <td class=\"thead\" width=\"100%\" align=\"$stylevar[left]\">$vbphrase[forum]</td>\r\n <td class=\"thead\" width=\"175\">$vbphrase[last_post]</td>\r\n <td class=\"thead\">$vbphrase[threads]</td>\r\n <td class=\"thead\">$vbphrase[posts]</td>\r\n <if condition=\"$vboptions[showmoderatorcolumn]\">\r\n <td class=\"thead\">$vbphrase[moderator]</td>\r\n </if>\r\n </tr>\r\n</thead>\r\n$forumbits\r\n</table>\r\n<br />\r\n<!-- / sub-forum list -->\r\n</if>\r\n\r\n<if condition=\"$show[\'threadslist\']\">\r\n<!-- threads list -->\r\n\r\n<!-- controls above thread list -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td class=\"smallfont\"><if condition=\"$show[\'newthreadlink\']\"><a href=\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\"><img src=\"$stylevar[imgdir_button]/newthread.gif\" alt=\"$vbphrase[post_new_thread]\" border=\"0\" /></a><else /> </if></td>\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / controls above thread list -->\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-bottom-width:0px\">\r\n<tr>\r\n <td class=\"tcat\" width=\"100%\">$vbphrase[threads_in_forum]<span class=\"normal\">: $foruminfo[title]</span></td>\r\n <td class=\"vbmenu_control\" id=\"forumtools\"><a href=\"#goto_forumtools\">$vbphrase[forum_tools]</a> <script type=\"text/javascript\"> vbmenu_register(\"forumtools\"); </script></td>\r\n <if condition=\"$show[\'forumsearch\']\">\r\n <td class=\"vbmenu_control\" id=\"forumsearch\"><a href=\"#goto_forumsearch\">$vbphrase[search_this_forum]</a> <script type=\"text/javascript\"> vbmenu_register(\"forumsearch\"); </script></td>\r\n </if>\r\n</tr>\r\n</table>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n$announcebits\r\n<tr>\r\n <if condition=\"$show[\'threadicons\']\">\r\n <td class=\"thead\" colspan=\"2\"> </td>\r\n <else />\r\n <td class=\"thead\"> </td>\r\n </if> \r\n <td class=\"thead\" width=\"100%\">\r\n <if condition=\"$show[\'threadratings\']\"><span style=\"float:$stylevar[right]\"><a href=\"$sorturl&order=desc&sort=voteavg\">$vbphrase[rating]</a> $sortarrow[voteavg]</span></if>\r\n <a href=\"$sorturl&order=asc&sort=title\">$vbphrase[thread]</a> $sortarrow[title] /\r\n <a href=\"$sorturl&order=asc&sort=postusername\">$vbphrase[thread_starter]</a> $sortarrow[postusername]\r\n </td>\r\n <td class=\"thead\" width=\"150\" align=\"center\" nowrap=\"nowrap\"><span style=\"white-space:nowrap\"><a href=\"$sorturl&order=desc&sort=lastpost\">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>\r\n <td class=\"thead\" align=\"center\" nowrap=\"nowrap\"><span style=\"white-space:nowrap\"><a href=\"$sorturl&order=desc&sort=replycount\">$vbphrase[replies]</a> $sortarrow[replycount]</span></td>\r\n <td class=\"thead\" align=\"center\" nowrap=\"nowrap\"><span style=\"white-space:nowrap\"><a href=\"$sorturl&order=desc&sort=views\">$vbphrase[views]</a> $sortarrow[views]</span></td>\r\n</tr>\r\n<if condition=\"$show[\'threads\']\">\r\n <!-- show threads -->\r\n <if condition=\"$show[\'stickies\']\">\r\n $threadbits_sticky\r\n <!-- <tr><td class=\"thead\" colspan=\"<if condition=\"$show[\'threadicons\']\">6<else />5</if>\"> </td></tr>-->\r\n </if>\r\n $threadbits \r\n <!-- end show threads -->\r\n<else />\r\n <!-- show no threads message -->\r\n <tr>\r\n <td class=\"alt1\" colspan=\"$foruminfo[bottomcolspan]\" align=\"center\">\r\n <div style=\"padding: 16px\">\r\n <if condition=\"$show[\'noposts\']\"><strong>$vbphrase[no_posts_in_this_forum]</strong><else /><strong><phrase 1=\"$daysprune\">$vbphrase[no_posts_last_x_days_forum]</phrase></strong><br />\r\n <span class=\"smallfont\">$vbphrase[try_controls_below_for_older_posts]</span></if>\r\n </div>\r\n </td>\r\n </tr>\r\n <!-- end show no threads message -->\r\n</if>\r\n</table>\r\n\r\n\r\n\r\n<!-- controls below thread list -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td class=\"smallfont\"><if condition=\"$show[\'newthreadlink\']\"><a href=\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\"><img src=\"$stylevar[imgdir_button]/newthread.gif\" alt=\"$vbphrase[post_new_thread]\" border=\"0\" /></a><else /> </if></td>\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / controls below thread list -->\r\n\r\n\r\n<br />\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- Active Users in this Forum (and sub-forums) and Moderators -->\r\n\r\n<form action=\"forumdisplay.php\" method=\"get\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"f\" value=\"$forumid\" />\r\n<input type=\"hidden\" name=\"page\" value=\"$pagenumber\" />\r\n<input type=\"hidden\" name=\"pp\" value=\"$perpage\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[display_options]</td>\r\n <if condition=\"$show[\'activeusers\']\">\r\n <td class=\"tcat\">$vbphrase[currently_active_users]</td>\r\n </if>\r\n <if condition=\"$show[\'moderators\']\">\r\n <td class=\"tcat\">$vbphrase[moderators]</td>\r\n </if>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\"><phrase 1=\"$limitlower\" 2=\"$limitupper\" 3=\"$totalthreads\">$vbphrase[showing_threads_x_to_y_of_z]</phrase></td>\r\n <if condition=\"$show[\'activeusers\']\">\r\n <td class=\"thead\">$totalonline (<phrase 1=\"$numberregistered\" 2=\"$numberguest\">$vbphrase[x_members_y_guests]</phrase>)</td>\r\n </if>\r\n <if condition=\"$show[\'moderators\']\">\r\n <td class=\"thead\">$vbphrase[moderators]: $totalmods</td>\r\n </if>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\">\r\n \r\n <table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"auto\">\r\n <tr>\r\n <td class=\"smallfont\" style=\"padding-right:6px\">$vbphrase[sorted_by]</td>\r\n <td><select name=\"sort\">\r\n <option value=\"title\" $sort[title]>$vbphrase[thread_title]</option>\r\n <option value=\"lastpost\" $sort[lastpost]>$vbphrase[last_post_time]</option>\r\n <option value=\"replycount\" $sort[replycount]>$vbphrase[number_of_replies]</option>\r\n <option value=\"views\" $sort[views]>$vbphrase[number_of_views]</option>\r\n <option value=\"postusername\" $sort[postusername]>$vbphrase[thread_starter]</option>\r\n <if condition=\"$show[\'threadratings\']\"><option value=\"voteavg\" $sort[voteavg]>$vbphrase[thread_rating]</option></if>\r\n </select></td>\r\n <td class=\"smallfont\" style=\"padding-right:6px; padding-left:12px\">$vbphrase[sort_order]</td>\r\n <td><select name=\"order\">\r\n <option value=\"asc\" $order[asc]>$vbphrase[ascending]</option>\r\n <option value=\"desc\" $order[desc]>$vbphrase[descending]</option>\r\n </select></td>\r\n </tr>\r\n <tr>\r\n <td class=\"smallfont\" style=\"padding-right:6px\">$vbphrase[from_the]</td>\r\n <td><select name=\"daysprune\">\r\n <option value=\"1\" $daysprunesel[1]>$vbphrase[last_day]</option>\r\n <option value=\"2\" $daysprunesel[2]>$vbphrase[last_2_days]</option>\r\n <option value=\"7\" $daysprunesel[7]>$vbphrase[last_week]</option>\r\n <option value=\"10\" $daysprunesel[10]>$vbphrase[last_10_days]</option>\r\n <option value=\"14\" $daysprunesel[14]>$vbphrase[last_2_weeks]</option>\r\n <option value=\"30\" $daysprunesel[30]>$vbphrase[last_month]</option>\r\n <option value=\"45\" $daysprunesel[45]>$vbphrase[last_45_days]</option>\r\n <option value=\"60\" $daysprunesel[60]>$vbphrase[last_2_months]</option>\r\n <option value=\"75\" $daysprunesel[75]>$vbphrase[last_75_days]</option>\r\n <option value=\"100\" $daysprunesel[100]>$vbphrase[last_100_days]</option>\r\n <option value=\"365\" $daysprunesel[365]>$vbphrase[last_year]</option>\r\n <option value=\"-1\" $daysprunesel[all]>$vbphrase[beginning]</option>\r\n </select></td>\r\n <td colspan=\"2\" align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[show_threads]\" /></td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <if condition=\"$show[\'activeusers\']\">\r\n <td class=\"alt1\"><div class=\"smallfont\">$activeusers</div></td>\r\n </if>\r\n <if condition=\"$show[\'moderators\']\">\r\n <td class=\"alt1\"><div class=\"smallfont\">$moderatorslist </div></td>\r\n </if>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n<!-- End Active Users in this Forum (and sub-forums) and Moderators -->\r\n\r\n<if condition=\"$show[\'popups\']\">\r\n<br />\r\n<!-- popup menu contents -->\r\n\r\n\r\n<!-- forum tools menu -->\r\n<div class=\"vbmenu_popup\" id=\"forumtools_menu\" style=\"display:none\">\r\n<form action=\"moderator.php\" method=\"post\" name=\"forumadminform\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr><td class=\"thead\">$vbphrase[forum_tools]<a name=\"goto_forumtools\"></a></td></tr>\r\n <if condition=\"$show[\'newthreadlink\']\"><tr><td class=\"vbmenu_option\"><a href=\"newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]\">$vbphrase[post_a_new_thread]</a></td></tr></if>\r\n <tr><td class=\"vbmenu_option\"><a href=\"forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]\">$vbphrase[mark_this_forum_read]</a></td></tr>\r\n <tr><td class=\"vbmenu_option\"><a href=\"subscription.php?$session[sessionurl]do=addsubscription&f=$foruminfo[forumid]\">$vbphrase[subscribe_to_this_forum]</a></td></tr>\r\n <tr><td class=\"vbmenu_option\"><a href=\"forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]\">$vbphrase[view_parent_forum]</a></td></tr>\r\n <if condition=\"$show[\'adminoptions\']\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[admin_tools]<a name=\"goto_forumadmin\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\"> \r\n <div><label for=\"fa_mpo\"><input type=\"radio\" name=\"do\" id=\"fa_mpo\" value=\"modposts\" checked=\"checked\" />$vbphrase[view_posts_queue]</label></div>\r\n <div><label for=\"fa_mat\"><input type=\"radio\" name=\"do\" id=\"fa_mat\" value=\"modattach\" />$vbphrase[view_attachment_queue]</label></div>\r\n <div><label for=\"fa_mov\"><input type=\"radio\" name=\"do\" id=\"fa_mov\" value=\"move\" />$vbphrase[massmove_threads]</label></div>\r\n <div><label for=\"fa_prn\"><input type=\"radio\" name=\"do\" id=\"fa_prn\" value=\"prune\" />$vbphrase[massprune_threads]</label></div>\r\n <if condition=\"$show[\'addmoderator\']\">\r\n <div><label for=\"fa_amd\"><input type=\"radio\" name=\"do\" id=\"fa_amd\" value=\"addmoderator\" />$vbphrase[add_moderator]</label></div>\r\n </if> \r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\" align=\"center\"> \r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"f\" value=\"$forumid\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[perform_action]\" />\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / forum tools menu -->\r\n\r\n<!-- / popup menu contents -->\r\n<else />\r\n<!-- controls for non-popup browsers -->\r\n\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0px\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[forum_tools]<a name=\"goto_forumtools\"></a></td>\r\n <td class=\"thead\">$vbphrase[search_this_forum]<a name=\"goto_forumsearch\"></a></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <!-- forum tools -->\r\n <td class=\"alt1\">\r\n <div class=\"smallfont\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/subscribe.gif\" alt=\"$vbphrase[mark_this_forum_read]\" vspace=\"1\" /> <a href=\"forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]\">$vbphrase[mark_this_forum_read]</a></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/subscribe.gif\" alt=\"$vbphrase[subscription]\" vspace=\"1\" /> <a href=\"subscription.php?$session[sessionurl]do=addsubscription&f=$foruminfo[forumid]\">$vbphrase[subscribe_to_this_forum]</a></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/subscribe.gif\" alt=\"$vbphrase[view_parent_forum]\" vspace=\"1\" /> <a href=\"forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]\">$vbphrase[view_parent_forum]</a></div>\r\n </div>\r\n </td>\r\n <!-- / forum tools -->\r\n \r\n <!-- search this forum -->\r\n <td class=\"alt1\">\r\n <form action=\"search.php\" method=\"post\">\r\n <div class=\"smallfont\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"process\" />\r\n <input type=\"hidden\" name=\"forumchoice\" value=\"$forumid\" />\r\n <input type=\"hidden\" name=\"childforums\" value=\"1\" />\r\n <strong>$vbphrase[search_this_forum]</strong>:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"query\" size=\"20\" style=\"width:175px\" />$gobutton<br />\r\n <a href=\"search.php?$session[sessionurl]forumid=$forumid\">$vbphrase[advanced_search]</a>\r\n </div>\r\n </form>\r\n </td>\r\n <!-- / search this forum --> \r\n</tr>\r\n</table>\r\n<br />\r\n\r\n\r\n<!-- / controls for non-popup browsers -->\r\n</if>\r\n\r\n\r\n<!-- ############## END THREADS LIST ############## -->\r\n</if>\r\n\r\n<if condition=\"$show[\'popups\'] AND $show[\'forumsearch\']\">\r\n<!-- forum search menu -->\r\n<div class=\"vbmenu_popup\" id=\"forumsearch_menu\" style=\"display:none\">\r\n<form action=\"search.php\" method=\"post\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[search_this_forum]<a name=\"goto_forumsearch\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"process\" />\r\n <input type=\"hidden\" name=\"forumchoice\" value=\"$forumid\" />\r\n <input type=\"hidden\" name=\"childforums\" value=\"1\" />\r\n <input type=\"text\" class=\"bginput\" name=\"query\" size=\"20\" />$gobutton<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]forumid=$forumid\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / forum search menu -->\r\n</if>\r\n\r\n<!-- icon key -->\r\n<if condition=\"$show[\'threadslist\']\">\r\n<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_new.gif\" alt=\"$vbphrase[new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[new_posts]</td>\r\n <if condition=\"$vboptions[\'usehotthreads\']\">\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_hot_new.gif\" alt=\"<phrase 1=\"$vboptions[hotnumberposts]\" 2=\"$vboptions[hotnumberviews]\">$vbphrase[more_than_x_replies_or_y_views]</phrase>\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[hot_thread_with_new_posts]</td>\r\n <else />\r\n <td colspan=\"2\"> </td>\r\n </if>\r\n</tr>\r\n<tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread.gif\" alt=\"$vbphrase[no_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[no_new_posts]</td>\r\n <if condition=\"$vboptions[\'usehotthreads\']\">\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_hot.gif\" alt=\"<phrase 1=\"$vboptions[hotnumberposts]\" 2=\"$vboptions[hotnumberviews]\">$vbphrase[more_than_x_replies_or_y_views]</phrase>\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[hot_thread_with_no_new_posts]</td>\r\n <else />\r\n <td colspan=\"2\"> </td>\r\n </if>\r\n</tr>\r\n<tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_lock.gif\" alt=\"$vbphrase[closed_thread]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[thread_is_closed]</td>\r\n <if condition=\"$show[\'dotthreads\']\">\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_dot.gif\" alt=\"$vbphrase[thread_contains_a_message_written_by_you]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[you_have_posted_in_this_thread]</td>\r\n <else />\r\n <td colspan=\"2\"> </td>\r\n </if>\r\n</tr>\r\n</table>\r\n<else />\r\n<table cellpadding=\"0\" cellspacing=\"2\" border=\"0\" width=\"100%\">\r\n<tr valign=\"bottom\">\r\n <td>\r\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_new.gif\" alt=\"$vbphrase[contains_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_contains_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_old.gif\" alt=\"$vbphrase[contains_no_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_contains_no_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_old_lock.gif\" alt=\"$vbphrase[a_closed_forum]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_is_closed_for_posting]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n</if>\r\n<!-- / icon key -->\r\n\r\n<!-- forum rules & forum jump -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"top\">\r\n <td width=\"100%\">\r\n <div class=\"smallfont\"> </div>\r\n <if condition=\"$show[\'threadslist\']\">$forumrules</if>\r\n </td>\r\n <td>\r\n $forumjump\r\n <if condition=\"!$show[\'popups\'] AND $show[\'adminoptions\']\">\r\n <br />\r\n <form action=\"moderator.php\" method=\"get\"> \r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"f\" value=\"$forumid\" />\r\n <div class=\"smallfont\"><strong>$vbphrase[admin_tools]</strong>:</div>\r\n <select name=\"do\" onchange=\"this.form.submit();\">\r\n <optgroup label=\"$vbphrase[admin_tools]\">\r\n <option value=\"modposts\" selected=\"selected\">$vbphrase[view_posts_queue]</option>\r\n <option value=\"modattach\">$vbphrase[view_attachment_queue]</option>\r\n <option value=\"move\">$vbphrase[mass_move]</option>\r\n <option value=\"prune\">$vbphrase[mass_prune]</option>\r\n <if condition=\"$show[\'addmoderator\']\">\r\n <option value=\"addmoderator\">$vbphrase[add_moderator]</option>\r\n </if>\r\n </optgroup>\r\n </select>$gobutton \r\n </form>\r\n </if>\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / forum rules & forum jump -->\r\n\r\n$footer\r\n</body>\r\n</html>\r\n','template',1104628980,'Admin','3.0.4'),(125,-1,'forumdisplay_announcement','<tr>\r\n <td class=\\\"alt1\\\"><img src=\\\"$stylevar[imgdir_statusicon]/announcement_$announcement[statusicon].gif\\\" border=\\\"0\\\" alt=\\\"$vbphrase[announcement]\\\" /></td>\r\n <td class=\\\"alt2\\\" colspan=\\\"\" . (($show[\'threadicons\']) ? (\"5\") : (\"4\")).\"\\\">\r\n <div>\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">$vbphrase[views]: <strong>$announcement[views]</strong> <a href=\\\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/lastpost.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a></span>\r\n <strong>$vbphrase[announcement]</strong>: <a href=\\\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink\\\">$announcement[title]</a>\r\n </div>\r\n <div>\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">$announcement[postdate]</span>\r\n <span class=\\\"smallfont\\\"><a href=\\\"member.php?$session[sessionurl]u=$announcement[userid]\\\" target=\\\"_blank\\\">$announcement[username]</a> ($announcement[usertitle])</span>\r\n </div>\r\n </td>\r\n</tr>','<tr>\r\n <td class=\"alt1\"><img src=\"$stylevar[imgdir_statusicon]/announcement_$announcement[statusicon].gif\" border=\"0\" alt=\"$vbphrase[announcement]\" /></td>\r\n <td class=\"alt2\" colspan=\"<if condition=\"$show[\'threadicons\']\">5<else />4</if>\">\r\n <div>\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">$vbphrase[views]: <strong>$announcement[views]</strong> <a href=\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /></a></span>\r\n <strong>$vbphrase[announcement]</strong>: <a href=\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink\">$announcement[title]</a>\r\n </div>\r\n <div>\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">$announcement[postdate]</span>\r\n <span class=\"smallfont\"><a href=\"member.php?$session[sessionurl]u=$announcement[userid]\" target=\"_blank\">$announcement[username]</a> ($announcement[usertitle])</span>\r\n </div>\r\n </td>\r\n</tr>','template',1071580051,'Kier','3.0.0 Release Candidate 1'),(126,-1,'forumdisplay_loggedinuser','<a href=\\\"member.php?$session[sessionurl]u=$loggedin[userid]\\\" target=\\\"_blank\\\">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]','<a href=\"member.php?$session[sessionurl]u=$loggedin[userid]\" target=\"_blank\">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]','template',1069083267,'Kier','3.0.0 Gamma'),(127,-1,'forumdisplay_moderator','<a href=\\\"member.php?$session[sessionurl]u=$moderator[userid]\\\">$moderator[musername]</a>','<a href=\"member.php?$session[sessionurl]u=$moderator[userid]\">$moderator[musername]</a>','template',1069083293,'Kier','3.0.0 Gamma'),(128,-1,'forumdisplay_sortarrow','<a href=\\\"$sorturl&order=$oppositesort&sort=$sortfield&pp=$perpage&page=$pagenumber\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/sort$oppositesort.gif\\\" alt=\\\"$vbphrase[reverse_sort_order]\\\" border=\\\"0\\\" /></a>','<a href=\"$sorturl&order=$oppositesort&sort=$sortfield&pp=$perpage&page=$pagenumber\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sort$oppositesort.gif\" alt=\"$vbphrase[reverse_sort_order]\" border=\"0\" /></a>','template',1071580059,'Kier','3.0.0 Release Candidate 1'),(129,-1,'FORUMHOME','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <!-- no cache headers -->\r\n <meta http-equiv=\\\"Pragma\\\" content=\\\"no-cache\\\" />\r\n <meta http-equiv=\\\"Expires\\\" content=\\\"-1\\\" />\r\n <meta http-equiv=\\\"Cache-Control\\\" content=\\\"no-cache\\\" />\r\n <!-- end no cache headers -->\r\n <title>\" . construct_phrase(\"$vbphrase[x_powered_by_vbulletin]\", \"$vboptions[bbtitle]\") . \"</title>\r\n $headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- main -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n \" . (($show[\'guest\']) ? (\"\r\n <!-- guest welcome message -->\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"\" . (($vboptions[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\">\" . construct_phrase(\"$vbphrase[welcome_to_the_x]\", \"$vboptions[bbtitle]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"\" . (($vboptions[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\">\r\n \" . construct_phrase(\"$vbphrase[first_visit_message]\", \"faq.php?$session[sessionurl]\", \"register.php?$session[sessionurl]\") . \"\r\n </td>\r\n </tr>\r\n <!-- / guest welcome message -->\r\n \") : (\"\")).\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\" align=\\\"$stylevar[left]\\\">$vbphrase[forum]</td>\r\n <td class=\\\"thead\\\" width=\\\"175\\\">$vbphrase[last_post]</td>\r\n <td class=\\\"thead\\\">$vbphrase[threads]</td>\r\n <td class=\\\"thead\\\">$vbphrase[posts]</td>\r\n \" . (($vboptions[\'showmoderatorcolumn\']) ? (\"\r\n <td class=\\\"thead\\\">$vbphrase[moderator]</td>\r\n \") : (\"\")).\"\r\n </tr>\r\n</thead>\r\n$forumbits\r\n<tbody>\r\n <tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\" colspan=\\\"\" . (($vboptions[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\"><div class=\\\"smallfont\\\"><strong>\r\n <a href=\\\"forumdisplay.php?$session[sessionurl]do=markread\\\">$vbphrase[mark_forums_read]</a>\r\n \r\n <a href=\\\"showgroups.php?$session[sessionurl]\\\">$vbphrase[view_forum_leaders]</a>\r\n </strong></div></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<!-- /main -->\r\n\r\n<br />\r\n<br />\r\n\r\n<!-- what\'s going on box -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[whats_going_on]</td>\r\n </tr>\r\n</thead>\r\n\" . (($show[\'loggedinusers\']) ? (\"\r\n<!-- logged-in users -->\r\n<tbody>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumhome_activeusers\')\\\"><img id=\\\"collapseimg_forumhome_activeusers\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"online.php?$session[sessionurl]\\\">$vbphrase[currently_active_users]</a>: $totalonline (\" . construct_phrase(\"$vbphrase[x_members_and_y_guests]\", \"$numberregistered\", \"$numberguest\") . \")\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\\\"collapseobj_forumhome_activeusers\\\" style=\\\"$vbcollapse[collapseobj_forumhome_activeusers]\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\"><a href=\\\"online.php?$session[sessionurl]\\\"><img src=\\\"$stylevar[imgdir_misc]/whos_online.gif\\\" alt=\\\"$vbphrase[view_whos_online]\\\" border=\\\"0\\\" /></a></td>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div style=\\\"white-space: nowrap\\\">\" . construct_phrase(\"$vbphrase[most_users_ever_online_was_x_y_at_z]\", \"$recordusers\", \"$recorddate\", \"$recordtime\") . \"</div>\r\n <div>$activeusers</div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<!-- end logged-in users -->\r\n\") : (\"\")).\"\r\n<tbody>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumhome_stats\')\\\"><img id=\\\"collapseimg_forumhome_stats\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n \" . construct_phrase(\"$vbphrase[x_statistics]\", \"$vboptions[bbtitle]\") . \"\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\\\"collapseobj_forumhome_stats\\\" style=\\\"$vbcollapse[collapseobj_forumhome_stats]\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\"><img src=\\\"$stylevar[imgdir_misc]/stats.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[x_statistics]\", \"$vboptions[bbtitle]\") . \"\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>\r\n <div>\" . construct_phrase(\"$vbphrase[welcome_to_our_newest_member_x]\", \"member.php?$session[sessionurl]u=$newuserid\", \"$newusername\") . \"</div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n\" . (($show[\'birthdays\']) ? (\"\r\n<!-- today\'s birthdays -->\r\n<tbody>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumhome_birthdays\')\\\"><img id=\\\"collapseimg_forumhome_birthdays\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[todays_birthdays]\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\\\"collapseobj_forumhome_birthdays\\\" style=\\\"$vbcollapse[collapseobj_forumhome_birthdays]\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\"><a href=\\\"calendar.php?$session[sessionurl]do=getday&day=$today&sb=1\\\"><img src=\\\"$stylevar[imgdir_misc]/birthday.gif\\\" alt=\\\"$vbphrase[view_birthdays]\\\" border=\\\"0\\\" /></a></td>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\"><div class=\\\"smallfont\\\">$birthdays</div></td>\r\n </tr>\r\n</tbody>\r\n<!-- end today\'s birthdays -->\r\n\") : (\"\")).\"\r\n\" . (($show[\'upcomingevents\']) ? (\"\r\n<tbody>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumhome_events\')\\\"><img id=\\\"collapseimg_forumhome_events\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n \" . (($show[\'todaysevents\']) ? (\"$vbphrase[todays_events]\") : (\"\" . construct_phrase(\"$vbphrase[upcoming_events_for_the_next_x_days]\", \"$vboptions[showevents]\") . \"\")).\"\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\\\"collapseobj_forumhome_events\\\" style=\\\"$vbcollapse[collapseobj_forumhome_events]\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\"><a href=\\\"calendar.php?$session[sessionurl]\\\"><img src=\\\"$stylevar[imgdir_misc]/calendar.gif\\\" alt=\\\"$vbphrase[calendar]\\\" border=\\\"0\\\" /></a></td>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\"><div class=\\\"smallfont\\\">$upcomingevents</div></td>\r\n </tr>\r\n</tbody>\r\n\") : (\"\")).\"\r\n</table>\r\n<br />\r\n<!-- end what\'s going on box -->\r\n\r\n<!-- icons and login code -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"2\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td>\r\n <table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_new.gif\\\" alt=\\\"$vbphrase[contains_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_contains_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_old.gif\\\" alt=\\\"$vbphrase[contains_no_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_contains_no_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_old_lock.gif\\\" alt=\\\"$vbphrase[a_closed_forum]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forum_is_closed_for_posting]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n \" . ((!$show[\'guest\']) ? (\"\r\n <!-- member logout -->\r\n <td align=\\\"$stylevar[right]\\\"><a href=\\\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\\\" onclick=\\\"return log_out()\\\">\" . construct_phrase(\"$vbphrase[log_out_x]\", \"$bbuserinfo[username]\") . \"</a></td>\r\n <!-- end member logout -->\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / icons and login code -->\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <!-- no cache headers -->\r\n <meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n <meta http-equiv=\"Expires\" content=\"-1\" />\r\n <meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n <!-- end no cache headers -->\r\n <title><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[x_powered_by_vbulletin]</phrase></title>\r\n $headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- main -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <if condition=\"$show[\'guest\']\">\r\n <!-- guest welcome message -->\r\n <tr>\r\n <td class=\"tcat\" colspan=\"<if condition=\"$vboptions[\'showmoderatorcolumn\']\">6<else />5</if>\"><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[welcome_to_the_x]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\" colspan=\"<if condition=\"$vboptions[\'showmoderatorcolumn\']\">6<else />5</if>\">\r\n <phrase 1=\"faq.php?$session[sessionurl]\" 2=\"register.php?$session[sessionurl]\">$vbphrase[first_visit_message]</phrase>\r\n </td>\r\n </tr>\r\n <!-- / guest welcome message -->\r\n </if>\r\n <tr align=\"center\">\r\n <td class=\"thead\"> </td>\r\n <td class=\"thead\" width=\"100%\" align=\"$stylevar[left]\">$vbphrase[forum]</td>\r\n <td class=\"thead\" width=\"175\">$vbphrase[last_post]</td>\r\n <td class=\"thead\">$vbphrase[threads]</td>\r\n <td class=\"thead\">$vbphrase[posts]</td>\r\n <if condition=\"$vboptions[\'showmoderatorcolumn\']\">\r\n <td class=\"thead\">$vbphrase[moderator]</td>\r\n </if>\r\n </tr>\r\n</thead>\r\n$forumbits\r\n<tbody>\r\n <tr>\r\n <td class=\"tfoot\" align=\"center\" colspan=\"<if condition=\"$vboptions[\'showmoderatorcolumn\']\">6<else />5</if>\"><div class=\"smallfont\"><strong>\r\n <a href=\"forumdisplay.php?$session[sessionurl]do=markread\">$vbphrase[mark_forums_read]</a>\r\n \r\n <a href=\"showgroups.php?$session[sessionurl]\">$vbphrase[view_forum_leaders]</a>\r\n </strong></div></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<!-- /main -->\r\n\r\n<br />\r\n<br />\r\n\r\n<!-- what\'s going on box -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[whats_going_on]</td>\r\n </tr>\r\n</thead>\r\n<if condition=\"$show[\'loggedinusers\']\">\r\n<!-- logged-in users -->\r\n<tbody>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumhome_activeusers\')\"><img id=\"collapseimg_forumhome_activeusers\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif\" alt=\"\" border=\"0\" /></a>\r\n <a href=\"online.php?$session[sessionurl]\">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1=\"$numberregistered\" 2=\"$numberguest\">$vbphrase[x_members_and_y_guests]</phrase>)\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\"collapseobj_forumhome_activeusers\" style=\"$vbcollapse[collapseobj_forumhome_activeusers]\">\r\n <tr>\r\n <td class=\"alt2\"><a href=\"online.php?$session[sessionurl]\"><img src=\"$stylevar[imgdir_misc]/whos_online.gif\" alt=\"$vbphrase[view_whos_online]\" border=\"0\" /></a></td>\r\n <td class=\"alt1\" width=\"100%\">\r\n <div class=\"smallfont\">\r\n <div style=\"white-space: nowrap\"><phrase 1=\"$recordusers\" 2=\"$recorddate\" 3=\"$recordtime\">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>\r\n <div>$activeusers</div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<!-- end logged-in users -->\r\n</if>\r\n<tbody>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumhome_stats\')\"><img id=\"collapseimg_forumhome_stats\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif\" alt=\"\" border=\"0\" /></a>\r\n <phrase 1=\"$vboptions[bbtitle]\">$vbphrase[x_statistics]</phrase>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\"collapseobj_forumhome_stats\" style=\"$vbcollapse[collapseobj_forumhome_stats]\">\r\n <tr>\r\n <td class=\"alt2\"><img src=\"$stylevar[imgdir_misc]/stats.gif\" alt=\"<phrase 1=\"$vboptions[bbtitle]\">$vbphrase[x_statistics]</phrase>\" border=\"0\" /></td>\r\n <td class=\"alt1\" width=\"100%\">\r\n <div class=\"smallfont\">\r\n <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>\r\n <div><phrase 1=\"member.php?$session[sessionurl]u=$newuserid\" 2=\"$newusername\">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<if condition=\"$show[\'birthdays\']\">\r\n<!-- today\'s birthdays -->\r\n<tbody>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumhome_birthdays\')\"><img id=\"collapseimg_forumhome_birthdays\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[todays_birthdays]\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\"collapseobj_forumhome_birthdays\" style=\"$vbcollapse[collapseobj_forumhome_birthdays]\">\r\n <tr>\r\n <td class=\"alt2\"><a href=\"calendar.php?$session[sessionurl]do=getday&day=$today&sb=1\"><img src=\"$stylevar[imgdir_misc]/birthday.gif\" alt=\"$vbphrase[view_birthdays]\" border=\"0\" /></a></td>\r\n <td class=\"alt1\" width=\"100%\"><div class=\"smallfont\">$birthdays</div></td>\r\n </tr>\r\n</tbody>\r\n<!-- end today\'s birthdays -->\r\n</if>\r\n<if condition=\"$show[\'upcomingevents\']\">\r\n<tbody>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumhome_events\')\"><img id=\"collapseimg_forumhome_events\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif\" alt=\"\" border=\"0\" /></a>\r\n <if condition=\"$show[\'todaysevents\']\">$vbphrase[todays_events]<else /><phrase 1=\"$vboptions[showevents]\">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\"collapseobj_forumhome_events\" style=\"$vbcollapse[collapseobj_forumhome_events]\">\r\n <tr>\r\n <td class=\"alt2\"><a href=\"calendar.php?$session[sessionurl]\"><img src=\"$stylevar[imgdir_misc]/calendar.gif\" alt=\"$vbphrase[calendar]\" border=\"0\" /></a></td>\r\n <td class=\"alt1\" width=\"100%\"><div class=\"smallfont\">$upcomingevents</div></td>\r\n </tr>\r\n</tbody>\r\n</if>\r\n</table>\r\n<br />\r\n<!-- end what\'s going on box -->\r\n\r\n<!-- icons and login code -->\r\n<table cellpadding=\"0\" cellspacing=\"2\" border=\"0\" width=\"100%\">\r\n<tr valign=\"bottom\">\r\n <td>\r\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_new.gif\" alt=\"$vbphrase[contains_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_contains_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_old.gif\" alt=\"$vbphrase[contains_no_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_contains_no_new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_old_lock.gif\" alt=\"$vbphrase[a_closed_forum]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forum_is_closed_for_posting]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n <if condition=\"!$show[\'guest\']\">\r\n <!-- member logout -->\r\n <td align=\"$stylevar[right]\"><a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\" onclick=\"return log_out()\"><phrase 1=\"$bbuserinfo[username]\">$vbphrase[log_out_x]</phrase></a></td>\r\n <!-- end member logout -->\r\n </if>\r\n</tr>\r\n</table>\r\n<!-- / icons and login code -->\r\n\r\n$footer\r\n</body>\r\n</html>','template',1081304376,'Ed Sullivan','3.0.1'),(130,-1,'forumhome_event','<div>\r\n\" . ((!$vboptions[\'showeventtype\']) ? (\"\r\n $callink: $eventdates\r\n\") : (\"\r\n $eventdate: $daysevents\r\n\")).\"\r\n</div>','<div>\r\n<if condition=\"!$vboptions[\'showeventtype\']\">\r\n $callink: $eventdates\r\n<else />\r\n $eventdate: $daysevents\r\n</if>\r\n</div>','template',1079041716,'freddie','3.0.0'),(131,-1,'forumhome_forumbit_level1_nopost','<tbody>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"\" . (($vboptions[showmoderatorcolumn]) ? (\"6\") : (\"5\")).\"\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumbit_$forumid\')\\\"><img id=\\\"collapseimg_forumbit_$forumid\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\">$forum[title]</a>\r\n \" . (($show[\'forumdescription\']) ? (\"<div class=\\\"smallfont\\\">$forum[description]</div>\") : (\"\")).\"\r\n \" . (($show[\'subforums\']) ? (\"<div class=\\\"smallfont\\\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n</tbody>\r\n\" . (($childforumbits) ? (\"\r\n<tbody id=\\\"collapseobj_forumbit_$forumid\\\" style=\\\"{$collapseobj_forumid}\\\">\r\n$childforumbits\r\n</tbody>\r\n\") : (\"\")).\"\r\n','<tbody>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"<if condition=\"$vboptions[showmoderatorcolumn]\">6<else />5</if>\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumbit_$forumid\')\"><img id=\"collapseimg_forumbit_$forumid\" src=\"$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif\" alt=\"\" border=\"0\" /></a>\r\n <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\">$forum[title]</a>\r\n <if condition=\"$show[\'forumdescription\']\"><div class=\"smallfont\">$forum[description]</div></if>\r\n <if condition=\"$show[\'subforums\']\"><div class=\"smallfont\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>\r\n </td>\r\n </tr>\r\n</tbody>\r\n<if condition=\"$childforumbits\">\r\n<tbody id=\"collapseobj_forumbit_$forumid\" style=\"{$collapseobj_forumid}\">\r\n$childforumbits\r\n</tbody>\r\n</if>\r\n','template',1070589772,'Kier','3.0.0 Gamma'),(132,-1,'forumhome_forumbit_level1_post','<tbody>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt1Active\\\" colspan=\\\"2\\\" align=\\\"$stylevar[left]\\\" id=\\\"f$forum[forumid]\\\">\r\n \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></td>\r\n <td><img src=\\\"$vboptions[cleargifurl]\\\" alt=\\\"\\\" width=\\\"9\\\" height=\\\"1\\\" border=\\\"0\\\" /></td>\r\n <td>\r\n <div>\r\n <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\"><strong>$forum[title]</strong></a>\r\n \" . (($show[\'browsers\']) ? (\"<span class=\\\"smallfont\\\">(\" . construct_phrase(\"$vbphrase[x_viewing]\", \"$forum[browsers]\") . \")</span>\") : (\"\")).\"\r\n </div>\r\n \" . (($show[\'forumdescription\']) ? (\"<div class=\\\"smallfont\\\">$forum[description]</div>\") : (\"\")).\"\r\n \" . (($show[\'forumsubscription\']) ? (\"<div class=\\\"smallfont\\\"><strong><a href=\\\"subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]\\\">$vbphrase[unsubscribe_from_this_forum]</a></strong></div>\") : (\"\")).\"\r\n \" . (($show[\'subforums\']) ? (\"<div class=\\\"smallfont\\\" style=\\\"margin-top:$stylevar[cellpadding]px\\\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td class=\\\"alt2\\\" nowrap=\\\"nowrap\\\">$forum[lastpostinfo]</td>\r\n <td class=\\\"alt1\\\">$forum[threadcount]</td>\r\n <td class=\\\"alt2\\\">$forum[replycount]</td>\r\n \" . (($vboptions[\'showmoderatorcolumn\']) ? (\"\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">$forum[moderators] </div></td>\r\n \") : (\"\")).\"\r\n </tr>\r\n</tbody>\r\n\" . (($childforumbits) ? (\"\r\n<tbody>\r\n $childforumbits\r\n</tbody>\r\n\") : (\"\")).\"\r\n','<tbody>\r\n <tr align=\"center\">\r\n <td class=\"alt1Active\" colspan=\"2\" align=\"$stylevar[left]\" id=\"f$forum[forumid]\">\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif\" alt=\"\" border=\"0\" /></td>\r\n <td><img src=\"$vboptions[cleargifurl]\" alt=\"\" width=\"9\" height=\"1\" border=\"0\" /></td>\r\n <td>\r\n <div>\r\n <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\"><strong>$forum[title]</strong></a>\r\n <if condition=\"$show[\'browsers\']\"><span class=\"smallfont\">(<phrase 1=\"$forum[browsers]\">$vbphrase[x_viewing]</phrase>)</span></if>\r\n </div>\r\n <if condition=\"$show[\'forumdescription\']\"><div class=\"smallfont\">$forum[description]</div></if>\r\n <if condition=\"$show[\'forumsubscription\']\"><div class=\"smallfont\"><strong><a href=\"subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]\">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>\r\n <if condition=\"$show[\'subforums\']\"><div class=\"smallfont\" style=\"margin-top:$stylevar[cellpadding]px\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n <td class=\"alt2\" nowrap=\"nowrap\">$forum[lastpostinfo]</td>\r\n <td class=\"alt1\">$forum[threadcount]</td>\r\n <td class=\"alt2\">$forum[replycount]</td>\r\n <if condition=\"$vboptions[\'showmoderatorcolumn\']\">\r\n <td class=\"alt1\"><div class=\"smallfont\">$forum[moderators] </div></td>\r\n </if>\r\n </tr>\r\n</tbody>\r\n<if condition=\"$childforumbits\">\r\n<tbody>\r\n $childforumbits\r\n</tbody>\r\n</if>\r\n','template',1073169727,'freddie','3.0.0 Release Candidate 2'),(133,-1,'forumhome_forumbit_level2_nopost','<tr>\r\n <td class=\\\"tcat\\\"><span class=\\\"smallfont\\\"> </span></td>\r\n <td class=\\\"tcat\\\" colspan=\\\"\" . (($vboptions[\'showmoderatorcolumn\']) ? (\"5\") : (\"4\")).\"\\\">\r\n <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\">$forum[title]</a>\r\n \" . (($show[\'forumdescription\']) ? (\"<div class=\\\"smallfont\\\">$forum[description]</div>\") : (\"\")).\"\r\n \" . (($show[\'subforums\']) ? (\"<div class=\\\"smallfont\\\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div>\") : (\"\")).\"\r\n </td>\r\n</tr>\r\n$childforumbits\r\n','<tr>\r\n <td class=\"tcat\"><span class=\"smallfont\"> </span></td>\r\n <td class=\"tcat\" colspan=\"<if condition=\"$vboptions[\'showmoderatorcolumn\']\">5<else />4</if>\">\r\n <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\">$forum[title]</a>\r\n <if condition=\"$show[\'forumdescription\']\"><div class=\"smallfont\">$forum[description]</div></if>\r\n <if condition=\"$show[\'subforums\']\"><div class=\"smallfont\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>\r\n </td>\r\n</tr>\r\n$childforumbits\r\n','template',1070052831,'Ed Sullivan','3.0.0 Gamma'),(134,-1,'forumhome_forumbit_level2_post','<tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><img src=\\\"$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"alt1Active\\\" align=\\\"$stylevar[left]\\\" id=\\\"f$forum[forumid]\\\">\r\n <div>\r\n <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\"><strong>$forum[title]</strong></a>\r\n \" . (($show[\'browsers\']) ? (\"<span class=\\\"smallfont\\\">(\" . construct_phrase(\"$vbphrase[x_viewing]\", \"$forum[browsers]\") . \")</span>\") : (\"\")).\"\r\n </div>\r\n \" . (($show[\'forumdescription\']) ? (\"<div class=\\\"smallfont\\\">$forum[description]</div>\") : (\"\")).\"\r\n \" . (($show[\'forumsubscription\']) ? (\"<div class=\\\"smallfont\\\"><strong><a href=\\\"subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]\\\">$vbphrase[unsubscribe_from_this_forum]</a></strong></div>\") : (\"\")).\"\r\n \" . (($show[\'subforums\']) ? (\"<div class=\\\"smallfont\\\" style=\\\"margin-top:$stylevar[cellpadding]px\\\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div>\") : (\"\")).\"\r\n </td>\r\n <td class=\\\"alt2\\\" nowrap=\\\"nowrap\\\">$forum[lastpostinfo]</td>\r\n <td class=\\\"alt1\\\">$forum[threadcount]</td>\r\n <td class=\\\"alt2\\\">$forum[replycount]</td>\r\n \" . (($vboptions[\'showmoderatorcolumn\']) ? (\"\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">$forum[moderators] </div></td>\r\n \") : (\"\")).\"\r\n</tr>\r\n$childforumbits\r\n','<tr align=\"center\">\r\n <td class=\"alt2\"><img src=\"$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif\" alt=\"\" border=\"0\" /></td>\r\n <td class=\"alt1Active\" align=\"$stylevar[left]\" id=\"f$forum[forumid]\">\r\n <div>\r\n <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\"><strong>$forum[title]</strong></a>\r\n <if condition=\"$show[\'browsers\']\"><span class=\"smallfont\">(<phrase 1=\"$forum[browsers]\">$vbphrase[x_viewing]</phrase>)</span></if>\r\n </div>\r\n <if condition=\"$show[\'forumdescription\']\"><div class=\"smallfont\">$forum[description]</div></if>\r\n <if condition=\"$show[\'forumsubscription\']\"><div class=\"smallfont\"><strong><a href=\"subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]\">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>\r\n <if condition=\"$show[\'subforums\']\"><div class=\"smallfont\" style=\"margin-top:$stylevar[cellpadding]px\"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>\r\n </td>\r\n <td class=\"alt2\" nowrap=\"nowrap\">$forum[lastpostinfo]</td>\r\n <td class=\"alt1\">$forum[threadcount]</td>\r\n <td class=\"alt2\">$forum[replycount]</td>\r\n <if condition=\"$vboptions[\'showmoderatorcolumn\']\">\r\n <td class=\"alt1\"><div class=\"smallfont\">$forum[moderators] </div></td>\r\n </if>\r\n</tr>\r\n$childforumbits\r\n','template',1073169743,'freddie','3.0.0 Release Candidate 2'),(135,-1,'forumhome_lastpostby','\" . (($show[\'lastpostinfo\']) ? (\"\r\n<div class=\\\"smallfont\\\" align=\\\"$stylevar[left]\\\">\r\n <div style=\\\"clear:both\\\">\r\n \" . (($show[\'icon\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$icon[iconpath]\\\" alt=\\\"$icon[title]\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n <a href=\\\"showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]\\\" title=\\\"\" . construct_phrase(\"$vbphrase[go_first_unread_in_thread_x]\", \"$lastpostinfo[lastthread]\") . \"\\\"><strong>$lastpostinfo[trimthread]</strong></a>\r\n </div>\r\n <div\" . ((is_browser(\'ie\', 6)) ? (\" style=\\\"float:$stylevar[left]\\\"\") : (\"\")).\">\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]\", \"$lastpostinfo[lastposter]\") . \"\r\n </div>\r\n <div align=\\\"$stylevar[right]\\\">\r\n $lastpostinfo[lastpostdate] \" . ((!$show[\'detailedtime\']) ? (\"<span class=\\\"time\\\">$lastpostinfo[lastposttime]</span>\") : (\"\")).\"\r\n <a href=\\\"showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/lastpost.gif\\\" alt=\\\"$vbphrase[go_to_last_post]\\\" border=\\\"0\\\" /></a>\r\n </div>\r\n</div>\r\n\") : (\"\r\n<div class=\\\"smallfont\\\" align=\\\"$stylevar[right]\\\">\r\n $lastpostinfo[lastpostdate] \" . ((!$show[\'detailedtime\']) ? (\"<span class=\\\"time\\\">$lastpostinfo[lastposttime]</span>\") : (\"\")).\"\r\n <a href=\\\"showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/lastpost.gif\\\" alt=\\\"$vbphrase[go_to_last_post]\\\" border=\\\"0\\\" /></a>\r\n</div>\r\n\")).\"','<if condition=\"$show[\'lastpostinfo\']\">\r\n<div class=\"smallfont\" align=\"$stylevar[left]\">\r\n <div style=\"clear:both\">\r\n <if condition=\"$show[\'icon\']\"><img class=\"inlineimg\" src=\"$icon[iconpath]\" alt=\"$icon[title]\" border=\"0\" /></if>\r\n <a href=\"showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]\" title=\"<phrase 1=\"$lastpostinfo[lastthread]\">$vbphrase[go_first_unread_in_thread_x]</phrase>\"><strong>$lastpostinfo[trimthread]</strong></a>\r\n </div>\r\n <div<if condition=\"is_browser(\'ie\', 6)\"> style=\"float:$stylevar[left]\"</if>>\r\n <phrase 1=\"member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]\" 2=\"$lastpostinfo[lastposter]\">$vbphrase[by_x]</phrase>\r\n </div>\r\n <div align=\"$stylevar[right]\">\r\n $lastpostinfo[lastpostdate] <if condition=\"!$show[\'detailedtime\']\"><span class=\"time\">$lastpostinfo[lastposttime]</span></if>\r\n <a href=\"showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"$vbphrase[go_to_last_post]\" border=\"0\" /></a>\r\n </div>\r\n</div>\r\n<else />\r\n<div class=\"smallfont\" align=\"$stylevar[right]\">\r\n $lastpostinfo[lastpostdate] <if condition=\"!$show[\'detailedtime\']\"><span class=\"time\">$lastpostinfo[lastposttime]</span></if>\r\n <a href=\"showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"$vbphrase[go_to_last_post]\" border=\"0\" /></a>\r\n</div>\r\n</if>','template',1073322190,'Kier','3.0.0 Release Candidate 2'),(136,-1,'forumhome_loggedinuser','<a href=\\\"member.php?$session[sessionurl]u=$loggedin[userid]\\\">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]','<a href=\"member.php?$session[sessionurl]u=$loggedin[userid]\">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]','template',1069084299,'Kier','3.0.0 Gamma'),(137,-1,'forumhome_moderator','<a href=\\\"member.php?$session[sessionurl]u=$moderator[userid]\\\">$moderator[musername]</a>','<a href=\"member.php?$session[sessionurl]u=$moderator[userid]\">$moderator[musername]</a>','template',1069084193,'Kier','3.0.0 Gamma'),(138,-1,'forumhome_subforumbit_nopost','<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif\\\" alt=\\\"\\\" /> <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\">$forum[title]</a>','<img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif\" alt=\"\" /> <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\">$forum[title]</a>','template',1071580080,'Kier','3.0.0 Release Candidate 1'),(139,-1,'forumhome_subforumbit_post','<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif\\\" alt=\\\"\\\" /> <a href=\\\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\\\">$forum[title]</a>','<img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif\" alt=\"\" /> <a href=\"forumdisplay.php?$session[sessionurl]f=$forum[forumid]\">$forum[title]</a>','template',1071580086,'Kier','3.0.0 Release Candidate 1'),(140,-1,'forumhome_subforumseparator_nopost',', ',', ','template',1069084365,'Kier','3.0.0 Gamma'),(141,-1,'forumhome_subforumseparator_post',', ',', ','template',1067363268,'Kier','3.0.0 Gamma'),(142,-1,'help_avatars','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[avatar_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[avatars]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n $vbphrase[avatars_small_images]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"$vboptions[numavatarswide]\\\">$vbphrase[avatar_list]</td>\r\n</tr>\r\n\" . (( $avatarbits != \'\' ) ? (\"\r\n$avatarbits\r\n\") : (\"\r\n<tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" colspan=\\\"$vboptions[numavatarswide]\\\">$vbphrase[no_predefined_avatars_available]</td>\r\n</tr>\r\n\")).\"\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[avatar_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[avatars]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n $vbphrase[avatars_small_images]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"$vboptions[numavatarswide]\">$vbphrase[avatar_list]</td>\r\n</tr>\r\n<if condition=\" $avatarbits != \'\' \">\r\n$avatarbits\r\n<else />\r\n<tr>\r\n <td class=\"alt1\" align=\"center\" colspan=\"$vboptions[numavatarswide]\">$vbphrase[no_predefined_avatars_available]</td>\r\n</tr>\r\n</if>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','template',1070526897,'Kier','3.0.0 Gamma'),(143,-1,'help_avatars_avatar',' <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\"><img src=\\\"$avatar[avatarpath]\\\" alt=\\\"$avatar[title]\\\" border=\\\"0\\\" /><br />$avatar[title]</span></td>',' <td class=\"$bgclass\"><span class=\"smallfont\"><img src=\"$avatar[avatarpath]\" alt=\"$avatar[title]\" border=\"0\" /><br />$avatar[title]</span></td>','template',1069239567,'Kier','3.0.0 Gamma'),(144,-1,'help_avatars_category','<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"$vboptions[numavatarswide]\\\">\" . construct_phrase(\"$vbphrase[x_requiring_at_least_y_posts]\", \"$avatar[category]\", \"$avatar[minimumposts]\") . \"</td>\r\n</tr>\r\n','<tr>\r\n <td class=\"thead\" colspan=\"$vboptions[numavatarswide]\"><phrase 1=\"$avatar[category]\" 2=\"$avatar[minimumposts]\">$vbphrase[x_requiring_at_least_y_posts]</phrase></td>\r\n</tr>\r\n','template',1070053618,'Ed Sullivan','3.0.0 Gamma'),(145,-1,'help_avatars_row','<tr align=\\\"center\\\" valign=\\\"bottom\\\">\r\n$avatarcells\r\n\" . (($remainingcolumns > 0) ? (\"\r\n <td class=\\\"$bgclass\\\" colspan=\\\"$remainingcolumns\\\"> </td>\r\n\") : (\"\")).\"\r\n</tr>','<tr align=\"center\" valign=\"bottom\">\r\n$avatarcells\r\n<if condition=\"$remainingcolumns > 0\">\r\n <td class=\"$bgclass\" colspan=\"$remainingcolumns\"> </td>\r\n</if>\r\n</tr>','template',1069239614,'Kier','3.0.0 Gamma'),(146,-1,'help_bbcodes','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[bbcode_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[vb_code]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"2\\\">\r\n $vbphrase[vb_code_based_on_html]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">$vbphrase[bbcode_list]</td>\r\n</tr>\r\n\" . (($allowbbcodebasic) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#basic\\\">[b]</a>, <a href=\\\"#basic\\\">[i]</a>, <a href=\\\"#basic\\\">[u]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodecolor) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#color\\\">[color]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[color]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodesize) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#size\\\">[size]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[size]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodefont) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#font\\\">[font]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[font]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#highlight\\\">[highlight]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[highlight]</td>\r\n</tr>\r\n\" . (($allowbbcodealign) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#align\\\">[left]</a>, <a href=\\\"#align\\\">[right]</a>, <a href=\\\"#align\\\">[center]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[left] / $vbphrase[right] / $vbphrase[center]</td>\r\n </tr>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#indent\\\">[indent]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[indent]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodeurl) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#email\\\">[email]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[email_linking]</td>\r\n </tr>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#url\\\">[url]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[url_hyperlinking]</td>\r\n </tr>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#thread\\\">[thread]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[thread_linking]</td>\r\n </tr>\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#post\\\">[post]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[post_linking]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodelist) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#list\\\">[list]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[bulleted_lists] / $vbphrase[advanced_lists]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#imgcode\\\">[img]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[images]</td>\r\n</tr>\r\n\" . (($allowbbcodecode) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#code\\\">[code]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[code]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodephp) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#php\\\">[php]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[php_code]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($allowbbcodehtml) ? (\"\r\n <tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#html\\\">[html]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[html_code]</td>\r\n </tr>\r\n\") : (\"\")).\"\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#quote\\\">[quote]</a></td>\r\n <td class=\\\"alt1\\\">$vbphrase[quote]</td>\r\n</tr>\r\n$template[bbcodelinks]\r\n<tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"2\\\">\r\n $vbphrase[incorrect_vb_code_usage]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<!-- BEGIN vB CODE LIST -->\r\n\r\n<!-- Begin Allow Basic BBcode Conditional -->\r\n\" . (($allowbbcodebasic) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline]<a name=\\\"basic\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[b_i_and_u_tags_allow]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [b]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/b]<br />\r\n [i]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/i]<br />\r\n [u]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/u]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [b]$vbphrase[this_text_is_bold][/b]<br />\r\n [i]$vbphrase[this_text_is_italic][/i]<br />\r\n [u]$vbphrase[this_text_is_underlined][/u]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <b>$vbphrase[this_text_is_bold]</b><br />\r\n <i>$vbphrase[this_text_is_italic]</i><br />\r\n <u>$vbphrase[this_text_is_underlined]</u>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n<!-- End Allow Basic BBcode Conditional -->\r\n\r\n\" . (($allowbbcodecolor) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[color]<a name=\\\"color\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[color_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[color=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/color]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[color=blue]$vbphrase[this_text_is_blue][/color]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><font color=\\\"blue\\\">$vbphrase[this_text_is_blue]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodesize) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[size]<a name=\\\"size\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[size_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[size=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/size]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[size=+2]$vbphrase[text_two_sizes_larger_than_normal][/size]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><font size=\\\"+2\\\">$vbphrase[text_two_sizes_larger_than_normal]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodefont) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[font]<a name=\\\"font\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[font_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[font=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/font]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[font=courier]$vbphrase[this_text_is_courier_font][/font]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><font face=\\\"courier\\\">$vbphrase[this_text_is_courier_font]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[highlight]<a name=\\\"highlight\\\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[highlight_tag_allows]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[highlight]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/highlight]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[highlight]$vbphrase[this_text_is_highlighted][/highlight]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><span class=\\\"highlight\\\">$vbphrase[this_text_is_highlighted]</span></td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n\" . (($allowbbcodealign) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[left] / $vbphrase[right] / $vbphrase[center]<a name=\\\"align\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[left_right_and_center_tags_allow]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [left]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/left]<br />\r\n [center]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/center]<br />\r\n [right]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/right]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [left]$vbphrase[this_text_is_left_aligned][/left]<br />\r\n [center]$vbphrase[this_text_is_center_aligned][/center]<br />\r\n [right]$vbphrase[this_text_is_right_aligned][/right]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <div align=\\\"left\\\">$vbphrase[this_text_is_left_aligned]</div>\r\n <div align=\\\"center\\\">$vbphrase[this_text_is_center_aligned]</div>\r\n <div align=\\\"right\\\">$vbphrase[this_text_is_right_aligned]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[indent]<a name=\\\"indent\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[indent_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[indent]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/indent]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[indent]$vbphrase[this_text_is_indented][/indent]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><blockquote><div>$vbphrase[this_text_is_indented]</div></blockquote></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodeurl) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[email_linking]<a name=\\\"email\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[email_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"20%\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [email]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/email]<br />\r\n [email=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/email]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"20%\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [email]myname@domain.com[/email]<br />\r\n [email=myname@domain.com]$vbphrase[click_here_to_email_me][/email]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"20%\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <a href=\\\"mailto:myname@domain.com\\\">myname@domain.com</a><br />\r\n <a href=\\\"mailto:myname@domain.com\\\">$vbphrase[click_here_to_email_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[url_hyperlinking]<a name=\\\"url\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[url_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [url]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/url]<br />\r\n [url=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/url]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [url]http://www.yourdomain.com/forum/[/url]<br />\r\n [url=www.yourdomain.com/forum/]Your Forums[/url]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <a href=\\\"http://www.yourdomain.com/forum/\\\" target=\\\"_blank\\\">http://www.yourdomain.com/forum/</a><br />\r\n <a href=\\\"http://www.yourdomain.com/forum/\\\" target=\\\"_blank\\\">Your Forums</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[thread_linking]<a name=\\\"thread\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[thread_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [thread]<span class=\\\"highlight\\\">$vbphrase[threadid]</span>[/thread]<br />\r\n [thread=<span class=\\\"highlight\\\">$vbphrase[threadid]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/thread]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [thread]42918[/thread]<br />\r\n [thread=42918]$vbphrase[click_me][/thread]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <a href=\\\"http://www.yourdomain.com/forum/showthread.php?t=1\\\" target=\\\"_blank\\\">http://www.yourdomain.com/forum/showthread.php?t=1</a><br />\r\n <a href=\\\"http://www.yourdomain.com/forum/showthread.php?t=1\\\" target=\\\"_blank\\\" title=\\\"$vbphrase[your_forums_thread_1]\\\">$vbphrase[click_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[post_linking]<a name=\\\"post\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[post_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [post]<span class=\\\"highlight\\\">$vbphrase[postid]</span>[/post]<br />\r\n [post=<span class=\\\"highlight\\\">$vbphrase[postid]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/post]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [post]269302[/post]<br />\r\n [post=269302]$vbphrase[click_me][/post]\r\n </td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <a href=\\\"http://www.yourdomain.com/forum/showthread.php?t=1#post2\\\" target=\\\"_blank\\\">http://www.yourdomain.com/forum/showthread.php?t=1#post2</a><br />\r\n <a href=\\\"http://www.yourdomain.com/forum/showthread.php?t=1#post2\\\" target=\\\"_blank\\\" title=\\\"$vbphrase[your_forums_post_2]\\\">$vbphrase[click_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodelist) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[bulleted_lists]<a name=\\\"list\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[list_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[list]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/list]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[list]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><ul><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ul></td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[advanced_lists]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[list_tag_allows_advanced]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[list=<span class=\\\"highlight\\\">$vbphrase[option]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/list]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[list=1]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]<br /><br />[list=a]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><ol type=\\\"1\\\"><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ol><ol type=\\\"a\\\"><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ol></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[images]<a name=\\\"imgcode\\\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[img_tag_allows]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[img]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/img]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [img]$vboptions[bburl]/$stylevar[imgdir_statusicon]/forum_new.gif[/img] ($vbphrase[not_linked])<br />\r\n <br />\r\n [url=http://www.yourdomain.com] [img]$vboptions[bburl]/$stylevar[imgdir_statusicon]/forum_new.gif[/img] [/url] ($vbphrase[linked])\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/forum_new.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /> ($vbphrase[not_linked])<br />\r\n <br />\r\n <a href=\\\"http://www.yourdomain.com\\\" target=\\\"_blank\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/forum_new.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a> ($vbphrase[linked])\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n\" . (($allowbbcodecode) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[code]<a name=\\\"code\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[code_tag_switches]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[code]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/code]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[code]<br />\r\n <script type="text/javascript"><br />\r\n <!--<br />\r\n alert("Hello world!");<br />\r\n //--><br />\r\n </script><br />\r\n [/code]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><pre><script type="text/javascript">\r\n<!--\r\n alert("Hello world!");\r\n//-->\r\n</script></pre></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodephp) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[php_code]<a name=\\\"php\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[php_tag_performs]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[php]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/php]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[php]<br />\r\n \\$myvar = \'Hello World!\';<br />\r\n for ($<i></i>i = 0; \\$i < 10; \\$i++)<br />\r\n {<br />\r\n echo \\$myvar . "\\\\n";<br />\r\n }<br />\r\n [/php]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><code>\r\n <font color=\\\"#000000\\\"><font color=\\\"#0000BB\\\">\r\n \\$myvar </font><font color=\\\"#007700\\\">= </font><font color=\\\"#DD0000\\\">\'Hello World!\'</font><font color=\\\"#007700\\\">;<br />\r\n for (</font><font color=\\\"#0000BB\\\">\\$i </font><font color=\\\"#007700\\\">= </font><font color=\\\"#0000BB\\\">0</font><font color=\\\"#007700\\\">; </font><font color=\\\"#0000BB\\\">\\$i </font><font color=\\\"#007700\\\">< </font><font color=\\\"#0000BB\\\">10</font><font color=\\\"#007700\\\">; </font><font color=\\\"#0000BB\\\">\\$i</font><font color=\\\"#007700\\\">++)<br />\r\n {<br />\r\n echo </font><font color=\\\"#0000BB\\\">\\$myvar </font><font color=\\\"#007700\\\">. </font><font color=\\\"#DD0000\\\">\\\"\\\\n\\\"</font><font color=\\\"#007700\\\">;<br />\r\n }\r\n </font><font color=\\\"#0000BB\\\"></font></font>\r\n </code></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n\" . (($allowbbcodehtml) ? (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[html_code]<a name=\\\"html\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[html_tag_allows]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">[html]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/html]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">[html]<br /><img src="image.gif" alt="image" /><br /><a href="testing.html" target="_blank">Testing</a><br />[/html]</td>\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\"><pre><font color=\\\"#800080\\\"><img src=<font color=\\\"#0000FF\\\">"image.gif"</font> alt=<font color=\\\"#0000FF\\\">"image"</font> /></font><br /><font color=\\\"#008000\\\"><a href=<font color=\\\"#0000FF\\\">"testing.html"</font> target=<font color=\\\"#0000FF\\\">"_blank"</font>></font>Testing<font color=\\\"#008000\\\"></a></font></pre></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[quote]<a name=\\\"quote\\\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$vbphrase[quote_tag_allows]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n [quote]<span class=\\\"highlight\\\">$vbphrase[quote]</span>[/quote]<br />\r\n [quote=<span class=\\\"highlight\\\">$vbphrase[username]</span>]<span class=\\\"highlight\\\">$vbphrase[value]</span>[/quote]\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">\r\n [quote]vBulletin[/quote]<br />\r\n [quote=John Percival]vBulletin[/quote]\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">\r\n <div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[quote]:</div>\r\n <table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\" style=\\\"border:1px inset\\\">\r\n vBulletin\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[quote]:</div>\r\n <table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td class=\\\"alt2\\\" style=\\\"border:1px inset\\\">\r\n \" . construct_phrase(\"$vbphrase[originally_posted_by_x]\", \"John Percival\") . \"<br /><em>vBulletin</em>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n$template[bbcodebits]\r\n\r\n<!-- END vB CODE LIST -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[bbcode_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[vb_code]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\" colspan=\"2\">\r\n $vbphrase[vb_code_based_on_html]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\">$vbphrase[bbcode_list]</td>\r\n</tr>\r\n<if condition=\"$allowbbcodebasic\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#basic\">[b]</a>, <a href=\"#basic\">[i]</a>, <a href=\"#basic\">[u]</a></td>\r\n <td class=\"alt1\">$vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodecolor\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#color\">[color]</a></td>\r\n <td class=\"alt1\">$vbphrase[color]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodesize\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#size\">[size]</a></td>\r\n <td class=\"alt1\">$vbphrase[size]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodefont\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#font\">[font]</a></td>\r\n <td class=\"alt1\">$vbphrase[font]</td>\r\n </tr>\r\n</if>\r\n<tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#highlight\">[highlight]</a></td>\r\n <td class=\"alt1\">$vbphrase[highlight]</td>\r\n</tr>\r\n<if condition=\"$allowbbcodealign\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#align\">[left]</a>, <a href=\"#align\">[right]</a>, <a href=\"#align\">[center]</a></td>\r\n <td class=\"alt1\">$vbphrase[left] / $vbphrase[right] / $vbphrase[center]</td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#indent\">[indent]</a></td>\r\n <td class=\"alt1\">$vbphrase[indent]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodeurl\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#email\">[email]</a></td>\r\n <td class=\"alt1\">$vbphrase[email_linking]</td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#url\">[url]</a></td>\r\n <td class=\"alt1\">$vbphrase[url_hyperlinking]</td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#thread\">[thread]</a></td>\r\n <td class=\"alt1\">$vbphrase[thread_linking]</td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#post\">[post]</a></td>\r\n <td class=\"alt1\">$vbphrase[post_linking]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodelist\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#list\">[list]</a></td>\r\n <td class=\"alt1\">$vbphrase[bulleted_lists] / $vbphrase[advanced_lists]</td>\r\n </tr>\r\n</if>\r\n<tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#imgcode\">[img]</a></td>\r\n <td class=\"alt1\">$vbphrase[images]</td>\r\n</tr>\r\n<if condition=\"$allowbbcodecode\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#code\">[code]</a></td>\r\n <td class=\"alt1\">$vbphrase[code]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodephp\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#php\">[php]</a></td>\r\n <td class=\"alt1\">$vbphrase[php_code]</td>\r\n </tr>\r\n</if>\r\n<if condition=\"$allowbbcodehtml\">\r\n <tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#html\">[html]</a></td>\r\n <td class=\"alt1\">$vbphrase[html_code]</td>\r\n </tr>\r\n</if>\r\n<tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#quote\">[quote]</a></td>\r\n <td class=\"alt1\">$vbphrase[quote]</td>\r\n</tr>\r\n$template[bbcodelinks]\r\n<tr>\r\n <td class=\"alt1\" colspan=\"2\">\r\n $vbphrase[incorrect_vb_code_usage]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<!-- BEGIN vB CODE LIST -->\r\n\r\n<!-- Begin Allow Basic BBcode Conditional -->\r\n<if condition=\"$allowbbcodebasic\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline]<a name=\"basic\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[b_i_and_u_tags_allow]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [b]<span class=\"highlight\">$vbphrase[value]</span>[/b]<br />\r\n [i]<span class=\"highlight\">$vbphrase[value]</span>[/i]<br />\r\n [u]<span class=\"highlight\">$vbphrase[value]</span>[/u]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [b]$vbphrase[this_text_is_bold][/b]<br />\r\n [i]$vbphrase[this_text_is_italic][/i]<br />\r\n [u]$vbphrase[this_text_is_underlined][/u]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <b>$vbphrase[this_text_is_bold]</b><br />\r\n <i>$vbphrase[this_text_is_italic]</i><br />\r\n <u>$vbphrase[this_text_is_underlined]</u>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n<!-- End Allow Basic BBcode Conditional -->\r\n\r\n<if condition=\"$allowbbcodecolor\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[color]<a name=\"color\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[color_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[color=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/color]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[color=blue]$vbphrase[this_text_is_blue][/color]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><font color=\"blue\">$vbphrase[this_text_is_blue]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<if condition=\"$allowbbcodesize\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[size]<a name=\"size\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[size_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[size=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/size]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[size=+2]$vbphrase[text_two_sizes_larger_than_normal][/size]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><font size=\"+2\">$vbphrase[text_two_sizes_larger_than_normal]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<if condition=\"$allowbbcodefont\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[font]<a name=\"font\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[font_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[font=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/font]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[font=courier]$vbphrase[this_text_is_courier_font][/font]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><font face=\"courier\">$vbphrase[this_text_is_courier_font]</font></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[highlight]<a name=\"highlight\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[highlight_tag_allows]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[highlight]<span class=\"highlight\">$vbphrase[value]</span>[/highlight]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[highlight]$vbphrase[this_text_is_highlighted][/highlight]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><span class=\"highlight\">$vbphrase[this_text_is_highlighted]</span></td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n<if condition=\"$allowbbcodealign\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[left] / $vbphrase[right] / $vbphrase[center]<a name=\"align\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[left_right_and_center_tags_allow]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [left]<span class=\"highlight\">$vbphrase[value]</span>[/left]<br />\r\n [center]<span class=\"highlight\">$vbphrase[value]</span>[/center]<br />\r\n [right]<span class=\"highlight\">$vbphrase[value]</span>[/right]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [left]$vbphrase[this_text_is_left_aligned][/left]<br />\r\n [center]$vbphrase[this_text_is_center_aligned][/center]<br />\r\n [right]$vbphrase[this_text_is_right_aligned][/right]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <div align=\"left\">$vbphrase[this_text_is_left_aligned]</div>\r\n <div align=\"center\">$vbphrase[this_text_is_center_aligned]</div>\r\n <div align=\"right\">$vbphrase[this_text_is_right_aligned]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[indent]<a name=\"indent\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[indent_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[indent]<span class=\"highlight\">$vbphrase[value]</span>[/indent]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[indent]$vbphrase[this_text_is_indented][/indent]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><blockquote><div>$vbphrase[this_text_is_indented]</div></blockquote></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<if condition=\"$allowbbcodeurl\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[email_linking]<a name=\"email\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[email_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"20%\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [email]<span class=\"highlight\">$vbphrase[value]</span>[/email]<br />\r\n [email=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/email]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"20%\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [email]myname@domain.com[/email]<br />\r\n [email=myname@domain.com]$vbphrase[click_here_to_email_me][/email]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"20%\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <a href=\"mailto:myname@domain.com\">myname@domain.com</a><br />\r\n <a href=\"mailto:myname@domain.com\">$vbphrase[click_here_to_email_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[url_hyperlinking]<a name=\"url\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[url_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [url]<span class=\"highlight\">$vbphrase[value]</span>[/url]<br />\r\n [url=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/url]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [url]http://www.yourdomain.com/forum/[/url]<br />\r\n [url=www.yourdomain.com/forum/]Your Forums[/url]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <a href=\"http://www.yourdomain.com/forum/\" target=\"_blank\">http://www.yourdomain.com/forum/</a><br />\r\n <a href=\"http://www.yourdomain.com/forum/\" target=\"_blank\">Your Forums</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[thread_linking]<a name=\"thread\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[thread_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [thread]<span class=\"highlight\">$vbphrase[threadid]</span>[/thread]<br />\r\n [thread=<span class=\"highlight\">$vbphrase[threadid]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/thread]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [thread]42918[/thread]<br />\r\n [thread=42918]$vbphrase[click_me][/thread]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <a href=\"http://www.yourdomain.com/forum/showthread.php?t=1\" target=\"_blank\">http://www.yourdomain.com/forum/showthread.php?t=1</a><br />\r\n <a href=\"http://www.yourdomain.com/forum/showthread.php?t=1\" target=\"_blank\" title=\"$vbphrase[your_forums_thread_1]\">$vbphrase[click_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[post_linking]<a name=\"post\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[post_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [post]<span class=\"highlight\">$vbphrase[postid]</span>[/post]<br />\r\n [post=<span class=\"highlight\">$vbphrase[postid]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/post]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [post]269302[/post]<br />\r\n [post=269302]$vbphrase[click_me][/post]\r\n </td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <a href=\"http://www.yourdomain.com/forum/showthread.php?t=1#post2\" target=\"_blank\">http://www.yourdomain.com/forum/showthread.php?t=1#post2</a><br />\r\n <a href=\"http://www.yourdomain.com/forum/showthread.php?t=1#post2\" target=\"_blank\" title=\"$vbphrase[your_forums_post_2]\">$vbphrase[click_me]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n</if>\r\n\r\n<if condition=\"$allowbbcodelist\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[bulleted_lists]<a name=\"list\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[list_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[list]<span class=\"highlight\">$vbphrase[value]</span>[/list]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[list]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><ul><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ul></td>\r\n </tr>\r\n </table>\r\n <br />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[advanced_lists]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[list_tag_allows_advanced]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[list=<span class=\"highlight\">$vbphrase[option]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/list]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[list=1]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]<br /><br />[list=a]<br />[*]$vbphrase[list_item_1]<br />[*]$vbphrase[list_item_2]<br />[/list]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><ol type=\"1\"><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ol><ol type=\"a\"><li>$vbphrase[list_item_1]</li><li>$vbphrase[list_item_2]</li></ol></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[images]<a name=\"imgcode\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[img_tag_allows]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[img]<span class=\"highlight\">$vbphrase[value]</span>[/img]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [img]$vboptions[bburl]/$stylevar[imgdir_statusicon]/forum_new.gif[/img] ($vbphrase[not_linked])<br />\r\n <br />\r\n [url=http://www.yourdomain.com] [img]$vboptions[bburl]/$stylevar[imgdir_statusicon]/forum_new.gif[/img] [/url] ($vbphrase[linked])\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/forum_new.gif\" alt=\"\" border=\"0\" /> ($vbphrase[not_linked])<br />\r\n <br />\r\n <a href=\"http://www.yourdomain.com\" target=\"_blank\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/forum_new.gif\" alt=\"\" border=\"0\" /></a> ($vbphrase[linked])\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n<if condition=\"$allowbbcodecode\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[code]<a name=\"code\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[code_tag_switches]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[code]<span class=\"highlight\">$vbphrase[value]</span>[/code]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[code]<br />\r\n <script type="text/javascript"><br />\r\n <!--<br />\r\n alert("Hello world!");<br />\r\n //--><br />\r\n </script><br />\r\n [/code]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><pre><script type="text/javascript">\r\n<!--\r\n alert("Hello world!");\r\n//-->\r\n</script></pre></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<if condition=\"$allowbbcodephp\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[php_code]<a name=\"php\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[php_tag_performs]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[php]<span class=\"highlight\">$vbphrase[value]</span>[/php]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[php]<br />\r\n \\$myvar = \'Hello World!\';<br />\r\n for ($<i></i>i = 0; \\$i < 10; \\$i++)<br />\r\n {<br />\r\n echo \\$myvar . "\\n";<br />\r\n }<br />\r\n [/php]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><code>\r\n <font color=\"#000000\"><font color=\"#0000BB\">\r\n \\$myvar </font><font color=\"#007700\">= </font><font color=\"#DD0000\">\'Hello World!\'</font><font color=\"#007700\">;<br />\r\n for (</font><font color=\"#0000BB\">\\$i </font><font color=\"#007700\">= </font><font color=\"#0000BB\">0</font><font color=\"#007700\">; </font><font color=\"#0000BB\">\\$i </font><font color=\"#007700\">< </font><font color=\"#0000BB\">10</font><font color=\"#007700\">; </font><font color=\"#0000BB\">\\$i</font><font color=\"#007700\">++)<br />\r\n {<br />\r\n echo </font><font color=\"#0000BB\">\\$myvar </font><font color=\"#007700\">. </font><font color=\"#DD0000\">\"\\n\"</font><font color=\"#007700\">;<br />\r\n }\r\n </font><font color=\"#0000BB\"></font></font>\r\n </code></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<if condition=\"$allowbbcodehtml\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[html_code]<a name=\"html\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[html_tag_allows]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">[html]<span class=\"highlight\">$vbphrase[value]</span>[/html]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">[html]<br /><img src="image.gif" alt="image" /><br /><a href="testing.html" target="_blank">Testing</a><br />[/html]</td>\r\n </tr>\r\n <tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\"><pre><font color=\"#800080\"><img src=<font color=\"#0000FF\">"image.gif"</font> alt=<font color=\"#0000FF\">"image"</font> /></font><br /><font color=\"#008000\"><a href=<font color=\"#0000FF\">"testing.html"</font> target=<font color=\"#0000FF\">"_blank"</font>></font>Testing<font color=\"#008000\"></a></font></pre></td>\r\n </tr>\r\n </table>\r\n <br />\r\n \r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[quote]<a name=\"quote\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$vbphrase[quote_tag_allows]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">\r\n [quote]<span class=\"highlight\">$vbphrase[quote]</span>[/quote]<br />\r\n [quote=<span class=\"highlight\">$vbphrase[username]</span>]<span class=\"highlight\">$vbphrase[value]</span>[/quote]\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">\r\n [quote]vBulletin[/quote]<br />\r\n [quote=John Percival]vBulletin[/quote]\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">\r\n <div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[quote]:</div>\r\n <table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td class=\"alt2\" style=\"border:1px inset\">\r\n vBulletin\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n <div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[quote]:</div>\r\n <table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td class=\"alt2\" style=\"border:1px inset\">\r\n <phrase 1=\"John Percival\">$vbphrase[originally_posted_by_x]</phrase><br /><em>vBulletin</em>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n$template[bbcodebits]\r\n\r\n<!-- END vB CODE LIST -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1104626372,'Admin','3.0.4'),(147,-1,'help_bbcodes_bbcode','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$bbcode[title]<a name=\\\"$bbcode[bbcodetag]\\\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\" style=\\\"font-weight:normal\\\">$bbcode[bbcodeexplanation]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\\\"alt1\\\">$bbcode[tag]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\\\"alt2\\\">$bbcode[bbcodeexample]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"175\\\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\\\"alt1\\\">$bbcode[output]</td>\r\n</tr>\r\n</table>\r\n<br />\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$bbcode[title]<a name=\"$bbcode[bbcodetag]\"></a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\" style=\"font-weight:normal\">$bbcode[bbcodeexplanation]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[usage]</strong></td>\r\n <td class=\"alt1\">$bbcode[tag]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\"><strong>$vbphrase[example_usage]</strong></td>\r\n <td class=\"alt2\">$bbcode[bbcodeexample]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" width=\"175\"><strong>$vbphrase[example_output]</strong></td>\r\n <td class=\"alt1\">$bbcode[output]</td>\r\n</tr>\r\n</table>\r\n<br />\r\n','template',1076043762,'Kier','3.0.0 Release Candidate 4'),(148,-1,'help_bbcodes_link','<tr align=\\\"center\\\">\r\n <td class=\\\"alt2\\\"><a href=\\\"#$bbcode[bbcodetag]\\\">[$bbcode[bbcodetag]]</a></td>\r\n <td class=\\\"alt1\\\">$bbcode[title]</td>\r\n</tr>\r\n','<tr align=\"center\">\r\n <td class=\"alt2\"><a href=\"#$bbcode[bbcodetag]\">[$bbcode[bbcodetag]]</a></td>\r\n <td class=\"alt1\">$bbcode[title]</td>\r\n</tr>\r\n','template',1069971135,'Kier','3.0.0 Gamma'),(149,-1,'help_smilies','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[smilies]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[smilies]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n $vbphrase[smilies_are_small_images]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n$smiliebits\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[smilies]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[smilies]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n $vbphrase[smilies_are_small_images]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n$smiliebits\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070526903,'Kier','3.0.0 Gamma'),(150,-1,'help_smilies_category','<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\" align=\\\"center\\\">$smilie[category]</td>\r\n</tr>\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\">$vbphrase[what_to_type]</td>\r\n <td class=\\\"thead\\\">$vbphrase[resulting_graphic]</td>\r\n <td class=\\\"thead\\\">$vbphrase[meaning]</td>\r\n</tr>\r\n','<tr>\r\n <td class=\"tcat\" colspan=\"3\" align=\"center\">$smilie[category]</td>\r\n</tr>\r\n<tr align=\"center\">\r\n <td class=\"thead\">$vbphrase[what_to_type]</td>\r\n <td class=\"thead\">$vbphrase[resulting_graphic]</td>\r\n <td class=\"thead\">$vbphrase[meaning]</td>\r\n</tr>\r\n','template',1070057655,'Ed Sullivan','3.0.0 Gamma'),(151,-1,'help_smilies_smilie','<tr align=\\\"center\\\">\r\n <td class=\\\"$bgclass\\\">$smilie[smilietext]</td>\r\n <td class=\\\"$bgclass\\\"><img src=\\\"$smilie[smiliepath]\\\" border=\\\"0\\\" alt=\\\"$smilie[title]\\\" /></td>\r\n <td class=\\\"$bgclass\\\">$smilie[title]</td>\r\n</tr>\r\n','<tr align=\"center\">\r\n <td class=\"$bgclass\">$smilie[smilietext]</td>\r\n <td class=\"$bgclass\"><img src=\"$smilie[smiliepath]\" border=\"0\" alt=\"$smilie[title]\" /></td>\r\n <td class=\"$bgclass\">$smilie[title]</td>\r\n</tr>\r\n','template',1069241025,'Kier','3.0.0 Gamma'),(152,-1,'im_aim','<a href=\\\"#\\\" onclick=\\\"return imwindow(\'aim\', \'$userinfo[userid]\', 400, 200)\\\"><img src=\\\"$stylevar[imgdir_misc]/im_aim.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_aim_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>','<a href=\"#\" onclick=\"return imwindow(\'aim\', \'$userinfo[userid]\', 400, 200)\"><img src=\"$stylevar[imgdir_misc]/im_aim.gif\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[send_message_via_aim_to_x]</phrase>\" border=\"0\" /></a>','template',1070057683,'Ed Sullivan','3.0.0 Gamma'),(153,-1,'im_icq','<a href=\\\"#\\\" onclick=\\\"return imwindow(\'icq\', \'$userinfo[userid]\', 500, 450)\\\"><img src=\\\"$stylevar[imgdir_misc]/im_icq.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_icq_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>','<a href=\"#\" onclick=\"return imwindow(\'icq\', \'$userinfo[userid]\', 500, 450)\"><img src=\"$stylevar[imgdir_misc]/im_icq.gif\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[send_message_via_icq_to_x]</phrase>\" border=\"0\" /></a>','template',1070057691,'Ed Sullivan','3.0.0 Gamma'),(154,-1,'im_message','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>\" . construct_phrase(\"$vbphrase[send_message_via_x_to_y]\", \"$typetext\", \"$userinfo[username]\") . \" - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\\\"margin:0px\\\" onload=\\\"self.focus()\\\">\r\n\r\n$imtext\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title><phrase 1=\"$typetext\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_x_to_y]</phrase> - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\"margin:0px\" onload=\"self.focus()\">\r\n\r\n$imtext\r\n\r\n</body>\r\n</html>','template',1073265022,'Ed Sullivan','3.0.0 Release Candidate 2'),(155,-1,'im_msn','<a href=\\\"#\\\" onclick=\\\"return imwindow(\'msn\', \'$userinfo[userid]\', 400, 200)\\\"><img src=\\\"$stylevar[imgdir_misc]/im_msn.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_msn_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>','<a href=\"#\" onclick=\"return imwindow(\'msn\', \'$userinfo[userid]\', 400, 200)\"><img src=\"$stylevar[imgdir_misc]/im_msn.gif\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[send_message_via_msn_to_x]</phrase>\" border=\"0\" /></a>','template',1070057796,'Ed Sullivan','3.0.0 Gamma'),(156,-1,'im_send_aim','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"self.close()\\\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[aim]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n \" . construct_phrase(\"$vbphrase[send_message_via_aim_to_x_link]\", \"member.php?$session[sessionurl]u=$userinfo[userid]\", \"$userinfo[username]\") . \" (<strong>$userinfo[aim]</strong>)\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"aim:addbuddy?screenname=$userinfo[aim_link]\\\">\" . construct_phrase(\"$vbphrase[add_x_to_your_contact_list]\", \"$userinfo[aim]\") . \"</a></div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"aim:goim?screenname=$userinfo[aim_link]&message=$vbphrase[aim_hi_are_you_there]\\\">\" . construct_phrase(\"$vbphrase[send_x_a_message]\", \"$userinfo[aim]\") . \"</a></div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[these_functions_require_aim]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"#\" onclick=\"self.close()\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[aim]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <phrase 1=\"member.php?$session[sessionurl]u=$userinfo[userid]\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_aim_to_x_link]</phrase> (<strong>$userinfo[aim]</strong>)\r\n </div>\r\n \r\n <div class=\"fieldset\"><a href=\"aim:addbuddy?screenname=$userinfo[aim_link]\"><phrase 1=\"$userinfo[aim]\">$vbphrase[add_x_to_your_contact_list]</phrase></a></div>\r\n \r\n <div class=\"fieldset\"><a href=\"aim:goim?screenname=$userinfo[aim_link]&message=$vbphrase[aim_hi_are_you_there]\"><phrase 1=\"$userinfo[aim]\">$vbphrase[send_x_a_message]</phrase></a></div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[these_functions_require_aim]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1075922198,'freddie','3.0.0 Release Candidate 4'),(157,-1,'im_send_icq','<form action=\\\"http://msg.mirabilis.com/scripts/WWPMsg.dll\\\" method=\\\"get\\\" name=\\\"frmPager\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"self.close()\\\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[icq]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\"><img src=\\\"http://web.icq.com/whitepages/online?icq=$userinfo[icq]&img=9\\\" alt=\\\"$vbphrase[online_status]\\\" border=\\\"0\\\" /></span>\r\n \" . construct_phrase(\"$vbphrase[send_message_via_icq_to_x_link]\", \"member.php?$session[sessionurl]u=$userinfo[userid]\", \"$userinfo[username]\") . \" (<strong>$userinfo[icq]</strong>)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[from]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"from\\\" value=\\\"$bbuserinfo[username]\\\" size=\\\"40\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"fromemail\\\" value=\\\"$bbuserinfo[email]\\\" size=\\\"40\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\\\"body\\\" cols=\\\"50\\\" rows=\\\"12\\\" wrap=\\\"virtual\\\"></textarea>\r\n </td>\r\n </tr>\r\n </table> \r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"subject\\\" value=\\\"From WebPager Panel\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"to\\\" value=\\\"$userinfo[icq]\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send_message]\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"http://msg.mirabilis.com/scripts/WWPMsg.dll\" method=\"get\" name=\"frmPager\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"#\" onclick=\"self.close()\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[icq]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\"><img src=\"http://web.icq.com/whitepages/online?icq=$userinfo[icq]&img=9\" alt=\"$vbphrase[online_status]\" border=\"0\" /></span>\r\n <phrase 1=\"member.php?$session[sessionurl]u=$userinfo[userid]\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_icq_to_x_link]</phrase> (<strong>$userinfo[icq]</strong>)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[from]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"from\" value=\"$bbuserinfo[username]\" size=\"40\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"fromemail\" value=\"$bbuserinfo[email]\" size=\"40\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\"body\" cols=\"50\" rows=\"12\" wrap=\"virtual\"></textarea>\r\n </td>\r\n </tr>\r\n </table> \r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"subject\" value=\"From WebPager Panel\" />\r\n <input type=\"hidden\" name=\"to\" value=\"$userinfo[icq]\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send_message]\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1088725034,'freddie','3.0.2'),(158,-1,'im_send_msn','<object classid=\\\"clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28\\\" codetype=\\\"application/x-oleobject\\\" id=\\\"MsgrObj\\\" width=\\\"0\\\" height=\\\"0\\\"></object>\r\n\r\n<script type=\\\"text/javascript\\\">\r\nfunction handleError(msg, url, h)\r\n{\r\n return true;\r\n}\r\nwindow.onerror = handleError;\r\n</script>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"self.close()\\\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[msn]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n \" . construct_phrase(\"$vbphrase[send_message_via_msn_to_x_link]\", \"member.php?$session[sessionurl]u=$userinfo[userid]\", \"$userinfo[username]\") . \" (<strong>$userinfo[msn]</strong>)\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"#\\\" onclick=\\\"MsgrObj.AddContact(0, \'$userinfo[msn]\'); return false;\\\">\" . construct_phrase(\"$vbphrase[add_x_to_your_contact_list]\", \"$userinfo[msn]\") . \"</a></div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"#\\\" onclick=\\\"MsgrObj.InstantMessage(\'$userinfo[msn]\'); return false;\\\">\" . construct_phrase(\"$vbphrase[send_x_a_message]\", \"$userinfo[msn]\") . \"</a></div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[these_functions_require_msn]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<object classid=\"clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28\" codetype=\"application/x-oleobject\" id=\"MsgrObj\" width=\"0\" height=\"0\"></object>\r\n\r\n<script type=\"text/javascript\">\r\nfunction handleError(msg, url, h)\r\n{\r\n return true;\r\n}\r\nwindow.onerror = handleError;\r\n</script>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"#\" onclick=\"self.close()\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[msn]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <phrase 1=\"member.php?$session[sessionurl]u=$userinfo[userid]\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_msn_to_x_link]</phrase> (<strong>$userinfo[msn]</strong>)\r\n </div>\r\n \r\n <div class=\"fieldset\"><a href=\"#\" onclick=\"MsgrObj.AddContact(0, \'$userinfo[msn]\'); return false;\"><phrase 1=\"$userinfo[msn]\">$vbphrase[add_x_to_your_contact_list]</phrase></a></div>\r\n \r\n <div class=\"fieldset\"><a href=\"#\" onclick=\"MsgrObj.InstantMessage(\'$userinfo[msn]\'); return false;\"><phrase 1=\"$userinfo[msn]\">$vbphrase[send_x_a_message]</phrase></a></div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[these_functions_require_msn]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1106079587,'Admin','3.0.6'),(159,-1,'im_send_yahoo','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"self.close()\\\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[yahoo]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <span style=\\\"float:$stylevar[right]\\\"><img src=\\\"http://opi.yahoo.com/online?u=$userinfo[yahoo_link]&m=g&t=2\\\" alt=\\\"$vbphrase[online_status]\\\" border=\\\"0\\\" /></span>\r\n \" . construct_phrase(\"$vbphrase[send_message_via_yahoo_to_x_link]\", \"member.php?$session[sessionurl]u=$userinfo[userid]\", \"$userinfo[username]\") . \" (<strong>$userinfo[yahoo]</strong>)\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"http://members.yahoo.com/interests?.oc=t&.kw=$userinfo[yahoo_link]&.sb=1\\\">\" . construct_phrase(\"$vbphrase[view_the_profile_of_x]\", \"$userinfo[yahoo]\") . \"</a></div>\r\n \r\n <div class=\\\"fieldset\\\"><a href=\\\"http://edit.yahoo.com/config/send_webmesg?.target=$userinfo[yahoo_link]&.amp;src=pg\\\">\" . construct_phrase(\"$vbphrase[send_x_a_message]\", \"$userinfo[yahoo]\") . \"</a></div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"#\" onclick=\"self.close()\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[yahoo]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <span style=\"float:$stylevar[right]\"><img src=\"http://opi.yahoo.com/online?u=$userinfo[yahoo_link]&m=g&t=2\" alt=\"$vbphrase[online_status]\" border=\"0\" /></span>\r\n <phrase 1=\"member.php?$session[sessionurl]u=$userinfo[userid]\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_yahoo_to_x_link]</phrase> (<strong>$userinfo[yahoo]</strong>)\r\n </div>\r\n \r\n <div class=\"fieldset\"><a href=\"http://members.yahoo.com/interests?.oc=t&.kw=$userinfo[yahoo_link]&.sb=1\"><phrase 1=\"$userinfo[yahoo]\">$vbphrase[view_the_profile_of_x]</phrase></a></div>\r\n \r\n <div class=\"fieldset\"><a href=\"http://edit.yahoo.com/config/send_webmesg?.target=$userinfo[yahoo_link]&.amp;src=pg\"><phrase 1=\"$userinfo[yahoo]\">$vbphrase[send_x_a_message]</phrase></a></div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1073264291,'Kier','3.0.0 Release Candidate 2'),(160,-1,'im_yahoo','<a href=\\\"#\\\" onclick=\\\"return imwindow(\'yahoo\', \'$userinfo[userid]\', 400, 200)\\\"><img src=\\\"$stylevar[imgdir_misc]/im_yahoo.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_yahoo_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>','<a href=\"#\" onclick=\"return imwindow(\'yahoo\', \'$userinfo[userid]\', 400, 200)\"><img src=\"$stylevar[imgdir_misc]/im_yahoo.gif\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[send_message_via_yahoo_to_x]</phrase>\" border=\"0\" /></a>','template',1070058007,'Ed Sullivan','3.0.0 Gamma'),(161,-1,'MEMBERINFO','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- main info - avatar, profilepic etc. -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[view_profile]<span class=\\\"normal\\\">: $userinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td style=\\\"border-bottom:1px solid $stylevar[tborder_bgcolor]\\\" width=\\\"100%\\\" colspan=\\\"2\\\"> \r\n \" . (($userinfo[\'rank\'] OR $userinfo[\'reputationdisplay\']) ? (\"\r\n <div style=\\\"float:$stylevar[right]; padding:4px\\\">\r\n \" . (($userinfo[\'rank\']) ? (\"<div align=\\\"center\\\">$userinfo[rank]</div>\") : (\"\")).\"\r\n \" . (($userinfo[\'reputationdisplay\']) ? (\"<div align=\\\"center\\\">$userinfo[reputationdisplay]</div>\") : (\"\")).\"\r\n </div>\r\n \") : (\"\")).\" \r\n <div style=\\\"font-size:18pt\\\">$userinfo[musername]</div>\r\n \" . (($userinfo[\'usertitle\']) ? (\"<div class=\\\"smallfont\\\">$userinfo[usertitle]</div>\") : (\"\")).\"\r\n </td>\r\n \" . (($show[\'profilepic\']) ? (\"\r\n <td valign=\\\"top\\\" align=\\\"$stylevar[right]\\\" rowspan=\\\"2\\\">\r\n <img src=\\\"image.php?u=$userinfo[userid]&type=profile&dateline=$userinfo[profilepicdateline]\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[xs_picture]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" style=\\\"border:1px solid $stylevar[tborder_bgcolor]\\\" />\r\n </td>\r\n \") : (\"\")).\"\r\n </tr>\r\n <tr valign=\\\"top\\\">\r\n \" . (($show[\'avatar\']) ? (\"\r\n <td><img src=\\\"$userinfo[avatarurl]\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[xs_avatar]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" style=\\\"border:1px solid $stylevar[tborder_bgcolor]; border-top:none\\\" /></td>\r\n \") : (\"\r\n <td> </td>\r\n \")).\"\r\n <td class=\\\"smallfont\\\" valign=\\\"bottom\\\" align=\\\"$stylevar[right]\\\">\r\n \" . (($show[\'lastactivity\']) ? (\"\r\n <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class=\\\"time\\\">$userinfo[lastactivitytime]</span> </div>\r\n \") : (\"\")).\"\r\n \" . (($show[\'currentlocation\']) ? (\"\r\n <div>\" . (($userinfo[\'action\']) ? (\"$userinfo[action] $userinfo[where]\" . (($show[\'detailedtime\']) ? (\" - \") : (\" @ \")).\" $userinfo[time]\") : (\"$vbphrase[offline]\")).\" </div>\r\n \") : (\"\")).\"\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / main info - avatar, profilepic etc. -->\r\n\r\n<!-- button row -->\r\n\" . (($show[\'profilelinks\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0px\\\">\r\n<tr align=\\\"center\\\">\r\n \" . (($userinfo[\'showvcard\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"member.php?$session[sessionurl]do=vcard&u=$userinfo[userid]\\\">$vbphrase[download_vcard]</a></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'member\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\">\r\n \" . (($show[\'addbuddylist\']) ? (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[add_x_to_buddy_list]\", \"$userinfo[username]\") . \"</a>\r\n \") : (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[remove_x_from_your_buddylist]\", \"$userinfo[username]\") . \"</a>\r\n \")).\"\r\n </td>\r\n <td class=\\\"vbmenu_control\\\">\r\n \" . (($show[\'addignorelist\']) ? (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[add_x_to_ignore_list]\", \"$userinfo[username]\") . \"</a>\r\n \") : (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[remove_x_from_your_ignorelist]\", \"$userinfo[username]\") . \"</a>\r\n \")).\"\r\n </td>\r\n \") : (\"\")).\"\r\n \" . ((can_moderate()) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]\\\">$vbphrase[user_options]</a></td>\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n<!-- / button row -->\r\n\r\n<br />\r\n\r\n\" . (($show[\'signature\']) ? (\"\r\n<!-- signature row -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[signature]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\" title=\\\"$vbphrase[signature]\\\">$userinfo[signature]</td>\r\n</tr>\r\n</table>\r\n<!-- / signature row -->\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" width=\\\"50%\\\">$vbphrase[forum_info]</td>\r\n <td class=\\\"tcat\\\" width=\\\"50%\\\">$vbphrase[contact_info]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>\r\n </div>\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[posts]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (\" . construct_phrase(\"$vbphrase[x_posts_per_day]\", \"$postsperday\") . \")\r\n </td>\r\n </tr>\r\n \" . (($vboptions[\'profilelastpost\']) ? (\"\r\n <tr>\r\n <td>\r\n $vbphrase[last_post]:<br />\r\n <a href=\\\"$userinfo[lastposturl]\\\">$userinfo[lastposttitle]</a><br />\r\n $userinfo[lastpostdate] <span class=\\\"time\\\">$userinfo[lastposttime]</span>\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n <tr>\r\n <td><a href=\\\"search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[find_all_posts_by_x]\", \"$userinfo[username]\") . \"</a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\\\"search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]\\\">\" . construct_phrase(\"$vbphrase[find_all_threads_started_by_x]\", \"$userinfo[username]\") . \"</a></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($vboptions[\'usereferrer\']) ? (\"\r\n <div class=\\\"fieldset\\\">\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[referrals]: <strong>$referrals</strong>\r\n </div>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'usernotes\']) ? (\"\r\n <div class=\\\"fieldset\\\">\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[user_notes]: <strong>$usernote[total]</strong> [<a href=\\\"usernote.php?$session[sessionurl]u=$userinfo[userid]\\\">$vbphrase[view]</a>]\r\n \" . (($show[\'usernotetotal\']) ? (\"\r\n <br />($vbphrase[last]: $usernote[lastpostdate] <span class=\\\"time\\\">$usernote[lastposttime]</span>)\r\n \") : (\"\")).\"\r\n </div>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n \" . (($show[\'homepage\']) ? (\"\r\n <tr>\r\n <td>\r\n $vbphrase[home_page]:<br />\r\n <a href=\\\"$userinfo[homepage]\\\" target=\\\"_blank\\\">$userinfo[homepage]</a>\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n <tr>\r\n <td>\r\n $vbphrase[email]:<br />\r\n <a href=\\\"sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[send_message_via_email_to_x]\", \"$userinfo[username]\") . \"</a>\r\n </td>\r\n </tr>\r\n \" . (($userinfo[\'pm\']) ? (\"\r\n <tr>\r\n <td>\r\n $vbphrase[private_message]:<br />\r\n <a href=\\\"private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]\\\">\" . construct_phrase(\"$vbphrase[send_private_message_to_x]\", \"$userinfo[username]\") . \"</a>\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </div>\r\n \r\n \" . (($show[\'hasimicons\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n \" . (($userinfo[\'showicq\']) ? (\"\r\n <tr>\r\n <td>$userinfo[icqicon]</td>\r\n <td><a href=\\\"#\\\" onclick=\\\"return imwindow(\'icq\', \'$userinfo[userid]\', 500, 450)\\\">$userinfo[icq]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \" . (($userinfo[\'showaim\']) ? (\"\r\n <tr>\r\n <td>$userinfo[aimicon]</td>\r\n <td><a href=\\\"#\\\" onclick=\\\"return imwindow(\'aim\', \'$userinfo[userid]\', 400, 200)\\\">$userinfo[aim]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \" . (($userinfo[\'showmsn\']) ? (\"\r\n <tr>\r\n <td>$userinfo[msnicon]</td>\r\n <td><a href=\\\"#\\\" onclick=\\\"return imwindow(\'msn\', \'$userinfo[userid]\', 400, 200)\\\">$userinfo[msn]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \" . (($userinfo[\'showyahoo\']) ? (\"\r\n <tr>\r\n <td>$userinfo[yahooicon]</td>\r\n <td><a href=\\\"#\\\" onclick=\\\"return imwindow(\'yahoo\', \'$userinfo[userid]\', 400, 200)\\\">$userinfo[yahoo]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n</tr>\r\n<tr>\r\n <td class=\\\"tcat\\\" width=\\\"50%\\\">$vbphrase[additional_information]</td>\r\n <td class=\\\"tcat\\\" width=\\\"50%\\\">$vbphrase[group_memberships]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n \" . (($show[\'extrainfo\']) ? (\"\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n \" . (($userinfo[\'birthday\']) ? (\"\r\n <tr>\r\n <td>\r\n <strong>$vbphrase[birthday]</strong>:<br />\r\n $userinfo[birthday]\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n $customfields\r\n </table>\r\n \") : (\"\r\n <em>$vbphrase[n_a]</em>\r\n \")).\"\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]px\\\" border=\\\"0\\\">\r\n <tr>\r\n \" . (($show[\'membergroups\']) ? (\"\r\n <td><strong>\" . construct_phrase(\"$vbphrase[x_is_a_member_of_the_following_groups]\", \"$userinfo[username]\") . \"</strong>:</td>\r\n \") : (\"\r\n <td><strong>\" . construct_phrase(\"$vbphrase[x_is_not_a_member_of_any_public_groups]\", \"$userinfo[username]\") . \"</strong></td>\r\n \")).\"\r\n </tr>\r\n $membergroupbits\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- main info - avatar, profilepic etc. -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[view_profile]<span class=\"normal\">: $userinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td style=\"border-bottom:1px solid $stylevar[tborder_bgcolor]\" width=\"100%\" colspan=\"2\"> \r\n <if condition=\"$userinfo[\'rank\'] OR $userinfo[\'reputationdisplay\']\">\r\n <div style=\"float:$stylevar[right]; padding:4px\">\r\n <if condition=\"$userinfo[\'rank\']\"><div align=\"center\">$userinfo[rank]</div></if>\r\n <if condition=\"$userinfo[\'reputationdisplay\']\"><div align=\"center\">$userinfo[reputationdisplay]</div></if>\r\n </div>\r\n </if> \r\n <div style=\"font-size:18pt\">$userinfo[musername]</div>\r\n <if condition=\"$userinfo[\'usertitle\']\"><div class=\"smallfont\">$userinfo[usertitle]</div></if>\r\n </td>\r\n <if condition=\"$show[\'profilepic\']\">\r\n <td valign=\"top\" align=\"$stylevar[right]\" rowspan=\"2\">\r\n <img src=\"image.php?u=$userinfo[userid]&type=profile&dateline=$userinfo[profilepicdateline]\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[xs_picture]</phrase>\" border=\"0\" style=\"border:1px solid $stylevar[tborder_bgcolor]\" />\r\n </td>\r\n </if>\r\n </tr>\r\n <tr valign=\"top\">\r\n <if condition=\"$show[\'avatar\']\">\r\n <td><img src=\"$userinfo[avatarurl]\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[xs_avatar]</phrase>\" border=\"0\" style=\"border:1px solid $stylevar[tborder_bgcolor]; border-top:none\" /></td>\r\n <else />\r\n <td> </td>\r\n </if>\r\n <td class=\"smallfont\" valign=\"bottom\" align=\"$stylevar[right]\">\r\n <if condition=\"$show[\'lastactivity\']\">\r\n <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class=\"time\">$userinfo[lastactivitytime]</span> </div>\r\n </if>\r\n <if condition=\"$show[\'currentlocation\']\">\r\n <div><if condition=\"$userinfo[\'action\']\">$userinfo[action] $userinfo[where]<if condition=\"$show[\'detailedtime\']\"> - <else /> @ </if> $userinfo[time]<else />$vbphrase[offline]</if> </div>\r\n </if>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / main info - avatar, profilepic etc. -->\r\n\r\n<!-- button row -->\r\n<if condition=\"$show[\'profilelinks\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0px\">\r\n<tr align=\"center\">\r\n <if condition=\"$userinfo[\'showvcard\']\">\r\n <td class=\"vbmenu_control\"><a href=\"member.php?$session[sessionurl]do=vcard&u=$userinfo[userid]\">$vbphrase[download_vcard]</a></td>\r\n </if>\r\n <if condition=\"$show[\'member\']\">\r\n <td class=\"vbmenu_control\">\r\n <if condition=\"$show[\'addbuddylist\']\">\r\n <a href=\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[add_x_to_buddy_list]</phrase></a>\r\n <else />\r\n <a href=\"profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[remove_x_from_your_buddylist]</phrase></a>\r\n </if>\r\n </td>\r\n <td class=\"vbmenu_control\">\r\n <if condition=\"$show[\'addignorelist\']\">\r\n <a href=\"profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[add_x_to_ignore_list]</phrase></a>\r\n <else />\r\n <a href=\"profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>\r\n </if>\r\n </td>\r\n </if>\r\n <if condition=\"can_moderate()\">\r\n <td class=\"vbmenu_control\"><a href=\"moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]\">$vbphrase[user_options]</a></td>\r\n </if>\r\n</tr>\r\n</table>\r\n</if>\r\n<!-- / button row -->\r\n\r\n<br />\r\n\r\n<if condition=\"$show[\'signature\']\">\r\n<!-- signature row -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[signature]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\" title=\"$vbphrase[signature]\">$userinfo[signature]</td>\r\n</tr>\r\n</table>\r\n<!-- / signature row -->\r\n<br />\r\n</if>\r\n\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" width=\"50%\">$vbphrase[forum_info]</td>\r\n <td class=\"tcat\" width=\"50%\">$vbphrase[contact_info]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>\r\n </div>\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[posts]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1=\"$postsperday\">$vbphrase[x_posts_per_day]</phrase>)\r\n </td>\r\n </tr>\r\n <if condition=\"$vboptions[\'profilelastpost\']\">\r\n <tr>\r\n <td>\r\n $vbphrase[last_post]:<br />\r\n <a href=\"$userinfo[lastposturl]\">$userinfo[lastposttitle]</a><br />\r\n $userinfo[lastpostdate] <span class=\"time\">$userinfo[lastposttime]</span>\r\n </td>\r\n </tr>\r\n </if>\r\n <tr>\r\n <td><a href=\"search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[find_all_posts_by_x]</phrase></a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\"search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]\"><phrase 1=\"$userinfo[username]\">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$vboptions[\'usereferrer\']\">\r\n <div class=\"fieldset\">\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $vbphrase[referrals]: <strong>$referrals</strong>\r\n </div>\r\n </div>\r\n </if>\r\n \r\n <if condition=\"$show[\'usernotes\']\">\r\n <div class=\"fieldset\">\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $vbphrase[user_notes]: <strong>$usernote[total]</strong> [<a href=\"usernote.php?$session[sessionurl]u=$userinfo[userid]\">$vbphrase[view]</a>]\r\n <if condition=\"$show[\'usernotetotal\']\">\r\n <br />($vbphrase[last]: $usernote[lastpostdate] <span class=\"time\">$usernote[lastposttime]</span>)\r\n </if>\r\n </div>\r\n </div>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <if condition=\"$show[\'homepage\']\">\r\n <tr>\r\n <td>\r\n $vbphrase[home_page]:<br />\r\n <a href=\"$userinfo[homepage]\" target=\"_blank\">$userinfo[homepage]</a>\r\n </td>\r\n </tr>\r\n </if>\r\n <tr>\r\n <td>\r\n $vbphrase[email]:<br />\r\n <a href=\"sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[send_message_via_email_to_x]</phrase></a>\r\n </td>\r\n </tr>\r\n <if condition=\"$userinfo[\'pm\']\">\r\n <tr>\r\n <td>\r\n $vbphrase[private_message]:<br />\r\n <a href=\"private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]\"><phrase 1=\"$userinfo[username]\">$vbphrase[send_private_message_to_x]</phrase></a>\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n </div>\r\n \r\n <if condition=\"$show[\'hasimicons\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <if condition=\"$userinfo[\'showicq\']\">\r\n <tr>\r\n <td>$userinfo[icqicon]</td>\r\n <td><a href=\"#\" onclick=\"return imwindow(\'icq\', \'$userinfo[userid]\', 500, 450)\">$userinfo[icq]</a></td>\r\n </tr>\r\n </if>\r\n <if condition=\"$userinfo[\'showaim\']\">\r\n <tr>\r\n <td>$userinfo[aimicon]</td>\r\n <td><a href=\"#\" onclick=\"return imwindow(\'aim\', \'$userinfo[userid]\', 400, 200)\">$userinfo[aim]</a></td>\r\n </tr>\r\n </if>\r\n <if condition=\"$userinfo[\'showmsn\']\">\r\n <tr>\r\n <td>$userinfo[msnicon]</td>\r\n <td><a href=\"#\" onclick=\"return imwindow(\'msn\', \'$userinfo[userid]\', 400, 200)\">$userinfo[msn]</a></td>\r\n </tr>\r\n </if>\r\n <if condition=\"$userinfo[\'showyahoo\']\">\r\n <tr>\r\n <td>$userinfo[yahooicon]</td>\r\n <td><a href=\"#\" onclick=\"return imwindow(\'yahoo\', \'$userinfo[userid]\', 400, 200)\">$userinfo[yahoo]</a></td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n</tr>\r\n<tr>\r\n <td class=\"tcat\" width=\"50%\">$vbphrase[additional_information]</td>\r\n <td class=\"tcat\" width=\"50%\">$vbphrase[group_memberships]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <if condition=\"$show[\'extrainfo\']\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <if condition=\"$userinfo[\'birthday\']\">\r\n <tr>\r\n <td>\r\n <strong>$vbphrase[birthday]</strong>:<br />\r\n $userinfo[birthday]\r\n </td>\r\n </tr>\r\n </if>\r\n $customfields\r\n </table>\r\n <else />\r\n <em>$vbphrase[n_a]</em>\r\n </if>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n \r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]px\" border=\"0\">\r\n <tr>\r\n <if condition=\"$show[\'membergroups\']\">\r\n <td><strong><phrase 1=\"$userinfo[username]\">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong>:</td>\r\n <else />\r\n <td><strong><phrase 1=\"$userinfo[username]\">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>\r\n </if>\r\n </tr>\r\n $membergroupbits\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1105081330,'Admin','3.0.5'),(162,-1,'memberinfo_customfields','\" . (($profilefield[\'value\'] != \'\' ) ? (\"\r\n<tr>\r\n <td>\r\n <strong>$profilefield[title]</strong>:<br />\r\n $profilefield[value]\r\n </td>\r\n</tr>\r\n\") : (\"\")).\"\r\n','<if condition=\"$profilefield[\'value\'] != \'\' \">\r\n<tr>\r\n <td>\r\n <strong>$profilefield[title]</strong>:<br />\r\n $profilefield[value]\r\n </td>\r\n</tr>\r\n</if>\r\n','template',1069434157,'Kier','3.0.0 Gamma'),(163,-1,'memberinfo_membergroupbit','<tr>\r\n <td>\r\n <div>$usergroup[opentag]$usergroup[title]$usergroup[closetag]:</div>\r\n <div class=\\\"smallfont\\\">$usergroup[description]</div>\r\n </td>\r\n</tr>\r\n','<tr>\r\n <td>\r\n <div>$usergroup[opentag]$usergroup[title]$usergroup[closetag]:</div>\r\n <div class=\"smallfont\">$usergroup[description]</div>\r\n </td>\r\n</tr>\r\n','template',1069434601,'Kier','3.0.0 Gamma'),(164,-1,'memberlist','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[members_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr align=\\\"center\\\">\r\n $letterbits\r\n</tr>\r\n</table>\r\n\r\n\" . (($show[\'popups\'] AND !$show[\'usergroup\']) ? (\"\r\n<!-- memberlist quick search form -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"memberlist_search_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"memberlist.php\\\" method=\\\"post\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[search_members]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"getall\\\" />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"ausername\\\" size=\\\"20\\\" value=\\\"$ltr\\\" title=\\\"$vbphrase[username]\\\" />$gobutton\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><a href=\\\"memberlist.php?$session[sessionurl]do=search\\\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / memberlist quick search form -->\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"deleteusergroups\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"usergroupid\\\" value=\\\"$usergroupid\\\" />\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-bottom-width:0px\\\">\r\n<tr>\r\n \" . (($show[\'usergroup\']) ? (\"\r\n <td class=\\\"tcat\\\">$vbphrase[members_of_usergroup]<span class=\\\"normal\\\">: $leadergroup[title]</span></td>\r\n \") : (\"\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\">$vboptions[bbtitle]: $vbphrase[members_list]</td>\r\n <td class=\\\"vbmenu_control\\\" id=\\\"memberlist_search\\\"><a href=\\\"memberlist.php?$session[sessionurl]do=search\\\">$vbphrase[search_members]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"memberlist_search\\\"); </script></td>\r\n \")).\"\r\n</tr>\r\n</table>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\" align=\\\"$stylevar[left]\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=ASC&sort=username&pp=$perpage&ltr=$ltr$usergrouplink\\\">$vbphrase[username]</a> $sortarrow[username]</td>\r\n \" . (($show[\'emailcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[contact]</td>\") : (\"\")).\"\r\n \" . (($show[\'imicons\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[instant_messaging]</td>\") : (\"\")).\"\r\n \" . (($show[\'homepagecol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[home_page]</td>\") : (\"\")).\"\r\n \" . (($show[\'searchcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[find_posts]</td>\") : (\"\")).\"\r\n \" . (($show[\'datejoinedcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=ASC&sort=joindate&pp=$perpage&ltr=$ltr$usergrouplink\\\">$vbphrase[join_date]</a> $sortarrow[joindate]</td>\") : (\"\")).\"\r\n \" . (($show[\'postscol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=DESC&sort=posts&pp=$perpage&ltr=$ltr$usergrouplink\\\">$vbphrase[posts]</a> $sortarrow[posts]</td>\") : (\"\")).\"\r\n \" . (($show[\'lastvisitcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=DESC&sort=lastvisit&pp=$perpage&ltr=$ltr$usergrouplink\\\">$vbphrase[last_visit]</a> $sortarrow[lastvisit]</td>\") : (\"\")).\"\r\n \" . (($show[\'reputationcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=DESC&sort=reputation&pp=$perpage&ltr=$ltr$usergrouplink\\\">$vbphrase[reputation]</a> $sortarrow[reputation]</td>\") : (\"\")).\"\r\n \" . (($show[\'avatarcol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[avatar]</td>\") : (\"\")).\"\r\n \" . (($show[\'profilepiccol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[profile_picture]</td>\") : (\"\")).\"\r\n \" . (($show[\'birthdaycol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[birthday]</a></td>\") : (\"\")).\"\r\n \" . (($show[\'agecol\']) ? (\"<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[age]</td>\") : (\"\")).\"\r\n \" . (($show[\'customfields\']) ? (\"$customfieldsheader\") : (\"\")).\"\r\n \" . (($show[\'usergroup\']) ? (\"<td class=\\\"thead\\\"><input name=\\\"allbox\\\" type=\\\"checkbox\\\" value=\\\"Check All\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" onClick=\\\"checkall(this.form);\\\" /></td>\") : (\"\")).\"\r\n</tr>\r\n$memberlistbits\r\n\" . (($show[\'usergroup\']) ? (\"\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"50\\\" align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[remove_selected_users]\\\" /></td>\r\n</tr> \r\n\") : (\"\")).\"\r\n</table>\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n</form>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[members_list]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr align=\"center\">\r\n $letterbits\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$show[\'popups\'] AND !$show[\'usergroup\']\">\r\n<!-- memberlist quick search form -->\r\n<div class=\"vbmenu_popup\" id=\"memberlist_search_menu\" style=\"display:none\">\r\n<form action=\"memberlist.php\" method=\"post\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[search_members]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"getall\" />\r\n <input type=\"text\" class=\"bginput\" name=\"ausername\" size=\"20\" value=\"$ltr\" title=\"$vbphrase[username]\" />$gobutton\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><a href=\"memberlist.php?$session[sessionurl]do=search\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / memberlist quick search form -->\r\n</if>\r\n\r\n<br />\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<form action=\"profile.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"do\" value=\"deleteusergroups\" />\r\n<input type=\"hidden\" name=\"usergroupid\" value=\"$usergroupid\" />\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-bottom-width:0px\">\r\n<tr>\r\n <if condition=\"$show[\'usergroup\']\">\r\n <td class=\"tcat\">$vbphrase[members_of_usergroup]<span class=\"normal\">: $leadergroup[title]</span></td>\r\n <else />\r\n <td class=\"tcat\" width=\"100%\">$vboptions[bbtitle]: $vbphrase[members_list]</td>\r\n <td class=\"vbmenu_control\" id=\"memberlist_search\"><a href=\"memberlist.php?$session[sessionurl]do=search\">$vbphrase[search_members]</a> <script type=\"text/javascript\"> vbmenu_register(\"memberlist_search\"); </script></td>\r\n </if>\r\n</tr>\r\n</table>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr align=\"center\">\r\n <td class=\"thead\" align=\"$stylevar[left]\" nowrap=\"nowrap\"><a href=\"$sorturl&order=ASC&sort=username&pp=$perpage&ltr=$ltr$usergrouplink\">$vbphrase[username]</a> $sortarrow[username]</td>\r\n <if condition=\"$show[\'emailcol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[contact]</td></if>\r\n <if condition=\"$show[\'imicons\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[instant_messaging]</td></if>\r\n <if condition=\"$show[\'homepagecol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[home_page]</td></if>\r\n <if condition=\"$show[\'searchcol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[find_posts]</td></if>\r\n <if condition=\"$show[\'datejoinedcol\']\"><td class=\"thead\" nowrap=\"nowrap\"><a href=\"$sorturl&order=ASC&sort=joindate&pp=$perpage&ltr=$ltr$usergrouplink\">$vbphrase[join_date]</a> $sortarrow[joindate]</td></if>\r\n <if condition=\"$show[\'postscol\']\"><td class=\"thead\" nowrap=\"nowrap\"><a href=\"$sorturl&order=DESC&sort=posts&pp=$perpage&ltr=$ltr$usergrouplink\">$vbphrase[posts]</a> $sortarrow[posts]</td></if>\r\n <if condition=\"$show[\'lastvisitcol\']\"><td class=\"thead\" nowrap=\"nowrap\"><a href=\"$sorturl&order=DESC&sort=lastvisit&pp=$perpage&ltr=$ltr$usergrouplink\">$vbphrase[last_visit]</a> $sortarrow[lastvisit]</td></if>\r\n <if condition=\"$show[\'reputationcol\']\"><td class=\"thead\" nowrap=\"nowrap\"><a href=\"$sorturl&order=DESC&sort=reputation&pp=$perpage&ltr=$ltr$usergrouplink\">$vbphrase[reputation]</a> $sortarrow[reputation]</td></if>\r\n <if condition=\"$show[\'avatarcol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[avatar]</td></if>\r\n <if condition=\"$show[\'profilepiccol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[profile_picture]</td></if>\r\n <if condition=\"$show[\'birthdaycol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[birthday]</a></td></if>\r\n <if condition=\"$show[\'agecol\']\"><td class=\"thead\" nowrap=\"nowrap\">$vbphrase[age]</td></if>\r\n <if condition=\"$show[\'customfields\']\">$customfieldsheader</if>\r\n <if condition=\"$show[\'usergroup\']\"><td class=\"thead\"><input name=\"allbox\" type=\"checkbox\" value=\"Check All\" title=\"$vbphrase[check_uncheck_all]\" onClick=\"checkall(this.form);\" /></td></if>\r\n</tr>\r\n$memberlistbits\r\n<if condition=\"$show[\'usergroup\']\">\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"50\" align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[remove_selected_users]\" /></td>\r\n</tr> \r\n</if>\r\n</table>\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n</form>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1085271028,'freddie','3.0.2'),(165,-1,'memberlist_letter','\" . (($show[\'selectedletter\']) ? (\"\r\n<td class=\\\"alt1\\\" width=\\\"3%\\\">[<b>$currentletter</b>]</td>\r\n\") : (\"\r\n<td class=\\\"alt2\\\" width=\\\"3%\\\"><a href=\\\"memberlist.php?$session[sessionurl]ltr=$linkletter&pp=$perpage&sort=$sortfield&order=$sortorder$usergrouplink\\\">$currentletter</a></td>\r\n\")).\"\r\n','<if condition=\"$show[\'selectedletter\']\">\r\n<td class=\"alt1\" width=\"3%\">[<b>$currentletter</b>]</td>\r\n<else />\r\n<td class=\"alt2\" width=\"3%\"><a href=\"memberlist.php?$session[sessionurl]ltr=$linkletter&pp=$perpage&sort=$sortfield&order=$sortorder$usergrouplink\">$currentletter</a></td>\r\n</if>\r\n','template',1073057306,'Kier','3.0.0 Release Candidate 1'),(166,-1,'memberlist_resultsbit','<tr align=\\\"center\\\">\r\n <td class=\\\"alt1Active\\\" align=\\\"$stylevar[left]\\\" id=\\\"u$userinfo[userid]\\\">\r\n <a href=\\\"member.php?$session[sessionurl]u=$userinfo[userid]\\\">$userinfo[musername]</a>\r\n \" . (($show[\'usertitlecol\']) ? (\"<div class=\\\"smallfont\\\">$userinfo[usertitle]</div>\") : (\"\")).\"\r\n </td>\r\n \" . (($show[\'emailcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">\" . (($show[\'emaillink\']) ? (\"<a href=\\\"sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]\\\" target=\\\"_blank\\\"><img src=\\\"$stylevar[imgdir_button]/email.gif\\\" alt=\\\"email.gif\\\" title=\\\"\" . construct_phrase(\"$vbphrase[click_here_to_email_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\"\")).\" \" . (($show[\'pmlink\']) ? (\"<a href=\\\"private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]\\\" target=\\\"_blank\\\"><img src=\\\"$stylevar[imgdir_button]/sendpm.gif\\\" alt=\\\"sendpm.gif\\\" title=\\\"\" . construct_phrase(\"$vbphrase[send_private_message_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\"\")).\"</td>\") : (\"\")).\"\r\n \" . (($show[\'imicons\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon]</td>\") : (\"\")).\"\r\n \" . (($show[\'homepagecol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">\" . (($show[\'homepagelink\']) ? (\"<a href=\\\"$userinfo[homepage]\\\" target=\\\"_blank\\\"><img src=\\\"$stylevar[imgdir_button]/home.gif\\\" alt=\\\"home.gif\\\" title=\\\"\" . construct_phrase(\"$vbphrase[visit_xs_homepage]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\" \")).\"</td>\") : (\"\")).\"\r\n \" . (($show[\'searchcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">\" . (($show[\'searchlink\']) ? (\"<a href=\\\"search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]\\\"><img src=\\\"$stylevar[imgdir_button]/find.gif\\\" alt=\\\"find.gif\\\" title=\\\"\" . construct_phrase(\"$vbphrase[find_all_posts_by_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\" \")).\"</td>\") : (\"\")).\"\r\n \" . (($show[\'datejoinedcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[datejoined]</td>\") : (\"\")).\"\r\n \" . (($show[\'postscol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[posts]</td>\") : (\"\")).\"\r\n \" . (($show[\'lastvisitcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[lastvisit]</td>\") : (\"\")).\"\r\n \" . (($show[\'reputationcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[reputationdisplay]</td>\") : (\"\")).\"\r\n \" . (($show[\'avatarcol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">\" . (($show[\'avatar\']) ? (\"<img src=\\\"$avatarurl\\\" border=\\\"0\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[xs_avatar]\", \"$userinfo[username]\") . \"\\\" hspace=\\\"4\\\" vspace=\\\"4\\\" />\") : (\" \")).\"</td>\") : (\"\")).\"\r\n \" . (($show[\'profilepiccol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[profilepic]</td>\") : (\"\")).\"\r\n \" . (($show[\'birthdaycol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[birthday]</td>\") : (\"\")).\"\r\n \" . (($show[\'agecol\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">$userinfo[age]</td>\") : (\"\")).\"\r\n \" . (($show[\'customfields\']) ? (\"$customfields\") : (\"\")).\"\r\n \" . (($show[\'usergroup\'] AND exec_switch_bg()) ? (\"<td class=\\\"$bgclass\\\">\" . (($show[\'hideleader\']) ? (\" \") : (\"<input type=\\\"checkbox\\\" name=\\\"deletebox[$userinfo[userid]]\\\" value=\\\"yes\\\" />\")).\"</td>\") : (\"\")).\"\r\n</tr>','<tr align=\"center\">\r\n <td class=\"alt1Active\" align=\"$stylevar[left]\" id=\"u$userinfo[userid]\">\r\n <a href=\"member.php?$session[sessionurl]u=$userinfo[userid]\">$userinfo[musername]</a>\r\n <if condition=\"$show[\'usertitlecol\']\"><div class=\"smallfont\">$userinfo[usertitle]</div></if>\r\n </td>\r\n <if condition=\"$show[\'emailcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\"><if condition=\"$show[\'emaillink\']\"><a href=\"sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]\" target=\"_blank\"><img src=\"$stylevar[imgdir_button]/email.gif\" alt=\"email.gif\" title=\"<phrase 1=\"$userinfo[username]\">$vbphrase[click_here_to_email_x]</phrase>\" border=\"0\" /></a></if> <if condition=\"$show[\'pmlink\']\"><a href=\"private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]\" target=\"_blank\"><img src=\"$stylevar[imgdir_button]/sendpm.gif\" alt=\"sendpm.gif\" title=\"<phrase 1=\"$userinfo[username]\">$vbphrase[send_private_message_to_x]</phrase>\" border=\"0\" /></a></if></td></if>\r\n <if condition=\"$show[\'imicons\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon]</td></if>\r\n <if condition=\"$show[\'homepagecol\'] AND exec_switch_bg()\"><td class=\"$bgclass\"><if condition=\"$show[\'homepagelink\']\"><a href=\"$userinfo[homepage]\" target=\"_blank\"><img src=\"$stylevar[imgdir_button]/home.gif\" alt=\"home.gif\" title=\"<phrase 1=\"$userinfo[username]\">$vbphrase[visit_xs_homepage]</phrase>\" border=\"0\" /></a><else /> </if></td></if>\r\n <if condition=\"$show[\'searchcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\"><if condition=\"$show[\'searchlink\']\"><a href=\"search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]\"><img src=\"$stylevar[imgdir_button]/find.gif\" alt=\"find.gif\" title=\"<phrase 1=\"$userinfo[username]\">$vbphrase[find_all_posts_by_x]</phrase>\" border=\"0\" /></a><else /> </if></td></if>\r\n <if condition=\"$show[\'datejoinedcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[datejoined]</td></if>\r\n <if condition=\"$show[\'postscol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[posts]</td></if>\r\n <if condition=\"$show[\'lastvisitcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[lastvisit]</td></if>\r\n <if condition=\"$show[\'reputationcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[reputationdisplay]</td></if>\r\n <if condition=\"$show[\'avatarcol\'] AND exec_switch_bg()\"><td class=\"$bgclass\"><if condition=\"$show[\'avatar\']\"><img src=\"$avatarurl\" border=\"0\" alt=\"<phrase 1=\"$userinfo[username]\">$vbphrase[xs_avatar]</phrase>\" hspace=\"4\" vspace=\"4\" /><else /> </if></td></if>\r\n <if condition=\"$show[\'profilepiccol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[profilepic]</td></if>\r\n <if condition=\"$show[\'birthdaycol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[birthday]</td></if>\r\n <if condition=\"$show[\'agecol\'] AND exec_switch_bg()\"><td class=\"$bgclass\">$userinfo[age]</td></if>\r\n <if condition=\"$show[\'customfields\']\">$customfields</if>\r\n <if condition=\"$show[\'usergroup\'] AND exec_switch_bg()\"><td class=\"$bgclass\"><if condition=\"$show[\'hideleader\']\"> <else /><input type=\"checkbox\" name=\"deletebox[$userinfo[userid]]\" value=\"yes\" /></if></td></if>\r\n</tr>','template',1086975607,'freddie','3.0.2'),(167,-1,'memberlist_resultsbit_field','<td class=\\\"$bgclass\\\">$customfield</td>','<td class=\"$bgclass\">$customfield</td>','template',1070923933,'freddie','3.0.0 Gamma'),(168,-1,'memberlist_results_header','<td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$customfield</td>','<td class=\"thead\" nowrap=\"nowrap\">$customfield</td>','template',1070923876,'freddie','3.0.0 Gamma'),(169,-1,'memberlist_search','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[members_list] - $vbphrase[advanced_search]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"memberlist.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"getall\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[members_list] - $vbphrase[advanced_search]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n $vbphrase[fields_on_form_optional]\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[username]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"ausername\\\" value=\\\"\\\" />\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[home_page]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"homepage\\\" value=\\\"\\\" />\r\n </div>\r\n \r\n $customfields\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[icq_number]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"icq\\\" value=\\\"\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[aim_screen_name]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"aim\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[msn_messenger_handle]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"msn\\\" value=\\\"\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[yahoo_messenger_handle]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"yahoo\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[post_count]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_greater_than]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"postslower\\\" value=\\\"\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_less_than]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"postsupper\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[join_date]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_after]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"joindateafter\\\" value=\\\"\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_before]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"joindatebefore\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[please_use_format]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[last_post]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_after]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"lastpostafter\\\" value=\\\"\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_before]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"lastpostbefore\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[please_use_format_yyyymmdd_hhmmss]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div class=\\\"thead\\\" style=\\\"padding:$stylevar[cellpadding]px\\\">$vbphrase[options]</div>\r\n \r\n <div class=\\\"panel\\\" align=\\\"center\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[options]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[order_results_by]:<br />\r\n <select name=\\\"sort\\\">\r\n <option value=\\\"username\\\" selected=\\\"selected\\\">$vbphrase[username]</option>\r\n <option value=\\\"joindate\\\">$vbphrase[join_date]</option>\r\n <option value=\\\"posts\\\">$vbphrase[post_count]</option>\r\n <option value=\\\"lastvisit\\\">$vbphrase[last_visit]</option>\r\n \" . (($vboptions[\'reputationenable\']) ? (\"\r\n <option value=\\\"reputation\\\">$vbphrase[reputation]</option>\r\n \") : (\"\")).\"\r\n </select>\r\n <select name=\\\"order\\\">\r\n <option value=\\\"\\\">$vbphrase[in_ascending_order]</option>\r\n <option value=\\\"DESC\\\">$vbphrase[in_descending_order]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[number_of_users_perpage]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"25\\\" name=\\\"pp\\\" value=\\\"$vboptions[memberlistperpage]\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[search_now]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[members_list] - $vbphrase[advanced_search]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"memberlist.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"getall\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[members_list] - $vbphrase[advanced_search]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div style=\"margin-bottom:$stylevar[formspacer]px\">\r\n $vbphrase[fields_on_form_optional]\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[username]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"ausername\" value=\"\" />\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[home_page]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"homepage\" value=\"\" />\r\n </div>\r\n \r\n $customfields\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[icq_number]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"icq\" value=\"\" />\r\n </td>\r\n <td>\r\n $vbphrase[aim_screen_name]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"aim\" value=\"\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[msn_messenger_handle]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"msn\" value=\"\" />\r\n </td>\r\n <td>\r\n $vbphrase[yahoo_messenger_handle]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"yahoo\" value=\"\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[post_count]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_greater_than]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"postslower\" value=\"\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_less_than]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"postsupper\" value=\"\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[join_date]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_after]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"joindateafter\" value=\"\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_before]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"joindatebefore\" value=\"\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[please_use_format]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[last_post]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[is_after]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"lastpostafter\" value=\"\" />\r\n </td>\r\n <td>\r\n $vbphrase[is_before]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"lastpostbefore\" value=\"\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[please_use_format_yyyymmdd_hhmmss]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div class=\"thead\" style=\"padding:$stylevar[cellpadding]px\">$vbphrase[options]</div>\r\n \r\n <div class=\"panel\" align=\"center\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[options]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[order_results_by]:<br />\r\n <select name=\"sort\">\r\n <option value=\"username\" selected=\"selected\">$vbphrase[username]</option>\r\n <option value=\"joindate\">$vbphrase[join_date]</option>\r\n <option value=\"posts\">$vbphrase[post_count]</option>\r\n <option value=\"lastvisit\">$vbphrase[last_visit]</option>\r\n <if condition=\"$vboptions[\'reputationenable\']\">\r\n <option value=\"reputation\">$vbphrase[reputation]</option>\r\n </if>\r\n </select>\r\n <select name=\"order\">\r\n <option value=\"\">$vbphrase[in_ascending_order]</option>\r\n <option value=\"DESC\">$vbphrase[in_descending_order]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[number_of_users_perpage]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"25\" name=\"pp\" value=\"$vboptions[memberlistperpage]\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[search_now]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1075691392,'Ed Sullivan','3.0.0 Release Candidate 4'),(170,-1,'memberlist_search_optional_input','$vbphrase[or]: <input type=\\\"text\\\" name=\\\"$optionalname\\\" value=\\\"$optional\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" $tabindex />','$vbphrase[or]: <input type=\"text\" name=\"$optionalname\" value=\"$optional\" size=\"$profilefield[size]\" maxlength=\"$profilefield[maxlength]\" $tabindex />','template',1070078629,'Ed Sullivan','3.0.0 Gamma'),(171,-1,'memberlist_search_radio','<div class=\\\"fieldset\\\">\r\n $profilefield[title]:<br />\r\n $radiobits\r\n $optionalfield \r\n</div>\r\n','<div class=\"fieldset\">\r\n $profilefield[title]:<br />\r\n $radiobits\r\n $optionalfield \r\n</div>\r\n','template',1069675776,'Kier','3.0.0 Gamma'),(172,-1,'memberlist_search_select','<div class=\\\"fieldset\\\">\r\n $profilefield[title]:<br />\r\n <select name=\\\"$profilefieldname\\\" id=\\\"csel_$profilefieldname\\\">\r\n \" . (($profilefield[\'def\']!=2) ? (\"<option value=\\\"0\\\" $selected></option>\") : (\"\")).\"\r\n $selectbits\r\n </select>\r\n $optionalfield \r\n</div>\r\n','<div class=\"fieldset\">\r\n $profilefield[title]:<br />\r\n <select name=\"$profilefieldname\" id=\"csel_$profilefieldname\">\r\n <if condition=\"$profilefield[\'def\']!=2\"><option value=\"0\" $selected></option></if>\r\n $selectbits\r\n </select>\r\n $optionalfield \r\n</div>\r\n','template',1069675772,'Kier','3.0.0 Gamma'),(173,-1,'memberlist_search_select_multiple','<div class=\\\"fieldset\\\">\r\n $profilefield[title]:<br />\r\n <select name=\\\"{$profilefieldname}[]\\\" id=\\\"csel_$profilefieldname\\\" size=\\\"$profilefield[height]\\\" multiple=\\\"multiple\\\">\r\n $selectbits\r\n </select>\r\n</div>\r\n','<div class=\"fieldset\">\r\n $profilefield[title]:<br />\r\n <select name=\"{$profilefieldname}[]\" id=\"csel_$profilefieldname\" size=\"$profilefield[height]\" multiple=\"multiple\">\r\n $selectbits\r\n </select>\r\n</div>\r\n','template',1072806069,'freddie','3.0.0 Release Candidate 1'),(174,-1,'memberlist_search_textbox','<div class=\\\"fieldset\\\">\r\n $profilefield[title]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"$profilefieldname\\\" value=\\\"$bbuserinfo[$profilefieldname]\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" />\r\n</div>\r\n','<div class=\"fieldset\">\r\n $profilefield[title]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"$profilefieldname\" value=\"$bbuserinfo[$profilefieldname]\" size=\"$profilefield[size]\" maxlength=\"$profilefield[maxlength]\" />\r\n</div>\r\n','template',1069675812,'Kier','3.0.0 Gamma'),(175,-1,'modifyattachments','<form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">\r\n \" . (($show[\'attachquota\']) ? (\"\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'attachinfo\')\\\"><img id=\\\"collapseimg_attachinfo\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_attachinfo].gif\\\" alt=\\\"$vbphrase[attachment_statistics]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[attachments_posted_by_x]\", \"$username\") . \"\r\n </td>\r\n</tr>\r\n</thead>\r\n\" . (($show[\'attachquota\']) ? (\"\r\n<tbody id=\\\"collapseobj_attachinfo\\\" style=\\\"$vbcollapse[collapseobj_attachinfo]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\" colspan=\\\"4\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attachment_statistics]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[currently_using_x_to_store_y_attachments]\", \"$attachsum\", \"$totalattachments\") . \"</td>\r\n </tr>\r\n \" . (($show[\'attachlimit\']) ? (\"\r\n <tr>\r\n <td>\r\n <table style=\\\"border:2px groove\\\" cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'currentattachsize\']) ? (\"<td width=\\\"$attachsize\\\" style=\\\"background-color:red; font-size:10px\\\" title=\\\"\" . construct_phrase(\"$vbphrase[current_attachment_total_x]\", \"$attachsum\") . \"\\\"> </td>\") : (\"\")).\"\r\n \" . (($show[\'totalattachsize\']) ? (\"<td width=\\\"$totalsize\\\" style=\\\"background-color:green; font-size:10px\\\" title=\\\"\" . construct_phrase(\"$vbphrase[maximum_attachment_storage_x]\", \"$attachlimit\") . \"\\\"> </td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n\") : (\"\")).\"\r\n\" . (($show[\'attachments\']) ? (\"\r\n<tbody>\r\n<tr align=\\\"center\\\">\r\n <td class=\\\"thead\\\">$vbphrase[attachment]</td>\r\n <td class=\\\"thead\\\">$vbphrase[title]</td>\r\n \" . (($show[\'deleteoption\']) ? (\"\r\n <td class=\\\"thead\\\">$vbphrase[date]</td>\r\n <td class=\\\"thead\\\" style=\\\"padding:0px\\\"><input name=\\\"allbox\\\" type=\\\"checkbox\\\" value=\\\"Check All\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" onclick=\\\"checkall(this.form);\\\" /></td>\r\n \") : (\"\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">$vbphrase[date]</td>\r\n \")).\"\r\n\r\n</tr>\r\n\" . (($show[\'thumbnails\']) ? (\"<col align=\\\"center\\\"></col>\") : (\"\")).\"\r\n\r\n$template[attachmentlistbits]\r\n\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"4\\\" align=\\\"$stylevar[right]\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[left]\\\">\r\n \" . (($show[\'thumbnails\']) ? (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=editattachments&pp=$perpage&page=$pagenumber\" . (($show[\'otheruserid\']) ? (\"&userid=$userid\") : (\"\")).\"\\\"><strong>$vbphrase[hide_thumbnails]</strong></a>\r\n \") : (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=editattachments&pp=$perpage&page=$pagenumber&showthumbs=1\" . (($show[\'otheruserid\']) ? (\"&userid=$userid\") : (\"\")).\"\\\"><strong>$vbphrase[show_thumbnails]</strong></a>\r\n \")).\"\r\n </span>\r\n \" . (($show[\'deleteoption\']) ? (\"\r\n <input type=\\\"hidden\\\" name=\\\"perpage\\\" value=\\\"$perpage\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pagenumber\\\" value=\\\"$pagenumber\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"showthumbs\\\" value=\\\"$showthumbs\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"deleteattachments\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"userid\\\" value=\\\"$userid\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_selected]\\\" />\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n</tbody>\r\n\") : (\"\r\n<tbody>\r\n<tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"4\\\" align=\\\"center\\\">\r\n <p>$vbphrase[you_have_no_attachments]</p>\r\n </td>\r\n</tr>\r\n</tbody>\r\n\")).\"\r\n</table>\r\n\r\n</form>\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"','<form action=\"profile.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n<tr>\r\n <td class=\"tcat\" colspan=\"4\">\r\n <if condition=\"$show[\'attachquota\']\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'attachinfo\')\"><img id=\"collapseimg_attachinfo\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_attachinfo].gif\" alt=\"$vbphrase[attachment_statistics]\" border=\"0\" /></a>\r\n </if>\r\n <phrase 1=\"$username\">$vbphrase[attachments_posted_by_x]</phrase>\r\n </td>\r\n</tr>\r\n</thead>\r\n<if condition=\"$show[\'attachquota\']\">\r\n<tbody id=\"collapseobj_attachinfo\" style=\"$vbcollapse[collapseobj_attachinfo]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\" colspan=\"4\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attachment_statistics]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td><phrase 1=\"$attachsum\" 2=\"$totalattachments\">$vbphrase[currently_using_x_to_store_y_attachments]</phrase></td>\r\n </tr>\r\n <if condition=\"$show[\'attachlimit\']\">\r\n <tr>\r\n <td>\r\n <table style=\"border:2px groove\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'currentattachsize\']\"><td width=\"$attachsize\" style=\"background-color:red; font-size:10px\" title=\"<phrase 1=\"$attachsum\">$vbphrase[current_attachment_total_x]</phrase>\"> </td></if>\r\n <if condition=\"$show[\'totalattachsize\']\"><td width=\"$totalsize\" style=\"background-color:green; font-size:10px\" title=\"<phrase 1=\"$attachlimit\">$vbphrase[maximum_attachment_storage_x]</phrase>\"> </td></if>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</if>\r\n<if condition=\"$show[\'attachments\']\">\r\n<tbody>\r\n<tr align=\"center\">\r\n <td class=\"thead\">$vbphrase[attachment]</td>\r\n <td class=\"thead\">$vbphrase[title]</td>\r\n <if condition=\"$show[\'deleteoption\']\">\r\n <td class=\"thead\">$vbphrase[date]</td>\r\n <td class=\"thead\" style=\"padding:0px\"><input name=\"allbox\" type=\"checkbox\" value=\"Check All\" title=\"$vbphrase[check_uncheck_all]\" onclick=\"checkall(this.form);\" /></td>\r\n <else />\r\n <td class=\"thead\" colspan=\"2\">$vbphrase[date]</td>\r\n </if>\r\n\r\n</tr>\r\n<if condition=\"$show[\'thumbnails\']\"><col align=\"center\"></col></if>\r\n\r\n$template[attachmentlistbits]\r\n\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"4\" align=\"$stylevar[right]\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[left]\">\r\n <if condition=\"$show[\'thumbnails\']\">\r\n <a href=\"profile.php?$session[sessionurl]do=editattachments&pp=$perpage&page=$pagenumber<if condition=\"$show[\'otheruserid\']\">&userid=$userid</if>\"><strong>$vbphrase[hide_thumbnails]</strong></a>\r\n <else />\r\n <a href=\"profile.php?$session[sessionurl]do=editattachments&pp=$perpage&page=$pagenumber&showthumbs=1<if condition=\"$show[\'otheruserid\']\">&userid=$userid</if>\"><strong>$vbphrase[show_thumbnails]</strong></a>\r\n </if>\r\n </span>\r\n <if condition=\"$show[\'deleteoption\']\">\r\n <input type=\"hidden\" name=\"perpage\" value=\"$perpage\" />\r\n <input type=\"hidden\" name=\"pagenumber\" value=\"$pagenumber\" />\r\n <input type=\"hidden\" name=\"showthumbs\" value=\"$showthumbs\" />\r\n <input type=\"hidden\" name=\"do\" value=\"deleteattachments\" />\r\n <input type=\"hidden\" name=\"userid\" value=\"$userid\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_selected]\" />\r\n </if>\r\n </td>\r\n</tr>\r\n</tbody>\r\n<else />\r\n<tbody>\r\n<tr>\r\n <td class=\"alt1\" colspan=\"4\" align=\"center\">\r\n <p>$vbphrase[you_have_no_attachments]</p>\r\n </td>\r\n</tr>\r\n</tbody>\r\n</if>\r\n</table>\r\n\r\n</form>\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>','template',1074098146,'freddie','3.0.0 Release Candidate 3'),(176,-1,'modifyattachmentsbit','<tr>\r\n <td class=\\\"alt2\\\">\r\n <div>\r\n \" . (($show[\'thumbnail\']) ? (\"\r\n <a href=\\\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]\\\" target=\\\"attachment\\\"><img src=\\\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]&stc=1&thumb=1\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_attach]/$post[attachmentextension].gif\\\" alt=\\\"$post[attachmentextension]\\\" /> <a href=\\\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]\\\" target=\\\"attachment\\\">$post[filename]</a>\r\n \")).\"\r\n </div>\r\n <div class=\\\"smallfont\\\">$post[size], \" . construct_phrase(\"$vbphrase[x_downloads]\", \"$post[counter]\") . \"</div>\r\n </td>\r\n <td class=\\\"alt1\\\">\r\n <div class=\\\"smallfont\\\">\r\n <div><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$post[p_threadid]\\\">$post[t_title]</a></div>\r\n <div><strong>$vbphrase[post]</strong>: <a href=\\\"showthread.php?$session[sessionurl]p=$post[postid]#post$post[postid]\\\">$post[p_title]</a></div>\r\n </div>\r\n </td>\r\n <td class=\\\"alt2\\\">\r\n \" . (($show[\'inprogress\']) ? (\"\r\n <em>$vbphrase[in_progress]</em>\r\n \") : (\"\r\n <div class=\\\"smallfont\\\">$post[postdate] \" . ((!$show[\'detailedtime\']) ? (\"<span class=\\\"time\\\">$post[posttime]</span>\") : (\"\")).\"</div>\r\n \")).\"\r\n </td>\r\n \" . (($show[\'deletebox\']) ? (\"\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" style=\\\"padding:0px\\\"><input type=\\\"checkbox\\\" name=\\\"deletebox[$post[attachmentid]]\\\" value=\\\"yes\\\" /></td> \r\n \") : (\"\r\n <td class=\\\"alt1\\\" align=\\\"center\\\"> </td>\r\n \")).\"\r\n</tr>','<tr>\r\n <td class=\"alt2\">\r\n <div>\r\n <if condition=\"$show[\'thumbnail\']\">\r\n <a href=\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]\" target=\"attachment\"><img src=\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]&stc=1&thumb=1\" border=\"0\" /></a>\r\n <else />\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_attach]/$post[attachmentextension].gif\" alt=\"$post[attachmentextension]\" /> <a href=\"attachment.php?$session[sessionurl]attachmentid=$post[attachmentid]\" target=\"attachment\">$post[filename]</a>\r\n </if>\r\n </div>\r\n <div class=\"smallfont\">$post[size], <phrase 1=\"$post[counter]\">$vbphrase[x_downloads]</phrase></div>\r\n </td>\r\n <td class=\"alt1\">\r\n <div class=\"smallfont\">\r\n <div><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$post[p_threadid]\">$post[t_title]</a></div>\r\n <div><strong>$vbphrase[post]</strong>: <a href=\"showthread.php?$session[sessionurl]p=$post[postid]#post$post[postid]\">$post[p_title]</a></div>\r\n </div>\r\n </td>\r\n <td class=\"alt2\">\r\n <if condition=\"$show[\'inprogress\']\">\r\n <em>$vbphrase[in_progress]</em>\r\n <else />\r\n <div class=\"smallfont\">$post[postdate] <if condition=\"!$show[\'detailedtime\']\"><span class=\"time\">$post[posttime]</span></if></div>\r\n </if>\r\n </td>\r\n <if condition=\"$show[\'deletebox\']\">\r\n <td class=\"alt1\" align=\"center\" style=\"padding:0px\"><input type=\"checkbox\" name=\"deletebox[$post[attachmentid]]\" value=\"yes\" /></td> \r\n <else />\r\n <td class=\"alt1\" align=\"center\"> </td>\r\n </if>\r\n</tr>','template',1071781173,'freddie','3.0.0 Release Candidate 1'),(177,-1,'modifyavatar','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction check_yes(objid)\r\n{\r\n yes = fetch_object(objid);\r\n if (yes)\r\n {\r\n yes.checked = true;\r\n }\r\n}\r\nfunction switch_avatar_category()\r\n{\r\n selobj = fetch_object(\\\"avatar_category_select\\\");\r\n window.location = \\\"profile.php?$session[sessionurl_js]do=editavatar&categoryid=\\\" + selobj.options[selobj.selectedIndex].value;\r\n}\r\n//-->\r\n</script>\r\n\r\n<form enctype=\\\"multipart/form-data\\\" action=\\\"profile.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updateavatar\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_avatar]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[your_current_avatar]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr valign=\\\"top\\\">\r\n $currentavatar\r\n <td class=\\\"smallfont\\\">\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">$vbphrase[avatars_small_graphics_short]</div>\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\"><label for=\\\"rb_avatarid_no\\\"><input type=\\\"radio\\\" name=\\\"avatarid\\\" value=\\\"-1\\\" id=\\\"rb_avatarid_no\\\" $nouseavatarchecked />$vbphrase[do_not_use_an_avatar]</label></div>\r\n <div>$vbphrase[note_have_custom_avatar_delete]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($show[\'forumavatars\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>\" . construct_phrase(\"$vbphrase[predefined_x]\", \"$categoryname\") . \"</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td colspan=\\\"$cols\\\">\r\n $vbphrase[avatar_category]:<br />\r\n <select name=\\\"categoryid\\\" id=\\\"avatar_category_select\\\" onchange=\\\"switch_avatar_category()\\\">$categorybits</select>\r\n <input type=\\\"button\\\" value=\\\"$vbphrase[go]\\\" class=\\\"button\\\" onclick=\\\"switch_avatar_category()\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"$cols\\\">$vbphrase[may_select_predefined_as_avatar]</td>\r\n </tr>\r\n $avatarlist\r\n \" . (($show[\'pagenav\']) ? (\"\r\n <tr valign=\\\"bottom\\\">\r\n <td colspan=\\\"$cols\\\">\r\n $pagenav\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'customavatar\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[custom_avatar]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[have_custom_avatar_want_as_is]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"avatar_yes\\\"><input type=\\\"radio\\\" name=\\\"avatarid\\\" value=\\\"0\\\" id=\\\"avatar_yes\\\" $avatarchecked[0] />$vbphrase[use_custom_avatar]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[may_upload_custom_image]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[enter_avatar_url]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"avatarurl\\\" value=\\\"http://www.\\\" onchange=\\\"check_yes(\'avatar_yes\')\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <input type=\\\"hidden\\\" name=\\\"MAX_FILE_SIZE\\\" value=\\\"$inimaxattach\\\" />\r\n $vbphrase[upload_avatar_from_computer]:<br />\r\n <input type=\\\"file\\\" class=\\\"bginput\\\" name=\\\"upload\\\" onchange=\\\"check_yes(\'avatar_yes\')\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[note_maximum_size_x_y_or_z]\", \"$permissions[avatarmaxwidth]\", \"$permissions[avatarmaxheight]\", \"$permissions[avatarmaxsize]\") . \"</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<script type=\"text/javascript\">\r\n<!--\r\nfunction check_yes(objid)\r\n{\r\n yes = fetch_object(objid);\r\n if (yes)\r\n {\r\n yes.checked = true;\r\n }\r\n}\r\nfunction switch_avatar_category()\r\n{\r\n selobj = fetch_object(\"avatar_category_select\");\r\n window.location = \"profile.php?$session[sessionurl_js]do=editavatar&categoryid=\" + selobj.options[selobj.selectedIndex].value;\r\n}\r\n//-->\r\n</script>\r\n\r\n<form enctype=\"multipart/form-data\" action=\"profile.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updateavatar\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_avatar]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[your_current_avatar]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr valign=\"top\">\r\n $currentavatar\r\n <td class=\"smallfont\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\">$vbphrase[avatars_small_graphics_short]</div>\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\"><label for=\"rb_avatarid_no\"><input type=\"radio\" name=\"avatarid\" value=\"-1\" id=\"rb_avatarid_no\" $nouseavatarchecked />$vbphrase[do_not_use_an_avatar]</label></div>\r\n <div>$vbphrase[note_have_custom_avatar_delete]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$show[\'forumavatars\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><phrase 1=\"$categoryname\">$vbphrase[predefined_x]</phrase></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td colspan=\"$cols\">\r\n $vbphrase[avatar_category]:<br />\r\n <select name=\"categoryid\" id=\"avatar_category_select\" onchange=\"switch_avatar_category()\">$categorybits</select>\r\n <input type=\"button\" value=\"$vbphrase[go]\" class=\"button\" onclick=\"switch_avatar_category()\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"$cols\">$vbphrase[may_select_predefined_as_avatar]</td>\r\n </tr>\r\n $avatarlist\r\n <if condition=\"$show[\'pagenav\']\">\r\n <tr valign=\"bottom\">\r\n <td colspan=\"$cols\">\r\n $pagenav\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'customavatar\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[custom_avatar]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[have_custom_avatar_want_as_is]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"avatar_yes\"><input type=\"radio\" name=\"avatarid\" value=\"0\" id=\"avatar_yes\" $avatarchecked[0] />$vbphrase[use_custom_avatar]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[may_upload_custom_image]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[enter_avatar_url]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"avatarurl\" value=\"http://www.\" onchange=\"check_yes(\'avatar_yes\')\" size=\"50\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"$inimaxattach\" />\r\n $vbphrase[upload_avatar_from_computer]:<br />\r\n <input type=\"file\" class=\"bginput\" name=\"upload\" onchange=\"check_yes(\'avatar_yes\')\" size=\"50\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><phrase 1=\"$permissions[avatarmaxwidth]\" 2=\"$permissions[avatarmaxheight]\" 3=\"$permissions[avatarmaxsize]\">$vbphrase[note_maximum_size_x_y_or_z]</phrase></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1080478996,'Ed Sullivan','3.0.1'),(178,-1,'modifyavatarbit',' <td class=\\\"smallfont\\\" align=\\\"$stylevar[left]\\\">\r\n <label for=\\\"rb_avatarid_$avatar[avatarid]\\\">\r\n <img src=\\\"$avatar[avatarpath]\\\" alt=\\\"$avatar[title]\\\" border=\\\"0\\\" /><br />\r\n <input type=\\\"radio\\\" name=\\\"avatarid\\\" value=\\\"$avatar[avatarid]\\\" id=\\\"rb_avatarid_$avatar[avatarid]\\\" $avatarchecked[$avatarid] />$avatar[title]\r\n </label>\r\n </td>\r\n',' <td class=\"smallfont\" align=\"$stylevar[left]\">\r\n <label for=\"rb_avatarid_$avatar[avatarid]\">\r\n <img src=\"$avatar[avatarpath]\" alt=\"$avatar[title]\" border=\"0\" /><br />\r\n <input type=\"radio\" name=\"avatarid\" value=\"$avatar[avatarid]\" id=\"rb_avatarid_$avatar[avatarid]\" $avatarchecked[$avatarid] />$avatar[title]\r\n </label>\r\n </td>\r\n','template',1067805167,'Kier','3.0.0 Gamma'),(179,-1,'modifyavatarbit_custom','<td class=\\\"smallfont\\\">\r\n <img src=\\\"$bbuserinfo[avatarurl]\\\" alt=\\\"$vbphrase[custom_avatar]\\\" border=\\\"0\\\" />\r\n</td>','<td class=\"smallfont\">\r\n <img src=\"$bbuserinfo[avatarurl]\" alt=\"$vbphrase[custom_avatar]\" border=\"0\" />\r\n</td>','template',1070079023,'Ed Sullivan','3.0.0 Gamma'),(180,-1,'modifyavatarbit_noavatar','<td class=\\\"alt1\\\" style=\\\"border:1px inset; padding:$stylevar[cellpadding]px\\\">\r\n <span class=\\\"smallfont\\\">$vbphrase[no_avatar_specified]</span>\r\n</td>','<td class=\"alt1\" style=\"border:1px inset; padding:$stylevar[cellpadding]px\">\r\n <span class=\"smallfont\">$vbphrase[no_avatar_specified]</span>\r\n</td>','template',1072807062,'Kier','3.0.0 Release Candidate 1'),(181,-1,'modifyavatar_category',' <option value=\\\"$thiscategoryid\\\"$selected>$category[title] (\" . construct_phrase(\"$vbphrase[x_avatars]\", \"$category[avatars]\") . \")</option>\r\n',' <option value=\"$thiscategoryid\"$selected>$category[title] (<phrase 1=\"$category[avatars]\">$vbphrase[x_avatars]</phrase>)</option>\r\n','template',1070079040,'Ed Sullivan','3.0.0 Gamma'),(182,-1,'modifylist','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[buddy_ignore_lists]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">$vbphrase[remove_user_from_lists]</div>\r\n \r\n <table class=\\\"fieldset\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr valign=\\\"top\\\">\r\n <td>\r\n <form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatelist\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"userlist\\\" value=\\\"buddy\\\" /> \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[buddy_list]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $buddy_listbits\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"listbits[]\\\" size=\\\"25\\\" /></div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"listbits[]\\\" size=\\\"25\\\" /></div>\r\n </div>\r\n <div align=\\\"center\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[update_buddy_list]\\\" accesskey=\\\"s\\\" /></div>\r\n </fieldset> \r\n </form>\r\n </td>\r\n <td> </td>\r\n <td>\r\n <form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatelist\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"userlist\\\" value=\\\"ignore\\\" /> \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[ignore_list]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $ignore_listbits\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"listbits[]\\\" size=\\\"25\\\" /></div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"listbits[]\\\" size=\\\"25\\\" /></div>\r\n </div>\r\n <div align=\\\"center\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[update_ignore_list]\\\" accesskey=\\\"s\\\" /></div>\r\n </fieldset> \r\n </form> \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n <div class=\\\"fieldset\\\" align=\\\"center\\\">\" . construct_phrase(\"$vbphrase[view_complete_members_list]\", \"memberlist.php?$session[sessionurl]\") . \"</div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[buddy_ignore_lists]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">$vbphrase[remove_user_from_lists]</div>\r\n \r\n <table class=\"fieldset\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr valign=\"top\">\r\n <td>\r\n <form action=\"profile.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updatelist\" />\r\n <input type=\"hidden\" name=\"userlist\" value=\"buddy\" /> \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[buddy_list]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $buddy_listbits\r\n <div><input type=\"text\" class=\"bginput\" name=\"listbits[]\" size=\"25\" /></div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"listbits[]\" size=\"25\" /></div>\r\n </div>\r\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[update_buddy_list]\" accesskey=\"s\" /></div>\r\n </fieldset> \r\n </form>\r\n </td>\r\n <td> </td>\r\n <td>\r\n <form action=\"profile.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updatelist\" />\r\n <input type=\"hidden\" name=\"userlist\" value=\"ignore\" /> \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[ignore_list]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $ignore_listbits\r\n <div><input type=\"text\" class=\"bginput\" name=\"listbits[]\" size=\"25\" /></div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"listbits[]\" size=\"25\" /></div>\r\n </div>\r\n <div align=\"center\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[update_ignore_list]\" accesskey=\"s\" /></div>\r\n </fieldset> \r\n </form> \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n <div class=\"fieldset\" align=\"center\"><phrase 1=\"memberlist.php?$session[sessionurl]\">$vbphrase[view_complete_members_list]</phrase></div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1070584885,'Ed Sullivan','3.0.0 Gamma'),(183,-1,'modifylistbit','<div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"listbits[]\\\" value=\\\"$username\\\" size=\\\"25\\\" /></div>\r\n','<div><input type=\"text\" class=\"bginput\" name=\"listbits[]\" value=\"$username\" size=\"25\" /></div>\r\n','template',1068689004,'Kier','3.0.0 Gamma'),(184,-1,'modifylist_adduser','<form method=\\\"post\\\" action=\\\"profile.php\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"doaddlist\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"userid\\\" value=\\\"$userinfo[userid]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"userlist\\\" value=\\\"$userlist\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n \" . (($show[\'buddylist\']) ? (\"\r\n $vbphrase[buddy_list]\r\n \") : (\"\r\n $vbphrase[ignore_list]\r\n \")).\"\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n <div align=\\\"center\\\">\r\n \" . (($show[\'buddylist\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[add_x_to_your_buddylist]\", \"<strong>$userinfo[username]</strong>\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[add_x_to_your_ignorelist]\", \"<strong>$userinfo[username]</strong>\") . \"\r\n \")).\"\r\n </div> \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[submit]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form method=\"post\" action=\"profile.php\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"doaddlist\" />\r\n<input type=\"hidden\" name=\"userid\" value=\"$userinfo[userid]\" />\r\n<input type=\"hidden\" name=\"userlist\" value=\"$userlist\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <if condition=\"$show[\'buddylist\']\">\r\n $vbphrase[buddy_list]\r\n <else />\r\n $vbphrase[ignore_list]\r\n </if>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n <div align=\"center\">\r\n <if condition=\"$show[\'buddylist\']\">\r\n <phrase 1=\"<strong>$userinfo[username]</strong>\">$vbphrase[add_x_to_your_buddylist]</phrase>\r\n <else />\r\n <phrase 1=\"<strong>$userinfo[username]</strong>\">$vbphrase[add_x_to_your_ignorelist]</phrase>\r\n </if>\r\n </div> \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[submit]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1104627680,'Admin','3.0.4'),(185,-1,'modifylist_removeuser','<form method=\\\"post\\\" action=\\\"profile.php\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"doremovelist\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"userid\\\" value=\\\"$userinfo[userid]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"userlist\\\" value=\\\"$userlist\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n \" . (($show[\'buddylist\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[remove_x_from_your_buddylist]\", \"$userinfo[username]\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[remove_x_from_your_ignorelist]\", \"$userinfo[username]\") . \"\r\n \")).\"\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n <div align=\\\"center\\\">\r\n \" . construct_phrase(\"$vbphrase[are_you_sure_you_want_to_remove_x]\", \"<strong>$userinfo[username]</strong>\") . \"\r\n </div> \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[yes]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form method=\"post\" action=\"profile.php\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"doremovelist\" />\r\n<input type=\"hidden\" name=\"userid\" value=\"$userinfo[userid]\" />\r\n<input type=\"hidden\" name=\"userlist\" value=\"$userlist\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <if condition=\"$show[\'buddylist\']\">\r\n <phrase 1=\"$userinfo[username]\">$vbphrase[remove_x_from_your_buddylist]</phrase>\r\n <else />\r\n <phrase 1=\"$userinfo[username]\">$vbphrase[remove_x_from_your_ignorelist]</phrase>\r\n </if>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n <div align=\"center\">\r\n <phrase 1=\"<strong>$userinfo[username]</strong>\">$vbphrase[are_you_sure_you_want_to_remove_x]</phrase>\r\n </div> \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[yes]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1073517611,'freddie','3.0.0 Release Candidate 3'),(186,-1,'modifyoptions','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction toggle_disabled(status, objid)\r\n{\r\n obj = fetch_object(objid);\r\n if (obj)\r\n {\r\n obj.disabled = (status ? false : true);\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[dbsessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updateoptions\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_options]<span class=\\\"normal\\\">: $bbuserinfo[username]<span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'uopt_login\')\\\"><img id=\\\"collapseimg_uopt_login\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_login].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[login_privacy]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_uopt_login\\\" style=\\\"$vbcollapse[collapseobj_uopt_login]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'invisibleoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"cb_invisible\\\">$vbphrase[use_invisible_mode]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[invisible_mode_allows]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_invisible\\\"><input type=\\\"checkbox\\\" name=\\\"options[invisible]\\\" value=\\\"1\\\" id=\\\"cb_invisible\\\" $checked[invisible] />$vbphrase[use_invisible_mode]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'reputationoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"cb_showreputation\\\">$vbphrase[show_my_reputation_level]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n \" . construct_phrase(\"$vbphrase[current_reputation_level_is_displayed]\", \"$bbuserinfo[reputation]\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_showreputation\\\"><input type=\\\"checkbox\\\" name=\\\"options[showreputation]\\\" value=\\\"1\\\" id=\\\"cb_showreputation\\\" $checked[showreputation] />$vbphrase[show_my_reputation_level]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"cb_showvcard\\\">$vbphrase[allow_vcard_download]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[may_allow_users_tdownload_vcard]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_showvcard\\\"><input type=\\\"checkbox\\\" name=\\\"options[showvcard]\\\" value=\\\"1\\\" id=\\\"cb_showvcard\\\" $checked[showvcard] />$vbphrase[allow_vcard_download]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[login]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n<tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'uopt_msg\')\\\"><img id=\\\"collapseimg_uopt_msg\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_msg].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[messaging_notification]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_uopt_msg\\\" style=\\\"$vbcollapse[collapseobj_uopt_msg]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[receive_email]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[administrators_may_send_email]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_adminemail\\\"><input type=\\\"checkbox\\\" name=\\\"options[adminemail]\\\" value=\\\"1\\\" id=\\\"cb_adminemail\\\" $checked[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label></td>\r\n </tr>\r\n \" . (($vboptions[\'enableemail\']) ? (\"\r\n <tr>\r\n <td><br />$vbphrase[allow_members_send_you_email]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_showemail\\\"><input type=\\\"checkbox\\\" name=\\\"options[showemail]\\\" value=\\\"1\\\" id=\\\"cb_showemail\\\" $checked[showemail] />$vbphrase[receive_email_from_other_members]</label></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n \" . ((!$vboptions[\'enableemail\']) ? (\"\r\n <input type=\\\"hidden\\\" name=\\\"options[showemail]\\\" value=\\\"$bbuserinfo[showemail]\\\" />\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_autosubscribe\\\">$vbphrase[default_thread_subscription_mode]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[can_automatically_subscribe]\", \"subscription.php?$session[sessionurl]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"autosubscribe\\\" id=\\\"sel_autosubscribe\\\">\r\n <option value=\\\"-1\\\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\\\"0\\\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\\\"1\\\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\\\"2\\\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\\\"3\\\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select>\r\n </span>\r\n <label for=\\\"sel_autosubscribe\\\">$vbphrase[default_thread_subscription_mode]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($show[\'pmoptions\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"cb_receivepm\\\">$vbphrase[private_messaging]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n \" . construct_phrase(\"$vbphrase[features_private_messaging_system]\", \"private.php?$session[sessionurl]\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_receivepm\\\"><input type=\\\"checkbox\\\" name=\\\"options[receivepm]\\\" value=\\\"1\\\" id=\\\"cb_receivepm\\\" onclick=\\\"toggle_disabled(this.checked, \'pmoptions\')\\\" $checked[receivepm] />$vbphrase[enable_private_messaging]</label></td>\r\n </tr>\r\n <tbody id=\\\"pmoptions\\\"\" . ((!$bbuserinfo[receivepm]) ? (\" disabled=\\\"disabled\\\"\") : (\"\")).\">\r\n <tr>\r\n <td><br />$vbphrase[can_email_when_sends_you_pm]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_emailonpm\\\"><input type=\\\"checkbox\\\" name=\\\"options[emailonpm]\\\" value=\\\"1\\\" id=\\\"cb_emailonpm\\\" $checked[emailonpm] />$vbphrase[receive_email_notification_pm]</label></td>\r\n </tr>\r\n <tr>\r\n <td><br />$vbphrase[browsing_when_receive_pm_popup]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_pmpopup\\\"><input type=\\\"checkbox\\\" name=\\\"pmpopup\\\" value=\\\"1\\\" id=\\\"cb_pmpopup\\\" $checked[pmpopup] />$vbphrase[show_pm_popup]</label></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </fieldset>\r\n \") : (\"\r\n <input type=\\\"hidden\\\" name=\\\"options[receivepm]\\\" value=\\\"$bbuserinfo[receivepm]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"options[emailonpm]\\\" value=\\\"$bbuserinfo[emailonpm]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pmpopup\\\" value=\\\"$bbuserinfo[pmpopup]\\\" />\r\n \")).\"\r\n \r\n $customfields[messaging]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'uopt_thrd\')\\\"><img id=\\\"collapseimg_uopt_thrd\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_thrd].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[thread_display_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_uopt_thrd\\\" style=\\\"$vbcollapse[collapseobj_uopt_thrd]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[visible_post_elements]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[option_to_hide_elements]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\\\"cb_showsignatures\\\"><input type=\\\"checkbox\\\" name=\\\"options[showsignatures]\\\" value=\\\"1\\\" id=\\\"cb_showsignatures\\\" $checked[showsignatures] />$vbphrase[show_signatures]</label></div>\r\n <div><label for=\\\"cb_showavatars\\\"><input type=\\\"checkbox\\\" name=\\\"options[showavatars]\\\" value=\\\"1\\\" id=\\\"cb_showavatars\\\" $checked[showavatars] />$vbphrase[show_avatars]</label></div>\r\n <div><label for=\\\"cb_showimages\\\"><input type=\\\"checkbox\\\" name=\\\"options[showimages]\\\" value=\\\"1\\\" id=\\\"cb_showimages\\\" $checked[showimages] />$vbphrase[show_images] ($vbphrase[including_attached_and_img_code])</label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_threadedmode\\\">$vbphrase[thread_display_mode]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[choose_thread_display_mode]\", \"faq.php?$session[sessionurl]faq=vb_board_usage#faq_vb_threadedmode\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"threadedmode\\\" id=\\\"sel_threadedmode\\\">\r\n <option value=\\\"0\\\" $threaddisplaymode[0]>$vbphrase[linear] - $vbphrase[oldest_first]</option>\r\n <option value=\\\"3\\\" $threaddisplaymode[3]>$vbphrase[linear] - $vbphrase[newest_first]</option>\r\n \" . (($vboptions[\'allowthreadedmode\']) ? (\"\r\n <option value=\\\"1\\\" $threaddisplaymode[1]>$vbphrase[threaded]</option>\r\n <option value=\\\"2\\\" $threaddisplaymode[2]>$vbphrase[hybrid]</option>\r\n \") : (\"\")).\"\r\n </select>\r\n </span>\r\n <label for=\\\"sel_threadedmode\\\">$vbphrase[thread_display_mode]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_umaxposts\\\">$vbphrase[posts_to_show_per_page]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[use_set_posts_before_splitting]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"umaxposts\\\" id=\\\"sel_umaxposts\\\">\r\n <option value=\\\"-1\\\" $postsdefaultselected>$vbphrase[use_forum_default]</option>\r\n $maxpostsoptions\r\n </select>\r\n </span>\r\n <label for=\\\"sel_umaxposts\\\">$vbphrase[posts_to_show_per_page]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_prunedays\\\">$vbphrase[default_thread_age_cut_off]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[time_period_to_display_threads]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"prunedays\\\" id=\\\"sel_prunedays\\\">\r\n <option value=\\\"0\\\" $daysdefaultselected>$vbphrase[use_forum_default]</option>\r\n <option value=\\\"1\\\" $days1selected>$vbphrase[show_threads_from_last_day]</option>\r\n <option value=\\\"2\\\" $days2selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"2\") . \"</option>\r\n <option value=\\\"7\\\" $days7selected>$vbphrase[show_threads_from_last_week]</option>\r\n <option value=\\\"10\\\" $days10selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"10\") . \"</option>\r\n <option value=\\\"14\\\" $days14selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_weeks]\", \"2\") . \"</option>\r\n <option value=\\\"30\\\" $days30selected>$vbphrase[show_threads_from_last_month]</option>\r\n <option value=\\\"45\\\" $days45selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"45\") . \"</option>\r\n <option value=\\\"60\\\" $days60selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_months]\", \"2\") . \"</option>\r\n <option value=\\\"75\\\" $days75selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"75\") . \"</option>\r\n <option value=\\\"100\\\" $days100selected>\" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"100\") . \"</option>\r\n <option value=\\\"365\\\" $days365selected>$vbphrase[show_threads_from_last_year]</option>\r\n <option value=\\\"-1\\\" $daysallselected>$vbphrase[show_all_threads]</option>\r\n </select>\r\n </span>\r\n <label for=\\\"sel_prunedays\\\">$vbphrase[default_thread_age_cut_off]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[threadview]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'uopt_date\')\\\"><img id=\\\"collapseimg_uopt_date\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_date].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[date_time_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_uopt_date\\\" style=\\\"$vbcollapse[collapseobj_uopt_date]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $timezoneoptions\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_startofweek\\\">$vbphrase[start_of_the_week]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[parts_use_different_start_of_week]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"startofweek\\\" id=\\\"sel_startofweek\\\">\r\n <option value=\\\"1\\\" $day1selected>$vbphrase[sunday]</option>\r\n <option value=\\\"2\\\" $day2selected>$vbphrase[monday]</option>\r\n <option value=\\\"3\\\" $day3selected>$vbphrase[tuesday]</option>\r\n <option value=\\\"4\\\" $day4selected>$vbphrase[wednesday]</option>\r\n <option value=\\\"5\\\" $day5selected>$vbphrase[thursday]</option>\r\n <option value=\\\"6\\\" $day6selected>$vbphrase[friday]</option>\r\n <option value=\\\"7\\\" $day7selected>$vbphrase[saturday]</option>\r\n </select>\r\n </span>\r\n <label for=\\\"sel_startofweek\\\">$vbphrase[start_of_the_week]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[datetime]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'uopt_misc\')\\\"><img id=\\\"collapseimg_uopt_misc\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[miscellaneous_options]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\" id=\\\"collapseobj_uopt_misc\\\" style=\\\"$vbcollapse[collapseobj_uopt_misc]\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($vboptions[\'allowvbcodebuttons\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_showvbcode\\\">$vbphrase[message_editor_interface]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[entering_message_three_interface]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"showvbcode\\\" id=\\\"sel_showvbcode\\\">\r\n <option value=\\\"0\\\" $selectvbcode[0]>$vbphrase[basic_editor_simple_text_box]</option>\r\n <option value=\\\"1\\\" $selectvbcode[1]>$vbphrase[standard_editor_extra_formatting]</option>\r\n \" . (($show[\'wyswiygoption\']) ? (\"\r\n <option value=\\\"2\\\" $selectvbcode[2]>$vbphrase[enhanced_interface_wysiwyg]</option>\r\n \") : (\"\")).\"\r\n </select>\r\n </span>\r\n <label for=\\\"sel_showvbcode\\\">$vbphrase[message_editor_interface]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\r\n <input type=\\\"hidden\\\" name=\\\"showvbcode\\\" value=\\\"$bbuserinfo[showvbcode]\\\" />\r\n \")).\"\r\n \r\n \" . (($show[\'styleoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_newstyleset\\\">$vbphrase[board_skin]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[switch_skin_select]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"newstyleset\\\" id=\\\"sel_newstyleset\\\">\r\n $stylesetlist\r\n </select>\r\n </span>\r\n <label for=\\\"sel_newstyleset\\\">$vbphrase[board_skin]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'languageoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_languageid\\\">$vbphrase[board_language]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[board_can_be_shown_any_language]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"languageid\\\" id=\\\"sel_languageid\\\">\r\n <option value=\\\"0\\\">$vbphrase[use_forum_default]</option>\r\n $languagelist\r\n </select>\r\n </span>\r\n <label for=\\\"sel_languageid\\\">$vbphrase[board_language]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n $customfields[other]\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<script type=\"text/javascript\">\r\n<!--\r\nfunction toggle_disabled(status, objid)\r\n{\r\n obj = fetch_object(objid);\r\n if (obj)\r\n {\r\n obj.disabled = (status ? false : true);\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\"profile.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[dbsessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updateoptions\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_options]<span class=\"normal\">: $bbuserinfo[username]<span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'uopt_login\')\"><img id=\"collapseimg_uopt_login\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_login].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[login_privacy]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\"collapseobj_uopt_login\" style=\"$vbcollapse[collapseobj_uopt_login]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'invisibleoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"cb_invisible\">$vbphrase[use_invisible_mode]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[invisible_mode_allows]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_invisible\"><input type=\"checkbox\" name=\"options[invisible]\" value=\"1\" id=\"cb_invisible\" $checked[invisible] />$vbphrase[use_invisible_mode]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'reputationoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"cb_showreputation\">$vbphrase[show_my_reputation_level]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n <phrase 1=\"$bbuserinfo[reputation]\">$vbphrase[current_reputation_level_is_displayed]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_showreputation\"><input type=\"checkbox\" name=\"options[showreputation]\" value=\"1\" id=\"cb_showreputation\" $checked[showreputation] />$vbphrase[show_my_reputation_level]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"cb_showvcard\">$vbphrase[allow_vcard_download]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n $vbphrase[may_allow_users_tdownload_vcard]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_showvcard\"><input type=\"checkbox\" name=\"options[showvcard]\" value=\"1\" id=\"cb_showvcard\" $checked[showvcard] />$vbphrase[allow_vcard_download]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[login]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n<tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'uopt_msg\')\"><img id=\"collapseimg_uopt_msg\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_msg].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[messaging_notification]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\"collapseobj_uopt_msg\" style=\"$vbcollapse[collapseobj_uopt_msg]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[receive_email]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n $vbphrase[administrators_may_send_email]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_adminemail\"><input type=\"checkbox\" name=\"options[adminemail]\" value=\"1\" id=\"cb_adminemail\" $checked[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label></td>\r\n </tr>\r\n <if condition=\"$vboptions[\'enableemail\']\">\r\n <tr>\r\n <td><br />$vbphrase[allow_members_send_you_email]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_showemail\"><input type=\"checkbox\" name=\"options[showemail]\" value=\"1\" id=\"cb_showemail\" $checked[showemail] />$vbphrase[receive_email_from_other_members]</label></td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n <if condition=\"!$vboptions[\'enableemail\']\">\r\n <input type=\"hidden\" name=\"options[showemail]\" value=\"$bbuserinfo[showemail]\" />\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_autosubscribe\">$vbphrase[default_thread_subscription_mode]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td><phrase 1=\"subscription.php?$session[sessionurl]\">$vbphrase[can_automatically_subscribe]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"autosubscribe\" id=\"sel_autosubscribe\">\r\n <option value=\"-1\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\"0\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\"1\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\"2\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\"3\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select>\r\n </span>\r\n <label for=\"sel_autosubscribe\">$vbphrase[default_thread_subscription_mode]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$show[\'pmoptions\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"cb_receivepm\">$vbphrase[private_messaging]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n <phrase 1=\"private.php?$session[sessionurl]\">$vbphrase[features_private_messaging_system]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_receivepm\"><input type=\"checkbox\" name=\"options[receivepm]\" value=\"1\" id=\"cb_receivepm\" onclick=\"toggle_disabled(this.checked, \'pmoptions\')\" $checked[receivepm] />$vbphrase[enable_private_messaging]</label></td>\r\n </tr>\r\n <tbody id=\"pmoptions\"<if condition=\"!$bbuserinfo[receivepm]\"> disabled=\"disabled\"</if>>\r\n <tr>\r\n <td><br />$vbphrase[can_email_when_sends_you_pm]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_emailonpm\"><input type=\"checkbox\" name=\"options[emailonpm]\" value=\"1\" id=\"cb_emailonpm\" $checked[emailonpm] />$vbphrase[receive_email_notification_pm]</label></td>\r\n </tr>\r\n <tr>\r\n <td><br />$vbphrase[browsing_when_receive_pm_popup]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_pmpopup\"><input type=\"checkbox\" name=\"pmpopup\" value=\"1\" id=\"cb_pmpopup\" $checked[pmpopup] />$vbphrase[show_pm_popup]</label></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </fieldset>\r\n <else />\r\n <input type=\"hidden\" name=\"options[receivepm]\" value=\"$bbuserinfo[receivepm]\" />\r\n <input type=\"hidden\" name=\"options[emailonpm]\" value=\"$bbuserinfo[emailonpm]\" />\r\n <input type=\"hidden\" name=\"pmpopup\" value=\"$bbuserinfo[pmpopup]\" />\r\n </if>\r\n \r\n $customfields[messaging]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'uopt_thrd\')\"><img id=\"collapseimg_uopt_thrd\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_thrd].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[thread_display_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_uopt_thrd\" style=\"$vbcollapse[collapseobj_uopt_thrd]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[visible_post_elements]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[option_to_hide_elements]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\"cb_showsignatures\"><input type=\"checkbox\" name=\"options[showsignatures]\" value=\"1\" id=\"cb_showsignatures\" $checked[showsignatures] />$vbphrase[show_signatures]</label></div>\r\n <div><label for=\"cb_showavatars\"><input type=\"checkbox\" name=\"options[showavatars]\" value=\"1\" id=\"cb_showavatars\" $checked[showavatars] />$vbphrase[show_avatars]</label></div>\r\n <div><label for=\"cb_showimages\"><input type=\"checkbox\" name=\"options[showimages]\" value=\"1\" id=\"cb_showimages\" $checked[showimages] />$vbphrase[show_images] ($vbphrase[including_attached_and_img_code])</label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_threadedmode\">$vbphrase[thread_display_mode]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td><phrase 1=\"faq.php?$session[sessionurl]faq=vb_board_usage#faq_vb_threadedmode\">$vbphrase[choose_thread_display_mode]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"threadedmode\" id=\"sel_threadedmode\">\r\n <option value=\"0\" $threaddisplaymode[0]>$vbphrase[linear] - $vbphrase[oldest_first]</option>\r\n <option value=\"3\" $threaddisplaymode[3]>$vbphrase[linear] - $vbphrase[newest_first]</option>\r\n <if condition=\"$vboptions[\'allowthreadedmode\']\">\r\n <option value=\"1\" $threaddisplaymode[1]>$vbphrase[threaded]</option>\r\n <option value=\"2\" $threaddisplaymode[2]>$vbphrase[hybrid]</option>\r\n </if>\r\n </select>\r\n </span>\r\n <label for=\"sel_threadedmode\">$vbphrase[thread_display_mode]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_umaxposts\">$vbphrase[posts_to_show_per_page]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[use_set_posts_before_splitting]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"umaxposts\" id=\"sel_umaxposts\">\r\n <option value=\"-1\" $postsdefaultselected>$vbphrase[use_forum_default]</option>\r\n $maxpostsoptions\r\n </select>\r\n </span>\r\n <label for=\"sel_umaxposts\">$vbphrase[posts_to_show_per_page]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_prunedays\">$vbphrase[default_thread_age_cut_off]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[time_period_to_display_threads]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"prunedays\" id=\"sel_prunedays\">\r\n <option value=\"0\" $daysdefaultselected>$vbphrase[use_forum_default]</option>\r\n <option value=\"1\" $days1selected>$vbphrase[show_threads_from_last_day]</option>\r\n <option value=\"2\" $days2selected><phrase 1=\"2\">$vbphrase[show_threads_from_last_x_days]</phrase></option>\r\n <option value=\"7\" $days7selected>$vbphrase[show_threads_from_last_week]</option>\r\n <option value=\"10\" $days10selected><phrase 1=\"10\">$vbphrase[show_threads_from_last_x_days]</phrase></option>\r\n <option value=\"14\" $days14selected><phrase 1=\"2\">$vbphrase[show_threads_from_last_x_weeks]</phrase></option>\r\n <option value=\"30\" $days30selected>$vbphrase[show_threads_from_last_month]</option>\r\n <option value=\"45\" $days45selected><phrase 1=\"45\">$vbphrase[show_threads_from_last_x_days]</phrase></option>\r\n <option value=\"60\" $days60selected><phrase 1=\"2\">$vbphrase[show_threads_from_last_x_months]</phrase></option>\r\n <option value=\"75\" $days75selected><phrase 1=\"75\">$vbphrase[show_threads_from_last_x_days]</phrase></option>\r\n <option value=\"100\" $days100selected><phrase 1=\"100\">$vbphrase[show_threads_from_last_x_days]</phrase></option>\r\n <option value=\"365\" $days365selected>$vbphrase[show_threads_from_last_year]</option>\r\n <option value=\"-1\" $daysallselected>$vbphrase[show_all_threads]</option>\r\n </select>\r\n </span>\r\n <label for=\"sel_prunedays\">$vbphrase[default_thread_age_cut_off]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[threadview]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'uopt_date\')\"><img id=\"collapseimg_uopt_date\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_date].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[date_time_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_uopt_date\" style=\"$vbcollapse[collapseobj_uopt_date]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n $timezoneoptions\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_startofweek\">$vbphrase[start_of_the_week]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[parts_use_different_start_of_week]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"startofweek\" id=\"sel_startofweek\">\r\n <option value=\"1\" $day1selected>$vbphrase[sunday]</option>\r\n <option value=\"2\" $day2selected>$vbphrase[monday]</option>\r\n <option value=\"3\" $day3selected>$vbphrase[tuesday]</option>\r\n <option value=\"4\" $day4selected>$vbphrase[wednesday]</option>\r\n <option value=\"5\" $day5selected>$vbphrase[thursday]</option>\r\n <option value=\"6\" $day6selected>$vbphrase[friday]</option>\r\n <option value=\"7\" $day7selected>$vbphrase[saturday]</option>\r\n </select>\r\n </span>\r\n <label for=\"sel_startofweek\">$vbphrase[start_of_the_week]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n $customfields[datetime]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'uopt_misc\')\"><img id=\"collapseimg_uopt_misc\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[miscellaneous_options]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\" id=\"collapseobj_uopt_misc\" style=\"$vbcollapse[collapseobj_uopt_misc]\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$vboptions[\'allowvbcodebuttons\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_showvbcode\">$vbphrase[message_editor_interface]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[entering_message_three_interface]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"showvbcode\" id=\"sel_showvbcode\">\r\n <option value=\"0\" $selectvbcode[0]>$vbphrase[basic_editor_simple_text_box]</option>\r\n <option value=\"1\" $selectvbcode[1]>$vbphrase[standard_editor_extra_formatting]</option>\r\n <if condition=\"$show[\'wyswiygoption\']\">\r\n <option value=\"2\" $selectvbcode[2]>$vbphrase[enhanced_interface_wysiwyg]</option>\r\n </if>\r\n </select>\r\n </span>\r\n <label for=\"sel_showvbcode\">$vbphrase[message_editor_interface]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n <else />\r\n <input type=\"hidden\" name=\"showvbcode\" value=\"$bbuserinfo[showvbcode]\" />\r\n </if>\r\n \r\n <if condition=\"$show[\'styleoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_newstyleset\">$vbphrase[board_skin]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n $vbphrase[switch_skin_select]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"newstyleset\" id=\"sel_newstyleset\">\r\n $stylesetlist\r\n </select>\r\n </span>\r\n <label for=\"sel_newstyleset\">$vbphrase[board_skin]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'languageoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_languageid\">$vbphrase[board_language]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[board_can_be_shown_any_language]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"languageid\" id=\"sel_languageid\">\r\n <option value=\"0\">$vbphrase[use_forum_default]</option>\r\n $languagelist\r\n </select>\r\n </span>\r\n <label for=\"sel_languageid\">$vbphrase[board_language]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n $customfields[other]\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1078836499,'Scott','3.0.0'),(187,-1,'modifyoptions_timezone','<fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"sel_timezoneoffset\\\">$vbphrase[time_zone]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[time_auto_corrected_to_location]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"timezoneoffset\\\" id=\\\"sel_timezoneoffset\\\">\r\n $timezoneoptions\r\n </select>\r\n </span>\r\n <label for=\\\"sel_timezoneoffset\\\">$vbphrase[time_zone]:</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[allow_daylight_savings_time]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <select name=\\\"dst\\\" id=\\\"sel_dst\\\">\r\n <option value=\\\"2\\\" $selectdst[2]>$vbphrase[automatically_detect_dst_settings]</option>\r\n <option value=\\\"1\\\" $selectdst[1]>$vbphrase[dst_corrections_always_on]</option>\r\n <option value=\\\"0\\\" $selectdst[0]>$vbphrase[dst_corrections_always_off]</option>\r\n </select>\r\n </span>\r\n <label for=\\\"sel_dst\\\">$vbphrase[dst_correction_option]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>','<fieldset class=\"fieldset\">\r\n <legend><label for=\"sel_timezoneoffset\">$vbphrase[time_zone]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[time_auto_corrected_to_location]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"timezoneoffset\" id=\"sel_timezoneoffset\">\r\n $timezoneoptions\r\n </select>\r\n </span>\r\n <label for=\"sel_timezoneoffset\">$vbphrase[time_zone]:</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[allow_daylight_savings_time]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\">\r\n <select name=\"dst\" id=\"sel_dst\">\r\n <option value=\"2\" $selectdst[2]>$vbphrase[automatically_detect_dst_settings]</option>\r\n <option value=\"1\" $selectdst[1]>$vbphrase[dst_corrections_always_on]</option>\r\n <option value=\"0\" $selectdst[0]>$vbphrase[dst_corrections_always_off]</option>\r\n </select>\r\n </span>\r\n <label for=\"sel_dst\">$vbphrase[dst_correction_option]:</label>\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>','template',1073264751,'Kier','3.0.0 Release Candidate 2'),(188,-1,'modifypassword','<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n<script type=\\\"text/javascript\\\">\r\nfunction hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)\r\n{\r\n md5hash(currentpassword, currentpassword_md5);\r\n // do various checks\r\n if (newpassword.value != \'\')\r\n {\r\n md5hash(newpassword, newpassword_md5);\r\n }\r\n if (newpasswordconfirm.value != \'\')\r\n {\r\n md5hash(newpasswordconfirm, newpasswordconfirm_md5);\r\n }\r\n}\r\n</script>\r\n\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\" onsubmit=\\\"hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatepassword\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"currentpassword_md5\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"newpassword_md5\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"newpasswordconfirm_md5\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_email_and_password]</td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'passwordexpired\']) ? (\"\r\n <div class=\\\"smallfont\\\">\r\n <strong>$vbphrase[current_password_expired]</strong>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n <div class=\\\"fieldset\\\">\r\n <div>$vbphrase[enter_password_to_continue]:</div>\r\n <div><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"currentpassword\\\" size=\\\"50\\\" maxlength=\\\"50\\\" /></div>\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[edit_password]\" . (($show[\'password_optional\']) ? (\" ($vbphrase[optional])\") : (\"\")).\"</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[new_password]:</div>\r\n <div><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"newpassword\\\" size=\\\"50\\\" maxlength=\\\"50\\\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[confirm_new_password]:</div>\r\n <div><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"newpasswordconfirm\\\" size=\\\"50\\\" maxlength=\\\"50\\\" /></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[edit_email_address] ($vbphrase[optional])</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[new_email_address]:</div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"email\\\" value=\\\"$bbuserinfo[email]\\\" size=\\\"50\\\" maxlength=\\\"50\\\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[confirm_new_email_address]:</div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"emailconfirm\\\" value=\\\"$bbuserinfo[email]\\\" size=\\\"50\\\" maxlength=\\\"50\\\" /></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n<script type=\"text/javascript\">\r\nfunction hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)\r\n{\r\n md5hash(currentpassword, currentpassword_md5);\r\n // do various checks\r\n if (newpassword.value != \'\')\r\n {\r\n md5hash(newpassword, newpassword_md5);\r\n }\r\n if (newpasswordconfirm.value != \'\')\r\n {\r\n md5hash(newpasswordconfirm, newpasswordconfirm_md5);\r\n }\r\n}\r\n</script>\r\n\r\n<form action=\"profile.php\" method=\"post\" onsubmit=\"hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updatepassword\" />\r\n<input type=\"hidden\" name=\"currentpassword_md5\" />\r\n<input type=\"hidden\" name=\"newpassword_md5\" />\r\n<input type=\"hidden\" name=\"newpasswordconfirm_md5\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_email_and_password]</td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'passwordexpired\']\">\r\n <div class=\"smallfont\">\r\n <strong>$vbphrase[current_password_expired]</strong>\r\n </div>\r\n </if>\r\n \r\n <div class=\"fieldset\">\r\n <div>$vbphrase[enter_password_to_continue]:</div>\r\n <div><input type=\"password\" class=\"bginput\" name=\"currentpassword\" size=\"50\" maxlength=\"50\" /></div>\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[edit_password]<if condition=\"$show[\'password_optional\']\"> ($vbphrase[optional])</if></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[new_password]:</div>\r\n <div><input type=\"password\" class=\"bginput\" name=\"newpassword\" size=\"50\" maxlength=\"50\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[confirm_new_password]:</div>\r\n <div><input type=\"password\" class=\"bginput\" name=\"newpasswordconfirm\" size=\"50\" maxlength=\"50\" /></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[edit_email_address] ($vbphrase[optional])</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[new_email_address]:</div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"email\" value=\"$bbuserinfo[email]\" size=\"50\" maxlength=\"50\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[confirm_new_email_address]:</div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"emailconfirm\" value=\"$bbuserinfo[email]\" size=\"50\" maxlength=\"50\" /></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1073183492,'Scott','3.0.0 Release Candidate 2'),(189,-1,'modifyprofile','\" . (($bbuserinfo[\'coppauser\']) ? (\"\r\n<!-- coppa text -->\r\n<form action=\\\"register.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"coppaform\\\" />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[coppa_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <p class=\\\"smallfont\\\">\r\n \" . construct_phrase(\"$vbphrase[make_changes_parent_notified]\", \"$vboptions[contactuslink]\") . \"\r\n </p>\r\n \r\n <p class=\\\"smallfont\\\">\r\n $vbphrase[print_new_permissions_form]\r\n </p>\r\n \r\n <input type=\\\"submit\\\" class=\\\"button\\\" style=\\\"font-weight:normal\\\" value=\\\"$vbphrase[display_permissions_form]\\\" />\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n<br />\r\n<!-- end coppa text -->\r\n\") : (\"\")).\"\r\n\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\" id=\\\"profileform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updateprofile\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_profile]<span class=\\\"normal\\\">: $bbuserinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[registration_required_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[email_and_password]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[click_button_below_edit_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <!-- don\'t remove -->\r\n <input type=\\\"image\\\" src=\\\"$vboptions[cleargifurl]\\\" width=\\\"1\\\" height=\\\"1\\\" />\r\n <!-- / don\'t remove -->\r\n <input type=\\\"submit\\\" class=\\\"button\\\" style=\\\"font-weight:normal\\\" value=\\\"$vbphrase[edit_email_and_password]\\\" name=\\\"gotopassword\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($bbuserinfo[\'coppauser\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"tb_parentemail\\\">$vbphrase[parent_guardian_email]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[if_under_13_provide_parent]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[parent_guardian_email]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"parentemail\\\" id=\\\"tb_parentemail\\\" size=\\\"50\\\" maxlength=\\\"30\\\" value=\\\"$bbuserinfo[parentemail]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"coppauser\\\" value=\\\"1\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'birthday_required\']) ? (\"\r\n $birthdaybit\r\n \") : (\"\")).\"\r\n \r\n $customfields[required]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[optional_information_will]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'customtitleoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"tb_customtext\\\">$vbphrase[custom_user_title]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[title_appears_beneath_your_name]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[your_current_user_title_is]:<br /><strong>$bbuserinfo[usertitle]</strong></td>\r\n <td align=\\\"$stylevar[right]\\\"><label for=\\\"cb_resettitle\\\"><input type=\\\"checkbox\\\" name=\\\"resettitle\\\" value=\\\"yes\\\" id=\\\"cb_resettitle\\\" />$vbphrase[reset]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[custom_user_title]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"customtext\\\" id=\\\"tb_customtext\\\" value=\\\"\\\" size=\\\"50\\\" maxlength=\\\"$vboptions[ctMaxChars]\\\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'birthday_optional\']) ? (\"\r\n $birthdaybit\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"tb_homepage\\\">$vbphrase[home_page_url]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[let_other_visitors_know_url]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[home_page_url]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"homepage\\\" id=\\\"tb_homepage\\\" value=\\\"$bbuserinfo[homepage]\\\" size=\\\"50\\\" maxlength=\\\"200\\\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[may_enter_identity_for_im]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[icq_number]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"icq\\\" value=\\\"$bbuserinfo[icq]\\\" size=\\\"25\\\" maxlength=\\\"30\\\" /></td>\r\n <td>$vbphrase[aim_screen_name]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"aim\\\" value=\\\"$bbuserinfo[aim]\\\" size=\\\"25\\\" maxlength=\\\"30\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[msn_messenger_handle]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"msn\\\" value=\\\"$bbuserinfo[msn]\\\" size=\\\"25\\\" maxlength=\\\"50\\\" /></td>\r\n <td>$vbphrase[yahoo_messenger_handle]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"yahoo\\\" value=\\\"$bbuserinfo[yahoo]\\\" size=\\\"25\\\" maxlength=\\\"30\\\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n\r\n\" . (($customfields[\'regular\']) ? (\"\r\n<!-- start if customfields -->\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[additional_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n\r\n $customfields[regular]\r\n\r\n<!-- end if custom fields -->\r\n\") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<if condition=\"$bbuserinfo[\'coppauser\']\">\r\n<!-- coppa text -->\r\n<form action=\"register.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"coppaform\" />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[coppa_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <p class=\"smallfont\">\r\n <phrase 1=\"$vboptions[contactuslink]\">$vbphrase[make_changes_parent_notified]</phrase>\r\n </p>\r\n \r\n <p class=\"smallfont\">\r\n $vbphrase[print_new_permissions_form]\r\n </p>\r\n \r\n <input type=\"submit\" class=\"button\" style=\"font-weight:normal\" value=\"$vbphrase[display_permissions_form]\" />\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n<br />\r\n<!-- end coppa text -->\r\n</if>\r\n\r\n<form action=\"profile.php\" method=\"post\" id=\"profileform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updateprofile\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_profile]<span class=\"normal\">: $bbuserinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[registration_required_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[email_and_password]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[click_button_below_edit_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <!-- don\'t remove -->\r\n <input type=\"image\" src=\"$vboptions[cleargifurl]\" width=\"1\" height=\"1\" />\r\n <!-- / don\'t remove -->\r\n <input type=\"submit\" class=\"button\" style=\"font-weight:normal\" value=\"$vbphrase[edit_email_and_password]\" name=\"gotopassword\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$bbuserinfo[\'coppauser\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"tb_parentemail\">$vbphrase[parent_guardian_email]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[if_under_13_provide_parent]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[parent_guardian_email]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"parentemail\" id=\"tb_parentemail\" size=\"50\" maxlength=\"30\" value=\"$bbuserinfo[parentemail]\" />\r\n <input type=\"hidden\" name=\"coppauser\" value=\"1\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'birthday_required\']\">\r\n $birthdaybit\r\n </if>\r\n \r\n $customfields[required]\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[optional_information_will]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'customtitleoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"tb_customtext\">$vbphrase[custom_user_title]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[title_appears_beneath_your_name]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[your_current_user_title_is]:<br /><strong>$bbuserinfo[usertitle]</strong></td>\r\n <td align=\"$stylevar[right]\"><label for=\"cb_resettitle\"><input type=\"checkbox\" name=\"resettitle\" value=\"yes\" id=\"cb_resettitle\" />$vbphrase[reset]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[custom_user_title]:<br /><input type=\"text\" class=\"bginput\" name=\"customtext\" id=\"tb_customtext\" value=\"\" size=\"50\" maxlength=\"$vboptions[ctMaxChars]\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'birthday_optional\']\">\r\n $birthdaybit\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><label for=\"tb_homepage\">$vbphrase[home_page_url]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[let_other_visitors_know_url]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[home_page_url]:<br /><input type=\"text\" class=\"bginput\" name=\"homepage\" id=\"tb_homepage\" value=\"$bbuserinfo[homepage]\" size=\"50\" maxlength=\"200\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[instant_messaging]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[may_enter_identity_for_im]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[icq_number]:<br /><input type=\"text\" class=\"bginput\" name=\"icq\" value=\"$bbuserinfo[icq]\" size=\"25\" maxlength=\"30\" /></td>\r\n <td>$vbphrase[aim_screen_name]:<br /><input type=\"text\" class=\"bginput\" name=\"aim\" value=\"$bbuserinfo[aim]\" size=\"25\" maxlength=\"30\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[msn_messenger_handle]:<br /><input type=\"text\" class=\"bginput\" name=\"msn\" value=\"$bbuserinfo[msn]\" size=\"25\" maxlength=\"50\" /></td>\r\n <td>$vbphrase[yahoo_messenger_handle]:<br /><input type=\"text\" class=\"bginput\" name=\"yahoo\" value=\"$bbuserinfo[yahoo]\" size=\"25\" maxlength=\"30\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n\r\n<if condition=\"$customfields[\'regular\']\">\r\n<!-- start if customfields -->\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[additional_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n\r\n $customfields[regular]\r\n\r\n<!-- end if custom fields -->\r\n</if>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1084476437,'freddie','3.0.1'),(190,-1,'modifyprofilepic','<form enctype=\\\"multipart/form-data\\\" action=\\\"profile.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updateprofilepic\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[edit_profile_picture]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'profilepic\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[your_current_profile_picture]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr valign=\\\"top\\\">\r\n <td><img src=\\\"image.php?u=$bbuserinfo[userid]&type=profile&dateline=$profilepic[dateline]\\\" alt=\\\"$vbphrase[your_profile_picture]\\\" border=\\\"0\\\" />\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:$stylevar[formspacer]px\\\"><label for=\\\"profilepic\\\"><input type=\\\"checkbox\\\" name=\\\"deleteprofilepic\\\" value=\\\"1\\\" id=\\\"profilepic\\\">$vbphrase[delete_current_profile_pic]</label></div></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[custom_profile_picture]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[may_upload_custom_image_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[enter_profile_picture_url]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"avatarurl\\\" value=\\\"http://www.\\\" onchange=\\\"check_yes(\'profilepic_yes\')\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <input type=\\\"hidden\\\" name=\\\"MAX_FILE_SIZE\\\" value=\\\"$inimaxattach\\\" />\r\n $vbphrase[upload_profile_picture_from_computer]:<br />\r\n <input type=\\\"file\\\" class=\\\"bginput\\\" name=\\\"upload\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[note_maximum_size_x_y_or_z]\", \"$permissions[profilepicmaxwidth]\", \"$permissions[profilepicmaxheight]\", \"$permissions[profilepicmaxsize]\") . \"</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form enctype=\"multipart/form-data\" action=\"profile.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updateprofilepic\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[edit_profile_picture]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'profilepic\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[your_current_profile_picture]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr valign=\"top\">\r\n <td><img src=\"image.php?u=$bbuserinfo[userid]&type=profile&dateline=$profilepic[dateline]\" alt=\"$vbphrase[your_profile_picture]\" border=\"0\" />\r\n <div class=\"smallfont\" style=\"margin-top:$stylevar[formspacer]px\"><label for=\"profilepic\"><input type=\"checkbox\" name=\"deleteprofilepic\" value=\"1\" id=\"profilepic\">$vbphrase[delete_current_profile_pic]</label></div></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[custom_profile_picture]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[may_upload_custom_image_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[enter_profile_picture_url]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"avatarurl\" value=\"http://www.\" onchange=\"check_yes(\'profilepic_yes\')\" size=\"50\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"$inimaxattach\" />\r\n $vbphrase[upload_profile_picture_from_computer]:<br />\r\n <input type=\"file\" class=\"bginput\" name=\"upload\" size=\"50\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><phrase 1=\"$permissions[profilepicmaxwidth]\" 2=\"$permissions[profilepicmaxheight]\" 3=\"$permissions[profilepicmaxsize]\">$vbphrase[note_maximum_size_x_y_or_z]</phrase></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1074706614,'freddie','3.0.0 Release Candidate 4'),(191,-1,'modifyprofile_birthday','<fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[birth_date]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[enter_birth_date_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"2\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[month]:</td>\r\n <td>$vbphrase[day]:</td>\r\n <td>$vbphrase[year]:</td>\r\n </tr>\r\n <tr>\r\n <td><select name=\\\"month\\\">\r\n <option value=\\\"-1\\\" $monthdefaultselected></option>\r\n <option value=\\\"01\\\" $month01selected>$vbphrase[january]</option>\r\n <option value=\\\"02\\\" $month02selected>$vbphrase[february]</option>\r\n <option value=\\\"03\\\" $month03selected>$vbphrase[march]</option>\r\n <option value=\\\"04\\\" $month04selected>$vbphrase[april]</option>\r\n <option value=\\\"05\\\" $month05selected>$vbphrase[may]</option>\r\n <option value=\\\"06\\\" $month06selected>$vbphrase[june]</option>\r\n <option value=\\\"07\\\" $month07selected>$vbphrase[july]</option>\r\n <option value=\\\"08\\\" $month08selected>$vbphrase[august]</option>\r\n <option value=\\\"09\\\" $month09selected>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $month10selected>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $month11selected>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $month12selected>$vbphrase[december]</option>\r\n </select> </td>\r\n <td><select name=\\\"day\\\">\r\n <option value=\\\"-1\\\" $daydefaultselected></option>\r\n <option value=\\\"01\\\" $day01selected>1</option>\r\n <option value=\\\"02\\\" $day02selected>2</option>\r\n <option value=\\\"03\\\" $day03selected>3</option>\r\n <option value=\\\"04\\\" $day04selected>4</option>\r\n <option value=\\\"05\\\" $day05selected>5</option>\r\n <option value=\\\"06\\\" $day06selected>6</option>\r\n <option value=\\\"07\\\" $day07selected>7</option>\r\n <option value=\\\"08\\\" $day08selected>8</option>\r\n <option value=\\\"09\\\" $day09selected>9</option>\r\n <option value=\\\"10\\\" $day10selected>10</option>\r\n <option value=\\\"11\\\" $day11selected>11</option>\r\n <option value=\\\"12\\\" $day12selected>12</option>\r\n <option value=\\\"13\\\" $day13selected>13</option>\r\n <option value=\\\"14\\\" $day14selected>14</option>\r\n <option value=\\\"15\\\" $day15selected>15</option>\r\n <option value=\\\"16\\\" $day16selected>16</option>\r\n <option value=\\\"17\\\" $day17selected>17</option>\r\n <option value=\\\"18\\\" $day18selected>18</option>\r\n <option value=\\\"19\\\" $day19selected>19</option>\r\n <option value=\\\"20\\\" $day20selected>20</option>\r\n <option value=\\\"21\\\" $day21selected>21</option>\r\n <option value=\\\"22\\\" $day22selected>22</option>\r\n <option value=\\\"23\\\" $day23selected>23</option>\r\n <option value=\\\"24\\\" $day24selected>24</option>\r\n <option value=\\\"25\\\" $day25selected>25</option>\r\n <option value=\\\"26\\\" $day26selected>26</option>\r\n <option value=\\\"27\\\" $day27selected>27</option>\r\n <option value=\\\"28\\\" $day28selected>28</option>\r\n <option value=\\\"29\\\" $day29selected>29</option>\r\n <option value=\\\"30\\\" $day30selected>30</option>\r\n <option value=\\\"31\\\" $day31selected>31</option>\r\n </select> </td>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"year\\\" value=\\\"$year\\\" size=\\\"4\\\" maxlength=\\\"4\\\" /></td>\r\n </tr>\r\n </table>\r\n <input type=\\\"hidden\\\" name=\\\"oldbirthday\\\" value=\\\"$bbuserinfo[birthday]\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>','<fieldset class=\"fieldset\">\r\n <legend>$vbphrase[birth_date]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[enter_birth_date_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"2\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[month]:</td>\r\n <td>$vbphrase[day]:</td>\r\n <td>$vbphrase[year]:</td>\r\n </tr>\r\n <tr>\r\n <td><select name=\"month\">\r\n <option value=\"-1\" $monthdefaultselected></option>\r\n <option value=\"01\" $month01selected>$vbphrase[january]</option>\r\n <option value=\"02\" $month02selected>$vbphrase[february]</option>\r\n <option value=\"03\" $month03selected>$vbphrase[march]</option>\r\n <option value=\"04\" $month04selected>$vbphrase[april]</option>\r\n <option value=\"05\" $month05selected>$vbphrase[may]</option>\r\n <option value=\"06\" $month06selected>$vbphrase[june]</option>\r\n <option value=\"07\" $month07selected>$vbphrase[july]</option>\r\n <option value=\"08\" $month08selected>$vbphrase[august]</option>\r\n <option value=\"09\" $month09selected>$vbphrase[september]</option>\r\n <option value=\"10\" $month10selected>$vbphrase[october]</option>\r\n <option value=\"11\" $month11selected>$vbphrase[november]</option>\r\n <option value=\"12\" $month12selected>$vbphrase[december]</option>\r\n </select> </td>\r\n <td><select name=\"day\">\r\n <option value=\"-1\" $daydefaultselected></option>\r\n <option value=\"01\" $day01selected>1</option>\r\n <option value=\"02\" $day02selected>2</option>\r\n <option value=\"03\" $day03selected>3</option>\r\n <option value=\"04\" $day04selected>4</option>\r\n <option value=\"05\" $day05selected>5</option>\r\n <option value=\"06\" $day06selected>6</option>\r\n <option value=\"07\" $day07selected>7</option>\r\n <option value=\"08\" $day08selected>8</option>\r\n <option value=\"09\" $day09selected>9</option>\r\n <option value=\"10\" $day10selected>10</option>\r\n <option value=\"11\" $day11selected>11</option>\r\n <option value=\"12\" $day12selected>12</option>\r\n <option value=\"13\" $day13selected>13</option>\r\n <option value=\"14\" $day14selected>14</option>\r\n <option value=\"15\" $day15selected>15</option>\r\n <option value=\"16\" $day16selected>16</option>\r\n <option value=\"17\" $day17selected>17</option>\r\n <option value=\"18\" $day18selected>18</option>\r\n <option value=\"19\" $day19selected>19</option>\r\n <option value=\"20\" $day20selected>20</option>\r\n <option value=\"21\" $day21selected>21</option>\r\n <option value=\"22\" $day22selected>22</option>\r\n <option value=\"23\" $day23selected>23</option>\r\n <option value=\"24\" $day24selected>24</option>\r\n <option value=\"25\" $day25selected>25</option>\r\n <option value=\"26\" $day26selected>26</option>\r\n <option value=\"27\" $day27selected>27</option>\r\n <option value=\"28\" $day28selected>28</option>\r\n <option value=\"29\" $day29selected>29</option>\r\n <option value=\"30\" $day30selected>30</option>\r\n <option value=\"31\" $day31selected>31</option>\r\n </select> </td>\r\n <td><input type=\"text\" class=\"bginput\" name=\"year\" value=\"$year\" size=\"4\" maxlength=\"4\" /></td>\r\n </tr>\r\n </table>\r\n <input type=\"hidden\" name=\"oldbirthday\" value=\"$bbuserinfo[birthday]\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>','template',1084476363,'freddie','3.0.1'),(192,-1,'modifysignature','<form action=\\\"profile.php\\\" method=\\\"post\\\" name=\\\"vbform\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, 0, 0, 0);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n$preview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_signature]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">$vbphrase[your_signature]:</div>\r\n $messagearea\r\n <!-- / message area -->\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatesignature\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_signature]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[preview_signature]\\\" name=\\\"preview\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n</form>','<form action=\"profile.php\" method=\"post\" name=\"vbform\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, 0, 0, 0);\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n$preview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_signature]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\">$vbphrase[your_signature]:</div>\r\n $messagearea\r\n <!-- / message area -->\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updatesignature\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_signature]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[preview_signature]\" name=\"preview\" accesskey=\"p\" tabindex=\"1\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n</form>','template',1073937444,'Kier','3.0.0 Release Candidate 3'),(193,-1,'modifyusergroups','\" . (($show[\'joinrequests\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[you_leader_following_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[user_group]</td>\r\n <td class=\\\"thead\\\">$vbphrase[view_requests]</td>\r\n <td class=\\\"thead\\\">$vbphrase[list_members]</td>\r\n</tr>\r\n$joinrequestbits\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'nonmembergroups\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[following_groups_available_to_join]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[user_group]</td>\r\n <td class=\\\"thead\\\">$vbphrase[joining_conditions]</td>\r\n <td class=\\\"thead\\\">$vbphrase[join_group]</td>\r\n</tr>\r\n$nonmembergroupbits\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'membergroups\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[member_of_following_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[user_group]</td>\r\n <td class=\\\"thead\\\">$vbphrase[user_title]</td>\r\n <td class=\\\"thead\\\">$vbphrase[leave_group]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">$primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]</td>\r\n <td class=\\\"alt1\\\">$primarygroup[usertitle]</td>\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\">($vbphrase[cannot_leave_primary_group])</span></td>\r\n</tr>\r\n$membergroupbits\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'displaygroups\']) ? (\"\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatedisplaygroup\\\" />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[may_be_identified_member_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[user_group]</td>\r\n <td class=\\\"thead\\\">$vbphrase[user_title]</td>\r\n <td class=\\\"thead\\\"> </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">$primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]</td>\r\n <td class=\\\"alt1\\\">$primarygroup[usertitle]</td>\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><label for=\\\"rb_identify_$primarygroupid\\\"><input type=\\\"radio\\\" name=\\\"usergroupid\\\" value=\\\"$primarygroupid\\\" id=\\\"rb_identify_$primarygroupid\\\" $checked[$primarygroupid] />$vbphrase[identify_as_member_of_group]</label></span></td>\r\n</tr>\r\n$displaygroupbits\r\n<tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\" colspan=\\\"4\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[update_display_group]\\\" /></td>\r\n</tr>\r\n</table>\r\n</form>\r\n\") : (\"\")).\"','<if condition=\"$show[\'joinrequests\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[you_leader_following_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[user_group]</td>\r\n <td class=\"thead\">$vbphrase[view_requests]</td>\r\n <td class=\"thead\">$vbphrase[list_members]</td>\r\n</tr>\r\n$joinrequestbits\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<if condition=\"$show[\'nonmembergroups\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[following_groups_available_to_join]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[user_group]</td>\r\n <td class=\"thead\">$vbphrase[joining_conditions]</td>\r\n <td class=\"thead\">$vbphrase[join_group]</td>\r\n</tr>\r\n$nonmembergroupbits\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<if condition=\"$show[\'membergroups\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[member_of_following_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[user_group]</td>\r\n <td class=\"thead\">$vbphrase[user_title]</td>\r\n <td class=\"thead\">$vbphrase[leave_group]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">$primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]</td>\r\n <td class=\"alt1\">$primarygroup[usertitle]</td>\r\n <td class=\"alt1\"><span class=\"smallfont\">($vbphrase[cannot_leave_primary_group])</span></td>\r\n</tr>\r\n$membergroupbits\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<if condition=\"$show[\'displaygroups\']\">\r\n<form action=\"profile.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updatedisplaygroup\" />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[may_be_identified_member_groups]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[user_group]</td>\r\n <td class=\"thead\">$vbphrase[user_title]</td>\r\n <td class=\"thead\"> </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">$primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]</td>\r\n <td class=\"alt1\">$primarygroup[usertitle]</td>\r\n <td class=\"alt1\"><span class=\"smallfont\"><label for=\"rb_identify_$primarygroupid\"><input type=\"radio\" name=\"usergroupid\" value=\"$primarygroupid\" id=\"rb_identify_$primarygroupid\" $checked[$primarygroupid] />$vbphrase[identify_as_member_of_group]</label></span></td>\r\n</tr>\r\n$displaygroupbits\r\n<tr>\r\n <td class=\"tfoot\" align=\"center\" colspan=\"4\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[update_display_group]\" /></td>\r\n</tr>\r\n</table>\r\n</form>\r\n</if>','template',1073669935,'Kier','3.0.0 Release Candidate 3'),(194,-1,'modifyusergroups_displaybit','<tr>\r\n <td class=\\\"$bgclass\\\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\\\"smallfont\\\">$usergroup[description]</div>\r\n </td>\r\n <td class=\\\"$bgclass\\\">$usergroup[usertitle]</td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\">\r\n <label for=\\\"rb_identify_$usergroupid\\\"><input type=\\\"radio\\\" name=\\\"usergroupid\\\" value=\\\"$usergroupid\\\" id=\\\"rb_identify_$usergroupid\\\" $checked[$usergroupid] />$vbphrase[identify_as_member_of_group]</label>\r\n </span></td>\r\n</tr>','<tr>\r\n <td class=\"$bgclass\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\"smallfont\">$usergroup[description]</div>\r\n </td>\r\n <td class=\"$bgclass\">$usergroup[usertitle]</td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\">\r\n <label for=\"rb_identify_$usergroupid\"><input type=\"radio\" name=\"usergroupid\" value=\"$usergroupid\" id=\"rb_identify_$usergroupid\" $checked[$usergroupid] />$vbphrase[identify_as_member_of_group]</label>\r\n </span></td>\r\n</tr>','template',1077053171,'Kier','3.0.0'),(195,-1,'modifyusergroups_groupleader','<a href=\\\"member.php?$session[sessionurl]u=$leader[userid]\\\">$leader[username]</a>','<a href=\"member.php?$session[sessionurl]u=$leader[userid]\">$leader[username]</a>','template',1069262102,'Kier','3.0.0 Gamma'),(196,-1,'modifyusergroups_joinrequestbit','<tr>\r\n <td class=\\\"$bgclass\\\">$joinrequest[opentag]$joinrequest[title]$joinrequest[closetag]</td>\r\n <td class=\\\"$bgclass\\\">$joinrequest[requests] \" . (($joinrequest[\'requests\']) ? (\"<span class=\\\"smallfont\\\"><a href=\\\"joinrequests.php?$session[sessionurl]usergroupid=$joinrequest[usergroupid]\\\">$vbphrase[review_join_requests]</a></span>\") : (\"\")).\"</td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\"><a href=\\\"memberlist.php?$session[sessionurl]usergroupid=$joinrequest[usergroupid]\\\">$vbphrase[list_members]</a></span></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"$bgclass\">$joinrequest[opentag]$joinrequest[title]$joinrequest[closetag]</td>\r\n <td class=\"$bgclass\">$joinrequest[requests] <if condition=\"$joinrequest[\'requests\']\"><span class=\"smallfont\"><a href=\"joinrequests.php?$session[sessionurl]usergroupid=$joinrequest[usergroupid]\">$vbphrase[review_join_requests]</a></span></if></td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\"><a href=\"memberlist.php?$session[sessionurl]usergroupid=$joinrequest[usergroupid]\">$vbphrase[list_members]</a></span></td>\r\n</tr>\r\n','template',1070080815,'Ed Sullivan','3.0.0 Gamma'),(197,-1,'modifyusergroups_memberbit','<tr>\r\n <td class=\\\"$bgclass\\\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\\\"smallfont\\\">$usergroup[description]</div>\r\n </td>\r\n <td class=\\\"$bgclass\\\">$usergroup[usertitle]</td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\">\r\n \" . (($show[\'isleader\']) ? (\"\r\n ($vbphrase[leader_of_this_group])<br />\r\n \") : (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=leavegroup&usergroupid=$usergroup[usergroupid]\\\">$vbphrase[leave_group]</a>\r\n \")).\"\r\n </span></td>\r\n</tr>','<tr>\r\n <td class=\"$bgclass\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\"smallfont\">$usergroup[description]</div>\r\n </td>\r\n <td class=\"$bgclass\">$usergroup[usertitle]</td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\">\r\n <if condition=\"$show[\'isleader\']\">\r\n ($vbphrase[leader_of_this_group])<br />\r\n <else />\r\n <a href=\"profile.php?$session[sessionurl]do=leavegroup&usergroupid=$usergroup[usergroupid]\">$vbphrase[leave_group]</a>\r\n </if>\r\n </span></td>\r\n</tr>','template',1086973010,'freddie','3.0.2'),(198,-1,'modifyusergroups_nonmemberbit','<tr>\r\n <td class=\\\"$bgclass\\\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\\\"smallfont\\\">$usergroup[description]</div>\r\n </td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\">\r\n \" . (($ismoderated) ? (\"\r\n $vbphrase[requests_approved_by_leader]<br />$vbphrase[group_leaders]: $groupleaders\r\n \") : (\"\r\n $vbphrase[anyone_free_to_join_group]\r\n \")).\"\r\n </span></td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\">\r\n \" . (($joinrequested) ? (\"\r\n \" . construct_phrase(\"$vbphrase[requested_to_join_x_at_y]\", \"$joinrequest[date]\", \"$joinrequest[time]\") . \"\r\n \" . (($joinrequest[reason]) ? (\"<br /><strong>$vbphrase[request_reason]</strong>: <em>$joinrequest[reason]</em>\") : (\"\")).\"\r\n \") : (\"\r\n <a href=\\\"profile.php?$session[sessionurl]do=joingroup&usergroupid=$usergroup[usergroupid]\\\">$vbphrase[join_group]</a>\r\n \")).\"\r\n </span></td>\r\n</tr>','<tr>\r\n <td class=\"$bgclass\">\r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n <div class=\"smallfont\">$usergroup[description]</div>\r\n </td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\">\r\n <if condition=\"$ismoderated\">\r\n $vbphrase[requests_approved_by_leader]<br />$vbphrase[group_leaders]: $groupleaders\r\n <else />\r\n $vbphrase[anyone_free_to_join_group]\r\n </if>\r\n </span></td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\">\r\n <if condition=\"$joinrequested\">\r\n <phrase 1=\"$joinrequest[date]\" 2=\"$joinrequest[time]\">$vbphrase[requested_to_join_x_at_y]</phrase>\r\n <if condition=\"$joinrequest[reason]\"><br /><strong>$vbphrase[request_reason]</strong>: <em>$joinrequest[reason]</em></if>\r\n <else />\r\n <a href=\"profile.php?$session[sessionurl]do=joingroup&usergroupid=$usergroup[usergroupid]\">$vbphrase[join_group]</a>\r\n </if>\r\n </span></td>\r\n</tr>','template',1077053192,'Kier','3.0.0'),(199,-1,'modifyusergroups_requesttojoin','<form action=\\\"profile.php\\\" method=\\\"post\\\" onsubmit=\\\"return validatemessage(this.reason.value, 0, 0, 250, 0);\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"insertjoinrequest\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"usergroupid\\\" value=\\\"$usergroupid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[request_to_join_group]<span class=\\\"normal\\\">: $usergroup[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[join_request]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[reason_for_request]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[request_reason]:</div>\r\n <div><input type=\\\"text\\\" name=\\\"reason\\\" value=\\\"\\\" maxlength=\\\"250\\\" size=\\\"50\\\" tabindex=\\\"1\\\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>\" . construct_phrase(\"$vbphrase[request_to_join_x__moderated_by_leaders]\", \"$usergroup[title]\") . \":</div>\r\n <div>$groupleaders</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send_request]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"profile.php\" method=\"post\" onsubmit=\"return validatemessage(this.reason.value, 0, 0, 250, 0);\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"insertjoinrequest\" />\r\n<input type=\"hidden\" name=\"usergroupid\" value=\"$usergroupid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[request_to_join_group]<span class=\"normal\">: $usergroup[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[join_request]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[reason_for_request]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div>$vbphrase[request_reason]:</div>\r\n <div><input type=\"text\" name=\"reason\" value=\"\" maxlength=\"250\" size=\"50\" tabindex=\"1\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><phrase 1=\"$usergroup[title]\">$vbphrase[request_to_join_x__moderated_by_leaders]</phrase>:</div>\r\n <div>$groupleaders</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send_request]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526896,'Kier','3.0.0 Gamma'),(200,-1,'navbar','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction log_out()\r\n{\r\n ht = document.getElementsByTagName(\\\"html\\\");\r\n ht[0].style.filter = \\\"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)\\\";\r\n if (confirm(\'$vbphrase[sure_you_want_to_log_out]\'))\r\n {\r\n return true;\r\n }\r\n else\r\n {\r\n ht[0].style.filter = \\\"\\\";\r\n return false;\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<br />\r\n\r\n<!-- breadcrumb, login, pm info -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"alt1\\\" width=\\\"100%\\\">\r\n \" . ((is_array($navbits)) ? (\"\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr valign=\\\"bottom\\\">\r\n <td><a href=\\\"#\\\" onclick=\\\"history.back(1)\\\"><img src=\\\"$stylevar[imgdir_misc]/navbits_start.gif\\\" alt=\\\"$vbphrase[go_back]\\\" border=\\\"0\\\" /></a></td>\r\n <td> </td>\r\n <td width=\\\"100%\\\"><span class=\\\"navbar\\\"><a href=\\\"$vboptions[forumhome].php?$session[sessionurl]\\\" accesskey=\\\"1\\\">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"navbar\\\" style=\\\"font-size:10pt; padding-top:1px\\\" colspan=\\\"3\\\"><a href=\\\"$scriptpath\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/navbits_finallink.gif\\\" alt=\\\"$vbphrase[reload_this_page]\\\" border=\\\"0\\\" /></a> <strong>$navbits[lastelement]</strong></td>\r\n </tr>\r\n </table> \r\n \") : (\"\r\n <div class=\\\"navbar\\\" style=\\\"font-size:10pt\\\"><a href=\\\"$vboptions[forumhome].php?$session[sessionurl]\\\" accesskey=\\\"1\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/navbits_start.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a> <strong>$vboptions[bbtitle]</strong></div>\r\n \")).\"\r\n </td> \r\n \r\n \" . (($bbuserinfo[\'userid\']) ? (\"\r\n \r\n <td class=\\\"alt2\\\" valign=\\\"top\\\" nowrap=\\\"nowrap\\\">\r\n <div class=\\\"smallfont\\\">\r\n <!--<span style=\\\"float:$stylevar[right]\\\">[<a href=\\\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\\\" onclick=\\\"return log_out()\\\">$vbphrase[log_out]</a>]</span>-->\r\n <strong>\" . construct_phrase(\"$vbphrase[welcome_x]\", \"$bbuserinfo[username]\") . \"</strong><br />\r\n \" . construct_phrase(\"$vbphrase[last_visited_x_at_y]\", \"$pmbox[lastvisitdate]\", \"$pmbox[lastvisittime]\") . \"\r\n \" . (($show[\'pmstats\']) ? (\"<br />\" . construct_phrase(\"$vbphrase[private_messages_nav]\", \"$vbphrase[unread_x_nav_compiled]\", \"$vbphrase[total_x_nav_compiled]\", \"$session[sessionurl]\") . \"\") : (\"\")).\"\r\n </div>\r\n </td>\r\n \r\n \") : (\"\r\n \r\n <td class=\\\"alt2\\\" nowrap=\\\"nowrap\\\" style=\\\"padding:0px\\\">\r\n \r\n <!-- login form -->\r\n <form action=\\\"login.php\\\" method=\\\"post\\\" onsubmit=\\\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\\\">\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\">$vbphrase[username]</td>\r\n <td><input type=\\\"text\\\" class=\\\"button\\\" name=\\\"vb_login_username\\\" id=\\\"navbar_username\\\" size=\\\"10\\\" accesskey=\\\"u\\\" tabindex=\\\"1\\\" value=\\\"$vbphrase[username]\\\" onfocus=\\\"if (this.value == \'$vbphrase[username]\') this.value = \'\';\\\" /></td>\r\n <td class=\\\"smallfont\\\" colspan=\\\"2\\\" nowrap=\\\"nowrap\\\"><label for=\\\"cb_cookieuser_navbar\\\"><input type=\\\"checkbox\\\" name=\\\"cookieuser\\\" value=\\\"1\\\" tabindex=\\\"3\\\" id=\\\"cb_cookieuser_navbar\\\" accesskey=\\\"c\\\" checked=\\\"checked\\\" />$vbphrase[remember_me]</label></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"smallfont\\\">$vbphrase[password]</td>\r\n <td><input type=\\\"password\\\" class=\\\"button\\\" name=\\\"vb_login_password\\\" size=\\\"10\\\" accesskey=\\\"p\\\" tabindex=\\\"2\\\" /></td>\r\n <td><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[log_in]\\\" tabindex=\\\"4\\\" title=\\\"$vbphrase[enter_username_to_login_or_register]\\\" accesskey=\\\"s\\\" /></td>\r\n </tr>\r\n </table>\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"login\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forceredirect\\\" value=\\\"1\\\" /> \r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password_utf\\\" />\r\n </form>\r\n <!-- / login form -->\r\n \r\n </td>\r\n \r\n \")).\" \r\n \r\n</tr>\r\n</table>\r\n<!-- / breadcrumb, login, pm info -->\r\n\r\n<!-- nav buttons bar -->\r\n<div align=\\\"center\\\">\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0px\\\">\r\n <tr align=\\\"center\\\"> \r\n <!--<td class=\\\"vbmenu_control\\\"><a href=\\\"$vboptions[forumhome].php?$session[sessionurl]\\\">Home</a></td>-->\r\n \r\n \" . (($show[\'member\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"usercp.php?$session[sessionurl]\\\">$vbphrase[user_cp]</a></td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'registerbutton\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"register.php?$session[sessionurl]\\\">$vbphrase[register]</a></td>\r\n \") : (\"\")).\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"faq.php?$session[sessionurl]\\\" accesskey=\\\"5\\\">$vbphrase[faq]</a></td>\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"memberlist.php?$session[sessionurl]\\\">$vbphrase[members_list]</a></td>\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"calendar.php?$session[sessionurl]\\\">$vbphrase[calendar]</a></td>\r\n \" . (($show[\'popups\']) ? (\" \r\n \" . (($show[\'searchbuttons\']) ? (\"\r\n \" . (($show[\'member\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]do=getnew\\\" accesskey=\\\"2\\\">$vbphrase[new_posts_nav]</a></td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]do=getdaily\\\" accesskey=\\\"2\\\">$vbphrase[todays_posts]</a></td>\r\n \")).\"\r\n <td id=\\\"navbar_search\\\" class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]\\\" accesskey=\\\"4\\\">$vbphrase[search]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"navbar_search\\\"); </script></td>\r\n \") : (\"\")).\"\r\n \" . (($bbuserinfo[\'userid\']) ? (\"\r\n <td id=\\\"usercptools\\\" class=\\\"vbmenu_control\\\"><a href=\\\"#usercptools\\\">$vbphrase[quick_links]</a> <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"usercptools\\\"); </script></td> \r\n \") : (\"\")).\"\r\n \") : (\" \r\n \" . (($show[\'searchbuttons\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]\\\" accesskey=\\\"4\\\">$vbphrase[search]</a></td>\r\n \" . (($show[\'member\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]do=getnew\\\" accesskey=\\\"2\\\">$vbphrase[new_posts_nav]</a></td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"search.php?$session[sessionurl]do=getdaily\\\" accesskey=\\\"2\\\">$vbphrase[todays_posts]</a></td>\r\n \")).\"\r\n \") : (\"\")).\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"forumdisplay.php?$session[sessionurl]do=markread\\\">$vbphrase[mark_forums_read]</a></td>\r\n \" . (($bbuserinfo[\'userid\']) ? (\" \r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"#\\\" onclick=\\\"window.open(\'misc.php?$session[sessionurl]do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\\\">$vbphrase[open_buddy_list]</a></td> \r\n \") : (\"\")).\" \r\n \")).\"\r\n \" . (($bbuserinfo[\'userid\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\"><a href=\\\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\\\" onclick=\\\"return log_out()\\\">$vbphrase[log_out]</a></td>\r\n \") : (\"\")).\"\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / nav buttons bar -->\r\n\r\n<br />\r\n<br />\r\n\r\n\" . (($show[\'popups\']) ? (\"\r\n<!-- NAVBAR POPUP MENUS -->\r\n \r\n \" . (($show[\'searchbuttons\']) ? (\"\r\n <!-- header quick search form -->\r\n <div class=\\\"vbmenu_popup\\\" id=\\\"navbar_search_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[search_forums]</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <form action=\\\"search.php\\\" method=\\\"post\\\">\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"showposts\\\" value=\\\"0\\\" />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"20\\\" />$gobutton<br />\r\n </form>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]\\\" accesskey=\\\"4\\\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / header quick search form -->\r\n \") : (\"\")).\"\r\n\r\n \" . (($show[\'member\']) ? (\"\r\n <!-- user cp tools menu -->\r\n <div class=\\\"vbmenu_popup\\\" id=\\\"usercptools_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n \r\n <tr><td class=\\\"thead\\\">$vbphrase[quick_links]</td></tr> \r\n \" . (($vboptions[\'enablesearches\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]do=getnew\\\">$vbphrase[new_posts_nav]</a></td></tr>\") : (\"\")).\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"forumdisplay.php?$session[sessionurl]do=markread\\\">$vbphrase[mark_forums_read]</a></td></tr>\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"#\\\" onclick=\\\"window.open(\'misc.php?$session[sessionurl]do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\\\">$vbphrase[open_buddy_list]</a></td></tr>\r\n \r\n <tr><td class=\\\"thead\\\"><a href=\\\"usercp.php?$session[sessionurl]\\\">$vbphrase[user_control_panel]</a></td></tr>\r\n \" . (($show[\'siglink\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=editsignature\\\">$vbphrase[edit_signature]</a></td></tr>\") : (\"\")).\"\r\n \" . (($show[\'avatarlink\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=editavatar\\\">$vbphrase[edit_avatar]</a></td></tr>\") : (\"\")).\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=editprofile\\\">$vbphrase[edit_profile]</a></td></tr>\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=editoptions\\\">$vbphrase[edit_options]</a></td></tr>\r\n \r\n <tr><td class=\\\"thead\\\">$vbphrase[miscellaneous]</td></tr>\r\n \" . (($show[\'pmstats\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"private.php?$session[sessionurl]\\\">$vbphrase[private_messages]</a></td></tr>\") : (\"\")).\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"subscription.php?$session[sessionurl]\\\">$vbphrase[subscribed_threads]</a></td></tr>\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"member.php?$session[sessionurl]u=$bbuserinfo[userid]\\\">$vbphrase[my_profile]</a></td></tr>\r\n \" . (($show[\'wollink\']) ? (\"<tr><td class=\\\"vbmenu_option\\\"><a href=\\\"online.php?$session[sessionurl]\\\">$vbphrase[whos_online]</a></td></tr>\") : (\"\")).\"\r\n \r\n </table>\r\n </div>\r\n <!-- / user cp tools menu -->\r\n \") : (\"\")).\"\r\n<!-- / NAVBAR POPUP MENUS -->\r\n\") : (\"\")).\"','<script type=\"text/javascript\">\r\n<!--\r\nfunction log_out()\r\n{\r\n ht = document.getElementsByTagName(\"html\");\r\n ht[0].style.filter = \"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)\";\r\n if (confirm(\'$vbphrase[sure_you_want_to_log_out]\'))\r\n {\r\n return true;\r\n }\r\n else\r\n {\r\n ht[0].style.filter = \"\";\r\n return false;\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<br />\r\n\r\n<!-- breadcrumb, login, pm info -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"alt1\" width=\"100%\">\r\n <if condition=\"is_array($navbits)\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr valign=\"bottom\">\r\n <td><a href=\"#\" onclick=\"history.back(1)\"><img src=\"$stylevar[imgdir_misc]/navbits_start.gif\" alt=\"$vbphrase[go_back]\" border=\"0\" /></a></td>\r\n <td> </td>\r\n <td width=\"100%\"><span class=\"navbar\"><a href=\"$vboptions[forumhome].php?$session[sessionurl]\" accesskey=\"1\">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"navbar\" style=\"font-size:10pt; padding-top:1px\" colspan=\"3\"><a href=\"$scriptpath\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/navbits_finallink.gif\" alt=\"$vbphrase[reload_this_page]\" border=\"0\" /></a> <strong>$navbits[lastelement]</strong></td>\r\n </tr>\r\n </table> \r\n <else />\r\n <div class=\"navbar\" style=\"font-size:10pt\"><a href=\"$vboptions[forumhome].php?$session[sessionurl]\" accesskey=\"1\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/navbits_start.gif\" alt=\"\" border=\"0\" /></a> <strong>$vboptions[bbtitle]</strong></div>\r\n </if>\r\n </td> \r\n \r\n <if condition=\"$bbuserinfo[\'userid\']\">\r\n \r\n <td class=\"alt2\" valign=\"top\" nowrap=\"nowrap\">\r\n <div class=\"smallfont\">\r\n <!--<span style=\"float:$stylevar[right]\">[<a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\" onclick=\"return log_out()\">$vbphrase[log_out]</a>]</span>-->\r\n <strong><phrase 1=\"$bbuserinfo[username]\">$vbphrase[welcome_x]</phrase></strong><br />\r\n <phrase 1=\"$pmbox[lastvisitdate]\" 2=\"$pmbox[lastvisittime]\">$vbphrase[last_visited_x_at_y]</phrase>\r\n <if condition=\"$show[\'pmstats\']\"><br /><phrase 1=\"$vbphrase[unread_x_nav_compiled]\" 2=\"$vbphrase[total_x_nav_compiled]\" 3=\"$session[sessionurl]\">$vbphrase[private_messages_nav]</phrase></if>\r\n </div>\r\n </td>\r\n \r\n <else />\r\n \r\n <td class=\"alt2\" nowrap=\"nowrap\" style=\"padding:0px\">\r\n \r\n <!-- login form -->\r\n <form action=\"login.php\" method=\"post\" onsubmit=\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\">\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td class=\"smallfont\">$vbphrase[username]</td>\r\n <td><input type=\"text\" class=\"button\" name=\"vb_login_username\" id=\"navbar_username\" size=\"10\" accesskey=\"u\" tabindex=\"1\" value=\"$vbphrase[username]\" onfocus=\"if (this.value == \'$vbphrase[username]\') this.value = \'\';\" /></td>\r\n <td class=\"smallfont\" colspan=\"2\" nowrap=\"nowrap\"><label for=\"cb_cookieuser_navbar\"><input type=\"checkbox\" name=\"cookieuser\" value=\"1\" tabindex=\"3\" id=\"cb_cookieuser_navbar\" accesskey=\"c\" checked=\"checked\" />$vbphrase[remember_me]</label></td>\r\n </tr>\r\n <tr>\r\n <td class=\"smallfont\">$vbphrase[password]</td>\r\n <td><input type=\"password\" class=\"button\" name=\"vb_login_password\" size=\"10\" accesskey=\"p\" tabindex=\"2\" /></td>\r\n <td><input type=\"submit\" class=\"button\" value=\"$vbphrase[log_in]\" tabindex=\"4\" title=\"$vbphrase[enter_username_to_login_or_register]\" accesskey=\"s\" /></td>\r\n </tr>\r\n </table>\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"login\" />\r\n <input type=\"hidden\" name=\"forceredirect\" value=\"1\" /> \r\n <input type=\"hidden\" name=\"vb_login_md5password\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password_utf\" />\r\n </form>\r\n <!-- / login form -->\r\n \r\n </td>\r\n \r\n </if> \r\n \r\n</tr>\r\n</table>\r\n<!-- / breadcrumb, login, pm info -->\r\n\r\n<!-- nav buttons bar -->\r\n<div align=\"center\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0px\">\r\n <tr align=\"center\"> \r\n <!--<td class=\"vbmenu_control\"><a href=\"$vboptions[forumhome].php?$session[sessionurl]\">Home</a></td>-->\r\n \r\n <if condition=\"$show[\'member\']\">\r\n <td class=\"vbmenu_control\"><a href=\"usercp.php?$session[sessionurl]\">$vbphrase[user_cp]</a></td>\r\n </if>\r\n <if condition=\"$show[\'registerbutton\']\">\r\n <td class=\"vbmenu_control\"><a href=\"register.php?$session[sessionurl]\">$vbphrase[register]</a></td>\r\n </if>\r\n <td class=\"vbmenu_control\"><a href=\"faq.php?$session[sessionurl]\" accesskey=\"5\">$vbphrase[faq]</a></td>\r\n <td class=\"vbmenu_control\"><a href=\"memberlist.php?$session[sessionurl]\">$vbphrase[members_list]</a></td>\r\n <td class=\"vbmenu_control\"><a href=\"calendar.php?$session[sessionurl]\">$vbphrase[calendar]</a></td>\r\n <if condition=\"$show[\'popups\']\"> \r\n <if condition=\"$show[\'searchbuttons\']\">\r\n <if condition=\"$show[\'member\']\">\r\n <td class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]do=getnew\" accesskey=\"2\">$vbphrase[new_posts_nav]</a></td>\r\n <else />\r\n <td class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]do=getdaily\" accesskey=\"2\">$vbphrase[todays_posts]</a></td>\r\n </if>\r\n <td id=\"navbar_search\" class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]\" accesskey=\"4\">$vbphrase[search]</a> <script type=\"text/javascript\"> vbmenu_register(\"navbar_search\"); </script></td>\r\n </if>\r\n <if condition=\"$bbuserinfo[\'userid\']\">\r\n <td id=\"usercptools\" class=\"vbmenu_control\"><a href=\"#usercptools\">$vbphrase[quick_links]</a> <script type=\"text/javascript\"> vbmenu_register(\"usercptools\"); </script></td> \r\n </if>\r\n <else /> \r\n <if condition=\"$show[\'searchbuttons\']\">\r\n <td class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]\" accesskey=\"4\">$vbphrase[search]</a></td>\r\n <if condition=\"$show[\'member\']\">\r\n <td class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]do=getnew\" accesskey=\"2\">$vbphrase[new_posts_nav]</a></td>\r\n <else />\r\n <td class=\"vbmenu_control\"><a href=\"search.php?$session[sessionurl]do=getdaily\" accesskey=\"2\">$vbphrase[todays_posts]</a></td>\r\n </if>\r\n </if>\r\n <td class=\"vbmenu_control\"><a href=\"forumdisplay.php?$session[sessionurl]do=markread\">$vbphrase[mark_forums_read]</a></td>\r\n <if condition=\"$bbuserinfo[\'userid\']\"> \r\n <td class=\"vbmenu_control\"><a href=\"#\" onclick=\"window.open(\'misc.php?$session[sessionurl]do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\">$vbphrase[open_buddy_list]</a></td> \r\n </if> \r\n </if>\r\n <if condition=\"$bbuserinfo[\'userid\']\">\r\n <td class=\"vbmenu_control\"><a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\" onclick=\"return log_out()\">$vbphrase[log_out]</a></td>\r\n </if>\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / nav buttons bar -->\r\n\r\n<br />\r\n<br />\r\n\r\n<if condition=\"$show[\'popups\']\">\r\n<!-- NAVBAR POPUP MENUS -->\r\n \r\n <if condition=\"$show[\'searchbuttons\']\">\r\n <!-- header quick search form -->\r\n <div class=\"vbmenu_popup\" id=\"navbar_search_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[search_forums]</td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <form action=\"search.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"do\" value=\"process\" />\r\n <input type=\"hidden\" name=\"showposts\" value=\"0\" />\r\n <input type=\"text\" class=\"bginput\" name=\"query\" size=\"20\" />$gobutton<br />\r\n </form>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]\" accesskey=\"4\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n </div>\r\n <!-- / header quick search form -->\r\n </if>\r\n\r\n <if condition=\"$show[\'member\']\">\r\n <!-- user cp tools menu -->\r\n <div class=\"vbmenu_popup\" id=\"usercptools_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n \r\n <tr><td class=\"thead\">$vbphrase[quick_links]</td></tr> \r\n <if condition=\"$vboptions[\'enablesearches\']\"><tr><td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]do=getnew\">$vbphrase[new_posts_nav]</a></td></tr></if>\r\n <tr><td class=\"vbmenu_option\"><a href=\"forumdisplay.php?$session[sessionurl]do=markread\">$vbphrase[mark_forums_read]</a></td></tr>\r\n <tr><td class=\"vbmenu_option\"><a href=\"#\" onclick=\"window.open(\'misc.php?$session[sessionurl]do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\">$vbphrase[open_buddy_list]</a></td></tr>\r\n \r\n <tr><td class=\"thead\"><a href=\"usercp.php?$session[sessionurl]\">$vbphrase[user_control_panel]</a></td></tr>\r\n <if condition=\"$show[\'siglink\']\"><tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=editsignature\">$vbphrase[edit_signature]</a></td></tr></if>\r\n <if condition=\"$show[\'avatarlink\']\"><tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=editavatar\">$vbphrase[edit_avatar]</a></td></tr></if>\r\n <tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=editprofile\">$vbphrase[edit_profile]</a></td></tr>\r\n <tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=editoptions\">$vbphrase[edit_options]</a></td></tr>\r\n \r\n <tr><td class=\"thead\">$vbphrase[miscellaneous]</td></tr>\r\n <if condition=\"$show[\'pmstats\']\"><tr><td class=\"vbmenu_option\"><a href=\"private.php?$session[sessionurl]\">$vbphrase[private_messages]</a></td></tr></if>\r\n <tr><td class=\"vbmenu_option\"><a href=\"subscription.php?$session[sessionurl]\">$vbphrase[subscribed_threads]</a></td></tr>\r\n <tr><td class=\"vbmenu_option\"><a href=\"member.php?$session[sessionurl]u=$bbuserinfo[userid]\">$vbphrase[my_profile]</a></td></tr>\r\n <if condition=\"$show[\'wollink\']\"><tr><td class=\"vbmenu_option\"><a href=\"online.php?$session[sessionurl]\">$vbphrase[whos_online]</a></td></tr></if>\r\n \r\n </table>\r\n </div>\r\n <!-- / user cp tools menu -->\r\n </if>\r\n<!-- / NAVBAR POPUP MENUS -->\r\n</if>','template',1084737710,'Scott','3.0.1'),(201,-1,'navbar_link','\" . (($show[\'breadcrumb\']) ? (\"\r\n <span class=\\\"navbar\\\">> <a href=\\\"$nav_url\\\">$nav_title</a></span>\r\n\") : (\"\r\n $nav_title\r\n\")).\"\r\n','<if condition=\"$show[\'breadcrumb\']\">\r\n <span class=\"navbar\">> <a href=\"$nav_url\">$nav_title</a></span>\r\n<else />\r\n $nav_title\r\n</if>\r\n','template',1070543944,'Kier','3.0.0 Gamma'),(202,-1,'newattachment','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vbphrase[manage_attachments] - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\\\"margin:0px\\\" onload=\\\"self.focus()\\\">\r\n\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n function verify_upload(formobj)\r\n {\r\n var haveupload = false;\r\n for (var i=0; i < formobj.elements.length; i++)\r\n {\r\n var elm = formobj.elements[i];\r\n if (elm.type == \'file\')\r\n {\r\n if (elm.value != \\\"\\\")\r\n {\r\n haveupload = true;\r\n }\r\n }\r\n }\r\n\r\n if (haveupload)\r\n {\r\n toggle_display(\'uploading\');\r\n return true;\r\n }\r\n else\r\n {\r\n alert(\\\"$vbphrase[select_a_file_to_attach]\\\");\r\n return false;\r\n }\r\n }\r\n\r\n\" . (($show[\'updateparent\']) ? (\"\r\n switch (vbDOMtype)\r\n {\r\n case \\\"std\\\":\r\n {\r\n var attachlist = window.opener.document.getElementById(\\\"attachlist\\\");\r\n }\r\n break;\r\n \r\n case \\\"ie4\\\":\r\n {\r\n var attachlist = window.opener.document.all[\\\"attachlist\\\"];\r\n }\r\n }\r\n\r\n attachlist.innerHTML = \\\"$parentattach\\\";\r\n\") : (\"\")).\"\r\n\r\n//-->\r\n</script>\r\n\r\n<form enctype=\\\"multipart/form-data\\\" action=\\\"newattachment.php\\\" name=\\\"newattachment\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"manageattach\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"$forumid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"poststarttime\\\" value=\\\"$poststarttime\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"editpost\\\" value=\\\"$editpost\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"posthash\\\" value=\\\"$posthash\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"self.close()\\\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[manage_attachments]\r\n </td>\r\n</tr>\r\n\" . (($show[\'errors\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[upload_errors]</td>\r\n</tr>\r\n$errorlist\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[upload_file]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n \" . (($show[\'attachoption\']) ? (\"\r\n <tr>\r\n <td colspan=\\\"2\\\">\" . construct_phrase(\"$vbphrase[use_x_to_find_file]\", \"$vbphrase[upload_word]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[valid_file_extensions]: $attachtypes[extensions]</td>\r\n </tr>\r\n <tr valign=\\\"bottom\\\">\r\n <td>\r\n $vbphrase[file_to_upload]:\r\n <input type=\\\"hidden\\\" name=\\\"MAX_FILE_SIZE\\\" value=\\\"$inimaxattach\\\" /><br />\r\n $attachinput\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"upload\\\" value=\\\"$vbphrase[upload]\\\" style=\\\"width:70px\\\" onclick=\\\"return verify_upload(this.form);\\\" /></td>\r\n </tr>\r\n \") : (\"\r\n <tr>\r\n \" . (($show[\'forumclosed\']) ? (\"\r\n <td>$vbphrase[this_forum_is_not_accepting_new_attachments]</td>\r\n \") : (\"\r\n <td>\" . construct_phrase(\"$vbphrase[have_uploaded_maximum_x_files]\", \"$vboptions[attachlimit]\") . \"</td>\r\n \")).\"\r\n </tr>\r\n \")).\"\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($show[\'attachmentlimits\']) ? (\"\r\n <div class=\\\"fieldset\\\">\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . construct_phrase(\"$vbphrase[sum_of_attachments_owned_by_x]\", \"$attach_username\") . \":\r\n $attachsum<br />\r\n <table style=\\\"border:2px groove\\\" cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'currentsize\']) ? (\"<td width=\\\"$attachsize\\\" bgcolor=\\\"red\\\" style=\\\"border:1px outset\\\" class=\\\"smallfont\\\" title=\\\"\" . construct_phrase(\"$vbphrase[current_attachment_total_x]\", \"$attachsum\") . \"\\\"> </td>\") : (\"\")).\"\r\n \" . (($show[\'totalsize\']) ? (\"<td width=\\\"$totalsize\\\" bgcolor=\\\"green\\\" style=\\\"border:1px outset\\\" class=\\\"smallfont\\\" title=\\\"\" . construct_phrase(\"$vbphrase[maximum_attachment_storage_x]\", \"$attachlimit\") . \"\\\"> </td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'attachmentlist\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[current_attachments]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <table class=\\\"fieldset\\\" cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n $attachments\r\n </table>\r\n <div>$vbphrase[space_used]: $totallimit</div>\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n \r\n <div align=\\\"center\\\" id=\\\"uploading\\\" style=\\\"display:none; margin-top:$stylevar[cellpadding]px\\\">\r\n <strong>$vbphrase[uploading_file]</strong>\r\n </div> \r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[close_this_window]\\\" onclick=\\\"window.close();\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vbphrase[manage_attachments] - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\"margin:0px\" onload=\"self.focus()\">\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\n function verify_upload(formobj)\r\n {\r\n var haveupload = false;\r\n for (var i=0; i < formobj.elements.length; i++)\r\n {\r\n var elm = formobj.elements[i];\r\n if (elm.type == \'file\')\r\n {\r\n if (elm.value != \"\")\r\n {\r\n haveupload = true;\r\n }\r\n }\r\n }\r\n\r\n if (haveupload)\r\n {\r\n toggle_display(\'uploading\');\r\n return true;\r\n }\r\n else\r\n {\r\n alert(\"$vbphrase[select_a_file_to_attach]\");\r\n return false;\r\n }\r\n }\r\n\r\n<if condition=\"$show[\'updateparent\']\">\r\n switch (vbDOMtype)\r\n {\r\n case \"std\":\r\n {\r\n var attachlist = window.opener.document.getElementById(\"attachlist\");\r\n }\r\n break;\r\n \r\n case \"ie4\":\r\n {\r\n var attachlist = window.opener.document.all[\"attachlist\"];\r\n }\r\n }\r\n\r\n attachlist.innerHTML = \"$parentattach\";\r\n</if>\r\n\r\n//-->\r\n</script>\r\n\r\n<form enctype=\"multipart/form-data\" action=\"newattachment.php\" name=\"newattachment\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"manageattach\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"f\" value=\"$forumid\" />\r\n<input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n<input type=\"hidden\" name=\"poststarttime\" value=\"$poststarttime\" />\r\n<input type=\"hidden\" name=\"editpost\" value=\"$editpost\" />\r\n<input type=\"hidden\" name=\"posthash\" value=\"$posthash\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"#\" onclick=\"self.close()\">$vbphrase[close_this_window]</a></span>\r\n $vbphrase[manage_attachments]\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'errors\']\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[upload_errors]</td>\r\n</tr>\r\n$errorlist\r\n</if>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[upload_file]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <if condition=\"$show[\'attachoption\']\">\r\n <tr>\r\n <td colspan=\"2\"><phrase 1=\"$vbphrase[upload_word]\">$vbphrase[use_x_to_find_file]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[valid_file_extensions]: $attachtypes[extensions]</td>\r\n </tr>\r\n <tr valign=\"bottom\">\r\n <td>\r\n $vbphrase[file_to_upload]:\r\n <input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"$inimaxattach\" /><br />\r\n $attachinput\r\n </td>\r\n <td align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" name=\"upload\" value=\"$vbphrase[upload]\" style=\"width:70px\" onclick=\"return verify_upload(this.form);\" /></td>\r\n </tr>\r\n <else />\r\n <tr>\r\n <if condition=\"$show[\'forumclosed\']\">\r\n <td>$vbphrase[this_forum_is_not_accepting_new_attachments]</td>\r\n <else />\r\n <td><phrase 1=\"$vboptions[attachlimit]\">$vbphrase[have_uploaded_maximum_x_files]</phrase></td>\r\n </if>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$show[\'attachmentlimits\']\">\r\n <div class=\"fieldset\">\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <phrase 1=\"$attach_username\">$vbphrase[sum_of_attachments_owned_by_x]</phrase>:\r\n $attachsum<br />\r\n <table style=\"border:2px groove\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'currentsize\']\"><td width=\"$attachsize\" bgcolor=\"red\" style=\"border:1px outset\" class=\"smallfont\" title=\"<phrase 1=\"$attachsum\">$vbphrase[current_attachment_total_x]</phrase>\"> </td></if>\r\n <if condition=\"$show[\'totalsize\']\"><td width=\"$totalsize\" bgcolor=\"green\" style=\"border:1px outset\" class=\"smallfont\" title=\"<phrase 1=\"$attachlimit\">$vbphrase[maximum_attachment_storage_x]</phrase>\"> </td></if>\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n </if>\r\n \r\n <if condition=\"$show[\'attachmentlist\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[current_attachments]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <table class=\"fieldset\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n $attachments\r\n </table>\r\n <div>$vbphrase[space_used]: $totallimit</div>\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n \r\n <div align=\"center\" id=\"uploading\" style=\"display:none; margin-top:$stylevar[cellpadding]px\">\r\n <strong>$vbphrase[uploading_file]</strong>\r\n </div> \r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[close_this_window]\" onclick=\"window.close();\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n</body>\r\n</html>','template',1108729967,'Admin','3.0.7'),(203,-1,'newattachmentbit','<tr>\r\n <td><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_attach]/$attach[extension].gif\\\" alt=\\\"$attach[extension].gif\\\" width=\\\"16\\\" height=\\\"16\\\" border=\\\"0\\\" /> <a href=\\\"attachment.php?$session[sessionurl]attachmentid=$attach[attachmentid]&stc=1\\\" target=\\\"_blank\\\">$attach[filename]</a> ($attach[filesize])</td>\r\n <td align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[remove]\\\" name=\\\"delete$attach[attachmentid]\\\" style=\\\"width:70px\\\" /></td>\r\n</tr>','<tr>\r\n <td><img class=\"inlineimg\" src=\"$stylevar[imgdir_attach]/$attach[extension].gif\" alt=\"$attach[extension].gif\" width=\"16\" height=\"16\" border=\"0\" /> <a href=\"attachment.php?$session[sessionurl]attachmentid=$attach[attachmentid]&stc=1\" target=\"_blank\">$attach[filename]</a> ($attach[filesize])</td>\r\n <td align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[remove]\" name=\"delete$attach[attachmentid]\" style=\"width:70px\" /></td>\r\n</tr>','template',1071580628,'Kier','3.0.0 Release Candidate 1'),(204,-1,'newattachment_errormessage','<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">\r\n <strong>$filename</strong>:<br />\r\n $errormessage\r\n </div></td>\r\n</tr>\r\n','<tr valign=\"top\">\r\n <td class=\"alt1\"><div class=\"smallfont\">\r\n <strong>$filename</strong>:<br />\r\n $errormessage\r\n </div></td>\r\n</tr>\r\n','template',1069935876,'Kier','3.0.0 Gamma'),(205,-1,'newpoll','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[post_a_poll]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<br />\r\n\r\n<form action=\\\"poll.php\\\" method=\\\"post\\\">\r\n\r\n$pollpreview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\\\">$threadinfo[title]</a></span>\r\n $vbphrase[post_a_poll] \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <div class=\\\"fieldset\\\">\r\n <div><label for=\\\"pollquestion\\\">$vbphrase[poll_question]</label>:</div>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"question\\\" value=\\\"$question\\\" id=\\\"pollquestion\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[number_of_poll_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\"> \r\n <label for=\\\"polloptnum\\\">\" . (($vboptions[\'maxpolloptions\']) ? (\"$vbphrase[maximum]: $vboptions[maxpolloptions] \") : (\"\")).\"<input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"5\\\" name=\\\"polloptions\\\" value=\\\"$polloptions\\\" id=\\\"polloptnum\\\" tabindex=\\\"1\\\" /></label>\r\n \r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"updatenumber\\\" accesskey=\\\"u\\\" value=\\\"$vbphrase[update_options]\\\" style=\\\"font-weight:normal\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $pollnewbits\r\n <tr>\r\n <td>$vbphrase[keep_poll_options_short]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[poll_timeout]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[automatically_close_poll_enter_days]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"poll_timeout\\\">$vbphrase[close_poll] <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"timeout\\\" value=\\\"$timeout\\\" size=\\\"5\\\" id=\\\"poll_timeout\\\" tabindex=\\\"1\\\" /> \" . construct_phrase(\"$vbphrase[days_after_x]\", \"$polldate\") . \"</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div><label for=\\\"cb_multiple\\\"><input type=\\\"checkbox\\\" name=\\\"multiple\\\" value=\\\"1\\\" id=\\\"cb_multiple\\\" tabindex=\\\"1\\\" $checked[multiple] />$vbphrase[allow_multiple_choice]</label></div>\r\n <div><label for=\\\"cb_public\\\"><input type=\\\"checkbox\\\" name=\\\"public\\\" value=\\\"1\\\" id=\\\"cb_public\\\" tabindex=\\\"1\\\" $checked[public] />$vbphrase[make_votes_public]</label></div>\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n\r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"postpoll\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_new_poll]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_poll]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[post_a_poll]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<br />\r\n\r\n<form action=\"poll.php\" method=\"post\">\r\n\r\n$pollpreview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\">$threadinfo[title]</a></span>\r\n $vbphrase[post_a_poll] \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <div class=\"fieldset\">\r\n <div><label for=\"pollquestion\">$vbphrase[poll_question]</label>:</div>\r\n <input type=\"text\" class=\"bginput\" name=\"question\" value=\"$question\" id=\"pollquestion\" size=\"50\" maxlength=\"85\" tabindex=\"1\" />\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[number_of_poll_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\"> \r\n <label for=\"polloptnum\"><if condition=\"$vboptions[\'maxpolloptions\']\">$vbphrase[maximum]: $vboptions[maxpolloptions] </if><input type=\"text\" class=\"bginput\" size=\"5\" name=\"polloptions\" value=\"$polloptions\" id=\"polloptnum\" tabindex=\"1\" /></label>\r\n \r\n <input type=\"submit\" class=\"button\" name=\"updatenumber\" accesskey=\"u\" value=\"$vbphrase[update_options]\" style=\"font-weight:normal\" tabindex=\"1\" />\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $pollnewbits\r\n <tr>\r\n <td>$vbphrase[keep_poll_options_short]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[poll_timeout]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[automatically_close_poll_enter_days]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"poll_timeout\">$vbphrase[close_poll] <input type=\"text\" class=\"bginput\" name=\"timeout\" value=\"$timeout\" size=\"5\" id=\"poll_timeout\" tabindex=\"1\" /> <phrase 1=\"$polldate\">$vbphrase[days_after_x]</phrase></label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div><label for=\"cb_multiple\"><input type=\"checkbox\" name=\"multiple\" value=\"1\" id=\"cb_multiple\" tabindex=\"1\" $checked[multiple] />$vbphrase[allow_multiple_choice]</label></div>\r\n <div><label for=\"cb_public\"><input type=\"checkbox\" name=\"public\" value=\"1\" id=\"cb_public\" tabindex=\"1\" $checked[public] />$vbphrase[make_votes_public]</label></div>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n\r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"do\" value=\"postpoll\" />\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_new_poll]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_poll]\" accesskey=\"p\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1104625411,'Admin','3.0.4'),(206,-1,'newpost_attachment','<fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attach_files]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <div>$vbphrase[valid_file_extensions]: $attachtypes[extensions]</div>\r\n </div>\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\" id=\\\"attachlist\\\">\r\n \" . (($show[\'attachmentlist\']) ? (\"\r\n $attachments\r\n \") : (\"\")).\"\r\n </div>\r\n <div>\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n document.write(\'<input type=\\\"button\\\" class=\\\"button\\\" tabindex=\\\"1\\\" style=\\\"font-weight:normal\\\" value=\\\"$vbphrase[manage_attachments]\\\" title=\\\"$vbphrase[add_edit_files_attached]\\\" onclick=\\\"manageattachments(\\\\\'newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\\\\\', 480, 480, \\\\\'$postid\\\\\')\\\" />\');\r\n //-->\r\n </script>\r\n <noscript>\r\n <a href=\\\"newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\\\" target=\\\"manageattach\\\" title=\\\"$vbphrase[add_edit_files_attached]\\\" tabindex=\\\"1\\\"><strong>$vbphrase[manage_attachments]</strong></a>\r\n </noscript>\r\n </div>\r\n </div>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attach_files]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <div>$vbphrase[valid_file_extensions]: $attachtypes[extensions]</div>\r\n </div>\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\" id=\"attachlist\">\r\n <if condition=\"$show[\'attachmentlist\']\">\r\n $attachments\r\n </if>\r\n </div>\r\n <div>\r\n <script type=\"text/javascript\">\r\n <!--\r\n document.write(\'<input type=\"button\" class=\"button\" tabindex=\"1\" style=\"font-weight:normal\" value=\"$vbphrase[manage_attachments]\" title=\"$vbphrase[add_edit_files_attached]\" onclick=\"manageattachments(\\\'newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\\\', 480, 480, \\\'$postid\\\')\" />\');\r\n //-->\r\n </script>\r\n <noscript>\r\n <a href=\"newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\" target=\"manageattach\" title=\"$vbphrase[add_edit_files_attached]\" tabindex=\"1\"><strong>$vbphrase[manage_attachments]</strong></a>\r\n </noscript>\r\n </div>\r\n </div>\r\n</fieldset>\r\n','template',1073510546,'Ed Sullivan','3.0.0 Release Candidate 3'),(207,-1,'newpost_attachmentbit','<div style=\\\"margin:2px\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_attach]/$attach[extension].gif\\\" alt=\\\"$attach[filename]\\\" border=\\\"0\\\" /> <a href=\\\"attachment.php?$session[sessionurl]attachmentid=$attach[attachmentid]&stc=1\\\" target=\\\"_blank\\\">$attach[filename]</a> ($attach[filesize])</div>','<div style=\"margin:2px\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_attach]/$attach[extension].gif\" alt=\"$attach[filename]\" border=\"0\" /> <a href=\"attachment.php?$session[sessionurl]attachmentid=$attach[attachmentid]&stc=1\" target=\"_blank\">$attach[filename]</a> ($attach[filesize])</div>','template',1071580637,'Kier','3.0.0 Release Candidate 1'),(208,-1,'newpost_disablesmiliesoption','<div><label for=\\\"cb_disablesmilies\\\"><input type=\\\"checkbox\\\" name=\\\"disablesmilies\\\" value=\\\"1\\\" id=\\\"cb_disablesmilies\\\" tabindex=\\\"1\\\" $checked[disablesmilies] />$vbphrase[disable_smilies_in_text]</label></div>\r\n','<div><label for=\"cb_disablesmilies\"><input type=\"checkbox\" name=\"disablesmilies\" value=\"1\" id=\"cb_disablesmilies\" tabindex=\"1\" $checked[disablesmilies] />$vbphrase[disable_smilies_in_text]</label></div>\r\n','template',1070081482,'Ed Sullivan','3.0.0 Gamma'),(209,-1,'newpost_errormessage','<li>$errormessage</li>','<li>$errormessage</li>','template',1069263001,'Kier','3.0.0 Gamma'),(210,-1,'newpost_preview','<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar preview_focus = true;\r\n//-->\r\n</script>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n \" . (($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n \" . (($show[\'errors\']) ? (\"\r\n <ol>$errorlist</ol>\r\n \") : (\"\r\n \r\n \" . (($show[\'messageicon\'] OR $newpost[\'title\']) ? (\"\r\n <!-- icon and title -->\r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'messageicon\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$newpost[iconpath]\\\" alt=\\\"$newpost[icontitle]\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n \" . (($newpost[\'title\']) ? (\"<strong>$newpost[title]</strong>\") : (\"\")).\"\r\n </div>\r\n <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n <!-- / icon and title -->\r\n \") : (\"\")).\"\r\n $previewmessage\r\n \" . (($show[\'signature\']) ? (\"\r\n <div>__________________<br />\r\n $post[signature]</div>\r\n \") : (\"\")).\"\r\n \")).\"\r\n </td>\r\n</tr>\r\n\" . ((!$show[\'errors\']) ? (\"\r\n<tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[submit_message]\\\" accesskey=\\\"s\\\" /></td>\r\n</tr>\r\n\") : (\"\")).\"\r\n</table>\r\n\r\n<br />','<script type=\"text/javascript\">\r\n<!--\r\nvar preview_focus = true;\r\n//-->\r\n</script>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <if condition=\"$show[\'errors\']\">\r\n $vbphrase[errors_occured_when_submitted]:\r\n <else />\r\n $vbphrase[preview]\r\n </if>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <if condition=\"$show[\'errors\']\">\r\n <ol>$errorlist</ol>\r\n <else />\r\n \r\n <if condition=\"$show[\'messageicon\'] OR $newpost[\'title\']\">\r\n <!-- icon and title -->\r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'messageicon\']\"><img class=\"inlineimg\" src=\"$newpost[iconpath]\" alt=\"$newpost[icontitle]\" border=\"0\" /></if>\r\n <if condition=\"$newpost[\'title\']\"><strong>$newpost[title]</strong></if>\r\n </div>\r\n <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n <!-- / icon and title -->\r\n </if>\r\n $previewmessage\r\n <if condition=\"$show[\'signature\']\">\r\n <div>__________________<br />\r\n $post[signature]</div>\r\n </if>\r\n </if>\r\n </td>\r\n</tr>\r\n<if condition=\"!$show[\'errors\']\">\r\n<tr>\r\n <td class=\"tfoot\" align=\"center\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[submit_message]\" accesskey=\"s\" /></td>\r\n</tr>\r\n</if>\r\n</table>\r\n\r\n<br />','template',1088450459,'freddie','3.0.2'),(211,-1,'newpost_quote','[QUOTE=$originalposter]{$pagetext}[/QUOTE]\r\n','[QUOTE=$originalposter]{$pagetext}[/QUOTE]\r\n','template',1069263046,'Kier','3.0.0 Gamma'),(212,-1,'newpost_threadmanage','<fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[thread_management]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($show[\'openclose\']) ? (\"<div>\r\n <label for=\\\"cb_openclose\\\"><input type=\\\"checkbox\\\" name=\\\"openclose\\\" value=\\\"1\\\" id=\\\"cb_openclose\\\" tabindex=\\\"1\\\" $checked[openclose] />\" . (($show[\'closethread\']) ? (\"$vbphrase[close_this_thread]\") : (\"$vbphrase[reopen_this_thread]\")).\" $vbphrase[after_you_submit_your_message].</label>\r\n </div>\") : (\"\")).\"\r\n \" . (($show[\'stickunstick\']) ? (\"\r\n <div><label for=\\\"cb_stickunstick\\\"><input type=\\\"checkbox\\\" name=\\\"stickunstick\\\" value=\\\"1\\\" id=\\\"cb_stickunstick\\\" tabindex=\\\"1\\\" $checked[stickunstick] />\" . (($show[\'unstickthread\']) ? (\"$vbphrase[unstick_this_thread]\") : (\"$vbphrase[stick_this_thread]\")).\" $vbphrase[after_you_submit_your_message].</label>\r\n </div>\") : (\"\")).\"\r\n </div>\r\n</fieldset>','<fieldset class=\"fieldset\">\r\n <legend>$vbphrase[thread_management]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$show[\'openclose\']\"><div>\r\n <label for=\"cb_openclose\"><input type=\"checkbox\" name=\"openclose\" value=\"1\" id=\"cb_openclose\" tabindex=\"1\" $checked[openclose] /><if condition=\"$show[\'closethread\']\">$vbphrase[close_this_thread]<else />$vbphrase[reopen_this_thread]</if> $vbphrase[after_you_submit_your_message].</label>\r\n </div></if>\r\n <if condition=\"$show[\'stickunstick\']\">\r\n <div><label for=\"cb_stickunstick\"><input type=\"checkbox\" name=\"stickunstick\" value=\"1\" id=\"cb_stickunstick\" tabindex=\"1\" $checked[stickunstick] /><if condition=\"$show[\'unstickthread\']\">$vbphrase[unstick_this_thread]<else />$vbphrase[stick_this_thread]</if> $vbphrase[after_you_submit_your_message].</label>\r\n </div></if>\r\n </div>\r\n</fieldset>','template',1070081578,'Ed Sullivan','3.0.0 Gamma'),(213,-1,'newpost_usernamecode','\" . (($show[\'member\']) ? (\"\r\n <!-- user is logged in -->\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n \" . construct_phrase(\"$vbphrase[logged_in_as_x]\", \"member.php?$session[sessionurl]u=$bbuserinfo[userid]\", \"$bbuserinfo[username]\") . \"\r\n </div>\r\n\") : (\"\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\">$vbphrase[your_username]:</td>\r\n <td class=\\\"smallfont\\\" align=\\\"$stylevar[right]\\\"><a href=\\\"#\\\" onclick=\\\"fetch_object(\'navbar_username\').select(); return false;\\\">$vbphrase[click_here_to_log_in]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"2\\\"><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"username\\\" value=\\\"$bbuserinfo[username]\\\" size=\\\"50\\\" style=\\\"margin-top:1px\\\" /></td>\r\n </tr>\r\n </table>\r\n\")).\"','<if condition=\"$show[\'member\']\">\r\n <!-- user is logged in -->\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <phrase 1=\"member.php?$session[sessionurl]u=$bbuserinfo[userid]\" 2=\"$bbuserinfo[username]\">$vbphrase[logged_in_as_x]</phrase>\r\n </div>\r\n<else />\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <tr>\r\n <td class=\"smallfont\">$vbphrase[your_username]:</td>\r\n <td class=\"smallfont\" align=\"$stylevar[right]\"><a href=\"#\" onclick=\"fetch_object(\'navbar_username\').select(); return false;\">$vbphrase[click_here_to_log_in]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"2\"><input type=\"text\" class=\"bginput\" name=\"username\" value=\"$bbuserinfo[username]\" size=\"50\" style=\"margin-top:1px\" /></td>\r\n </tr>\r\n </table>\r\n</if>','template',1070429997,'Ed Sullivan','3.0.0 Gamma'),(214,-1,'newreply','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$vboptions[bbtitle] - $vbphrase[reply_to_topic]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"newreply.php\\\" name=\\\"vbform\\\" method=\\\"post\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n$postpreview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\\\">$threadinfo[title]</a></span>\r\n $vbphrase[reply_to_thread]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\"> \r\n \r\n $usernamecode\r\n\r\n <!-- subject field -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" class=\\\"fieldset\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"3\\\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$title\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" /></td>\r\n <td> </td>\r\n <td><img id=\\\"display_posticon\\\" src=\\\"$selectedicon[src]\\\" alt=\\\"$selectedicon[alt]\\\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n \r\n </div> \r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"postreply\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"posthash\\\" value=\\\"$posthash\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"poststarttime\\\" value=\\\"$poststarttime\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_reply]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_post]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'newpost_options\')\\\"><img id=\\\"collapseimg_newpost_options\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_newpost_options\\\" style=\\\"$vbcollapse[collapseobj_newpost_options]\\\"> \r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($bbuserinfo[\'signature\'] != \'\') ? (\"<div><label for=\\\"cb_signature\\\"><input type=\\\"checkbox\\\" name=\\\"signature\\\" value=\\\"1\\\" id=\\\"cb_signature\\\" tabindex=\\\"1\\\" $checked[signature] />$vbphrase[show_your_signature]</label></div>\") : (\"\")).\"\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n \" . (($show[\'member\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\\\"emailupdate\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"9999\\\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\\\"0\\\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\\\"1\\\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\\\"2\\\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\\\"3\\\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n \" . (($show[\'subscribefolders\']) ? (\"<td>$vbphrase[folder]:<br /><select name=\\\"folderid\\\" tabindex=\\\"1\\\">$folderbits</select></td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'threadrating\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[rate_thread]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div>$vbphrase[can_add_a_score_for_thread]</div>\r\n <div>\r\n <select name=\\\"rating\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"0\\\"$rate[0]>$vbphrase[choose_a_rating]</option>\r\n <optgroup>\r\n <option value=\\\"5\\\"$rate[5]>5 : $vbphrase[excellent]</option>\r\n <option value=\\\"4\\\"$rate[4]>4 : $vbphrase[good]</option>\r\n <option value=\\\"3\\\"$rate[3]>3 : $vbphrase[average]</option>\r\n <option value=\\\"2\\\"$rate[2]>2 : $vbphrase[bad]</option>\r\n <option value=\\\"1\\\"$rate[1]>1 : $vbphrase[terrible]</option>\r\n </optgroup>\r\n </select>\r\n </div> \r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_reply]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_post]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /> \r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'threadreview\')\\\"><img id=\\\"collapseimg_threadreview\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_threadreview].gif\\\" alt=\\\"\\\" border=\\\"\\\" /></a>\r\n $vbphrase[topic_review_newest_first]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<div id=\\\"collapseobj_threadreview\\\" style=\\\"$vbcollapse[collapseobj_threadreview]\\\">\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n \r\n $threadreviewbits\r\n \r\n \" . (($show[\'reviewmore\']) ? (\"\r\n <tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\" colspan=\\\"2\\\"><span class=\\\"smallfont\\\">\r\n \" . construct_phrase(\"$vbphrase[thread_has_more_than_x_review]\", \"$vboptions[maxposts]\", \"showthread.php?$session[sessionurl]t=$threadid\") . \"\r\n </span></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \r\n </table>\r\n \r\n</div>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$vboptions[bbtitle] - $vbphrase[reply_to_topic]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\"newreply.php\" name=\"vbform\" method=\"post\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n$postpreview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\">$threadinfo[title]</a></span>\r\n $vbphrase[reply_to_thread]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\"> \r\n \r\n $usernamecode\r\n\r\n <!-- subject field -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"fieldset\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"3\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"title\" value=\"$title\" size=\"50\" maxlength=\"85\" tabindex=\"1\" title=\"$vbphrase[optional]\" /></td>\r\n <td> </td>\r\n <td><img id=\"display_posticon\" src=\"$selectedicon[src]\" alt=\"$selectedicon[alt]\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n \r\n </div> \r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"postreply\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n <input type=\"hidden\" name=\"posthash\" value=\"$posthash\" />\r\n <input type=\"hidden\" name=\"poststarttime\" value=\"$poststarttime\" />\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_reply]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_post]\" accesskey=\"p\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'newpost_options\')\"><img id=\"collapseimg_newpost_options\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_newpost_options\" style=\"$vbcollapse[collapseobj_newpost_options]\"> \r\n <tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$bbuserinfo[\'signature\'] != \'\'\"><div><label for=\"cb_signature\"><input type=\"checkbox\" name=\"signature\" value=\"1\" id=\"cb_signature\" tabindex=\"1\" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n <if condition=\"$show[\'member\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\"emailupdate\" tabindex=\"1\">\r\n <option value=\"9999\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\"0\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\"1\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\"2\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\"3\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n <if condition=\"$show[\'subscribefolders\']\"><td>$vbphrase[folder]:<br /><select name=\"folderid\" tabindex=\"1\">$folderbits</select></td></if>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'threadrating\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[rate_thread]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div>$vbphrase[can_add_a_score_for_thread]</div>\r\n <div>\r\n <select name=\"rating\" tabindex=\"1\">\r\n <option value=\"0\"$rate[0]>$vbphrase[choose_a_rating]</option>\r\n <optgroup>\r\n <option value=\"5\"$rate[5]>5 : $vbphrase[excellent]</option>\r\n <option value=\"4\"$rate[4]>4 : $vbphrase[good]</option>\r\n <option value=\"3\"$rate[3]>3 : $vbphrase[average]</option>\r\n <option value=\"2\"$rate[2]>2 : $vbphrase[bad]</option>\r\n <option value=\"1\"$rate[1]>1 : $vbphrase[terrible]</option>\r\n </optgroup>\r\n </select>\r\n </div> \r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_reply]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_post]\" accesskey=\"p\" tabindex=\"1\" /> \r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'threadreview\')\"><img id=\"collapseimg_threadreview\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_threadreview].gif\" alt=\"\" border=\"\" /></a>\r\n $vbphrase[topic_review_newest_first]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<div id=\"collapseobj_threadreview\" style=\"$vbcollapse[collapseobj_threadreview]\">\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n \r\n $threadreviewbits\r\n \r\n <if condition=\"$show[\'reviewmore\']\">\r\n <tr>\r\n <td class=\"tfoot\" align=\"center\" colspan=\"2\"><span class=\"smallfont\">\r\n <phrase 1=\"$vboptions[maxposts]\" 2=\"showthread.php?$session[sessionurl]t=$threadid\">$vbphrase[thread_has_more_than_x_review]</phrase>\r\n </span></td>\r\n </tr>\r\n </if>\r\n \r\n </table>\r\n \r\n</div>\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1079977516,'freddie','3.0.1'),(215,-1,'newreply_reviewbit','<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\">$postdate $posttime</td>\r\n</tr>\r\n<tr title=\\\"\" . construct_phrase(\"$vbphrase[post_x]\", \"$post[postid]\") . \"\\\" valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" width=\\\"125\\\" align=\\\"center\\\">$username</td>\r\n <td class=\\\"alt2\\\">$reviewmessage</td>\r\n</tr>\r\n','<tr>\r\n <td class=\"thead\" colspan=\"2\">$postdate $posttime</td>\r\n</tr>\r\n<tr title=\"<phrase 1=\"$post[postid]\">$vbphrase[post_x]</phrase>\" valign=\"top\">\r\n <td class=\"alt1\" width=\"125\" align=\"center\">$username</td>\r\n <td class=\"alt2\">$reviewmessage</td>\r\n</tr>\r\n','template',1070081883,'Ed Sullivan','3.0.0 Gamma'),(216,-1,'newreply_reviewbit_ignore','$vbphrase[this_user_on_your_ignore_list]','$vbphrase[this_user_on_your_ignore_list]','template',1070145199,'Ed Sullivan','3.0.0 Gamma'),(217,-1,'newreply_reviewbit_ignore_global','\" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$post[username]\") . \"','<phrase 1=\"$post[username]\">$vbphrase[administrator_decided_x_quiet]</phrase>','template',1070145286,'Ed Sullivan','3.0.0 Gamma'),(218,-1,'newthread','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[post_new_thread]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"newthread.php\\\" method=\\\"post\\\" name=\\\"vbform\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, this.subject.value, $vboptions[postminchars], $vboptions[postmaxchars]);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n$postpreview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[forum]</strong>: <a href=\\\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\\\">$foruminfo[title]</a></span>\r\n $vbphrase[post_new_thread]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode \r\n\r\n <!-- subject field -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" class=\\\"fieldset\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"3\\\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"subject\\\" value=\\\"$subject\\\" size=\\\"40\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" /></td>\r\n <td> </td>\r\n <td><img id=\\\"display_posticon\\\" src=\\\"$selectedicon[src]\\\" alt=\\\"$selectedicon[alt]\\\" /></td> </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"$forumid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"postthread\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"posthash\\\" value=\\\"$posthash\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"poststarttime\\\" value=\\\"$poststarttime\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_new_thread]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_post]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'newpost_options\')\\\"><img id=\\\"collapseimg_newpost_options\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_newpost_options\\\" style=\\\"$vbcollapse[collapseobj_newpost_options]\\\"> \r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($bbuserinfo[\'signature\'] != \'\') ? (\"<div><label for=\\\"cb_signature\\\"><input type=\\\"checkbox\\\" name=\\\"signature\\\" value=\\\"1\\\" id=\\\"cb_signature\\\" tabindex=\\\"1\\\" $checked[signature] />$vbphrase[show_your_signature]</label></div>\") : (\"\")).\"\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n \" . (($show[\'member\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\\\"emailupdate\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"9999\\\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\\\"0\\\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\\\"1\\\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\\\"2\\\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\\\"3\\\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n \" . (($show[\'subscribefolders\']) ? (\"<td>$vbphrase[folder]:<br /><select name=\\\"folderid\\\" tabindex=\\\"1\\\">$folderbits</select></td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'poll\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[post_a_poll]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div><label for=\\\"cb_postpoll\\\"><input type=\\\"checkbox\\\" name=\\\"postpoll\\\" value=\\\"yes\\\" id=\\\"cb_postpoll\\\" tabindex=\\\"1\\\" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div>\r\n <div><label for=\\\"polloptnum\\\">$vbphrase[number_of_poll_options]: <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"5\\\" name=\\\"polloptions\\\" value=\\\"$polloptions\\\" id=\\\"polloptnum\\\" tabindex=\\\"1\\\" /></label> ($vbphrase[maximum]: $vboptions[maxpolloptions])</div>\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_new_thread]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_post]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /> \r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[post_new_thread]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<form action=\"newthread.php\" method=\"post\" name=\"vbform\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, this.subject.value, $vboptions[postminchars], $vboptions[postmaxchars]);\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n$postpreview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[forum]</strong>: <a href=\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\">$foruminfo[title]</a></span>\r\n $vbphrase[post_new_thread]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode \r\n\r\n <!-- subject field -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"fieldset\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"3\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"subject\" value=\"$subject\" size=\"40\" maxlength=\"85\" tabindex=\"1\" /></td>\r\n <td> </td>\r\n <td><img id=\"display_posticon\" src=\"$selectedicon[src]\" alt=\"$selectedicon[alt]\" /></td> </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"f\" value=\"$forumid\" />\r\n <input type=\"hidden\" name=\"do\" value=\"postthread\" />\r\n <input type=\"hidden\" name=\"posthash\" value=\"$posthash\" />\r\n <input type=\"hidden\" name=\"poststarttime\" value=\"$poststarttime\" />\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_new_thread]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_post]\" accesskey=\"p\" tabindex=\"1\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'newpost_options\')\"><img id=\"collapseimg_newpost_options\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_newpost_options\" style=\"$vbcollapse[collapseobj_newpost_options]\"> \r\n <tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$bbuserinfo[\'signature\'] != \'\'\"><div><label for=\"cb_signature\"><input type=\"checkbox\" name=\"signature\" value=\"1\" id=\"cb_signature\" tabindex=\"1\" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n <if condition=\"$show[\'member\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\"emailupdate\" tabindex=\"1\">\r\n <option value=\"9999\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\"0\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\"1\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\"2\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\"3\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n <if condition=\"$show[\'subscribefolders\']\"><td>$vbphrase[folder]:<br /><select name=\"folderid\" tabindex=\"1\">$folderbits</select></td></if>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'poll\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[post_a_poll]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div><label for=\"cb_postpoll\"><input type=\"checkbox\" name=\"postpoll\" value=\"yes\" id=\"cb_postpoll\" tabindex=\"1\" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div>\r\n <div><label for=\"polloptnum\">$vbphrase[number_of_poll_options]: <input type=\"text\" class=\"bginput\" size=\"5\" name=\"polloptions\" value=\"$polloptions\" id=\"polloptnum\" tabindex=\"1\" /></label> ($vbphrase[maximum]: $vboptions[maxpolloptions])</div>\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_new_thread]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_post]\" accesskey=\"p\" tabindex=\"1\" /> \r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1079977420,'freddie','3.0.1'),(219,-1,'pagenav','<div class=\\\"pagenav\\\" align=\\\"$stylevar[right]\\\">\r\n<table class=\\\"tborder\\\" cellpadding=\\\"3\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\">\r\n<tr>\r\n <td class=\\\"vbmenu_control\\\" style=\\\"font-weight:normal\\\"><!--<img src=\\\"$stylevar[imgdir_misc]/multipage.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z_xx]\", \"$numbers[first]\", \"$numbers[last]\", \"$total\", \"$totalpages\") . \"\\\" /> -->\" . construct_phrase(\"$vbphrase[page_x_of_y]\", \"$pagenumber\", \"$totalpages\") . \"</td>\r\n \" . (($show[\'first\']) ? (\"<td class=\\\"alt1\\\"><a class=\\\"smallfont\\\" href=\\\"$address&page=1$address2\\\" title=\\\"$vbphrase[first_page] - \" . construct_phrase(\"$vbphrase[results_x_to_y_of_z]\", \"$firstnumbers[first]\", \"$firstnumbers[last]\", \"$total\") . \"\\\"><strong>«</strong> $vbphrase[first]</a></td>\") : (\"\")).\"\r\n \" . (($show[\'prev\']) ? (\"<td class=\\\"alt1\\\"><a class=\\\"smallfont\\\" href=\\\"$address&page=$prevpage$address2\\\" title=\\\"$vbphrase[prev_page] - \" . construct_phrase(\"$vbphrase[results_x_to_y_of_z]\", \"$prevnumbers[first]\", \"$prevnumbers[last]\", \"$total\") . \"\\\"><</a></td>\") : (\"\")).\"\r\n $pagenav\r\n \" . (($show[\'next\']) ? (\"<td class=\\\"alt1\\\"><a class=\\\"smallfont\\\" href=\\\"$address&page=$nextpage$address2\\\" title=\\\"$vbphrase[next_page] - \" . construct_phrase(\"$vbphrase[results_x_to_y_of_z]\", \"$nextnumbers[first]\", \"$nextnumbers[last]\", \"$total\") . \"\\\">></a></td>\") : (\"\")).\"\r\n \" . (($show[\'last\']) ? (\"<td class=\\\"alt1\\\"><a class=\\\"smallfont\\\" href=\\\"$address&page=$totalpages$address2\\\" title=\\\"$vbphrase[last_page] - \" . construct_phrase(\"$vbphrase[results_x_to_y_of_z]\", \"$lastnumbers[first]\", \"$lastnumbers[last]\", \"$total\") . \"\\\">$vbphrase[last] <strong>»</strong></a></td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n</div>\r\n','<div class=\"pagenav\" align=\"$stylevar[right]\">\r\n<table class=\"tborder\" cellpadding=\"3\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\">\r\n<tr>\r\n <td class=\"vbmenu_control\" style=\"font-weight:normal\"><!--<img src=\"$stylevar[imgdir_misc]/multipage.gif\" alt=\"<phrase 1=\"$numbers[first]\" 2=\"$numbers[last]\" 3=\"$total\" 4=\"$totalpages\">$vbphrase[showing_results_x_to_y_of_z_xx]</phrase>\" /> --><phrase 1=\"$pagenumber\" 2=\"$totalpages\">$vbphrase[page_x_of_y]</phrase></td>\r\n <if condition=\"$show[\'first\']\"><td class=\"alt1\"><a class=\"smallfont\" href=\"$address&page=1$address2\" title=\"$vbphrase[first_page] - <phrase 1=\"$firstnumbers[first]\" 2=\"$firstnumbers[last]\" 3=\"$total\">$vbphrase[results_x_to_y_of_z]</phrase>\"><strong>«</strong> $vbphrase[first]</a></td></if>\r\n <if condition=\"$show[\'prev\']\"><td class=\"alt1\"><a class=\"smallfont\" href=\"$address&page=$prevpage$address2\" title=\"$vbphrase[prev_page] - <phrase 1=\"$prevnumbers[first]\" 2=\"$prevnumbers[last]\" 3=\"$total\">$vbphrase[results_x_to_y_of_z]</phrase>\"><</a></td></if>\r\n $pagenav\r\n <if condition=\"$show[\'next\']\"><td class=\"alt1\"><a class=\"smallfont\" href=\"$address&page=$nextpage$address2\" title=\"$vbphrase[next_page] - <phrase 1=\"$nextnumbers[first]\" 2=\"$nextnumbers[last]\" 3=\"$total\">$vbphrase[results_x_to_y_of_z]</phrase>\">></a></td></if>\r\n <if condition=\"$show[\'last\']\"><td class=\"alt1\"><a class=\"smallfont\" href=\"$address&page=$totalpages$address2\" title=\"$vbphrase[last_page] - <phrase 1=\"$lastnumbers[first]\" 2=\"$lastnumbers[last]\" 3=\"$total\">$vbphrase[results_x_to_y_of_z]</phrase>\">$vbphrase[last] <strong>»</strong></a></td></if>\r\n</tr>\r\n</table>\r\n</div>\r\n','template',1071578441,'Kier','3.0.0 Release Candidate 1'),(220,-1,'pagenav_curpage',' <td class=\\\"alt2\\\"><span class=\\\"smallfont\\\" title=\\\"\" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$numbers[first]\", \"$numbers[last]\", \"$total\") . \"\\\"><strong>$curpage</strong></span></td>\r\n ',' <td class=\"alt2\"><span class=\"smallfont\" title=\"<phrase 1=\"$numbers[first]\" 2=\"$numbers[last]\" 3=\"$total\">$vbphrase[showing_results_x_to_y_of_z]</phrase>\"><strong>$curpage</strong></span></td>\r\n ','template',1070082250,'Ed Sullivan','3.0.0 Gamma'),(221,-1,'pagenav_pagelink',' <td class=\\\"alt1\\\"><a class=\\\"smallfont\\\" href=\\\"$address&page=$curpage$address2\\\" title=\\\"\" . construct_phrase(\"$vbphrase[show_results_x_to_y_of_z]\", \"$pagenumbers[first]\", \"$pagenumbers[last]\", \"$total\") . \"\\\">$curpage</a></td>\r\n',' <td class=\"alt1\"><a class=\"smallfont\" href=\"$address&page=$curpage$address2\" title=\"<phrase 1=\"$pagenumbers[first]\" 2=\"$pagenumbers[last]\" 3=\"$total\">$vbphrase[show_results_x_to_y_of_z]</phrase>\">$curpage</a></td>\r\n','template',1070082287,'Ed Sullivan','3.0.0 Gamma'),(222,-1,'phpinclude_end','','','template',1040219143,'Kier','0'),(223,-1,'phpinclude_start','/*\r\n// Example of how to include a seperate file:\r\n\r\nob_start();\r\ninclude(\'yourheader.html\');\r\n$your_code = ob_get_contents();\r\nob_end_clean();\r\n\r\n// Now place a reference to $your_code where you want the resulting HTML to be displayed.\r\n// This will most likely be the header or footer template.\r\n*/','/*\r\n// Example of how to include a seperate file:\r\n\r\nob_start();\r\ninclude(\'yourheader.html\');\r\n$your_code = ob_get_contents();\r\nob_end_clean();\r\n\r\n// Now place a reference to $your_code where you want the resulting HTML to be displayed.\r\n// This will most likely be the header or footer template.\r\n*/','template',1104626948,'Admin','3.0.4'),(224,-1,'pm_editfolderbit','<tr>\r\n <td> \r\n $vbphrase[folder_name]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"folder[$folderid]\\\" value=\\\"$foldername\\\" title=\\\"\" . construct_phrase(\"$vbphrase[folder_id_x]\", \"$folderid\") . \"\\\" />\r\n \" . (($show[\'messagecount\']) ? (\"$vbphrase[messages]: <strong>$foldertotal</strong>\") : (\"\")).\"\r\n </td>\r\n</tr>\r\n','<tr>\r\n <td> \r\n $vbphrase[folder_name]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"folder[$folderid]\" value=\"$foldername\" title=\"<phrase 1=\"$folderid\">$vbphrase[folder_id_x]</phrase>\" />\r\n <if condition=\"$show[\'messagecount\']\">$vbphrase[messages]: <strong>$foldertotal</strong></if>\r\n </td>\r\n</tr>\r\n','template',1070082321,'Ed Sullivan','3.0.0 Gamma'),(225,-1,'pm_editfolders','<form action=\\\"private.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatefolders\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_folders]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[standard_folders]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[x_contains_y_messages]\", \"private.php?$session[sessionurl]folderid=0\", \"$vbphrase[inbox]\", \"$inboxtotal\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[x_contains_y_messages]\", \"private.php?$session[sessionurl]folderid=-1\", \"$vbphrase[sent_items]\", \"$sentitemstotal\") . \"</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($show[\'customfolders\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[your_custom_folders]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $editfolderbits\r\n <tr>\r\n <td>$vbphrase[to_rename_a_folder]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[to_delete_a_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[add_new_folders]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $addfolderbits\r\n <tr>\r\n <td>$vbphrase[to_add_a_new_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_folders]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"private.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updatefolders\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_folders]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[standard_folders]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td><phrase 1=\"private.php?$session[sessionurl]folderid=0\" 2=\"$vbphrase[inbox]\" 3=\"$inboxtotal\">$vbphrase[x_contains_y_messages]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td><phrase 1=\"private.php?$session[sessionurl]folderid=-1\" 2=\"$vbphrase[sent_items]\" 3=\"$sentitemstotal\">$vbphrase[x_contains_y_messages]</phrase></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$show[\'customfolders\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[your_custom_folders]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $editfolderbits\r\n <tr>\r\n <td>$vbphrase[to_rename_a_folder]</td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[to_delete_a_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[add_new_folders]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $addfolderbits\r\n <tr>\r\n <td>$vbphrase[to_add_a_new_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_folders]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1086393179,'freddie','3.0.2'),(226,-1,'pm_messagelist','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction check_all_group(checkobj, value)\r\n{\r\n formobj = checkobj.form;\r\n for (var i = 0; i < formobj.elements.length; i++)\r\n {\r\n elm = formobj.elements[i];\r\n if (elm.type == \\\"checkbox\\\" && elm.value == value)\r\n {\r\n elm.checked = checkobj.checked;\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\\\"private.php\\\" method=\\\"get\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'pmlistinfo\')\\\"><img id=\\\"collapseimg_pmlistinfo\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pmlistinfo].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[private_messages_in_folder]<span class=\\\"normal\\\">: <span id=\\\"nav_pmfolders.listinfo\\\">$foldername<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_pmfolders.listinfo\\\"); </script></span></span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_pmlistinfo\\\" style=\\\"$vbcollapse[collapseobj_pmlistinfo]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[folder_controls]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[x_contains_y_z_messages_of_xx]\", \"$foldername\", \"$totalmessages\", \"$bbuserinfo[pmtotal]\", \"$permissions[pmquota]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table style=\\\"border:2px groove\\\" cellpadding=\\\"0\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'thisfoldertotal\']) ? (\"<td width=\\\"$tdwidth[folder]\\\" style=\\\"background-color:red; font-size:10px\\\" title=\\\"\" . construct_phrase(\"$vbphrase[messages_stored_in_folder_x]\", \"$totalmessages\") . \"\\\"> </td>\") : (\"\")).\"\r\n \" . (($show[\'allfolderstotal\']) ? (\"<td width=\\\"$tdwidth[total]\\\" style=\\\"background-color:orange; font-size:10px\\\" title=\\\"\" . construct_phrase(\"$vbphrase[total_messages_in_all_folders_x]\", \"$bbuserinfo[pmtotal]\") . \"\\\"> </td>\") : (\"\")).\"\r\n \" . (($tdwidth[quota] > 0) ? (\"<td width=\\\"$tdwidth[quota]\\\" style=\\\"background-color:green; font-size:10px\\\" title=\\\"\" . construct_phrase(\"$vbphrase[maximum_allowed_messages_x]\", \"$permissions[pmquota]\") . \"\\\"> </td>\") : (\"\")).\"\r\n </tr> \r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[jump_to_folder]:<br />\r\n <select name=\\\"folderid\\\" onchange=\\\"this.form.submit();\\\">\r\n $folderjump\r\n </select>$gobutton\r\n </td>\r\n </tr>\r\n \" . (($receipts[\'unconfirmed\'] OR $receipts[\'confirmed\']) ? (\"<tr>\r\n <td><a href=\\\"private.php?$session[sessionurl]do=trackpm\\\">\" . construct_phrase(\"$vbphrase[you_have_x_and_y_receipts]\", \"$receipts[confirmed]\", \"$receipts[unconfirmed]\") . \"</a></td>\r\n </tr>\") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<br />\r\n\r\n$confirmedreceipts\r\n\r\n\" . (($show[\'messagelist\']) ? (\"\r\n\r\n<form action=\\\"private.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"managepm\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"folderid\\\" value=\\\"$folderid\\\" />\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\" style=\\\"padding: $stylevar[cellpadding]px 0 $stylevar[cellpadding]px $stylevar[cellpadding]px\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n <label for=\\\"checkall_all\\\">\r\n $vbphrase[messages]: <strong>$totalmessages</strong>\r\n <input type=\\\"checkbox\\\" name=\\\"allbox\\\" id=\\\"checkall_all\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" onclick=\\\"js_check_all(this.form)\\\" />\r\n </label> \r\n </span>\r\n $vbphrase[private_messages_in_folder]<span class=\\\"normal\\\">: <span id=\\\"nav_pmfolders.messagelist\\\">$foldername<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_pmfolders.messagelist\\\"); </script></span></span> \r\n </td>\r\n </tr>\r\n</thead>\r\n$messagelist_periodgroups\r\n<tbody>\r\n <tr>\r\n <td class=\\\"tfoot\\\" align=\\\"$stylevar[right]\\\" colspan=\\\"4\\\"> \r\n <div class=\\\"smallfont\\\">\r\n $vbphrase[selected_messages]:\r\n <select name=\\\"dowhat\\\">\r\n \" . (($show[\'movetofolder\']) ? (\"<option value=\\\"move\\\">$vbphrase[move_to_folder]...</option>\") : (\"\")).\"\r\n <option value=\\\"delete\\\">$vbphrase[delete]</option>\r\n <option value=\\\"read\\\">$vbphrase[mark_as_read]</option>\r\n <option value=\\\"unread\\\">$vbphrase[mark_as_unread]</option>\r\n <option value=\\\"xml\\\">$vbphrase[download_as_xml]</option>\r\n <option value=\\\"csv\\\">$vbphrase[download_as_csv]</option>\r\n <option value=\\\"txt\\\">$vbphrase[download_as_text]</option>\r\n </select>\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[go]\\\" />\r\n </div> \r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n<!-- forumjump -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"top\\\">\r\n <td width=\\\"100%\\\" rowspan=\\\"2\\\">\r\n <table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/pm_new.gif\\\" alt=\\\"$vbphrase[unread_message]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[unread_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/pm_old.gif\\\" alt=\\\"$vbphrase[read_message]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[read_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/pm_replied.gif\\\" alt=\\\"$vbphrase[repliedto_message]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[repliedto_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/pm_forwarded.gif\\\" alt=\\\"$vbphrase[forwarded_message]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[forwarded_message]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td class=\\\"smallfont\\\" nowrap=\\\"nowrap\\\">\r\n <strong>$vbphrase[download_all_private_messages_as]</strong> :<br />\r\n <a href=\\\"private.php?$session[sessionurl]do=downloadpm&dowhat=xml\\\">$vbphrase[xml]</a> |\r\n <a href=\\\"private.php?$session[sessionurl]do=downloadpm&dowhat=csv\\\">$vbphrase[csv]</a> |\r\n <a href=\\\"private.php?$session[sessionurl]do=downloadpm&dowhat=txt\\\">$vbphrase[text]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td valign=\\\"bottom\\\">$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forumjump -->','<script type=\"text/javascript\">\r\n<!--\r\nfunction check_all_group(checkobj, value)\r\n{\r\n formobj = checkobj.form;\r\n for (var i = 0; i < formobj.elements.length; i++)\r\n {\r\n elm = formobj.elements[i];\r\n if (elm.type == \"checkbox\" && elm.value == value)\r\n {\r\n elm.checked = checkobj.checked;\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\"private.php\" method=\"get\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"pp\" value=\"$perpage\" />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'pmlistinfo\')\"><img id=\"collapseimg_pmlistinfo\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pmlistinfo].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[private_messages_in_folder]<span class=\"normal\">: <span id=\"nav_pmfolders.listinfo\">$foldername<script type=\"text/javascript\"> vbmenu_register(\"nav_pmfolders.listinfo\"); </script></span></span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_pmlistinfo\" style=\"$vbcollapse[collapseobj_pmlistinfo]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[folder_controls]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td><phrase 1=\"$foldername\" 2=\"$totalmessages\" 3=\"$bbuserinfo[pmtotal]\" 4=\"$permissions[pmquota]\">$vbphrase[x_contains_y_z_messages_of_xx]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table style=\"border:2px groove\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'thisfoldertotal\']\"><td width=\"$tdwidth[folder]\" style=\"background-color:red; font-size:10px\" title=\"<phrase 1=\"$totalmessages\">$vbphrase[messages_stored_in_folder_x]</phrase>\"> </td></if>\r\n <if condition=\"$show[\'allfolderstotal\']\"><td width=\"$tdwidth[total]\" style=\"background-color:orange; font-size:10px\" title=\"<phrase 1=\"$bbuserinfo[pmtotal]\">$vbphrase[total_messages_in_all_folders_x]</phrase>\"> </td></if>\r\n <if condition=\"$tdwidth[quota] > 0\"><td width=\"$tdwidth[quota]\" style=\"background-color:green; font-size:10px\" title=\"<phrase 1=\"$permissions[pmquota]\">$vbphrase[maximum_allowed_messages_x]</phrase>\"> </td></if>\r\n </tr> \r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[jump_to_folder]:<br />\r\n <select name=\"folderid\" onchange=\"this.form.submit();\">\r\n $folderjump\r\n </select>$gobutton\r\n </td>\r\n </tr>\r\n <if condition=\"$receipts[\'unconfirmed\'] OR $receipts[\'confirmed\']\"><tr>\r\n <td><a href=\"private.php?$session[sessionurl]do=trackpm\"><phrase 1=\"$receipts[confirmed]\" 2=\"$receipts[unconfirmed]\">$vbphrase[you_have_x_and_y_receipts]</phrase></a></td>\r\n </tr></if>\r\n </table>\r\n </fieldset>\r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<br />\r\n\r\n$confirmedreceipts\r\n\r\n<if condition=\"$show[\'messagelist\']\">\r\n\r\n<form action=\"private.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"managepm\" />\r\n<input type=\"hidden\" name=\"folderid\" value=\"$folderid\" />\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"4\" style=\"padding: $stylevar[cellpadding]px 0 $stylevar[cellpadding]px $stylevar[cellpadding]px\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <label for=\"checkall_all\">\r\n $vbphrase[messages]: <strong>$totalmessages</strong>\r\n <input type=\"checkbox\" name=\"allbox\" id=\"checkall_all\" title=\"$vbphrase[check_uncheck_all]\" onclick=\"js_check_all(this.form)\" />\r\n </label> \r\n </span>\r\n $vbphrase[private_messages_in_folder]<span class=\"normal\">: <span id=\"nav_pmfolders.messagelist\">$foldername<script type=\"text/javascript\"> vbmenu_register(\"nav_pmfolders.messagelist\"); </script></span></span> \r\n </td>\r\n </tr>\r\n</thead>\r\n$messagelist_periodgroups\r\n<tbody>\r\n <tr>\r\n <td class=\"tfoot\" align=\"$stylevar[right]\" colspan=\"4\"> \r\n <div class=\"smallfont\">\r\n $vbphrase[selected_messages]:\r\n <select name=\"dowhat\">\r\n <if condition=\"$show[\'movetofolder\']\"><option value=\"move\">$vbphrase[move_to_folder]...</option></if>\r\n <option value=\"delete\">$vbphrase[delete]</option>\r\n <option value=\"read\">$vbphrase[mark_as_read]</option>\r\n <option value=\"unread\">$vbphrase[mark_as_unread]</option>\r\n <option value=\"xml\">$vbphrase[download_as_xml]</option>\r\n <option value=\"csv\">$vbphrase[download_as_csv]</option>\r\n <option value=\"txt\">$vbphrase[download_as_text]</option>\r\n </select>\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[go]\" />\r\n </div> \r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n</if>\r\n\r\n<br />\r\n\r\n<!-- forumjump -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"top\">\r\n <td width=\"100%\" rowspan=\"2\">\r\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/pm_new.gif\" alt=\"$vbphrase[unread_message]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[unread_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/pm_old.gif\" alt=\"$vbphrase[read_message]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[read_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/pm_replied.gif\" alt=\"$vbphrase[repliedto_message]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[repliedto_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/pm_forwarded.gif\" alt=\"$vbphrase[forwarded_message]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[forwarded_message]</td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td class=\"smallfont\" nowrap=\"nowrap\">\r\n <strong>$vbphrase[download_all_private_messages_as]</strong> :<br />\r\n <a href=\"private.php?$session[sessionurl]do=downloadpm&dowhat=xml\">$vbphrase[xml]</a> |\r\n <a href=\"private.php?$session[sessionurl]do=downloadpm&dowhat=csv\">$vbphrase[csv]</a> |\r\n <a href=\"private.php?$session[sessionurl]do=downloadpm&dowhat=txt\">$vbphrase[text]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td valign=\"bottom\">$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forumjump -->','template',1073503234,'freddie','3.0.0 Release Candidate 3'),(227,-1,'pm_messagelistbit','<tr>\r\n <td class=\\\"alt1\\\"><img src=\\\"$stylevar[imgdir_statusicon]/pm_$pm[statusicon].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></td>\r\n \" . (($show[\'pmicons\']) ? (\"<td class=\\\"alt2\\\">\" . (($show[\'pmicon\']) ? (\"<img src=\\\"$pm[iconpath]\\\" alt=\\\"$pm[icontitle]\\\" />\") : (\" \")).\"</td>\") : (\"\")).\"\r\n <td class=\\\"alt1Active\\\" id=\\\"m$pm[pmid]\\\" width=\\\"100%\\\">\r\n <div>\r\n <span style=\\\"float:$stylevar[right]\\\" class=\\\"smallfont\\\">$pm[senddate]</span>\r\n <a href=\\\"private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]\\\">\" . (($show[\'unread\']) ? (\"<strong>$pm[title]</strong>\") : (\"$pm[title]\")).\"</a>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n <span style=\\\"float:$stylevar[right]\\\" class=\\\"time\\\">$pm[sendtime]</span>\r\n \" . (($show[\'unread\']) ? (\"<strong>$userbit</strong>\") : (\"$userbit\")).\"\r\n </div>\r\n \r\n </td>\r\n \" . (($show[\'pmcheckbox\']) ? (\"<td class=\\\"alt2\\\" align=\\\"center\\\" style=\\\"padding:0px\\\"><input type=\\\"checkbox\\\" name=\\\"pm[$pmid]\\\" value=\\\"$groupid\\\" /></td>\") : (\"\")).\"\r\n</tr>','<tr>\r\n <td class=\"alt1\"><img src=\"$stylevar[imgdir_statusicon]/pm_$pm[statusicon].gif\" alt=\"\" border=\"0\" /></td>\r\n <if condition=\"$show[\'pmicons\']\"><td class=\"alt2\"><if condition=\"$show[\'pmicon\']\"><img src=\"$pm[iconpath]\" alt=\"$pm[icontitle]\" /><else /> </if></td></if>\r\n <td class=\"alt1Active\" id=\"m$pm[pmid]\" width=\"100%\">\r\n <div>\r\n <span style=\"float:$stylevar[right]\" class=\"smallfont\">$pm[senddate]</span>\r\n <a href=\"private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]\"><if condition=\"$show[\'unread\']\"><strong>$pm[title]</strong><else />$pm[title]</if></a>\r\n </div>\r\n <div class=\"smallfont\">\r\n <span style=\"float:$stylevar[right]\" class=\"time\">$pm[sendtime]</span>\r\n <if condition=\"$show[\'unread\']\"><strong>$userbit</strong><else />$userbit</if>\r\n </div>\r\n \r\n </td>\r\n <if condition=\"$show[\'pmcheckbox\']\"><td class=\"alt2\" align=\"center\" style=\"padding:0px\"><input type=\"checkbox\" name=\"pm[$pmid]\" value=\"$groupid\" /></td></if>\r\n</tr>','template',1069867545,'Kier','3.0.0 Gamma'),(228,-1,'pm_messagelistbit_ignore','<tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"3\\\">\r\n <div class=\\\"smallfont\\\">\r\n <span style=\\\"float:$stylevar[right]\\\"><a href=\\\"private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]\\\">$vbphrase[view_message]</a></span>\r\n \" . construct_phrase(\"$vbphrase[x_is_on_your_ignore_list]\", \"$pm[fromusername]\", \"profile.php?$session[sessionurl]do=editlist\") . \" \r\n </div>\r\n </td>\r\n <td class=\\\"alt2\\\" align=\\\"center\\\" style=\\\"padding:0px\\\"><input type=\\\"checkbox\\\" name=\\\"pm[$pmid]\\\" value=\\\"$groupid\\\" checked=\\\"checked\\\" /></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"alt1\" colspan=\"3\">\r\n <div class=\"smallfont\">\r\n <span style=\"float:$stylevar[right]\"><a href=\"private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]\">$vbphrase[view_message]</a></span>\r\n <phrase 1=\"$pm[fromusername]\" 2=\"profile.php?$session[sessionurl]do=editlist\">$vbphrase[x_is_on_your_ignore_list]</phrase> \r\n </div>\r\n </td>\r\n <td class=\"alt2\" align=\"center\" style=\"padding:0px\"><input type=\"checkbox\" name=\"pm[$pmid]\" value=\"$groupid\" checked=\"checked\" /></td>\r\n</tr>\r\n','template',1070431796,'Ed Sullivan','3.0.0 Gamma'),(229,-1,'pm_messagelistbit_user','<!--<a href=\\\"member.php?$session[sessionurl]u=$userid\\\">$username</a>-->\r\n<span style=\\\"cursor:pointer\\\" onclick=\\\"window.location=\'member.php?$session[sessionurl]u=$userid\';\\\">$username</span>','<!--<a href=\"member.php?$session[sessionurl]u=$userid\">$username</a>-->\r\n<span style=\"cursor:pointer\" onclick=\"window.location=\'member.php?$session[sessionurl]u=$userid\';\">$username</span>','template',1072237907,'Scott','3.0.0 Release Candidate 1'),(230,-1,'pm_messagelist_periodgroup','<tbody>\r\n <tr>\r\n <td class=\\\"alt2\\\" colspan=\\\"\" . (($show[\'pmicons\']) ? (\"3\") : (\"2\")).\"\\\" style=\\\"padding-top:3px; padding-bottom:3px; border-bottom:1px outset; cursor:pointer;\\\" ondblclick=\\\"toggle_collapse(\'pmf$groupid\')\\\" width=\\\"100%\\\">\r\n <div class=\\\"smallfont\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <label for=\\\"checkall_$groupid\\\">$vbphrase[messages]: <strong>$messagesingroup</strong></label>\r\n </span>\r\n <a href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'pmf$groupid\')\\\"><img class=\\\"inlineimg\\\" id=\\\"collapseimg_pmf$groupid\\\" src=\\\"$stylevar[imgdir_button]/collapse_alt{$collapseimg_groupid}.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n \r\n <strong>$groupname</strong>\r\n </div>\r\n </td>\r\n <td class=\\\"alt2\\\" style=\\\"padding:0px; border-bottom:1px outset\\\" align=\\\"center\\\"><input type=\\\"checkbox\\\" id=\\\"checkall_$groupid\\\" title=\\\"$vbphrase[select_deselect_all_in_time_period]\\\" onclick=\\\"check_all_group(this, \'$groupid\')\\\" /></td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\\\"collapseobj_pmf$groupid\\\" style=\\\"{$collapseobj_groupid}\\\">\r\n $messagelistbits\r\n</tbody>','<tbody>\r\n <tr>\r\n <td class=\"alt2\" colspan=\"<if condition=\"$show[\'pmicons\']\">3<else />2</if>\" style=\"padding-top:3px; padding-bottom:3px; border-bottom:1px outset; cursor:pointer;\" ondblclick=\"toggle_collapse(\'pmf$groupid\')\" width=\"100%\">\r\n <div class=\"smallfont\">\r\n <span style=\"float:$stylevar[right]\">\r\n <label for=\"checkall_$groupid\">$vbphrase[messages]: <strong>$messagesingroup</strong></label>\r\n </span>\r\n <a href=\"#top\" onclick=\"return toggle_collapse(\'pmf$groupid\')\"><img class=\"inlineimg\" id=\"collapseimg_pmf$groupid\" src=\"$stylevar[imgdir_button]/collapse_alt{$collapseimg_groupid}.gif\" alt=\"\" border=\"0\" /></a>\r\n \r\n <strong>$groupname</strong>\r\n </div>\r\n </td>\r\n <td class=\"alt2\" style=\"padding:0px; border-bottom:1px outset\" align=\"center\"><input type=\"checkbox\" id=\"checkall_$groupid\" title=\"$vbphrase[select_deselect_all_in_time_period]\" onclick=\"check_all_group(this, \'$groupid\')\" /></td>\r\n </tr>\r\n</tbody>\r\n<tbody id=\"collapseobj_pmf$groupid\" style=\"{$collapseobj_groupid}\">\r\n $messagelistbits\r\n</tbody>','template',1108838571,'Admin','3.0.7'),(231,-1,'pm_movepm','<form method=\\\"post\\\" action=\\\"private.php\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"movepm\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"messageids\\\" value=\\\"$messageids\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[move_private_messages]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>\" . construct_phrase(\"$vbphrase[move_x_items_from_y]\", \"$totalmessages\", \"$fromfolder\") . \"</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[select_destination_folder_for_move]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[folder_name]:<br />\r\n <select name=\\\"folderid\\\">$folderoptions</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[move_items]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form method=\"post\" action=\"private.php\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"movepm\" />\r\n<input type=\"hidden\" name=\"messageids\" value=\"$messageids\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[move_private_messages]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><phrase 1=\"$totalmessages\" 2=\"$fromfolder\">$vbphrase[move_x_items_from_y]</phrase></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[select_destination_folder_for_move]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[folder_name]:<br />\r\n <select name=\"folderid\">$folderoptions</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[move_items]\" accesskey=\"s\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526903,'Kier','3.0.0 Gamma'),(232,-1,'pm_newpm','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction checkpm(formname)\r\n{\r\n var result = validatePost(formname, formname.title.value, 0, $vboptions[pmmaxchars]);\r\n \r\n if (result == false)\r\n {\r\n formname.dopreview = false;\r\n return result;\r\n }\r\n else if (formname.dopreview != true)\r\n {\r\n \" . (($show[\'trackpm\']) ? (\"\r\n if (confirm(\\\"$vbphrase[request_receipt_for_message]\\\"))\r\n {\r\n formname.receipt.value = 1;\r\n }\r\n \") : (\"\")).\"\r\n }\r\n \r\n return result;\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\\\"private.php\\\" method=\\\"post\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return checkpm(this)\\\" name=\\\"vbform\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n$postpreview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[post_new_private_message]</td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <!-- recipients field -->\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[recipients]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[recipient_usernames]:</div>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"recipients\\\" value=\\\"$pm[recipients]\\\" size=\\\"50\\\" tabindex=\\\"1\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n \" . (($show[\'sendmax\']) ? (\"<div>\" . construct_phrase(\"$vbphrase[may_send_x_messages_a_time]\", \"$permissions[pmsendmax]\") . \"</div>\") : (\"\")).\"\r\n <div>$vbphrase[separate_multiple_names]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n <!-- / recipients field -->\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" class=\\\"fieldset\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"3\\\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$pm[title]\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" /></td>\r\n <td> </td>\r\n <td><img id=\\\"display_posticon\\\" src=\\\"$selectedicon[src]\\\" alt=\\\"$selectedicon[alt]\\\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n \r\n $posticons\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"insertpm\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pmid\\\" value=\\\"$pm[pmid]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forward\\\" value=\\\"$pm[forward]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"receipt\\\" value=\\\"0\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_message]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[preview_message]\\\" accesskey=\\\"p\\\" name=\\\"preview\\\" tabindex=\\\"1\\\" onclick=\\\"this.form.dopreview = true; return true;\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'newpost_options\')\\\"><img id=\\\"collapseimg_newpost_options\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n</tr>\r\n<tbody id=\\\"collapseobj_newpost_options\\\" style=\\\"$vbcollapse[collapseobj_newpost_options]\\\"> \r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div><label for=\\\"cb_savecopy\\\"><input type=\\\"checkbox\\\" name=\\\"savecopy\\\" value=\\\"1\\\" id=\\\"cb_savecopy\\\" tabindex=\\\"1\\\" $checked[savecopy] />\" . construct_phrase(\"$vbphrase[save_copy_in_sent_items_folder]\", \"private.php?$session[sessionurl]folderid=-1\") . \"</label></div>\r\n \" . (($bbuserinfo[\'signature\']) ? (\"<div><label for=\\\"cb_signature\\\"><input type=\\\"checkbox\\\" name=\\\"signature\\\" value=\\\"1\\\" id=\\\"cb_signature\\\" tabindex=\\\"1\\\" $checked[signature] />$vbphrase[show_your_signature]</label></div>\") : (\"\")).\"\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules','<script type=\"text/javascript\">\r\n<!--\r\nfunction checkpm(formname)\r\n{\r\n var result = validatePost(formname, formname.title.value, 0, $vboptions[pmmaxchars]);\r\n \r\n if (result == false)\r\n {\r\n formname.dopreview = false;\r\n return result;\r\n }\r\n else if (formname.dopreview != true)\r\n {\r\n <if condition=\"$show[\'trackpm\']\">\r\n if (confirm(\"$vbphrase[request_receipt_for_message]\"))\r\n {\r\n formname.receipt.value = 1;\r\n }\r\n </if>\r\n }\r\n \r\n return result;\r\n}\r\n//-->\r\n</script>\r\n\r\n<form action=\"private.php\" method=\"post\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return checkpm(this)\" name=\"vbform\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n$postpreview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[post_new_private_message]</td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <!-- recipients field -->\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[recipients]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <div>$vbphrase[recipient_usernames]:</div>\r\n <input type=\"text\" class=\"bginput\" name=\"recipients\" value=\"$pm[recipients]\" size=\"50\" tabindex=\"1\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <if condition=\"$show[\'sendmax\']\"><div><phrase 1=\"$permissions[pmsendmax]\">$vbphrase[may_send_x_messages_a_time]</phrase></div></if>\r\n <div>$vbphrase[separate_multiple_names]</div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n <!-- / recipients field -->\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"fieldset\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"3\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"title\" value=\"$pm[title]\" size=\"50\" maxlength=\"85\" tabindex=\"1\" /></td>\r\n <td> </td>\r\n <td><img id=\"display_posticon\" src=\"$selectedicon[src]\" alt=\"$selectedicon[alt]\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\">$vbphrase[message]:</div> \r\n $messagearea\r\n <!-- / message area -->\r\n \r\n $posticons\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"insertpm\" />\r\n <input type=\"hidden\" name=\"pmid\" value=\"$pm[pmid]\" />\r\n <input type=\"hidden\" name=\"forward\" value=\"$pm[forward]\" />\r\n <input type=\"hidden\" name=\"receipt\" value=\"0\" />\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_message]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[preview_message]\" accesskey=\"p\" name=\"preview\" tabindex=\"1\" onclick=\"this.form.dopreview = true; return true;\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'newpost_options\')\"><img id=\"collapseimg_newpost_options\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[additional_options]\r\n </td>\r\n</tr>\r\n<tbody id=\"collapseobj_newpost_options\" style=\"$vbcollapse[collapseobj_newpost_options]\"> \r\n <tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div><label for=\"cb_savecopy\"><input type=\"checkbox\" name=\"savecopy\" value=\"1\" id=\"cb_savecopy\" tabindex=\"1\" $checked[savecopy] /><phrase 1=\"private.php?$session[sessionurl]folderid=-1\">$vbphrase[save_copy_in_sent_items_folder]</phrase></label></div>\r\n <if condition=\"$bbuserinfo[\'signature\']\"><div><label for=\"cb_signature\"><input type=\"checkbox\" name=\"signature\" value=\"1\" id=\"cb_signature\" tabindex=\"1\" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules','template',1104625366,'Admin','3.0.4'),(233,-1,'pm_popup_script','<script type=\\\"text/javascript\\\">\r\n<!--\r\n// script to show new private message popup\r\n\r\nif (confirm(\\\"\" . construct_phrase(\"$vbphrase[have_new_pm_popup_x_y]\", \"$newpm[username]\", \"$newpm[title]\") . \"\\\"))\r\n{\r\n // Output when OK is clicked\r\n if (confirm(\\\"$vbphrase[open_message_in_new_window]\\\"))\r\n {\r\n var winobj = window.open(\\\"$pmpopupurl\\\", \\\"pmnew\\\", \\\"menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50\\\");\r\n if (winobj == null)\r\n {\r\n alert(\\\"$vbphrase[window_open_failed_blocker]\\\");\r\n }\r\n }\r\n else\r\n {\r\n window.location = \\\"$pmpopupurl\\\";\r\n }\r\n}\r\n\r\n// end pm popup script\r\n//-->\r\n</script>','<script type=\"text/javascript\">\r\n<!--\r\n// script to show new private message popup\r\n\r\nif (confirm(\"<phrase 1=\"$newpm[username]\" 2=\"$newpm[title]\">$vbphrase[have_new_pm_popup_x_y]</phrase>\"))\r\n{\r\n // Output when OK is clicked\r\n if (confirm(\"$vbphrase[open_message_in_new_window]\"))\r\n {\r\n var winobj = window.open(\"$pmpopupurl\", \"pmnew\", \"menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50\");\r\n if (winobj == null)\r\n {\r\n alert(\"$vbphrase[window_open_failed_blocker]\");\r\n }\r\n }\r\n else\r\n {\r\n window.location = \"$pmpopupurl\";\r\n }\r\n}\r\n\r\n// end pm popup script\r\n//-->\r\n</script>','template',1086481567,'Scott','3.0.2'),(234,-1,'pm_receipts','<form action=\\\"private.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"deletepmreceipt\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'$tableid\')\\\"><img id=\\\"collapseimg_$tableid\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat{$collapseimg_tableid}.gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $tabletitle <span class=\\\"normal\\\">($numreceipts)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_$tableid\\\" style=\\\"{$collapseobj_tableid}\\\">\r\n<tr>\r\n <td class=\\\"thead\\\" width=\\\"60%\\\">$vbphrase[message]</td>\r\n <td class=\\\"thead\\\" width=\\\"20%\\\">$vbphrase[sent_date]</td>\r\n <td class=\\\"thead\\\" width=\\\"20%\\\">$vbphrase[read_date]</td>\r\n <td class=\\\"thead\\\"><input type=\\\"checkbox\\\" name=\\\"allbox\\\" onclick=\\\"checkall(this.form);\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" /></td>\r\n</tr>\r\n$receiptbits\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"4\\\" align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_selected]\\\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />','<form action=\"private.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"deletepmreceipt\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"4\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'$tableid\')\"><img id=\"collapseimg_$tableid\" src=\"$stylevar[imgdir_button]/collapse_tcat{$collapseimg_tableid}.gif\" alt=\"\" border=\"0\" /></a>\r\n $tabletitle <span class=\"normal\">($numreceipts)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_$tableid\" style=\"{$collapseobj_tableid}\">\r\n<tr>\r\n <td class=\"thead\" width=\"60%\">$vbphrase[message]</td>\r\n <td class=\"thead\" width=\"20%\">$vbphrase[sent_date]</td>\r\n <td class=\"thead\" width=\"20%\">$vbphrase[read_date]</td>\r\n <td class=\"thead\"><input type=\"checkbox\" name=\"allbox\" onclick=\"checkall(this.form);\" title=\"$vbphrase[check_uncheck_all]\" /></td>\r\n</tr>\r\n$receiptbits\r\n<tr>\r\n <td class=\"thead\" colspan=\"4\" align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_selected]\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />','template',1070589778,'Kier','3.0.0 Gamma'),(235,-1,'pm_receiptsbit','<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\"><label for=\\\"cb_receipt_$receipt[receiptid]\\\"><strong>$receipt[title]</strong><br />$vbphrase[sent_to]: <a href=\\\"member.php?$session[sessionurl]u=$receipt[touserid]\\\">$receipt[tousername]</a></label></span></td>\r\n <td class=\\\"alt1\\\"><span class=\\\"smallfont\\\">$receipt[send_date] <span class=\\\"time\\\">$receipt[send_time]</span></span></td>\r\n <td class=\\\"alt2\\\"><span class=\\\"smallfont\\\">\" . (($show[\'readpm\']) ? (\"$receipt[read_date] <span class=\\\"time\\\">$receipt[read_time]</span>\") : (\"<em>$vbphrase[unread_date]</em>\")).\"</td>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\"><input type=\\\"checkbox\\\" name=\\\"receipt[]\\\" value=\\\"$receipt[receiptid]\\\" id=\\\"cb_receipt_$receipt[receiptid]\\\" /></td>\r\n</tr>\r\n','<tr valign=\"top\">\r\n <td class=\"alt1\"><span class=\"smallfont\"><label for=\"cb_receipt_$receipt[receiptid]\"><strong>$receipt[title]</strong><br />$vbphrase[sent_to]: <a href=\"member.php?$session[sessionurl]u=$receipt[touserid]\">$receipt[tousername]</a></label></span></td>\r\n <td class=\"alt1\"><span class=\"smallfont\">$receipt[send_date] <span class=\"time\">$receipt[send_time]</span></span></td>\r\n <td class=\"alt2\"><span class=\"smallfont\"><if condition=\"$show[\'readpm\']\">$receipt[read_date] <span class=\"time\">$receipt[read_time]</span><else /><em>$vbphrase[unread_date]</em></if></td>\r\n <td class=\"alt1\" align=\"center\"><input type=\"checkbox\" name=\"receipt[]\" value=\"$receipt[receiptid]\" id=\"cb_receipt_$receipt[receiptid]\" /></td>\r\n</tr>\r\n','template',1074721076,'Ed Sullivan','3.0.0 Release Candidate 4'),(236,-1,'pm_showpm','<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction askReceipt()\r\n{\r\n doReceipt(confirm(\\\"$receipt_question_js\\\"));\r\n}\r\nfunction doReceipt(yesno)\r\n{\r\n // do image method too to get around popup blockers\r\n img_obj = new Image();\r\n img_obj.src = \\\"private.php?$session[sessionurl]do=dopmreceipt&type=img&pmid=$pm[pmid]&confirm=\\\" + (yesno = yesno ? 1 : 0);\r\n // popup method\r\n openWindow(\\\"private.php?$session[sessionurl]do=dopmreceipt&pmid=$pm[pmid]&confirm=\\\" + (yesno = yesno ? 1 : 0), 100, 50);\r\n window.onunload = \\\"nullfunc\\\";\r\n}\r\nfunction nullfunc()\r\n{\r\n return true;\r\n}\r\n// -->\r\n</script>\r\n\r\n<form action=\\\"private.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">$vbphrase[private_message]<span class=\\\"normal\\\">: $pm[title]</span></td>\r\n</tr>\r\n</table>\r\n\r\n$postbit\r\n\r\n<br />\r\n\r\n\" . (($show[\'receiptprompt\']) ? (\"\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"thead\\\"><strong>$vbphrase[confirm_outstanding_receipt]</strong></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <table class=\\\"fieldset\\\" cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[x_requested_read_receipt]\", \"$pm[username]\") . \"</td>\r\n <td><input type=\\\"button\\\" class=\\\"button\\\" style=\\\"font-weight:normal\\\" value=\\\"$vbphrase[okay]\\\" onclick=\\\"doReceipt(1);this.disabled=true;\\\" /></td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <br />\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'pm_delete\')\\\"><img id=\\\"collapseimg_pm_delete\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pm_delete].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[delete_this_message]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_pm_delete\\\" style=\\\"$vbcollapse[collapseobj_pm_delete]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[delete_message]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[delete_message_click_button]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"deletepm\\\"><input type=\\\"checkbox\\\" name=\\\"pm[$pm[pmid]]\\\" id=\\\"deletepm\\\" value=\\\"true\\\" />$vbphrase[delete_this_message]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"managepm\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"dowhat\\\" value=\\\"delete\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"folderid\\\" value=\\\"$pm[folderid]\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_this_message]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>','<script type=\"text/javascript\">\r\n<!--\r\nfunction askReceipt()\r\n{\r\n doReceipt(confirm(\"$receipt_question_js\"));\r\n}\r\nfunction doReceipt(yesno)\r\n{\r\n // do image method too to get around popup blockers\r\n img_obj = new Image();\r\n img_obj.src = \"private.php?$session[sessionurl]do=dopmreceipt&type=img&pmid=$pm[pmid]&confirm=\" + (yesno = yesno ? 1 : 0);\r\n // popup method\r\n openWindow(\"private.php?$session[sessionurl]do=dopmreceipt&pmid=$pm[pmid]&confirm=\" + (yesno = yesno ? 1 : 0), 100, 50);\r\n window.onunload = \"nullfunc\";\r\n}\r\nfunction nullfunc()\r\n{\r\n return true;\r\n}\r\n// -->\r\n</script>\r\n\r\n<form action=\"private.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">$vbphrase[private_message]<span class=\"normal\">: $pm[title]</span></td>\r\n</tr>\r\n</table>\r\n\r\n$postbit\r\n\r\n<br />\r\n\r\n<if condition=\"$show[\'receiptprompt\']\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"thead\"><strong>$vbphrase[confirm_outstanding_receipt]</strong></td>\r\n </tr>\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <table class=\"fieldset\" cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td><phrase 1=\"$pm[username]\">$vbphrase[x_requested_read_receipt]</phrase></td>\r\n <td><input type=\"button\" class=\"button\" style=\"font-weight:normal\" value=\"$vbphrase[okay]\" onclick=\"doReceipt(1);this.disabled=true;\" /></td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <br />\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'pm_delete\')\"><img id=\"collapseimg_pm_delete\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pm_delete].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[delete_this_message]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_pm_delete\" style=\"$vbcollapse[collapseobj_pm_delete]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[delete_message]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[delete_message_click_button]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"deletepm\"><input type=\"checkbox\" name=\"pm[$pm[pmid]]\" id=\"deletepm\" value=\"true\" />$vbphrase[delete_this_message]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"managepm\" />\r\n <input type=\"hidden\" name=\"dowhat\" value=\"delete\" />\r\n <input type=\"hidden\" name=\"folderid\" value=\"$pm[folderid]\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_this_message]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>','template',1077581248,'Scott','3.0.0'),(237,-1,'pm_trackpm','\" . (($show[\'receipts\']) ? (\"\r\n$confirmedreceipts\r\n\r\n$unconfirmedreceipts\r\n\") : (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n $vbphrase[message_tracking]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\">\r\n <br />\r\n $vbphrase[not_tracking_any_messages]\r\n <br />\r\n <br />\r\n </td>\r\n</tr>\r\n</table>\r\n\")).\"','<if condition=\"$show[\'receipts\']\">\r\n$confirmedreceipts\r\n\r\n$unconfirmedreceipts\r\n<else />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n $vbphrase[message_tracking]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\" align=\"center\">\r\n <br />\r\n $vbphrase[not_tracking_any_messages]\r\n <br />\r\n <br />\r\n </td>\r\n</tr>\r\n</table>\r\n</if>','template',1070665189,'freddie','3.0.0 Gamma'),(238,-1,'polleditbit','<tr>\r\n <td><label for=\\\"opt$option[number]\\\">\" . construct_phrase(\"$vbphrase[option_x]\", \"$option[number]\") . \":<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"options[$option[number]]\\\" id=\\\"opt$option[number]\\\" value=\\\"$option[question]\\\" size=\\\"50\\\" /></label></td>\r\n <td><label for=\\\"vot$option[number]\\\">$vbphrase[votes]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"pollvotes[$option[number]]\\\" id=\\\"vot$option[number]\\\" value=\\\"$option[votes]\\\" size=\\\"5\\\" /></label></td>\r\n</tr>','<tr>\r\n <td><label for=\"opt$option[number]\"><phrase 1=\"$option[number]\">$vbphrase[option_x]</phrase>:<br /><input type=\"text\" class=\"bginput\" name=\"options[$option[number]]\" id=\"opt$option[number]\" value=\"$option[question]\" size=\"50\" /></label></td>\r\n <td><label for=\"vot$option[number]\">$vbphrase[votes]:<br /><input type=\"text\" class=\"bginput\" name=\"pollvotes[$option[number]]\" id=\"vot$option[number]\" value=\"$option[votes]\" size=\"5\" /></label></td>\r\n</tr>','template',1070083596,'Ed Sullivan','3.0.0 Gamma'),(239,-1,'pollnewbit','<tr>\r\n <td><label for=\\\"opt$option[number]\\\">\" . construct_phrase(\"$vbphrase[option_x]\", \"$option[number]\") . \":<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"options[$option[number]]\\\" value=\\\"$option[question]\\\" size=\\\"50\\\" id=\\\"opt$option[number]\\\" tabindex=\\\"1\\\" /></label></td>\r\n</tr>\r\n','<tr>\r\n <td><label for=\"opt$option[number]\"><phrase 1=\"$option[number]\">$vbphrase[option_x]</phrase>:<br /><input type=\"text\" class=\"bginput\" name=\"options[$option[number]]\" value=\"$option[question]\" size=\"50\" id=\"opt$option[number]\" tabindex=\"1\" /></label></td>\r\n</tr>\r\n','template',1070083614,'Ed Sullivan','3.0.0 Gamma'),(240,-1,'polloption','<div><label for=\\\"rb_optionnumber_$option[number]\\\"><input type=\\\"radio\\\" name=\\\"optionnumber\\\" value=\\\"$option[number]\\\" id=\\\"rb_optionnumber_$option[number]\\\" />$option[question]</label></div>\r\n','<div><label for=\"rb_optionnumber_$option[number]\"><input type=\"radio\" name=\"optionnumber\" value=\"$option[number]\" id=\"rb_optionnumber_$option[number]\" />$option[question]</label></div>\r\n','template',1069784992,'Kier','3.0.0 Gamma'),(241,-1,'polloptions_table','<form action=\\\"poll.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[dbsessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"pollvote\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"pollid\\\" value=\\\"$pollinfo[pollid]\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n \" . (($show[\'editpoll\']) ? (\"<span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"poll.php?$session[sessionurl]do=polledit&pollid=$pollinfo[pollid]\\\">$vbphrase[edit_poll]</a></span>\") : (\"\")).\"\r\n $vbphrase[poll]<span class=\\\"normal\\\">: $pollinfo[question]</span>\r\n </td>\r\n</tr>\r\n\" . (($show[\'pollenddate\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" style=\\\"font-weight:normal\\\">\" . construct_phrase(\"$vbphrase[this_poll_will_close_on_x_at_y]\", \"$pollenddate\", \"$pollendtime\") . \"</td>\r\n</tr>\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'publicwarning\']) ? (\"\r\n <div class=\\\"fieldset\\\">$vbphrase[public_poll_users_see_choices]</div>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\"><strong>$pollinfo[question]</strong></div>\r\n $pollbits\r\n </div>\r\n </fieldset>\r\n \r\n <div>\r\n <span style=\\\"float:$stylevar[right]\\\"><a href=\\\"poll.php?$session[sessionurl]do=showresults&pollid=$pollinfo[pollid]\\\">$vbphrase[view_poll_results]</a></span>\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[vote_now]\\\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />','<form action=\"poll.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[dbsessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"pollvote\" />\r\n<input type=\"hidden\" name=\"pollid\" value=\"$pollinfo[pollid]\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <if condition=\"$show[\'editpoll\']\"><span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"poll.php?$session[sessionurl]do=polledit&pollid=$pollinfo[pollid]\">$vbphrase[edit_poll]</a></span></if>\r\n $vbphrase[poll]<span class=\"normal\">: $pollinfo[question]</span>\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'pollenddate\']\">\r\n<tr>\r\n <td class=\"thead\" align=\"center\" style=\"font-weight:normal\"><phrase 1=\"$pollenddate\" 2=\"$pollendtime\">$vbphrase[this_poll_will_close_on_x_at_y]</phrase></td>\r\n</tr>\r\n</if>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'publicwarning\']\">\r\n <div class=\"fieldset\">$vbphrase[public_poll_users_see_choices]</div>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\"><strong>$pollinfo[question]</strong></div>\r\n $pollbits\r\n </div>\r\n </fieldset>\r\n \r\n <div>\r\n <span style=\"float:$stylevar[right]\"><a href=\"poll.php?$session[sessionurl]do=showresults&pollid=$pollinfo[pollid]\">$vbphrase[view_poll_results]</a></span>\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[vote_now]\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />','template',1073057446,'Kier','3.0.0 Release Candidate 1'),(242,-1,'polloption_multiple','<div><label for=\\\"cb_optionnumber_$option[number]\\\"><input type=\\\"checkbox\\\" name=\\\"optionnumber[$option[number]]\\\" value=\\\"yes\\\" id=\\\"cb_optionnumber_$option[number]\\\" />$option[question]</label></div>\r\n','<div><label for=\"cb_optionnumber_$option[number]\"><input type=\"checkbox\" name=\"optionnumber[$option[number]]\" value=\"yes\" id=\"cb_optionnumber_$option[number]\" />$option[question]</label></div>\r\n','template',1069785015,'Kier','3.0.0 Gamma'),(243,-1,'pollpreview','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[poll_preview]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <p><strong>$previewquestion</strong></p>\r\n <div>$vbphrase[options]:<br />$pollpreviewbits</div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[poll_preview]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <p><strong>$previewquestion</strong></p>\r\n <div>$vbphrase[options]:<br />$pollpreviewbits</div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n','template',1070526896,'Kier','3.0.0 Gamma'),(244,-1,'pollresult','<tr>\r\n <td class=\\\"alt1\\\" width=\\\"50%\\\">\r\n \" . (($option[\'uservote\']) ? (\"\r\n <em>$option[question]</em>\r\n \") : (\"\r\n $option[question]\r\n \")).\"\r\n </td>\r\n <td class=\\\"alt2\\\" width=\\\"50%\\\">\r\n <img src=\\\"$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif\\\" alt=\\\"\\\" width=\\\"3\\\" height=\\\"10\\\"\r\n /><img src=\\\"$stylevar[imgdir_poll]/bar$option[graphicnumber].gif\\\" alt=\\\"\\\" width=\\\"$option[barnumber]\\\" height=\\\"10\\\"\r\n /><img src=\\\"$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif\\\" alt=\\\"\\\" width=\\\"3\\\" height=\\\"10\\\" />\r\n \" . (($show[\'pollvoters\']) ? (\"<div class=\\\"smallfont\\\">$names</div>\") : (\"\")).\"\r\n </td>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" title=\\\"$vbphrase[votes]\\\"><strong>$option[votes]</strong></td>\r\n <td class=\\\"alt2\\\" align=\\\"$stylevar[right]\\\" nowrap=\\\"nowrap\\\">$option[percent]%</td>\r\n</tr>','<tr>\r\n <td class=\"alt1\" width=\"50%\">\r\n <if condition=\"$option[\'uservote\']\">\r\n <em>$option[question]</em>\r\n <else />\r\n $option[question]\r\n </if>\r\n </td>\r\n <td class=\"alt2\" width=\"50%\">\r\n <img src=\"$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif\" alt=\"\" width=\"3\" height=\"10\"\r\n /><img src=\"$stylevar[imgdir_poll]/bar$option[graphicnumber].gif\" alt=\"\" width=\"$option[barnumber]\" height=\"10\"\r\n /><img src=\"$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif\" alt=\"\" width=\"3\" height=\"10\" />\r\n <if condition=\"$show[\'pollvoters\']\"><div class=\"smallfont\">$names</div></if>\r\n </td>\r\n <td class=\"alt1\" align=\"center\" title=\"$vbphrase[votes]\"><strong>$option[votes]</strong></td>\r\n <td class=\"alt2\" align=\"$stylevar[right]\" nowrap=\"nowrap\">$option[percent]%</td>\r\n</tr>','template',1104633289,'Admin','3.0.4'),(245,-1,'pollresults','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_poll_results]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$pollresults\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_poll_results]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$pollresults\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070083737,'Ed Sullivan','3.0.0 Gamma'),(246,-1,'pollresults_table','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">\r\n \" . (($show[\'editpoll\']) ? (\"<span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"poll.php?$session[sessionurl]do=polledit&pollid=$pollinfo[pollid]\\\">$vbphrase[edit_poll]</a></span>\") : (\"\")).\"\r\n $vbphrase[view_poll_results]<span class=\\\"normal\\\">: $pollinfo[question]</span>\r\n </td>\r\n</tr>\r\n\" . (($show[\'pollenddate\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"4\\\" align=\\\"center\\\" style=\\\"font-weight:normal\\\">\" . construct_phrase(\"$vbphrase[this_poll_will_close_on_x_at_y]\", \"$pollenddate\", \"$pollendtime\") . \"</td>\r\n</tr>\r\n\") : (\"\")).\"\r\n$pollbits\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"4\\\" align=\\\"center\\\"><span class=\\\"smallfont\\\">\" . (($show[\'multiple\']) ? (\"$vbphrase[multiple_choice_poll] \") : (\"\")).\"$vbphrase[voters]: <strong>$pollinfo[numbervotes]</strong>. $pollstatus</span></td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"4\">\r\n <if condition=\"$show[\'editpoll\']\"><span class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"poll.php?$session[sessionurl]do=polledit&pollid=$pollinfo[pollid]\">$vbphrase[edit_poll]</a></span></if>\r\n $vbphrase[view_poll_results]<span class=\"normal\">: $pollinfo[question]</span>\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'pollenddate\']\">\r\n<tr>\r\n <td class=\"thead\" colspan=\"4\" align=\"center\" style=\"font-weight:normal\"><phrase 1=\"$pollenddate\" 2=\"$pollendtime\">$vbphrase[this_poll_will_close_on_x_at_y]</phrase></td>\r\n</tr>\r\n</if>\r\n$pollbits\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"4\" align=\"center\"><span class=\"smallfont\"><if condition=\"$show[\'multiple\']\">$vbphrase[multiple_choice_poll] </if>$vbphrase[voters]: <strong>$pollinfo[numbervotes]</strong>. $pollstatus</span></td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n','template',1105552131,'freddie','3.0.5'),(247,-1,'postbit','<!-- post #$post[postid] -->\r\n\" . (($show[\'spacer\']) ? (\"\r\n $spacer_open\r\n <div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\r\n \" . ((!$post[\'islastshown\']) ? (\"<!-- this is not the last post shown on the page -->\") : (\"\")).\" \r\n\") : (\"\")).\"\r\n\r\n\r\n<table class=\\\"tborder\\\" id=\\\"post$post[postid]\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\" $scrolltothis>\r\n <div class=\\\"normal\\\" style=\\\"float:$stylevar[right]\\\">\r\n \r\n \" . (($show[\'postcount\']) ? (\"#<a href=\\\"showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]\\\" target=\\\"new\\\"><strong>$post[postcount]</strong></a> \") : (\"\")).\"\r\n \" . (($show[\'reputationlink\']) ? (\"<a href=\\\"#\\\" onclick=\\\"return reputation($post[postid])\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/reputation.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[add_to_xs_reputation]\", \"$post[username]\") . \"\\\" border=\\\"0\\\" /></a> \") : (\"\")).\"\r\n \" . (($show[\'reportlink\']) ? (\"<a href=\\\"report.php?$session[sessionurl]p=$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/report.gif\\\" alt=\\\"$vbphrase[report_bad_post]\\\" border=\\\"0\\\" /></a> \") : (\"\")).\"\r\n $post[iplogged]\r\n </div>\r\n \r\n <div class=\\\"normal\\\">\r\n <!-- status icon and date -->\r\n <a name=\\\"post$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" /></a>\r\n \" . ((!$show[\'announcement\']) ? (\"\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[x_until_y]\", \"$post[startdate]\", \"$post[enddate]\") . \"\r\n \")).\"\r\n $post[firstnewinsert]\r\n <!-- / status icon and date -->\r\n </div>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\" style=\\\"padding:0px\\\">\r\n <!-- user info -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[cellpadding]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n \" . (($show[\'avatar\']) ? (\"<td class=\\\"alt2\\\"><a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\"><img src=\\\"$avatarurl\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[xs_avatar]\", \"$post[username]\") . \"\\\" border=\\\"0\\\" /></a></td>\") : (\"\")).\"\r\n <td nowrap=\\\"nowrap\\\">\r\n \r\n <div id=\\\"postmenu_$post[postid]\\\">\r\n \" . (($show[\'profile\']) ? (\"\r\n <a class=\\\"bigusername\\\" href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\">$post[musername]</a>\r\n $post[onlinestatus]\r\n <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"postmenu_$post[postid]\\\", true); </script>\r\n \") : (\"\r\n $post[musername]\r\n \")).\"\r\n </div>\r\n \r\n \" . (($post[\'usertitle\']) ? (\"<div class=\\\"smallfont\\\">$post[usertitle]</div>\") : (\"\")).\"\r\n \" . (($post[\'rank\']) ? (\"<div class=\\\"smallfont\\\">$post[rank]</div>\") : (\"\")).\"\r\n \r\n </td>\r\n <td width=\\\"100%\\\"> </td>\r\n <td valign=\\\"top\\\" nowrap=\\\"nowrap\\\">\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . (($post[\'joindate\']) ? (\"<div>$vbphrase[join_date]: $post[joindate]</div>\") : (\"\")).\"\r\n \" . (($post[\'field2\']) ? (\"<div>$vbphrase[location_perm]: $post[field2]</div>\") : (\"\")).\"\r\n \" . (($post[\'age\']) ? (\"<div>$vbphrase[age]: $post[age]</div>\") : (\"\")).\"\r\n <div>\r\n $vbphrase[posts]: $post[posts]\r\n </div>\r\n \" . (($show[\'reputation\']) ? (\"\" . (($show[\'reppower\']) ? (\"$vbphrase[reppower]: $post[reppower] \") : (\"\")).\"<div>$post[reputationdisplay]</div>\") : (\"\")).\"\r\n <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>\r\n </div>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n <!-- / user info -->\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <!-- message, attachments, sig -->\r\n \r\n \" . (($show[\'messageicon\'] OR $post[\'title\']) ? (\"\r\n <!-- icon and title -->\r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'messageicon\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$post[iconpath]\\\" alt=\\\"$post[icontitle]\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n \" . (($post[\'title\']) ? (\"<strong>$post[title]</strong>\") : (\"\")).\"\r\n </div>\r\n <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n <!-- / icon and title -->\r\n \") : (\"\")).\"\r\n \r\n <!-- message -->\r\n <div>$post[message]</div>\r\n <!-- / message -->\r\n \r\n \" . (($show[\'attachments\']) ? (\"\r\n <!-- attachments -->\r\n <div style=\\\"padding:$stylevar[cellpadding]px\\\">\r\n \r\n \" . (($show[\'thumbnailattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_thumbnails]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $post[thumbnailattachments]\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'imageattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $post[imageattachments]\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'imageattachmentlink\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[imageattachmentlinks]\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'otherattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_files]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[otherattachments]\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'moderatedattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attachments_pending_approval]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[moderatedattachments]\r\n </table>\r\n </fieldset> \r\n \") : (\"\")).\"\r\n \r\n </div>\r\n <!-- / attachments -->\r\n \") : (\"\")).\"\r\n \r\n \" . (($post[\'signature\']) ? (\"\r\n <!-- sig -->\r\n <div>\r\n __________________<br />\r\n $post[signature]\r\n </div>\r\n <!-- / sig -->\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'postedited\']) ? (\"\r\n <!-- edit note -->\r\n <div class=\\\"smallfont\\\"> <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n <em>\r\n \" . construct_phrase(\"$vbphrase[last_edited_by_x_on_y_at_z]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\") . \".\r\n \" . (($post[\'edit_reason\']) ? (\"$vbphrase[reason]: $post[edit_reason]\") : (\"\")).\"\r\n </em>\r\n </div>\r\n <!-- / edit note -->\r\n \") : (\"\")).\"\r\n \r\n <div align=\\\"$stylevar[right]\\\">\r\n <!-- controls -->\r\n \" . (($post[\'editlink\']) ? (\"\r\n <a href=\\\"$post[editlink]\\\"><img src=\\\"$stylevar[imgdir_button]/edit.gif\\\" alt=\\\"$vbphrase[edit_delete_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($post[\'forwardlink\']) ? (\"\r\n <a href=\\\"$post[forwardlink]\\\"><img src=\\\"$stylevar[imgdir_button]/forward.gif\\\" alt=\\\"$vbphrase[forward_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($post[\'replylink\']) ? (\"\r\n <a href=\\\"$post[replylink]\\\"><img src=\\\"$stylevar[imgdir_button]/\" . (($post[\'forwardlink\']) ? (\"reply_small\") : (\"quote\")).\".gif\\\" alt=\\\"$vbphrase[reply_with_quote]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($SHOWQUICKREPLY AND !$show[\'threadedmode\']) ? (\"\r\n <a href=\\\"$post[replylink]\\\" onclick=\\\"return qr($post[postid]);\\\"><img src=\\\"$stylevar[imgdir_button]/quickreply.gif\\\" alt=\\\"$vbphrase[quick_reply_to_this_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n <!-- / controls -->\r\n </div>\r\n \r\n <!-- message, attachments, sig -->\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- post $post[postid] popup menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"postmenu_$post[postid]_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$post[username]</td>\r\n </tr>\r\n \" . (($show[\'profile\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"member.php?$session[sessionurl]userid=$post[userid]\\\">$vbphrase[view_public_profile]</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'pmlink\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"private.php?$session[sessionurl]do=newpm&userid=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[send_private_message_to_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'emaillink\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[send_email_to_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'homepage\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"$post[homepage]\\\">\" . construct_phrase(\"$vbphrase[visit_xs_homepage]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'search\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]do=finduser&userid=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[find_all_posts_by_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($post[\'userid\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[add_x_to_buddy_list]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n </table>\r\n</div>\r\n<!-- / post $post[postid] popup menu -->\r\n\r\n\r\n\r\n\r\n\" . (($show[\'spacer\']) ? (\"\r\n </div>\r\n $spacer_close\r\n\") : (\"\")).\"\r\n<!-- / post #$post[postid] -->','<!-- post #$post[postid] -->\r\n<if condition=\"$show[\'spacer\']\">\r\n $spacer_open\r\n <div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\">\r\n <if condition=\"!$post[\'islastshown\']\"><!-- this is not the last post shown on the page --></if> \r\n</if>\r\n\r\n\r\n<table class=\"tborder\" id=\"post$post[postid]\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\" $scrolltothis>\r\n <div class=\"normal\" style=\"float:$stylevar[right]\">\r\n \r\n <if condition=\"$show[\'postcount\']\">#<a href=\"showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]\" target=\"new\"><strong>$post[postcount]</strong></a> </if>\r\n <if condition=\"$show[\'reputationlink\']\"><a href=\"#\" onclick=\"return reputation($post[postid])\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/reputation.gif\" alt=\"<phrase 1=\"$post[username]\">$vbphrase[add_to_xs_reputation]</phrase>\" border=\"0\" /></a> </if>\r\n <if condition=\"$show[\'reportlink\']\"><a href=\"report.php?$session[sessionurl]p=$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/report.gif\" alt=\"$vbphrase[report_bad_post]\" border=\"0\" /></a> </if>\r\n $post[iplogged]\r\n </div>\r\n \r\n <div class=\"normal\">\r\n <!-- status icon and date -->\r\n <a name=\"post$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" /></a>\r\n <if condition=\"!$show[\'announcement\']\">\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if>\r\n <else />\r\n <phrase 1=\"$post[startdate]\" 2=\"$post[enddate]\">$vbphrase[x_until_y]</phrase>\r\n </if>\r\n $post[firstnewinsert]\r\n <!-- / status icon and date -->\r\n </div>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\" style=\"padding:0px\">\r\n <!-- user info -->\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[cellpadding]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <if condition=\"$show[\'avatar\']\"><td class=\"alt2\"><a href=\"member.php?$session[sessionurl]u=$post[userid]\"><img src=\"$avatarurl\" alt=\"<phrase 1=\"$post[username]\">$vbphrase[xs_avatar]</phrase>\" border=\"0\" /></a></td></if>\r\n <td nowrap=\"nowrap\">\r\n \r\n <div id=\"postmenu_$post[postid]\">\r\n <if condition=\"$show[\'profile\']\">\r\n <a class=\"bigusername\" href=\"member.php?$session[sessionurl]u=$post[userid]\">$post[musername]</a>\r\n $post[onlinestatus]\r\n <script type=\"text/javascript\"> vbmenu_register(\"postmenu_$post[postid]\", true); </script>\r\n <else />\r\n $post[musername]\r\n </if>\r\n </div>\r\n \r\n <if condition=\"$post[\'usertitle\']\"><div class=\"smallfont\">$post[usertitle]</div></if>\r\n <if condition=\"$post[\'rank\']\"><div class=\"smallfont\">$post[rank]</div></if>\r\n \r\n </td>\r\n <td width=\"100%\"> </td>\r\n <td valign=\"top\" nowrap=\"nowrap\">\r\n \r\n <div class=\"smallfont\">\r\n <if condition=\"$post[\'joindate\']\"><div>$vbphrase[join_date]: $post[joindate]</div></if>\r\n <if condition=\"$post[\'field2\']\"><div>$vbphrase[location_perm]: $post[field2]</div></if>\r\n <if condition=\"$post[\'age\']\"><div>$vbphrase[age]: $post[age]</div></if>\r\n <div>\r\n $vbphrase[posts]: $post[posts]\r\n </div>\r\n <if condition=\"$show[\'reputation\']\"><if condition=\"$show[\'reppower\']\">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>\r\n <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>\r\n </div>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n <!-- / user info -->\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <!-- message, attachments, sig -->\r\n \r\n <if condition=\"$show[\'messageicon\'] OR $post[\'title\']\">\r\n <!-- icon and title -->\r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'messageicon\']\"><img class=\"inlineimg\" src=\"$post[iconpath]\" alt=\"$post[icontitle]\" border=\"0\" /></if>\r\n <if condition=\"$post[\'title\']\"><strong>$post[title]</strong></if>\r\n </div>\r\n <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n <!-- / icon and title -->\r\n </if>\r\n \r\n <!-- message -->\r\n <div>$post[message]</div>\r\n <!-- / message -->\r\n \r\n <if condition=\"$show[\'attachments\']\">\r\n <!-- attachments -->\r\n <div style=\"padding:$stylevar[cellpadding]px\">\r\n \r\n <if condition=\"$show[\'thumbnailattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_thumbnails]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $post[thumbnailattachments]\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'imageattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $post[imageattachments]\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'imageattachmentlink\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[imageattachmentlinks]\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'otherattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_files]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[otherattachments]\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'moderatedattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attachments_pending_approval]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[moderatedattachments]\r\n </table>\r\n </fieldset> \r\n </if>\r\n \r\n </div>\r\n <!-- / attachments -->\r\n </if>\r\n \r\n <if condition=\"$post[\'signature\']\">\r\n <!-- sig -->\r\n <div>\r\n __________________<br />\r\n $post[signature]\r\n </div>\r\n <!-- / sig -->\r\n </if>\r\n \r\n <if condition=\"$show[\'postedited\']\">\r\n <!-- edit note -->\r\n <div class=\"smallfont\"> <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n <em>\r\n <phrase 1=\"$post[edit_username]\" 2=\"$post[edit_date]\" 3=\"$post[edit_time]\">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.\r\n <if condition=\"$post[\'edit_reason\']\">$vbphrase[reason]: $post[edit_reason]</if>\r\n </em>\r\n </div>\r\n <!-- / edit note -->\r\n </if>\r\n \r\n <div align=\"$stylevar[right]\">\r\n <!-- controls -->\r\n <if condition=\"$post[\'editlink\']\">\r\n <a href=\"$post[editlink]\"><img src=\"$stylevar[imgdir_button]/edit.gif\" alt=\"$vbphrase[edit_delete_message]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$post[\'forwardlink\']\">\r\n <a href=\"$post[forwardlink]\"><img src=\"$stylevar[imgdir_button]/forward.gif\" alt=\"$vbphrase[forward_message]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$post[\'replylink\']\">\r\n <a href=\"$post[replylink]\"><img src=\"$stylevar[imgdir_button]/<if condition=\"$post[\'forwardlink\']\">reply_small<else />quote</if>.gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$SHOWQUICKREPLY AND !$show[\'threadedmode\']\">\r\n <a href=\"$post[replylink]\" onclick=\"return qr($post[postid]);\"><img src=\"$stylevar[imgdir_button]/quickreply.gif\" alt=\"$vbphrase[quick_reply_to_this_message]\" border=\"0\" /></a>\r\n </if>\r\n <!-- / controls -->\r\n </div>\r\n \r\n <!-- message, attachments, sig -->\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- post $post[postid] popup menu -->\r\n<div class=\"vbmenu_popup\" id=\"postmenu_$post[postid]_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$post[username]</td>\r\n </tr>\r\n <if condition=\"$show[\'profile\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"member.php?$session[sessionurl]userid=$post[userid]\">$vbphrase[view_public_profile]</a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'pmlink\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"private.php?$session[sessionurl]do=newpm&userid=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'emaillink\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[send_email_to_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'homepage\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"$post[homepage]\"><phrase 1=\"$post[username]\">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'search\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]do=finduser&userid=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$post[\'userid\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>\r\n </if>\r\n </table>\r\n</div>\r\n<!-- / post $post[postid] popup menu -->\r\n\r\n\r\n\r\n\r\n<if condition=\"$show[\'spacer\']\">\r\n </div>\r\n $spacer_close\r\n</if>\r\n<!-- / post #$post[postid] -->','template',1087586359,'freddie','3.0.2'),(248,-1,'postbit_attachment','<tr>\r\n <td><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_attach]/$attachment[attachmentextension].gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[file_type_x]\", \"$attachment[attachmentextension]\") . \"\\\" width=\\\"16\\\" height=\\\"16\\\" border=\\\"0\\\" style=\\\"vertical-align:baseline\\\" /></td>\r\n <td><a href=\\\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\\\">$attachment[filename]</a> ($attachment[filesize], \" . construct_phrase(\"$vbphrase[x_views]\", \"$attachment[counter]\") . \")</td>\r\n</tr>\r\n','<tr>\r\n <td><img class=\"inlineimg\" src=\"$stylevar[imgdir_attach]/$attachment[attachmentextension].gif\" alt=\"<phrase 1=\"$attachment[attachmentextension]\">$vbphrase[file_type_x]</phrase>\" width=\"16\" height=\"16\" border=\"0\" style=\"vertical-align:baseline\" /></td>\r\n <td><a href=\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\">$attachment[filename]</a> ($attachment[filesize], <phrase 1=\"$attachment[counter]\">$vbphrase[x_views]</phrase>)</td>\r\n</tr>\r\n','template',1088982697,'freddie','3.0.3'),(249,-1,'postbit_attachmentimage','<img class=\\\"attach\\\" src=\\\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1\\\" border=\\\"0\\\" alt=\\\"\\\" /> ','<img class=\"attach\" src=\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1\" border=\"0\" alt=\"\" /> ','template',1073057463,'Kier','3.0.0 Release Candidate 1'),(250,-1,'postbit_attachmentmoderated','<tr>\r\n <td><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_attach]/$attachment[attachmentextension].gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[file_type_x]\", \"$attachment[attachmentextension]\") . \"\\\" width=\\\"16\\\" height=\\\"16\\\" border=\\\"0\\\" style=\\\"vertical-align:baseline\\\" /></td>\r\n <td>\" . (($show[\'modattachmentlink\']) ? (\"<a href=\\\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\\\">$attachment[filename]</a> ($attachment[filesize])\") : (\"$attachment[filename]\")).\"</td>\r\n</tr>','<tr>\r\n <td><img class=\"inlineimg\" src=\"$stylevar[imgdir_attach]/$attachment[attachmentextension].gif\" alt=\"<phrase 1=\"$attachment[attachmentextension]\">$vbphrase[file_type_x]</phrase>\" width=\"16\" height=\"16\" border=\"0\" style=\"vertical-align:baseline\" /></td>\r\n <td><if condition=\"$show[\'modattachmentlink\']\"><a href=\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\">$attachment[filename]</a> ($attachment[filesize])<else />$attachment[filename]</if></td>\r\n</tr>','template',1088982671,'freddie','3.0.3'),(251,-1,'postbit_attachmentthumbnail','<a href=\\\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\\\"><img class=\\\"thumbnail\\\" src=\\\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1\\\" border=\\\"0\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[image_larger_version_x_y_z]\", \"$attachment[filename]\", \"$attachment[counter]\", \"$attachment[filesize]\") . \"\\\" /></a>\r\n \" . (($show[\'br\']) ? (\"<br /><br />\") : (\"\")).\"','<a href=\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]\"><img class=\"thumbnail\" src=\"attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1\" border=\"0\" alt=\"<phrase 1=\"$attachment[filename]\" 2=\"$attachment[counter]\" 3=\"$attachment[filesize]\">$vbphrase[image_larger_version_x_y_z]</phrase>\" /></a>\r\n <if condition=\"$show[\'br\']\"><br /><br /></if>','template',1088982841,'freddie','3.0.3'),(252,-1,'postbit_deleted','<!-- post #$post[postid] -->\r\n\" . (($show[\'spacer\']) ? (\"$spacer_open\" . ((!$post[\'islastshown\']) ? (\"<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\") : (\"\")).\"\") : (\"\")).\"\r\n\r\n<table id=\\\"post$post[postid]\\\" class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr title=\\\"\" . construct_phrase(\"$vbphrase[post_x]\", \"$post[postid]\") . \"\\\">\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" $scrolltothis>\r\n \" . (($show[\'viewpost\']) ? (\"<a style=\\\"float:$stylevar[right]\\\" href=\\\"showpost.php?$session[sessionurl]p=$post[postid]\\\" target=\\\"_blank\\\" onclick=\\\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\\\">$vbphrase[view_post]</a>\") : (\"\")).\"\r\n <a name=\\\"post$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n \" . (($show[\'managepost\']) ? (\"<div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"postings.php?$session[sessionurl]do=managepost&p=$post[postid]\\\">$vbphrase[manage]</a></div>\") : (\"\")).\"\r\n <a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?$session[sessionurl]u=$post[del_userid]\", \"$post[del_username]\") . \"\r\n \" . (($post[\'del_reason\']) ? (\"$vbphrase[reason]: <em>$post[del_reason]</em>\") : (\"\")).\"\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\" . (($show[\'spacer\']) ? (\"\" . ((!$post[\'islastshown\']) ? (\"</div>\") : (\"\")).\"$spacer_close\") : (\"\")).\"\r\n<!-- / post #$post[postid] -->','<!-- post #$post[postid] -->\r\n<if condition=\"$show[\'spacer\']\">$spacer_open<if condition=\"!$post[\'islastshown\']\"><div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\"></if></if>\r\n\r\n<table id=\"post$post[postid]\" class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr title=\"<phrase 1=\"$post[postid]\">$vbphrase[post_x]</phrase>\">\r\n <td class=\"thead\" style=\"font-weight:normal\" $scrolltothis>\r\n <if condition=\"$show[\'viewpost\']\"><a style=\"float:$stylevar[right]\" href=\"showpost.php?$session[sessionurl]p=$post[postid]\" target=\"_blank\" onclick=\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\">$vbphrase[view_post]</a></if>\r\n <a name=\"post$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if> $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <if condition=\"$show[\'managepost\']\"><div class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"postings.php?$session[sessionurl]do=managepost&p=$post[postid]\">$vbphrase[manage]</a></div></if>\r\n <a href=\"member.php?$session[sessionurl]u=$post[userid]\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n \r\n <div class=\"smallfont\">\r\n <phrase 1=\"member.php?$session[sessionurl]u=$post[del_userid]\" 2=\"$post[del_username]\">$vbphrase[message_deleted_by_x]</phrase>\r\n <if condition=\"$post[\'del_reason\']\">$vbphrase[reason]: <em>$post[del_reason]</em></if>\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$show[\'spacer\']\"><if condition=\"!$post[\'islastshown\']\"></div></if>$spacer_close</if>\r\n<!-- / post #$post[postid] -->','template',1073836760,'Kier','3.0.0 Release Candidate 3'),(253,-1,'postbit_ignore','<!-- post #$post[postid] -->\r\n\" . (($show[\'spacer\']) ? (\"$spacer_open\" . ((!$post[\'islastshown\']) ? (\"<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\") : (\"\")).\"\") : (\"\")).\"\r\n\r\n<table id=\\\"post$post[postid]\\\" class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr title=\\\"\" . construct_phrase(\"$vbphrase[post_x]\", \"$post[postid]\") . \"\\\">\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" $scrolltothis>\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"showpost.php?$session[sessionurl]p=$post[postid]\\\" target=\\\"_blank\\\" onclick=\\\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\\\">$vbphrase[view_post]</a>\r\n <a name=\\\"post$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"profile.php?$session[sessionurl]userlist=ignore&do=removelist&u=$post[userid]\\\">$vbphrase[remove_user_from_ignore_list]</a></div>\r\n <a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$post[username]\", \"profile.php?$session[sessionurl]do=editlist\") . \"</span>\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n<!-- / main bar -->\r\n</table>\r\n\r\n\" . (($show[\'spacer\']) ? (\"\" . ((!$post[\'islastshown\']) ? (\"</div>\") : (\"\")).\"$spacer_close\") : (\"\")).\"\r\n<!-- / post #$post[postid] -->','<!-- post #$post[postid] -->\r\n<if condition=\"$show[\'spacer\']\">$spacer_open<if condition=\"!$post[\'islastshown\']\"><div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\"></if></if>\r\n\r\n<table id=\"post$post[postid]\" class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr title=\"<phrase 1=\"$post[postid]\">$vbphrase[post_x]</phrase>\">\r\n <td class=\"thead\" style=\"font-weight:normal\" $scrolltothis>\r\n <a style=\"float:$stylevar[right]\" href=\"showpost.php?$session[sessionurl]p=$post[postid]\" target=\"_blank\" onclick=\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\">$vbphrase[view_post]</a>\r\n <a name=\"post$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if> $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"profile.php?$session[sessionurl]userlist=ignore&do=removelist&u=$post[userid]\">$vbphrase[remove_user_from_ignore_list]</a></div>\r\n <a href=\"member.php?$session[sessionurl]u=$post[userid]\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n \r\n <div class=\"smallfont\">\r\n <phrase 1=\"$post[username]\" 2=\"profile.php?$session[sessionurl]do=editlist\">$vbphrase[message_hidden_x_on_ignore_list]</phrase></span>\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n<!-- / main bar -->\r\n</table>\r\n\r\n<if condition=\"$show[\'spacer\']\"><if condition=\"!$post[\'islastshown\']\"></div></if>$spacer_close</if>\r\n<!-- / post #$post[postid] -->','template',1074715701,'Kier','3.0.0 Release Candidate 4'),(254,-1,'postbit_ignore_global','<!-- post #$post[postid] -->\r\n\" . (($show[\'spacer\']) ? (\"$spacer_open\" . ((!$post[\'islastshown\']) ? (\"<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\") : (\"\")).\"\") : (\"\")).\"\r\n\r\n<table id=\\\"post$post[postid]\\\" class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr title=\\\"\" . construct_phrase(\"$vbphrase[post_x]\", \"$post[postid]\") . \"\\\">\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" $scrolltothis>\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"showpost.php?$session[sessionurl]p=$post[postid]\\\" target=\\\"_blank\\\" onclick=\\\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\\\">$vbphrase[view_post]</a>\r\n <a name=\\\"post$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><a href=\\\"profile.php?$session[sessionurl]userlist=ignore&do=removelist&u=$post[userid]\\\">$vbphrase[remove_user_from_ignore_list]</a></div>\r\n <a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$post[username]\") . \"\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\" . (($show[\'spacer\']) ? (\"\" . ((!$post[\'islastshown\']) ? (\"</div>\") : (\"\")).\"$spacer_close\") : (\"\")).\"\r\n<!-- / post #$post[postid] -->','<!-- post #$post[postid] -->\r\n<if condition=\"$show[\'spacer\']\">$spacer_open<if condition=\"!$post[\'islastshown\']\"><div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\"></if></if>\r\n\r\n<table id=\"post$post[postid]\" class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr title=\"<phrase 1=\"$post[postid]\">$vbphrase[post_x]</phrase>\">\r\n <td class=\"thead\" style=\"font-weight:normal\" $scrolltothis>\r\n <a style=\"float:$stylevar[right]\" href=\"showpost.php?$session[sessionurl]p=$post[postid]\" target=\"_blank\" onclick=\"return openWindow(\'showpost.php?$session[sessionurl]postcount=$post[postcount]&p=$post[postid]\');\">$vbphrase[view_post]</a>\r\n <a name=\"post$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" /></a>\r\n $post[firstnewinsert]\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if> $post[firstnewinsert]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\"><a href=\"profile.php?$session[sessionurl]userlist=ignore&do=removelist&u=$post[userid]\">$vbphrase[remove_user_from_ignore_list]</a></div>\r\n <a href=\"member.php?$session[sessionurl]u=$post[userid]\">$post[musername]</a>\r\n </td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n <td class=\"alt1\">\r\n \r\n <div class=\"smallfont\">\r\n <phrase 1=\"$post[username]\">$vbphrase[administrator_decided_x_quiet]</phrase>\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$show[\'spacer\']\"><if condition=\"!$post[\'islastshown\']\"></div></if>$spacer_close</if>\r\n<!-- / post #$post[postid] -->','template',1074715709,'Kier','3.0.0 Release Candidate 4'),(255,-1,'postbit_ip','\" . (($show[\'ip\']) ? (\"\r\n $vbphrase[ip]: $post[ip]\r\n\") : (\"\r\n <a href=\\\"postings.php?$session[sessionurl]do=getip&p=$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/ip.gif\\\" alt=\\\"$vbphrase[ip]\\\" title=\\\"$post[ip]\\\" border=\\\"0\\\" /></a>\r\n\")).\"','<if condition=\"$show[\'ip\']\">\r\n $vbphrase[ip]: $post[ip]\r\n<else />\r\n <a href=\"postings.php?$session[sessionurl]do=getip&p=$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/ip.gif\" alt=\"$vbphrase[ip]\" title=\"$post[ip]\" border=\"0\" /></a>\r\n</if>','template',1071580820,'Kier','3.0.0 Release Candidate 1'),(256,-1,'postbit_legacy','<!-- post #$post[postid] -->\r\n\" . (($show[\'spacer\']) ? (\"$spacer_open\" . ((!$post[\'islastshown\']) ? (\"<div style=\\\"padding:0px 0px $stylevar[cellpadding]px 0px\\\">\") : (\"\")).\"\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n \" . (($show[\'announcement\']) ? (\"\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" colspan=\\\"2\\\">\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" />\r\n \" . construct_phrase(\"$vbphrase[x_until_y]\", \"$post[startdate]\", \"$post[enddate]\") . \"\r\n </td>\r\n \") : (\"\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" $scrolltothis> \r\n <!-- status icon and date -->\r\n <a name=\\\"post$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\\\" alt=\\\"$post[statustitle]\\\" border=\\\"0\\\" /></a>\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n $post[firstnewinsert]\r\n <!-- / status icon and date --> \r\n </td>\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\" align=\\\"$stylevar[right]\\\">\r\n \r\n \" . (($show[\'postcount\']) ? (\"#<a href=\\\"showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]\\\" target=\\\"new\\\"><strong>$post[postcount]</strong></a>\") : (\"\")).\"\r\n </td>\r\n \")).\"\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\" width=\\\"175\\\">\r\n \r\n <div id=\\\"postmenu_$post[postid]\\\">\r\n \" . (($show[\'profile\']) ? (\"\r\n <a class=\\\"bigusername\\\" href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\">$post[musername]</a>\r\n <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"postmenu_$post[postid]\\\", true); </script>\r\n \") : (\"\r\n $post[musername]\r\n \")).\"\r\n </div>\r\n \r\n \" . (($post[\'usertitle\']) ? (\"<div class=\\\"smallfont\\\">$post[usertitle]</div>\") : (\"\")).\"\r\n \" . (($post[\'rank\']) ? (\"<div class=\\\"smallfont\\\">$post[rank]</div>\") : (\"\")).\"\r\n \r\n \" . (($show[\'avatar\']) ? (\"\r\n <div class=\\\"smallfont\\\">\r\n <br /><a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\"><img src=\\\"$avatarurl\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[xs_avatar]\", \"$post[username]\") . \"\\\" border=\\\"0\\\" /></a>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n <div class=\\\"smallfont\\\">\r\n <br />\r\n \" . (($post[\'joindate\']) ? (\"<div>$vbphrase[join_date]: $post[joindate]</div>\") : (\"\")).\"\r\n \" . (($post[\'field2\']) ? (\"<div>$vbphrase[location_perm]: $post[field2]</div>\") : (\"\")).\"\r\n \" . (($post[\'age\']) ? (\"<div>$vbphrase[age]: $post[age]</div>\") : (\"\")).\"\r\n <div>\r\n $vbphrase[posts]: $post[posts]\r\n </div>\r\n \" . (($show[\'reputation\']) ? (\"<div>\" . (($show[\'reppower\']) ? (\"$vbphrase[reppower]: $post[reppower]\") : (\"\")).\"$post[reputationdisplay]</div>\") : (\"\")).\"\r\n <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>\r\n </div> \r\n \r\n </td>\r\n <td class=\\\"alt1\\\">\r\n \r\n \" . (($show[\'messageicon\'] OR $post[\'title\']) ? (\"\r\n <!-- icon and title -->\r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'messageicon\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$post[iconpath]\\\" alt=\\\"$post[icontitle]\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n \" . (($post[\'title\']) ? (\"<strong>$post[title]</strong>\") : (\"\")).\"\r\n </div>\r\n <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n <!-- / icon and title -->\r\n \") : (\"\")).\"\r\n \r\n <!-- message -->\r\n <div>$post[message]</div>\r\n <!-- / message -->\r\n \r\n \" . (($show[\'attachments\']) ? (\"\r\n <!-- attachments -->\r\n <div style=\\\"padding:$stylevar[cellpadding]px\\\">\r\n \r\n \" . (($show[\'thumbnailattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_thumbnails]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $post[thumbnailattachments]\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'imageattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $post[imageattachments]\r\n </div>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'imageattachmentlink\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[imageattachmentlinks]\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'otherattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attached_files]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[otherattachments]\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'moderatedattachment\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[attachments_pending_approval]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $post[moderatedattachments]\r\n </table>\r\n </fieldset> \r\n \") : (\"\")).\"\r\n \r\n </div>\r\n <!-- / attachments -->\r\n \") : (\"\")).\"\r\n \r\n \" . (($post[\'signature\']) ? (\"\r\n <!-- sig -->\r\n <div>\r\n __________________<br />\r\n $post[signature]\r\n </div>\r\n <!-- / sig -->\r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'postedited\']) ? (\"\r\n <!-- edit note -->\r\n <div class=\\\"smallfont\\\"> <hr size=\\\"1\\\" style=\\\"color:$stylevar[tborder_bgcolor]\\\" />\r\n <em>\r\n \" . construct_phrase(\"$vbphrase[last_edited_by_x_on_y_at_z]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\") . \".\r\n \" . (($post[\'edit_reason\']) ? (\"$vbphrase[reason]: $post[edit_reason]\") : (\"\")).\"\r\n </em>\r\n </div>\r\n <!-- / edit note -->\r\n \") : (\"\")).\"\r\n \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n $post[onlinestatus]\r\n \" . (($show[\'reputationlink\']) ? (\"<a href=\\\"#\\\" onclick=\\\"return reputation($post[postid])\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/reputation.gif\\\" border=\\\"0\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[add_to_xs_reputation]\", \"$post[username]\") . \"\\\" /></a>\") : (\"\")).\"\r\n \" . (($show[\'reportlink\']) ? (\"<a href=\\\"report.php?$session[sessionurl]p=$post[postid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/report.gif\\\" alt=\\\"$vbphrase[report_bad_post]\\\" border=\\\"0\\\" /></a>\") : (\"\")).\"\r\n $post[iplogged]\r\n \r\n </td>\r\n <td class=\\\"alt1\\\" align=\\\"$stylevar[right]\\\">\r\n <!-- controls -->\r\n \" . (($post[\'editlink\']) ? (\"\r\n <a href=\\\"$post[editlink]\\\"><img src=\\\"$stylevar[imgdir_button]/edit.gif\\\" alt=\\\"$vbphrase[edit_delete_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($post[\'forwardlink\']) ? (\"\r\n <a href=\\\"$post[forwardlink]\\\"><img src=\\\"$stylevar[imgdir_button]/forward.gif\\\" alt=\\\"$vbphrase[forward_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($post[\'replylink\']) ? (\"\r\n <a href=\\\"$post[replylink]\\\"><img src=\\\"$stylevar[imgdir_button]/\" . (($post[\'forwardlink\']) ? (\"reply_small\") : (\"quote\")).\".gif\\\" alt=\\\"$vbphrase[reply_with_quote]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n \" . (($SHOWQUICKREPLY AND !$show[\'threadedmode\']) ? (\"\r\n <a href=\\\"$post[replylink]\\\" onclick=\\\"return qr($post[postid]);\\\"><img src=\\\"$stylevar[imgdir_button]/quickreply.gif\\\" alt=\\\"$vbphrase[quick_reply_to_this_message]\\\" border=\\\"0\\\" /></a>\r\n \") : (\"\")).\"\r\n <!-- / controls -->\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- post $post[postid] popup menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"postmenu_$post[postid]_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$post[username]</td>\r\n </tr>\r\n \" . (($show[\'profile\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"member.php?$session[sessionurl]userid=$post[userid]\\\">$vbphrase[view_public_profile]</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'pmlink\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"private.php?$session[sessionurl]do=newpm&userid=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[send_private_message_to_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'emaillink\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[send_email_to_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'homepage\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"$post[homepage]\\\">\" . construct_phrase(\"$vbphrase[visit_xs_homepage]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'search\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]do=finduser&userid=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[find_more_posts_by_x]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n \" . (($post[\'userid\']) ? (\"\r\n <tr><td class=\\\"vbmenu_option\\\"><a href=\\\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]\\\">\" . construct_phrase(\"$vbphrase[add_x_to_buddy_list]\", \"$post[username]\") . \"</a></td></tr>\r\n \") : (\"\")).\"\r\n </table>\r\n</div>\r\n<!-- / post $post[postid] popup menu -->\r\n\r\n\" . (($show[\'spacer\']) ? (\"\" . ((!$post[\'islastshown\']) ? (\"</div>\") : (\"\")).\"$spacer_close\") : (\"\")).\"\r\n<!-- / post #$post[postid] -->','<!-- post #$post[postid] -->\r\n<if condition=\"$show[\'spacer\']\">$spacer_open<if condition=\"!$post[\'islastshown\']\"><div style=\"padding:0px 0px $stylevar[cellpadding]px 0px\"></if></if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <if condition=\"$show[\'announcement\']\">\r\n <td class=\"thead\" style=\"font-weight:normal\" colspan=\"2\">\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" />\r\n <phrase 1=\"$post[startdate]\" 2=\"$post[enddate]\">$vbphrase[x_until_y]</phrase>\r\n </td>\r\n <else />\r\n <td class=\"thead\" style=\"font-weight:normal\" $scrolltothis> \r\n <!-- status icon and date -->\r\n <a name=\"post$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[statusicon].gif\" alt=\"$post[statustitle]\" border=\"0\" /></a>\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if>\r\n $post[firstnewinsert]\r\n <!-- / status icon and date --> \r\n </td>\r\n <td class=\"thead\" style=\"font-weight:normal\" align=\"$stylevar[right]\">\r\n \r\n <if condition=\"$show[\'postcount\']\">#<a href=\"showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]\" target=\"new\"><strong>$post[postcount]</strong></a></if>\r\n </td>\r\n </if>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\" width=\"175\">\r\n \r\n <div id=\"postmenu_$post[postid]\">\r\n <if condition=\"$show[\'profile\']\">\r\n <a class=\"bigusername\" href=\"member.php?$session[sessionurl]u=$post[userid]\">$post[musername]</a>\r\n <script type=\"text/javascript\"> vbmenu_register(\"postmenu_$post[postid]\", true); </script>\r\n <else />\r\n $post[musername]\r\n </if>\r\n </div>\r\n \r\n <if condition=\"$post[\'usertitle\']\"><div class=\"smallfont\">$post[usertitle]</div></if>\r\n <if condition=\"$post[\'rank\']\"><div class=\"smallfont\">$post[rank]</div></if>\r\n \r\n <if condition=\"$show[\'avatar\']\">\r\n <div class=\"smallfont\">\r\n <br /><a href=\"member.php?$session[sessionurl]u=$post[userid]\"><img src=\"$avatarurl\" alt=\"<phrase 1=\"$post[username]\">$vbphrase[xs_avatar]</phrase>\" border=\"0\" /></a>\r\n </div>\r\n </if>\r\n \r\n <div class=\"smallfont\">\r\n <br />\r\n <if condition=\"$post[\'joindate\']\"><div>$vbphrase[join_date]: $post[joindate]</div></if>\r\n <if condition=\"$post[\'field2\']\"><div>$vbphrase[location_perm]: $post[field2]</div></if>\r\n <if condition=\"$post[\'age\']\"><div>$vbphrase[age]: $post[age]</div></if>\r\n <div>\r\n $vbphrase[posts]: $post[posts]\r\n </div>\r\n <if condition=\"$show[\'reputation\']\"><div><if condition=\"$show[\'reppower\']\">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>\r\n <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>\r\n </div> \r\n \r\n </td>\r\n <td class=\"alt1\">\r\n \r\n <if condition=\"$show[\'messageicon\'] OR $post[\'title\']\">\r\n <!-- icon and title -->\r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'messageicon\']\"><img class=\"inlineimg\" src=\"$post[iconpath]\" alt=\"$post[icontitle]\" border=\"0\" /></if>\r\n <if condition=\"$post[\'title\']\"><strong>$post[title]</strong></if>\r\n </div>\r\n <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n <!-- / icon and title -->\r\n </if>\r\n \r\n <!-- message -->\r\n <div>$post[message]</div>\r\n <!-- / message -->\r\n \r\n <if condition=\"$show[\'attachments\']\">\r\n <!-- attachments -->\r\n <div style=\"padding:$stylevar[cellpadding]px\">\r\n \r\n <if condition=\"$show[\'thumbnailattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_thumbnails]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $post[thumbnailattachments]\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'imageattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $post[imageattachments]\r\n </div>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'imageattachmentlink\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_images]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[imageattachmentlinks]\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'otherattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attached_files]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[otherattachments]\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <if condition=\"$show[\'moderatedattachment\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[attachments_pending_approval]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $post[moderatedattachments]\r\n </table>\r\n </fieldset> \r\n </if>\r\n \r\n </div>\r\n <!-- / attachments -->\r\n </if>\r\n \r\n <if condition=\"$post[\'signature\']\">\r\n <!-- sig -->\r\n <div>\r\n __________________<br />\r\n $post[signature]\r\n </div>\r\n <!-- / sig -->\r\n </if>\r\n \r\n <if condition=\"$show[\'postedited\']\">\r\n <!-- edit note -->\r\n <div class=\"smallfont\"> <hr size=\"1\" style=\"color:$stylevar[tborder_bgcolor]\" />\r\n <em>\r\n <phrase 1=\"$post[edit_username]\" 2=\"$post[edit_date]\" 3=\"$post[edit_time]\">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.\r\n <if condition=\"$post[\'edit_reason\']\">$vbphrase[reason]: $post[edit_reason]</if>\r\n </em>\r\n </div>\r\n <!-- / edit note -->\r\n </if>\r\n \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n $post[onlinestatus]\r\n <if condition=\"$show[\'reputationlink\']\"><a href=\"#\" onclick=\"return reputation($post[postid])\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/reputation.gif\" border=\"0\" alt=\"<phrase 1=\"$post[username]\">$vbphrase[add_to_xs_reputation]</phrase>\" /></a></if>\r\n <if condition=\"$show[\'reportlink\']\"><a href=\"report.php?$session[sessionurl]p=$post[postid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/report.gif\" alt=\"$vbphrase[report_bad_post]\" border=\"0\" /></a></if>\r\n $post[iplogged]\r\n \r\n </td>\r\n <td class=\"alt1\" align=\"$stylevar[right]\">\r\n <!-- controls -->\r\n <if condition=\"$post[\'editlink\']\">\r\n <a href=\"$post[editlink]\"><img src=\"$stylevar[imgdir_button]/edit.gif\" alt=\"$vbphrase[edit_delete_message]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$post[\'forwardlink\']\">\r\n <a href=\"$post[forwardlink]\"><img src=\"$stylevar[imgdir_button]/forward.gif\" alt=\"$vbphrase[forward_message]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$post[\'replylink\']\">\r\n <a href=\"$post[replylink]\"><img src=\"$stylevar[imgdir_button]/<if condition=\"$post[\'forwardlink\']\">reply_small<else />quote</if>.gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" /></a>\r\n </if>\r\n <if condition=\"$SHOWQUICKREPLY AND !$show[\'threadedmode\']\">\r\n <a href=\"$post[replylink]\" onclick=\"return qr($post[postid]);\"><img src=\"$stylevar[imgdir_button]/quickreply.gif\" alt=\"$vbphrase[quick_reply_to_this_message]\" border=\"0\" /></a>\r\n </if>\r\n <!-- / controls -->\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- post $post[postid] popup menu -->\r\n<div class=\"vbmenu_popup\" id=\"postmenu_$post[postid]_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$post[username]</td>\r\n </tr>\r\n <if condition=\"$show[\'profile\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"member.php?$session[sessionurl]userid=$post[userid]\">$vbphrase[view_public_profile]</a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'pmlink\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"private.php?$session[sessionurl]do=newpm&userid=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'emaillink\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[send_email_to_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'homepage\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"$post[homepage]\"><phrase 1=\"$post[username]\">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$show[\'search\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]do=finduser&userid=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>\r\n </if>\r\n <if condition=\"$post[\'userid\']\">\r\n <tr><td class=\"vbmenu_option\"><a href=\"profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]\"><phrase 1=\"$post[username]\">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>\r\n </if>\r\n </table>\r\n</div>\r\n<!-- / post $post[postid] popup menu -->\r\n\r\n<if condition=\"$show[\'spacer\']\"><if condition=\"!$post[\'islastshown\']\"></div></if>$spacer_close</if>\r\n<!-- / post #$post[postid] -->','template',1087586327,'freddie','3.0.2'),(257,-1,'postbit_onlinestatus','\" . (($onlinestatus==0) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/user_offline.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[x_is_offline]\", \"$user[username]\") . \"\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n\" . (($onlinestatus==1) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/user_online.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[x_is_online_now]\", \"$user[username]\") . \"\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n\" . (($onlinestatus==2) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/user_invisible.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[x_is_invisible]\", \"$user[username]\") . \"\\\" border=\\\"0\\\" />\") : (\"\")).\"','<if condition=\"$onlinestatus==0\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/user_offline.gif\" alt=\"<phrase 1=\"$user[username]\">$vbphrase[x_is_offline]</phrase>\" border=\"0\" /></if>\r\n<if condition=\"$onlinestatus==1\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/user_online.gif\" alt=\"<phrase 1=\"$user[username]\">$vbphrase[x_is_online_now]</phrase>\" border=\"0\" /></if>\r\n<if condition=\"$onlinestatus==2\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/user_invisible.gif\" alt=\"<phrase 1=\"$user[username]\">$vbphrase[x_is_invisible]</phrase>\" border=\"0\" /></if>','template',1071580897,'Kier','3.0.0 Release Candidate 1'),(258,-1,'postbit_reputation','<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\\\" alt=\\\"$post[username] $post[level]\\\" border=\\\"0\\\" />','<img class=\"inlineimg\" src=\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\" alt=\"$post[username] $post[level]\" border=\"0\" />','template',1071580916,'Kier','3.0.0 Release Candidate 1'),(259,-1,'posticonbit','<td><input type=\\\"radio\\\" name=\\\"iconid\\\" value=\\\"$iconid\\\" id=\\\"rb_iconid_$iconid\\\" tabindex=\\\"1\\\" onclick=\\\"swap_posticon(\'pi_$iconid\')\\\" $iconchecked /></td>\r\n<td width=\\\"12%\\\"><label for=\\\"rb_iconid_$iconid\\\"><img src=\\\"$iconpath\\\" alt=\\\"$alttext\\\" id=\\\"pi_$iconid\\\" onclick=\\\"rb_iconid_$iconid.click()\\\" /></label></td>\r\n','<td><input type=\"radio\" name=\"iconid\" value=\"$iconid\" id=\"rb_iconid_$iconid\" tabindex=\"1\" onclick=\"swap_posticon(\'pi_$iconid\')\" $iconchecked /></td>\r\n<td width=\"12%\"><label for=\"rb_iconid_$iconid\"><img src=\"$iconpath\" alt=\"$alttext\" id=\"pi_$iconid\" onclick=\"rb_iconid_$iconid.click()\" /></label></td>\r\n','template',1067721767,'Kier','3.0.0 Gamma'),(260,-1,'posticons','\" . (($show[\'posticons\']) ? (\"\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n function swap_posticon(imgid)\r\n {\r\n var out = fetch_object(\\\"display_posticon\\\");\r\n var img = fetch_object(imgid);\r\n if (img)\r\n {\r\n out.src = img.src;\r\n out.alt = img.alt;\r\n }\r\n else\r\n {\r\n out.src = \\\"$vboptions[cleargifurl]\\\";\r\n out.alt = \\\"\\\";\r\n }\r\n }\r\n // -->\r\n </script>\r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:10px 0px 0px 0px\\\">\r\n <legend>$vbphrase[post_icons]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"95%\\\">\r\n <tr>\r\n <td colspan=\\\"15\\\"><div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">$vbphrase[may_choose_icon_for_message]:</div></td>\r\n </tr>\r\n <tr>\r\n <td width=\\\"12%\\\" nowrap=\\\"nowrap\\\"><label for=\\\"rb_iconid_0\\\"><input type=\\\"radio\\\" name=\\\"iconid\\\" value=\\\"0\\\" id=\\\"rb_iconid_0\\\" tabindex=\\\"1\\\" onclick=\\\"swap_posticon(null)\\\" $iconchecked />$vbphrase[no_icon] </label></td>\r\n $posticonbits\r\n \" . (($show[\'addedspan\']) ? (\"<td colspan=\\\"$remainingspan\\\"> </td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </div>\r\n </fieldset>\r\n\") : (\"\r\n <input type=\\\"hidden\\\" name=\\\"iconid\\\" value=\\\"0\\\" />\r\n\")).\"','<if condition=\"$show[\'posticons\']\">\r\n <script type=\"text/javascript\">\r\n <!--\r\n function swap_posticon(imgid)\r\n {\r\n var out = fetch_object(\"display_posticon\");\r\n var img = fetch_object(imgid);\r\n if (img)\r\n {\r\n out.src = img.src;\r\n out.alt = img.alt;\r\n }\r\n else\r\n {\r\n out.src = \"$vboptions[cleargifurl]\";\r\n out.alt = \"\";\r\n }\r\n }\r\n // -->\r\n </script>\r\n <fieldset class=\"fieldset\" style=\"margin:10px 0px 0px 0px\">\r\n <legend>$vbphrase[post_icons]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"95%\">\r\n <tr>\r\n <td colspan=\"15\"><div style=\"margin-bottom:$stylevar[formspacer]px\">$vbphrase[may_choose_icon_for_message]:</div></td>\r\n </tr>\r\n <tr>\r\n <td width=\"12%\" nowrap=\"nowrap\"><label for=\"rb_iconid_0\"><input type=\"radio\" name=\"iconid\" value=\"0\" id=\"rb_iconid_0\" tabindex=\"1\" onclick=\"swap_posticon(null)\" $iconchecked />$vbphrase[no_icon] </label></td>\r\n $posticonbits\r\n <if condition=\"$show[\'addedspan\']\"><td colspan=\"$remainingspan\"> </td></if>\r\n </tr>\r\n </table>\r\n </div>\r\n </fieldset>\r\n<else />\r\n <input type=\"hidden\" name=\"iconid\" value=\"0\" />\r\n</if>','template',1081977983,'Scott','3.0.1'),(261,-1,'printthread','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $threadinfo[title]</title>\r\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=$stylevar[charset]\\\" />\r\n<meta name=\\\"generator\\\" content=\\\"vBulletin $versionnumber\\\" />\r\n<style type=\\\"text/css\\\">\r\n<!--\r\ntd, p, li, div\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.smallfont\r\n{\r\n font-size: 11px;\r\n}\r\n.tborder\r\n{\r\n border: 1px solid #808080;\r\n}\r\n.thead\r\n{\r\n background-color: #EEEEEE;\r\n}\r\n.page\r\n{\r\n background-color: #FFFFFF;\r\n color: #000000;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n<body class=\\\"page\\\">\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td><a href=\\\"$vboptions[bburl]/\\\"><img src=\\\"$stylevar[titleimage]\\\" alt=\\\"$vboptions[bbtitle]\\\" border=\\\"0\\\" /></a></td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <div class=\\\"smallfont\\\">$pagenav</div>\r\n \" . (($show[\'pagenav\']) ? (\"\r\n <div class=\\\"smallfont\\\"><a href=\\\"printthread.php?$session[sessionurl]t=$threadid&pp=$maxperpage\\\">\" . construct_phrase(\"$vbphrase[show_x_posts_on_one_page]\", \"$maxperpage\") . \"</a></div>\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<div>\r\n <a href=\\\"$vboptions[bburl]/$vboptions[forumhome].php\\\" accesskey=\\\"1\\\"><strong>$vboptions[bbtitle]</strong></a>\r\n (<span class=\\\"smallfont\\\"><em>$vboptions[bburl]/$vboptions[forumhome].php</em></span>)\r\n</div>\r\n<div>\r\n - <a href=\\\"forumdisplay.php?f=$foruminfo[forumid]\\\"><strong>$foruminfo[title]</strong></a>\r\n (<span class=\\\"smallfont\\\"><em>$vboptions[bburl]/forumdisplay.php?f=$foruminfo[forumid]</em></span>)\r\n</div>\r\n<div>\r\n - - <a href=\\\"showthread.php?t=$threadid\\\" accesskey=\\\"3\\\"><strong>$threadinfo[title]</strong></a>\r\n (<span class=\\\"smallfont\\\"><em>$vboptions[bburl]/showthread.php?t=$threadid</em></span>)\r\n</div>\r\n\r\n<br />\r\n\r\n$postbits\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"smallfont\\\">$vbphrase[all_times_are_gmt_x_time_now_is_y]</td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <div class=\\\"smallfont\\\">$pagenav</div>\r\n \" . (($show[\'pagenav\']) ? (\"\r\n <div class=\\\"smallfont\\\"><a href=\\\"printthread.php?$session[sessionurl]t=$threadid&pp=$maxperpage\\\">\" . construct_phrase(\"$vbphrase[show_x_posts_on_one_page]\", \"$maxperpage\") . \"</a></div>\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<p class=\\\"smallfont\\\" align=\\\"center\\\">\r\n $vbphrase[powered_by_vbulletin]\r\n <br />\r\n $copyrighttext\r\n</p>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $threadinfo[title]</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$stylevar[charset]\" />\r\n<meta name=\"generator\" content=\"vBulletin $versionnumber\" />\r\n<style type=\"text/css\">\r\n<!--\r\ntd, p, li, div\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.smallfont\r\n{\r\n font-size: 11px;\r\n}\r\n.tborder\r\n{\r\n border: 1px solid #808080;\r\n}\r\n.thead\r\n{\r\n background-color: #EEEEEE;\r\n}\r\n.page\r\n{\r\n background-color: #FFFFFF;\r\n color: #000000;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n<body class=\"page\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr valign=\"bottom\">\r\n <td><a href=\"$vboptions[bburl]/\"><img src=\"$stylevar[titleimage]\" alt=\"$vboptions[bbtitle]\" border=\"0\" /></a></td>\r\n <td align=\"$stylevar[right]\">\r\n <div class=\"smallfont\">$pagenav</div>\r\n <if condition=\"$show[\'pagenav\']\">\r\n <div class=\"smallfont\"><a href=\"printthread.php?$session[sessionurl]t=$threadid&pp=$maxperpage\"><phrase 1=\"$maxperpage\">$vbphrase[show_x_posts_on_one_page]</phrase></a></div>\r\n </if>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<div>\r\n <a href=\"$vboptions[bburl]/$vboptions[forumhome].php\" accesskey=\"1\"><strong>$vboptions[bbtitle]</strong></a>\r\n (<span class=\"smallfont\"><em>$vboptions[bburl]/$vboptions[forumhome].php</em></span>)\r\n</div>\r\n<div>\r\n - <a href=\"forumdisplay.php?f=$foruminfo[forumid]\"><strong>$foruminfo[title]</strong></a>\r\n (<span class=\"smallfont\"><em>$vboptions[bburl]/forumdisplay.php?f=$foruminfo[forumid]</em></span>)\r\n</div>\r\n<div>\r\n - - <a href=\"showthread.php?t=$threadid\" accesskey=\"3\"><strong>$threadinfo[title]</strong></a>\r\n (<span class=\"smallfont\"><em>$vboptions[bburl]/showthread.php?t=$threadid</em></span>)\r\n</div>\r\n\r\n<br />\r\n\r\n$postbits\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr valign=\"top\">\r\n <td class=\"smallfont\">$vbphrase[all_times_are_gmt_x_time_now_is_y]</td>\r\n <td align=\"$stylevar[right]\">\r\n <div class=\"smallfont\">$pagenav</div>\r\n <if condition=\"$show[\'pagenav\']\">\r\n <div class=\"smallfont\"><a href=\"printthread.php?$session[sessionurl]t=$threadid&pp=$maxperpage\"><phrase 1=\"$maxperpage\">$vbphrase[show_x_posts_on_one_page]</phrase></a></div>\r\n </if>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<p class=\"smallfont\" align=\"center\">\r\n $vbphrase[powered_by_vbulletin]\r\n <br />\r\n $copyrighttext\r\n</p>\r\n\r\n</body>\r\n</html>','template',1080826415,'Kier','3.0.1'),(262,-1,'printthreadbit','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"page\\\">\r\n \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr valign=\\\"bottom\\\">\r\n <td style=\\\"font-size:14pt\\\">$post[username]</td>\r\n <td class=\\\"smallfont\\\" align=\\\"$stylevar[right]\\\">$post[postdate] $post[posttime]</td>\r\n </tr>\r\n </table>\r\n \r\n <hr />\r\n \r\n \" . (($post[\'title\']) ? (\"\r\n <div><strong>$post[title]</strong><br /> </div>\r\n \") : (\"\")).\"\r\n \" . (($post[\'attach\']) ? (\"\r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[x_attachments]\", \"$post[attach]\") . \"</div>\r\n \") : (\"\")).\"\r\n \r\n <div>$post[message]</div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"page\">\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tr valign=\"bottom\">\r\n <td style=\"font-size:14pt\">$post[username]</td>\r\n <td class=\"smallfont\" align=\"$stylevar[right]\">$post[postdate] $post[posttime]</td>\r\n </tr>\r\n </table>\r\n \r\n <hr />\r\n \r\n <if condition=\"$post[\'title\']\">\r\n <div><strong>$post[title]</strong><br /> </div>\r\n </if>\r\n <if condition=\"$post[\'attach\']\">\r\n <div class=\"smallfont\"><phrase 1=\"$post[attach]\">$vbphrase[x_attachments]</phrase></div>\r\n </if>\r\n \r\n <div>$post[message]</div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />','template',1070145486,'Ed Sullivan','3.0.0 Gamma'),(263,-1,'register','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - \" . (($show[\'coppa\']) ? (\"$vbphrase[coppa] \") : (\"\")).\"$vbphrase[registration]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n\r\n$header\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td>\r\n \r\n \" . (($show[\'coppa\']) ? (\"\r\n $vbphrase[until_receive_signed_form]\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n\" . (($show[\'errors\']) ? (\"\r\n <tr>\r\n <td><b>$vbphrase[errors_occurred_during_registration]:</b>\r\n <ul>\r\n $errorlist\r\n </ul>\r\n </td>\r\n </tr>\r\n\") : (\"\")).\"\r\n</table>\r\n\r\n<br />\r\n\r\n<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n<script type=\\\"text/javascript\\\">\r\nfunction verify_passwords(password1, password2)\r\n{\r\n // do various checks, this will save people noticing mistakes on next page\r\n if (password1.value == \'\' || password2.value == \'\')\r\n {\r\n alert(\'$vbphrase[fill_out_both_password_fields]\');\r\n return false;\r\n }\r\n else if (password1.value != password2.value)\r\n {\r\n alert(\'$vbphrase[entered_passwords_do_not_match]\');\r\n return false;\r\n }\r\n else\r\n {\r\n \" . (($show[\'coppa\']) ? (\"\r\n pass_copy = password1.value;\r\n passconfirm_copy = password2.value;\r\n \") : (\"\")).\"\r\n \r\n md5hash(password1, document.forms.register.password_md5);\r\n md5hash(password2, document.forms.register.passwordconfirm_md5);\r\n \r\n \" . (($show[\'coppa\']) ? (\"\r\n document.forms.register.password.value = pass_copy;\r\n document.forms.register.passwordconfirm.value = passconfirm_copy;\r\n \") : (\"\")).\"\r\n \r\n return true;\r\n }\r\n return false;\r\n}\r\n</script>\r\n\r\n<form action=\\\"register.php\\\" name=\\\"register\\\" method=\\\"post\\\" onsubmit=\\\"return verify_passwords(password, passwordconfirm);\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"addmember\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"agree\\\" value=\\\"$agree\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"password_md5\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"passwordconfirm_md5\\\" />\r\n\" . (($show[\'coppa\']) ? (\"<input type=\\\"hidden\\\" name=\\\"coppauser\\\" value=\\\"1\\\" />\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . construct_phrase(\"$vbphrase[register_at_x]\", \"$vboptions[bbtitle]\") . \"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n \" . construct_phrase(\"$vbphrase[to_post_must_first_register]\", \"$vboptions[bbtitle]\") . \"\r\n </div>\r\n \r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <strong>$vbphrase[username]</strong>:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"username\\\" size=\\\"50\\\" maxlength=\\\"$vboptions[maxuserlength]\\\" value=\\\"$username\\\" />\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[password]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"400\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[enter_password_for_account]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[password]:<br />\r\n <input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"password\\\" size=\\\"25\\\" maxlength=\\\"15\\\" value=\\\"$password\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[confirm_password]:<br />\r\n <input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"passwordconfirm\\\" size=\\\"25\\\" maxlength=\\\"15\\\" value=\\\"$passwordconfirm\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[email_address]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"400\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[enter_valid_email_address]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"email\\\" size=\\\"25\\\" maxlength=\\\"50\\\" value=\\\"$email\\\" />\r\n </td>\r\n <td>\r\n $vbphrase[confirm_email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"emailconfirm\\\" size=\\\"25\\\" maxlength=\\\"50\\\" value=\\\"$emailconfirm\\\" />\r\n </td>\r\n </tr>\r\n \" . (($show[\'coppa\']) ? (\"\r\n <tr>\r\n <td>$vbphrase[if_under_13_provide_parent]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[parent_guardian_email]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"parentemail\\\" size=\\\"25\\\" maxlength=\\\"50\\\" value=\\\"$parentemail\\\" />\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n \r\n \" . (($vboptions[\'regimagecheck\'] AND $vboptions[\'gdversion\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[image_verification]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[enter_text_image_right]\r\n </td>\r\n <td rowspan=\\\"2\\\"><img src=\\\"image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash\\\" alt=\\\"$vbphrase[registration_image]\\\" width=\\\"201\\\" height=\\\"61\\\" border=\\\"0\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"imagestamp\\\" size=\\\"50\\\" maxlength=\\\"6\\\" value=\\\"$imagestamp\\\" /><input type=\\\"hidden\\\" name=\\\"imagehash\\\" value=\\\"$imagehash\\\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n\" . (($show[\'customfields_profile\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[additional_required_information_profile]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $customfields_profile\r\n \r\n \" . (($show[\'birthday\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[birth_date]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[enter_birth_date_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"2\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[month]:</td>\r\n <td>$vbphrase[day]:</td>\r\n <td>$vbphrase[year]:</td>\r\n </tr>\r\n <tr>\r\n <td><select name=\\\"month\\\">\r\n <option value=\\\"-1\\\" $monthdefaultselected></option>\r\n <option value=\\\"01\\\" $monthselected[1]>$vbphrase[january]</option>\r\n <option value=\\\"02\\\" $monthselected[2]>$vbphrase[february]</option>\r\n <option value=\\\"03\\\" $monthselected[3]>$vbphrase[march]</option>\r\n <option value=\\\"04\\\" $monthselected[4]>$vbphrase[april]</option>\r\n <option value=\\\"05\\\" $monthselected[5]>$vbphrase[may]</option>\r\n <option value=\\\"06\\\" $monthselected[6]>$vbphrase[june]</option>\r\n <option value=\\\"07\\\" $monthselected[7]>$vbphrase[july]</option>\r\n <option value=\\\"08\\\" $monthselected[8]>$vbphrase[august]</option>\r\n <option value=\\\"09\\\" $monthselected[9]>$vbphrase[september]</option>\r\n <option value=\\\"10\\\" $monthselected[10]>$vbphrase[october]</option>\r\n <option value=\\\"11\\\" $monthselected[11]>$vbphrase[november]</option>\r\n <option value=\\\"12\\\" $monthselected[12]>$vbphrase[december]</option>\r\n </select> </td>\r\n <td><select name=\\\"day\\\">\r\n <option value=\\\"-1\\\" $daydefaultselected></option>\r\n <option value=\\\"01\\\" $dayselected[1]>1</option>\r\n <option value=\\\"02\\\" $dayselected[2]>2</option>\r\n <option value=\\\"03\\\" $dayselected[3]>3</option>\r\n <option value=\\\"04\\\" $dayselected[4]>4</option>\r\n <option value=\\\"05\\\" $dayselected[5]>5</option>\r\n <option value=\\\"06\\\" $dayselected[6]>6</option>\r\n <option value=\\\"07\\\" $dayselected[7]>7</option>\r\n <option value=\\\"08\\\" $dayselected[8]>8</option>\r\n <option value=\\\"09\\\" $dayselected[9]>9</option>\r\n <option value=\\\"10\\\" $dayselected[10]>10</option>\r\n <option value=\\\"11\\\" $dayselected[11]>11</option>\r\n <option value=\\\"12\\\" $dayselected[12]>12</option>\r\n <option value=\\\"13\\\" $dayselected[13]>13</option>\r\n <option value=\\\"14\\\" $dayselected[14]>14</option>\r\n <option value=\\\"15\\\" $dayselected[15]>15</option>\r\n <option value=\\\"16\\\" $dayselected[16]>16</option>\r\n <option value=\\\"17\\\" $dayselected[17]>17</option>\r\n <option value=\\\"18\\\" $dayselected[18]>18</option>\r\n <option value=\\\"19\\\" $dayselected[19]>19</option>\r\n <option value=\\\"20\\\" $dayselected[20]>20</option>\r\n <option value=\\\"21\\\" $dayselected[21]>21</option>\r\n <option value=\\\"22\\\" $dayselected[22]>22</option>\r\n <option value=\\\"23\\\" $dayselected[23]>23</option>\r\n <option value=\\\"24\\\" $dayselected[24]>24</option>\r\n <option value=\\\"25\\\" $dayselected[25]>25</option>\r\n <option value=\\\"26\\\" $dayselected[26]>26</option>\r\n <option value=\\\"27\\\" $dayselected[27]>27</option>\r\n <option value=\\\"28\\\" $dayselected[28]>28</option>\r\n <option value=\\\"29\\\" $dayselected[29]>29</option>\r\n <option value=\\\"30\\\" $dayselected[30]>30</option>\r\n <option value=\\\"31\\\" $dayselected[31]>31</option>\r\n </select> </td>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"year\\\" value=\\\"$year\\\" size=\\\"4\\\" maxlength=\\\"4\\\" /></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n\" . (($show[\'customfields_option\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[additional_required_information_option]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $customfields_option\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[additional_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'referrer\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[referrer]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[if_referred_enter_name]\", \"$vboptions[bbtitle]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[referrer]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"referrername\\\" value=\\\"$referrername\\\" size=\\\"50\\\" maxlength=\\\"250\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n $timezoneoptions\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[receive_email]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[administrators_may_send_email]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_adminemail\\\"><input type=\\\"checkbox\\\" name=\\\"options[adminemail]\\\" value=\\\"1\\\" id=\\\"cb_adminemail\\\" $checkedoff[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label></td>\r\n </tr>\r\n \" . (($vboptions[\'enableemail\']) ? (\"\r\n <tr>\r\n <td>$vbphrase[allow_members_send_you_email]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_showemail\\\"><input type=\\\"checkbox\\\" name=\\\"options[showemail]\\\" value=\\\"1\\\" id=\\\"cb_showemail\\\" $checkedoff[showemail] />$vbphrase[receive_email_from_other_members]</label></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </fieldset>\r\n\r\n \r\n $customfields_other\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[complete_registration]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" name=\\\"Reset\\\" value=\\\"$vbphrase[reset_fields]\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - <if condition=\"$show[\'coppa\']\">$vbphrase[coppa] </if>$vbphrase[registration]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n\r\n$header\r\n\r\n<br />\r\n\r\n<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td>\r\n \r\n <if condition=\"$show[\'coppa\']\">\r\n $vbphrase[until_receive_signed_form]\r\n </if>\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'errors\']\">\r\n <tr>\r\n <td><b>$vbphrase[errors_occurred_during_registration]:</b>\r\n <ul>\r\n $errorlist\r\n </ul>\r\n </td>\r\n </tr>\r\n</if>\r\n</table>\r\n\r\n<br />\r\n\r\n<script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n<script type=\"text/javascript\">\r\nfunction verify_passwords(password1, password2)\r\n{\r\n // do various checks, this will save people noticing mistakes on next page\r\n if (password1.value == \'\' || password2.value == \'\')\r\n {\r\n alert(\'$vbphrase[fill_out_both_password_fields]\');\r\n return false;\r\n }\r\n else if (password1.value != password2.value)\r\n {\r\n alert(\'$vbphrase[entered_passwords_do_not_match]\');\r\n return false;\r\n }\r\n else\r\n {\r\n <if condition=\"$show[\'coppa\']\">\r\n pass_copy = password1.value;\r\n passconfirm_copy = password2.value;\r\n </if>\r\n \r\n md5hash(password1, document.forms.register.password_md5);\r\n md5hash(password2, document.forms.register.passwordconfirm_md5);\r\n \r\n <if condition=\"$show[\'coppa\']\">\r\n document.forms.register.password.value = pass_copy;\r\n document.forms.register.passwordconfirm.value = passconfirm_copy;\r\n </if>\r\n \r\n return true;\r\n }\r\n return false;\r\n}\r\n</script>\r\n\r\n<form action=\"register.php\" name=\"register\" method=\"post\" onsubmit=\"return verify_passwords(password, passwordconfirm);\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"addmember\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n<input type=\"hidden\" name=\"agree\" value=\"$agree\" />\r\n<input type=\"hidden\" name=\"password_md5\" />\r\n<input type=\"hidden\" name=\"passwordconfirm_md5\" />\r\n<if condition=\"$show[\'coppa\']\"><input type=\"hidden\" name=\"coppauser\" value=\"1\" /></if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[register_at_x]</phrase></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <phrase 1=\"$vboptions[bbtitle]\">$vbphrase[to_post_must_first_register]</phrase>\r\n </div>\r\n \r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <strong>$vbphrase[username]</strong>:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"username\" size=\"50\" maxlength=\"$vboptions[maxuserlength]\" value=\"$username\" />\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[password]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"400\">\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[enter_password_for_account]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[password]:<br />\r\n <input type=\"password\" class=\"bginput\" name=\"password\" size=\"25\" maxlength=\"15\" value=\"$password\" />\r\n </td>\r\n <td>\r\n $vbphrase[confirm_password]:<br />\r\n <input type=\"password\" class=\"bginput\" name=\"passwordconfirm\" size=\"25\" maxlength=\"15\" value=\"$passwordconfirm\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[email_address]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"400\">\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[enter_valid_email_address]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"email\" size=\"25\" maxlength=\"50\" value=\"$email\" />\r\n </td>\r\n <td>\r\n $vbphrase[confirm_email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"emailconfirm\" size=\"25\" maxlength=\"50\" value=\"$emailconfirm\" />\r\n </td>\r\n </tr>\r\n <if condition=\"$show[\'coppa\']\">\r\n <tr>\r\n <td>$vbphrase[if_under_13_provide_parent]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[parent_guardian_email]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"parentemail\" size=\"25\" maxlength=\"50\" value=\"$parentemail\" />\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n \r\n <if condition=\"$vboptions[\'regimagecheck\'] AND $vboptions[\'gdversion\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[image_verification]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[enter_text_image_right]\r\n </td>\r\n <td rowspan=\"2\"><img src=\"image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash\" alt=\"$vbphrase[registration_image]\" width=\"201\" height=\"61\" border=\"0\" /></td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"imagestamp\" size=\"50\" maxlength=\"6\" value=\"$imagestamp\" /><input type=\"hidden\" name=\"imagehash\" value=\"$imagehash\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n\r\n<if condition=\"$show[\'customfields_profile\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[additional_required_information_profile]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $customfields_profile\r\n \r\n <if condition=\"$show[\'birthday\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[birth_date]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[enter_birth_date_controls]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"2\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[month]:</td>\r\n <td>$vbphrase[day]:</td>\r\n <td>$vbphrase[year]:</td>\r\n </tr>\r\n <tr>\r\n <td><select name=\"month\">\r\n <option value=\"-1\" $monthdefaultselected></option>\r\n <option value=\"01\" $monthselected[1]>$vbphrase[january]</option>\r\n <option value=\"02\" $monthselected[2]>$vbphrase[february]</option>\r\n <option value=\"03\" $monthselected[3]>$vbphrase[march]</option>\r\n <option value=\"04\" $monthselected[4]>$vbphrase[april]</option>\r\n <option value=\"05\" $monthselected[5]>$vbphrase[may]</option>\r\n <option value=\"06\" $monthselected[6]>$vbphrase[june]</option>\r\n <option value=\"07\" $monthselected[7]>$vbphrase[july]</option>\r\n <option value=\"08\" $monthselected[8]>$vbphrase[august]</option>\r\n <option value=\"09\" $monthselected[9]>$vbphrase[september]</option>\r\n <option value=\"10\" $monthselected[10]>$vbphrase[october]</option>\r\n <option value=\"11\" $monthselected[11]>$vbphrase[november]</option>\r\n <option value=\"12\" $monthselected[12]>$vbphrase[december]</option>\r\n </select> </td>\r\n <td><select name=\"day\">\r\n <option value=\"-1\" $daydefaultselected></option>\r\n <option value=\"01\" $dayselected[1]>1</option>\r\n <option value=\"02\" $dayselected[2]>2</option>\r\n <option value=\"03\" $dayselected[3]>3</option>\r\n <option value=\"04\" $dayselected[4]>4</option>\r\n <option value=\"05\" $dayselected[5]>5</option>\r\n <option value=\"06\" $dayselected[6]>6</option>\r\n <option value=\"07\" $dayselected[7]>7</option>\r\n <option value=\"08\" $dayselected[8]>8</option>\r\n <option value=\"09\" $dayselected[9]>9</option>\r\n <option value=\"10\" $dayselected[10]>10</option>\r\n <option value=\"11\" $dayselected[11]>11</option>\r\n <option value=\"12\" $dayselected[12]>12</option>\r\n <option value=\"13\" $dayselected[13]>13</option>\r\n <option value=\"14\" $dayselected[14]>14</option>\r\n <option value=\"15\" $dayselected[15]>15</option>\r\n <option value=\"16\" $dayselected[16]>16</option>\r\n <option value=\"17\" $dayselected[17]>17</option>\r\n <option value=\"18\" $dayselected[18]>18</option>\r\n <option value=\"19\" $dayselected[19]>19</option>\r\n <option value=\"20\" $dayselected[20]>20</option>\r\n <option value=\"21\" $dayselected[21]>21</option>\r\n <option value=\"22\" $dayselected[22]>22</option>\r\n <option value=\"23\" $dayselected[23]>23</option>\r\n <option value=\"24\" $dayselected[24]>24</option>\r\n <option value=\"25\" $dayselected[25]>25</option>\r\n <option value=\"26\" $dayselected[26]>26</option>\r\n <option value=\"27\" $dayselected[27]>27</option>\r\n <option value=\"28\" $dayselected[28]>28</option>\r\n <option value=\"29\" $dayselected[29]>29</option>\r\n <option value=\"30\" $dayselected[30]>30</option>\r\n <option value=\"31\" $dayselected[31]>31</option>\r\n </select> </td>\r\n <td><input type=\"text\" class=\"bginput\" name=\"year\" value=\"$year\" size=\"4\" maxlength=\"4\" /></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<if condition=\"$show[\'customfields_option\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[additional_required_information_option]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $customfields_option\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n<br />\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[additional_information]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'referrer\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[referrer]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[if_referred_enter_name]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[referrer]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"referrername\" value=\"$referrername\" size=\"50\" maxlength=\"250\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n $timezoneoptions\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[receive_email]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>\r\n $vbphrase[administrators_may_send_email]\r\n </td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_adminemail\"><input type=\"checkbox\" name=\"options[adminemail]\" value=\"1\" id=\"cb_adminemail\" $checkedoff[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label></td>\r\n </tr>\r\n <if condition=\"$vboptions[\'enableemail\']\">\r\n <tr>\r\n <td>$vbphrase[allow_members_send_you_email]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_showemail\"><input type=\"checkbox\" name=\"options[showemail]\" value=\"1\" id=\"cb_showemail\" $checkedoff[showemail] />$vbphrase[receive_email_from_other_members]</label></td>\r\n </tr>\r\n </if>\r\n </table>\r\n </fieldset>\r\n\r\n \r\n $customfields_other\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[complete_registration]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" name=\"Reset\" value=\"$vbphrase[reset_fields]\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073938442,'Ed Sullivan','3.0.0 Release Candidate 3'),(264,-1,'register_coppaform','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>\" . construct_phrase(\"$vbphrase[permission_to_participate_at_x]\", \"$vboptions[bbtitle]\") . \"</title>\r\n<style type=\\\"text/css\\\">\r\ntd, p, li, div\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.smallfont\r\n{\r\n font-size: 11px;\r\n}\r\n</style>\r\n</head>\r\n\r\n<body bgcolor=\\\"white\\\" text=\\\"black\\\">\r\n\r\n<table border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td><a href=\\\"$vboptions[forumhome].php?$session[sessionurl]\\\"><img src=\\\"$stylevar[titleimage]\\\" border=\\\"0\\\" /></a></td>\r\n <td align=\\\"center\\\"><strong>\" . construct_phrase(\"$vbphrase[permission_to_participate_at_x]\", \"$vboptions[bbtitle]\") . \"</strong></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<p>\r\n \" . construct_phrase(\"$vbphrase[instructions_for_parent_guardian]\", \"$vboptions[companyname]\", \"$vboptions[faxnumber]\", \"$vboptions[address]\") . \"\r\n</p>\r\n\r\n\r\n<table width=\\\"100%\\\" border=\\\"1\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"1\\\">\r\n<tr>\r\n <td colspan=\\\"2\\\"><strong>$vbphrase[required_information]</strong></td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[username]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[username] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[email_address]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[email] </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\\\"2\\\"><strong>$vbphrase[optional_information]</strong></td>\r\n</tr>\r\n<tr>\r\n <td colspan=\\\"2\\\">\r\n $vbphrase[make_changes_profile_visit]:<br />\r\n <a href=\\\"$vboptions[bburl]/profile.php?$session[sessionurl]do=editprofile\\\">$vboptions[bburl]/profile.php?do=editprofile</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[home_page]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[homepage] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[signature]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[signature] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\">\r\n <strong>$vbphrase[privacy_mode]</strong>\r\n <div class=\\\"smallfont\\\">$vbphrase[yes_hides_email_icq_etc]</div>\r\n </td>\r\n <td width=\\\"80%\\\">$bbuserinfo[showemail] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[icq_number]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[icq] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[aim_screen_name]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[aim] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[yahoo_messenger_handle]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[yahoo] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[msn_messenger_handle]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[msn] </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\\\"2\\\">\r\n <strong>\" . construct_phrase(\"$vbphrase[sign_form_and_send]\", \"$vboptions[privacyurl]\") . \"</strong>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[parent_guardian_full_name]</strong></td>\r\n <td width=\\\"80%\\\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[relation_to_child]</strong></td>\r\n <td width=\\\"80%\\\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[telephone_number]</strong></td>\r\n <td width=\\\"80%\\\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[email_address]</strong></td>\r\n <td width=\\\"80%\\\">$bbuserinfo[parentemail] </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[signature]</strong></td>\r\n <td> </td>\r\n</tr>\r\n<tr>\r\n <td width=\\\"20%\\\"><strong>$vbphrase[date]</strong></td>\r\n <td width=\\\"80%\\\"> </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\\\"2\\\">\" . construct_phrase(\"$vbphrase[contact_webmaster_questions]\", \"$vboptions[contactuslink]\") . \"</td>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[permission_to_participate_at_x]</phrase></title>\r\n<style type=\"text/css\">\r\ntd, p, li, div\r\n{\r\n font: 10pt verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif;\r\n}\r\n.smallfont\r\n{\r\n font-size: 11px;\r\n}\r\n</style>\r\n</head>\r\n\r\n<body bgcolor=\"white\" text=\"black\">\r\n\r\n<table border=\"0\" width=\"100%\">\r\n<tr valign=\"bottom\">\r\n <td><a href=\"$vboptions[forumhome].php?$session[sessionurl]\"><img src=\"$stylevar[titleimage]\" border=\"0\" /></a></td>\r\n <td align=\"center\"><strong><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[permission_to_participate_at_x]</phrase></strong></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<p>\r\n <phrase 1=\"$vboptions[companyname]\" 2=\"$vboptions[faxnumber]\" 3=\"$vboptions[address]\">$vbphrase[instructions_for_parent_guardian]</phrase>\r\n</p>\r\n\r\n\r\n<table width=\"100%\" border=\"1\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"1\">\r\n<tr>\r\n <td colspan=\"2\"><strong>$vbphrase[required_information]</strong></td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[username]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[username] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[email_address]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[email] </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\"><strong>$vbphrase[optional_information]</strong></td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\">\r\n $vbphrase[make_changes_profile_visit]:<br />\r\n <a href=\"$vboptions[bburl]/profile.php?$session[sessionurl]do=editprofile\">$vboptions[bburl]/profile.php?do=editprofile</a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[home_page]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[homepage] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[signature]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[signature] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\">\r\n <strong>$vbphrase[privacy_mode]</strong>\r\n <div class=\"smallfont\">$vbphrase[yes_hides_email_icq_etc]</div>\r\n </td>\r\n <td width=\"80%\">$bbuserinfo[showemail] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[icq_number]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[icq] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[aim_screen_name]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[aim] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[yahoo_messenger_handle]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[yahoo] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[msn_messenger_handle]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[msn] </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\">\r\n <strong><phrase 1=\"$vboptions[privacyurl]\">$vbphrase[sign_form_and_send]</phrase></strong>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[parent_guardian_full_name]</strong></td>\r\n <td width=\"80%\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[relation_to_child]</strong></td>\r\n <td width=\"80%\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[telephone_number]</strong></td>\r\n <td width=\"80%\"> </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[email_address]</strong></td>\r\n <td width=\"80%\">$bbuserinfo[parentemail] </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[signature]</strong></td>\r\n <td> </td>\r\n</tr>\r\n<tr>\r\n <td width=\"20%\"><strong>$vbphrase[date]</strong></td>\r\n <td width=\"80%\"> </td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\"><phrase 1=\"$vboptions[contactuslink]\">$vbphrase[contact_webmaster_questions]</phrase></td>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','template',1070645585,'freddie','3.0.0 Gamma'),(265,-1,'register_rules','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$vboptions[bbtitle] - \" . (($show[\'coppa\']) ? (\"$vbphrase[coppa_rules]\") : (\"$vbphrase[forum_rules]\")).\"</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n\r\n<form action=\\\"register.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"register\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"month\\\" value=\\\"$month\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"day\\\" value=\\\"$day\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"year\\\" value=\\\"$year\\\" />\r\n\" . (($show[\'coppa\']) ? (\"\r\n<input type=\\\"hidden\\\" name=\\\"who\\\" value=\\\"coppa\\\" />\r\n\") : (\"\r\n<input type=\\\"hidden\\\" name=\\\"who\\\" value=\\\"adult\\\" />\r\n\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . construct_phrase(\"$vbphrase[x_rules]\", \"$vboptions[bbtitle]\") . \"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[forum_rules]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$vbphrase[to_proceed_must_agree]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div class=\\\"alt1\\\" style=\\\"border:thin inset; padding:$stylevar[cellpadding]px;\" . ((!is_browser(\'konqueror\')) ? (\" height:175px; overflow:auto\") : (\"\")).\"\\\">\r\n \r\n \" . (($show[\'coppa\']) ? (\"\r\n <!-- coppa regulations -->\r\n <p><strong>$vbphrase[coppa_policy]</strong></p>\r\n \r\n \" . construct_phrase(\"$vbphrase[coppa_rules_description]\", \"$vboptions[bbtitle]\", \"$vboptions[forumhome].php?$session[sessionurl]\", \"register.php?$session[sessionurl]do=coppaform\", \"$vboptions[webmasteremail]\") . \"\r\n <!-- / coppa regulations -->\r\n \") : (\"\")).\"\r\n \r\n <!-- regular forum rules -->\r\n \" . construct_phrase(\"$vbphrase[forum_rules_description]\", \"$vboptions[forumhome].php?$session[sessionurl]\", \"$vboptions[bbtitle]\") . \"\r\n <!-- regular forum rules -->\r\n \r\n </div>\r\n <div><label for=\\\"cb_rules_agree\\\"><input type=\\\"checkbox\\\" name=\\\"agree\\\" id=\\\"cb_rules_agree\\\" value=\\\"1\\\" /><strong>\" . construct_phrase(\"$vbphrase[read_agree_abide_by_rules]\", \"$vboptions[bbtitle]\") . \"</strong></label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset> \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[register]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$vboptions[bbtitle] - <if condition=\"$show[\'coppa\']\">$vbphrase[coppa_rules]<else />$vbphrase[forum_rules]</if></title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n\r\n<form action=\"register.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"register\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n<input type=\"hidden\" name=\"month\" value=\"$month\" />\r\n<input type=\"hidden\" name=\"day\" value=\"$day\" />\r\n<input type=\"hidden\" name=\"year\" value=\"$year\" />\r\n<if condition=\"$show[\'coppa\']\">\r\n<input type=\"hidden\" name=\"who\" value=\"coppa\" />\r\n<else />\r\n<input type=\"hidden\" name=\"who\" value=\"adult\" />\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[x_rules]</phrase></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[forum_rules]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$vbphrase[to_proceed_must_agree]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div class=\"alt1\" style=\"border:thin inset; padding:$stylevar[cellpadding]px;<if condition=\"!is_browser(\'konqueror\')\"> height:175px; overflow:auto</if>\">\r\n \r\n <if condition=\"$show[\'coppa\']\">\r\n <!-- coppa regulations -->\r\n <p><strong>$vbphrase[coppa_policy]</strong></p>\r\n \r\n <phrase 1=\"$vboptions[bbtitle]\" 2=\"$vboptions[forumhome].php?$session[sessionurl]\" 3=\"register.php?$session[sessionurl]do=coppaform\" 4=\"$vboptions[webmasteremail]\">$vbphrase[coppa_rules_description]</phrase>\r\n <!-- / coppa regulations -->\r\n </if>\r\n \r\n <!-- regular forum rules -->\r\n <phrase 1=\"$vboptions[forumhome].php?$session[sessionurl]\" 2=\"$vboptions[bbtitle]\">$vbphrase[forum_rules_description]</phrase>\r\n <!-- regular forum rules -->\r\n \r\n </div>\r\n <div><label for=\"cb_rules_agree\"><input type=\"checkbox\" name=\"agree\" id=\"cb_rules_agree\" value=\"1\" /><strong><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset> \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[register]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073018324,'Kier','3.0.0 Release Candidate 1'),(266,-1,'register_verify_age','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[register]</title>\r\n$headinclude\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction checkform(formobj)\r\n{\r\n if (formobj.month.selectedIndex == 0)\r\n {\r\n alert(\\\"$vbphrase[select_a_month]\\\");\r\n return false;\r\n }\r\n if (! formobj.year.value.match(/^\\\\d{4}$/))\r\n {\r\n alert(\\\"$vbphrase[please_enter_a_proper_year]\\\");\r\n return false;\r\n }\r\n return true;\r\n}\r\n// -->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n\r\n<form method=\\\"post\\\" action=\\\"register.php\\\" onsubmit=\\\"return checkform(this)\\\">\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"checkdate\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"70%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . construct_phrase(\"$vbphrase[register_at_x]\", \"$vboptions[bbtitle]\") . \"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:70%\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[please_enter_your_date_of_birth]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" align=\\\"center\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[month]:<br />\r\n <select name=\\\"month\\\">\r\n <option value=\\\"\\\" selected=\\\"selected\\\">-</option>\r\n <option value=\\\"01\\\">$vbphrase[january]</option>\r\n <option value=\\\"02\\\">$vbphrase[february]</option>\r\n <option value=\\\"03\\\">$vbphrase[march]</option>\r\n <option value=\\\"04\\\">$vbphrase[april]</option>\r\n <option value=\\\"05\\\">$vbphrase[may]</option>\r\n <option value=\\\"06\\\">$vbphrase[june]</option>\r\n <option value=\\\"07\\\">$vbphrase[july]</option>\r\n <option value=\\\"08\\\">$vbphrase[august]</option>\r\n <option value=\\\"09\\\">$vbphrase[september]</option>\r\n <option value=\\\"10\\\">$vbphrase[october]</option>\r\n <option value=\\\"11\\\">$vbphrase[november]</option>\r\n <option value=\\\"12\\\">$vbphrase[december]</option>\r\n </select> \r\n </td>\r\n <td>\r\n $vbphrase[day]:<br />\r\n <select name=\\\"day\\\">\r\n <option value=\\\"\\\" selected=\\\"selected\\\">-</option>\r\n <option value=\\\"01\\\">1</option>\r\n <option value=\\\"02\\\">2</option>\r\n <option value=\\\"03\\\">3</option>\r\n <option value=\\\"04\\\">4</option>\r\n <option value=\\\"05\\\">5</option>\r\n <option value=\\\"06\\\">6</option>\r\n <option value=\\\"07\\\">7</option>\r\n <option value=\\\"08\\\">8</option>\r\n <option value=\\\"09\\\">9</option>\r\n <option value=\\\"10\\\">10</option>\r\n <option value=\\\"11\\\">11</option>\r\n <option value=\\\"12\\\">12</option>\r\n <option value=\\\"13\\\">13</option>\r\n <option value=\\\"14\\\">14</option>\r\n <option value=\\\"15\\\">15</option>\r\n <option value=\\\"16\\\">16</option>\r\n <option value=\\\"17\\\">17</option>\r\n <option value=\\\"18\\\">18</option>\r\n <option value=\\\"19\\\">19</option>\r\n <option value=\\\"20\\\">20</option>\r\n <option value=\\\"21\\\">21</option>\r\n <option value=\\\"22\\\">22</option>\r\n <option value=\\\"23\\\">23</option>\r\n <option value=\\\"24\\\">24</option>\r\n <option value=\\\"25\\\">25</option>\r\n <option value=\\\"26\\\">26</option>\r\n <option value=\\\"27\\\">27</option>\r\n <option value=\\\"28\\\">28</option>\r\n <option value=\\\"29\\\">29</option>\r\n <option value=\\\"30\\\">30</option>\r\n <option value=\\\"31\\\">31</option>\r\n </select>\r\n </td>\r\n <td>\r\n $vbphrase[year]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"year\\\" size=\\\"10\\\" maxlength=\\\"4\\\" value=\\\"\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[proceed]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[register]</title>\r\n$headinclude\r\n<script type=\"text/javascript\">\r\n<!--\r\nfunction checkform(formobj)\r\n{\r\n if (formobj.month.selectedIndex == 0)\r\n {\r\n alert(\"$vbphrase[select_a_month]\");\r\n return false;\r\n }\r\n if (! formobj.year.value.match(/^\\d{4}$/))\r\n {\r\n alert(\"$vbphrase[please_enter_a_proper_year]\");\r\n return false;\r\n }\r\n return true;\r\n}\r\n// -->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n\r\n<form method=\"post\" action=\"register.php\" onsubmit=\"return checkform(this)\">\r\n<input type=\"hidden\" name=\"do\" value=\"checkdate\" />\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"70%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><phrase 1=\"$vboptions[bbtitle]\">$vbphrase[register_at_x]</phrase></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:70%\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[please_enter_your_date_of_birth]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" align=\"center\" width=\"100%\">\r\n <tr>\r\n <td>\r\n $vbphrase[month]:<br />\r\n <select name=\"month\">\r\n <option value=\"\" selected=\"selected\">-</option>\r\n <option value=\"01\">$vbphrase[january]</option>\r\n <option value=\"02\">$vbphrase[february]</option>\r\n <option value=\"03\">$vbphrase[march]</option>\r\n <option value=\"04\">$vbphrase[april]</option>\r\n <option value=\"05\">$vbphrase[may]</option>\r\n <option value=\"06\">$vbphrase[june]</option>\r\n <option value=\"07\">$vbphrase[july]</option>\r\n <option value=\"08\">$vbphrase[august]</option>\r\n <option value=\"09\">$vbphrase[september]</option>\r\n <option value=\"10\">$vbphrase[october]</option>\r\n <option value=\"11\">$vbphrase[november]</option>\r\n <option value=\"12\">$vbphrase[december]</option>\r\n </select> \r\n </td>\r\n <td>\r\n $vbphrase[day]:<br />\r\n <select name=\"day\">\r\n <option value=\"\" selected=\"selected\">-</option>\r\n <option value=\"01\">1</option>\r\n <option value=\"02\">2</option>\r\n <option value=\"03\">3</option>\r\n <option value=\"04\">4</option>\r\n <option value=\"05\">5</option>\r\n <option value=\"06\">6</option>\r\n <option value=\"07\">7</option>\r\n <option value=\"08\">8</option>\r\n <option value=\"09\">9</option>\r\n <option value=\"10\">10</option>\r\n <option value=\"11\">11</option>\r\n <option value=\"12\">12</option>\r\n <option value=\"13\">13</option>\r\n <option value=\"14\">14</option>\r\n <option value=\"15\">15</option>\r\n <option value=\"16\">16</option>\r\n <option value=\"17\">17</option>\r\n <option value=\"18\">18</option>\r\n <option value=\"19\">19</option>\r\n <option value=\"20\">20</option>\r\n <option value=\"21\">21</option>\r\n <option value=\"22\">22</option>\r\n <option value=\"23\">23</option>\r\n <option value=\"24\">24</option>\r\n <option value=\"25\">25</option>\r\n <option value=\"26\">26</option>\r\n <option value=\"27\">27</option>\r\n <option value=\"28\">28</option>\r\n <option value=\"29\">29</option>\r\n <option value=\"30\">30</option>\r\n <option value=\"31\">31</option>\r\n </select>\r\n </td>\r\n <td>\r\n $vbphrase[year]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"year\" size=\"10\" maxlength=\"4\" value=\"\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[proceed]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1071680971,'freddie','3.0.0 Release Candidate 1'),(267,-1,'reputation','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[reputation]</title>\r\n$headinclude\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n\" . (($show[\'closewindow\']) ? (\"\r\n self.close();\r\n\") : (\"\r\n self.focus();\r\n\")).\"\r\n//-->\r\n</script>\r\n</head>\r\n<body style=\\\"margin:0px\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[reputation]</td>\r\n</tr>\r\n$reputationbit\r\n</table>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[reputation]</title>\r\n$headinclude\r\n<script type=\"text/javascript\">\r\n<!--\r\n<if condition=\"$show[\'closewindow\']\">\r\n self.close();\r\n<else />\r\n self.focus();\r\n</if>\r\n//-->\r\n</script>\r\n</head>\r\n<body style=\"margin:0px\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[reputation]</td>\r\n</tr>\r\n$reputationbit\r\n</table>\r\n\r\n</body>\r\n</html>','template',1070145658,'Ed Sullivan','3.0.0 Gamma'),(268,-1,'reputationbit','<tr>\r\n <td class=\\\"thead\\\">$vbphrase[add_to_reputation]: <span style=\\\"font-weight:normal\\\">$userinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\"> \r\n <form action=\\\"reputation.php\\\" method=\\\"post\\\"> \r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>\" . construct_phrase(\"$vbphrase[what_do_you_think_of_xs_post]\", \"$userinfo[username]\") . \"</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n <div><label for=\\\"rb_reputation_pos\\\"><input type=\\\"radio\\\" name=\\\"reputation\\\" value=\\\"pos\\\" id=\\\"rb_reputation_pos\\\" checked=\\\"checked\\\" />$vbphrase[i_approve]</label></div>\r\n \" . (($show[\'negativerep\']) ? (\"<div><label for=\\\"rb_reputation_neg\\\"><input type=\\\"radio\\\" name=\\\"reputation\\\" value=\\\"neg\\\" id=\\\"rb_reputation_neg\\\" />$vbphrase[i_disapprove]</label></div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[your_comments_on_this_post]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"40\\\" maxlength=\\\"250\\\" name=\\\"reason\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\"> \r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"addreputation\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[add_to_reputation]\\\" accesskey=\\\"s\\\" />\r\n </div> \r\n </form> \r\n </td>\r\n</tr>\r\n','<tr>\r\n <td class=\"thead\">$vbphrase[add_to_reputation]: <span style=\"font-weight:normal\">$userinfo[username]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\"> \r\n <form action=\"reputation.php\" method=\"post\"> \r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><phrase 1=\"$userinfo[username]\">$vbphrase[what_do_you_think_of_xs_post]</phrase></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <div><label for=\"rb_reputation_pos\"><input type=\"radio\" name=\"reputation\" value=\"pos\" id=\"rb_reputation_pos\" checked=\"checked\" />$vbphrase[i_approve]</label></div>\r\n <if condition=\"$show[\'negativerep\']\"><div><label for=\"rb_reputation_neg\"><input type=\"radio\" name=\"reputation\" value=\"neg\" id=\"rb_reputation_neg\" />$vbphrase[i_disapprove]</label></div></if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[your_comments_on_this_post]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"40\" maxlength=\"250\" name=\"reason\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\"> \r\n <input type=\"hidden\" name=\"do\" value=\"addreputation\" />\r\n <input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[add_to_reputation]\" accesskey=\"s\" />\r\n </div> \r\n </form> \r\n </td>\r\n</tr>\r\n','template',1088869046,'freddie','3.0.3'),(269,-1,'reputation_reasonbits','<tr>\r\n <td><img src=\\\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\\\" alt=\\\"\\\" /></td>\r\n <td>$reason</td>\r\n</tr>\r\n','<tr>\r\n <td><img src=\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\" alt=\"\" /></td>\r\n <td>$reason</td>\r\n</tr>\r\n','template',1069256457,'Kier','3.0.0 Gamma'),(270,-1,'reputation_yourpost','<tr>\r\n <td class=\\\"thead\\\">\" . construct_phrase(\"$vbphrase[reputation_on_post_is_x]\", \"showthread.php?$session[sessionurl]p=$postid\", \"$reputation\") . \"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($reputation_reasonbits) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[comments_on_this_post]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $reputation_reasonbits\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <div class=\\\"fieldset\\\"><strong>\" . construct_phrase(\"$vbphrase[you_have_x_reputation_points]\", \"$bbuserinfo[reputation]\") . \"</strong></div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n\r\n','<tr>\r\n <td class=\"thead\"><phrase 1=\"showthread.php?$session[sessionurl]p=$postid\" 2=\"$reputation\">$vbphrase[reputation_on_post_is_x]</phrase></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$reputation_reasonbits\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[comments_on_this_post]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $reputation_reasonbits\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <div class=\"fieldset\"><strong><phrase 1=\"$bbuserinfo[reputation]\">$vbphrase[you_have_x_reputation_points]</phrase></strong></div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n\r\n','template',1070430510,'Ed Sullivan','3.0.0 Gamma'),(271,-1,'search_forums','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[search_forums]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"search.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n $vbphrase[search_forums]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n \r\n <table class=\\\"panel\\\" cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td align=\\\"$stylevar[left]\\\">\r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <legend>$vbphrase[search_by_key_word]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">\r\n <div>$vbphrase[key_words]:</div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"35\\\" value=\\\"$query\\\" style=\\\"width:250px\\\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td> \r\n <select name=\\\"titleonly\\\">\r\n <option value=\\\"0\\\" $titleonlyselected[0]>$vbphrase[search_entire_posts]</option>\r\n <option value=\\\"1\\\" $titleonlyselected[1]>$vbphrase[search_titles_only]</option>\r\n </select>\r\n </td>\r\n <td align=\\\"$stylevar[right]\\\"> <!--<a href=\\\"#\\\" onclick=\\\"alert(this.title)\\\" title=\\\"If this text still exists it means we have forgotten to create the search help page and link to it...\\\">$vbphrase[help]</a>--></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </td>\r\n <td align=\\\"$stylevar[left]\\\"> \r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <legend>$vbphrase[search_by_user_name]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">\r\n <div>$vbphrase[username]:</div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"searchuser\\\" size=\\\"35\\\" maxlength=\\\"$vboptions[maxuserlength]\\\" value=\\\"$searchuser\\\" style=\\\"width:250px\\\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <select name=\\\"starteronly\\\">\r\n <option value=\\\"0\\\" $starteronlyselected[0]>$vbphrase[find_posts_by_user]</option>\r\n <option value=\\\"1\\\" $starteronlyselected[1]>$vbphrase[find_threads_started_by_user]</option>\r\n </select>\r\n </td>\r\n <td><label for=\\\"cb_exactname\\\"><input type=\\\"checkbox\\\" name=\\\"exactname\\\" value=\\\"1\\\" id=\\\"cb_exactname\\\" $exactnamechecked[1] />$vbphrase[exact_name]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"thead\\\" style=\\\"padding:$stylevar[cellpadding]px\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'search_adv\')\\\"><img id=\\\"collapseimg_search_adv\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_search_adv].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[search_options]\r\n </div>\r\n \r\n <div id=\\\"collapseobj_search_adv\\\" style=\\\"$vbcollapse[collapseobj_search_adv]\\\">\r\n <table class=\\\"panel\\\" cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr valign=\\\"top\\\">\r\n <td width=\\\"50%\\\">\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[find_threads_with]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <select name=\\\"replyless\\\" style=\\\"width:150px\\\">\r\n <option value=\\\"0\\\" $replylessselected[0]>$vbphrase[at_least]</option>\r\n <option value=\\\"1\\\" $replylessselected[1]>$vbphrase[at_most]</option>\r\n </select>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"replylimit\\\" size=\\\"3\\\" value=\\\"$replylimit\\\" /> $vbphrase[replies]\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[find_posts_from]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\"> \r\n <select name=\\\"searchdate\\\" style=\\\"width:150px\\\">\r\n <option value=\\\"0\\\" $searchdateselected[0]>$vbphrase[any_date]</option>\r\n <option value=\\\"lastvisit\\\" $searchdateselected[lastvisit]>$vbphrase[your_last_visit]</option>\r\n <option value=\\\"1\\\" $searchdateselected[1]>$vbphrase[yesterday]</option>\r\n <option value=\\\"7\\\" $searchdateselected[7]>$vbphrase[a_week_ago]</option>\r\n <option value=\\\"14\\\" $searchdateselected[14]>\" . construct_phrase(\"$vbphrase[x_weeks_ago]\", \"2\") . \"</option>\r\n <option value=\\\"30\\\" $searchdateselected[30]>$vbphrase[a_month_ago]</option>\r\n <option value=\\\"90\\\" $searchdateselected[90]>\" . construct_phrase(\"$vbphrase[x_months_ago]\", \"3\") . \"</option>\r\n <option value=\\\"180\\\" $searchdateselected[180]>\" . construct_phrase(\"$vbphrase[x_months_ago]\", \"6\") . \"</option>\r\n <option value=\\\"365\\\" $searchdateselected[365]>$vbphrase[a_year_ago]</option>\r\n </select>\r\n <select name=\\\"beforeafter\\\">\r\n <option value=\\\"after\\\" $beforeafterselected[after]>$vbphrase[and_newer]</option>\r\n <option value=\\\"before\\\" $beforeafterselected[before]>$vbphrase[and_older]</option>\r\n </select>\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\"> \r\n <legend>$vbphrase[sort_results_by]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\"> \r\n <select name=\\\"sortby\\\" style=\\\"width:150px\\\">\r\n <option value=\\\"rank\\\" $sortbyselected[rank]>$vbphrase[relevancy]</option>\r\n <option value=\\\"title\\\" $sortbyselected[title]>$vbphrase[title]</option>\r\n <option value=\\\"replycount\\\" $sortbyselected[replycount]>$vbphrase[number_of_replies]</option>\r\n <option value=\\\"views\\\" $sortbyselected[views]>$vbphrase[number_of_views]</option>\r\n <option value=\\\"threadstart\\\" $sortbyselected[threadstart]>$vbphrase[thread_start_date]</option>\r\n <option value=\\\"lastpost\\\" $sortbyselected[lastpost]>$vbphrase[last_posting_date]</option>\r\n <option value=\\\"postusername\\\" $sortbyselected[postusername]>$vbphrase[username]</option>\r\n <option value=\\\"forum\\\" $sortbyselected[forum]>$vbphrase[forum]</option>\r\n </select>\r\n <select name=\\\"order\\\">\r\n <option value=\\\"descending\\\" $sortorderselected[descending]>$vbphrase[in_descending_order]</option>\r\n <option value=\\\"ascending\\\" $sortorderselected[ascending]>$vbphrase[in_ascending_order]</option>\r\n </select>\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <legend>$vbphrase[show_results_as]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[show_results_as]\r\n <label for=\\\"rb_showposts_0\\\"><input type=\\\"radio\\\" name=\\\"showposts\\\" value=\\\"0\\\" id=\\\"rb_showposts_0\\\" $showpostschecked[0] />$vbphrase[threads]</label>\r\n <label for=\\\"rb_showposts_1\\\"><input type=\\\"radio\\\" name=\\\"showposts\\\" value=\\\"1\\\" id=\\\"rb_showposts_1\\\" $showpostschecked[1] />$vbphrase[posts]</label>\r\n </div>\r\n </fieldset>\r\n </td>\r\n <td width=\\\"50%\\\">\r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <legend>$vbphrase[search_in_forums]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div>\r\n <select style=\\\"width:100%\\\" name=\\\"forumchoice[]\\\" size=\\\"13\\\" multiple=\\\"multiple\\\">\r\n <option value=\\\"0\\\" $noforumselected>$vbphrase[search_all_open_forums]</option>\r\n <option value=\\\"subscribed\\\">$vbphrase[search_subscribed_forums]</option>\r\n $searchforumbits\r\n </select>\r\n </div>\r\n <div><label for=\\\"cb_childforums\\\"><input type=\\\"checkbox\\\" name=\\\"childforums\\\" value=\\\"1\\\" id=\\\"cb_childforums\\\" $childforumschecked[1] />$vbphrase[also_search_in_child_forums]</label></div>\r\n </div>\r\n </fieldset>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"dosearch\\\" value=\\\"$vbphrase[search_now]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" onclick=\\\"window.location=\'search.php?$session[sessionurl]type=advanced\';\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<p align=\\\"center\\\">\r\n <select name=\\\"saveprefs\\\">\r\n <option value=\\\"1\\\" selected=\\\"selected\\\">$vbphrase[save_search_preferences]</option>\r\n <option value=\\\"0\\\">$vbphrase[clear_search_preferences]</option>\r\n </select>\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"doprefs\\\" value=\\\"$vbphrase[go]\\\" />\r\n <input type=\\\"image\\\" src=\\\"$vboptions[cleargifurl]\\\" width=\\\"1\\\" height=\\\"1\\\" />\r\n</p>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[search_forums]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"search.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"process\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n $vbphrase[search_forums]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n \r\n <table class=\"panel\" cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td align=\"$stylevar[left]\">\r\n <fieldset class=\"fieldset\" style=\"margin:0px\">\r\n <legend>$vbphrase[search_by_key_word]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td colspan=\"2\">\r\n <div>$vbphrase[key_words]:</div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"query\" size=\"35\" value=\"$query\" style=\"width:250px\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td> \r\n <select name=\"titleonly\">\r\n <option value=\"0\" $titleonlyselected[0]>$vbphrase[search_entire_posts]</option>\r\n <option value=\"1\" $titleonlyselected[1]>$vbphrase[search_titles_only]</option>\r\n </select>\r\n </td>\r\n <td align=\"$stylevar[right]\"> <!--<a href=\"#\" onclick=\"alert(this.title)\" title=\"If this text still exists it means we have forgotten to create the search help page and link to it...\">$vbphrase[help]</a>--></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </td>\r\n <td align=\"$stylevar[left]\"> \r\n <fieldset class=\"fieldset\" style=\"margin:0px\">\r\n <legend>$vbphrase[search_by_user_name]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td colspan=\"2\">\r\n <div>$vbphrase[username]:</div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"searchuser\" size=\"35\" maxlength=\"$vboptions[maxuserlength]\" value=\"$searchuser\" style=\"width:250px\" /></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <select name=\"starteronly\">\r\n <option value=\"0\" $starteronlyselected[0]>$vbphrase[find_posts_by_user]</option>\r\n <option value=\"1\" $starteronlyselected[1]>$vbphrase[find_threads_started_by_user]</option>\r\n </select>\r\n </td>\r\n <td><label for=\"cb_exactname\"><input type=\"checkbox\" name=\"exactname\" value=\"1\" id=\"cb_exactname\" $exactnamechecked[1] />$vbphrase[exact_name]</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"thead\" style=\"padding:$stylevar[cellpadding]px\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'search_adv\')\"><img id=\"collapseimg_search_adv\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_search_adv].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[search_options]\r\n </div>\r\n \r\n <div id=\"collapseobj_search_adv\" style=\"$vbcollapse[collapseobj_search_adv]\">\r\n <table class=\"panel\" cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr valign=\"top\">\r\n <td width=\"50%\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[find_threads_with]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <select name=\"replyless\" style=\"width:150px\">\r\n <option value=\"0\" $replylessselected[0]>$vbphrase[at_least]</option>\r\n <option value=\"1\" $replylessselected[1]>$vbphrase[at_most]</option>\r\n </select>\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"replylimit\" size=\"3\" value=\"$replylimit\" /> $vbphrase[replies]\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[find_posts_from]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\"> \r\n <select name=\"searchdate\" style=\"width:150px\">\r\n <option value=\"0\" $searchdateselected[0]>$vbphrase[any_date]</option>\r\n <option value=\"lastvisit\" $searchdateselected[lastvisit]>$vbphrase[your_last_visit]</option>\r\n <option value=\"1\" $searchdateselected[1]>$vbphrase[yesterday]</option>\r\n <option value=\"7\" $searchdateselected[7]>$vbphrase[a_week_ago]</option>\r\n <option value=\"14\" $searchdateselected[14]><phrase 1=\"2\">$vbphrase[x_weeks_ago]</phrase></option>\r\n <option value=\"30\" $searchdateselected[30]>$vbphrase[a_month_ago]</option>\r\n <option value=\"90\" $searchdateselected[90]><phrase 1=\"3\">$vbphrase[x_months_ago]</phrase></option>\r\n <option value=\"180\" $searchdateselected[180]><phrase 1=\"6\">$vbphrase[x_months_ago]</phrase></option>\r\n <option value=\"365\" $searchdateselected[365]>$vbphrase[a_year_ago]</option>\r\n </select>\r\n <select name=\"beforeafter\">\r\n <option value=\"after\" $beforeafterselected[after]>$vbphrase[and_newer]</option>\r\n <option value=\"before\" $beforeafterselected[before]>$vbphrase[and_older]</option>\r\n </select>\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\"> \r\n <legend>$vbphrase[sort_results_by]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\"> \r\n <select name=\"sortby\" style=\"width:150px\">\r\n <option value=\"rank\" $sortbyselected[rank]>$vbphrase[relevancy]</option>\r\n <option value=\"title\" $sortbyselected[title]>$vbphrase[title]</option>\r\n <option value=\"replycount\" $sortbyselected[replycount]>$vbphrase[number_of_replies]</option>\r\n <option value=\"views\" $sortbyselected[views]>$vbphrase[number_of_views]</option>\r\n <option value=\"threadstart\" $sortbyselected[threadstart]>$vbphrase[thread_start_date]</option>\r\n <option value=\"lastpost\" $sortbyselected[lastpost]>$vbphrase[last_posting_date]</option>\r\n <option value=\"postusername\" $sortbyselected[postusername]>$vbphrase[username]</option>\r\n <option value=\"forum\" $sortbyselected[forum]>$vbphrase[forum]</option>\r\n </select>\r\n <select name=\"order\">\r\n <option value=\"descending\" $sortorderselected[descending]>$vbphrase[in_descending_order]</option>\r\n <option value=\"ascending\" $sortorderselected[ascending]>$vbphrase[in_ascending_order]</option>\r\n </select>\r\n </div>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\" style=\"margin:0px\">\r\n <legend>$vbphrase[show_results_as]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n $vbphrase[show_results_as]\r\n <label for=\"rb_showposts_0\"><input type=\"radio\" name=\"showposts\" value=\"0\" id=\"rb_showposts_0\" $showpostschecked[0] />$vbphrase[threads]</label>\r\n <label for=\"rb_showposts_1\"><input type=\"radio\" name=\"showposts\" value=\"1\" id=\"rb_showposts_1\" $showpostschecked[1] />$vbphrase[posts]</label>\r\n </div>\r\n </fieldset>\r\n </td>\r\n <td width=\"50%\">\r\n <fieldset class=\"fieldset\" style=\"margin:0px\">\r\n <legend>$vbphrase[search_in_forums]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div>\r\n <select style=\"width:100%\" name=\"forumchoice[]\" size=\"13\" multiple=\"multiple\">\r\n <option value=\"0\" $noforumselected>$vbphrase[search_all_open_forums]</option>\r\n <option value=\"subscribed\">$vbphrase[search_subscribed_forums]</option>\r\n $searchforumbits\r\n </select>\r\n </div>\r\n <div><label for=\"cb_childforums\"><input type=\"checkbox\" name=\"childforums\" value=\"1\" id=\"cb_childforums\" $childforumschecked[1] />$vbphrase[also_search_in_child_forums]</label></div>\r\n </div>\r\n </fieldset>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"dosearch\" value=\"$vbphrase[search_now]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" onclick=\"window.location=\'search.php?$session[sessionurl]type=advanced\';\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<p align=\"center\">\r\n <select name=\"saveprefs\">\r\n <option value=\"1\" selected=\"selected\">$vbphrase[save_search_preferences]</option>\r\n <option value=\"0\">$vbphrase[clear_search_preferences]</option>\r\n </select>\r\n <input type=\"submit\" class=\"button\" name=\"doprefs\" value=\"$vbphrase[go]\" />\r\n <input type=\"image\" src=\"$vboptions[cleargifurl]\" width=\"1\" height=\"1\" />\r\n</p>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1080066503,'freddie','3.0.1'),(272,-1,'search_results','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[search_results]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"7\\\" style=\\\"font-weight:normal\\\">\r\n \r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$numitems\") . \"\r\n <br />\r\n \" . construct_phrase(\"$vbphrase[search_took_x_seconds]\", \"$searchtime\") . \"\r\n </span>\r\n \r\n <a href=\\\"search.php?$session[sessionurl]$searchquery\\\"><strong>$vbphrase[search]:</strong></a>\r\n <span class=\\\"smallfont\\\">\r\n \" . (($action == \'process\') ? (\"\r\n \" . (($displayWords) ? (\"$vbphrase[key_words]: $displayWords\") : (\"\")).\"\r\n \" . (($displayWords AND $displayUsers) ? (\"; \") : (\"\")).\"\r\n \" . (($displayUsers) ? (\"\r\n \" . (($starteronly) ? (\"$vbphrase[threads_started_by]\") : (\"$vbphrase[posts_made_by]\")).\": $displayUsers\r\n \") : (\"\")).\"\r\n \") : (\"\r\n \" . (($action == \'getnew\') ? (\"$vbphrase[new_posts_nav]\") : (\"$vbphrase[posts_from_last_day]\")).\"\r\n \")).\"\r\n \" . (($displayForums) ? (\"\r\n ; $vbphrase[forum]: $displayForums \" . (($childforums) ? (\"$vbphrase[and_child_forums]\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n </span>\r\n </td>\r\n</tr>\r\n\r\n\" . (($displayCommon) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\" style=\\\"font-weight: normal\\\" colspan=\\\"7\\\">$vbphrase[words_very_common]: $displayCommon</td>\r\n</tr>\r\n\") : (\"\")).\"\r\n\r\n\" . (($search[showposts]) ? (\"\r\n\r\n</table>\r\n$searchbits\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n\r\n\") : (\"\r\n\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"75%\\\">$vbphrase[thread] / $vbphrase[thread_starter]</td>\r\n <td class=\\\"thead\\\" width=\\\"150\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\">$vbphrase[last_post]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\">$vbphrase[replies]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\">$vbphrase[views]</td>\r\n <td class=\\\"thead\\\" width=\\\"25%\\\">$vbphrase[forum]</td>\r\n</tr>\r\n$searchbits\r\n\r\n\")).\"\r\n\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"7\\\" align=\\\"$stylevar[right]\\\">\r\n <span class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$numitems\") . \"</span>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n \" . (($pagenav) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[search_results]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"7\" style=\"font-weight:normal\">\r\n \r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <phrase 1=\"$first\" 2=\"$last\" 3=\"$numitems\">$vbphrase[showing_results_x_to_y_of_z]</phrase>\r\n <br />\r\n <phrase 1=\"$searchtime\">$vbphrase[search_took_x_seconds]</phrase>\r\n </span>\r\n \r\n <a href=\"search.php?$session[sessionurl]$searchquery\"><strong>$vbphrase[search]:</strong></a>\r\n <span class=\"smallfont\">\r\n <if condition=\"$action == \'process\'\">\r\n <if condition=\"$displayWords\">$vbphrase[key_words]: $displayWords</if>\r\n <if condition=\"$displayWords AND $displayUsers\">; </if>\r\n <if condition=\"$displayUsers\">\r\n <if condition=\"$starteronly\">$vbphrase[threads_started_by]<else />$vbphrase[posts_made_by]</if>: $displayUsers\r\n </if>\r\n <else />\r\n <if condition=\"$action == \'getnew\'\">$vbphrase[new_posts_nav]<else />$vbphrase[posts_from_last_day]</if>\r\n </if>\r\n <if condition=\"$displayForums\">\r\n ; $vbphrase[forum]: $displayForums <if condition=\"$childforums\">$vbphrase[and_child_forums]</if>\r\n </if>\r\n </span>\r\n </td>\r\n</tr>\r\n\r\n<if condition=\"$displayCommon\">\r\n<tr>\r\n <td class=\"thead\" style=\"font-weight: normal\" colspan=\"7\">$vbphrase[words_very_common]: $displayCommon</td>\r\n</tr>\r\n</if>\r\n\r\n<if condition=\"$search[showposts]\">\r\n\r\n</table>\r\n$searchbits\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n\r\n<else />\r\n\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\"> </td>\r\n <td class=\"thead\" width=\"75%\">$vbphrase[thread] / $vbphrase[thread_starter]</td>\r\n <td class=\"thead\" width=\"150\" align=\"center\" nowrap=\"nowrap\">$vbphrase[last_post]</td>\r\n <td class=\"thead\" align=\"center\" nowrap=\"nowrap\">$vbphrase[replies]</td>\r\n <td class=\"thead\" align=\"center\" nowrap=\"nowrap\">$vbphrase[views]</td>\r\n <td class=\"thead\" width=\"25%\">$vbphrase[forum]</td>\r\n</tr>\r\n$searchbits\r\n\r\n</if>\r\n\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"7\" align=\"$stylevar[right]\">\r\n <span class=\"smallfont\"><phrase 1=\"$first\" 2=\"$last\" 3=\"$numitems\">$vbphrase[showing_results_x_to_y_of_z]</phrase></span>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <if condition=\"$pagenav\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1104626573,'Admin','3.0.4'),(273,-1,'search_results_postbit','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px\\\">\r\n<tr>\r\n <td class=\\\"thead\\\" style=\\\"font-weight:normal\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n $vbphrase[forum]: <a href=\\\"forumdisplay.php?$session[sessionurl]f=$post[forumid]\\\">$post[forumtitle]</a>\r\n </span>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/post_$post[post_statusicon].gif\\\" alt=\\\"\\\" border=\\\"0\\\" />\r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n $vbphrase[replies]: <strong>$post[replycount]</strong>\r\n </div>\r\n <div>\r\n <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_statusicon]/thread$post[statusicon].gif\\\" alt=\\\"\\\" border=\\\"0\\\" />\r\n $post[typeprefix] <a href=\\\"showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]\\\"><strong>$post[threadtitle]</strong></a>\r\n </div>\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n $vbphrase[views]: <strong>$post[views]</strong>\r\n </div>\r\n <div class=\\\"smallfont\\\">\r\n $vbphrase[posted_by]\r\n \" . (($post[userid]) ? (\"<a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\" target=\\\"_blank\\\">$post[username]</a>\") : (\"$post[username]\")).\"\r\n </div>\r\n \r\n <div class=\\\"alt2\\\" style=\\\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px; padding:$stylevar[cellpadding]px; border:2px groove\\\">\r\n <div class=\\\"smallfont\\\"><em>\r\n \" . (($post[posticon]) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$post[posticonpath]\\\" alt=\\\"$post[posticontitle]\\\" border=\\\"0\\\" />\") : (\"\")).\"\r\n <a href=\\\"showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]\\\">$post[posttitle]</a><br />\r\n <br />\r\n $post[pagetext]\r\n </em></div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px\">\r\n<tr>\r\n <td class=\"thead\" style=\"font-weight:normal\">\r\n <span style=\"float:$stylevar[right]\">\r\n $vbphrase[forum]: <a href=\"forumdisplay.php?$session[sessionurl]f=$post[forumid]\">$post[forumtitle]</a>\r\n </span>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/post_$post[post_statusicon].gif\" alt=\"\" border=\"0\" />\r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\">, $post[posttime]</if>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n $vbphrase[replies]: <strong>$post[replycount]</strong>\r\n </div>\r\n <div>\r\n <img class=\"inlineimg\" src=\"$stylevar[imgdir_statusicon]/thread$post[statusicon].gif\" alt=\"\" border=\"0\" />\r\n $post[typeprefix] <a href=\"showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]\"><strong>$post[threadtitle]</strong></a>\r\n </div>\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n $vbphrase[views]: <strong>$post[views]</strong>\r\n </div>\r\n <div class=\"smallfont\">\r\n $vbphrase[posted_by]\r\n <if condition=\"$post[userid]\"><a href=\"member.php?$session[sessionurl]u=$post[userid]\" target=\"_blank\">$post[username]</a><else />$post[username]</if>\r\n </div>\r\n \r\n <div class=\"alt2\" style=\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px; padding:$stylevar[cellpadding]px; border:2px groove\">\r\n <div class=\"smallfont\"><em>\r\n <if condition=\"$post[posticon]\"><img class=\"inlineimg\" src=\"$post[posticonpath]\" alt=\"$post[posticontitle]\" border=\"0\" /></if>\r\n <a href=\"showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]\">$post[posttitle]</a><br />\r\n <br />\r\n $post[pagetext]\r\n </em></div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1072807146,'Kier','3.0.0 Release Candidate 1'),(274,-1,'SHOWGROUPS','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[show_groups]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($moderatorbits) ? (\"\r\n<!-- moderators -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">$vbphrase[moderators]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"50%\\\">$vbphrase[username]\" . (($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\"</td>\r\n <td class=\\\"thead\\\" width=\\\"50%\\\">$vbphrase[forums]</td>\r\n <td class=\\\"thead\\\">$vbphrase[contact]</td>\r\n</tr>\r\n$moderatorbits\r\n</table>\r\n<br />\r\n<!-- end moderators -->\r\n\") : (\"\")).\"\r\n\r\n$usergroups\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[show_groups]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$moderatorbits\">\r\n<!-- moderators -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"4\">$vbphrase[moderators]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\"> </td>\r\n <td class=\"thead\" width=\"50%\">$vbphrase[username]<if condition=\"$show[\'locationfield\']\"> / $vbphrase[location_perm]</if></td>\r\n <td class=\"thead\" width=\"50%\">$vbphrase[forums]</td>\r\n <td class=\"thead\">$vbphrase[contact]</td>\r\n</tr>\r\n$moderatorbits\r\n</table>\r\n<br />\r\n<!-- end moderators -->\r\n</if>\r\n\r\n$usergroups\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n</body>\r\n</html>','template',1079125092,'freddie','3.0.0'),(275,-1,'showgroups_forumbit','<a href=\\\"forumdisplay.php?$session[sessionurl]f=$forumid\\\">$forumtitle</a>','<a href=\"forumdisplay.php?$session[sessionurl]f=$forumid\">$forumtitle</a>','template',1069772461,'Kier','3.0.0 Gamma'),(276,-1,'showgroups_usergroup','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$user[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\">$vbphrase[user_name]\" . (($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\"</td>\r\n <td class=\\\"thead\\\">$vbphrase[contact]</td>\r\n</tr>\r\n$usergroupbits\r\n</table>\r\n<br />\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$user[title]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\"> </td>\r\n <td class=\"thead\" width=\"100%\">$vbphrase[user_name]<if condition=\"$show[\'locationfield\']\"> / $vbphrase[location_perm]</if></td>\r\n <td class=\"thead\">$vbphrase[contact]</td>\r\n</tr>\r\n$usergroupbits\r\n</table>\r\n<br />\r\n','template',1079125085,'freddie','3.0.0'),(277,-1,'showgroups_usergroupbit','<tr>\r\n <td class=\\\"$bgclass\\\">$user[onlinestatus]</td>\r\n <td class=\\\"$bgclass\\\">\r\n <a href=\\\"member.php?$session[sessionurl]u=$user[userid]\\\">$user[musername]</a>\r\n \" . (($show[\'location\']) ? (\"<div class=\\\"smallfont\\\" title=\\\"$vbphrase[location_perm]\\\">$user[location]</div>\") : (\"\")).\"\r\n </td>\r\n \" . (($showforums) ? (\"\r\n <td class=\\\"$bgclass\\\"><div class=\\\"smallfont\\\">$user[forumbits]</div></td>\r\n \") : (\"\")).\"\r\n <td class=\\\"$bgclass\\\" nowrap=\\\"nowrap\\\">\r\n \" . (($show[\'pmlink\']) ? (\"<a href=\\\"private.php?$session[sessionurl]do=newpm&u=$user[userid]\\\"><img src=\\\"$stylevar[imgdir_button]/sendpm.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_private_message_to_x]\", \"$user[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\"\")).\"\r\n \" . (($show[\'emaillink\']) ? (\"<a href=\\\"sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]\\\"><img src=\\\"$stylevar[imgdir_button]/email.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_email_to_x]\", \"$user[username]\") . \"\\\" border=\\\"0\\\" /></a>\") : (\"\")).\"\r\n </td>\r\n</tr>\r\n','<tr>\r\n <td class=\"$bgclass\">$user[onlinestatus]</td>\r\n <td class=\"$bgclass\">\r\n <a href=\"member.php?$session[sessionurl]u=$user[userid]\">$user[musername]</a>\r\n <if condition=\"$show[\'location\']\"><div class=\"smallfont\" title=\"$vbphrase[location_perm]\">$user[location]</div></if>\r\n </td>\r\n <if condition=\"$showforums\">\r\n <td class=\"$bgclass\"><div class=\"smallfont\">$user[forumbits]</div></td>\r\n </if>\r\n <td class=\"$bgclass\" nowrap=\"nowrap\">\r\n <if condition=\"$show[\'pmlink\']\"><a href=\"private.php?$session[sessionurl]do=newpm&u=$user[userid]\"><img src=\"$stylevar[imgdir_button]/sendpm.gif\" alt=\"<phrase 1=\"$user[username]\">$vbphrase[send_private_message_to_x]</phrase>\" border=\"0\" /></a></if>\r\n <if condition=\"$show[\'emaillink\']\"><a href=\"sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]\"><img src=\"$stylevar[imgdir_button]/email.gif\" alt=\"<phrase 1=\"$user[username]\">$vbphrase[send_message_via_email_to_x]</phrase>\" border=\"0\" /></a></if>\r\n </td>\r\n</tr>\r\n','template',1073937141,'Ed Sullivan','3.0.0 Release Candidate 3'),(278,-1,'SHOWTHREAD','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $thread[title]</title>\r\n$headinclude\r\n\r\n</head>\r\n<body onload=\\\"$onload\\\">\r\n$header\r\n$navbar\r\n\r\n$poll\r\n\r\n<a name=\\\"poststop\\\" id=\\\"poststop\\\"></a>\r\n\r\n<!-- controls above postbits -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n \" . (($show[\'largereplybutton\']) ? (\"\r\n <td class=\\\"smallfont\\\"><a href=\\\"newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID\\\">\" . (($show[\'closethread\']) ? (\"<img src=\\\"$stylevar[imgdir_button]/reply.gif\\\" alt=\\\"$vbphrase[reply]\\\" border=\\\"0\\\" />\") : (\"<img src=\\\"$stylevar[imgdir_button]/threadclosed.gif\\\" alt=\\\"$vbphrase[closed_thread]\\\" border=\\\"0\\\" />\")).\"</a></td>\r\n \") : (\"\r\n <td class=\\\"smallfont\\\"> </td>\r\n \")).\"\r\n \" . (($show[\'pagenav\']) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / controls above postbits -->\r\n\r\n<!-- toolbar -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-bottom-width:0px\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\">\r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'firstunreadlink\']) ? (\"\r\n <a href=\\\"$firstunread\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/firstnew.gif\\\" alt=\\\"$vbphrase[view_first_unread]\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"$firstunread\\\"><strong>$vbphrase[view_first_unread]</strong></a>\r\n \") : (\"\")).\"\r\n \r\n </div>\r\n </td>\r\n <td class=\\\"vbmenu_control\\\" id=\\\"threadtools\\\">\r\n <a href=\\\"#goto_threadtools\\\"\" . ((is_browser(\'ie\')) ? (\" accesskey=\\\"3\\\"\") : (\"\")).\">$vbphrase[thread_tools]</a>\r\n \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"threadtools\\\"); </script>\") : (\"\")).\"\r\n </td>\r\n \" . (($show[\'search\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\" id=\\\"threadsearch\\\">\r\n <a href=\\\"#goto_threadsearch\\\">$vbphrase[search_this_thread]</a>\r\n \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"threadsearch\\\"); </script>\") : (\"\")).\"\r\n </td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'threadrating\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\" id=\\\"threadrating\\\">\r\n <a href=\\\"#goto_threadrating\\\">\" . (($show[\'rating\']) ? (\"$vbphrase[rating]: <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[thread_rating_x_votes_y_average]\", \"$thread[votenum]\", \"$thread[voteavg]\") . \"\\\" border=\\\"0\\\" />\") : (\"$vbphrase[rate_thread]\")).\"</a>\r\n \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"threadrating\\\"); </script>\") : (\"\")).\"\r\n </td>\r\n \") : (\"\")).\"\r\n \" . (($vboptions[\'allowthreadedmode\']) ? (\"\r\n <td class=\\\"vbmenu_control\\\" id=\\\"displaymodes\\\">\r\n <a href=\\\"#goto_displaymodes\\\">$vbphrase[display_modes]</a>\r\n \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"displaymodes\\\"); </script>\") : (\"\")).\"\r\n </td>\r\n \") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / toolbar -->\r\n\r\n<!-- end content table -->\r\n$spacer_close\r\n<!-- / end content table -->\r\n\r\n\" . (($show[\'threadedmode\'] OR $show[\'hybridmode\']) ? (\"\r\n<!-- thread posts list -->\r\n$threadlist\r\n<!-- /thread posts list -->\r\n\") : (\"\")).\"\r\n\r\n<div id=\\\"posts\\\">$postbits</div>\r\n\r\n<!-- start content table -->\r\n$spacer_open\r\n<!-- / start content table -->\r\n\r\n<!-- controls below postbits -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\"\" . (($vboptions[\'legacypostbit\']) ? (\" style=\\\"margin-top:3px\\\"\") : (\"\")).\">\r\n<tr valign=\\\"top\\\">\r\n \" . (($show[\'largereplybutton\']) ? (\"\r\n <td class=\\\"smallfont\\\"><a href=\\\"newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID\\\">\" . (($show[\'closethread\']) ? (\"<img src=\\\"$stylevar[imgdir_button]/reply.gif\\\" alt=\\\"$vbphrase[reply]\\\" border=\\\"0\\\" />\") : (\"<img src=\\\"$stylevar[imgdir_button]/threadclosed.gif\\\" alt=\\\"$vbphrase[closed_thread]\\\" border=\\\"0\\\" />\")).\"</a></td>\r\n \") : (\"\r\n <td class=\\\"smallfont\\\"> </td>\r\n \")).\" \r\n \" . (($show[\'pagenav\']) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / controls below postbits -->\r\n\r\n<br />\r\n\r\n<div class=\\\"smallfont\\\" align=\\\"center\\\">\r\n <strong>«</strong>\r\n <a href=\\\"showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest\\\">$vbphrase[prev_thread]</a>\r\n |\r\n <a href=\\\"showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest\\\">$vbphrase[next_thread]</a>\r\n <strong>»</strong>\r\n</div>\r\n\r\n<br />\r\n\r\n$quickreply\r\n\r\n<!-- currently active users -->\r\n\" . (($show[\'activeusers\']) ? (\"\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">\r\n \" . construct_phrase(\"$vbphrase[users_viewing_this_thread_x_y_z]\", \"$totalonline\", \"$numberregistered\", \"$numberguest\") . \"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"2\\\">\r\n <span class=\\\"smallfont\\\">$activeusers</span>\r\n </td>\r\n </tr>\r\n </table>\r\n\") : (\"\")).\"\r\n<!-- currently active users -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\" . (($show[\'popups\']) ? (\"\r\n<!-- popup menu contents -->\r\n<br />\r\n\r\n<!-- thread tools menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"threadtools_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"threadadminform\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[thread_tools]<a name=\\\"goto_threadtools\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/printer.gif\\\" alt=\\\"$vbphrase[show_printable_version]\\\" /> <a href=\\\"printthread.php?$session[sessionurl]t=$threadid\\\" accesskey=\\\"3\\\">$vbphrase[show_printable_version]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/sendtofriend.gif\\\" alt=\\\"$vbphrase[email_this_page]\\\" /> <a href=\\\"sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid\\\">$vbphrase[email_this_page]</a></td>\r\n </tr>\r\n \" . (($show[\'member\']) ? (\"\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/subscribe.gif\\\" alt=\\\"$vbphrase[subscription]\\\" />\r\n \" . (($show[\'subscribed\']) ? (\"\r\n <a href=\\\"subscription.php?$session[sessionurl]do=removesubscription&t=$threadid\\\">$vbphrase[unsubscribe_from_this_thread]</a>\r\n \") : (\"\r\n <a href=\\\"subscription.php?$session[sessionurl]do=addsubscription&t=$threadid\\\">$vbphrase[subscribe_to_this_thread]</a>\r\n \")).\"\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'addpoll\']) ? (\"\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/addpoll.gif\\\" alt=\\\"$vbphrase[add_a_poll]\\\" /> <a href=\\\"poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]\\\">$vbphrase[add_a_poll_to_this_thread]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n \" . (($show[\'adminoptions\']) ? (\"\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[admin_tools]<a name=\\\"goto_threadadmin\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <div><label for=\\\"ao_oct\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_oct\\\" value=\\\"openclosethread\\\" checked=\\\"checked\\\" />\" . (($show[\'closethread\']) ? (\"$vbphrase[close_thread]\") : (\"$vbphrase[open_thread]\")).\"</label></div>\r\n <div><label for=\\\"ao_mvt\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_mvt\\\" value=\\\"movethread\\\" />$vbphrase[move_copy_thread]</label></div>\r\n <div><label for=\\\"ao_sut\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_sut\\\" value=\\\"stick\\\" />\" . (($show[\'unstick\']) ? (\"$vbphrase[unstick_thread]\") : (\"$vbphrase[stick_thread]\")).\"</label></div>\r\n <div><label for=\\\"ao_edt\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_edt\\\" value=\\\"editthread\\\" />$vbphrase[edit_thread]</label></div>\r\n <div><label for=\\\"ao_dlt\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_dlt\\\" value=\\\"deletethread\\\" />$vbphrase[delete_thread]</label></div>\r\n <div><label for=\\\"ao_dlp\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_dlp\\\" value=\\\"deleteposts\\\" />$vbphrase[delete_posts]</label></div>\r\n <div><label for=\\\"ao_mgt\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_mgt\\\" value=\\\"mergethread\\\" />$vbphrase[merge_threads]</label></div>\r\n <div><label for=\\\"ao_spt\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_spt\\\" value=\\\"splitthread\\\" />$vbphrase[split_thread]</label></div>\r\n <div><label for=\\\"ao_rrd\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_rrd\\\" value=\\\"removeredirect\\\" />$vbphrase[remove_redirects]</label></div>\r\n \" . (($show[\'editpoll\']) ? (\"<div><label for=\\\"ao_edp\\\"><input type=\\\"radio\\\" name=\\\"do\\\" id=\\\"ao_edp\\\" value=\\\"editpoll\\\" />$vbphrase[edit_poll]</label></div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\" align=\\\"center\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pollid\\\" value=\\\"$pollid\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[perform_action]\\\" />\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread tools menu -->\r\n\r\n<!-- **************************************************** -->\r\n\r\n<!-- thread display mode menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"displaymodes_menu\\\" style=\\\"display:none\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[display_modes]<a name=\\\"goto_displaymodes\\\"></a></td>\r\n </tr>\r\n <tr>\r\n \" . (($show[\'linearmode\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_linear.gif\\\" alt=\\\"$vbphrase[linear_mode]\\\" /> <strong>$vbphrase[linear_mode]</strong></td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_linear.gif\\\" alt=\\\"$vbphrase[linear_mode]\\\" /> <a href=\\\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_linear_mode]</a></td>\r\n \")).\"\r\n </tr>\r\n <tr>\r\n \" . (($show[\'hybridmode\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_hybrid.gif\\\" alt=\\\"$vbphrase[hybrid_mode]\\\" /> <strong>$vbphrase[hybrid_mode]</strong></td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_hybrid.gif\\\" alt=\\\"$vbphrase[hybrid_mode]\\\" /> <a href=\\\"showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords\\\">$vbphrase[switch_to_hybrid_mode]</a></td>\r\n \")).\"\r\n </tr>\r\n <tr>\r\n \" . (($show[\'threadedmode\']) ? (\"\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_threaded.gif\\\" alt=\\\"$vbphrase[threaded_mode]\\\" /> <strong>$vbphrase[threaded_mode]</strong></td>\r\n \") : (\"\r\n <td class=\\\"vbmenu_option\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_threaded.gif\\\" alt=\\\"$vbphrase[threaded_mode]\\\" /> <a href=\\\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_threaded_mode]</a></td>\r\n \")).\"\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / thread display mode menu -->\r\n\r\n<!-- **************************************************** -->\r\n\r\n\" . (($show[\'search\']) ? (\"\r\n<!-- thread search menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"threadsearch_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"search.php\\\" method=\\\"post\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[search_this_thread]<a name=\\\"goto_threadsearch\\\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"searchthread\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"showposts\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"searchthreadid\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"20\\\" />$gobutton<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\"><a href=\\\"search.php?$session[sessionurl]\\\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread search menu -->\r\n\") : (\"\")).\"\r\n\r\n<!-- **************************************************** -->\r\n\r\n<!-- thread rating menu -->\r\n<div class=\\\"vbmenu_popup\\\" id=\\\"threadrating_menu\\\" style=\\\"display:none\\\">\r\n<form action=\\\"threadrate.php\\\" method=\\\"post\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\">$vbphrase[rate_this_thread]<a name=\\\"goto_threadrating\\\"></a></td>\r\n </tr>\r\n \" . (($show[\'ratethread\']) ? (\"\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\">\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_5.gif\\\" alt=\\\"$vbphrase[excellent]\\\" /><label for=\\\"vote5\\\"><input type=\\\"radio\\\" name=\\\"vote\\\" id=\\\"vote5\\\" value=\\\"5\\\" $votechecked[5] />$vbphrase[excellent]</label></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_4.gif\\\" alt=\\\"$vbphrase[good]\\\" /><label for=\\\"vote4\\\"><input type=\\\"radio\\\" name=\\\"vote\\\" id=\\\"vote4\\\" value=\\\"4\\\" $votechecked[4] />$vbphrase[good]</label></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_3.gif\\\" alt=\\\"$vbphrase[average]\\\" /><label for=\\\"vote3\\\"><input type=\\\"radio\\\" name=\\\"vote\\\" id=\\\"vote3\\\" value=\\\"3\\\" $votechecked[3] />$vbphrase[average]</label></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_2.gif\\\" alt=\\\"$vbphrase[bad]\\\" /><label for=\\\"vote2\\\"><input type=\\\"radio\\\" name=\\\"vote\\\" id=\\\"vote2\\\" value=\\\"2\\\" $votechecked[2] />$vbphrase[bad]</label></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_1.gif\\\" alt=\\\"$vbphrase[terrible]\\\" /><label for=\\\"vote1\\\"><input type=\\\"radio\\\" name=\\\"vote\\\" id=\\\"vote1\\\" value=\\\"1\\\" $votechecked[1] />$vbphrase[terrible]</label></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"vbmenu_option\\\" title=\\\"nohilite\\\" align=\\\"center\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[dbsessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"page\\\" value=\\\"$pagenumber\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[vote_now]\\\" />\r\n </td>\r\n </tr>\r\n \") : (\"\r\n <tr>\r\n <td>$vbphrase[already_rated_this_thread]</td>\r\n </tr>\r\n \")).\"\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread rating menu -->\r\n\r\n\r\n<!-- / popup menu contents -->\r\n\") : (\"\r\n<!-- controls for non-popup browsers -->\r\n\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0px\\\">\r\n<tr>\r\n <td class=\\\"thead\\\" \" . ((!$show[\'search\']) ? (\"colspan=\\\"2\\\"\") : (\"\")).\">$vbphrase[thread_tools]<a name=\\\"goto_threadtools\\\"></a></td>\r\n \" . (($show[\'search\']) ? (\"<td class=\\\"thead\\\">$vbphrase[search_this_thread]<a name=\\\"goto_threadsearch\\\"></a></td>\") : (\"\")).\"\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" \" . ((!$show[\'search\']) ? (\"colspan=\\\"2\\\"\") : (\"\")).\">\r\n \r\n <!-- thread tools -->\r\n <div class=\\\"smallfont\\\">\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/printer.gif\\\" alt=\\\"$vbphrase[show_printable_version]\\\" vspace=\\\"1\\\" /> <a href=\\\"printthread.php?$session[sessionurl]t=$threadid\\\" accesskey=\\\"p\\\">$vbphrase[show_printable_version]</a></div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/sendtofriend.gif\\\" alt=\\\"$vbphrase[email_this_page]\\\" vspace=\\\"1\\\" /> <a href=\\\"sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid\\\">$vbphrase[email_this_page]</a></div>\r\n \" . (($show[\'member\']) ? (\"\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/subscribe.gif\\\" alt=\\\"$vbphrase[subscription]\\\" vspace=\\\"1\\\" />\r\n \" . (($show[\'subscribed\']) ? (\"\r\n <a href=\\\"subscription.php?$session[sessionurl]do=removesubscription&t=$threadid\\\">$vbphrase[unsubscribe_from_this_thread]</a>\r\n \") : (\"\r\n <a href=\\\"subscription.php?$session[sessionurl]do=addsubscription&t=$threadid\\\">$vbphrase[subscribe_to_this_thread]</a>\r\n \")).\"\r\n </div>\r\n \") : (\"\")).\"\r\n \" . (($show[\'addpoll\']) ? (\"\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/addpoll.gif\\\" alt=\\\"$vbphrase[add_a_poll]\\\" vspace=\\\"1\\\" /> <a href=\\\"poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]\\\">$vbphrase[add_a_poll_to_this_thread]</a></div>\r\n \") : (\"\")).\"\r\n </div>\r\n <!-- / thread tools -->\r\n \r\n </td>\r\n \" . (($show[\'search\']) ? (\"\r\n <td class=\\\"alt1\\\">\r\n \r\n <!-- search this thread -->\r\n <form action=\\\"search.php\\\" method=\\\"post\\\">\r\n <div class=\\\"smallfont\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"process\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"searchthread\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"showposts\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"searchthreadid\\\" value=\\\"$threadid\\\" />\r\n <strong>$vbphrase[search_this_thread]</strong>:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"query\\\" size=\\\"20\\\" style=\\\"width:175px\\\" />$gobutton<br />\r\n <a href=\\\"search.php?$session[sessionurl]\\\">$vbphrase[advanced_search]</a>\r\n </div>\r\n </form>\r\n <!-- / search this thread -->\r\n \r\n </td>\r\n \") : (\"\")).\"\r\n</tr>\r\n\" . (($vboptions[\'allowthreadedmode\'] OR $show[\'threadrating\']) ? (\"\r\n<tr>\r\n \" . (($vboptions[\'allowthreadedmode\']) ? (\"<td class=\\\"thead\\\" $nodhtmlcolspan>$vbphrase[display_modes]<a name=\\\"goto_displaymodes\\\"></a></td>\") : (\"\")).\"\r\n \" . (($show[\'threadrating\']) ? (\"<td class=\\\"thead\\\" $nodhtmlcolspan>$vbphrase[rate_this_thread]<a name=\\\"goto_threadrating\\\"></a></td>\") : (\"\")).\"\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n \" . (($vboptions[\'allowthreadedmode\']) ? (\"\r\n <td class=\\\"alt2\\\" $nodhtmlcolspan>\r\n \r\n <!-- thread display modes -->\r\n \r\n <div class=\\\"smallfont\\\">\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_linear.gif\\\" alt=\\\"$vbphrase[linear_mode]\\\" vspace=\\\"1\\\" /> \" . (($show[\'linearmode\']) ? (\"<strong>$vbphrase[linear_mode]</strong>\") : (\"<a href=\\\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_linear_mode]</a>\")).\"</div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_hybrid.gif\\\" alt=\\\"$vbphrase[hybrid_mode]\\\" vspace=\\\"1\\\" /> \" . (($show[\'hybridmode\']) ? (\"<strong>$vbphrase[hybrid_mode]</strong>\") : (\"<a href=\\\"showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords\\\">$vbphrase[switch_to_hybrid_mode]</a>\")).\"</div>\r\n <div><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/mode_threaded.gif\\\" alt=\\\"$vbphrase[threaded_mode]\\\" vspace=\\\"1\\\" /> \" . (($show[\'threadedmode\']) ? (\"<strong>$vbphrase[threaded_mode]</strong>\") : (\"<a href=\\\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_threaded_mode]</a>\")).\"</div>\r\n </div>\r\n \r\n <!-- / thread display modes -->\r\n \r\n </td>\r\n \") : (\"\")).\"\r\n \" . (($show[\'threadrating\']) ? (\"\r\n <td class=\\\"alt2\\\" $nodhtmlcolspan>\r\n \r\n <!-- rate this thread -->\r\n <form action=\\\"threadrate.php\\\" method=\\\"post\\\">\r\n <div class=\\\"smallfont\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[dbsessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"page\\\" value=\\\"$pagenumber\\\" />\r\n <strong>$vbphrase[rate_this_thread]</strong>:<br />\r\n <select name=\\\"vote\\\" onchange=\\\"this.form.submit()\\\" style=\\\"width:175px\\\">\r\n <optgroup label=\\\"$vbphrase[choose_a_rating]\\\">\r\n <option value=\\\"5\\\" $voteselected[5]>5 : $vbphrase[excellent]</option>\r\n <option value=\\\"4\\\" $voteselected[4]>4 : $vbphrase[good]</option>\r\n <option value=\\\"3\\\" $voteselected[3]>3 : $vbphrase[average]</option>\r\n <option value=\\\"2\\\" $voteselected[2]>2 : $vbphrase[bad]</option>\r\n <option value=\\\"1\\\" $voteselected[1]>1 : $vbphrase[terrible]</option>\r\n </optgroup>\r\n </select>$gobutton\r\n </div>\r\n </form>\r\n <!-- / rate this thread -->\r\n \r\n </td>\r\n \") : (\"\")).\"\r\n</tr>\r\n\") : (\"\")).\"\r\n</table>\r\n<br />\r\n\r\n\r\n<!-- / controls for non-popup browsers -->\r\n\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- forum rules and admin links -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td class=\\\"smallfont\\\" align=\\\"$stylevar[left]\\\">\r\n $forumrules\r\n </td>\r\n <td class=\\\"smallfont\\\" align=\\\"$stylevar[right]\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n \" . ((!$show[\'popups\'] AND $show[\'adminoptions\']) ? (\"\r\n <tr>\r\n <td>\r\n <div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[left]; white-space:nowrap\\\">\r\n <form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"adminoptionsform\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <strong>$vbphrase[admin_tools]</strong>:<br />\r\n <select name=\\\"do\\\" onchange=\\\"this.form.submit()\\\">\r\n <optgroup label=\\\"$vbphrase[thread_admin_tools]\\\">\r\n <option value=\\\"openclosethread\\\" selected=\\\"selected\\\">\" . (($show[\'closethread\']) ? (\"$vbphrase[close_thread]\") : (\"$vbphrase[open_thread]\")).\"</option>\r\n <option value=\\\"movethread\\\">$vbphrase[move_copy_thread]</option>\r\n <option value=\\\"stick\\\">\" . (($show[\'unstick\']) ? (\"$vbphrase[unstick_thread]\") : (\"$vbphrase[stick_thread]\")).\"</option>\r\n <option value=\\\"editthread\\\">$vbphrase[edit_thread]</option>\r\n <option value=\\\"deletethread\\\">$vbphrase[delete_thread]</option>\r\n <option value=\\\"deleteposts\\\">$vbphrase[delete_posts]</option>\r\n <option value=\\\"mergethread\\\">$vbphrase[merge_threads]</option>\r\n <option value=\\\"splitthread\\\">$vbphrase[split_thread]</option>\r\n <option value=\\\"removeredirect\\\">$vbphrase[remove_redirects]</option>\r\n </optgroup>\r\n </select>$gobutton\r\n </form>\r\n </div>\r\n </td>\r\n </tr>\r\n <br />\r\n \") : (\"\")).\"\r\n <tr>\r\n <td>\r\n $forumjump\r\n </td>\r\n </tr> \r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- /forum rules and admin links -->\r\n\r\n<br />\r\n\r\n$similarthreads\r\n\r\n<br />\r\n\r\n$footer\r\n\r\n<!-- temp -->\r\n<div style=\\\"display:none\\\">\r\n <!-- thread rate -->\r\n \" . (($show[\'ratethread\']) ? (\"\r\n <!-- thread ratings form here -->\r\n \") : (\"\r\n \" . (($show[\'threadrating\']) ? (\"\r\n $vbphrase[you_rated_this_thread]: <b>$threadinfo[vote]</b>\r\n \") : (\"\")).\"\r\n \")).\"\r\n <!-- / thread rate -->\r\n</div>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $thread[title]</title>\r\n$headinclude\r\n\r\n</head>\r\n<body onload=\"$onload\">\r\n$header\r\n$navbar\r\n\r\n$poll\r\n\r\n<a name=\"poststop\" id=\"poststop\"></a>\r\n\r\n<!-- controls above postbits -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <if condition=\"$show[\'largereplybutton\']\">\r\n <td class=\"smallfont\"><a href=\"newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID\"><if condition=\"$show[\'closethread\']\"><img src=\"$stylevar[imgdir_button]/reply.gif\" alt=\"$vbphrase[reply]\" border=\"0\" /><else /><img src=\"$stylevar[imgdir_button]/threadclosed.gif\" alt=\"$vbphrase[closed_thread]\" border=\"0\" /></if></a></td>\r\n <else />\r\n <td class=\"smallfont\"> </td>\r\n </if>\r\n <if condition=\"$show[\'pagenav\']\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / controls above postbits -->\r\n\r\n<!-- toolbar -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-bottom-width:0px\">\r\n<tr>\r\n <td class=\"tcat\" width=\"100%\">\r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'firstunreadlink\']\">\r\n <a href=\"$firstunread\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"$vbphrase[view_first_unread]\" border=\"0\" /></a>\r\n <a href=\"$firstunread\"><strong>$vbphrase[view_first_unread]</strong></a>\r\n </if>\r\n \r\n </div>\r\n </td>\r\n <td class=\"vbmenu_control\" id=\"threadtools\">\r\n <a href=\"#goto_threadtools\"<if condition=\"is_browser(\'ie\')\"> accesskey=\"3\"</if>>$vbphrase[thread_tools]</a>\r\n <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"threadtools\"); </script></if>\r\n </td>\r\n <if condition=\"$show[\'search\']\">\r\n <td class=\"vbmenu_control\" id=\"threadsearch\">\r\n <a href=\"#goto_threadsearch\">$vbphrase[search_this_thread]</a>\r\n <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"threadsearch\"); </script></if>\r\n </td>\r\n </if>\r\n <if condition=\"$show[\'threadrating\']\">\r\n <td class=\"vbmenu_control\" id=\"threadrating\">\r\n <a href=\"#goto_threadrating\"><if condition=\"$show[\'rating\']\">$vbphrase[rating]: <img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\" alt=\"<phrase 1=\"$thread[votenum]\" 2=\"$thread[voteavg]\">$vbphrase[thread_rating_x_votes_y_average]</phrase>\" border=\"0\" /><else />$vbphrase[rate_thread]</if></a>\r\n <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"threadrating\"); </script></if>\r\n </td>\r\n </if>\r\n <if condition=\"$vboptions[\'allowthreadedmode\']\">\r\n <td class=\"vbmenu_control\" id=\"displaymodes\">\r\n <a href=\"#goto_displaymodes\">$vbphrase[display_modes]</a>\r\n <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"displaymodes\"); </script></if>\r\n </td>\r\n </if>\r\n</tr>\r\n</table>\r\n<!-- / toolbar -->\r\n\r\n<!-- end content table -->\r\n$spacer_close\r\n<!-- / end content table -->\r\n\r\n<if condition=\"$show[\'threadedmode\'] OR $show[\'hybridmode\']\">\r\n<!-- thread posts list -->\r\n$threadlist\r\n<!-- /thread posts list -->\r\n</if>\r\n\r\n<div id=\"posts\">$postbits</div>\r\n\r\n<!-- start content table -->\r\n$spacer_open\r\n<!-- / start content table -->\r\n\r\n<!-- controls below postbits -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"<if condition=\"$vboptions[\'legacypostbit\']\"> style=\"margin-top:3px\"</if>>\r\n<tr valign=\"top\">\r\n <if condition=\"$show[\'largereplybutton\']\">\r\n <td class=\"smallfont\"><a href=\"newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID\"><if condition=\"$show[\'closethread\']\"><img src=\"$stylevar[imgdir_button]/reply.gif\" alt=\"$vbphrase[reply]\" border=\"0\" /><else /><img src=\"$stylevar[imgdir_button]/threadclosed.gif\" alt=\"$vbphrase[closed_thread]\" border=\"0\" /></if></a></td>\r\n <else />\r\n <td class=\"smallfont\"> </td>\r\n </if> \r\n <if condition=\"$show[\'pagenav\']\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / controls below postbits -->\r\n\r\n<br />\r\n\r\n<div class=\"smallfont\" align=\"center\">\r\n <strong>«</strong>\r\n <a href=\"showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest\">$vbphrase[prev_thread]</a>\r\n |\r\n <a href=\"showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest\">$vbphrase[next_thread]</a>\r\n <strong>»</strong>\r\n</div>\r\n\r\n<br />\r\n\r\n$quickreply\r\n\r\n<!-- currently active users -->\r\n<if condition=\"$show[\'activeusers\']\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">\r\n <phrase 1=\"$totalonline\" 2=\"$numberregistered\" 3=\"$numberguest\">$vbphrase[users_viewing_this_thread_x_y_z]</phrase>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt1\" colspan=\"2\">\r\n <span class=\"smallfont\">$activeusers</span>\r\n </td>\r\n </tr>\r\n </table>\r\n</if>\r\n<!-- currently active users -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<if condition=\"$show[\'popups\']\">\r\n<!-- popup menu contents -->\r\n<br />\r\n\r\n<!-- thread tools menu -->\r\n<div class=\"vbmenu_popup\" id=\"threadtools_menu\" style=\"display:none\">\r\n<form action=\"postings.php\" method=\"post\" name=\"threadadminform\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[thread_tools]<a name=\"goto_threadtools\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/printer.gif\" alt=\"$vbphrase[show_printable_version]\" /> <a href=\"printthread.php?$session[sessionurl]t=$threadid\" accesskey=\"3\">$vbphrase[show_printable_version]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sendtofriend.gif\" alt=\"$vbphrase[email_this_page]\" /> <a href=\"sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid\">$vbphrase[email_this_page]</a></td>\r\n </tr>\r\n <if condition=\"$show[\'member\']\">\r\n <tr>\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/subscribe.gif\" alt=\"$vbphrase[subscription]\" />\r\n <if condition=\"$show[\'subscribed\']\">\r\n <a href=\"subscription.php?$session[sessionurl]do=removesubscription&t=$threadid\">$vbphrase[unsubscribe_from_this_thread]</a>\r\n <else />\r\n <a href=\"subscription.php?$session[sessionurl]do=addsubscription&t=$threadid\">$vbphrase[subscribe_to_this_thread]</a>\r\n </if>\r\n </td>\r\n </tr>\r\n </if>\r\n <if condition=\"$show[\'addpoll\']\">\r\n <tr>\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/addpoll.gif\" alt=\"$vbphrase[add_a_poll]\" /> <a href=\"poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]\">$vbphrase[add_a_poll_to_this_thread]</a></td>\r\n </tr>\r\n </if>\r\n <if condition=\"$show[\'adminoptions\']\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[admin_tools]<a name=\"goto_threadadmin\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <div><label for=\"ao_oct\"><input type=\"radio\" name=\"do\" id=\"ao_oct\" value=\"openclosethread\" checked=\"checked\" /><if condition=\"$show[\'closethread\']\">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if></label></div>\r\n <div><label for=\"ao_mvt\"><input type=\"radio\" name=\"do\" id=\"ao_mvt\" value=\"movethread\" />$vbphrase[move_copy_thread]</label></div>\r\n <div><label for=\"ao_sut\"><input type=\"radio\" name=\"do\" id=\"ao_sut\" value=\"stick\" /><if condition=\"$show[\'unstick\']\">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></label></div>\r\n <div><label for=\"ao_edt\"><input type=\"radio\" name=\"do\" id=\"ao_edt\" value=\"editthread\" />$vbphrase[edit_thread]</label></div>\r\n <div><label for=\"ao_dlt\"><input type=\"radio\" name=\"do\" id=\"ao_dlt\" value=\"deletethread\" />$vbphrase[delete_thread]</label></div>\r\n <div><label for=\"ao_dlp\"><input type=\"radio\" name=\"do\" id=\"ao_dlp\" value=\"deleteposts\" />$vbphrase[delete_posts]</label></div>\r\n <div><label for=\"ao_mgt\"><input type=\"radio\" name=\"do\" id=\"ao_mgt\" value=\"mergethread\" />$vbphrase[merge_threads]</label></div>\r\n <div><label for=\"ao_spt\"><input type=\"radio\" name=\"do\" id=\"ao_spt\" value=\"splitthread\" />$vbphrase[split_thread]</label></div>\r\n <div><label for=\"ao_rrd\"><input type=\"radio\" name=\"do\" id=\"ao_rrd\" value=\"removeredirect\" />$vbphrase[remove_redirects]</label></div>\r\n <if condition=\"$show[\'editpoll\']\"><div><label for=\"ao_edp\"><input type=\"radio\" name=\"do\" id=\"ao_edp\" value=\"editpoll\" />$vbphrase[edit_poll]</label></div></if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\" align=\"center\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"pollid\" value=\"$pollid\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[perform_action]\" />\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread tools menu -->\r\n\r\n<!-- **************************************************** -->\r\n\r\n<!-- thread display mode menu -->\r\n<div class=\"vbmenu_popup\" id=\"displaymodes_menu\" style=\"display:none\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[display_modes]<a name=\"goto_displaymodes\"></a></td>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'linearmode\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_linear.gif\" alt=\"$vbphrase[linear_mode]\" /> <strong>$vbphrase[linear_mode]</strong></td>\r\n <else />\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_linear.gif\" alt=\"$vbphrase[linear_mode]\" /> <a href=\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIRSTPOSTID\">$vbphrase[switch_to_linear_mode]</a></td>\r\n </if>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'hybridmode\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_hybrid.gif\" alt=\"$vbphrase[hybrid_mode]\" /> <strong>$vbphrase[hybrid_mode]</strong></td>\r\n <else />\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_hybrid.gif\" alt=\"$vbphrase[hybrid_mode]\" /> <a href=\"showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords\">$vbphrase[switch_to_hybrid_mode]</a></td>\r\n </if>\r\n </tr>\r\n <tr>\r\n <if condition=\"$show[\'threadedmode\']\">\r\n <td class=\"vbmenu_option\" title=\"nohilite\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_threaded.gif\" alt=\"$vbphrase[threaded_mode]\" /> <strong>$vbphrase[threaded_mode]</strong></td>\r\n <else />\r\n <td class=\"vbmenu_option\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_threaded.gif\" alt=\"$vbphrase[threaded_mode]\" /> <a href=\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$FIRSTPOSTID\">$vbphrase[switch_to_threaded_mode]</a></td>\r\n </if>\r\n </tr>\r\n </table>\r\n</div>\r\n<!-- / thread display mode menu -->\r\n\r\n<!-- **************************************************** -->\r\n\r\n<if condition=\"$show[\'search\']\">\r\n<!-- thread search menu -->\r\n<div class=\"vbmenu_popup\" id=\"threadsearch_menu\" style=\"display:none\">\r\n<form action=\"search.php\" method=\"post\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[search_this_thread]<a name=\"goto_threadsearch\"></a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"process\" />\r\n <input type=\"hidden\" name=\"searchthread\" value=\"1\" />\r\n <input type=\"hidden\" name=\"showposts\" value=\"1\" />\r\n <input type=\"hidden\" name=\"searchthreadid\" value=\"$threadid\" />\r\n <input type=\"text\" class=\"bginput\" name=\"query\" size=\"20\" />$gobutton<br />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\"><a href=\"search.php?$session[sessionurl]\">$vbphrase[advanced_search]</a></td>\r\n </tr>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread search menu -->\r\n</if>\r\n\r\n<!-- **************************************************** -->\r\n\r\n<!-- thread rating menu -->\r\n<div class=\"vbmenu_popup\" id=\"threadrating_menu\" style=\"display:none\">\r\n<form action=\"threadrate.php\" method=\"post\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\">$vbphrase[rate_this_thread]<a name=\"goto_threadrating\"></a></td>\r\n </tr>\r\n <if condition=\"$show[\'ratethread\']\">\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_5.gif\" alt=\"$vbphrase[excellent]\" /><label for=\"vote5\"><input type=\"radio\" name=\"vote\" id=\"vote5\" value=\"5\" $votechecked[5] />$vbphrase[excellent]</label></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_4.gif\" alt=\"$vbphrase[good]\" /><label for=\"vote4\"><input type=\"radio\" name=\"vote\" id=\"vote4\" value=\"4\" $votechecked[4] />$vbphrase[good]</label></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_3.gif\" alt=\"$vbphrase[average]\" /><label for=\"vote3\"><input type=\"radio\" name=\"vote\" id=\"vote3\" value=\"3\" $votechecked[3] />$vbphrase[average]</label></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_2.gif\" alt=\"$vbphrase[bad]\" /><label for=\"vote2\"><input type=\"radio\" name=\"vote\" id=\"vote2\" value=\"2\" $votechecked[2] />$vbphrase[bad]</label></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_1.gif\" alt=\"$vbphrase[terrible]\" /><label for=\"vote1\"><input type=\"radio\" name=\"vote\" id=\"vote1\" value=\"1\" $votechecked[1] />$vbphrase[terrible]</label></div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"vbmenu_option\" title=\"nohilite\" align=\"center\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[dbsessionhash]\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"pp\" value=\"$perpage\" />\r\n <input type=\"hidden\" name=\"page\" value=\"$pagenumber\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[vote_now]\" />\r\n </td>\r\n </tr>\r\n <else />\r\n <tr>\r\n <td>$vbphrase[already_rated_this_thread]</td>\r\n </tr>\r\n </if>\r\n </table>\r\n</form>\r\n</div>\r\n<!-- / thread rating menu -->\r\n\r\n\r\n<!-- / popup menu contents -->\r\n<else />\r\n<!-- controls for non-popup browsers -->\r\n\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0px\">\r\n<tr>\r\n <td class=\"thead\" <if condition=\"!$show[\'search\']\">colspan=\"2\"</if>>$vbphrase[thread_tools]<a name=\"goto_threadtools\"></a></td>\r\n <if condition=\"$show[\'search\']\"><td class=\"thead\">$vbphrase[search_this_thread]<a name=\"goto_threadsearch\"></a></td></if>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" <if condition=\"!$show[\'search\']\">colspan=\"2\"</if>>\r\n \r\n <!-- thread tools -->\r\n <div class=\"smallfont\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/printer.gif\" alt=\"$vbphrase[show_printable_version]\" vspace=\"1\" /> <a href=\"printthread.php?$session[sessionurl]t=$threadid\" accesskey=\"p\">$vbphrase[show_printable_version]</a></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sendtofriend.gif\" alt=\"$vbphrase[email_this_page]\" vspace=\"1\" /> <a href=\"sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid\">$vbphrase[email_this_page]</a></div>\r\n <if condition=\"$show[\'member\']\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/subscribe.gif\" alt=\"$vbphrase[subscription]\" vspace=\"1\" />\r\n <if condition=\"$show[\'subscribed\']\">\r\n <a href=\"subscription.php?$session[sessionurl]do=removesubscription&t=$threadid\">$vbphrase[unsubscribe_from_this_thread]</a>\r\n <else />\r\n <a href=\"subscription.php?$session[sessionurl]do=addsubscription&t=$threadid\">$vbphrase[subscribe_to_this_thread]</a>\r\n </if>\r\n </div>\r\n </if>\r\n <if condition=\"$show[\'addpoll\']\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/addpoll.gif\" alt=\"$vbphrase[add_a_poll]\" vspace=\"1\" /> <a href=\"poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]\">$vbphrase[add_a_poll_to_this_thread]</a></div>\r\n </if>\r\n </div>\r\n <!-- / thread tools -->\r\n \r\n </td>\r\n <if condition=\"$show[\'search\']\">\r\n <td class=\"alt1\">\r\n \r\n <!-- search this thread -->\r\n <form action=\"search.php\" method=\"post\">\r\n <div class=\"smallfont\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"process\" />\r\n <input type=\"hidden\" name=\"searchthread\" value=\"1\" />\r\n <input type=\"hidden\" name=\"showposts\" value=\"1\" />\r\n <input type=\"hidden\" name=\"searchthreadid\" value=\"$threadid\" />\r\n <strong>$vbphrase[search_this_thread]</strong>:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"query\" size=\"20\" style=\"width:175px\" />$gobutton<br />\r\n <a href=\"search.php?$session[sessionurl]\">$vbphrase[advanced_search]</a>\r\n </div>\r\n </form>\r\n <!-- / search this thread -->\r\n \r\n </td>\r\n </if>\r\n</tr>\r\n<if condition=\"$vboptions[\'allowthreadedmode\'] OR $show[\'threadrating\']\">\r\n<tr>\r\n <if condition=\"$vboptions[\'allowthreadedmode\']\"><td class=\"thead\" $nodhtmlcolspan>$vbphrase[display_modes]<a name=\"goto_displaymodes\"></a></td></if>\r\n <if condition=\"$show[\'threadrating\']\"><td class=\"thead\" $nodhtmlcolspan>$vbphrase[rate_this_thread]<a name=\"goto_threadrating\"></a></td></if>\r\n</tr>\r\n<tr valign=\"top\">\r\n <if condition=\"$vboptions[\'allowthreadedmode\']\">\r\n <td class=\"alt2\" $nodhtmlcolspan>\r\n \r\n <!-- thread display modes -->\r\n \r\n <div class=\"smallfont\">\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_linear.gif\" alt=\"$vbphrase[linear_mode]\" vspace=\"1\" /> <if condition=\"$show[\'linearmode\']\"><strong>$vbphrase[linear_mode]</strong><else /><a href=\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIRSTPOSTID\">$vbphrase[switch_to_linear_mode]</a></if></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_hybrid.gif\" alt=\"$vbphrase[hybrid_mode]\" vspace=\"1\" /> <if condition=\"$show[\'hybridmode\']\"><strong>$vbphrase[hybrid_mode]</strong><else /><a href=\"showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords\">$vbphrase[switch_to_hybrid_mode]</a></if></div>\r\n <div><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/mode_threaded.gif\" alt=\"$vbphrase[threaded_mode]\" vspace=\"1\" /> <if condition=\"$show[\'threadedmode\']\"><strong>$vbphrase[threaded_mode]</strong><else /><a href=\"showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$FIRSTPOSTID\">$vbphrase[switch_to_threaded_mode]</a></if></div>\r\n </div>\r\n \r\n <!-- / thread display modes -->\r\n \r\n </td>\r\n </if>\r\n <if condition=\"$show[\'threadrating\']\">\r\n <td class=\"alt2\" $nodhtmlcolspan>\r\n \r\n <!-- rate this thread -->\r\n <form action=\"threadrate.php\" method=\"post\">\r\n <div class=\"smallfont\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[dbsessionhash]\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"pp\" value=\"$perpage\" />\r\n <input type=\"hidden\" name=\"page\" value=\"$pagenumber\" />\r\n <strong>$vbphrase[rate_this_thread]</strong>:<br />\r\n <select name=\"vote\" onchange=\"this.form.submit()\" style=\"width:175px\">\r\n <optgroup label=\"$vbphrase[choose_a_rating]\">\r\n <option value=\"5\" $voteselected[5]>5 : $vbphrase[excellent]</option>\r\n <option value=\"4\" $voteselected[4]>4 : $vbphrase[good]</option>\r\n <option value=\"3\" $voteselected[3]>3 : $vbphrase[average]</option>\r\n <option value=\"2\" $voteselected[2]>2 : $vbphrase[bad]</option>\r\n <option value=\"1\" $voteselected[1]>1 : $vbphrase[terrible]</option>\r\n </optgroup>\r\n </select>$gobutton\r\n </div>\r\n </form>\r\n <!-- / rate this thread -->\r\n \r\n </td>\r\n </if>\r\n</tr>\r\n</if>\r\n</table>\r\n<br />\r\n\r\n\r\n<!-- / controls for non-popup browsers -->\r\n</if>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- forum rules and admin links -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td class=\"smallfont\" align=\"$stylevar[left]\">\r\n $forumrules\r\n </td>\r\n <td class=\"smallfont\" align=\"$stylevar[right]\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <if condition=\"!$show[\'popups\'] AND $show[\'adminoptions\']\">\r\n <tr>\r\n <td>\r\n <div class=\"smallfont\" style=\"text-align:$stylevar[left]; white-space:nowrap\">\r\n <form action=\"postings.php\" method=\"post\" name=\"adminoptionsform\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <strong>$vbphrase[admin_tools]</strong>:<br />\r\n <select name=\"do\" onchange=\"this.form.submit()\">\r\n <optgroup label=\"$vbphrase[thread_admin_tools]\">\r\n <option value=\"openclosethread\" selected=\"selected\"><if condition=\"$show[\'closethread\']\">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if></option>\r\n <option value=\"movethread\">$vbphrase[move_copy_thread]</option>\r\n <option value=\"stick\"><if condition=\"$show[\'unstick\']\">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></option>\r\n <option value=\"editthread\">$vbphrase[edit_thread]</option>\r\n <option value=\"deletethread\">$vbphrase[delete_thread]</option>\r\n <option value=\"deleteposts\">$vbphrase[delete_posts]</option>\r\n <option value=\"mergethread\">$vbphrase[merge_threads]</option>\r\n <option value=\"splitthread\">$vbphrase[split_thread]</option>\r\n <option value=\"removeredirect\">$vbphrase[remove_redirects]</option>\r\n </optgroup>\r\n </select>$gobutton\r\n </form>\r\n </div>\r\n </td>\r\n </tr>\r\n <br />\r\n </if>\r\n <tr>\r\n <td>\r\n $forumjump\r\n </td>\r\n </tr> \r\n </table>\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- /forum rules and admin links -->\r\n\r\n<br />\r\n\r\n$similarthreads\r\n\r\n<br />\r\n\r\n$footer\r\n\r\n<!-- temp -->\r\n<div style=\"display:none\">\r\n <!-- thread rate -->\r\n <if condition=\"$show[\'ratethread\']\">\r\n <!-- thread ratings form here -->\r\n <else />\r\n <if condition=\"$show[\'threadrating\']\">\r\n $vbphrase[you_rated_this_thread]: <b>$threadinfo[vote]</b>\r\n </if>\r\n </if>\r\n <!-- / thread rate -->\r\n</div>\r\n\r\n</body>\r\n</html>','template',1108769377,'Admin','3.0.7'),(279,-1,'showthread_list','<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar imgdir_statusicon = \\\"$stylevar[imgdir_statusicon]\\\";\r\nvar imgdir_misc = \\\"$stylevar[imgdir_misc]\\\";\r\nvar cleargifurl = \\\"$vboptions[cleargifurl]\\\";\r\nvar guestphrase = \\\"$vbphrase[guest]\\\";\r\nvar morephrase = \\\"$vbphrase[more_replies_below]\\\";\r\nvar highlightwords = \\\"$highlightwords\\\";\r\n//-->\r\n</script>\r\n<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_thrdpostlist.js\\\"></script>\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n// initialize some variables\r\nvar curpostid = $curpostid;\r\nvar quickreply = \" . (($SHOWQUICKREPLY) ? (\"true\") : (\"false\")).\";\r\n\r\n// cached posts (no page reload required to view)\r\n$jspostbits\r\n// next/previous post info\r\n$navjs\r\n// cached usernames\r\npu[0] = guestphrase;\r\n$userjs\r\n// -->\r\n</script>\r\n<style type=\\\"text/css\\\">\r\n<!--\r\n #links div { white-space: nowrap; }\r\n #links img { vertical-align: middle; }\r\n #links .x { behavior: url(clientscript/branchcollapse.htc); }\r\n #links a.ieB { behavior: url(clientscript/postlink.htc); }\r\n-->\r\n</style>\r\n\r\n$spacer_open\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"border-top-width:0px; margin-bottom:$stylevar[cellpadding]px\\\">\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <div style=\\\"height:150px; \" . (($show[\'postlistwidth\']) ? (\"width:$postlistwidth;\") : (\"\")).\" overflow:auto; border:2px inset; padding: 0px; text-align:$stylevar[left];\\\" class=\\\"alt1\\\" id=\\\"links\\\">\r\n <div class=\\\"smallfont\\\">\r\n <!-- start post links -->\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n$links\r\n//-->\r\n</script>\r\n <!-- end post links -->\r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n\" . (($threadedmode==1) ? (\"\r\n<tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\"><div class=\\\"smallfont\\\">\r\n <a href=\\\"javascript:showPrevNextPost(0)\\\">$vbphrase[prev]</a>\r\n <a href=\\\"javascript:showPrevNextPost(0)\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/sortdesc.gif\\\" alt=\\\"$vbphrase[previous_post]\\\" border=\\\"0\\\" /></a>\r\n \r\n <a href=\\\"javascript:showPrevNextPost(1)\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/sortasc.gif\\\" alt=\\\"$vbphrase[next_post]\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"javascript:showPrevNextPost(1)\\\">$vbphrase[next]</a>\r\n </div></td>\r\n</tr>\r\n\") : (\"\")).\"\r\n</table>\r\n\r\n$spacer_close','<script type=\"text/javascript\">\r\n<!--\r\nvar imgdir_statusicon = \"$stylevar[imgdir_statusicon]\";\r\nvar imgdir_misc = \"$stylevar[imgdir_misc]\";\r\nvar cleargifurl = \"$vboptions[cleargifurl]\";\r\nvar guestphrase = \"$vbphrase[guest]\";\r\nvar morephrase = \"$vbphrase[more_replies_below]\";\r\nvar highlightwords = \"$highlightwords\";\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\" src=\"clientscript/vbulletin_thrdpostlist.js\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n// initialize some variables\r\nvar curpostid = $curpostid;\r\nvar quickreply = <if condition=\"$SHOWQUICKREPLY\">true<else />false</if>;\r\n\r\n// cached posts (no page reload required to view)\r\n$jspostbits\r\n// next/previous post info\r\n$navjs\r\n// cached usernames\r\npu[0] = guestphrase;\r\n$userjs\r\n// -->\r\n</script>\r\n<style type=\"text/css\">\r\n<!--\r\n #links div { white-space: nowrap; }\r\n #links img { vertical-align: middle; }\r\n #links .x { behavior: url(clientscript/branchcollapse.htc); }\r\n #links a.ieB { behavior: url(clientscript/postlink.htc); }\r\n-->\r\n</style>\r\n\r\n$spacer_open\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"border-top-width:0px; margin-bottom:$stylevar[cellpadding]px\">\r\n<tr>\r\n <td class=\"alt2\">\r\n <div style=\"height:150px; <if condition=\"$show[\'postlistwidth\']\">width:$postlistwidth;</if> overflow:auto; border:2px inset; padding: 0px; text-align:$stylevar[left];\" class=\"alt1\" id=\"links\">\r\n <div class=\"smallfont\">\r\n <!-- start post links -->\r\n<script type=\"text/javascript\">\r\n<!--\r\n$links\r\n//-->\r\n</script>\r\n <!-- end post links -->\r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n<if condition=\"$threadedmode==1\">\r\n<tr>\r\n <td class=\"tfoot\" align=\"center\"><div class=\"smallfont\">\r\n <a href=\"javascript:showPrevNextPost(0)\">$vbphrase[prev]</a>\r\n <a href=\"javascript:showPrevNextPost(0)\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sortdesc.gif\" alt=\"$vbphrase[previous_post]\" border=\"0\" /></a>\r\n \r\n <a href=\"javascript:showPrevNextPost(1)\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/sortasc.gif\" alt=\"$vbphrase[next_post]\" border=\"0\" /></a>\r\n <a href=\"javascript:showPrevNextPost(1)\">$vbphrase[next]</a>\r\n </div></td>\r\n</tr>\r\n</if>\r\n</table>\r\n\r\n$spacer_close','template',1086803256,'freddie','3.0.2'),(280,-1,'showthread_quickreply','<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar WYSIWYG = $WYSIWYG;\r\nvar threadedmode = $threadedmode;\r\nvar minchars = $vboptions[postminchars];\r\nvar maxchars = $vboptions[postmaxchars];\r\nvar require_click = $QRrequireclick;\r\nvar must_click_message = \\\"$vbphrase[click_quick_reply_icon]\\\";\r\nvar istyles = new Array(); istyles = { $istyles_js };\r\nvar normalmode = false;\r\nvar vbphrase = {\r\n // wysiwyg only\r\n \\\"wysiwyg_please_wait\\\" : \\\"$vbphrase[wysiwyg_please_wait]\\\",\r\n \\\"wysiwyg_initialized\\\" : \\\"$vbphrase[wysiwyg_initialized]\\\",\r\n \\\"wysiwyg_command_invalid\\\" : \\\"$vbphrase[wysiwyg_command_invalid]\\\",\r\n \\\"moz_must_select_text\\\" : \\\"$vbphrase[moz_must_select_text]\\\",\r\n \\\"moz_edit_config_file\\\" : \\\"$vbphrase[moz_edit_config_file]\\\",\r\n \\\"enter_tag_option\\\" : \\\"$vbphrase[enter_tag_option]\\\",\r\n \\\"must_select_text_to_use\\\" : \\\"$vbphrase[must_select_text_to_use]\\\",\r\n \\\"browser_is_safari_no_wysiwyg\\\" : \\\"$vbphrase[browser_is_safari_no_wysiwyg]\\\",\r\n // standard only\r\n \\\"enter_text_to_be_formatted\\\" : \\\"$vbphrase[enter_text_to_be_formatted]\\\",\r\n \\\"enter_link_text\\\" : \\\"$vbphrase[enter_link_text]\\\",\r\n \\\"enter_list_type\\\" : \\\"$vbphrase[enter_list_type]\\\",\r\n \\\"enter_list_item\\\" : \\\"$vbphrase[enter_list_item]\\\",\r\n // both\r\n \\\"must_enter_subject\\\" : \\\"$vbphrase[must_enter_subject]\\\",\r\n \\\"message_too_short\\\" : \\\"$vbphrase[message_too_short]\\\",\r\n \\\"enter_link_url\\\" : \\\"$vbphrase[enter_link_url]\\\",\r\n \\\"enter_image_url\\\" : \\\"$vbphrase[enter_image_url]\\\",\r\n \\\"enter_email_link\\\" : \\\"$vbphrase[enter_email_link]\\\"\r\n};\r\n//-->\r\n</script>\r\n \r\n<form action=\\\"newreply.php\\\" method=\\\"post\\\" name=\\\"vbform\\\" onsubmit=\\\"return checkQR(this);\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return \" . (($WYSIWYG == 2 AND !is_browser(\'ie\')) ? (\"editor_loaded ? false : \") : (\"\")).\" toggle_collapse(\'quickreply\');\\\"><img id=\\\"collapseimg_quickreply\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <!--<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/quickreply.gif\\\" alt=\\\"\\\" title=\\\"$vbphrase[quick_reply]\\\" border=\\\"0\\\" \" . (($debug) ? (\"onclick=\\\"infoQR();\\\"\") : (\"\")).\" />-->\r\n $vbphrase[quick_reply]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_quickreply\\\" style=\\\"$vbcollapse[collapseobj_quickreply]\\\">\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\"> \r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" align=\\\"$stylevar[left]\\\">$vbphrase[message]:</td>\r\n </tr>\r\n <tr>\r\n <td id=\\\"vBulletin_editor\\\" align=\\\"$stylevar[left]\\\">\r\n <!-- <<<< indent back for ease of reading --> \r\n\r\n\" . (($WYSIWYG == 2) ? (\"\r\n<!-- wysiwyg quick reply -->\r\n\r\n <div id=\\\"controlbar\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_removeformat\\\"><img src=\\\"$stylevar[imgdir_editor]/removeformat.gif\\\" alt=\\\"$vbphrase[remove_text_formatting]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \" . (($vboptions[allowedbbcodes] & ALLOW_BBCODE_BASIC) ? (\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_bold\\\"><img src=\\\"$stylevar[imgdir_editor]/bold.gif\\\" alt=\\\"$vbphrase[bold]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_italic\\\"><img src=\\\"$stylevar[imgdir_editor]/italic.gif\\\" alt=\\\"$vbphrase[italic]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_underline\\\"><img src=\\\"$stylevar[imgdir_editor]/underline.gif\\\" alt=\\\"$vbphrase[underline]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \") : (\"\")).\"\r\n <td><div class=\\\"imagebutton\\\" id=\\\"cmd_wrap0_quote\\\"><img src=\\\"$stylevar[imgdir_editor]/quote.gif\\\" alt=\\\"$vbphrase[wrap_quote_tags]\\\" width=\\\"21\\\" height=\\\"20\\\" /></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\\\"controlbar\\\">\r\n \" . ((is_browser(\'ie\')) ? (\"\r\n <div id=\\\"htmlbox\\\" class=\\\"wysiwyg\\\" style=\\\"width:600px; height:100px; padding:8px\\\" tabindex=\\\"1\\\"><p></p></div>\r\n \") : (\"\r\n <iframe id=\\\"htmlbox\\\" style=\\\"width:600px; height:100px\\\" tabindex=\\\"1\\\"></iframe>\r\n \")).\"\r\n <input type=\\\"hidden\\\" name=\\\"message\\\" id=\\\"qr_message\\\" value=\\\"\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"WYSIWYG_HTML\\\" value=\\\"\\\" />\r\n </div>\r\n \r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_editor.js\\\"></script>\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_wysiwyg.js\\\"></script>\r\n \" . ((!is_browser(\'ie\')) ? (\"<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_moziwyg.js\\\"></script>\") : (\"\")).\"\r\n\r\n<!-- / wysiwyg quick reply -->\r\n\") : (\"\")).\"\r\n\r\n\r\n\" . (($WYSIWYG == 1) ? (\"\r\n<!-- standard quick reply -->\r\n\r\n <div id=\\\"controlbar\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n \" . (($vboptions[allowedbbcodes] & ALLOW_BBCODE_BASIC) ? (\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'B\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/bold.gif\\\" alt=\\\"$vbphrase[bold]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'I\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/italic.gif\\\" alt=\\\"$vbphrase[italic]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'U\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/underline.gif\\\" alt=\\\"$vbphrase[underline]\\\" width=\\\"21\\\" height=\\\"20\\\" border=\\\"0\\\" /></a></div></td>\r\n <td><img src=\\\"$stylevar[imgdir_editor]/separator.gif\\\" alt=\\\"\\\" width=\\\"6\\\" height=\\\"20\\\" /></td>\r\n \") : (\"\")).\"\r\n <td><div class=\\\"imagebutton\\\"><a href=\\\"#\\\" onclick=\\\"return vbcode(\'QUOTE\', \'\')\\\"><img src=\\\"$stylevar[imgdir_editor]/quote.gif\\\" alt=\\\"$vbphrase[wrap_quote_tags]\\\" title=\\\"$vbphrase[wrap_quote_tags]\\\" width=\\\"21\\\" height=\\\"21\\\" border=\\\"0\\\" /></a></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\\\"controlbar\\\">\r\n <textarea name=\\\"message\\\" id=\\\"qr_message\\\" class=\\\"bginput\\\" style=\\\"width:600px; height:100px\\\" cols=\\\"60\\\" rows=\\\"5\\\" tabindex=\\\"1\\\"></textarea>\r\n </div>\r\n \r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_editor.js\\\"></script>\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_stdedit.js\\\"></script>\r\n\r\n<!-- / standard quick reply -->\r\n\") : (\"\")).\"\r\n\r\n\r\n\" . (($WYSIWYG == 0) ? (\" \r\n<!-- no-toolbar quick reply -->\r\n\r\n <div class=\\\"controlbar\\\">\r\n <textarea name=\\\"message\\\" id=\\\"qr_message\\\" class=\\\"bginput\\\" style=\\\"width:600px; height:100px;\\\" rows=\\\"5\\\" cols=\\\"60\\\" tabindex=\\\"1\\\"></textarea> \r\n </div>\r\n\r\n<!-- / no-toolbar quick reply --> \r\n\") : (\"\")).\"\r\n\r\n\r\n <!-- >>>> outdent back to normal -->\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:$stylevar[formspacer]px 0px 0px 0px\\\">\r\n <legend>$vbphrase[options]</legend>\r\n <div>\r\n \" . (($bbuserinfo[\'signature\']) ? (\"\r\n <div style=\\\"float:$stylevar[right]\\\">\r\n <label for=\\\"cb_signature\\\"><input type=\\\"checkbox\\\" name=\\\"signature\\\" value=\\\"1\\\" id=\\\"cb_signature\\\" tabindex=\\\"5\\\" checked=\\\"checked\\\" />$vbphrase[show_your_signature]</label>\r\n </div>\r\n \") : (\"\")).\"\r\n <label for=\\\"qr_quickreply\\\"><input type=\\\"checkbox\\\" name=\\\"quickreply\\\" value=\\\"1\\\" id=\\\"qr_quickreply\\\" accesskey=\\\"w\\\" tabindex=\\\"4\\\" />$vbphrase[quote_message_in_reply]</label>\r\n </div>\r\n </fieldset>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"fromquickreply\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"postreply\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" id=\\\"qr_threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$qrpostid\\\" id=\\\"qr_postid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"parseurl\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"clickedelm\\\" value=\\\"\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[post_quick_reply]\\\" accesskey=\\\"s\\\" title=\\\"(Alt + S)\\\" name=\\\"sbutton\\\" tabindex=\\\"2\\\" onclick=\\\"this.form.clickedelm.value=this.value\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[go_advanced]\\\" accesskey=\\\"x\\\" title=\\\"(Alt + X)\\\" name=\\\"preview\\\" tabindex=\\\"3\\\" id=\\\"qr_preview\\\" onclick=\\\"this.form.clickedelm.value = this.value\\\" />\r\n </div> \r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n<br />\r\n\r\n\" . ((!is_browser(\'ie\') AND $WYSIWYG == 2) ? (\"\r\n <!-- Mozilla work around for focusing on QR in WYSIWYG mode -->\r\n <div id=\\\"qr_scroll\\\"></div>\r\n\") : (\"\")).\"\r\n\r\n<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_quickreply.js\\\"></script>\r\n<!-- END WYSWIWYG QUICK REPLY -->','<script type=\"text/javascript\">\r\n<!--\r\nvar WYSIWYG = $WYSIWYG;\r\nvar threadedmode = $threadedmode;\r\nvar minchars = $vboptions[postminchars];\r\nvar maxchars = $vboptions[postmaxchars];\r\nvar require_click = $QRrequireclick;\r\nvar must_click_message = \"$vbphrase[click_quick_reply_icon]\";\r\nvar istyles = new Array(); istyles = { $istyles_js };\r\nvar normalmode = false;\r\nvar vbphrase = {\r\n // wysiwyg only\r\n \"wysiwyg_please_wait\" : \"$vbphrase[wysiwyg_please_wait]\",\r\n \"wysiwyg_initialized\" : \"$vbphrase[wysiwyg_initialized]\",\r\n \"wysiwyg_command_invalid\" : \"$vbphrase[wysiwyg_command_invalid]\",\r\n \"moz_must_select_text\" : \"$vbphrase[moz_must_select_text]\",\r\n \"moz_edit_config_file\" : \"$vbphrase[moz_edit_config_file]\",\r\n \"enter_tag_option\" : \"$vbphrase[enter_tag_option]\",\r\n \"must_select_text_to_use\" : \"$vbphrase[must_select_text_to_use]\",\r\n \"browser_is_safari_no_wysiwyg\" : \"$vbphrase[browser_is_safari_no_wysiwyg]\",\r\n // standard only\r\n \"enter_text_to_be_formatted\" : \"$vbphrase[enter_text_to_be_formatted]\",\r\n \"enter_link_text\" : \"$vbphrase[enter_link_text]\",\r\n \"enter_list_type\" : \"$vbphrase[enter_list_type]\",\r\n \"enter_list_item\" : \"$vbphrase[enter_list_item]\",\r\n // both\r\n \"must_enter_subject\" : \"$vbphrase[must_enter_subject]\",\r\n \"message_too_short\" : \"$vbphrase[message_too_short]\",\r\n \"enter_link_url\" : \"$vbphrase[enter_link_url]\",\r\n \"enter_image_url\" : \"$vbphrase[enter_image_url]\",\r\n \"enter_email_link\" : \"$vbphrase[enter_email_link]\"\r\n};\r\n//-->\r\n</script>\r\n \r\n<form action=\"newreply.php\" method=\"post\" name=\"vbform\" onsubmit=\"return checkQR(this);\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return <if condition=\"$WYSIWYG == 2 AND !is_browser(\'ie\')\">editor_loaded ? false : </if> toggle_collapse(\'quickreply\');\"><img id=\"collapseimg_quickreply\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif\" alt=\"\" border=\"0\" /></a>\r\n <!--<img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/quickreply.gif\" alt=\"\" title=\"$vbphrase[quick_reply]\" border=\"0\" <if condition=\"$debug\">onclick=\"infoQR();\"</if> />-->\r\n $vbphrase[quick_reply]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_quickreply\" style=\"$vbcollapse[collapseobj_quickreply]\">\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\"> \r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\r\n <tr>\r\n <td class=\"smallfont\" align=\"$stylevar[left]\">$vbphrase[message]:</td>\r\n </tr>\r\n <tr>\r\n <td id=\"vBulletin_editor\" align=\"$stylevar[left]\">\r\n <!-- <<<< indent back for ease of reading --> \r\n\r\n<if condition=\"$WYSIWYG == 2\">\r\n<!-- wysiwyg quick reply -->\r\n\r\n <div id=\"controlbar\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td><div class=\"imagebutton\" id=\"cmd_removeformat\"><img src=\"$stylevar[imgdir_editor]/removeformat.gif\" alt=\"$vbphrase[remove_text_formatting]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n <if condition=\"$vboptions[allowedbbcodes] & ALLOW_BBCODE_BASIC\">\r\n <td><div class=\"imagebutton\" id=\"cmd_bold\"><img src=\"$stylevar[imgdir_editor]/bold.gif\" alt=\"$vbphrase[bold]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_italic\"><img src=\"$stylevar[imgdir_editor]/italic.gif\" alt=\"$vbphrase[italic]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><div class=\"imagebutton\" id=\"cmd_underline\"><img src=\"$stylevar[imgdir_editor]/underline.gif\" alt=\"$vbphrase[underline]\" width=\"21\" height=\"20\" /></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n </if>\r\n <td><div class=\"imagebutton\" id=\"cmd_wrap0_quote\"><img src=\"$stylevar[imgdir_editor]/quote.gif\" alt=\"$vbphrase[wrap_quote_tags]\" width=\"21\" height=\"20\" /></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\"controlbar\">\r\n <if condition=\"is_browser(\'ie\')\">\r\n <div id=\"htmlbox\" class=\"wysiwyg\" style=\"width:600px; height:100px; padding:8px\" tabindex=\"1\"><p></p></div>\r\n <else />\r\n <iframe id=\"htmlbox\" style=\"width:600px; height:100px\" tabindex=\"1\"></iframe>\r\n </if>\r\n <input type=\"hidden\" name=\"message\" id=\"qr_message\" value=\"\" />\r\n <input type=\"hidden\" name=\"WYSIWYG_HTML\" value=\"\" />\r\n </div>\r\n \r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_editor.js\"></script>\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_wysiwyg.js\"></script>\r\n <if condition=\"!is_browser(\'ie\')\"><script type=\"text/javascript\" src=\"clientscript/vbulletin_moziwyg.js\"></script></if>\r\n\r\n<!-- / wysiwyg quick reply -->\r\n</if>\r\n\r\n\r\n<if condition=\"$WYSIWYG == 1\">\r\n<!-- standard quick reply -->\r\n\r\n <div id=\"controlbar\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <if condition=\"$vboptions[allowedbbcodes] & ALLOW_BBCODE_BASIC\">\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'B\', \'\')\"><img src=\"$stylevar[imgdir_editor]/bold.gif\" alt=\"$vbphrase[bold]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'I\', \'\')\"><img src=\"$stylevar[imgdir_editor]/italic.gif\" alt=\"$vbphrase[italic]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'U\', \'\')\"><img src=\"$stylevar[imgdir_editor]/underline.gif\" alt=\"$vbphrase[underline]\" width=\"21\" height=\"20\" border=\"0\" /></a></div></td>\r\n <td><img src=\"$stylevar[imgdir_editor]/separator.gif\" alt=\"\" width=\"6\" height=\"20\" /></td>\r\n </if>\r\n <td><div class=\"imagebutton\"><a href=\"#\" onclick=\"return vbcode(\'QUOTE\', \'\')\"><img src=\"$stylevar[imgdir_editor]/quote.gif\" alt=\"$vbphrase[wrap_quote_tags]\" title=\"$vbphrase[wrap_quote_tags]\" width=\"21\" height=\"21\" border=\"0\" /></a></div></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div class=\"controlbar\">\r\n <textarea name=\"message\" id=\"qr_message\" class=\"bginput\" style=\"width:600px; height:100px\" cols=\"60\" rows=\"5\" tabindex=\"1\"></textarea>\r\n </div>\r\n \r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_editor.js\"></script>\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_stdedit.js\"></script>\r\n\r\n<!-- / standard quick reply -->\r\n</if>\r\n\r\n\r\n<if condition=\"$WYSIWYG == 0\"> \r\n<!-- no-toolbar quick reply -->\r\n\r\n <div class=\"controlbar\">\r\n <textarea name=\"message\" id=\"qr_message\" class=\"bginput\" style=\"width:600px; height:100px;\" rows=\"5\" cols=\"60\" tabindex=\"1\"></textarea> \r\n </div>\r\n\r\n<!-- / no-toolbar quick reply --> \r\n</if>\r\n\r\n\r\n <!-- >>>> outdent back to normal -->\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\" style=\"margin:$stylevar[formspacer]px 0px 0px 0px\">\r\n <legend>$vbphrase[options]</legend>\r\n <div>\r\n <if condition=\"$bbuserinfo[\'signature\']\">\r\n <div style=\"float:$stylevar[right]\">\r\n <label for=\"cb_signature\"><input type=\"checkbox\" name=\"signature\" value=\"1\" id=\"cb_signature\" tabindex=\"5\" checked=\"checked\" />$vbphrase[show_your_signature]</label>\r\n </div>\r\n </if>\r\n <label for=\"qr_quickreply\"><input type=\"checkbox\" name=\"quickreply\" value=\"1\" id=\"qr_quickreply\" accesskey=\"w\" tabindex=\"4\" />$vbphrase[quote_message_in_reply]</label>\r\n </div>\r\n </fieldset>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"fromquickreply\" value=\"1\" />\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"postreply\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" id=\"qr_threadid\" />\r\n <input type=\"hidden\" name=\"p\" value=\"$qrpostid\" id=\"qr_postid\" />\r\n <input type=\"hidden\" name=\"parseurl\" value=\"1\" />\r\n <input type=\"hidden\" name=\"clickedelm\" value=\"\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[post_quick_reply]\" accesskey=\"s\" title=\"(Alt + S)\" name=\"sbutton\" tabindex=\"2\" onclick=\"this.form.clickedelm.value=this.value\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[go_advanced]\" accesskey=\"x\" title=\"(Alt + X)\" name=\"preview\" tabindex=\"3\" id=\"qr_preview\" onclick=\"this.form.clickedelm.value = this.value\" />\r\n </div> \r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n<br />\r\n\r\n<if condition=\"!is_browser(\'ie\') AND $WYSIWYG == 2\">\r\n <!-- Mozilla work around for focusing on QR in WYSIWYG mode -->\r\n <div id=\"qr_scroll\"></div>\r\n</if>\r\n\r\n<script type=\"text/javascript\" src=\"clientscript/vbulletin_quickreply.js\"></script>\r\n<!-- END WYSWIWYG QUICK REPLY -->','template',1079419344,'Kier','3.0.0'),(281,-1,'SHOWTHREAD_SHOWPOST','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_single_post] - $threadinfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body style=\\\"margin:0px\\\" onload=\\\"self.focus()\\\">\r\n\r\n<form action=\\\"showpost.php\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-bottom-width:0px\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n <strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\\\">$threadinfo[title]</a>\r\n </div>\r\n $vbphrase[view_single_post]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-top-width:0px\\\">\r\n<tr>\r\n <td class=\\\"tfoot\\\" align=\\\"center\\\"><input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[close_this_window]\\\" onclick=\\\"self.close()\\\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[view_single_post] - $threadinfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body style=\"margin:0px\" onload=\"self.focus()\">\r\n\r\n<form action=\"showpost.php\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" style=\"border-bottom-width:0px\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <div class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\">$threadinfo[title]</a>\r\n </div>\r\n $vbphrase[view_single_post]\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" style=\"border-top-width:0px\">\r\n<tr>\r\n <td class=\"tfoot\" align=\"center\"><input type=\"button\" class=\"button\" value=\"$vbphrase[close_this_window]\" onclick=\"self.close()\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</body>\r\n</html>','template',1104624777,'Admin','3.0.4'),(282,-1,'showthread_similarthreadbit','<tr>\r\n <td class=\\\"alt1\\\" align=\\\"$stylevar[left]\\\">\" . (($simthread[\'issubscribed\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed.gif\\\" alt=\\\"\\\" title=\\\"$vbphrase[you_are_subscribed_to_this_thread]\\\" /> \") : (\"\")).\"<span class=\\\"smallfont\\\"><a href=\\\"showthread.php?$session[sessionurl]t=$simthread[threadid]\\\" title=\\\"$simthread[preview]\\\">$simthread[title]</a></span></td>\r\n <td class=\\\"alt2\\\" nowrap=\\\"nowrap\\\"><span class=\\\"smallfont\\\">$simthread[postusername]</span></td>\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\"><span class=\\\"smallfont\\\">$simthread[forumtitle]</span></td>\r\n <td class=\\\"alt2\\\" align=\\\"center\\\"><span class=\\\"smallfont\\\">$simthread[replycount]</span></td>\r\n <td class=\\\"alt1\\\" align=\\\"$stylevar[right]\\\"><span class=\\\"smallfont\\\">$simthread[lastreplydate] <span class=\\\"time\\\">$simthread[lastreplytime]</span></span></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"alt1\" align=\"$stylevar[left]\"><if condition=\"$simthread[\'issubscribed\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed.gif\" alt=\"\" title=\"$vbphrase[you_are_subscribed_to_this_thread]\" /> </if><span class=\"smallfont\"><a href=\"showthread.php?$session[sessionurl]t=$simthread[threadid]\" title=\"$simthread[preview]\">$simthread[title]</a></span></td>\r\n <td class=\"alt2\" nowrap=\"nowrap\"><span class=\"smallfont\">$simthread[postusername]</span></td>\r\n <td class=\"alt1\" nowrap=\"nowrap\"><span class=\"smallfont\">$simthread[forumtitle]</span></td>\r\n <td class=\"alt2\" align=\"center\"><span class=\"smallfont\">$simthread[replycount]</span></td>\r\n <td class=\"alt1\" align=\"$stylevar[right]\"><span class=\"smallfont\">$simthread[lastreplydate] <span class=\"time\">$simthread[lastreplytime]</span></span></td>\r\n</tr>\r\n','template',1075820941,'Kier','3.0.0 Release Candidate 4'),(283,-1,'showthread_similarthreads','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" width=\\\"100%\\\" colspan=\\\"5\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'similarthreads\')\\\"><img id=\\\"collapseimg_similarthreads\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_similarthreads].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[similar_threads]<a name=\\\"similarthreads\\\"></a>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_similarthreads\\\" style=\\\"$vbcollapse[collapseobj_similarthreads]\\\">\r\n<tr class=\\\"thead\\\" align=\\\"center\\\">\r\n <td class=\\\"thead\\\" width=\\\"40%\\\">$vbphrase[thread]</td>\r\n <td class=\\\"thead\\\" width=\\\"15%\\\" nowrap=\\\"nowrap\\\">$vbphrase[thread_starter]</td>\r\n <td class=\\\"thead\\\" width=\\\"20%\\\">$vbphrase[forum]</td>\r\n <td class=\\\"thead\\\" width=\\\"5%\\\">$vbphrase[replies]</td>\r\n <td class=\\\"thead\\\" width=\\\"20%\\\">$vbphrase[last_post]</td>\r\n</tr>\r\n$similarthreadbits\r\n</tbody>\r\n</table>\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" width=\"100%\" colspan=\"5\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'similarthreads\')\"><img id=\"collapseimg_similarthreads\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_similarthreads].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[similar_threads]<a name=\"similarthreads\"></a>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_similarthreads\" style=\"$vbcollapse[collapseobj_similarthreads]\">\r\n<tr class=\"thead\" align=\"center\">\r\n <td class=\"thead\" width=\"40%\">$vbphrase[thread]</td>\r\n <td class=\"thead\" width=\"15%\" nowrap=\"nowrap\">$vbphrase[thread_starter]</td>\r\n <td class=\"thead\" width=\"20%\">$vbphrase[forum]</td>\r\n <td class=\"thead\" width=\"5%\">$vbphrase[replies]</td>\r\n <td class=\"thead\" width=\"20%\">$vbphrase[last_post]</td>\r\n</tr>\r\n$similarthreadbits\r\n</tbody>\r\n</table>\r\n','template',1076043957,'Kier','3.0.0 Release Candidate 4'),(284,-1,'smiliepopup','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vbphrase[smilie_list] - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\\\"margin:0px\\\" onload=\\\"self.focus()\\\">\r\n\r\n<form action=\\\"misc.php\\\" method=\\\"get\\\">\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"$getsmilies\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"wysiwyg\\\" value=\\\"$wysiwyg\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">\r\n $vbphrase[smilie_list]\r\n <div class=\\\"smallfont\\\">$vbphrase[click_a_smilie_to_insert_it_into_your_message]</div>\r\n </td>\r\n</tr>\r\n$smiliebits\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"4\\\" align=\\\"center\\\"><input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[close_this_window]\\\" onclick=\\\"self.close()\\\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vbphrase[smilie_list] - $vboptions[bbtitle]</title>\r\n$headinclude\r\n</head>\r\n<body style=\"margin:0px\" onload=\"self.focus()\">\r\n\r\n<form action=\"misc.php\" method=\"get\">\r\n<input type=\"hidden\" name=\"do\" value=\"$getsmilies\" />\r\n<input type=\"hidden\" name=\"wysiwyg\" value=\"$wysiwyg\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"4\">\r\n $vbphrase[smilie_list]\r\n <div class=\"smallfont\">$vbphrase[click_a_smilie_to_insert_it_into_your_message]</div>\r\n </td>\r\n</tr>\r\n$smiliebits\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"4\" align=\"center\"><input type=\"button\" class=\"button\" value=\"$vbphrase[close_this_window]\" onclick=\"self.close()\" /></td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n</body>\r\n</html>','template',1078207842,'Ed Sullivan','3.0.0'),(285,-1,'smiliepopup_category','<tr>\r\n <td class=\\\"thead\\\" align=\\\"center\\\" colspan=\\\"4\\\"><div class=\\\"smallfont\\\"><strong>$category</strong></div></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"thead\" align=\"center\" colspan=\"4\"><div class=\"smallfont\"><strong>$category</strong></div></td>\r\n</tr>\r\n','template',1069099452,'Kier','3.0.0 Gamma'),(286,-1,'smiliepopup_row','<tr valign=\\\"top\\\">\r\n$smiliecells\r\n</tr>\r\n','<tr valign=\"top\">\r\n$smiliecells\r\n</tr>\r\n','template',1069099457,'Kier','3.0.0 Gamma'),(287,-1,'smiliepopup_smilie','\" . (($show[\'wysiwyg\']) ? (\"\r\n <td class=\\\"$bgclass\\\"><a href=\\\"#\\\" onclick=\\\"opener.insert_smilie(this, $smilie[smilieid]); self.focus(); return false;\\\"><img src=\\\"$smilie[path]\\\" alt=\\\"$smilie[title]\\\" border=\\\"0\\\" /></a></td>\r\n\") : (\"\r\n <td class=\\\"$bgclass\\\"><a href=\\\"#\\\" onclick=\\\"opener.smilie(\'$smilie[js]\'); self.focus(); return false;\\\"><img src=\\\"$smilie[path]\\\" alt=\\\"$smilie[title]\\\" border=\\\"0\\\" /></a></td>\r\n\")).\"\r\n <td class=\\\"$bgclass\\\">$smilie[text]</td>\r\n','<if condition=\"$show[\'wysiwyg\']\">\r\n <td class=\"$bgclass\"><a href=\"#\" onclick=\"opener.insert_smilie(this, $smilie[smilieid]); self.focus(); return false;\"><img src=\"$smilie[path]\" alt=\"$smilie[title]\" border=\"0\" /></a></td>\r\n<else />\r\n <td class=\"$bgclass\"><a href=\"#\" onclick=\"opener.smilie(\'$smilie[js]\'); self.focus(); return false;\"><img src=\"$smilie[path]\" alt=\"$smilie[title]\" border=\"0\" /></a></td>\r\n</if>\r\n <td class=\"$bgclass\">$smilie[text]</td>\r\n','template',1073520306,'Ed Sullivan','3.0.0 Release Candidate 3'),(288,-1,'smiliepopup_straggler','\" . (($show[\'wysiwyg\']) ? (\"\r\n <td class=\\\"$bgclass\\\"><a href=\\\"#\\\" onclick=\\\"opener.insert_smilie(this, $smilie[smilieid]); self.focus(); return false;\\\"><img src=\\\"$smilie[path]\\\" alt=\\\"$smilie[title]\\\" border=\\\"0\\\" /></a></td>\r\n\") : (\"\r\n <td class=\\\"$bgclass\\\"><a href=\\\"#\\\" onclick=\\\"opener.smilie(\'$smilie[js]\'); self.focus(); return false;\\\"><img src=\\\"$smilie[path]\\\" alt=\\\"$smilie[title]\\\" border=\\\"0\\\" /></a></td>\r\n\")).\"\r\n <td class=\\\"$bgclass\\\" colspan=\\\"3\\\">$smilie[text]</td>\r\n','<if condition=\"$show[\'wysiwyg\']\">\r\n <td class=\"$bgclass\"><a href=\"#\" onclick=\"opener.insert_smilie(this, $smilie[smilieid]); self.focus(); return false;\"><img src=\"$smilie[path]\" alt=\"$smilie[title]\" border=\"0\" /></a></td>\r\n<else />\r\n <td class=\"$bgclass\"><a href=\"#\" onclick=\"opener.smilie(\'$smilie[js]\'); self.focus(); return false;\"><img src=\"$smilie[path]\" alt=\"$smilie[title]\" border=\"0\" /></a></td>\r\n</if>\r\n <td class=\"$bgclass\" colspan=\"3\">$smilie[text]</td>\r\n','template',1073520745,'Ed Sullivan','3.0.0 Release Candidate 3'),(289,-1,'SUBSCRIBE','<!-- topic table -->\r\n<form action=\\\"subscription.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"viewsubscription\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"type\\\" value=\\\"thread\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'subslistinfo\')\\\"><img id=\\\"collapseimg_subslistinfo\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_subslistinfo].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[subscribed_threads_in_folder]<span class=\\\"normal\\\">: <span id=\\\"nav_subsfolders.listinfo\\\">\" . (($show[\'allfolders\']) ? (\"$vbphrase[all]\") : (\"$folder\")).\" <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_subsfolders.listinfo\\\"); </script></span></span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_subslistinfo\\\" style=\\\"$vbcollapse[collapseobj_subslistinfo]\\\">\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[folder_controls]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[jump_to_folder]:<br />\r\n <select name=\\\"folderid\\\" onchange=\\\"window.location=(\'subscription.php?$session[sessionurl]do=viewsubscription&folderid=\'+this.options[this.selectedIndex].value)\\\">\r\n $folderjump\r\n </select>$gobutton\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <a href=\\\"subscription.php?$session[sessionurl]do=viewsubscription&daysprune=-1&folderid=all\\\">$vbphrase[view_all_subscribed_threads]</a> |\r\n <a href=\\\"subscription.php?$session[sessionurl]do=editfolders\\\">$vbphrase[edit_folders]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<br />\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<!-- topic table -->\r\n<form action=\\\"subscription.php\\\" method=\\\"post\\\" name=\\\"form\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dostuff\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"folderid\\\" value=\\\"$folderid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"6\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[threads]</strong>: $totalallthreads</span>\r\n $vbphrase[subscribed_threads_in_folder]<span class=\\\"normal\\\">: <span id=\\\"nav_subsfolders.threadlist\\\">\" . (($show[\'allfolders\']) ? (\"$vbphrase[all]\") : (\"$folder\")).\" <script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_subsfolders.threadlist\\\") </script></span></span>\r\n </td>\r\n</tr>\r\n\" . (($show[\'havethreads\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\"> </td>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\">\r\n <a href=\\\"$sorturl&order=asc&sort=title\\\">$vbphrase[thread]</a> $sortarrow[title] /\r\n <a href=\\\"$sorturl&order=asc&sort=postusername\\\">$vbphrase[thread_starter]</a> $sortarrow[postusername]\r\n </td>\r\n <td class=\\\"thead\\\" width=\\\"150\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><span style=\\\"white-space:nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=lastpost\\\">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>\r\n <!--<td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=replycount\\\">$vbphrase[replies]</a> $sortarrow[replycount]</td>-->\r\n <!--<td class=\\\"thead\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\"><a href=\\\"$sorturl&order=desc&sort=views\\\">$vbphrase[views]</a> $sortarrow[views]</td>-->\r\n <td class=\\\"thead\\\">$vbphrase[notification]</td>\r\n <td class=\\\"thead\\\"><input name=\\\"allbox\\\" type=\\\"checkbox\\\" value=\\\"Check All\\\" title=\\\"$vbphrase[check_uncheck_all]\\\" onClick=\\\"checkall(this.form);\\\" /></td>\r\n</tr>\r\n$threadbits\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"6\\\" align=\\\"$stylevar[right]\\\"><div class=\\\"smallfont\\\">\r\n \r\n $vbphrase[selected_threads]:\r\n <select name=\\\"what\\\">\r\n <optgroup label=\\\"$vbphrase[move_delete_subscriptions]\\\">\r\n <option value=\\\"move\\\">$vbphrase[move_to_folder]...</option>\r\n <option value=\\\"delete\\\">$vbphrase[delete_subscription]</option>\r\n </optgroup>\r\n <optgroup label=\\\"$vbphrase[update_subscription_type]\\\">\r\n <option value=\\\"update0\\\">$vbphrase[no_email_notification]</option>\r\n <option value=\\\"update1\\\">$vbphrase[instant_email_notification]</option>\r\n <option value=\\\"update2\\\">$vbphrase[daily_email_notification]</option>\r\n <option value=\\\"update3\\\">$vbphrase[weekly_email_notification]</option>\r\n </optgroup> \r\n </select>$gobutton\r\n \r\n </div></td>\r\n</tr>\r\n\") : (\"\r\n <tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" colspan=\\\"6\\\">\r\n <br />\r\n $vbphrase[folder_is_currently_empty]\r\n <br />\r\n <br />\r\n </td>\r\n </tr>\r\n\")).\"\r\n</table>\r\n\r\n</form>\r\n<!-- / topic table -->\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n<!-- icon key and forum jump -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td width=\\\"100%\\\">\r\n <!-- icon key -->\r\n <table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr align=\\\"$stylevar[left]\\\">\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_new.gif\\\" alt=\\\"$vbphrase[new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread.gif\\\" alt=\\\"$vbphrase[no_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[no_new_posts]</td>\r\n </tr>\r\n \" . (($vboptions[\'usehotthreads\']) ? (\"\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_hot_new.gif\\\" alt=\\\"$vbphrase[hot_thread_with_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"$vboptions[hotnumberposts]\", \"$vboptions[hotnumberviews]\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_hot.gif\\\" alt=\\\"$vbphrase[hot_thread_with_no_new_posts]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"$vboptions[hotnumberposts]\", \"$vboptions[hotnumberviews]\") . \"</td>\r\n </tr>\r\n \") : (\"\")).\"\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_lock.gif\\\" alt=\\\"$vbphrase[closed_thread]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[thread_is_closed]</td>\r\n </tr>\r\n \" . (($show[\'dotthreads\']) ? (\"\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/thread_dot.gif\\\" alt=\\\"$vbphrase[thread_contains_a_message_written_by_you]\\\" border=\\\"0\\\" /></td>\r\n <td class=\\\"smallfont\\\">$vbphrase[you_have_posted_in_this_thread]</td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n <!-- / icon key -->\r\n </td>\r\n \r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / icon key and forum jump -->','<!-- topic table -->\r\n<form action=\"subscription.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"viewsubscription\" />\r\n<input type=\"hidden\" name=\"type\" value=\"thread\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'subslistinfo\')\"><img id=\"collapseimg_subslistinfo\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_subslistinfo].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[subscribed_threads_in_folder]<span class=\"normal\">: <span id=\"nav_subsfolders.listinfo\"><if condition=\"$show[\'allfolders\']\">$vbphrase[all]<else />$folder</if> <script type=\"text/javascript\"> vbmenu_register(\"nav_subsfolders.listinfo\"); </script></span></span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_subslistinfo\" style=\"$vbcollapse[collapseobj_subslistinfo]\">\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[folder_controls]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[jump_to_folder]:<br />\r\n <select name=\"folderid\" onchange=\"window.location=(\'subscription.php?$session[sessionurl]do=viewsubscription&folderid=\'+this.options[this.selectedIndex].value)\">\r\n $folderjump\r\n </select>$gobutton\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <a href=\"subscription.php?$session[sessionurl]do=viewsubscription&daysprune=-1&folderid=all\">$vbphrase[view_all_subscribed_threads]</a> |\r\n <a href=\"subscription.php?$session[sessionurl]do=editfolders\">$vbphrase[edit_folders]</a>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<br />\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<!-- topic table -->\r\n<form action=\"subscription.php\" method=\"post\" name=\"form\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"dostuff\" />\r\n<input type=\"hidden\" name=\"folderid\" value=\"$folderid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"6\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[threads]</strong>: $totalallthreads</span>\r\n $vbphrase[subscribed_threads_in_folder]<span class=\"normal\">: <span id=\"nav_subsfolders.threadlist\"><if condition=\"$show[\'allfolders\']\">$vbphrase[all]<else />$folder</if> <script type=\"text/javascript\"> vbmenu_register(\"nav_subsfolders.threadlist\") </script></span></span>\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'havethreads\']\">\r\n<tr>\r\n <td class=\"thead\" colspan=\"2\"> </td>\r\n <td class=\"thead\" width=\"100%\">\r\n <a href=\"$sorturl&order=asc&sort=title\">$vbphrase[thread]</a> $sortarrow[title] /\r\n <a href=\"$sorturl&order=asc&sort=postusername\">$vbphrase[thread_starter]</a> $sortarrow[postusername]\r\n </td>\r\n <td class=\"thead\" width=\"150\" align=\"center\" nowrap=\"nowrap\"><span style=\"white-space:nowrap\"><a href=\"$sorturl&order=desc&sort=lastpost\">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>\r\n <!--<td class=\"thead\" align=\"center\" nowrap=\"nowrap\"><a href=\"$sorturl&order=desc&sort=replycount\">$vbphrase[replies]</a> $sortarrow[replycount]</td>-->\r\n <!--<td class=\"thead\" align=\"center\" nowrap=\"nowrap\"><a href=\"$sorturl&order=desc&sort=views\">$vbphrase[views]</a> $sortarrow[views]</td>-->\r\n <td class=\"thead\">$vbphrase[notification]</td>\r\n <td class=\"thead\"><input name=\"allbox\" type=\"checkbox\" value=\"Check All\" title=\"$vbphrase[check_uncheck_all]\" onClick=\"checkall(this.form);\" /></td>\r\n</tr>\r\n$threadbits\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"6\" align=\"$stylevar[right]\"><div class=\"smallfont\">\r\n \r\n $vbphrase[selected_threads]:\r\n <select name=\"what\">\r\n <optgroup label=\"$vbphrase[move_delete_subscriptions]\">\r\n <option value=\"move\">$vbphrase[move_to_folder]...</option>\r\n <option value=\"delete\">$vbphrase[delete_subscription]</option>\r\n </optgroup>\r\n <optgroup label=\"$vbphrase[update_subscription_type]\">\r\n <option value=\"update0\">$vbphrase[no_email_notification]</option>\r\n <option value=\"update1\">$vbphrase[instant_email_notification]</option>\r\n <option value=\"update2\">$vbphrase[daily_email_notification]</option>\r\n <option value=\"update3\">$vbphrase[weekly_email_notification]</option>\r\n </optgroup> \r\n </select>$gobutton\r\n \r\n </div></td>\r\n</tr>\r\n<else />\r\n <tr>\r\n <td class=\"alt1\" align=\"center\" colspan=\"6\">\r\n <br />\r\n $vbphrase[folder_is_currently_empty]\r\n <br />\r\n <br />\r\n </td>\r\n </tr>\r\n</if>\r\n</table>\r\n\r\n</form>\r\n<!-- / topic table -->\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<br />\r\n\r\n<!-- icon key and forum jump -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td width=\"100%\">\r\n <!-- icon key -->\r\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n <tr align=\"$stylevar[left]\">\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_new.gif\" alt=\"$vbphrase[new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[new_posts]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread.gif\" alt=\"$vbphrase[no_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[no_new_posts]</td>\r\n </tr>\r\n <if condition=\"$vboptions[\'usehotthreads\']\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_hot_new.gif\" alt=\"$vbphrase[hot_thread_with_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"><phrase 1=\"$vboptions[hotnumberposts]\" 2=\"$vboptions[hotnumberviews]\">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_hot.gif\" alt=\"$vbphrase[hot_thread_with_no_new_posts]\" border=\"0\" /></td>\r\n <td class=\"smallfont\"><phrase 1=\"$vboptions[hotnumberposts]\" 2=\"$vboptions[hotnumberviews]\">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>\r\n </tr>\r\n </if>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_lock.gif\" alt=\"$vbphrase[closed_thread]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[thread_is_closed]</td>\r\n </tr>\r\n <if condition=\"$show[\'dotthreads\']\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/thread_dot.gif\" alt=\"$vbphrase[thread_contains_a_message_written_by_you]\" border=\"0\" /></td>\r\n <td class=\"smallfont\">$vbphrase[you_have_posted_in_this_thread]</td>\r\n </tr>\r\n </if>\r\n </table>\r\n <!-- / icon key -->\r\n </td>\r\n \r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / icon key and forum jump -->','template',1088641869,'Kier','3.0.2'),(290,-1,'subscribe_choosetype','<form method=\\\"post\\\" action=\\\"subscription.php\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"addsubscription\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"{$type}id\\\" value=\\\"$id\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n \" . (($show[\'subscribetothread\']) ? (\"\r\n $vbphrase[subscribe_to_thread]<span class=\\\"normal\\\">: $threadinfo[title]</span>\r\n \") : (\"\r\n $vbphrase[subscribe_to_forum]<span class=\\\"normal\\\">: $foruminfo[title]</span>\r\n \")).\"\r\n </td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <table class=\\\"fieldset\\\" cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[notification_type]:<br />\r\n <select name=\\\"emailupdate\\\">\r\n <option value=\\\"0\\\" $emailselected[0]>$vbphrase[no_email_notification]</option>\r\n \" . (($show[\'subscribetothread\']) ? (\"\r\n <option value=\\\"1\\\" $emailselected[1]>$vbphrase[instant_notification_by_email]</option>\r\n \") : (\"\")).\"\r\n <option value=\\\"2\\\" $emailselected[2]>$vbphrase[daily_updates_by_email]</option>\r\n <option value=\\\"3\\\" $emailselected[3]>$vbphrase[weekly_updates_by_email]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n \" . (($show[\'folders\']) ? (\"\r\n <tr>\r\n <td>\r\n $vbphrase[folder]:<br />\r\n <select name=\\\"folderid\\\">\r\n $folderbits\r\n </select>\r\n </td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[add_subscription]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form method=\"post\" action=\"subscription.php\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"addsubscription\" />\r\n<input type=\"hidden\" name=\"{$type}id\" value=\"$id\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <if condition=\"$show[\'subscribetothread\']\">\r\n $vbphrase[subscribe_to_thread]<span class=\"normal\">: $threadinfo[title]</span>\r\n <else />\r\n $vbphrase[subscribe_to_forum]<span class=\"normal\">: $foruminfo[title]</span>\r\n </if>\r\n </td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <table class=\"fieldset\" cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" align=\"center\">\r\n <tr>\r\n <td>\r\n $vbphrase[notification_type]:<br />\r\n <select name=\"emailupdate\">\r\n <option value=\"0\" $emailselected[0]>$vbphrase[no_email_notification]</option>\r\n <if condition=\"$show[\'subscribetothread\']\">\r\n <option value=\"1\" $emailselected[1]>$vbphrase[instant_notification_by_email]</option>\r\n </if>\r\n <option value=\"2\" $emailselected[2]>$vbphrase[daily_updates_by_email]</option>\r\n <option value=\"3\" $emailselected[3]>$vbphrase[weekly_updates_by_email]</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <if condition=\"$show[\'folders\']\">\r\n <tr>\r\n <td>\r\n $vbphrase[folder]:<br />\r\n <select name=\"folderid\">\r\n $folderbits\r\n </select>\r\n </td>\r\n </tr>\r\n </if>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[add_subscription]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526902,'Kier','3.0.0 Gamma'),(291,-1,'subscribe_folderbit','<tr>\r\n <td>$vbphrase[folder_name] <!--$foldercount--><br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"folderlist[$folderid]\\\" value=\\\"$title\\\" size=\\\"50\\\" maxlength=\\\"25\\\" /></td>\r\n</tr>\r\n','<tr>\r\n <td>$vbphrase[folder_name] <!--$foldercount--><br /><input type=\"text\" class=\"bginput\" name=\"folderlist[$folderid]\" value=\"$title\" size=\"50\" maxlength=\"25\" /></td>\r\n</tr>\r\n','template',1070096688,'Ed Sullivan','3.0.0 Gamma'),(292,-1,'subscribe_move','<form method=\\\"post\\\" action=\\\"subscription.php\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"movethread\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"ids\\\" value=\\\"$ids\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[move_subscribed_threads]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>\" . construct_phrase(\"$vbphrase[move_x_items_from_y]\", \"$numthreads\", \"$fromfolder\") . \"</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[select_destination_folder_for_move]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[folder_name]:<br />\r\n <select name=\\\"folderid\\\">$folderoptions</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[move_items]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form method=\"post\" action=\"subscription.php\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"movethread\" />\r\n<input type=\"hidden\" name=\"ids\" value=\"$ids\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[move_subscribed_threads]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend><phrase 1=\"$numthreads\" 2=\"$fromfolder\">$vbphrase[move_x_items_from_y]</phrase></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[select_destination_folder_for_move]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[folder_name]:<br />\r\n <select name=\"folderid\">$folderoptions</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[move_items]\" accesskey=\"s\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526902,'Kier','3.0.0 Gamma'),(293,-1,'subscribe_showfolders','<form action=\\\"subscription.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"doeditfolders\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_folders]</td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth_usercp]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'customfolders\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[your_folders]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\"> \r\n $folderboxes\r\n <tr>\r\n <td>$vbphrase[to_rename_a_folder]</td>\r\n </tr>\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[to_delete_a_folder_subs]\", \"$defaultfolder\") . \"</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[add_new_folders]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $newfolderboxes\r\n <tr>\r\n <td>$vbphrase[to_add_a_new_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"doeditfolders\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_folders]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"subscription.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"doeditfolders\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_folders]</td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth_usercp]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'customfolders\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[your_folders]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\"> \r\n $folderboxes\r\n <tr>\r\n <td>$vbphrase[to_rename_a_folder]</td>\r\n </tr>\r\n <tr>\r\n <td><phrase 1=\"$defaultfolder\">$vbphrase[to_delete_a_folder_subs]</phrase></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[add_new_folders]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $newfolderboxes\r\n <tr>\r\n <td>$vbphrase[to_add_a_new_folder]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"do\" value=\"doeditfolders\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_folders]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1086392950,'freddie','3.0.2'),(294,-1,'subscription','\" . (($show[\'activesubscriptions\']) ? (\"\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"3\\\">$vbphrase[active_subscriptions]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[subscription_title]</td>\r\n <td class=\\\"thead\\\">$vbphrase[start_date]</td>\r\n <td class=\\\"thead\\\">$vbphrase[expiry_date]</td>\r\n</tr>\r\n$subscribedbits\r\n</table>\r\n<br />\r\n\") : (\"\")).\"\r\n\" . (($show[\'subscriptions\']) ? (\"\r\n<form action=\\\"subscriptions.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"order\\\" />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[available_subscriptions]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n $subscriptionbits\r\n \r\n <div class=\\\"fieldset\\\" style=\\\"margin:0px; padding:$stylevar[formspacer]px\\\">\r\n $vbphrase[validity_periods_marked_indicate]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n\") : (\"\")).\"','<if condition=\"$show[\'activesubscriptions\']\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"3\">$vbphrase[active_subscriptions]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[subscription_title]</td>\r\n <td class=\"thead\">$vbphrase[start_date]</td>\r\n <td class=\"thead\">$vbphrase[expiry_date]</td>\r\n</tr>\r\n$subscribedbits\r\n</table>\r\n<br />\r\n</if>\r\n<if condition=\"$show[\'subscriptions\']\">\r\n<form action=\"subscriptions.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"order\" />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[available_subscriptions]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n $subscriptionbits\r\n \r\n <div class=\"fieldset\" style=\"margin:0px; padding:$stylevar[formspacer]px\">\r\n $vbphrase[validity_periods_marked_indicate]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n</if>','template',1079675286,'Scott','3.0.1'),(295,-1,'subscription_activebit','<tr>\r\n <td class=\\\"alt1\\\">$subscription[title]</td>\r\n <td class=\\\"alt2\\\">$joindate</td>\r\n <td class=\\\"alt1\\\">$enddate</td>\r\n</tr>','<tr>\r\n <td class=\"alt1\">$subscription[title]</td>\r\n <td class=\"alt2\">$joindate</td>\r\n <td class=\"alt1\">$enddate</td>\r\n</tr>','template',1069828812,'Kier','3.0.0 Gamma'),(296,-1,'subscription_availablebit','<fieldset class=\\\"fieldset\\\">\r\n <legend>$subscription[title]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td width=\\\"67%\\\" valign=\\\"top\\\" rowspan=\\\"2\\\">\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\"><strong>$subscription[title]</strong></div>\r\n $subscription[description]\r\n </td>\r\n <td width=\\\"3%\\\" rowspan=\\\"2\\\" style=\\\"border-$stylevar[left]:1px solid $stylevar[tborder_bgcolor]\\\"> </td>\r\n <td width=\\\"30%\\\" valign=\\\"top\\\">\r\n $vbphrase[validity_period]:\r\n <strong>$subscription[length] $subscription[units]\" . (($show[\'will_extend\']) ? (\"<strong class=\\\"highlight\\\">*</strong>\") : (\"\")).\"</strong>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td valign=\\\"bottom\\\" nowrap=\\\"nowrap\\\">\r\n $vbphrase[cost]:<br />\r\n <select name=\\\"currency[$subscription[subscriptionid]]\\\" style=\\\"width:125px\\\">$subscription[cost]</select>\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"subscriptionids[$subscriptionid]\\\" value=\\\"$vbphrase[order]\\\" style=\\\"font-weight:normal\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend>$subscription[title]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td width=\"67%\" valign=\"top\" rowspan=\"2\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\"><strong>$subscription[title]</strong></div>\r\n $subscription[description]\r\n </td>\r\n <td width=\"3%\" rowspan=\"2\" style=\"border-$stylevar[left]:1px solid $stylevar[tborder_bgcolor]\"> </td>\r\n <td width=\"30%\" valign=\"top\">\r\n $vbphrase[validity_period]:\r\n <strong>$subscription[length] $subscription[units]<if condition=\"$show[\'will_extend\']\"><strong class=\"highlight\">*</strong></if></strong>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td valign=\"bottom\" nowrap=\"nowrap\">\r\n $vbphrase[cost]:<br />\r\n <select name=\"currency[$subscription[subscriptionid]]\" style=\"width:125px\">$subscription[cost]</select>\r\n <input type=\"submit\" class=\"button\" name=\"subscriptionids[$subscriptionid]\" value=\"$vbphrase[order]\" style=\"font-weight:normal\" />\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','template',1072807552,'Boxy','3.0.0 Release Candidate 1'),(297,-1,'subscription_payment','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[select_payment_method]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[to_pay_for_your_subscription]\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[subscription]:</td>\r\n <td><strong>$subscription_title</strong></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[cost]:</td>\r\n <td><strong>$subscription_cost</strong></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n $orderbits\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[select_payment_method]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[to_pay_for_your_subscription]\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[subscription]:</td>\r\n <td><strong>$subscription_title</strong></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[cost]:</td>\r\n <td><strong>$subscription_cost</strong></td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n $orderbits\r\n \r\n </div>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>','template',1070663776,'freddie','3.0.0 Gamma'),(298,-1,'subscription_paymentbit','<form action=\\\"$form[action]\\\" method=\\\"$form[method]\\\">\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>\" . construct_phrase(\"$vbphrase[order_using_x]\", \"{$vbphrase[$type]}\") . \"</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div style=\\\"margin-bottom:$stylevar[formspacer]px\\\">$vbphrase[$typetext]</div>\r\n <div>\r\n $form[hiddenfields]\r\n <input type=\\\"submit\\\" class=\\\"button\\\" style=\\\"font-weight:normal\\\" value=\\\"\" . construct_phrase(\"$vbphrase[order_using_x]\", \"{$vbphrase[$type]}\") . \"\\\" />\r\n </div>\r\n </div>\r\n </fieldset>\r\n</form>\r\n','<form action=\"$form[action]\" method=\"$form[method]\">\r\n <fieldset class=\"fieldset\">\r\n <legend><phrase 1=\"{$vbphrase[$type]}\">$vbphrase[order_using_x]</phrase></legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div style=\"margin-bottom:$stylevar[formspacer]px\">$vbphrase[$typetext]</div>\r\n <div>\r\n $form[hiddenfields]\r\n <input type=\"submit\" class=\"button\" style=\"font-weight:normal\" value=\"<phrase 1=\"{$vbphrase[$type]}\">$vbphrase[order_using_x]</phrase>\" />\r\n </div>\r\n </div>\r\n </fieldset>\r\n</form>\r\n','template',1078355651,'Scott','3.0.0'),(299,-1,'THREADADMIN','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n$parentpostassoc\r\n\r\nfunction CheckChildren(postid, value)\r\n{\r\n // check this box\r\n fetch_object(\\\"checkpost\\\" + postid).checked = value;\r\n\r\n // check check children\r\n for (i in parentassoc)\r\n {\r\n if (parentassoc[i] == postid)\r\n {\r\n CheckChildren(i, value);\r\n }\r\n }\r\n\r\n return false;\r\n}\r\nfunction CheckAllPosts(formobj)\r\n{\r\n for (var i = 0; i < formobj.elements.length; i++)\r\n {\r\n element = formobj.elements[i];\r\n if (element.type == \\\"checkbox\\\" && element.name.indexOf(\\\"checkpost\\\") == 0)\r\n {\r\n element.checked = formobj.allbox.checked;\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n<script type=\"text/javascript\">\r\n<!--\r\n$parentpostassoc\r\n\r\nfunction CheckChildren(postid, value)\r\n{\r\n // check this box\r\n fetch_object(\"checkpost\" + postid).checked = value;\r\n\r\n // check check children\r\n for (i in parentassoc)\r\n {\r\n if (parentassoc[i] == postid)\r\n {\r\n CheckChildren(i, value);\r\n }\r\n }\r\n\r\n return false;\r\n}\r\nfunction CheckAllPosts(formobj)\r\n{\r\n for (var i = 0; i < formobj.elements.length; i++)\r\n {\r\n element = formobj.elements[i];\r\n if (element.type == \"checkbox\" && element.name.indexOf(\"checkpost\") == 0)\r\n {\r\n element.checked = formobj.allbox.checked;\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n</body>\r\n</html>','template',1069997826,'Kier','3.0.0 Gamma'); INSERT INTO `template` VALUES (300,-1,'threadadmin_deleteposts','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dodeleteposts\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[delete_posts]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'softdelete\'] OR $show[\'harddelete\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[delete_options]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \" . (($show[\'softdelete\']) ? (\"\r\n <div>\r\n <label for=\\\"rb_del_soft\\\"><input type=\\\"radio\\\" name=\\\"type\\\" value=\\\"0\\\" id=\\\"rb_del_soft\\\" checked=\\\"checked\\\" />$vbphrase[delete_message]</label>\r\n (<label for=\\\"cb_keepattachments\\\"><input type=\\\"checkbox\\\" name=\\\"keepattachments\\\" value=\\\"1\\\" id=\\\"cb_keepattachments\\\" />$vbphrase[keep_attachments]</label>)\r\n </div>\r\n \") : (\"\")).\"\r\n \" . (($show[\'harddelete\']) ? (\"\r\n <div>\r\n <label for=\\\"rb_del_hard\\\"><input type=\\\"radio\\\" name=\\\"type\\\" value=\\\"1\\\" id=\\\"rb_del_hard\\\" />$vbphrase[physically_remove_message]</label>\r\n </div>\r\n \") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"deletereason\\\" value=\\\"$threadinfo[del_reason]\\\" size=\\\"50\\\" maxlength=\\\"125\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <div class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <label for=\\\"cb_allbox\\\"><input type=\\\"checkbox\\\" name=\\\"allbox\\\" id=\\\"cb_allbox\\\" checked=\\\"checked\\\" onclick=\\\"CheckAllPosts(this.form);\\\" />$vbphrase[check_uncheck_all]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_posts]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<div style=\\\"padding:$stylevar[cellpadding]\\\" align=\\\"center\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_posts]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" />\r\n</div>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"dodeleteposts\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[delete_posts]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'softdelete\'] OR $show[\'harddelete\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[delete_options]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n <if condition=\"$show[\'softdelete\']\">\r\n <div>\r\n <label for=\"rb_del_soft\"><input type=\"radio\" name=\"type\" value=\"0\" id=\"rb_del_soft\" checked=\"checked\" />$vbphrase[delete_message]</label>\r\n (<label for=\"cb_keepattachments\"><input type=\"checkbox\" name=\"keepattachments\" value=\"1\" id=\"cb_keepattachments\" />$vbphrase[keep_attachments]</label>)\r\n </div>\r\n </if>\r\n <if condition=\"$show[\'harddelete\']\">\r\n <div>\r\n <label for=\"rb_del_hard\"><input type=\"radio\" name=\"type\" value=\"1\" id=\"rb_del_hard\" />$vbphrase[physically_remove_message]</label>\r\n </div>\r\n </if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"deletereason\" value=\"$threadinfo[del_reason]\" size=\"50\" maxlength=\"125\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <div class=\"fieldset\" style=\"margin:0px\">\r\n <label for=\"cb_allbox\"><input type=\"checkbox\" name=\"allbox\" id=\"cb_allbox\" checked=\"checked\" onclick=\"CheckAllPosts(this.form);\" />$vbphrase[check_uncheck_all]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_posts]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" /> \r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<div style=\"padding:$stylevar[cellpadding]\" align=\"center\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_posts]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" />\r\n</div>\r\n\r\n</form>','template',1075854370,'Kier','3.0.0 Release Candidate 4'),(301,-1,'threadadmin_deletethread','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dodeletethread\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[delete_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[deletion_options]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[how_would_you_like_to_delete_this_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n \" . (($show[\'softdelete\']) ? (\"<div>\r\n <label for=\\\"rb_deletetype_1\\\"><input type=\\\"radio\\\" name=\\\"deletetype\\\" value=\\\"1\\\" id=\\\"rb_deletetype_1\\\" checked=\\\"checked\\\" />$vbphrase[soft_delete_leave_deleted_message]</label>\r\n (<label for=\\\"cb_keepattachments\\\"><input type=\\\"checkbox\\\" name=\\\"keepattachments\\\" value=\\\"1\\\" id=\\\"cb_keepattachments\\\" />$vbphrase[keep_attachments]</label>)\r\n </div>\") : (\"\")).\"\r\n \" . (($show[\'harddelete\']) ? (\"<div>\r\n <label for=\\\"rb_deletetype_2\\\"><input type=\\\"radio\\\" name=\\\"deletetype\\\" value=\\\"2\\\" id=\\\"rb_deletetype_2\\\" onselect=\\\"alert(\'moo\')\\\" />$vbphrase[physically_remove_it]</label>\r\n </div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"deletereason\\\" value=\\\"$threadinfo[del_reason]\\\" size=\\\"50\\\" maxlength=\\\"125\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_thread]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"dodeletethread\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[delete_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[deletion_options]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[how_would_you_like_to_delete_this_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <if condition=\"$show[\'softdelete\']\"><div>\r\n <label for=\"rb_deletetype_1\"><input type=\"radio\" name=\"deletetype\" value=\"1\" id=\"rb_deletetype_1\" checked=\"checked\" />$vbphrase[soft_delete_leave_deleted_message]</label>\r\n (<label for=\"cb_keepattachments\"><input type=\"checkbox\" name=\"keepattachments\" value=\"1\" id=\"cb_keepattachments\" />$vbphrase[keep_attachments]</label>)\r\n </div></if>\r\n <if condition=\"$show[\'harddelete\']\"><div>\r\n <label for=\"rb_deletetype_2\"><input type=\"radio\" name=\"deletetype\" value=\"2\" id=\"rb_deletetype_2\" onselect=\"alert(\'moo\')\" />$vbphrase[physically_remove_it]</label>\r\n </div></if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"deletereason\" value=\"$threadinfo[del_reason]\" size=\"50\" maxlength=\"125\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_thread]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526903,'Kier','3.0.0 Gamma'),(302,-1,'threadadmin_editthread','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatethread\\\" />\r\n\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[edit_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"3\\\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$threadinfo[title]\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" /></td>\r\n <td> </td>\r\n <td><img id=\\\"display_posticon\\\" src=\\\"$selectedicon[src]\\\" alt=\\\"$selectedicon[alt]\\\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[moderator_notes] / $vbphrase[thread_summary]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"notes\\\" value=\\\"$threadinfo[notes]\\\" size=\\\"50\\\" maxlength=\\\"250\\\" />\r\n </div>\r\n\r\n \" . (($show[\'undeleteoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[deletion_status]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[item_deleted_would_you_like_to]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\\\"rb_threadstatus_0\\\"><input type=\\\"radio\\\" name=\\\"threadstatus\\\" value=\\\"0\\\" id=\\\"rb_threadstatus_0\\\" checked=\\\"checked\\\" />$vbphrase[leave_it_deleted]</label></div>\r\n <div><label for=\\\"rb_threadstatus_1\\\"><input type=\\\"radio\\\" name=\\\"threadstatus\\\" value=\\\"1\\\" id=\\\"rb_threadstatus_1\\\" />$vbphrase[undelete_it_restore]</label></div>\r\n \" . (($show[\'removeoption\']) ? (\"\r\n <div><label for=\\\"rb_threadstatus_2\\\"><input type=\\\"radio\\\" name=\\\"threadstatus\\\" value=\\\"2\\\" id=\\\"rb_threadstatus_2\\\" />$vbphrase[physically_remove_it]</label></div>\r\n \") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"reason\\\" value=\\\"$threadinfo[del_reason]\\\" size=\\\"50\\\" maxlength=\\\"125\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div><label for=\\\"cb_open\\\"><input type=\\\"checkbox\\\" name=\\\"open\\\" value=\\\"yes\\\" id=\\\"cb_open\\\" $openchecked />$vbphrase[thread_is_open]</label></div>\r\n <div><label for=\\\"cb_sticky\\\"><input type=\\\"checkbox\\\" name=\\\"sticky\\\" value=\\\"yes\\\" id=\\\"cb_sticky\\\" $stickychecked />$vbphrase[thread_is_sticky]</label></div>\r\n <div><label for=\\\"cb_visible\\\"><input type=\\\"checkbox\\\" name=\\\"visible\\\" value=\\\"yes\\\" id=\\\"cb_visible\\\" $visiblechecked />$vbphrase[thread_is_visible]</label></div>\r\n </div>\r\n </fieldset>\r\n \r\n $posticons\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n\" . (($show[\'modlog\']) ? (\"\r\n<br />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"4\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'editthread_modlog\')\\\"><img id=\\\"collapseimg_editthread_modlog\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editthread_modlog].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[moderator_log]\r\n </td>\r\n</tr>\r\n<tbody id=\\\"collapseobj_editthread_modlog\\\" style=\\\"$vbcollapse[collapseobj_editthread_modlog]\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[date]</td>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[username]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\">$vbphrase[action]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\">$vbphrase[post]</td>\r\n </tr>\r\n $logbits\r\n</tbody>\r\n</table>\r\n\") : (\"\")).\"','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updatethread\" />\r\n\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[edit_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"3\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"title\" value=\"$threadinfo[title]\" size=\"50\" maxlength=\"85\" tabindex=\"1\" title=\"$vbphrase[optional]\" /></td>\r\n <td> </td>\r\n <td><img id=\"display_posticon\" src=\"$selectedicon[src]\" alt=\"$selectedicon[alt]\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[moderator_notes] / $vbphrase[thread_summary]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"notes\" value=\"$threadinfo[notes]\" size=\"50\" maxlength=\"250\" />\r\n </div>\r\n\r\n <if condition=\"$show[\'undeleteoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[deletion_status]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[item_deleted_would_you_like_to]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\"rb_threadstatus_0\"><input type=\"radio\" name=\"threadstatus\" value=\"0\" id=\"rb_threadstatus_0\" checked=\"checked\" />$vbphrase[leave_it_deleted]</label></div>\r\n <div><label for=\"rb_threadstatus_1\"><input type=\"radio\" name=\"threadstatus\" value=\"1\" id=\"rb_threadstatus_1\" />$vbphrase[undelete_it_restore]</label></div>\r\n <if condition=\"$show[\'removeoption\']\">\r\n <div><label for=\"rb_threadstatus_2\"><input type=\"radio\" name=\"threadstatus\" value=\"2\" id=\"rb_threadstatus_2\" />$vbphrase[physically_remove_it]</label></div>\r\n </if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"reason\" value=\"$threadinfo[del_reason]\" size=\"50\" maxlength=\"125\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div><label for=\"cb_open\"><input type=\"checkbox\" name=\"open\" value=\"yes\" id=\"cb_open\" $openchecked />$vbphrase[thread_is_open]</label></div>\r\n <div><label for=\"cb_sticky\"><input type=\"checkbox\" name=\"sticky\" value=\"yes\" id=\"cb_sticky\" $stickychecked />$vbphrase[thread_is_sticky]</label></div>\r\n <div><label for=\"cb_visible\"><input type=\"checkbox\" name=\"visible\" value=\"yes\" id=\"cb_visible\" $visiblechecked />$vbphrase[thread_is_visible]</label></div>\r\n </div>\r\n </fieldset>\r\n \r\n $posticons\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<if condition=\"$show[\'modlog\']\">\r\n<br />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"4\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'editthread_modlog\')\"><img id=\"collapseimg_editthread_modlog\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editthread_modlog].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[moderator_log]\r\n </td>\r\n</tr>\r\n<tbody id=\"collapseobj_editthread_modlog\" style=\"$vbcollapse[collapseobj_editthread_modlog]\">\r\n <tr>\r\n <td class=\"thead\" nowrap=\"nowrap\">$vbphrase[date]</td>\r\n <td class=\"thead\" nowrap=\"nowrap\">$vbphrase[username]</td>\r\n <td class=\"thead\" align=\"center\">$vbphrase[action]</td>\r\n <td class=\"thead\" align=\"center\">$vbphrase[post]</td>\r\n </tr>\r\n $logbits\r\n</tbody>\r\n</table>\r\n</if>','template',1087423003,'freddie','3.0.2'),(303,-1,'threadadmin_logbit','<tr>\r\n <td class=\\\"$bgclass\\\" nowrap=\\\"nowrap\\\">$log[dateline]</td>\r\n <td class=\\\"$bgclass\\\" nowrap=\\\"nowrap\\\">$log[username]</td>\r\n <td class=\\\"$bgclass\\\">$log[action]</td>\r\n <td class=\\\"$bgclass\\\">\" . (($log[\'postid\']) ? (\"<a href=\\\"showthread.php?$session[sessionurl]postid=$log[postid]\\\">$log[title]</a>\") : (\" \")).\"</td>\r\n</tr>','<tr>\r\n <td class=\"$bgclass\" nowrap=\"nowrap\">$log[dateline]</td>\r\n <td class=\"$bgclass\" nowrap=\"nowrap\">$log[username]</td>\r\n <td class=\"$bgclass\">$log[action]</td>\r\n <td class=\"$bgclass\"><if condition=\"$log[\'postid\']\"><a href=\"showthread.php?$session[sessionurl]postid=$log[postid]\">$log[title]</a><else /> </if></td>\r\n</tr>','template',1087421808,'freddie','3.0.2'),(304,-1,'threadadmin_managepost','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"domanagepost\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[manage_post]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'undeleteoption\']) ? (\"\r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[deletion_status]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[item_deleted_would_you_like_to]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\\\"rb_poststatus_0\\\"><input type=\\\"radio\\\" name=\\\"poststatus\\\" value=\\\"0\\\" id=\\\"rb_poststatus_0\\\" checked=\\\"checked\\\" />$vbphrase[leave_it_deleted]</label></div>\r\n <div><label for=\\\"rb_poststatus_1\\\"><input type=\\\"radio\\\" name=\\\"poststatus\\\" value=\\\"1\\\" id=\\\"rb_poststatus_1\\\" />$vbphrase[undelete_it_restore]</label></div>\r\n \" . (($show[\'harddelete\']) ? (\"<div><label for=\\\"rb_poststatus_2\\\"><input type=\\\"radio\\\" name=\\\"poststatus\\\" value=\\\"2\\\" id=\\\"rb_poststatus_2\\\" />$vbphrase[physically_remove_it]</label></div>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"reason\\\" value=\\\"$postinfo[del_reason]\\\" size=\\\"50\\\" maxlength=\\\"125\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \") : (\"\")).\"\r\n \r\n <div class=\\\"fieldset\\\">\r\n <label for=\\\"cb_visible\\\"><input type=\\\"checkbox\\\" name=\\\"visible\\\" value=\\\"yes\\\" id=\\\"cb_visible\\\" $visiblechecked />$vbphrase[post_is_visible]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[info]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <span style=\\\"float:$stylevar[right]\\\" class=\\\"smallfont\\\">\r\n $postinfo[postdate] <span class=\\\"time\\\">$postinfo[posttime]</span>\r\n </span>\r\n <a href=\\\"member.php?$session[sessionurl]u=$postinfo[userid]\\\" target=\\\"_blank\\\"><strong>$postinfo[username]</strong></a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">$postinfo[pagetext]</td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"domanagepost\" />\r\n<input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[manage_post]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'undeleteoption\']\">\r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[deletion_status]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[item_deleted_would_you_like_to]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\"rb_poststatus_0\"><input type=\"radio\" name=\"poststatus\" value=\"0\" id=\"rb_poststatus_0\" checked=\"checked\" />$vbphrase[leave_it_deleted]</label></div>\r\n <div><label for=\"rb_poststatus_1\"><input type=\"radio\" name=\"poststatus\" value=\"1\" id=\"rb_poststatus_1\" />$vbphrase[undelete_it_restore]</label></div>\r\n <if condition=\"$show[\'harddelete\']\"><div><label for=\"rb_poststatus_2\"><input type=\"radio\" name=\"poststatus\" value=\"2\" id=\"rb_poststatus_2\" />$vbphrase[physically_remove_it]</label></div></if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[reason_for_deletion]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"reason\" value=\"$postinfo[del_reason]\" size=\"50\" maxlength=\"125\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n </if>\r\n \r\n <div class=\"fieldset\">\r\n <label for=\"cb_visible\"><input type=\"checkbox\" name=\"visible\" value=\"yes\" id=\"cb_visible\" $visiblechecked />$vbphrase[post_is_visible]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[info]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <span style=\"float:$stylevar[right]\" class=\"smallfont\">\r\n $postinfo[postdate] <span class=\"time\">$postinfo[posttime]</span>\r\n </span>\r\n <a href=\"member.php?$session[sessionurl]u=$postinfo[userid]\" target=\"_blank\"><strong>$postinfo[username]</strong></a>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">$postinfo[pagetext]</td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526903,'Kier','3.0.0 Gamma'),(305,-1,'threadadmin_mergethread','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"domergethread\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[merge_threads]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[merge_thread_control_allows]\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[new_subject]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$threadinfo[title]\\\" size=\\\"50\\\" maxlength=\\\"85\\\" />\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[use_field_to_specify_url_to_combine]\r\n </div>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[url_of_thread_to_be_merged]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"mergethreadurl\\\" value=\\\"\\\" size=\\\"50\\\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[merge_threads]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"domergethread\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[merge_threads]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[merge_thread_control_allows]\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[new_subject]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"title\" value=\"$threadinfo[title]\" size=\"50\" maxlength=\"85\" />\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[use_field_to_specify_url_to_combine]\r\n </div>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[url_of_thread_to_be_merged]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"mergethreadurl\" value=\"\" size=\"50\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[merge_threads]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526902,'Kier','3.0.0 Gamma'),(306,-1,'threadadmin_movethread','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"domovethread\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[move_copy_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[new_subject]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[may_rename_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[new_subject]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$title\\\" size=\\\"50\\\" maxlength=\\\"85\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[destination_forum]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[destination_forum]:<br />\r\n <select name=\\\"forumid\\\">\r\n $moveforumbits\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\\\"rb_method_move\\\"><input type=\\\"radio\\\" name=\\\"method\\\" value=\\\"move\\\" id=\\\"rb_method_move\\\" />$vbphrase[move_thread_to_destination_forum]</label></div>\r\n <div><label for=\\\"rb_method_movered\\\"><input type=\\\"radio\\\" name=\\\"method\\\" value=\\\"movered\\\" id=\\\"rb_method_movered\\\" checked=\\\"checked\\\" />$vbphrase[move_thread_and_leave_redirect_in_previous_forum]</label></div>\r\n <div><label for=\\\"rb_method_copy\\\"><input type=\\\"radio\\\" name=\\\"method\\\" value=\\\"copy\\\" id=\\\"rb_method_copy\\\" />$vbphrase[copy_thread_to_destination_forum]</label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[move_copy_thread]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"domovethread\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[move_copy_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[new_subject]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[may_rename_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[new_subject]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"title\" value=\"$title\" size=\"50\" maxlength=\"85\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[destination_forum]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[destination_forum]:<br />\r\n <select name=\"forumid\">\r\n $moveforumbits\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <div><label for=\"rb_method_move\"><input type=\"radio\" name=\"method\" value=\"move\" id=\"rb_method_move\" />$vbphrase[move_thread_to_destination_forum]</label></div>\r\n <div><label for=\"rb_method_movered\"><input type=\"radio\" name=\"method\" value=\"movered\" id=\"rb_method_movered\" checked=\"checked\" />$vbphrase[move_thread_and_leave_redirect_in_previous_forum]</label></div>\r\n <div><label for=\"rb_method_copy\"><input type=\"radio\" name=\"method\" value=\"copy\" id=\"rb_method_copy\" />$vbphrase[copy_thread_to_destination_forum]</label></div>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[move_copy_thread]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>','template',1070526902,'Kier','3.0.0 Gamma'),(307,-1,'threadadmin_postbit','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\" style=\\\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px\\\">\r\n<tr>\r\n <td class=\\\"thead\\\">\r\n \" . (($show[\'children\']) ? (\"\r\n <span style=\\\"float:$stylevar[right]; font-weight:normal\\\">\r\n $vbphrase[child_posts]:\r\n [<a href=\\\"#\\\" onclick=\\\"return CheckChildren($post[postid], 1)\\\"><strong>$vbphrase[select]</strong></a>]\r\n [<a href=\\\"#\\\" onclick=\\\"return CheckChildren($post[postid], 0)\\\"><strong>$vbphrase[deselect]</strong></a>]\r\n </span>\r\n \") : (\"\")).\"\r\n <label for=\\\"checkpost$post[postid]\\\"><input type=\\\"checkbox\\\" name=\\\"checkpost[$post[postid]]\\\" value=\\\"yes\\\" id=\\\"checkpost$post[postid]\\\" checked=\\\"checked\\\" \" . (($post[isdeleted] == 1) ? (\"disabled=\\\"disabled\\\" \") : (\"\")).\"/>\" . (($show[\'deleteposts\']) ? (\"$vbphrase[delete]\") : (\"$vbphrase[split]\")).\"</label> \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt1\\\">\r\n <span style=\\\"float:$stylevar[right]\\\" class=\\\"smallfont\\\"> \r\n $post[postdate]\" . ((!$show[\'detailedtime\']) ? (\"<span class=\\\"time\\\">, $post[posttime]</span>\") : (\"\")).\"\r\n </span> \r\n <a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\" target=\\\"_blank\\\"><strong>$post[username]</strong></a>\r\n </div></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"alt2\\\">\r\n <div style=\\\"padding-left: {$depth}em\\\">$post[pagetext]</div>\r\n </td>\r\n</tr>\r\n</table>\r\n','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\" style=\"margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px\">\r\n<tr>\r\n <td class=\"thead\">\r\n <if condition=\"$show[\'children\']\">\r\n <span style=\"float:$stylevar[right]; font-weight:normal\">\r\n $vbphrase[child_posts]:\r\n [<a href=\"#\" onclick=\"return CheckChildren($post[postid], 1)\"><strong>$vbphrase[select]</strong></a>]\r\n [<a href=\"#\" onclick=\"return CheckChildren($post[postid], 0)\"><strong>$vbphrase[deselect]</strong></a>]\r\n </span>\r\n </if>\r\n <label for=\"checkpost$post[postid]\"><input type=\"checkbox\" name=\"checkpost[$post[postid]]\" value=\"yes\" id=\"checkpost$post[postid]\" checked=\"checked\" <if condition=\"$post[isdeleted] == 1\">disabled=\"disabled\" </if>/><if condition=\"$show[\'deleteposts\']\">$vbphrase[delete]<else />$vbphrase[split]</if></label> \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt1\">\r\n <span style=\"float:$stylevar[right]\" class=\"smallfont\"> \r\n $post[postdate]<if condition=\"!$show[\'detailedtime\']\"><span class=\"time\">, $post[posttime]</span></if>\r\n </span> \r\n <a href=\"member.php?$session[sessionurl]u=$post[userid]\" target=\"_blank\"><strong>$post[username]</strong></a>\r\n </div></td>\r\n</tr>\r\n<tr>\r\n <td class=\"alt2\">\r\n <div style=\"padding-left: {$depth}em\">$post[pagetext]</div>\r\n </td>\r\n</tr>\r\n</table>\r\n','template',1085697673,'freddie','3.0.2'),(308,-1,'threadadmin_splitthread','<form action=\\\"postings.php\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dosplitthread\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[split_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[title]: <span style=\\\"font-weight:normal\\\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[new_thread_details]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[posts_moved_to_new_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[title]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" size=\\\"50\\\" value=\\\"$threadinfo[title]\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[forum]:<br />\r\n <select name=\\\"newforumid\\\">$moveforumbits</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n <label for=\\\"cb_allbox\\\"><input type=\\\"checkbox\\\" name=\\\"allbox\\\" id=\\\"cb_allbox\\\" checked=\\\"checked\\\" onclick=\\\"CheckAllPosts(this.form);\\\" />$vbphrase[check_uncheck_all]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[split_thread]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<div style=\\\"padding:$stylevar[cellpadding]px\\\" align=\\\"center\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[split_thread]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n <input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[cancel]\\\" accesskey=\\\"c\\\" onclick=\\\"history.back(1)\\\" /> \r\n</div>\r\n\r\n</form>','<form action=\"postings.php\" method=\"post\" name=\"vbform\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"dosplitthread\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[split_thread]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[title]: <span style=\"font-weight:normal\">$threadinfo[title]</span></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[new_thread_details]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[posts_moved_to_new_thread]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[title]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"title\" size=\"50\" value=\"$threadinfo[title]\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[forum]:<br />\r\n <select name=\"newforumid\">$moveforumbits</select>\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\"fieldset\" style=\"margin:0px\">\r\n <label for=\"cb_allbox\"><input type=\"checkbox\" name=\"allbox\" id=\"cb_allbox\" checked=\"checked\" onclick=\"CheckAllPosts(this.form);\" />$vbphrase[check_uncheck_all]</label>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[split_thread]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$postbits\r\n\r\n<div style=\"padding:$stylevar[cellpadding]px\" align=\"center\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[split_thread]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n <input type=\"button\" class=\"button\" value=\"$vbphrase[cancel]\" accesskey=\"c\" onclick=\"history.back(1)\" /> \r\n</div>\r\n\r\n</form>','template',1070526903,'Kier','3.0.0 Gamma'),(309,-1,'threadbit','<tr>\r\n <td class=\\\"alt1\\\"><img src=\\\"$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif\\\" alt=\\\"\" . (($show[\'threadcount\']) ? (\"\" . construct_phrase(\"$vbphrase[have_x_posts_in_thread_last_y]\", \"$thread[dot_count]\", \"$thread[dot_lastpost]\") . \"\") : (\"\")).\"\\\" border=\\\"\\\" /></td>\r\n \" . (($show[\'threadicons\']) ? (\"\r\n <td class=\\\"alt2\\\">\" . (($show[\'threadicon\']) ? (\"<img src=\\\"$thread[threadiconpath]\\\" alt=\\\"$thread[threadicontitle]\\\" border=\\\"0\\\" />\") : (\" \")).\"</td>\r\n \") : (\"\")).\"\r\n <td class=\\\"alt1Active\\\" id=\\\"t$thread[threadid]\\\" title=\\\"$thread[preview]\\\">\r\n \r\n <div>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n \" . (($show[\'paperclip\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/paperclip.gif\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[x_attachments]\", \"$thread[attach]\") . \"\\\" />\") : (\"\")).\"\r\n \" . (($show[\'subscribed\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed.gif\\\" alt=\\\"$vbphrase[you_are_subscribed_to_this_thread]\\\" />\") : (\"\")).\"\r\n \" . (($show[\'sticky\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/sticky.gif\\\" alt=\\\"$vbphrase[sticky_thread]\\\" />\") : (\"\")).\"\r\n </span>\r\n \" . (($show[\'gotonewpost\']) ? (\"<a href=\\\"showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/firstnew.gif\\\" alt=\\\"$vbphrase[go_to_first_new_post]\\\" border=\\\"0\\\" /></a>\") : (\"\")).\"\r\n $thread[movedprefix]\r\n $thread[typeprefix]\r\n <a href=\\\"showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]\\\">\" . (($show[\'gotonewpost\']) ? (\"<strong>$thread[threadtitle]</strong>\") : (\"$thread[threadtitle]\")).\"</a>\r\n \" . (($thread[\'pagenav\']) ? (\"<span class=\\\"smallfont\\\" style=\\\"white-space:nowrap\\\">( <img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/multipage.gif\\\" alt=\\\"$vbphrase[multipage_thread]\\\" border=\\\"0\\\" /> $thread[pagenav] \" . (($show[pagenavmore]) ? (\"... <a href=\\\"showthread.php?$session[sessionurl]t=$thread[threadid]&goto=lastpost$thread[highlight]\\\">$vbphrase[last_page]</a>\") : (\"\")).\" )</span>\") : (\"\")).\"\r\n </div>\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'threadratings\'] AND $show[\'threadrating\']) ? (\"<span style=\\\"float:$stylevar[right]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\\\" border=\\\"0\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[thread_rating_x_votes_y_average]\", \"$thread[votenum]\", \"$thread[voteavg]\") . \"\\\" /></span>\") : (\"\")).\"\r\n \" . (($show[\'guestuser\']) ? (\"\r\n $thread[postusername]\r\n \") : (\"\r\n <span style=\\\"cursor:pointer\\\" onclick=\\\"window.open(\'member.php?$session[sessionurl]u=$thread[postuserid]\')\\\">$thread[postusername]</span>\r\n \")).\"\r\n </div>\r\n \r\n \" . (($show[\'unsubscribe\']) ? (\"\r\n <div class=\\\"smallfont\\\">\r\n <a href=\\\"newreply.php?$session[sessionurl]do=newreply&t=$thread[threadid]\\\">$vbphrase[reply]</a> |\r\n <a href=\\\"subscription.php?$session[sessionurl]do=removesubscription&return=ucp&t=$thread[threadid]\\\">$vbphrase[unsubscribe]</a>\r\n </div>\r\n \") : (\"\")).\"\r\n \r\n </td>\r\n \r\n \" . (($show[\'threadmoved\']) ? (\"\r\n <td class=\\\"alt2\\\" align=\\\"center\\\">-</td>\r\n \") : (\"\r\n <td class=\\\"alt2\\\" title=\\\"\" . construct_phrase(\"$vbphrase[replies_x_views_y]\", \"$thread[replycount]\", \"$thread[views]\") . \"\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[right]; white-space:nowrap\\\">\r\n $thread[lastpostdate] \" . ((!$show[\'detailedtime\']) ? (\"<span class=\\\"time\\\">$thread[lastposttime]</span>\") : (\"\")).\"<br />\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?find=lastposter&t=$thread[threadid]\", \"$thread[lastposter]\") . \" <a href=\\\"showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]\\\"><img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_button]/lastpost.gif\\\" alt=\\\"$vbphrase[go_to_last_post]\\\" border=\\\"0\\\" /></a>\r\n </div>\r\n </td>\r\n \")).\"\r\n \r\n \" . (($show[\'notificationtype\']) ? (\"\r\n <td class=\\\"alt1\\\"><div class=\\\"smallfont\\\">\r\n <label for=\\\"sub$subscribethread[$threadid]\\\">$thread[notification]</label>\r\n <input type=\\\"hidden\\\" name=\\\"oldemailupdate[$subscribethread[$threadid]]\\\" id=\\\"oe_$subscribethread[$threadid]\\\" value=\\\"$emailupdate[$threadid]\\\" />\r\n </div></td>\r\n <td class=\\\"alt2\\\"><input type=\\\"checkbox\\\" name=\\\"deletebox[$subscribethread[$threadid]]\\\" id=\\\"sub$subscribethread[$threadid]\\\" value=\\\"yes\\\" /></td>\r\n \") : (\"\r\n <td class=\\\"alt1\\\" align=\\\"center\\\">\" . (($show[\'threadmoved\']) ? (\"-\") : (\"<a href=\\\"#\\\" onclick=\\\"who($thread[threadid]); return false;\\\">$thread[replycount]</a>\")).\"</td>\r\n <td class=\\\"alt2\\\" align=\\\"center\\\">$thread[views]</td>\r\n \r\n \" . (($show[\'forumlink\']) ? (\"\r\n <td class=\\\"alt1\\\"><a href=\\\"forumdisplay.php?$session[sessionurl]f=$thread[forumid]\\\">$thread[forumtitle]</a></td>\r\n \") : (\"\")).\"\r\n \")).\"\r\n</tr>','<tr>\r\n <td class=\"alt1\"><img src=\"$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif\" alt=\"<if condition=\"$show[\'threadcount\']\"><phrase 1=\"$thread[dot_count]\" 2=\"$thread[dot_lastpost]\">$vbphrase[have_x_posts_in_thread_last_y]</phrase></if>\" border=\"\" /></td>\r\n <if condition=\"$show[\'threadicons\']\">\r\n <td class=\"alt2\"><if condition=\"$show[\'threadicon\']\"><img src=\"$thread[threadiconpath]\" alt=\"$thread[threadicontitle]\" border=\"0\" /><else /> </if></td>\r\n </if>\r\n <td class=\"alt1Active\" id=\"t$thread[threadid]\" title=\"$thread[preview]\">\r\n \r\n <div>\r\n <span style=\"float:$stylevar[right]\">\r\n <if condition=\"$show[\'paperclip\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/paperclip.gif\" alt=\"<phrase 1=\"$thread[attach]\">$vbphrase[x_attachments]</phrase>\" /></if>\r\n <if condition=\"$show[\'subscribed\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed.gif\" alt=\"$vbphrase[you_are_subscribed_to_this_thread]\" /></if>\r\n <if condition=\"$show[\'sticky\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/sticky.gif\" alt=\"$vbphrase[sticky_thread]\" /></if>\r\n </span>\r\n <if condition=\"$show[\'gotonewpost\']\"><a href=\"showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"$vbphrase[go_to_first_new_post]\" border=\"0\" /></a></if>\r\n $thread[movedprefix]\r\n $thread[typeprefix]\r\n <a href=\"showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]\"><if condition=\"$show[\'gotonewpost\']\"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a>\r\n <if condition=\"$thread[\'pagenav\']\"><span class=\"smallfont\" style=\"white-space:nowrap\">( <img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/multipage.gif\" alt=\"$vbphrase[multipage_thread]\" border=\"0\" /> $thread[pagenav] <if condition=\"$show[pagenavmore]\">... <a href=\"showthread.php?$session[sessionurl]t=$thread[threadid]&goto=lastpost$thread[highlight]\">$vbphrase[last_page]</a></if> )</span></if>\r\n </div>\r\n \r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'threadratings\'] AND $show[\'threadrating\']\"><span style=\"float:$stylevar[right]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\" border=\"0\" alt=\"<phrase 1=\"$thread[votenum]\" 2=\"$thread[voteavg]\">$vbphrase[thread_rating_x_votes_y_average]</phrase>\" /></span></if>\r\n <if condition=\"$show[\'guestuser\']\">\r\n $thread[postusername]\r\n <else />\r\n <span style=\"cursor:pointer\" onclick=\"window.open(\'member.php?$session[sessionurl]u=$thread[postuserid]\')\">$thread[postusername]</span>\r\n </if>\r\n </div>\r\n \r\n <if condition=\"$show[\'unsubscribe\']\">\r\n <div class=\"smallfont\">\r\n <a href=\"newreply.php?$session[sessionurl]do=newreply&t=$thread[threadid]\">$vbphrase[reply]</a> |\r\n <a href=\"subscription.php?$session[sessionurl]do=removesubscription&return=ucp&t=$thread[threadid]\">$vbphrase[unsubscribe]</a>\r\n </div>\r\n </if>\r\n \r\n </td>\r\n \r\n <if condition=\"$show[\'threadmoved\']\">\r\n <td class=\"alt2\" align=\"center\">-</td>\r\n <else />\r\n <td class=\"alt2\" title=\"<phrase 1=\"$thread[replycount]\" 2=\"$thread[views]\">$vbphrase[replies_x_views_y]</phrase>\">\r\n <div class=\"smallfont\" style=\"text-align:$stylevar[right]; white-space:nowrap\">\r\n $thread[lastpostdate] <if condition=\"!$show[\'detailedtime\']\"><span class=\"time\">$thread[lastposttime]</span></if><br />\r\n <phrase 1=\"member.php?find=lastposter&t=$thread[threadid]\" 2=\"$thread[lastposter]\">$vbphrase[by_x]</phrase> <a href=\"showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"$vbphrase[go_to_last_post]\" border=\"0\" /></a>\r\n </div>\r\n </td>\r\n </if>\r\n \r\n <if condition=\"$show[\'notificationtype\']\">\r\n <td class=\"alt1\"><div class=\"smallfont\">\r\n <label for=\"sub$subscribethread[$threadid]\">$thread[notification]</label>\r\n <input type=\"hidden\" name=\"oldemailupdate[$subscribethread[$threadid]]\" id=\"oe_$subscribethread[$threadid]\" value=\"$emailupdate[$threadid]\" />\r\n </div></td>\r\n <td class=\"alt2\"><input type=\"checkbox\" name=\"deletebox[$subscribethread[$threadid]]\" id=\"sub$subscribethread[$threadid]\" value=\"yes\" /></td>\r\n <else />\r\n <td class=\"alt1\" align=\"center\"><if condition=\"$show[\'threadmoved\']\">-<else /><a href=\"#\" onclick=\"who($thread[threadid]); return false;\">$thread[replycount]</a></if></td>\r\n <td class=\"alt2\" align=\"center\">$thread[views]</td>\r\n \r\n <if condition=\"$show[\'forumlink\']\">\r\n <td class=\"alt1\"><a href=\"forumdisplay.php?$session[sessionurl]f=$thread[forumid]\">$thread[forumtitle]</a></td>\r\n </if>\r\n </if>\r\n</tr>','template',1088641951,'Kier','3.0.2'),(310,-1,'threadbit_deleted','<tr>\r\n <td class=\\\"alt1\\\"><img src=\\\"$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif\\\" alt=\\\"\\\" /></td>\r\n \r\n \" . (($show[\'threadicons\']) ? (\"\r\n <td class=\\\"alt2\\\">\" . (($show[\'threadicon\']) ? (\"<img src=\\\"$thread[threadiconpath]\\\" alt=\\\"$thread[threadicontitle]\\\" border=\\\"0\\\" />\") : (\" \")).\"</td>\r\n \") : (\"\")).\"\r\n \r\n <td class=\\\"alt1\\\">\r\n \r\n <div>\r\n \" . (($show[\'viewthread\']) ? (\"<span style=\\\"float:$stylevar[right]\\\" class=\\\"smallfont\\\"><a href=\\\"showthread.php?$session[sessionurl]t=$thread[threadid]\\\">$vbphrase[view]</a></span>\") : (\"\")).\" \r\n $thread[typeprefix]\r\n \" . (($show[\'threadtitle\']) ? (\"<em>$thread[threadtitle]</em>\") : (\"\")).\"\r\n </div>\r\n \r\n <div class=\\\"smallfont\\\">\r\n \" . (($show[\'managethread\']) ? (\"<span style=\\\"float:$stylevar[right]\\\"><a href=\\\"postings.php?$session[sessionurl]do=editthread&t=$thread[threadid]\\\">$vbphrase[manage]</a></span>\") : (\"\")).\"\r\n \" . (($show[\'guestuser\']) ? (\"\r\n $thread[postusername]\r\n \") : (\"\r\n <span style=\\\"cursor:pointer\\\" onclick=\\\"window.open(\'member.php?$session[sessionurl]u=$thread[postuserid]\')\\\">$thread[postusername]</span>\r\n \")).\"\r\n </div>\r\n </td>\r\n \r\n <td class=\\\"alt2\\\" colspan=\\\"3\\\" align=\\\"center\\\">\r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[thread_deleted_by_x]\", \"member.php?$session[sessionurl]u=$thread[del_userid]\", \"$thread[del_username]\") . \"</div>\r\n \" . (($show[\'deletereason\']) ? (\"\r\n <div class=\\\"smallfont\\\">$vbphrase[reason]: <em>$thread[del_reason]</em></div>\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n','<tr>\r\n <td class=\"alt1\"><img src=\"$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif\" alt=\"\" /></td>\r\n \r\n <if condition=\"$show[\'threadicons\']\">\r\n <td class=\"alt2\"><if condition=\"$show[\'threadicon\']\"><img src=\"$thread[threadiconpath]\" alt=\"$thread[threadicontitle]\" border=\"0\" /><else /> </if></td>\r\n </if>\r\n \r\n <td class=\"alt1\">\r\n \r\n <div>\r\n <if condition=\"$show[\'viewthread\']\"><span style=\"float:$stylevar[right]\" class=\"smallfont\"><a href=\"showthread.php?$session[sessionurl]t=$thread[threadid]\">$vbphrase[view]</a></span></if> \r\n $thread[typeprefix]\r\n <if condition=\"$show[\'threadtitle\']\"><em>$thread[threadtitle]</em></if>\r\n </div>\r\n \r\n <div class=\"smallfont\">\r\n <if condition=\"$show[\'managethread\']\"><span style=\"float:$stylevar[right]\"><a href=\"postings.php?$session[sessionurl]do=editthread&t=$thread[threadid]\">$vbphrase[manage]</a></span></if>\r\n <if condition=\"$show[\'guestuser\']\">\r\n $thread[postusername]\r\n <else />\r\n <span style=\"cursor:pointer\" onclick=\"window.open(\'member.php?$session[sessionurl]u=$thread[postuserid]\')\">$thread[postusername]</span>\r\n </if>\r\n </div>\r\n </td>\r\n \r\n <td class=\"alt2\" colspan=\"3\" align=\"center\">\r\n <div class=\"smallfont\"><phrase 1=\"member.php?$session[sessionurl]u=$thread[del_userid]\" 2=\"$thread[del_username]\">$vbphrase[thread_deleted_by_x]</phrase></div>\r\n <if condition=\"$show[\'deletereason\']\">\r\n <div class=\"smallfont\">$vbphrase[reason]: <em>$thread[del_reason]</em></div>\r\n </if>\r\n </td>\r\n</tr>\r\n','template',1072237753,'Scott','3.0.0 Release Candidate 1'),(311,-1,'threadbit_pagelink',' <a href=\\\"$address&page=$curpage$address2\\\">$curpage</a> \r\n',' <a href=\"$address&page=$curpage$address2\">$curpage</a> \r\n','template',1069874310,'Kier','3.0.0 Gamma'),(312,-1,'USERCP','\" . (($show[\'privatemessages\']) ? (\"\r\n<!-- ############## PRIVATE MESSAGES ############## -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=2\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'usercp_pms\')\\\"><img id=\\\"collapseimg_usercp_pms\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_pms].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"private.php?$session[sessionurl]\\\">$vbphrase[new_private_messages]</a><span class=\\\"normal\\\">: ($numpms)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_usercp_pms\\\" style=\\\"$vbcollapse[collapseobj_usercp_pms]\\\">\r\n $messagelistbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END PRIVATE MESSAGES ############## -->\r\n\") : (\"\")).\"\r\n\r\n\r\n<!-- ############## SUBSCRIBED THREADS ############## -->\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"7\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'usercp_subthreads\')\\\"><img id=\\\"collapseimg_usercp_subthreads\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_subthreads].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <a href=\\\"subscription.php?$session[sessionurl]do=viewsubscription\\\">$vbphrase[new_subscribed_threads]</a><span class=\\\"normal\\\">: ($numthreads)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_usercp_subthreads\\\" style=\\\"$vbcollapse[collapseobj_usercp_subthreads]\\\">\r\n \" . (($show[\'threads\']) ? (\"\r\n <tr class=\\\"thead\\\">\r\n \r\n \" . (($show[\'threadicons\']) ? (\"\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\"> </td>\r\n \") : (\"\r\n <td class=\\\"thead\\\"> </td>\r\n \")).\"\r\n \r\n <td class=\\\"thead\\\" width=\\\"100%\\\">$vbphrase[thread] / $vbphrase[thread_starter]</td>\r\n <td class=\\\"thead\\\" width=\\\"150\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\">$vbphrase[last_post]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\">$vbphrase[replies]</td>\r\n <td class=\\\"thead\\\" align=\\\"center\\\">$vbphrase[views]</td>\r\n </tr>\r\n $threadbits\r\n \") : (\"\r\n <tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\" colspan=\\\"7\\\"><strong>$vbphrase[no_subscribed_threads_to_display]</strong></td>\r\n </tr>\r\n \")).\"\r\n <tr>\r\n <td align=\\\"$stylevar[right]\\\" colspan=\\\"7\\\" class=\\\"tfoot\\\">\r\n <span class=\\\"smallfont\\\"><a href=\\\"subscription.php?$session[sessionurl]do=viewsubscription&folderid=all\\\">$vbphrase[view_all_subscribed_threads]</a></span>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END SUBSCRIBED THREADS ############## -->\r\n\r\n\r\n\" . (($show[\'forums\']) ? (\"\r\n<!-- ############## SUBSCRIBED FORUMS ############## -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"\" . (($vboptions[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'usercp_forums\')\\\"><img id=\\\"collapseimg_usercp_forums\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[subscribed_forums]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_usercp_forums\\\" style=\\\"$vbcollapse[collapseobj_usercp_forums]\\\">\r\n <tr align=\\\"center\\\" valign=\\\"bottom\\\">\r\n <td class=\\\"thead\\\" width=\\\"2%\\\"> </td>\r\n <td class=\\\"thead\\\" align=\\\"$stylevar[left]\\\" width=\\\"80%\\\">$vbphrase[forum]</td>\r\n <td class=\\\"thead\\\">$vbphrase[last_post]</td>\r\n <td class=\\\"thead\\\">$vbphrase[threads]</td>\r\n <td class=\\\"thead\\\">$vbphrase[posts]</td>\r\n \" . (($vboptions[\'showmoderatorcolumn\']) ? (\"\r\n <td class=\\\"thead\\\" width=\\\"20%\\\">$vbphrase[moderator]</td>\r\n \") : (\"\")).\"\r\n </tr>\r\n $forumbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END SUBSCRIBED FORUMS ############## -->\r\n\") : (\"\")).\"\r\n\r\n\r\n\" . (($show[\'reputation\']) ? (\"\r\n<!-- ############## NEW REPUTATION ############## -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"$reputationcolspan\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n \" . construct_phrase(\"$vbphrase[x_points_total]\", \"$bbuserinfo[reputation]\") . \"\r\n \r\n <a href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'usercp_reputation\')\\\"><img id=\\\"collapseimg_usercp_reputation\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reputation].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n </span>\r\n $vbphrase[latest_reputation_received]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_usercp_reputation\\\" style=\\\"$vbcollapse[collapseobj_usercp_reputation]\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" colspan=\\\"2\\\"> $vbphrase[thread]</td>\r\n <td class=\\\"thead\\\">$vbphrase[date]</td>\r\n \" . (($vboptions[\'showuserraters\']) ? (\"\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[posted_by]</td>\r\n \") : (\"\")).\"\r\n <td class=\\\"thead\\\">$vbphrase[comment]</td>\r\n </tr>\r\n $reputationcommentbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END NEW REPUTATION ############## -->\r\n\") : (\"\")).\"\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td align=\\\"$stylevar[right]\\\">$forumjump</td>\r\n</tr>\r\n</table>','<if condition=\"$show[\'privatemessages\']\">\r\n<!-- ############## PRIVATE MESSAGES ############## -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=2\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'usercp_pms\')\"><img id=\"collapseimg_usercp_pms\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_pms].gif\" alt=\"\" border=\"0\" /></a>\r\n <a href=\"private.php?$session[sessionurl]\">$vbphrase[new_private_messages]</a><span class=\"normal\">: ($numpms)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_usercp_pms\" style=\"$vbcollapse[collapseobj_usercp_pms]\">\r\n $messagelistbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END PRIVATE MESSAGES ############## -->\r\n</if>\r\n\r\n\r\n<!-- ############## SUBSCRIBED THREADS ############## -->\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"7\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'usercp_subthreads\')\"><img id=\"collapseimg_usercp_subthreads\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_subthreads].gif\" alt=\"\" border=\"0\" /></a>\r\n <a href=\"subscription.php?$session[sessionurl]do=viewsubscription\">$vbphrase[new_subscribed_threads]</a><span class=\"normal\">: ($numthreads)</span>\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_usercp_subthreads\" style=\"$vbcollapse[collapseobj_usercp_subthreads]\">\r\n <if condition=\"$show[\'threads\']\">\r\n <tr class=\"thead\">\r\n \r\n <if condition=\"$show[\'threadicons\']\">\r\n <td class=\"thead\" colspan=\"2\"> </td>\r\n <else />\r\n <td class=\"thead\"> </td>\r\n </if>\r\n \r\n <td class=\"thead\" width=\"100%\">$vbphrase[thread] / $vbphrase[thread_starter]</td>\r\n <td class=\"thead\" width=\"150\" align=\"center\" nowrap=\"nowrap\">$vbphrase[last_post]</td>\r\n <td class=\"thead\" align=\"center\">$vbphrase[replies]</td>\r\n <td class=\"thead\" align=\"center\">$vbphrase[views]</td>\r\n </tr>\r\n $threadbits\r\n <else />\r\n <tr>\r\n <td class=\"alt1\" align=\"center\" colspan=\"7\"><strong>$vbphrase[no_subscribed_threads_to_display]</strong></td>\r\n </tr>\r\n </if>\r\n <tr>\r\n <td align=\"$stylevar[right]\" colspan=\"7\" class=\"tfoot\">\r\n <span class=\"smallfont\"><a href=\"subscription.php?$session[sessionurl]do=viewsubscription&folderid=all\">$vbphrase[view_all_subscribed_threads]</a></span>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END SUBSCRIBED THREADS ############## -->\r\n\r\n\r\n<if condition=\"$show[\'forums\']\">\r\n<!-- ############## SUBSCRIBED FORUMS ############## -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"<if condition=\"$vboptions[\'showmoderatorcolumn\']\">6<else />5</if>\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'usercp_forums\')\"><img id=\"collapseimg_usercp_forums\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[subscribed_forums]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_usercp_forums\" style=\"$vbcollapse[collapseobj_usercp_forums]\">\r\n <tr align=\"center\" valign=\"bottom\">\r\n <td class=\"thead\" width=\"2%\"> </td>\r\n <td class=\"thead\" align=\"$stylevar[left]\" width=\"80%\">$vbphrase[forum]</td>\r\n <td class=\"thead\">$vbphrase[last_post]</td>\r\n <td class=\"thead\">$vbphrase[threads]</td>\r\n <td class=\"thead\">$vbphrase[posts]</td>\r\n <if condition=\"$vboptions[\'showmoderatorcolumn\']\">\r\n <td class=\"thead\" width=\"20%\">$vbphrase[moderator]</td>\r\n </if>\r\n </tr>\r\n $forumbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END SUBSCRIBED FORUMS ############## -->\r\n</if>\r\n\r\n\r\n<if condition=\"$show[\'reputation\']\">\r\n<!-- ############## NEW REPUTATION ############## -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\" colspan=\"$reputationcolspan\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <phrase 1=\"$bbuserinfo[reputation]\">$vbphrase[x_points_total]</phrase>\r\n \r\n <a href=\"#top\" onclick=\"return toggle_collapse(\'usercp_reputation\')\"><img id=\"collapseimg_usercp_reputation\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reputation].gif\" alt=\"\" border=\"0\" /></a>\r\n </span>\r\n $vbphrase[latest_reputation_received]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_usercp_reputation\" style=\"$vbcollapse[collapseobj_usercp_reputation]\">\r\n <tr>\r\n <td class=\"thead\" colspan=\"2\"> $vbphrase[thread]</td>\r\n <td class=\"thead\">$vbphrase[date]</td>\r\n <if condition=\"$vboptions[\'showuserraters\']\">\r\n <td class=\"thead\" nowrap=\"nowrap\">$vbphrase[posted_by]</td>\r\n </if>\r\n <td class=\"thead\">$vbphrase[comment]</td>\r\n </tr>\r\n $reputationcommentbits\r\n</tbody>\r\n</table>\r\n<br />\r\n<!-- ############## END NEW REPUTATION ############## -->\r\n</if>\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td align=\"$stylevar[right]\">$forumjump</td>\r\n</tr>\r\n</table>','template',1075139548,'freddie','3.0.0 Release Candidate 4'),(313,-1,'usercp_nav_folderbit','<tr>\r\n <td class=\\\"vbmenu_option\\\"><a href=\\\"$linkurl\\\">$foldername</a></td>\r\n</tr>','<tr>\r\n <td class=\"vbmenu_option\"><a href=\"$linkurl\">$foldername</a></td>\r\n</tr>','template',1068353472,'Kier','3.0.0 Gamma'),(314,-1,'usercp_reputationbits','<tr>\r\n <td class=\\\"alt2\\\"><img src=\\\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\\\" border=\\\"0\\\" alt=\\\"\\\" /></td>\r\n <td class=\\\"alt1Active\\\" id=\\\"p$reputation[postid]\\\" width=\\\"50%\\\"><a class=\\\"smallfont\\\" href=\\\"showthread.php?$session[sessionurl]p=$reputation[postid]#post$reputation[postid]\\\">$reputation[title]</a></td>\r\n <td class=\\\"alt2\\\" nowrap=\\\"nowrap\\\"><span class=\\\"smallfont\\\">$reputation[dateline] <span class=\\\"time\\\">$reputation[timeline]</span></span></td>\r\n \" . (($vboptions[\'showuserraters\']) ? (\"\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"member.php?$session[sessionurl]u=$reputation[whoadded]\\\">$reputation[username]</a></td>\r\n \") : (\"\")).\"\r\n <td class=\\\"$reputationbgclass\\\" width=\\\"50%\\\"><span class=\\\"smallfont\\\">$reputation[reason]</span></td>\r\n</tr>','<tr>\r\n <td class=\"alt2\"><img src=\"$stylevar[imgdir_reputation]/reputation_$posneg.gif\" border=\"0\" alt=\"\" /></td>\r\n <td class=\"alt1Active\" id=\"p$reputation[postid]\" width=\"50%\"><a class=\"smallfont\" href=\"showthread.php?$session[sessionurl]p=$reputation[postid]#post$reputation[postid]\">$reputation[title]</a></td>\r\n <td class=\"alt2\" nowrap=\"nowrap\"><span class=\"smallfont\">$reputation[dateline] <span class=\"time\">$reputation[timeline]</span></span></td>\r\n <if condition=\"$vboptions[\'showuserraters\']\">\r\n <td class=\"alt1\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"member.php?$session[sessionurl]u=$reputation[whoadded]\">$reputation[username]</a></td>\r\n </if>\r\n <td class=\"$reputationbgclass\" width=\"50%\"><span class=\"smallfont\">$reputation[reason]</span></td>\r\n</tr>','template',1069948835,'freddie','3.0.0 Gamma'),(315,-1,'USERCP_SHELL','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<!-- table to support left column nav -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"top\\\">\r\n<td>\r\n \r\n<!-- usercp nav -->\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\"><a href=\\\"usercp.php?$session[sessionurl]\\\">$vbphrase[control_panel]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[settings_and_options]</td>\r\n</tr>\r\n\" . (($show[\'siglink\']) ? (\"\r\n <tr>\r\n <td class=\\\"$navclass[signature]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editsignature\\\">$vbphrase[edit_signature]</a></td>\r\n </tr>\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"$navclass[password]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editpassword\\\">$vbphrase[edit_email_and_password]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[profile]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editprofile\\\">$vbphrase[edit_profile]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[options]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editoptions\\\">$vbphrase[edit_options]</a></td>\r\n</tr>\r\n\" . (($show[\'avatarlink\']) ? (\"\r\n <tr>\r\n <td class=\\\"$navclass[avatar]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editavatar\\\">$vbphrase[edit_avatar]</a></td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($show[\'profilepiclink\']) ? (\"\r\n <tr>\r\n <td class=\\\"$navclass[profilepic]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editprofilepic\\\">$vbphrase[edit_profile_picture]</a></td>\r\n </tr>\r\n\") : (\"\")).\"\r\n\" . (($show[\'pmstats\']) ? (\"\r\n <tr>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">\r\n <span id=\\\"nav_pmfolders\\\">$vbphrase[private_messages] \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_pmfolders\\\"); </script>\") : (\"\")).\"</span>\r\n \" . (($show[\'popups\']) ? (\" \r\n <div class=\\\"vbmenu_popup\\\" id=\\\"nav_pmfolders_menu\\\" style=\\\"display:\" . (($show[\'popups\']) ? (\"none\") : (\"block\")).\"\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[folders]</td>\r\n </tr>\r\n $cpnav[pmfolders]\r\n </table>\r\n </div>\r\n \") : (\"\")).\"\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"$navclass[pm_messagelist]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"private.php?$session[sessionurl]\\\">$vbphrase[list_messages]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"$navclass[pm_newpm]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"private.php?$session[sessionurl]do=newpm\\\">$vbphrase[send_new_message]</a></td>\r\n </tr>\r\n \" . (($show[\'pmtracklink\']) ? (\"\r\n <tr>\r\n <td class=\\\"$navclass[pm_trackpm]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"private.php?$session[sessionurl]do=trackpm\\\">$vbphrase[track_messages]</a></td>\r\n </tr>\r\n \") : (\"\")).\"\r\n <tr>\r\n <td class=\\\"$navclass[pm_editfolders]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"private.php?$session[sessionurl]do=editfolders\\\">$vbphrase[edit_folders]</a></td>\r\n </tr>\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">\r\n <span id=\\\"nav_subsfolders\\\">$vbphrase[subscribed_threads] \" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\"> vbmenu_register(\\\"nav_subsfolders\\\"); </script>\") : (\"\")).\"</span>\r\n \" . (($show[\'popups\']) ? (\"\r\n <div class=\\\"vbmenu_popup\\\" id=\\\"nav_subsfolders_menu\\\" style=\\\"display:\" . (($show[\'popups\']) ? (\"none\") : (\"block\")).\"\\\">\r\n <table cellpadding=\\\"4\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\r\n <tr>\r\n <td class=\\\"thead\\\" nowrap=\\\"nowrap\\\">$vbphrase[folders]</td>\r\n </tr>\r\n $cpnav[subsfolders]\r\n </table>\r\n </div>\r\n \") : (\"\")).\"\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[substhreads_listthreads]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"subscription.php?$session[sessionurl]do=viewsubscription\\\">$vbphrase[list_subscriptions]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[substhreads_editfolders]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"subscription.php?$session[sessionurl]do=editfolders\\\">$vbphrase[edit_folders]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[miscellaneous]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[event_reminders]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"calendar.php?$session[sessionurl]do=viewreminder\\\">$vbphrase[event_reminders]</a></td>\r\n</tr>\r\n\" . (($show[\'paidsubscriptions\']) ? (\"\r\n<tr>\r\n <td class=\\\"$navclass[paid_subscriptions]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"subscriptions.php?$session[sessionurl]\\\">$vbphrase[paid_subscriptions]</a></td>\r\n</tr>\r\n\") : (\"\")).\"\r\n\" . (($show[\'publicgroups\']) ? (\"\r\n<tr>\r\n <td class=\\\"$navclass[usergroups]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editusergroups\\\">$vbphrase[group_memberships]</a></td>\r\n</tr>\r\n\") : (\"\")).\"\r\n<tr>\r\n <td class=\\\"$navclass[buddylist]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editlist\\\">$vbphrase[buddy_ignore_lists]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"$navclass[attachments]\\\" nowrap=\\\"nowrap\\\"><a class=\\\"smallfont\\\" href=\\\"profile.php?$session[sessionurl]do=editattachments\\\">$vbphrase[attachments]</a></td>\r\n</tr>\r\n</table>\r\n<!-- / usercp nav -->\r\n \r\n</td>\r\n<td> </td>\r\n<td width=\\\"100%\\\">\r\n\r\n<!-- main page contents -->\r\n$HTML\r\n<!-- / main page contents -->\r\n \r\n</td>\r\n</tr>\r\n</table>\r\n<!-- / table to support left column nav -->\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<!-- table to support left column nav -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"top\">\r\n<td>\r\n \r\n<!-- usercp nav -->\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\">\r\n<tr>\r\n <td class=\"tcat\"><a href=\"usercp.php?$session[sessionurl]\">$vbphrase[control_panel]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[settings_and_options]</td>\r\n</tr>\r\n<if condition=\"$show[\'siglink\']\">\r\n <tr>\r\n <td class=\"$navclass[signature]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editsignature\">$vbphrase[edit_signature]</a></td>\r\n </tr>\r\n</if>\r\n<tr>\r\n <td class=\"$navclass[password]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editpassword\">$vbphrase[edit_email_and_password]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[profile]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editprofile\">$vbphrase[edit_profile]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[options]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editoptions\">$vbphrase[edit_options]</a></td>\r\n</tr>\r\n<if condition=\"$show[\'avatarlink\']\">\r\n <tr>\r\n <td class=\"$navclass[avatar]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editavatar\">$vbphrase[edit_avatar]</a></td>\r\n </tr>\r\n</if>\r\n<if condition=\"$show[\'profilepiclink\']\">\r\n <tr>\r\n <td class=\"$navclass[profilepic]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editprofilepic\">$vbphrase[edit_profile_picture]</a></td>\r\n </tr>\r\n</if>\r\n<if condition=\"$show[\'pmstats\']\">\r\n <tr>\r\n <td class=\"thead\" nowrap=\"nowrap\">\r\n <span id=\"nav_pmfolders\">$vbphrase[private_messages] <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"nav_pmfolders\"); </script></if></span>\r\n <if condition=\"$show[\'popups\']\"> \r\n <div class=\"vbmenu_popup\" id=\"nav_pmfolders_menu\" style=\"display:<if condition=\"$show[\'popups\']\">none<else />block</if>\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\" nowrap=\"nowrap\">$vbphrase[folders]</td>\r\n </tr>\r\n $cpnav[pmfolders]\r\n </table>\r\n </div>\r\n </if>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td class=\"$navclass[pm_messagelist]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"private.php?$session[sessionurl]\">$vbphrase[list_messages]</a></td>\r\n </tr>\r\n <tr>\r\n <td class=\"$navclass[pm_newpm]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"private.php?$session[sessionurl]do=newpm\">$vbphrase[send_new_message]</a></td>\r\n </tr>\r\n <if condition=\"$show[\'pmtracklink\']\">\r\n <tr>\r\n <td class=\"$navclass[pm_trackpm]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"private.php?$session[sessionurl]do=trackpm\">$vbphrase[track_messages]</a></td>\r\n </tr>\r\n </if>\r\n <tr>\r\n <td class=\"$navclass[pm_editfolders]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"private.php?$session[sessionurl]do=editfolders\">$vbphrase[edit_folders]</a></td>\r\n </tr>\r\n</if>\r\n<tr>\r\n <td class=\"thead\" nowrap=\"nowrap\">\r\n <span id=\"nav_subsfolders\">$vbphrase[subscribed_threads] <if condition=\"$show[\'popups\']\"><script type=\"text/javascript\"> vbmenu_register(\"nav_subsfolders\"); </script></if></span>\r\n <if condition=\"$show[\'popups\']\">\r\n <div class=\"vbmenu_popup\" id=\"nav_subsfolders_menu\" style=\"display:<if condition=\"$show[\'popups\']\">none<else />block</if>\">\r\n <table cellpadding=\"4\" cellspacing=\"1\" border=\"0\">\r\n <tr>\r\n <td class=\"thead\" nowrap=\"nowrap\">$vbphrase[folders]</td>\r\n </tr>\r\n $cpnav[subsfolders]\r\n </table>\r\n </div>\r\n </if>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[substhreads_listthreads]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"subscription.php?$session[sessionurl]do=viewsubscription\">$vbphrase[list_subscriptions]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[substhreads_editfolders]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"subscription.php?$session[sessionurl]do=editfolders\">$vbphrase[edit_folders]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\">$vbphrase[miscellaneous]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[event_reminders]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"calendar.php?$session[sessionurl]do=viewreminder\">$vbphrase[event_reminders]</a></td>\r\n</tr>\r\n<if condition=\"$show[\'paidsubscriptions\']\">\r\n<tr>\r\n <td class=\"$navclass[paid_subscriptions]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"subscriptions.php?$session[sessionurl]\">$vbphrase[paid_subscriptions]</a></td>\r\n</tr>\r\n</if>\r\n<if condition=\"$show[\'publicgroups\']\">\r\n<tr>\r\n <td class=\"$navclass[usergroups]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editusergroups\">$vbphrase[group_memberships]</a></td>\r\n</tr>\r\n</if>\r\n<tr>\r\n <td class=\"$navclass[buddylist]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editlist\">$vbphrase[buddy_ignore_lists]</a></td>\r\n</tr>\r\n<tr>\r\n <td class=\"$navclass[attachments]\" nowrap=\"nowrap\"><a class=\"smallfont\" href=\"profile.php?$session[sessionurl]do=editattachments\">$vbphrase[attachments]</a></td>\r\n</tr>\r\n</table>\r\n<!-- / usercp nav -->\r\n \r\n</td>\r\n<td> </td>\r\n<td width=\"100%\">\r\n\r\n<!-- main page contents -->\r\n$HTML\r\n<!-- / main page contents -->\r\n \r\n</td>\r\n</tr>\r\n</table>\r\n<!-- / table to support left column nav -->\r\n$footer\r\n</body>\r\n</html>','template',1086394462,'freddie','3.0.2'),(316,-1,'userfield_checkbox_option','<label for=\\\"cb_cpf_{$profilefieldname}_$key\\\"><input type=\\\"checkbox\\\" name=\\\"{$profilefieldname}[]\\\" value=\\\"$key\\\" id=\\\"cb_cpf_{$profilefieldname}_$key\\\" $checked />$val</label> ','<label for=\"cb_cpf_{$profilefieldname}_$key\"><input type=\"checkbox\" name=\"{$profilefieldname}[]\" value=\"$key\" id=\"cb_cpf_{$profilefieldname}_$key\" $checked />$val</label> ','template',1068173121,'Kier','3.0.0 Gamma'),(317,-1,'userfield_optional_input','<tr>\r\n <td>$vbphrase[or_enter_your_choice_here]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"$optionalname\\\" value=\\\"$optional\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" $tabindex /></td>\r\n</tr>\r\n','<tr>\r\n <td>$vbphrase[or_enter_your_choice_here]:<br /><input type=\"text\" class=\"bginput\" name=\"$optionalname\" value=\"$optional\" size=\"$profilefield[size]\" maxlength=\"$profilefield[maxlength]\" $tabindex /></td>\r\n</tr>\r\n','template',1074636346,'Kier','3.0.0 Release Candidate 3'),(318,-1,'userfield_radio','<fieldset class=\\\"fieldset\\\">\r\n <legend>$profilefield[title]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>$radiobits</td>\r\n </tr>\r\n $optionalfield\r\n </table>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend>$profilefield[title]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>$radiobits</td>\r\n </tr>\r\n $optionalfield\r\n </table>\r\n</fieldset>\r\n','template',1068475209,'Kier','3.0.0 Gamma'),(319,-1,'userfield_radio_option','<label for=\\\"rb_cpf_{$profilefieldname}_$key\\\"><input type=\\\"radio\\\" name=\\\"$profilefieldname\\\" value=\\\"$key\\\" id=\\\"rb_cpf_{$profilefieldname}_$key\\\" $checked />$val</label> ','<label for=\"rb_cpf_{$profilefieldname}_$key\"><input type=\"radio\" name=\"$profilefieldname\" value=\"$key\" id=\"rb_cpf_{$profilefieldname}_$key\" $checked />$val</label> ','template',1068173147,'Kier','3.0.0 Gamma'),(320,-1,'userfield_select','<fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"csel_$profilefieldname\\\">$profilefield[title]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n \" . (($show[\'optionspage\']) ? (\"<span style=\\\"float:$stylevar[right]\\\">\") : (\"\")).\"\r\n <select name=\\\"$profilefieldname\\\" id=\\\"csel_$profilefieldname\\\">\r\n \" . (($show[\'noemptyoption\']) ? (\"<option value=\\\"0\\\" $selected></option>\") : (\"\")).\"\r\n $selectbits\r\n </select>\r\n \" . (($show[\'optionspage\']) ? (\"</span><label for=\\\"csel_$profilefieldname\\\">$profilefield[title]:</label>\") : (\"\")).\"\r\n </td>\r\n </tr>\r\n $optionalfield\r\n </table>\r\n</fieldset>','<fieldset class=\"fieldset\">\r\n <legend><label for=\"csel_$profilefieldname\">$profilefield[title]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <if condition=\"$show[\'optionspage\']\"><span style=\"float:$stylevar[right]\"></if>\r\n <select name=\"$profilefieldname\" id=\"csel_$profilefieldname\">\r\n <if condition=\"$show[\'noemptyoption\']\"><option value=\"0\" $selected></option></if>\r\n $selectbits\r\n </select>\r\n <if condition=\"$show[\'optionspage\']\"></span><label for=\"csel_$profilefieldname\">$profilefield[title]:</label></if>\r\n </td>\r\n </tr>\r\n $optionalfield\r\n </table>\r\n</fieldset>','template',1104629004,'Admin','3.0.4'),(321,-1,'userfield_select_multiple','<fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"csel_$profilefieldname\\\">$profilefield[title]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <select name=\\\"{$profilefieldname}[]\\\" id=\\\"csel_$profilefieldname\\\" size=\\\"$profilefield[height]\\\" multiple=\\\"multiple\\\">\r\n $selectbits\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>','<fieldset class=\"fieldset\">\r\n <legend><label for=\"csel_$profilefieldname\">$profilefield[title]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <select name=\"{$profilefieldname}[]\" id=\"csel_$profilefieldname\" size=\"$profilefield[height]\" multiple=\"multiple\">\r\n $selectbits\r\n </select>\r\n </td>\r\n </tr>\r\n </table>\r\n</fieldset>','template',1088996082,'Kier','3.0.3'),(322,-1,'userfield_select_option','<option value=\\\"$key\\\" $selected>$val</option>','<option value=\"$key\" $selected>$val</option>','template',1068173170,'Kier','3.0.0 Gamma'),(323,-1,'userfield_textarea','<fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"cta_$profilefieldname\\\">$profilefield[title]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td><textarea class=\\\"bginput\\\" name=\\\"$profilefieldname\\\" id=\\\"cta_$profilefieldname\\\" rows=\\\"$profilefield[height]\\\" cols=\\\"$profilefield[size]\\\" wrap=\\\"virtual\\\">$bbuserinfo[$profilefieldname]</textarea></td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend><label for=\"cta_$profilefieldname\">$profilefield[title]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td><textarea class=\"bginput\" name=\"$profilefieldname\" id=\"cta_$profilefieldname\" rows=\"$profilefield[height]\" cols=\"$profilefield[size]\" wrap=\"virtual\">$bbuserinfo[$profilefieldname]</textarea></td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','template',1074637115,'Kier','3.0.0 Release Candidate 3'),(324,-1,'userfield_textbox','<fieldset class=\\\"fieldset\\\">\r\n <legend><label for=\\\"ctb_$profilefieldname\\\">$profilefield[title]</label></legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"$profilefieldname\\\" id=\\\"ctb_$profilefieldname\\\" value=\\\"$bbuserinfo[$profilefieldname]\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" /></td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','<fieldset class=\"fieldset\">\r\n <legend><label for=\"ctb_$profilefieldname\">$profilefield[title]</label></legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" width=\"100%\">\r\n <tr>\r\n <td>$profilefield[description]</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"$profilefieldname\" id=\"ctb_$profilefieldname\" value=\"$bbuserinfo[$profilefieldname]\" size=\"$profilefield[size]\" maxlength=\"$profilefield[maxlength]\" /></td>\r\n </tr>\r\n </table>\r\n</fieldset>\r\n','template',1074637123,'Kier','3.0.0 Release Candidate 3'),(325,-1,'usernote','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$vboptions[bbtitle] - \" . construct_phrase(\"$vbphrase[user_notes_for_x]\", \"$userinfo[username]\") . \"</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- add note / pagenav -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td class=\\\"smallfont\\\"><a href=\\\"usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]\\\">$vbphrase[post_new_user_note]</a></td>\r\n \" . (($show[\'pagenav\']) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / add note / pagenav -->\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . construct_phrase(\"$vbphrase[user_notes_for_x]\", \"$userinfo[username]\") . \"</td>\r\n</tr>\r\n</table>\r\n\r\n\" . (($show[\'notes\']) ? (\"\r\n\r\n $spacer_close\r\n <div id=\\\"notes\\\">\r\n $notebits\r\n </div>\r\n $spacer_open\r\n \r\n\") : (\"\r\n\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\"> \r\n <br />\r\n \" . construct_phrase(\"$vbphrase[x_does_not_have_any_notes]\", \"$userinfo[username]\") . \"\r\n <br /> \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n\")).\"\r\n\r\n<!-- add note / pagenav -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"smallfont\\\">\" . (($show[\'addnote\']) ? (\"<a href=\\\"usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]\\\">$vbphrase[post_new_user_note]</a>\") : (\"\")).\" </td>\r\n \" . (($show[\'pagenav\']) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n<!-- / add note / pagenav -->\r\n\r\n<br />\r\n\r\n<!-- forum jump and forum rules -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td width=\\\"100%\\\">$forumrules</td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump and forum rules -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$vboptions[bbtitle] - <phrase 1=\"$userinfo[username]\">$vbphrase[user_notes_for_x]</phrase></title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<!-- add note / pagenav -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td class=\"smallfont\"><a href=\"usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]\">$vbphrase[post_new_user_note]</a></td>\r\n <if condition=\"$show[\'pagenav\']\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / add note / pagenav -->\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><phrase 1=\"$userinfo[username]\">$vbphrase[user_notes_for_x]</phrase></td>\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$show[\'notes\']\">\r\n\r\n $spacer_close\r\n <div id=\"notes\">\r\n $notebits\r\n </div>\r\n $spacer_open\r\n \r\n<else />\r\n\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"alt1\" align=\"center\"> \r\n <br />\r\n <phrase 1=\"$userinfo[username]\">$vbphrase[x_does_not_have_any_notes]</phrase>\r\n <br /> \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n</if>\r\n\r\n<!-- add note / pagenav -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td class=\"smallfont\"><if condition=\"$show[\'addnote\']\"><a href=\"usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]\">$vbphrase[post_new_user_note]</a></if> </td>\r\n <if condition=\"$show[\'pagenav\']\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n<!-- / add note / pagenav -->\r\n\r\n<br />\r\n\r\n<!-- forum jump and forum rules -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td width=\"100%\">$forumrules</td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump and forum rules -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1074282777,'freddie','3.0.0 Release Candidate 3'),(326,-1,'usernote_note','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n\" . (($show[\'editnote\']) ? (\"\r\n <title>$vboptions[bbtitle] - $vbphrase[edit_user_note]</title>\r\n\") : (\"\r\n <title>$vboptions[bbtitle] - $vbphrase[new_user_note]</title>\r\n\")).\"\r\n$headinclude\r\n</head>\r\n\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n\" . (($show[\'editnote\']) ? (\"\r\n<form action=\\\"usernote.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"usernoteid\\\" value=\\\"$noteinfo[usernoteid]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"deletenote\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"u\\\" value=\\\"$userinfo[userid]\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<thead>\r\n <tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'editnote_delete\')\\\"><img id=\\\"collapseimg_editnote_delete\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editnote_delete].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[delete_user_note]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_editnote_delete\\\" style=\\\"$vbcollapse[collapseobj_editnote_delete]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[delete_user_note]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[to_delete_user_note_check_box]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"cb_deletenotechecked\\\"><input type=\\\"checkbox\\\" name=\\\"deletenotechecked\\\" value=\\\"yes\\\" id=\\\"cb_deletenotechecked\\\" />$vbphrase[delete_user_note]</label></td>\r\n <td align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" style=\\\"font-weight:normal\\\" value=\\\"$vbphrase[delete]\\\" accesskey=\\\"s\\\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n<form action=\\\"usernote.php\\\" method=\\\"post\\\" name=\\\"vbform\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"u\\\" value=\\\"$userinfo[userid]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"usernoteid\\\" value=\\\"$noteinfo[usernoteid]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"donote\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\" . (($show[\'editnote\']) ? (\"$vbphrase[edit_user_note]\") : (\"$vbphrase[post_new_user_note]\")).\"</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <!-- subject field -->\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n $vbphrase[title]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$noteinfo[title]\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n <!-- / subject field -->\r\n \r\n <!-- message area -->\r\n <div class=\\\"fieldset\\\">$vbphrase[message]:</div>\r\n $messagearea\r\n <!-- / message area -->\r\n\r\n <fieldset class=\\\"fieldset\\\" style=\\\"margin:$stylevar[formspacer]px 0px 0px 0px\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[submit_note]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n<!-- forum jump and forum rules -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td width=\\\"100%\\\">$forumrules</td>\r\n <td align=\\\"$stylevar[right]\\\">$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump and forum rules -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<if condition=\"$show[\'editnote\']\">\r\n <title>$vboptions[bbtitle] - $vbphrase[edit_user_note]</title>\r\n<else />\r\n <title>$vboptions[bbtitle] - $vbphrase[new_user_note]</title>\r\n</if>\r\n$headinclude\r\n</head>\r\n\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$show[\'editnote\']\">\r\n<form action=\"usernote.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"usernoteid\" value=\"$noteinfo[usernoteid]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"deletenote\" />\r\n<input type=\"hidden\" name=\"u\" value=\"$userinfo[userid]\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<thead>\r\n <tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'editnote_delete\')\"><img id=\"collapseimg_editnote_delete\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editnote_delete].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[delete_user_note]\r\n </td>\r\n </tr>\r\n</thead>\r\n<tbody id=\"collapseobj_editnote_delete\" style=\"$vbcollapse[collapseobj_editnote_delete]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[delete_user_note]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[to_delete_user_note_check_box]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"cb_deletenotechecked\"><input type=\"checkbox\" name=\"deletenotechecked\" value=\"yes\" id=\"cb_deletenotechecked\" />$vbphrase[delete_user_note]</label></td>\r\n <td align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" style=\"font-weight:normal\" value=\"$vbphrase[delete]\" accesskey=\"s\" /></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n</if>\r\n\r\n<form action=\"usernote.php\" method=\"post\" name=\"vbform\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\" onreset=\"vB_RESET(this);\"</if>>\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"u\" value=\"$userinfo[userid]\" />\r\n<input type=\"hidden\" name=\"usernoteid\" value=\"$noteinfo[usernoteid]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"donote\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"><if condition=\"$show[\'editnote\']\">$vbphrase[edit_user_note]<else />$vbphrase[post_new_user_note]</if></td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <!-- subject field -->\r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n $vbphrase[title]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"title\" value=\"$noteinfo[title]\" size=\"50\" maxlength=\"85\" tabindex=\"1\" />\r\n </div>\r\n <!-- / subject field -->\r\n \r\n <!-- message area -->\r\n <div class=\"fieldset\">$vbphrase[message]:</div>\r\n $messagearea\r\n <!-- / message area -->\r\n\r\n <fieldset class=\"fieldset\" style=\"margin:$stylevar[formspacer]px 0px 0px 0px\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[submit_note]\" accesskey=\"s\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n<!-- forum jump and forum rules -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr valign=\"bottom\">\r\n <td width=\"100%\">$forumrules</td>\r\n <td align=\"$stylevar[right]\">$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump and forum rules -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073936029,'Kier','3.0.0 Release Candidate 3'),(327,-1,'WHOPOSTED','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vbphrase[who_posted] - $vboptions[bbtitle]</title>\r\n $headinclude\r\n</head>\r\n<body onload=\\\"self.focus()\\\" style=\\\"margin:0px\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"2\\\">\r\n $vbphrase[who_posted]\r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[total_posts_x]\", \"$totalposts\") . \"</div>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" width=\\\"100%\\\">$vbphrase[username]</td>\r\n <td class=\\\"thead\\\">$vbphrase[posts]</td>\r\n</tr>\r\n$posters\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"2\\\" align=\\\"center\\\"><div class=\\\"smallfont\\\">\r\n <a href=\\\"#\\\" onclick=\\\"opener.location=(\'showthread.php?$session[sessionurl]t=$threadid\'); self.close();\\\"><strong>$vbphrase[show_thread_and_close_window]</strong></a>\r\n </div></td>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vbphrase[who_posted] - $vboptions[bbtitle]</title>\r\n $headinclude\r\n</head>\r\n<body onload=\"self.focus()\" style=\"margin:0px\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"2\">\r\n $vbphrase[who_posted]\r\n <div class=\"smallfont\"><phrase 1=\"$totalposts\">$vbphrase[total_posts_x]</phrase></div>\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" width=\"100%\">$vbphrase[username]</td>\r\n <td class=\"thead\">$vbphrase[posts]</td>\r\n</tr>\r\n$posters\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"2\" align=\"center\"><div class=\"smallfont\">\r\n <a href=\"#\" onclick=\"opener.location=(\'showthread.php?$session[sessionurl]t=$threadid\'); self.close();\"><strong>$vbphrase[show_thread_and_close_window]</strong></a>\r\n </div></td>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','template',1070098324,'Ed Sullivan','3.0.0 Gamma'),(328,-1,'whopostedbit','<tr>\r\n <td class=\\\"$bgclass\\\">\r\n \" . (($show[\'memberlink\']) ? (\"\r\n <a href=\\\"member.php?$session[sessionurl]u=$post[userid]\\\" target=\\\"_blank\\\">$post[username]</a>\r\n \") : (\"\r\n $post[username]\r\n \")).\"\r\n </td>\r\n <td class=\\\"$bgclass\\\">$post[posts]</td>\r\n</tr>\r\n','<tr>\r\n <td class=\"$bgclass\">\r\n <if condition=\"$show[\'memberlink\']\">\r\n <a href=\"member.php?$session[sessionurl]u=$post[userid]\" target=\"_blank\">$post[username]</a>\r\n <else />\r\n $post[username]\r\n </if>\r\n </td>\r\n <td class=\"$bgclass\">$post[posts]</td>\r\n</tr>\r\n','template',1069863844,'freddie','3.0.0 Gamma'),(329,-1,'WHOSONLINE','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n$metarefresh\r\n<title>$vboptions[bbtitle] - $vbphrase[whos_online]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"$colspan\\\"><div class=\\\"smallfont\\\">\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <a href=\\\"online.php?$session[sessionurl]order=$sortorder&sort=$sortfield&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\\\"><strong>$vbphrase[reload_this_page]</strong></a>\r\n </span> \r\n <strong>\" . construct_phrase(\"$vbphrase[x_members_and_y_guests]\", \"$numbervisible\", \"$numberguests\") . \"</strong><br />\" . construct_phrase(\"$vbphrase[most_users_ever_online_was_x_y_at_z]\", \"$recordusers\", \"$recorddate\", \"$recordtime\") . \"\r\n </div></td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"thead\\\" >\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n <a href=\\\"$sorturl&order=desc&sort=time&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\\\">$vbphrase[last_activity]</a> $sortarrow[time]\r\n </span>\r\n <a href=\\\"$sorturl&order=asc&sort=username&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\\\">$vbphrase[username]</a> $sortarrow[username]\r\n </td>\r\n <td class=\\\"thead\\\"><a href=\\\"$sorturl&order=asc&sort=location&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\\\">$vbphrase[location_temp]</a> $sortarrow[location]</td>\r\n \" . (($show[\'ip\']) ? (\"<td class=\\\"thead\\\">$vbphrase[ip_address]</td>\") : (\"\")).\"\r\n \" . (($vboptions[\'showimicons\']) ? (\"<td class=\\\"thead\\\" align=\\\"center\\\">$vbphrase[instant_messaging]</td>\") : (\"\")).\"\r\n</tr>\r\n$onlinebits\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"alt1\\\" align=\\\"center\\\">\r\n\r\n <form action=\\\"online.php\\\" method=\\\"post\\\">\r\n <input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" /> \r\n <div class=\\\"fieldset\\\" style=\\\"margin:0px\\\">\r\n \r\n \" . (($vboptions[\'WOLguests\']) ? (\"\r\n $vbphrase[display]:\r\n <select name=\\\"who\\\">\r\n <option value=\\\"all\\\" $whoselected[0]>$vbphrase[all]</option>\r\n <option value=\\\"members\\\" $whoselected[1]>$vbphrase[members]</option>\r\n <option value=\\\"guests\\\" $whoselected[2]>$vbphrase[guests]</option>\r\n \" . (($vboptions[\'enablespiders\']) ? (\"\r\n <option value=\\\"spiders\\\" $whoselected[3]>$vbphrase[search_bots]</option>\r\n \") : (\"\")).\"\r\n </select>\r\n \r\n \") : (\"\")).\"\r\n \r\n \" . (($show[\'ip\']) ? (\"\r\n $vbphrase[user_agent]:\r\n <select name=\\\"ua\\\">\r\n <option value=\\\"1\\\" $uaselected[1]>$vbphrase[yes]</option>\r\n <option value=\\\"0\\\" $uaselected[0]>$vbphrase[no]</option>\r\n </select>\r\n \r\n \") : (\"\")).\"\r\n \r\n $vbphrase[per_page]:\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" style=\\\"font-size:11px\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" size=\\\"2\\\" />\r\n \r\n \r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[display]\\\" accesskey=\\\"s\\\" />\r\n \r\n </div>\r\n </form>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\" . (($pagenav) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n<!-- icons and forum jump -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"2\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td width=\\\"100%\\\">\r\n <table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <col align=\\\"center\\\"></col>\r\n <tr>\r\n <td><strong>+</strong></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[user_is_on_your_buddy_list]</td>\r\n </tr>\r\n \" . (($show[\'hidden\']) ? (\"\r\n <tr>\r\n <td><strong>*</strong></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[user_is_invisible_to_others]</td>\r\n </tr>\r\n \") : (\"\")).\" \r\n \" . (($show[\'badlocation\']) ? (\"\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/wol_lockedout.gif\\\" alt=\\\"$vbphrase[viewing_forum_closed]\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[viewing_forum_closed]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/wol_nopermission.gif\\\" alt=\\\"$vbphrase[viewing_no_permission_message]\\\" /></td>\r\n <td class=\\\"smallfont\\\"> $vbphrase[viewing_no_permission_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\\"$stylevar[imgdir_statusicon]/wol_error.gif\\\" alt=\\\"$vbphrase[viewing_error_message]\\\" />\r\n <td class=\\\"smallfont\\\"> $vbphrase[viewing_error_message]</td>\r\n </tr>\r\n \") : (\"\")).\"\r\n </table>\r\n </td>\r\n <td> \r\n $forumjump\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / icons and forum jump -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n$metarefresh\r\n<title>$vboptions[bbtitle] - $vbphrase[whos_online]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"$colspan\"><div class=\"smallfont\">\r\n <span style=\"float:$stylevar[right]\">\r\n <a href=\"online.php?$session[sessionurl]order=$sortorder&sort=$sortfield&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\"><strong>$vbphrase[reload_this_page]</strong></a>\r\n </span> \r\n <strong><phrase 1=\"$numbervisible\" 2=\"$numberguests\">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase 1=\"$recordusers\" 2=\"$recorddate\" 3=\"$recordtime\">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>\r\n </div></td>\r\n</tr>\r\n<tr>\r\n <td class=\"thead\" >\r\n <span style=\"float:$stylevar[right]\">\r\n <a href=\"$sorturl&order=desc&sort=time&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\">$vbphrase[last_activity]</a> $sortarrow[time]\r\n </span>\r\n <a href=\"$sorturl&order=asc&sort=username&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\">$vbphrase[username]</a> $sortarrow[username]\r\n </td>\r\n <td class=\"thead\"><a href=\"$sorturl&order=asc&sort=location&pp=$perpage&page=$pagenumber&who=$who&ua=$showua\">$vbphrase[location_temp]</a> $sortarrow[location]</td>\r\n <if condition=\"$show[\'ip\']\"><td class=\"thead\">$vbphrase[ip_address]</td></if>\r\n <if condition=\"$vboptions[\'showimicons\']\"><td class=\"thead\" align=\"center\">$vbphrase[instant_messaging]</td></if>\r\n</tr>\r\n$onlinebits\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"alt1\" align=\"center\">\r\n\r\n <form action=\"online.php\" method=\"post\">\r\n <input type=\"hidden\" name=\"pp\" value=\"$perpage\" /> \r\n <div class=\"fieldset\" style=\"margin:0px\">\r\n \r\n <if condition=\"$vboptions[\'WOLguests\']\">\r\n $vbphrase[display]:\r\n <select name=\"who\">\r\n <option value=\"all\" $whoselected[0]>$vbphrase[all]</option>\r\n <option value=\"members\" $whoselected[1]>$vbphrase[members]</option>\r\n <option value=\"guests\" $whoselected[2]>$vbphrase[guests]</option>\r\n <if condition=\"$vboptions[\'enablespiders\']\">\r\n <option value=\"spiders\" $whoselected[3]>$vbphrase[search_bots]</option>\r\n </if>\r\n </select>\r\n \r\n </if>\r\n \r\n <if condition=\"$show[\'ip\']\">\r\n $vbphrase[user_agent]:\r\n <select name=\"ua\">\r\n <option value=\"1\" $uaselected[1]>$vbphrase[yes]</option>\r\n <option value=\"0\" $uaselected[0]>$vbphrase[no]</option>\r\n </select>\r\n \r\n </if>\r\n \r\n $vbphrase[per_page]:\r\n <input type=\"text\" class=\"bginput\" style=\"font-size:11px\" name=\"pp\" value=\"$perpage\" size=\"2\" />\r\n \r\n \r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[display]\" accesskey=\"s\" />\r\n \r\n </div>\r\n </form>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<if condition=\"$pagenav\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n<br />\r\n\r\n<!-- icons and forum jump -->\r\n<table cellpadding=\"0\" cellspacing=\"2\" border=\"0\" width=\"100%\">\r\n<tr valign=\"bottom\">\r\n <td width=\"100%\">\r\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"0\">\r\n <col align=\"center\"></col>\r\n <tr>\r\n <td><strong>+</strong></td>\r\n <td class=\"smallfont\"> $vbphrase[user_is_on_your_buddy_list]</td>\r\n </tr>\r\n <if condition=\"$show[\'hidden\']\">\r\n <tr>\r\n <td><strong>*</strong></td>\r\n <td class=\"smallfont\"> $vbphrase[user_is_invisible_to_others]</td>\r\n </tr>\r\n </if> \r\n <if condition=\"$show[\'badlocation\']\">\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/wol_lockedout.gif\" alt=\"$vbphrase[viewing_forum_closed]\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[viewing_forum_closed]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/wol_nopermission.gif\" alt=\"$vbphrase[viewing_no_permission_message]\" /></td>\r\n <td class=\"smallfont\"> $vbphrase[viewing_no_permission_message]</td>\r\n </tr>\r\n <tr>\r\n <td><img src=\"$stylevar[imgdir_statusicon]/wol_error.gif\" alt=\"$vbphrase[viewing_error_message]\" />\r\n <td class=\"smallfont\"> $vbphrase[viewing_error_message]</td>\r\n </tr>\r\n </if>\r\n </table>\r\n </td>\r\n <td> \r\n $forumjump\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- / icons and forum jump -->\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1074025942,'freddie','3.0.0 Release Candidate 3'),(330,-1,'whosonlinebit','<tr>\r\n\r\n <td class=\\\"alt1\\\" width=\\\"35%\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><span class=\\\"time\\\">$userinfo[time]</span></span>\r\n \" . (($show[\'loggedinuser\']) ? (\"\r\n <a href=\\\"member.php?$session[sessionurl]u=$userinfo[userid]\\\" target=\\\"_blank\\\">$userinfo[musername]</a>$userinfo[hidden]\" . (($show[\'buddy\']) ? (\"+\") : (\"\")).\"\r\n \") : (\"\r\n \" . (($show[\'spider\']) ? (\"\" . construct_phrase(\"$vbphrase[x_spider]\", \"$userinfo[spider]\") . \"\") : (\"$userinfo[musername]\")).\"\r\n \")).\"\r\n </td>\r\n \r\n <td class=\\\"alt2\\\" width=\\\"35%\\\">\r\n <div>\r\n <span style=\\\"float:$stylevar[right]\\\">\r\n \" . (($show[\'lockedout\']) ? (\"<img src=\\\"$stylevar[imgdir_statusicon]/wol_lockedout.gif\\\" alt=\\\"$vbphrase[viewing_forum_closed]\\\" />\") : (\"\")).\"\r\n \" . (($show[\'nopermission\']) ? (\"<img src=\\\"$stylevar[imgdir_statusicon]/wol_nopermission.gif\\\" alt=\\\"$vbphrase[viewing_no_permission_message]\\\" />\") : (\"\")).\"\r\n \" . (($show[\'errormessage\']) ? (\"<img src=\\\"$stylevar[imgdir_statusicon]/wol_error.gif\\\" alt=\\\"$vbphrase[viewing_error_message]\\\" />\") : (\"\")).\"\r\n \" . (($show[\'reallocation\']) ? (\"<img src=\\\"$stylevar[imgdir_misc]/question_icon.gif\\\" alt=\\\"$userinfo[location]\\\" />\") : (\"\")).\"\r\n </span>\r\n $userinfo[action]\r\n </div>\r\n \" . (($show[\'where\']) ? (\"\r\n <div class=\\\"smallfont\\\" style=\\\"margin-top:1px\\\">\r\n \" . (($show[\'subscribed\']) ? (\"<img class=\\\"inlineimg\\\" src=\\\"$stylevar[imgdir_misc]/subscribed.gif\\\" alt=\\\"$vbphrase[you_are_subscribed_to_this_thread]\\\" />\") : (\"\")).\"\r\n $userinfo[where]\r\n </div>\r\n \") : (\"\")).\"\r\n </td>\r\n \r\n \" . (($show[\'ip\']) ? (\"\r\n <td class=\\\"$ipclass\\\"><div class=\\\"smallfont\\\">$userinfo[host]\" . (($show[\'useragent\']) ? (\"<br />$userinfo[useragent]\") : (\"\")).\"</div></td>\r\n \") : (\"\")).\"\r\n \r\n \" . (($vboptions[\'showimicons\']) ? (\"\r\n <td class=\\\"alt2\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\">\r\n $userinfo[aimicon]\r\n $userinfo[icqicon]\r\n $userinfo[msnicon]\r\n $userinfo[yahooicon]\r\n </td>\r\n \") : (\"\")).\"\r\n \r\n</tr>','<tr>\r\n\r\n <td class=\"alt1\" width=\"35%\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><span class=\"time\">$userinfo[time]</span></span>\r\n <if condition=\"$show[\'loggedinuser\']\">\r\n <a href=\"member.php?$session[sessionurl]u=$userinfo[userid]\" target=\"_blank\">$userinfo[musername]</a>$userinfo[hidden]<if condition=\"$show[\'buddy\']\">+</if>\r\n <else />\r\n <if condition=\"$show[\'spider\']\"><phrase 1=\"$userinfo[spider]\">$vbphrase[x_spider]</phrase><else />$userinfo[musername]</if>\r\n </if>\r\n </td>\r\n \r\n <td class=\"alt2\" width=\"35%\">\r\n <div>\r\n <span style=\"float:$stylevar[right]\">\r\n <if condition=\"$show[\'lockedout\']\"><img src=\"$stylevar[imgdir_statusicon]/wol_lockedout.gif\" alt=\"$vbphrase[viewing_forum_closed]\" /></if>\r\n <if condition=\"$show[\'nopermission\']\"><img src=\"$stylevar[imgdir_statusicon]/wol_nopermission.gif\" alt=\"$vbphrase[viewing_no_permission_message]\" /></if>\r\n <if condition=\"$show[\'errormessage\']\"><img src=\"$stylevar[imgdir_statusicon]/wol_error.gif\" alt=\"$vbphrase[viewing_error_message]\" /></if>\r\n <if condition=\"$show[\'reallocation\']\"><img src=\"$stylevar[imgdir_misc]/question_icon.gif\" alt=\"$userinfo[location]\" /></if>\r\n </span>\r\n $userinfo[action]\r\n </div>\r\n <if condition=\"$show[\'where\']\">\r\n <div class=\"smallfont\" style=\"margin-top:1px\">\r\n <if condition=\"$show[\'subscribed\']\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_misc]/subscribed.gif\" alt=\"$vbphrase[you_are_subscribed_to_this_thread]\" /></if>\r\n $userinfo[where]\r\n </div>\r\n </if>\r\n </td>\r\n \r\n <if condition=\"$show[\'ip\']\">\r\n <td class=\"$ipclass\"><div class=\"smallfont\">$userinfo[host]<if condition=\"$show[\'useragent\']\"><br />$userinfo[useragent]</if></div></td>\r\n </if>\r\n \r\n <if condition=\"$vboptions[\'showimicons\']\">\r\n <td class=\"alt2\" align=\"center\" nowrap=\"nowrap\">\r\n $userinfo[aimicon]\r\n $userinfo[icqicon]\r\n $userinfo[msnicon]\r\n $userinfo[yahooicon]\r\n </td>\r\n </if>\r\n \r\n</tr>','template',1080584055,'freddie','3.0.1'),(331,-1,'activateform','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[activate_your_account]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"register.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[activate_your_account]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[activate_your_account]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[username]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"username\\\" value=\\\"$bbuserinfo[username]\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[activation_code]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"activateid\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\\\"fieldset\\\" style=\\\"margin:$stylevar[formspacer]px 0px 0px 0px\\\">\r\n \" . construct_phrase(\"$vbphrase[you_lost_activation_code_or_username]\", \"register.php?$session[sessionurl]do=requestemail\") . \"\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"activate\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[activate_your_account]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" name=\\\"reset\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[activate_your_account]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"register.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[activate_your_account]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[activate_your_account]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[username]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"username\" value=\"$bbuserinfo[username]\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[activation_code]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"activateid\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\"fieldset\" style=\"margin:$stylevar[formspacer]px 0px 0px 0px\">\r\n <phrase 1=\"register.php?$session[sessionurl]do=requestemail\">$vbphrase[you_lost_activation_code_or_username]</phrase>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"activate\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[activate_your_account]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" name=\"reset\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','template',1070526903,'Kier','3.0.0 Gamma'),(332,-1,'activate_requestemail','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[email_activation_codes]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"register.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[email_activation_codes]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[email_activation_codes]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[request_activation_code_sent_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"email\\\" value=\\\"$email\\\" size=\\\"50\\\" maxlength=\\\"90\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"emailcode\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[email_activation_codes]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" name=\\\"reset\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[email_activation_codes]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"register.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[email_activation_codes]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[email_activation_codes]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[request_activation_code_sent_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"email\" value=\"$email\" size=\"50\" maxlength=\"90\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"emailcode\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[email_activation_codes]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" name=\"reset\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070526899,'Kier','3.0.0 Gamma'),(333,-1,'announcement','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[announcements_in_forum]: $foruminfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\"> \r\n \" . (($show[\'viewall\']) ? (\"\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\">\r\n <a href=\\\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]\\\">$vbphrase[view_all_announcements]</a> ($anncount[total])\r\n </span>\r\n \") : (\"\")).\" \r\n \r\n $vbphrase[announcements_in_forum]<span class=\\\"normal\\\">: <a href=\\\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\\\">$foruminfo[title]</a></span> \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- end content table -->\r\n$spacer_close\r\n<!-- / end content table -->\r\n\r\n<div id=\\\"posts\\\">$announcebits</div>\r\n\r\n<!-- start content table -->\r\n$spacer_open\r\n<!-- / start content table -->\r\n\r\n<br />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\">\r\n<tr>\r\n <td width=\\\"100%\\\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$vboptions[bbtitle] - $vbphrase[announcements_in_forum]: $foruminfo[title]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\"> \r\n <if condition=\"$show[\'viewall\']\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\">\r\n <a href=\"announcement.php?$session[sessionurl]f=$foruminfo[forumid]\">$vbphrase[view_all_announcements]</a> ($anncount[total])\r\n </span>\r\n </if> \r\n \r\n $vbphrase[announcements_in_forum]<span class=\"normal\">: <a href=\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\">$foruminfo[title]</a></span> \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<!-- end content table -->\r\n$spacer_close\r\n<!-- / end content table -->\r\n\r\n<div id=\"posts\">$announcebits</div>\r\n\r\n<!-- start content table -->\r\n$spacer_open\r\n<!-- / start content table -->\r\n\r\n<br />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td width=\"100%\"> </td>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070526899,'Kier','3.0.0 Gamma'),(334,-1,'board_inactive_warning','<div align=\\\"center\\\" style=\\\"color: red; background-color: white; border: 1px solid black; padding:2px\\\">$vbphrase[alert_board_off]</div>\r\n','<div align=\"center\" style=\"color: red; background-color: white; border: 1px solid black; padding:2px\">$vbphrase[alert_board_off]</div>\r\n','template',1070144171,'Ed Sullivan','3.0.0 Gamma'),(335,-1,'contactus','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[contact_us]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\r\n<form action=\\\"sendmessage.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"docontactus\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n\r\n\" . (($show[\'errors\']) ? (\"\r\n <table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n <tr>\r\n <td class=\\\"tcat\\\">$vbphrase[errors_occured_when_submitted]:</td>\r\n </tr>\r\n <tr>\r\n <td class=\\\"alt2\\\">\r\n <ol>$errormessages</ol>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n\") : (\"\")).\"\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[send_email_to_forum_administrator]</strong></span>\r\n $vbphrase[contact_us] \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[your_details]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[your_name]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"name\\\" value=\\\"$name\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"email\\\" value=\\\"$email\\\" size=\\\"50\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[subject]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($vboptions[\'contactusoptions\']) ? (\"\r\n $contactusoptions\r\n <div>\r\n <label for=\\\"rb_subjother\\\"><input type=\\\"radio\\\" name=\\\"subject\\\" value=\\\"other\\\" id=\\\"rb_subjother\\\" />$vbphrase[other]</label>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"other_subject\\\" size=\\\"40\\\" maxlength=\\\"85\\\" />\r\n </div>\r\n \") : (\"\r\n $vbphrase[subject]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"subject\\\" value=\\\"$subject\\\" size=\\\"50\\\" maxlength=\\\"85\\\" />\r\n \")).\"\r\n </div>\r\n </fieldset>\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[message]:<br />\r\n <textarea name=\\\"message\\\" rows=\\\"10\\\" cols=\\\"50\\\" wrap=\\\"virtual\\\" style=\\\"width:$stylevar[messagewidth]\\\">$message</textarea>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" name=\\\"reset\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[contact_us]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n\r\n<form action=\"sendmessage.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"docontactus\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n\r\n<if condition=\"$show[\'errors\']\">\r\n <table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n <tr>\r\n <td class=\"tcat\">$vbphrase[errors_occured_when_submitted]:</td>\r\n </tr>\r\n <tr>\r\n <td class=\"alt2\">\r\n <ol>$errormessages</ol>\r\n </td>\r\n </tr>\r\n </table>\r\n <br />\r\n</if>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[send_email_to_forum_administrator]</strong></span>\r\n $vbphrase[contact_us] \r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[your_details]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[your_name]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"name\" value=\"$name\" size=\"50\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"email\" value=\"$email\" size=\"50\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[subject]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$vboptions[\'contactusoptions\']\">\r\n $contactusoptions\r\n <div>\r\n <label for=\"rb_subjother\"><input type=\"radio\" name=\"subject\" value=\"other\" id=\"rb_subjother\" />$vbphrase[other]</label>\r\n <input type=\"text\" class=\"bginput\" name=\"other_subject\" size=\"40\" maxlength=\"85\" />\r\n </div>\r\n <else />\r\n $vbphrase[subject]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"subject\" value=\"$subject\" size=\"50\" maxlength=\"85\" />\r\n </if>\r\n </div>\r\n </fieldset>\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[message]:<br />\r\n <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\" style=\"width:$stylevar[messagewidth]\">$message</textarea>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" name=\"reset\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073263755,'Kier','3.0.0 Release Candidate 2'),(336,-1,'contactus_option','<div><label for=\\\"rb_subj$index\\\"><input type=\\\"radio\\\" name=\\\"subject\\\" id=\\\"rb_subj$index\\\" value=\\\"$index\\\" $checked />$title</label></div>\r\n','<div><label for=\"rb_subj$index\"><input type=\"radio\" name=\"subject\" id=\"rb_subj$index\" value=\"$index\" $checked />$title</label></div>\r\n','template',1068724587,'Kier','3.0.0 Gamma'),(337,-1,'editpoll','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[edit_poll]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"poll.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatepoll\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"pollid\\\" value=\\\"$pollid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\\\">$threadinfo[title]</a></span>\r\n $vbphrase[edit_poll]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <div class=\\\"fieldset\\\">\r\n <div><label for=\\\"pollquestion\\\">$vbphrase[poll_question]</label>:</div>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"pollquestion\\\" value=\\\"$pollinfo[question]\\\" id=\\\"pollquestion\\\" size=\\\"50\\\" maxlength=\\\"85\\\" />\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n $pollbits\r\n <tr>\r\n <td colspan=\\\"2\\\"><label for=\\\"add1\\\">$vbphrase[additional_option_1]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"options[]\\\" id=\\\"add1\\\" size=\\\"50\\\" /></label></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"2\\\"><label for=\\\"add2\\\">$vbphrase[additional_option_2]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"options[]\\\" id=\\\"add2\\\" size=\\\"50\\\" /></label></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\\"2\\\">$vbphrase[keep_poll_options_short]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[poll_timeout]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[automatically_close_poll_enter_days]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\\\"poll_timeout\\\">$vbphrase[close_poll] <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"timeout\\\" value=\\\"$pollinfo[timeout]\\\" size=\\\"5\\\" id=\\\"poll_timeout\\\" /> \" . construct_phrase(\"$vbphrase[days_after_x]\", \"$pollinfo[postdate]\") . \"</label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[close_poll]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td><label for=\\\"cb_closepoll\\\"><input type=\\\"checkbox\\\" name=\\\"closepoll\\\" value=\\\"yes\\\" id=\\\"cb_closepoll\\\" $pollinfo[closed] />$vbphrase[to_close_this_poll_check_this_box]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[closing_poll_impossible_to_vote]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" accesskey=\\\"s\\\" value=\\\"$vbphrase[save_changes]\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" />\r\n </div>\r\n\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[edit_poll]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"poll.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"updatepoll\" />\r\n<input type=\"hidden\" name=\"pollid\" value=\"$pollid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\">$threadinfo[title]</a></span>\r\n $vbphrase[edit_poll]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <div class=\"fieldset\">\r\n <div><label for=\"pollquestion\">$vbphrase[poll_question]</label>:</div>\r\n <input type=\"text\" class=\"bginput\" name=\"pollquestion\" value=\"$pollinfo[question]\" id=\"pollquestion\" size=\"50\" maxlength=\"85\" />\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[poll_options]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n $pollbits\r\n <tr>\r\n <td colspan=\"2\"><label for=\"add1\">$vbphrase[additional_option_1]:<br /><input type=\"text\" class=\"bginput\" name=\"options[]\" id=\"add1\" size=\"50\" /></label></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\"><label for=\"add2\">$vbphrase[additional_option_2]:<br /><input type=\"text\" class=\"bginput\" name=\"options[]\" id=\"add2\" size=\"50\" /></label></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">$vbphrase[keep_poll_options_short]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[poll_timeout]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[automatically_close_poll_enter_days]</td>\r\n </tr>\r\n <tr>\r\n <td><label for=\"poll_timeout\">$vbphrase[close_poll] <input type=\"text\" class=\"bginput\" name=\"timeout\" value=\"$pollinfo[timeout]\" size=\"5\" id=\"poll_timeout\" /> <phrase 1=\"$pollinfo[postdate]\">$vbphrase[days_after_x]</phrase></label></td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[close_poll]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td><label for=\"cb_closepoll\"><input type=\"checkbox\" name=\"closepoll\" value=\"yes\" id=\"cb_closepoll\" $pollinfo[closed] />$vbphrase[to_close_this_poll_check_this_box]</label></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[closing_poll_impossible_to_vote]</td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" accesskey=\"s\" value=\"$vbphrase[save_changes]\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" />\r\n </div>\r\n\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073263921,'Kier','3.0.0 Release Candidate 2'),(338,-1,'editpost','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[edit_post]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n\" . (($show[\'deletepostoption\']) ? (\"\r\n<form action=\\\"editpost.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"deletepost\\\" />\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'editpost_delete\')\\\"><img id=\\\"collapseimg_editpost_delete\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editpost_delete].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[delete_this_message]\r\n </td>\r\n</tr>\r\n<tbody id=\\\"collapseobj_editpost_delete\\\" style=\\\"$vbcollapse[collapseobj_editpost_delete]\\\">\r\n <tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <div>$vbphrase[delete_message_check_appropriate_option]</div>\r\n \" . (($show[\'firstpostnote\']) ? (\"\r\n <div>$vbphrase[deleting_message_deletion_of_thread]</div>\r\n \") : (\"\")).\"\r\n </div>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[delete_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n <div>\r\n <label for=\\\"rb_del_leave\\\"><input type=\\\"radio\\\" name=\\\"deletepost\\\" value=\\\"\\\" id=\\\"rb_del_leave\\\" tabindex=\\\"1\\\" checked=\\\"checked\\\" />$vbphrase[do_not_delete_message]</label>\r\n </div>\r\n <div>\r\n <label for=\\\"rb_del_soft\\\"><input type=\\\"radio\\\" name=\\\"deletepost\\\" value=\\\"delete\\\" id=\\\"rb_del_soft\\\" tabindex=\\\"1\\\" />$vbphrase[delete_message]</label>\r\n \" . (($show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']) ? (\"(<label for=\\\"cb_keepattachments\\\"><input type=\\\"checkbox\\\" name=\\\"keepattachments\\\" value=\\\"1\\\" id=\\\"cb_keepattachments\\\" tabindex=\\\"1\\\" />$vbphrase[keep_attachments]</label>)\") : (\"\")).\"\r\n </div>\r\n \" . (($show[\'physicaldeleteoption\']) ? (\"\r\n <div>\r\n <label for=\\\"rb_del_hard\\\"><input type=\\\"radio\\\" name=\\\"deletepost\\\" value=\\\"remove\\\" id=\\\"rb_del_hard\\\" tabindex=\\\"1\\\" />$vbphrase[physically_remove_message]</label>\r\n </div>\r\n \") : (\"\")).\"\r\n </div>\r\n </fieldset>\r\n \r\n <div class=\\\"smallfont\\\">\r\n <div>$vbphrase[reason_for_deletion]:</div>\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"reason\\\" size=\\\"50\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[delete_this_message]\\\" tabindex=\\\"1\\\" accesskey=\\\"d\\\" />\r\n </div>\r\n \r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n<br />\r\n\") : (\"\")).\"\r\n\r\n<form name=\\\"vbform\\\" action=\\\"editpost.php\\\" method=\\\"post\\\"\" . ((!is_browser(\'webtv\')) ? (\" onsubmit=\\\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\\\" onreset=\\\"vB_RESET(this);\\\"\") : (\"\")).\">\r\n\r\n$postpreview\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\\\">$threadinfo[title]</a></span>\r\n $vbphrase[edit_post]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <!-- edit reason field -->\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <div>$vbphrase[reason_for_editing]:</div>\r\n <div><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"reason\\\" value=\\\"$newpost[reason]\\\" size=\\\"50\\\" maxlength=\\\"200\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" /></div>\r\n </div>\r\n <!-- / edit reason field -->\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin-bottom:$stylevar[formspacer]px\\\">\r\n <tr>\r\n <td class=\\\"smallfont\\\" colspan=\\\"3\\\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"title\\\" value=\\\"$title\\\" size=\\\"50\\\" maxlength=\\\"85\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" /></td>\r\n <td> </td>\r\n <td><img id=\\\"display_posticon\\\" src=\\\"$selectedicon[src]\\\" alt=\\\"$selectedicon[alt]\\\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[message_by_x_on_y_at_z]\", \"member.php?$session[sessionurl]u=$postinfo[userid]\", \"$postinfo[username]\", \"$postinfo[postdate]\", \"$postinfo[posttime]\") . \":</div>\r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"updatepost\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"posthash\\\" value=\\\"$posthash\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"poststarttime\\\" value=\\\"$poststarttime\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_changes]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'newpost_options\')\\\"><img id=\\\"collapseimg_newpost_options\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n <strong>$vbphrase[additional_options]</strong>\r\n </td>\r\n</tr>\r\n<tbody id=\\\"collapseobj_newpost_options\\\" style=\\\"$vbcollapse[collapseobj_newpost_options]\\\"> \r\n <tr valign=\\\"top\\\">\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\\\"padding:$stylevar[formspacer]px\\\">\r\n \" . (($bbuserinfo[\'signature\'] != \'\') ? (\"<div><label for=\\\"cb_signature\\\"><input type=\\\"checkbox\\\" name=\\\"signature\\\" value=\\\"1\\\" id=\\\"cb_signature\\\" tabindex=\\\"1\\\" $checked[signature] />$vbphrase[show_your_signature]</label></div>\") : (\"\")).\"\r\n <div><label for=\\\"cb_parseurl\\\"><input type=\\\"checkbox\\\" name=\\\"parseurl\\\" value=\\\"1\\\" id=\\\"cb_parseurl\\\" tabindex=\\\"1\\\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\\\"emailupdate\\\" tabindex=\\\"1\\\">\r\n <option value=\\\"9999\\\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\\\"0\\\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\\\"1\\\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\\\"2\\\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\\\"3\\\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n \" . (($show[\'subscriptionfolders\']) ? (\"<td>$vbphrase[folder]:<br /><select name=\\\"folderid\\\" tabindex=\\\"1\\\">$folderbits</select></td>\") : (\"\")).\"\r\n </tr>\r\n </table>\r\n </fieldset>\r\n\r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[save_changes]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"preview\\\" value=\\\"$vbphrase[preview_changes]\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[edit_post]</title>\r\n$headinclude\r\n</head>\r\n<body$onload>\r\n$header\r\n$navbar\r\n\r\n<if condition=\"$show[\'deletepostoption\']\">\r\n<form action=\"editpost.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n<input type=\"hidden\" name=\"do\" value=\"deletepost\" />\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'editpost_delete\')\"><img id=\"collapseimg_editpost_delete\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editpost_delete].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[delete_this_message]\r\n </td>\r\n</tr>\r\n<tbody id=\"collapseobj_editpost_delete\" style=\"$vbcollapse[collapseobj_editpost_delete]\">\r\n <tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <div>$vbphrase[delete_message_check_appropriate_option]</div>\r\n <if condition=\"$show[\'firstpostnote\']\">\r\n <div>$vbphrase[deleting_message_deletion_of_thread]</div>\r\n </if>\r\n </div>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[delete_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <div>\r\n <label for=\"rb_del_leave\"><input type=\"radio\" name=\"deletepost\" value=\"\" id=\"rb_del_leave\" tabindex=\"1\" checked=\"checked\" />$vbphrase[do_not_delete_message]</label>\r\n </div>\r\n <div>\r\n <label for=\"rb_del_soft\"><input type=\"radio\" name=\"deletepost\" value=\"delete\" id=\"rb_del_soft\" tabindex=\"1\" />$vbphrase[delete_message]</label>\r\n <if condition=\"$show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']\">(<label for=\"cb_keepattachments\"><input type=\"checkbox\" name=\"keepattachments\" value=\"1\" id=\"cb_keepattachments\" tabindex=\"1\" />$vbphrase[keep_attachments]</label>)</if>\r\n </div>\r\n <if condition=\"$show[\'physicaldeleteoption\']\">\r\n <div>\r\n <label for=\"rb_del_hard\"><input type=\"radio\" name=\"deletepost\" value=\"remove\" id=\"rb_del_hard\" tabindex=\"1\" />$vbphrase[physically_remove_message]</label>\r\n </div>\r\n </if>\r\n </div>\r\n </fieldset>\r\n \r\n <div class=\"smallfont\">\r\n <div>$vbphrase[reason_for_deletion]:</div>\r\n <input type=\"text\" class=\"bginput\" name=\"reason\" size=\"50\" tabindex=\"1\" title=\"$vbphrase[optional]\" />\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[delete_this_message]\" tabindex=\"1\" accesskey=\"d\" />\r\n </div>\r\n \r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n<br />\r\n</if>\r\n\r\n<form name=\"vbform\" action=\"editpost.php\" method=\"post\"<if condition=\"!is_browser(\'webtv\')\"> onsubmit=\"return validatePost(this, 0, $vboptions[postminchars], $vboptions[postmaxchars]);\" onreset=\"vB_RESET(this);\"</if>>\r\n\r\n$postpreview\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadinfo[threadid]\">$threadinfo[title]</a></span>\r\n $vbphrase[edit_post]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <!-- edit reason field -->\r\n <div class=\"smallfont\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <div>$vbphrase[reason_for_editing]:</div>\r\n <div><input type=\"text\" class=\"bginput\" name=\"reason\" value=\"$newpost[reason]\" size=\"50\" maxlength=\"200\" tabindex=\"1\" title=\"$vbphrase[optional]\" /></div>\r\n </div>\r\n <!-- / edit reason field -->\r\n \r\n <!-- subject field -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-bottom:$stylevar[formspacer]px\">\r\n <tr>\r\n <td class=\"smallfont\" colspan=\"3\">$vbphrase[title]:</td>\r\n </tr>\r\n <tr>\r\n <td><input type=\"text\" class=\"bginput\" name=\"title\" value=\"$title\" size=\"50\" maxlength=\"85\" tabindex=\"1\" title=\"$vbphrase[optional]\" /></td>\r\n <td> </td>\r\n <td><img id=\"display_posticon\" src=\"$selectedicon[src]\" alt=\"$selectedicon[alt]\" /></td>\r\n </tr>\r\n </table>\r\n <!-- / subject field -->\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td>\r\n \r\n <!-- message area -->\r\n <div class=\"smallfont\"><phrase 1=\"member.php?$session[sessionurl]u=$postinfo[userid]\" 2=\"$postinfo[username]\" 3=\"$postinfo[postdate]\" 4=\"$postinfo[posttime]\">$vbphrase[message_by_x_on_y_at_z]</phrase>:</div>\r\n $messagearea\r\n <!-- / message area -->\r\n\r\n $posticons\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"updatepost\" />\r\n <input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n <input type=\"hidden\" name=\"posthash\" value=\"$posthash\" />\r\n <input type=\"hidden\" name=\"poststarttime\" value=\"$poststarttime\" />\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_changes]\" accesskey=\"p\" tabindex=\"1\" />\r\n </div>\r\n \r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'newpost_options\')\"><img id=\"collapseimg_newpost_options\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif\" alt=\"\" border=\"0\" /></a>\r\n <strong>$vbphrase[additional_options]</strong>\r\n </td>\r\n</tr>\r\n<tbody id=\"collapseobj_newpost_options\" style=\"$vbcollapse[collapseobj_newpost_options]\"> \r\n <tr valign=\"top\">\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[miscellaneous_options]</legend>\r\n <div style=\"padding:$stylevar[formspacer]px\">\r\n <if condition=\"$bbuserinfo[\'signature\'] != \'\'\"><div><label for=\"cb_signature\"><input type=\"checkbox\" name=\"signature\" value=\"1\" id=\"cb_signature\" tabindex=\"1\" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>\r\n <div><label for=\"cb_parseurl\"><input type=\"checkbox\" name=\"parseurl\" value=\"1\" id=\"cb_parseurl\" tabindex=\"1\" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>\r\n $disablesmiliesoption\r\n </div>\r\n </fieldset>\r\n \r\n $attachmentoption\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[thread_subscription]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[notification_type]:<br /><select name=\"emailupdate\" tabindex=\"1\">\r\n <option value=\"9999\" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>\r\n <option value=\"0\" $emailchecked[0]>$vbphrase[no_email_notification]</option>\r\n <option value=\"1\" $emailchecked[1]>$vbphrase[instant_email_notification]</option>\r\n <option value=\"2\" $emailchecked[2]>$vbphrase[daily_email_notification]</option>\r\n <option value=\"3\" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>\r\n </select></td>\r\n <if condition=\"$show[\'subscriptionfolders\']\"><td>$vbphrase[folder]:<br /><select name=\"folderid\" tabindex=\"1\">$folderbits</select></td></if>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n\r\n $threadmanagement\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[save_changes]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"submit\" class=\"button\" name=\"preview\" value=\"$vbphrase[preview_changes]\" accesskey=\"p\" tabindex=\"1\" />\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n\r\n</form>\r\n\r\n<br />\r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','template',1104627183,'Admin','3.0.4'),(339,-1,'footer','<br />\r\n<div class=\\\"smallfont\\\" align=\\\"center\\\">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>\r\n<br />\r\n\r\n$spacer_close\r\n<!-- /content area table -->\r\n\r\n<form action=\\\"$vboptions[forumhome].php\\\" method=\\\"get\\\">\r\n \r\n<table cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"$stylevar[outertablewidth]\\\" class=\\\"page\\\" align=\\\"center\\\">\r\n<tr>\r\n \" . (($show[\'quickchooser\']) ? (\"\r\n <td class=\\\"tfoot\\\">\r\n <select name=\\\"styleid\\\" id=\\\"ressel\\\" onchange=\\\"switch_styleid(this)\\\">\r\n <optgroup label=\\\"$vbphrase[quick_style_chooser]\\\">\r\n $quickchooserbits\r\n </optgroup>\r\n </select>\r\n </td>\r\n \") : (\"\")).\"\r\n <td class=\\\"tfoot\\\" align=\\\"$stylevar[right]\\\">\r\n <div class=\\\"smallfont\\\">\r\n <strong>\r\n <a href=\\\"$vboptions[contactuslink]\\\">$vbphrase[contact_us]</a> -\r\n <a href=\\\"$vboptions[homeurl]\\\">$vboptions[hometitle]</a> -\r\n \" . (($show[\'admincplink\']) ? (\"<a href=\\\"$admincpdir/index.php?$session[sessionurl]\\\">$vbphrase[admin]</a> -\") : (\"\")).\"\r\n \" . (($show[\'modcplink\']) ? (\"<a href=\\\"$modcpdir/index.php?$session[sessionurl]\\\">$vbphrase[mod]</a> -\") : (\"\")).\"\r\n \" . (($vboptions[\'archiveenabled\']) ? (\"<a href=\\\"archive/index.php\\\">$vbphrase[archive]</a> -\") : (\"\")).\"\r\n \" . (($vboptions[privacyurl]) ? (\"<a href=\\\"$vboptions[privacyurl]\\\">$vbphrase[privacy_statement]</a> -\") : (\"\")).\"\r\n <a href=\\\"#top\\\" onclick=\\\"self.scrollTo(0, 0); return false;\\\">$vbphrase[top]</a>\r\n </strong>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<div align=\\\"center\\\">\r\n <div class=\\\"smallfont\\\" align=\\\"center\\\">\r\n <!-- Do not remove this copyright notice -->\r\n $vbphrase[powered_by_vbulletin]\r\n <!-- Do not remove this copyright notice -->\r\n </div>\r\n \r\n <div class=\\\"smallfont\\\" align=\\\"center\\\">\r\n <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->\r\n $cronimage\r\n <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->\r\n \r\n $vboptions[copyrighttext]\r\n </div>\r\n</div>\r\n\r\n</form>\r\n\r\n\" . (($show[\'dst_correction\']) ? (\"\r\n<!-- auto DST correction code -->\r\n<form action=\\\"profile.php\\\" method=\\\"post\\\" name=\\\"dstform\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dst\\\" />\r\n</form>\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];\r\n var utcOffset = new Date().getTimezoneOffset() / 60;\r\n if (Math.abs(tzOffset + utcOffset) == 1)\r\n { // Dst offset is 1 so its changed\r\n document.forms.dstform.submit();\r\n }\r\n//-->\r\n</script>\r\n<!-- / auto DST correction code -->\r\n\r\n\") : (\"\")).\"\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\n // Main vBulletin Javascript Initialization\r\n vBulletin_init();\r\n\r\n // Initialize \'Active\' Table Cells\r\n //activecells_init();\r\n//-->\r\n</script>','<br />\r\n<div class=\"smallfont\" align=\"center\">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>\r\n<br />\r\n\r\n$spacer_close\r\n<!-- /content area table -->\r\n\r\n<form action=\"$vboptions[forumhome].php\" method=\"get\">\r\n \r\n<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"$stylevar[outertablewidth]\" class=\"page\" align=\"center\">\r\n<tr>\r\n <if condition=\"$show[\'quickchooser\']\">\r\n <td class=\"tfoot\">\r\n <select name=\"styleid\" id=\"ressel\" onchange=\"switch_styleid(this)\">\r\n <optgroup label=\"$vbphrase[quick_style_chooser]\">\r\n $quickchooserbits\r\n </optgroup>\r\n </select>\r\n </td>\r\n </if>\r\n <td class=\"tfoot\" align=\"$stylevar[right]\">\r\n <div class=\"smallfont\">\r\n <strong>\r\n <a href=\"$vboptions[contactuslink]\">$vbphrase[contact_us]</a> -\r\n <a href=\"$vboptions[homeurl]\">$vboptions[hometitle]</a> -\r\n <if condition=\"$show[\'admincplink\']\"><a href=\"$admincpdir/index.php?$session[sessionurl]\">$vbphrase[admin]</a> -</if>\r\n <if condition=\"$show[\'modcplink\']\"><a href=\"$modcpdir/index.php?$session[sessionurl]\">$vbphrase[mod]</a> -</if>\r\n <if condition=\"$vboptions[\'archiveenabled\']\"><a href=\"archive/index.php\">$vbphrase[archive]</a> -</if>\r\n <if condition=\"$vboptions[privacyurl]\"><a href=\"$vboptions[privacyurl]\">$vbphrase[privacy_statement]</a> -</if>\r\n <a href=\"#top\" onclick=\"self.scrollTo(0, 0); return false;\">$vbphrase[top]</a>\r\n </strong>\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<div align=\"center\">\r\n <div class=\"smallfont\" align=\"center\">\r\n <!-- Do not remove this copyright notice -->\r\n $vbphrase[powered_by_vbulletin]\r\n <!-- Do not remove this copyright notice -->\r\n </div>\r\n \r\n <div class=\"smallfont\" align=\"center\">\r\n <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->\r\n $cronimage\r\n <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->\r\n \r\n $vboptions[copyrighttext]\r\n </div>\r\n</div>\r\n\r\n</form>\r\n\r\n<if condition=\"$show[\'dst_correction\']\">\r\n<!-- auto DST correction code -->\r\n<form action=\"profile.php\" method=\"post\" name=\"dstform\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"dst\" />\r\n</form>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];\r\n var utcOffset = new Date().getTimezoneOffset() / 60;\r\n if (Math.abs(tzOffset + utcOffset) == 1)\r\n { // Dst offset is 1 so its changed\r\n document.forms.dstform.submit();\r\n }\r\n//-->\r\n</script>\r\n<!-- / auto DST correction code -->\r\n\r\n</if>\r\n<script type=\"text/javascript\">\r\n<!--\r\n // Main vBulletin Javascript Initialization\r\n vBulletin_init();\r\n\r\n // Initialize \'Active\' Table Cells\r\n //activecells_init();\r\n//-->\r\n</script>','template',1084737768,'Scott','3.0.1'),(340,-1,'forumjump','<div class=\\\"smallfont\\\" style=\\\"text-align:$stylevar[left]; white-space:nowrap\\\">\r\n <form action=\\\"forumdisplay.php\\\" method=\\\"get\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"daysprune\\\" value=\\\"$daysprune\\\" />\r\n <strong>$vbphrase[forum_jump]</strong><br />\r\n <select name=\\\"f\\\" onchange=\\\"this.form.submit();\\\">\r\n <optgroup label=\\\"$vbphrase[site_areas]\\\">\r\n <option value=\\\"-1\\\" $defaultselected>$vbphrase[please_select_one]</option>\r\n <option value=\\\"cp\\\" $frmjmpsel[usercp]>$vbphrase[user_control_panel]</option>\r\n <option value=\\\"pm\\\" $frmjmpsel[pm]>$vbphrase[private_messages]</option>\r\n <option value=\\\"subs\\\" $frmjmpsel[subs]>$vbphrase[subscriptions]</option>\r\n <option value=\\\"wol\\\" $frmjmpsel[wol]>$vbphrase[whos_online]</option>\r\n <option value=\\\"search\\\" $frmjmpsel[search]>$vbphrase[search_forums]</option>\r\n <option value=\\\"home\\\" $frmjmpsel[home]>$vbphrase[forums_home]</option>\r\n <option value=\\\"-1\\\">--------------------</option>\r\n </optgroup>\r\n <optgroup label=\\\"$vbphrase[forums]\\\">\r\n $jumpforumbits\r\n </optgroup>\r\n </select>$gobutton\r\n </form>\r\n</div>','<div class=\"smallfont\" style=\"text-align:$stylevar[left]; white-space:nowrap\">\r\n <form action=\"forumdisplay.php\" method=\"get\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"daysprune\" value=\"$daysprune\" />\r\n <strong>$vbphrase[forum_jump]</strong><br />\r\n <select name=\"f\" onchange=\"this.form.submit();\">\r\n <optgroup label=\"$vbphrase[site_areas]\">\r\n <option value=\"-1\" $defaultselected>$vbphrase[please_select_one]</option>\r\n <option value=\"cp\" $frmjmpsel[usercp]>$vbphrase[user_control_panel]</option>\r\n <option value=\"pm\" $frmjmpsel[pm]>$vbphrase[private_messages]</option>\r\n <option value=\"subs\" $frmjmpsel[subs]>$vbphrase[subscriptions]</option>\r\n <option value=\"wol\" $frmjmpsel[wol]>$vbphrase[whos_online]</option>\r\n <option value=\"search\" $frmjmpsel[search]>$vbphrase[search_forums]</option>\r\n <option value=\"home\" $frmjmpsel[home]>$vbphrase[forums_home]</option>\r\n <option value=\"-1\">--------------------</option>\r\n </optgroup>\r\n <optgroup label=\"$vbphrase[forums]\">\r\n $jumpforumbits\r\n </optgroup>\r\n </select>$gobutton\r\n </form>\r\n</div>','template',1073439887,'freddie','3.0.0 Release Candidate 3'),(341,-1,'forumrules','<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"180\\\">\r\n<thead>\r\n<tr>\r\n <td class=\\\"thead\\\">\r\n <a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'forumrules\')\\\"><img id=\\\"collapseimg_forumrules\\\" src=\\\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumrules].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>\r\n $vbphrase[posting_rules]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\\\"collapseobj_forumrules\\\" style=\\\"$vbcollapse[collapseobj_forumrules]\\\">\r\n<tr>\r\n <td class=\\\"alt1\\\" nowrap=\\\"nowrap\\\"><div class=\\\"smallfont\\\">\r\n \" . ((!$show[\'codeonly\']) ? (\"\r\n <div>\" . construct_phrase(\"$vbphrase[you_may_x_post_new_threads]\", \"$rules[postnew]\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[you_may_x_post_replies]\", \"$rules[postreply]\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[you_may_x_post_attachments]\", \"$rules[attachment]\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[you_may_x_edit_your_posts]\", \"$rules[edit]\") . \"</div>\r\n <hr />\r\n \") : (\"\")).\"\r\n <div>\" . construct_phrase(\"$vbphrase[vb_code_is_x]\", \"misc.php?$session[sessionurl]do=bbcode\", \"$bbcodeon\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[smilies_are_x]\", \"misc.php?$session[sessionurl]do=showsmilies\", \"$smilieson\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[img_code_is_x]\", \"misc.php?$session[sessionurl]do=bbcode#imgcode\", \"$imgcodeon\") . \"</div>\r\n <div>\" . construct_phrase(\"$vbphrase[html_code_is_x]\", \"$htmlcodeon\") . \"</div>\r\n </div></td>\r\n</tr>\r\n</tbody>\r\n</table>','<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"180\">\r\n<thead>\r\n<tr>\r\n <td class=\"thead\">\r\n <a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'forumrules\')\"><img id=\"collapseimg_forumrules\" src=\"$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumrules].gif\" alt=\"\" border=\"0\" /></a>\r\n $vbphrase[posting_rules]\r\n </td>\r\n</tr>\r\n</thead>\r\n<tbody id=\"collapseobj_forumrules\" style=\"$vbcollapse[collapseobj_forumrules]\">\r\n<tr>\r\n <td class=\"alt1\" nowrap=\"nowrap\"><div class=\"smallfont\">\r\n <if condition=\"!$show[\'codeonly\']\">\r\n <div><phrase 1=\"$rules[postnew]\">$vbphrase[you_may_x_post_new_threads]</phrase></div>\r\n <div><phrase 1=\"$rules[postreply]\">$vbphrase[you_may_x_post_replies]</phrase></div>\r\n <div><phrase 1=\"$rules[attachment]\">$vbphrase[you_may_x_post_attachments]</phrase></div>\r\n <div><phrase 1=\"$rules[edit]\">$vbphrase[you_may_x_edit_your_posts]</phrase></div>\r\n <hr />\r\n </if>\r\n <div><phrase 1=\"misc.php?$session[sessionurl]do=bbcode\" 2=\"$bbcodeon\">$vbphrase[vb_code_is_x]</phrase></div>\r\n <div><phrase 1=\"misc.php?$session[sessionurl]do=showsmilies\" 2=\"$smilieson\">$vbphrase[smilies_are_x]</phrase></div>\r\n <div><phrase 1=\"misc.php?$session[sessionurl]do=bbcode#imgcode\" 2=\"$imgcodeon\">$vbphrase[img_code_is_x]</phrase></div>\r\n <div><phrase 1=\"$htmlcodeon\">$vbphrase[html_code_is_x]</phrase></div>\r\n </div></td>\r\n</tr>\r\n</tbody>\r\n</table>','template',1073184730,'Scott','3.0.0 Release Candidate 2'),(342,-1,'GENERIC_SHELL','$stylevar[htmldoctype]\r\n<html id=\\\"moooo\\\" dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html id=\"moooo\" dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n</body>\r\n</html>','template',1069183316,'Kier','3.0.0 Gamma'),(343,-1,'gobutton','<!-- go button -->\r\n<input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[go]\\\" />','<!-- go button -->\r\n<input type=\"submit\" class=\"button\" value=\"$vbphrase[go]\" />','template',1070053046,'Ed Sullivan','3.0.0 Gamma'),(344,-1,'header','<!-- logo -->\r\n<a name=\\\"top\\\"></a>\r\n<table border=\\\"0\\\" width=\\\"$stylevar[outertablewidth]\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\">\r\n<tr>\r\n <td align=\\\"$stylevar[left]\\\"><a href=\\\"$vboptions[forumhome].php?$session[sessionurl]\\\"><img src=\\\"$stylevar[titleimage]\\\" border=\\\"0\\\" alt=\\\"$vboptions[bbtitle]\\\" /></a></td>\r\n <td align=\\\"$stylevar[right]\\\">\r\n \r\n<!--\r\n NEW HEADER & NAVBAR\r\n \r\n Now that the nav buttons are in the\r\n navbar template, you can stick whatever\r\n you like into this space.\r\n\r\n This makes it much easier for novice\r\n admins to customize their header\r\n template without affecting important\r\n navigation elements.\r\n-->\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- /logo -->\r\n\r\n<!-- content table -->\r\n$spacer_open\r\n\r\n$_phpinclude_output','<!-- logo -->\r\n<a name=\"top\"></a>\r\n<table border=\"0\" width=\"$stylevar[outertablewidth]\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n<tr>\r\n <td align=\"$stylevar[left]\"><a href=\"$vboptions[forumhome].php?$session[sessionurl]\"><img src=\"$stylevar[titleimage]\" border=\"0\" alt=\"$vboptions[bbtitle]\" /></a></td>\r\n <td align=\"$stylevar[right]\">\r\n \r\n<!--\r\n NEW HEADER & NAVBAR\r\n \r\n Now that the nav buttons are in the\r\n navbar template, you can stick whatever\r\n you like into this space.\r\n\r\n This makes it much easier for novice\r\n admins to customize their header\r\n template without affecting important\r\n navigation elements.\r\n-->\r\n </td>\r\n</tr>\r\n</table>\r\n<!-- /logo -->\r\n\r\n<!-- content table -->\r\n$spacer_open\r\n\r\n$_phpinclude_output','template',1080824452,'Kier','3.0.0'),(345,-1,'headinclude','<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=$stylevar[charset]\\\" />\r\n<meta name=\\\"generator\\\" content=\\\"vBulletin $versionnumber\\\" />\r\n<meta name=\\\"keywords\\\" content=\\\"$vboptions[keywords]\\\" />\r\n<meta name=\\\"description\\\" content=\\\"$vboptions[description]\\\" />\r\n\r\n<!-- CSS Stylesheet -->\r\n$style[css]\r\n\" . ((is_browser(\'opera\')) ? (\"\r\n<style type=\\\"text/css\\\">\r\nul, ol { padding-left:20px; }\r\n</style>\r\n\") : (\"\")).\"\r\n<!-- / CSS Stylesheet -->\r\n\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nvar SESSIONURL = \\\"$session[sessionurl_js]\\\";\r\nvar IMGDIR_MISC = \\\"$stylevar[imgdir_misc]\\\";\r\n// -->\r\n</script>\r\n\r\n<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_global.js\\\"></script>\r\n\" . (($show[\'popups\']) ? (\"<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_menu.js\\\"></script>\") : (\"\")).\"','<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$stylevar[charset]\" />\r\n<meta name=\"generator\" content=\"vBulletin $versionnumber\" />\r\n<meta name=\"keywords\" content=\"$vboptions[keywords]\" />\r\n<meta name=\"description\" content=\"$vboptions[description]\" />\r\n\r\n<!-- CSS Stylesheet -->\r\n$style[css]\r\n<if condition=\"is_browser(\'opera\')\">\r\n<style type=\"text/css\">\r\nul, ol { padding-left:20px; }\r\n</style>\r\n</if>\r\n<!-- / CSS Stylesheet -->\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar SESSIONURL = \"$session[sessionurl_js]\";\r\nvar IMGDIR_MISC = \"$stylevar[imgdir_misc]\";\r\n// -->\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"clientscript/vbulletin_global.js\"></script>\r\n<if condition=\"$show[\'popups\']\"><script type=\"text/javascript\" src=\"clientscript/vbulletin_menu.js\"></script></if>','template',1106079541,'Admin','3.0.6'),(346,-1,'JOINREQUESTS','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[review_join_requests]</title>\r\n$headinclude\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction radioCheck(formname, option)\r\n{\r\n formlength = formname.elements.length;\r\n for (i=0; i<formlength; i++)\r\n {\r\n e = formname.elements[i];\r\n if (e.type==\'radio\')\r\n {\r\n e.checked = false;\r\n if (option == e.value)\r\n {\r\n e.checked = true;\r\n }\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"joinrequests.php\\\" method=\\\"get\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"pp\\\" value=\\\"$perpage\\\" />\r\n\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-bottom:3px\\\">\r\n<tr valign=\\\"bottom\\\">\r\n <td class=\\\"smallfont\\\" nowrap=\\\"nowrap\\\">\r\n <strong>$vbphrase[requests_to_join_usergroup]</strong>:<br />\r\n <select name=\\\"usergroupid\\\" onchange=\\\"this.form.submit()\\\">$usergroupbits</select>\r\n $gobutton\r\n </td>\r\n \" . (($show[\'pagenav\']) ? (\"<td align=\\\"$stylevar[right]\\\">$pagenav</td>\") : (\"\")).\"\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<form action=\\\"joinrequests.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"processjoinrequests\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"usergroupid\\\" value=\\\"$usergroupid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\" colspan=\\\"5\\\">\r\n $vbphrase[requests_to_join_usergroup]<span class=\\\"normal\\\">: $usergroup[title]</span>\r\n </td>\r\n</tr>\r\n\" . (($show[\'joinrequests\']) ? (\"\r\n<tr>\r\n <td class=\\\"thead\\\">$vbphrase[username] / $vbphrase[date]</td>\r\n <td class=\\\"thead\\\">$vbphrase[request_reason]</td>\r\n <td class=\\\"thead\\\"><input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[accept]\\\" onclick=\\\"radioCheck(this.form, 1);\\\" /></td>\r\n <td class=\\\"thead\\\"><input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[deny]\\\" onclick=\\\"radioCheck(this.form, 0);\\\" /></td>\r\n <td class=\\\"thead\\\"><input type=\\\"button\\\" class=\\\"button\\\" value=\\\"$vbphrase[ignore]\\\" onclick=\\\"radioCheck(this.form, -1);\\\" /></td>\r\n</tr>\r\n$joinrequestbits\r\n<tr>\r\n <td class=\\\"tfoot\\\" colspan=\\\"5\\\" align=\\\"$stylevar[right]\\\"><input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[do_authorizations]\\\" accesskey=\\\"s\\\" /></td>\r\n</tr>\r\n\") : (\"\r\n<tr>\r\n <td class=\\\"alt1\\\" colspan=\\\"5\\\" align=\\\"center\\\">$vbphrase[there_are_no_outstanding_requests_to_join_this_usergroup]</td>\r\n</tr>\r\n\")).\"\r\n</table>\r\n\r\n\" . (($show[\'pagenav\']) ? (\"\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" style=\\\"margin-top:3px\\\">\r\n<tr valign=\\\"top\\\">\r\n <td align=\\\"$stylevar[right]\\\">$pagenav</td>\r\n</tr>\r\n</table>\r\n\") : (\"\")).\"\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[review_join_requests]</title>\r\n$headinclude\r\n<script type=\"text/javascript\">\r\n<!--\r\nfunction radioCheck(formname, option)\r\n{\r\n formlength = formname.elements.length;\r\n for (i=0; i<formlength; i++)\r\n {\r\n e = formname.elements[i];\r\n if (e.type==\'radio\')\r\n {\r\n e.checked = false;\r\n if (option == e.value)\r\n {\r\n e.checked = true;\r\n }\r\n }\r\n }\r\n}\r\n//-->\r\n</script>\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"joinrequests.php\" method=\"get\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"pp\" value=\"$perpage\" />\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-bottom:3px\">\r\n<tr valign=\"bottom\">\r\n <td class=\"smallfont\" nowrap=\"nowrap\">\r\n <strong>$vbphrase[requests_to_join_usergroup]</strong>:<br />\r\n <select name=\"usergroupid\" onchange=\"this.form.submit()\">$usergroupbits</select>\r\n $gobutton\r\n </td>\r\n <if condition=\"$show[\'pagenav\']\"><td align=\"$stylevar[right]\">$pagenav</td></if>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n<form action=\"joinrequests.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"processjoinrequests\" />\r\n<input type=\"hidden\" name=\"usergroupid\" value=\"$usergroupid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\" colspan=\"5\">\r\n $vbphrase[requests_to_join_usergroup]<span class=\"normal\">: $usergroup[title]</span>\r\n </td>\r\n</tr>\r\n<if condition=\"$show[\'joinrequests\']\">\r\n<tr>\r\n <td class=\"thead\">$vbphrase[username] / $vbphrase[date]</td>\r\n <td class=\"thead\">$vbphrase[request_reason]</td>\r\n <td class=\"thead\"><input type=\"button\" class=\"button\" value=\"$vbphrase[accept]\" onclick=\"radioCheck(this.form, 1);\" /></td>\r\n <td class=\"thead\"><input type=\"button\" class=\"button\" value=\"$vbphrase[deny]\" onclick=\"radioCheck(this.form, 0);\" /></td>\r\n <td class=\"thead\"><input type=\"button\" class=\"button\" value=\"$vbphrase[ignore]\" onclick=\"radioCheck(this.form, -1);\" /></td>\r\n</tr>\r\n$joinrequestbits\r\n<tr>\r\n <td class=\"tfoot\" colspan=\"5\" align=\"$stylevar[right]\"><input type=\"submit\" class=\"button\" value=\"$vbphrase[do_authorizations]\" accesskey=\"s\" /></td>\r\n</tr>\r\n<else />\r\n<tr>\r\n <td class=\"alt1\" colspan=\"5\" align=\"center\">$vbphrase[there_are_no_outstanding_requests_to_join_this_usergroup]</td>\r\n</tr>\r\n</if>\r\n</table>\r\n\r\n<if condition=\"$show[\'pagenav\']\">\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" style=\"margin-top:3px\">\r\n<tr valign=\"top\">\r\n <td align=\"$stylevar[right]\">$pagenav</td>\r\n</tr>\r\n</table>\r\n</if>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1072722663,'Kier','3.0.0 Release Candidate 1'),(347,-1,'joinrequestsbit','<tr>\r\n <td class=\\\"$bgclass\\\" nowrap=\\\"nowrap\\\">\r\n <div><a href=\\\"member.php?$session[sessionurl]u=$request[userid]\\\" target=\\\"_blank\\\">$request[musername]</a></div>\r\n <div class=\\\"smallfont\\\">$request[date] <span class=\\\"time\\\">$request[time]</span></div>\r\n </td>\r\n <td class=\\\"$bgclass\\\" width=\\\"100%\\\">$request[reason]</td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\"><label for=\\\"rb_req_$request[usergrouprequestid]_1\\\"><input type=\\\"radio\\\" name=\\\"request[$request[usergrouprequestid]]\\\" value=\\\"1\\\" id=\\\"rb_req_$request[usergrouprequestid]_1\\\" />$vbphrase[accept]</label></span></td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\"><label for=\\\"rb_req_$request[usergrouprequestid]_0\\\"><input type=\\\"radio\\\" name=\\\"request[$request[usergrouprequestid]]\\\" value=\\\"0\\\" id=\\\"rb_req_$request[usergrouprequestid]_0\\\" />$vbphrase[deny]</label></span></td>\r\n <td class=\\\"$bgclass\\\"><span class=\\\"smallfont\\\"><label for=\\\"rb_req_$request[usergrouprequestid]_ignore\\\"><input type=\\\"radio\\\" name=\\\"request[$request[usergrouprequestid]]\\\" value=\\\"-1\\\" id=\\\"rb_req_$request[usergrouprequestid]_ignore\\\" checked=\\\"checked\\\" />$vbphrase[ignore]</label></span></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"$bgclass\" nowrap=\"nowrap\">\r\n <div><a href=\"member.php?$session[sessionurl]u=$request[userid]\" target=\"_blank\">$request[musername]</a></div>\r\n <div class=\"smallfont\">$request[date] <span class=\"time\">$request[time]</span></div>\r\n </td>\r\n <td class=\"$bgclass\" width=\"100%\">$request[reason]</td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\"><label for=\"rb_req_$request[usergrouprequestid]_1\"><input type=\"radio\" name=\"request[$request[usergrouprequestid]]\" value=\"1\" id=\"rb_req_$request[usergrouprequestid]_1\" />$vbphrase[accept]</label></span></td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\"><label for=\"rb_req_$request[usergrouprequestid]_0\"><input type=\"radio\" name=\"request[$request[usergrouprequestid]]\" value=\"0\" id=\"rb_req_$request[usergrouprequestid]_0\" />$vbphrase[deny]</label></span></td>\r\n <td class=\"$bgclass\"><span class=\"smallfont\"><label for=\"rb_req_$request[usergrouprequestid]_ignore\"><input type=\"radio\" name=\"request[$request[usergrouprequestid]]\" value=\"-1\" id=\"rb_req_$request[usergrouprequestid]_ignore\" checked=\"checked\" />$vbphrase[ignore]</label></span></td>\r\n</tr>\r\n','template',1070058174,'Ed Sullivan','3.0.0 Gamma'),(348,-1,'lostpw','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[lost_password_recovery_form]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"login.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[lost_password_recovery_form]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>$vbphrase[forgotten_password_request_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"email\\\" size=\\\"35\\\" maxlength=\\\"90\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"emailpassword\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[request_username_password_now]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[lost_password_recovery_form]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"login.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[lost_password_recovery_form]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>$vbphrase[forgotten_password_request_email]</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"email\" size=\"35\" maxlength=\"90\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </div> \r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"emailpassword\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[request_username_password_now]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070526903,'Kier','3.0.0 Gamma'),(349,-1,'mailform','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[send_message]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"sendmessage.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"domailmember\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n<input type=\\\"hidden\\\" name=\\\"u\\\" value=\\\"$userid\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[send_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\" . construct_phrase(\"$vbphrase[send_message_via_email_to_x_link]\", \"member.php?$session[sessionurl]u=$userid\", \"$destusername\") . \"</td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_subject]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"emailsubject\\\" value=\\\"$subject\\\" size=\\\"50\\\" maxlength=\\\"85\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\\\"message\\\" rows=\\\"10\\\" cols=\\\"50\\\" wrap=\\\"virtual\\\" style=\\\"width:$stylevar[messagewidth]\\\">$message</textarea>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[using_form_email_available_to_user]</td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send_message]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[send_message]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"sendmessage.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n<input type=\"hidden\" name=\"do\" value=\"domailmember\" />\r\n<input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n<input type=\"hidden\" name=\"u\" value=\"$userid\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[send_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td><phrase 1=\"member.php?$session[sessionurl]u=$userid\" 2=\"$destusername\">$vbphrase[send_message_via_email_to_x_link]</phrase></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_subject]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"emailsubject\" value=\"$subject\" size=\"50\" maxlength=\"85\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\" style=\"width:$stylevar[messagewidth]\">$message</textarea>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[using_form_email_available_to_user]</td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send_message]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1070526902,'Kier','3.0.0 Gamma'),(350,-1,'option','<option value=\\\"$optionvalue\\\" class=\\\"$optionclass\\\" $optionselected>$optiontitle</option>\r\n','<option value=\"$optionvalue\" class=\"$optionclass\" $optionselected>$optiontitle</option>\r\n','template',1069841143,'Kier','3.0.0 Gamma'),(351,-1,'reportbadpost','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[report_bad_post]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"report.php\\\" method=\\\"post\\\">\r\n<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[forum]</strong>: <a href=\\\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\\\">$foruminfo[title]</a></span>\r\n $vbphrase[report_bad_post]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode \r\n\r\n <!-- report field -->\r\n <div class=\\\"fieldset\\\">\r\n <div class=\\\"smallfont\\\">$vbphrase[message]:</div>\r\n <textarea name=\\\"reason\\\" rows=\\\"6\\\" cols=\\\"$textareacols\\\" wrap=\\\"virtual\\\"></textarea>\r\n </div>\r\n <!-- / report field -->\r\n \r\n <div class=\\\"fieldset\\\">\r\n $vbphrase[only_used_to_report]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"p\\\" value=\\\"$postid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"sendemail\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send_report]\\\" accesskey=\\\"s\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[report_bad_post]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"report.php\" method=\"post\">\r\n<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[forum]</strong>: <a href=\"forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]\">$foruminfo[title]</a></span>\r\n $vbphrase[report_bad_post]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode \r\n\r\n <!-- report field -->\r\n <div class=\"fieldset\">\r\n <div class=\"smallfont\">$vbphrase[message]:</div>\r\n <textarea name=\"reason\" rows=\"6\" cols=\"$textareacols\" wrap=\"virtual\"></textarea>\r\n </div>\r\n <!-- / report field -->\r\n \r\n <div class=\"fieldset\">\r\n $vbphrase[only_used_to_report]\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"p\" value=\"$postid\" />\r\n <input type=\"hidden\" name=\"do\" value=\"sendemail\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send_report]\" accesskey=\"s\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073265303,'Kier','3.0.0 Release Candidate 2'),(352,-1,'sendtofriend','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$vboptions[bbtitle] - $vbphrase[send_page_to_a_friend]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"sendmessage.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">\r\n <span class=\\\"smallfont\\\" style=\\\"float:$stylevar[right]\\\"><strong>$vbphrase[thread]</strong>: <a href=\\\"showthread.php?$session[sessionurl]t=$threadid\\\" target=\\\"_blank\\\">$threadinfo[title]</a></span>\r\n $vbphrase[send_page_to_a_friend]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n $usernamecode\r\n \r\n <div class=\\\"fieldset\\\">\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[recipient_name]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"sendtoname\\\" size=\\\"50\\\" maxlength=\\\"75\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[recipient_email_address]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"sendtoemail\\\" size=\\\"50\\\" maxlength=\\\"100\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_subject]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"emailsubject\\\" value=\\\"$threadinfo[title]\\\" size=\\\"50\\\" maxlength=\\\"100\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\\\"emailmessage\\\" rows=\\\"10\\\" cols=\\\"50\\\" style=\\\"width:$stylevar[messagewidth]\\\">\" . construct_phrase(\"$vbphrase[thought_might_be_interested]\", \"$vboptions[bburl]\", \"$threadid\", \"$bbuserinfo[userid]\", \"$bbuserinfo[username]\") . \"\r\n</textarea>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\"> \r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"dosendtofriend\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"t\\\" value=\\\"$threadid\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$url\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[send_message]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$vboptions[bbtitle] - $vbphrase[send_page_to_a_friend]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"sendmessage.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">\r\n <span class=\"smallfont\" style=\"float:$stylevar[right]\"><strong>$vbphrase[thread]</strong>: <a href=\"showthread.php?$session[sessionurl]t=$threadid\" target=\"_blank\">$threadinfo[title]</a></span>\r\n $vbphrase[send_page_to_a_friend]\r\n </td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n $usernamecode\r\n \r\n <div class=\"fieldset\">\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[recipient_name]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"sendtoname\" size=\"50\" maxlength=\"75\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[recipient_email_address]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"sendtoemail\" size=\"50\" maxlength=\"100\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[email_subject]:<br />\r\n <input type=\"text\" class=\"bginput\" name=\"emailsubject\" value=\"$threadinfo[title]\" size=\"50\" maxlength=\"100\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[message]:<br />\r\n <textarea name=\"emailmessage\" rows=\"10\" cols=\"50\" style=\"width:$stylevar[messagewidth]\"><phrase 1=\"$vboptions[bburl]\" 2=\"$threadid\" 3=\"$bbuserinfo[userid]\" 4=\"$bbuserinfo[username]\">$vbphrase[thought_might_be_interested]</phrase>\r\n</textarea>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\"> \r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"dosendtofriend\" />\r\n <input type=\"hidden\" name=\"t\" value=\"$threadid\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$url\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[send_message]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1073265348,'Kier','3.0.0 Release Candidate 2'),(353,-1,'shell_blank','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$html\r\n\r\n$footer\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$pagetitle</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n$html\r\n\r\n$footer\r\n</body>\r\n</html>','template',1056471256,'Ed Sullivan','0'),(354,-1,'spacer_close','\" . (($show[\'old_explorer\']) ? (\"\r\n </td></tr></table>\r\n\") : (\"\r\n </div> \r\n </div>\r\n</div>\r\n\")).\"\r\n<!-- / close content container -->','<if condition=\"$show[\'old_explorer\']\">\r\n </td></tr></table>\r\n<else />\r\n </div> \r\n </div>\r\n</div>\r\n</if>\r\n<!-- / close content container -->','template',1073266185,'Kier','3.0.0 Release Candidate 2'),(355,-1,'spacer_open','<!-- open content container -->\r\n\" . (($show[\'old_explorer\']) ? (\"\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"$stylevar[outertablewidth]\\\" align=\\\"center\\\"><tr><td class=\\\"page\\\" style=\\\"padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px\\\">\r\n\") : (\"\r\n <div align=\\\"center\\\">\r\n <div class=\\\"page\\\" style=\\\"width:$stylevar[outerdivwidth]; text-align:$stylevar[left]\\\">\r\n <div style=\\\"padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px\\\">\r\n\")).\"','<!-- open content container -->\r\n<if condition=\"$show[\'old_explorer\']\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"$stylevar[outertablewidth]\" align=\"center\"><tr><td class=\"page\" style=\"padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px\">\r\n<else />\r\n <div align=\"center\">\r\n <div class=\"page\" style=\"width:$stylevar[outerdivwidth]; text-align:$stylevar[left]\">\r\n <div style=\"padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px\">\r\n</if>','template',1070591748,'Kier','3.0.0 Gamma'),(356,-1,'STANDARD_ERROR','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$pagetitle</title>\r\n$headinclude\r\n$headinsert\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n<br />\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"70%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[vbulletin_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'permission_error\']) ? (\" \r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n <form action=\\\"login.php\\\" method=\\\"post\\\" onsubmit=\\\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\\\">\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"login\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forceredirect\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$scriptpath\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password_utf\\\" />\r\n $postvars\r\n \r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n \r\n <!-- permission error message - user not logged in -->\r\n \r\n \r\n <div class=\\\"smallfont\\\">$vbphrase[not_logged_no_permission]</div>\r\n \r\n <ol>\r\n <li class=\\\"smallfont\\\">$vbphrase[not_logged_in_fill_in_form]</li>\r\n <li class=\\\"smallfont\\\">$vbphrase[may_not_have_sufficient_privileges]</li>\r\n <li class=\\\"smallfont\\\">$vbphrase[administrator_may_disabled_account]</li>\r\n </ol>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[log_in]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n <tr>\r\n <td>$vbphrase[username]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"vb_login_username\\\" size=\\\"50\\\" accesskey=\\\"u\\\" tabindex=\\\"1\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[password]:<br /><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"vb_login_password\\\" size=\\\"50\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\"><a href=\\\"login.php?$session[sessionurl]do=lostpw\\\">$vbphrase[forgotten_your_password]</a></span>\r\n <label for=\\\"cb_cookieuser\\\"><input type=\\\"checkbox\\\" name=\\\"cookieuser\\\" value=\\\"1\\\" id=\\\"cb_cookieuser\\\" checked=\\\"checked\\\" tabindex=\\\"1\\\" />$vbphrase[remember_me]</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[log_in]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" tabindex=\\\"1\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[admin_required_register]\", \"register.php?$session[sessionurl]do=signup\") . \"</div>\r\n </form>\r\n \r\n <!-- / permission error message - user not logged in -->\r\n \") : (\" \r\n <!-- main error message -->\r\n \r\n \r\n <blockquote><p>$errormessage</p></blockquote>\r\n \r\n \r\n <!-- / main error message --> \r\n \")).\"\r\n \r\n </div>\r\n </div>\r\n <!--\r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[go_back]\\\" accesskey=\\\"s\\\" onclick=\\\"history.back(1); return false\\\" />\r\n </div>\r\n -->\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n\" . ((!$show[\'enableforumjump\']) ? (\"\r\n<!-- forum jump -->\r\n<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n<tr>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump -->\r\n\") : (\"\")).\"\r\n\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$pagetitle</title>\r\n$headinclude\r\n$headinsert\r\n</head>\r\n<body>\r\n$header\r\n\r\n<br />\r\n<br />\r\n<br />\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"70%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[vbulletin_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'permission_error\']\"> \r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n <form action=\"login.php\" method=\"post\" onsubmit=\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\">\r\n <input type=\"hidden\" name=\"do\" value=\"login\" />\r\n <input type=\"hidden\" name=\"forceredirect\" value=\"1\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$scriptpath\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password_utf\" />\r\n $postvars\r\n \r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n \r\n <!-- permission error message - user not logged in -->\r\n \r\n \r\n <div class=\"smallfont\">$vbphrase[not_logged_no_permission]</div>\r\n \r\n <ol>\r\n <li class=\"smallfont\">$vbphrase[not_logged_in_fill_in_form]</li>\r\n <li class=\"smallfont\">$vbphrase[may_not_have_sufficient_privileges]</li>\r\n <li class=\"smallfont\">$vbphrase[administrator_may_disabled_account]</li>\r\n </ol>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[log_in]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" align=\"center\">\r\n <tr>\r\n <td>$vbphrase[username]:<br /><input type=\"text\" class=\"bginput\" name=\"vb_login_username\" size=\"50\" accesskey=\"u\" tabindex=\"1\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[password]:<br /><input type=\"password\" class=\"bginput\" name=\"vb_login_password\" size=\"50\" accesskey=\"p\" tabindex=\"1\" /></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\"><a href=\"login.php?$session[sessionurl]do=lostpw\">$vbphrase[forgotten_your_password]</a></span>\r\n <label for=\"cb_cookieuser\"><input type=\"checkbox\" name=\"cookieuser\" value=\"1\" id=\"cb_cookieuser\" checked=\"checked\" tabindex=\"1\" />$vbphrase[remember_me]</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"$stylevar[right]\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[log_in]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" tabindex=\"1\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\"smallfont\"><phrase 1=\"register.php?$session[sessionurl]do=signup\">$vbphrase[admin_required_register]</phrase></div>\r\n </form>\r\n \r\n <!-- / permission error message - user not logged in -->\r\n <else /> \r\n <!-- main error message -->\r\n \r\n \r\n <blockquote><p>$errormessage</p></blockquote>\r\n \r\n \r\n <!-- / main error message --> \r\n </if>\r\n \r\n </div>\r\n </div>\r\n <!--\r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[go_back]\" accesskey=\"s\" onclick=\"history.back(1); return false\" />\r\n </div>\r\n -->\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n<br />\r\n\r\n<if condition=\"!$show[\'enableforumjump\']\">\r\n<!-- forum jump -->\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\r\n<tr>\r\n <td>$forumjump</td>\r\n</tr>\r\n</table>\r\n<!-- / forum jump -->\r\n</if>\r\n\r\n<br />\r\n\r\n$footer\r\n\r\n</body>\r\n</html>','template',1082515090,'Ed Sullivan','3.0.1'),(357,-1,'STANDARD_ERROR_LITE','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head><title>$pagetitle</title>\r\n$headinclude\r\n$headinsert\r\n</head>\r\n<body>\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"70%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[vbulletin_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div align=\\\"$stylevar[left]\\\">\r\n \r\n \" . (($show[\'permission_error\']) ? (\" \r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n <form action=\\\"login.php\\\" method=\\\"post\\\" onsubmit=\\\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\\\">\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"login\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"forceredirect\\\" value=\\\"1\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"url\\\" value=\\\"$scriptpath\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password_utf\\\" />\r\n $postvars\r\n \r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n \r\n <!-- permission error message - user not logged in -->\r\n \r\n \r\n <div class=\\\"smallfont\\\">$vbphrase[not_logged_no_permission]</div>\r\n \r\n <ol>\r\n <li class=\\\"smallfont\\\">$vbphrase[not_logged_in_fill_in_form]</li>\r\n <li class=\\\"smallfont\\\">$vbphrase[may_not_have_sufficient_privileges]</li>\r\n <li class=\\\"smallfont\\\">$vbphrase[administrator_may_disabled_account]</li>\r\n </ol>\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[log_in]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\" align=\\\"center\\\">\r\n <tr>\r\n <td>$vbphrase[username]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"vb_login_username\\\" size=\\\"35\\\" accesskey=\\\"u\\\" tabindex=\\\"1\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[password]:<br /><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"vb_login_password\\\" size=\\\"35\\\" accesskey=\\\"p\\\" tabindex=\\\"1\\\" /></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\\\"float:$stylevar[right]\\\"><a href=\\\"login.php?$session[sessionurl]do=lostpw\\\">$vbphrase[forgotten_your_password]</a></span>\r\n <label for=\\\"cb_cookieuser\\\"><input type=\\\"checkbox\\\" name=\\\"cookieuser\\\" value=\\\"1\\\" id=\\\"cb_cookieuser\\\" checked=\\\"checked\\\" tabindex=\\\"1\\\" />$vbphrase[remember_me]</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\\\"$stylevar[right]\\\">\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[log_in]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" tabindex=\\\"1\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\\\"smallfont\\\">\" . construct_phrase(\"$vbphrase[admin_required_register]\", \"register.php?$session[sessionurl]do=signup\") . \"</div>\r\n </form>\r\n \r\n <!-- / permission error message - user not logged in -->\r\n \") : (\" \r\n <!-- main error message -->\r\n \r\n \r\n <blockquote><p>$errormessage</p></blockquote>\r\n \r\n \r\n <!-- / main error message --> \r\n \")).\"\r\n \r\n </div>\r\n </div>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head><title>$pagetitle</title>\r\n$headinclude\r\n$headinsert\r\n</head>\r\n<body>\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"70%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[vbulletin_message]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div align=\"$stylevar[left]\">\r\n \r\n <if condition=\"$show[\'permission_error\']\"> \r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n <form action=\"login.php\" method=\"post\" onsubmit=\"md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)\">\r\n <input type=\"hidden\" name=\"do\" value=\"login\" />\r\n <input type=\"hidden\" name=\"forceredirect\" value=\"1\" />\r\n <input type=\"hidden\" name=\"url\" value=\"$scriptpath\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password_utf\" />\r\n $postvars\r\n \r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n \r\n <!-- permission error message - user not logged in -->\r\n \r\n \r\n <div class=\"smallfont\">$vbphrase[not_logged_no_permission]</div>\r\n \r\n <ol>\r\n <li class=\"smallfont\">$vbphrase[not_logged_in_fill_in_form]</li>\r\n <li class=\"smallfont\">$vbphrase[may_not_have_sufficient_privileges]</li>\r\n <li class=\"smallfont\">$vbphrase[administrator_may_disabled_account]</li>\r\n </ol>\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[log_in]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\" align=\"center\">\r\n <tr>\r\n <td>$vbphrase[username]:<br /><input type=\"text\" class=\"bginput\" name=\"vb_login_username\" size=\"35\" accesskey=\"u\" tabindex=\"1\" /></td>\r\n </tr>\r\n <tr>\r\n <td>$vbphrase[password]:<br /><input type=\"password\" class=\"bginput\" name=\"vb_login_password\" size=\"35\" accesskey=\"p\" tabindex=\"1\" /></td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span style=\"float:$stylevar[right]\"><a href=\"login.php?$session[sessionurl]do=lostpw\">$vbphrase[forgotten_your_password]</a></span>\r\n <label for=\"cb_cookieuser\"><input type=\"checkbox\" name=\"cookieuser\" value=\"1\" id=\"cb_cookieuser\" checked=\"checked\" tabindex=\"1\" />$vbphrase[remember_me]</label>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"$stylevar[right]\">\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[log_in]\" accesskey=\"s\" tabindex=\"1\" />\r\n <input type=\"reset\" class=\"button\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" tabindex=\"1\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\"smallfont\"><phrase 1=\"register.php?$session[sessionurl]do=signup\">$vbphrase[admin_required_register]</phrase></div>\r\n </form>\r\n \r\n <!-- / permission error message - user not logged in -->\r\n <else /> \r\n <!-- main error message -->\r\n \r\n \r\n <blockquote><p>$errormessage</p></blockquote>\r\n \r\n \r\n <!-- / main error message --> \r\n </if>\r\n \r\n </div>\r\n </div>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>','template',1082515144,'Ed Sullivan','3.0.1'),(358,-1,'STANDARD_REDIRECT','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n <title>$pagetitle</title>\r\n\" . ((is_browser(\'mozilla\')) ? (\"\r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n function exec_refresh()\r\n {\r\n window.status = \\\"$vbphrase[redirecting]\\\" + myvar;\r\n myvar = myvar + \\\" .\\\";\r\n var timerID = setTimeout(\\\"exec_refresh();\\\", 100);\r\n if (timeout > 0)\r\n {\r\n timeout -= 1;\r\n }\r\n else\r\n {\r\n clearTimeout(timerID);\r\n window.status = \\\"\\\";\r\n window.location = \\\"$js_url\\\";\r\n }\r\n }\r\n \r\n var myvar = \\\"\\\";\r\n var timeout = 20;\r\n exec_refresh();\r\n //-->\r\n </script>\r\n\") : (\"\r\n <meta http-equiv=\\\"Refresh\\\" content=\\\"2; URL=$url\\\">\r\n\")).\"\r\n$headinclude\r\n</head>\r\n<body>\r\n\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n\r\n<form action=\\\"$url\\\" method=\\\"get\\\">\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"70%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[redirecting]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n \r\n <blockquote>\r\n <p> </p>\r\n <p><strong>$errormessage</strong></p> \r\n <p class=\\\"smallfont\\\"><a href=\\\"$url\\\">$vbphrase[click_if_browser_does_not_redirect]</a></p>\r\n <div> </div>\r\n </blockquote>\r\n \r\n </div>\r\n \r\n <script type=\\\"text/javascript\\\">\r\n <!--\r\n document.write(\'<div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\');\r\n document.write(\'<input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[proceed]\\\" accesskey=\\\"s\\\" onclick=\\\"window.location=\\\\\'$url\\\\\'; return false\\\" />\');\r\n document.write(\'</div>\');\r\n //-->\r\n </script>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\" . (($postvars) ? (\"\r\n<!-- redirect with POST -->\r\n\r\n<form action=\\\"$formfile\\\" method=\\\"post\\\" name=\\\"postvarform\\\">\r\n$postvars\r\n</form>\r\n\r\n<script type=\\\"text/javascript\\\">\r\n<!--\r\nfunction submit_form()\r\n{\r\n window.status = \\\"Redirecting\\\" + myvar;\r\n myvar = myvar + \\\" .\\\";\r\n timerID = setTimeout(\\\"submit_form();\\\", 100);\r\n if (timeout > 0)\r\n { \r\n timeout -= 1;\r\n }\r\n else\r\n {\r\n clearTimeout(timerID);\r\n window.status = \\\"\\\";\r\n document.forms.postvarform.submit();\r\n }\r\n}\r\n\r\nmyvar = \\\"\\\";\r\ntimeout = 18;\r\nsubmit_form();\r\n//-->\r\n</script>\r\n \r\n<!-- / redirect with POST -->\r\n\") : (\"\")).\"\r\n\r\n</body>\r\n</html>','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n <title>$pagetitle</title>\r\n<if condition=\"is_browser(\'mozilla\')\">\r\n <script type=\"text/javascript\">\r\n <!--\r\n function exec_refresh()\r\n {\r\n window.status = \"$vbphrase[redirecting]\" + myvar;\r\n myvar = myvar + \" .\";\r\n var timerID = setTimeout(\"exec_refresh();\", 100);\r\n if (timeout > 0)\r\n {\r\n timeout -= 1;\r\n }\r\n else\r\n {\r\n clearTimeout(timerID);\r\n window.status = \"\";\r\n window.location = \"$js_url\";\r\n }\r\n }\r\n \r\n var myvar = \"\";\r\n var timeout = 20;\r\n exec_refresh();\r\n //-->\r\n </script>\r\n<else />\r\n <meta http-equiv=\"Refresh\" content=\"2; URL=$url\">\r\n</if>\r\n$headinclude\r\n</head>\r\n<body>\r\n\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n\r\n<form action=\"$url\" method=\"get\">\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"70%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[redirecting]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n \r\n <blockquote>\r\n <p> </p>\r\n <p><strong>$errormessage</strong></p> \r\n <p class=\"smallfont\"><a href=\"$url\">$vbphrase[click_if_browser_does_not_redirect]</a></p>\r\n <div> </div>\r\n </blockquote>\r\n \r\n </div>\r\n \r\n <script type=\"text/javascript\">\r\n <!--\r\n document.write(\'<div style=\"margin-top:$stylevar[cellpadding]px\">\');\r\n document.write(\'<input type=\"submit\" class=\"button\" value=\"$vbphrase[proceed]\" accesskey=\"s\" onclick=\"window.location=\\\'$url\\\'; return false\" />\');\r\n document.write(\'</div>\');\r\n //-->\r\n </script>\r\n </td>\r\n</tr>\r\n</table>\r\n</form>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<if condition=\"$postvars\">\r\n<!-- redirect with POST -->\r\n\r\n<form action=\"$formfile\" method=\"post\" name=\"postvarform\">\r\n$postvars\r\n</form>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nfunction submit_form()\r\n{\r\n window.status = \"Redirecting\" + myvar;\r\n myvar = myvar + \" .\";\r\n timerID = setTimeout(\"submit_form();\", 100);\r\n if (timeout > 0)\r\n { \r\n timeout -= 1;\r\n }\r\n else\r\n {\r\n clearTimeout(timerID);\r\n window.status = \"\";\r\n document.forms.postvarform.submit();\r\n }\r\n}\r\n\r\nmyvar = \"\";\r\ntimeout = 18;\r\nsubmit_form();\r\n//-->\r\n</script>\r\n \r\n<!-- / redirect with POST -->\r\n</if>\r\n\r\n</body>\r\n</html>','template',1086816579,'freddie','3.0.2'),(359,-1,'timezone','\" . construct_phrase(\"$vbphrase[all_times_are_gmt_x_time_now_is_y]\", \"$timediff\", \"$timenow\") . \"','<phrase 1=\"$timediff\" 2=\"$timenow\">$vbphrase[all_times_are_gmt_x_time_now_is_y]</phrase>','template',1071508544,'Kier','3.0.0 Release Candidate 1'),(360,-1,'username_loggedin','<tr>\r\n <td class=\\\"alt1\\\"><b>$vbphrase[logged_in_user]:</b></td>\r\n <td class=\\\"alt1\\\">$bbuserinfo[username] <span class=\\\"smallfont\\\"><a href=\\\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\\\">$vbphrase[log_out]</a></span></td>\r\n</tr>\r\n','<tr>\r\n <td class=\"alt1\"><b>$vbphrase[logged_in_user]:</b></td>\r\n <td class=\"alt1\">$bbuserinfo[username] <span class=\"smallfont\"><a href=\"login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]\">$vbphrase[log_out]</a></span></td>\r\n</tr>\r\n','template',1081304395,'Ed Sullivan','3.0.1'),(361,-1,'username_loggedout','<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\"><b>$vbphrase[username]:</b></td>\r\n <td class=\\\"alt2\\\">\r\n <script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_md5.js\\\"></script>\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"vb_login_md5password_utf\\\" />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"vb_login_username\\\" value=\\\"$bbuserinfo[username]\\\" size=\\\"25\\\" /></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\"><b>$vbphrase[password]:</b></td>\r\n <td class=\\\"alt1\\\"><input type=\\\"password\\\" class=\\\"bginput\\\" name=\\\"vb_login_password\\\" value=\\\"\\\" size=\\\"25\\\" /></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt2\\\"> </td>\r\n <td class=\\\"alt2\\\"><label for=\\\"cb_cookieuser\\\"><input type=\\\"checkbox\\\" name=\\\"cookieuser\\\" value=\\\"1\\\" id=\\\"cb_cookieuser\\\" checked=\\\"checked\\\" /><b>$vbphrase[remember_username_password]</b></label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n <td class=\\\"alt1\\\" colspan=\\\"2\\\" align=\\\"center\\\"><span class=\\\"smallfont\\\"><a href=\\\"register.php?$session[sessionurl]do=signup\\\">$vbphrase[want_to_register]</a> <a href=\\\"login.php?$session[sessionurl]do=lostpw\\\">$vbphrase[forgotten_your_password]</a>\r\n </span>\r\n</tr>','<tr valign=\"top\">\r\n <td class=\"alt2\"><b>$vbphrase[username]:</b></td>\r\n <td class=\"alt2\">\r\n <script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js\"></script>\r\n <input type=\"hidden\" name=\"vb_login_md5password\" />\r\n <input type=\"hidden\" name=\"vb_login_md5password_utf\" />\r\n <input type=\"text\" class=\"bginput\" name=\"vb_login_username\" value=\"$bbuserinfo[username]\" size=\"25\" /></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\"><b>$vbphrase[password]:</b></td>\r\n <td class=\"alt1\"><input type=\"password\" class=\"bginput\" name=\"vb_login_password\" value=\"\" size=\"25\" /></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt2\"> </td>\r\n <td class=\"alt2\"><label for=\"cb_cookieuser\"><input type=\"checkbox\" name=\"cookieuser\" value=\"1\" id=\"cb_cookieuser\" checked=\"checked\" /><b>$vbphrase[remember_username_password]</b></label></td>\r\n</tr>\r\n<tr valign=\"top\">\r\n <td class=\"alt1\" colspan=\"2\" align=\"center\"><span class=\"smallfont\"><a href=\"register.php?$session[sessionurl]do=signup\">$vbphrase[want_to_register]</a> <a href=\"login.php?$session[sessionurl]do=lostpw\">$vbphrase[forgotten_your_password]</a>\r\n </span>\r\n</tr>','template',1082515226,'Ed Sullivan','3.0.1'),(362,1,'activateform','$stylevar[htmldoctype]\r\n<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[activate_your_account]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\\\"register.php\\\" method=\\\"post\\\">\r\n\r\n<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\r\n<tr>\r\n <td class=\\\"tcat\\\">$vbphrase[activate_your_account]</td>\r\n</tr>\r\n<tr>\r\n <td class=\\\"panelsurround\\\" align=\\\"center\\\">\r\n <div class=\\\"panel\\\">\r\n <div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">\r\n \r\n <fieldset class=\\\"fieldset\\\">\r\n <legend>$vbphrase[activate_your_account]</legend>\r\n <table cellpadding=\\\"0\\\" cellspacing=\\\"$stylevar[formspacer]\\\" border=\\\"0\\\">\r\n <tr>\r\n <td>\r\n $vbphrase[username]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"username\\\" value=\\\"$bbuserinfo[username]\\\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[activation_code]:<br />\r\n <input type=\\\"text\\\" class=\\\"bginput\\\" size=\\\"50\\\" name=\\\"activateid\\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\\\"fieldset\\\" style=\\\"margin:$stylevar[formspacer]px 0px 0px 0px\\\">\r\n \" . construct_phrase(\"$vbphrase[you_lost_activation_code_or_username]\", \"register.php?$session[sessionurl]do=requestemail\") . \"\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\\\"margin-top:$stylevar[cellpadding]px\\\">\r\n <input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />\r\n <input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"activate\\\" />\r\n <input type=\\\"submit\\\" class=\\\"button\\\" value=\\\"$vbphrase[activate_your_account]\\\" accesskey=\\\"s\\\" />\r\n <input type=\\\"reset\\\" class=\\\"button\\\" name=\\\"reset\\\" value=\\\"$vbphrase[reset_fields]\\\" accesskey=\\\"r\\\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','$stylevar[htmldoctype]\r\n<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">\r\n<head>\r\n<title>$vboptions[bbtitle] - $vbphrase[activate_your_account]</title>\r\n$headinclude\r\n</head>\r\n<body>\r\n$header\r\n$navbar\r\n\r\n<form action=\"register.php\" method=\"post\">\r\n\r\n<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">\r\n<tr>\r\n <td class=\"tcat\">$vbphrase[activate_your_account]</td>\r\n</tr>\r\n<tr>\r\n <td class=\"panelsurround\" align=\"center\">\r\n <div class=\"panel\">\r\n <div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n \r\n <fieldset class=\"fieldset\">\r\n <legend>$vbphrase[activate_your_account]</legend>\r\n <table cellpadding=\"0\" cellspacing=\"$stylevar[formspacer]\" border=\"0\">\r\n <tr>\r\n <td>\r\n $vbphrase[username]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"username\" value=\"$bbuserinfo[username]\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n $vbphrase[activation_code]:<br />\r\n <input type=\"text\" class=\"bginput\" size=\"50\" name=\"activateid\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </fieldset>\r\n \r\n <div class=\"fieldset\" style=\"margin:$stylevar[formspacer]px 0px 0px 0px\">\r\n <phrase 1=\"register.php?$session[sessionurl]do=requestemail\">$vbphrase[you_lost_activation_code_or_username]</phrase>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n \r\n <div style=\"margin-top:$stylevar[cellpadding]px\">\r\n <input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />\r\n <input type=\"hidden\" name=\"do\" value=\"activate\" />\r\n <input type=\"submit\" class=\"button\" value=\"$vbphrase[activate_your_account]\" accesskey=\"s\" />\r\n <input type=\"reset\" class=\"button\" name=\"reset\" value=\"$vbphrase[reset_fields]\" accesskey=\"r\" />\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n</form>\r\n\r\n$footer\r\n\r\n</body>\r\n</html>\r\n','template',1374851506,'convictforums','3.0.7'),(363,1,'bbcode_code','<div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[code]:</div>\r\n <pre class=\\\"alt2\\\" style=\\\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\\\"><div dir=\\\"ltr\\\" style=\\\"text-align:left;\\\">$code</div></pre>\r\n</div>','<div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[code]:</div>\r\n <pre class=\"alt2\" style=\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\"><div dir=\"ltr\" style=\"text-align:left;\">$code</div></pre>\r\n</div>','template',1374851531,'convictforums','3.0.7'),(364,1,'polleditbit','<tr>\r\n <td><label for=\\\"opt$option[number]\\\">\" . construct_phrase(\"$vbphrase[option_x]\", \"$option[number]\") . \":<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"options[$option[number]]\\\" id=\\\"opt$option[number]\\\" value=\\\"$option[question]\\\" size=\\\"50\\\" /></label></td>\r\n <td><label for=\\\"vot$option[number]\\\">$vbphrase[votes]:<br /><input type=\\\"text\\\" class=\\\"bginput\\\" name=\\\"pollvotes[$option[number]]\\\" id=\\\"vot$option[number]\\\" value=\\\"$option[votes]\\\" size=\\\"5\\\" /></label></td>\r\n</tr>','<tr>\r\n <td><label for=\"opt$option[number]\"><phrase 1=\"$option[number]\">$vbphrase[option_x]</phrase>:<br /><input type=\"text\" class=\"bginput\" name=\"options[$option[number]]\" id=\"opt$option[number]\" value=\"$option[question]\" size=\"50\" /></label></td>\r\n <td><label for=\"vot$option[number]\">$vbphrase[votes]:<br /><input type=\"text\" class=\"bginput\" name=\"pollvotes[$option[number]]\" id=\"vot$option[number]\" value=\"$option[votes]\" size=\"5\" /></label></td>\r\n</tr>','template',1374851678,'convictforums','3.0.7'),(365,1,'bbcode_html','<div style=\\\"margin:20px; margin-top:5px\\\">\r\n <div class=\\\"smallfont\\\" style=\\\"margin-bottom:2px\\\">$vbphrase[html_code]:</div>\r\n <pre class=\\\"alt2\\\" style=\\\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\\\"><div dir=\\\"ltr\\\" style=\\\"text-align:left;\\\">$code</div></pre>\r\n</div>','<div style=\"margin:20px; margin-top:5px\">\r\n <div class=\"smallfont\" style=\"margin-bottom:2px\">$vbphrase[html_code]:</div>\r\n <pre class=\"alt2\" style=\"margin:0px; padding:$stylevar[cellpadding]px; border:1px inset; width:$stylevar[codeblockwidth]; height:{$blockheight}px; overflow:auto\"><div dir=\"ltr\" style=\"text-align:left;\">$code</div></pre>\r\n</div>','template',1374851699,'convictforums','3.0.7'),(366,1,'faqbit_link','<li><a href=\\\"faq.php?$session[sessionurl]faq=$faq[faqname]#faq_$subfaq[faqname]\\\">$subfaq[title]</a></li>\r\n','<li><a href=\"faq.php?$session[sessionurl]faq=$faq[faqname]#faq_$subfaq[faqname]\">$subfaq[title]</a></li>\r\n','template',1374851765,'convictforums','3.0.7'),(367,1,'navbar_link','\" . (($show[\'breadcrumb\']) ? (\"\r\n <span class=\\\"navbar\\\">> <a href=\\\"$nav_url\\\">$nav_title</a></span>\r\n\") : (\"\r\n $nav_title\r\n\")).\"\r\n','<if condition=\"$show[\'breadcrumb\']\">\r\n <span class=\"navbar\">> <a href=\"$nav_url\">$nav_title</a></span>\r\n<else />\r\n $nav_title\r\n</if>\r\n','template',1374851792,'convictforums','3.0.7'); /*!40000 ALTER TABLE `template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `thread` -- DROP TABLE IF EXISTS `thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `thread` ( `threadid` int(10) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `firstpostid` int(10) unsigned NOT NULL default '0', `lastpost` int(10) unsigned NOT NULL default '0', `forumid` smallint(5) unsigned NOT NULL default '0', `pollid` int(10) unsigned NOT NULL default '0', `open` smallint(6) NOT NULL default '0', `replycount` int(10) unsigned NOT NULL default '0', `postusername` char(50) NOT NULL default '', `postuserid` int(10) unsigned NOT NULL default '0', `lastposter` char(50) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `iconid` smallint(5) unsigned NOT NULL default '0', `notes` varchar(250) NOT NULL default '', `visible` smallint(6) NOT NULL default '0', `sticky` smallint(6) NOT NULL default '0', `votenum` smallint(5) unsigned NOT NULL default '0', `votetotal` smallint(5) unsigned NOT NULL default '0', `attach` smallint(5) unsigned NOT NULL default '0', `similar` varchar(55) NOT NULL default '', PRIMARY KEY (`threadid`), KEY `iconid` (`iconid`), KEY `postuserid` (`postuserid`), KEY `pollid` (`pollid`), KEY `forumid` (`forumid`,`visible`,`sticky`,`lastpost`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `thread` -- LOCK TABLES `thread` WRITE; /*!40000 ALTER TABLE `thread` DISABLE KEYS */; /*!40000 ALTER TABLE `thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `threadrate` -- DROP TABLE IF EXISTS `threadrate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `threadrate` ( `threadrateid` int(10) unsigned NOT NULL auto_increment, `threadid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `vote` smallint(6) NOT NULL default '0', `ipaddress` char(15) NOT NULL default '', PRIMARY KEY (`threadrateid`), KEY `threadid` (`threadid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `threadrate` -- LOCK TABLES `threadrate` WRITE; /*!40000 ALTER TABLE `threadrate` DISABLE KEYS */; /*!40000 ALTER TABLE `threadrate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `threadviews` -- DROP TABLE IF EXISTS `threadviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `threadviews` ( `threadid` int(10) unsigned NOT NULL default '0', KEY `threadid` (`threadid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `threadviews` -- LOCK TABLES `threadviews` WRITE; /*!40000 ALTER TABLE `threadviews` DISABLE KEYS */; /*!40000 ALTER TABLE `threadviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgradelog` -- DROP TABLE IF EXISTS `upgradelog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `upgradelog` ( `upgradelogid` int(10) unsigned NOT NULL auto_increment, `script` varchar(50) NOT NULL default '', `steptitle` varchar(250) NOT NULL default '', `step` smallint(5) unsigned NOT NULL default '0', `startat` int(10) unsigned NOT NULL default '0', `perpage` smallint(5) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`upgradelogid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `upgradelog` -- LOCK TABLES `upgradelog` WRITE; /*!40000 ALTER TABLE `upgradelog` DISABLE KEYS */; /*!40000 ALTER TABLE `upgradelog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user` ( `userid` int(10) unsigned NOT NULL auto_increment, `usergroupid` smallint(5) unsigned NOT NULL default '0', `membergroupids` char(250) NOT NULL default '', `displaygroupid` smallint(5) unsigned NOT NULL default '0', `username` char(50) NOT NULL default '', `password` char(32) NOT NULL default '', `passworddate` date NOT NULL default '0000-00-00', `email` char(100) NOT NULL default '', `styleid` smallint(5) unsigned NOT NULL default '0', `parentemail` char(50) NOT NULL default '', `homepage` char(100) NOT NULL default '', `icq` char(20) NOT NULL default '', `aim` char(20) NOT NULL default '', `yahoo` char(32) NOT NULL default '', `showvbcode` smallint(5) unsigned NOT NULL default '0', `usertitle` char(250) NOT NULL default '', `customtitle` smallint(6) NOT NULL default '0', `joindate` int(10) unsigned NOT NULL default '0', `daysprune` smallint(6) NOT NULL default '0', `lastvisit` int(10) unsigned NOT NULL default '0', `lastactivity` int(10) unsigned NOT NULL default '0', `lastpost` int(10) unsigned NOT NULL default '0', `posts` int(10) unsigned NOT NULL default '0', `reputation` int(11) NOT NULL default '10', `reputationlevelid` int(10) unsigned NOT NULL default '1', `timezoneoffset` char(4) NOT NULL default '', `pmpopup` smallint(6) NOT NULL default '0', `avatarid` smallint(6) NOT NULL default '0', `avatarrevision` int(10) unsigned NOT NULL default '0', `options` int(10) unsigned NOT NULL default '15', `birthday` char(10) NOT NULL default '', `birthday_search` date NOT NULL, `maxposts` smallint(6) NOT NULL default '-1', `startofweek` smallint(6) NOT NULL default '1', `ipaddress` char(15) NOT NULL default '', `referrerid` int(10) unsigned NOT NULL default '0', `languageid` smallint(5) unsigned NOT NULL default '0', `msn` char(100) NOT NULL default '', `emailstamp` int(10) unsigned NOT NULL default '0', `threadedmode` smallint(5) unsigned NOT NULL default '0', `autosubscribe` smallint(6) NOT NULL default '-1', `pmtotal` smallint(5) unsigned NOT NULL default '0', `pmunread` smallint(5) unsigned NOT NULL default '0', `salt` char(3) NOT NULL default '', PRIMARY KEY (`userid`), KEY `usergroupid` (`usergroupid`), KEY `username` (`username`), KEY `birthday` (`birthday`), KEY `birthday_search` (`birthday_search`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES (1,6,'',0,'convictforums','7129d10d9e0d83bc775720b443742b9c','2013-07-26','convictcartel@yahoo.com',0,'','','','','',2,'',0,1374846792,0,1374847620,1374851930,0,0,10,1,'',0,0,0,2135,'','0000-00-00',-1,1,'',0,0,'',0,0,-1,0,0,'QDJ'); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `useractivation` -- DROP TABLE IF EXISTS `useractivation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `useractivation` ( `useractivationid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `dateline` int(10) unsigned NOT NULL default '0', `activationid` bigint(20) unsigned NOT NULL default '0', `type` smallint(5) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`useractivationid`), KEY `userid` (`userid`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `useractivation` -- LOCK TABLES `useractivation` WRITE; /*!40000 ALTER TABLE `useractivation` DISABLE KEYS */; /*!40000 ALTER TABLE `useractivation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `userban` -- DROP TABLE IF EXISTS `userban`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `userban` ( `userid` int(10) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', `displaygroupid` smallint(5) unsigned NOT NULL default '0', `usertitle` varchar(250) NOT NULL default '', `customtitle` smallint(6) NOT NULL default '0', `adminid` int(10) unsigned NOT NULL default '0', `bandate` int(10) unsigned NOT NULL default '0', `liftdate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`), KEY `liftdate` (`liftdate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `userban` -- LOCK TABLES `userban` WRITE; /*!40000 ALTER TABLE `userban` DISABLE KEYS */; /*!40000 ALTER TABLE `userban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `userfield` -- DROP TABLE IF EXISTS `userfield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `userfield` ( `userid` int(10) unsigned NOT NULL default '0', `temp` mediumtext NOT NULL, `field1` mediumtext NOT NULL, `field2` mediumtext NOT NULL, `field3` mediumtext NOT NULL, `field4` mediumtext NOT NULL, PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `userfield` -- LOCK TABLES `userfield` WRITE; /*!40000 ALTER TABLE `userfield` DISABLE KEYS */; INSERT INTO `userfield` VALUES (1,'','','','',''); /*!40000 ALTER TABLE `userfield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usergroup` -- DROP TABLE IF EXISTS `usergroup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usergroup` ( `usergroupid` smallint(5) unsigned NOT NULL auto_increment, `title` char(100) NOT NULL default '', `description` varchar(250) NOT NULL default '', `usertitle` char(100) NOT NULL default '', `passwordexpires` smallint(5) unsigned NOT NULL default '0', `passwordhistory` smallint(5) unsigned NOT NULL default '0', `pmquota` smallint(5) unsigned NOT NULL default '0', `pmsendmax` smallint(5) unsigned NOT NULL default '5', `pmforwardmax` smallint(5) unsigned NOT NULL default '5', `opentag` char(100) NOT NULL default '', `closetag` char(100) NOT NULL default '', `canoverride` smallint(5) unsigned NOT NULL default '0', `ispublicgroup` smallint(5) unsigned NOT NULL default '0', `forumpermissions` int(10) unsigned NOT NULL default '0', `pmpermissions` int(10) unsigned NOT NULL default '0', `calendarpermissions` int(10) unsigned NOT NULL default '0', `wolpermissions` int(10) unsigned NOT NULL default '0', `adminpermissions` int(10) unsigned NOT NULL default '0', `genericpermissions` int(10) unsigned NOT NULL default '0', `genericoptions` int(10) unsigned NOT NULL default '0', `attachlimit` int(10) unsigned NOT NULL default '0', `avatarmaxwidth` smallint(5) unsigned NOT NULL default '0', `avatarmaxheight` smallint(5) unsigned NOT NULL default '0', `avatarmaxsize` int(10) unsigned NOT NULL default '0', `profilepicmaxwidth` smallint(5) unsigned NOT NULL default '0', `profilepicmaxheight` smallint(5) unsigned NOT NULL default '0', `profilepicmaxsize` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`usergroupid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usergroup` -- LOCK TABLES `usergroup` WRITE; /*!40000 ALTER TABLE `usergroup` DISABLE KEYS */; INSERT INTO `usergroup` VALUES (1,'Unregistered / Not Logged In','','Guest',0,0,50,0,0,'','',0,0,4103,0,0,1,0,1,8,0,80,80,20000,100,100,65535),(2,'Registered Users','','',0,0,50,5,5,'','',0,0,127487,3,19,1,0,2626759,30,0,80,80,20000,100,100,65535),(3,'Users Awaiting Email Confirmation','','',0,0,50,0,0,'','',0,0,4111,0,0,0,0,1031,24,0,80,80,20000,100,100,65535),(4,'(COPPA) Users Awaiting Moderation','','',0,0,50,0,0,'','',0,0,15,0,0,0,0,3,16,0,80,80,20000,100,100,65535),(5,'Super Moderators','','Super Moderator',0,0,50,0,0,'','',0,0,393215,3,31,15,1,7298415,31,0,80,80,20000,100,100,65535),(6,'Administrators','','Administrator',180,360,50,5,5,'','',0,0,393215,3,31,31,3,8388543,31,0,80,80,20000,100,100,65535),(7,'Moderators','','Moderator',0,0,50,5,5,'','',0,0,127487,1,31,3,0,2629263,22,0,80,80,20000,100,100,65535),(8,'Banned Users','','Banned',0,0,0,0,0,'','',0,0,0,0,0,0,0,0,32,0,80,80,20000,100,100,65535); /*!40000 ALTER TABLE `usergroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usergroupleader` -- DROP TABLE IF EXISTS `usergroupleader`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usergroupleader` ( `usergroupleaderid` smallint(5) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`usergroupleaderid`), KEY `ugl` (`userid`,`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usergroupleader` -- LOCK TABLES `usergroupleader` WRITE; /*!40000 ALTER TABLE `usergroupleader` DISABLE KEYS */; /*!40000 ALTER TABLE `usergroupleader` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usergrouprequest` -- DROP TABLE IF EXISTS `usergrouprequest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usergrouprequest` ( `usergrouprequestid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', `reason` varchar(250) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`usergrouprequestid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usergrouprequest` -- LOCK TABLES `usergrouprequest` WRITE; /*!40000 ALTER TABLE `usergrouprequest` DISABLE KEYS */; /*!40000 ALTER TABLE `usergrouprequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usernote` -- DROP TABLE IF EXISTS `usernote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usernote` ( `usernoteid` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `posterid` int(10) unsigned NOT NULL default '0', `username` varchar(50) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `message` mediumtext NOT NULL, `title` varchar(255) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '0', PRIMARY KEY (`usernoteid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usernote` -- LOCK TABLES `usernote` WRITE; /*!40000 ALTER TABLE `usernote` DISABLE KEYS */; /*!40000 ALTER TABLE `usernote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `userpromotion` -- DROP TABLE IF EXISTS `userpromotion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `userpromotion` ( `userpromotionid` int(10) unsigned NOT NULL auto_increment, `usergroupid` int(10) unsigned NOT NULL default '0', `joinusergroupid` int(10) unsigned NOT NULL default '0', `reputation` int(11) NOT NULL default '0', `date` int(10) unsigned NOT NULL default '0', `posts` int(10) unsigned NOT NULL default '0', `strategy` smallint(6) NOT NULL default '0', `type` smallint(6) NOT NULL default '2', PRIMARY KEY (`userpromotionid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `userpromotion` -- LOCK TABLES `userpromotion` WRITE; /*!40000 ALTER TABLE `userpromotion` DISABLE KEYS */; /*!40000 ALTER TABLE `userpromotion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usertextfield` -- DROP TABLE IF EXISTS `usertextfield`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usertextfield` ( `userid` int(10) unsigned NOT NULL default '0', `subfolders` mediumtext NOT NULL, `pmfolders` mediumtext NOT NULL, `buddylist` mediumtext NOT NULL, `ignorelist` mediumtext NOT NULL, `signature` mediumtext NOT NULL, `searchprefs` mediumtext NOT NULL, PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usertextfield` -- LOCK TABLES `usertextfield` WRITE; /*!40000 ALTER TABLE `usertextfield` DISABLE KEYS */; INSERT INTO `usertextfield` VALUES (1,'','','','','',''); /*!40000 ALTER TABLE `usertextfield` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usertitle` -- DROP TABLE IF EXISTS `usertitle`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usertitle` ( `usertitleid` smallint(5) unsigned NOT NULL auto_increment, `minposts` smallint(5) unsigned NOT NULL default '0', `title` char(250) NOT NULL default '', PRIMARY KEY (`usertitleid`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usertitle` -- LOCK TABLES `usertitle` WRITE; /*!40000 ALTER TABLE `usertitle` DISABLE KEYS */; INSERT INTO `usertitle` VALUES (1,0,'Junior Member'),(2,30,'Member'),(3,100,'Senior Member'),(4,150,'Rising Artist'),(5,200,'Community-Known'); /*!40000 ALTER TABLE `usertitle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `word` -- DROP TABLE IF EXISTS `word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `word` ( `wordid` int(10) unsigned NOT NULL auto_increment, `title` char(50) NOT NULL default '', PRIMARY KEY (`wordid`), UNIQUE KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `word` -- LOCK TABLES `word` WRITE; /*!40000 ALTER TABLE `word` DISABLE KEYS */; /*!40000 ALTER TABLE `word` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'cartelforums' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2013-07-26 17:58:53