-- MySQL dump 10.11 -- -- Host: localhost Database: copyrat1_forum -- ------------------------------------------------------ -- Server version 5.0.91-community /*!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 `phpbb_acl_groups` -- DROP TABLE IF EXISTS `phpbb_acl_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`group_id`, `forum_id`, `auth_option_id`, `auth_role_id`, `auth_setting`) 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,15,0),(3,1,0,15,0),(4,1,0,21,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),(5,1,0,14,0),(5,1,0,10,0),(6,1,0,19,0),(7,1,0,24,0),(7,11,0,24,0),(6,11,0,19,0),(5,11,0,10,0),(5,11,0,14,0),(4,11,0,21,0),(3,11,0,15,0),(2,11,0,15,0),(1,11,0,17,0),(7,10,0,24,0),(6,10,0,19,0),(5,10,0,10,0),(5,10,0,14,0),(4,10,0,21,0),(3,10,0,15,0),(2,10,0,15,0),(1,10,0,17,0),(7,13,0,24,0),(6,13,0,19,0),(5,13,0,10,0),(5,13,0,14,0),(4,13,0,21,0),(3,13,0,15,0),(2,13,0,15,0),(1,13,0,17,0),(1,14,0,17,0),(2,14,0,15,0),(3,14,0,15,0),(4,14,0,21,0),(5,14,0,14,0),(5,14,0,10,0),(6,14,0,19,0),(7,14,0,24,0),(7,15,0,24,0),(6,15,0,19,0),(5,15,0,10,0),(5,15,0,14,0),(4,15,0,21,0),(3,15,0,15,0),(2,15,0,15,0),(1,15,0,17,0),(1,16,0,17,0),(2,16,0,15,0),(3,16,0,15,0),(4,16,0,21,0),(5,16,0,14,0),(5,16,0,10,0),(6,16,0,19,0),(7,16,0,24,0),(1,18,0,17,0),(2,18,0,15,0),(3,18,0,15,0),(4,18,0,21,0),(5,18,0,14,0),(5,18,0,10,0),(6,18,0,19,0),(7,18,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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`auth_option_id`, `auth_option`, `is_global`, `is_local`, `founder_only`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`role_id`, `role_name`, `role_description`, `role_type`, `role_order`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`role_id`, `auth_option_id`, `auth_setting`) 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),(9,96,0),(9,97,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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`user_id`, `forum_id`, `auth_option_id`, `auth_role_id`, `auth_setting`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `phpbb_bbcodes` ( `bbcode_id` tinyint(3) 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 AUTO_INCREMENT=51 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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 */; INSERT INTO `phpbb_bots` (`bot_id`, `bot_active`, `bot_name`, `user_id`, `bot_agent`, `bot_ip`) 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,'Exabot [Bot]',8,'Exabot/',''),(7,1,'FAST Enterprise [Crawler]',9,'FAST Enterprise Crawler',''),(8,1,'FAST WebCrawler [Crawler]',10,'FAST-WebCrawler/',''),(9,1,'Francis [Bot]',11,'http://www.neomo.de/',''),(10,1,'Gigabot [Bot]',12,'Gigabot/',''),(11,1,'Google Adsense [Bot]',13,'Mediapartners-Google',''),(12,1,'Google Desktop',14,'Google Desktop',''),(13,1,'Google Feedfetcher',15,'Feedfetcher-Google',''),(14,1,'Google [Bot]',16,'Googlebot',''),(15,1,'Heise IT-Markt [Crawler]',17,'heise-IT-Markt-Crawler',''),(16,1,'Heritrix [Crawler]',18,'heritrix/1.',''),(17,1,'IBM Research [Bot]',19,'ibm.com/cs/crawler',''),(18,1,'ICCrawler - ICjobs',20,'ICCrawler - ICjobs',''),(19,1,'ichiro [Crawler]',21,'ichiro/',''),(20,1,'Majestic-12 [Bot]',22,'MJ12bot/',''),(21,1,'Metager [Bot]',23,'MetagerBot/',''),(22,1,'MSN NewsBlogs',24,'msnbot-NewsBlogs/',''),(23,1,'MSN [Bot]',25,'msnbot/',''),(24,1,'MSNbot Media',26,'msnbot-media/',''),(25,1,'NG-Search [Bot]',27,'NG-Search/',''),(26,1,'Nutch [Bot]',28,'http://lucene.apache.org/nutch/',''),(27,1,'Nutch/CVS [Bot]',29,'NutchCVS/',''),(28,1,'OmniExplorer [Bot]',30,'OmniExplorer_Bot/',''),(29,1,'Online link [Validator]',31,'online link validator',''),(30,1,'psbot [Picsearch]',32,'psbot/0',''),(31,1,'Seekport [Bot]',33,'Seekbot/',''),(32,1,'Sensis [Crawler]',34,'Sensis Web Crawler',''),(33,1,'SEO Crawler',35,'SEO search Crawler/',''),(34,1,'Seoma [Crawler]',36,'Seoma [SEO Crawler]',''),(35,1,'SEOSearch [Crawler]',37,'SEOsearch/',''),(36,1,'Snappy [Bot]',38,'Snappy/1.1 ( http://www.urltrends.com/ )',''),(37,1,'Steeler [Crawler]',39,'http://www.tkl.iis.u-tokyo.ac.jp/~crawler/',''),(38,1,'Synoo [Bot]',40,'SynooBot/',''),(39,1,'Telekom [Bot]',41,'crawleradmin.t-info@telekom.de',''),(40,1,'TurnitinBot [Bot]',42,'TurnitinBot/',''),(41,1,'Voyager [Bot]',43,'voyager/1.0',''),(42,1,'W3 [Sitesearch]',44,'W3 SiteSearch Crawler',''),(43,1,'W3C [Linkcheck]',45,'W3C-checklink/',''),(44,1,'W3C [Validator]',46,'W3C_*Validator',''),(45,1,'WiseNut [Bot]',47,'http://www.WISEnutbot.com',''),(46,1,'YaCy [Bot]',48,'yacybot',''),(47,1,'Yahoo MMCrawler [Bot]',49,'Yahoo-MMCrawler/',''),(48,1,'Yahoo Slurp [Bot]',50,'Yahoo! DE Slurp',''),(49,1,'Yahoo [Bot]',51,'Yahoo! Slurp',''),(50,1,'YahooSeeker [Bot]',52,'YahooSeeker/',''); /*!40000 ALTER TABLE `phpbb_bots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_config` -- DROP TABLE IF EXISTS `phpbb_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`config_name`, `config_value`, `is_dynamic`) 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','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','d0c24b1e19a75d344d9eb3e4ab45f66e',0),('board_contact','horea.gruita@gmail.com',0),('board_disable','0',0),('board_disable_msg','',0),('board_dst','1',0),('board_email','horea.gruita@gmail.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','copyratulroman.com',0),('cookie_name','phpbb3_fe9po',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.90-community',0),('default_dateformat','D M d, Y g:i a',0),('default_style','4',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_package_size','50',0),('enable_confirm','1',0),('enable_pm_icons','1',0),('enable_post_confirm','1',0),('feed_enable','0',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','1',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),('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_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','600',0),('ranks_path','images/ranks',0),('require_activation','0',0),('referer_validation','1',0),('script_path','/forum',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','copyratulroman.com',0),('server_port','80',0),('server_protocol','http://',0),('session_gc','3600',0),('session_length','3600',0),('site_desc','libertatea este alchimia noastra',0),('sitename','copyratulroman.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.7-PL1',0),('warnings_expire_days','90',0),('warnings_gc','14400',0),('cache_last_gc','1292325587',1),('cron_lock','0',1),('database_last_gc','1292325621',1),('last_queue_run','0',1),('newest_user_colour','',1),('newest_user_id','53',1),('newest_username','claudiu',1),('num_files','0',1),('num_posts','5',1),('num_topics','4',1),('num_users','2',1),('rand_seed','a25a2bc08dee94cf3c0e2697fee3bea2',1),('rand_seed_last_update','1292362429',1),('record_online_date','1275392595',1),('record_online_users','2',1),('search_indexing_state','',1),('search_last_gc','1292325650',1),('session_last_gc','1292325657',1),('upload_dir_size','0',1),('warnings_last_gc','1292325611',1),('board_startdate','1275392414',0),('default_lang','en',0),('questionnaire_unique_id','5f321566d5585340',0); /*!40000 ALTER TABLE `phpbb_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_confirm` -- DROP TABLE IF EXISTS `phpbb_confirm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`group_id`, `group_name`, `cat_id`, `allow_group`, `download_mode`, `upload_icon`, `max_filesize`, `allowed_forums`, `allow_in_pm`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`extension_id`, `group_id`, `extension`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=19 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`forum_id`, `parent_id`, `left_id`, `right_id`, `forum_parents`, `forum_name`, `forum_desc`, `forum_desc_bitfield`, `forum_desc_options`, `forum_desc_uid`, `forum_link`, `forum_password`, `forum_style`, `forum_image`, `forum_rules`, `forum_rules_link`, `forum_rules_bitfield`, `forum_rules_options`, `forum_rules_uid`, `forum_topics_per_page`, `forum_type`, `forum_status`, `forum_posts`, `forum_topics`, `forum_topics_real`, `forum_last_post_id`, `forum_last_poster_id`, `forum_last_post_subject`, `forum_last_post_time`, `forum_last_poster_name`, `forum_last_poster_colour`, `forum_flags`, `forum_options`, `display_subforum_list`, `display_on_index`, `enable_indexing`, `enable_icons`, `enable_prune`, `prune_next`, `prune_days`, `prune_viewed`, `prune_freq`) VALUES (1,0,1,4,'','StatutCopYratulRomân','','',7,'','','',0,'','','','',7,'',0,0,0,0,0,0,0,0,'',0,'','',48,0,1,1,1,1,0,0,0,0,0),(2,14,14,15,'a:1:{i:14;a:2:{i:0;s:21:\"Alchimia Libertății\";i:1;i:0;}}','Discutii despre libertate','','',7,'','','',0,'','','','',7,'',0,0,0,0,0,0,0,0,'inaugurare',0,'','',32,0,1,1,1,1,0,0,0,0,0),(14,0,11,16,'','Alchimia Libertății','','',7,'','','',0,'','','','',7,'',0,0,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(15,14,12,13,'a:1:{i:14;a:2:{i:0;s:21:\"Alchimia Libertății\";i:1;i:0;}}','Despre Alchimia Informației','','',7,'','','',0,'','','','',7,'',0,1,0,2,1,1,5,53,'Re: inaugurare',1276024809,'claudiu','',48,0,1,0,1,0,0,0,7,7,1),(12,10,8,9,'a:1:{i:10;a:2:{i:0;s:20:\"Presa Care ne Atinge\";i:1;i:0;}}','extras din Statutul CopyratuluiRoman','','',7,'','','',0,'','','','',7,'',0,1,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(10,0,5,10,'','Presa Care ne Atinge','','',7,'','','',0,'','','','',7,'',0,0,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(11,10,6,7,'a:1:{i:10;a:2:{i:0;s:20:\"Presa Care ne Atinge\";i:1;i:0;}}','Articole','','',7,'','','',0,'','','','',7,'',0,1,0,1,1,1,3,53,'comunicat de presă a uniunii Europene !',1275820849,'claudiu','',48,0,1,0,1,0,0,0,7,7,1),(13,1,2,3,'a:1:{i:1;a:2:{i:0;s:21:\"StatutCopYratulRomân\";i:1;i:0;}}','am putea îmbunătății acest Statut ?','','',7,'','','',0,'','','','',7,'',0,1,0,1,1,1,4,53,'extras din Statutul Copyratul Român,forma înregistrată la Tr',1275908646,'claudiu','',48,0,1,0,1,0,0,0,7,7,1),(16,0,17,20,'','Prăștiologia','armele copYratului','',7,'','','',0,'','','','',7,'',0,0,0,0,0,0,0,0,'',0,'','',48,0,1,0,1,0,0,0,7,7,1),(18,16,18,19,'a:1:{i:16;a:2:{i:0;s:14:\"Prăștiologia\";i:1;i:0;}}','Să ne facem Prăștie !','','',7,'','','',0,'','','','',7,'',0,1,0,1,1,1,6,53,'Câteva cuvinte despre Prăștie',1276098132,'claudiu','',48,0,1,0,1,0,0,0,7,7,1); /*!40000 ALTER TABLE `phpbb_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums_access` -- DROP TABLE IF EXISTS `phpbb_forums_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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 */; INSERT INTO `phpbb_forums_track` (`user_id`, `forum_id`, `mark_time`) VALUES (53,18,1276098132),(53,15,1276024809),(53,11,1275820849),(53,13,1275908646); /*!40000 ALTER TABLE `phpbb_forums_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums_watch` -- DROP TABLE IF EXISTS `phpbb_forums_watch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`group_id`, `group_type`, `group_founder_manage`, `group_skip_auth`, `group_name`, `group_desc`, `group_desc_bitfield`, `group_desc_options`, `group_desc_uid`, `group_display`, `group_avatar`, `group_avatar_type`, `group_avatar_width`, `group_avatar_height`, `group_rank`, `group_colour`, `group_sig_chars`, `group_receive_pm`, `group_message_limit`, `group_max_recipients`, `group_legend`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`icons_id`, `icons_url`, `icons_width`, `icons_height`, `icons_order`, `display_on_posting`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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 */; INSERT INTO `phpbb_lang` (`lang_id`, `lang_iso`, `lang_dir`, `lang_english_name`, `lang_local_name`, `lang_author`) VALUES (1,'en','en','British English','British English','phpBB Group'); /*!40000 ALTER TABLE `phpbb_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_log` -- DROP TABLE IF EXISTS `phpbb_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 AUTO_INCREMENT=108 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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 */; INSERT INTO `phpbb_log` (`log_id`, `log_type`, `user_id`, `forum_id`, `topic_id`, `reportee_id`, `log_ip`, `log_time`, `log_operation`, `log_data`) VALUES (1,0,2,0,0,0,'92.86.71.158',1275392419,'LOG_INSTALL_INSTALLED','a:1:{i:0;s:9:\"3.0.7-PL1\";}'),(2,0,2,0,0,0,'92.86.71.158',1275392794,'LOG_USERS_ADDED','a:2:{i:0;s:14:\"Administrators\";i:1;s:7:\"claudiu\";}'),(3,0,53,0,0,0,'92.86.71.158',1275392905,'LOG_ADMIN_AUTH_SUCCESS',''),(4,0,53,0,0,0,'92.86.71.158',1275393446,'LOG_FORUM_ADD','a:1:{i:0;s:10:\"FORUM TEST\";}'),(5,0,53,0,0,0,'92.86.71.158',1275393592,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:10:\"FORUM TEST\";i:1;s:19:\"Your first category\";}'),(6,0,53,0,0,0,'92.86.71.158',1275393634,'LOG_FORUM_ADD','a:1:{i:0;s:14:\"FORUM TEST UNU\";}'),(7,0,53,0,0,0,'92.86.71.158',1275393642,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:14:\"FORUM TEST UNU\";i:1;s:19:\"Your first category\";}'),(8,0,53,0,0,0,'92.86.71.158',1275393712,'LOG_FORUM_ADD','a:1:{i:0;s:14:\"CATEGORIE TEST\";}'),(9,0,53,0,0,0,'92.86.71.158',1275393720,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:14:\"CATEGORIE TEST\";i:1;s:19:\"Your first category\";}'),(10,0,53,0,0,0,'92.86.71.158',1275393910,'LOG_FORUM_DEL_POSTS','a:1:{i:0;s:10:\"FORUM TEST\";}'),(11,0,53,0,0,0,'92.86.71.158',1275393926,'LOG_FORUM_DEL_POSTS','a:1:{i:0;s:14:\"FORUM TEST UNU\";}'),(12,0,2,0,0,0,'188.24.4.224',1275506344,'LOG_ADMIN_AUTH_SUCCESS',''),(13,0,2,0,0,0,'188.24.4.224',1275506474,'LOG_TEMPLATE_ADD_FS','a:1:{i:0;s:10:\"subsilver2\";}'),(14,0,2,0,0,0,'188.24.4.224',1275506474,'LOG_THEME_ADD_FS','a:1:{i:0;s:10:\"subsilver2\";}'),(15,0,2,0,0,0,'188.24.4.224',1275506474,'LOG_IMAGESET_ADD_FS','a:1:{i:0;s:10:\"subsilver2\";}'),(16,0,2,0,0,0,'188.24.4.224',1275506474,'LOG_STYLE_ADD','a:1:{i:0;s:10:\"subsilver2\";}'),(17,0,2,0,0,0,'188.24.4.224',1275506528,'LOG_TEMPLATE_ADD_FS','a:1:{i:0;s:8:\"Serenity\";}'),(18,0,2,0,0,0,'188.24.4.224',1275506528,'LOG_THEME_ADD_FS','a:1:{i:0;s:8:\"Serenity\";}'),(19,0,2,0,0,0,'188.24.4.224',1275506528,'LOG_IMAGESET_ADD_FS','a:1:{i:0;s:8:\"Serenity\";}'),(20,0,2,0,0,0,'188.24.4.224',1275506528,'LOG_STYLE_ADD','a:1:{i:0;s:8:\"Serenity\";}'),(21,0,2,0,0,0,'188.24.4.224',1275506891,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:8:\"Serenity\";i:1;s:9:\"All files\";}'),(22,0,2,0,0,0,'188.24.4.224',1275506918,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:8:\"Serenity\";i:1;s:9:\"All files\";}'),(23,0,2,0,0,0,'188.24.4.224',1275507044,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:8:\"Serenity\";i:1;s:9:\"All files\";}'),(24,0,2,0,0,0,'188.24.4.224',1275508118,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:8:\"Serenity\";i:1;s:9:\"All files\";}'),(25,0,2,0,0,0,'188.24.4.224',1275508379,'LOG_FORUM_ADD','a:1:{i:0;s:4:\"test\";}'),(26,0,2,0,0,0,'188.24.4.224',1275508416,'LOG_FORUM_EDIT','a:1:{i:0;s:4:\"test\";}'),(27,0,2,0,0,0,'188.24.4.224',1275508451,'LOG_FORUM_DEL_FORUM','a:1:{i:0;s:4:\"test\";}'),(28,0,2,0,0,0,'188.24.4.224',1275508469,'LOG_FORUM_DEL_FORUM','a:1:{i:0;s:14:\"CATEGORIE TEST\";}'),(29,0,2,0,0,0,'188.24.4.224',1275508508,'LOG_FORUM_ADD','a:1:{i:0;s:20:\"Your second category\";}'),(30,0,2,0,0,0,'188.24.4.224',1275508508,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:19:\"Your first category\";i:1;s:20:\"Your second category\";}'),(31,0,2,0,0,0,'188.24.4.224',1275508583,'LOG_FORUM_ADD','a:1:{i:0;s:17:\"Your second forum\";}'),(32,0,2,0,0,0,'188.24.4.224',1275508656,'LOG_FORUM_EDIT','a:1:{i:0;s:17:\"Your second forum\";}'),(33,0,2,0,0,0,'188.24.4.224',1275508656,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:16:\"Your first forum\";i:1;s:17:\"Your second forum\";}'),(34,0,2,0,0,0,'188.24.4.224',1275508707,'LOG_FORUM_ADD','a:1:{i:0;s:16:\"Your third forum\";}'),(35,0,2,0,0,0,'188.24.4.224',1275508707,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:17:\"Your second forum\";i:1;s:16:\"Your third forum\";}'),(36,0,2,0,0,0,'188.24.4.224',1275508928,'LOG_CONFIG_SETTINGS',''),(37,0,53,0,0,0,'80.97.242.159',1275565148,'LOG_ADMIN_AUTH_SUCCESS',''),(38,0,53,0,0,0,'86.35.157.119',1275587120,'LOG_ADMIN_AUTH_FAIL',''),(39,0,53,0,0,0,'86.35.157.119',1275587133,'LOG_ADMIN_AUTH_SUCCESS',''),(40,0,53,0,0,0,'92.86.89.198',1275649057,'LOG_ADMIN_AUTH_FAIL',''),(41,0,53,0,0,0,'92.86.89.198',1275649066,'LOG_ADMIN_AUTH_FAIL',''),(42,0,53,0,0,0,'92.86.89.198',1275649076,'LOG_ADMIN_AUTH_SUCCESS',''),(43,0,53,0,0,0,'92.86.89.198',1275649697,'LOG_FORUM_EDIT','a:1:{i:0;s:5:\"Forum\";}'),(44,0,53,0,0,0,'92.86.89.198',1275649786,'LOG_FORUM_EDIT','a:1:{i:0;s:8:\"Discutii\";}'),(45,0,53,0,0,0,'92.86.89.198',1275649848,'LOG_FORUM_DEL_FORUMS','a:1:{i:0;s:20:\"Your second category\";}'),(46,0,53,0,0,0,'92.86.89.198',1275649903,'LOG_FORUM_ADD','a:1:{i:0;s:5:\"Presa\";}'),(47,0,53,0,0,0,'92.86.89.198',1275649903,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:8:\"Discutii\";i:1;s:5:\"Presa\";}'),(48,0,53,0,0,0,'92.86.89.198',1275649956,'LOG_FORUM_EDIT','a:1:{i:0;s:5:\"Presa\";}'),(49,0,53,0,0,0,'92.86.89.198',1275649956,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:8:\"Discutii\";i:1;s:5:\"Presa\";}'),(50,0,53,0,0,0,'92.86.89.198',1275649998,'LOG_FORUM_ADD','a:1:{i:0;s:8:\"Articole\";}'),(51,0,53,0,0,0,'92.86.89.198',1275649998,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:8:\"Discutii\";i:1;s:8:\"Articole\";}'),(52,0,2,0,0,0,'188.24.4.224',1275660314,'LOG_ADMIN_AUTH_SUCCESS',''),(53,0,2,0,0,0,'188.24.4.224',1275660361,'LOG_TEMPLATE_ADD_FS','a:1:{i:0;s:13:\"DirtyBoard2.0\";}'),(54,0,2,0,0,0,'188.24.4.224',1275660361,'LOG_THEME_ADD_DB','a:1:{i:0;s:13:\"DirtyBoard2.0\";}'),(55,0,2,0,0,0,'188.24.4.224',1275660361,'LOG_IMAGESET_ADD_FS','a:1:{i:0;s:13:\"DirtyBoard2.0\";}'),(56,0,2,0,0,0,'188.24.4.224',1275660361,'LOG_STYLE_ADD','a:1:{i:0;s:13:\"DirtyBoard2.0\";}'),(57,0,2,0,0,0,'188.24.4.224',1275661833,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:13:\"DirtyBoard2.0\";i:1;s:9:\"All files\";}'),(58,0,2,0,0,0,'188.24.4.224',1275661927,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:13:\"DirtyBoard2.0\";i:1;s:9:\"All files\";}'),(59,0,2,0,0,0,'188.24.4.224',1275662170,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:13:\"DirtyBoard2.0\";i:1;s:9:\"All files\";}'),(60,0,2,0,0,0,'188.24.4.224',1275662242,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:13:\"DirtyBoard2.0\";i:1;s:9:\"All files\";}'),(61,0,2,0,0,0,'188.24.4.224',1275662431,'LOG_TEMPLATE_CACHE_CLEARED','a:2:{i:0;s:13:\"DirtyBoard2.0\";i:1;s:9:\"All files\";}'),(62,1,53,15,1,0,'92.86.71.101',1275669509,'LOG_DELETE_TOPIC','a:2:{i:0;s:17:\"Welcome to phpBB3\";i:1;s:5:\"admin\";}'),(63,0,53,0,0,0,'80.97.242.68',1275904030,'LOG_ADMIN_AUTH_SUCCESS',''),(64,0,53,0,0,0,'80.97.242.68',1275904207,'LOG_FORUM_ADD','a:1:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(65,0,53,0,0,0,'80.97.242.68',1275904397,'LOG_FORUM_EDIT','a:1:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(66,0,53,0,0,0,'80.97.242.68',1275904481,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";i:1;s:5:\"Presa\";}'),(67,0,53,0,0,0,'80.97.242.68',1275904490,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";i:1;s:8:\"Discutii\";}'),(68,0,53,0,0,0,'80.97.242.68',1275904646,'LOG_FORUM_EDIT','a:1:{i:0;s:5:\"Forum\";}'),(69,0,53,0,0,0,'80.97.242.68',1275904713,'LOG_CONFIG_AVATAR',''),(70,0,53,0,0,0,'80.97.242.68',1275904775,'LOG_CONFIG_ATTACH',''),(71,0,53,0,0,0,'80.97.242.68',1275904898,'LOG_CONFIG_REGISTRATION',''),(72,0,53,0,0,0,'80.97.242.68',1275904977,'LOG_CONFIG_SETTINGS',''),(73,0,53,0,0,0,'80.97.242.68',1275905334,'LOG_FORUM_EDIT','a:1:{i:0;s:15:\"CopYratulRomân\";}'),(74,0,53,0,0,0,'80.97.242.68',1275905518,'LOG_FORUM_EDIT','a:1:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(75,0,53,0,0,0,'80.97.242.68',1275905744,'LOG_FORUM_SYNC','a:1:{i:0;s:15:\"CopYratulRomân\";}'),(76,0,53,0,0,0,'80.97.242.68',1275905927,'LOG_FORUM_EDIT','a:1:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(77,0,53,0,0,0,'80.97.242.68',1275905992,'LOG_ACL_ADD_FORUM_LOCAL_F_','a:2:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";i:1;s:41:\"Registered users\";}'),(78,0,53,0,0,0,'80.97.242.68',1275906151,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";i:1;s:15:\"CopYratulRomân\";}'),(79,0,53,0,0,0,'80.97.242.68',1275906160,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:15:\"CopYratulRomân\";i:1;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(80,0,53,0,0,0,'80.97.242.68',1275906165,'LOG_FORUM_MOVE_UP','a:2:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";i:1;s:15:\"CopYratulRomân\";}'),(81,0,53,0,0,0,'80.97.242.68',1275906392,'LOG_FORUM_EDIT','a:1:{i:0;s:36:\"extras din Statutul CopyratuluiRoman\";}'),(82,0,53,0,0,0,'80.97.242.68',1275907303,'LOG_FORUM_EDIT','a:1:{i:0;s:28:\"StatutCopYratulRomân-extras\";}'),(83,0,53,0,0,0,'80.97.242.68',1275907546,'LOG_FORUM_SYNC','a:1:{i:0;s:28:\"StatutCopYratulRomân-extras\";}'),(84,0,53,0,0,0,'80.97.242.68',1275907626,'LOG_FORUM_EDIT','a:1:{i:0;s:21:\"StatutCopYratulRomân\";}'),(85,0,2,0,0,0,'188.24.4.224',1275908183,'LOG_ADMIN_AUTH_SUCCESS',''),(86,0,2,0,0,0,'188.24.4.224',1275908244,'LOG_FORUM_EDIT','a:1:{i:0;s:21:\"StatutCopYratulRomân\";}'),(87,0,2,0,0,0,'188.24.4.224',1275908244,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:5:\"Presa\";i:1;s:21:\"StatutCopYratulRomân\";}'),(88,0,53,0,0,0,'80.97.242.68',1275908268,'LOG_FORUM_EDIT','a:1:{i:0;s:21:\"StatutCopYratulRomân\";}'),(89,0,53,0,0,0,'80.97.242.68',1275908268,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:5:\"Presa\";i:1;s:21:\"StatutCopYratulRomân\";}'),(90,0,53,0,0,0,'80.97.242.68',1275908403,'LOG_FORUM_ADD','a:1:{i:0;s:29:\"extrs Statut Copyratul Român\";}'),(91,0,53,0,0,0,'80.97.242.68',1275908403,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:8:\"Articole\";i:1;s:29:\"extrs Statut Copyratul Român\";}'),(92,0,53,0,0,0,'80.97.242.68',1275908812,'LOG_FORUM_EDIT','a:1:{i:0;s:39:\"am putea îmbunătății acest Statut ?\";}'),(93,0,53,0,0,0,'80.97.242.68',1275908923,'LOG_FORUM_EDIT','a:1:{i:0;s:25:\"Discutii despre libertate\";}'),(94,0,53,0,0,0,'80.97.242.68',1275909013,'LOG_FORUM_EDIT','a:1:{i:0;s:20:\"Presa Care ne Atinge\";}'),(95,0,53,0,0,0,'80.97.242.68',1275909248,'LOG_FORUM_ADD','a:1:{i:0;s:21:\"Alchimia Libertății\";}'),(96,0,53,0,0,0,'80.97.242.68',1275909248,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:21:\"StatutCopYratulRomân\";i:1;s:21:\"Alchimia Libertății\";}'),(97,0,53,0,0,0,'80.97.242.68',1275909443,'LOG_FORUM_ADD','a:1:{i:0;s:28:\"Despre Alchimia Informației\";}'),(98,0,53,0,0,0,'80.97.242.68',1275909443,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:8:\"Articole\";i:1;s:28:\"Despre Alchimia Informației\";}'),(99,0,53,0,0,0,'80.97.242.68',1275909520,'LOG_FORUM_EDIT','a:1:{i:0;s:25:\"Discutii despre libertate\";}'),(100,0,53,0,0,0,'80.97.242.68',1275909520,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:28:\"Despre Alchimia Informației\";i:1;s:25:\"Discutii despre libertate\";}'),(101,0,53,0,0,0,'80.97.242.68',1275909708,'LOG_FORUM_ADD','a:1:{i:0;s:14:\"Prăștiologia\";}'),(102,0,53,0,0,0,'80.97.242.68',1275909708,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:21:\"Alchimia Libertății\";i:1;s:14:\"Prăștiologia\";}'),(103,0,53,0,0,0,'80.97.242.68',1275909807,'LOG_FORUM_ADD','a:1:{i:0;s:24:\"Să ne facem Prăștie !\";}'),(104,0,53,0,0,0,'80.97.242.68',1275909807,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:25:\"Discutii despre libertate\";i:1;s:24:\"Să ne facem Prăștie !\";}'),(105,0,53,0,0,0,'80.97.242.68',1275909913,'LOG_FORUM_ADD','a:1:{i:0;s:24:\"Să ne facem Prăștie !\";}'),(106,0,53,0,0,0,'80.97.242.68',1275909913,'LOG_FORUM_COPIED_PERMISSIONS','a:2:{i:0;s:25:\"Discutii despre libertate\";i:1;s:24:\"Să ne facem Prăștie !\";}'),(107,0,53,0,0,0,'80.97.242.68',1275909964,'LOG_FORUM_DEL_POSTS','a:1:{i:0;s:24:\"Să ne facem Prăștie !\";}'); /*!40000 ALTER TABLE `phpbb_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_moderator_cache` -- DROP TABLE IF EXISTS `phpbb_moderator_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 AUTO_INCREMENT=198 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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 */; INSERT INTO `phpbb_modules` (`module_id`, `module_enabled`, `module_display`, `module_basename`, `module_class`, `parent_id`, `left_id`, `right_id`, `module_langname`, `module_mode`, `module_auth`) 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,108,'ACP_CAT_POSTING','',''),(10,1,1,'','acp',9,86,97,'ACP_MESSAGES','',''),(11,1,1,'','acp',9,98,107,'ACP_ATTACHMENTS','',''),(12,1,1,'','acp',0,109,164,'ACP_CAT_USERGROUP','',''),(13,1,1,'','acp',12,110,143,'ACP_CAT_USERS','',''),(14,1,1,'','acp',12,144,151,'ACP_GROUPS','',''),(15,1,1,'','acp',12,152,163,'ACP_USER_SECURITY','',''),(16,1,1,'','acp',0,165,214,'ACP_CAT_PERMISSIONS','',''),(17,1,1,'','acp',16,168,177,'ACP_GLOBAL_PERMISSIONS','',''),(18,1,1,'','acp',16,178,189,'ACP_FORUM_BASED_PERMISSIONS','',''),(19,1,1,'','acp',16,190,199,'ACP_PERMISSION_ROLES','',''),(20,1,1,'','acp',16,200,213,'ACP_PERMISSION_MASKS','',''),(21,1,1,'','acp',0,215,228,'ACP_CAT_STYLES','',''),(22,1,1,'','acp',21,216,219,'ACP_STYLE_MANAGEMENT','',''),(23,1,1,'','acp',21,220,227,'ACP_STYLE_COMPONENTS','',''),(24,1,1,'','acp',0,229,248,'ACP_CAT_MAINTENANCE','',''),(25,1,1,'','acp',24,230,239,'ACP_FORUM_LOGS','',''),(26,1,1,'','acp',24,240,247,'ACP_CAT_DATABASE','',''),(27,1,1,'','acp',0,249,274,'ACP_CAT_SYSTEM','',''),(28,1,1,'','acp',27,250,253,'ACP_AUTOMATION','',''),(29,1,1,'','acp',27,254,265,'ACP_GENERAL_TASKS','',''),(30,1,1,'','acp',27,266,273,'ACP_MODULE_MANAGEMENT','',''),(31,1,1,'','acp',0,275,276,'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,99,100,'ACP_ATTACHMENT_SETTINGS','attach','acl_a_attach'),(34,1,1,'attachments','acp',11,101,102,'ACP_MANAGE_EXTENSIONS','extensions','acl_a_attach'),(35,1,1,'attachments','acp',11,103,104,'ACP_EXTENSION_GROUPS','ext_groups','acl_a_attach'),(36,1,1,'attachments','acp',11,105,106,'ACP_ORPHAN_ATTACHMENTS','orphan','acl_a_attach'),(37,1,1,'ban','acp',15,153,154,'ACP_BAN_EMAILS','email','acl_a_ban'),(38,1,1,'ban','acp',15,155,156,'ACP_BAN_IPS','ip','acl_a_ban'),(39,1,1,'ban','acp',15,157,158,'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',3,31,32,'ACP_SIGNATURE_SETTINGS','signature','acl_a_board'),(48,1,1,'board','acp',3,33,34,'ACP_FEED_SETTINGS','feed','acl_a_board'),(49,1,1,'board','acp',3,35,36,'ACP_REGISTER_SETTINGS','registration','acl_a_board'),(50,1,1,'board','acp',4,43,44,'ACP_AUTH_SETTINGS','auth','acl_a_server'),(51,1,1,'board','acp',4,45,46,'ACP_EMAIL_SETTINGS','email','acl_a_server'),(52,1,1,'board','acp',5,51,52,'ACP_COOKIE_SETTINGS','cookie','acl_a_server'),(53,1,1,'board','acp',5,53,54,'ACP_SERVER_SETTINGS','server','acl_a_server'),(54,1,1,'board','acp',5,55,56,'ACP_SECURITY_SETTINGS','security','acl_a_server'),(55,1,1,'board','acp',5,57,58,'ACP_LOAD_SETTINGS','load','acl_a_server'),(56,1,1,'bots','acp',29,255,256,'ACP_BOTS','bots','acl_a_bots'),(57,1,1,'captcha','acp',3,37,38,'ACP_VC_SETTINGS','visual','acl_a_board'),(58,1,0,'captcha','acp',3,39,40,'ACP_VC_CAPTCHA_DISPLAY','img','acl_a_board'),(59,1,1,'database','acp',26,241,242,'ACP_BACKUP','backup','acl_a_backup'),(60,1,1,'database','acp',26,243,244,'ACP_RESTORE','restore','acl_a_backup'),(61,1,1,'disallow','acp',15,159,160,'ACP_DISALLOW_USERNAMES','usernames','acl_a_names'),(62,1,1,'email','acp',29,257,258,'ACP_MASS_EMAIL','email','acl_a_email && cfg_email_enable'),(63,1,1,'forums','acp',7,67,68,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(64,1,1,'groups','acp',14,145,146,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(65,1,1,'icons','acp',10,91,92,'ACP_ICONS','icons','acl_a_icons'),(66,1,1,'icons','acp',10,93,94,'ACP_SMILIES','smilies','acl_a_icons'),(67,1,1,'inactive','acp',13,113,114,'ACP_INACTIVE_USERS','list','acl_a_user'),(68,1,1,'jabber','acp',4,47,48,'ACP_JABBER_SETTINGS','settings','acl_a_jabber'),(69,1,1,'language','acp',29,259,260,'ACP_LANGUAGE_PACKS','lang_packs','acl_a_language'),(70,1,1,'logs','acp',25,231,232,'ACP_ADMIN_LOGS','admin','acl_a_viewlogs'),(71,1,1,'logs','acp',25,233,234,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(72,1,1,'logs','acp',25,235,236,'ACP_USERS_LOGS','users','acl_a_viewlogs'),(73,1,1,'logs','acp',25,237,238,'ACP_CRITICAL_LOGS','critical','acl_a_viewlogs'),(74,1,1,'main','acp',1,2,3,'ACP_INDEX','main',''),(75,1,1,'modules','acp',30,267,268,'ACP','acp','acl_a_modules'),(76,1,1,'modules','acp',30,269,270,'UCP','ucp','acl_a_modules'),(77,1,1,'modules','acp',30,271,272,'MCP','mcp','acl_a_modules'),(78,1,1,'permission_roles','acp',19,191,192,'ACP_ADMIN_ROLES','admin_roles','acl_a_roles && acl_a_aauth'),(79,1,1,'permission_roles','acp',19,193,194,'ACP_USER_ROLES','user_roles','acl_a_roles && acl_a_uauth'),(80,1,1,'permission_roles','acp',19,195,196,'ACP_MOD_ROLES','mod_roles','acl_a_roles && acl_a_mauth'),(81,1,1,'permission_roles','acp',19,197,198,'ACP_FORUM_ROLES','forum_roles','acl_a_roles && acl_a_fauth'),(82,1,1,'permissions','acp',16,166,167,'ACP_PERMISSIONS','intro','acl_a_authusers || acl_a_authgroups || acl_a_viewauth'),(83,1,0,'permissions','acp',20,201,202,'ACP_PERMISSION_TRACE','trace','acl_a_viewauth'),(84,1,1,'permissions','acp',18,179,180,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(85,1,1,'permissions','acp',18,181,182,'ACP_FORUM_PERMISSIONS_COPY','setting_forum_copy','acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth'),(86,1,1,'permissions','acp',18,183,184,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(87,1,1,'permissions','acp',17,169,170,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(88,1,1,'permissions','acp',13,115,116,'ACP_USERS_PERMISSIONS','setting_user_global','acl_a_authusers && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(89,1,1,'permissions','acp',18,185,186,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(90,1,1,'permissions','acp',13,117,118,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(91,1,1,'permissions','acp',17,171,172,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(92,1,1,'permissions','acp',14,147,148,'ACP_GROUPS_PERMISSIONS','setting_group_global','acl_a_authgroups && (acl_a_aauth || acl_a_mauth || acl_a_uauth)'),(93,1,1,'permissions','acp',18,187,188,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(94,1,1,'permissions','acp',14,149,150,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(95,1,1,'permissions','acp',17,173,174,'ACP_ADMINISTRATORS','setting_admin_global','acl_a_aauth && (acl_a_authusers || acl_a_authgroups)'),(96,1,1,'permissions','acp',17,175,176,'ACP_GLOBAL_MODERATORS','setting_mod_global','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(97,1,1,'permissions','acp',20,203,204,'ACP_VIEW_ADMIN_PERMISSIONS','view_admin_global','acl_a_viewauth'),(98,1,1,'permissions','acp',20,205,206,'ACP_VIEW_USER_PERMISSIONS','view_user_global','acl_a_viewauth'),(99,1,1,'permissions','acp',20,207,208,'ACP_VIEW_GLOBAL_MOD_PERMISSIONS','view_mod_global','acl_a_viewauth'),(100,1,1,'permissions','acp',20,209,210,'ACP_VIEW_FORUM_MOD_PERMISSIONS','view_mod_local','acl_a_viewauth'),(101,1,1,'permissions','acp',20,211,212,'ACP_VIEW_FORUM_PERMISSIONS','view_forum_local','acl_a_viewauth'),(102,1,1,'php_info','acp',29,261,262,'ACP_PHP_INFO','info','acl_a_phpinfo'),(103,1,1,'profile','acp',13,119,120,'ACP_CUSTOM_PROFILE_FIELDS','profile','acl_a_profile'),(104,1,1,'prune','acp',7,69,70,'ACP_PRUNE_FORUMS','forums','acl_a_prune'),(105,1,1,'prune','acp',15,161,162,'ACP_PRUNE_USERS','users','acl_a_userdel'),(106,1,1,'ranks','acp',13,121,122,'ACP_MANAGE_RANKS','ranks','acl_a_ranks'),(107,1,1,'reasons','acp',29,263,264,'ACP_MANAGE_REASONS','main','acl_a_reasons'),(108,1,1,'search','acp',5,59,60,'ACP_SEARCH_SETTINGS','settings','acl_a_search'),(109,1,1,'search','acp',26,245,246,'ACP_SEARCH_INDEX','index','acl_a_search'),(110,1,1,'send_statistics','acp',5,61,62,'ACP_SEND_STATISTICS','send_statistics','acl_a_server'),(111,1,1,'styles','acp',22,217,218,'ACP_STYLES','style','acl_a_styles'),(112,1,1,'styles','acp',23,221,222,'ACP_TEMPLATES','template','acl_a_styles'),(113,1,1,'styles','acp',23,223,224,'ACP_THEMES','theme','acl_a_styles'),(114,1,1,'styles','acp',23,225,226,'ACP_IMAGESETS','imageset','acl_a_styles'),(115,1,1,'update','acp',28,251,252,'ACP_VERSION_CHECK','version_check','acl_a_board'),(116,1,1,'users','acp',13,111,112,'ACP_MANAGE_USERS','overview','acl_a_user'),(117,1,0,'users','acp',13,123,124,'ACP_USER_FEEDBACK','feedback','acl_a_user'),(118,1,0,'users','acp',13,125,126,'ACP_USER_WARNINGS','warnings','acl_a_user'),(119,1,0,'users','acp',13,127,128,'ACP_USER_PROFILE','profile','acl_a_user'),(120,1,0,'users','acp',13,129,130,'ACP_USER_PREFS','prefs','acl_a_user'),(121,1,0,'users','acp',13,131,132,'ACP_USER_AVATAR','avatar','acl_a_user'),(122,1,0,'users','acp',13,133,134,'ACP_USER_RANK','rank','acl_a_user'),(123,1,0,'users','acp',13,135,136,'ACP_USER_SIG','sig','acl_a_user'),(124,1,0,'users','acp',13,137,138,'ACP_USER_GROUPS','groups','acl_a_user && acl_a_group'),(125,1,0,'users','acp',13,139,140,'ACP_USER_PERM','perm','acl_a_user && acl_a_viewauth'),(126,1,0,'users','acp',13,141,142,'ACP_USER_ATTACH','attach','acl_a_user'),(127,1,1,'words','acp',10,95,96,'ACP_WORDS','words','acl_a_words'),(128,1,1,'users','acp',2,5,6,'ACP_MANAGE_USERS','overview','acl_a_user'),(129,1,1,'groups','acp',2,7,8,'ACP_GROUPS_MANAGE','manage','acl_a_group'),(130,1,1,'forums','acp',2,9,10,'ACP_MANAGE_FORUMS','manage','acl_a_forum'),(131,1,1,'logs','acp',2,11,12,'ACP_MOD_LOGS','mod','acl_a_viewlogs'),(132,1,1,'bots','acp',2,13,14,'ACP_BOTS','bots','acl_a_bots'),(133,1,1,'php_info','acp',2,15,16,'ACP_PHP_INFO','info','acl_a_phpinfo'),(134,1,1,'permissions','acp',8,73,74,'ACP_FORUM_PERMISSIONS','setting_forum_local','acl_a_fauth && (acl_a_authusers || acl_a_authgroups)'),(135,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'),(136,1,1,'permissions','acp',8,77,78,'ACP_FORUM_MODERATORS','setting_mod_local','acl_a_mauth && (acl_a_authusers || acl_a_authgroups)'),(137,1,1,'permissions','acp',8,79,80,'ACP_USERS_FORUM_PERMISSIONS','setting_user_local','acl_a_authusers && (acl_a_mauth || acl_a_fauth)'),(138,1,1,'permissions','acp',8,81,82,'ACP_GROUPS_FORUM_PERMISSIONS','setting_group_local','acl_a_authgroups && (acl_a_mauth || acl_a_fauth)'),(139,1,1,'','mcp',0,1,10,'MCP_MAIN','',''),(140,1,1,'','mcp',0,11,18,'MCP_QUEUE','',''),(141,1,1,'','mcp',0,19,32,'MCP_REPORTS','',''),(142,1,1,'','mcp',0,33,38,'MCP_NOTES','',''),(143,1,1,'','mcp',0,39,48,'MCP_WARN','',''),(144,1,1,'','mcp',0,49,56,'MCP_LOGS','',''),(145,1,1,'','mcp',0,57,64,'MCP_BAN','',''),(146,1,1,'ban','mcp',145,58,59,'MCP_BAN_USERNAMES','user','acl_m_ban'),(147,1,1,'ban','mcp',145,60,61,'MCP_BAN_IPS','ip','acl_m_ban'),(148,1,1,'ban','mcp',145,62,63,'MCP_BAN_EMAILS','email','acl_m_ban'),(149,1,1,'logs','mcp',144,50,51,'MCP_LOGS_FRONT','front','acl_m_ || aclf_m_'),(150,1,1,'logs','mcp',144,52,53,'MCP_LOGS_FORUM_VIEW','forum_logs','acl_m_,$id'),(151,1,1,'logs','mcp',144,54,55,'MCP_LOGS_TOPIC_VIEW','topic_logs','acl_m_,$id'),(152,1,1,'main','mcp',139,2,3,'MCP_MAIN_FRONT','front',''),(153,1,1,'main','mcp',139,4,5,'MCP_MAIN_FORUM_VIEW','forum_view','acl_m_,$id'),(154,1,1,'main','mcp',139,6,7,'MCP_MAIN_TOPIC_VIEW','topic_view','acl_m_,$id'),(155,1,1,'main','mcp',139,8,9,'MCP_MAIN_POST_DETAILS','post_details','acl_m_,$id || (!$id && aclf_m_)'),(156,1,1,'notes','mcp',142,34,35,'MCP_NOTES_FRONT','front',''),(157,1,1,'notes','mcp',142,36,37,'MCP_NOTES_USER','user_notes',''),(158,1,1,'pm_reports','mcp',141,20,21,'MCP_PM_REPORTS_OPEN','pm_reports','aclf_m_report'),(159,1,1,'pm_reports','mcp',141,22,23,'MCP_PM_REPORTS_CLOSED','pm_reports_closed','aclf_m_report'),(160,1,1,'pm_reports','mcp',141,24,25,'MCP_PM_REPORT_DETAILS','pm_report_details','aclf_m_report'),(161,1,1,'queue','mcp',140,12,13,'MCP_QUEUE_UNAPPROVED_TOPICS','unapproved_topics','aclf_m_approve'),(162,1,1,'queue','mcp',140,14,15,'MCP_QUEUE_UNAPPROVED_POSTS','unapproved_posts','aclf_m_approve'),(163,1,1,'queue','mcp',140,16,17,'MCP_QUEUE_APPROVE_DETAILS','approve_details','acl_m_approve,$id || (!$id && aclf_m_approve)'),(164,1,1,'reports','mcp',141,26,27,'MCP_REPORTS_OPEN','reports','aclf_m_report'),(165,1,1,'reports','mcp',141,28,29,'MCP_REPORTS_CLOSED','reports_closed','aclf_m_report'),(166,1,1,'reports','mcp',141,30,31,'MCP_REPORT_DETAILS','report_details','acl_m_report,$id || (!$id && aclf_m_report)'),(167,1,1,'warn','mcp',143,40,41,'MCP_WARN_FRONT','front','aclf_m_warn'),(168,1,1,'warn','mcp',143,42,43,'MCP_WARN_LIST','list','aclf_m_warn'),(169,1,1,'warn','mcp',143,44,45,'MCP_WARN_USER','warn_user','aclf_m_warn'),(170,1,1,'warn','mcp',143,46,47,'MCP_WARN_POST','warn_post','acl_m_warn && acl_f_read,$id'),(171,1,1,'','ucp',0,1,12,'UCP_MAIN','',''),(172,1,1,'','ucp',0,13,22,'UCP_PROFILE','',''),(173,1,1,'','ucp',0,23,30,'UCP_PREFS','',''),(174,1,1,'','ucp',0,31,42,'UCP_PM','',''),(175,1,1,'','ucp',0,43,48,'UCP_USERGROUPS','',''),(176,1,1,'','ucp',0,49,54,'UCP_ZEBRA','',''),(177,1,1,'attachments','ucp',171,10,11,'UCP_MAIN_ATTACHMENTS','attachments','acl_u_attach'),(178,1,1,'groups','ucp',175,44,45,'UCP_USERGROUPS_MEMBER','membership',''),(179,1,1,'groups','ucp',175,46,47,'UCP_USERGROUPS_MANAGE','manage',''),(180,1,1,'main','ucp',171,2,3,'UCP_MAIN_FRONT','front',''),(181,1,1,'main','ucp',171,4,5,'UCP_MAIN_SUBSCRIBED','subscribed',''),(182,1,1,'main','ucp',171,6,7,'UCP_MAIN_BOOKMARKS','bookmarks','cfg_allow_bookmarks'),(183,1,1,'main','ucp',171,8,9,'UCP_MAIN_DRAFTS','drafts',''),(184,1,0,'pm','ucp',174,32,33,'UCP_PM_VIEW','view','cfg_allow_privmsg'),(185,1,1,'pm','ucp',174,34,35,'UCP_PM_COMPOSE','compose','cfg_allow_privmsg'),(186,1,1,'pm','ucp',174,36,37,'UCP_PM_DRAFTS','drafts','cfg_allow_privmsg'),(187,1,1,'pm','ucp',174,38,39,'UCP_PM_OPTIONS','options','cfg_allow_privmsg'),(188,1,0,'pm','ucp',174,40,41,'UCP_PM_POPUP_TITLE','popup','cfg_allow_privmsg'),(189,1,1,'prefs','ucp',173,24,25,'UCP_PREFS_PERSONAL','personal',''),(190,1,1,'prefs','ucp',173,26,27,'UCP_PREFS_POST','post',''),(191,1,1,'prefs','ucp',173,28,29,'UCP_PREFS_VIEW','view',''),(192,1,1,'profile','ucp',172,14,15,'UCP_PROFILE_PROFILE_INFO','profile_info',''),(193,1,1,'profile','ucp',172,16,17,'UCP_PROFILE_SIGNATURE','signature',''),(194,1,1,'profile','ucp',172,18,19,'UCP_PROFILE_AVATAR','avatar',''),(195,1,1,'profile','ucp',172,20,21,'UCP_PROFILE_REG_DETAILS','reg_details',''),(196,1,1,'zebra','ucp',176,50,51,'UCP_ZEBRA_FRIENDS','friends',''),(197,1,1,'zebra','ucp',176,52,53,'UCP_ZEBRA_FOES','foes',''); /*!40000 ALTER TABLE `phpbb_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_poll_options` -- DROP TABLE IF EXISTS `phpbb_poll_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=7 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `icon_id`, `poster_ip`, `post_time`, `post_approved`, `post_reported`, `enable_bbcode`, `enable_smilies`, `enable_magic_url`, `enable_sig`, `post_username`, `post_subject`, `post_text`, `post_checksum`, `post_attachment`, `bbcode_bitfield`, `bbcode_uid`, `post_postcount`, `post_edit_time`, `post_edit_reason`, `post_edit_user`, `post_edit_count`, `post_edit_locked`) VALUES (3,3,11,53,0,'92.86.69.214',1275820849,1,0,1,1,1,1,'','comunicat de presă a uniunii Europene !','\":o\" comunicat de presă al uniunii europene:\n\n[quote:15fbznnr]On-line piracy: harmonising copyright at European level\n(Committees)\nJustice and home affairs - 01-06-2010 - 16:39\n\n \n\nBreaches of intellectual property rights (IPR) on the internet are a growing problem for the economy and require a response at EU level, including the removal of barriers to a single digital market by granting EU-wide copyright licences, according to members of the European Parliament\'s Legal Affairs Committee.\n\nThe "enormous growth of unauthorised file sharing of copyrighted works is an increasing problem for the European economy in terms of job opportunities and revenues for the industry as well as for government", say MEPs. They urge the Commission to address "the issue of the balance between free access to the Internet and the measures to be taken to combat this scourge effectively".\n\nHarmonisation of intellectual property rights and multi-territory licences\n\nThe provision of an attractive legal range of goods and services might help tackle the problem but the lack of a functioning internal European digital market is a major obstacle.\nThe Commission is therefore asked to propose a comprehensive strategy on IPR which will remove obstacles to creating a single market in the online environment and adapt the European legislative framework in the field of IPR to current trends in society as well as technical developments.\n\nIt is also asked to think broadly about methods of facilitating industry\'s access to the digital market without geographical borders by addressing urgently the issue of multi-territory licences and the harmonisation of legislation on copyright. A pan-European licensing system should provide consumers with "access to the widest possible choice of content and not at the expense of European local repertoire".\n\nThe committee does not share the Commission\'s view that the current civil enforcement framework in the EU is sufficiently effective and harmonised. Dialogue on possible solutions must involve all stakeholders, including Internet service providers, says the committee.\n\nSafeguards for private copies\n\nMEPs point out that, in cultural terms, the \'private copy\' should be seen as an exception to intellectual property rights. They want individuals who copy originals for private use not to have to prove that their copies are legitimate. \n\nAnti-counterfeiting trade agreement: respect for fundamental rights\n\nMEPs also call on the Commission to pursue its efforts to make progress on the negotiations for an Anti-Counterfeiting Trade Agreement (ACTA), taking full account of Parliament\'s position and to ensure that the provisions of the ACTA fully comply with existing EU rules on IPR and fundamental rights.\n\nBreaches of intellectual property rights outside the EU\n\nThe Legal Affairs Committee also wants the Commission to set up more intellectual property helpdesks in third countries (notably in India and Russia), to help European entrepreneurs enforce their intellectual property rights more actively and to combat the entry into the EU internal market of counterfeit goods from such countries.\n\nAn independent study before any new legislation\n\nMEPs point out that data on breaches of intellectual property rights are incomplete and they call for independent studies to be carried out before any new legislation is proposed.\n\nThe Legal Affairs Committee set out the above views when it adopted a draft resolution by Marielle Gallo (EPP, FR) on Tuesday by 15 votes to 9 with 0 abstentions. If endorsed by the full Parliament at the Strasbourg plenary session of 14 to 17 June, the resolution will form the EP\'s response to a Commission paper on this subject published on 11 September 2009. \n\nIn the chair: Klaus-Heiner Lehne (EPP, DE)\n\nCommittee on Legal Affairs\n\n01.06.2010\n \nREF. : 20100531IPR75276\nContact\nBaptiste CHATAIN\nTelephone number in Brussels : (+32) 2 28 40992 (BXL)\nTelephone number in Strasbourg : (+33) 3 881 74005 (STR)\nMobile number : (+32) 498 98 35 90\nE-mail address : lega-press@europarl.europa.eu [/quote:15fbznnr]\n\n\nsigur că e de inters maxim,total. \":shock:\" \noperele artistice piratate sânt ceea ce contează cel mai puțin.în apatele așa zisului interes pentru apărarea drepturilor unor cântăreți sau a unor case de discuri sau mai știu io ce producători de la holivuuud stau de fapt marile corporații.\nîn epoca internetului formula aspirinei e disponibilă oriunde,cum se face coca-cola,sau care este rețeta manipulării maselor.sau cum ne este servită gogorița teroriștilor pentru a ni se pune microfoane n dormitor.sau sau sau..\nde fapt ACTA dorește,că i o dorință,să pună zăbala înapoi unei lumi care a început să guste libertatea.\n[b:15fbznnr]să i băgăm dorința n cur!!![/b:15fbznnr] \":mrgreen:\"','36db2ef22654a11d6748d353c03df4a1',0,'wA==','15fbznnr',1,0,'',0,0,0),(2,2,15,53,0,'92.86.71.101',1275668200,1,0,1,1,1,1,'','inaugurare','inaugurez n acest fel scris acest forum n care avem voie să ne revoltăm.\nio mă revolt primu : i bag n mă sa lor pe toț papagalii ntre care trăim !\n \":lol:\"','ad47281f75969d36bce23787a768ac7d',0,'','2t3ybyd9',1,0,'',0,0,0),(4,4,13,53,0,'80.97.242.68',1275908646,1,0,1,1,1,1,'','extras din Statutul Copyratul Român,forma înregistrată la Tr','SCOPUL, OBIECTIVELE ŞI ACTIVITĂŢILE ASOCIAŢIEI\n \nART. 5 \nAsociaţia se constituie in scopul de a contribui la dezvoltarea corectă a societăţii româneşti prin promovarea si dezvoltarea spiritului european, a respectului fata drepturile individuale, faţă de respectarea constituţiei, a formuării de propuneri de îmbunătăţire a cadrului legislativ în domeniul tehnologiei informaţiei, drepturilor cetăţeneşti şi a proprietăţii intelectuale, şi îmbunătăţirea relaţiei dintre autoritati, institutiile naţionale şi europene şi cetăţean în spiritul transparenţei.\n \nART. 6 \nAsociaţia are următoarele obiective:\n(1) promovarea, dezvoltarea şi susţinerea dialogului deschis, echidistant şi nepartinic; \n(2) promovarea drepturilor individuale;\n(3) creşterea şi sprijinirea implicării instituţiilor de stat cu competenţe în materie şi a organizaţiilor neguvernamentale în reformarea legislaţiei din domeniul tehnologiei informaţiei şi al proprietăţii intelectuale;\n(4) creşterea şi sprijinirea implicării instituţiilor de stat cu competenţe în materie şi a organizaţiilor neguvernamentale în domeniul transparenţei în administraţia publică naţională şi a instituţiilor europene;\n(5) educarea cetăţenilor în spirit european.\n\nART. 7 \n(1) În realizarea scopului şi a obiectivelor enunţate, Asociaţia va desfăşura următoarele activităţi:\n1. iniţierea, promovarea şi dezvoltarea de programe şi proiecte de educaţie civică;\n2. promovarea şi susţinerea activităţilor unor instituţii de stat sau organizaţii neguvernamentale cu obiect de activitate asemănător celui al Asociaţiei;\n3. organizarea de conferinţe, simpozioane, prezentări, forumuri de discuţii, dezbateri şi alte manifestări şi evenimente; \n4. efectuarea de studii, cercetări şi analize asupra normelor sociale şi juridice din societatea românească;\n5. relaizarea, editarea, tipărirea şi distribuţia de publicaţii proprii în formă tipărită sau elecronică;\n6. colectarea de fonduri pentru susţinerea de programe şi proiecte ale Asociaţiei sau ale partenerilor ei;\n7. desfăşurarea de activităţi umanitare şi caritabile;\n 8. orice activităţi economice directe, cu caracter accesoriu şi strâns legate de scopul şi activităţile Asociaţiei, în condiţiile legii.','f0046c9a4098d6ed0f374b31ead65722',0,'','2is8rxmp',1,0,'',0,0,0),(5,2,15,53,0,'86.35.157.119',1276024809,1,0,1,1,1,1,'','Re: inaugurare','\":ugeek:\" democrația funcționează doar în cadrul unui concurs cinstit.grecii,care au inventat o,au și omorât o când au introdus n acest concurs pe ulise,prototipul șmecherului conducător.\nchiar și așa,ulise avea n el o șmecherie savantă...pe când bășescu nu are n el decât un rect obosit,plin cu dejecțiile pestilențiale și verzui ...','a48adcd04907dc9c2cc0c30a9e45ae71',0,'','2o598ztp',1,0,'',0,0,0),(6,5,18,53,0,'92.86.88.15',1276098132,1,0,1,1,1,1,'','Câteva cuvinte despre Prăștie','1.aseară m am făcut [i:2zsmpgrj]praștie.[/i:2zsmpgrj]\nam agățat o coardă ș am făcut o [i:2zsmpgrj]praștie.[/i:2zsmpgrj]\n[i:2zsmpgrj]praștia[/i:2zsmpgrj] măsii de democrație.\nm am îm[i:2zsmpgrj]prăștia[/i:2zsmpgrj]t , sânt împrăștiat,băgami aș..\nț trag una de te fac[i:2zsmpgrj] praștie.[/i:2zsmpgrj]\n\n2.[i:2zsmpgrj]prăștia[/i:2zsmpgrj] sau[i:2zsmpgrj] praștia[/i:2zsmpgrj] e un obiect drag românului.\nio o iubesc : poț face o [i:2zsmpgrj]praștie[/i:2zsmpgrj] dintrun lemn,dintro sârmă,dintro sfoaro,din cracii unei gagici.\n\n3.varianta matură a [i:2zsmpgrj]praștiei[/i:2zsmpgrj] e[b:2zsmpgrj] catapulta[/b:2zsmpgrj].nume de cod [b:2zsmpgrj]catăpulă[/b:2zsmpgrj].\ndespre asta putem vorbi la greu.','6bff3c2ca58ca24b8650eae94c15cfb7',0,'YA==','2zsmpgrj',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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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_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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`rank_id`, `rank_title`, `rank_min`, `rank_special`, `rank_image`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`reason_id`, `reason_title`, `reason_description`, `reason_order`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 AUTO_INCREMENT=607 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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 */; INSERT INTO `phpbb_search_wordlist` (`word_id`, `word_text`, `word_common`, `word_count`) VALUES (1,'this',0,1),(2,'example',0,0),(3,'post',0,0),(4,'your',0,0),(5,'phpbb3',0,0),(6,'installation',0,0),(7,'everything',0,0),(8,'seems',0,0),(9,'working',0,0),(10,'you',0,0),(11,'may',0,0),(12,'delete',0,0),(13,'like',0,0),(14,'and',0,1),(15,'continue',0,0),(16,'set',0,1),(17,'board',0,0),(18,'during',0,0),(19,'the',0,1),(20,'process',0,0),(21,'first',0,0),(22,'category',0,0),(23,'forum',0,1),(24,'are',0,3),(25,'assigned',0,0),(26,'appropriate',0,0),(27,'permissions',0,0),(28,'for',0,1),(29,'predefined',0,0),(30,'usergroups',0,0),(31,'administrators',0,0),(32,'bots',0,0),(33,'global',0,0),(34,'moderators',0,0),(35,'guests',0,0),(36,'registered',0,0),(37,'users',0,0),(38,'coppa',0,0),(39,'also',0,1),(40,'choose',0,0),(41,'not',0,1),(42,'forget',0,0),(43,'assign',0,0),(44,'all',0,1),(45,'these',0,0),(46,'new',0,1),(47,'categories',0,0),(48,'forums',0,0),(49,'create',0,0),(50,'recommended',0,0),(51,'rename',0,0),(52,'copy',0,1),(53,'from',0,1),(54,'while',0,0),(55,'creating',0,1),(56,'have',0,1),(57,'fun',0,0),(58,'welcome',0,0),(86,'committees',0,1),(85,'level',0,1),(84,'european',0,2),(83,'copyright',0,1),(82,'harmonising',0,1),(81,'piracy',0,1),(80,'line',0,1),(79,'europene',0,3),(78,'uniunii',0,2),(77,'presă',0,2),(76,'comunicat',0,2),(59,'inaugurez',0,1),(60,'acest',0,2),(61,'fel',0,1),(62,'scris',0,1),(63,'care',0,3),(64,'avem',0,1),(65,'voie',0,1),(66,'revoltăm',0,1),(67,'revolt',0,1),(68,'primu',0,1),(69,'bag',0,1),(70,'lor',0,1),(71,'toț',0,1),(72,'papagalii',0,1),(73,'ntre',0,1),(74,'trăim',0,1),(75,'inaugurare',0,2),(87,'justice',0,1),(88,'home',0,1),(89,'affairs',0,1),(90,'2010',0,1),(91,'breaches',0,1),(92,'intellectual',0,1),(93,'property',0,1),(94,'rights',0,1),(95,'ipr',0,1),(96,'internet',0,1),(97,'growing',0,1),(98,'problem',0,1),(99,'economy',0,1),(100,'require',0,1),(101,'response',0,1),(102,'including',0,1),(103,'removal',0,1),(104,'barriers',0,1),(105,'single',0,1),(106,'digital',0,1),(107,'market',0,1),(108,'granting',0,1),(109,'wide',0,1),(110,'licences',0,1),(111,'according',0,1),(112,'members',0,1),(113,'parliament',0,1),(114,'legal',0,1),(115,'committee',0,1),(116,'enormous',0,1),(117,'growth',0,1),(118,'unauthorised',0,1),(119,'file',0,1),(120,'sharing',0,1),(121,'copyrighted',0,1),(122,'works',0,1),(123,'increasing',0,1),(124,'terms',0,1),(125,'job',0,1),(126,'opportunities',0,1),(127,'revenues',0,1),(128,'industry',0,1),(129,'well',0,1),(130,'government',0,1),(131,'say',0,1),(132,'meps',0,1),(133,'they',0,1),(134,'urge',0,1),(135,'commission',0,1),(136,'address',0,1),(137,'issue',0,1),(138,'balance',0,1),(139,'between',0,1),(140,'free',0,1),(141,'access',0,1),(142,'measures',0,1),(143,'taken',0,1),(144,'combat',0,1),(145,'scourge',0,1),(146,'effectively',0,1),(147,'harmonisation',0,1),(148,'multi',0,1),(149,'territory',0,1),(150,'provision',0,1),(151,'attractive',0,1),(152,'range',0,1),(153,'goods',0,1),(154,'services',0,1),(155,'might',0,1),(156,'help',0,1),(157,'tackle',0,1),(158,'but',0,1),(159,'lack',0,1),(160,'functioning',0,1),(161,'internal',0,1),(162,'major',0,1),(163,'obstacle',0,1),(164,'therefore',0,1),(165,'asked',0,1),(166,'propose',0,1),(167,'comprehensive',0,1),(168,'strategy',0,1),(169,'which',0,1),(170,'will',0,1),(171,'remove',0,1),(172,'obstacles',0,1),(173,'online',0,1),(174,'environment',0,1),(175,'adapt',0,1),(176,'legislative',0,1),(177,'framework',0,1),(178,'field',0,1),(179,'current',0,1),(180,'trends',0,1),(181,'society',0,1),(182,'technical',0,1),(183,'developments',0,1),(184,'think',0,1),(185,'broadly',0,1),(186,'about',0,1),(187,'methods',0,1),(188,'facilitating',0,1),(189,'without',0,1),(190,'geographical',0,1),(191,'borders',0,1),(192,'addressing',0,1),(193,'urgently',0,1),(194,'legislation',0,1),(195,'pan',0,1),(196,'licensing',0,1),(197,'system',0,1),(198,'should',0,1),(199,'provide',0,1),(200,'consumers',0,1),(201,'with',0,1),(202,'widest',0,1),(203,'possible',0,1),(204,'choice',0,1),(205,'content',0,1),(206,'expense',0,1),(207,'local',0,1),(208,'repertoire',0,1),(209,'does',0,1),(210,'share',0,1),(211,'view',0,1),(212,'that',0,1),(213,'civil',0,1),(214,'enforcement',0,1),(215,'sufficiently',0,1),(216,'effective',0,1),(217,'harmonised',0,1),(218,'dialogue',0,1),(219,'solutions',0,1),(220,'must',0,1),(221,'involve',0,1),(222,'stakeholders',0,1),(223,'service',0,1),(224,'providers',0,1),(225,'says',0,1),(226,'safeguards',0,1),(227,'private',0,1),(228,'copies',0,1),(229,'point',0,1),(230,'out',0,1),(231,'cultural',0,1),(232,'seen',0,1),(233,'exception',0,1),(234,'want',0,1),(235,'individuals',0,1),(236,'who',0,1),(237,'originals',0,1),(238,'use',0,1),(239,'prove',0,1),(240,'their',0,1),(241,'legitimate',0,1),(242,'anti',0,1),(243,'counterfeiting',0,1),(244,'trade',0,1),(245,'agreement',0,1),(246,'respect',0,1),(247,'fundamental',0,1),(248,'call',0,1),(249,'pursue',0,1),(250,'its',0,1),(251,'efforts',0,1),(252,'make',0,1),(253,'progress',0,1),(254,'negotiations',0,1),(255,'acta',0,1),(256,'taking',0,1),(257,'full',0,1),(258,'account',0,1),(259,'position',0,1),(260,'ensure',0,1),(261,'provisions',0,1),(262,'fully',0,1),(263,'comply',0,1),(264,'existing',0,1),(265,'rules',0,1),(266,'outside',0,1),(267,'wants',0,1),(268,'more',0,1),(269,'helpdesks',0,1),(270,'third',0,1),(271,'countries',0,1),(272,'notably',0,1),(273,'india',0,1),(274,'russia',0,1),(275,'entrepreneurs',0,1),(276,'enforce',0,1),(277,'actively',0,1),(278,'entry',0,1),(279,'into',0,1),(280,'counterfeit',0,1),(281,'such',0,1),(282,'independent',0,1),(283,'study',0,1),(284,'before',0,1),(285,'any',0,1),(286,'data',0,1),(287,'incomplete',0,1),(288,'studies',0,1),(289,'carried',0,1),(290,'proposed',0,1),(291,'above',0,1),(292,'views',0,1),(293,'when',0,1),(294,'adopted',0,1),(295,'draft',0,1),(296,'resolution',0,1),(297,'marielle',0,1),(298,'gallo',0,1),(299,'epp',0,1),(300,'tuesday',0,1),(301,'votes',0,1),(302,'abstentions',0,1),(303,'endorsed',0,1),(304,'strasbourg',0,1),(305,'plenary',0,1),(306,'session',0,1),(307,'june',0,1),(308,'form',0,1),(309,'paper',0,1),(310,'subject',0,1),(311,'published',0,1),(312,'september',0,1),(313,'2009',0,1),(314,'chair',0,1),(315,'klaus',0,1),(316,'heiner',0,1),(317,'lehne',0,1),(318,'ref',0,1),(319,'20100531ipr75276',0,1),(320,'contact',0,1),(321,'baptiste',0,1),(322,'chatain',0,1),(323,'telephone',0,1),(324,'number',0,1),(325,'brussels',0,1),(326,'40992',0,1),(327,'bxl',0,1),(328,'881',0,1),(329,'74005',0,1),(330,'str',0,1),(331,'mobile',0,1),(332,'498',0,1),(333,'mail',0,1),(334,'lega',0,1),(335,'press',0,1),(336,'europarl',0,1),(337,'europa',0,1),(338,'sigur',0,1),(339,'inters',0,1),(340,'maxim',0,1),(341,'total',0,1),(342,'operele',0,1),(343,'artistice',0,1),(344,'piratate',0,1),(345,'sânt',0,2),(346,'ceea',0,1),(347,'contează',0,1),(348,'cel',0,1),(349,'mai',0,1),(350,'puțin',0,1),(351,'apatele',0,1),(352,'așa',0,2),(353,'zisului',0,1),(354,'interes',0,1),(355,'pentru',0,2),(356,'apărarea',0,1),(357,'drepturilor',0,2),(358,'unor',0,2),(359,'cântăreți',0,1),(360,'sau',0,3),(361,'case',0,1),(362,'discuri',0,1),(363,'știu',0,1),(364,'producători',0,1),(365,'holivuuud',0,1),(366,'stau',0,1),(367,'fapt',0,1),(368,'marile',0,1),(369,'corporații',0,1),(370,'epoca',0,1),(371,'internetului',0,1),(372,'formula',0,1),(373,'aspirinei',0,1),(374,'disponibilă',0,1),(375,'oriunde',0,1),(376,'cum',0,1),(377,'face',0,2),(378,'coca',0,1),(379,'cola',0,1),(380,'este',0,1),(381,'rețeta',0,1),(382,'manipulării',0,1),(383,'maselor',0,1),(384,'servită',0,1),(385,'gogorița',0,1),(386,'teroriștilor',0,1),(387,'pune',0,1),(388,'microfoane',0,1),(389,'dormitor',0,1),(390,'dorește',0,1),(391,'dorință',0,1),(392,'pună',0,1),(393,'zăbala',0,1),(394,'înapoi',0,1),(395,'unei',0,2),(396,'lumi',0,1),(397,'început',0,1),(398,'guste',0,1),(399,'libertatea',0,1),(400,'băgăm',0,1),(401,'dorința',0,1),(402,'cur',0,1),(403,'scopul',0,1),(404,'obiectivele',0,1),(405,'activităţile',0,1),(406,'asociaţiei',0,1),(407,'art',0,1),(408,'asociaţia',0,1),(409,'constituie',0,1),(410,'contribui',0,1),(411,'dezvoltarea',0,1),(412,'corectă',0,1),(413,'societăţii',0,1),(414,'româneşti',0,1),(415,'prin',0,1),(416,'promovarea',0,1),(417,'spiritului',0,1),(418,'respectului',0,1),(419,'fata',0,1),(420,'drepturile',0,1),(421,'individuale',0,1),(422,'faţă',0,1),(423,'respectarea',0,1),(424,'constituţiei',0,1),(425,'formuării',0,1),(426,'propuneri',0,1),(427,'îmbunătăţire',0,1),(428,'cadrului',0,1),(429,'legislativ',0,1),(430,'domeniul',0,1),(431,'tehnologiei',0,1),(432,'informaţiei',0,1),(433,'cetăţeneşti',0,1),(434,'proprietăţii',0,1),(435,'intelectuale',0,1),(436,'îmbunătăţirea',0,1),(437,'relaţiei',0,1),(438,'dintre',0,1),(439,'autoritati',0,1),(440,'institutiile',0,1),(441,'naţionale',0,1),(442,'cetăţean',0,1),(443,'spiritul',0,1),(444,'transparenţei',0,1),(445,'următoarele',0,1),(446,'obiective',0,1),(447,'susţinerea',0,1),(448,'dialogului',0,1),(449,'deschis',0,1),(450,'echidistant',0,1),(451,'nepartinic',0,1),(452,'creşterea',0,1),(453,'sprijinirea',0,1),(454,'implicării',0,1),(455,'instituţiilor',0,1),(456,'stat',0,1),(457,'competenţe',0,1),(458,'materie',0,1),(459,'organizaţiilor',0,1),(460,'neguvernamentale',0,1),(461,'reformarea',0,1),(462,'legislaţiei',0,1),(463,'din',0,3),(464,'administraţia',0,1),(465,'publică',0,1),(466,'naţională',0,1),(467,'educarea',0,1),(468,'cetăţenilor',0,1),(469,'spirit',0,1),(470,'realizarea',0,1),(471,'scopului',0,1),(472,'obiectivelor',0,1),(473,'enunţate',0,1),(474,'desfăşura',0,1),(475,'activităţi',0,1),(476,'iniţierea',0,1),(477,'programe',0,1),(478,'proiecte',0,1),(479,'educaţie',0,1),(480,'civică',0,1),(481,'activităţilor',0,1),(482,'instituţii',0,1),(483,'organizaţii',0,1),(484,'obiect',0,2),(485,'activitate',0,1),(486,'asemănător',0,1),(487,'celui',0,1),(488,'organizarea',0,1),(489,'conferinţe',0,1),(490,'simpozioane',0,1),(491,'prezentări',0,1),(492,'forumuri',0,1),(493,'discuţii',0,1),(494,'dezbateri',0,1),(495,'alte',0,1),(496,'manifestări',0,1),(497,'evenimente',0,1),(498,'efectuarea',0,1),(499,'studii',0,1),(500,'cercetări',0,1),(501,'analize',0,1),(502,'asupra',0,1),(503,'normelor',0,1),(504,'sociale',0,1),(505,'juridice',0,1),(506,'societatea',0,1),(507,'românească',0,1),(508,'relaizarea',0,1),(509,'editarea',0,1),(510,'tipărirea',0,1),(511,'distribuţia',0,1),(512,'publicaţii',0,1),(513,'proprii',0,1),(514,'formă',0,1),(515,'tipărită',0,1),(516,'elecronică',0,1),(517,'colectarea',0,1),(518,'fonduri',0,1),(519,'ale',0,1),(520,'partenerilor',0,1),(521,'desfăşurarea',0,1),(522,'umanitare',0,1),(523,'caritabile',0,1),(524,'orice',0,1),(525,'economice',0,1),(526,'directe',0,1),(527,'caracter',0,1),(528,'accesoriu',0,1),(529,'strâns',0,1),(530,'legate',0,1),(531,'condiţiile',0,1),(532,'legii',0,1),(533,'extras',0,1),(534,'statutul',0,1),(535,'copyratul',0,1),(536,'român',0,1),(537,'forma',0,1),(538,'înregistrată',0,1),(539,'democrația',0,1),(540,'funcționează',0,1),(541,'doar',0,1),(542,'cadrul',0,1),(543,'unui',0,1),(544,'concurs',0,1),(545,'cinstit',0,1),(546,'grecii',0,1),(547,'inventat',0,1),(548,'omorât',0,1),(549,'când',0,1),(550,'introdus',0,1),(551,'ulise',0,1),(552,'prototipul',0,1),(553,'șmecherului',0,1),(554,'conducător',0,1),(555,'chiar',0,1),(556,'avea',0,1),(557,'șmecherie',0,1),(558,'savantă',0,1),(559,'bășescu',0,1),(560,'decât',0,1),(561,'rect',0,1),(562,'obosit',0,1),(563,'plin',0,1),(564,'dejecțiile',0,1),(565,'pestilențiale',0,1),(566,'verzui',0,1),(567,'aseară',0,1),(568,'făcut',0,1),(569,'praștie',0,1),(570,'agățat',0,1),(571,'coardă',0,1),(572,'praștia',0,1),(573,'măsii',0,1),(574,'democrație',0,1),(575,'prăștia',0,1),(576,'împrăștiat',0,1),(577,'băgami',0,1),(578,'trag',0,1),(579,'una',0,1),(580,'fac',0,1),(581,'drag',0,1),(582,'românului',0,1),(583,'iubesc',0,1),(584,'poț',0,1),(585,'dintrun',0,1),(586,'lemn',0,1),(587,'dintro',0,1),(588,'sârmă',0,1),(589,'sfoaro',0,1),(590,'cracii',0,1),(591,'gagici',0,1),(592,'varianta',0,1),(593,'matură',0,1),(594,'praștiei',0,1),(595,'catapulta',0,1),(596,'nume',0,1),(597,'cod',0,1),(598,'catăpulă',0,1),(599,'despre',0,2),(600,'asta',0,1),(601,'putem',0,1),(602,'vorbi',0,1),(603,'greu',0,1),(604,'câteva',0,1),(605,'cuvinte',0,1),(606,'prăștie',0,1); /*!40000 ALTER TABLE `phpbb_search_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_wordmatch` -- DROP TABLE IF EXISTS `phpbb_search_wordmatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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 */; INSERT INTO `phpbb_search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (3,1,0),(3,14,0),(3,16,0),(3,19,0),(2,23,0),(3,24,0),(4,24,0),(5,24,0),(3,28,0),(3,39,0),(3,41,0),(3,44,0),(3,46,0),(3,52,0),(3,53,0),(3,55,0),(3,56,0),(2,59,0),(2,60,0),(5,60,0),(2,61,0),(2,62,0),(2,63,0),(3,63,0),(5,63,0),(2,64,0),(2,65,0),(2,66,0),(2,67,0),(2,68,0),(2,69,0),(2,70,0),(2,71,0),(2,72,0),(2,73,0),(2,74,0),(2,75,1),(5,75,1),(3,76,0),(3,76,1),(3,77,0),(3,77,1),(3,78,0),(3,78,1),(3,79,0),(3,79,1),(4,79,0),(3,80,0),(3,81,0),(3,82,0),(3,83,0),(3,84,0),(4,84,0),(3,85,0),(3,86,0),(3,87,0),(3,88,0),(3,89,0),(3,90,0),(3,91,0),(3,92,0),(3,93,0),(3,94,0),(3,95,0),(3,96,0),(3,97,0),(3,98,0),(3,99,0),(3,100,0),(3,101,0),(3,102,0),(3,103,0),(3,104,0),(3,105,0),(3,106,0),(3,107,0),(3,108,0),(3,109,0),(3,110,0),(3,111,0),(3,112,0),(3,113,0),(3,114,0),(3,115,0),(3,116,0),(3,117,0),(3,118,0),(3,119,0),(3,120,0),(3,121,0),(3,122,0),(3,123,0),(3,124,0),(3,125,0),(3,126,0),(3,127,0),(3,128,0),(3,129,0),(3,130,0),(3,131,0),(3,132,0),(3,133,0),(3,134,0),(3,135,0),(3,136,0),(3,137,0),(3,138,0),(3,139,0),(3,140,0),(3,141,0),(3,142,0),(3,143,0),(3,144,0),(3,145,0),(3,146,0),(3,147,0),(3,148,0),(3,149,0),(3,150,0),(3,151,0),(3,152,0),(3,153,0),(3,154,0),(3,155,0),(3,156,0),(3,157,0),(3,158,0),(3,159,0),(3,160,0),(3,161,0),(3,162,0),(3,163,0),(3,164,0),(3,165,0),(3,166,0),(3,167,0),(3,168,0),(3,169,0),(3,170,0),(3,171,0),(3,172,0),(3,173,0),(3,174,0),(3,175,0),(3,176,0),(3,177,0),(3,178,0),(3,179,0),(3,180,0),(3,181,0),(3,182,0),(3,183,0),(3,184,0),(3,185,0),(3,186,0),(3,187,0),(3,188,0),(3,189,0),(3,190,0),(3,191,0),(3,192,0),(3,193,0),(3,194,0),(3,195,0),(3,196,0),(3,197,0),(3,198,0),(3,199,0),(3,200,0),(3,201,0),(3,202,0),(3,203,0),(3,204,0),(3,205,0),(3,206,0),(3,207,0),(3,208,0),(3,209,0),(3,210,0),(3,211,0),(3,212,0),(3,213,0),(3,214,0),(3,215,0),(3,216,0),(3,217,0),(3,218,0),(3,219,0),(3,220,0),(3,221,0),(3,222,0),(3,223,0),(3,224,0),(3,225,0),(3,226,0),(3,227,0),(3,228,0),(3,229,0),(3,230,0),(3,231,0),(3,232,0),(3,233,0),(3,234,0),(3,235,0),(3,236,0),(3,237,0),(3,238,0),(3,239,0),(3,240,0),(3,241,0),(3,242,0),(3,243,0),(3,244,0),(3,245,0),(3,246,0),(3,247,0),(3,248,0),(3,249,0),(3,250,0),(3,251,0),(3,252,0),(3,253,0),(3,254,0),(3,255,0),(3,256,0),(3,257,0),(3,258,0),(3,259,0),(3,260,0),(3,261,0),(3,262,0),(3,263,0),(3,264,0),(3,265,0),(3,266,0),(3,267,0),(3,268,0),(3,269,0),(3,270,0),(3,271,0),(3,272,0),(3,273,0),(3,274,0),(3,275,0),(3,276,0),(3,277,0),(3,278,0),(3,279,0),(3,280,0),(3,281,0),(3,282,0),(3,283,0),(3,284,0),(3,285,0),(3,286,0),(3,287,0),(3,288,0),(3,289,0),(3,290,0),(3,291,0),(3,292,0),(3,293,0),(3,294,0),(3,295,0),(3,296,0),(3,297,0),(3,298,0),(3,299,0),(3,300,0),(3,301,0),(3,302,0),(3,303,0),(3,304,0),(3,305,0),(3,306,0),(3,307,0),(3,308,0),(3,309,0),(3,310,0),(3,311,0),(3,312,0),(3,313,0),(3,314,0),(3,315,0),(3,316,0),(3,317,0),(3,318,0),(3,319,0),(3,320,0),(3,321,0),(3,322,0),(3,323,0),(3,324,0),(3,325,0),(3,326,0),(3,327,0),(3,328,0),(3,329,0),(3,330,0),(3,331,0),(3,332,0),(3,333,0),(3,334,0),(3,335,0),(3,336,0),(3,337,0),(3,338,0),(3,339,0),(3,340,0),(3,341,0),(3,342,0),(3,343,0),(3,344,0),(3,345,0),(6,345,0),(3,346,0),(3,347,0),(3,348,0),(3,349,0),(3,350,0),(3,351,0),(3,352,0),(5,352,0),(3,353,0),(3,354,0),(3,355,0),(4,355,0),(3,356,0),(3,357,0),(4,357,0),(3,358,0),(4,358,0),(3,359,0),(3,360,0),(4,360,0),(6,360,0),(3,361,0),(3,362,0),(3,363,0),(3,364,0),(3,365,0),(3,366,0),(3,367,0),(3,368,0),(3,369,0),(3,370,0),(3,371,0),(3,372,0),(3,373,0),(3,374,0),(3,375,0),(3,376,0),(3,377,0),(6,377,0),(3,378,0),(3,379,0),(3,380,0),(3,381,0),(3,382,0),(3,383,0),(3,384,0),(3,385,0),(3,386,0),(3,387,0),(3,388,0),(3,389,0),(3,390,0),(3,391,0),(3,392,0),(3,393,0),(3,394,0),(3,395,0),(6,395,0),(3,396,0),(3,397,0),(3,398,0),(3,399,0),(3,400,0),(3,401,0),(3,402,0),(4,403,0),(4,404,0),(4,405,0),(4,406,0),(4,407,0),(4,408,0),(4,409,0),(4,410,0),(4,411,0),(4,412,0),(4,413,0),(4,414,0),(4,415,0),(4,416,0),(4,417,0),(4,418,0),(4,419,0),(4,420,0),(4,421,0),(4,422,0),(4,423,0),(4,424,0),(4,425,0),(4,426,0),(4,427,0),(4,428,0),(4,429,0),(4,430,0),(4,431,0),(4,432,0),(4,433,0),(4,434,0),(4,435,0),(4,436,0),(4,437,0),(4,438,0),(4,439,0),(4,440,0),(4,441,0),(4,442,0),(4,443,0),(4,444,0),(4,445,0),(4,446,0),(4,447,0),(4,448,0),(4,449,0),(4,450,0),(4,451,0),(4,452,0),(4,453,0),(4,454,0),(4,455,0),(4,456,0),(4,457,0),(4,458,0),(4,459,0),(4,460,0),(4,461,0),(4,462,0),(4,463,0),(4,463,1),(6,463,0),(4,464,0),(4,465,0),(4,466,0),(4,467,0),(4,468,0),(4,469,0),(4,470,0),(4,471,0),(4,472,0),(4,473,0),(4,474,0),(4,475,0),(4,476,0),(4,477,0),(4,478,0),(4,479,0),(4,480,0),(4,481,0),(4,482,0),(4,483,0),(4,484,0),(6,484,0),(4,485,0),(4,486,0),(4,487,0),(4,488,0),(4,489,0),(4,490,0),(4,491,0),(4,492,0),(4,493,0),(4,494,0),(4,495,0),(4,496,0),(4,497,0),(4,498,0),(4,499,0),(4,500,0),(4,501,0),(4,502,0),(4,503,0),(4,504,0),(4,505,0),(4,506,0),(4,507,0),(4,508,0),(4,509,0),(4,510,0),(4,511,0),(4,512,0),(4,513,0),(4,514,0),(4,515,0),(4,516,0),(4,517,0),(4,518,0),(4,519,0),(4,520,0),(4,521,0),(4,522,0),(4,523,0),(4,524,0),(4,525,0),(4,526,0),(4,527,0),(4,528,0),(4,529,0),(4,530,0),(4,531,0),(4,532,0),(4,533,1),(4,534,1),(4,535,1),(4,536,1),(4,537,1),(4,538,1),(5,539,0),(5,540,0),(5,541,0),(5,542,0),(5,543,0),(5,544,0),(5,545,0),(5,546,0),(5,547,0),(5,548,0),(5,549,0),(5,550,0),(5,551,0),(5,552,0),(5,553,0),(5,554,0),(5,555,0),(5,556,0),(5,557,0),(5,558,0),(5,559,0),(5,560,0),(5,561,0),(5,562,0),(5,563,0),(5,564,0),(5,565,0),(5,566,0),(6,567,0),(6,568,0),(6,569,0),(6,570,0),(6,571,0),(6,572,0),(6,573,0),(6,574,0),(6,575,0),(6,576,0),(6,577,0),(6,578,0),(6,579,0),(6,580,0),(6,581,0),(6,582,0),(6,583,0),(6,584,0),(6,585,0),(6,586,0),(6,587,0),(6,588,0),(6,589,0),(6,590,0),(6,591,0),(6,592,0),(6,593,0),(6,594,0),(6,595,0),(6,596,0),(6,597,0),(6,598,0),(6,599,0),(6,599,1),(6,600,0),(6,601,0),(6,602,0),(6,603,0),(6,604,1),(6,605,1),(6,606,1); /*!40000 ALTER TABLE `phpbb_search_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sessions` -- DROP TABLE IF EXISTS `phpbb_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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 */; INSERT INTO `phpbb_sessions` (`session_id`, `session_user_id`, `session_forum_id`, `session_last_visit`, `session_start`, `session_time`, `session_ip`, `session_browser`, `session_forwarded_for`, `session_page`, `session_viewonline`, `session_autologin`, `session_admin`) VALUES ('fa07c79f2be639e927b012d6cfb4c478',1,0,1292336241,1292336241,1292336241,'65.52.110.64','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','index.php',1,0,0),('ff1df7e25fca1224d0cad38c8513ba69',8,0,1292353860,1292353860,1292353860,'193.47.80.42','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','index.php',1,0,0),('b8961b75a51cb2a7a0b72b2e0f51e237',4,0,1292362429,1292362429,1292362429,'109.67.1.238','ia_archiver/4.4 (Windows 5.0; )','','index.php',1,0,0),('9fed1388a3d444e2b65abac1604b7967',16,13,1292389124,1285834482,1292389124,'66.249.71.110','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','viewforum.php?f=13&start=0',1,0,0),('f48fcfbfb1b716aced29697c757557cc',1,11,1292325585,1292325585,1292325656,'89.120.177.43','Mozilla/5.0 (Windows; U; Windows NT 5.1; ro; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729)','','viewtopic.php?f=11&t=3',1,0,0); /*!40000 ALTER TABLE `phpbb_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sessions_keys` -- DROP TABLE IF EXISTS `phpbb_sessions_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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 */; INSERT INTO `phpbb_sessions_keys` (`key_id`, `user_id`, `last_ip`, `last_login`) VALUES ('be47317a24e77b49398f4fc838f3f742',53,'92.86.71.158',1275392905),('f86c69716b6328b645d1215c6b8789cd',53,'92.86.41.21',1275558329),('4e975a6016394528fa994578512265bc',53,'86.35.157.119',1275587133),('3e78d6ffb4c81b36a443462a2e88c5ad',53,'80.97.242.68',1275904030),('aff08e76a0bc95b6dd3189b9ab5b8078',53,'86.35.157.119',1276101173),('2defbbb55ab470eafafd479e27a1b92d',53,'86.35.157.119',1276147386),('0f2e4702588c066f0baa10e3dd94d17b',53,'86.35.157.119',1276406929),('b8a10d234d130991565e8e9cdbbe8bc6',53,'93.112.121.180',1276787506),('86de589f132de85d7d5454ee3d88a2dd',53,'86.35.157.119',1277487029),('bba1d0c36bbc5ab124385d1485e80ffd',53,'86.35.157.119',1277667968); /*!40000 ALTER TABLE `phpbb_sessions_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sitelist` -- DROP TABLE IF EXISTS `phpbb_sitelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`smiley_id`, `code`, `emotion`, `smiley_url`, `smiley_width`, `smiley_height`, `smiley_order`, `display_on_posting`) 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`style_id`, `style_name`, `style_copyright`, `style_active`, `template_id`, `theme_id`, `imageset_id`) VALUES (1,'prosilver','© phpBB Group',0,1,1,1),(2,'subsilver2','© 2005 phpBB Group',0,2,2,2),(3,'Serenity','© 2007-2010 ST Software',0,3,3,3),(4,'DirtyBoard2.0','© CoSa NoStrA DeSiGn, 2008',1,4,4,4); /*!40000 ALTER TABLE `phpbb_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_styles_imageset` -- DROP TABLE IF EXISTS `phpbb_styles_imageset`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`imageset_id`, `imageset_name`, `imageset_copyright`, `imageset_path`) VALUES (1,'prosilver','© phpBB Group','prosilver'),(2,'subsilver2','© phpBB Group, 2003','subsilver2'),(3,'Serenity','© 2007-2010 ST Software','serenity'),(4,'DirtyBoard2.0','© CoSa NoStrA DeSiGn, 2008','DirtyBoard2.0'); /*!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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=321 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) 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','',94,170,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,1,2),(83,'poll_right','poll_right.gif','',12,4,2),(84,'forum_link','forum_link.gif','',25,46,2),(85,'forum_read','forum_read.gif','',25,46,2),(86,'forum_read_locked','forum_read_locked.gif','',25,46,2),(87,'forum_read_subforum','forum_read_subforum.gif','',25,46,2),(88,'forum_unread','forum_unread.gif','',25,46,2),(89,'forum_unread_locked','forum_unread_locked.gif','',25,46,2),(90,'forum_unread_subforum','forum_unread_subforum.gif','',25,46,2),(91,'topic_moved','topic_moved.gif','',18,19,2),(92,'topic_read','topic_read.gif','',18,19,2),(93,'topic_read_mine','topic_read_mine.gif','',18,19,2),(94,'topic_read_hot','topic_read_hot.gif','',18,19,2),(95,'topic_read_hot_mine','topic_read_hot_mine.gif','',18,19,2),(96,'topic_read_locked','topic_read_locked.gif','',18,19,2),(97,'topic_read_locked_mine','topic_read_locked_mine.gif','',18,19,2),(98,'topic_unread','topic_unread.gif','',18,19,2),(99,'topic_unread_mine','topic_unread_mine.gif','',18,19,2),(100,'topic_unread_hot','topic_unread_hot.gif','',18,19,2),(101,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',18,19,2),(102,'topic_unread_locked','topic_unread_locked.gif','',18,19,2),(103,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',18,19,2),(104,'sticky_read','sticky_read.gif','',18,19,2),(105,'sticky_read_mine','sticky_read_mine.gif','',18,19,2),(106,'sticky_read_locked','sticky_read_locked.gif','',18,19,2),(107,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',18,19,2),(108,'sticky_unread','sticky_unread.gif','',18,19,2),(109,'sticky_unread_mine','sticky_unread_mine.gif','',18,19,2),(110,'sticky_unread_locked','sticky_unread_locked.gif','',18,19,2),(111,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',18,19,2),(112,'announce_read','announce_read.gif','',18,19,2),(113,'announce_read_mine','announce_read_mine.gif','',18,19,2),(114,'announce_read_locked','announce_read_locked.gif','',18,19,2),(115,'announce_read_locked_mine','announce_read_locked_mine.gif','',18,19,2),(116,'announce_unread','announce_unread.gif','',18,19,2),(117,'announce_unread_mine','announce_unread_mine.gif','',18,19,2),(118,'announce_unread_locked','announce_unread_locked.gif','',18,19,2),(119,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',18,19,2),(120,'global_read','announce_read.gif','',18,19,2),(121,'global_read_mine','announce_read_mine.gif','',18,19,2),(122,'global_read_locked','announce_read_locked.gif','',18,19,2),(123,'global_read_locked_mine','announce_read_locked_mine.gif','',18,19,2),(124,'global_unread','announce_unread.gif','',18,19,2),(125,'global_unread_mine','announce_unread_mine.gif','',18,19,2),(126,'global_unread_locked','announce_unread_locked.gif','',18,19,2),(127,'global_unread_locked_mine','announce_unread_locked_mine.gif','',18,19,2),(128,'pm_read','topic_read.gif','',18,19,2),(129,'pm_unread','topic_unread.gif','',18,19,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',0,0,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',0,0,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',0,0,2),(158,'button_topic_new','button_topic_new.gif','en',0,0,2),(159,'button_topic_reply','button_topic_reply.gif','en',0,0,2),(160,'site_logo','site_logo.gif','',0,0,3),(161,'upload_bar','upload_bar.gif','',25,25,3),(162,'poll_left','poll_left.gif','',12,4,3),(163,'poll_center','poll_center.gif','',12,0,3),(164,'poll_right','poll_right.gif','',12,4,3),(165,'icon_contact_aim','icon_contact_aim.gif','',13,22,3),(166,'icon_contact_icq','icon_contact_icq.gif','',13,20,3),(167,'icon_contact_jabber','icon_contact_jabber.gif','',13,36,3),(168,'icon_contact_msnm','icon_contact_msnm.gif','',13,23,3),(169,'icon_contact_yahoo','icon_contact_yahoo.gif','',13,22,3),(170,'icon_contact_www','icon_contact_www.gif','',13,25,3),(171,'icon_user_warn','icon_user_warn.gif','',13,15,3),(172,'icon_post_delete','icon_post_delete.gif','',13,12,3),(173,'icon_post_info','icon_post_info.gif','',13,12,3),(174,'icon_post_report','icon_post_report.gif','',13,9,3),(175,'forum_link','forum_link.gif','',27,27,3),(176,'forum_read','forum_read.gif','',27,27,3),(177,'forum_read_locked','forum_read_locked.gif','',27,27,3),(178,'forum_read_subforum','forum_read_subforum.gif','',27,27,3),(179,'forum_unread','forum_unread.gif','',27,27,3),(180,'forum_unread_locked','forum_unread_locked.gif','',27,27,3),(181,'forum_unread_subforum','forum_unread_subforum.gif','',27,27,3),(182,'topic_moved','topic_moved.gif','',18,18,3),(183,'topic_read','topic_read.gif','',18,18,3),(184,'topic_read_mine','topic_read_mine.gif','',18,18,3),(185,'topic_read_hot','topic_read_hot.gif','',18,18,3),(186,'topic_read_hot_mine','topic_read_hot_mine.gif','',18,18,3),(187,'topic_read_locked','topic_read_locked.gif','',18,18,3),(188,'topic_read_locked_mine','topic_read_locked_mine.gif','',18,18,3),(189,'topic_unread','topic_unread.gif','',18,18,3),(190,'topic_unread_mine','topic_unread_mine.gif','',18,18,3),(191,'topic_unread_hot','topic_unread_hot.gif','',18,18,3),(192,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',18,18,3),(193,'topic_unread_locked','topic_unread_locked.gif','',18,18,3),(194,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',18,18,3),(195,'sticky_read','sticky_read.gif','',18,18,3),(196,'sticky_read_mine','sticky_read_mine.gif','',18,18,3),(197,'sticky_read_locked','sticky_read_locked.gif','',18,18,3),(198,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',18,18,3),(199,'sticky_unread','sticky_unread.gif','',18,18,3),(200,'sticky_unread_mine','sticky_unread_mine.gif','',18,18,3),(201,'sticky_unread_locked','sticky_unread_locked.gif','',18,18,3),(202,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',18,18,3),(203,'announce_read','sticky_read.gif','',18,18,3),(204,'announce_read_mine','sticky_read_mine.gif','',18,18,3),(205,'announce_read_locked','sticky_read_locked.gif','',18,18,3),(206,'announce_read_locked_mine','sticky_read_locked_mine.gif','',18,18,3),(207,'announce_unread','sticky_unread.gif','',18,18,3),(208,'announce_unread_mine','sticky_unread_mine.gif','',18,18,3),(209,'announce_unread_locked','sticky_unread_locked.gif','',18,18,3),(210,'announce_unread_locked_mine','sticky_unread_locked_mine.gif','',18,18,3),(211,'global_read','sticky_read.gif','',18,18,3),(212,'global_read_mine','sticky_read_mine.gif','',18,18,3),(213,'global_read_locked','sticky_read_locked.gif','',18,18,3),(214,'global_read_locked_mine','sticky_read_locked_mine.gif','',18,18,3),(215,'global_unread','sticky_unread.gif','',18,18,3),(216,'global_unread_mine','sticky_unread_mine.gif','',18,18,3),(217,'global_unread_locked','sticky_unread_locked.gif','',18,18,3),(218,'global_unread_locked_mine','sticky_unread_locked_mine.gif','',18,18,3),(219,'pm_read','topic_read.gif','',18,18,3),(220,'pm_unread','topic_unread.gif','',18,18,3),(221,'icon_post_target','icon_topic_latest.gif','',9,9,3),(222,'icon_post_target_unread','icon_topic_newest.gif','',9,9,3),(223,'icon_topic_attach','icon_topic_attach.gif','',12,6,3),(224,'icon_topic_latest','icon_topic_latest.gif','',9,9,3),(225,'icon_topic_newest','icon_topic_newest.gif','',9,9,3),(226,'icon_topic_reported','icon_topic_reported.gif','',18,18,3),(227,'icon_topic_unapproved','icon_topic_unapproved.gif','',18,18,3),(228,'icon_contact_email','icon_contact_email.gif','en',13,30,3),(229,'icon_contact_pm','icon_contact_pm.gif','en',13,18,3),(230,'icon_post_edit','icon_post_edit.gif','en',13,24,3),(231,'icon_post_quote','icon_post_quote.gif','en',13,30,3),(232,'icon_user_online','icon_user_online.gif','en',11,36,3),(233,'icon_user_offline','spacer.gif','en',0,0,3),(234,'icon_user_profile','icon_user_profile.gif','en',13,38,3),(235,'icon_user_search','icon_user_search.gif','en',13,35,3),(236,'button_pm_forward','button_pm_forward.gif','en',22,66,3),(237,'button_pm_new','button_pm_new.gif','en',22,73,3),(238,'button_pm_reply','button_topic_reply.gif','en',22,79,3),(239,'button_topic_locked','button_topic_locked.gif','en',22,58,3),(240,'button_topic_new','button_topic_new.gif','en',22,79,3),(241,'button_topic_reply','button_topic_reply.gif','en',22,79,3),(242,'forum_link','forum_link.gif','',35,35,4),(243,'forum_read','forum_read.gif','',35,35,4),(244,'forum_read_locked','forum_read_locked.gif','',35,35,4),(245,'forum_read_subforum','forum_read_subforum.gif','',35,35,4),(246,'forum_unread','forum_unread.gif','',35,35,4),(247,'forum_unread_locked','forum_unread_locked.gif','',35,35,4),(248,'forum_unread_subforum','forum_unread_subforum.gif','',35,35,4),(249,'topic_moved','topic_moved.gif','',35,35,4),(250,'topic_read','topic_read.gif','',35,35,4),(251,'topic_read_mine','topic_read_mine.gif','',35,35,4),(252,'topic_read_hot','topic_read_hot.gif','',35,35,4),(253,'topic_read_hot_mine','topic_read_hot_mine.gif','',35,35,4),(254,'topic_read_locked','topic_read_locked.gif','',35,35,4),(255,'topic_read_locked_mine','topic_read_locked_mine.gif','',35,35,4),(256,'topic_unread','topic_unread.gif','',35,35,4),(257,'topic_unread_mine','topic_unread_mine.gif','',35,35,4),(258,'topic_unread_hot','topic_unread_hot.gif','',35,35,4),(259,'topic_unread_hot_mine','topic_unread_hot_mine.gif','',35,35,4),(260,'topic_unread_locked','topic_unread_locked.gif','',35,35,4),(261,'topic_unread_locked_mine','topic_unread_locked_mine.gif','',35,35,4),(262,'sticky_read','sticky_read.gif','',35,35,4),(263,'sticky_read_mine','sticky_read_mine.gif','',35,35,4),(264,'sticky_read_locked','sticky_read_locked.gif','',35,35,4),(265,'sticky_read_locked_mine','sticky_read_locked_mine.gif','',35,35,4),(266,'sticky_unread','sticky_unread.gif','',35,35,4),(267,'sticky_unread_mine','sticky_unread_mine.gif','',35,35,4),(268,'sticky_unread_locked','sticky_unread_locked.gif','',35,35,4),(269,'sticky_unread_locked_mine','sticky_unread_locked_mine.gif','',35,35,4),(270,'announce_read','announce_read.gif','',35,35,4),(271,'announce_read_mine','announce_read_mine.gif','',35,35,4),(272,'announce_read_locked','announce_read_locked.gif','',35,35,4),(273,'announce_read_locked_mine','announce_read_locked_mine.gif','',35,35,4),(274,'announce_unread','announce_unread.gif','',35,35,4),(275,'announce_unread_mine','announce_unread_mine.gif','',35,35,4),(276,'announce_unread_locked','announce_unread_locked.gif','',35,35,4),(277,'announce_unread_locked_mine','announce_unread_locked_mine.gif','',35,35,4),(278,'global_read','announce_read.gif','',35,35,4),(279,'global_read_mine','announce_read_mine.gif','',35,35,4),(280,'global_read_locked','announce_read_locked.gif','',35,35,4),(281,'global_read_locked_mine','announce_read_locked_mine.gif','',35,35,4),(282,'global_unread','announce_unread.gif','',35,35,4),(283,'global_unread_mine','announce_unread_mine.gif','',35,35,4),(284,'global_unread_locked','announce_unread_locked.gif','',35,35,4),(285,'global_unread_locked_mine','announce_unread_locked_mine.gif','',35,35,4),(286,'subforum_read','subforum_read.gif','',9,11,4),(287,'subforum_unread','subforum_unread.gif','',9,11,4),(288,'pm_read','topic_read.gif','',35,35,4),(289,'pm_unread','topic_unread.gif','',35,35,4),(290,'icon_back_top','icon_back_top.gif','',11,11,4),(291,'icon_contact_aim','icon_contact_aim.gif','',20,20,4),(292,'icon_contact_email','icon_contact_email.gif','',20,20,4),(293,'icon_contact_icq','icon_contact_icq.gif','',20,20,4),(294,'icon_contact_jabber','icon_contact_jabber.gif','',20,20,4),(295,'icon_contact_msnm','icon_contact_msnm.gif','',20,20,4),(296,'icon_contact_www','icon_contact_www.gif','',20,20,4),(297,'icon_contact_yahoo','icon_contact_yahoo.gif','',20,20,4),(298,'icon_post_delete','icon_post_delete.gif','',20,20,4),(299,'icon_post_info','icon_post_info.gif','',20,20,4),(300,'icon_post_report','icon_post_report.gif','',20,20,4),(301,'icon_post_target','icon_post_target.gif','',9,11,4),(302,'icon_post_target_unread','icon_post_target_unread.gif','',9,11,4),(303,'icon_topic_attach','icon_topic_attach.gif','',10,7,4),(304,'icon_topic_latest','icon_topic_latest.gif','',9,11,4),(305,'icon_topic_newest','icon_topic_newest.gif','',9,11,4),(306,'icon_topic_reported','icon_topic_reported.gif','',14,16,4),(307,'icon_topic_unapproved','icon_topic_unapproved.gif','',14,16,4),(308,'icon_user_warn','icon_user_warn.gif','',20,20,4),(309,'icon_contact_pm','icon_contact_pm.gif','en',20,20,4),(310,'icon_post_edit','icon_post_edit.gif','en',20,54,4),(311,'icon_post_quote','icon_post_quote.gif','en',20,54,4),(312,'icon_user_online','icon_user_online.gif','en',58,58,4),(313,'icon_user_offline','icon_user_offline.gif','en',0,0,4),(314,'icon_user_search','icon_user_search.gif','en',0,0,4),(315,'button_pm_forward','button_pm_forward.gif','en',25,96,4),(316,'button_pm_new','button_pm_new.gif','en',25,96,4),(317,'button_pm_reply','button_pm_reply.gif','en',25,96,4),(318,'button_topic_locked','button_topic_locked.gif','en',25,96,4),(319,'button_topic_new','button_topic_new.gif','en',25,96,4),(320,'button_topic_reply','button_topic_reply.gif','en',25,96,4); /*!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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`template_id`, `template_name`, `template_copyright`, `template_path`, `bbcode_bitfield`, `template_storedb`, `template_inherits_id`, `template_inherit_path`) VALUES (1,'prosilver','© phpBB Group','prosilver','lNg=',0,0,''),(2,'subsilver2','© phpBB Group, 2003','subsilver2','+Ng=',0,0,''),(3,'Serenity','© 2007-2010 ST Software','serenity','+Ng=',0,0,''),(4,'DirtyBoard2.0','© CoSa NoStrA DeSiGn, 2008','DirtyBoard2.0','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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`theme_id`, `theme_name`, `theme_copyright`, `theme_path`, `theme_storedb`, `theme_mtime`, `theme_data`) VALUES (1,'prosilver','© phpBB Group','prosilver',1,1275392520,'/* phpBB 3.0 Style Sheet\n --------------------------------------------------------------\n Style name: proSilver\n Based on style: proSilver (this is the default phpBB 3 style)\n Original author: subBlue ( http://www.subBlue.com/ )\n Modified by: \n \n Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n\n/* General proSilver 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 -2px -1px -1px;\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/* proSilver 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 {\n color: #bdbdbd;\n border-bottom-style: dotted;\n border-bottom-color: #666666;\n}\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:active, .signature a:hover {\n border: none;\n text-decoration: underline;\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .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\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/* proSilver 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/* 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/* proSilver 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 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 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/* proSilver 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/* 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.pm-panel-header {\n margin: 0; \n padding-bottom: 10px; \n border-bottom: 1px dashed #A4B3BF;\n}\n\n.reply-all {\n display: block; \n padding-top: 4px; \n clear: both;\n float: left;\n}\n\n.pm-panel-message {\n padding-top: 10px;\n}\n\n.pm-return-to {\n padding-top: 23px;\n}\n\n#cp-main .pm-message-nav {\n margin: 0; \n padding: 2px 10px 5px 10px; \n border-bottom: 1px dashed #A4B3BF;\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 border: solid 3px transparent;\n border-width: 0 3px;\n}\n\n.pmlist li.bg2 {\n border: solid 3px transparent;\n border-width: 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 border: solid 3px #ffffff;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n border: solid 3px #c2c2c2;\n border-width: 0 3px; \n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n border: solid 3px #bdbdbd;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\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/* proSilver 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}\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/* 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: 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/* 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/* proSilver 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* html .forumbg table.table1 {\n margin: 0 -2px 0px -1px;\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, .pagination span a:active {\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 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: #666666;\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:active, .signature a:hover {\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .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/* 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(\"{T_IMAGESET_LANG_PATH}/icon_user_online.gif\");\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 panel adjustments */\n.pm-panel-header,\n#cp-main .pm-message-nav {\n border-bottom-color: #A4B3BF;\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/* 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,'subsilver2','© phpBB Group, 2003','subsilver2',0,1275391831,''),(3,'Serenity','© 2007-2010 ST Software','serenity',0,1275506465,''),(4,'DirtyBoard2.0','© CoSa NoStrA DeSiGn, 2008','DirtyBoard2.0',1,1275660312,'/* phpBB 3.0 Style Sheet\n --------------------------------------------------------------\n Style name: proSilver\n Based on style: proSilver (this is the default phpBB 3 style)\n Original author: subBlue ( http://www.subBlue.com/ )\n Modified by: \n \n Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n\n/* General proSilver 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: #000;\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: 20px 0 0 0;\n}\n\nh1 {\n /* Forum name */\n font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n margin-top: 10px;\n margin-left: 10px;\n margin-right: 200px;\n color: #FFFFFF;\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 padding-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#page-header {\n padding: 0 20px;\n min-height: 350px;\n min-width: 950px;\n width: 950px;\n margin: 0 auto;\n}\n\n#wrap {\n padding: 0 20px;\n min-width: 950px;\n width: 950px;\n margin: 0 auto;\n}\n\n#simple-wrap {\n padding: 6px 10px;\n}\n\n#page-body {\n margin: 0;\n clear: both;\n}\n\n#page-footer {\n padding: 0 20px;\n clear: both;\n min-height: 300px;\n min-width: 950px;\n width: 950px;\n margin: -1px auto;\n}\n\n#page-footer h3 {\n margin-top: 20px;\n}\n\n#logo {\n display: block;\n width: 931px;\n height: 265px;\n text-indent: -5000px;\n position: relative;\n margin-top: -2px;\n margin-left: 2px;\n}\n\n#logo:hover {\n text-decoration: none;\n}\n\n/* Search box\n--------------------------------------------- */\n#search-box {\n width: 250px;\n color: #fff;\n position: relative;\n display: block;\n text-align: right;\n margin-top: -60px;\n margin-left: 690px;\n -padding-left: 10px;\n white-space: nowrap; /* For Opera */\n}\n\n#search-box fieldset {\n width: 250px;\n margin-left: -66px;\n padding-top: 42px;\n padding-right: 66px;\n -margin-right: 10px;\n}\n\n#search-box .button2 {\n font-weight: bold;\n padding: 1px 3px 0 0;\n}\n\n#search-box .button18 {\n width: 10px;\n height: 10px;\n font-weight: bold;\n margin-right: -11px;\n margin-top: -5px;\n}\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 display: block;\n float: left;\n margin-top: -2px;\n}\n\n#site-description h1 {\n margin-right: 0;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.headerbar {\n color: #FFFFFF;\n padding: 0px 5px;\n}\n\n.navbar {\n position: relative;\n display: block;\n float: left;\n margin-top: -40px;\n padding: 0;\n width: 940px;\n}\n\n.navbar ul {\n margin-left: 35px; \n}\n\n.navbar li {\n list-style-type: none;\n display: inline; \n padding: 0 6px;\n}\n\n.navbar li a { \n color: #ccbe91;\n font: 1.1em Helvetica, Verdana, Arial;\n font-weight: bold;\n text-decoration: none; \n}\n\n.navbar li a:hover { \n color: #800C0C;\n}\n\n.navbar2 {\n background-color: #ebebeb;\n padding: 0 10px;\n}\n\n.forabg, .forabg2 {\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.panel2 {\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}\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: #5D3915;\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 #000;\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: 27px -2px -1px -1px;\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 text-indent: -5000px;\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/* proSilver 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 {\n color: #bdbdbd;\n border-bottom-style: dotted;\n border-bottom-color: #666666;\n}\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:active, .signature a:hover {\n border: none;\n text-decoration: underline;\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .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\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/* proSilver Content Styles\n---------------------------------------- */\n\nul.topiclist {\n display: block;\n list-style-type: none;\n}\n\nul.forums {\n background: #f9f9f9 none 0 0;\n margin-top: 8px;\n}\n\nul.topics {\n margin-top: 8px;\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, li.row2, li.row3, li.row7 {\n border-top: 1px dashed #FFFFFF;\n border-bottom: 1px dashed #8f8f8f;\n}\n\nli.row strong, li.row2 strong, li.row3 strong, li.row7 strong {\n font-weight: normal;\n color: #000000;\n}\n\nli.row:hover, li.row3:hover, li.row3:hover, li.row7:hover {\n background-color: #f6f6f6;\n}\n\nli.row:hover dd, li.row2:hover dd, li.row3:hover dd, li.row7:hover dd {\n border-left-color: #CCCCCC;\n}\n\nli.header dt, li.header dd {\n line-height: 1.0em;\n border-left-width: 0;\n margin: 20px 0 4px 0;\n color: #5D3915;\n padding-top: 4px;\n padding-bottom: 4px;\n font-size: 1.3em;\n font-weight: bold;\n font-family: Arial, Helvetica, sans-serif;\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 padding: 5px 5px 5px 15px;\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/* 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: 5px;\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 padding-top: 0.5em;\n padding-left: 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 4px 4px 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/* proSilver 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 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.sitehome, a.print, a.sendemail, a.fontsize, a.icon-faq {\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, a.sitehome, a.icon-faq {\n background-image: none;\n background-position: 0 -1px;\n width: 70px;\n height: 18px;\n}\n\na.fontsize:hover, a.sitehome:hover, a.icon-faq:hover {\n background-position: 0 -20px;\n text-decoration: none;\n}\n\n/* Icon images\n---------------------------------------- */\n.icon-home, .icon-ucp, .icon-team,\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 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 3px; }\nul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }\n/* proSilver 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.row7 {\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/* CP tabbed menu\n----------------------------------------*/\n#tabs {\n line-height: normal;\n margin: 20px 0 -2px 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-image: none;\n}\n\n#navigation a:hover {\n text-decoration: none;\n background-color: #c6c6c6;\n color: #bcbcbc;\n}\n\n#navigation #active-subsection a {\n display: block;\n color: #d3d3d3;\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: 5px;\n margin: 10px 15px 10px 5px;\n min-height: 90px;\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.pm-panel-header {\n margin: 0; \n padding-bottom: 10px; \n border-bottom: 1px dashed #A4B3BF;\n}\n\n.reply-all {\n display: block; \n padding-top: 4px; \n clear: both;\n float: left;\n}\n\n.pm-panel-message {\n padding-top: 10px;\n}\n\n.pm-return-to {\n padding-top: 23px;\n}\n\n#cp-main .pm-message-nav {\n margin: 0; \n padding: 2px 10px 5px 10px; \n border-bottom: 1px dashed #A4B3BF;\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 border: solid 3px transparent;\n border-width: 0 3px;\n}\n\n.pmlist li.bg2 {\n border: solid 3px transparent;\n border-width: 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 border: solid 3px #ffffff;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_replied_colour, .pm_replied_colour {\n border: solid 3px #c2c2c2;\n border-width: 0 3px; \n}\n\n.pmlist li.pm_friend_colour, .pm_friend_colour {\n border: solid 3px #bdbdbd;\n border-width: 0 3px;\n}\n\n.pmlist li.pm_foe_colour, .pm_foe_colour {\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/* proSilver 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}\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/* 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: 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/* 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/* proSilver 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* html .forumbg table.table1 {\n margin: 0 -2px 0px -1px;\n}\n\n/* style fix for ie6 */\n* html #submenu {\n background: url(\"{T_THEME_PATH}/images/ie6/link_home2.gif\") no-repeat;\n}\n\n* html #wrap {\n background: url(\"{T_THEME_PATH}/images/ie6/bg_wrap.gif\");\n}\n\n* html #page-header {\n background: none; \n filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"{T_THEME_PATH}/images/bg_header.png\", sizingMethod=\"image\");\n}\n\n* html #page-footer {\n background: none; \n filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"{T_THEME_PATH}/images/bg_footer.png\", sizingMethod=\"image\");\n}\n\n* html #logo {\n background: url(\"{T_THEME_PATH}/images/ie6/site_logo.gif\") no-repeat;\n}\n\n* html .forabg {\n background: transparent url(\"{T_THEME_PATH}/images/ie6/bg_forums.gif\") 0 0 no-repeat;\n}\n\n* html .forabg2 {\n background: transparent url(\"{T_THEME_PATH}/images/ie6/bg_forums2.gif\") 0 0 no-repeat;\n}\n\n* html .forumbg {\n background: transparent url(\"{T_THEME_PATH}/images/ie6/bg_forums.gif\") 0 0 no-repeat;\n}\n\n* html div.rules {\n background: none; \n filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"{T_THEME_PATH}/images/bg_rules.png\", sizingMethod=\"image\");\n}\n\n* html .postlink {\n position: relative;\n}\n\n* html .whois {\n background: url(\"{T_THEME_PATH}/images/ie6/icon_whois.gif\") 0 50% no-repeat;\n}\n\n* html .birthday {\n background: url(\"{T_THEME_PATH}/images/ie6/icon_birthday.gif\") 0 50% no-repeat;\n}\n\n* html .stats {\n background: url(\"{T_THEME_PATH}/images/ie6/icon_stats.gif\") 0 50% no-repeat;\n}\n\n* html .footer_js{\n background-image: url(\"{T_THEME_PATH}/images/ie6/up.gif\");\n}\n\n* html .copyright {\n background: url(\"{T_THEME_PATH}/images/ie6/copyright.gif\") no-repeat;\n}\n\n* html #link_home {\n background: url(\"{T_THEME_PATH}/images/ie6/link_home.gif\") no-repeat;\n padding-right: 19px;\n}\n\n* html ul.linklist {\n position: relative;\n}\n\n* html #search-box {\n background: none; \n filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"{T_THEME_PATH}/images/bg_search.png\", sizingMethod=\"image\");\n}\n/* \n--------------------------------------------------------------\nColours and backgrounds for common.css\n-------------------------------------------------------------- */\n\nhtml, body {\n color: #5D3915;\n background: #cdb696 url(\"{T_THEME_PATH}/images/bg_body.jpg\") 0 100%;\n}\n\nh1 {\n color: #5D3915;\n}\n\nh2 {\n color: #5D3915;\n}\n\nh3 {\n border-bottom-color: #C9BB8E;\n color: #5D3915;\n}\n\nhr {\n border-color: #C9BB8E;\n border-top-color: #C9BB8E;\n}\n\nhr.dashed {\n border-top-color: #C9BB8E;\n}\n\n/* Search box\n--------------------------------------------- */\n#search-box {\n background: url(\"{T_THEME_PATH}/images/bg_search.png\") 0 100% no-repeat;\n width: 250px;\n height: 88px;\n color: #d9be99;\n}\n\n#search-box #keywords {\n background-color: transparent;\n}\n\n#search-box input {\n border: none;\n color: #000;\n}\n\n#search-box .button2, #search-box .button18 {\n background: transparent;\n border: none;\n color: #000;\n}\n\n/* Main blocks\n---------------------------------------- */\n#wrap {\n background: url(\"{T_THEME_PATH}/images/bg_wrap.png\");\n}\n\n#page-header {\n background: url(\"{T_THEME_PATH}/images/bg_header.png\") no-repeat;\n}\n\n#page-footer {\n background: url(\"{T_THEME_PATH}/images/bg_footer.png\") no-repeat;\n}\n\n#logo {\n background: url(\"{T_THEME_PATH}/images/site_logo.png\") no-repeat;\n}\n\n/* Round cornered boxes and backgrounds\n---------------------------------------- */\n.navbar {\n background: transparent; \n}\n\n.forabg {\n background: transparent url(\"{T_THEME_PATH}/images/bg_forums.png\") 0 0 no-repeat;\n}\n\n.forabg2 {\n background: transparent url(\"{T_THEME_PATH}/images/bg_forums2.png\") 0 0 no-repeat;\n}\n\n.forumbg {\n background: transparent url(\"{T_THEME_PATH}/images/bg_forums.png\") 0 0 no-repeat;\n}\n\n.panel {\n background-color: transparent;\n background-image: url(\"{T_THEME_PATH}/images/bg_2.gif\");\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: transparent; }\n.bg2 { background-color: transparent; }\n.bg3 { background-color: transparent; }\n\n\n.ucprowbg {\n background-color: #DCDEE2;\n}\n\n.fieldsbg {\n background-color: #E7E8EA;\n}\n\nspan.corners-top {\nbackground-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-top span {\nbackground-image: url(\"{T_THEME_PATH}/images/corners_right.png\");\n}\n\nspan.corners-bottom {\nbackground-image: url(\"{T_THEME_PATH}/images/corners_left.png\");\n}\n\nspan.corners-bottom span {\nbackground-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----------------------------------------*/\n\ntable.table1 thead th {\n color: #5D3915;\n}\n\ntable.table1 tbody tr {\n border-color: #333;\n}\n\ntable.table1 tbody tr:hover, table.table1 tbody tr.hover {\n background-color: transparent;\n color: #000;\n}\n\ntable.table1 td {\n color: #000;\n}\n\ntable.table1 tbody td {\n border-top-color: transparent;\n}\n\ntable.table1 tbody th {\n border-bottom-color: #000000;\n color: #333333;\n background-color: transparent;\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: #000;\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 background-image: url(\"{T_THEME_PATH}/images/bg_button.gif\");\n border-color: #6e0c0c;\n}\n\n.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {\n color: #000;\n background-color: #ECEDEE;\n border-color: #c9bb8e;\n}\n\n.pagination span a:hover {\n border-color: #c9bb8e;\n background-color: #6e0c0c;\n color: #fff;\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: #6e0c0c;\n color: #fff;\n}\n\n/* Miscellaneous styles\n---------------------------------------- */\n\n.copyright {\n color: #333;\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 height: 150px;\n background: transparent url(\"{T_THEME_PATH}/images/bg_rules.png\") 0 0 no-repeat;\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: #5D3915; }\na:visited { color: #5D3915; }\na:hover { color: #800C0C; }\na:active { color: #000; }\n\n/* Links on gradient backgrounds */\n.navbg a:link, th a:link {\n color: #FFFFFF;\n}\n\n.forumbg .header a:link, .forabg .header a:link, .forumbg .header a:visited, .forabg .header a:visited {\n color: #5D3915;\n}\n\n.navbg a:visited, th a:visited {\n color: #5D3915;\n}\n\n.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {\n color: #800C0C;\n}\n\n.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {\n color: #5D3915;\n}\n\n/* Links for forum/topic lists */\na.forumtitle {\n color: #5D3915;\n}\n\n/* a.forumtitle:visited { color: #5D3915; } */\n\na.forumtitle:hover {\n color: #800C0C;\n}\n\na.forumtitle:active {\n color: #5D3915;\n}\n\na.topictitle {\n color: #5D3915;\n}\n\n/* a.topictitle:visited { color: #5D3915; } */\n\na.topictitle:hover {\n color: #800C0C;\n}\n\na.topictitle:active {\n color: #5D3915;\n}\n\n/* Post body links */\n.postlink {\n color: #5D3915;\n border-bottom-color: #368AD2;\n}\n\n.postlink:visited {\n color: #5D3915;\n border-bottom-color: #666666;\n}\n\n.postlink:active {\n color: #5D3915;\n}\n\n.postlink:hover {\n background-color: #D0E4F6;\n color: #800C0C;\n}\n\n.signature a, .signature a:visited, .signature a:active, .signature a:hover {\n background-color: transparent;\n}\n\n/* Profile links */\n.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {\n color: #5D3915;\n}\n\n.postprofile a:hover, .postprofile dt.author a:hover {\n color: #800C0C;\n}\n\n/* Profile searchresults */ \n.search .postprofile a {\n color: #5D3915;\n}\n\n.search .postprofile a:hover {\n color: #800C0C;\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: #800C0C;\n}\n\na.right:hover {\n color: #800C0C;\n}\n\n\n/* \n--------------------------------------------------------------\nColours and backgrounds for content.css\n-------------------------------------------------------------- */\n\nul.forums {\n background-color: transparent;\n}\n\nul.topiclist li {\n color: #000;\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, li.row2, li.row3, li.row7 {\n background: transparent;\n border-top-color: transparent;\n border-bottom-color: #5D3915;\n}\n\nli.row strong, li.row2 strong, li.row3 strong, li.row7 strong {\n color: #000000;\n}\n\nli.row:hover {\n background: url(\"{T_THEME_PATH}/images/row_hover.png\") 100% 50% no-repeat;\n}\n\nli.row2:hover {\n background: url(\"{T_THEME_PATH}/images/row2_hover.png\") 100% 50% no-repeat;\n}\n\nli.row3:hover {\n background: url(\"{T_THEME_PATH}/images/row3_hover.png\") 100% 50% no-repeat;\n}\n\nli.row4:hover {\n background: url(\"{T_THEME_PATH}/images/row4_hover.png\") 100% 50% no-repeat;\n}\n\nli.row5:hover {\n background: url(\"{T_THEME_PATH}/images/row5_hover.png\") 100% 50% no-repeat;\n}\n\nli.row6:hover {\n background: url(\"{T_THEME_PATH}/images/row6_hover.png\") 100% 50% no-repeat;\n}\n\nli.row:hover dd, li.row2:hover dd, li.row3:hover dd, li.row7:hover dd {\n border-left-color: #5D3915;\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: #5D3915;\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 padding: 3px;\n}\n\n/* Content container styles\n----------------------------------------*/\n.content {\n color: #333333;\n background: url(\"{T_THEME_PATH}/images/bg_1.gif\");\n}\n\n.content h2, .panel h2 {\n color: #5D3915;\n border-bottom-color: #000;\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: #000;\n}\n\n/* Post noticies */\n.notice {\n border-top-color: #000;\n}\n\n/* BB Code styles\n----------------------------------------*/\n/* Quote block */\nblockquote {\n background-color: transparent;\n background-image: url(\"{T_THEME_PATH}/images/quote.gif\");\n border-color:#DBDBCE;\n color: #5D3915;\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: transparent;\n}\n\nblockquote blockquote blockquote {\n /* Nested quotes */\n background-color: transparent;\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: #000;\n}\n\n.rtl .postprofile {\n border-right-color: #000;\n border-left-color: transparent;\n}\n\n.pm .postprofile {\n border-left-color: #000;\n}\n\n.rtl .pm .postprofile {\n border-right-color: #000;\n border-left-color: transparent;\n}\n\n.postprofile strong {\n color: #000000;\n}\n\n.online {\n background-image: url(\"{T_IMAGESET_LANG_PATH}/icon_user_online.gif\");\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 width: 70px;\n}\n\na.sitehome { \n background-image: url(\"{T_THEME_PATH}/images/icon_site.gif\"); \n width: 70px;\n height: 18px;\n}\n\na.icon-faq { \n background-image: url(\"{T_THEME_PATH}/images/icon_faq.gif\"); \n width: 70px;\n height: 18px;\n}\n\n/* Icon images\n---------------------------------------- */\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-team { background-image: url(\"{T_THEME_PATH}/images/icon_team.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: #D5CB81;\n}\n\n#cp-main .panel li.row7 {\n border-bottom-color: #D5CB81;\n border-top-color: #F9F9F9;\n}\n\nul.cplist {\n border-top-color: #D5CB81;\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: #D5CB81;\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: #000;\n}\n\n#tabs a:hover span {\n color: #BC2A4D;\n}\n\n#tabs .activetab a {\n border-bottom-color: #F8F8F8;\n}\n\n#tabs .activetab a span {\n color: #BC2A4D;\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: #fff;\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: transparent;\n background-image: none;\n border: 1px solid #d5cb81;\n}\n\n.rtl #navigation a {\n color: #333;\n background-color: transparent;\n background-image: none;\n border: 1px solid #d5cb81;\n}\n\n#navigation a:hover {\n background-image: none;\n background-color: transparent;\n color: #BC2A4D;\n}\n\n#navigation #active-subsection a {\n color: #D31141;\n background-color: #F9F9F9;\n background-image: none;\n border: 1px dotted #D31141;\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-image: url(\"{T_THEME_PATH}/images/bg_3.gif\");\n}\n\n.friend-online {\n background: url(\"{T_THEME_PATH}/images/icon_online.gif\") 100% 0 no-repeat;\n}\n\n.friend-offline {\n background: url(\"{T_THEME_PATH}/images/icon_offline.gif\") 100% 0 no-repeat;\n}\n\ndl.mini dt {\n color: #000;\n}\n\n/* PM Styles\n----------------------------------------*/\n/* PM Message history */\n.current {\n color: #000000 !important;\n}\n\n/* PM panel adjustments */\n.pm-panel-header,\n#cp-main .pm-message-nav {\n border-bottom-color: #A4B3BF;\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: transparent;\n color: #000;\n}\n\nlabel {\n color: #000;\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: transparent;\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: transparent; \n border-color: #C9BB8E;\n color: #333333;\n}\n\n.inputbox:hover {\n border-color: #333;\n}\n\n.inputbox:focus {\n border-color: #7c1212;\n color: #0F4987;\n}\n\n/* Form button styles\n---------------------------------------- */\n\na.button1, input.button1, input.button3, a.button2, input.button2 {\n color: #C9BB8E;\n background-color: transparent;\n background-image: url(\"{T_THEME_PATH}/images/bg_button.gif\");\n}\n\na.button1, input.button1 {\n border-color: #C9BB8E;\n}\n\ninput.button3 {\n background-image: none;\n}\n\n/* Alternative button */\na.button2, input.button2, input.button3 {\n border-color: #C9BB8E;\n}\n\n/* 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: #C9BB8E;\n}\n\n/* Hover states */\na.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {\n border-color: #7c1212;\n color: #7c1212;\n}\n\ninput.search {\n background-image: url(\"{T_THEME_PATH}/images/icon_textbox_search.gif\");\n}\n\ninput.disabled {\n color: #C9BB8E;\n}\n/* Css adds by author\n---------------------------------------- */\n.header_js{\n background-image: url(\"{T_THEME_PATH}/images/down.gif\");\n width: 70px;\n height: 39px;\n text-indent: -5000px;\n display:block;\n float: right;\n margin-top: -22px;\n}\n\n#submenu {\n background: url(\"{T_THEME_PATH}/images/link_home2.png\") 0 0 no-repeat;\n width: 290px;\n height: 83px;\n display: block;\n float: left;\n margin-top: -22px;\n padding-left: 10px;\n}\n\n#submenu a {\n margin-top: 10px;\n display: block;\n float: left;\n}\n\n.whois {\n background: url(\"{T_THEME_PATH}/images/icon_whois.png\") 0 50% no-repeat;\n}\n\n.birthday {\n background: url(\"{T_THEME_PATH}/images/icon_birthday.png\") 0 50% no-repeat;\n}\n\n.stats {\n background: url(\"{T_THEME_PATH}/images/icon_stats.png\") 0 50% no-repeat;\n}\n\n.bold {\n font-weight: bold;\n margin-top: -8px;\n position: relative;\n}\n\n.copyright {\n background: url(\"{T_THEME_PATH}/images/copyright.png\") no-repeat;\n width: 450px;\n height: 220px;\n margin-top: 11px;\n display: block;\n position: relative;\n}\n\n#small-logo_link {\n background-image: url(\"{T_THEME_PATH}/images/small_logo.gif\");\n position: relative;\n width: 150px;\n height: 105px;\n margin-top: -160px;\n margin-left: 240px;\n display: block;\n text-indent: -5000px;\n}\n\n.footer_js{\n background-image: url(\"{T_THEME_PATH}/images/up.png\");\n width: 50px;\n height: 50px;\n display: block;\n margin: -200px auto 0 900px;\n text-indent: -5000px;\n position: relative;\n}\n\n#link_home {\n background-image: url(\"{T_THEME_PATH}/images/link_home.png\");\n width: 190px;\n height: 83px;\n position: relative;\n display: block;\n float: right;\n margin-top: 112px;\n margin-right: -35px;\n text-indent: -5000px;\n}\n'); /*!40000 ALTER TABLE `phpbb_styles_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics` -- DROP TABLE IF EXISTS `phpbb_topics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=6 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`topic_id`, `forum_id`, `icon_id`, `topic_attachment`, `topic_approved`, `topic_reported`, `topic_title`, `topic_poster`, `topic_time`, `topic_time_limit`, `topic_views`, `topic_replies`, `topic_replies_real`, `topic_status`, `topic_type`, `topic_first_post_id`, `topic_first_poster_name`, `topic_first_poster_colour`, `topic_last_post_id`, `topic_last_poster_id`, `topic_last_poster_name`, `topic_last_poster_colour`, `topic_last_post_subject`, `topic_last_post_time`, `topic_last_view_time`, `topic_moved_id`, `topic_bumped`, `topic_bumper`, `poll_title`, `poll_start`, `poll_length`, `poll_max_options`, `poll_last_vote`, `poll_vote_change`) VALUES (3,11,0,0,1,0,'comunicat de presă a uniunii Europene !',53,1275820849,0,61,0,0,0,0,3,'claudiu','',3,53,'claudiu','','comunicat de presă a uniunii Europene !',1275820849,1292325656,0,0,0,'',0,0,1,0,0),(2,15,0,0,1,0,'inaugurare',53,1275668200,0,57,1,1,0,0,2,'claudiu','',5,53,'claudiu','','Re: inaugurare',1276024809,1290942730,0,0,0,'',0,0,1,0,0),(4,13,0,0,1,0,'extras din Statutul Copyratul Român,forma înregistrată la Tr',53,1275908646,0,61,0,0,0,0,4,'claudiu','',4,53,'claudiu','','extras din Statutul Copyratul Român,forma înregistrată la Tr',1275908646,1292325619,0,0,0,'',0,0,1,0,0),(5,18,0,0,1,0,'Câteva cuvinte despre Prăștie',53,1276098132,0,55,0,0,0,0,6,'claudiu','',6,53,'claudiu','','Câteva cuvinte despre Prăștie',1276098132,1292309405,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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`user_id`, `topic_id`, `topic_posted`) VALUES (53,3,1),(53,2,1),(53,4,1),(53,5,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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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` (`group_id`, `user_id`, `group_leader`, `user_pending`) 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),(2,53,0,0),(5,53,0,0); /*!40000 ALTER TABLE `phpbb_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_users` -- DROP TABLE IF EXISTS `phpbb_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=54 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 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` (`user_id`, `user_type`, `group_id`, `user_permissions`, `user_perm_from`, `user_ip`, `user_regdate`, `username`, `username_clean`, `user_password`, `user_passchg`, `user_pass_convert`, `user_email`, `user_email_hash`, `user_birthday`, `user_lastvisit`, `user_lastmark`, `user_lastpost_time`, `user_lastpage`, `user_last_confirm_key`, `user_last_search`, `user_warnings`, `user_last_warning`, `user_login_attempts`, `user_inactive_reason`, `user_inactive_time`, `user_posts`, `user_lang`, `user_timezone`, `user_dst`, `user_dateformat`, `user_style`, `user_rank`, `user_colour`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_message_rules`, `user_full_folder`, `user_emailtime`, `user_topic_show_days`, `user_topic_sortby_type`, `user_topic_sortby_dir`, `user_post_show_days`, `user_post_sortby_type`, `user_post_sortby_dir`, `user_notify`, `user_notify_pm`, `user_notify_type`, `user_allow_pm`, `user_allow_viewonline`, `user_allow_viewemail`, `user_allow_massemail`, `user_options`, `user_avatar`, `user_avatar_type`, `user_avatar_width`, `user_avatar_height`, `user_sig`, `user_sig_bbcode_uid`, `user_sig_bbcode_bitfield`, `user_from`, `user_icq`, `user_aim`, `user_yim`, `user_msnm`, `user_jabber`, `user_website`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`, `user_form_salt`, `user_new`, `user_reminded`, `user_reminded_time`) VALUES (1,2,1,'00000000003khra3nk\ni1cjyo000000\ni1cjyo000000\n\n\n\n\n\n\n\ni1cjyo000000\ni1cjyo000000\n\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\ni1cjyo000000\n\ni1cjyo000000',0,'',1275392414,'Anonymous','anonymous','',0,0,'',0,'',0,0,0,'','3U3QKT1ONI',0,0,0,0,0,0,0,'en','0.00',0,'d M Y H:i',4,0,'',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,0,230271,'',0,0,0,'','','','','','','','','','','','','','','93746e4e7006253c',1,0,0),(2,3,5,'',0,'92.86.71.158',1275392414,'admin','admin','$H$95ieCOPHIHsbzor67260RtWcMxlQde0',0,0,'horea.gruita@gmail.com',41901823922,'',1275908534,0,0,'posting.php?mode=post&f=13','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','a0acf4c1e58c15a9',1,0,0),(3,2,6,'',0,'',1275392419,'AdsBot [Google]','adsbot [google]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','a640a91fa2374776',0,0,0),(4,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Alexa [Bot]','alexa [bot]','',1275392419,0,'',0,'',1292362429,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','6b61e15cb791b284',0,0,0),(5,2,6,'',0,'',1275392419,'Alta Vista [Bot]','alta vista [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','c4eec55d3f94ea41',0,0,0),(6,2,6,'',0,'',1275392419,'Ask Jeeves [Bot]','ask jeeves [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','23892908ca2ca5db',0,0,0),(7,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Baidu [Spider]','baidu [spider]','',1275392419,0,'',0,'',1292082712,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','8b80f19dedfa384c',0,0,0),(8,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Exabot [Bot]','exabot [bot]','',1275392419,0,'',0,'',1292353860,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','749148457262c5db',0,0,0),(9,2,6,'',0,'',1275392419,'FAST Enterprise [Crawler]','fast enterprise [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','15d8b288219e26f0',0,0,0),(10,2,6,'',0,'',1275392419,'FAST WebCrawler [Crawler]','fast webcrawler [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','c77348ec94b19900',0,0,0),(11,2,6,'',0,'',1275392419,'Francis [Bot]','francis [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','742c038e2a99fb6a',0,0,0),(12,2,6,'',0,'',1275392419,'Gigabot [Bot]','gigabot [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','ed003b876cf40e6c',0,0,0),(13,2,6,'',0,'',1275392419,'Google Adsense [Bot]','google adsense [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','5902a693901a35de',0,0,0),(14,2,6,'',0,'',1275392419,'Google Desktop','google desktop','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','2aa0841ec5fb9867',0,0,0),(15,2,6,'',0,'',1275392419,'Google Feedfetcher','google feedfetcher','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','5a31485b0aa177b9',0,0,0),(16,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Google [Bot]','google [bot]','',1275392419,0,'',0,'',1292389124,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','b3266f7479d80f2c',0,0,0),(17,2,6,'',0,'',1275392419,'Heise IT-Markt [Crawler]','heise it-markt [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','ccd06fa61252e775',0,0,0),(18,2,6,'',0,'',1275392419,'Heritrix [Crawler]','heritrix [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','9a51a305db1381dd',0,0,0),(19,2,6,'',0,'',1275392419,'IBM Research [Bot]','ibm research [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','d0ede6733a190b43',0,0,0),(20,2,6,'',0,'',1275392419,'ICCrawler - ICjobs','iccrawler - icjobs','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','d372298d2304ce3f',0,0,0),(21,2,6,'',0,'',1275392419,'ichiro [Crawler]','ichiro [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','57f1be00293b4369',0,0,0),(22,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Majestic-12 [Bot]','majestic-12 [bot]','',1275392419,0,'',0,'',1286054810,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','e440e2608463b5a9',0,0,0),(23,2,6,'',0,'',1275392419,'Metager [Bot]','metager [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','3d71feebbae43e33',0,0,0),(24,2,6,'',0,'',1275392419,'MSN NewsBlogs','msn newsblogs','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','f8b71506f49e7b8b',0,0,0),(25,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'MSN [Bot]','msn [bot]','',1275392419,0,'',0,'',1292107296,1275392419,0,'index.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','62e3d0373db84166',0,0,0),(26,2,6,'',0,'',1275392419,'MSNbot Media','msnbot media','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','d495ea80e9e3a183',0,0,0),(27,2,6,'',0,'',1275392419,'NG-Search [Bot]','ng-search [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','d19a8b16956466bf',0,0,0),(28,2,6,'',0,'',1275392419,'Nutch [Bot]','nutch [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','3876ed3fdefd7d6e',0,0,0),(29,2,6,'',0,'',1275392419,'Nutch/CVS [Bot]','nutch/cvs [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','d52ddfe7dd71e077',0,0,0),(30,2,6,'',0,'',1275392419,'OmniExplorer [Bot]','omniexplorer [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','2bc0c1605dd474c9',0,0,0),(31,2,6,'',0,'',1275392419,'Online link [Validator]','online link [validator]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','11d7cd56b2575646',0,0,0),(32,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'psbot [Picsearch]','psbot [picsearch]','',1275392419,0,'',0,'',1282533124,1275392419,0,'viewtopic.php?f=18&t=5&start=0','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','74427926cc1d1b55',0,0,0),(33,2,6,'',0,'',1275392419,'Seekport [Bot]','seekport [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','4fd686624ac9a790',0,0,0),(34,2,6,'',0,'',1275392419,'Sensis [Crawler]','sensis [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','048eb552fad643ad',0,0,0),(35,2,6,'',0,'',1275392419,'SEO Crawler','seo crawler','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','391264b2e9f44268',0,0,0),(36,2,6,'',0,'',1275392419,'Seoma [Crawler]','seoma [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','32a4e65ed72ce373',0,0,0),(37,2,6,'',0,'',1275392419,'SEOSearch [Crawler]','seosearch [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','6c9eee8f2e0bddfb',0,0,0),(38,2,6,'',0,'',1275392419,'Snappy [Bot]','snappy [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','0cf6346492daf473',0,0,0),(39,2,6,'',0,'',1275392419,'Steeler [Crawler]','steeler [crawler]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','e128d1f9d7707b78',0,0,0),(40,2,6,'',0,'',1275392419,'Synoo [Bot]','synoo [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','e9d054e6362be359',0,0,0),(41,2,6,'',0,'',1275392419,'Telekom [Bot]','telekom [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','8c6f0e350de55580',0,0,0),(42,2,6,'',0,'',1275392419,'TurnitinBot [Bot]','turnitinbot [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','e905df7b63c544e9',0,0,0),(43,2,6,'',0,'',1275392419,'Voyager [Bot]','voyager [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','054d05a85cf50d4b',0,0,0),(44,2,6,'',0,'',1275392419,'W3 [Sitesearch]','w3 [sitesearch]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','3743d97574d307fd',0,0,0),(45,2,6,'',0,'',1275392419,'W3C [Linkcheck]','w3c [linkcheck]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','32912face3c4fead',0,0,0),(46,2,6,'',0,'',1275392419,'W3C [Validator]','w3c [validator]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','28b021c9881e9d51',0,0,0),(47,2,6,'',0,'',1275392419,'WiseNut [Bot]','wisenut [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','9599fcff90d23c86',0,0,0),(48,2,6,'',0,'',1275392419,'YaCy [Bot]','yacy [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','823947e3bdaf221e',0,0,0),(49,2,6,'',0,'',1275392419,'Yahoo MMCrawler [Bot]','yahoo mmcrawler [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','af95a2828e7d48d3',0,0,0),(50,2,6,'',0,'',1275392419,'Yahoo Slurp [Bot]','yahoo slurp [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','32baf8bef21f2a7c',0,0,0),(51,2,6,'\ni1cjr4000000\ni1cjr4000000\n\n\n\n\n\n\n\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\n\ni1cjr4000000',0,'',1275392419,'Yahoo [Bot]','yahoo [bot]','',1275392419,0,'',0,'',1292136619,1275392419,0,'faq.php','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','643292dc687d0392',0,0,0),(52,2,6,'',0,'',1275392419,'YahooSeeker [Bot]','yahooseeker [bot]','',1275392419,0,'',0,'',0,1275392419,0,'','',0,0,0,0,0,0,0,'en','0.00',0,'D M d, Y g:i a',4,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,'','','','','','','','','','','','','','','e3eeea685116766d',0,0,0),(53,0,2,'004473s5jwfzzik0xs\nzik0zjzhb2tc\nzik0zjzhb2tc\n\n\n\n\n\n\n\nzik0zjzhb2tc\nzik0zjzhb2tc\n\nzik0zjzhb2tc\nzik0zjzhb2tc\nzik0zjzhb2tc\nzik0zjzhb2tc\n\nzik0zjzhb2tc',0,'92.86.71.158',1275392683,'claudiu','claudiu','$H$9GO23j2S44So6tKsPTomRxORQqjOBP.',1275392683,0,'myclaudiu@gmail.com',1057487819,'',1277668024,1275392683,1276098132,'viewtopic.php?f=13&t=4','4KPW6WLZTO',1275905224,0,0,0,0,0,5,'en','0.00',0,'D M d, Y g:i a',4,0,'',0,0,0,0,-3,0,0,'t','d',0,'t','a',0,1,0,1,1,1,1,230271,'',0,0,0,'','','','','','','','','','','','','','','fc5dd578671ce9ca',0,0,0); /*!40000 ALTER TABLE `phpbb_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_warnings` -- DROP TABLE IF EXISTS `phpbb_warnings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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; /*!40101 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; -- -- Dumping routines for database 'copyrat1_forum' -- 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 2010-12-23 12:18:13