0byt3m1n1
Path:
/
data
/
0
/
0
/
1
/
76
/
1728
/
meta
/
1762
/
mysql.backup
/
[
Home
]
File: petexianforum.bak.sql
-- MySQL dump 10.9 -- -- Host: 10.49.7.180 Database: petexianforum -- ------------------------------------------------------ -- Server version 4.1.21 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `aphp3_annucat` -- DROP TABLE IF EXISTS `aphp3_annucat`; CREATE TABLE `aphp3_annucat` ( `id_annucategorie` int(4) NOT NULL auto_increment, `id_annuparentcat` int(4) NOT NULL default '0', `nomCatannu` tinytext NOT NULL, `desCatannu` text NOT NULL, `verifansscat` int(1) NOT NULL default '1', `nbsitecat` int(100) NOT NULL default '0', `imgannuCat` varchar(100) default NULL, PRIMARY KEY (`id_annucategorie`), UNIQUE KEY `id_annucategorie` (`id_annucategorie`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_annucat` -- LOCK TABLES `aphp3_annucat` WRITE; /*!40000 ALTER TABLE `aphp3_annucat` DISABLE KEYS */; INSERT INTO `aphp3_annucat` VALUES (1,0,'Internet','Plus besoin de chercher des sites pendant des heures.\r\nNous avons référencé pour vous les meilleurs sites pour la création de pages web.',1,2,NULL); /*!40000 ALTER TABLE `aphp3_annucat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_annulien` -- DROP TABLE IF EXISTS `aphp3_annulien`; CREATE TABLE `aphp3_annulien` ( `id_annulien` int(4) NOT NULL auto_increment, `id_annucat` int(4) NOT NULL default '0', `Anomlien` tinytext NOT NULL, `Adesclien` tinytext NOT NULL, `Amail` tinytext NOT NULL, `Aurl` tinytext NOT NULL, `Alang` char(3) NOT NULL default '', `AnbSortie` int(8) NOT NULL default '0', `Anote` tinyint(2) NOT NULL default '0', `pubLien` tinyint(4) NOT NULL default '2', `nbcomment` int(4) NOT NULL default '0', `nbnote` int(4) NOT NULL default '0', `notemoy` float NOT NULL default '0', PRIMARY KEY (`id_annulien`), UNIQUE KEY `id_annulien` (`id_annulien`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_annulien` -- LOCK TABLES `aphp3_annulien` WRITE; /*!40000 ALTER TABLE `aphp3_annulien` DISABLE KEYS */; INSERT INTO `aphp3_annulien` VALUES (1,1,'Artiphp Velocity','Construisez gratuitement un site dynamique sans toucher à la programmation, grâce à notre portail CMS.','webmaster@artiloo.com','http://www.artiloo.com','fr',2,0,1,0,0,0),(2,1,'phpsecure','phpSecure, le premier site qui se focalise uniquement sur la sécurité PHP. Vous y trouverez des textes pour mieux comprendre la sécurité, ainsi que des applications et des patchs (pour des services tels que XOOPS, PHPNuke...) pour sécuriser votre site.','webmaster@phpsecure.info','http://www.phpsecure.info','fr',4,0,1,0,0,0); /*!40000 ALTER TABLE `aphp3_annulien` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_categorie` -- DROP TABLE IF EXISTS `aphp3_categorie`; CREATE TABLE `aphp3_categorie` ( `id_categorie` bigint(21) NOT NULL auto_increment, `id_parentcat` bigint(21) NOT NULL default '0', `nomCategorie` tinytext NOT NULL, `descCat` text NOT NULL, `imgCat` text, `verifsscat` int(1) NOT NULL default '1', `nbdoscat` int(100) NOT NULL default '0', `nivostatut` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_categorie`), KEY `id_parent` (`id_parentcat`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_categorie` -- LOCK TABLES `aphp3_categorie` WRITE; /*!40000 ALTER TABLE `aphp3_categorie` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_categorie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_commentannu` -- DROP TABLE IF EXISTS `aphp3_commentannu`; CREATE TABLE `aphp3_commentannu` ( `id_comment` int(5) NOT NULL auto_increment, `id_annu` int(4) NOT NULL default '0', `id_auteur` int(4) NOT NULL default '0', `auteur` varchar(20) NOT NULL default '', `commentannu` longtext NOT NULL, `noteannu` varchar(10) NOT NULL default '', `datecomment` varchar(10) NOT NULL default '', PRIMARY KEY (`id_comment`), UNIQUE KEY `id_comment` (`id_comment`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_commentannu` -- LOCK TABLES `aphp3_commentannu` WRITE; /*!40000 ALTER TABLE `aphp3_commentannu` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_commentannu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_commentdos` -- DROP TABLE IF EXISTS `aphp3_commentdos`; CREATE TABLE `aphp3_commentdos` ( `id_comment` int(5) NOT NULL auto_increment, `id_dossier` int(4) NOT NULL default '0', `id_auteur` bigint(21) NOT NULL default '0', `commentdos` longtext NOT NULL, `datecomment` varchar(10) NOT NULL default '', `auteur` varchar(20) NOT NULL default '', PRIMARY KEY (`id_comment`), UNIQUE KEY `id_comment` (`id_comment`), KEY `id_auteur` (`id_auteur`), KEY `id_auteur_2` (`id_auteur`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_commentdos` -- LOCK TABLES `aphp3_commentdos` WRITE; /*!40000 ALTER TABLE `aphp3_commentdos` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_commentdos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_commentnews` -- DROP TABLE IF EXISTS `aphp3_commentnews`; CREATE TABLE `aphp3_commentnews` ( `id_comment` int(5) NOT NULL auto_increment, `id_news` int(4) NOT NULL default '0', `id_auteur` bigint(21) NOT NULL default '0', `commentnews` longtext NOT NULL, `datecomment` varchar(10) NOT NULL default '', `auteur` varchar(20) NOT NULL default '', PRIMARY KEY (`id_comment`), UNIQUE KEY `id_comment` (`id_comment`), KEY `id_auteur` (`id_auteur`), KEY `id_auteur_2` (`id_auteur`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_commentnews` -- LOCK TABLES `aphp3_commentnews` WRITE; /*!40000 ALTER TABLE `aphp3_commentnews` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_commentnews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_dossier` -- DROP TABLE IF EXISTS `aphp3_dossier`; CREATE TABLE `aphp3_dossier` ( `id_dossier` bigint(21) NOT NULL auto_increment, `titreDossier` tinytext NOT NULL, `chapoDossier` text NOT NULL, `texteDossier` mediumtext NOT NULL, `imgDossier` text, `id_auteur` bigint(21) NOT NULL default '0', `dateDossier` datetime NOT NULL default '0000-00-00 00:00:00', `dateDosvis` varchar(10) NOT NULL default '', `id_cat` bigint(21) NOT NULL default '0', `id_parentdos` bigint(21) NOT NULL default '0', `pubDossier` tinyint(4) NOT NULL default '3', `dosLu` int(100) NOT NULL default '0', `suitedoss` int(1) NOT NULL default '1', `nbcomment` int(4) NOT NULL default '0', PRIMARY KEY (`id_dossier`), KEY `id_parent` (`id_parentdos`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_dossier` -- LOCK TABLES `aphp3_dossier` WRITE; /*!40000 ALTER TABLE `aphp3_dossier` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_dossier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_dossiertemp` -- DROP TABLE IF EXISTS `aphp3_dossiertemp`; CREATE TABLE `aphp3_dossiertemp` ( `id_dossier` bigint(21) NOT NULL auto_increment, `titreDossier` tinytext NOT NULL, `chapoDossier` text NOT NULL, `texteDossier` mediumtext NOT NULL, `imgDossier` text, `id_auteur` bigint(21) NOT NULL default '0', `dateDossier` datetime NOT NULL default '0000-00-00 00:00:00', `dateDosvis` varchar(10) NOT NULL default '', `id_cat` bigint(21) NOT NULL default '0', `id_parentdos` bigint(21) NOT NULL default '0', `pubDossier` tinyint(4) NOT NULL default '3', `dosLu` int(100) NOT NULL default '0', `suitedoss` int(1) NOT NULL default '1', `nbcomment` int(4) NOT NULL default '0', PRIMARY KEY (`id_dossier`), KEY `id_parent` (`id_parentdos`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_dossiertemp` -- LOCK TABLES `aphp3_dossiertemp` WRITE; /*!40000 ALTER TABLE `aphp3_dossiertemp` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_dossiertemp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_guestbook` -- DROP TABLE IF EXISTS `aphp3_guestbook`; CREATE TABLE `aphp3_guestbook` ( `id_guest` int(4) NOT NULL auto_increment, `dateGuest` varchar(10) default NULL, `texteGuest` text, `lienGuest` varchar(70) default NULL, `nomGuest` varchar(70) default NULL, `mailGuest` varchar(70) default NULL, `ordreGuest` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id_guest`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_guestbook` -- LOCK TABLES `aphp3_guestbook` WRITE; /*!40000 ALTER TABLE `aphp3_guestbook` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_guestbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_langue` -- DROP TABLE IF EXISTS `aphp3_langue`; CREATE TABLE `aphp3_langue` ( `id_langue` int(100) NOT NULL auto_increment, `codelangue` char(2) NOT NULL default '1', `nmlangue` varchar(30) NOT NULL default '', UNIQUE KEY `codelangue` (`codelangue`,`nmlangue`), KEY `id_langue` (`id_langue`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_langue` -- LOCK TABLES `aphp3_langue` WRITE; /*!40000 ALTER TABLE `aphp3_langue` DISABLE KEYS */; INSERT INTO `aphp3_langue` VALUES (1,'fr','Français'),(2,'en','English'); /*!40000 ALTER TABLE `aphp3_langue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_message` -- DROP TABLE IF EXISTS `aphp3_message`; CREATE TABLE `aphp3_message` ( `id` int(11) NOT NULL auto_increment, `destinataire` int(21) NOT NULL default '0', `message` mediumtext NOT NULL, `objet` varchar(255) NOT NULL default '', `de` int(21) NOT NULL default '0', `lu` tinyint(1) NOT NULL default '1', `daterecu` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_message` -- LOCK TABLES `aphp3_message` WRITE; /*!40000 ALTER TABLE `aphp3_message` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_module` -- DROP TABLE IF EXISTS `aphp3_module`; CREATE TABLE `aphp3_module` ( `id_module` bigint(21) NOT NULL auto_increment, `nomModule` text NOT NULL, `descModule` text NOT NULL, `urlModule` text NOT NULL, `statutMod` text NOT NULL, `urlVisiteur` text NOT NULL, `menuModule` tinytext NOT NULL, `imgModule` varchar(100) NOT NULL default '', `visumodule` int(1) NOT NULL default '0', `modoption` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_module`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_module` -- LOCK TABLES `aphp3_module` WRITE; /*!40000 ALTER TABLE `aphp3_module` DISABLE KEYS */; INSERT INTO `aphp3_module` VALUES (1,'Contact','pour l\'instant, il dirige vers la page auteur.','../welcome/auteur.php','','../welcome/auteur.php','ok','artiphpcontact.gif',0,0),(2,'Dossiers','Module de gestion de dossiers, d\'articles pour faciliter la mise à jour de votre site Internet.<br>','dossierindex.php','auteur','../dossiers/index.php','ok','artiphpdossiers.gif',0,1),(3,'News','Module de gestion de news...','newsindex.php','auteur','../news/index.php','ok','artiphpnews.gif',0,1),(4,'Livre dor','Gestion de livre d\'or.','guestindex.php','artadmin','../guestbook/index.php','ok','artiphplivreor.gif',0,0),(5,'Annuaire','module de gestion d\'un annuaire de site','annuindex.php','artadmin','../annuaire/index.php','ok','artiphpannuaire.gif',0,0),(6,'Syndication','Diffusion des actus des autres sites sur le votre et inversement.','rssindex.php','artadmin','../backend/index.php','ok','rss.gif',0,0); /*!40000 ALTER TABLE `aphp3_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_news` -- DROP TABLE IF EXISTS `aphp3_news`; CREATE TABLE `aphp3_news` ( `id_news` int(4) NOT NULL auto_increment, `dateNews` varchar(10) default NULL, `titreNews` varchar(50) default NULL, `texteNews` text, `lienNews` varchar(70) default NULL, `ordreNews` datetime NOT NULL default '0000-00-00 00:00:00', `newsEdito` int(1) NOT NULL default '0', `id_autnews` bigint(21) NOT NULL default '1', `nbcomment` int(4) NOT NULL default '0', PRIMARY KEY (`id_news`) ) ENGINE=MyISAM AUTO_INCREMENT=100 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_news` -- LOCK TABLES `aphp3_news` WRITE; /*!40000 ALTER TABLE `aphp3_news` DISABLE KEYS */; INSERT INTO `aphp3_news` VALUES (96,'03/06/2004','Welcome on your ArtiVelocity v.3 portal','You have just installed our software for the creation and the management of a website.<br />Your first task will be to change the login and password of the site’s administrator.<br />Please go through the following procedures in strict order :</p><p><strong>1 - Identify yourself :</strong> Login : admin - Password : admin<br /><strong>2 - Modify your profile : </strong>click on the link "modify your profile"<br /><strong>3 - Change ONLY your pseudo</strong>, and click on "Enter"<br /><strong>4 - Disconnect :</strong> Click on "Disconnect"<br /><strong>5 - Connect :</strong> Login : (the one you have just created) - Password : admin<br /><strong>6 - Modify your profile :</strong> then, you can modify everything else</p><p>Thanks for choosing Artiphp Velocity 3','','2004-06-03 21:47:50',1,1,0),(97,'03/06/2004','Choice of the language','The language of the interface can be chosen under the heading skin, as each skin can have its own language<br />In order to modify the terms or to create a new language, open the file languages and create your own language file (or modify an existing one).</p><p><strong>Then, you will only have to :</strong> <br />- add a line in the table aphp_langue, through phpMy Admin <br />- then a small flag in the flag file (artzone).','','2004-06-03 20:52:33',0,1,0),(98,'03/06/2004','Users level','There are now 5 users level on our portal :<br /><strong>- Administrator :</strong> manages the whole site (creation, modification, deletion, validation…)<br /><strong>- Qualified Author :</strong> creates and modifies his files and his news<br /><strong>- Author :</strong> proposes creations and modifications of files and news to the administrator<br /><strong>- registered member :</strong> proposes news</p><p><em>All these statutes can post commentaries (news and files), and use the home private message.</em></p><p><strong>- Visitor :</strong> for non registered members</p><p><strong>Through the administrator area, you can<br /></strong>- decide which module will be on display for which users level.<br />- define which categories of files can be consulted according to the users level (file heading).','','2004-06-03 20:51:49',0,1,0),(99,'23/09/2004','Integration of modules (add-ons)','The integration of modules is normed, so it is roughly the same whatever the module<br />- Unzip the module and record it on the hard disc <br />- Send the directories with the name of the module, and install_module at the root of artiphp, and the admin pages in your artzone repertory.<br />- Connect yourself to your site as administrator and open the directory install_modules :www.yourwebsite/install_modules/<br /><br /><strong>For further information on the module you are going to install, read the installation file provided : install.txt</strong>','','2004-09-23 20:57:35',0,1,0); /*!40000 ALTER TABLE `aphp3_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_newstemp` -- DROP TABLE IF EXISTS `aphp3_newstemp`; CREATE TABLE `aphp3_newstemp` ( `id_news` int(4) NOT NULL auto_increment, `dateNews` varchar(10) default NULL, `titreNews` varchar(50) default NULL, `texteNews` text, `lienNews` varchar(70) default NULL, `ordreNews` datetime NOT NULL default '0000-00-00 00:00:00', `id_autnews` bigint(21) NOT NULL default '1', PRIMARY KEY (`id_news`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_newstemp` -- LOCK TABLES `aphp3_newstemp` WRITE; /*!40000 ALTER TABLE `aphp3_newstemp` DISABLE KEYS */; /*!40000 ALTER TABLE `aphp3_newstemp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_skin` -- DROP TABLE IF EXISTS `aphp3_skin`; CREATE TABLE `aphp3_skin` ( `id_skin` bigint(21) NOT NULL auto_increment, `skin` text NOT NULL, `langue` char(2) NOT NULL default 'en', `predos` tinyint(1) NOT NULL default '0', `prenews` tinyint(1) NOT NULL default '0', `preannu` tinyint(1) NOT NULL default '0', `predown` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_skin`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_skin` -- LOCK TABLES `aphp3_skin` WRITE; /*!40000 ALTER TABLE `aphp3_skin` DISABLE KEYS */; INSERT INTO `aphp3_skin` VALUES (1,'Classic','en',1,1,1,1),(2,'New Skin','en',0,0,0,0); /*!40000 ALTER TABLE `aphp3_skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_syndic` -- DROP TABLE IF EXISTS `aphp3_syndic`; CREATE TABLE `aphp3_syndic` ( `id_syndic` int(21) NOT NULL auto_increment, `urlsyndic` varchar(120) NOT NULL default '', `imagerss` varchar(150) NOT NULL default '', `urlsiterss` varchar(250) NOT NULL default '', `titrerss` varchar(250) NOT NULL default '', PRIMARY KEY (`id_syndic`), UNIQUE KEY `id_syndic` (`id_syndic`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_syndic` -- LOCK TABLES `aphp3_syndic` WRITE; /*!40000 ALTER TABLE `aphp3_syndic` DISABLE KEYS */; INSERT INTO `aphp3_syndic` VALUES (1,'http://www.artiloo.com/backend/news.xml','','http://www.artiloo.com','Artiloo - Les brèves'),(2,'http://www.artiloo.com/backend/dossiers.xml','','http://www.artiloo.com','Artiloo - Les dossiers'); /*!40000 ALTER TABLE `aphp3_syndic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `aphp3_utilisateurs` -- DROP TABLE IF EXISTS `aphp3_utilisateurs`; CREATE TABLE `aphp3_utilisateurs` ( `id_utilisateur` bigint(21) NOT NULL auto_increment, `nomUtilisateur` text NOT NULL, `prenomUtilisateur` text NOT NULL, `imgUtilisateur` varchar(25) NOT NULL default '', `loginUtilisateur` varchar(30) NOT NULL default '', `passUtilisateur` text NOT NULL, `mailUtilisateur` varchar(250) NOT NULL default '', `siteUtilisateur` text NOT NULL, `urlUtilisateur` text NOT NULL, `descUtilisateur` longtext NOT NULL, `metierUtilisateur` text NOT NULL, `villeUtilisateur` text NOT NULL, `statutUtilisateur` text NOT NULL, `numconf` varchar(100) default NULL, `dateutil` datetime default NULL, `autolog` varchar(70) NOT NULL default '0', `expire` varchar(70) NOT NULL default '', `last_visit` varchar(70) default NULL, PRIMARY KEY (`id_utilisateur`), UNIQUE KEY `mailUtilisateur` (`mailUtilisateur`), UNIQUE KEY `loginUtilisateur` (`loginUtilisateur`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `aphp3_utilisateurs` -- LOCK TABLES `aphp3_utilisateurs` WRITE; /*!40000 ALTER TABLE `aphp3_utilisateurs` DISABLE KEYS */; INSERT INTO `aphp3_utilisateurs` VALUES (1,'Christian','Peter','','admin','5dbd9aab1ffe77ce','webmaster@artiloo.com','Christian Family Website','http://www.petexian.com','<p>Welcome to our blog and forum... </p><p><img src=\\\"../bibliotheque/image0151515.jpg\\\" border=\\\"0\\\" /></p><p>Pete</p>','webmaster','Denver','artadmin','282020040519213612','2004-05-19 21:36:12','2531464581019409562','1127500281','1111870470'),(2,'Anonyme','Anonyme','','Anonyme','Anonyme','','','','','','','',NULL,NULL,'0','',NULL),(3,'Christian','Peter','','petexian','22e8632e2a47cb5c','homer@petexian.com','','','','','','inscrit',NULL,NULL,'0','','1111870406'); /*!40000 ALTER TABLE `aphp3_utilisateurs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_albums` -- DROP TABLE IF EXISTS `cpg132_albums`; CREATE TABLE `cpg132_albums` ( `aid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `visibility` int(11) NOT NULL default '0', `uploads` enum('YES','NO') NOT NULL default 'NO', `comments` enum('YES','NO') NOT NULL default 'YES', `votes` enum('YES','NO') NOT NULL default 'YES', `pos` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `pic_count` int(11) NOT NULL default '0', `thumb` int(11) NOT NULL default '0', `last_addition` datetime NOT NULL default '0000-00-00 00:00:00', `stat_uptodate` enum('YES','NO') NOT NULL default 'NO', `keyword` varchar(50) default NULL, PRIMARY KEY (`aid`), KEY `alb_category` (`category`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_albums` -- LOCK TABLES `cpg132_albums` WRITE; /*!40000 ALTER TABLE `cpg132_albums` DISABLE KEYS */; INSERT INTO `cpg132_albums` VALUES (1,'Visitors to Colorado','',0,'NO','YES','YES',1,2,0,0,'0000-00-00 00:00:00','NO',NULL); /*!40000 ALTER TABLE `cpg132_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_banned` -- DROP TABLE IF EXISTS `cpg132_banned`; CREATE TABLE `cpg132_banned` ( `ban_id` int(11) NOT NULL auto_increment, `user_id` int(11) default NULL, `ip_addr` tinytext, `expiry` datetime default NULL, PRIMARY KEY (`ban_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_banned` -- LOCK TABLES `cpg132_banned` WRITE; /*!40000 ALTER TABLE `cpg132_banned` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_banned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_categories` -- DROP TABLE IF EXISTS `cpg132_categories`; CREATE TABLE `cpg132_categories` ( `cid` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `pos` int(11) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `thumb` int(11) NOT NULL default '0', `subcat_count` int(11) NOT NULL default '0', `alb_count` int(11) NOT NULL default '0', `pic_count` int(11) NOT NULL default '0', `stat_uptodate` enum('YES','NO') NOT NULL default 'NO', PRIMARY KEY (`cid`), KEY `cat_parent` (`parent`), KEY `cat_pos` (`pos`), KEY `cat_owner_id` (`owner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_categories` -- LOCK TABLES `cpg132_categories` WRITE; /*!40000 ALTER TABLE `cpg132_categories` DISABLE KEYS */; INSERT INTO `cpg132_categories` VALUES (1,0,'User galleries','This category contains albums that belong to Coppermine users.',0,0,0,0,0,0,'NO'),(2,0,'Travel and vacations','',1,0,0,0,0,0,'NO'),(3,0,'Events','',2,0,0,0,0,0,'NO'); /*!40000 ALTER TABLE `cpg132_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_comments` -- DROP TABLE IF EXISTS `cpg132_comments`; CREATE TABLE `cpg132_comments` ( `pid` mediumint(10) NOT NULL default '0', `msg_id` mediumint(10) NOT NULL auto_increment, `msg_author` varchar(25) NOT NULL default '', `msg_body` text NOT NULL, `msg_date` datetime NOT NULL default '0000-00-00 00:00:00', `msg_raw_ip` tinytext, `msg_hdr_ip` tinytext, `author_md5_id` varchar(32) NOT NULL default '', `author_id` int(11) NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `com_pic_id` (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_comments` -- LOCK TABLES `cpg132_comments` WRITE; /*!40000 ALTER TABLE `cpg132_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_config` -- DROP TABLE IF EXISTS `cpg132_config`; CREATE TABLE `cpg132_config` ( `name` varchar(40) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_config` -- LOCK TABLES `cpg132_config` WRITE; /*!40000 ALTER TABLE `cpg132_config` DISABLE KEYS */; INSERT INTO `cpg132_config` VALUES ('albums_per_page','12'),('album_list_cols','2'),('display_pic_info','0'),('alb_list_thumb_size','50'),('allowed_mov_types','ALL'),('allowed_doc_types','ALL'),('allowed_snd_types','ALL'),('allowed_img_types','ALL'),('allow_private_albums','1'),('allow_user_registration','1'),('allow_duplicate_emails_addr','1'),('caption_in_thumbview','1'),('views_in_thumbview','1'),('charset','language file'),('cookie_name','cpg132'),('cookie_path','/'),('debug_mode','2'),('debug_notice','0'),('default_dir_mode','0755'),('default_file_mode','0644'),('default_sort_order','na'),('ecards_more_pic_target','http://www.petexian.com/copper/'),('enable_smilies','1'),('filter_bad_words','0'),('forbiden_fname_char','$/\\\\:*?"\'<>|`'),('fullpath','albums/'),('gallery_admin_email','alaska@petexian.com'),('gallery_description','Christian Family and Friends'),('gallery_name','Coppermine Photo Gallery'),('im_options','-antialias'),('impath','usr/X11R6/bin/convert'),('jpeg_qual','80'),('keep_votes_time','30'),('lang','english'),('main_page_layout','breadcrumb/catlist/alblist/random,2/lastup,2'),('main_table_width','100%'),('make_intermediate','1'),('max_com_lines','10'),('max_com_size','512'),('max_com_wlength','38'),('max_img_desc_length','512'),('max_tabs','12'),('max_upl_size','2048'),('max_upl_width_height','4096'),('min_votes_for_rating','1'),('normal_pfx','normal_'),('picture_table_width','600'),('picture_width','400'),('randpos_interval','1112057904'),('read_exif_data','1'),('reg_requires_valid_email','1'),('subcat_level','2'),('theme','classic'),('thumbcols','4'),('thumbrows','3'),('thumb_method','im'),('thumb_pfx','thumb_'),('thumb_width','100'),('userpics','userpics/'),('user_field1_name',''),('user_field2_name',''),('user_field3_name',''),('user_field4_name',''),('display_comment_count','0'),('show_private','0'),('first_level','1'),('display_film_strip','1'),('max_film_strip_items','5'),('thumb_use','ht'),('comment_email_notification','0'),('read_iptc_data','0'),('reg_notify_admin_email','1'),('disable_comment_flood_protect','0'),('upl_notify_admin_email','1'),('display_uploader','0'),('language_list','0'),('language_flags','0'),('theme_list','1'),('language_reset','1'),('theme_reset','1'),('allow_memberlist','0'),('display_faq','1'),('show_bbcode_help','1'),('log_ecards','1'),('email_comment_notification','0'),('enable_zipdownload','1'),('slideshow_interval','5000'); /*!40000 ALTER TABLE `cpg132_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_ecards` -- DROP TABLE IF EXISTS `cpg132_ecards`; CREATE TABLE `cpg132_ecards` ( `eid` int(11) NOT NULL auto_increment, `sender_name` varchar(50) NOT NULL default '', `sender_email` text NOT NULL, `recipient_name` varchar(50) NOT NULL default '', `recipient_email` text NOT NULL, `link` text NOT NULL, `date` tinytext NOT NULL, `sender_ip` tinytext NOT NULL, PRIMARY KEY (`eid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Used to log ecards'; -- -- Dumping data for table `cpg132_ecards` -- LOCK TABLES `cpg132_ecards` WRITE; /*!40000 ALTER TABLE `cpg132_ecards` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_ecards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_exif` -- DROP TABLE IF EXISTS `cpg132_exif`; CREATE TABLE `cpg132_exif` ( `filename` varchar(255) NOT NULL default '', `exifData` text NOT NULL, UNIQUE KEY `filename` (`filename`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_exif` -- LOCK TABLES `cpg132_exif` WRITE; /*!40000 ALTER TABLE `cpg132_exif` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_exif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_filetypes` -- DROP TABLE IF EXISTS `cpg132_filetypes`; CREATE TABLE `cpg132_filetypes` ( `extension` char(7) NOT NULL default '', `mime` char(30) default NULL, `content` char(15) default NULL, PRIMARY KEY (`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Used to store the file extensions'; -- -- Dumping data for table `cpg132_filetypes` -- LOCK TABLES `cpg132_filetypes` WRITE; /*!40000 ALTER TABLE `cpg132_filetypes` DISABLE KEYS */; INSERT INTO `cpg132_filetypes` VALUES ('jpg','image/jpg','image'),('jpeg','image/jpeg','image'),('jpe','image/jpg','image'),('gif','image/gif','image'),('png','image/png','image'),('bmp','image/bmp','image'),('jpc','image/jpc','image'),('jp2','image/jp2','image'),('jpx','image/jpx','image'),('jb2','image/jb2','image'),('swc','image/swc','image'),('iff','image/iff','image'),('asf','video/x-ms-asf','movie'),('asx','video/x-ms-asx','movie'),('mpg','video/mpeg','movie'),('mpeg','video/mpeg','movie'),('wmv','video/x-ms-wmv','movie'),('swf','application/x-shockwave-flash','movie'),('avi','video/avi','movie'),('mov','video/quicktime','movie'),('mp3','audio/mpeg3','audio'),('midi','audio/midi','audio'),('mid','audio/midi','audio'),('wma','audio/x-ms-wma','audio'),('wav','audio/wav','audio'),('ogg','audio/ogg','audio'),('psd','image/psd','document'),('ram','audio/x-pn-realaudio','document'),('ra','audio/x-realaudio','document'),('rm','audio/x-realmedia','document'),('tiff','image/tiff','document'),('tif','image/tif','document'),('doc','application/msword','document'),('txt','text/plain','document'),('rtf','text/richtext','document'),('pdf','application/pdf','document'),('xls','application/excel','document'),('pps','application/powerpoint','document'),('ppt','application/powerpoint','document'),('zip','application/zip','document'),('rar','application/rar','document'),('gz','application/gz','document'),('mdb','application/msaccess','document'); /*!40000 ALTER TABLE `cpg132_filetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_pictures` -- DROP TABLE IF EXISTS `cpg132_pictures`; CREATE TABLE `cpg132_pictures` ( `pid` int(11) NOT NULL auto_increment, `aid` int(11) NOT NULL default '0', `filepath` varchar(255) NOT NULL default '', `filename` varchar(255) NOT NULL default '', `filesize` int(11) NOT NULL default '0', `total_filesize` int(11) NOT NULL default '0', `pwidth` smallint(6) NOT NULL default '0', `pheight` smallint(6) NOT NULL default '0', `hits` int(10) NOT NULL default '0', `mtime` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `ctime` int(11) NOT NULL default '0', `owner_id` int(11) NOT NULL default '0', `owner_name` varchar(40) NOT NULL default '', `pic_rating` int(11) NOT NULL default '0', `votes` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `caption` text NOT NULL, `keywords` varchar(255) NOT NULL default '', `approved` enum('YES','NO') NOT NULL default 'NO', `user1` varchar(255) NOT NULL default '', `user2` varchar(255) NOT NULL default '', `user3` varchar(255) NOT NULL default '', `user4` varchar(255) NOT NULL default '', `url_prefix` tinyint(4) NOT NULL default '0', `randpos` int(11) NOT NULL default '0', `pic_raw_ip` tinytext, `pic_hdr_ip` tinytext, PRIMARY KEY (`pid`), KEY `owner_id` (`owner_id`), KEY `pic_hits` (`hits`), KEY `pic_rate` (`pic_rating`), KEY `aid_approved` (`aid`,`approved`), KEY `randpos` (`randpos`), KEY `pic_aid` (`aid`), FULLTEXT KEY `search` (`title`,`caption`,`keywords`,`filename`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_pictures` -- LOCK TABLES `cpg132_pictures` WRITE; /*!40000 ALTER TABLE `cpg132_pictures` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_temp_data` -- DROP TABLE IF EXISTS `cpg132_temp_data`; CREATE TABLE `cpg132_temp_data` ( `unique_ID` varchar(8) NOT NULL default '', `encoded_string` blob NOT NULL, `timestamp` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`unique_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Holds temporary file data for multiple file uploads'; -- -- Dumping data for table `cpg132_temp_data` -- LOCK TABLES `cpg132_temp_data` WRITE; /*!40000 ALTER TABLE `cpg132_temp_data` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_temp_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_usergroups` -- DROP TABLE IF EXISTS `cpg132_usergroups`; CREATE TABLE `cpg132_usergroups` ( `group_id` int(11) NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `group_quota` int(11) NOT NULL default '0', `has_admin_access` tinyint(4) NOT NULL default '0', `can_rate_pictures` tinyint(4) NOT NULL default '0', `can_send_ecards` tinyint(4) NOT NULL default '0', `can_post_comments` tinyint(4) NOT NULL default '0', `can_upload_pictures` tinyint(4) NOT NULL default '0', `can_create_albums` tinyint(4) NOT NULL default '0', `pub_upl_need_approval` tinyint(4) NOT NULL default '1', `priv_upl_need_approval` tinyint(4) NOT NULL default '1', `upload_form_config` tinyint(4) NOT NULL default '3', `custom_user_upload` tinyint(4) NOT NULL default '0', `num_file_upload` tinyint(4) NOT NULL default '5', `num_URI_upload` tinyint(4) NOT NULL default '3', PRIMARY KEY (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_usergroups` -- LOCK TABLES `cpg132_usergroups` WRITE; /*!40000 ALTER TABLE `cpg132_usergroups` DISABLE KEYS */; INSERT INTO `cpg132_usergroups` VALUES (1,'Admin',0,1,1,1,1,1,1,0,0,3,0,5,3),(2,'Members',1024,0,1,1,1,1,1,1,0,3,0,5,3),(3,'Guests',0,0,1,0,0,0,0,1,1,0,0,5,3),(4,'Banned',0,0,0,0,0,0,0,1,1,0,0,5,3),(8,'Family',0,0,1,1,1,1,1,1,1,3,0,5,3); /*!40000 ALTER TABLE `cpg132_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_users` -- DROP TABLE IF EXISTS `cpg132_users`; CREATE TABLE `cpg132_users` ( `user_id` int(11) NOT NULL auto_increment, `user_group` int(11) NOT NULL default '2', `user_active` enum('YES','NO') NOT NULL default 'NO', `user_name` varchar(25) NOT NULL default '', `user_password` varchar(25) NOT NULL default '', `user_lastvisit` datetime NOT NULL default '0000-00-00 00:00:00', `user_regdate` datetime NOT NULL default '0000-00-00 00:00:00', `user_group_list` varchar(255) NOT NULL default '', `user_email` varchar(255) NOT NULL default '', `user_website` varchar(255) NOT NULL default '', `user_location` varchar(255) NOT NULL default '', `user_interests` varchar(255) NOT NULL default '', `user_occupation` varchar(255) NOT NULL default '', `user_actkey` varchar(32) NOT NULL default '', PRIMARY KEY (`user_id`), UNIQUE KEY `user_name` (`user_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_users` -- LOCK TABLES `cpg132_users` WRITE; /*!40000 ALTER TABLE `cpg132_users` DISABLE KEYS */; INSERT INTO `cpg132_users` VALUES (1,1,'YES','webmaster','Barney','2005-03-17 00:34:57','2005-03-17 00:34:57','','','','','','',''); /*!40000 ALTER TABLE `cpg132_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg132_votes` -- DROP TABLE IF EXISTS `cpg132_votes`; CREATE TABLE `cpg132_votes` ( `pic_id` mediumint(9) NOT NULL default '0', `user_md5_id` varchar(32) NOT NULL default '', `vote_time` int(11) NOT NULL default '0', PRIMARY KEY (`pic_id`,`user_md5_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `cpg132_votes` -- LOCK TABLES `cpg132_votes` WRITE; /*!40000 ALTER TABLE `cpg132_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg132_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_addressbook_contact` -- DROP TABLE IF EXISTS `exponent_addressbook_contact`; CREATE TABLE `exponent_addressbook_contact` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `firstname` varchar(100) NOT NULL default '', `lastname` varchar(100) NOT NULL default '', `address1` varchar(150) NOT NULL default '', `address2` varchar(150) NOT NULL default '', `city` varchar(100) NOT NULL default '', `state` char(2) NOT NULL default '', `zip` varchar(10) NOT NULL default '', `country` varchar(50) NOT NULL default '', `email` varchar(150) NOT NULL default '', `phone` varchar(20) NOT NULL default '', `cell` varchar(20) NOT NULL default '', `fax` varchar(20) NOT NULL default '', `pager` varchar(20) NOT NULL default '', `notes` text NOT NULL, `webpage` text NOT NULL, `location_data` varchar(200) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_addressbook_contact` -- LOCK TABLES `exponent_addressbook_contact` WRITE; /*!40000 ALTER TABLE `exponent_addressbook_contact` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_addressbook_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_approvalpolicy` -- DROP TABLE IF EXISTS `exponent_approvalpolicy`; CREATE TABLE `exponent_approvalpolicy` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `max_approvers` int(8) NOT NULL default '0', `required_approvals` int(8) NOT NULL default '0', `on_deny` int(8) NOT NULL default '0', `delete_on_deny` tinyint(1) NOT NULL default '0', `on_edit` int(8) NOT NULL default '0', `on_approve` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_approvalpolicy` -- LOCK TABLES `exponent_approvalpolicy` WRITE; /*!40000 ALTER TABLE `exponent_approvalpolicy` DISABLE KEYS */; INSERT INTO `exponent_approvalpolicy` VALUES (2,'Single-Approver','Approval Policy in which a single non-poster approval is required for the content to be published live.',1,2,0,1,0,0); /*!40000 ALTER TABLE `exponent_approvalpolicy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_approvalpolicyassociation` -- DROP TABLE IF EXISTS `exponent_approvalpolicyassociation`; CREATE TABLE `exponent_approvalpolicyassociation` ( `policy_id` int(11) NOT NULL default '0', `module` varchar(100) NOT NULL default '', `source` varchar(100) NOT NULL default '', `is_global` tinyint(1) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_approvalpolicyassociation` -- LOCK TABLES `exponent_approvalpolicyassociation` WRITE; /*!40000 ALTER TABLE `exponent_approvalpolicyassociation` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_approvalpolicyassociation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_banner_ad` -- DROP TABLE IF EXISTS `exponent_banner_ad`; CREATE TABLE `exponent_banner_ad` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `affiliate_id` int(11) NOT NULL default '0', `location_data` varchar(250) NOT NULL default '', `file_id` int(11) NOT NULL default '0', `url` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_banner_ad` -- LOCK TABLES `exponent_banner_ad` WRITE; /*!40000 ALTER TABLE `exponent_banner_ad` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_banner_ad` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_banner_affiliate` -- DROP TABLE IF EXISTS `exponent_banner_affiliate`; CREATE TABLE `exponent_banner_affiliate` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `contact_info` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_banner_affiliate` -- LOCK TABLES `exponent_banner_affiliate` WRITE; /*!40000 ALTER TABLE `exponent_banner_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_banner_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_banner_click` -- DROP TABLE IF EXISTS `exponent_banner_click`; CREATE TABLE `exponent_banner_click` ( `id` int(11) NOT NULL auto_increment, `ad_id` int(11) NOT NULL default '0', `clicks` int(8) NOT NULL default '0', `views` int(8) NOT NULL default '0', `date` int(14) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_banner_click` -- LOCK TABLES `exponent_banner_click` WRITE; /*!40000 ALTER TABLE `exponent_banner_click` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_banner_click` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_bb_board` -- DROP TABLE IF EXISTS `exponent_bb_board`; CREATE TABLE `exponent_bb_board` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `location_data` varchar(250) NOT NULL default '', `num_topics` int(8) NOT NULL default '0', `last_post_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_bb_board` -- LOCK TABLES `exponent_bb_board` WRITE; /*!40000 ALTER TABLE `exponent_bb_board` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_bb_board` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_bb_boardmonitor` -- DROP TABLE IF EXISTS `exponent_bb_boardmonitor`; CREATE TABLE `exponent_bb_boardmonitor` ( `board_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_bb_boardmonitor` -- LOCK TABLES `exponent_bb_boardmonitor` WRITE; /*!40000 ALTER TABLE `exponent_bb_boardmonitor` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_bb_boardmonitor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_bb_post` -- DROP TABLE IF EXISTS `exponent_bb_post`; CREATE TABLE `exponent_bb_post` ( `id` int(11) NOT NULL auto_increment, `parent` int(11) NOT NULL default '0', `board_id` int(11) NOT NULL default '0', `subject` varchar(100) NOT NULL default '', `body` text NOT NULL, `poster` int(11) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `updated` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `editted` int(14) NOT NULL default '0', `num_replies` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_bb_post` -- LOCK TABLES `exponent_bb_post` WRITE; /*!40000 ALTER TABLE `exponent_bb_post` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_bb_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_bb_threadmonitor` -- DROP TABLE IF EXISTS `exponent_bb_threadmonitor`; CREATE TABLE `exponent_bb_threadmonitor` ( `thread_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_bb_threadmonitor` -- LOCK TABLES `exponent_bb_threadmonitor` WRITE; /*!40000 ALTER TABLE `exponent_bb_threadmonitor` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_bb_threadmonitor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_bbmodule_config` -- DROP TABLE IF EXISTS `exponent_bbmodule_config`; CREATE TABLE `exponent_bbmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `email_title_thread` varchar(250) NOT NULL default '', `email_from_thread` varchar(100) NOT NULL default '', `email_address_thread` varchar(100) NOT NULL default '', `email_reply_thread` varchar(100) NOT NULL default '', `email_showpost_thread` tinyint(1) NOT NULL default '0', `email_title_reply` varchar(250) NOT NULL default '', `email_from_reply` varchar(100) NOT NULL default '', `email_address_reply` varchar(100) NOT NULL default '', `email_reply_reply` varchar(100) NOT NULL default '', `email_showpost_reply` tinyint(1) NOT NULL default '0', `email_signature` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_bbmodule_config` -- LOCK TABLES `exponent_bbmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_bbmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_bbmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_calendar` -- DROP TABLE IF EXISTS `exponent_calendar`; CREATE TABLE `exponent_calendar` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `title` varchar(100) NOT NULL default '', `body` text NOT NULL, `eventstart` int(14) NOT NULL default '0', `eventend` int(14) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `is_allday` tinyint(1) NOT NULL default '0', `is_recurring` tinyint(1) NOT NULL default '0', `category_id` int(11) NOT NULL default '0', `feedback_form` varchar(100) NOT NULL default '', `feedback_email` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Calendar post table.'; -- -- Dumping data for table `exponent_calendar` -- LOCK TABLES `exponent_calendar` WRITE; /*!40000 ALTER TABLE `exponent_calendar` DISABLE KEYS */; INSERT INTO `exponent_calendar` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','Example Calendar Event','This is an example calendar event. It lasts from 6:30 pm to 8:00 pm, on November 24th, 2004.',70200,75600,1100482605,1,1100482605,1,1,0,0,0,'',''),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','Another Event','Tum jugis reprobo delenit odio aliquam eu similis cogo te. Abigo validus paulatim utinam paulatim ea vel valde quod lucidus quibus. <br /><br />Ut foras commodo, exerci, multo nimis quis demoveo duis. Blandit exerci suscipit reprobo oppeto esca suscipit luptatum luptatum ut sit, delenit vel ut augue. Pagus incassum consequat multo nisl quod, abico autem rusticus metuo. Utinam nullus valetudo validus brevitas valetudo te epulae at dolus iriure, ea. Te ut ea abico qui loquor cui ibidem fatua genitus vicis in vereor abbas. Praemitto decet, sudo, feugiat in vel duis. Opto euismod quis facilisi dignissim pala, ventosus suscipit oppeto dolore mauris brevitas duis vel diam. <br /><br />Letalis, comis blandit oppeto sed commoveo causa, aliquip iusto feugiat paratus, ea ideo esse. ',28800,35100,1100482681,1,1100482681,1,1,0,0,0,'',''),(3,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','... Later That Day','This event shows that it is possible to have more than one event per day.',55800,58500,1100482723,1,1100482723,1,1,0,0,0,'',''); /*!40000 ALTER TABLE `exponent_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_calendar_wf_info` -- DROP TABLE IF EXISTS `exponent_calendar_wf_info`; CREATE TABLE `exponent_calendar_wf_info` ( `real_id` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', `current_major` int(8) NOT NULL default '0', `current_minor` int(8) NOT NULL default '0', `open_slots` int(8) NOT NULL default '0', `updated` int(14) NOT NULL default '0', `current_state_data` text NOT NULL, `policy_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Workflow Summary table for calendar'; -- -- Dumping data for table `exponent_calendar_wf_info` -- LOCK TABLES `exponent_calendar_wf_info` WRITE; /*!40000 ALTER TABLE `exponent_calendar_wf_info` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_calendar_wf_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_calendar_wf_revision` -- DROP TABLE IF EXISTS `exponent_calendar_wf_revision`; CREATE TABLE `exponent_calendar_wf_revision` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `title` varchar(100) NOT NULL default '', `body` text NOT NULL, `eventstart` int(14) NOT NULL default '0', `eventend` int(14) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `is_allday` tinyint(1) NOT NULL default '0', `is_recurring` tinyint(1) NOT NULL default '0', `category_id` int(11) NOT NULL default '0', `feedback_form` varchar(100) NOT NULL default '', `feedback_email` text NOT NULL, `wf_major` int(8) NOT NULL default '0', `wf_minor` int(8) NOT NULL default '0', `wf_original` int(11) NOT NULL default '0', `wf_state_data` text NOT NULL, `wf_approved` tinyint(1) NOT NULL default '0', `wf_type` int(8) NOT NULL default '0', `wf_updated` int(14) NOT NULL default '0', `wf_comment` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Workflow Revisions table for calendar'; -- -- Dumping data for table `exponent_calendar_wf_revision` -- LOCK TABLES `exponent_calendar_wf_revision` WRITE; /*!40000 ALTER TABLE `exponent_calendar_wf_revision` DISABLE KEYS */; INSERT INTO `exponent_calendar_wf_revision` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','Example Calendar Event','This is an example calendar event. It lasts from 6:30 pm to 8:00 pm, on November 24th, 2004.',1101342600,1101348000,1100482605,1,0,0,0,0,0,0,'','',1,0,1,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100482605,''),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','Another Event','Tum jugis reprobo delenit odio aliquam eu similis cogo te. Abigo validus paulatim utinam paulatim ea vel valde quod lucidus quibus. <br /><br />Ut foras commodo, exerci, multo nimis quis demoveo duis. Blandit exerci suscipit reprobo oppeto esca suscipit luptatum luptatum ut sit, delenit vel ut augue. Pagus incassum consequat multo nisl quod, abico autem rusticus metuo. Utinam nullus valetudo validus brevitas valetudo te epulae at dolus iriure, ea. Te ut ea abico qui loquor cui ibidem fatua genitus vicis in vereor abbas. Praemitto decet, sudo, feugiat in vel duis. Opto euismod quis facilisi dignissim pala, ventosus suscipit oppeto dolore mauris brevitas duis vel diam. <br /><br />Letalis, comis blandit oppeto sed commoveo causa, aliquip iusto feugiat paratus, ea ideo esse. ',1101819600,1101825900,1100482681,1,0,0,0,0,0,0,'','',1,0,2,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100482681,''),(3,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','... Later That Day','This event shows that it is possible to have more than one event per day.',1101846600,1101849300,1100482723,1,0,0,0,0,0,0,'','',1,0,3,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100482723,''); /*!40000 ALTER TABLE `exponent_calendar_wf_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_calendarmodule_config` -- DROP TABLE IF EXISTS `exponent_calendarmodule_config`; CREATE TABLE `exponent_calendarmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `enable_categories` tinyint(1) NOT NULL default '0', `enable_feedback` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_calendarmodule_config` -- LOCK TABLES `exponent_calendarmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_calendarmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_calendarmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_category` -- DROP TABLE IF EXISTS `exponent_category`; CREATE TABLE `exponent_category` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `name` varchar(100) NOT NULL default '', `color` varchar(7) NOT NULL default '', `rank` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_category` -- LOCK TABLES `exponent_category` WRITE; /*!40000 ALTER TABLE `exponent_category` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_contact_contact` -- DROP TABLE IF EXISTS `exponent_contact_contact`; CREATE TABLE `exponent_contact_contact` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `addressbook_contact_id` int(11) NOT NULL default '0', `email` varchar(150) NOT NULL default '', `contact_info` text NOT NULL, `location_data` varchar(250) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_contact_contact` -- LOCK TABLES `exponent_contact_contact` WRITE; /*!40000 ALTER TABLE `exponent_contact_contact` DISABLE KEYS */; INSERT INTO `exponent_contact_contact` VALUES (2,0,0,'devteam@exponentcms.com','','O:8:\"stdClass\":3:{s:3:\"mod\";s:13:\"contactmodule\";s:3:\"src\";s:20:\"@random41940cfd10647\";s:3:\"int\";s:0:\"\";}'); /*!40000 ALTER TABLE `exponent_contact_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_contactmodule_config` -- DROP TABLE IF EXISTS `exponent_contactmodule_config`; CREATE TABLE `exponent_contactmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `subject` varchar(100) NOT NULL default '', `replyto_address` varchar(100) NOT NULL default '', `from_address` varchar(100) NOT NULL default '', `from_name` varchar(100) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_contactmodule_config` -- LOCK TABLES `exponent_contactmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_contactmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_contactmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_container` -- DROP TABLE IF EXISTS `exponent_container`; CREATE TABLE `exponent_container` ( `id` int(11) NOT NULL auto_increment, `internal` varchar(250) NOT NULL default '', `external` varchar(250) NOT NULL default '', `module` varchar(100) NOT NULL default '', `title` varchar(100) NOT NULL default '', `view` varchar(100) NOT NULL default '', `rank` int(8) NOT NULL default '0', `is_existing` tinyint(1) NOT NULL default '0', `view_data` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_container` -- LOCK TABLES `exponent_container` WRITE; /*!40000 ALTER TABLE `exponent_container` DISABLE KEYS */; INSERT INTO `exponent_container` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left1\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section1\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(3,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right1\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(4,'O:8:\"stdClass\":3:{s:3:\"mod\";s:20:\"administrationmodule\";s:3:\"src\";N;s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right1\";s:3:\"int\";s:0:\"\";}','','','Default',3,1,'N;'),(5,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419404caefcef\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right1\";s:3:\"int\";s:0:\"\";}','','About the Admin Mod','Default',2,0,'N;'),(6,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194052be45c3\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left1\";s:3:\"int\";s:0:\"\";}','','Simple Text Mod','Default',0,0,'N;'),(7,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194056cde0cd\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section1\";s:3:\"int\";s:0:\"\";}','','About Image Managers','Default',1,0,'N;'),(8,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419405c1966ac\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section1\";s:3:\"int\";s:0:\"\";}','','Welcome to Exponent CMS','Default',0,0,'N;'),(9,'O:8:\"stdClass\":3:{s:3:\"mod\";s:18:\"imagemanagermodule\";s:3:\"src\";s:20:\"@random41940634b401d\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section1\";s:3:\"int\";s:0:\"\";}','','My Site Images','Default',2,0,'N;'),(10,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419406fa74f12\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right1\";s:3:\"int\";s:0:\"\";}','','About News Feeds','Default',0,0,'N;'),(11,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left2\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(12,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section2\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(13,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right2\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(14,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194074e4d8b7\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section2\";s:3:\"int\";s:0:\"\";}','','About Us','Default',0,0,'N;'),(15,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left3\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(16,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section3\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(17,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right3\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(18,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194077998a8b\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section3\";s:3:\"int\";s:0:\"\";}','','About News Modules','Default',0,0,'N;'),(19,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left4\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(20,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section4\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(21,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right4\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(22,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419407b5c3260\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right4\";s:3:\"int\";s:0:\"\";}','','','Default',0,0,'N;'),(24,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left7\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(25,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section7\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(26,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right7\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(27,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left6\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(28,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section6\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(29,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right6\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(30,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940859f0402\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section6\";s:3:\"int\";s:0:\"\";}','','','Default',0,0,'N;'),(31,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194088d88ad7\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section7\";s:3:\"int\";s:0:\"\";}','','Hidden Sections','Default',0,0,'N;'),(32,'O:8:\"stdClass\":3:{s:3:\"mod\";s:20:\"administrationmodule\";s:3:\"src\";N;s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section7\";s:3:\"int\";s:0:\"\";}','','','Default',1,1,'N;'),(33,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left5\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(34,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section5\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(35,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right5\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(36,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194098104f90\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section5\";s:3:\"int\";s:0:\"\";}','','Using Weblogs (or \'Blogging\')','Default',0,0,'N;'),(37,'O:8:\"stdClass\":3:{s:3:\"mod\";s:12:\"weblogmodule\";s:3:\"src\";s:20:\"@random41940a4020842\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section5\";s:3:\"int\";s:0:\"\";}','','Exponent Weblog','Default',1,0,'N;'),(38,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section3\";s:3:\"int\";s:0:\"\";}','','Site News','Default',1,0,'N;'),(39,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right1\";s:3:\"int\";s:0:\"\";}','','','Summary',1,1,'N;'),(48,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left9\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(49,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section9\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(41,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"resourcesmodule\";s:3:\"src\";s:20:\"@random41940ceb78dbb\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section6\";s:3:\"int\";s:0:\"\";}','','Exponent Resources','Descriptive',1,0,'N;'),(42,'O:8:\"stdClass\":3:{s:3:\"mod\";s:13:\"contactmodule\";s:3:\"src\";s:20:\"@random41940cfd10647\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section6\";s:3:\"int\";s:0:\"\";}','','Contact the Developers','Default',3,0,'N;'),(43,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940d1e14455\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section6\";s:3:\"int\";s:0:\"\";}','','Using Contact Forms','Default',2,0,'N;'),(44,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:6:\"@left8\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(45,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section8\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(46,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right8\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(47,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940e2869238\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section8\";s:3:\"int\";s:0:\"\";}','','','Default',0,0,'N;'),(50,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right9\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'),(51,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4198038792cc4\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section9\";s:3:\"int\";s:0:\"\";}','','','Default',0,0,'N;'),(52,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:9:\"@section4\";s:3:\"int\";s:0:\"\";}','','','Monthly',0,0,'N;'),(53,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:7:\"@right4\";s:3:\"int\";s:0:\"\";}','','','Mini-Calendar',1,1,'N;'),(54,'O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"containermodule\";s:3:\"src\";s:5:\"@left\";s:3:\"int\";s:0:\"\";}','N;','','','Default',0,0,'N;'); /*!40000 ALTER TABLE `exponent_container` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_eventdate` -- DROP TABLE IF EXISTS `exponent_eventdate`; CREATE TABLE `exponent_eventdate` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) NOT NULL default '0', `date` int(14) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_eventdate` -- LOCK TABLES `exponent_eventdate` WRITE; /*!40000 ALTER TABLE `exponent_eventdate` DISABLE KEYS */; INSERT INTO `exponent_eventdate` VALUES (1,1,1101272400,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}'),(2,2,1101790800,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}'),(3,3,1101790800,'O:8:\"stdClass\":3:{s:3:\"mod\";s:14:\"calendarmodule\";s:3:\"src\";s:20:\"@random4198072c7e088\";s:3:\"int\";s:0:\"\";}'); /*!40000 ALTER TABLE `exponent_eventdate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_file` -- DROP TABLE IF EXISTS `exponent_file`; CREATE TABLE `exponent_file` ( `id` int(11) NOT NULL auto_increment, `directory` varchar(250) NOT NULL default '', `filename` varchar(250) NOT NULL default '', `mimetype` varchar(100) NOT NULL default '', `poster` int(11) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `filesize` int(8) NOT NULL default '0', `accesscount` int(8) NOT NULL default '0', `last_accessed` int(14) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_file` -- LOCK TABLES `exponent_file` WRITE; /*!40000 ALTER TABLE `exponent_file` DISABLE KEYS */; INSERT INTO `exponent_file` VALUES (1,'files/imagemanagermodule/@random41940634b401d','www3d_opt.jpg','image/jpeg',1,1100220001,1938,0,1100220001),(2,'files/imagemanagermodule/@random41940634b401d','blocks_opt.jpg','image/jpeg',1,1100221261,3774,0,1100221261),(8,'files/resourcesmodule/@random41940ceb78dbb','1100483107_example.sxw','application/vnd.sun.xml.writer',1,1100483107,5237,0,1100483107),(7,'files/resourcesmodule/@random41940ceb78dbb','1100483043_example.pdf','application/pdf',1,1100483043,9535,0,1100483043); /*!40000 ALTER TABLE `exponent_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_formbuilder_address` -- DROP TABLE IF EXISTS `exponent_formbuilder_address`; CREATE TABLE `exponent_formbuilder_address` ( `id` int(11) NOT NULL auto_increment, `email` varchar(100) NOT NULL default '', `user_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', `form_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_formbuilder_address` -- LOCK TABLES `exponent_formbuilder_address` WRITE; /*!40000 ALTER TABLE `exponent_formbuilder_address` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_formbuilder_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_formbuilder_control` -- DROP TABLE IF EXISTS `exponent_formbuilder_control`; CREATE TABLE `exponent_formbuilder_control` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `caption` varchar(150) NOT NULL default '', `form_id` int(11) NOT NULL default '0', `data` text NOT NULL, `rank` int(8) NOT NULL default '0', `is_readonly` tinyint(1) NOT NULL default '0', `is_static` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_formbuilder_control` -- LOCK TABLES `exponent_formbuilder_control` WRITE; /*!40000 ALTER TABLE `exponent_formbuilder_control` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_formbuilder_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_formbuilder_form` -- DROP TABLE IF EXISTS `exponent_formbuilder_form`; CREATE TABLE `exponent_formbuilder_form` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `location_data` varchar(200) NOT NULL default '', `table_name` varchar(100) NOT NULL default '', `is_email` tinyint(1) NOT NULL default '0', `is_saved` tinyint(1) NOT NULL default '0', `response` text NOT NULL, `submitbtn` varchar(100) NOT NULL default '', `resetbtn` varchar(100) NOT NULL default '', `subject` varchar(200) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_formbuilder_form` -- LOCK TABLES `exponent_formbuilder_form` WRITE; /*!40000 ALTER TABLE `exponent_formbuilder_form` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_formbuilder_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_formbuilder_report` -- DROP TABLE IF EXISTS `exponent_formbuilder_report`; CREATE TABLE `exponent_formbuilder_report` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `location_data` varchar(200) NOT NULL default '', `text` text NOT NULL, `form_id` int(11) NOT NULL default '0', `column_names` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_formbuilder_report` -- LOCK TABLES `exponent_formbuilder_report` WRITE; /*!40000 ALTER TABLE `exponent_formbuilder_report` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_formbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_geo_country` -- DROP TABLE IF EXISTS `exponent_geo_country`; CREATE TABLE `exponent_geo_country` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `iso_code_2letter` char(2) NOT NULL default '', `iso_code_3letter` char(3) NOT NULL default '', `iso_code_number` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_geo_country` -- LOCK TABLES `exponent_geo_country` WRITE; /*!40000 ALTER TABLE `exponent_geo_country` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_geo_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_geo_region` -- DROP TABLE IF EXISTS `exponent_geo_region`; CREATE TABLE `exponent_geo_region` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `code` varchar(20) NOT NULL default '', `country_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_geo_region` -- LOCK TABLES `exponent_geo_region` WRITE; /*!40000 ALTER TABLE `exponent_geo_region` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_geo_region` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_group` -- DROP TABLE IF EXISTS `exponent_group`; CREATE TABLE `exponent_group` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `description` text NOT NULL, `inclusive` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_group` -- LOCK TABLES `exponent_group` WRITE; /*!40000 ALTER TABLE `exponent_group` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_groupmembership` -- DROP TABLE IF EXISTS `exponent_groupmembership`; CREATE TABLE `exponent_groupmembership` ( `member_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', `is_admin` tinyint(1) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_groupmembership` -- LOCK TABLES `exponent_groupmembership` WRITE; /*!40000 ALTER TABLE `exponent_groupmembership` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_groupmembership` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_grouppermission` -- DROP TABLE IF EXISTS `exponent_grouppermission`; CREATE TABLE `exponent_grouppermission` ( `gid` int(11) NOT NULL default '0', `permission` varchar(20) NOT NULL default '', `module` varchar(100) NOT NULL default '', `source` varchar(100) NOT NULL default '', `internal` varchar(100) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_grouppermission` -- LOCK TABLES `exponent_grouppermission` WRITE; /*!40000 ALTER TABLE `exponent_grouppermission` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_grouppermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_htmlareatoolbar` -- DROP TABLE IF EXISTS `exponent_htmlareatoolbar`; CREATE TABLE `exponent_htmlareatoolbar` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `data` text NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_htmlareatoolbar` -- LOCK TABLES `exponent_htmlareatoolbar` WRITE; /*!40000 ALTER TABLE `exponent_htmlareatoolbar` DISABLE KEYS */; INSERT INTO `exponent_htmlareatoolbar` VALUES (1,'Default','a:3:{i:0;a:10:{i:0;s:11:\"justifyleft\";i:1;s:13:\"justifycenter\";i:2;s:12:\"justifyright\";i:3;s:11:\"justifyfull\";i:4;s:9:\"separator\";i:5;s:6:\"indent\";i:6;s:7:\"outdent\";i:7;s:9:\"separator\";i:8;s:11:\"lefttoright\";i:9;s:11:\"righttoleft\";}i:1;a:10:{i:0;s:4:\"bold\";i:1;s:6:\"italic\";i:2;s:9:\"underline\";i:3;s:13:\"strikethrough\";i:4;s:9:\"separator\";i:5;s:17:\"insertorderedlist\";i:6;s:19:\"insertunorderedlist\";i:7;s:9:\"separator\";i:8;s:9:\"subscript\";i:9;s:11:\"superscript\";}i:2;a:10:{i:0;s:20:\"inserthorizontalrule\";i:1;s:10:\"createlink\";i:2;s:11:\"insertimage\";i:3;s:9:\"separator\";i:4;s:9:\"forecolor\";i:5;s:11:\"hilitecolor\";i:6;s:9:\"separator\";i:7;s:4:\"copy\";i:8;s:3:\"cut\";i:9;s:5:\"paste\";}}',1); /*!40000 ALTER TABLE `exponent_htmlareatoolbar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_htmltemplate` -- DROP TABLE IF EXISTS `exponent_htmltemplate`; CREATE TABLE `exponent_htmltemplate` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `body` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_htmltemplate` -- LOCK TABLES `exponent_htmltemplate` WRITE; /*!40000 ALTER TABLE `exponent_htmltemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_htmltemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_htmltemplateassociation` -- DROP TABLE IF EXISTS `exponent_htmltemplateassociation`; CREATE TABLE `exponent_htmltemplateassociation` ( `template_id` int(11) NOT NULL default '0', `module` varchar(100) NOT NULL default '', `global` tinyint(1) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_htmltemplateassociation` -- LOCK TABLES `exponent_htmltemplateassociation` WRITE; /*!40000 ALTER TABLE `exponent_htmltemplateassociation` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_htmltemplateassociation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_imagegallery_gallery` -- DROP TABLE IF EXISTS `exponent_imagegallery_gallery`; CREATE TABLE `exponent_imagegallery_gallery` ( `id` int(11) NOT NULL auto_increment, `name` varchar(150) NOT NULL default '', `description` text NOT NULL, `box_size` int(8) NOT NULL default '0', `perpage` int(8) NOT NULL default '0', `perrow` int(8) NOT NULL default '0', `location_data` varchar(250) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_imagegallery_gallery` -- LOCK TABLES `exponent_imagegallery_gallery` WRITE; /*!40000 ALTER TABLE `exponent_imagegallery_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_imagegallery_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_imagegallery_image` -- DROP TABLE IF EXISTS `exponent_imagegallery_image`; CREATE TABLE `exponent_imagegallery_image` ( `id` int(11) NOT NULL auto_increment, `name` varchar(150) NOT NULL default '', `description` text NOT NULL, `file_id` int(11) NOT NULL default '0', `gallery_id` int(11) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `rank` int(8) NOT NULL default '0', `newwindow` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_imagegallery_image` -- LOCK TABLES `exponent_imagegallery_image` WRITE; /*!40000 ALTER TABLE `exponent_imagegallery_image` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_imagegallery_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_imagemanageritem` -- DROP TABLE IF EXISTS `exponent_imagemanageritem`; CREATE TABLE `exponent_imagemanageritem` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `name` varchar(200) NOT NULL default '', `description` text NOT NULL, `scale` int(8) NOT NULL default '0', `file_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_imagemanageritem` -- LOCK TABLES `exponent_imagemanageritem` WRITE; /*!40000 ALTER TABLE `exponent_imagemanageritem` DISABLE KEYS */; INSERT INTO `exponent_imagemanageritem` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:18:\"imagemanagermodule\";s:3:\"src\";s:20:\"@random41940634b401d\";s:3:\"int\";s:0:\"\";}','WWW Image','<br />\r\n',20,1),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:18:\"imagemanagermodule\";s:3:\"src\";s:20:\"@random41940634b401d\";s:3:\"int\";s:0:\"\";}','Build Your Site','Pala obruo iusto ex turpis tum indoles facilisi nimis neque, commodo duis. Haero, jus persto, consequat paratus commodo, nonummy commoveo accumsan at nostrud, vel minim odio causa. Enim, ludus oppeto imputo interdico velit sed refero metuo multo. \r\n',20,2); /*!40000 ALTER TABLE `exponent_imagemanageritem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_inbox_contact` -- DROP TABLE IF EXISTS `exponent_inbox_contact`; CREATE TABLE `exponent_inbox_contact` ( `id` int(11) NOT NULL auto_increment, `owner` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `display_name` varchar(50) NOT NULL default '', `notes` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_inbox_contact` -- LOCK TABLES `exponent_inbox_contact` WRITE; /*!40000 ALTER TABLE `exponent_inbox_contact` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_inbox_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_inbox_contactbanned` -- DROP TABLE IF EXISTS `exponent_inbox_contactbanned`; CREATE TABLE `exponent_inbox_contactbanned` ( `id` int(11) NOT NULL auto_increment, `owner` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_inbox_contactbanned` -- LOCK TABLES `exponent_inbox_contactbanned` WRITE; /*!40000 ALTER TABLE `exponent_inbox_contactbanned` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_inbox_contactbanned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_inbox_contactlist` -- DROP TABLE IF EXISTS `exponent_inbox_contactlist`; CREATE TABLE `exponent_inbox_contactlist` ( `id` int(11) NOT NULL auto_increment, `owner` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_inbox_contactlist` -- LOCK TABLES `exponent_inbox_contactlist` WRITE; /*!40000 ALTER TABLE `exponent_inbox_contactlist` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_inbox_contactlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_inbox_contactlist_member` -- DROP TABLE IF EXISTS `exponent_inbox_contactlist_member`; CREATE TABLE `exponent_inbox_contactlist_member` ( `list_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_inbox_contactlist_member` -- LOCK TABLES `exponent_inbox_contactlist_member` WRITE; /*!40000 ALTER TABLE `exponent_inbox_contactlist_member` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_inbox_contactlist_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_inbox_userconfig` -- DROP TABLE IF EXISTS `exponent_inbox_userconfig`; CREATE TABLE `exponent_inbox_userconfig` ( `id` int(11) NOT NULL default '0', `forward` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_inbox_userconfig` -- LOCK TABLES `exponent_inbox_userconfig` WRITE; /*!40000 ALTER TABLE `exponent_inbox_userconfig` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_inbox_userconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_locationref` -- DROP TABLE IF EXISTS `exponent_locationref`; CREATE TABLE `exponent_locationref` ( `module` varchar(100) NOT NULL default '', `source` varchar(100) NOT NULL default '', `internal` varchar(100) NOT NULL default '', `refcount` int(8) NOT NULL default '0', `description` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_locationref` -- LOCK TABLES `exponent_locationref` WRITE; /*!40000 ALTER TABLE `exponent_locationref` DISABLE KEYS */; INSERT INTO `exponent_locationref` VALUES ('navigationmodule','','',1000,''),('loginmodule','','',1000,''),('previewmodule','','',1000,''),('containermodule','@left1','',1000,''),('containermodule','@section1','',1000,''),('containermodule','@right1','',1000,''),('textmodule','footer','',1000,''),('administrationmodule','','',2,''),('textmodule','@random419404caefcef','',1,''),('textmodule','@random4194052be45c3','',1,''),('textmodule','@random4194056cde0cd','',1,''),('textmodule','@random419405c1966ac','',1,''),('imagemanagermodule','@random41940634b401d','',1,''),('textmodule','@random419406fa74f12','',1,''),('containermodule','@left2','',1000,''),('containermodule','@section2','',1000,''),('containermodule','@right2','',1000,''),('textmodule','@random4194074e4d8b7','',1,''),('containermodule','@left3','',1000,''),('containermodule','@section3','',1000,''),('containermodule','@right3','',1000,''),('textmodule','@random4194077998a8b','',1,''),('containermodule','@left4','',1000,''),('containermodule','@section4','',1000,''),('containermodule','@right4','',1000,''),('textmodule','@random419407b5c3260','',1,''),('containermodule','@left7','',1000,''),('containermodule','@section7','',1000,''),('containermodule','@right7','',1000,''),('containermodule','@left6','',1000,''),('containermodule','@section6','',1000,''),('containermodule','@right6','',1000,''),('textmodule','@random41940859f0402','',1,''),('textmodule','@random4194088d88ad7','',1,''),('containermodule','@left5','',1000,''),('containermodule','@section5','',1000,''),('containermodule','@right5','',1000,''),('textmodule','@random4194098104f90','',1,''),('weblogmodule','@random41940a4020842','',1,''),('newsmodule','@random41940a897e943','',2,''),('containermodule','@left9','',1000,''),('resourcesmodule','@random41940ceb78dbb','',1,''),('contactmodule','@random41940cfd10647','',1,''),('textmodule','@random41940d1e14455','',1,''),('containermodule','@left8','',1000,''),('containermodule','@section8','',1000,''),('containermodule','@right8','',1000,''),('textmodule','@random41940e2869238','',1,''),('containermodule','@section9','',1000,''),('containermodule','@right9','',1000,''),('textmodule','@random4198038792cc4','',1,''),('calendarmodule','@random4198072c7e088','',2,''),('containermodule','@left','',1000,''),('textmodule','welcometext','',1000,''); /*!40000 ALTER TABLE `exponent_locationref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_mimetype` -- DROP TABLE IF EXISTS `exponent_mimetype`; CREATE TABLE `exponent_mimetype` ( `mimetype` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `icon` varchar(100) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_mimetype` -- LOCK TABLES `exponent_mimetype` WRITE; /*!40000 ALTER TABLE `exponent_mimetype` DISABLE KEYS */; INSERT INTO `exponent_mimetype` VALUES ('text/plain','Plain Text','document.png'),('image/jpeg','JPEG Image',''),('image/gif','GIF Image',''),('image/png','PNG (Portable Network Graphics) Image',''),('application/pdf','PDF Document','pdf.png'),('application/vnd.sun.xml.writer','Open Office Document','txt2.png'); /*!40000 ALTER TABLE `exponent_mimetype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_modstate` -- DROP TABLE IF EXISTS `exponent_modstate`; CREATE TABLE `exponent_modstate` ( `module` varchar(100) NOT NULL default '', `active` tinyint(1) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_modstate` -- LOCK TABLES `exponent_modstate` WRITE; /*!40000 ALTER TABLE `exponent_modstate` DISABLE KEYS */; INSERT INTO `exponent_modstate` VALUES ('administrationmodule',1),('addressbookmodule',1),('calendarmodule',1),('contactmodule',1),('newsmodule',1),('imagemanagermodule',1),('previewmodule',1),('inboxmodule',1),('resourcesmodule',1),('weblogmodule',1),('textmodule',1); /*!40000 ALTER TABLE `exponent_modstate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_newsitem` -- DROP TABLE IF EXISTS `exponent_newsitem`; CREATE TABLE `exponent_newsitem` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `title` varchar(200) NOT NULL default '', `summary` text NOT NULL, `body` text NOT NULL, `publish` int(14) NOT NULL default '0', `unpublish` int(14) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `approved` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Holds news items'; -- -- Dumping data for table `exponent_newsitem` -- LOCK TABLES `exponent_newsitem` WRITE; /*!40000 ALTER TABLE `exponent_newsitem` DISABLE KEYS */; INSERT INTO `exponent_newsitem` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','Example News Item','','\r\nPatria in vulpes feugait nisl similis iustum transverbero molior lucidus oppeto abico. <br /><br />Veniam\r\ningenium uxor similis illum populus, lobortis. Duis, incassum comis\r\nabigo et incassum incassum eros mara nisl transverbero iusto. Aliquip\r\naugue, rusticus lobortis velit verto opes gilvus neque te hendrerit\r\ntamen, odio. Tum at paulatim, delenit genitus erat eu roto in immitto\r\nillum qui. Ut gravis meus, tation capto nisl, oppeto ut quod. Turpis\r\nconsequat neo gemino, olim ut si mauris in, in nostrud tincidunt\r\nulciscor. At ut letalis, nobis ille persto opto lobortis vero quis nisl\r\neuismod fatua brevitas. Camur sagaciter mos, adipiscing, amet huic eu\r\ndemoveo eros magna iaceo, causa, saepius delenit. <br /><br />Diam eum\r\nabico ratis feugiat volutpat in pertineo, sit valde dignissim reprobo\r\nblandit dolus pneum. Exputo persto sit multo eum, saluto aptent\r\njumentum ex quod, commodo. Adsum feugiat, feugiat nisl in damnum iriure\r\net quia in odio pala, velit. Jus wisi ex lobortis dolor, ludus vel nibh\r\nvaletudo. Euismod vel mauris valetudo abbas facilisis jugis jumentum\r\naugue. <br /><br />Defui, iustum praesent genitus gemino inhibeo exerci\r\nluptatum lucidus. Suscipit, ad in consequat hendrerit vicis nunc\r\ngravis. Similis genitus duis, plaga lucidus accumsan refoveo macto\r\ncommodo duis. Nutus interdico odio consequat nibh gilvus suscipit cui\r\ndamnum duis esse comis abluo vereor damnum. <br /><br />Exerci consequat te blandit oppeto ullamcorper validus commoveo tego proprius distineo. Venio iaceo tum abigo ut antehabeo. <br /><br />Nobis\r\nnunc vero in pagus probo singularis ne voco erat ille exputo os.\r\nAntehabeo, velit fere plaga tamen, sino ibidem neo. Autem exputo ymo\r\npraesent regula adsum consequat nobis damnum, vicis ymo eum facilisi\r\nsino lobortis. Reprobo vereor hendrerit huic similis modo. <br /><br />Hendrerit vindico importunus uxor fatua incassum augue immitto euismod praesent. <br />\r\n',0,0,1100221089,1,1100221089,1,1),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','More News','','Luptatum, sit typicus hos nisl ventosus vel, validus nisl ullamcorper,\r\nvolutpat vel melior quod brevitas. Quia plaga pneum natu cogo elit.\r\nHaero pagus, ille, antehabeo accumsan, feugait iustum sino sudo et\r\ndolor transverbero. Refoveo sit minim neque in illum, incassum blandit\r\nduis blandit usitas, esca indoles. <br /><br />Vulpes\r\nblandit, distineo adsum te metuo, abbas iriure pecus bis, feugiat,\r\nregula vulpes. Eu meus, melior, nostrud abluo, paratus. Duis in vulpes\r\nvero gravis neque vulpes sino te quidne quia decet cogo capto ut. <br /><br />Facilisi ventosus vindico meus vel sit, ut ludus exputo te luctus veniam ludus. <br /><br />Foras\r\nnostrud utinam luptatum ludus abbas neque occuro mos te, neo. Quod quis\r\ntypicus illum saepius neo, ullamcorper neque transverbero haero qui\r\nquis paratus huic neo. Quod, vero letalis loquor eu ut, quibus iusto\r\ncamur tristique ex. Feugiat indoles ratis, natu quae scisco ut rusticus\r\net, opes refoveo. Consequat tincidunt dignissim facilisi zelus iusto\r\nfatua. Nibh facilisi et feugait, vel, suscipit, delenit hendrerit diam\r\nloquor nostrud obruo plaga, adipiscing probo. <br /><br />In hendrerit\r\npala, populus validus luptatum abbas sed. At odio opes te hendrerit\r\npraemitto reprobo luptatum, dignissim eum caecus. Brevitas suscipit vel\r\nabigo epulae bene suscipit ratis qui refero, praemitto in. Sino eu\r\niriure, erat adsum augue reprobo consequat exerci. Velit uxor foras\r\nmeus tamen fatua sed nullus. Praesent, duis tamen opto, duis utrum vel\r\nodio esse vero nunc typicus qui vel. <br /><br />Vulputate nulla saluto\r\nreprobo utrum ea, os lobortis et gemino consequat magna. Laoreet pneum\r\ngilvus huic caecus sed. Incassum lobortis odio immitto macto letalis\r\nnibh praesent jumentum humo, te. Dolore quadrum gravis at huic, sed\r\nrusticus abico adsum eum facilisi ille tego comis. Sudo eligo,\r\nconsequat macto similis rusticus. <br /><br />Suscipere te iriure, in\r\nillum commoveo blandit hendrerit, nullus et usitas, ulciscor inhibeo\r\nlenis. Probo oppeto aliquam exerci nostrud, suscipere verto, neque\r\ngemino tation vulpes pala feugait pecus. Capio si lucidus te enim jus\r\ncapto. Luptatum, sagaciter, tamen nostrud aliquip blandit exerci\r\ndemoveo torqueo luctus secundum ullamcorper wisi appellatio. Magna voco\r\nvel regula epulae proprius odio. Verto brevitas tincidunt molior ut\r\ncommoveo, occuro inhibeo jus aliquam ingenium damnum obruo haero,\r\npaulatim. Lobortis opto tincidunt qui multo laoreet, luptatum vel\r\nappellatio. Blandit vero caecus pneum abluo blandit camur adsum eros\r\nnostrud. <br /><br />Hos, obruo vel, amet eu, ea abigo feugait mos duis\r\nimportunus. In wisi ulciscor at verto capto capto. Neque ex nulla\r\naliquip natu ibidem nonummy. Incassum eu pertineo delenit aliquam cui\r\nabdo diam accumsan letatio iusto hendrerit vel quibus ad. Quis nisl\r\nimputo quis mauris, ludus fatua, eu et, si vicis utrum eum, typicus\r\nzelus. Meus iusto lenis lenis aliquip aliquip, eligo. In, quia nunc\r\ngenitus tum gravis multo vero, facilisis, gravis, tristique, exputo. <br /><br />Saluto\r\niusto aliquip vulputate pecus ullamcorper refoveo, eum dolore exerci,\r\npremo. Vel tamen accumsan roto nimis, quod quidne dolore tincidunt\r\nregula, in tation sed similis demoveo. Gemino amet quae voco enim\r\nsuscipere feugiat vereor. <br /><br />Quod consectetuer capio, consequat\r\nscisco, antehabeo gilvus ea. Zelus, gemino eum in quia multo, ut molior\r\npraemitto ad. Persto vereor lobortis, laoreet sudo exputo imputo, jugis\r\net, opto suscipit delenit utrum oppeto. Nutus scisco decet, autem\r\nvaletudo praesent virtus, melior eu ludus eum. Facilisi utinam cogo\r\nvulputate ideo haero, te vereor. <br /><br />Voco appellatio jus interdico\r\nvalde tego odio bene venio uxor quidne duis quis immitto. Feugiat vel,\r\nroto exputo in velit. Qui pala quadrum reprobo facilisi importunus\r\njugis ut vero usitas ventosus, multo. Cui utrum metuo qui os, zelus\r\npneum metuo. Eum aliquip quis vicis iaceo nibh esse sed, caecus jugis\r\nne ut suscipit. Nulla duis feugait olim obruo praemitto delenit, ille.\r\nCui nunc, tincidunt ventosus, vindico, eu dignissim quia ut cogo.\r\nIllum, lobortis autem luptatum scisco singularis antehabeo autem\r\npraesent sudo exerci. \r\n',0,0,1100221112,1,1100221112,1,1),(3,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','Another News Post','','\r\n\r\nTorqueo eros in, eu refoveo ideo nimis obruo, ut. Facilisi vel tum molior dolore, esse consequat, ex utrum aliquip facilisi. <br /><br />Opes,\r\ncamur roto abdo tum gilvus jugis nulla tincidunt quidem sagaciter. Mara\r\nymo nostrud magna populus quidne. Jumentum jugis, nullus, lenis feugiat\r\nconsequat pertineo tation. Nulla nibh ne, saluto ne saluto, at delenit\r\nimmitto fere. <br /><br />Et illum distineo antehabeo enim quadrum enim at\r\nquidne quod. Odio natu et ad illum valde proprius iustum meus, fere\r\nconsequat sed lobortis. Validus, esse vulputate, ideo iusto luptatum\r\nsit opto. <br /><br />Nulla iriure minim sit elit, quidem facilisi nisl.\r\nFeugiat neo aliquip praesent jus suscipit euismod paulatim capio foras\r\nin haero. Qui epulae, vulputate tristique vel letatio iustum luptatum\r\nsagaciter similis exerci vero. Enim gemino letalis molior eligo\r\nletalis. Ullamcorper macto quidem turpis causa eros nimis mara duis\r\nmelior pecus interdico, tristique, demoveo. <br /><br />Ex fatua iriure\r\nesse, obruo cogo regula wisi. Incassum incassum vel, lobortis valetudo\r\nconventio verto. Luptatum nutus vero, ullamcorper opes abico, fatua\r\nadipiscing erat lobortis tation letatio tation, accumsan. Nulla mara\r\npraesent duis nibh haero dignissim neo, blandit tristique eum. Neo\r\ndolore pertineo eros, reprobo euismod pagus pala pneum esse sagaciter\r\ndefui ex lobortis. Dolus roto genitus humo transverbero vero turpis, os\r\ndistineo, nullus dolore. <br /><br />Ulciscor hos antehabeo esse valetudo\r\ncausa, pneum aliquip gilvus, refoveo eu. Exputo, vindico nulla\r\nconsequat hendrerit dolore iusto humo, macto sit esca aliquip facilisis\r\nad. <br /><br />Nulla abluo feugiat in, foras commoveo facilisi eu decet. Mauris feugiat duis te velit distineo similis eu gravis ad, tamen. <br /><br />Facilisi\r\naliquip quae in diam ullamcorper et occuro vel, iriure quidne. Refoveo\r\nletalis, consequat duis ex defui enim, jugis abdo foras. Suscipere\r\ndolore ut molior augue, facilisis pneum vereor saluto, ea lobortis.\r\nTum, esca demoveo usitas, sed, esse. Quod vel ratis sagaciter eros\r\njumentum ullamcorper causa. Esse nulla dignissim qui at uxor erat defui\r\ndolor ideo. Ea secundum natu ut ex quadrum odio vulpes secundum\r\nconsequat praesent virtus saluto. Causa ut interdico dignissim illum\r\nnunc premo delenit facilisi.\r\n',0,0,1100221133,1,1100221133,1,1); /*!40000 ALTER TABLE `exponent_newsitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_newsitem_wf_info` -- DROP TABLE IF EXISTS `exponent_newsitem_wf_info`; CREATE TABLE `exponent_newsitem_wf_info` ( `real_id` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', `current_major` int(8) NOT NULL default '0', `current_minor` int(8) NOT NULL default '0', `open_slots` int(8) NOT NULL default '0', `updated` int(14) NOT NULL default '0', `current_state_data` text NOT NULL, `policy_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Workflow Summary table for newsitem'; -- -- Dumping data for table `exponent_newsitem_wf_info` -- LOCK TABLES `exponent_newsitem_wf_info` WRITE; /*!40000 ALTER TABLE `exponent_newsitem_wf_info` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_newsitem_wf_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_newsitem_wf_revision` -- DROP TABLE IF EXISTS `exponent_newsitem_wf_revision`; CREATE TABLE `exponent_newsitem_wf_revision` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `title` varchar(200) NOT NULL default '', `summary` text NOT NULL, `body` text NOT NULL, `publish` int(14) NOT NULL default '0', `unpublish` int(14) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `approved` int(8) NOT NULL default '0', `wf_major` int(8) NOT NULL default '0', `wf_minor` int(8) NOT NULL default '0', `wf_original` int(11) NOT NULL default '0', `wf_state_data` text NOT NULL, `wf_approved` tinyint(1) NOT NULL default '0', `wf_type` int(8) NOT NULL default '0', `wf_updated` int(14) NOT NULL default '0', `wf_comment` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Workflow Revisions table for newsitem'; -- -- Dumping data for table `exponent_newsitem_wf_revision` -- LOCK TABLES `exponent_newsitem_wf_revision` WRITE; /*!40000 ALTER TABLE `exponent_newsitem_wf_revision` DISABLE KEYS */; INSERT INTO `exponent_newsitem_wf_revision` VALUES (1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','Example News Item','','\r\nPatria in vulpes feugait nisl similis iustum transverbero molior lucidus oppeto abico. <br /><br />Veniam\r\ningenium uxor similis illum populus, lobortis. Duis, incassum comis\r\nabigo et incassum incassum eros mara nisl transverbero iusto. Aliquip\r\naugue, rusticus lobortis velit verto opes gilvus neque te hendrerit\r\ntamen, odio. Tum at paulatim, delenit genitus erat eu roto in immitto\r\nillum qui. Ut gravis meus, tation capto nisl, oppeto ut quod. Turpis\r\nconsequat neo gemino, olim ut si mauris in, in nostrud tincidunt\r\nulciscor. At ut letalis, nobis ille persto opto lobortis vero quis nisl\r\neuismod fatua brevitas. Camur sagaciter mos, adipiscing, amet huic eu\r\ndemoveo eros magna iaceo, causa, saepius delenit. <br /><br />Diam eum\r\nabico ratis feugiat volutpat in pertineo, sit valde dignissim reprobo\r\nblandit dolus pneum. Exputo persto sit multo eum, saluto aptent\r\njumentum ex quod, commodo. Adsum feugiat, feugiat nisl in damnum iriure\r\net quia in odio pala, velit. Jus wisi ex lobortis dolor, ludus vel nibh\r\nvaletudo. Euismod vel mauris valetudo abbas facilisis jugis jumentum\r\naugue. <br /><br />Defui, iustum praesent genitus gemino inhibeo exerci\r\nluptatum lucidus. Suscipit, ad in consequat hendrerit vicis nunc\r\ngravis. Similis genitus duis, plaga lucidus accumsan refoveo macto\r\ncommodo duis. Nutus interdico odio consequat nibh gilvus suscipit cui\r\ndamnum duis esse comis abluo vereor damnum. <br /><br />Exerci consequat te blandit oppeto ullamcorper validus commoveo tego proprius distineo. Venio iaceo tum abigo ut antehabeo. <br /><br />Nobis\r\nnunc vero in pagus probo singularis ne voco erat ille exputo os.\r\nAntehabeo, velit fere plaga tamen, sino ibidem neo. Autem exputo ymo\r\npraesent regula adsum consequat nobis damnum, vicis ymo eum facilisi\r\nsino lobortis. Reprobo vereor hendrerit huic similis modo. <br /><br />Hendrerit vindico importunus uxor fatua incassum augue immitto euismod praesent. <br />\r\n',0,0,1100221089,1,0,0,0,1,0,1,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100221089,''),(2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','More News','','Luptatum, sit typicus hos nisl ventosus vel, validus nisl ullamcorper,\r\nvolutpat vel melior quod brevitas. Quia plaga pneum natu cogo elit.\r\nHaero pagus, ille, antehabeo accumsan, feugait iustum sino sudo et\r\ndolor transverbero. Refoveo sit minim neque in illum, incassum blandit\r\nduis blandit usitas, esca indoles. <br /><br />Vulpes\r\nblandit, distineo adsum te metuo, abbas iriure pecus bis, feugiat,\r\nregula vulpes. Eu meus, melior, nostrud abluo, paratus. Duis in vulpes\r\nvero gravis neque vulpes sino te quidne quia decet cogo capto ut. <br /><br />Facilisi ventosus vindico meus vel sit, ut ludus exputo te luctus veniam ludus. <br /><br />Foras\r\nnostrud utinam luptatum ludus abbas neque occuro mos te, neo. Quod quis\r\ntypicus illum saepius neo, ullamcorper neque transverbero haero qui\r\nquis paratus huic neo. Quod, vero letalis loquor eu ut, quibus iusto\r\ncamur tristique ex. Feugiat indoles ratis, natu quae scisco ut rusticus\r\net, opes refoveo. Consequat tincidunt dignissim facilisi zelus iusto\r\nfatua. Nibh facilisi et feugait, vel, suscipit, delenit hendrerit diam\r\nloquor nostrud obruo plaga, adipiscing probo. <br /><br />In hendrerit\r\npala, populus validus luptatum abbas sed. At odio opes te hendrerit\r\npraemitto reprobo luptatum, dignissim eum caecus. Brevitas suscipit vel\r\nabigo epulae bene suscipit ratis qui refero, praemitto in. Sino eu\r\niriure, erat adsum augue reprobo consequat exerci. Velit uxor foras\r\nmeus tamen fatua sed nullus. Praesent, duis tamen opto, duis utrum vel\r\nodio esse vero nunc typicus qui vel. <br /><br />Vulputate nulla saluto\r\nreprobo utrum ea, os lobortis et gemino consequat magna. Laoreet pneum\r\ngilvus huic caecus sed. Incassum lobortis odio immitto macto letalis\r\nnibh praesent jumentum humo, te. Dolore quadrum gravis at huic, sed\r\nrusticus abico adsum eum facilisi ille tego comis. Sudo eligo,\r\nconsequat macto similis rusticus. <br /><br />Suscipere te iriure, in\r\nillum commoveo blandit hendrerit, nullus et usitas, ulciscor inhibeo\r\nlenis. Probo oppeto aliquam exerci nostrud, suscipere verto, neque\r\ngemino tation vulpes pala feugait pecus. Capio si lucidus te enim jus\r\ncapto. Luptatum, sagaciter, tamen nostrud aliquip blandit exerci\r\ndemoveo torqueo luctus secundum ullamcorper wisi appellatio. Magna voco\r\nvel regula epulae proprius odio. Verto brevitas tincidunt molior ut\r\ncommoveo, occuro inhibeo jus aliquam ingenium damnum obruo haero,\r\npaulatim. Lobortis opto tincidunt qui multo laoreet, luptatum vel\r\nappellatio. Blandit vero caecus pneum abluo blandit camur adsum eros\r\nnostrud. <br /><br />Hos, obruo vel, amet eu, ea abigo feugait mos duis\r\nimportunus. In wisi ulciscor at verto capto capto. Neque ex nulla\r\naliquip natu ibidem nonummy. Incassum eu pertineo delenit aliquam cui\r\nabdo diam accumsan letatio iusto hendrerit vel quibus ad. Quis nisl\r\nimputo quis mauris, ludus fatua, eu et, si vicis utrum eum, typicus\r\nzelus. Meus iusto lenis lenis aliquip aliquip, eligo. In, quia nunc\r\ngenitus tum gravis multo vero, facilisis, gravis, tristique, exputo. <br /><br />Saluto\r\niusto aliquip vulputate pecus ullamcorper refoveo, eum dolore exerci,\r\npremo. Vel tamen accumsan roto nimis, quod quidne dolore tincidunt\r\nregula, in tation sed similis demoveo. Gemino amet quae voco enim\r\nsuscipere feugiat vereor. <br /><br />Quod consectetuer capio, consequat\r\nscisco, antehabeo gilvus ea. Zelus, gemino eum in quia multo, ut molior\r\npraemitto ad. Persto vereor lobortis, laoreet sudo exputo imputo, jugis\r\net, opto suscipit delenit utrum oppeto. Nutus scisco decet, autem\r\nvaletudo praesent virtus, melior eu ludus eum. Facilisi utinam cogo\r\nvulputate ideo haero, te vereor. <br /><br />Voco appellatio jus interdico\r\nvalde tego odio bene venio uxor quidne duis quis immitto. Feugiat vel,\r\nroto exputo in velit. Qui pala quadrum reprobo facilisi importunus\r\njugis ut vero usitas ventosus, multo. Cui utrum metuo qui os, zelus\r\npneum metuo. Eum aliquip quis vicis iaceo nibh esse sed, caecus jugis\r\nne ut suscipit. Nulla duis feugait olim obruo praemitto delenit, ille.\r\nCui nunc, tincidunt ventosus, vindico, eu dignissim quia ut cogo.\r\nIllum, lobortis autem luptatum scisco singularis antehabeo autem\r\npraesent sudo exerci. \r\n',0,0,1100221112,1,0,0,0,1,0,2,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100221112,''),(3,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"newsmodule\";s:3:\"src\";s:20:\"@random41940a897e943\";s:3:\"int\";s:0:\"\";}','Another News Post','','\r\n\r\nTorqueo eros in, eu refoveo ideo nimis obruo, ut. Facilisi vel tum molior dolore, esse consequat, ex utrum aliquip facilisi. <br /><br />Opes,\r\ncamur roto abdo tum gilvus jugis nulla tincidunt quidem sagaciter. Mara\r\nymo nostrud magna populus quidne. Jumentum jugis, nullus, lenis feugiat\r\nconsequat pertineo tation. Nulla nibh ne, saluto ne saluto, at delenit\r\nimmitto fere. <br /><br />Et illum distineo antehabeo enim quadrum enim at\r\nquidne quod. Odio natu et ad illum valde proprius iustum meus, fere\r\nconsequat sed lobortis. Validus, esse vulputate, ideo iusto luptatum\r\nsit opto. <br /><br />Nulla iriure minim sit elit, quidem facilisi nisl.\r\nFeugiat neo aliquip praesent jus suscipit euismod paulatim capio foras\r\nin haero. Qui epulae, vulputate tristique vel letatio iustum luptatum\r\nsagaciter similis exerci vero. Enim gemino letalis molior eligo\r\nletalis. Ullamcorper macto quidem turpis causa eros nimis mara duis\r\nmelior pecus interdico, tristique, demoveo. <br /><br />Ex fatua iriure\r\nesse, obruo cogo regula wisi. Incassum incassum vel, lobortis valetudo\r\nconventio verto. Luptatum nutus vero, ullamcorper opes abico, fatua\r\nadipiscing erat lobortis tation letatio tation, accumsan. Nulla mara\r\npraesent duis nibh haero dignissim neo, blandit tristique eum. Neo\r\ndolore pertineo eros, reprobo euismod pagus pala pneum esse sagaciter\r\ndefui ex lobortis. Dolus roto genitus humo transverbero vero turpis, os\r\ndistineo, nullus dolore. <br /><br />Ulciscor hos antehabeo esse valetudo\r\ncausa, pneum aliquip gilvus, refoveo eu. Exputo, vindico nulla\r\nconsequat hendrerit dolore iusto humo, macto sit esca aliquip facilisis\r\nad. <br /><br />Nulla abluo feugiat in, foras commoveo facilisi eu decet. Mauris feugiat duis te velit distineo similis eu gravis ad, tamen. <br /><br />Facilisi\r\naliquip quae in diam ullamcorper et occuro vel, iriure quidne. Refoveo\r\nletalis, consequat duis ex defui enim, jugis abdo foras. Suscipere\r\ndolore ut molior augue, facilisis pneum vereor saluto, ea lobortis.\r\nTum, esca demoveo usitas, sed, esse. Quod vel ratis sagaciter eros\r\njumentum ullamcorper causa. Esse nulla dignissim qui at uxor erat defui\r\ndolor ideo. Ea secundum natu ut ex quadrum odio vulpes secundum\r\nconsequat praesent virtus saluto. Causa ut interdico dignissim illum\r\nnunc premo delenit facilisi.\r\n',0,0,1100221133,1,0,0,0,1,0,3,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100221133,''); /*!40000 ALTER TABLE `exponent_newsitem_wf_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_newsmodule_config` -- DROP TABLE IF EXISTS `exponent_newsmodule_config`; CREATE TABLE `exponent_newsmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `sortorder` varchar(100) NOT NULL default '', `sortfield` varchar(100) NOT NULL default '', `item_limit` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_newsmodule_config` -- LOCK TABLES `exponent_newsmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_newsmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_newsmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_passreset_token` -- DROP TABLE IF EXISTS `exponent_passreset_token`; CREATE TABLE `exponent_passreset_token` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL default '0', `token` varchar(150) NOT NULL default '', `expires` int(14) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_passreset_token` -- LOCK TABLES `exponent_passreset_token` WRITE; /*!40000 ALTER TABLE `exponent_passreset_token` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_passreset_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_privatemessage` -- DROP TABLE IF EXISTS `exponent_privatemessage`; CREATE TABLE `exponent_privatemessage` ( `id` int(11) NOT NULL auto_increment, `date_sent` int(14) NOT NULL default '0', `subject` varchar(150) NOT NULL default '', `body` text NOT NULL, `from_id` int(11) NOT NULL default '0', `from_name` varchar(250) NOT NULL default '', `recipient` int(11) NOT NULL default '0', `others` varchar(255) NOT NULL default '', `unread` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_privatemessage` -- LOCK TABLES `exponent_privatemessage` WRITE; /*!40000 ALTER TABLE `exponent_privatemessage` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_privatemessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_profileextension` -- DROP TABLE IF EXISTS `exponent_profileextension`; CREATE TABLE `exponent_profileextension` ( `id` int(11) NOT NULL auto_increment, `extension` varchar(100) NOT NULL default '', `rank` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_profileextension` -- LOCK TABLES `exponent_profileextension` WRITE; /*!40000 ALTER TABLE `exponent_profileextension` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_profileextension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_resourceitem` -- DROP TABLE IF EXISTS `exponent_resourceitem`; CREATE TABLE `exponent_resourceitem` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `location_data` varchar(250) NOT NULL default '', `file_id` int(11) NOT NULL default '0', `flock_owner` int(11) NOT NULL default '0', `approved` int(8) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COMMENT='Holds resource items'; -- -- Dumping data for table `exponent_resourceitem` -- LOCK TABLES `exponent_resourceitem` WRITE; /*!40000 ALTER TABLE `exponent_resourceitem` DISABLE KEYS */; INSERT INTO `exponent_resourceitem` VALUES (5,'PDF Example','Here is an exmaple PDF resource.\r\n','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"resourcesmodule\";s:3:\"src\";s:20:\"@random41940ceb78dbb\";s:3:\"int\";s:0:\"\";}',7,0,1,0,0,0,0),(6,'Open Office Document','The Exponent Resource Manager can handle a wide variety of file types, not just images and plain text files. This is an OpenOffice.org office document (created with the word processing component, Writer).\r\n','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"resourcesmodule\";s:3:\"src\";s:20:\"@random41940ceb78dbb\";s:3:\"int\";s:0:\"\";}',8,0,1,0,0,0,0); /*!40000 ALTER TABLE `exponent_resourceitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_resourceitem_wf_info` -- DROP TABLE IF EXISTS `exponent_resourceitem_wf_info`; CREATE TABLE `exponent_resourceitem_wf_info` ( `real_id` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', `current_major` int(8) NOT NULL default '0', `current_minor` int(8) NOT NULL default '0', `open_slots` int(8) NOT NULL default '0', `updated` int(14) NOT NULL default '0', `current_state_data` text NOT NULL, `policy_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Workflow Summary table for resourceitem'; -- -- Dumping data for table `exponent_resourceitem_wf_info` -- LOCK TABLES `exponent_resourceitem_wf_info` WRITE; /*!40000 ALTER TABLE `exponent_resourceitem_wf_info` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_resourceitem_wf_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_resourceitem_wf_revision` -- DROP TABLE IF EXISTS `exponent_resourceitem_wf_revision`; CREATE TABLE `exponent_resourceitem_wf_revision` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `location_data` varchar(250) NOT NULL default '', `file_id` int(11) NOT NULL default '0', `flock_owner` int(11) NOT NULL default '0', `approved` int(8) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `wf_major` int(8) NOT NULL default '0', `wf_minor` int(8) NOT NULL default '0', `wf_original` int(11) NOT NULL default '0', `wf_state_data` text NOT NULL, `wf_approved` tinyint(1) NOT NULL default '0', `wf_type` int(8) NOT NULL default '0', `wf_updated` int(14) NOT NULL default '0', `wf_comment` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COMMENT='Workflow Revisions table for resourceitem'; -- -- Dumping data for table `exponent_resourceitem_wf_revision` -- LOCK TABLES `exponent_resourceitem_wf_revision` WRITE; /*!40000 ALTER TABLE `exponent_resourceitem_wf_revision` DISABLE KEYS */; INSERT INTO `exponent_resourceitem_wf_revision` VALUES (6,'Open Office Document','The Exponent Resource Manager can handle a wide variety of file types, not just images and plain text files. This is an OpenOffice.org office document (created with the word processing component, Writer).\r\n','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"resourcesmodule\";s:3:\"src\";s:20:\"@random41940ceb78dbb\";s:3:\"int\";s:0:\"\";}',8,0,2,0,0,0,0,1,0,6,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100483107,''),(5,'PDF Example','Here is an exmaple PDF resource.\r\n','O:8:\"stdClass\":3:{s:3:\"mod\";s:15:\"resourcesmodule\";s:3:\"src\";s:20:\"@random41940ceb78dbb\";s:3:\"int\";s:0:\"\";}',7,0,2,0,0,0,0,1,0,5,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100483043,''); /*!40000 ALTER TABLE `exponent_resourceitem_wf_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_rotator_item` -- DROP TABLE IF EXISTS `exponent_rotator_item`; CREATE TABLE `exponent_rotator_item` ( `id` int(11) NOT NULL auto_increment, `text` mediumtext NOT NULL, `location_data` varchar(250) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_rotator_item` -- LOCK TABLES `exponent_rotator_item` WRITE; /*!40000 ALTER TABLE `exponent_rotator_item` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_rotator_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_search` -- DROP TABLE IF EXISTS `exponent_search`; CREATE TABLE `exponent_search` ( `id` int(11) NOT NULL auto_increment, `original_id` int(11) NOT NULL default '0', `title` text NOT NULL, `posted` int(14) NOT NULL default '0', `body` text NOT NULL, `view_link` text NOT NULL, `location_data` varchar(250) NOT NULL default '', `view_perm` varchar(250) NOT NULL default '', `category` varchar(150) NOT NULL default '', `ref_module` varchar(100) NOT NULL default '', `ref_type` varchar(100) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_search` -- LOCK TABLES `exponent_search` WRITE; /*!40000 ALTER TABLE `exponent_search` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_search_extension` -- DROP TABLE IF EXISTS `exponent_search_extension`; CREATE TABLE `exponent_search_extension` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(250) NOT NULL default '', `extension` varchar(200) NOT NULL default '', `rank` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_search_extension` -- LOCK TABLES `exponent_search_extension` WRITE; /*!40000 ALTER TABLE `exponent_search_extension` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_search_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_searchmodule_config` -- DROP TABLE IF EXISTS `exponent_searchmodule_config`; CREATE TABLE `exponent_searchmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `is_categorized` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_searchmodule_config` -- LOCK TABLES `exponent_searchmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_searchmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_searchmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_section` -- DROP TABLE IF EXISTS `exponent_section`; CREATE TABLE `exponent_section` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `subtheme` varchar(100) NOT NULL default '', `public` tinyint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `rank` int(8) NOT NULL default '0', `page_title` varchar(200) NOT NULL default '', `keywords` text NOT NULL, `description` text NOT NULL, `alias_type` int(8) NOT NULL default '0', `external_link` text NOT NULL, `internal_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_section` -- LOCK TABLES `exponent_section` WRITE; /*!40000 ALTER TABLE `exponent_section` DISABLE KEYS */; INSERT INTO `exponent_section` VALUES (1,'Home','',1,1,0,0,'','','',0,'',0),(2,'About Us','',1,1,0,1,'','','',0,'',0),(3,'News','',1,1,0,2,'','','',0,'',0),(4,'Events','',1,1,0,3,'','','',0,'',0),(5,'My Blog','',1,1,0,4,'','','',0,'',0),(6,'Other Modules','',1,1,0,5,'','','',0,'',0),(7,'Staff Only - Hidden Section','',0,1,0,6,'','','',0,'',0),(8,'A Subsection','',1,1,1,0,'','','',0,'',0),(9,'Another Subsection','',1,1,1,1,'','','',0,'',0); /*!40000 ALTER TABLE `exponent_section` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_section_template` -- DROP TABLE IF EXISTS `exponent_section_template`; CREATE TABLE `exponent_section_template` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `subtheme` varchar(100) NOT NULL default '', `public` tinyint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `rank` int(8) NOT NULL default '0', `page_title` varchar(200) NOT NULL default '', `keywords` text NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_section_template` -- LOCK TABLES `exponent_section_template` WRITE; /*!40000 ALTER TABLE `exponent_section_template` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_section_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_sectionref` -- DROP TABLE IF EXISTS `exponent_sectionref`; CREATE TABLE `exponent_sectionref` ( `id` int(11) NOT NULL auto_increment, `module` varchar(100) NOT NULL default '', `source` varchar(100) NOT NULL default '', `internal` varchar(100) NOT NULL default '', `section` int(11) NOT NULL default '0', `refcount` int(8) NOT NULL default '0', `is_original` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_sectionref` -- LOCK TABLES `exponent_sectionref` WRITE; /*!40000 ALTER TABLE `exponent_sectionref` DISABLE KEYS */; INSERT INTO `exponent_sectionref` VALUES (1,'administrationmodule','','',1,1,0),(2,'textmodule','@random419404caefcef','',1,1,0),(3,'textmodule','@random4194052be45c3','',1,1,0),(4,'textmodule','@random4194056cde0cd','',1,1,0),(5,'textmodule','@random419405c1966ac','',1,1,0),(6,'imagemanagermodule','@random41940634b401d','',1,1,0),(7,'textmodule','@random419406fa74f12','',1,1,0),(8,'textmodule','@random4194074e4d8b7','',2,1,0),(9,'textmodule','@random4194077998a8b','',3,1,0),(10,'textmodule','@random419407b5c3260','',4,1,0),(11,'textmodule','@random419407f97a7e8','',4,0,0),(12,'textmodule','@random41940859f0402','',6,1,0),(13,'textmodule','@random4194088d88ad7','',7,1,0),(14,'administrationmodule','','',7,1,0),(15,'textmodule','@random4194098104f90','',5,1,0),(16,'weblogmodule','@random41940a4020842','',5,1,0),(17,'newsmodule','@random41940a897e943','',3,2,0),(18,'contactmodule','@random41940cb9c2bc6','',2,0,0),(19,'resourcesmodule','@random41940ceb78dbb','',6,1,0),(20,'contactmodule','@random41940cfd10647','',6,1,0),(21,'textmodule','@random41940d1e14455','',6,1,0),(22,'textmodule','@random41940e2869238','',8,1,0),(23,'textmodule','@random4198038792cc4','',9,1,0),(24,'calendarmodule','@random4198072c7e088','',4,2,0); /*!40000 ALTER TABLE `exponent_sectionref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_sessionticket` -- DROP TABLE IF EXISTS `exponent_sessionticket`; CREATE TABLE `exponent_sessionticket` ( `ticket` varchar(23) NOT NULL default '', `uid` int(11) NOT NULL default '0', `last_active` int(14) NOT NULL default '0', `refresh` tinyint(1) NOT NULL default '0', `ip_address` varchar(15) NOT NULL default '', `start_time` int(14) NOT NULL default '0', `browser` varchar(250) NOT NULL default '', PRIMARY KEY (`ticket`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_sessionticket` -- LOCK TABLES `exponent_sessionticket` WRITE; /*!40000 ALTER TABLE `exponent_sessionticket` DISABLE KEYS */; INSERT INTO `exponent_sessionticket` VALUES ('4247106cf14c70.13120091',1,1111953580,0,'67.176.113.49',1111953516,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2'),('4247254244bb65.78461972',1,1111959310,0,'67.176.113.49',1111958850,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'); /*!40000 ALTER TABLE `exponent_sessionticket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_sharedcore_core` -- DROP TABLE IF EXISTS `exponent_sharedcore_core`; CREATE TABLE `exponent_sharedcore_core` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `path` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_sharedcore_core` -- LOCK TABLES `exponent_sharedcore_core` WRITE; /*!40000 ALTER TABLE `exponent_sharedcore_core` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_sharedcore_core` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_sharedcore_extension` -- DROP TABLE IF EXISTS `exponent_sharedcore_extension`; CREATE TABLE `exponent_sharedcore_extension` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `type` int(8) NOT NULL default '0', `locked` tinyint(1) NOT NULL default '0', `site_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_sharedcore_extension` -- LOCK TABLES `exponent_sharedcore_extension` WRITE; /*!40000 ALTER TABLE `exponent_sharedcore_extension` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_sharedcore_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_sharedcore_site` -- DROP TABLE IF EXISTS `exponent_sharedcore_site`; CREATE TABLE `exponent_sharedcore_site` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `path` text NOT NULL, `relpath` text NOT NULL, `host` text NOT NULL, `core_id` int(11) NOT NULL default '0', `inactive` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_sharedcore_site` -- LOCK TABLES `exponent_sharedcore_site` WRITE; /*!40000 ALTER TABLE `exponent_sharedcore_site` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_sharedcore_site` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_slideshow_slide` -- DROP TABLE IF EXISTS `exponent_slideshow_slide`; CREATE TABLE `exponent_slideshow_slide` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `description` text NOT NULL, `file_id` int(11) NOT NULL default '0', `scale` int(8) NOT NULL default '0', `location_data` varchar(250) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_slideshow_slide` -- LOCK TABLES `exponent_slideshow_slide` WRITE; /*!40000 ALTER TABLE `exponent_slideshow_slide` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_slideshow_slide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_slideshowmodule_config` -- DROP TABLE IF EXISTS `exponent_slideshowmodule_config`; CREATE TABLE `exponent_slideshowmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `delay` int(8) NOT NULL default '0', `random` tinyint(1) NOT NULL default '0', `img_width` int(8) NOT NULL default '0', `img_height` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_slideshowmodule_config` -- LOCK TABLES `exponent_slideshowmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_slideshowmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_slideshowmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_swfitem` -- DROP TABLE IF EXISTS `exponent_swfitem`; CREATE TABLE `exponent_swfitem` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `bgcolor` varchar(12) NOT NULL default '', `height` int(8) NOT NULL default '0', `width` int(8) NOT NULL default '0', `alignment` int(8) NOT NULL default '0', `swf_id` int(11) NOT NULL default '0', `alt_image_id` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', `loop` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `name` (`name`(10)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_swfitem` -- LOCK TABLES `exponent_swfitem` WRITE; /*!40000 ALTER TABLE `exponent_swfitem` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_swfitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_textitem` -- DROP TABLE IF EXISTS `exponent_textitem`; CREATE TABLE `exponent_textitem` ( `id` int(11) NOT NULL auto_increment, `text` mediumtext NOT NULL, `approved` int(8) NOT NULL default '0', `location_data` varchar(250) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COMMENT='Text Items'; -- -- Dumping data for table `exponent_textitem` -- LOCK TABLES `exponent_textitem` WRITE; /*!40000 ALTER TABLE `exponent_textitem` DISABLE KEYS */; INSERT INTO `exponent_textitem` VALUES (1,'When you are logged into the system as the administrator, you will see\r\nthe administration module appear below. This is where you perform\r\nsystem-wide configurations. You may configure the system to show the\r\nAdministration module in a specific location, or you can place the\r\nmodule where you would like througout the site using the standard \'Add\r\nModule\' interfaces (the + signs).\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419404caefcef\";s:3:\"int\";s:0:\"\";}'),(2,'This is a simple text module, which is viewable on the Home page\r\nsection. Modules in side bars such as this can be configured to be\r\nviewable in just a particular section, or globally. Text modules are\r\nused for entering simple content.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194052be45c3\";s:3:\"int\";s:0:\"\";}'),(3,'When you are logged into the system as a user with rights on the module\r\nbelow, you will see an example of an Image Manager Module. Image\r\nManagers are used to manage the image content you will use throughout\r\nyour site and are not visible to the average user. You can place\r\nimage managers wherever you\'d like and give content editing users\r\nrights to upload, edit, and delete the images contained in the module.\r\n To include an image in your site content, simply edit the content\r\nand click the Insert Image icon in the WYSIWYG editor. This will\r\nlaunch the content picker and allow you to pick the image you would\r\nlike.<br /><br />Image Galleries are seperate modules used for organizing your pictures in galleries for direct viewing on your website. \r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194056cde0cd\";s:3:\"int\";s:0:\"\";}'),(4,'\r\n<table rules=\"none\" frame=\"void\" border=\"0\" style=\"border-style: none; width: 100%; background-image: none; float: none; text-align: left; vertical-align: top;\"><tbody><tr><td><img vspace=\"0\" hspace=\"0\" border=\"0\" src=\"files/imagemanagermodule/@random41940634b401d/www3d_opt.jpg\" /><br /></td><td><br />\r\n"Content Management" is one of the biggest buzzwords on the lips of IT\r\nstaff and management alike. Exponent brings the power of maintaining a\r\nwebsite into the hands of nontechnical people. With point-and-click\r\nease, updating your site has never been easier!<br /></td></tr></tbody></table><br /><span style=\"font-weight: bold;\">Point and Click Ease</span><br />With minimal computer skills, you can securely login to your website anytime, anywhere, and update your site as easily as sending email. With Exponent\'s advanced content editor, you can effortlessly create content, or cut and paste from almost any source, including PDFs and Word documents.<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Design Flexibility</span><br />Unlike most content management systems, Exponent allows for complete design flexibility. Virtually any web layout can be integrated as an Exponent site. The system has been conceived and implemented based on strict data and design separation, which allows for virtually limitless designs. All module-based content utilizes design \'views\', which can be created easily and dropped into place for use.<br /><br /><span style=\"font-weight: bold;\">Dynamic Navigation and Content</span><br />Site structure can be created on-the-fly in the browser, in just seconds. Specialized modules provide the means to manage specific types of content, like Calendar events and News postings. All content editing is done \'inline\', which means there is no need for a separate, back-end interface. Simply surf to the content you want to maintain and start editing!<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Robust User Management</span><br />IT staff and managers can delegate site maintenance duties to any number of staff members, through user and gruop permissions. Permissions can be set as restrictively or permissively as needed.<br />',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419405c1966ac\";s:3:\"int\";s:0:\"\";}'),(5,'\r\n This is a great page for putting information about your website, organization or company.<br /><br />Ut ut esse immitto obruo in, nobis aliquip feugiat. Dolore qui volutpat\r\nadipiscing molior qui vindico, in, ad natu. Tum facilisi si dolore,\r\nnullus pertineo premo eum hos, nullus importunus duis sed cogo iustum.\r\nAcsi lucidus jugis voco hendrerit si neo erat erat uxor. Damnum, iustum\r\nibidem feugait nisl foras abluo. Saluto pecus zelus adipiscing wisi\r\ncapio aliquam dolore damnum ullamcorper, secundum. <br /><br />Abigo\r\nne mos ea meus at. Et eros feugiat, esse consequat ne verto similis\r\nnisl gravis consequat scisco sagaciter. Utrum, gilvus importunus\r\nfeugiat ex causa quidne quadrum duis dignissim ut fere defui. Feugait\r\nsimilis scisco praemitto feugiat, capio ut facilisi feugait feugait,\r\nautem praesent ingenium. Ea ventosus conventio te, tristique modo.\r\nDuis, blandit sudo nostrud ulciscor, appellatio suscipit ullamcorper\r\nlobortis suscipit, opto zelus. Abluo facilisi tincidunt exerci in,\r\nimputo dolus similis aptent, patria, esca, mara praesent consequat\r\nexputo. <br /><br />Praemitto valde, opto esse cogo augue ut transverbero\r\nluptatum gravis ibidem lobortis feugait feugiat. Odio turpis esse\r\nvirtus dignissim jus vero singularis capto luptatum demoveo macto, at\r\nnatu. Tincidunt, ut luctus praesent odio gemino tristique blandit iusto\r\nsuscipit enim ea iustum. Diam duis, eros interdico modo dolore jugis\r\nsed consequat usitas facilisis velit. <br /><br />\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194074e4d8b7\";s:3:\"int\";s:0:\"\";}'),(6,'The news module below contains several example news posts / press\r\nreleases. The module automatically formats your content with a Title,\r\nSummary, and \'Read More\' link. The summary is auto-generated by taking\r\nthe news post body content up to the first line break / carriage return.<br /><br />The\r\nsame news module below is also displayed in the right column on the\r\nhome page (for some themes) using a different \'view\'. This is an\r\nexample of content reusability.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194077998a8b\";s:3:\"int\";s:0:\"\";}'),(7,'The large calendar in the main body of this page and the mini-calendar\r\nbelow share the same content. They are two instances of the same\r\nmodule shown using two different \'views\'. To experiment more with\r\nviews, click the little blue gear icon in either module\'s\r\ntoolbar and change the view.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419407b5c3260\";s:3:\"int\";s:0:\"\";}'),(10,'While most sections on a typical website will be publically viewable by anyone, Exponent allows them to be made private. These hidden sections, like this one, are only viewable by users who have explicitly been granted viewing rights, and are never accessible to anonymous users.<br /><br />Hidden sections are great places to put sensitive information for staff members, working groups, etc. They are also good for housing administrative modules like the Administration Control Panel, shown below.<br />\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194088d88ad7\";s:3:\"int\";s:0:\"\";}'),(11,'A weblog, or \'blog\', is a personal online journal that you can use to post thoughts, ideas and inspirations, or talk about your day. Blogs are very versatile applications which are being used more and more for collaboration.<br /><br />Shown below is the Exponent Weblog module. It currently supports commenting, giving the weblog owner the ability to let users comment on blog entries.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194098104f90\";s:3:\"int\";s:0:\"\";}'),(9,'\r\n The following module is a Resource Module. It is used for\r\nfile-based resource management, such as documents, spreadsheets, MP3\'s,\r\netc. <br /><br />There are several different views available, including those with and without file descriptions, and with and without icons.<br /><br />Uploading\r\nto a resource module is a very easy point and click operation. File\r\ntypes are determined by the mime type of the file (something that is automatically detected for you), and the icons\r\ndisplayed are configurable in the administration interface (File Types link under the Files Subsystem heading).<br /><br />The Resource Module also allows you to optionally \'Lock\' and \'Update\' resources, effective for document collaboration efforts.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940859f0402\";s:3:\"int\";s:0:\"\";}'),(12,'\r\n The module below is a News Module, shown using the \'Summary\' view. Visit the <a title=\"News section\" href=\"?section=3\">News section</a> to see the same module and same content shown using a different view. This is an example of content reusability.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419406fa74f12\";s:3:\"int\";s:0:\"\";}'),(13,'Contact Forms provide your website visitors with an easy method of getting in touch with you. Through views, both the form the user fills out, and the format of the message sent can be changed.<br /><br />The\r\nemail addresses to which messages are sent are easily configurable.\r\nMultiple email addresses can be configured per instance of a contact\r\nform. The forms may be emailed to external addressess or system users.\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940d1e14455\";s:3:\"int\";s:0:\"\";}'),(14,'Et veniam exputo vel nonummy cui opes odio enim plaga turpis nimis et et gilvus. <br /><br />Et utrum abdo comis hendrerit imputo uxor. Suscipit illum torqueo nullus vulputate epulae. Tation appellatio in exerci aptent pala quis illum nisl, olim nostrud eligo dolore, in te. Genitus quidem genitus lucidus et appellatio facilisis epulae, ibidem, huic vero. Qui, usitas in, demoveo vel letalis consequat macto commodo decet quia fere refero. Vel eu praesent te diam plaga iriure ad dignissim suscipere. Pertineo incassum delenit opes eum lobortis eros ventosus modo quidem vero jugis euismod et enim. Lobortis oppeto persto vel molior dolore tamen probo vel dolore consectetuer quidem eum gravis inhibeo. <br /><br />Eum uxor hendrerit bis venio, ut, utinam facilisis venio. Premo, demoveo, persto nulla uxor minim oppeto. Plaga obruo ut adipiscing fere, vindico opto, tristique. Incassum esca duis tation camur exerci praesent vicis indoles ut nullus dignissim luptatum magna. Ex interdico, utrum proprius at blandit letalis laoreet magna, pagus antehabeo. Haero enim occuro macto eros dignissim quis tristique. \r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940e2869238\";s:3:\"int\";s:0:\"\";}'),(15,'Any section in the navigation hierarchy is capable of having subsections. This is a second-level section, for instance.<br /><hr style=\"width: 100%; height: 2px;\" /><br />Pecus pecus utinam, iusto, nibh similis, ne pneum quis ut. <br /><br />In nimis epulae, dolus at ludus, autem pertineo suscipit cogo venio. Nunc refoveo velit jumentum, sudo ex ex ullamcorper metuo. Vereor rusticus exerci gemino cogo hendrerit feugiat autem haero paratus. Ad torqueo typicus indoles usitas facilisi ibidem. Nisl, virtus conventio magna vulpes plaga consequat diam ad. Pneum ventosus quae utrum augue in aptent typicus iriure acsi. <br /><br />Premo vel vulpes validus fere, iriure ludus similis praesent nisl odio scisco, venio. Lobortis gilvus consequat utrum jugis haero suscipit, gilvus aptent. Venio fatua probo scisco vel si, ullamcorper sino eros vel facilisis. Ullamcorper zelus sudo commodo consequat te, valde meus ea. Euismod vero duis, similis abbas incassum typicus laoreet, ad duis valde illum typicus. Iriure abbas roto et eu adipiscing. <br />\r\n',1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4198038792cc4\";s:3:\"int\";s:0:\"\";}'); /*!40000 ALTER TABLE `exponent_textitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_textitem_wf_info` -- DROP TABLE IF EXISTS `exponent_textitem_wf_info`; CREATE TABLE `exponent_textitem_wf_info` ( `real_id` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', `current_major` int(8) NOT NULL default '0', `current_minor` int(8) NOT NULL default '0', `open_slots` int(8) NOT NULL default '0', `updated` int(14) NOT NULL default '0', `current_state_data` text NOT NULL, `policy_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Workflow Summary table for textitem'; -- -- Dumping data for table `exponent_textitem_wf_info` -- LOCK TABLES `exponent_textitem_wf_info` WRITE; /*!40000 ALTER TABLE `exponent_textitem_wf_info` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_textitem_wf_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_textitem_wf_revision` -- DROP TABLE IF EXISTS `exponent_textitem_wf_revision`; CREATE TABLE `exponent_textitem_wf_revision` ( `id` int(11) NOT NULL auto_increment, `text` mediumtext NOT NULL, `approved` int(8) NOT NULL default '0', `location_data` varchar(250) NOT NULL default '', `wf_major` int(8) NOT NULL default '0', `wf_minor` int(8) NOT NULL default '0', `wf_original` int(11) NOT NULL default '0', `wf_state_data` text NOT NULL, `wf_approved` tinyint(1) NOT NULL default '0', `wf_type` int(8) NOT NULL default '0', `wf_updated` int(14) NOT NULL default '0', `wf_comment` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COMMENT='Workflow Revisions table for textitem'; -- -- Dumping data for table `exponent_textitem_wf_revision` -- LOCK TABLES `exponent_textitem_wf_revision` WRITE; /*!40000 ALTER TABLE `exponent_textitem_wf_revision` DISABLE KEYS */; INSERT INTO `exponent_textitem_wf_revision` VALUES (1,'When you are logged into the system as the administrator, you will see\r\nthe administration module appear below. This is where you perform\r\nsystem-wide configurations. You may configure the system to show the\r\nAdministration module in a specific location, or you can place the\r\nmodule where you would like througout the site using the standard \'Add\r\nModule\' interfaces (the + signs).\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419404caefcef\";s:3:\"int\";s:0:\"\";}',1,0,1,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100219630,''),(2,'This is a simple text module, which is viewable on the Home page\r\nsection. Modules in side bars such as this can be configured to be\r\nviewable in just a particular section, or globally. Text modules are\r\nused for entering simple content.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194052be45c3\";s:3:\"int\";s:0:\"\";}',1,0,2,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100219716,''),(3,'When you are logged into the system as a user with rights on the module\r\nbelow, you will see an example of an Image Manager Module. Image\r\nManagers are used to manage the image content you will use throughout\r\nyour site and are not visible to the average user. You can place\r\nimage managers wherever you\'d like and give content editing users\r\nrights to upload, edit, and delete the images contained in the module.\r\n To include an image in your site content, simply edit the content\r\nand click the Insert Image icon in the WYSIWYG editor. This will\r\nlaunch the content picker and allow you to pick the image you would\r\nlike.<br /><br />Image Galleries are seperate modules used for organizing your pictures in galleries for direct viewing on your website. \r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194056cde0cd\";s:3:\"int\";s:0:\"\";}',1,0,3,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100219802,''),(4,'\r\n<table rules=\"none\" frame=\"void\" border=\"0\" style=\"border-style: none; width: 100%; background-image: none; float: none; text-align: left; vertical-align: top;\"><tbody><tr><td><img src=\"files/imagemanagermodule/@random418210a40424e/www3d_opt.jpg\" /><br /></td><td><br />\r\n"Content Management" is one of the biggest buzzwords on the lips of IT\r\nstaff and management alike. Exponent brings the power of maintaining a\r\nwebsite into the hands of nontechnical people. With point-and-click\r\nease, updating your site has never been easier!<br /></td></tr></tbody></table><br /><span style=\"font-weight: bold;\">Point and Click Ease</span><br />With minimal computer skills, you can securely login to your website anytime, anywhere, and update your site as easily as sending email. With Exponent\'s advanced content editor, you can effortlessly create content, or cut and paste from almost any source, including PDFs and Word documents.<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Design Flexibility</span><br />Unlike most content management systems, Exponent allows for complete design flexibility. Virtually any web layout can be integrated as an Exponent site. The system has been conceived and implemented based on strict data and design separation, which allows for virtually limitless designs. All module-based content utilizes design \'views\', which can be created easily and dropped into place for use.<br /><br /><span style=\"font-weight: bold;\">Dynamic Navigation and Content</span><br />Site structure can be created on-the-fly in the browser, in just seconds. Specialized modules provide the means to manage specific types of content, like Calendar events and News postings. All content editing is done \'inline\', which means there is no need for a separate, back-end interface. Simply surf to the content you want to maintain and start editing!<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Robust User Management</span><br />IT staff and managers can delegate site maintenance duties to any number of staff members, through user and gruop permissions. Permissions can be set as restrictively or permissively as needed.<br />',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419405c1966ac\";s:3:\"int\";s:0:\"\";}',1,0,4,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220127,''),(5,'\r\n This is a great page for putting information about your website, organization or company.<br /><br />Ut ut esse immitto obruo in, nobis aliquip feugiat. Dolore qui volutpat\r\nadipiscing molior qui vindico, in, ad natu. Tum facilisi si dolore,\r\nnullus pertineo premo eum hos, nullus importunus duis sed cogo iustum.\r\nAcsi lucidus jugis voco hendrerit si neo erat erat uxor. Damnum, iustum\r\nibidem feugait nisl foras abluo. Saluto pecus zelus adipiscing wisi\r\ncapio aliquam dolore damnum ullamcorper, secundum. <br /><br />Abigo\r\nne mos ea meus at. Et eros feugiat, esse consequat ne verto similis\r\nnisl gravis consequat scisco sagaciter. Utrum, gilvus importunus\r\nfeugiat ex causa quidne quadrum duis dignissim ut fere defui. Feugait\r\nsimilis scisco praemitto feugiat, capio ut facilisi feugait feugait,\r\nautem praesent ingenium. Ea ventosus conventio te, tristique modo.\r\nDuis, blandit sudo nostrud ulciscor, appellatio suscipit ullamcorper\r\nlobortis suscipit, opto zelus. Abluo facilisi tincidunt exerci in,\r\nimputo dolus similis aptent, patria, esca, mara praesent consequat\r\nexputo. <br /><br />Praemitto valde, opto esse cogo augue ut transverbero\r\nluptatum gravis ibidem lobortis feugait feugiat. Odio turpis esse\r\nvirtus dignissim jus vero singularis capto luptatum demoveo macto, at\r\nnatu. Tincidunt, ut luctus praesent odio gemino tristique blandit iusto\r\nsuscipit enim ea iustum. Diam duis, eros interdico modo dolore jugis\r\nsed consequat usitas facilisis velit. <br /><br />\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194074e4d8b7\";s:3:\"int\";s:0:\"\";}',1,0,5,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220260,''),(6,'The news module below contains several example news posts / press\r\nreleases. The module automatically formats your content with a Title,\r\nSummary, and \'Read More\' link. The summary is auto-generated by taking\r\nthe news post body content up to the first line break / carriage return.<br /><br />The\r\nsame news module below is also displayed in the right column on the\r\nhome page (for some themes) using a different \'view\'. This is an\r\nexample of content reusability.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194077998a8b\";s:3:\"int\";s:0:\"\";}',1,0,6,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220317,''),(7,'The large calendar in the main body of this page and the mini-calendar\r\nbelow share the same content. They are two instances of the same\r\nmodule shown using two different \'views\'. To experiment more with\r\nviews, click the little blue gear icon in either module\'s\r\ntoolbar and change the view.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419407b5c3260\";s:3:\"int\";s:0:\"\";}',1,0,7,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220382,''),(9,'\r\n The following module is a Resource Module. It is used for\r\nfile-based resource management, such as documents, spreadsheets, MP3\'s,\r\netc. <br /><br />There are several different views available, including those with and without file descriptions, and with and without icons.<br /><br />Uploading\r\nto a resource module is a very easy point and click operation. File\r\ntypes are determined by the mime type of the file (something that is automatically detected for you), and the icons\r\ndisplayed are configurable in the administration interface (File Types link under the Files Subsystem heading).<br /><br />The Resource Module also allows you to optionally \'Lock\' and \'Update\' resources, effective for document collaboration efforts.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940859f0402\";s:3:\"int\";s:0:\"\";}',1,0,9,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220511,''),(10,'While most sections on a typical website will be publically viewable by anyone, Exponent allows them to be made private. These hidden sections, like this one, are only viewable by users who have explicitly been granted viewing rights, and are never accessible to anonymous users.<br /><br />Hidden sections are great places to put sensitive information for staff members, working groups, etc. They are also good for housing administrative modules like the Administration Control Panel, shown below.<br />\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194088d88ad7\";s:3:\"int\";s:0:\"\";}',1,0,10,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220696,''),(11,'A weblog, or \'blog\', is a personal online journal that you can use to post thoughts, ideas and inspirations, or talk about your day. Blogs are very versatile applications which are being used more and more for collaboration.<br /><br />Shown below is the Exponent Weblog module. It currently supports commenting, giving the weblog owner the ability to let users comment on blog entries.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4194098104f90\";s:3:\"int\";s:0:\"\";}',1,0,11,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100220966,''),(12,'\r\n The module below is a News Module, shown using the \'Summary\' view. Visit the <a title=\"News section\" href=\"?section=3\">News section</a> to see the same module and same content shown using a different view. This is an example of content reusability.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419406fa74f12\";s:3:\"int\";s:0:\"\";}',1,0,12,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100221213,''),(13,'Contact Forms provide your website visitors with an easy method of getting in touch with you. Through views, both the form the user fills out, and the format of the message sent can be changed.<br /><br />The\r\nemail addresses to which messages are sent are easily configurable.\r\nMultiple email addresses can be configured per instance of a contact\r\nform. The forms may be emailed to external addressess or system users.\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940d1e14455\";s:3:\"int\";s:0:\"\";}',1,0,13,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100221904,''),(14,'Et veniam exputo vel nonummy cui opes odio enim plaga turpis nimis et et gilvus. <br /><br />Et utrum abdo comis hendrerit imputo uxor. Suscipit illum torqueo nullus vulputate epulae. Tation appellatio in exerci aptent pala quis illum nisl, olim nostrud eligo dolore, in te. Genitus quidem genitus lucidus et appellatio facilisis epulae, ibidem, huic vero. Qui, usitas in, demoveo vel letalis consequat macto commodo decet quia fere refero. Vel eu praesent te diam plaga iriure ad dignissim suscipere. Pertineo incassum delenit opes eum lobortis eros ventosus modo quidem vero jugis euismod et enim. Lobortis oppeto persto vel molior dolore tamen probo vel dolore consectetuer quidem eum gravis inhibeo. <br /><br />Eum uxor hendrerit bis venio, ut, utinam facilisis venio. Premo, demoveo, persto nulla uxor minim oppeto. Plaga obruo ut adipiscing fere, vindico opto, tristique. Incassum esca duis tation camur exerci praesent vicis indoles ut nullus dignissim luptatum magna. Ex interdico, utrum proprius at blandit letalis laoreet magna, pagus antehabeo. Haero enim occuro macto eros dignissim quis tristique. \r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random41940e2869238\";s:3:\"int\";s:0:\"\";}',1,0,14,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100222016,''),(15,'Any section in the navigation hierarchy is capable of having subsections. This is a second-level section, for instance.<br /><hr style=\"width: 100%; height: 2px;\" /><br />Pecus pecus utinam, iusto, nibh similis, ne pneum quis ut. <br /><br />In nimis epulae, dolus at ludus, autem pertineo suscipit cogo venio. Nunc refoveo velit jumentum, sudo ex ex ullamcorper metuo. Vereor rusticus exerci gemino cogo hendrerit feugiat autem haero paratus. Ad torqueo typicus indoles usitas facilisi ibidem. Nisl, virtus conventio magna vulpes plaga consequat diam ad. Pneum ventosus quae utrum augue in aptent typicus iriure acsi. <br /><br />Premo vel vulpes validus fere, iriure ludus similis praesent nisl odio scisco, venio. Lobortis gilvus consequat utrum jugis haero suscipit, gilvus aptent. Venio fatua probo scisco vel si, ullamcorper sino eros vel facilisis. Ullamcorper zelus sudo commodo consequat te, valde meus ea. Euismod vero duis, similis abbas incassum typicus laoreet, ad duis valde illum typicus. Iriure abbas roto et eu adipiscing. <br />\r\n',0,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random4198038792cc4\";s:3:\"int\";s:0:\"\";}',1,0,15,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100481471,''),(16,'\r\n<table rules=\"none\" frame=\"void\" border=\"0\" style=\"border-style: none; width: 100%; background-image: none; float: none; text-align: left; vertical-align: top;\"><tbody><tr><td><img vspace=\"0\" hspace=\"0\" border=\"0\" src=\"files/imagemanagermodule/@random41940634b401d/www3d_opt.jpg\" /><br /></td><td><br />\r\n"Content Management" is one of the biggest buzzwords on the lips of IT\r\nstaff and management alike. Exponent brings the power of maintaining a\r\nwebsite into the hands of nontechnical people. With point-and-click\r\nease, updating your site has never been easier!<br /></td></tr></tbody></table><br /><span style=\"font-weight: bold;\">Point and Click Ease</span><br />With minimal computer skills, you can securely login to your website anytime, anywhere, and update your site as easily as sending email. With Exponent\'s advanced content editor, you can effortlessly create content, or cut and paste from almost any source, including PDFs and Word documents.<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Design Flexibility</span><br />Unlike most content management systems, Exponent allows for complete design flexibility. Virtually any web layout can be integrated as an Exponent site. The system has been conceived and implemented based on strict data and design separation, which allows for virtually limitless designs. All module-based content utilizes design \'views\', which can be created easily and dropped into place for use.<br /><br /><span style=\"font-weight: bold;\">Dynamic Navigation and Content</span><br />Site structure can be created on-the-fly in the browser, in just seconds. Specialized modules provide the means to manage specific types of content, like Calendar events and News postings. All content editing is done \'inline\', which means there is no need for a separate, back-end interface. Simply surf to the content you want to maintain and start editing!<br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Robust User Management</span><br />IT staff and managers can delegate site maintenance duties to any number of staff members, through user and gruop permissions. Permissions can be set as restrictively or permissively as needed.<br />',2,'O:8:\"stdClass\":3:{s:3:\"mod\";s:10:\"textmodule\";s:3:\"src\";s:20:\"@random419405c1966ac\";s:3:\"int\";s:0:\"\";}',2,0,4,'a:2:{i:0;a:1:{i:0;i:1;}i:1;a:1:{i:1;i:1;}}',0,10,1100485700,''); /*!40000 ALTER TABLE `exponent_textitem_wf_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_user` -- DROP TABLE IF EXISTS `exponent_user`; CREATE TABLE `exponent_user` ( `id` int(11) NOT NULL auto_increment, `username` varchar(30) NOT NULL default '', `password` varchar(32) NOT NULL default '', `is_admin` tinyint(1) NOT NULL default '0', `is_acting_admin` tinyint(1) NOT NULL default '0', `is_locked` tinyint(1) NOT NULL default '0', `firstname` varchar(100) NOT NULL default '', `lastname` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `recv_html` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_user` -- LOCK TABLES `exponent_user` WRITE; /*!40000 ALTER TABLE `exponent_user` DISABLE KEYS */; INSERT INTO `exponent_user` VALUES (1,'admin','21232f297a57a5a743894a0e4a801fc3',1,1,0,'','','',0); /*!40000 ALTER TABLE `exponent_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_user_address` -- DROP TABLE IF EXISTS `exponent_user_address`; CREATE TABLE `exponent_user_address` ( `uid` int(11) NOT NULL default '0', `address1` varchar(150) NOT NULL default '', `address2` varchar(150) NOT NULL default '', `city` varchar(100) NOT NULL default '', `state` char(2) NOT NULL default '', `zip` varchar(10) NOT NULL default '', `country` varchar(100) NOT NULL default '', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_user_address` -- LOCK TABLES `exponent_user_address` WRITE; /*!40000 ALTER TABLE `exponent_user_address` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_user_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_user_phone` -- DROP TABLE IF EXISTS `exponent_user_phone`; CREATE TABLE `exponent_user_phone` ( `uid` int(11) NOT NULL default '0', `home_phone` varchar(10) NOT NULL default '', `bus_phone` varchar(10) NOT NULL default '', `other_phone` varchar(10) NOT NULL default '', `pref_contact` varchar(20) NOT NULL default '', `contact_time` varchar(20) NOT NULL default '', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_user_phone` -- LOCK TABLES `exponent_user_phone` WRITE; /*!40000 ALTER TABLE `exponent_user_phone` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_user_phone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_userpermission` -- DROP TABLE IF EXISTS `exponent_userpermission`; CREATE TABLE `exponent_userpermission` ( `uid` int(11) NOT NULL default '0', `permission` varchar(20) NOT NULL default '', `module` varchar(100) NOT NULL default '', `source` varchar(100) NOT NULL default '', `internal` varchar(100) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_userpermission` -- LOCK TABLES `exponent_userpermission` WRITE; /*!40000 ALTER TABLE `exponent_userpermission` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_userpermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_weblog_comment` -- DROP TABLE IF EXISTS `exponent_weblog_comment`; CREATE TABLE `exponent_weblog_comment` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(150) NOT NULL default '', `body` text NOT NULL, `poster` int(11) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_weblog_comment` -- LOCK TABLES `exponent_weblog_comment` WRITE; /*!40000 ALTER TABLE `exponent_weblog_comment` DISABLE KEYS */; INSERT INTO `exponent_weblog_comment` VALUES (1,1,'Re: First Blog Post','\r\nTation iustum, appellatio lobortis ratis exerci, nostrud. Te genitus,\r\nhos transverbero ne incassum iaceo natu luptatum consectetuer pala\r\nfeugait odio.<br />',1,1100221031,1100221031,1); /*!40000 ALTER TABLE `exponent_weblog_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_weblog_post` -- DROP TABLE IF EXISTS `exponent_weblog_post`; CREATE TABLE `exponent_weblog_post` ( `id` int(11) NOT NULL auto_increment, `title` varchar(150) NOT NULL default '', `body` text NOT NULL, `is_private` tinyint(1) NOT NULL default '0', `poster` int(11) NOT NULL default '0', `posted` int(14) NOT NULL default '0', `edited` int(14) NOT NULL default '0', `editor` int(11) NOT NULL default '0', `location_data` varchar(200) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_weblog_post` -- LOCK TABLES `exponent_weblog_post` WRITE; /*!40000 ALTER TABLE `exponent_weblog_post` DISABLE KEYS */; INSERT INTO `exponent_weblog_post` VALUES (1,'First Blog Post','Os hendrerit refoveo duis iriure neque. Ne loquor bis transverbero in\r\npagus vero. Eligo, scisco refero tego ne, fatua feugait eu gilvus\r\nluctus, lobortis. Valde tamen iaceo lobortis wisi patria, olim proprius\r\nconsequat aptent singularis nunc macto augue similis. Duis utrum\r\npraesent in consequat wisi esca, loquor, minim nibh abigo esse\r\nimportunus. Ne lobortis rusticus venio nobis capto diam opto. Iustum\r\nvero acsi, secundum eros, premo in. <br /><br />Aliquip esse nibh illum,\r\nparatus nulla oppeto, huic sino, nobis. Antehabeo vel iriure\r\nullamcorper suscipit ad si quidem reprobo, vereor consequat. Wisi in\r\nletalis obruo feugait indoles facilisi ludus, quibus sagaciter validus.\r\nFacilisis similis iusto os saluto feugiat foras jugis abico imputo,\r\nluptatum, abluo in. \r\n',0,1,1100221011,1100221011,1,'O:8:\"stdClass\":3:{s:3:\"mod\";s:12:\"weblogmodule\";s:3:\"src\";s:20:\"@random41940a4020842\";s:3:\"int\";s:0:\"\";}'); /*!40000 ALTER TABLE `exponent_weblog_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_weblogmodule_config` -- DROP TABLE IF EXISTS `exponent_weblogmodule_config`; CREATE TABLE `exponent_weblogmodule_config` ( `id` int(11) NOT NULL auto_increment, `location_data` varchar(200) NOT NULL default '', `allow_comments` tinyint(1) NOT NULL default '0', `items_per_page` int(8) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_weblogmodule_config` -- LOCK TABLES `exponent_weblogmodule_config` WRITE; /*!40000 ALTER TABLE `exponent_weblogmodule_config` DISABLE KEYS */; /*!40000 ALTER TABLE `exponent_weblogmodule_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `exponent_workflowaction` -- DROP TABLE IF EXISTS `exponent_workflowaction`; CREATE TABLE `exponent_workflowaction` ( `id` int(11) NOT NULL auto_increment, `policy_id` int(11) NOT NULL default '0', `type` int(8) NOT NULL default '0', `rank` int(8) NOT NULL default '0', `method` varchar(100) NOT NULL default '', `parameters` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; -- -- Dumping data for table `exponent_workflowaction` -- LOCK TABLES `exponent_workflowaction` WRITE; /*!40000 ALTER TABLE `exponent_workflowaction` DISABLE KEYS */; INSERT INTO `exponent_workflowaction` VALUES (18,2,10,0,'Redirect User',''),(17,2,8,0,'Redirect User',''),(16,2,7,0,'Redirect User',''),(15,2,6,0,'Redirect User',''),(14,2,4,0,'Redirect User',''),(13,2,3,0,'Redirect User',''),(12,2,2,0,'Redirect User',''),(11,2,1,0,'Redirect User',''),(10,2,0,0,'Redirect User',''),(19,2,11,0,'Redirect User',''),(20,2,5,0,'Show Message','Thank you for your participation in this approval process. The content you approved has met all of the required criteria, and has been published live.'),(21,2,5,1,'Show Back Link',''); /*!40000 ALTER TABLE `exponent_workflowaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_bans` -- DROP TABLE IF EXISTS `forum_bans`; CREATE TABLE `forum_bans` ( `id` int(10) unsigned NOT NULL auto_increment, `username` varchar(200) default NULL, `ip` varchar(255) default NULL, `email` varchar(50) default NULL, `message` varchar(255) default NULL, `expire` int(10) unsigned default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: bans'; -- -- Dumping data for table `forum_bans` -- LOCK TABLES `forum_bans` WRITE; /*!40000 ALTER TABLE `forum_bans` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_bans` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_categories` -- DROP TABLE IF EXISTS `forum_categories`; CREATE TABLE `forum_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `cat_name` varchar(80) NOT NULL default 'New Category', `disp_position` int(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Forum: categories'; -- -- Dumping data for table `forum_categories` -- LOCK TABLES `forum_categories` WRITE; /*!40000 ALTER TABLE `forum_categories` DISABLE KEYS */; INSERT INTO `forum_categories` VALUES (1,'Test category',1); /*!40000 ALTER TABLE `forum_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_censoring` -- DROP TABLE IF EXISTS `forum_censoring`; CREATE TABLE `forum_censoring` ( `id` int(10) unsigned NOT NULL auto_increment, `search_for` varchar(60) NOT NULL default '', `replace_with` varchar(60) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: censoring'; -- -- Dumping data for table `forum_censoring` -- LOCK TABLES `forum_censoring` WRITE; /*!40000 ALTER TABLE `forum_censoring` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_censoring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_config` -- DROP TABLE IF EXISTS `forum_config`; CREATE TABLE `forum_config` ( `conf_name` varchar(255) NOT NULL default '', `conf_value` text, PRIMARY KEY (`conf_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: config'; -- -- Dumping data for table `forum_config` -- LOCK TABLES `forum_config` WRITE; /*!40000 ALTER TABLE `forum_config` DISABLE KEYS */; INSERT INTO `forum_config` VALUES ('o_cur_version','1.2.2'),('o_board_title','Christian Family PunBB forum'),('o_board_desc','Unfortunately no one can be told what PunBB is - you have to see it for yourself.'),('o_server_timezone','-7'),('o_time_format','H:i:s'),('o_date_format','Y-m-d'),('o_timeout_visit','600'),('o_timeout_online','300'),('o_redirect_delay','1'),('o_show_version','1'),('o_show_user_info','1'),('o_show_post_count','1'),('o_smilies','1'),('o_smilies_sig','1'),('o_make_links','1'),('o_default_lang','English'),('o_default_style','Oxygen'),('o_default_user_group','4'),('o_topic_review','15'),('o_disp_topics_default','30'),('o_disp_posts_default','25'),('o_indent_num_spaces','4'),('o_quickpost','1'),('o_users_online','1'),('o_censoring','0'),('o_ranks','1'),('o_show_dot','0'),('o_quickjump','1'),('o_gzip','0'),('o_additional_navlinks',''),('o_report_method','0'),('o_regs_report','0'),('o_mailing_list','alaska@petexian.com'),('o_avatars','1'),('o_avatars_dir','img/avatars'),('o_avatars_width','60'),('o_avatars_height','60'),('o_avatars_size','10240'),('o_search_all_forums','1'),('o_base_url','http://www.petexian.com/blogcms/forum'),('o_admin_email','alaska@petexian.com'),('o_webmaster_email','alaska@petexian.com'),('o_subscriptions','1'),('o_smtp_host','smtp.petexian.com'),('o_smtp_user','alaska@petexian.com'),('o_smtp_pass','pxianj2'),('o_regs_allow','1'),('o_regs_verify','0'),('o_announcement','1'),('o_announcement_message','Welcome to the forum'),('o_rules','0'),('o_rules_message','Enter your rules here.'),('o_maintenance','0'),('o_maintenance_message','The forums are temporarily down for maintenance. Please try again in a few minutes.<br />\n<br />\n/Administrator'),('p_mod_edit_users','1'),('p_mod_rename_users','0'),('p_mod_change_passwords','0'),('p_mod_ban_users','0'),('p_message_bbcode','1'),('p_message_img_tag','1'),('p_message_all_caps','1'),('p_subject_all_caps','1'),('p_sig_all_caps','1'),('p_sig_bbcode','1'),('p_sig_img_tag','0'),('p_sig_length','400'),('p_sig_lines','4'),('p_allow_banned_email','1'),('p_allow_dupe_email','0'),('p_force_guest_email','1'); /*!40000 ALTER TABLE `forum_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_forum_perms` -- DROP TABLE IF EXISTS `forum_forum_perms`; CREATE TABLE `forum_forum_perms` ( `group_id` int(10) NOT NULL default '0', `forum_id` int(10) NOT NULL default '0', `read_forum` tinyint(1) NOT NULL default '1', `post_replies` tinyint(1) NOT NULL default '1', `post_topics` tinyint(1) NOT NULL default '1', PRIMARY KEY (`group_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: forum permissions'; -- -- Dumping data for table `forum_forum_perms` -- LOCK TABLES `forum_forum_perms` WRITE; /*!40000 ALTER TABLE `forum_forum_perms` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_forum_perms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_forums` -- DROP TABLE IF EXISTS `forum_forums`; CREATE TABLE `forum_forums` ( `id` int(10) unsigned NOT NULL auto_increment, `forum_name` varchar(80) NOT NULL default 'New forum', `forum_desc` text, `redirect_url` varchar(100) default NULL, `moderators` text, `num_topics` mediumint(8) unsigned NOT NULL default '0', `num_posts` mediumint(8) unsigned NOT NULL default '0', `last_post` int(10) unsigned default NULL, `last_post_id` int(10) unsigned default NULL, `last_poster` varchar(200) default NULL, `sort_by` tinyint(1) NOT NULL default '0', `disp_position` int(10) NOT NULL default '0', `cat_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Forum: forums'; -- -- Dumping data for table `forum_forums` -- LOCK TABLES `forum_forums` WRITE; /*!40000 ALTER TABLE `forum_forums` DISABLE KEYS */; INSERT INTO `forum_forums` VALUES (1,'Test forum','This is just a test forum',NULL,NULL,2,3,1112049556,3,'blogmaster',0,1,1); /*!40000 ALTER TABLE `forum_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_groups` -- DROP TABLE IF EXISTS `forum_groups`; CREATE TABLE `forum_groups` ( `g_id` int(10) unsigned NOT NULL auto_increment, `g_title` varchar(50) NOT NULL default '', `g_user_title` varchar(50) default NULL, `g_read_board` tinyint(1) NOT NULL default '1', `g_post_replies` tinyint(1) NOT NULL default '1', `g_post_topics` tinyint(1) NOT NULL default '1', `g_post_polls` tinyint(1) NOT NULL default '1', `g_edit_posts` tinyint(1) NOT NULL default '1', `g_delete_posts` tinyint(1) NOT NULL default '1', `g_delete_topics` tinyint(1) NOT NULL default '1', `g_set_title` tinyint(1) NOT NULL default '1', `g_search` tinyint(1) NOT NULL default '1', `g_search_users` tinyint(1) NOT NULL default '1', `g_edit_subjects_interval` smallint(6) NOT NULL default '300', `g_post_flood` smallint(6) NOT NULL default '30', `g_search_flood` smallint(6) NOT NULL default '30', PRIMARY KEY (`g_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='Forum: groups'; -- -- Dumping data for table `forum_groups` -- LOCK TABLES `forum_groups` WRITE; /*!40000 ALTER TABLE `forum_groups` DISABLE KEYS */; INSERT INTO `forum_groups` VALUES (1,'Administrators','Administrator',1,1,1,1,1,1,1,1,1,1,0,0,0),(2,'Moderators','Moderator',1,1,1,1,1,1,1,1,1,1,0,0,0),(3,'Guest',NULL,1,0,0,0,0,0,0,0,1,1,0,0,0),(4,'Members',NULL,1,1,1,1,1,1,1,0,1,1,300,60,30); /*!40000 ALTER TABLE `forum_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_online` -- DROP TABLE IF EXISTS `forum_online`; CREATE TABLE `forum_online` ( `user_id` int(10) unsigned NOT NULL default '1', `ident` varchar(200) NOT NULL default '', `logged` int(10) unsigned NOT NULL default '0', `idle` tinyint(1) NOT NULL default '0', KEY `forum_online_user_id_idx` (`user_id`) ) ENGINE=HEAP DEFAULT CHARSET=latin1 COMMENT='Forum: online'; -- -- Dumping data for table `forum_online` -- LOCK TABLES `forum_online` WRITE; /*!40000 ALTER TABLE `forum_online` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_posts` -- DROP TABLE IF EXISTS `forum_posts`; CREATE TABLE `forum_posts` ( `id` int(10) unsigned NOT NULL auto_increment, `poster` varchar(200) NOT NULL default '', `poster_id` int(10) unsigned NOT NULL default '1', `poster_ip` varchar(15) default NULL, `poster_email` varchar(50) default NULL, `message` text NOT NULL, `hide_smilies` tinyint(1) NOT NULL default '0', `posted` int(10) unsigned NOT NULL default '0', `edited` int(10) unsigned default NULL, `edited_by` varchar(200) default NULL, `topic_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `forum_posts_topic_id_idx` (`topic_id`), KEY `forum_posts_multi_idx` (`poster_id`,`topic_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Forum: posts'; -- -- Dumping data for table `forum_posts` -- LOCK TABLES `forum_posts` WRITE; /*!40000 ALTER TABLE `forum_posts` DISABLE KEYS */; INSERT INTO `forum_posts` VALUES (1,'blogmaster',2,'127.0.0.1',NULL,'If you are looking at this (which I guess you are), the install of PunBB appears to have worked! Now log in and head over to the administration control panel to configure your forum.',0,1111368887,NULL,NULL,1),(2,'blogmaster',2,'67.176.113.49',NULL,'Here\'s our new forum...\n\n;)\n\nPete',0,1111373277,NULL,NULL,2),(3,'blogmaster',2,'67.176.113.49',NULL,'heres a reply\n\n:)',0,1112049556,NULL,NULL,2); /*!40000 ALTER TABLE `forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_ranks` -- DROP TABLE IF EXISTS `forum_ranks`; CREATE TABLE `forum_ranks` ( `id` int(10) unsigned NOT NULL auto_increment, `rank` varchar(50) NOT NULL default '', `min_posts` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Forum: ranks'; -- -- Dumping data for table `forum_ranks` -- LOCK TABLES `forum_ranks` WRITE; /*!40000 ALTER TABLE `forum_ranks` DISABLE KEYS */; INSERT INTO `forum_ranks` VALUES (1,'New member',0),(2,'Member',10); /*!40000 ALTER TABLE `forum_ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_reports` -- DROP TABLE IF EXISTS `forum_reports`; CREATE TABLE `forum_reports` ( `id` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) unsigned NOT NULL default '0', `topic_id` int(10) unsigned NOT NULL default '0', `forum_id` int(10) unsigned NOT NULL default '0', `reported_by` int(10) unsigned NOT NULL default '0', `created` int(10) unsigned NOT NULL default '0', `message` text NOT NULL, `zapped` int(10) unsigned default NULL, `zapped_by` int(10) unsigned default NULL, PRIMARY KEY (`id`), KEY `forum_reports_zapped_idx` (`zapped`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: reports'; -- -- Dumping data for table `forum_reports` -- LOCK TABLES `forum_reports` WRITE; /*!40000 ALTER TABLE `forum_reports` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_search_cache` -- DROP TABLE IF EXISTS `forum_search_cache`; CREATE TABLE `forum_search_cache` ( `id` int(10) unsigned NOT NULL default '0', `ident` varchar(200) NOT NULL default '', `search_data` text NOT NULL, PRIMARY KEY (`id`), KEY `forum_search_cache_ident_idx` (`ident`(8)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: search cache'; -- -- Dumping data for table `forum_search_cache` -- LOCK TABLES `forum_search_cache` WRITE; /*!40000 ALTER TABLE `forum_search_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_search_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_search_matches` -- DROP TABLE IF EXISTS `forum_search_matches`; CREATE TABLE `forum_search_matches` ( `post_id` int(10) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `subject_match` tinyint(1) NOT NULL default '0', KEY `forum_search_matches_word_id_idx` (`word_id`), KEY `forum_search_matches_post_id_idx` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: search matches'; -- -- Dumping data for table `forum_search_matches` -- LOCK TABLES `forum_search_matches` WRITE; /*!40000 ALTER TABLE `forum_search_matches` DISABLE KEYS */; INSERT INTO `forum_search_matches` VALUES (2,1,0),(2,2,0),(2,3,0),(2,4,0),(2,6,1),(2,5,1),(3,1,0),(3,7,0); /*!40000 ALTER TABLE `forum_search_matches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_search_words` -- DROP TABLE IF EXISTS `forum_search_words`; CREATE TABLE `forum_search_words` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `word` varchar(20) character set latin1 collate latin1_bin NOT NULL default '', PRIMARY KEY (`word`), KEY `forum_search_words_id_idx` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COMMENT='Forum: search words'; -- -- Dumping data for table `forum_search_words` -- LOCK TABLES `forum_search_words` WRITE; /*!40000 ALTER TABLE `forum_search_words` DISABLE KEYS */; INSERT INTO `forum_search_words` VALUES (1,'heres'),(2,'new'),(3,'forum..'),(4,'pete'),(5,'welcome'),(6,'forum'),(7,'reply'); /*!40000 ALTER TABLE `forum_search_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_subscriptions` -- DROP TABLE IF EXISTS `forum_subscriptions`; CREATE TABLE `forum_subscriptions` ( `user_id` int(10) unsigned NOT NULL default '0', `topic_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Forum: subscriptions'; -- -- Dumping data for table `forum_subscriptions` -- LOCK TABLES `forum_subscriptions` WRITE; /*!40000 ALTER TABLE `forum_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_topics` -- DROP TABLE IF EXISTS `forum_topics`; CREATE TABLE `forum_topics` ( `id` int(10) unsigned NOT NULL auto_increment, `poster` varchar(200) NOT NULL default '', `subject` varchar(255) NOT NULL default '', `posted` int(10) unsigned NOT NULL default '0', `last_post` int(10) unsigned NOT NULL default '0', `last_post_id` int(10) unsigned NOT NULL default '0', `last_poster` varchar(200) default NULL, `num_views` mediumint(8) unsigned NOT NULL default '0', `num_replies` mediumint(8) unsigned NOT NULL default '0', `closed` tinyint(1) NOT NULL default '0', `sticky` tinyint(1) NOT NULL default '0', `moved_to` int(10) unsigned default NULL, `forum_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `forum_topics_forum_id_idx` (`forum_id`), KEY `forum_topics_moved_to_idx` (`moved_to`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Forum: topics'; -- -- Dumping data for table `forum_topics` -- LOCK TABLES `forum_topics` WRITE; /*!40000 ALTER TABLE `forum_topics` DISABLE KEYS */; INSERT INTO `forum_topics` VALUES (1,'blogmaster','Test post',1111368887,1111368887,1,'blogmaster',1,0,0,0,NULL,1),(2,'blogmaster','Welcome to our Forum',1111373277,1112049556,3,'blogmaster',4,1,0,0,NULL,1); /*!40000 ALTER TABLE `forum_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_users` -- DROP TABLE IF EXISTS `forum_users`; CREATE TABLE `forum_users` ( `id` int(10) unsigned NOT NULL auto_increment, `group_id` int(10) unsigned NOT NULL default '4', `username` varchar(200) NOT NULL default '', `password` varchar(40) NOT NULL default '', `email` varchar(50) NOT NULL default '', `title` varchar(50) default NULL, `realname` varchar(40) default NULL, `url` varchar(100) default NULL, `jabber` varchar(75) default NULL, `icq` varchar(12) default NULL, `msn` varchar(50) default NULL, `aim` varchar(30) default NULL, `yahoo` varchar(30) default NULL, `location` varchar(30) default NULL, `use_avatar` tinyint(1) NOT NULL default '0', `signature` text, `disp_topics` tinyint(3) unsigned default NULL, `disp_posts` tinyint(3) unsigned default NULL, `email_setting` tinyint(1) NOT NULL default '1', `save_pass` tinyint(1) NOT NULL default '1', `notify_with_post` tinyint(1) NOT NULL default '0', `show_smilies` tinyint(1) NOT NULL default '1', `show_img` tinyint(1) NOT NULL default '1', `show_img_sig` tinyint(1) NOT NULL default '1', `show_avatars` tinyint(1) NOT NULL default '1', `show_sig` tinyint(1) NOT NULL default '1', `timezone` float NOT NULL default '0', `language` varchar(25) NOT NULL default 'English', `style` varchar(25) NOT NULL default 'Oxygen', `num_posts` int(10) unsigned NOT NULL default '0', `last_post` int(10) unsigned default NULL, `registered` int(10) unsigned NOT NULL default '0', `registration_ip` varchar(15) NOT NULL default '0.0.0.0', `last_visit` int(10) unsigned NOT NULL default '0', `admin_note` varchar(30) default NULL, `activate_string` varchar(50) default NULL, `activate_key` varchar(8) default NULL, PRIMARY KEY (`id`), KEY `forum_users_registered_idx` (`registered`), KEY `forum_users_username_idx` (`username`(8)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Forum: users'; -- -- Dumping data for table `forum_users` -- LOCK TABLES `forum_users` WRITE; /*!40000 ALTER TABLE `forum_users` DISABLE KEYS */; INSERT INTO `forum_users` VALUES (1,3,'Guest','Guest','Guest',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,1,0,1,1,1,1,1,0,'English','Oxygen',0,NULL,0,'0.0.0.0',0,NULL,NULL,NULL),(2,1,'blogmaster','79a73c09ab4156ca6895cefda0c9ba19e733fff4','alaska@petexian.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,1,0,1,1,1,1,1,0,'English','Oxygen',3,1112049556,1111368887,'127.0.0.1',1112044975,NULL,NULL,NULL); /*!40000 ALTER TABLE `forum_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_actionlog` -- DROP TABLE IF EXISTS `nucleus_actionlog`; CREATE TABLE `nucleus_actionlog` ( `timestamp` datetime NOT NULL default '0000-00-00 00:00:00', `message` varchar(255) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Action log'; -- -- Dumping data for table `nucleus_actionlog` -- LOCK TABLES `nucleus_actionlog` WRITE; /*!40000 ALTER TABLE `nucleus_actionlog` DISABLE KEYS */; INSERT INTO `nucleus_actionlog` VALUES ('2005-03-20 20:42:53','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-20 20:56:01','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-20 21:50:54','Login failed for'),('2005-03-25 22:17:48','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-27 16:13:31','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-27 16:19:57','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-27 16:24:18','Login failed for petexian'),('2005-03-27 16:25:13','Login failed for blogmaster'),('2005-03-27 20:36:35','[blogmaster] Login successful for blogmaster (sharedpc=0)'),('2005-03-28 15:52:02','[blogmaster] Login successful for blogmaster (sharedpc=0)'); /*!40000 ALTER TABLE `nucleus_actionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_ban` -- DROP TABLE IF EXISTS `nucleus_ban`; CREATE TABLE `nucleus_ban` ( `iprange` varchar(15) NOT NULL default '', `reason` varchar(255) NOT NULL default '', `blogid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Banned users from comments'; -- -- Dumping data for table `nucleus_ban` -- LOCK TABLES `nucleus_ban` WRITE; /*!40000 ALTER TABLE `nucleus_ban` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_ban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_blog` -- DROP TABLE IF EXISTS `nucleus_blog`; CREATE TABLE `nucleus_blog` ( `bnumber` int(11) NOT NULL auto_increment, `bname` varchar(60) NOT NULL default '', `bshortname` varchar(15) NOT NULL default '', `bdesc` varchar(200) default NULL, `bcomments` tinyint(2) NOT NULL default '1', `bmaxcomments` int(11) NOT NULL default '0', `btimeoffset` decimal(3,1) NOT NULL default '0.0', `bnotify` varchar(60) default NULL, `burl` varchar(100) default NULL, `bupdate` varchar(60) default NULL, `bdefskin` int(11) NOT NULL default '1', `bpublic` tinyint(2) NOT NULL default '1', `bsendping` tinyint(2) NOT NULL default '0', `bconvertbreaks` tinyint(2) NOT NULL default '1', `bdefcat` int(11) default NULL, `bnotifytype` int(11) NOT NULL default '15', `ballowpast` tinyint(2) NOT NULL default '0', `bincludesearch` tinyint(2) NOT NULL default '0', PRIMARY KEY (`bnumber`), UNIQUE KEY `bnumber` (`bnumber`), UNIQUE KEY `bshortname` (`bshortname`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Blogs'; -- -- Dumping data for table `nucleus_blog` -- LOCK TABLES `nucleus_blog` WRITE; /*!40000 ALTER TABLE `nucleus_blog` DISABLE KEYS */; INSERT INTO `nucleus_blog` VALUES (1,'BLOG:CMS Weblog','Xianweblog','Christian Family Blog',1,0,'-2.0','alaska@petexian.com','http://www.petexian.com/blogcms/','',1,1,0,1,1,105,1,1),(2,'New Blog','newblog','A test blog',1,0,'-2.0','','','',1,1,0,1,2,15,0,0); /*!40000 ALTER TABLE `nucleus_blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_category` -- DROP TABLE IF EXISTS `nucleus_category`; CREATE TABLE `nucleus_category` ( `catid` int(11) NOT NULL auto_increment, `cblog` int(11) NOT NULL default '0', `cname` varchar(40) default NULL, `iurltitle` varchar(40) default NULL, `cdesc` varchar(200) default NULL, `cgroup` int(11) default '1', PRIMARY KEY (`catid`), KEY `iurltitle` (`iurltitle`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Categories'; -- -- Dumping data for table `nucleus_category` -- LOCK TABLES `nucleus_category` WRITE; /*!40000 ALTER TABLE `nucleus_category` DISABLE KEYS */; INSERT INTO `nucleus_category` VALUES (1,1,'BLOG:CMS','blog-cms','BLOG:CMS category',1),(2,2,'General','','Items that do not fit in other categories',1); /*!40000 ALTER TABLE `nucleus_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_comment` -- DROP TABLE IF EXISTS `nucleus_comment`; CREATE TABLE `nucleus_comment` ( `cnumber` int(11) NOT NULL auto_increment, `cbody` text NOT NULL, `cuser` varchar(40) default NULL, `cmail` varchar(100) default NULL, `cmember` int(11) default NULL, `citem` int(11) NOT NULL default '0', `ctime` datetime NOT NULL default '0000-00-00 00:00:00', `chost` varchar(60) default NULL, `cip` varchar(15) NOT NULL default '', `cblog` int(11) NOT NULL default '0', PRIMARY KEY (`cnumber`), UNIQUE KEY `cnumber` (`cnumber`), KEY `citem` (`citem`), FULLTEXT KEY `cbody` (`cbody`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 COMMENT='Comments'; -- -- Dumping data for table `nucleus_comment` -- LOCK TABLES `nucleus_comment` WRITE; /*!40000 ALTER TABLE `nucleus_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_config` -- DROP TABLE IF EXISTS `nucleus_config`; CREATE TABLE `nucleus_config` ( `name` varchar(20) NOT NULL default '', `value` varchar(128) default NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Configuration'; -- -- Dumping data for table `nucleus_config` -- LOCK TABLES `nucleus_config` WRITE; /*!40000 ALTER TABLE `nucleus_config` DISABLE KEYS */; INSERT INTO `nucleus_config` VALUES ('DefaultBlog','1'),('AdminEmail','alaska@petexian.com'),('IndexURL','http://www.petexian.com/blogcms/'),('Language','english'),('SessionCookie','0'),('AllowMemberCreate','0'),('AllowMemberMail','1'),('SiteName','Christian Family Weblog'),('AdminURL','http://www.petexian.com/blogcms/admin/'),('NewMemberCanLogon','1'),('DisableSite','0'),('DisableSiteURL','www.petexian.com'),('LastVisit','0'),('MediaURL','http://www.petexian.com/blogcms/media/'),('AllowedTypes','jpg,jpeg,gif,mpg,mpeg,avi,mov,mp3,swf,png'),('AllowLoginEdit','0'),('AllowUpload','1'),('DisableJsTools','0'),('CookiePath','/'),('CookieDomain',''),('CookieSecure','0'),('MediaPrefix','1'),('MaxUploadSize','5048576'),('NonmemberMail','1'),('PluginURL','http://www.petexian.com/blogcms/admin/plugins/'),('ProtectMemNames','1'),('BaseSkin','1'),('SkinsURL','http://www.petexian.com/blogcms/skins/'),('ActionURL','http://www.petexian.com/blogcms/action.php'),('URLMode','normal'),('DatabaseVersion','v3.6'); /*!40000 ALTER TABLE `nucleus_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_httplog` -- DROP TABLE IF EXISTS `nucleus_httplog`; CREATE TABLE `nucleus_httplog` ( `UID` int(11) NOT NULL auto_increment, `XDATE` varchar(6) default '', `XTIME` varchar(8) default '', `XADDR` varchar(20) default '', `XAGENT` varchar(20) default '', `XPATH` varchar(60) default '', `XREFERER` varchar(160) default '', `XDNS` varchar(60) default '', PRIMARY KEY (`UID`) ) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=latin1 COMMENT='Plugin: Log'; -- -- Dumping data for table `nucleus_httplog` -- LOCK TABLES `nucleus_httplog` WRITE; /*!40000 ALTER TABLE `nucleus_httplog` DISABLE KEYS */; INSERT INTO `nucleus_httplog` VALUES (1,'050320','20:34:59','67.176.113.49','Gecko','/blogcms/index.php','http://www.petexian.com/blogcms/forum/install.php','c-67-176-113-49.client.comcast.net'),(2,'050320','20:55:36','67.176.113.49','Gecko','/blogcms/','','c-67-176-113-49.client.comcast.net'),(3,'050320','20:56:03','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(4,'050320','20:56:16','67.176.113.49','Gecko','/blogcms/?blog=xianweblog','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(5,'050320','21:15:57','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/admin/plugins/table/','c-67-176-113-49.client.comcast.net'),(6,'050320','21:16:20','67.176.113.49','Gecko','/blogcms/?blog=xianweblog','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(7,'050320','21:20:07','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/admin/index.php?action=overview','c-67-176-113-49.client.comcast.net'),(8,'050320','21:25:18','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/admin/index.php','c-67-176-113-49.client.comcast.net'),(9,'050320','22:09:08','67.176.113.49','Gecko','/blogcms/news.php','http://www.petexian.com/blogcms/wiki/index.php?do=show&id=start','c-67-176-113-49.client.comcast.net'),(10,'050320','22:09:31','67.176.113.49','Gecko','/blogcms/contact.php','http://www.petexian.com/blogcms/news.php','c-67-176-113-49.client.comcast.net'),(11,'050320','22:10:01','67.176.113.49','Gecko','/blogcms/contact.php','http://www.petexian.com/blogcms/contact.php','c-67-176-113-49.client.comcast.net'),(12,'050320','22:10:28','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/contact.php','c-67-176-113-49.client.comcast.net'),(13,'050320','22:21:17','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/admin/index.php?action=logout','c-67-176-113-49.client.comcast.net'),(14,'050320','22:21:33','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(15,'050322','20:27:55','209.237.238.181','ia_archiver','/blogcms/index.php','','crawl31-public.alexa.com'),(16,'050322','20:54:46','209.237.238.181','ia_archiver','/blogcms/admin/plugins/extraskin/','','crawl31-public.alexa.com'),(17,'050322','21:02:10','209.237.238.181','ia_archiver','/blogcms/news.php','','crawl31-public.alexa.com'),(18,'050322','21:18:32','209.237.238.181','ia_archiver','/blogcms/admin/plugins/poll/','','crawl31-public.alexa.com'),(19,'050322','21:37:32','209.237.238.181','ia_archiver','/blogcms/admin/plugins/poll/index.php','','crawl31-public.alexa.com'),(20,'050322','22:00:52','209.237.238.181','ia_archiver','/blogcms/admin/plugins/table/','','crawl31-public.alexa.com'),(21,'050322','22:39:32','209.237.238.181','ia_archiver','/blogcms/contact.php','','crawl31-public.alexa.com'),(22,'050323','03:53:32','209.237.238.181','ia_archiver','/blogcms/','','crawl31-public.alexa.com'),(23,'050323','22:10:53','12.179.224.116','msie 6.0','/blogcms/','','12.179.224.116'),(24,'050323','22:11:29','67.162.144.191','Gecko','/blogcms/','','c-67-162-144-191.client.comcast.net'),(25,'050323','22:12:10','12.179.224.116','msie 6.0','/blogcms/news.php','http://www.petexian.com/blogcms/photo/index.php?gallery=.&image=dad-and-mairji-skiing.jpg','12.179.224.116'),(26,'050324','21:51:14','209.237.238.176','ia_archiver','/blogcms/?blog=xianweblog','','crawl26-public.alexa.com'),(27,'050324','21:52:33','209.237.238.176','ia_archiver','/blogcms/','','crawl26-public.alexa.com'),(28,'050324','21:52:53','209.237.238.176','ia_archiver','/blogcms/?archives=xianweblog','','crawl26-public.alexa.com'),(29,'050324','21:52:59','209.237.238.176','ia_archiver','/blogcms/?category=blog-cms','','crawl26-public.alexa.com'),(30,'050324','22:03:51','209.237.238.176','ia_archiver','/blogcms/?item=welcome-to-our-website','','crawl26-public.alexa.com'),(31,'050324','22:04:41','209.237.238.176','ia_archiver','/blogcms/action.php?action=plugin&','','crawl26-public.alexa.com'),(32,'050324','22:05:22','209.237.238.176','ia_archiver','/blogcms/?member=blogmaster','','crawl26-public.alexa.com'),(33,'050324','22:48:28','209.237.238.176','ia_archiver','/blogcms/contact.php','','crawl26-public.alexa.com'),(34,'050324','23:15:53','209.237.238.176','ia_archiver','/blogcms/list.php','','crawl26-public.alexa.com'),(35,'050324','23:16:14','209.237.238.176','ia_archiver','/blogcms/news.php','','crawl26-public.alexa.com'),(36,'050325','22:04:40','67.176.113.49','Gecko','/blogcms/','','c-67-176-113-49.client.comcast.net'),(37,'050325','22:10:13','67.176.113.49','Gecko','/blogcms/news.php','http://www.petexian.com/blogcms/forum/userlist.php','c-67-176-113-49.client.comcast.net'),(38,'050325','22:14:22','67.176.113.49','Gecko','/blogcms/contact.php','http://www.petexian.com/blogcms/news.php','c-67-176-113-49.client.comcast.net'),(39,'050325','22:17:26','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/contact.php','c-67-176-113-49.client.comcast.net'),(40,'050325','22:17:52','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(41,'050327','16:11:53','67.176.113.49','msie 6.0','/blogcms/','','c-67-176-113-49.client.comcast.net'),(42,'050327','16:24:33','67.176.113.49','msie 6.0','/blogcms/','http://www.petexian.com/blogcms/admin/index.php','c-67-176-113-49.client.comcast.net'),(43,'050327','20:08:43','209.237.238.181','ia_archiver','/blogcms/','','crawl31-public.alexa.com'),(44,'050327','20:34:20','67.176.113.49','msie 6.0','/blogcms/','','c-67-176-113-49.client.comcast.net'),(45,'050327','20:35:24','67.176.113.49','msie 6.0','/blogcms/','http://www.petexian.com/blogcms/forum/','c-67-176-113-49.client.comcast.net'),(46,'050327','20:36:06','67.176.113.49','msie 6.0','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(47,'050327','20:36:37','67.176.113.49','msie 6.0','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(48,'050327','21:06:11','209.237.238.181','ia_archiver','/blogcms/contact.php','','crawl31-public.alexa.com'),(49,'050327','22:13:04','209.237.238.181','ia_archiver','/blogcms/news.php','','crawl31-public.alexa.com'),(50,'050328','15:51:46','67.176.113.49','Gecko','/blogcms/','','c-67-176-113-49.client.comcast.net'),(51,'050328','15:52:05','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(52,'050328','15:52:17','67.176.113.49','Gecko','/blogcms/?blog=xianweblog','http://www.petexian.com/blogcms/','c-67-176-113-49.client.comcast.net'),(53,'050328','15:57:59','67.176.113.49','Gecko','/blogcms/','http://www.petexian.com/blogcms/admin/index.php','c-67-176-113-49.client.comcast.net'),(54,'050328','16:11:23','67.176.113.49','msie 6.0','/blogcms/','','c-67-176-113-49.client.comcast.net'),(55,'050329','19:56:50','209.237.238.181','ia_archiver','/blogcms/admin/plugins/table/','','crawl31-public.alexa.com'),(56,'050330','01:27:37','209.237.238.181','ia_archiver','/blogcms/','','crawl31-public.alexa.com'); /*!40000 ALTER TABLE `nucleus_httplog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_item` -- DROP TABLE IF EXISTS `nucleus_item`; CREATE TABLE `nucleus_item` ( `inumber` int(11) NOT NULL auto_increment, `ititle` varchar(160) default NULL, `iurltitle` varchar(160) default NULL, `ibody` text NOT NULL, `imore` text, `iblog` int(11) NOT NULL default '0', `iauthor` int(11) NOT NULL default '0', `itime` datetime NOT NULL default '0000-00-00 00:00:00', `iclosed` tinyint(2) NOT NULL default '0', `idraft` tinyint(2) NOT NULL default '0', `ikarmapos` int(11) NOT NULL default '0', `icat` int(11) default NULL, `ikarmaneg` int(11) NOT NULL default '0', `editor` int(2) default '0', PRIMARY KEY (`inumber`), UNIQUE KEY `inumber` (`inumber`), KEY `itime` (`itime`), KEY `iurltitle` (`iurltitle`), FULLTEXT KEY `ibody` (`ibody`,`ititle`,`imore`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='Items'; -- -- Dumping data for table `nucleus_item` -- LOCK TABLES `nucleus_item` WRITE; /*!40000 ALTER TABLE `nucleus_item` DISABLE KEYS */; INSERT INTO `nucleus_item` VALUES (3,'Welcome to our Website','welcome-to-our-website','<p><p> </p><br />\n<p> Welcome to our blogsite!!</p><br />\n<p><img alt=\"\" src=\"/blogcms/admin/plugins/wysiwyg/editor/images/smiley/msn/tounge_smile.gif\"/> </p><br />\n<p> </p><br />\n<p> </p><br />\n<div class=\"rightbox\"><%image(20050320-Sunset-P1010138.jpg|576|432|Onward!!)%></div><br />\n<br />\n<p> </p><br />\n<p>Pete</p></p>','<p><p> </p><br />\n<p> </p><br />\n<p> </p></p>',1,1,'2005-03-20 21:19:29',0,0,0,1,0,1),(4,'First Item','first-item',' <p>This is the first item in your weblog. Feel free to delete it.\n</p>\n','',2,1,'2005-03-27 18:43:52',0,0,0,2,0,0); /*!40000 ALTER TABLE `nucleus_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_karma` -- DROP TABLE IF EXISTS `nucleus_karma`; CREATE TABLE `nucleus_karma` ( `itemid` int(11) NOT NULL default '0', `ip` char(15) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Karma votes'; -- -- Dumping data for table `nucleus_karma` -- LOCK TABLES `nucleus_karma` WRITE; /*!40000 ALTER TABLE `nucleus_karma` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_karma` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_member` -- DROP TABLE IF EXISTS `nucleus_member`; CREATE TABLE `nucleus_member` ( `mnumber` int(11) NOT NULL auto_increment, `mname` varchar(16) NOT NULL default '', `mrealname` varchar(60) default NULL, `mpassword` varchar(40) NOT NULL default '', `memail` varchar(60) default NULL, `murl` varchar(100) default NULL, `mnotes` varchar(100) default NULL, `madmin` tinyint(2) NOT NULL default '0', `mcanlogin` tinyint(2) NOT NULL default '1', `mcookiekey` varchar(40) default NULL, `deflang` varchar(20) NOT NULL default '', PRIMARY KEY (`mnumber`), UNIQUE KEY `mname` (`mname`), UNIQUE KEY `mnumber` (`mnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Members'; -- -- Dumping data for table `nucleus_member` -- LOCK TABLES `nucleus_member` WRITE; /*!40000 ALTER TABLE `nucleus_member` DISABLE KEYS */; INSERT INTO `nucleus_member` VALUES (1,'blogmaster','Peter Christian','c9a47931eee531aaf522ac694bcbba56','alaska@petexian.com','http://www.petexian.com/blogcms/','',1,1,'319615fdc4278f474c94e33125d295e3','english'); /*!40000 ALTER TABLE `nucleus_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_minichat` -- DROP TABLE IF EXISTS `nucleus_minichat`; CREATE TABLE `nucleus_minichat` ( `UID` int(11) NOT NULL auto_increment, `CHATID` int(11) default '0', `NAME` varchar(20) default '', `MESSAGE` varchar(255) default '', `EMAIL` varchar(60) default '', PRIMARY KEY (`UID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Chat'; -- -- Dumping data for table `nucleus_minichat` -- LOCK TABLES `nucleus_minichat` WRITE; /*!40000 ALTER TABLE `nucleus_minichat` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_minichat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_cc_pending` -- DROP TABLE IF EXISTS `nucleus_plug_cc_pending`; CREATE TABLE `nucleus_plug_cc_pending` ( `id` int(11) NOT NULL auto_increment, `cbody` text NOT NULL, `cuser` varchar(40) default NULL, `cmail` varchar(100) default NULL, `cmember` int(11) default NULL, `citem` int(11) NOT NULL default '0', `ctime` datetime NOT NULL default '0000-00-00 00:00:00', `chost` varchar(60) default NULL, `cip` varchar(15) NOT NULL default '', `cblog` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Comments pending'; -- -- Dumping data for table `nucleus_plug_cc_pending` -- LOCK TABLES `nucleus_plug_cc_pending` WRITE; /*!40000 ALTER TABLE `nucleus_plug_cc_pending` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plug_cc_pending` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_extra_skin` -- DROP TABLE IF EXISTS `nucleus_plug_extra_skin`; CREATE TABLE `nucleus_plug_extra_skin` ( `tableid` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `skin` text, `url` varchar(255) default NULL, PRIMARY KEY (`tableid`), UNIQUE KEY `titleindx` (`title`), KEY `urlindx` (`url`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COMMENT='Plugin: Extra Skins'; -- -- Dumping data for table `nucleus_plug_extra_skin` -- LOCK TABLES `nucleus_plug_extra_skin` WRITE; /*!40000 ALTER TABLE `nucleus_plug_extra_skin` DISABLE KEYS */; INSERT INTO `nucleus_plug_extra_skin` VALUES (1,'articles','articles and comments statistics','<h2 id=\'articlestats1h2\'>Hot topics</h2><%LatestDisc(5)%>\r\n<h2 id=\'articlestats2h2\'>Latest comments</h2><%LatestComments(5)%>\r\n<h2 id=\'articlestats3h2\'>Latest articles</h2><%LatestItems(5)%>\r\n<h2 id=\'articlestats4h2\'>Most karma</h2><%MostKarma(5)%>\r\n<h2 id=\'articlestats5h2\'>Most viewed</h2><%MostViewed(5)%>\r\n<script type=\'text/javascript\'> initStatMenu(); </script>',''),(4,'footer','footer for every page','<div id=\'footer\'>\r\n <!-- Please retain this (c) notice -->\r\n Powered by <a href=\'http://blogcms.com/\'><img style=\'margin-top:5px\' src=\'http://localhost/blogcms/CVS/blogcms/skins/base/logo.png\' alt=\'blogcms.com\' /></a>\r\n Personal Content Management System © 2003-2005 <a href=\'http://hulan.cz/contact/\' title=\'Herr LogMeister\'>Radek Hulán</a>\r\n</div></div>\r\n<%Log%>\r\n</body></html>',''),(7,'rss','rss feeds of your site','<h2>RSS and Atom feeds</h2>\r\n<div id=\'rss\'>\r\n<a href=\'<%blogsetting(url)%>xml-rss.php?full=yes\' title=\'RSS 0.91\'><img src=\'<%skinfile(rss091.png)%>\' alt=\'RSS 0.91\' /></a>\r\n<a href=\'<%blogsetting(url)%>xml-rss1.php?full=yes\' title=\'RSS 1.0\'><img src=\'<%skinfile(rss10.png)%>\' alt=\'RSS 1.0\' /></a>\r\n<a href=\'<%blogsetting(url)%>xml-rss2.php?full=yes\' title=\'RSS 2.0\'><img src=\'<%skinfile(rss20.png)%>\' alt=\'RSS 2.0\' /></a>\r\n<%RSSBlog%>\r\n<%CommentControl(url)%>\r\n<a href=\'<%blogsetting(url)%>atom.php\' title=\'Atom 0.3\'><img src=\'<%skinfile(atom03.png)%>\' alt=\'Atom 0.3\' /></a>\r\n<a href=\'<%blogsetting(url)%>wap.php\' title=\'WAP version of this weblog\'><img src=\'<%skinfile(wap.png)%>\' alt=\'WAP!\' /></a>\r\n</div>',''),(9,'header','header of all your pages','<%if(xml)%><?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?><%endif%>\r\n<!DOCTYPE html PUBLIC \'-//W3C//DTD XHTML 1.0 Strict//EN\' \'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\'>\r\n<html xmlns=\'http://www.w3.org/1999/xhtml\' xml:lang=\'en\' lang=\'en\' <%Signature%>>\r\n<head>\r\n\r\n<!-- accesibility links -->\r\n<%HeaderNavigation(5)%>\r\n<link rel=\'bookmark\' title=\'<%blogsetting(name)%>\' href=\'<%blogsetting(url)%>\' />\r\n<link rel=\'shortcut icon\' href=\'/favicon.ico\' />\r\n<link rel=\'alternate\' type=\'application/rss+xml\' title=\'RSS 1.0\' href=\'<%blogsetting(url)%>xml-rss1.php\' />\r\n<link rel=\'alternate\' type=\'application/rss+xml\' title=\'RSS 2.0\' href=\'<%blogsetting(url)%>xml-rss2.php\' />\r\n<link rel=\'alternate\' type=\'application/atom+xml\' title=\'Atom\' href=\'<%blogsetting(url)%>atom.php\' />\r\n<link rel=\'EditURI\' type=\'application/rsd+xml\' title=\'RSD\' href=\'<%blogsetting(url)%>rsd.php\' />\r\n\r\n<!-- page title -->\r\n<%if(skintype,item)%><title><%itemtitle%> - <%blogsetting(name)%></title><%else%><%if(skintype,error)%><title>Error!</title><%else%><title><%blogsetting(name)%></title><%endif%><%endif%>\r\n\r\n<!-- meta info -->\r\n<%CSS(META)%>\r\n<meta http-equiv=\'Pragma\' content=\'no-cache\' />\r\n<meta http-equiv=\'Cache-Control\' content=\'no-cache\' />\r\n<meta http-equiv=\'Expires\' content=\'-1\' />\r\n<meta name=\'generator\' content=\'<%version%>\' />\r\n<meta name=\'robots\' content=\'all,follow\' />\r\n\r\n<!-- javascript -->\r\n<%if(skintype,item)%><script type=\'text/javascript\' src=\'<%skinfile(item.js)%>\'></script><%endif%>\r\n<script type=\'text/javascript\' src=\'<%skinfile(script.js)%>\'></script>\r\n</head><body>\r\n\r\n<!-- center it on the page -->\r\n<div id=\'content\'>\r\n\r\n<!-- blog name -->\r\n<%if(skintype,error)%><h1>Error</h1><%else%><h1><%blogsetting(name)%></h1><%endif%>\r\n\r\n<!-- main menu -->\r\n<div id=\'topwrapper\'><div id=\'top\'>\r\n<ul>\r\n<li><a href=\'<%blogsetting(url)%>\' <%if(skinname,default)%>id=\'topcurrent\'<%endif%> accesskey=\'a\' style=\'border-left:0 none\' title=\'Homepage\'><span class=\'u\'>a</span>rticles</a></li>\r\n<li><a href=\'<%blogsetting(url)%>forum/\' accesskey=\'f\' title=\'Forum\'><span class=\'u\'>f</span>orum</a></li>\r\n<li><a href=\'<%blogsetting(url)%>photo/\' accesskey=\'g\' title=\'Photo gallery\'><span class=\'u\'>g</span>allery</a></li>\r\n<li><a href=\'<%blogsetting(url)%>wiki/\' accesskey=\'k\' title=\'Wiki\'>wi<span class=\'u\'>k</span>i</a></li>\r\n<li><a href=\'<%blogsetting(url)%>news.php\' <%if(skinname,news)%>id=\'topcurrent\'<%endif%> accesskey=\'w\' title=\'latest news\'>ne<span class=\'u\'>w</span>s</a></li>\r\n<li><a href=\'<%blogsetting(url)%>contact.php\' <%if(skinname,contact)%>id=\'topcurrent\'<%endif%> accesskey=\'c\' title=\'contact form\'><span class=\'u\'>c</span>ontact</a></li>\r\n</ul>\r\n</div></div>',''),(10,'commentinfo','commentinfo','<h4>Comment Info:</h4>\r\n<p>If you like, you may use the following semi-tags in your comments:</p>\r\n<ul>\r\n<li><samp>[a href=http://url.com]link title[/a]</samp> will be converted into a link.</li>\r\n<li><samp>[abbr title=text]abbr[/abbr]</samp> will be converted to <abbr>.</li>\r\n<li><samp>[cite]</samp>, <samp>[code]</samp>, <samp>[em]</samp>, <samp>[strong]</samp>, <samp>[q]</samp>, <samp>[li]</samp> — likewise.</li>\r\n</ul>',''),(11,'headerwap','header for WAP version','<?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?>\r\n<!DOCTYPE html PUBLIC \'-//WAPFORUM//DTD XHTML Mobile 1.0//EN\' \'http://www.wapforum.org/DTD/xhtml-mobile10.dtd\' >\r\n<html xmlns=\'http://www.w3.org/1999/xhtml\'>\r\n<head>\r\n<%if(skintype,item)%><meta http-equiv=\'Cache-Control\' content=\'max-age=0\'/><%endif%>\r\n<%if(skintype,item)%><title><%itemtitle%> - <%blogsetting(name)%></title><%else%><title><%blogsetting(name)%></title><%endif%>\r\n<link rel=\'stylesheet\' type=\'text/css\' href=\'<%skinfile(wap.css)%>\' />\r\n</head>\r\n<body>\r\n<div id=\'content\'>\r\n<h1><%blogsetting(name)%></h1>',''),(12,'footerwap','footer for WAP version','<hr />\r\n</div>\r\n</body>\r\n</html>',''); /*!40000 ALTER TABLE `nucleus_plug_extra_skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_polladmin` -- DROP TABLE IF EXISTS `nucleus_plug_polladmin`; CREATE TABLE `nucleus_plug_polladmin` ( `pnumber` int(11) NOT NULL auto_increment, `pauthor` int(11) default NULL, `pitem` int(11) NOT NULL default '0', `pquestion` text NOT NULL, `poptions` text NOT NULL, `pstart` datetime NOT NULL default '0000-00-00 00:00:00', `pend` datetime NOT NULL default '0000-00-00 00:00:00', `pclosed` tinyint(2) NOT NULL default '0', PRIMARY KEY (`pnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Plugin: Polls'; -- -- Dumping data for table `nucleus_plug_polladmin` -- LOCK TABLES `nucleus_plug_polladmin` WRITE; /*!40000 ALTER TABLE `nucleus_plug_polladmin` DISABLE KEYS */; INSERT INTO `nucleus_plug_polladmin` VALUES (1,1,0,'How do you like BLOG:CMS?','YTo0OntzOjEwOiJFeGNlbGxlbnQhIjtzOjE6IjAiO3M6NjoiR3JlYXQhIjtzOjE6IjAiO3M6MTI6IkV2ZW4gYmV0dGVyISI7czoxOiIwIjtzOjE4OiJJIGhhdmUgbm8gd29yZHMgOikiO3M6MToiMCI7fQ==','0000-00-00 00:00:00','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `nucleus_plug_polladmin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_referrer` -- DROP TABLE IF EXISTS `nucleus_plug_referrer`; CREATE TABLE `nucleus_plug_referrer` ( `ref_to` varchar(60) NOT NULL default '', `ref_when` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `ref_from` varchar(160) NOT NULL default '', `ref_engine` tinyint(1) default '0', `ref_extra` varchar(80) default NULL, KEY `kfrom` (`ref_from`), KEY `kwhen` (`ref_when`), KEY `kto` (`ref_to`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Referrers'; -- -- Dumping data for table `nucleus_plug_referrer` -- LOCK TABLES `nucleus_plug_referrer` WRITE; /*!40000 ALTER TABLE `nucleus_plug_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plug_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_related` -- DROP TABLE IF EXISTS `nucleus_plug_related`; CREATE TABLE `nucleus_plug_related` ( `itemid` int(9) NOT NULL default '0', `localkey` varchar(60) NOT NULL default '', `googlekey` varchar(60) NOT NULL default '', PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Related keywords'; -- -- Dumping data for table `nucleus_plug_related` -- LOCK TABLES `nucleus_plug_related` WRITE; /*!40000 ALTER TABLE `nucleus_plug_related` DISABLE KEYS */; INSERT INTO `nucleus_plug_related` VALUES (1,'BLOG:CMS','BLOG:CMS'); /*!40000 ALTER TABLE `nucleus_plug_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_related_cache` -- DROP TABLE IF EXISTS `nucleus_plug_related_cache`; CREATE TABLE `nucleus_plug_related_cache` ( `id` int(9) NOT NULL auto_increment, `type` varchar(20) NOT NULL default '', `keyword` varchar(60) NOT NULL default '', `rank` int(9) NOT NULL default '0', `url` varchar(255) NOT NULL default '', `title` varchar(100) NOT NULL default '', `stamp` varchar(14) NOT NULL default '', `snippet` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Related google cache'; -- -- Dumping data for table `nucleus_plug_related_cache` -- LOCK TABLES `nucleus_plug_related_cache` WRITE; /*!40000 ALTER TABLE `nucleus_plug_related_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plug_related_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_seo` -- DROP TABLE IF EXISTS `nucleus_plug_seo`; CREATE TABLE `nucleus_plug_seo` ( `id` varchar(255) NOT NULL default '', `url` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: URL redirects'; -- -- Dumping data for table `nucleus_plug_seo` -- LOCK TABLES `nucleus_plug_seo` WRITE; /*!40000 ALTER TABLE `nucleus_plug_seo` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plug_seo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_table_head` -- DROP TABLE IF EXISTS `nucleus_plug_table_head`; CREATE TABLE `nucleus_plug_table_head` ( `tableid` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `theader` text, `titem1` text, `titem2` text, `tfooter` text, PRIMARY KEY (`tableid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Plugin: Table header'; -- -- Dumping data for table `nucleus_plug_table_head` -- LOCK TABLES `nucleus_plug_table_head` WRITE; /*!40000 ALTER TABLE `nucleus_plug_table_head` DISABLE KEYS */; INSERT INTO `nucleus_plug_table_head` VALUES (2,'mylinks','My Favourite Links','<ul>','<li><a href=\'<%url%>\' title=\'<%title%>\'><%text%></a></li>','<li><a href=\'<%url%>\' title=\'<%title%>\'><%text%></a></li>','</ul>'); /*!40000 ALTER TABLE `nucleus_plug_table_head` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_table_item` -- DROP TABLE IF EXISTS `nucleus_plug_table_item`; CREATE TABLE `nucleus_plug_table_item` ( `itemid` int(11) NOT NULL auto_increment, `tableid` int(11) NOT NULL default '0', `rowid` int(11) NOT NULL default '0', `itemtext` text, `itemint` int(11) default NULL, `tableitem` int(11) default NULL, PRIMARY KEY (`itemid`), KEY `tableref` (`itemid`,`rowid`), FULLTEXT KEY `itemskey` (`itemtext`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COMMENT='Plugin: Table structure'; -- -- Dumping data for table `nucleus_plug_table_item` -- LOCK TABLES `nucleus_plug_table_item` WRITE; /*!40000 ALTER TABLE `nucleus_plug_table_item` DISABLE KEYS */; INSERT INTO `nucleus_plug_table_item` VALUES (9,2,1,'http://blogcms.com/',0,NULL),(10,2,2,'The Very Best Content Management System',0,NULL),(11,2,3,'BLOG:CMS',0,NULL),(12,2,1,'http://www.opera.com/',0,NULL),(13,2,2,'Opera - The Best Internet Experience',0,NULL),(14,2,3,'Opera Browser',0,NULL),(15,2,1,'http://www.mozilla.org',0,NULL),(16,2,2,'The Best Open Source Browser',0,NULL),(17,2,3,'Firefox Browser',0,NULL),(18,2,1,'http://forum.blogcms.com/',0,NULL),(19,2,2,'Have a problem? Come to our forum!',0,NULL),(20,2,3,'Support Forum',0,NULL),(21,2,1,'http://www.stopie.com/stopie/reasons',0,NULL),(22,2,2,'Do not use obsolete Microsoft Internet Explorer!',0,NULL),(23,2,3,'No Internet Explorer',0,NULL),(24,2,1,'http://hulan.cz/blog/',0,NULL),(25,2,2,'Weblog of BLOG:CMS Author, Radek Hulan',0,NULL),(26,2,3,'Herr LogMeister',0,NULL),(27,2,1,'./admin/',0,NULL),(28,2,2,'BLOG:CMS Admin Area',0,NULL),(29,2,3,'Admin Area',0,NULL),(30,2,1,'./list.php',0,NULL),(31,2,2,'BLOG:CMS Access Log',0,NULL),(32,2,3,'Access Log',0,NULL); /*!40000 ALTER TABLE `nucleus_plug_table_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_table_row` -- DROP TABLE IF EXISTS `nucleus_plug_table_row`; CREATE TABLE `nucleus_plug_table_row` ( `tableid` int(11) NOT NULL default '0', `rowid` int(11) NOT NULL default '0', `rowtitle` varchar(255) default NULL, `rowdescription` varchar(255) default NULL, `rowtype` int(1) default NULL, PRIMARY KEY (`tableid`,`rowid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Table rows'; -- -- Dumping data for table `nucleus_plug_table_row` -- LOCK TABLES `nucleus_plug_table_row` WRITE; /*!40000 ALTER TABLE `nucleus_plug_table_row` DISABLE KEYS */; INSERT INTO `nucleus_plug_table_row` VALUES (2,2,'title','link title',1),(2,1,'url','url',1),(2,3,'text','link text',1); /*!40000 ALTER TABLE `nucleus_plug_table_row` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plug_wie` -- DROP TABLE IF EXISTS `nucleus_plug_wie`; CREATE TABLE `nucleus_plug_wie` ( `sessid` int(9) NOT NULL default '0', `timestamp` int(15) NOT NULL default '0', `memberid` int(9) NOT NULL default '0', PRIMARY KEY (`sessid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Who is online'; -- -- Dumping data for table `nucleus_plug_wie` -- LOCK TABLES `nucleus_plug_wie` WRITE; /*!40000 ALTER TABLE `nucleus_plug_wie` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plug_wie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin` -- DROP TABLE IF EXISTS `nucleus_plugin`; CREATE TABLE `nucleus_plugin` ( `pid` int(11) NOT NULL auto_increment, `pfile` varchar(40) NOT NULL default '', `porder` int(11) NOT NULL default '0', PRIMARY KEY (`pid`), KEY `pid` (`pid`), KEY `porder` (`porder`) ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=latin1 COMMENT='Plugins'; -- -- Dumping data for table `nucleus_plugin` -- LOCK TABLES `nucleus_plugin` WRITE; /*!40000 ALTER TABLE `nucleus_plugin` DISABLE KEYS */; INSERT INTO `nucleus_plugin` VALUES (1,'NP_CommentPreview',1),(2,'NP_CommentControl',2),(3,'NP_FancyText',3),(4,'NP_BlogWithOffset',4),(5,'NP_Calendar',5),(6,'NP_Contact',6),(7,'NP_CSS',7),(8,'NP_CSSAdmin',8),(9,'NP_ExtraSkin',9),(10,'NP_FancierURL',10),(11,'NP_Geshi',11),(12,'NP_GZip',12),(13,'NP_HeaderNavigation',13),(14,'NP_LatestComments',14),(15,'NP_LatestDisc',15),(16,'NP_LatestItems',16),(17,'NP_Log',17),(18,'NP_MailToAFriend',18),(19,'NP_MostKarma',19),(20,'NP_MostPopular',20),(21,'NP_MostViewed',21),(22,'NP_OffsetArticles',22),(23,'NP_OffsetEntriesLink',23),(24,'NP_PageLinkList',24),(25,'NP_PDF',25),(26,'NP_Poll',26),(27,'NP_PostMan',27),(28,'NP_Print',28),(29,'NP_QueryLog',29),(30,'NP_Random',30),(31,'NP_Referrer',31),(32,'NP_Related',32),(33,'NP_XMLSupport',33),(34,'NP_RSSAtom',34),(35,'NP_RSSAtomAggregator',35),(36,'NP_RSSBlog',36),(37,'NP_RSSItem',37),(38,'NP_SearchHighlight',38),(39,'NP_SEO',39),(40,'NP_Signature',40),(41,'NP_SkinFiles',41),(42,'NP_SmartyPants',42),(43,'NP_SubCategories',43),(44,'NP_Table',44),(45,'NP_Textile',45),(46,'NP_TrackBack',46),(47,'NP_Viewed',47),(48,'NP_WYSIWYG',48),(49,'NP_WYSIWYG_RTE',49),(50,'NP_XMLTools',50); /*!40000 ALTER TABLE `nucleus_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_cpreview` -- DROP TABLE IF EXISTS `nucleus_plugin_cpreview`; CREATE TABLE `nucleus_plugin_cpreview` ( `cnumber` int(11) NOT NULL auto_increment, `cbody` text, `coriginal` text, `cuser` varchar(40) default NULL, `cmail` varchar(100) default NULL, `cmember` int(11) NOT NULL default '0', `citem` int(11) NOT NULL default '0', `cip` varchar(15) NOT NULL default '', `cblog` int(11) NOT NULL default '0', `ctime` int(11) NOT NULL default '0', PRIMARY KEY (`cnumber`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Comment preview'; -- -- Dumping data for table `nucleus_plugin_cpreview` -- LOCK TABLES `nucleus_plugin_cpreview` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_cpreview` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plugin_cpreview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_event` -- DROP TABLE IF EXISTS `nucleus_plugin_event`; CREATE TABLE `nucleus_plugin_event` ( `pid` int(11) NOT NULL default '0', `event` varchar(40) default NULL, KEY `pid` (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugins events'; -- -- Dumping data for table `nucleus_plugin_event` -- LOCK TABLES `nucleus_plugin_event` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_event` DISABLE KEYS */; INSERT INTO `nucleus_plugin_event` VALUES (1,'PreAddComment'),(1,'PrepareCommentForPreview'),(2,'PreAddComment'),(2,'QuickMenu'),(3,'PreAddComment'),(3,'PreComment'),(3,'PreAddItem'),(3,'PreUpdateItem'),(3,'PreItem'),(7,'PreSkinParse'),(8,'AdminPrePageHead'),(9,'QuickMenu'),(10,'PreAddItem'),(10,'PostAddItem'),(10,'PreUpdateItem'),(10,'PrePluginOptionsEdit'),(10,'PostPluginOptionsUpdate'),(10,'PostAddCategory'),(11,'PreItem'),(11,'PreAddItem'),(11,'PreUpdateItem'),(12,'PreSkinParse'),(12,'PostSkinParse'),(26,'PreSkinParse'),(26,'PreItem'),(26,'QuickMenu'),(26,'PostPluginOptionsUpdate'),(29,'PreSkinParse'),(31,'PostPluginOptionsUpdate'),(32,'PostAddItem'),(32,'PreUpdateItem'),(32,'AddItemFormExtras'),(32,'EditItemFormExtras'),(38,'PreSkinParse'),(38,'PreItem'),(39,'PreComment'),(39,'PreItem'),(41,'QuickMenu'),(42,'AddItemFormExtras'),(42,'EditItemFormExtras'),(42,'PreAddItem'),(42,'PreUpdateItem'),(42,'PrepareItemForEdit'),(44,'PreItem'),(44,'QuickMenu'),(45,'AddItemFormExtras'),(45,'EditItemFormExtras'),(45,'PreAddItem'),(45,'PreUpdateItem'),(45,'PrepareItemForEdit'),(45,'PostAddItem'),(46,'PostAddItem'),(46,'AddItemFormExtras'),(46,'EditItemFormExtras'),(46,'PreUpdateItem'),(46,'PrepareItemForEdit'),(46,'BookmarkletExtraHead'),(48,'AdminPrePageHead'),(48,'BookmarkletExtraHead'),(48,'PreSendContentType'),(48,'PrepareItemForEdit'),(48,'PreAddItem'),(48,'PreUpdateItem'),(49,'AdminPrePageHead'),(49,'BookmarkletExtraHead'),(49,'PreSendContentType'); /*!40000 ALTER TABLE `nucleus_plugin_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_fancierurl` -- DROP TABLE IF EXISTS `nucleus_plugin_fancierurl`; CREATE TABLE `nucleus_plugin_fancierurl` ( `inumber` int(11) default NULL, `iurltitle` varchar(255) default NULL, KEY `inumber` (`inumber`,`iurltitle`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Fancier (SEO) URLs'; -- -- Dumping data for table `nucleus_plugin_fancierurl` -- LOCK TABLES `nucleus_plugin_fancierurl` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_fancierurl` DISABLE KEYS */; INSERT INTO `nucleus_plugin_fancierurl` VALUES (3,'welcome-to-our-website-3'); /*!40000 ALTER TABLE `nucleus_plugin_fancierurl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_option` -- DROP TABLE IF EXISTS `nucleus_plugin_option`; CREATE TABLE `nucleus_plugin_option` ( `ovalue` text NOT NULL, `oid` int(11) NOT NULL default '0', `ocontextid` int(11) NOT NULL default '0', PRIMARY KEY (`oid`,`ocontextid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugins options'; -- -- Dumping data for table `nucleus_plugin_option` -- LOCK TABLES `nucleus_plugin_option` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_option` DISABLE KEYS */; INSERT INTO `nucleus_plugin_option` VALUES ('yes',1,0),('10',2,0),('<h4>Preview and Confirm Your Comment!</h4>\n<blockquote id=\'commentpreview\'>',3,0),('</blockquote>',4,0),('yes',5,0),('',6,0),('30',7,0),('<h2>Comments awaiting approval</h2>',8,0),('<blockquote id=\"pending\"><p><strong>Your comment was saved. Thank you! I will review it ASAP.</strong></p></blockquote>',9,0),('<blockquote id=\"pending\"><p><strong>Comments must be approved before being published. Thank you!</strong></p></blockquote>',10,0),('./skins/base/rss20pending.png',11,0),('30',12,0),('Sorry, you have to wait at least 30 seconds before posting a new comment!',13,0),('Sorry, you cannot post the same comment twice!',14,0),('this comment inspired',15,0),('inspired by',16,0),('reply to this comment',17,0),('yes',18,0),('yes',19,0),('yes',20,0),('yes',21,0),('yes',22,0),('english',23,0),('yes',24,0),('Monthly calendar with links to each day\'s posts',25,0),('extreme,czechia,golf,france,blue',26,0),('eXtreme Styles,Jaromir Jagr,Golf,Donald Trump,Royal Navy',27,0),('czechia',28,0),('',29,0),('',30,0),('Apply Skin!',31,0),('Skin',32,0),('',33,0),('BLOGCMS',34,0),('admin_white',36,0),('yes',37,0),('archive',38,0),('item',39,0),('-',40,0),('yes',41,0),('realtime',42,0),('yes',43,0),('_blank',44,0),('yes',47,0),('20',48,0),('yes',49,0),('yourdomain',50,0),('msnbot,googlebot,blog,crawler,centrum',51,0),('downloader.seznam,inktomi,yahoo,altavista,fasttrack,excite,hotbot,alltheweb,yahoo',52,0),('[email]',53,0),('Look at this interesting article ',54,0),('print',55,0),('<strong>today</strong>',56,0),('<strong>yesterday</strong>',57,0),('<strong>2 days ago</strong>',58,0),('<h3>Newer articles:</h3>',59,0),('<h3>Older articles:</h3>',60,0),('comments: ',61,0),('yes',62,0),('[PDF]',63,0),('no',64,0),('no',65,0),('yes',66,0),('cp1250',67,0),('cache/',68,0),('60',69,0),('Send your vote!',70,0),('-- poll results --',71,0),('Option',72,0),('Votes',73,0),('%',74,0),('Total votes: ',75,0),('0',76,0),('',77,0),('user',78,0),('password',79,0),('localhost',80,0),('110',81,0),('user',82,0),('password',83,0),('yes',84,0),('BLOGTHIS:',85,0),('yes',86,0),('yes',87,0),('350',88,0),('Enlarge this image?',89,0),('85',90,0),('avi,mp3,mpg,mpeg,doc,xls,pdf,zip,rar',91,0),('Attachement for download: ',92,0),('[print]',93,0),('yes',94,0),('Click here to print this article',95,0),('<small>(this box will not be printed)</small>',96,0),('print',97,0),('./header.inc',98,0),('./footer.inc',99,0),('yes',100,0),('Font-size:',101,0),('smaller',102,0),('larger',103,0),('./skins/base/quotes.txt',104,0),('yes',105,0),('yes',106,0),('30',107,0),('spankit,bobbakazoo,search4pornography,arizonasba,chocoborancher,chaiti',108,0),('66.28.25.3,64.75.32.137,217.198.193.71,18.85.23.46',109,0),('google,search.yahoo,ilse,fasttrack,search.msn,zoek,altavista',110,0),('<h2>Domain referrers</h2>',111,0),('<h2>Page referrers</h2>',112,0),('0',113,0),('',114,0),('<ul>',115,0),('<li>',116,0),('</ul>',117,0),('</li>',118,0),('(no title)',119,0),('<p>No results found or search not configured.</p>',120,0),('80',121,0),('yes',122,0),('24',123,0),('<h4>Local search <em>',124,0),('<h4>Google search <em>',125,0),('</em></h4>',126,0),('lang_en',127,0),('yourwebsitename.com',128,0),('cache',129,0),('30',130,0),('10',131,0),('0',132,0),('yes',133,0),('no',134,0),('<div class=\'RSSAtom\'>',135,0),('<h4><a href=\'<%url%>\'><%title%></a></h4>',136,0),('<h4><%title%></h4>',137,0),('<ul class=\'feeds\'>',138,0),('<li><a href=\'<%url%>\' title=\'<%description%>\'><%title%></a></li>',139,0),('</ul>',140,0),('<p>No items available</p>',141,0),('</div>',142,0),('no',143,0),('yes',144,0),('feeds.opml',145,0),('Aggregated feeds',146,0),('rakaz|http://www.rakaz.nl/nucleus/xml-rss2.php',147,0),('10',148,0),('0',149,0),('yes',150,0),('<div class=\'RSSAtom\'>',151,0),('<h4><%title%></h4>',152,0),('<ul class=\'feeds\'>',153,0),('<li><a href=\'<%url%>\' target=\'_blank\' title=\'<%description%>\'><%owner%>: <%title%></a></li>',154,0),('</ul>',155,0),('<p>No items available</p>',156,0),('</div>',157,0),('no',158,0),('/admin/blogcms.gif',159,0),('<h4>You came from: <strong>',160,0),('</strong>, searching for <strong>words</strong>: ',161,0),('</h4><br />',162,0),('no',163,0),('yes',164,0),('no',165,0),('yes',166,0),('<div id=\'subcat\'>\n<dl>\n<dt>Structure</dt>\n<dd><a <%active%> href=\'<%blogurl%>\' title=\'Show articles from all categories\'>All</a></dd>\n<dd><a href=\'<%toogle%>\' title=\'Expand/Fold whole category tree\'>Toogle Tree</a></dd>\n</dl>\n',167,0),('</div>\n',168,0),('<dl <%id%>>\n',169,0),('<dt><a href=\'<%switch%>\' title=\'Expand/Fold this group\'><%name%> »</a></dt>\n',170,0),('</dl>\n',171,0),('',172,0),('<dd><a <%active%> href=\'<%url%>\' title=\'Show articles only from this category\'><%name%></a></dd>\n',173,0),('',174,0),('yes',175,0),('5',176,0),('no',177,0),('no',178,0),('yes',179,0),('no',180,0),('',181,0),('yes',182,0),('yes',183,0),('sepia.css',187,0),('class=\"itembody\"',188,0),('no',189,0),('200',190,0),('yes',191,0),('words',192,0),('',45,1),('admin_standard',35,0),('admin_moose',35,1),('no',184,1),('full',185,1),('no',186,1),('',46,1); /*!40000 ALTER TABLE `nucleus_plugin_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_option_desc` -- DROP TABLE IF EXISTS `nucleus_plugin_option_desc`; CREATE TABLE `nucleus_plugin_option_desc` ( `oid` int(11) NOT NULL auto_increment, `opid` int(11) NOT NULL default '0', `oname` varchar(20) NOT NULL default '', `ocontext` varchar(20) NOT NULL default '', `odesc` varchar(255) default NULL, `otype` varchar(20) default NULL, `odef` text, `oextra` text, PRIMARY KEY (`opid`,`oname`,`ocontext`), UNIQUE KEY `oid` (`oid`) ) ENGINE=MyISAM AUTO_INCREMENT=193 DEFAULT CHARSET=latin1 COMMENT='Plugins options descriptions'; -- -- Dumping data for table `nucleus_plugin_option_desc` -- LOCK TABLES `nucleus_plugin_option_desc` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_option_desc` DISABLE KEYS */; INSERT INTO `nucleus_plugin_option_desc` VALUES (1,1,'enable','global','Enable comment preview','yesno','yes',''),(2,1,'expiration','global','Comment preview expiration in minutes','text','10',''),(3,1,'preview1','global','Comment preview text start:','textarea','<h4>Preview and Confirm Your Comment!</h4>\n<blockquote id=\'commentpreview\'>',''),(4,1,'preview2','global','Comment preview text start:','textarea','</blockquote>',''),(5,2,'quickmenu','global','Show in quick menu','yesno','yes',''),(6,2,'names','global','Names of users that cannot place comments (separate with commas)','text','',''),(7,2,'days','global','Always moderate comments older than x days','text','30',''),(8,2,'text1','global','Comments to be approved','textarea','<h2>Comments awaiting approval</h2>',''),(9,2,'text2','global','Comment saved for approval text','textarea','<blockquote id=\"pending\"><p><strong>Your comment was saved. Thank you! I will review it ASAP.</strong></p></blockquote>',''),(10,2,'text3','global','Comment needs to be approved text','textarea','<blockquote id=\"pending\"><p><strong>Comments must be approved before being published. Thank you!</strong></p></blockquote>',''),(11,2,'blogpicture','global','Picture to display:','text','./skins/base/rss20pending.png',''),(12,2,'delay','global','Time in seconds same IP address can post comment again','text','30',''),(13,2,'delaytext','global','Delay text','textarea','Sorry, you have to wait at least 30 seconds before posting a new comment!',''),(14,2,'iptext','global','IP posting same comment twice','textarea','Sorry, you cannot post the same comment twice!',''),(15,3,'commentinspired','global','This comment inspired \'child\':','text','this comment inspired',''),(16,3,'inspiredby','global','Inspired by \'parent\':','text','inspired by',''),(17,3,'replytothistext','global','Reply to this comment text:','text','reply to this comment',''),(18,3,'allowthreads','global','Enable threaded discussions for COMMENTS (yes/no):','yesno','yes',''),(19,3,'addp','global','Convert line breaks to paragraphs in ARTICLE (yes/no):','yesno','yes',''),(20,3,'smiliesarticles','global','Convert smilies articles (yes/no):','yesno','yes',''),(21,3,'smiliescomments','global','Convert smilies comments (yes/no):','yesno','yes',''),(22,3,'ampersands','global','Encode ampersands?','yesno','yes',''),(23,5,'Locale','global','Language (locale) to use','text','english',''),(24,5,'LinkAll','global','Create links for all days (even those that do not have posts?)','yesno','no',''),(25,5,'Summary','global','Summary text for the calendar table','text','Monthly calendar with links to each day\'s posts',''),(26,7,'CSSStyles','global','CSS filenames, comma separated list (without .css!):','text','extreme,czechia,golf,france,blue',''),(27,7,'CSSNames','global','CSS style names as shown to user:','text','eXtreme Styles,Jaromir Jagr,Golf,Donald Trump,Royal Navy',''),(28,7,'CSSDefaultFile','global','Default style filename (without .css!):','text','czechia',''),(29,7,'CSSText1','global','Text for current style (can be blank):','text','',''),(30,7,'CSSText2','global','Text for select style (can be blank):','text','',''),(31,7,'CSSText3','global','Text for select style button:','text','Apply Skin!',''),(32,7,'menu','global','Text for menu:','text','Skin',''),(33,7,'version','global','CSS version:','text','',''),(34,7,'cookie','global','Cookie name:','text','BLOGCMS',''),(35,8,'CSSStyles','member','CSS style for Admin Area:','select','admin_standard','Truly eXtreme|admin_standard|Moosified|admin_moose|White House|admin_white'),(36,8,'CSSDefaultFile','global','Default CSS style:','text','admin_white',''),(37,9,'quickmenu','global','Show in quick menu','yesno','yes',''),(38,10,'archiveName','global','The name of the \"archive\" file','text','archive',''),(39,10,'itemName','global','The name of the \"item\" file','text','item',''),(40,10,'spaceReplace','global','The character which replaces spaces in URL titles','select','-','underscore|_|dash|-'),(41,10,'linktype','global','Create simple links /item/title?','yesno','yes',''),(42,11,'rendermode','global','Code highlighting mode','select','realtime','Realtime Rendering|realtime|Parse and Save|save'),(43,11,'linenumbers','global','Enable line numbers?','yesno','yes',''),(44,11,'linktarget','global','Link target?','text','_blank',''),(45,13,'urlhelp','blog','Help page URL (or empty if none)','text','',''),(46,13,'urlauthor','blog','Author contact page URL (or empty for automatic member page)','text','',''),(47,14,'option1','global','Show short member names instead of real member names?','yesno','yes',''),(48,14,'option2','global','Max number of words in each comment:','text','20',''),(49,17,'LogDNS','global','Allow DNS resolution (YES/NO):','yesno','yes',''),(50,17,'LogDOMAIN','global','Your domain to be excluded from logs (name or IP, if above set to NO):','text','yourdomain',''),(51,17,'LogXAGENT','global','Browser user agents to be excluded from logs:','text','msnbot,googlebot,blog,crawler,centrum',''),(52,17,'LogXDNS','global','DNS resolution to be excluded from logs:','text','downloader.seznam,inktomi,yahoo,altavista,fasttrack,excite,hotbot,alltheweb,yahoo',''),(53,18,'defaultLook','global','If no argument given, how does the link look?','text','[email]',''),(54,18,'defaultMessage','global','What should be the initial message to send?','text','Look at this interesting article ',''),(55,18,'template','global','Which template should be used to display an item?','text','print',''),(56,22,'today','global','Text for today:','text','<strong>today</strong>',''),(57,22,'1day','global','Text for 1 day before:','text','<strong>yesterday</strong>',''),(58,22,'2day','global','Text for 2 days before:','text','<strong>2 days ago</strong>',''),(59,22,'newer','global','Text for newer articles:','text','<h3>Newer articles:</h3>',''),(60,22,'older','global','Text for older articles:','text','<h3>Older articles:</h3>',''),(61,22,'comments','global','Text for comments:','text','comments: ',''),(62,24,'light','global','Enable STANDARD markup (not Moosified):','yesno','yes',''),(63,25,'pdftext','global','Text to display as a link?','text','[PDF]',''),(64,25,'bold','global','Support italics and bold text?','yesno','no',''),(65,25,'imgembed','global','Support embedded images?','yesno','no',''),(66,25,'imglinked','global','Support linked images?','yesno','yes',''),(67,25,'iconvoutput','global','Iconv output encoding','text','cp1250',''),(68,25,'directory','global','Subdirectory under media dir to create files (must end with a slash)?','text','cache/',''),(69,25,'delete','global','Delete temporary files after X minutes','text','60',''),(70,26,'SubmitButton','global','Text for Submit poll results','text','Send your vote!',''),(71,26,'ResultsText','global','Text for View poll results link','text','-- poll results --',''),(72,26,'Option','global','Text for OPTION','text','Option',''),(73,26,'Votes','global','Text for VOTES','text','Votes',''),(74,26,'Percent','global','Text for PERCENT','text','%',''),(75,26,'Total','global','Total number of votes text','text','Total votes: ',''),(76,26,'Poll','global','Transfer data from old NP_Poll?','select','0','no|0|yes|1'),(77,26,'Class','global','CSS class for poll form (or empty)','text','',''),(78,27,'MailUser','global','Enter the mail user name.','text','user',''),(79,27,'MailPassword','global','Enter the mail password.','password','password',''),(80,27,'MailURL','global','Enter the mail host','text','localhost',''),(81,27,'MailPort','global','Enter the mail POP3 port','text','110',''),(82,27,'DefaultUser','global','Enter the BLOG:CMS user name.','text','user',''),(83,27,'DefaultPassword','global','Enter the BLOG:CMS password.','password','password',''),(84,27,'MustContainPrefix','global','Should the mail contain a prefix in body or in subject?','yesno','yes',''),(85,27,'SubjectPrefix','global','If yes, what is the prefix','text','BLOGTHIS:',''),(86,27,'OutputToBrowser','global','Send output to browser ?','yesno','yes',''),(87,27,'DefaultPublish','global','Publish straight away ?','yesno','yes',''),(88,27,'MaxWidth','global','Maximum picture width in px?','text','350',''),(89,27,'EnlargeText','global','Text to show when larger image exists?','text','Enlarge this image?',''),(90,27,'JPEGQuality','global','JPEG picture quality (0-100)','text','85',''),(91,27,'AllowedAttachement','global','Allowed attachement file extensions, separated by comma','text','avi,mp3,mpg,mpeg,doc,xls,pdf,zip,rar',''),(92,27,'TextAttachement','global','Text to show with file attachement:','text','Attachement for download: ',''),(93,28,'option1','global','If no argument given, how does the link look?','text','[print]',''),(94,28,'option12','global','Open in a new window?','yesno','yes',''),(95,28,'option2','global','Text for the print link','text','Click here to print this article',''),(96,28,'option3','global','Text for the no print message','text','<small>(this box will not be printed)</small>',''),(97,28,'option4','global','Which template should be used to display an item?','text','print',''),(98,28,'option5','global','Header file (you can also use the complete path<br>or leave it blank for no use)','text','./header.inc',''),(99,28,'option6','global','Footer file (you can also use the complete path<br>or leave it blank for no use)','text','./footer.inc',''),(100,28,'fontSelector1','global','Font selector: allow people to choose font and font size?','yesno','yes',''),(101,28,'fontSelector2','global','Font selector: main text','text','Font-size:',''),(102,28,'fontSelector3','global','Font selector: smaller font button','text','smaller',''),(103,28,'fontSelector4','global','Font selector: bigger font button','text','larger',''),(104,30,'filename','global','Filename with quotes','text','./skins/base/quotes.txt',''),(105,31,'addBR','global','Add linebreaks <br /> to the links','yesno','yes',''),(106,31,'showDateTime','global','Show when the referring occured','yesno','yes',''),(107,31,'maxlength','global','How much character to show maximum','text','30',''),(108,31,'blockDomain','global','Comma seperated list from domains to ignore','text','spankit,bobbakazoo,search4pornography,arizonasba,chocoborancher,chaiti',''),(109,31,'blockIp','global','Comma seperated list from domains to ignore','text','66.28.25.3,64.75.32.137,217.198.193.71,18.85.23.46',''),(110,31,'searchengines','global','Comma seperated list of search engine names','text','google,search.yahoo,ilse,fasttrack,search.msn,zoek,altavista',''),(111,31,'domaintext','global','Text to display for domain:','text','<h2>Domain referrers</h2>',''),(112,31,'pagetext','global','Text to display for page:','text','<h2>Page referrers</h2>',''),(113,31,'clean','global','Clean all referrers completely now?','select','0','no|0|yes|1'),(114,32,'googlekey','global','Google API key:','text','',''),(115,32,'listheading','global','Related list heading','text','<ul>',''),(116,32,'itemheading','global','Related item heading','text','<li>',''),(117,32,'listfooter','global','Related list footer','text','</ul>',''),(118,32,'itemfooter','global','Related item footer','text','</li>',''),(119,32,'notitle','global','String to display when there\'s no title present','text','(no title)',''),(120,32,'noresults','global','String to display when there are no results','text','<p>No results found or search not configured.</p>',''),(121,32,'maxlenght','global','Maximum lenght of an item','text','80',''),(122,32,'currentblog','global','Show only items related to same weblog?','yesno','yes',''),(123,32,'interval','global','The time between two external API calls (in hours)','text','24',''),(124,32,'header1','global','Heading_start for local search','text','<h4>Local search <em>',''),(125,32,'header2','global','Heading_start for google search','text','<h4>Google search <em>',''),(126,32,'header3','global','Heading_finish for local/google search','text','</em></h4>',''),(127,32,'language','global','Language for search','text','lang_en',''),(128,32,'toexclude','global','Domain name to exclude','text','yourwebsitename.com',''),(129,33,'cacheFolder','global','Cache directory','text','cache',''),(130,33,'cacheTTL','global','Cache maximum Age','select','30','15 minutes|15|30 minutes|30|60 minutes|60'),(131,34,'defaultCount','global','Maximum number of entries','text','10',''),(132,34,'defaultLength','global','Maximum length of entries (0 = no limit)','text','0',''),(133,34,'showEmpty','global','Show box when there are no items available','yesno','yes',''),(134,34,'showTitleLink','global','Always try to show a link in the title','yesno','no',''),(135,34,'tplBoxHeader','global','Box Header','textarea','<div class=\'RSSAtom\'>',''),(136,34,'tplTitle','global','Title (with Link)','textarea','<h4><a href=\'<%url%>\'><%title%></a></h4>',''),(137,34,'tplTitleNoLink','global','Title (without Link)','textarea','<h4><%title%></h4>',''),(138,34,'tplHeader','global','Header','textarea','<ul class=\'feeds\'>',''),(139,34,'tplItem','global','Item','textarea','<li><a href=\'<%url%>\' title=\'<%description%>\'><%title%></a></li>',''),(140,34,'tplFooter','global','Footer','textarea','</ul>',''),(141,34,'tplEmpty','global','\'No items available\' message','textarea','<p>No items available</p>',''),(142,34,'tplBoxFooter','global','Box Footer','textarea','</div>',''),(143,34,'showErrors','global','Show errors','yesno','no',''),(144,35,'opml','global','Use an OPML file?','yesno','yes',''),(145,35,'opmlFilename','global','OPML file location','text','feeds.opml',''),(146,35,'defaultTitle','global','Manual Title','text','Aggregated feeds',''),(147,35,'defaultFeeds','global','Manual Feeds','textarea','rakaz|http://www.rakaz.nl/nucleus/xml-rss2.php',''),(148,35,'defaultCount','global','Maximum number of entries','text','10',''),(149,35,'defaultLength','global','Maximum length of entries (0 = no limit)','text','0',''),(150,35,'showEmpty','global','Show box when there are no items available','yesno','yes',''),(151,35,'tplBoxHeader','global','Box Header','textarea','<div class=\'RSSAtom\'>',''),(152,35,'tplTitle','global','Title','textarea','<h4><%title%></h4>',''),(153,35,'tplHeader','global','Header','textarea','<ul class=\'feeds\'>',''),(154,35,'tplItem','global','Item','textarea','<li><a href=\'<%url%>\' target=\'_blank\' title=\'<%description%>\'><%owner%>: <%title%></a></li>',''),(155,35,'tplFooter','global','Footer','textarea','</ul>',''),(156,35,'tplEmpty','global','\'No items available\' message','textarea','<p>No items available</p>',''),(157,35,'tplBoxFooter','global','Box Footer','textarea','</div>',''),(158,35,'showErrors','global','Show errors','yesno','no',''),(159,37,'RSSImage','global','Logo?','text','/admin/blogcms.gif',''),(160,38,'text01','global','Text engine \'you came from\':','text','<h4>You came from: <strong>',''),(161,38,'text02','global','Text engine \'looking for\':','text','</strong>, searching for <strong>words</strong>: ',''),(162,38,'text03','global','Text engine \'ending tag\':','text','</h4><br />',''),(163,39,'item','global','Redirect articles:','yesno','no',''),(164,39,'userlink','global','Redirect smart user link in comments:','yesno','yes',''),(165,42,'smartypantsDefault','global','Use SmartyPants by default:','yesno','no',''),(166,42,'smartypantsback','global','Convert curly quotes back to straight quotes before edit:','yesno','yes',''),(167,43,'tpl_header','global','List header','textarea','<div id=\'subcat\'>\n<dl>\n<dt>Structure</dt>\n<dd><a <%active%> href=\'<%blogurl%>\' title=\'Show articles from all categories\'>All</a></dd>\n<dd><a href=\'<%toogle%>\' title=\'Expand/Fold whole category tree\'>Toogle Tree</a></dd>\n</dl>\n',''),(168,43,'tpl_footer','global','List footer','textarea','</div>\n',''),(169,43,'tpl_group_header','global','Category group header','textarea','<dl <%id%>>\n',''),(170,43,'tpl_group_item','global','Category group item','textarea','<dt><a href=\'<%switch%>\' title=\'Expand/Fold this group\'><%name%> »</a></dt>\n',''),(171,43,'tpl_group_footer','global','Category group footer','textarea','</dl>\n',''),(172,43,'tpl_item_header','global','Category item header','textarea','',''),(173,43,'tpl_item_item','global','Category item item','textarea','<dd><a <%active%> href=\'<%url%>\' title=\'Show articles only from this category\'><%name%></a></dd>\n',''),(174,43,'tpl_item_footer','global','Category item footer','textarea','',''),(175,44,'quickmenu','global','Show in quick menu','yesno','yes',''),(176,44,'columns','global','Maximum number of columns','text','5',''),(177,45,'textileDefault','global','Use Textile by default:','yesno','no',''),(178,45,'detextile','global','Convert article to Textile before editing:','yesno','no',''),(179,46,'CheckIDs','global','Only allow valid itemids as trackback-ids','yesno','yes',''),(180,46,'Notify','global','Send e-mail notification on ping receipt','yesno','no',''),(181,46,'NotifyEmail','global','Which e-mail address to send these notification to?','text','',''),(182,46,'AcceptPing','global','Accept pings','yesno','yes',''),(183,46,'SendPings','global','Allow sending pings','yesno','yes',''),(184,48,'use_wysiwyg','member','Use FCKEditor WYSIWYG editor - http://www.fckeditor.net/?','yesno','yes',''),(185,49,'editormode','member','Use tinyRTE WYSIWYG editor - http://www.alfmiti.net/phorum/?','select','no','No WYSIWIG Editor|no|WYSIWIG Editor - Basic|basic|WYSIWIG Editor - Advanced|full'),(186,49,'hide_more','blog','Hide Extended Textarea','yesno','no',''),(187,49,'my_cssfile','global','CSS-file for the editarea, Base: BLOG:CMS Installroot','text','sepia.css',''),(188,49,'css_name_item','global','CSS classname name that will enclose your items','text','class=\"itembody\"',''),(189,49,'enable_mm','global','Enable MediaManager Interface also in standard textmode','yesno','no',''),(190,50,'chars','global','How many chars to show?','text','200',''),(191,50,'countwords','global','Add a wordcount?','yesno','yes',''),(192,50,'words','global','excerpt... (10 _words_)','text','words',''); /*!40000 ALTER TABLE `nucleus_plugin_option_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_querylog` -- DROP TABLE IF EXISTS `nucleus_plugin_querylog`; CREATE TABLE `nucleus_plugin_querylog` ( `querystr` varchar(120) default NULL, `querywhen` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `logid` int(11) NOT NULL auto_increment, KEY `qeurystr` (`querystr`), KEY `id` (`logid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Search Log'; -- -- Dumping data for table `nucleus_plugin_querylog` -- LOCK TABLES `nucleus_plugin_querylog` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_querylog` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plugin_querylog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_rssitem` -- DROP TABLE IF EXISTS `nucleus_plugin_rssitem`; CREATE TABLE `nucleus_plugin_rssitem` ( `itemid` int(11) default NULL, `client` varchar(60) NOT NULL default '', `lastchecked` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `lastupdate` timestamp NOT NULL default '0000-00-00 00:00:00', KEY `item` (`itemid`), KEY `client` (`client`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: RSS for items'; -- -- Dumping data for table `nucleus_plugin_rssitem` -- LOCK TABLES `nucleus_plugin_rssitem` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_rssitem` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plugin_rssitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_tb` -- DROP TABLE IF EXISTS `nucleus_plugin_tb`; CREATE TABLE `nucleus_plugin_tb` ( `tb_id` int(11) NOT NULL default '0', `url` varchar(100) NOT NULL default '', `title` tinytext, `excerpt` tinytext, `blog_name` tinytext, `timestamp` datetime default NULL, PRIMARY KEY (`tb_id`,`url`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: TrackBack'; -- -- Dumping data for table `nucleus_plugin_tb` -- LOCK TABLES `nucleus_plugin_tb` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_tb` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plugin_tb` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_views` -- DROP TABLE IF EXISTS `nucleus_plugin_views`; CREATE TABLE `nucleus_plugin_views` ( `id` int(11) NOT NULL default '0', `views` int(15) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Views plugin'; -- -- Dumping data for table `nucleus_plugin_views` -- LOCK TABLES `nucleus_plugin_views` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_views` DISABLE KEYS */; INSERT INTO `nucleus_plugin_views` VALUES (1,1); /*!40000 ALTER TABLE `nucleus_plugin_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_plugin_weather` -- DROP TABLE IF EXISTS `nucleus_plugin_weather`; CREATE TABLE `nucleus_plugin_weather` ( `uid` int(10) NOT NULL default '0', `value` varchar(50) default '', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Plugin: Weather plugin'; -- -- Dumping data for table `nucleus_plugin_weather` -- LOCK TABLES `nucleus_plugin_weather` WRITE; /*!40000 ALTER TABLE `nucleus_plugin_weather` DISABLE KEYS */; /*!40000 ALTER TABLE `nucleus_plugin_weather` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_skin` -- DROP TABLE IF EXISTS `nucleus_skin`; CREATE TABLE `nucleus_skin` ( `sdesc` int(11) NOT NULL default '0', `stype` varchar(20) NOT NULL default '', `scontent` text NOT NULL, PRIMARY KEY (`sdesc`,`stype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Skins'; -- -- Dumping data for table `nucleus_skin` -- LOCK TABLES `nucleus_skin` WRITE; /*!40000 ALTER TABLE `nucleus_skin` DISABLE KEYS */; INSERT INTO `nucleus_skin` VALUES (3,'index','<?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?>\r\n<?xml-stylesheet type=\'text/css\' href=\'<%skinfile(base/rss.css)%>\'?>\r\n<rss version=\'2.0\'>\r\n<channel>\r\n<title><%blogsetting(name)%></title>\r\n<link><%blogsetting(url)%></link>\r\n<description><%blogsetting(desc)%></description>\r\n<language>en</language>\r\n<generator><%version%></generator>\r\n<copyright><%sitevar(admin)%></copyright>\r\n<category>blog</category>\r\n<docs>http://backend.userland.com/rss</docs>\r\n<image>\r\n<url><%blogsetting(url)%>admin/blogcms.gif</url>\r\n<title><%blogsetting(name)%></title>\r\n<link><%blogsetting(url)%></link>\r\n</image>\r\n<%blog(xmlrss2,10)%>\r\n</channel>\r\n</rss>'),(1,'search','<%ExtraSkin(header)%>\r\n<div id=\'items\'>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n<h2>Search results</h2>\r\n<%searchresults(default)%>\r\n</div>\r\n<div id=\'menu\'>\r\n<!-- main menu navigation -->\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a href=\'<%archivelink%>\'>Archives</a></div>\r\n</div>\r\n<h2>Categories</h2>\r\n<%SubCategories%>\r\n<%ExtraSkin(articles)%>\r\n</div>\r\n<%ExtraSkin(footer)%>'),(1,'imagepopup','<!DOCTYPE html PUBLIC \'-//W3C//DTD XHTML 1.0 Strict//EN\' \'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\'>\r\n<html xmlns=\'http://www.w3.org/1999/xhtml\' xml:lang=\'en\' lang=\'en\' <%Signature%>>\r\n<head>\r\n<title><%imagetext%></title>\r\n<style type=\'text/css\'>\r\nimg { border: none;position:relative;overflow: auto;}\r\nbody { margin: 0px; }\r\n</style>\r\n</head>\r\n<body onblur=\'window.close()\'>\r\n<a href=\'javascript:window.close();\'><%image%></a>\r\n</body></html>'),(2,'index','<?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?>\r\n<?xml-stylesheet type=\'text/css\' href=\'<%skinfile(base/rss.css)%>\'?>\r\n<!DOCTYPE rss PUBLIC \'-//Netscape Communications//DTD RSS 0.91//EN\' \'http://my.netscape.com/publish/formats/rss-0.91.dtd\'>\r\n<rss version=\'0.91\'>\r\n<channel>\r\n<title><%blogsetting(name)%></title>\r\n<link><%blogsetting(url)%></link>\r\n<description><%blogsetting(desc)%></description>\r\n<docs>http://backend.userland.com/rss091</docs>\r\n<language>en</language>\r\n<image>\r\n<url><%blogsetting(url)%>admin/blogcms.gif</url>\r\n<title><%blogsetting(name)%></title>\r\n<link><%blogsetting(url)%></link>\r\n</image>\r\n<%blog(xmlrss,10)%>\r\n</channel>\r\n</rss>'),(6,'index','<?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?>\r\n<?xml-stylesheet type=\'text/css\' href=\'<%skinfile(base/atom.css)%>\'?>\r\n<feed version=\'0.3\' xmlns=\'http://purl.org/atom/ns#\'>\r\n<title><%blogsetting(name)%></title>\r\n<link rel=\'alternate\' type=\'text/html\' href=\'<%blogsetting(url)%>\' />\r\n<generator url=\'http://blogcms.com/\'><%version%></generator>\r\n<info mode=\'xml\' type=\'text/html\'>\r\n<div xmlns=\'http://www.w3.org/1999/xhtml\'>This is an Atom formatted\r\nXML site feed. It is intended to be viewed in a Newsreader or\r\nsyndicated to another site. </div>\r\n</info>\r\n<modified><%blog(atommodified,1)%></modified>\r\n<%blog(atomentries,10)%>\r\n</feed>'),(1,'member','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3>Member :: <%member(name)%></h3>\r\n<p>Real name: <%member(realname)%></p>\r\n<p>Website: <a href=\'<%member(url)%>\'><%member(url)%></a></p>\r\n<%membermailform%>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a href=\'<%archivelink%>\'>Archives</a></div>\r\n</div>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(5,'index','<?xml version=\'1.0\' encoding=\'<%blogsetting(charset)%>\'?>\r\n<?xml-stylesheet type=\'text/css\' href=\'<%skinfile(base/rss.css)%>\'?>\r\n<rdf:RDF\r\nxmlns:rdf=\'http://www.w3.org/1999/02/22-rdf-syntax-ns#\'\r\nxmlns=\'http://purl.org/rss/1.0/\'\r\nxmlns:dc=\'http://purl.org/dc/elements/1.1/\'\r\nxmlns:sy=\'http://purl.org/rss/1.0/modules/syndication/\'\r\nxmlns:admin=\'http://webns.net/mvcb/\'\r\nxmlns:cc=\'http://web.resource.org/cc/\'\r\n>\r\n<channel rdf:about=\'<%blogsetting(url)%>xmlrss1.php\'>\r\n<title><%blogsetting(name)%></title>\r\n<link><%blogsetting(url)%></link>\r\n<description><%blogsetting(desc)%></description>\r\n<language>en</language>\r\n<image rdf:resource=\'<%blogsetting(url)%>admin/blogcms.gif\' />\r\n<items>\r\n<rdf:Seq>\r\n<%blog(xmlrss1items,10)%>\r\n</rdf:Seq>\r\n</items>\r\n<%blog(xmlrss1,10)%>\r\n</channel>\r\n</rdf:RDF>'),(1,'index','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<!-- shows last 5 articles -->\r\n<%Plugin(BlogWithOffset,default,5)%>\r\n<!-- shows links to previous / next 5 articles -->\r\n<%OffsetArticles(5,5)%>\r\n<!-- go to a page navigation -->\r\n<div id=\'navigation\'><%Plugin(PageLinkList,5,.)%></div>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<!-- main menu navigation -->\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a href=\'<%archivelink%>\'>Archives</a></div>\r\n<div><%Plugin(OffsetEntriesLink,5,-,Previous 5 items,0,p)%></div>\r\n<div><%Plugin(OffsetEntriesLink,5,+,Next 5 items,0,n)%></div>\r\n</div>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n<h2>Categories</h2>\r\n<%SubCategories%>\r\n<!-- article statistics -->\r\n<%ExtraSkin(articles)%>\r\n<!-- skins switcher -->\r\n<h2>Style It!</h2>\r\n<%CSS(SELECT)%>\r\n<!-- my favourite links -->\r\n<h2>My Links</h2>\r\n<%Table(mylinks,title,none)%>\r\n<!-- RSS and Atom feeds -->\r\n<%ExtraSkin(rss)%>\r\n<!-- login form -->\r\n<h2>Login</h2>\r\n<!-- DYNAMIC_CONTENT_START -->\r\n<%loginform%>\r\n<!-- domain and page referrers -->\r\n<%Referrer(top,5,2,1)%>\r\n<%Referrer(last,5,2,2)%>\r\n<!-- DYNAMIC_CONTENT_STOP -->\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(4,'index','<?xml version=\'1.0\'?>\r\n<rsd version=\'1.0\'>\r\n<service>\r\n<engineName><%version%></engineName>\r\n<engineLink>http://blogcms.com/</engineLink>\r\n<homepageLink><%sitevar(url)%></homepageLink>\r\n<apis>\r\n<api name=\'MetaWeblog\' preferred=\'true\' apiLink=\'<%adminurl%>xmlrpc/server.php\' blogID=\'<%blogsetting(id)%>\'>\r\n<docs>http://blogcms.com/extra/support</docs>\r\n</api>\r\n<api name=\'Blogger\' preferred=\'false\' apiLink=\'<%adminurl%>xmlrpc/server.php\' blogID=\'<%blogsetting(id)%>\'>\r\n<docs>http://blogcms.com/extra/support</docs>\r\n</api>\r\n</apis>\r\n</service>\r\n</rsd>'),(1,'archive','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3 class=\'item\'>Calendar</h3>\r\n<%Calendar%>\r\n<%archive(default)%>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a class=\'active\' href=\'<%archivelink%>\'>Archives</a></div>\r\n<div><a href=\'<%prevlink%>\'>Previous <%archivetype%></a></div>\r\n<div><a href=\'<%nextlink%>\'>Next <%archivetype%></a></div>\r\n</div>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n<h2>Categories</h2>\r\n<%SubCategories%>\r\n<%ExtraSkin(articles)%>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(1,'archivelist','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3 class=\'item\'>Calendar</h3>\r\n<%Calendar%>\r\n<h3 class=\'item\'>Archives</h3>\r\n<%archivelist(default)%>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a class=\'active\' href=\'<%archivelink%>\'>Archives</a></div>\r\n</div>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n<h2>Categories</h2>\r\n<%SubCategories%>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(1,'error','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3><%errormessage%></h3>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2 class=\'prvni\'>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'javascript:history.go(-1);\' title=\'Previous page\'>Back</a></div>\r\n</div>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(1,'item','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<!-- article detail -->\r\n<!-- DYNAMIC_CONTENT_START -->\r\n<%item(detailed)%>\r\n<!-- DYNAMIC_CONTENT_STOP -->\r\n<!-- current comments -->\r\n<%comments(detailed)%>\r\n<%ExtraSkin(commentinfo)%>\r\n<!-- comment form -->\r\n<h4>Add new comment:</h4>\r\n<!-- DYNAMIC_CONTENT_START -->\r\n<%CommentControl(warning)%>\r\n<%commentform%>\r\n<!-- DYNAMIC_CONTENT_STOP -->\r\n<script type=\'text/javascript\'> commentFormExtras(); </script>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'<%todaylink%>\'>Homepage</a></div>\r\n<div><a href=\'<%archivelink%>\'>Archives</a></div>\r\n<div><a href=\'<%FancierURL(nextlink)%>\'>Next article</a></div>\r\n<div><a href=\'<%FancierURL(prevlink)%>\'>Previous article</a></div>\r\n</div>\r\n<hr /><%Random%><hr />\r\n<h2>Categories</h2>\r\n<%SubCategories%>\r\n<h2>Search</h2>\r\n<%searchform%>\r\n<!-- article statistics -->\r\n<%ExtraSkin(articles)%>\r\n<!-- skin switcher -->\r\n<h2>Style It!</h2>\r\n<%CSS(SELECT)%>\r\n<!-- page referrers -->\r\n<!-- DYNAMIC_CONTENT_START -->\r\n<%Referrer(last,5,2,2)%>\r\n<!-- DYNAMIC_CONTENT_STOP -->\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(7,'index','<%ExtraSkin(headerwap)%>\r\n<%Plugin(BlogWithOffset,wap,10)%>\r\n<%ExtraSkin(footerwap)%>'),(7,'item','<%ExtraSkin(headerwap)%>\r\n<p><a href=\'<%blogsetting(url)%>?skinid=7\'>» back</a></p>\r\n<%item(wapdetailed)%>\r\n<%ExtraSkin(footerwap)%>'),(8,'item','<%ExtraSkin(headerwap)%>\r\n<p><a href=\'<%blogsetting(url)%>?skinid=7\'>» back</a></p>\r\n<h2><%itemtitle%></h2>\r\n<%comments(wapdetailed)%>\r\n<p><a href=\'<%blogsetting(url)%>?skinid=7\'>» back</a></p>\r\n<%ExtraSkin(footerwap)%>'),(9,'index','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3>Latest news:</h3>\r\n<%RSSAtom(http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml)%>\r\n<%RSSAtom(http://sports.espn.go.com/espn/rss/nfl/news)%>\r\n<%RSSAtom(http://www.lockergnome.com/rss/penguinshell.php)%>\r\n<%RSSAtom(http://www.lockergnome.com/rss/windowsdaily.php)%>\r\n<%RSSAtom(http://slashdot.org/index.rss)%>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'javascript:history.go(-1);\' title=\'Previous page\'>Back</a></div>\r\n</div>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'),(10,'index','<%ExtraSkin(header)%>\r\n\r\n<div id=\'items\'>\r\n<h3>Send me an email message</h3>\r\n<!-- this plugin email the message -->\r\n<%Contact%>\r\n<form method=\'post\' action=\'<%blogsetting(url)contact.php%>\' id=\'contactform\'>\r\n<fieldset>\r\n<legend>Message: </legend>\r\n<label>Your name: <input class=\'formfield\' type=\'text\' name=\'name\' tabindex=\'1\' /></label><br />\r\n<label>E-mail: <input class=\'formfield\' type=\'text\' name=\'email\' tabindex=\'2\' /></label><br />\r\n<label>Telephone: <input class=\'formfield\' type=\'text\' name=\'telephone\' tabindex=\'3\' /></label><br />\r\n<textarea class=\'formfield\' name=\'message\' cols=\'40\' rows=\'8\' tabindex=\'4\'></textarea><br />\r\n<input class=\'formbutton\' type=\'submit\' value=\'Send email!\' tabindex=\'5\' />\r\n</fieldset>\r\n</form>\r\n</div>\r\n\r\n<div id=\'menu\'>\r\n<h2>Navigation</h2>\r\n<div class=\'nav\'>\r\n<div><a href=\'javascript:history.go(-1);\' title=\'Previous page\'>Back</a></div>\r\n</div>\r\n</div>\r\n\r\n<%ExtraSkin(footer)%>'); /*!40000 ALTER TABLE `nucleus_skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_skin_desc` -- DROP TABLE IF EXISTS `nucleus_skin_desc`; CREATE TABLE `nucleus_skin_desc` ( `sdnumber` int(11) NOT NULL auto_increment, `sdname` varchar(20) NOT NULL default '', `sddesc` varchar(200) default NULL, `sdtype` varchar(40) NOT NULL default 'text/html', `sdincmode` varchar(10) NOT NULL default 'normal', `sdincpref` varchar(50) NOT NULL default '', PRIMARY KEY (`sdnumber`), UNIQUE KEY `sdname` (`sdname`), UNIQUE KEY `sdnumber` (`sdnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COMMENT='Skins description'; -- -- Dumping data for table `nucleus_skin_desc` -- LOCK TABLES `nucleus_skin_desc` WRITE; /*!40000 ALTER TABLE `nucleus_skin_desc` DISABLE KEYS */; INSERT INTO `nucleus_skin_desc` VALUES (1,'default','default skin for your blog','text/html','skindir','base/'),(2,'xmlrss','RSS syndication of weblogs','application/rss+xml','normal',''),(3,'xmlrss2','RSS 2.0 syndication of weblogs','application/rss+xml','normal',''),(4,'rsd','RSD (Really Simple Discovery) information','text/xml','normal',''),(5,'xmlrss1','RSS 1.0 syndication of weblogs','application/rss+xml','normal',''),(6,'atom','Atom 0.3 weblog syndication','application/atom+xml','normal',''),(7,'wap','WAP version','application/xhtml+xml','normal','base/'),(8,'wapcomments','WAP comments','application/xhtml+xml','normal','base/'),(9,'news','news feeds','text/html','normal','base/'),(10,'contact','Contact form','text/html','normal','base/'); /*!40000 ALTER TABLE `nucleus_skin_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_subcategory` -- DROP TABLE IF EXISTS `nucleus_subcategory`; CREATE TABLE `nucleus_subcategory` ( `blogid` int(11) default NULL, `groupid` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `shortname` varchar(255) default NULL, PRIMARY KEY (`groupid`), KEY `blogid` (`blogid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Plugin: Subcategories'; -- -- Dumping data for table `nucleus_subcategory` -- LOCK TABLES `nucleus_subcategory` WRITE; /*!40000 ALTER TABLE `nucleus_subcategory` DISABLE KEYS */; INSERT INTO `nucleus_subcategory` VALUES (1,1,'Main Category','default'); /*!40000 ALTER TABLE `nucleus_subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_team` -- DROP TABLE IF EXISTS `nucleus_team`; CREATE TABLE `nucleus_team` ( `tmember` int(11) NOT NULL default '0', `tblog` int(11) NOT NULL default '0', `tadmin` tinyint(2) NOT NULL default '0', PRIMARY KEY (`tmember`,`tblog`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Teams'; -- -- Dumping data for table `nucleus_team` -- LOCK TABLES `nucleus_team` WRITE; /*!40000 ALTER TABLE `nucleus_team` DISABLE KEYS */; INSERT INTO `nucleus_team` VALUES (1,1,1),(1,2,1); /*!40000 ALTER TABLE `nucleus_team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_template` -- DROP TABLE IF EXISTS `nucleus_template`; CREATE TABLE `nucleus_template` ( `tdesc` int(11) NOT NULL default '0', `tpartname` varchar(20) NOT NULL default '', `tcontent` text NOT NULL, PRIMARY KEY (`tdesc`,`tpartname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Templates'; -- -- Dumping data for table `nucleus_template` -- LOCK TABLES `nucleus_template` WRITE; /*!40000 ALTER TABLE `nucleus_template` DISABLE KEYS */; INSERT INTO `nucleus_template` VALUES (7,'ITEM','<%date(utc)%>'),(1,'FORMAT_DATE','%d.%m.%y'),(1,'FORMAT_TIME','%H:%M:%S'),(1,'ITEM','<item>\r\n<title><%syndicate_title%></title>\r\n<link><%FancierURL%></link>\r\n<description><%XMLTools(body)%></description>\r\n</item>'),(4,'EDITLINK','<a href=\"<%editlink%>\" onclick=\"<%editpopupcode%>\">edit</a>'),(4,'FORMAT_DATE','%d.%m.%y'),(4,'FORMAT_TIME','%H:%M:%S'),(4,'ITEM','<item>\r\n<title><%syndicate_title%></title>\r\n<link><%FancierURL%></link>\r\n<description><%XMLTools(body)%></description>\r\n<category><%category%></category>\r\n<comments><%FancierURL%>#trackback</comments>\r\n<pubDate><%date(rfc822)%></pubDate>\r\n</item>'),(5,'IMAGE_CODE','<%image%>'),(5,'ITEM','<h2><%title%></h2>\r\n<div class=\'itembody\'>\r\n<%body%>\r\n<%more%>\r\n</div>\r\n<br />\r\n<div class=\'iteminfo\'>\r\n<%time%> - <%date%> -\r\n<%author%> -\r\n<%category%> -\r\n<%Viewed%>\r\n</div>'),(5,'FORMAT_DATE','%d.%m.%y'),(5,'FORMAT_TIME','%H:%M:%S'),(6,'FORMAT_DATE','%x'),(6,'FORMAT_TIME','%X'),(6,'ITEM','<item rdf:about=\"<%FancierURL%>\">\r\n<title><%syndicate_title%></title>\r\n<link><%FancierURL%></link>\r\n<description><%XMLTools(body)%></description>\r\n<dc:date><%date(iso8601)%></dc:date>\r\n</item>'),(10,'ITEM','<rdf:li resource=\"<%FancierURL%>\" />\r\n'),(3,'CATLIST_LISTITEM','<div><a <%active%> href=\'<%catlink%>\'><%catname%></a></div>'),(3,'CATLIST_HEADER','<div class=\'nav\'><div><a <%active%> href=\'<%blogurl%>\'>All</a></div>'),(2,'CATLIST_FOOTER','</div>'),(2,'CATLIST_LISTITEM','<div><a <%active%> href=\'<%catlink%>\' title=\'<%catdesc%>\'><%catname%></a></div>'),(2,'CATLIST_HEADER','<div class=\'nav\'><div><a <%active%> href=\'<%blogurl%>\'>All</a></div>'),(2,'ARCHIVELIST_LISTITEM','<a href=\'<%archivelink%>\' title=\'Archives\'>%B, %Y</a><br />'),(3,'ARCHIVELIST_HEADER','Archive list:'),(3,'COMMENTS_FOOTER','</ol>'),(3,'COMMENTS_ONE','Comment: '),(3,'COMMENTS_MANY','Comments: '),(2,'COMMENTS_NONE','<a href=\'<%FancierURL%>#commentform\' rel=\'bookmark\'>Add comment!</a>'),(2,'COMMENTS_ONE','Comment: '),(2,'COMMENTS_MANY','Comments: '),(9,'ITEM','<entry>\r\n<title type=\"text/html\" mode=\"escaped\"><%title%></title>\r\n<link rel=\"alternate\" type=\"text/html\" href=\"<%FancierURL%>\" />\r\n<author><name><%author%></name></author>\r\n<modified><%date(utc)%></modified>\r\n<issued><%date(iso8601)%></issued>\r\n<content type=\"application/xhtml+xml\" xml:lang=\"en-EN\" xml:space=\"preserve\">\r\n<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<%XMLTools(atom)%>\r\n</div>\r\n</content>\r\n<id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>'),(3,'EDITLINK','- <a href=\"<%editlink%>\" onclick=\"<%editpopupcode%>\">edit</a>'),(3,'COMMENTS_HEADER','<h4>Comments:</h4> <ol id=\'comments\'>'),(3,'COMMENTS_BODY','<%FancyText(true)%> from: <%userlink%></address>\r\n<%body%>\r\n<ins><%date%>, <%time%> <%CommentControl(edit)%></ins></li>'),(2,'COMMENTS_TOOMUCH','<a href=\'<%FancierURL%>#commentform\' rel=\'bookmark\'><%commentword%><%commentcount%></a>'),(2,'MORELINK','<p class=\'readmore\'><a href=\'<%FancierURL%>\'>[read more]</a></p>'),(2,'EDITLINK',' - <a href=\"<%editlink%>\" onclick=\"<%editpopupcode%>\">edit</a>'),(3,'ITEM_FOOTER','<div id=\'searchstats1\'>\r\n<h4>RSS 2.0 feed, Trackback, print preview, email this article</h4>\r\n<ul>\r\n<li>RSS 2.0 feed of this article, including comments:  <%RSSItem%></li>\r\n<%TrackBack(list)%>\r\n<li>You can <%Print%> this article, <%MailToAFriend%> it, or export a <%PDF%>.</li>\r\n</ul>\r\n</div>\r\n\r\n<div id=\'searchstats2\'>\r\n<%Related(local,10)%>\r\n</div>\r\n<div id=\'searchstats3\'>\r\n<%Related(google,10)%>\r\n</div>\r\n\r\n<script type=\'text/javascript\'> initSearchMenu(); </script>\r\n<div style=\'clear:both\'></div>'),(3,'ITEM','<div class=\'iteminfo\'>\r\n<a href=\'<%authorlink%>\'><%author%></a> - <img alt=\'clock\' src=\'<%skinfile(clock.gif)%>\' /> <%time%> - <%date%> - <a href=\'<%categorylink%>\'><%category%></a> - <%Viewed%> - <img alt=\'pencil\' src=\'<%skinfile(edit.gif)%>\' /> <a href=\'<%FancierURL%>\'>permalink</a> <%edit%>\r\n<br />\r\nKarma points: <strong><%karma%></strong>. Do you like this article? [<a href=\'<%karmaposlink%>\'>yes</a>/<a href=\'<%karmaneglink%>\'>no</a>]\r\n</div>'),(3,'ITEM_HEADER','<h3 class=\'item\'><%title%></h3>\r\n<div class=\'itembody\'>\r\n<%body%>\r\n<%more%>\r\n</div>'),(3,'MEDIA_CODE','<%media%>'),(3,'IMAGE_CODE','<%image%>'),(12,'IMAGE_CODE','<%image%>'),(3,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'),(3,'POPUP_CODE','<%popuplink%>'),(3,'FORMAT_TIME','%H:%M:%S'),(3,'LOCALE','english'),(3,'FORMAT_DATE','%A, %d.%m.%y'),(3,'CATLIST_FOOTER','</div>'),(11,'COMMENTS_MANY','See comments!'),(11,'COMMENTS_NONE','No comments yet.'),(11,'DATE_HEADER','<p><strong>%A, %d.%m.%y</strong></p>'),(11,'FORMAT_DATE','%d.%m.%y'),(11,'FORMAT_TIME','%H:%M:%S'),(11,'LOCALE','english'),(11,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'),(11,'SEARCH_NOTHINGFOUND','No results found for query <b><%query%></b>'),(11,'POPUP_CODE','<%popuplink%>'),(11,'MEDIA_CODE','<%media%>'),(11,'COMMENTS_ONE','See comments!'),(11,'ITEM_HEADER','<p><a href=\'<%FancierURL%>&skinid=7\'><%title%></a></p>'),(11,'ITEM','<p><%comments%> <%OffsetArticles%></p>'),(11,'COMMENTS_TOOMUCH','<a href=\'<%FancierURL%>&skinid=8\'><%commentword%></a>'),(12,'ITEM','<h2><%title%></h2>\r\n<%body%>\r\n<%more%>\r\n<hr />\r\n<p>Published at <%time%>, <%date%></p>\r\n<p><a href=\'<%FancierURL%>&skinid=8\'>Comments</a>?</p>'),(12,'COMMENTS_HEADER','<ol>'),(12,'COMMENTS_BODY','<li><address>From: <%user%> <%ip%></address><%body%><ins><%date%>, <%time%></ins></li>'),(12,'COMMENTS_FOOTER','</ol>'),(12,'FORMAT_DATE','%A, %d.%m.%y'),(12,'FORMAT_TIME','%H:%M:%S'),(12,'LOCALE','english'),(12,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'),(12,'POPUP_CODE','<%popuplink%>'),(12,'MEDIA_CODE','<%media%>'),(2,'ITEM_FOOTER','<div class=\'iteminfo\'>\r\n<a href=\'<%authorlink%>\'><%author%></a> - <img alt=\'pencil\' src=\'<%skinfile(clock.gif)%>\' /> <%time%> - <a href=\'<%categorylink%>\'><%category%></a> - <img alt=\'pencil\' src=\'<%skinfile(edit.gif)%>\' /> <a href=\'<%FancierURL%>\'>permalink</a> -\r\n<%comments%> <%OffsetArticles%> <%edit%>\r\n</div>'),(2,'ITEM','<div class=\'itembody\'>\r\n<%body%><%morelink%>\r\n</div>'),(2,'ITEM_HEADER','<h3 class=\'item\'><a href=\'<%FancierURL%>\'><%title%></a></h3>'),(2,'DATE_HEADER','<h2>%A, %d.%m.%y</h2>'),(2,'FORMAT_DATE','%d.%m.%y'),(2,'FORMAT_TIME','%H:%M:%S'),(2,'LOCALE','english'),(2,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'),(2,'SEARCH_NOTHINGFOUND','No results found for query <b><%query%></b>'),(2,'POPUP_CODE','<%popuplink%>'),(2,'MEDIA_CODE','<%media%>'),(2,'IMAGE_CODE','<%image%>'); /*!40000 ALTER TABLE `nucleus_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nucleus_template_desc` -- DROP TABLE IF EXISTS `nucleus_template_desc`; CREATE TABLE `nucleus_template_desc` ( `tdnumber` int(11) NOT NULL auto_increment, `tdname` varchar(20) NOT NULL default '', `tddesc` varchar(200) default NULL, PRIMARY KEY (`tdnumber`), UNIQUE KEY `tdnumber` (`tdnumber`), UNIQUE KEY `tdname` (`tdname`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COMMENT='Templates description'; -- -- Dumping data for table `nucleus_template_desc` -- LOCK TABLES `nucleus_template_desc` WRITE; /*!40000 ALTER TABLE `nucleus_template_desc` DISABLE KEYS */; INSERT INTO `nucleus_template_desc` VALUES (1,'xmlrss','RSS 0.9 template'),(2,'default','template to display HOMEPAGE'),(3,'detailed','template to display ITEM pages'),(4,'xmlrss2','RSS 2.0 template'),(5,'print','template to PRINT articles'),(6,'xmlrss1','RSS 1.0 template'),(7,'atommodified','Atom 0.3 helper template'),(9,'atomentries','Atom 0.3 template'),(10,'xmlrss1items','RSS 1.0 helper template'),(11,'wap','template to display WAP'),(12,'wapdetailed','template to display WAP ITEM pages'); /*!40000 ALTER TABLE `nucleus_template_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_actionlog` -- DROP TABLE IF EXISTS `nukenucleus_actionlog`; CREATE TABLE `nukenucleus_actionlog` ( `timestamp` datetime NOT NULL default '0000-00-00 00:00:00', `message` varchar(255) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_actionlog` -- LOCK TABLES `nukenucleus_actionlog` WRITE; /*!40000 ALTER TABLE `nukenucleus_actionlog` DISABLE KEYS */; INSERT INTO `nukenucleus_actionlog` VALUES ('2005-03-27 20:30:12','[blogmaster] Login successful for blogmaster (sharedpc=0)'); /*!40000 ALTER TABLE `nukenucleus_actionlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_activation` -- DROP TABLE IF EXISTS `nukenucleus_activation`; CREATE TABLE `nukenucleus_activation` ( `vkey` varchar(40) NOT NULL default '', `vtime` datetime NOT NULL default '0000-00-00 00:00:00', `vmember` int(11) NOT NULL default '0', `vtype` varchar(15) NOT NULL default '', `vextra` varchar(128) NOT NULL default '', PRIMARY KEY (`vkey`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_activation` -- LOCK TABLES `nukenucleus_activation` WRITE; /*!40000 ALTER TABLE `nukenucleus_activation` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_activation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_ban` -- DROP TABLE IF EXISTS `nukenucleus_ban`; CREATE TABLE `nukenucleus_ban` ( `iprange` varchar(15) NOT NULL default '', `reason` varchar(255) NOT NULL default '', `blogid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_ban` -- LOCK TABLES `nukenucleus_ban` WRITE; /*!40000 ALTER TABLE `nukenucleus_ban` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_ban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_blog` -- DROP TABLE IF EXISTS `nukenucleus_blog`; CREATE TABLE `nukenucleus_blog` ( `bnumber` int(11) NOT NULL auto_increment, `bname` varchar(60) NOT NULL default '', `bshortname` varchar(15) NOT NULL default '', `bdesc` varchar(200) default NULL, `bcomments` tinyint(2) NOT NULL default '1', `bmaxcomments` int(11) NOT NULL default '0', `btimeoffset` decimal(3,1) NOT NULL default '0.0', `bnotify` varchar(60) default NULL, `burl` varchar(100) default NULL, `bupdate` varchar(60) default NULL, `bdefskin` int(11) NOT NULL default '1', `bpublic` tinyint(2) NOT NULL default '1', `bsendping` tinyint(2) NOT NULL default '0', `bconvertbreaks` tinyint(2) NOT NULL default '1', `bdefcat` int(11) default NULL, `bnotifytype` int(11) NOT NULL default '15', `ballowpast` tinyint(2) NOT NULL default '0', `bincludesearch` tinyint(2) NOT NULL default '0', PRIMARY KEY (`bnumber`), UNIQUE KEY `bshortname` (`bshortname`), UNIQUE KEY `bnumber` (`bnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_blog` -- LOCK TABLES `nukenucleus_blog` WRITE; /*!40000 ALTER TABLE `nukenucleus_blog` DISABLE KEYS */; INSERT INTO `nukenucleus_blog` VALUES (1,'My Nucleus CMS','mynucleuscms','',1,0,'0.0','','http://www.petexian.com/nucleus/','',5,1,0,1,1,1,1,0); /*!40000 ALTER TABLE `nukenucleus_blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_category` -- DROP TABLE IF EXISTS `nukenucleus_category`; CREATE TABLE `nukenucleus_category` ( `catid` int(11) NOT NULL auto_increment, `cblog` int(11) NOT NULL default '0', `cname` varchar(40) default NULL, `cdesc` varchar(200) default NULL, PRIMARY KEY (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_category` -- LOCK TABLES `nukenucleus_category` WRITE; /*!40000 ALTER TABLE `nukenucleus_category` DISABLE KEYS */; INSERT INTO `nukenucleus_category` VALUES (1,1,'General','Items that do not fit in other categories'); /*!40000 ALTER TABLE `nukenucleus_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_comment` -- DROP TABLE IF EXISTS `nukenucleus_comment`; CREATE TABLE `nukenucleus_comment` ( `cnumber` int(11) NOT NULL auto_increment, `cbody` text NOT NULL, `cuser` varchar(40) default NULL, `cmail` varchar(100) default NULL, `cmember` int(11) default NULL, `citem` int(11) NOT NULL default '0', `ctime` datetime NOT NULL default '0000-00-00 00:00:00', `chost` varchar(60) default NULL, `cip` varchar(15) NOT NULL default '', `cblog` int(11) NOT NULL default '0', PRIMARY KEY (`cnumber`), UNIQUE KEY `cnumber` (`cnumber`), KEY `citem` (`citem`), FULLTEXT KEY `cbody` (`cbody`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_comment` -- LOCK TABLES `nukenucleus_comment` WRITE; /*!40000 ALTER TABLE `nukenucleus_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_config` -- DROP TABLE IF EXISTS `nukenucleus_config`; CREATE TABLE `nukenucleus_config` ( `name` varchar(20) NOT NULL default '', `value` varchar(128) default NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_config` -- LOCK TABLES `nukenucleus_config` WRITE; /*!40000 ALTER TABLE `nukenucleus_config` DISABLE KEYS */; INSERT INTO `nukenucleus_config` VALUES ('DefaultBlog','1'),('AdminEmail','alaska@petexian.com'),('IndexURL','http://www.petexian.com/nucleus/'),('Language','english'),('SessionCookie',''),('AllowMemberCreate',''),('AllowMemberMail','1'),('SiteName','My Nucleus CMS'),('AdminURL','http://www.petexian.com/nucleus/nucleus/'),('NewMemberCanLogon','1'),('DisableSite',''),('DisableSiteURL','http://www.this-page-intentionally-left-blank.org/'),('LastVisit',''),('MediaURL','http://www.petexian.com/nucleus/media/'),('AllowedTypes','jpg,jpeg,gif,mpg,mpeg,avi,mov,mp3,swf,png'),('AllowLoginEdit',''),('AllowUpload','1'),('DisableJsTools','2'),('CookiePath','/'),('CookieDomain',''),('CookieSecure',''),('CookiePrefix',''),('MediaPrefix','1'),('MaxUploadSize','1048576'),('NonmemberMail',''),('PluginURL','http://www.petexian.com/nucleus/nucleus/plugins/'),('ProtectMemNames','1'),('BaseSkin','5'),('SkinsURL','http://www.petexian.com/nucleus/skins/'),('ActionURL','http://www.petexian.com/nucleus/action.php'),('URLMode','normal'),('DatabaseVersion','310'); /*!40000 ALTER TABLE `nukenucleus_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_item` -- DROP TABLE IF EXISTS `nukenucleus_item`; CREATE TABLE `nukenucleus_item` ( `inumber` int(11) NOT NULL auto_increment, `ititle` varchar(160) default NULL, `ibody` text NOT NULL, `imore` text, `iblog` int(11) NOT NULL default '0', `iauthor` int(11) NOT NULL default '0', `itime` datetime NOT NULL default '0000-00-00 00:00:00', `iclosed` tinyint(2) NOT NULL default '0', `idraft` tinyint(2) NOT NULL default '0', `ikarmapos` int(11) NOT NULL default '0', `icat` int(11) default NULL, `ikarmaneg` int(11) NOT NULL default '0', PRIMARY KEY (`inumber`), UNIQUE KEY `inumber` (`inumber`), KEY `itime` (`itime`), FULLTEXT KEY `ibody` (`ibody`,`ititle`,`imore`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 PACK_KEYS=0; -- -- Dumping data for table `nukenucleus_item` -- LOCK TABLES `nukenucleus_item` WRITE; /*!40000 ALTER TABLE `nukenucleus_item` DISABLE KEYS */; INSERT INTO `nukenucleus_item` VALUES (1,'Welcome to Nucleus CMS v3.2','This is the first post on your Nucleus CMS. Nucleus offers you the building blocks you need to create a web presence. Whether you want to create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.<br />\r\n<br />\r\nWe\'ve loaded this first entry with links and information to get you started. Though you can delete this entry, it will eventually scroll off the main page as you add content to your site. Add your comments while you learn to work with Nucleus CMS, or bookmark this page so you can come back to it when you need to.','<b>Home - <a href=\"http://nucleuscms.org/\" title=\"Nucleus CMS home\">nucleuscms.org</a></b><br />\r\nWelcome to the world of Nucleus CMS.<br />\r\n<br />\r\nIn 2001 a set of PHP scripts were let loose on the open Internet. Those scripts, which took user-generated data and used it to dynamically create html pages, contained the ideas and the algorithms that are the core of today’s Nucleus CMS. Though Nucleus CMS 3.2 is far more flexible and powerful than the scripts from which it emerged, it still expresses the values that guided its birth: flexibility, security, and computational elegance.<br />\r\n<br />\r\nThanks to an international community of sophisticated developers and designers, Nucleus CMS remains simple enough for anyone to learn, and expandable enough to allow you to build almost any website you can imagine. Nucleus CMS lets you integrate text, images, and user comments in a seamless package that will make your web presence as serious, professional, personal, or fun as you want it to be.<br />\r\n<br />\r\nWe hope you enjoy its power.<br />\r\n<br />\r\n<b>Documentation - <a href=\"http://docs.nucleuscms.org/\" title=\"Nucleus CMS Documentation\">docs.nucleuscms.org</a></b><br />\r\nVisit our <a href=\"http://nucleuscms.org/faq.php\">frequently asked questions</a> page for a quick overview.<br />\r\n<br />\r\nThe install process places <a href=\"/nucleus/documentation/\">user</a> and <a href=\"/nucleus/documentation/devdocs/\">developer</a> documentation on the web server for your convenience.<br />\r\n<br />\r\nPop-up <a href=\"/nucleus/documentation/help.html\">help</a> is available throughout the administration area to assist you in maintaining and customizing your site. When in the Nucleus CMS admin area, click on this symbol <img src=\"/nucleus/documentation/icon-help.gif\" width=\"15\" height=\"15\" alt=\"help icon\" /> for context-sensitive help.<br />\r\n<br />\r\nOr, if you can’t find the answer you need, visit our community <a href=\"http://wiki.nucleuscms.org/\">Wiki</a> for user written tips and how-tos.<br />\r\n<br />\r\n<b>Support - <a href=\"http://forum.nucleuscms.org/\" title=\"Nucleus CMS Support Forum\">forum.nucleuscms.org</a></b><br />\r\nShould you require assistance, please don\'t hesitate to <a href=\"http://forum.nucleuscms.org/faq.php\">join</a> the 1800+ registered users on our forums. With its built-in search capability of the 28,000+ posted articles, your answers are just a few clicks away. Remember: almost any question you think of has already been asked on the forums, and almost anything you want to do with Nucleus has been tried and explained there. Be sure to check them out.<br />\r\n<br />\r\nThanks to all the volunteers at the support forums.<br />\r\n<a href=\"http://edmondhui.homeip.net/blog/\">admun</a> - Ottawa, ON, Canada<br />\r\n<a href=\"http://www.tamizhan.com/\">anand</a> - Bangalore, India<br />\r\n<a href=\"http://hcgtv.com\">hcgtv</a> - Miami, USA<br />\r\n<a href=\"http://www.adrenalinsports.nl/\">ikeizer</a> - Maastricht<br />\r\n<a href=\"http://smalltalking.com/\">moraes</a> - Curitiba, Brazil<br />\r\n<a href=\"http://roelg.nl/\">roel</a> - Rotterdam, The Netherlands<br />\r\n<a href=\"http://budts.be/weblog/\">TeRanEX</a> - Ekeren, Antwerp, Belgium<br />\r\n<a href=\"http://music.trentadams.com/\">Trent</a> - Alberta, Canada<br />\r\n<a href=\"http://xiffy.nl/weblog/\">xiffy</a> - Deventer<br />\r\n<br />\r\n<b>Personalization - <a href=\"http://skins.nucleuscms.org/\" title=\"Nucleus CMS Skins\">skins.nucleuscms.org</a></b><br />\r\nThe combination of multi-weblogs and skins/templates make for a powerful duo in personalizing your site or designing one for a friend, relative or business client. Import new skins to change the look of your website, or create your own skins and share them with the Nucleus community! Help designing or modifying skins is only a few clicks away in the Nucleus forums.<br />\r\n<br />\r\nWhat’s possible with Nucleus CMS:<br />\r\n<br />\r\nNucleus CMS is used on over 700 <a href=\"http://nucleuscms.org/sites.php\">registered sites</a>. Here are some ideas to get you started thinking about what Nucleus CMS can do for you:<br />\r\n<br />\r\nPersonal blogs<br />\r\n<a href=\"http://www.stanch.net/\">stanch.net</a> - Stanch\'s personal weblog<br />\r\n<a href=\"http://www.rakaz.nl/\">rakaz.nl</a> - Rakaz\'s personal weblog<br />\r\n<a href=\"http://beefcake.nl/\">beefcake.nl</a> - Beefcake | Nuke the whales!<br />\r\n<a href=\"http://bloggard.com/\">bloggard.com</a> - The Adventures of Bloggard<br />\r\n<a href=\"http://www.sempermagis.be/\">sempermagis.be</a> - Webvoer voor de digitale honger. Warm geserveerd<br />\r\n<br />\r\nCommunity blogs<br />\r\n<a href=\"http://tipos.com.br/\">tipos.com.br</a> - Brazilian blogging community<br />\r\n<br />\r\nFamily pages<br />\r\n<a href=\"http://maguire.trentadams.ca/\">maguire.trentadams.ca</a> - Maguire Baby Journal<br />\r\n<a href=\"http://www.baruchito.com/\">baruchito.com</a> - Baruchito\'s homeCage<br />\r\n<br />\r\nNews sites<br />\r\n<a href=\"http://www.printculture.com/\">printculture.com</a> - Politics, Culture, Academics<br />\r\n<a href=\"http://www.americandaily.com/\">americandaily.com</a> - American Daily - News & Commentary<br />\r\n<br />\r\nTravel sites<br />\r\n<a href=\"http://hsbluebird.com/\">hsbluebird.com</a> - Hot Springs, Montana\'s Online Resource <br />\r\n<a href=\"http://groningen-info.de/\">groningen-info.de</a> - Neues aus Groningen. Für Leute aus Duitsland.<br />\r\n<br />\r\nBusiness sites<br />\r\n<a href=\"http://adrenalinsports.nl/\">adrenalinsports.nl</a> - Adrenalin sports<br />\r\n<a href=\"http://www.c-nes.org/\">c-nes.org</a> - Centre for Northeast Studies and Policy Research (C-NES)<br />\r\n<br />\r\n<b>Nucleus Developer Network - <a href=\"http://dev.nucleuscms.org/\" title=\"Nucleus Developer Network\">dev.nucleuscms.org</a></b><br />\r\nThe NUDN is a hub for developer sites and programming resources.<br />\r\n<br />\r\nNUDN satellite sites, location and UTC offset:<br />\r\n<a href=\"http://karma.nucleuscms.org/\">karma</a> - Izegem +02<br />\r\n<a href=\"http://nupusi.com/\">hcgtv</a> - Miami -05<br />\r\n<a href=\"http://edmondhui.homeip.net/nudn/\">admun</a> - Ottawa -04<br />\r\n<a href=\"http://dev.budts.be/nucleus/\">TeRanEX</a> - Ekeren +02<br />\r\n<br />\r\nSourceforge.net graciously hosts our <a href=\"http://sourceforge.net/projects/nucleuscms/\">Open Source project page</a> which contains our software downloads and CVS repository.<br />\r\n<br />\r\nWant to play around, test changes or tell a friend or relative about Nucleus CMS? Visit our live <a href=\"http://demo.nucleuscms.org/\">demo site</a>.<br />\r\n<br />\r\nLooking to add some extra functionality to the base Nucleus CMS package? Our <a href=\"http://wiki.nucleuscms.org/plugin\">plugin repository</a> gives you plenty of ways to extend and expand what Nucleus CMS can do; your imagination and creativity are the only limit on how Nucleus CMS can work for you.<br />\r\n<br />\r\n<b>Donators</b><br />\r\nWe would like to thank these <a href=\"http://nucleuscms.org/donators.php\">nice people</a> for their <a href=\"http://nucleuscms.org/donate.php\">support</a>. <em>Thanks all!</em><br />\r\n<br />\r\nLike Nucleus CMS? Vote for us at <a href=\"http://www.hotscripts.com/Detailed/13368.html?RID=nucleus@demuynck.org\">HotScripts</a> and <a href=\"http://www.opensourcecms.com/index.php?option=content&task=view&id=145\">opensourceCMS</a>.<br />\r\n<br />\r\n<b>License</b><br />\r\nWhen we speak of free software, we are referring to freedom, not price. Our <a href=\"http://www.gnu.org/licenses/gpl.html\">General Public Licenses</a> are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.',1,1,'2005-03-27 20:28:23',0,0,0,1,0); /*!40000 ALTER TABLE `nukenucleus_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_karma` -- DROP TABLE IF EXISTS `nukenucleus_karma`; CREATE TABLE `nukenucleus_karma` ( `itemid` int(11) NOT NULL default '0', `ip` char(15) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_karma` -- LOCK TABLES `nukenucleus_karma` WRITE; /*!40000 ALTER TABLE `nukenucleus_karma` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_karma` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_member` -- DROP TABLE IF EXISTS `nukenucleus_member`; CREATE TABLE `nukenucleus_member` ( `mnumber` int(11) NOT NULL auto_increment, `mname` varchar(16) NOT NULL default '', `mrealname` varchar(60) default NULL, `mpassword` varchar(40) NOT NULL default '', `memail` varchar(60) default NULL, `murl` varchar(100) default NULL, `mnotes` varchar(100) default NULL, `madmin` tinyint(2) NOT NULL default '0', `mcanlogin` tinyint(2) NOT NULL default '1', `mcookiekey` varchar(40) default NULL, `deflang` varchar(20) NOT NULL default '', PRIMARY KEY (`mnumber`), UNIQUE KEY `mnumber` (`mnumber`), UNIQUE KEY `mname` (`mname`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_member` -- LOCK TABLES `nukenucleus_member` WRITE; /*!40000 ALTER TABLE `nukenucleus_member` DISABLE KEYS */; INSERT INTO `nukenucleus_member` VALUES (1,'blogmaster','Peter Christian','c9a47931eee531aaf522ac694bcbba56','alaska@petexian.com','http://www.petexian.com/nucleus/','',1,1,'f086d934d8931751fbe28ce516cac979',''); /*!40000 ALTER TABLE `nukenucleus_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_plugin` -- DROP TABLE IF EXISTS `nukenucleus_plugin`; CREATE TABLE `nukenucleus_plugin` ( `pid` int(11) NOT NULL auto_increment, `pfile` varchar(40) NOT NULL default '', `porder` int(11) NOT NULL default '0', PRIMARY KEY (`pid`), KEY `pid` (`pid`), KEY `porder` (`porder`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_plugin` -- LOCK TABLES `nukenucleus_plugin` WRITE; /*!40000 ALTER TABLE `nukenucleus_plugin` DISABLE KEYS */; INSERT INTO `nukenucleus_plugin` VALUES (1,'NP_SkinFiles',1); /*!40000 ALTER TABLE `nukenucleus_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_plugin_event` -- DROP TABLE IF EXISTS `nukenucleus_plugin_event`; CREATE TABLE `nukenucleus_plugin_event` ( `pid` int(11) NOT NULL default '0', `event` varchar(40) default NULL, KEY `pid` (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_plugin_event` -- LOCK TABLES `nukenucleus_plugin_event` WRITE; /*!40000 ALTER TABLE `nukenucleus_plugin_event` DISABLE KEYS */; INSERT INTO `nukenucleus_plugin_event` VALUES (1,'QuickMenu'); /*!40000 ALTER TABLE `nukenucleus_plugin_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_plugin_option` -- DROP TABLE IF EXISTS `nukenucleus_plugin_option`; CREATE TABLE `nukenucleus_plugin_option` ( `ovalue` text NOT NULL, `oid` int(11) NOT NULL auto_increment, `ocontextid` int(11) NOT NULL default '0', PRIMARY KEY (`oid`,`ocontextid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_plugin_option` -- LOCK TABLES `nukenucleus_plugin_option` WRITE; /*!40000 ALTER TABLE `nukenucleus_plugin_option` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_plugin_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_plugin_option_desc` -- DROP TABLE IF EXISTS `nukenucleus_plugin_option_desc`; CREATE TABLE `nukenucleus_plugin_option_desc` ( `oid` int(11) NOT NULL auto_increment, `opid` int(11) NOT NULL default '0', `oname` varchar(20) NOT NULL default '', `ocontext` varchar(20) NOT NULL default '', `odesc` varchar(255) default NULL, `otype` varchar(20) default NULL, `odef` text, `oextra` text, PRIMARY KEY (`opid`,`oname`,`ocontext`), UNIQUE KEY `oid` (`oid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_plugin_option_desc` -- LOCK TABLES `nukenucleus_plugin_option_desc` WRITE; /*!40000 ALTER TABLE `nukenucleus_plugin_option_desc` DISABLE KEYS */; /*!40000 ALTER TABLE `nukenucleus_plugin_option_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_skin` -- DROP TABLE IF EXISTS `nukenucleus_skin`; CREATE TABLE `nukenucleus_skin` ( `sdesc` int(11) NOT NULL default '0', `stype` varchar(20) NOT NULL default '', `scontent` text NOT NULL, PRIMARY KEY (`sdesc`,`stype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_skin` -- LOCK TABLES `nukenucleus_skin` WRITE; /*!40000 ALTER TABLE `nukenucleus_skin` DISABLE KEYS */; INSERT INTO `nukenucleus_skin` VALUES (2,'index','<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<feed version=\"0.3\" xmlns=\"http://purl.org/atom/ns#\">\r\n <title><%blogsetting(name)%></title>\r\n <link rel=\"alternate\" type=\"text/html\" href=\"<%blogsetting(url)%>\" />\r\n <generator url=\"http://nucleuscms.org/\"><%version%></generator>\r\n <modified><%blog(feeds/atom/modified,1)%></modified>\r\n <%blog(feeds/atom/entries,10)%>\r\n</feed>'),(4,'index','<?xml version=\"1.0\"?>\r\n<rsd version=\"1.0\">\r\n <service>\r\n <engineName><%version%></engineName>\r\n <engineLink>http://nucleuscms.org/</engineLink>\r\n <homepageLink><%sitevar(url)%></homepageLink>\r\n <apis>\r\n <api name=\"MetaWeblog\" preferred=\"true\" apiLink=\"<%adminurl%>xmlrpc/server.php\" blogID=\"<%blogsetting(id)%>\">\r\n <docs>http://nucleuscms.org/documentation/devdocs/xmlrpc.html</docs>\r\n </api>\r\n <api name=\"Blogger\" preferred=\"false\" apiLink=\"<%adminurl%>xmlrpc/server.php\" blogID=\"<%blogsetting(id)%>\">\r\n <docs>http://nucleuscms.org/documentation/devdocs/xmlrpc.html</docs>\r\n </api>\r\n </apis>\r\n </service>\r\n</rsd>'),(3,'index','<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<rss version=\"2.0\">\r\n <channel>\r\n <title><%blogsetting(name)%></title>\r\n <link><%blogsetting(url)%></link>\r\n <description><%blogsetting(desc)%></description>\r\n <!-- optional tags -->\r\n <language>en-us</language> <!-- valid langugae goes here -->\r\n <generator><%version%></generator>\r\n <copyright>©</copyright> <!-- Copyright notice -->\r\n <category>Weblog</category>\r\n <docs>http://backend.userland.com/rss</docs>\r\n <image>\r\n <url><%blogsetting(url)%>/nucleus/nucleus2.gif</url>\r\n <title><%blogsetting(name)%></title>\r\n <link><%blogsetting(url)%></link>\r\n </image>\r\n <%blog(feeds/rss20,10)%>\r\n </channel>\r\n</rss>'),(5,'archive','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Archives</h2>\n</div>\nYou are currently viewing archive for <%archivedate%>\n</div>\n<div class=\"content\">\n<%archive(default/index)%>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'archivelist','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Archives</h2>\n</div>\n<dl>\n<dt>Monthly Archives</dt>\n<%archivelist(default/index)%>\n</dl>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'error','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Error!</h2>\n</div>\n<%errormessage%><br /><br />\n<a href=\"javascript:history.go(-1);\">Go back</a>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'imagepopup','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n\n<html>\n<head>\n<title><%imagetext%></title>\n<style type=\"text/css\">\nimg { border: none; }\nbody { margin: 0px; }\n</style>\n</head>\n\n<!-- image content -->\n<body onblur=\"window.close()\">\n<a href=\"javascript:window.close();\"><%image%></a>\n</body>\n\n</html>'),(5,'index','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<%blog(default/index,10)%>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'item','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<%item(default/item)%>\n</div>\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Comments</h2>\n</div>\n<a name=\"c\"></a>\n<%comments(default/item)%>\n</div>\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Add Comment</h2>\n</div>\n<%commentform%>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'member','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Info about <%member(name)%></h2>\n</div>\nReal name: <%member(realname)%>\n<br /><br />\nWebsite: <a href=\"<%member(url)%>\"><%member(url)%></a>\n</div>\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Send message</h2>\n</div>\n<%membermailform%>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'),(5,'search','<%parsedinclude(head.inc)%>\n\n<!-- page header -->\n<%parsedinclude(header.inc)%>\n\n<!-- page content -->\n<div id=\"container\">\n<div class=\"content\">\n<div class=\"contenttitle\">\n<h2>Search Results</h2>\n</div>\n<%searchform%>\n</div>\n<div class=\"content\">\n<%searchresults(default/index)%>\n</div>\n</div>\n\n<!-- page menu -->\n<h2 class=\"hidden\">Sidebar</h2>\n<div id=\"sidebarcontainer\">\n<%parsedinclude(sidebar.inc)%>\n</div>\n\n<!-- page footer -->\n<%parsedinclude(footer.inc)%>'); /*!40000 ALTER TABLE `nukenucleus_skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_skin_desc` -- DROP TABLE IF EXISTS `nukenucleus_skin_desc`; CREATE TABLE `nukenucleus_skin_desc` ( `sdnumber` int(11) NOT NULL auto_increment, `sdname` varchar(20) NOT NULL default '', `sddesc` varchar(200) default NULL, `sdtype` varchar(40) NOT NULL default 'text/html', `sdincmode` varchar(10) NOT NULL default 'normal', `sdincpref` varchar(50) NOT NULL default '', PRIMARY KEY (`sdnumber`), UNIQUE KEY `sdnumber` (`sdnumber`), UNIQUE KEY `sdname` (`sdname`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_skin_desc` -- LOCK TABLES `nukenucleus_skin_desc` WRITE; /*!40000 ALTER TABLE `nukenucleus_skin_desc` DISABLE KEYS */; INSERT INTO `nukenucleus_skin_desc` VALUES (2,'feeds/atom','Atom 0.3 weblog syndication','application/atom+xml','normal',''),(3,'feeds/rss20','RSS 2.0 syndication of weblogs','text/xml','normal',''),(4,'xml/rsd','RSD (Really Simple Discovery) information for weblog clients','text/xml','normal',''),(5,'default','Nucleus CMS default skin','text/html','skindir','default/'); /*!40000 ALTER TABLE `nukenucleus_skin_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_team` -- DROP TABLE IF EXISTS `nukenucleus_team`; CREATE TABLE `nukenucleus_team` ( `tmember` int(11) NOT NULL default '0', `tblog` int(11) NOT NULL default '0', `tadmin` tinyint(2) NOT NULL default '0', PRIMARY KEY (`tmember`,`tblog`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_team` -- LOCK TABLES `nukenucleus_team` WRITE; /*!40000 ALTER TABLE `nukenucleus_team` DISABLE KEYS */; INSERT INTO `nukenucleus_team` VALUES (1,1,1); /*!40000 ALTER TABLE `nukenucleus_team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_template` -- DROP TABLE IF EXISTS `nukenucleus_template`; CREATE TABLE `nukenucleus_template` ( `tdesc` int(11) NOT NULL default '0', `tpartname` varchar(20) NOT NULL default '', `tcontent` text NOT NULL, PRIMARY KEY (`tdesc`,`tpartname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_template` -- LOCK TABLES `nukenucleus_template` WRITE; /*!40000 ALTER TABLE `nukenucleus_template` DISABLE KEYS */; INSERT INTO `nukenucleus_template` VALUES (3,'ITEM','<item>\r\n <title><![CDATA[<%title%>]]></title>\r\n <link><%blogurl%>index.php?itemid=<%itemid%></link>\r\n<description><![CDATA[<%body%><%more%>]]></description>\r\n <category><%category%></category>\r\n<comments><%blogurl%>index.php?itemid=<%itemid%></comments>\r\n <pubDate><%date(rfc822)%></pubDate>\r\n</item>'),(3,'EDITLINK','<a href=\"<%editlink%>\" onclick=\"<%editpopupcode%>\">edit</a>'),(4,'ITEM','<%date(utc)%>'),(5,'ITEM','<entry>\r\n <title type=\"text/html\" mode=\"escaped\"><![CDATA[<%title%>]]></title>\r\n <link rel=\"alternate\" type=\"text/html\" href=\"<%blogurl%>index.php?itemid=<%itemid%>\" />\r\n <author>\r\n <name><%author%></name>\r\n </author>\r\n <modified><%date(utc)%></modified>\r\n <issued><%date(iso8601)%></issued>\r\n <content type=\"text/html\" mode=\"escaped\"><![CDATA[<%body%><%more%>]]></content>\r\n <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>'),(3,'FORMAT_DATE','%x'),(3,'FORMAT_TIME','%X'),(8,'ARCHIVELIST_LISTITEM','<dd>\n<a href=\"<%archivelink%>\" title=\"Archive for %B, %Y\">%B, %Y</a>\n</dd>'),(8,'CATLIST_HEADER','<dd>\n<a href=\"<%blogurl%>\" title=\"All categories\">All</a>\n</dd>'),(8,'CATLIST_LISTITEM','<dd>\n<a href=\"<%catlink%>\" title=\"Category: <%catname%>\"><%catname%></a>\n</dd>'),(8,'COMMENTS_MANY','Comments'),(8,'COMMENTS_NONE','<div class=\"contentitem3\">\n<small class=\"contentitemcomments\">\n<a href=\"<%itemlink%>#c\" rel=\"bookmark\" title=\"Add comment on \'<%itemtitle%>\'\">Add comment</a>\n</small>\n</div>'),(8,'COMMENTS_ONE','Comment'),(8,'COMMENTS_TOOMUCH','<div class=\"contentitem3\">\n<small class=\"contentitemcomments\">\n<a href=\"<%itemlink%>#c\" rel=\"bookmark\" title=\"Add comment on \'<%itemtitle%>\'\"><%commentcount%> <%commentword%></a>\n</small>\n</div>'),(8,'EDITLINK','<div class=\"contentitem4\">\n<small class=\"contentitemedit\">\n<a href=\"<%editlink%>\" title=\"Make changes to your entry\" onclick=\"<%editpopupcode%>\" >Edit item</a>\n</small>\n</div>'),(8,'FORMAT_DATE','%d/%m'),(8,'FORMAT_TIME','%X'),(8,'IMAGE_CODE','<%image%>'),(8,'ITEM','<div class=\"contenttitle\">\n<h2><%date%>: <a href=\"<%itemlink%>\" title=\"Read entry: <%title%>\"><%title%></a></h2>\n</div>\n<div class=\"contentitem\">\n<div class=\"contentitem1\">\n<small class=\"contentitemcategory\">\nCategory: <a href=\"<%categorylink%>\" title=\"Category: <%Category%>\"><%Category%></a>\n</small>\n</div>\n<div class=\"contentitem2\">\n<small class=\"contentitempostedby\">\nPosted by: <a href=\"<%authorlink%>\" title=\"Author: <%author%>\"><%author%></a>\n</small>\n</div>\n<%comments%>\n<%edit%>\n</div>\n<div class=\"contentbody\">\n<%body%>\n<%morelink%>\n</div>'),(8,'LOCALE','en'),(8,'MEDIA_CODE','<%media%>'),(8,'MORELINK','<p>»\n<a href=\"<%itemlink%>#more\" title=\"Read more on \'<%title%>\'\">Read More</a>\n</p>'),(8,'POPUP_CODE','<%popuplink%>'),(8,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'),(8,'SEARCH_NOTHINGFOUND','No search results found for <b><%query%></b>'),(9,'COMMENTS_BODY','<div class=\"itemcomment id<%memberid%>\">\n<h3><a href=\"<%userlinkraw%>\"\ntitle=\"<%ip%> | Click to visit <%user%>\'s website or send an email\">\n<%user%></a> wrote:</h3>\n<div class=\"commentbody\">\n<%body%>\n</div>\n<div class=\"commentinfo\">\n<%date%> <%time%>\n</div>\n</div>'),(9,'COMMENTS_MANY','comments'),(9,'COMMENTS_NONE','<div class=\"comments\">No comments yet</div>'),(9,'COMMENTS_ONE','comment'),(9,'EDITLINK','<div class=\"contentitem4\">\n<small class=\"contentitemedit\">\n<a href=\"<%editlink%>\" title=\"Make changes to your entry\" onclick=\"<%editpopupcode%>\" >Edit item</a>\n</small>\n</div>'),(9,'FORMAT_DATE','%d/%m'),(9,'FORMAT_TIME','%X'),(9,'IMAGE_CODE','<%image%>'),(9,'ITEM','<div class=\"contenttitle\">\n<h2><%date%>: <%title%></h2>\n</div>\n<div class=\"contentitem\">\n<div class=\"contentitem1\">\n<small class=\"contentitemcategory\">\nCategory: <a href=\"<%categorylink%>\" title=\"Category: <%category%>\"><%category%></a>\n</small>\n</div>\n<div class=\"contentitem2\">\n<small class=\"contentitempostedby\">\nPosted by: <a href=\"<%authorlink%>\" title=\"Author: <%author%>\"><%author%></a>\n</small>\n</div>\n<%edit%>\n</div>\n<div class=\"contentbody\">\n<%body%><br /><br />\n<a name=\"more\"></a><%more%>\n</div>'),(9,'LOCALE','en'),(9,'MEDIA_CODE','<%media%>'),(9,'POPUP_CODE','<%popuplink%>'),(9,'SEARCH_HIGHLIGHT','<span class=\"highlight\">\\0</span>'); /*!40000 ALTER TABLE `nukenucleus_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_template_desc` -- DROP TABLE IF EXISTS `nukenucleus_template_desc`; CREATE TABLE `nukenucleus_template_desc` ( `tdnumber` int(11) NOT NULL auto_increment, `tdname` varchar(20) NOT NULL default '', `tddesc` varchar(200) default NULL, PRIMARY KEY (`tdnumber`), UNIQUE KEY `tdname` (`tdname`), UNIQUE KEY `tdnumber` (`tdnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_template_desc` -- LOCK TABLES `nukenucleus_template_desc` WRITE; /*!40000 ALTER TABLE `nukenucleus_template_desc` DISABLE KEYS */; INSERT INTO `nukenucleus_template_desc` VALUES (4,'feeds/atom/modified','Atom feeds: Inserts last modification date'),(5,'feeds/atom/entries','Atom feeds: Feed items'),(3,'feeds/rss20','Used for RSS 2.0 syndication of your blog'),(8,'default/index','Nucleus CMS default index template'),(9,'default/item','Nucleus CMS default item template'); /*!40000 ALTER TABLE `nukenucleus_template_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nukenucleus_tickets` -- DROP TABLE IF EXISTS `nukenucleus_tickets`; CREATE TABLE `nukenucleus_tickets` ( `ticket` varchar(40) NOT NULL default '', `ctime` datetime NOT NULL default '0000-00-00 00:00:00', `member` int(11) NOT NULL default '0', PRIMARY KEY (`ticket`,`member`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nukenucleus_tickets` -- LOCK TABLES `nukenucleus_tickets` WRITE; /*!40000 ALTER TABLE `nukenucleus_tickets` DISABLE KEYS */; INSERT INTO `nukenucleus_tickets` VALUES ('c39a6effaa78d246021e01973c1187db','2005-03-27 20:32:49',1); /*!40000 ALTER TABLE `nukenucleus_tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_auth_access` -- DROP TABLE IF EXISTS `phpbb_auth_access`; CREATE TABLE `phpbb_auth_access` ( `group_id` mediumint(8) NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `auth_view` tinyint(1) NOT NULL default '0', `auth_read` tinyint(1) NOT NULL default '0', `auth_post` tinyint(1) NOT NULL default '0', `auth_reply` tinyint(1) NOT NULL default '0', `auth_edit` tinyint(1) NOT NULL default '0', `auth_delete` tinyint(1) NOT NULL default '0', `auth_sticky` tinyint(1) NOT NULL default '0', `auth_announce` tinyint(1) NOT NULL default '0', `auth_vote` tinyint(1) NOT NULL default '0', `auth_pollcreate` tinyint(1) NOT NULL default '0', `auth_attachments` tinyint(1) NOT NULL default '0', `auth_mod` tinyint(1) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_auth_access` -- LOCK TABLES `phpbb_auth_access` WRITE; /*!40000 ALTER TABLE `phpbb_auth_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_auth_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_banlist` -- DROP TABLE IF EXISTS `phpbb_banlist`; CREATE TABLE `phpbb_banlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) NOT NULL default '0', `ban_ip` varchar(8) NOT NULL default '', `ban_email` varchar(255) default NULL, PRIMARY KEY (`ban_id`), KEY `ban_ip_user_id` (`ban_ip`,`ban_userid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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_categories` -- DROP TABLE IF EXISTS `phpbb_categories`; CREATE TABLE `phpbb_categories` ( `cat_id` mediumint(8) unsigned NOT NULL auto_increment, `cat_title` varchar(100) default NULL, `cat_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`cat_id`), KEY `cat_order` (`cat_order`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_categories` -- LOCK TABLES `phpbb_categories` WRITE; /*!40000 ALTER TABLE `phpbb_categories` DISABLE KEYS */; INSERT INTO `phpbb_categories` VALUES (1,'The latest news',10); /*!40000 ALTER TABLE `phpbb_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_config` -- DROP TABLE IF EXISTS `phpbb_config`; CREATE TABLE `phpbb_config` ( `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_config` -- LOCK TABLES `phpbb_config` WRITE; /*!40000 ALTER TABLE `phpbb_config` DISABLE KEYS */; INSERT INTO `phpbb_config` VALUES ('config_id','1'),('board_disable','0'),('sitename','www.petexian.com'),('site_desc','Website for Christian Family and Friends'),('cookie_name','phpbb2mysql'),('cookie_path','/'),('cookie_domain',''),('cookie_secure','0'),('session_length','3600'),('allow_html','0'),('allow_html_tags','b,i,u,pre'),('allow_bbcode','1'),('allow_smilies','1'),('allow_sig','1'),('allow_namechange','0'),('allow_theme_create','0'),('allow_avatar_local','1'),('allow_avatar_remote','0'),('allow_avatar_upload','1'),('enable_confirm','1'),('override_user_style','0'),('posts_per_page','15'),('topics_per_page','50'),('hot_threshold','25'),('max_poll_options','10'),('max_sig_chars','255'),('max_inbox_privmsgs','50'),('max_sentbox_privmsgs','25'),('max_savebox_privmsgs','50'),('board_email_sig','Thanks, The Management'),('board_email','alaska@petexian.com'),('smtp_delivery','0'),('smtp_host','smtp.petexian.com'),('smtp_username','alaska@petexian.com'),('smtp_password','pxianj2'),('sendmail_fix','0'),('require_activation','0'),('flood_interval','15'),('board_email_form','1'),('avatar_filesize','6144'),('avatar_max_width','80'),('avatar_max_height','80'),('avatar_path','images/avatars'),('avatar_gallery_path','images/avatars/gallery'),('smilies_path','images/smiles'),('default_style','1'),('default_dateformat','D M d, Y g:i a'),('board_timezone','-7'),('prune_enable','1'),('privmsg_disable','0'),('gzip_compress','0'),('coppa_fax',''),('coppa_mail',''),('record_online_users','1'),('record_online_date','1111072205'),('server_name','www.petexian.com'),('server_port','80'),('script_path','/phpForum/'),('version','.0.13'),('board_startdate','1111068735'),('default_lang','english'); /*!40000 ALTER TABLE `phpbb_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_confirm` -- DROP TABLE IF EXISTS `phpbb_confirm`; CREATE TABLE `phpbb_confirm` ( `confirm_id` char(32) NOT NULL default '', `session_id` char(32) NOT NULL default '', `code` char(6) NOT NULL default '', PRIMARY KEY (`session_id`,`confirm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_confirm` -- LOCK TABLES `phpbb_confirm` WRITE; /*!40000 ALTER TABLE `phpbb_confirm` DISABLE KEYS */; INSERT INTO `phpbb_confirm` VALUES ('0f740c2ac554763e4e3c0fec4aa16c5c','d8b74837dc00641df3b910d9541a1df3','TI4DMK'); /*!40000 ALTER TABLE `phpbb_confirm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_disallow` -- DROP TABLE IF EXISTS `phpbb_disallow`; CREATE TABLE `phpbb_disallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(25) NOT NULL default '', PRIMARY KEY (`disallow_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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_forum_prune` -- DROP TABLE IF EXISTS `phpbb_forum_prune`; CREATE TABLE `phpbb_forum_prune` ( `prune_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(5) unsigned NOT NULL default '0', `prune_days` smallint(5) unsigned NOT NULL default '0', `prune_freq` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`prune_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_forum_prune` -- LOCK TABLES `phpbb_forum_prune` WRITE; /*!40000 ALTER TABLE `phpbb_forum_prune` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_forum_prune` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_forums` -- DROP TABLE IF EXISTS `phpbb_forums`; CREATE TABLE `phpbb_forums` ( `forum_id` smallint(5) unsigned NOT NULL default '0', `cat_id` mediumint(8) unsigned NOT NULL default '0', `forum_name` varchar(150) default NULL, `forum_desc` text, `forum_status` tinyint(4) NOT NULL default '0', `forum_order` mediumint(8) unsigned NOT NULL default '1', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `prune_next` int(11) default NULL, `prune_enable` tinyint(1) NOT NULL default '0', `auth_view` tinyint(2) NOT NULL default '0', `auth_read` tinyint(2) NOT NULL default '0', `auth_post` tinyint(2) NOT NULL default '0', `auth_reply` tinyint(2) NOT NULL default '0', `auth_edit` tinyint(2) NOT NULL default '0', `auth_delete` tinyint(2) NOT NULL default '0', `auth_sticky` tinyint(2) NOT NULL default '0', `auth_announce` tinyint(2) NOT NULL default '0', `auth_vote` tinyint(2) NOT NULL default '0', `auth_pollcreate` tinyint(2) NOT NULL default '0', `auth_attachments` tinyint(2) NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `forums_order` (`forum_order`), KEY `cat_id` (`cat_id`), KEY `forum_last_post_id` (`forum_last_post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_forums` -- LOCK TABLES `phpbb_forums` WRITE; /*!40000 ALTER TABLE `phpbb_forums` DISABLE KEYS */; INSERT INTO `phpbb_forums` VALUES (1,1,'Test Forum 1','This is just a test forum.',0,10,1,1,1,NULL,0,0,0,0,0,1,1,3,3,1,1,3),(2,1,'Jokes & Stories','Here\'s your opportunity to tell everyone a new joke or good story.',0,20,0,0,0,NULL,0,0,0,0,0,1,1,3,3,1,1,0); /*!40000 ALTER TABLE `phpbb_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_groups` -- DROP TABLE IF EXISTS `phpbb_groups`; CREATE TABLE `phpbb_groups` ( `group_id` mediumint(8) NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_name` varchar(40) NOT NULL default '', `group_description` varchar(255) NOT NULL default '', `group_moderator` mediumint(8) NOT NULL default '0', `group_single_user` tinyint(1) NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_single_user` (`group_single_user`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_groups` -- LOCK TABLES `phpbb_groups` WRITE; /*!40000 ALTER TABLE `phpbb_groups` DISABLE KEYS */; INSERT INTO `phpbb_groups` VALUES (1,1,'Anonymous','Personal User',0,1),(2,1,'Admin','Personal User',0,1),(3,0,'Family','',2,0),(6,0,'Friends','',2,0),(5,1,'','Personal User',0,1); /*!40000 ALTER TABLE `phpbb_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_posts` -- DROP TABLE IF EXISTS `phpbb_posts`; CREATE TABLE `phpbb_posts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `poster_id` mediumint(8) NOT NULL default '0', `post_time` int(11) NOT NULL default '0', `poster_ip` varchar(8) NOT NULL default '', `post_username` varchar(25) default NULL, `enable_bbcode` tinyint(1) NOT NULL default '1', `enable_html` tinyint(1) NOT NULL default '0', `enable_smilies` tinyint(1) NOT NULL default '1', `enable_sig` tinyint(1) NOT NULL default '1', `post_edit_time` int(11) default NULL, `post_edit_count` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `post_time` (`post_time`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_posts` -- LOCK TABLES `phpbb_posts` WRITE; /*!40000 ALTER TABLE `phpbb_posts` DISABLE KEYS */; INSERT INTO `phpbb_posts` VALUES (1,1,1,2,972086460,'7F000001',NULL,1,0,1,1,NULL,0); /*!40000 ALTER TABLE `phpbb_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_posts_text` -- DROP TABLE IF EXISTS `phpbb_posts_text`; CREATE TABLE `phpbb_posts_text` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `bbcode_uid` varchar(10) NOT NULL default '', `post_subject` varchar(60) default NULL, `post_text` text, PRIMARY KEY (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_posts_text` -- LOCK TABLES `phpbb_posts_text` WRITE; /*!40000 ALTER TABLE `phpbb_posts_text` DISABLE KEYS */; INSERT INTO `phpbb_posts_text` VALUES (1,'',NULL,'This is an example post in your phpBB 2 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!'); /*!40000 ALTER TABLE `phpbb_posts_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_privmsgs` -- DROP TABLE IF EXISTS `phpbb_privmsgs`; CREATE TABLE `phpbb_privmsgs` ( `privmsgs_id` mediumint(8) unsigned NOT NULL auto_increment, `privmsgs_type` tinyint(4) NOT NULL default '0', `privmsgs_subject` varchar(255) NOT NULL default '0', `privmsgs_from_userid` mediumint(8) NOT NULL default '0', `privmsgs_to_userid` mediumint(8) NOT NULL default '0', `privmsgs_date` int(11) NOT NULL default '0', `privmsgs_ip` varchar(8) NOT NULL default '', `privmsgs_enable_bbcode` tinyint(1) NOT NULL default '1', `privmsgs_enable_html` tinyint(1) NOT NULL default '0', `privmsgs_enable_smilies` tinyint(1) NOT NULL default '1', `privmsgs_attach_sig` tinyint(1) NOT NULL default '1', PRIMARY KEY (`privmsgs_id`), KEY `privmsgs_from_userid` (`privmsgs_from_userid`), KEY `privmsgs_to_userid` (`privmsgs_to_userid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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_text` -- DROP TABLE IF EXISTS `phpbb_privmsgs_text`; CREATE TABLE `phpbb_privmsgs_text` ( `privmsgs_text_id` mediumint(8) unsigned NOT NULL default '0', `privmsgs_bbcode_uid` varchar(10) NOT NULL default '0', `privmsgs_text` text, PRIMARY KEY (`privmsgs_text_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_privmsgs_text` -- LOCK TABLES `phpbb_privmsgs_text` WRITE; /*!40000 ALTER TABLE `phpbb_privmsgs_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_privmsgs_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_ranks` -- DROP TABLE IF EXISTS `phpbb_ranks`; CREATE TABLE `phpbb_ranks` ( `rank_id` smallint(5) unsigned NOT NULL auto_increment, `rank_title` varchar(50) NOT NULL default '', `rank_min` mediumint(8) NOT NULL default '0', `rank_special` tinyint(1) default '0', `rank_image` varchar(255) default NULL, PRIMARY KEY (`rank_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_ranks` -- LOCK TABLES `phpbb_ranks` WRITE; /*!40000 ALTER TABLE `phpbb_ranks` DISABLE KEYS */; INSERT INTO `phpbb_ranks` VALUES (1,'Site Admin',-1,1,NULL); /*!40000 ALTER TABLE `phpbb_ranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_results` -- DROP TABLE IF EXISTS `phpbb_search_results`; CREATE TABLE `phpbb_search_results` ( `search_id` int(11) unsigned NOT NULL default '0', `session_id` varchar(32) NOT NULL default '', `search_array` text NOT NULL, PRIMARY KEY (`search_id`), KEY `session_id` (`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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`; CREATE TABLE `phpbb_search_wordlist` ( `word_text` varchar(50) character set latin1 collate latin1_bin NOT NULL default '', `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_common` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`word_text`), KEY `word_id` (`word_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; -- -- 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` VALUES ('example',1,0),('post',2,0),('phpbb',3,0),('installation',4,0),('delete',5,0),('topic',6,0),('forum',7,0),('since',8,0),('everything',9,0),('seems',10,0),('working',11,0),('welcome',12,0); /*!40000 ALTER TABLE `phpbb_search_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_search_wordmatch` -- DROP TABLE IF EXISTS `phpbb_search_wordmatch`; 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) NOT NULL default '0', KEY `post_id` (`post_id`), KEY `word_id` (`word_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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` VALUES (1,1,0),(1,2,0),(1,3,0),(1,4,0),(1,5,0),(1,6,0),(1,7,0),(1,8,0),(1,9,0),(1,10,0),(1,11,0),(1,12,1),(1,3,1); /*!40000 ALTER TABLE `phpbb_search_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_sessions` -- DROP TABLE IF EXISTS `phpbb_sessions`; CREATE TABLE `phpbb_sessions` ( `session_id` char(32) NOT NULL default '', `session_user_id` mediumint(8) NOT NULL default '0', `session_start` int(11) NOT NULL default '0', `session_time` int(11) NOT NULL default '0', `session_ip` char(8) NOT NULL default '0', `session_page` int(11) NOT NULL default '0', `session_logged_in` tinyint(1) NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_user_id` (`session_user_id`), KEY `session_id_ip_user_id` (`session_id`,`session_ip`,`session_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_sessions` -- LOCK TABLES `phpbb_sessions` WRITE; /*!40000 ALTER TABLE `phpbb_sessions` DISABLE KEYS */; INSERT INTO `phpbb_sessions` VALUES ('48d4dfc881c1114007c344d258326db8',2,1111962603,1111962603,'43b07131',0,1); /*!40000 ALTER TABLE `phpbb_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_smilies` -- DROP TABLE IF EXISTS `phpbb_smilies`; CREATE TABLE `phpbb_smilies` ( `smilies_id` smallint(5) unsigned NOT NULL auto_increment, `code` varchar(50) default NULL, `smile_url` varchar(100) default NULL, `emoticon` varchar(75) default NULL, PRIMARY KEY (`smilies_id`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_smilies` -- LOCK TABLES `phpbb_smilies` WRITE; /*!40000 ALTER TABLE `phpbb_smilies` DISABLE KEYS */; INSERT INTO `phpbb_smilies` VALUES (1,':D','icon_biggrin.gif','Very Happy'),(2,':-D','icon_biggrin.gif','Very Happy'),(3,':grin:','icon_biggrin.gif','Very Happy'),(4,':)','icon_smile.gif','Smile'),(5,':-)','icon_smile.gif','Smile'),(6,':smile:','icon_smile.gif','Smile'),(7,':(','icon_sad.gif','Sad'),(8,':-(','icon_sad.gif','Sad'),(9,':sad:','icon_sad.gif','Sad'),(10,':o','icon_surprised.gif','Surprised'),(11,':-o','icon_surprised.gif','Surprised'),(12,':eek:','icon_surprised.gif','Surprised'),(13,':shock:','icon_eek.gif','Shocked'),(14,':?','icon_confused.gif','Confused'),(15,':-?','icon_confused.gif','Confused'),(16,':???:','icon_confused.gif','Confused'),(17,'8)','icon_cool.gif','Cool'),(18,'8-)','icon_cool.gif','Cool'),(19,':cool:','icon_cool.gif','Cool'),(20,':lol:','icon_lol.gif','Laughing'),(21,':x','icon_mad.gif','Mad'),(22,':-x','icon_mad.gif','Mad'),(23,':mad:','icon_mad.gif','Mad'),(24,':P','icon_razz.gif','Razz'),(25,':-P','icon_razz.gif','Razz'),(26,':razz:','icon_razz.gif','Razz'),(27,':oops:','icon_redface.gif','Embarassed'),(28,':cry:','icon_cry.gif','Crying or Very sad'),(29,':evil:','icon_evil.gif','Evil or Very Mad'),(30,':twisted:','icon_twisted.gif','Twisted Evil'),(31,':roll:','icon_rolleyes.gif','Rolling Eyes'),(32,':wink:','icon_wink.gif','Wink'),(33,';)','icon_wink.gif','Wink'),(34,';-)','icon_wink.gif','Wink'),(35,':!:','icon_exclaim.gif','Exclamation'),(36,':?:','icon_question.gif','Question'),(37,':idea:','icon_idea.gif','Idea'),(38,':arrow:','icon_arrow.gif','Arrow'),(39,':|','icon_neutral.gif','Neutral'),(40,':-|','icon_neutral.gif','Neutral'),(41,':neutral:','icon_neutral.gif','Neutral'),(42,':mrgreen:','icon_mrgreen.gif','Mr. Green'); /*!40000 ALTER TABLE `phpbb_smilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_themes` -- DROP TABLE IF EXISTS `phpbb_themes`; CREATE TABLE `phpbb_themes` ( `themes_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(30) NOT NULL default '', `style_name` varchar(30) NOT NULL default '', `head_stylesheet` varchar(100) default NULL, `body_background` varchar(100) default NULL, `body_bgcolor` varchar(6) default NULL, `body_text` varchar(6) default NULL, `body_link` varchar(6) default NULL, `body_vlink` varchar(6) default NULL, `body_alink` varchar(6) default NULL, `body_hlink` varchar(6) default NULL, `tr_color1` varchar(6) default NULL, `tr_color2` varchar(6) default NULL, `tr_color3` varchar(6) default NULL, `tr_class1` varchar(25) default NULL, `tr_class2` varchar(25) default NULL, `tr_class3` varchar(25) default NULL, `th_color1` varchar(6) default NULL, `th_color2` varchar(6) default NULL, `th_color3` varchar(6) default NULL, `th_class1` varchar(25) default NULL, `th_class2` varchar(25) default NULL, `th_class3` varchar(25) default NULL, `td_color1` varchar(6) default NULL, `td_color2` varchar(6) default NULL, `td_color3` varchar(6) default NULL, `td_class1` varchar(25) default NULL, `td_class2` varchar(25) default NULL, `td_class3` varchar(25) default NULL, `fontface1` varchar(50) default NULL, `fontface2` varchar(50) default NULL, `fontface3` varchar(50) default NULL, `fontsize1` tinyint(4) default NULL, `fontsize2` tinyint(4) default NULL, `fontsize3` tinyint(4) default NULL, `fontcolor1` varchar(6) default NULL, `fontcolor2` varchar(6) default NULL, `fontcolor3` varchar(6) default NULL, `span_class1` varchar(25) default NULL, `span_class2` varchar(25) default NULL, `span_class3` varchar(25) default NULL, `img_size_poll` smallint(5) unsigned default NULL, `img_size_privmsg` smallint(5) unsigned default NULL, PRIMARY KEY (`themes_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_themes` -- LOCK TABLES `phpbb_themes` WRITE; /*!40000 ALTER TABLE `phpbb_themes` DISABLE KEYS */; INSERT INTO `phpbb_themes` VALUES (1,'subSilver','subSilver','subSilver.css','','E5E5E5','000000','006699','5493B4','','DD6900','EFEFEF','DEE3E7','D1D7DC','','','','98AAB1','006699','FFFFFF','cellpic1.gif','cellpic3.gif','cellpic2.jpg','FAFAFA','FFFFFF','','row1','row2','','Verdana, Arial, Helvetica, sans-serif','Trebuchet MS','Courier, \'Courier New\', sans-serif',10,11,12,'444444','006600','FFA34F','','','',NULL,NULL); /*!40000 ALTER TABLE `phpbb_themes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_themes_name` -- DROP TABLE IF EXISTS `phpbb_themes_name`; CREATE TABLE `phpbb_themes_name` ( `themes_id` smallint(5) unsigned NOT NULL default '0', `tr_color1_name` char(50) default NULL, `tr_color2_name` char(50) default NULL, `tr_color3_name` char(50) default NULL, `tr_class1_name` char(50) default NULL, `tr_class2_name` char(50) default NULL, `tr_class3_name` char(50) default NULL, `th_color1_name` char(50) default NULL, `th_color2_name` char(50) default NULL, `th_color3_name` char(50) default NULL, `th_class1_name` char(50) default NULL, `th_class2_name` char(50) default NULL, `th_class3_name` char(50) default NULL, `td_color1_name` char(50) default NULL, `td_color2_name` char(50) default NULL, `td_color3_name` char(50) default NULL, `td_class1_name` char(50) default NULL, `td_class2_name` char(50) default NULL, `td_class3_name` char(50) default NULL, `fontface1_name` char(50) default NULL, `fontface2_name` char(50) default NULL, `fontface3_name` char(50) default NULL, `fontsize1_name` char(50) default NULL, `fontsize2_name` char(50) default NULL, `fontsize3_name` char(50) default NULL, `fontcolor1_name` char(50) default NULL, `fontcolor2_name` char(50) default NULL, `fontcolor3_name` char(50) default NULL, `span_class1_name` char(50) default NULL, `span_class2_name` char(50) default NULL, `span_class3_name` char(50) default NULL, PRIMARY KEY (`themes_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_themes_name` -- LOCK TABLES `phpbb_themes_name` WRITE; /*!40000 ALTER TABLE `phpbb_themes_name` DISABLE KEYS */; INSERT INTO `phpbb_themes_name` VALUES (1,'The lightest row colour','The medium row color','The darkest row colour','','','','Border round the whole page','Outer table border','Inner table border','Silver gradient picture','Blue gradient picture','Fade-out gradient on index','Background for quote boxes','All white areas','','Background for topic posts','2nd background for topic posts','','Main fonts','Additional topic title font','Form fonts','Smallest font size','Medium font size','Normal font size (post body etc)','Quote & copyright text','Code text colour','Main table header text colour','','',''); /*!40000 ALTER TABLE `phpbb_themes_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics` -- DROP TABLE IF EXISTS `phpbb_topics`; CREATE TABLE `phpbb_topics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(8) unsigned NOT NULL default '0', `topic_title` char(60) NOT NULL default '', `topic_poster` mediumint(8) NOT NULL default '0', `topic_time` int(11) NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_vote` tinyint(1) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `topic_moved_id` (`topic_moved_id`), KEY `topic_status` (`topic_status`), KEY `topic_type` (`topic_type`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_topics` -- LOCK TABLES `phpbb_topics` WRITE; /*!40000 ALTER TABLE `phpbb_topics` DISABLE KEYS */; INSERT INTO `phpbb_topics` VALUES (1,1,'Welcome to phpBB 2',2,972086460,0,0,0,0,0,1,1,0); /*!40000 ALTER TABLE `phpbb_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_topics_watch` -- DROP TABLE IF EXISTS `phpbb_topics_watch`; CREATE TABLE `phpbb_topics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `notify_status` tinyint(1) NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_status` (`notify_status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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`; CREATE TABLE `phpbb_user_group` ( `group_id` mediumint(8) NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `user_pending` tinyint(1) default NULL, KEY `group_id` (`group_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_user_group` -- LOCK TABLES `phpbb_user_group` WRITE; /*!40000 ALTER TABLE `phpbb_user_group` DISABLE KEYS */; INSERT INTO `phpbb_user_group` VALUES (1,-1,0),(2,2,0),(3,2,0),(6,2,0),(5,4,0); /*!40000 ALTER TABLE `phpbb_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_users` -- DROP TABLE IF EXISTS `phpbb_users`; CREATE TABLE `phpbb_users` ( `user_id` mediumint(8) NOT NULL default '0', `user_active` tinyint(1) default '1', `username` varchar(25) NOT NULL default '', `user_password` varchar(32) NOT NULL default '', `user_session_time` int(11) NOT NULL default '0', `user_session_page` smallint(5) NOT NULL default '0', `user_lastvisit` int(11) NOT NULL default '0', `user_regdate` int(11) NOT NULL default '0', `user_level` tinyint(4) default '0', `user_posts` mediumint(8) unsigned NOT NULL default '0', `user_timezone` decimal(5,2) NOT NULL default '0.00', `user_style` tinyint(4) default NULL, `user_lang` varchar(255) default NULL, `user_dateformat` varchar(14) NOT NULL default 'd M Y H:i', `user_new_privmsg` smallint(5) unsigned NOT NULL default '0', `user_unread_privmsg` smallint(5) unsigned NOT NULL default '0', `user_last_privmsg` int(11) NOT NULL default '0', `user_emailtime` int(11) default NULL, `user_viewemail` tinyint(1) default NULL, `user_attachsig` tinyint(1) default NULL, `user_allowhtml` tinyint(1) default '1', `user_allowbbcode` tinyint(1) default '1', `user_allowsmile` tinyint(1) default '1', `user_allowavatar` tinyint(1) NOT NULL default '1', `user_allow_pm` tinyint(1) NOT NULL default '1', `user_allow_viewonline` tinyint(1) NOT NULL default '1', `user_notify` tinyint(1) NOT NULL default '1', `user_notify_pm` tinyint(1) NOT NULL default '0', `user_popup_pm` tinyint(1) NOT NULL default '0', `user_rank` int(11) default '0', `user_avatar` varchar(100) default NULL, `user_avatar_type` tinyint(4) NOT NULL default '0', `user_email` varchar(255) default NULL, `user_icq` varchar(15) default NULL, `user_website` varchar(100) default NULL, `user_from` varchar(100) default NULL, `user_sig` text, `user_sig_bbcode_uid` varchar(10) default NULL, `user_aim` varchar(255) default NULL, `user_yim` varchar(255) default NULL, `user_msnm` varchar(255) default NULL, `user_occ` varchar(100) default NULL, `user_interests` varchar(255) default NULL, `user_actkey` varchar(32) default NULL, `user_newpasswd` varchar(32) default NULL, PRIMARY KEY (`user_id`), KEY `user_session_time` (`user_session_time`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_users` -- LOCK TABLES `phpbb_users` WRITE; /*!40000 ALTER TABLE `phpbb_users` DISABLE KEYS */; INSERT INTO `phpbb_users` VALUES (-1,0,'Anonymous','',0,0,0,1111068735,0,0,'0.00',NULL,'','',0,0,0,NULL,0,0,0,1,1,1,0,1,0,1,0,NULL,'',0,'','','','','',NULL,'','','','','','',''),(2,1,'webmaster','c9a47931eee531aaf522ac694bcbba56',1111962603,0,1111868373,1111068735,1,1,'-7.00',1,'english','d M Y h:i a',0,0,0,NULL,1,0,0,1,1,1,1,1,1,1,1,1,'',0,'alaska@petexian.com','','http://www.petexian.com','Denver','','','','','','','','',''),(4,1,'homerxian','87b1fcc29cac6327cbd7e78d3ee0ee17',1111118662,0,1111118564,1111073855,0,0,'-7.00',1,'english','D M d, Y g:i a',0,0,0,NULL,1,1,0,1,1,1,1,1,1,1,1,0,'',0,'petexian@yahoo.com','','','Denver','','','','','','','','',NULL); /*!40000 ALTER TABLE `phpbb_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_vote_desc` -- DROP TABLE IF EXISTS `phpbb_vote_desc`; CREATE TABLE `phpbb_vote_desc` ( `vote_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `vote_text` text NOT NULL, `vote_start` int(11) NOT NULL default '0', `vote_length` int(11) NOT NULL default '0', PRIMARY KEY (`vote_id`), KEY `topic_id` (`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_vote_desc` -- LOCK TABLES `phpbb_vote_desc` WRITE; /*!40000 ALTER TABLE `phpbb_vote_desc` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_vote_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_vote_results` -- DROP TABLE IF EXISTS `phpbb_vote_results`; CREATE TABLE `phpbb_vote_results` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_option_id` tinyint(4) unsigned NOT NULL default '0', `vote_option_text` varchar(255) NOT NULL default '', `vote_result` int(11) NOT NULL default '0', KEY `vote_option_id` (`vote_option_id`), KEY `vote_id` (`vote_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_vote_results` -- LOCK TABLES `phpbb_vote_results` WRITE; /*!40000 ALTER TABLE `phpbb_vote_results` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_vote_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_vote_voters` -- DROP TABLE IF EXISTS `phpbb_vote_voters`; CREATE TABLE `phpbb_vote_voters` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_id` mediumint(8) NOT NULL default '0', `vote_user_ip` char(8) NOT NULL default '', KEY `vote_id` (`vote_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpbb_vote_voters` -- LOCK TABLES `phpbb_vote_voters` WRITE; /*!40000 ALTER TABLE `phpbb_vote_voters` DISABLE KEYS */; /*!40000 ALTER TABLE `phpbb_vote_voters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpbb_words` -- DROP TABLE IF EXISTS `phpbb_words`; CREATE TABLE `phpbb_words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` char(100) NOT NULL default '', `replacement` char(100) NOT NULL default '', PRIMARY KEY (`word_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- 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 `phpgw_access_log` -- DROP TABLE IF EXISTS `phpgw_access_log`; CREATE TABLE `phpgw_access_log` ( `sessionid` varchar(32) NOT NULL default '', `loginid` varchar(30) NOT NULL default '', `ip` varchar(30) NOT NULL default '', `li` int(11) NOT NULL default '0', `lo` int(11) default '0', `account_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_access_log` -- LOCK TABLES `phpgw_access_log` WRITE; /*!40000 ALTER TABLE `phpgw_access_log` DISABLE KEYS */; INSERT INTO `phpgw_access_log` VALUES ('e1869ca4be676b9ec78750e79fba16a3','admin','67.176.113.49',1112024192,0,5),('f29e6e61809e8a752f755f7057852092','admin','67.176.113.49',1112024192,0,5),('a5d6b1da69ce001144eb37e70e93e276','admin','67.176.113.49',1112031968,1112034509,5),('b005b5c10d72c989886d71c4cb5804db','admin','67.176.113.49',1112041423,0,5),('443addeb687c4c00aec0ac3a473d4904','admin','67.176.113.49',1112041488,0,5); /*!40000 ALTER TABLE `phpgw_access_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_accounts` -- DROP TABLE IF EXISTS `phpgw_accounts`; CREATE TABLE `phpgw_accounts` ( `account_id` int(11) NOT NULL auto_increment, `account_lid` varchar(25) NOT NULL default '', `account_pwd` varchar(100) NOT NULL default '', `account_firstname` varchar(50) default NULL, `account_lastname` varchar(50) default NULL, `account_lastlogin` int(11) default NULL, `account_lastloginfrom` varchar(255) default NULL, `account_lastpwd_change` int(11) default NULL, `account_status` char(1) NOT NULL default 'A', `account_expires` int(11) default NULL, `account_type` char(1) default NULL, `person_id` int(11) default NULL, `account_primary_group` int(11) NOT NULL default '0', `account_email` varchar(100) default NULL, PRIMARY KEY (`account_id`), UNIQUE KEY `account_lid` (`account_lid`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_accounts` -- LOCK TABLES `phpgw_accounts` WRITE; /*!40000 ALTER TABLE `phpgw_accounts` DISABLE KEYS */; INSERT INTO `phpgw_accounts` VALUES (1,'Admins','d41d8cd98f00b204e9800998ecf8427e','Admin','Group',NULL,NULL,NULL,'A',-1,'g',0,0,''),(2,'Default','d41d8cd98f00b204e9800998ecf8427e','Default','Group',NULL,NULL,NULL,'A',-1,'g',0,0,''),(3,'NoGroup','d41d8cd98f00b204e9800998ecf8427e','No','Rights',NULL,NULL,NULL,'A',-1,'g',0,0,''),(4,'anonymous','294de3557d9d00b3d2d8a1e6aab028cf','SiteMgr','User',NULL,NULL,NULL,'A',-1,'u',0,3,''),(5,'admin','c9a47931eee531aaf522ac694bcbba56','Peter','Christian',1112041488,'67.176.113.49',NULL,'A',-1,'u',0,1,''); /*!40000 ALTER TABLE `phpgw_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_acl` -- DROP TABLE IF EXISTS `phpgw_acl`; CREATE TABLE `phpgw_acl` ( `acl_appname` varchar(50) NOT NULL default '', `acl_location` varchar(255) NOT NULL default '', `acl_account` int(11) NOT NULL default '0', `acl_rights` int(11) default NULL, PRIMARY KEY (`acl_appname`,`acl_location`,`acl_account`), KEY `acl_account` (`acl_account`), KEY `acl_location` (`acl_location`,`acl_account`), KEY `acl_appname` (`acl_appname`,`acl_account`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_acl` -- LOCK TABLES `phpgw_acl` WRITE; /*!40000 ALTER TABLE `phpgw_acl` DISABLE KEYS */; INSERT INTO `phpgw_acl` VALUES ('sitemgr','run',1,1),('sitemgr','L1',1,1),('sitemgr-link','run',2,1),('phpgw_group','3',4,1),('sitemgr-link','run',4,1),('phpgwapi','anonymous',4,1),('sitemgr','L2',1,3),('sitemgr','L2',2,1),('sitemgr','L2',4,1),('sitemgr','L3',1,3),('sitemgr','L3',2,1),('sitemgr','L3',4,1),('sitemgr','L4',1,3),('sitemgr','L4',2,1),('sitemgr','L4',4,1),('projects','run',1,1),('addressbook','run',2,1),('calendar','run',2,1),('infolog','run',2,1),('email','run',2,1),('preferences','run',2,1),('manual','run',2,1),('admin','run',1,1),('preferences','run',1,1),('notifywindow','run',1,1),('addressbook','run',1,1),('backup','run',1,1),('bookmarks','run',1,1),('calendar','run',1,1),('comic','run',1,1),('developer_tools','run',1,1),('email','run',1,1),('emailadmin','run',1,1),('etemplate','run',1,1),('filemanager','run',1,1),('forum','run',1,1),('ftp','run',1,1),('fudforum','run',1,1),('headlines','run',1,1),('jinn','run',1,1),('messenger','run',1,1),('news_admin','run',1,1),('phpbrain','run',1,1),('phpldapadmin','run',1,1),('phpsysinfo','run',1,1),('polls','run',1,1),('registration','run',1,1),('stocks','run',1,1),('tts','run',1,1),('sitemgr-link','run',1,1),('felamimail','run',1,1),('infolog','run',1,1),('skel','run',1,1),('wiki','run',1,1),('phpgw_group','1',5,1),('preferences','changepassword',5,1),('phpgw_group','2',5,1); /*!40000 ALTER TABLE `phpgw_acl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_addressbook` -- DROP TABLE IF EXISTS `phpgw_addressbook`; CREATE TABLE `phpgw_addressbook` ( `id` int(11) NOT NULL auto_increment, `lid` varchar(32) default NULL, `tid` char(1) default NULL, `owner` bigint(20) default NULL, `access` varchar(7) default NULL, `cat_id` varchar(32) default NULL, `fn` varchar(64) default NULL, `n_family` varchar(64) default NULL, `n_given` varchar(64) default NULL, `n_middle` varchar(64) default NULL, `n_prefix` varchar(64) default NULL, `n_suffix` varchar(64) default NULL, `sound` varchar(64) default NULL, `bday` varchar(32) default NULL, `note` text, `tz` varchar(8) default NULL, `geo` varchar(32) default NULL, `url` varchar(128) default NULL, `pubkey` text, `org_name` varchar(64) default NULL, `org_unit` varchar(64) default NULL, `title` varchar(64) default NULL, `adr_one_street` varchar(64) default NULL, `adr_one_locality` varchar(64) default NULL, `adr_one_region` varchar(64) default NULL, `adr_one_postalcode` varchar(64) default NULL, `adr_one_countryname` varchar(64) default NULL, `adr_one_type` varchar(32) default NULL, `label` text, `adr_two_street` varchar(64) default NULL, `adr_two_locality` varchar(64) default NULL, `adr_two_region` varchar(64) default NULL, `adr_two_postalcode` varchar(64) default NULL, `adr_two_countryname` varchar(64) default NULL, `adr_two_type` varchar(32) default NULL, `tel_work` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_home` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_voice` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_fax` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_msg` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_cell` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_pager` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_bbs` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_modem` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_car` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_isdn` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_video` varchar(40) NOT NULL default '+1 (000) 000-0000', `tel_prefer` varchar(32) default NULL, `email` varchar(64) default NULL, `email_type` varchar(32) default 'INTERNET', `email_home` varchar(64) default NULL, `email_home_type` varchar(32) default 'INTERNET', `last_mod` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), KEY `tid` (`tid`,`owner`,`access`,`n_family`,`n_given`,`email`), KEY `tid_2` (`tid`,`cat_id`,`owner`,`access`,`n_family`,`n_given`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_addressbook` -- LOCK TABLES `phpgw_addressbook` WRITE; /*!40000 ALTER TABLE `phpgw_addressbook` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_addressbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_addressbook_extra` -- DROP TABLE IF EXISTS `phpgw_addressbook_extra`; CREATE TABLE `phpgw_addressbook_extra` ( `contact_id` int(11) NOT NULL default '0', `contact_owner` bigint(20) default NULL, `contact_name` varchar(255) NOT NULL default '', `contact_value` text, PRIMARY KEY (`contact_id`,`contact_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_addressbook_extra` -- LOCK TABLES `phpgw_addressbook_extra` WRITE; /*!40000 ALTER TABLE `phpgw_addressbook_extra` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_addressbook_extra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_anglemail` -- DROP TABLE IF EXISTS `phpgw_anglemail`; CREATE TABLE `phpgw_anglemail` ( `account_id` varchar(20) NOT NULL default '', `data_key` varchar(255) NOT NULL default '', `content` blob NOT NULL, PRIMARY KEY (`account_id`,`data_key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_anglemail` -- LOCK TABLES `phpgw_anglemail` WRITE; /*!40000 ALTER TABLE `phpgw_anglemail` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_anglemail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_app_sessions` -- DROP TABLE IF EXISTS `phpgw_app_sessions`; CREATE TABLE `phpgw_app_sessions` ( `sessionid` varchar(128) NOT NULL default '', `loginid` int(11) NOT NULL default '0', `app` varchar(25) NOT NULL default '', `location` varchar(128) NOT NULL default '', `content` longtext, `session_dla` int(11) default NULL, PRIMARY KEY (`sessionid`,`loginid`,`app`,`location`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_app_sessions` -- LOCK TABLES `phpgw_app_sessions` WRITE; /*!40000 ALTER TABLE `phpgw_app_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_app_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_applications` -- DROP TABLE IF EXISTS `phpgw_applications`; CREATE TABLE `phpgw_applications` ( `app_id` int(11) NOT NULL auto_increment, `app_name` varchar(25) NOT NULL default '', `app_enabled` int(11) NOT NULL default '0', `app_order` int(11) NOT NULL default '0', `app_tables` text NOT NULL, `app_version` varchar(20) NOT NULL default '0', PRIMARY KEY (`app_id`), UNIQUE KEY `app_name` (`app_name`), KEY `app_enabled` (`app_enabled`,`app_order`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_applications` -- LOCK TABLES `phpgw_applications` WRITE; /*!40000 ALTER TABLE `phpgw_applications` DISABLE KEYS */; INSERT INTO `phpgw_applications` VALUES (1,'phpgwapi',3,1,'phpgw_config,phpgw_applications,phpgw_acl,phpgw_accounts,phpgw_preferences,phpgw_sessions,phpgw_app_sessions,phpgw_access_log,phpgw_hooks,phpgw_languages,phpgw_lang,phpgw_nextid,phpgw_categories,phpgw_addressbook,phpgw_addressbook_extra,phpgw_log,phpgw_log_msg,phpgw_interserv,phpgw_vfs,phpgw_history_log,phpgw_async','1.0.0.006'),(2,'admin',1,1,'','1.0.0'),(3,'preferences',2,1,'','1.0.0'),(4,'notifywindow',2,1,'','1.0.0'),(5,'addressbook',1,4,'','1.0.0'),(6,'backup',1,41,'','1.0.0'),(7,'bookmarks',1,12,'phpgw_bookmarks','1.0.0'),(8,'calendar',1,3,'phpgw_cal,phpgw_cal_holidays,phpgw_cal_repeats,phpgw_cal_user,phpgw_cal_extra','1.0.0'),(9,'comic',1,21,'phpgw_comic,phpgw_comic_admin,phpgw_comic_data','1.0.0'),(10,'developer_tools',1,61,'','1.0.0'),(11,'email',1,2,'phpgw_anglemail','1.0.0'),(12,'emailadmin',2,10,'phpgw_emailadmin','1.0.0'),(13,'etemplate',1,60,'phpgw_etemplate','1.0.0'),(14,'filemanager',1,6,'','1.0.0'),(15,'forum',1,7,'phpgw_forum_body,phpgw_forum_categories,phpgw_forum_forums,phpgw_forum_threads','1.0.0'),(16,'ftp',1,20,'','1.0.0'),(17,'fudforum',1,7,'phpgw_fud_action_log,phpgw_fud_ann_forums,phpgw_fud_announce,phpgw_fud_attach,phpgw_fud_avatar,phpgw_fud_blocked_logins,phpgw_fud_buddy,phpgw_fud_cat,phpgw_fud_custom_tags,phpgw_fud_email_block,phpgw_fud_ext_block,phpgw_fud_forum,phpgw_fud_fc_view,phpgw_fud_forum_notify,phpgw_fud_forum_read,phpgw_fud_group_cache,phpgw_fud_group_members,phpgw_fud_group_resources,phpgw_fud_groups,phpgw_fud_index,phpgw_fud_ip_block,phpgw_fud_level,phpgw_fud_mime,phpgw_fud_mlist,phpgw_fud_mod,phpgw_fud_mod_que,phpgw_fud_msg,phpgw_fud_msg_report,phpgw_fud_nntp,phpgw_fud_pmsg,phpgw_fud_poll,phpgw_fud_poll_opt,phpgw_fud_poll_opt_track,phpgw_fud_read,phpgw_fud_replace,phpgw_fud_search,phpgw_fud_search_cache,phpgw_fud_ses,phpgw_fud_smiley,phpgw_fud_stats_cache,phpgw_fud_themes,phpgw_fud_thr_exchange,phpgw_fud_thread,phpgw_fud_thread_notify,phpgw_fud_thread_rate_track,phpgw_fud_thread_view,phpgw_fud_title_index,phpgw_fud_user_ignore,phpgw_fud_users','0.0.1'),(18,'headlines',1,13,'phpgw_headlines_sites,phpgw_headlines_cached','1.0.0'),(19,'jinn',1,15,'phpgw_jinn_acl,phpgw_jinn_sites,phpgw_jinn_site_objects,phpgw_jinn_adv_field_conf','0.7.003'),(20,'messenger',1,19,'phpgw_messenger_messages','0.8.1'),(21,'news_admin',1,16,'phpgw_news,phpgw_news_export','1.0.0'),(22,'phpbrain',1,25,'phpgw_kb_articles,phpgw_kb_comment,phpgw_kb_questions,phpgw_kb_ratings,phpgw_kb_related_art,phpgw_kb_search','1.0.2'),(23,'phpldapadmin',1,42,'','1.0.0'),(24,'phpsysinfo',2,99,'','1.0.0'),(25,'polls',1,17,'phpgw_polls_data,phpgw_polls_desc,phpgw_polls_user,phpgw_polls_settings','1.0.0'),(26,'registration',2,40,'phpgw_reg_accounts,phpgw_reg_fields','1.0.0'),(27,'sitemgr',1,14,'phpgw_sitemgr_pages,phpgw_sitemgr_pages_lang,phpgw_sitemgr_categories_state,phpgw_sitemgr_categories_lang,phpgw_sitemgr_modules,phpgw_sitemgr_blocks,phpgw_sitemgr_blocks_lang,phpgw_sitemgr_content,phpgw_sitemgr_content_lang,phpgw_sitemgr_active_modules,phpgw_sitemgr_properties,phpgw_sitemgr_sites','1.0.0'),(28,'stocks',1,18,'','1.0.0'),(29,'tts',1,10,'phpgw_tts_tickets,phpgw_tts_views,phpgw_tts_states,phpgw_tts_transitions','1.0.002'),(30,'sitemgr-link',1,9,'','1.0.0'),(31,'felamimail',1,2,'phpgw_felamimail_cache,phpgw_felamimail_folderstatus,phpgw_felamimail_displayfilter','1.0.0'),(32,'infolog',1,5,'phpgw_infolog,phpgw_links,phpgw_infolog_extra','1.0.0.001'),(33,'skel',1,62,'phpgw_skel','0.0.1.001'),(34,'wiki',1,11,'phpgw_wiki_links,phpgw_wiki_pages,phpgw_wiki_rate,phpgw_wiki_interwiki,phpgw_wiki_sisterwiki,phpgw_wiki_remote_pages','1.0.0.001'),(35,'manual',4,5,'','1.0.0'),(36,'projects',1,8,'phpgw_p_projects,phpgw_p_activities,phpgw_p_budget,phpgw_p_projectactivities,phpgw_p_hours,phpgw_p_projectmembers,phpgw_p_invoice,phpgw_p_invoicepos,phpgw_p_delivery,phpgw_p_deliverypos,phpgw_p_mstones,phpgw_p_roles,phpgw_p_costs,phpgw_p_ttracker,phpgw_p_events,phpgw_p_alarm,phpgw_p_resources','1.0.0.004'); /*!40000 ALTER TABLE `phpgw_applications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_async` -- DROP TABLE IF EXISTS `phpgw_async`; CREATE TABLE `phpgw_async` ( `id` varchar(255) NOT NULL default '', `next` int(11) NOT NULL default '0', `times` varchar(255) NOT NULL default '', `method` varchar(80) NOT NULL default '', `data` text NOT NULL, `account_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_async` -- LOCK TABLES `phpgw_async` WRITE; /*!40000 ALTER TABLE `phpgw_async` DISABLE KEYS */; INSERT INTO `phpgw_async` VALUES ('##last-check-run##',0,'a:0:{}','none','a:3:{s:6:\"run_by\";s:8:\"fallback\";s:5:\"start\";i:1124328615;s:3:\"end\";i:1124328615;}',0); /*!40000 ALTER TABLE `phpgw_async` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_bookmarks` -- DROP TABLE IF EXISTS `phpgw_bookmarks`; CREATE TABLE `phpgw_bookmarks` ( `bm_id` int(11) NOT NULL auto_increment, `bm_owner` int(11) default NULL, `bm_access` varchar(255) default NULL, `bm_url` varchar(255) default NULL, `bm_name` varchar(255) default NULL, `bm_desc` text, `bm_keywords` varchar(255) default NULL, `bm_category` int(11) default NULL, `bm_rating` int(11) default NULL, `bm_info` varchar(255) default NULL, `bm_visits` int(11) default NULL, PRIMARY KEY (`bm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_bookmarks` -- LOCK TABLES `phpgw_bookmarks` WRITE; /*!40000 ALTER TABLE `phpgw_bookmarks` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_bookmarks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_cal` -- DROP TABLE IF EXISTS `phpgw_cal`; CREATE TABLE `phpgw_cal` ( `cal_id` int(11) NOT NULL auto_increment, `uid` varchar(255) NOT NULL default '', `owner` bigint(20) NOT NULL default '0', `category` varchar(30) default NULL, `groups` varchar(255) default NULL, `datetime` bigint(20) default NULL, `mdatetime` bigint(20) default NULL, `edatetime` bigint(20) default NULL, `priority` bigint(20) NOT NULL default '2', `cal_type` varchar(10) default NULL, `is_public` bigint(20) NOT NULL default '1', `title` varchar(80) NOT NULL default '1', `description` text, `location` varchar(255) default NULL, `reference` bigint(20) NOT NULL default '0', PRIMARY KEY (`cal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_cal` -- LOCK TABLES `phpgw_cal` WRITE; /*!40000 ALTER TABLE `phpgw_cal` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_cal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_cal_extra` -- DROP TABLE IF EXISTS `phpgw_cal_extra`; CREATE TABLE `phpgw_cal_extra` ( `cal_id` int(11) NOT NULL default '0', `cal_extra_name` varchar(40) NOT NULL default '', `cal_extra_value` varchar(255) NOT NULL default '', PRIMARY KEY (`cal_id`,`cal_extra_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_cal_extra` -- LOCK TABLES `phpgw_cal_extra` WRITE; /*!40000 ALTER TABLE `phpgw_cal_extra` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_cal_extra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_cal_holidays` -- DROP TABLE IF EXISTS `phpgw_cal_holidays`; CREATE TABLE `phpgw_cal_holidays` ( `hol_id` int(11) NOT NULL auto_increment, `locale` char(2) NOT NULL default '', `name` varchar(50) NOT NULL default '', `mday` bigint(20) NOT NULL default '0', `month_num` bigint(20) NOT NULL default '0', `occurence` bigint(20) NOT NULL default '0', `dow` bigint(20) NOT NULL default '0', `observance_rule` bigint(20) NOT NULL default '0', PRIMARY KEY (`hol_id`), KEY `locale` (`locale`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_cal_holidays` -- LOCK TABLES `phpgw_cal_holidays` WRITE; /*!40000 ALTER TABLE `phpgw_cal_holidays` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_cal_holidays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_cal_repeats` -- DROP TABLE IF EXISTS `phpgw_cal_repeats`; CREATE TABLE `phpgw_cal_repeats` ( `cal_id` bigint(20) NOT NULL default '0', `recur_type` bigint(20) NOT NULL default '0', `recur_use_end` bigint(20) default '0', `recur_enddate` bigint(20) default NULL, `recur_interval` bigint(20) default '1', `recur_data` bigint(20) default '1', `recur_exception` varchar(255) default '', KEY `cal_id` (`cal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_cal_repeats` -- LOCK TABLES `phpgw_cal_repeats` WRITE; /*!40000 ALTER TABLE `phpgw_cal_repeats` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_cal_repeats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_cal_user` -- DROP TABLE IF EXISTS `phpgw_cal_user`; CREATE TABLE `phpgw_cal_user` ( `cal_id` bigint(20) NOT NULL default '0', `cal_login` bigint(20) NOT NULL default '0', `cal_status` char(1) default 'A', `cal_type` char(1) NOT NULL default 'u', PRIMARY KEY (`cal_id`,`cal_login`,`cal_type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_cal_user` -- LOCK TABLES `phpgw_cal_user` WRITE; /*!40000 ALTER TABLE `phpgw_cal_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_cal_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_categories` -- DROP TABLE IF EXISTS `phpgw_categories`; CREATE TABLE `phpgw_categories` ( `cat_id` int(11) NOT NULL auto_increment, `cat_main` int(11) NOT NULL default '0', `cat_parent` int(11) NOT NULL default '0', `cat_level` smallint(6) NOT NULL default '0', `cat_owner` int(11) NOT NULL default '0', `cat_access` varchar(7) default NULL, `cat_appname` varchar(50) NOT NULL default '', `cat_name` varchar(150) NOT NULL default '', `cat_description` varchar(255) NOT NULL default '', `cat_data` text, `last_mod` bigint(20) NOT NULL default '0', PRIMARY KEY (`cat_id`), KEY `cat_appname` (`cat_appname`,`cat_owner`,`cat_parent`,`cat_level`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_categories` -- LOCK TABLES `phpgw_categories` WRITE; /*!40000 ALTER TABLE `phpgw_categories` DISABLE KEYS */; INSERT INTO `phpgw_categories` VALUES (1,1,0,0,-1,'public','sitemgr','Default Website','This website has been added by setup',NULL,1112021880),(2,1,1,1,-1,'public','sitemgr','other','one more','0',1112021884),(3,1,1,1,-1,'public','sitemgr','sample','sample category','0',1112021885),(4,1,3,2,-1,'public','sitemgr','sub-sample','just a sub for sample','0',1112021885); /*!40000 ALTER TABLE `phpgw_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_comic` -- DROP TABLE IF EXISTS `phpgw_comic`; CREATE TABLE `phpgw_comic` ( `comic_id` int(11) NOT NULL auto_increment, `comic_owner` varchar(32) NOT NULL default '', `comic_list` blob NOT NULL, `comic_scale` smallint(6) NOT NULL default '0', `comic_perpage` smallint(6) NOT NULL default '4', `comic_frontpage` int(11) NOT NULL default '0', `comic_fpscale` smallint(6) NOT NULL default '0', `comic_censorlvl` smallint(6) NOT NULL default '0', `comic_template` smallint(6) NOT NULL default '0', PRIMARY KEY (`comic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_comic` -- LOCK TABLES `phpgw_comic` WRITE; /*!40000 ALTER TABLE `phpgw_comic` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_comic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_comic_admin` -- DROP TABLE IF EXISTS `phpgw_comic_admin`; CREATE TABLE `phpgw_comic_admin` ( `admin_imgsrc` smallint(6) NOT NULL default '0', `admin_rmtenabled` smallint(6) NOT NULL default '0', `admin_censorlvl` smallint(6) NOT NULL default '0', `admin_coverride` smallint(6) NOT NULL default '0', `admin_filesize` int(11) NOT NULL default '120000', PRIMARY KEY (`admin_imgsrc`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_comic_admin` -- LOCK TABLES `phpgw_comic_admin` WRITE; /*!40000 ALTER TABLE `phpgw_comic_admin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_comic_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_comic_data` -- DROP TABLE IF EXISTS `phpgw_comic_data`; CREATE TABLE `phpgw_comic_data` ( `data_id` int(11) NOT NULL auto_increment, `data_enabled` char(1) NOT NULL default 'T', `data_name` varchar(25) NOT NULL default '', `data_author` varchar(128) NOT NULL default '', `data_title` varchar(255) NOT NULL default '', `data_prefix` varchar(25) NOT NULL default '', `data_date` int(11) NOT NULL default '0', `data_comicid` int(11) NOT NULL default '0', `data_linkurl` varchar(255) NOT NULL default '', `data_baseurl` varchar(255) NOT NULL default '', `data_parseurl` varchar(255) NOT NULL default '', `data_parsexpr` varchar(255) NOT NULL default '', `data_imageurl` varchar(255) NOT NULL default '', `data_pubdays` varchar(25) NOT NULL default 'Su:Mo:Tu:We:Th:Fr:Sa', `data_parser` varchar(32) NOT NULL default 'None', `data_class` varchar(32) NOT NULL default 'General', `data_censorlvl` smallint(6) NOT NULL default '0', `data_resolve` varchar(32) NOT NULL default 'Remote', `data_daysold` int(11) NOT NULL default '0', `data_width` int(11) NOT NULL default '0', `data_swidth` int(11) NOT NULL default '0', PRIMARY KEY (`data_id`) ) ENGINE=MyISAM AUTO_INCREMENT=122 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_comic_data` -- LOCK TABLES `phpgw_comic_data` WRITE; /*!40000 ALTER TABLE `phpgw_comic_data` DISABLE KEYS */; INSERT INTO `phpgw_comic_data` VALUES (1,'T','userfriendly','Illiad','User Friendly','',0,0,'http://www.userfriendly.org/static/','http://www.userfriendly.org','/cartoons/archives/{y}{Ml}/{Ymd}.html','/cartoons/archives/{y}{Ml}/uf[0-9]*.gif','','Su:Mo:Tu:We:Th:Fr:Sa','None','Geek',1,'Remote',0,720,720),(2,'T','dilbert','Scott Adams','Dilbert','',0,0,'http://www.dilbert.com/','http://www.comics.com','/comics/dilbert/index.html','/comics/dilbert/archive/images/dilbert[0-9]*.gif','','Su:Mo:Tu:We:Th:Fr:Sa','None','Geek',0,'Remote',0,600,725),(3,'T','garfield','Jim Davis','Garfield','ga',0,0,'http://www.garfield.com/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(4,'T','foxtrot','Bill Amend','FoxTrot','ft',0,0,'http://www.foxtrot.com/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(5,'T','babyblue','Jerry Scott & Rick Kirkman','Baby Blues','',0,0,'http://www.babyblues.com/','http://est.rbma.com/content/Baby_Blues?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Static',14,585,585),(6,'T','tumblewd','Tom K. Ryan','Tumbleweeds','',0,0,'http://www.tumbleweeds.com/','http://www.tumbleweeds.com/images/{day}.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Static',0,525,525),(7,'T','jerkcity','TBD','JerkCity','',0,0,'http://www.jerkcity.com/','http://www.jerkcity.com/today.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','Geek',2,'Static',0,480,480),(8,'T','slagoon','Jim Toomey','Shermans Lagoon','',0,0,'http://www.slagoon.com/','http://www.slagoon.com/dailies/SL{y}.{m}.{d}.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Static',0,576,650),(9,'T','blondie','Dean Young and Denis Lebrun','Blondie','',0,0,'http://www.blondie.com/','http://www.blondie.com/dailies/blondie.{Ymd}.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Static',0,600,600),(10,'T','sluggy','Pete Abrams','Sluggy Freelance','',0,0,'http://www.sluggy.com/','http://pics.sluggy.com/comics/{ymd}a.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','Geek',0,'Static',0,700,700),(11,'T','ripleys','Don Wimmer and Karen Kemlo','Ripleys Believe It Or Not','',0,0,'','','','','','Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,300,725),(12,'T','buckets','Scott Stantis','Buckets','',0,0,'http://www.unitedmedia.com/comics/buckets/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(13,'T','fatcats','Charlie Podrebarac','Fat Cats','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(14,'T','getfuzzy','Darby Conley','Get Fuzzy','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(15,'T','topofworld','Mark Tonra','Top Of This World','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(16,'T','meatloaf','Mark Buford','Meatloaf Night','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(17,'T','tarzan','Gray Morrow','Tarzan','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(18,'F','spidermn','Stan Lee','The Amazing Spider-Man','Spiderman',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(19,'F','apt3g','Brian Kotzky & Lisa Trusiani','Apartment 3-G','Apartment_3-G',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(20,'F','bgoogle','Fred Lasswell','Barney Google and Snuffy Smith','Barney_Google',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(21,'F','bbailey','Mort Walker','Beetle Bailey','Beetle_Bailey',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(22,'F','bet_half','Randy Glasbergen','The Better Half','Better_Half',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,249,249),(23,'F','bfriends','Sandra Bell-Lundy','Between Friends','Between_Friends',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(24,'F','bonerark','Frank Johnson','Boners Ark','bot',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(25,'F','bfather','Frank Johnson','Bringing Up Father','brt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(26,'F','buckles','David Gilbert','Buckles','Buckles',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(27,'F','claire','Doug Shannon','Claire and Weber','cwt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(28,'F','crock','Bill Rechin & Don Wilder','Crock','Crock',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(29,'T','curtis','Ray Billingsley','Curtis','curt',0,104,'http://www.kingfeatures.com/features/comics/curtis/aboutMaina.php','http://est.rbma.com/content/Curtis?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Remote',14,585,585),(30,'F','dennis','Hank Ketcham','Dennis The Menace','Dennis_The_Menace',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,251,251),(31,'F','dinette','Julie Larson','Dinette Set','Dinette_Set',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,251,251),(32,'T','familycircus','Bil Keane','The Family Circus','fam',0,109,'http://www.kingfeatures.com/features/comics/familyc/about.htm','http://est.rbma.com/content/Family_Circus?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Remote',14,263,263),(33,'F','fgordon','Jim Keefe','Flash Gordon','fg',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,600,600),(34,'T','Funky','Tom Batiuk','Funky Winkerbean','funk',0,124,'http://www.kingfeatures.com/features/comics/fwinker/about.htm','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Toonville','General',0,'Remote',0,585,585),(35,'F','grinbear','Fred Wagner & Ralph Dunagin','Grin and Bear It','Grin_and_Bear_It',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,250,250),(36,'F','hagar','Chris Browne','Hagar the Horrible','Hagar_The_Horrible',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(37,'F','hazel','Ted Key','Hazel','hat',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,243,243),(38,'F','henry','TBD','Henry','het',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(39,'F','horrscpe','Susan Kelso & Carol Kemp','Horrorscope','hrt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,240,240),(40,'F','needhelp','Vic Lee','I Need Help','I_Need_Help',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,263,263),(41,'F','jparker','Woody Wilson & Harold LeDoux','Judge Parker','Judge_Parker',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(42,'F','katzkids','Hy Eisman','Katzenjammer Kids','kk',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,600,600),(43,'F','lockhorn','Bunny Hoest & John Reiner','The Lockhorns','Lockhorns',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,249,249),(44,'F','mallard','Bruce Tinsley','Mallard Fillmore','Mallard_Fillmore',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','Political',0,'Remote',0,480,480),(45,'F','mandrake','Lee Falk & Fred Fredericks','Mandrake the Magician','mmt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(46,'F','mtrail','Jack Elrod','Mark Trail','Mark_Trail',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(47,'F','marvin','Tom Armstrong','Marvin','Marvin',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(48,'F','mmiller','Bob Weber Sr','Moose Miller','mot',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(49,'F','mutts','Patrick McDonnell','Mutts','Mutts',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(50,'F','fastrack','Bill Holbrook','On The Fastrack','Fast_Track',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(51,'F','ernie','Bud Grace','The Piranha Club','Piranha',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(52,'F','popeye','TBD','Popeye','Popeye',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(53,'F','popplace','Sam C Rawls','Pops Place','ppt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(54,'F','pvaliant','John Cullen Murphy & Cullen Murphy','Prince Valiant','val',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,750,750),(55,'F','ralph','Wayne Stayskal','Ralph','Ralph',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,248,248),(56,'F','redeye','Bill Yates & Mel Casson','Red Eye','Redeye',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(57,'F','orange','Hilary Price','Rhymes With Orange','Rhymes_with_Orange',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(58,'F','safehavn','Bill Holbrook','Safe Havens','Safe_Havens',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(59,'F','sforth','Greg Howard & Craig MacIntosh','Sally Forth','Sally_Forth',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,525,525),(60,'F','sam_silo','Jerry Dumas','Sam and Silo','sst',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(61,'F','sixchix','Isabella Bannerman, Margaret Shuloc k, Rina Piccolo, Ann C. Telnaes, Kathryn LeMieux, and Stephanie Piro','Six Chix','6Chix',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(62,'F','sroper','John Saunders & Fran Matera','Steve Roper & Mike Nomad','Steve_Roper',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(63,'F','theydoit','Al Scaduto','They Do It Every Time','TDIE',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,246,246),(64,'F','tiger','Bud Blake','Tiger','Tiger',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(65,'F','trudy','Jerry Marcus','Trudy','trt',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,247,247),(66,'F','willy','Joe Martin','Willy and Ethel','Willy_n_Ethel',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(67,'F','zippy','Bill Griffith','Zippy','Zippy_the_Pinhead',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,480,480),(68,'T','Zits','Jerry Scott & Jim Borgman','Zits','zits',0,145,'','http://est.rbma.com/content/Zits?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,585,585),(69,'T','fredbasset','Alex Graham','Fred Basset','tmfba',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',7,600,600),(70,'T','boundandgagged','Dana Summers','Bound & Gagged','tmbou',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(71,'T','middletons','Ralph Dunagin & Dana Summers','The Middletons','tmmid',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(72,'T','pluggers','Brookins (Submissions)','Pluggers','tmplu',0,0,'http://www.ucomics.com/pluggers/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','ComicsPage','General',0,'Remote',0,300,580),(73,'T','alleyoop','Dave Gaue & Jack Bender','Alley Oop','',0,0,'http://www.comics.com/comics/alleyoop/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(74,'T','arlonjanis','Jimmy Johnson','Arlo and Janis','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(75,'T','betty','Gary Delainey & Gerry Rasmussen','Betty','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(76,'T','bornloser','Chip Sansom','The Born Loser','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(77,'T','committed','Michael Fry','Committed','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,300,725),(78,'T','drabble','Kevin Fagan','Drabble','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(79,'T','forbetter','Lynn Johnston','For Better or For Worse','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(80,'T','grizzwells','Bill Schorr','The Grizzwells','',0,0,'','','','','','Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,0),(81,'T','herman','Jim Unger','Herman','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,300,725),(82,'T','jumpstart','Robb Armstrong','JumpStart','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(83,'T','kitncarlyle','Larry Wright','Kit-n-Carlyle','',0,0,'','','','','','Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,300,0),(84,'T','liberty','Frank Cho','Liberty Meadows','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Creators','General',0,'Remote',0,625,650),(85,'T','luann','Greg Evans','Luann','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(86,'T','marmaduke','Brad Anderson','Marmaduke','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,300,725),(87,'T','meg','Greg Curfman','Meg!','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(88,'T','nancy','Guy and Brad Gilchrist','Nancy','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(89,'T','hedge','Michael Fry and T. Lewis','Over The Hedge','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(90,'T','peanuts','Charles Schulz','Peanuts','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,600),(91,'T','robotman','Jim Meddick','Robotman','monty',0,0,'http://www.unitedmedia.com/comics/robotman/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,600,725),(92,'T','roseisrose','Pat Brady','Rose is Rose','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,725),(93,'T','adam','Brian Basset','Adam at Home','ad',0,0,'http://www.ucomics.com/adamathome/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(94,'T','boondocks','Aaron McGruder','The Boondocks','bo',0,0,'http://www.ucomics.com/boondocks/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(95,'T','cathy','Cathy Guisewite','Cathy','ca',0,0,'http://www.ucomics.com/cathy/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(96,'T','citizendog','Mark O\'Hare','Citizen Dog','cd',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(97,'T','closehome','John McPherson','Close to Home','cl',0,0,'http://www.ucomics.com/closetohome/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,300,600),(98,'T','cornered','Mike Baldwin','Cornered','co',0,0,'http://www.ucomics.com/cornered/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,300,600),(99,'T','crankshaft','Tom Batiuk & Chuck Ayers','Crankshaft','cs',0,0,'http://www.ucomics.com/crankshaft/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',14,600,600),(100,'T','duplex','Glenn McCoy','The Duplex','dp',0,0,'http://www.ucomics.com/duplex/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(101,'T','fifthwave','Rich Tennant','Fifth Wave','fw',0,0,'http://www.ucomics.com/thefifthwave/','','','','','Su','Ucomics','General',0,'Remote',0,0,500),(102,'T','geech','Jerry Bittle','Geech','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,600,600),(103,'T','heartcity','Mark Tatulli','Heart of the City','hc',0,0,'http://www.ucomics.com/heartofthecity/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(104,'T','bleachers','Steve Moore','In the Bleachers','bl',0,0,'http://www.ucomics.com/inthebleachers/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,300,600),(105,'T','mrboffo','Joe Martin','Mister Boffo','mb',0,0,'http://www.ucomics.com/misterboffo/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(106,'T','overboard','Chip Dunham','Overboard','ob',0,0,'http://www.ucomics.com/overboard/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(107,'T','hth','George Gately','Heathcliff','hth',0,101,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Creators','General',0,'Remote',0,300,300),(108,'T','stonesoup','Jan Eliot','Stone Soup','ss',0,0,'http://www.ucomics.com/stonesoup/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(109,'T','reallife','Gary Wise & Lance Aldrich','Real Life Adventures','rl',0,0,'http://www.ucomics.com/reallifeadventures/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,300,600),(110,'T','tmcnamara','Jeff Millar & Bill Hinds','Tank McNamara','tm',0,0,'http://www.ucomics.com/tankmcnamara/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(111,'T','baldo','Geof Brooks','Baldo','ba',0,0,'http://www.ucomics.com/baldo/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(112,'T','ziggy','Tom Wilson','Ziggy','',0,0,'','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Comiczone7','General',0,'Remote',0,300,600),(113,'T','fuscobros','Joe Duffy','The Fusco Brothers','fu',0,0,'http://www.ucomics.com/thefuscobrothers/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',0,600,600),(114,'T','doonesbury','G. B. Trudeau','Doonesbury','db',0,0,'http://www.doonesbury.com/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','Political',0,'Remote',0,600,600),(115,'T','shoe','Jeff McNelly','Shoe','',0,0,'http://macnelly.com/shoe_page.html','http://macnelly.com/shoe_images{m}{y}/shoe_daily{m}{d}{y}.jpg','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Static',0,612,1047),(116,'T','calvinandhobbes','Bill Watterson','Calvin and Hobbes','ch',0,0,'http://www.calvinandhobbes.com/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','Ucomics','General',0,'Remote',4018,600,600),(117,'T','boll','Ruben Bolling','Tom The Dancing Bug','td',0,0,'http://www.ucomics.com/tomthedancingbug/','','','','','Sa','Ucomics','General',0,'Remote',0,480,480),(118,'T','frankernest','Bob Thaves','Frank and Ernest','frank',0,126,'http://www.unitedmedia.com/comics/franknernest/','','','','','Su:Mo:Tu:We:Th:Fr:Sa','United','General',0,'Remote',0,585,585),(119,'T','KevKel','Bill Holbrook','Kevin & Kell','kk',0,149,'http://www.kevinandkell.com/','http://www.kevinandkell.com/{y}/strips/kk{y}{m}{d}.gif','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Remote',0,585,585),(120,'T','Hilois','Browne, Walker, and Walker','Hi and Lois','Hi',0,105,'http://www.kingfeatures.com/features/comics/hi_lois/about.htm','http://est.rbma.com/content/Hi_and_Lois?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','None','General',0,'Remote',0,585,585),(121,'T','Grimmy','Mike Peters','Mother Goose & Grimm','tmmgg',0,148,'http://www.kingfeatures.com/features/comics/grimmy/about.htm','http://est.rbma.com/content/Mgoose?date={y}{m}{d}','','','','Su:Mo:Tu:We:Th:Fr:Sa','King','General',0,'Remote',0,600,600); /*!40000 ALTER TABLE `phpgw_comic_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_config` -- DROP TABLE IF EXISTS `phpgw_config`; CREATE TABLE `phpgw_config` ( `config_app` varchar(50) NOT NULL default '', `config_name` varchar(255) NOT NULL default '', `config_value` text, PRIMARY KEY (`config_app`,`config_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_config` -- LOCK TABLES `phpgw_config` WRITE; /*!40000 ALTER TABLE `phpgw_config` DISABLE KEYS */; INSERT INTO `phpgw_config` VALUES ('phpgwapi','sessions_checkip','True'),('phpgwapi','image_type','1'),('phpgwapi','lang_ctimes','a:1:{s:2:\"en\";a:34:{s:8:\"phpgwapi\";i:1111982428;s:5:\"admin\";i:1111974733;s:11:\"preferences\";i:1111984373;s:11:\"addressbook\";i:1111974514;s:6:\"backup\";i:1111974906;s:9:\"bookmarks\";i:1111975031;s:8:\"calendar\";i:1111975373;s:5:\"comic\";i:1111975655;s:15:\"developer_tools\";i:1111975801;s:5:\"email\";i:1111976088;s:10:\"emailadmin\";i:1111976829;s:9:\"etemplate\";i:1111977147;s:11:\"filemanager\";i:1111977592;s:5:\"forum\";i:1111977853;s:3:\"ftp\";i:1111978032;s:9:\"headlines\";i:1111979993;s:4:\"jinn\";i:1111980509;s:9:\"messenger\";i:1111980731;s:10:\"news_admin\";i:1111980837;s:8:\"phpbrain\";i:1111980997;s:12:\"phpldapadmin\";i:1111983717;s:10:\"phpsysinfo\";i:1111983930;s:5:\"polls\";i:1111984219;s:12:\"registration\";i:1111984993;s:7:\"sitemgr\";i:1111985419;s:6:\"stocks\";i:1112018932;s:3:\"tts\";i:1112019061;s:12:\"sitemgr-link\";i:1111985460;s:10:\"felamimail\";i:1111977318;s:7:\"infolog\";i:1111980177;s:4:\"skel\";i:1112018846;s:4:\"wiki\";i:1112019252;s:6:\"manual\";i:1111980627;s:8:\"projects\";i:1111984736;}}'),('phpgwapi','site_title','eGroupWare'),('phpgwapi','hostname','www.petexian.com'),('phpgwapi','files_dir','/outside/webserver/docroot'),('phpgwapi','temp_dir','/tmp'),('phpgwapi','webserver_url','/egroupware'),('phpgwapi','tz_offset','-5'),('phpgwapi','usecookies','True'),('bookmarks','mail_footer','\n\n--\nThis was sent from eGroupWare\nhttp://www.egroupware.org\n'),('phpgwapi','auto_load_holidays','True'),('phpgwapi','holidays_url_path','localhost'),('registration','display_tos','True'),('registration','activate_account','email'),('registration','username_is','choice'),('registration','password_is','choice'),('projects','hwday','8'),('projects','accounting','own'),('projects','activity_bill','h'),('projects','dateprevious','no'),('phpgwapi','max_access_log_age','90'),('phpgwapi','block_time','30'),('phpgwapi','num_unsuccessful_id','3'),('phpgwapi','num_unsuccessful_ip','3'),('phpgwapi','install_id','533daa5b28b68e6dbf4cfb9aaa30ec97'),('phpgwapi','sessions_timeout','14400'),('phpgwapi','sessions_app_timeout','86400'); /*!40000 ALTER TABLE `phpgw_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_emailadmin` -- DROP TABLE IF EXISTS `phpgw_emailadmin`; CREATE TABLE `phpgw_emailadmin` ( `profileID` int(11) NOT NULL auto_increment, `smtpServer` varchar(80) default NULL, `smtpType` int(11) default NULL, `smtpPort` int(11) default NULL, `smtpAuth` char(3) default NULL, `smtpLDAPServer` varchar(80) default NULL, `smtpLDAPBaseDN` varchar(200) default NULL, `smtpLDAPAdminDN` varchar(200) default NULL, `smtpLDAPAdminPW` varchar(30) default NULL, `smtpLDAPUseDefault` char(3) default NULL, `imapServer` varchar(80) default NULL, `imapType` int(11) default NULL, `imapPort` int(11) default NULL, `imapLoginType` varchar(20) default NULL, `imapTLSAuthentication` char(3) default NULL, `imapTLSEncryption` char(3) default NULL, `imapEnableCyrusAdmin` char(3) default NULL, `imapAdminUsername` varchar(40) default NULL, `imapAdminPW` varchar(40) default NULL, `imapEnableSieve` char(3) default NULL, `imapSieveServer` varchar(80) default NULL, `imapSievePort` int(11) default NULL, `description` varchar(200) default NULL, `defaultDomain` varchar(100) default NULL, `organisationName` varchar(100) default NULL, `userDefinedAccounts` char(3) default NULL, `imapoldcclient` char(3) default NULL, PRIMARY KEY (`profileID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_emailadmin` -- LOCK TABLES `phpgw_emailadmin` WRITE; /*!40000 ALTER TABLE `phpgw_emailadmin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_emailadmin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_etemplate` -- DROP TABLE IF EXISTS `phpgw_etemplate`; CREATE TABLE `phpgw_etemplate` ( `et_name` varchar(80) NOT NULL default '', `et_template` varchar(20) NOT NULL default '', `et_lang` varchar(5) NOT NULL default '', `et_group` int(11) NOT NULL default '0', `et_version` varchar(20) NOT NULL default '', `et_data` text, `et_size` varchar(128) default NULL, `et_style` text, `et_modified` int(11) NOT NULL default '0', PRIMARY KEY (`et_name`,`et_template`,`et_lang`,`et_group`,`et_version`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_etemplate` -- LOCK TABLES `phpgw_etemplate` WRITE; /*!40000 ALTER TABLE `phpgw_etemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_etemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_felamimail_cache` -- DROP TABLE IF EXISTS `phpgw_felamimail_cache`; CREATE TABLE `phpgw_felamimail_cache` ( `accountid` int(11) NOT NULL default '0', `hostname` varchar(60) NOT NULL default '', `accountname` varchar(25) NOT NULL default '', `foldername` varchar(200) NOT NULL default '', `uid` int(11) NOT NULL default '0', `subject` text, `striped_subject` text, `sender_name` varchar(120) default NULL, `sender_address` varchar(120) default NULL, `to_name` varchar(120) default NULL, `to_address` varchar(120) default NULL, `date` bigint(20) default NULL, `size` int(11) default NULL, `attachments` varchar(120) default NULL, PRIMARY KEY (`accountid`,`hostname`,`accountname`,`foldername`,`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_felamimail_cache` -- LOCK TABLES `phpgw_felamimail_cache` WRITE; /*!40000 ALTER TABLE `phpgw_felamimail_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_felamimail_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_felamimail_displayfilter` -- DROP TABLE IF EXISTS `phpgw_felamimail_displayfilter`; CREATE TABLE `phpgw_felamimail_displayfilter` ( `accountid` int(11) NOT NULL default '0', `filter` text, PRIMARY KEY (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_felamimail_displayfilter` -- LOCK TABLES `phpgw_felamimail_displayfilter` WRITE; /*!40000 ALTER TABLE `phpgw_felamimail_displayfilter` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_felamimail_displayfilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_felamimail_folderstatus` -- DROP TABLE IF EXISTS `phpgw_felamimail_folderstatus`; CREATE TABLE `phpgw_felamimail_folderstatus` ( `accountid` int(11) NOT NULL default '0', `hostname` varchar(60) NOT NULL default '', `accountname` varchar(200) NOT NULL default '', `foldername` varchar(200) NOT NULL default '', `messages` int(11) default NULL, `recent` int(11) default NULL, `unseen` int(11) default NULL, `uidnext` int(11) default NULL, `uidvalidity` int(11) default NULL, PRIMARY KEY (`accountid`,`hostname`,`accountname`,`foldername`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_felamimail_folderstatus` -- LOCK TABLES `phpgw_felamimail_folderstatus` WRITE; /*!40000 ALTER TABLE `phpgw_felamimail_folderstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_felamimail_folderstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_forum_body` -- DROP TABLE IF EXISTS `phpgw_forum_body`; CREATE TABLE `phpgw_forum_body` ( `id` int(11) NOT NULL auto_increment, `cat_id` int(11) NOT NULL default '0', `for_id` int(11) NOT NULL default '0', `message` blob NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_forum_body` -- LOCK TABLES `phpgw_forum_body` WRITE; /*!40000 ALTER TABLE `phpgw_forum_body` DISABLE KEYS */; INSERT INTO `phpgw_forum_body` VALUES (1,1,1,'Here is an example message.'),(2,1,1,'Here is an example of a reply.'),(3,1,2,'Yup, another example'),(4,2,3,'I ran out of ideas ... so, heres another sample.'); /*!40000 ALTER TABLE `phpgw_forum_body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_forum_categories` -- DROP TABLE IF EXISTS `phpgw_forum_categories`; CREATE TABLE `phpgw_forum_categories` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `descr` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_forum_categories` -- LOCK TABLES `phpgw_forum_categories` WRITE; /*!40000 ALTER TABLE `phpgw_forum_categories` DISABLE KEYS */; INSERT INTO `phpgw_forum_categories` VALUES (1,'Just a sample','This is a sample category'),(2,'Another sample category','Just another sample'); /*!40000 ALTER TABLE `phpgw_forum_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_forum_forums` -- DROP TABLE IF EXISTS `phpgw_forum_forums`; CREATE TABLE `phpgw_forum_forums` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `perm` smallint(6) NOT NULL default '0', `groups` varchar(255) NOT NULL default '', `descr` varchar(255) NOT NULL default '', `cat_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_forum_forums` -- LOCK TABLES `phpgw_forum_forums` WRITE; /*!40000 ALTER TABLE `phpgw_forum_forums` DISABLE KEYS */; INSERT INTO `phpgw_forum_forums` VALUES (1,'Sample',0,'0','This is a sample',1),(2,'This is another sample',0,'0','sub-category',1),(3,'Sample',0,'0','Wow, what a suprise, another sample :)',2); /*!40000 ALTER TABLE `phpgw_forum_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_forum_threads` -- DROP TABLE IF EXISTS `phpgw_forum_threads`; CREATE TABLE `phpgw_forum_threads` ( `id` int(11) NOT NULL auto_increment, `postdate` datetime NOT NULL default '0000-00-00 00:00:00', `main` int(11) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `cat_id` int(11) NOT NULL default '0', `for_id` int(11) NOT NULL default '0', `thread_owner` int(11) NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `stat` smallint(6) NOT NULL default '0', `thread` int(11) NOT NULL default '0', `depth` int(11) NOT NULL default '0', `pos` int(11) NOT NULL default '0', `n_replies` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_forum_threads` -- LOCK TABLES `phpgw_forum_threads` WRITE; /*!40000 ALTER TABLE `phpgw_forum_threads` DISABLE KEYS */; INSERT INTO `phpgw_forum_threads` VALUES (1,'0000-00-00 00:00:00',1,-1,1,1,0,'Example',0,1,0,0,1),(2,'0000-00-00 00:00:00',2,1,1,1,0,'Re: Example',0,1,1,1,1),(3,'0000-00-00 00:00:00',3,-1,1,2,0,'Example message',0,3,0,0,0),(4,'0000-00-00 00:00:00',4,-1,2,3,0,'',0,4,0,0,0); /*!40000 ALTER TABLE `phpgw_forum_threads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_action_log` -- DROP TABLE IF EXISTS `phpgw_fud_action_log`; CREATE TABLE `phpgw_fud_action_log` ( `id` int(11) NOT NULL auto_increment, `logtime` bigint(20) NOT NULL default '0', `logaction` varchar(100) default NULL, `user_id` int(11) NOT NULL default '0', `a_res` varchar(100) default NULL, `a_res_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`,`logtime`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_action_log` -- LOCK TABLES `phpgw_fud_action_log` WRITE; /*!40000 ALTER TABLE `phpgw_fud_action_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_action_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_ann_forums` -- DROP TABLE IF EXISTS `phpgw_fud_ann_forums`; CREATE TABLE `phpgw_fud_ann_forums` ( `ann_id` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', KEY `ann_id` (`ann_id`,`forum_id`), KEY `ann_id_2` (`ann_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_ann_forums` -- LOCK TABLES `phpgw_fud_ann_forums` WRITE; /*!40000 ALTER TABLE `phpgw_fud_ann_forums` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_ann_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_announce` -- DROP TABLE IF EXISTS `phpgw_fud_announce`; CREATE TABLE `phpgw_fud_announce` ( `id` int(11) NOT NULL auto_increment, `date_started` bigint(20) NOT NULL default '0', `date_ended` bigint(20) NOT NULL default '0', `subject` varchar(255) default NULL, `text` text, PRIMARY KEY (`id`), KEY `date_started` (`date_started`,`date_ended`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_announce` -- LOCK TABLES `phpgw_fud_announce` WRITE; /*!40000 ALTER TABLE `phpgw_fud_announce` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_announce` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_attach` -- DROP TABLE IF EXISTS `phpgw_fud_attach`; CREATE TABLE `phpgw_fud_attach` ( `id` int(11) NOT NULL auto_increment, `location` varchar(255) default NULL, `original_name` varchar(255) default NULL, `owner` int(11) NOT NULL default '0', `attach_opt` int(11) NOT NULL default '0', `message_id` int(11) NOT NULL default '0', `dlcount` int(11) NOT NULL default '0', `mime_type` int(11) NOT NULL default '0', `fsize` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `message_id` (`message_id`,`attach_opt`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_attach` -- LOCK TABLES `phpgw_fud_attach` WRITE; /*!40000 ALTER TABLE `phpgw_fud_attach` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_attach` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_avatar` -- DROP TABLE IF EXISTS `phpgw_fud_avatar`; CREATE TABLE `phpgw_fud_avatar` ( `id` int(11) NOT NULL auto_increment, `img` varchar(255) default NULL, `descr` varchar(255) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `img` (`img`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_avatar` -- LOCK TABLES `phpgw_fud_avatar` WRITE; /*!40000 ALTER TABLE `phpgw_fud_avatar` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_avatar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_blocked_logins` -- DROP TABLE IF EXISTS `phpgw_fud_blocked_logins`; CREATE TABLE `phpgw_fud_blocked_logins` ( `id` int(11) NOT NULL auto_increment, `login` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_blocked_logins` -- LOCK TABLES `phpgw_fud_blocked_logins` WRITE; /*!40000 ALTER TABLE `phpgw_fud_blocked_logins` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_blocked_logins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_buddy` -- DROP TABLE IF EXISTS `phpgw_fud_buddy`; CREATE TABLE `phpgw_fud_buddy` ( `id` int(11) NOT NULL auto_increment, `bud_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`,`bud_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_buddy` -- LOCK TABLES `phpgw_fud_buddy` WRITE; /*!40000 ALTER TABLE `phpgw_fud_buddy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_buddy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_cat` -- DROP TABLE IF EXISTS `phpgw_fud_cat`; CREATE TABLE `phpgw_fud_cat` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) default NULL, `description` varchar(255) default NULL, `cat_opt` int(11) NOT NULL default '0', `view_order` int(11) NOT NULL default '3', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_cat` -- LOCK TABLES `phpgw_fud_cat` WRITE; /*!40000 ALTER TABLE `phpgw_fud_cat` DISABLE KEYS */; INSERT INTO `phpgw_fud_cat` VALUES (1,'Test Category',' - Just a test category',3,1); /*!40000 ALTER TABLE `phpgw_fud_cat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_custom_tags` -- DROP TABLE IF EXISTS `phpgw_fud_custom_tags`; CREATE TABLE `phpgw_fud_custom_tags` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `user_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_custom_tags` -- LOCK TABLES `phpgw_fud_custom_tags` WRITE; /*!40000 ALTER TABLE `phpgw_fud_custom_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_custom_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_email_block` -- DROP TABLE IF EXISTS `phpgw_fud_email_block`; CREATE TABLE `phpgw_fud_email_block` ( `id` int(11) NOT NULL auto_increment, `email_block_opt` int(11) NOT NULL default '1', `string` varchar(255) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `string` (`string`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_email_block` -- LOCK TABLES `phpgw_fud_email_block` WRITE; /*!40000 ALTER TABLE `phpgw_fud_email_block` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_email_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_ext_block` -- DROP TABLE IF EXISTS `phpgw_fud_ext_block`; CREATE TABLE `phpgw_fud_ext_block` ( `id` int(11) NOT NULL auto_increment, `ext` varchar(32) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_ext_block` -- LOCK TABLES `phpgw_fud_ext_block` WRITE; /*!40000 ALTER TABLE `phpgw_fud_ext_block` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_ext_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_fc_view` -- DROP TABLE IF EXISTS `phpgw_fud_fc_view`; CREATE TABLE `phpgw_fud_fc_view` ( `id` int(11) NOT NULL auto_increment, `c` int(11) NOT NULL default '0', `f` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `f` (`f`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_fc_view` -- LOCK TABLES `phpgw_fud_fc_view` WRITE; /*!40000 ALTER TABLE `phpgw_fud_fc_view` DISABLE KEYS */; INSERT INTO `phpgw_fud_fc_view` VALUES (1,1,1); /*!40000 ALTER TABLE `phpgw_fud_fc_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_forum` -- DROP TABLE IF EXISTS `phpgw_fud_forum`; CREATE TABLE `phpgw_fud_forum` ( `id` int(11) NOT NULL auto_increment, `cat_id` int(11) NOT NULL default '0', `name` varchar(100) default NULL, `descr` text, `post_passwd` varchar(32) default NULL, `forum_icon` varchar(255) default NULL, `date_created` bigint(20) NOT NULL default '0', `thread_count` int(11) NOT NULL default '0', `post_count` int(11) NOT NULL default '0', `last_post_id` int(11) NOT NULL default '0', `view_order` int(11) NOT NULL default '0', `max_attach_size` int(11) NOT NULL default '0', `max_file_attachments` int(11) NOT NULL default '1', `moderators` text, `message_threshold` int(11) NOT NULL default '0', `forum_opt` int(11) NOT NULL default '16', PRIMARY KEY (`id`), KEY `cat_id` (`cat_id`), KEY `last_post_id` (`last_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_forum` -- LOCK TABLES `phpgw_fud_forum` WRITE; /*!40000 ALTER TABLE `phpgw_fud_forum` DISABLE KEYS */; INSERT INTO `phpgw_fud_forum` VALUES (1,1,'TestForum',NULL,NULL,NULL,1112021874,0,0,0,1,1024,1,NULL,0,16); /*!40000 ALTER TABLE `phpgw_fud_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_forum_notify` -- DROP TABLE IF EXISTS `phpgw_fud_forum_notify`; CREATE TABLE `phpgw_fud_forum_notify` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`,`forum_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_forum_notify` -- LOCK TABLES `phpgw_fud_forum_notify` WRITE; /*!40000 ALTER TABLE `phpgw_fud_forum_notify` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_forum_notify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_forum_read` -- DROP TABLE IF EXISTS `phpgw_fud_forum_read`; CREATE TABLE `phpgw_fud_forum_read` ( `id` int(11) NOT NULL auto_increment, `forum_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `last_view` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `forum_id` (`forum_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_forum_read` -- LOCK TABLES `phpgw_fud_forum_read` WRITE; /*!40000 ALTER TABLE `phpgw_fud_forum_read` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_group_cache` -- DROP TABLE IF EXISTS `phpgw_fud_group_cache`; CREATE TABLE `phpgw_fud_group_cache` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `resource_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', `group_cache_opt` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `resource_id` (`resource_id`,`user_id`), KEY `group_id` (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_group_cache` -- LOCK TABLES `phpgw_fud_group_cache` WRITE; /*!40000 ALTER TABLE `phpgw_fud_group_cache` DISABLE KEYS */; INSERT INTO `phpgw_fud_group_cache` VALUES (1,0,1,3,262147),(2,2147483647,1,3,313231); /*!40000 ALTER TABLE `phpgw_fud_group_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_group_members` -- DROP TABLE IF EXISTS `phpgw_fud_group_members`; CREATE TABLE `phpgw_fud_group_members` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', `group_members_opt` int(11) NOT NULL default '65536', PRIMARY KEY (`id`), UNIQUE KEY `group_id` (`group_id`,`user_id`), KEY `group_members_opt` (`group_members_opt`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_group_members` -- LOCK TABLES `phpgw_fud_group_members` WRITE; /*!40000 ALTER TABLE `phpgw_fud_group_members` DISABLE KEYS */; INSERT INTO `phpgw_fud_group_members` VALUES (1,0,3,327683),(2,2147483647,3,378767); /*!40000 ALTER TABLE `phpgw_fud_group_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_group_resources` -- DROP TABLE IF EXISTS `phpgw_fud_group_resources`; CREATE TABLE `phpgw_fud_group_resources` ( `id` int(11) NOT NULL auto_increment, `group_id` int(11) NOT NULL default '0', `resource_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `group_id` (`group_id`,`resource_id`), KEY `resource_id` (`resource_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_group_resources` -- LOCK TABLES `phpgw_fud_group_resources` WRITE; /*!40000 ALTER TABLE `phpgw_fud_group_resources` DISABLE KEYS */; INSERT INTO `phpgw_fud_group_resources` VALUES (1,3,1); /*!40000 ALTER TABLE `phpgw_fud_group_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_groups` -- DROP TABLE IF EXISTS `phpgw_fud_groups`; CREATE TABLE `phpgw_fud_groups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `inherit_id` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', `groups_opt` int(11) NOT NULL default '0', `groups_opti` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `inherit_id` (`inherit_id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_groups` -- LOCK TABLES `phpgw_fud_groups` WRITE; /*!40000 ALTER TABLE `phpgw_fud_groups` DISABLE KEYS */; INSERT INTO `phpgw_fud_groups` VALUES (1,'Global Anonymous Access',0,0,262147,0),(2,'Global Registered Access',0,0,313231,0),(3,'TestForum',0,1,327679,0); /*!40000 ALTER TABLE `phpgw_fud_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_index` -- DROP TABLE IF EXISTS `phpgw_fud_index`; CREATE TABLE `phpgw_fud_index` ( `id` int(11) NOT NULL auto_increment, `word_id` int(11) NOT NULL default '0', `msg_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `word_id` (`word_id`,`msg_id`), KEY `msg_id` (`msg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_index` -- LOCK TABLES `phpgw_fud_index` WRITE; /*!40000 ALTER TABLE `phpgw_fud_index` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_ip_block` -- DROP TABLE IF EXISTS `phpgw_fud_ip_block`; CREATE TABLE `phpgw_fud_ip_block` ( `id` int(11) NOT NULL auto_increment, `ca` int(11) NOT NULL default '0', `cb` int(11) NOT NULL default '0', `cc` int(11) NOT NULL default '0', `cd` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_ip_block` -- LOCK TABLES `phpgw_fud_ip_block` WRITE; /*!40000 ALTER TABLE `phpgw_fud_ip_block` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_ip_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_level` -- DROP TABLE IF EXISTS `phpgw_fud_level`; CREATE TABLE `phpgw_fud_level` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `post_count` int(11) NOT NULL default '0', `img` varchar(255) default NULL, `level_opt` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `post_count` (`post_count`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_level` -- LOCK TABLES `phpgw_fud_level` WRITE; /*!40000 ALTER TABLE `phpgw_fud_level` DISABLE KEYS */; INSERT INTO `phpgw_fud_level` VALUES (1,'Senior Member',100,NULL,0),(2,'Member',30,NULL,0),(3,'Junior Member',0,NULL,0); /*!40000 ALTER TABLE `phpgw_fud_level` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_mime` -- DROP TABLE IF EXISTS `phpgw_fud_mime`; CREATE TABLE `phpgw_fud_mime` ( `id` int(11) NOT NULL auto_increment, `fl_ext` varchar(10) default NULL, `mime_hdr` varchar(255) default NULL, `descr` varchar(255) default NULL, `icon` varchar(100) NOT NULL default 'unknown.gif', PRIMARY KEY (`id`), KEY `fl_ext` (`fl_ext`) ) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_mime` -- LOCK TABLES `phpgw_fud_mime` WRITE; /*!40000 ALTER TABLE `phpgw_fud_mime` DISABLE KEYS */; INSERT INTO `phpgw_fud_mime` VALUES (1,'aiff','audio/x-aiff','AIFF File','sound.gif'),(2,'wav','audio/x-wav','Wave File','sound.gif'),(3,'midi','audio/midi','MIDI File','midi.gif'),(4,'au','audio/basic','Sun ulaw-Compressed Audio File','sound.gif'),(5,'mp3','audio/mpeg','MP3 File','sound.gif'),(6,'rm','audio/x-realaudio','Real Audio','real.gif'),(7,'gif','image/gif','GIF Image','image.gif'),(8,'ico','image/ico','Icon File','image.gif'),(9,'jpeg','image/jpeg','JPEG Image','image.gif'),(10,'jpg','image/jpeg','JPEG Image','image.gif'),(11,'tiff','image/tiff','TIFF Image','image.gif'),(12,'tif','image/tiff','TIFF Image','image.gif'),(13,'pict','image/x-pict','Macintosh PICT format','image.gif'),(14,'bmp','image/x-win-bmp','BMP Image','image.gif'),(15,'png','image/png','PNG Image','image.gif'),(16,'mpeg','video/mpeg','MPEG Movie','video.gif'),(17,'mpg','video/mpeg','MPEG Movie','video.gif'),(18,'qt','video/quicktime','QuickTime Movie','video.gif'),(19,'mov','video/quicktime','QuickTime Movie','video.gif'),(20,'vivo','video/vnd.vivo','VIVO Movie','video.gif'),(21,'avi','video/x-msvideo','Microsoft Video','video.gif'),(22,'gz','application/x-gzip','GZIP Archive','tgz.gif'),(23,'tar','application/x-tar','TAR Archive','tar.gif'),(24,'zip','application/zip','ZIP Archive','tgz.gif'),(25,'doc','application/msword','MS Word Document','word.gif'),(26,'dot','application/msword','MS Word Document','word.gif'),(27,'xls','application/vnd.ms-excel','MS Excel','excel.gif'),(28,'ppt','application/vnd.ms-powerpoint','MS PowerPoint','ppt.gif'),(29,'pdf','application/pdf','PDF Document','pdf.gif'),(30,'rtf','application/rtf','Rich Text Format','txt.gif'),(31,'htm','text/html','HTML Page','html.gif'),(32,'html','text/html','HTML Page','html.gif'),(33,'txt','text/plain','Plain Text','txt.gif'),(34,'ps','application/postscript','Postscript','postscript.gif'),(35,'swf','application/x-shockwave-flash','ShockWave Flash','flash.gif'),(36,'exe','application/application','Binary File','binary.gif'),(37,'bin','application/application','Binary File','binary.gif'),(38,'sh','application/sh','UNIX Shell Script','sh.gif'),(39,'hqx','application/mac-binhex40','Mac Binary','binary.gif'),(40,'','application/octet-stream','Unknown','unknown.gif'),(41,'pl','application/x-perl','Perl Script','source.gif'),(42,'pm','application/x-perl','Perl Module','source.gif'),(43,'php','application/x-httpd-php','PHP Script','source.gif'); /*!40000 ALTER TABLE `phpgw_fud_mime` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_mlist` -- DROP TABLE IF EXISTS `phpgw_fud_mlist`; CREATE TABLE `phpgw_fud_mlist` ( `id` int(11) NOT NULL auto_increment, `forum_id` int(11) NOT NULL default '0', `name` varchar(255) default NULL, `subject_regex_haystack` text, `subject_regex_needle` text, `body_regex_haystack` text, `body_regex_needle` text, `additional_headers` text, `mlist_opt` int(11) NOT NULL default '76', PRIMARY KEY (`id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_mlist` -- LOCK TABLES `phpgw_fud_mlist` WRITE; /*!40000 ALTER TABLE `phpgw_fud_mlist` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_mlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_mod` -- DROP TABLE IF EXISTS `phpgw_fud_mod`; CREATE TABLE `phpgw_fud_mod` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `user_id` (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_mod` -- LOCK TABLES `phpgw_fud_mod` WRITE; /*!40000 ALTER TABLE `phpgw_fud_mod` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_mod` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_mod_que` -- DROP TABLE IF EXISTS `phpgw_fud_mod_que`; CREATE TABLE `phpgw_fud_mod_que` ( `id` int(11) NOT NULL auto_increment, `msg_id` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_mod_que` -- LOCK TABLES `phpgw_fud_mod_que` WRITE; /*!40000 ALTER TABLE `phpgw_fud_mod_que` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_mod_que` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_msg` -- DROP TABLE IF EXISTS `phpgw_fud_msg`; CREATE TABLE `phpgw_fud_msg` ( `id` int(11) NOT NULL auto_increment, `thread_id` int(11) NOT NULL default '0', `poster_id` int(11) NOT NULL default '0', `reply_to` int(11) NOT NULL default '0', `ip_addr` varchar(15) NOT NULL default '0.0.0.0', `host_name` varchar(255) default NULL, `post_stamp` bigint(20) NOT NULL default '0', `update_stamp` bigint(20) NOT NULL default '0', `updated_by` int(11) NOT NULL default '0', `icon` varchar(100) default NULL, `subject` varchar(100) default NULL, `attach_cnt` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', `foff` bigint(20) NOT NULL default '0', `length` int(11) NOT NULL default '0', `file_id` int(11) NOT NULL default '1', `offset_preview` bigint(20) NOT NULL default '0', `length_preview` int(11) NOT NULL default '0', `file_id_preview` int(11) NOT NULL default '0', `attach_cache` text, `poll_cache` text, `mlist_msg_id` varchar(100) default NULL, `msg_opt` int(11) NOT NULL default '1', `apr` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `thread_id` (`thread_id`,`apr`), KEY `poster_id` (`poster_id`,`apr`), KEY `apr` (`apr`), KEY `post_stamp` (`post_stamp`), KEY `attach_cnt` (`attach_cnt`), KEY `poll_id` (`poll_id`), KEY `ip_addr` (`ip_addr`,`post_stamp`), KEY `subject` (`subject`), KEY `mlist_msg_id` (`mlist_msg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_msg` -- LOCK TABLES `phpgw_fud_msg` WRITE; /*!40000 ALTER TABLE `phpgw_fud_msg` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_msg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_msg_report` -- DROP TABLE IF EXISTS `phpgw_fud_msg_report`; CREATE TABLE `phpgw_fud_msg_report` ( `id` int(11) NOT NULL auto_increment, `msg_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `reason` varchar(255) default NULL, `stamp` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), KEY `msg_id` (`msg_id`,`user_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_msg_report` -- LOCK TABLES `phpgw_fud_msg_report` WRITE; /*!40000 ALTER TABLE `phpgw_fud_msg_report` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_msg_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_nntp` -- DROP TABLE IF EXISTS `phpgw_fud_nntp`; CREATE TABLE `phpgw_fud_nntp` ( `id` int(11) NOT NULL auto_increment, `forum_id` int(11) NOT NULL default '0', `nntp_opt` int(11) NOT NULL default '44', `server` varchar(255) default NULL, `newsgroup` varchar(255) default NULL, `port` int(11) NOT NULL default '0', `timeout` int(11) NOT NULL default '0', `login` varchar(255) default NULL, `pass` varchar(255) default NULL, PRIMARY KEY (`id`), KEY `forum_id` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_nntp` -- LOCK TABLES `phpgw_fud_nntp` WRITE; /*!40000 ALTER TABLE `phpgw_fud_nntp` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_nntp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_pmsg` -- DROP TABLE IF EXISTS `phpgw_fud_pmsg`; CREATE TABLE `phpgw_fud_pmsg` ( `id` int(11) NOT NULL auto_increment, `to_list` text, `ouser_id` int(11) NOT NULL default '0', `duser_id` int(11) NOT NULL default '0', `pdest` int(11) NOT NULL default '0', `ip_addr` varchar(15) NOT NULL default '0.0.0.0', `host_name` varchar(255) default NULL, `post_stamp` bigint(20) NOT NULL default '0', `read_stamp` bigint(20) NOT NULL default '0', `icon` varchar(100) default NULL, `subject` varchar(100) default NULL, `attach_cnt` int(11) NOT NULL default '0', `foff` bigint(20) NOT NULL default '0', `length` int(11) NOT NULL default '0', `ref_msg_id` varchar(11) default NULL, `fldr` int(11) NOT NULL default '0', `pmsg_opt` int(11) NOT NULL default '49', PRIMARY KEY (`id`), KEY `duser_id` (`duser_id`,`fldr`,`read_stamp`), KEY `duser_id_2` (`duser_id`,`fldr`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_pmsg` -- LOCK TABLES `phpgw_fud_pmsg` WRITE; /*!40000 ALTER TABLE `phpgw_fud_pmsg` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_pmsg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_poll` -- DROP TABLE IF EXISTS `phpgw_fud_poll`; CREATE TABLE `phpgw_fud_poll` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `owner` int(11) NOT NULL default '0', `creation_date` bigint(20) NOT NULL default '0', `expiry_date` bigint(20) NOT NULL default '0', `max_votes` int(11) default NULL, `total_votes` int(11) NOT NULL default '0', `forum_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `owner` (`owner`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_poll` -- LOCK TABLES `phpgw_fud_poll` WRITE; /*!40000 ALTER TABLE `phpgw_fud_poll` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_poll_opt` -- DROP TABLE IF EXISTS `phpgw_fud_poll_opt`; CREATE TABLE `phpgw_fud_poll_opt` ( `id` int(11) NOT NULL auto_increment, `poll_id` int(11) NOT NULL default '0', `name` varchar(255) default NULL, `count` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_poll_opt` -- LOCK TABLES `phpgw_fud_poll_opt` WRITE; /*!40000 ALTER TABLE `phpgw_fud_poll_opt` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_poll_opt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_poll_opt_track` -- DROP TABLE IF EXISTS `phpgw_fud_poll_opt_track`; CREATE TABLE `phpgw_fud_poll_opt_track` ( `id` int(11) NOT NULL auto_increment, `poll_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `poll_opt` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `poll_id` (`poll_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_poll_opt_track` -- LOCK TABLES `phpgw_fud_poll_opt_track` WRITE; /*!40000 ALTER TABLE `phpgw_fud_poll_opt_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_poll_opt_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_read` -- DROP TABLE IF EXISTS `phpgw_fud_read`; CREATE TABLE `phpgw_fud_read` ( `id` int(11) NOT NULL auto_increment, `thread_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `msg_id` int(11) NOT NULL default '0', `last_view` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `thread_id` (`thread_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_read` -- LOCK TABLES `phpgw_fud_read` WRITE; /*!40000 ALTER TABLE `phpgw_fud_read` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_replace` -- DROP TABLE IF EXISTS `phpgw_fud_replace`; CREATE TABLE `phpgw_fud_replace` ( `id` int(11) NOT NULL auto_increment, `replace_str` varchar(255) default NULL, `with_str` varchar(255) default NULL, `from_post` varchar(255) default NULL, `to_msg` varchar(255) default NULL, `replace_opt` int(11) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_replace` -- LOCK TABLES `phpgw_fud_replace` WRITE; /*!40000 ALTER TABLE `phpgw_fud_replace` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_replace` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_search` -- DROP TABLE IF EXISTS `phpgw_fud_search`; CREATE TABLE `phpgw_fud_search` ( `id` int(11) NOT NULL auto_increment, `word` varchar(50) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `word` (`word`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_search` -- LOCK TABLES `phpgw_fud_search` WRITE; /*!40000 ALTER TABLE `phpgw_fud_search` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_search_cache` -- DROP TABLE IF EXISTS `phpgw_fud_search_cache`; CREATE TABLE `phpgw_fud_search_cache` ( `srch_query` varchar(32) default NULL, `query_type` int(11) NOT NULL default '0', `expiry` int(11) NOT NULL default '0', `msg_id` int(11) NOT NULL default '0', `n_match` int(11) NOT NULL default '0', KEY `srch_query` (`srch_query`,`query_type`), KEY `expiry` (`expiry`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_search_cache` -- LOCK TABLES `phpgw_fud_search_cache` WRITE; /*!40000 ALTER TABLE `phpgw_fud_search_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_search_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_ses` -- DROP TABLE IF EXISTS `phpgw_fud_ses`; CREATE TABLE `phpgw_fud_ses` ( `id` int(11) NOT NULL auto_increment, `ses_id` varchar(32) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `action` varchar(255) default NULL, `forum_id` int(11) NOT NULL default '0', `time_sec` bigint(20) NOT NULL default '0', `data` text, `returnto` varchar(255) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `ses_id` (`ses_id`), KEY `time_sec` (`time_sec`,`user_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_ses` -- LOCK TABLES `phpgw_fud_ses` WRITE; /*!40000 ALTER TABLE `phpgw_fud_ses` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_ses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_smiley` -- DROP TABLE IF EXISTS `phpgw_fud_smiley`; CREATE TABLE `phpgw_fud_smiley` ( `id` int(11) NOT NULL auto_increment, `img` varchar(255) default NULL, `descr` varchar(255) default NULL, `code` varchar(25) default NULL, `vieworder` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_smiley` -- LOCK TABLES `phpgw_fud_smiley` WRITE; /*!40000 ALTER TABLE `phpgw_fud_smiley` DISABLE KEYS */; INSERT INTO `phpgw_fud_smiley` VALUES (1,'icon_redface.gif','Embarassed',':blush:',1),(2,'icon_razz.gif','Razz',':P~:-P~:razz:',2),(3,'icon_mad.gif','Mad',':x~:-x~:mad:',3),(4,'icon_lol.gif','Laughing',':lol:',4),(5,'icon_cool.gif','Cool','8)~8-)~:cool:',5),(6,'icon_confused.gif','Confused',':?~:-?~:???:',6),(7,'icon_eek.gif','Shocked','8O~8-O~:shock:',7),(8,'icon_surprised.gif','Surprised',':o~:-o~:eek:',8),(9,'icon_sad.gif','Sad',':(~:-(~:sad:',9),(10,'icon_smile.gif','Smile',':)~:-)~:smile:',10),(11,'icon_biggrin.gif','Very Happy',':D~:-D~:grin:',11),(12,'icon_cry.gif','Crying or Very Sad',':cry:~:((~:-((',12),(13,'icon_evil.gif','Evil or Very Mad',':evil:',13),(14,'icon_twisted.gif','Twisted Evil',':twisted:',14),(15,'icon_rolleyes.gif','Rolling Eyes',':roll:',15),(16,'icon_wink.gif','Wink',';)~;-)~:wink:',16),(17,'icon_exclaim.gif','Exclamation',':!:',17),(18,'icon_question.gif','Question',':?:',18),(19,'icon_idea.gif','Idea',':idea:',19),(20,'icon_arrow.gif','Arrow',':arrow:',20),(21,'icon_neutral.gif','Neutral',':|~:-|~:neutral:',21),(22,'icon_mrgreen.gif','Grin',':]~:-]~:brgin:',22),(23,'icon_dead.gif','Dead','x(~:dead:',23),(24,'icon_frown.gif','Frown',':frown:',24),(25,'icon_nod.gif','Nod',':nod:',25),(26,'icon_proud.gif','Proud',':proud:',26),(27,'icon_smug.gif','Smug',':smug:',27),(28,'icon_thumbsup.gif','Thumbs Up',':thumbup:',28),(29,'icon_thumbdown.gif','Thumbs Down',':thumbdown:',29),(30,'icon_uhoh.gif','Uh Oh',':uhoh:',30),(31,'icon_yawn.gif','Bored',':yawn:',31); /*!40000 ALTER TABLE `phpgw_fud_smiley` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_stats_cache` -- DROP TABLE IF EXISTS `phpgw_fud_stats_cache`; CREATE TABLE `phpgw_fud_stats_cache` ( `user_count` int(11) NOT NULL default '0', `last_user_id` int(11) NOT NULL default '0', `online_users_reg` int(11) NOT NULL default '0', `online_users_anon` int(11) NOT NULL default '0', `online_users_hidden` int(11) NOT NULL default '0', `online_users_text` text, `cache_age` bigint(20) NOT NULL default '0', KEY `cache_age` (`cache_age`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_stats_cache` -- LOCK TABLES `phpgw_fud_stats_cache` WRITE; /*!40000 ALTER TABLE `phpgw_fud_stats_cache` DISABLE KEYS */; INSERT INTO `phpgw_fud_stats_cache` VALUES (0,0,0,0,0,'',0); /*!40000 ALTER TABLE `phpgw_fud_stats_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_themes` -- DROP TABLE IF EXISTS `phpgw_fud_themes`; CREATE TABLE `phpgw_fud_themes` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `theme` varchar(255) default NULL, `lang` varchar(255) default NULL, `locale` varchar(32) default NULL, `pspell_lang` varchar(32) default NULL, `theme_opt` int(11) NOT NULL default '1', PRIMARY KEY (`id`), KEY `theme_opt` (`theme_opt`), KEY `lang` (`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_themes` -- LOCK TABLES `phpgw_fud_themes` WRITE; /*!40000 ALTER TABLE `phpgw_fud_themes` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_themes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_thr_exchange` -- DROP TABLE IF EXISTS `phpgw_fud_thr_exchange`; CREATE TABLE `phpgw_fud_thr_exchange` ( `id` int(11) NOT NULL auto_increment, `th` int(11) NOT NULL default '0', `frm` int(11) NOT NULL default '0', `req_by` int(11) NOT NULL default '0', `reason_msg` text, PRIMARY KEY (`id`), KEY `frm` (`frm`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_thr_exchange` -- LOCK TABLES `phpgw_fud_thr_exchange` WRITE; /*!40000 ALTER TABLE `phpgw_fud_thr_exchange` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_thr_exchange` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_thread` -- DROP TABLE IF EXISTS `phpgw_fud_thread`; CREATE TABLE `phpgw_fud_thread` ( `id` int(11) NOT NULL auto_increment, `forum_id` int(11) NOT NULL default '0', `root_msg_id` int(11) NOT NULL default '0', `last_post_date` bigint(20) NOT NULL default '0', `replies` int(11) NOT NULL default '0', `views` int(11) NOT NULL default '0', `rating` int(11) NOT NULL default '0', `n_rating` int(11) NOT NULL default '0', `last_post_id` int(11) NOT NULL default '0', `moved_to` int(11) NOT NULL default '0', `orderexpiry` bigint(20) NOT NULL default '0', `thread_opt` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `forum_id` (`forum_id`,`last_post_date`,`moved_to`), KEY `root_msg_id` (`root_msg_id`), KEY `replies` (`replies`), KEY `thread_opt` (`thread_opt`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_thread` -- LOCK TABLES `phpgw_fud_thread` WRITE; /*!40000 ALTER TABLE `phpgw_fud_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_thread_notify` -- DROP TABLE IF EXISTS `phpgw_fud_thread_notify`; CREATE TABLE `phpgw_fud_thread_notify` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `thread_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`,`thread_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_thread_notify` -- LOCK TABLES `phpgw_fud_thread_notify` WRITE; /*!40000 ALTER TABLE `phpgw_fud_thread_notify` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_thread_notify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_thread_rate_track` -- DROP TABLE IF EXISTS `phpgw_fud_thread_rate_track`; CREATE TABLE `phpgw_fud_thread_rate_track` ( `id` int(11) NOT NULL auto_increment, `thread_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `stamp` bigint(20) NOT NULL default '0', `rating` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `thread_id` (`thread_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_thread_rate_track` -- LOCK TABLES `phpgw_fud_thread_rate_track` WRITE; /*!40000 ALTER TABLE `phpgw_fud_thread_rate_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_thread_rate_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_thread_view` -- DROP TABLE IF EXISTS `phpgw_fud_thread_view`; CREATE TABLE `phpgw_fud_thread_view` ( `forum_id` int(11) NOT NULL default '0', `page` int(11) NOT NULL default '0', `thread_id` int(11) NOT NULL default '0', `pos` int(11) NOT NULL auto_increment, `tmp` int(11) default NULL, PRIMARY KEY (`forum_id`,`page`,`pos`), KEY `forum_id` (`forum_id`,`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_thread_view` -- LOCK TABLES `phpgw_fud_thread_view` WRITE; /*!40000 ALTER TABLE `phpgw_fud_thread_view` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_thread_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_title_index` -- DROP TABLE IF EXISTS `phpgw_fud_title_index`; CREATE TABLE `phpgw_fud_title_index` ( `id` int(11) NOT NULL auto_increment, `word_id` int(11) NOT NULL default '0', `msg_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `word_id` (`word_id`,`msg_id`), KEY `msg_id` (`msg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_title_index` -- LOCK TABLES `phpgw_fud_title_index` WRITE; /*!40000 ALTER TABLE `phpgw_fud_title_index` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_title_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_user_ignore` -- DROP TABLE IF EXISTS `phpgw_fud_user_ignore`; CREATE TABLE `phpgw_fud_user_ignore` ( `id` int(11) NOT NULL auto_increment, `ignore_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `user_id` (`user_id`,`ignore_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_user_ignore` -- LOCK TABLES `phpgw_fud_user_ignore` WRITE; /*!40000 ALTER TABLE `phpgw_fud_user_ignore` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_fud_user_ignore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_fud_users` -- DROP TABLE IF EXISTS `phpgw_fud_users`; CREATE TABLE `phpgw_fud_users` ( `id` int(11) NOT NULL auto_increment, `login` varchar(50) default NULL, `alias` varchar(50) default NULL, `passwd` varchar(32) default NULL, `name` varchar(255) default NULL, `email` varchar(255) default NULL, `location` varchar(255) default NULL, `interests` varchar(255) default NULL, `occupation` varchar(255) default NULL, `avatar` int(11) NOT NULL default '0', `avatar_loc` text, `icq` bigint(20) default NULL, `aim` varchar(255) default NULL, `yahoo` varchar(255) default NULL, `msnm` varchar(255) default NULL, `jabber` varchar(255) default NULL, `affero` varchar(255) default NULL, `posts_ppg` int(11) NOT NULL default '0', `time_zone` varchar(255) NOT NULL default 'America/Montreal', `bday` int(11) NOT NULL default '0', `join_date` bigint(20) NOT NULL default '0', `conf_key` varchar(32) NOT NULL default '0', `user_image` varchar(255) default NULL, `theme` int(11) NOT NULL default '0', `posted_msg_count` int(11) NOT NULL default '0', `last_visit` bigint(20) NOT NULL default '0', `referer_id` int(11) NOT NULL default '0', `last_read` bigint(20) NOT NULL default '0', `custom_status` text, `sig` text, `level_id` int(11) NOT NULL default '0', `reset_key` varchar(32) NOT NULL default '0', `u_last_post_id` int(11) NOT NULL default '0', `home_page` varchar(255) default NULL, `bio` text, `cat_collapse_status` text, `custom_color` varchar(255) default NULL, `buddy_list` text, `ignore_list` text, `group_leader_list` text, `users_opt` int(11) NOT NULL default '4488117', `egw_id` int(11) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `egw_id` (`egw_id`), UNIQUE KEY `alias` (`alias`), UNIQUE KEY `login` (`login`), KEY `conf_key` (`conf_key`), KEY `last_visit` (`last_visit`), KEY `referer_id` (`referer_id`), KEY `reset_key` (`reset_key`), KEY `users_opt` (`users_opt`), KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_fud_users` -- LOCK TABLES `phpgw_fud_users` WRITE; /*!40000 ALTER TABLE `phpgw_fud_users` DISABLE KEYS */; INSERT INTO `phpgw_fud_users` VALUES (1,'Anonymous Coward','Anonymous Coward','1','Anonymous Coward','dev@null',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'America/Montreal',0,0,'0',NULL,1,0,0,0,0,NULL,NULL,0,'0',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6585269,-1); /*!40000 ALTER TABLE `phpgw_fud_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_headlines_cached` -- DROP TABLE IF EXISTS `phpgw_headlines_cached`; CREATE TABLE `phpgw_headlines_cached` ( `site` int(11) NOT NULL default '0', `title` varchar(255) default NULL, `link` varchar(255) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_headlines_cached` -- LOCK TABLES `phpgw_headlines_cached` WRITE; /*!40000 ALTER TABLE `phpgw_headlines_cached` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_headlines_cached` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_headlines_sites` -- DROP TABLE IF EXISTS `phpgw_headlines_sites`; CREATE TABLE `phpgw_headlines_sites` ( `con` int(11) NOT NULL auto_increment, `display` varchar(255) default NULL, `base_url` varchar(255) default NULL, `newsfile` varchar(255) default NULL, `lastread` int(11) default NULL, `newstype` varchar(15) default NULL, `cachetime` int(11) default NULL, `listings` int(11) default NULL, PRIMARY KEY (`con`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_headlines_sites` -- LOCK TABLES `phpgw_headlines_sites` WRITE; /*!40000 ALTER TABLE `phpgw_headlines_sites` DISABLE KEYS */; INSERT INTO `phpgw_headlines_sites` VALUES (1,'Slashdot','http://slashdot.org','/slashdot.rdf',0,'rdf',60,20),(2,'Freshmeat','http://freshmeat.net','/backend/fm.rdf',0,'fm',60,20),(3,'Linux Today','http://linuxtoday.com','/backend/linuxtoday.xml',0,'lt',60,20),(4,'Linux Game Tome','http://happypenguin.org','/html/news.rdf',0,'rdf',60,20),(5,'linux-at-work.de','http://linux-at-work.de','/backend.php',0,'rdf',60,20),(6,'Segfault','http://segfault.org','/stories.xml',0,'sf',60,20),(7,'KDE News','http://www.kde.org','/news/kdenews.rdf',0,'rdf',60,20),(8,'Gnome News','http://news.gnome.org','/gnome-news/rdf',0,'rdf',60,20),(9,'Gimp News','http://www.xach.com','/gimp/news/channel.rdf',0,'rdf-chan',60,20),(10,'Mozilla','http://www.mozilla.org','/news.rdf',0,'rdf-chan',60,20),(11,'MozillaZine','http://www.mozillazine.org','/contents.rdf',0,'rdf',60,20),(12,'Security Forums','http://www.security-forums.com','/forum/rdf.php',0,'rdf',60,20); /*!40000 ALTER TABLE `phpgw_headlines_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_history_log` -- DROP TABLE IF EXISTS `phpgw_history_log`; CREATE TABLE `phpgw_history_log` ( `history_id` int(11) NOT NULL auto_increment, `history_record_id` int(11) NOT NULL default '0', `history_appname` varchar(64) NOT NULL default '', `history_owner` int(11) NOT NULL default '0', `history_status` char(2) NOT NULL default '', `history_new_value` text NOT NULL, `history_timestamp` datetime NOT NULL default '0000-00-00 00:00:00', `history_old_value` text NOT NULL, PRIMARY KEY (`history_id`), KEY `history_appname` (`history_appname`,`history_record_id`,`history_status`,`history_timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_history_log` -- LOCK TABLES `phpgw_history_log` WRITE; /*!40000 ALTER TABLE `phpgw_history_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_history_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_hooks` -- DROP TABLE IF EXISTS `phpgw_hooks`; CREATE TABLE `phpgw_hooks` ( `hook_id` int(11) NOT NULL auto_increment, `hook_appname` varchar(255) default NULL, `hook_location` varchar(255) default NULL, `hook_filename` varchar(255) default NULL, PRIMARY KEY (`hook_id`) ) ENGINE=MyISAM AUTO_INCREMENT=153 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_hooks` -- LOCK TABLES `phpgw_hooks` WRITE; /*!40000 ALTER TABLE `phpgw_hooks` DISABLE KEYS */; INSERT INTO `phpgw_hooks` VALUES (1,'admin','acl_manager','hook_acl_manager.inc.php'),(2,'admin','add_def_pref','hook_add_def_pref.inc.php'),(3,'admin','admin','hook_admin.inc.php'),(4,'admin','after_navbar','hook_after_navbar.inc.php'),(5,'admin','config','hook_config.inc.php'),(6,'admin','deleteaccount','hook_deleteaccount.inc.php'),(7,'admin','view_user','admin.uiaccounts.edit_view_user_hook'),(8,'admin','edit_user','admin.uiaccounts.edit_view_user_hook'),(9,'admin','sidebox_menu','hook_sidebox_menu.inc.php'),(10,'preferences','deleteaccount','hook_deleteaccount.inc.php'),(11,'preferences','config','hook_config.inc.php'),(12,'preferences','preferences','hook_preferences.inc.php'),(13,'preferences','settings','hook_settings.inc.php'),(14,'notifywindow','home','hook_home.inc.php'),(15,'addressbook','admin','hook_admin.inc.php'),(16,'addressbook','add_def_pref','hook_add_def_pref.inc.php'),(17,'addressbook','config_validate','hook_config_validate.inc.php'),(18,'addressbook','home','hook_home.inc.php'),(19,'addressbook','addaccount','hook_addaccount.inc.php'),(20,'addressbook','editaccount','hook_editaccount.inc.php'),(21,'addressbook','deleteaccount','hook_deleteaccount.inc.php'),(22,'addressbook','notifywindow','hook_notifywindow.inc.php'),(23,'addressbook','sidebox_menu','hook_sidebox_menu.inc.php'),(24,'addressbook','preferences','hook_preferences.inc.php'),(25,'backup','admin','hook_admin.inc.php'),(26,'bookmarks','admin','hook_admin.inc.php'),(27,'bookmarks','preferences','hook_preferences.inc.php'),(28,'bookmarks','sidebox_menu','hook_sidebox_menu.inc.php'),(29,'calendar','add_def_prefs','hook_add_def_prefs.inc.php'),(30,'calendar','admin','hook_admin.inc.php'),(31,'calendar','deleteaccount','hook_deleteaccount.inc.php'),(32,'calendar','email','hook_email.inc.php'),(33,'calendar','home','hook_home.inc.php'),(34,'calendar','home_day','hook_home_day.inc.php'),(35,'calendar','home_month','hook_home_month.inc.php'),(36,'calendar','home_week','hook_home_week.inc.php'),(37,'calendar','home_year','hook_home_year.inc.php'),(38,'calendar','manual','hook_manual.inc.php'),(39,'calendar','preferences','hook_preferences.inc.php'),(40,'calendar','settings','hook_settings.inc.php'),(41,'calendar','sidebox_menu','hook_sidebox_menu.inc.php'),(42,'comic','admin','hook_admin.inc.php'),(43,'comic','home','hook_home.inc.php'),(44,'comic','preferences','hook_preferences.inc.php'),(45,'comic','sidebox_menu','hook_sidebox_menu.inc.php'),(46,'email','admin','hook_admin.inc.php'),(47,'email','email_add_def_prefs','hook_email_add_def_prefs.inc.php'),(48,'email','home','hook_home.inc.php'),(49,'email','notifywindow','hook_notifywindow.inc.php'),(50,'email','notifywindow_simple','hook_notifywindow_simple.inc.php'),(51,'email','add_def_prefs','hook_add_def_prefs.inc.php'),(52,'email','preferences','hook_preferences.inc.php'),(53,'email','sidebox_menu','hook_sidebox_menu.inc.php'),(54,'emailadmin','admin','hook_admin.inc.php'),(55,'etemplate','sidebox_menu','hook_sidebox_menu.inc.php'),(56,'filemanager','add_def_pref','hook_add_def_pref.inc.php'),(57,'filemanager','admin','hook_admin.inc.php'),(58,'filemanager','deleteaccount','hook_deleteaccount.inc.php'),(59,'filemanager','settings','hook_settings.inc.php'),(60,'filemanager','sidebox_menu','hook_sidebox_menu.inc.php'),(61,'filemanager','personalizer','hook_personalizer.inc.php'),(62,'filemanager','preferences','hook_preferences.inc.php'),(63,'forum','admin','hook_admin.inc.php'),(64,'forum','settings','hook_settings.inc.php'),(65,'forum','preferences','hook_preferences.inc.php'),(66,'forum','sidebox_menu','hook_sidebox_menu.inc.php'),(67,'fudforum','addaccount','fudforum.ufud.add_account'),(68,'fudforum','deleteaccount','fudforum.ufud.del_account'),(69,'fudforum','edit_user','fudforum.ufud.chg_settings'),(70,'fudforum','sidebox_menu','fudforum.fud_sidebox_hooks.all_hooks'),(71,'fudforum','admin','hook_admin.inc.php'),(72,'fudforum','preferences','hook_preferences.inc.php'),(73,'headlines','admin','hook_admin.inc.php'),(74,'headlines','home','hook_home.inc.php'),(75,'headlines','settings','hook_settings.inc.php'),(76,'headlines','preferences','hook_preferences.inc.php'),(77,'headlines','sidebox_menu','hook_sidebox_menu.inc.php'),(78,'jinn','admin','hook_admin.inc.php'),(79,'jinn','sidebox_menu','hook_sidebox_menu.inc.php'),(80,'jinn','preferences','hook_preferences.inc.php'),(81,'jinn','settings','hook_settings.inc.php'),(82,'messenger','preferences','hook_preferences.inc.php'),(83,'messenger','home','hook_home.inc.php'),(84,'messenger','admin','hook_admin.inc.php'),(85,'messenger','after_navbar','hook_after_navbar.inc.php'),(86,'messenger','sidebox_menu','hook_sidebox_menu.inc.php'),(87,'news_admin','admin','hook_admin.inc.php'),(88,'news_admin','home','hook_home.inc.php'),(89,'news_admin','sidebox_menu','hook_sidebox_menu.inc.php'),(90,'news_admin','settings','hook_settings.inc.php'),(91,'news_admin','preferences','hook_preferences.inc.php'),(92,'phpbrain','about','hook_about.inc.php'),(93,'phpbrain','admin','hook_admin.inc.php'),(94,'phpbrain','add_def_pref','hook_add_def_pref.inc.php'),(95,'phpbrain','config','hook_config.inc.php'),(96,'phpbrain','preferences','hook_preferences.inc.php'),(97,'phpbrain','settings','hook_settings.inc.php'),(98,'phpbrain','sidebox_menu','hook_sidebox_menu.inc.php'),(99,'phpbrain','deleteaccount','hook_deleteaccount.inc.php'),(100,'phpsysinfo','admin','hook_admin.inc.php'),(101,'polls','admin','hook_admin.inc.php'),(102,'polls','sidebox_menu','hook_sidebox_menu.inc.php'),(103,'registration','admin','hook_admin.inc.php'),(104,'registration','logout','hook_logout.inc.php'),(105,'sitemgr','preferences','hook_preferences.inc.php'),(106,'sitemgr','about','hook_about.inc.php'),(107,'sitemgr','admin','hook_admin.inc.php'),(108,'sitemgr','sidebox_menu','hook_sidebox_menu.inc.php'),(109,'stocks','preferences','hook_preferences.inc.php'),(110,'stocks','home','hook_home.inc.php'),(111,'stocks','sidebox_menu','hook_sidebox_menu.inc.php'),(112,'tts','admin','hook_admin.inc.php'),(113,'tts','home','hook_home.inc.php'),(114,'tts','preferences','hook_preferences.inc.php'),(115,'tts','settings','hook_settings.inc.php'),(116,'tts','sidebox_menu','hook_sidebox_menu.inc.php'),(117,'felamimail','preferences','hook_preferences.inc.php'),(118,'felamimail','admin','hook_admin.inc.php'),(119,'felamimail','settings','hook_settings.inc.php'),(120,'felamimail','home','hook_home.inc.php'),(121,'felamimail','sidebox_menu','hook_sidebox_menu.inc.php'),(122,'felamimail','notifywindow','hook_notifywindow.inc.php'),(123,'felamimail','addaccount','felamimail.bofelamimail.addAccount'),(124,'felamimail','deleteaccount','felamimail.bofelamimail.deleteAccount'),(125,'felamimail','editaccount','felamimail.bofelamimail.updateAccount'),(126,'felamimail','edit_user','felamimail.bofelamimail.adminMenu'),(127,'infolog','preferences','infolog.admin_prefs_sidebox_hooks.all_hooks'),(128,'infolog','settings','hook_settings.inc.php'),(129,'infolog','admin','infolog.admin_prefs_sidebox_hooks.all_hooks'),(130,'infolog','deleteaccount','hook_deleteaccount.inc.php'),(131,'infolog','home','hook_home.inc.php'),(132,'infolog','addressbook_view','infolog.uiinfolog.hook_view'),(133,'infolog','projects_view','infolog.uiinfolog.hook_view'),(134,'infolog','calendar_view','infolog.uiinfolog.hook_view'),(135,'infolog','infolog','infolog.uiinfolog.hook_view'),(136,'infolog','calendar_include_events','infolog.boinfolog.cal_to_include'),(137,'infolog','calendar_include_todos','infolog.boinfolog.cal_to_include'),(138,'infolog','sidebox_menu','infolog.admin_prefs_sidebox_hooks.all_hooks'),(139,'skel','preferences','hook_preferences.inc.php'),(140,'skel','manual','hook_manual.inc.php'),(141,'skel','add_def_prefs','hook_add_def_prefs.inc.php'),(142,'wiki','admin','hook_admin.inc.php'),(143,'wiki','sidebox_menu','hook_sidebox_menu.inc.php'),(144,'wiki','manual','hook_manual.inc.php'),(145,'manual','admin','manual.uimanualadmin.menu'),(146,'projects','preferences','hook_preferences.inc.php'),(147,'projects','admin','hook_admin.inc.php'),(148,'projects','add_def_pref','hook_add_def_pref.inc.php'),(149,'projects','deleteaccount','hook_deleteaccount.inc.php'),(150,'projects','home','hook_home.inc.php'),(151,'projects','sidebox_menu','hook_sidebox_menu.inc.php'),(152,'projects','updateevent','projects.boprojects.checkWorkLoad'); /*!40000 ALTER TABLE `phpgw_hooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_infolog` -- DROP TABLE IF EXISTS `phpgw_infolog`; CREATE TABLE `phpgw_infolog` ( `info_id` int(11) NOT NULL auto_increment, `info_type` varchar(40) NOT NULL default 'task', `info_from` varchar(255) default NULL, `info_addr` varchar(255) default NULL, `info_subject` varchar(255) default NULL, `info_des` text, `info_owner` int(11) NOT NULL default '0', `info_responsible` int(11) NOT NULL default '0', `info_access` varchar(10) default 'public', `info_cat` int(11) NOT NULL default '0', `info_datemodified` int(11) NOT NULL default '0', `info_startdate` int(11) NOT NULL default '0', `info_enddate` int(11) NOT NULL default '0', `info_id_parent` int(11) NOT NULL default '0', `info_pri` varchar(10) default 'normal', `info_time` int(11) NOT NULL default '0', `info_bill_cat` int(11) NOT NULL default '0', `info_status` varchar(40) default 'done', `info_confirm` varchar(10) default 'not', `info_modifier` int(11) NOT NULL default '0', `info_link_id` int(11) NOT NULL default '0', PRIMARY KEY (`info_id`), KEY `info_owner` (`info_owner`,`info_responsible`,`info_status`,`info_startdate`), KEY `info_id_parent` (`info_id_parent`,`info_owner`,`info_responsible`,`info_status`,`info_startdate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_infolog` -- LOCK TABLES `phpgw_infolog` WRITE; /*!40000 ALTER TABLE `phpgw_infolog` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_infolog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_infolog_extra` -- DROP TABLE IF EXISTS `phpgw_infolog_extra`; CREATE TABLE `phpgw_infolog_extra` ( `info_id` int(11) NOT NULL default '0', `info_extra_name` varchar(32) NOT NULL default '', `info_extra_value` varchar(255) NOT NULL default '', PRIMARY KEY (`info_id`,`info_extra_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_infolog_extra` -- LOCK TABLES `phpgw_infolog_extra` WRITE; /*!40000 ALTER TABLE `phpgw_infolog_extra` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_infolog_extra` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_interserv` -- DROP TABLE IF EXISTS `phpgw_interserv`; CREATE TABLE `phpgw_interserv` ( `server_id` int(11) NOT NULL auto_increment, `server_name` varchar(64) default NULL, `server_host` varchar(255) default NULL, `server_url` varchar(255) default NULL, `trust_level` int(11) default NULL, `trust_rel` int(11) default NULL, `username` varchar(64) default NULL, `password` varchar(255) default NULL, `admin_name` varchar(255) default NULL, `admin_email` varchar(255) default NULL, `server_mode` varchar(16) NOT NULL default 'xmlrpc', `server_security` varchar(16) default NULL, PRIMARY KEY (`server_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_interserv` -- LOCK TABLES `phpgw_interserv` WRITE; /*!40000 ALTER TABLE `phpgw_interserv` DISABLE KEYS */; INSERT INTO `phpgw_interserv` VALUES (1,'eGW demo',NULL,'http://www.egroupware.org/egroupware/xmlrpc.php',99,0,NULL,NULL,NULL,NULL,'xmlrpc',NULL); /*!40000 ALTER TABLE `phpgw_interserv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_jinn_acl` -- DROP TABLE IF EXISTS `phpgw_jinn_acl`; CREATE TABLE `phpgw_jinn_acl` ( `site_id` int(11) default NULL, `site_object_id` int(11) default NULL, `uid` int(11) default NULL, `rights` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_jinn_acl` -- LOCK TABLES `phpgw_jinn_acl` WRITE; /*!40000 ALTER TABLE `phpgw_jinn_acl` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_jinn_acl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_jinn_adv_field_conf` -- DROP TABLE IF EXISTS `phpgw_jinn_adv_field_conf`; CREATE TABLE `phpgw_jinn_adv_field_conf` ( `parent_object` int(11) NOT NULL default '0', `field_name` varchar(50) NOT NULL default '', `field_type` varchar(20) NOT NULL default '', `field_alt_name` varchar(50) NOT NULL default '', `field_help_info` text NOT NULL, `field_read_protection` smallint(6) NOT NULL default '0', PRIMARY KEY (`parent_object`,`field_name`), KEY `parent_object` (`parent_object`), KEY `field_name` (`field_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_jinn_adv_field_conf` -- LOCK TABLES `phpgw_jinn_adv_field_conf` WRITE; /*!40000 ALTER TABLE `phpgw_jinn_adv_field_conf` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_jinn_adv_field_conf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_jinn_site_objects` -- DROP TABLE IF EXISTS `phpgw_jinn_site_objects`; CREATE TABLE `phpgw_jinn_site_objects` ( `object_id` int(11) NOT NULL auto_increment, `parent_site_id` int(11) default NULL, `name` varchar(50) NOT NULL default '', `table_name` varchar(30) default NULL, `upload_path` varchar(250) NOT NULL default '', `relations` text, `plugins` text, `help_information` text, `dev_upload_path` varchar(255) default NULL, `max_records` int(11) default NULL, `serialnumber` int(11) default NULL, PRIMARY KEY (`object_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_jinn_site_objects` -- LOCK TABLES `phpgw_jinn_site_objects` WRITE; /*!40000 ALTER TABLE `phpgw_jinn_site_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_jinn_site_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_jinn_sites` -- DROP TABLE IF EXISTS `phpgw_jinn_sites`; CREATE TABLE `phpgw_jinn_sites` ( `site_id` int(11) NOT NULL auto_increment, `site_name` varchar(100) default NULL, `site_db_name` varchar(50) NOT NULL default '', `site_db_host` varchar(50) NOT NULL default '', `site_db_user` varchar(30) NOT NULL default '', `site_db_password` varchar(30) NOT NULL default '', `site_db_type` varchar(10) NOT NULL default '', `upload_path` varchar(250) NOT NULL default '', `dev_site_db_name` varchar(100) NOT NULL default '', `dev_site_db_host` varchar(50) NOT NULL default '', `dev_site_db_user` varchar(30) NOT NULL default '', `dev_site_db_password` varchar(30) NOT NULL default '', `dev_site_db_type` varchar(10) NOT NULL default '', `dev_upload_path` varchar(250) NOT NULL default '', `website_url` varchar(250) NOT NULL default '', `serialnumber` int(11) default NULL, PRIMARY KEY (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_jinn_sites` -- LOCK TABLES `phpgw_jinn_sites` WRITE; /*!40000 ALTER TABLE `phpgw_jinn_sites` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_jinn_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_articles` -- DROP TABLE IF EXISTS `phpgw_kb_articles`; CREATE TABLE `phpgw_kb_articles` ( `art_id` int(11) NOT NULL auto_increment, `q_id` bigint(20) NOT NULL default '0', `title` text NOT NULL, `topic` text NOT NULL, `text` text NOT NULL, `cat_id` int(11) NOT NULL default '0', `published` smallint(6) NOT NULL default '0', `keywords` text NOT NULL, `user_id` int(11) NOT NULL default '0', `views` int(11) NOT NULL default '0', `created` int(11) default NULL, `modified` int(11) default NULL, `modified_user_id` int(11) NOT NULL default '0', `files` text NOT NULL, `urls` text NOT NULL, `votes_1` int(11) NOT NULL default '0', `votes_2` int(11) NOT NULL default '0', `votes_3` int(11) NOT NULL default '0', `votes_4` int(11) NOT NULL default '0', `votes_5` int(11) NOT NULL default '0', PRIMARY KEY (`art_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_articles` -- LOCK TABLES `phpgw_kb_articles` WRITE; /*!40000 ALTER TABLE `phpgw_kb_articles` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_comment` -- DROP TABLE IF EXISTS `phpgw_kb_comment`; CREATE TABLE `phpgw_kb_comment` ( `comment_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `comment` text NOT NULL, `entered` int(11) default NULL, `art_id` int(11) NOT NULL default '0', `published` smallint(6) NOT NULL default '0', PRIMARY KEY (`comment_id`), KEY `art_id` (`art_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_comment` -- LOCK TABLES `phpgw_kb_comment` WRITE; /*!40000 ALTER TABLE `phpgw_kb_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_questions` -- DROP TABLE IF EXISTS `phpgw_kb_questions`; CREATE TABLE `phpgw_kb_questions` ( `question_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `summary` text NOT NULL, `details` text NOT NULL, `cat_id` int(11) NOT NULL default '0', `creation` int(11) default NULL, `published` smallint(6) NOT NULL default '0', PRIMARY KEY (`question_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_questions` -- LOCK TABLES `phpgw_kb_questions` WRITE; /*!40000 ALTER TABLE `phpgw_kb_questions` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_ratings` -- DROP TABLE IF EXISTS `phpgw_kb_ratings`; CREATE TABLE `phpgw_kb_ratings` ( `user_id` int(11) NOT NULL default '0', `art_id` int(11) NOT NULL default '0', PRIMARY KEY (`user_id`,`art_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_ratings` -- LOCK TABLES `phpgw_kb_ratings` WRITE; /*!40000 ALTER TABLE `phpgw_kb_ratings` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_ratings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_related_art` -- DROP TABLE IF EXISTS `phpgw_kb_related_art`; CREATE TABLE `phpgw_kb_related_art` ( `art_id` int(11) NOT NULL default '0', `related_art_id` int(11) NOT NULL default '0', PRIMARY KEY (`art_id`,`related_art_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_related_art` -- LOCK TABLES `phpgw_kb_related_art` WRITE; /*!40000 ALTER TABLE `phpgw_kb_related_art` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_related_art` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_kb_search` -- DROP TABLE IF EXISTS `phpgw_kb_search`; CREATE TABLE `phpgw_kb_search` ( `keyword` varchar(30) NOT NULL default '', `art_id` int(11) NOT NULL default '0', `score` bigint(20) NOT NULL default '0', PRIMARY KEY (`keyword`,`art_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_kb_search` -- LOCK TABLES `phpgw_kb_search` WRITE; /*!40000 ALTER TABLE `phpgw_kb_search` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_kb_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_lang` -- DROP TABLE IF EXISTS `phpgw_lang`; CREATE TABLE `phpgw_lang` ( `lang` varchar(5) NOT NULL default '', `app_name` varchar(100) NOT NULL default 'common', `message_id` varchar(255) NOT NULL default '', `content` text, PRIMARY KEY (`lang`,`app_name`,`message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_lang` -- LOCK TABLES `phpgw_lang` WRITE; /*!40000 ALTER TABLE `phpgw_lang` DISABLE KEYS */; INSERT INTO `phpgw_lang` VALUES ('en','common','%1 email addresses inserted','%1 email addresses inserted'),('en','common','%1 is not executable by the webserver !!!','%1 is not executable by the webserver !!!'),('en','common','%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4.','%1eGroupWare%2 is a multi-user, web-based groupware suite written in %3PHP%4.'),('en','common','about','About'),('en','common','about %1','About %1'),('en','common','access','Access'),('en','common','access not permitted','Access not permitted'),('en','common','account has been created','Account has been created'),('en','common','account has been deleted','Account has been deleted'),('en','common','account has been updated','Account has been updated'),('en','common','account is expired','Account is expired'),('en','common','acl','ACL'),('en','common','action','Action'),('en','common','active','Active'),('en','common','add','Add'),('en','common','add %1 category for','Add %1 category for'),('en','common','add category','Add category'),('en','common','add sub','Add sub'),('en','common','addressbook','Addressbook'),('en','common','admin','Admin'),('en','common','administration','Administration'),('en','common','afghanistan','AFGHANISTAN'),('en','common','albania','ALBANIA'),('en','common','algeria','ALGERIA'),('en','common','all','All'),('en','common','all fields','all fields'),('en','common','alphabet','a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z'),('en','common','alternate style-sheet:','Alternate style-sheet:'),('en','common','american samoa','AMERICAN SAMOA'),('en','common','andorra','ANDORRA'),('en','common','angola','ANGOLA'),('en','common','anguilla','ANGUILLA'),('en','common','antarctica','ANTARCTICA'),('en','common','antigua and barbuda','ANTIGUA AND BARBUDA'),('en','common','apply','Apply'),('en','common','april','April'),('en','common','are you sure you want to delete these entries ?','Are you sure you want to delete these entries ?'),('en','common','are you sure you want to delete this entry ?','Are you sure you want to delete this entry ?'),('en','common','argentina','ARGENTINA'),('en','common','armenia','ARMENIA'),('en','common','aruba','ARUBA'),('en','common','august','August'),('en','common','australia','AUSTRALIA'),('en','common','austria','AUSTRIA'),('en','common','author','Author'),('en','common','autohide sidebox menus','Autohide Sidebox menus'),('en','common','automatically hide the sidebox menus?','Automatically hide the Sidebox menus?'),('en','common','autosave default category','Autosave Default Category'),('en','common','azerbaijan','AZERBAIJAN'),('en','common','back','Back'),('en','common','back to user login','Back to user login'),('en','common','background color:','Background color:'),('en','common','bad login or password','Bad login or password'),('en','common','bahamas','BAHAMAS'),('en','common','bahrain','BAHRAIN'),('en','common','bangladesh','BANGLADESH'),('en','common','barbados','BARBADOS'),('en','common','bcc','Bcc'),('en','common','belarus','BELARUS'),('en','common','belgium','BELGIUM'),('en','common','belize','BELIZE'),('en','common','benin','BENIN'),('en','common','bermuda','BERMUDA'),('en','common','bhutan','BHUTAN'),('en','common','blocked, too many attempts','Blocked, too many attempts'),('en','common','bolivia','BOLIVIA'),('en','common','bosnia and herzegovina','BOSNIA AND HERZEGOVINA'),('en','common','botswana','BOTSWANA'),('en','common','bouvet island','BOUVET ISLAND'),('en','common','brazil','BRAZIL'),('en','common','british indian ocean territory','BRITISH INDIAN OCEAN TERRITORY'),('en','common','brunei darussalam','BRUNEI DARUSSALAM'),('en','common','bulgaria','BULGARIA'),('en','common','burkina faso','BURKINA FASO'),('en','common','burundi','BURUNDI'),('en','common','calendar','Calendar'),('en','common','cambodia','CAMBODIA'),('en','common','cameroon','CAMEROON'),('en','common','canada','CANADA'),('en','common','cancel','Cancel'),('en','common','cape verde','CAPE VERDE'),('en','common','categories','Categories'),('en','common','categories for','categories for'),('en','common','category','Category'),('en','common','category %1 has been added !','Category %1 has been added !'),('en','common','category %1 has been updated !','Category %1 has been updated !'),('en','common','cayman islands','CAYMAN ISLANDS'),('en','common','cc','Cc'),('en','common','central african republic','CENTRAL AFRICAN REPUBLIC'),('en','common','chad','CHAD'),('en','common','change','Change'),('en','common','charset','iso-8859-1'),('en','common','check installation','Check installation'),('en','common','check now','Check Now'),('en','common','chile','CHILE'),('en','common','china','CHINA'),('en','common','choose the category','Choose the category'),('en','common','choose the parent category','Choose the parent category'),('en','common','christmas island','CHRISTMAS ISLAND'),('en','common','clear','Clear'),('en','common','clear form','Clear Form'),('en','common','click','Click'),('en','common','click or mouse over to show menus','Click or Mouse Over to show menus'),('en','common','click or mouse over to show menus?','Click or Mouse Over to show menus?'),('en','common','close','Close'),('en','common','cocos (keeling) islands','COCOS (KEELING) ISLANDS'),('en','common','colombia','COLOMBIA'),('en','common','comoros','COMOROS'),('en','common','company','Company'),('en','common','congo','CONGO'),('en','common','congo, the democratic republic of the','CONGO, THE DEMOCRATIC REPUBLIC OF THE'),('en','common','cook islands','COOK ISLANDS'),('en','common','copy','Copy'),('en','common','costa rica','COSTA RICA'),('en','common','cote d ivoire','COTE D IVOIRE'),('en','common','create','Create'),('en','common','created by','Created By'),('en','common','croatia','CROATIA'),('en','common','cuba','CUBA'),('en','common','currency','Currency'),('en','common','current','Current'),('en','common','current users','Current users'),('en','common','cyprus','CYPRUS'),('en','common','czech republic','CZECH REPUBLIC'),('en','common','date','Date'),('en','common','date due','Date Due'),('en','common','december','December'),('en','common','default category','Default Category'),('en','common','delete','Delete'),('en','common','denmark','DENMARK'),('en','common','description','Description'),('en','common','detail','Detail'),('en','common','details','Details'),('en','common','diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images?','Diable the execution a bugfixscript for Internet Explorer 5.5 and higher to show transparency in PNG-images?'),('en','common','disable internet explorer png-image-bugfix','Disable Internet Explorer png-image-bugfix'),('en','common','disable slider effects','Disable slider effects'),('en','common','disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this.','Disable the animated slider effects when showing or hiding menus in the page? Opera and Konqueror users will probably must want this.'),('en','common','disabled','Disabled'),('en','common','djibouti','DJIBOUTI'),('en','common','do you also want to delete all subcategories ?','Do you also want to delete all subcategories ?'),('en','common','doctype:','DOCTYPE:'),('en','common','document properties','Document properties'),('en','common','document title:','Document title:'),('en','common','domain','Domain'),('en','common','domain name for mail-address, eg. \"%1\"','domain name for mail-address, eg. \"%1\"'),('en','common','domestic','Domestic'),('en','common','dominica','DOMINICA'),('en','common','dominican republic','DOMINICAN REPUBLIC'),('en','common','done','Done'),('en','common','e-mail','E-Mail'),('en','common','east timor','EAST TIMOR'),('en','common','ecuador','ECUADOR'),('en','common','edit','Edit'),('en','common','edit %1 category for','Edit %1 category for'),('en','common','edit categories','Edit Categories'),('en','common','edit category','Edit category'),('en','common','egroupware api version %1','eGroupWare API version %1'),('en','common','egroupware: login blocked for user \'%1\', ip %2','eGroupWare: login blocked for user \'%1\', IP %2'),('en','common','egypt','EGYPT'),('en','common','el salvador','EL SALVADOR'),('en','common','email','E-Mail'),('en','common','email-address of the user, eg. \"%1\"','email-address of the user, eg. \"%1\"'),('en','common','enabled','Enabled'),('en','common','end date','End date'),('en','common','end time','End time'),('en','common','entry has been deleted sucessfully','Entry has been deleted sucessfully'),('en','common','entry updated sucessfully','Entry updated sucessfully'),('en','common','equatorial guinea','EQUATORIAL GUINEA'),('en','common','eritrea','ERITREA'),('en','common','error','Error'),('en','common','error creating %1 %2 directory','Error creating %1 %2 directory'),('en','common','error deleting %1 %2 directory','Error deleting %1 %2 directory'),('en','common','error renaming %1 %2 directory','Error renaming %1 %2 directory'),('en','common','estonia','ESTONIA'),('en','common','ethiopia','ETHIOPIA'),('en','common','exact','exact'),('en','common','falkland islands (malvinas)','FALKLAND ISLANDS (MALVINAS)'),('en','common','faroe islands','FAROE ISLANDS'),('en','common','fax number','Fax Number'),('en','common','february','February'),('en','common','fields','Fields'),('en','common','fiji','FIJI'),('en','common','files','Files'),('en','common','filter','Filter'),('en','common','finland','FINLAND'),('en','common','first name','First name'),('en','common','first name of the user, eg. \"%1\"','first name of the user, eg. \"%1\"'),('en','common','first page','First page'),('en','common','firstname','Firstname'),('en','common','fixme!','FIXME!'),('en','common','force selectbox','Force SelectBox'),('en','common','france','FRANCE'),('en','common','french guiana','FRENCH GUIANA'),('en','common','french polynesia','FRENCH POLYNESIA'),('en','common','french southern territories','FRENCH SOUTHERN TERRITORIES'),('en','common','friday','Friday'),('en','common','ftp','FTP'),('en','common','fullname','Fullname'),('en','common','gabon','GABON'),('en','common','gambia','GAMBIA'),('en','common','general menu','General Menu'),('en','common','georgia','GEORGIA'),('en','common','germany','GERMANY'),('en','common','ghana','GHANA'),('en','common','gibraltar','GIBRALTAR'),('en','common','global','Global'),('en','common','global public','Global Public'),('en','common','grant access','Grant Access'),('en','common','greece','GREECE'),('en','common','greenland','GREENLAND'),('en','common','grenada','GRENADA'),('en','common','group','Group'),('en','common','group access','Group Access'),('en','common','group has been added','Group has been added'),('en','common','group has been deleted','Group has been deleted'),('en','common','group has been updated','Group has been updated'),('en','common','group name','group name'),('en','common','group public','Group Public'),('en','common','groups','Groups'),('en','common','groups with permission for %1','Groups with permission for %1'),('en','common','groups without permission for %1','Groups without permission for %1'),('en','common','guadeloupe','GUADELOUPE'),('en','common','guam','GUAM'),('en','common','guatemala','GUATEMALA'),('en','common','guinea','GUINEA'),('en','common','guinea-bissau','GUINEA-BISSAU'),('en','common','guyana','GUYANA'),('en','common','haiti','HAITI'),('en','common','heard island and mcdonald islands','HEARD ISLAND AND MCDONALD ISLANDS'),('en','common','help','Help'),('en','common','high','High'),('en','common','highest','Highest'),('en','common','holy see (vatican city state)','HOLY SEE (VATICAN CITY STATE)'),('en','common','home','Home'),('en','common','home email','home email'),('en','common','honduras','HONDURAS'),('en','common','hong kong','HONG KONG'),('en','common','how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.'),('en','common','hungary','HUNGARY'),('en','common','iceland','ICELAND'),('en','common','india','INDIA'),('en','common','indonesia','INDONESIA'),('en','common','insert all %1 addresses of the %2 contacts in %3','Insert all %1 addresses of the %2 contacts in %3'),('en','common','international','International'),('en','common','invalid ip address','Invalid IP address'),('en','common','invalid password','Invalid password'),('en','common','iran, islamic republic of','IRAN, ISLAMIC REPUBLIC OF'),('en','common','iraq','IRAQ'),('en','common','ireland','IRELAND'),('en','common','israel','ISRAEL'),('en','common','it has been more then %1 days since you changed your password','It has been more then %1 days since you changed your password'),('en','common','it is recommended that you run setup to upgrade your tables to the current version','It is recommended that you run setup to upgrade your tables to the current version.'),('en','common','italic','Italic'),('en','common','italy','ITALY'),('en','common','jamaica','JAMAICA'),('en','common','january','January'),('en','common','japan','JAPAN'),('en','common','jordan','JORDAN'),('en','common','july','July'),('en','common','jun','Jun'),('en','common','june','June'),('en','common','justify center','Justify Center'),('en','common','justify full','Justify Full'),('en','common','justify left','Justify Left'),('en','common','justify right','Justify Right'),('en','common','kazakstan','KAZAKSTAN'),('en','common','kenya','KENYA'),('en','common','keywords','Keywords'),('en','common','kiribati','KIRIBATI'),('en','common','korea, democratic peoples republic of','KOREA, DEMOCRATIC PEOPLES REPUBLIC OF'),('en','common','korea, republic of','KOREA, REPUBLIC OF'),('en','common','kuwait','KUWAIT'),('en','common','kyrgyzstan','KYRGYZSTAN'),('en','common','language','Language'),('en','common','lao peoples democratic republic','LAO PEOPLES DEMOCRATIC REPUBLIC'),('en','common','last name','Last name'),('en','common','last name of the user, eg. \"%1\"','last name of the user, eg. \"%1\"'),('en','common','last page','Last page'),('en','common','lastname','Lastname'),('en','common','latvia','LATVIA'),('en','common','lebanon','LEBANON'),('en','common','lesotho','LESOTHO'),('en','common','liberia','LIBERIA'),('en','common','libyan arab jamahiriya','LIBYAN ARAB JAMAHIRIYA'),('en','common','license','License'),('en','common','liechtenstein','LIECHTENSTEIN'),('en','common','list','List'),('en','common','list members','List members'),('en','common','lithuania','LITHUANIA'),('en','common','local','Local'),('en','common','login','Login'),('en','common','loginid','LoginID'),('en','common','logout','Logout'),('en','common','low','Low'),('en','common','lowest','Lowest'),('en','common','luxembourg','LUXEMBOURG'),('en','common','macau','MACAU'),('en','common','macedonia, the former yugoslav republic of','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF'),('en','common','madagascar','MADAGASCAR'),('en','common','mail domain, eg. \"%1\"','mail domain, eg. \"%1\"'),('en','common','main category','Main category'),('en','common','main screen','Main screen'),('en','common','maintainer','Maintainer'),('en','common','malawi','MALAWI'),('en','common','malaysia','MALAYSIA'),('en','common','maldives','MALDIVES'),('en','common','mali','MALI'),('en','common','malta','MALTA'),('en','common','march','March'),('en','common','marshall islands','MARSHALL ISLANDS'),('en','common','martinique','MARTINIQUE'),('en','common','mauritania','MAURITANIA'),('en','common','mauritius','MAURITIUS'),('en','common','max number of icons in navbar','Max number of icons in navbar'),('en','common','may','May'),('en','common','mayotte','MAYOTTE'),('en','common','medium','Medium'),('en','common','menu','Menu'),('en','common','message','Message'),('en','common','mexico','MEXICO'),('en','common','micronesia, federated states of','MICRONESIA, FEDERATED STATES OF'),('en','common','moldova, republic of','MOLDOVA, REPUBLIC OF'),('en','common','monaco','MONACO'),('en','common','monday','Monday'),('en','common','mongolia','MONGOLIA'),('en','common','montserrat','MONTSERRAT'),('en','common','morocco','MOROCCO'),('en','common','mozambique','MOZAMBIQUE'),('en','common','myanmar','MYANMAR'),('en','common','name','Name'),('en','common','name of the user, eg. \"%1\"','name of the user, eg. \"%1\"'),('en','common','namibia','NAMIBIA'),('en','common','nauru','NAURU'),('en','common','nepal','NEPAL'),('en','common','netherlands','NETHERLANDS'),('en','common','netherlands antilles','NETHERLANDS ANTILLES'),('en','common','never','Never'),('en','common','new caledonia','NEW CALEDONIA'),('en','common','new entry added sucessfully','New entry added sucessfully'),('en','common','new main category','New main category'),('en','common','new value','New Value'),('en','common','new zealand','NEW ZEALAND'),('en','common','next','Next'),('en','common','next page','Next page'),('en','common','nicaragua','NICARAGUA'),('en','common','niger','NIGER'),('en','common','nigeria','NIGERIA'),('en','common','niue','NIUE'),('en','common','no','No'),('en','common','no entries found, try again ...','no entries found, try again ...'),('en','common','no history for this record','No history for this record'),('en','common','no subject','No Subject'),('en','common','none','None'),('en','common','norfolk island','NORFOLK ISLAND'),('en','common','normal','Normal'),('en','common','northern mariana islands','NORTHERN MARIANA ISLANDS'),('en','common','norway','NORWAY'),('en','common','not assigned','not assigned'),('en','common','note','Note'),('en','common','notes','Notes'),('en','common','notify window','Notify Window'),('en','common','november','November'),('en','common','october','October'),('en','common','ok','OK'),('en','common','old value','Old Value'),('en','common','oman','OMAN'),('en','common','on *nix systems please type: %1','On *nix systems please type: %1'),('en','common','on mouse over','On Mouse Over'),('en','common','only private','only private'),('en','common','only yours','only yours'),('en','common','open notify window','Open notify window'),('en','common','open popup window','Open popup window'),('en','common','original','Original'),('en','common','other','Other'),('en','common','overview','Overview'),('en','common','owner','Owner'),('en','common','page','Page'),('en','common','page was generated in %1 seconds','Page was generated in %1 seconds'),('en','common','pakistan','PAKISTAN'),('en','common','palau','PALAU'),('en','common','palestinian territory, occupied','PALESTINIAN TERRITORY, OCCUPIED'),('en','common','panama','PANAMA'),('en','common','papua new guinea','PAPUA NEW GUINEA'),('en','common','paraguay','PARAGUAY'),('en','common','parcel','Parcel'),('en','common','parent category','Parent Category'),('en','common','password','Password'),('en','common','password could not be changed','Password could not be changed'),('en','common','password has been updated','Password has been updated'),('en','common','path to user and group files has to be outside of the webservers document-root!!!','Path to user and group files HAS TO BE OUTSIDE of the webservers document-root!!!'),('en','common','pattern for search in addressbook','Pattern for Search in Addressbook'),('en','common','pattern for search in calendar','Pattern for Search in Calendar'),('en','common','pattern for search in projects','Pattern for Search in Projects'),('en','common','permissions to the files/users directory','permissions to the files/users directory'),('en','common','personal','Personal'),('en','common','peru','PERU'),('en','common','philippines','PHILIPPINES'),('en','common','phone number','Phone Number'),('en','common','pitcairn','PITCAIRN'),('en','common','please %1 by hand','Please %1 by hand'),('en','common','please enter a name','Please enter a name !'),('en','common','please run setup to become current','Please run setup to become current'),('en','common','please select','Please Select'),('en','common','please set your global preferences','Please set your global preferences !'),('en','common','please set your preferences for this application','Please set your preferences for this application !'),('en','common','please wait...','Please Wait...'),('en','common','poland','POLAND'),('en','common','portugal','PORTUGAL'),('en','common','postal','Postal'),('en','common','powered by phpgroupware version %1','Powered by <a href=\"http://www.egroupware.org\">eGroupWare</a> version %1'),('en','common','preferences','Preferences'),('en','common','preferences for the idots template set','Preferences for the idots template set'),('en','common','previous page','Previous page'),('en','common','primary style-sheet:','Primary style-sheet:'),('en','common','print','Print'),('en','common','priority','Priority'),('en','common','private','Private'),('en','common','project','Project'),('en','common','public','public'),('en','common','puerto rico','PUERTO RICO'),('en','common','qatar','QATAR'),('en','common','read','Read'),('en','common','read this list of methods.','Read this list of methods.'),('en','common','reject','Reject'),('en','common','remove selected accounts','remove selected accounts'),('en','common','rename','Rename'),('en','common','returns a full list of accounts on the system. warning: this is return can be quite large','Returns a full list of accounts on the system. Warning: This is return can be quite large'),('en','common','returns an array of todo items','Returns an array of todo items'),('en','common','returns struct of users application access','Returns struct of users application access'),('en','common','reunion','REUNION'),('en','common','romania','ROMANIA'),('en','common','russian federation','RUSSIAN FEDERATION'),('en','common','rwanda','RWANDA'),('en','common','saint helena','SAINT HELENA'),('en','common','saint kitts and nevis','SAINT KITTS AND NEVIS'),('en','common','saint lucia','SAINT LUCIA'),('en','common','saint pierre and miquelon','SAINT PIERRE AND MIQUELON'),('en','common','saint vincent and the grenadines','SAINT VINCENT AND THE GRENADINES'),('en','common','samoa','SAMOA'),('en','common','san marino','SAN MARINO'),('en','common','sao tome and principe','SAO TOME AND PRINCIPE'),('en','common','saturday','Saturday'),('en','common','saudi arabia','SAUDI ARABIA'),('en','common','save','Save'),('en','common','search','Search'),('en','common','search %1 \'%2\'','Search %1 \'%2\''),('en','common','search or select accounts','Search or select accounts'),('en','common','section','Section'),('en','common','select','Select'),('en','common','select all %1 %2 for %3','Select all %1 %2 for %3'),('en','common','select category','Select Category'),('en','common','select date','Select date'),('en','common','select group','Select group'),('en','common','select home email address','Select home email address'),('en','common','select one','Select one'),('en','common','select user','Select user'),('en','common','select work email address','Select work email address'),('en','common','selection','Selection'),('en','common','send','Send'),('en','common','senegal','SENEGAL'),('en','common','september','September'),('en','common','server %1 has been added','Server %1 has been added'),('en','common','server name','Server Name'),('en','common','session has been killed','Session has been killed'),('en','common','setup','Setup'),('en','common','setup main menu','Setup Main Menu'),('en','common','seychelles','SEYCHELLES'),('en','common','show all','show all'),('en','common','show all categorys','Show all categorys'),('en','common','show menu','show menu'),('en','common','show page generation time','Show page generation time'),('en','common','show page generation time on the bottom of the page?','Show page generation time on the bottom of the page?'),('en','common','show_more_apps','Show More Applications'),('en','common','showing %1','showing %1'),('en','common','showing %1 - %2 of %3','showing %1 - %2 of %3'),('en','common','sierra leone','SIERRA LEONE'),('en','common','singapore','SINGAPORE'),('en','common','slovakia','SLOVAKIA'),('en','common','slovenia','SLOVENIA'),('en','common','solomon islands','SOLOMON ISLANDS'),('en','common','somalia','SOMALIA'),('en','common','south africa','SOUTH AFRICA'),('en','common','south georgia and the south sandwich islands','SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS'),('en','common','spain','SPAIN'),('en','common','sri lanka','SRI LANKA'),('en','common','start date','Start date'),('en','common','start time','Start time'),('en','common','start with','start with'),('en','common','status','Status'),('en','common','subject','Subject'),('en','common','submit','Submit'),('en','common','substitutions and their meanings:','Substitutions and their meanings:'),('en','common','sudan','SUDAN'),('en','common','sunday','Sunday'),('en','common','suriname','SURINAME'),('en','common','svalbard and jan mayen','SVALBARD AND JAN MAYEN'),('en','common','swaziland','SWAZILAND'),('en','common','sweden','SWEDEN'),('en','common','switzerland','SWITZERLAND'),('en','common','syrian arab republic','SYRIAN ARAB REPUBLIC'),('en','common','taiwan','TAIWAN/TAIPEI'),('en','common','tajikistan','TAJIKISTAN'),('en','common','tanzania, united republic of','TANZANIA, UNITED REPUBLIC OF'),('en','common','text color:','Text color:'),('en','common','thailand','THAILAND'),('en','common','the api is current','The API is current'),('en','common','the api requires an upgrade','The API requires an upgrade'),('en','common','the following applications require upgrades','The following applications require upgrades'),('en','common','the mail server returned','The mail server returned'),('en','common','this application is current','This application is current'),('en','common','this application requires an upgrade','This application requires an upgrade'),('en','common','this name has been used already','This name has been used already !'),('en','common','thursday','Thursday'),('en','common','time','Time'),('en','common','time zone','Timezone'),('en','common','time zone offset','Time zone offset'),('en','common','title','Title'),('en','common','to','To'),('en','common','to correct this error for the future you will need to properly set the','To correct this error for the future you will need to properly set the'),('en','common','to go back to the msg list, click <a href= %1 >here</a>','To go back to the msg list, click <a href=\"%1\">here</a>'),('en','common','today','Today'),('en','common','todays date, eg. \"%1\"','todays date, eg. \"%1\"'),('en','common','togo','TOGO'),('en','common','tokelau','TOKELAU'),('en','common','tonga','TONGA'),('en','common','too many unsucessful attempts to login: %1 for the user \'%2\', %3 for the ip %4','Too many unsucessful attempts to login: %1 for the user \'%2\', %3 for the IP %4'),('en','common','total','Total'),('en','common','trinidad and tobago','TRINIDAD AND TOBAGO'),('en','common','tuesday','Tuesday'),('en','common','tunisia','TUNISIA'),('en','common','turkey','TURKEY'),('en','common','turkmenistan','TURKMENISTAN'),('en','common','turks and caicos islands','TURKS AND CAICOS ISLANDS'),('en','common','tuvalu','TUVALU'),('en','common','uganda','UGANDA'),('en','common','ukraine','UKRAINE'),('en','common','united arab emirates','UNITED ARAB EMIRATES'),('en','common','united kingdom','UNITED KINGDOM'),('en','common','united states','UNITED STATES'),('en','common','united states minor outlying islands','UNITED STATES MINOR OUTLYING ISLANDS'),('en','common','unknown','Unknown'),('en','common','update','Update'),('en','common','url','URL'),('en','common','uruguay','URUGUAY'),('en','common','use button to search for','use Button to search for'),('en','common','use button to search for address','use Button to search for Address'),('en','common','use button to search for calendarevent','use Button to search for Calendarevent'),('en','common','use button to search for project','use Button to search for Project'),('en','common','user','User'),('en','common','user accounts','user accounts'),('en','common','user groups','user groups'),('en','common','username','Username'),('en','common','users','users'),('en','common','users choice','Users Choice'),('en','common','uzbekistan','UZBEKISTAN'),('en','common','vanuatu','VANUATU'),('en','common','venezuela','VENEZUELA'),('en','common','version','Version'),('en','common','viet nam','VIET NAM'),('en','common','view','View'),('en','common','virgin islands, british','VIRGIN ISLANDS, BRITISH'),('en','common','virgin islands, u.s.','VIRGIN ISLANDS, U.S.'),('en','common','wallis and futuna','WALLIS AND FUTUNA'),('en','common','wednesday','Wednesday'),('en','common','welcome','Welcome'),('en','common','western sahara','WESTERN SAHARA'),('en','common','which groups','Which groups'),('en','common','work email','work email'),('en','common','written by:','Written by:'),('en','common','year','Year'),('en','common','yemen','YEMEN'),('en','common','yes','Yes'),('en','common','you are required to change your password during your first login','You are required to change your password during your first login'),('en','common','you are running a newer version of phpgroupware than your database is setup for','You are running a newer version of phpGroupWare than your database is setup for.'),('en','common','you have not entered a title','You have not entered a title'),('en','common','you have not entered a valid date','You have not entered a valid date'),('en','common','you have not entered a valid time of day','You have not entered a valid time of day'),('en','common','you have not entered participants','You have not entered participants'),('en','common','you have selected an invalid date','You have selected an invalid date !'),('en','common','you have selected an invalid main category','You have selected an invalid main category !'),('en','common','you have successfully logged out','You have successfully logged out'),('en','common','you need to add the webserver user \'%1\' to the group \'%2\'.','You need to add the webserver user \'%1\' to the group \'%2\'.'),('en','common','your message could <b>not</b> be sent!<br>','Your message could <b>not</b> be sent!<br>'),('en','common','your message has been sent','Your message has been sent!'),('en','common','your search returned %1 matchs','your search returned %1 matches'),('en','common','your search returned 1 match','your search returned 1 match'),('en','common','your settings have been updated','Your settings have been Updated'),('en','common','yugoslavia','YUGOSLAVIA'),('en','common','zambia','ZAMBIA'),('en','common','zimbabwe','ZIMBABWE'),('en','jscalendar','(shift-)click or drag to change value','(Shift-)Click or drag to change value'),('en','jscalendar','- click on any of the time parts to increase it','- Click on any of the time parts to increase it'),('en','jscalendar','- hold mouse button on any of the above buttons for faster selection.','- Hold mouse button on any of the above buttons for faster selection.'),('en','jscalendar','- or click and drag for faster selection.','- or click and drag for faster selection.'),('en','jscalendar','- or shift-click to decrease it','- or Shift-click to decrease it'),('en','jscalendar','- use the %1, %2 buttons to select month','- Use the %1, %2 buttons to select month'),('en','jscalendar','- use the %1, %2 buttons to select year','- Use the %1, %2 buttons to select year'),('en','jscalendar','3 number of chars for day-shortcut','3 number of chars for day-shortcut'),('en','jscalendar','3 number of chars for month-shortcut','3 number of chars for month-shortcut'),('en','jscalendar','about the calendar','About the calendar'),('en','jscalendar','date selection:','Date selection:'),('en','jscalendar','display %s first','Display %s first'),('en','jscalendar','drag to move','Drag to move'),('en','jscalendar','go today','Go Today'),('en','jscalendar','next month (hold for menu)','Next month (hold for menu)'),('en','jscalendar','next year (hold for menu)','Next year (hold for menu)'),('en','jscalendar','prev. month (hold for menu)','Prev. month (hold for menu)'),('en','jscalendar','prev. year (hold for menu)','Prev. year (hold for menu)'),('en','jscalendar','time selection:','Time selection:'),('en','jscalendar','toggle first day of week','Toggle first day of week'),('en','jscalendar','wk','wk'),('en','admin','00 (disable)','00 (disable)'),('en','admin','13 (ntp)','13 (ntp)'),('en','admin','80 (http)','80 (http)'),('en','admin','datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28)','Datetime port.<br>If using port 13, please set firewall rules appropriately before submitting this page.<br>(Port: 13 / Host: 129.6.15.28)'),('en','admin','enter the location of egroupware\'s url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b>','Enter the location of eGroupWare\'s URL.<br>Example: http://www.domain.com/egroupware or /egroupware<br><b>No trailing slash</b>'),('en','htmlarea-HtmlTidy','\\n tidying up the html source, please wait...','\\n Tidying up the HTML source, please wait...'),('en','htmlarea-HtmlTidy','html tidy','HTML Tidy'),('en','htmlarea-ContextMenu','_delete row','_Delete Row'),('en','htmlarea-ContextMenu','_image properties...','_Image Properties...'),('en','htmlarea-ContextMenu','_modify link...','_Modify Link...'),('en','htmlarea-ContextMenu','_remove link...','_Remove Link...'),('en','htmlarea-ContextMenu','_table properties...','_Table Properties...'),('en','htmlarea-ContextMenu','c_ell properties...','C_ell Properties...'),('en','htmlarea-ContextMenu','chec_k link...','Chec_k Link...'),('en','htmlarea-ContextMenu','create a link','Create a link'),('en','htmlarea-ContextMenu','current url is','Current URL is'),('en','htmlarea-ContextMenu','cut','Cut'),('en','htmlarea-ContextMenu','de_lete column','De_lete Column'),('en','htmlarea-ContextMenu','delete the current column','Delete the current column'),('en','htmlarea-ContextMenu','delete the current row','Delete the current row'),('en','htmlarea-ContextMenu','element...','Element...'),('en','htmlarea-ContextMenu','how did you get here? (please report!)','How did you get here? (Please report!)'),('en','htmlarea-ContextMenu','i_nsert row before','I_nsert Row Before'),('en','htmlarea-ContextMenu','in_sert row after','In_sert Row After'),('en','htmlarea-ContextMenu','insert _column before','Insert _Column Before'),('en','htmlarea-ContextMenu','insert a new column after the current one','Insert a new column after the current one'),('en','htmlarea-ContextMenu','insert a new column before the current one','Insert a new column before the current one'),('en','htmlarea-ContextMenu','insert a new row after the current one','Insert a new row after the current one'),('en','htmlarea-ContextMenu','insert a new row before the current one','Insert a new row before the current one'),('en','htmlarea-ContextMenu','insert c_olumn after','Insert C_olumn After'),('en','htmlarea-ContextMenu','link points to:','Link points to:'),('en','htmlarea-ContextMenu','make lin_k...','Make lin_k...'),('en','htmlarea-ContextMenu','modify url','Modify URL'),('en','htmlarea-ContextMenu','opens this link in a new window','Opens this link in a new window'),('en','htmlarea-ContextMenu','paste','Paste'),('en','htmlarea-ContextMenu','please confirm that you want to remove this element:','Please confirm that you want to remove this element:'),('en','htmlarea-ContextMenu','please confirm that you want to unlink this element.','Please confirm that you want to unlink this element.'),('en','htmlarea-ContextMenu','remove the','Remove the'),('en','htmlarea-ContextMenu','remove this node from the document','Remove this node from the document'),('en','htmlarea-ContextMenu','ro_w properties...','Ro_w Properties...'),('en','htmlarea-ContextMenu','show the image properties dialog','Show the image properties dialog'),('en','htmlarea-ContextMenu','show the table cell properties dialog','Show the Table Cell Properties dialog'),('en','htmlarea-ContextMenu','show the table properties dialog','Show the Table Properties dialog'),('en','htmlarea-ContextMenu','show the table row properties dialog','Show the Table Row Properties dialog'),('en','htmlarea-ContextMenu','unlink the current element','Unlink the current element'),('en','htmlarea','about this editor','About this editor'),('en','htmlarea','background color','Background Color'),('en','htmlarea','bold','Bold'),('en','htmlarea','bulleted list','Bulleted List'),('en','htmlarea','copy selection','Copy selection'),('en','htmlarea','current style','Current style'),('en','htmlarea','cut selection','Cut selection'),('en','htmlarea','decrease indent','Decrease Indent'),('en','htmlarea','enlarge editor','Enlarge Editor'),('en','htmlarea','font color','Font Color'),('en','htmlarea','help using editor','Help using editor'),('en','htmlarea','horizontal rule','Horizontal Rule'),('en','htmlarea','increase indent','Increase Indent'),('en','htmlarea','insert image','Insert Image'),('en','htmlarea','insert table','Insert Table'),('en','htmlarea','insert web link','Insert Web Link'),('en','htmlarea','ordered list','Ordered List'),('en','htmlarea','paste from clipboard','Paste from clipboard'),('en','htmlarea','path','Path'),('en','htmlarea','redoes your last action','Redoes your last action'),('en','htmlarea','strikethrough','Strikethrough'),('en','htmlarea','subscript','Subscript'),('en','htmlarea','superscript','Superscript'),('en','htmlarea','toggle html source','Toggle HTML Source'),('en','htmlarea','underline','Underline'),('en','htmlarea','undoes your last action','Undoes your last action'),('en','htmlarea','you are in text mode. use the [<>] button to switch back to wysiwig.','You are in TEXT MODE. Use the [<>] button to switch back to WYSIWIG.'),('en','htmlarea-TableOperations','align','Align'),('en','htmlarea-TableOperations','all four sides','All four sides'),('en','htmlarea-TableOperations','background','Background'),('en','htmlarea-TableOperations','baseline','Baseline'),('en','htmlarea-TableOperations','border','Border'),('en','htmlarea-TableOperations','borders','Borders'),('en','htmlarea-TableOperations','bottom','Bottom'),('en','htmlarea-TableOperations','caption','Caption'),('en','htmlarea-TableOperations','cell properties','Cell Properties'),('en','htmlarea-TableOperations','center','Center'),('en','htmlarea-TableOperations','char','Char'),('en','htmlarea-TableOperations','collapsed borders','Collapsed borders'),('en','htmlarea-TableOperations','color','Color'),('en','htmlarea-TableOperations','delete cell','Delete cell'),('en','htmlarea-TableOperations','delete column','Delete column'),('en','htmlarea-TableOperations','delete row','Delete row'),('en','htmlarea-TableOperations','fg color','FG Color'),('en','htmlarea-TableOperations','float','Float'),('en','htmlarea-TableOperations','frames','Frames'),('en','htmlarea-TableOperations','height','Height'),('en','htmlarea-TableOperations','how many columns would you like to merge?','How many columns would you like to merge?'),('en','htmlarea-TableOperations','how many rows would you like to merge?','How many rows would you like to merge?'),('en','htmlarea-TableOperations','htmlarea cowardly refuses to delete the last cell in row.','HTMLArea cowardly refuses to delete the last cell in row.'),('en','htmlarea-TableOperations','htmlarea cowardly refuses to delete the last column in table.','HTMLArea cowardly refuses to delete the last column in table.'),('en','htmlarea-TableOperations','htmlarea cowardly refuses to delete the last row in table.','HTMLArea cowardly refuses to delete the last row in table.'),('en','htmlarea-TableOperations','image url','Image URL'),('en','htmlarea-TableOperations','insert cell after','Insert cell after'),('en','htmlarea-TableOperations','insert cell before','Insert cell before'),('en','htmlarea-TableOperations','insert column after','Insert column after'),('en','htmlarea-TableOperations','insert column before','Insert column before'),('en','htmlarea-TableOperations','insert row after','Insert row after'),('en','htmlarea-TableOperations','insert row before','Insert row before'),('en','htmlarea-TableOperations','justify','Justify'),('en','htmlarea-TableOperations','layout','Layout'),('en','htmlarea-TableOperations','left','Left'),('en','htmlarea-TableOperations','margin','Margin'),('en','htmlarea-TableOperations','merge cells','Merge cells'),('en','htmlarea-TableOperations','middle','Middle'),('en','htmlarea-TableOperations','no rules','No rules'),('en','htmlarea-TableOperations','no sides','No sides'),('en','htmlarea-TableOperations','padding','Padding'),('en','htmlarea-TableOperations','percent','percent'),('en','htmlarea-TableOperations','pixels','pixels'),('en','htmlarea-TableOperations','please click into some cell','Please click into some cell'),('en','htmlarea-TableOperations','right','Right'),('en','htmlarea-TableOperations','row properties','Row Properties'),('en','htmlarea-TableOperations','rules','Rules'),('en','htmlarea-TableOperations','rules will appear between all rows and columns','Rules will appear between all rows and columns'),('en','htmlarea-TableOperations','rules will appear between columns only','Rules will appear between columns only'),('en','htmlarea-TableOperations','rules will appear between rows only','Rules will appear between rows only'),('en','htmlarea-TableOperations','spacing','Spacing'),('en','htmlarea-TableOperations','spacing and padding','Spacing and padding'),('en','htmlarea-TableOperations','split cell','Split cell'),('en','htmlarea-TableOperations','split column','Split column'),('en','htmlarea-TableOperations','split row','Split row'),('en','htmlarea-TableOperations','style [css]','Style [CSS]'),('en','htmlarea-TableOperations','summary','Summary'),('en','htmlarea-TableOperations','table properties','Table properties'),('en','htmlarea-TableOperations','text align','Text align'),('en','htmlarea-TableOperations','the bottom side only','The bottom side only'),('en','htmlarea-TableOperations','the left-hand side only','The left-hand side only'),('en','htmlarea-TableOperations','the right and left sides only','The right and left sides only'),('en','htmlarea-TableOperations','the right-hand side only','The right-hand side only'),('en','htmlarea-TableOperations','the top and bottom sides only','The top and bottom sides only'),('en','htmlarea-TableOperations','the top side only','The top side only'),('en','htmlarea-TableOperations','top','Top'),('en','htmlarea-TableOperations','unset color','Unset color'),('en','htmlarea-TableOperations','vertical align','Vertical align'),('en','htmlarea-TableOperations','width','Width'),('en','htmlarea-ListType','choose list style type (for ordered lists)','Choose list style type (for ordered lists)'),('en','htmlarea-ListType','decimal numbers','Decimal numbers'),('en','htmlarea-ListType','lower greek letters','Lower greek letters'),('en','htmlarea-ListType','lower latin letters','Lower latin letters'),('en','htmlarea-ListType','lower roman numbers','Lower roman numbers'),('en','htmlarea-ListType','upper latin letters','Upper latin letters'),('en','htmlarea-ListType','upper roman numbers','Upper roman numbers'),('en','htmlarea-SpellChecker','dictionary','Dictionary'),('en','htmlarea-SpellChecker','finished list of mispelled words','Finished list of mispelled words'),('en','htmlarea-SpellChecker','i will open it in a new page.','I will open it in a new page.'),('en','htmlarea-SpellChecker','ignore','Ignore'),('en','htmlarea-SpellChecker','ignore all','Ignore all'),('en','htmlarea-SpellChecker','no mispelled words found with the selected dictionary.','No mispelled words found with the selected dictionary.'),('en','htmlarea-SpellChecker','original word','Original word'),('en','htmlarea-SpellChecker','please confirm that you want to open this link','Please confirm that you want to open this link'),('en','htmlarea-SpellChecker','please wait. calling spell checker.','Please wait. Calling spell checker.'),('en','htmlarea-SpellChecker','please wait: changing dictionary to','Please wait: changing dictionary to'),('en','htmlarea-SpellChecker','pliz weit ;-)','pliz weit ;-)'),('en','htmlarea-SpellChecker','re-check','Re-check'),('en','htmlarea-SpellChecker','replace','Replace'),('en','htmlarea-SpellChecker','replace all','Replace all'),('en','htmlarea-SpellChecker','replace with','Replace with'),('en','htmlarea-SpellChecker','revert','Revert'),('en','htmlarea-SpellChecker','spell check complete, didn\'t find any mispelled words. closing now...','Spell check complete, didn\'t find any mispelled words. Closing now...'),('en','htmlarea-SpellChecker','spell-check','Spell-check'),('en','htmlarea-SpellChecker','suggestions','Suggestions'),('en','htmlarea-SpellChecker','this will drop changes and quit spell checker. please confirm.','This will drop changes and quit spell checker. Please confirm.'),('en','login','sorry, your login has expired','Sorry, your login has expired'),('en','login','you have been successfully logged out','You have been successfully logged out'),('en','login','your session could not be verified.','Your session could not be verified.'),('en','htmlarea-UploadImage','upload image','Upload Image'),('en','admin','%1 - %2 of %3 user accounts','%1 - %2 of %3 user accounts'),('en','admin','%1 - %2 of %3 user groups','%1 - %2 of %3 user groups'),('en','admin','%1 not found or not executable !!!','%1 not found or not executable !!!'),('en','admin','(stored password will not be shown here)','(Stored password will not be shown here)'),('en','admin','(to install new applications use<br><a href=\"setup/\" target=\"setup\">setup</a> [manage applications] !!!)','(To install new applications use<br><a href=\"setup/\" target=\"setup\">Setup</a> [Manage Applications] !!!)'),('en','admin','accesslog and bruteforce defense','AccessLog and BruteForce defense'),('en','admin','account active','Account active'),('en','admin','account list','Account list'),('en','admin','account permissions','Account permissions'),('en','admin','account preferences','Account Preferences'),('en','admin','acl manager','ACL Manager'),('en','admin','activate wysiwyg-editor','activate WYSIWYG-editor'),('en','admin','add a category','add a category'),('en','admin','add a group','add a group'),('en','admin','add a new account.','Add a new account.'),('en','admin','add a subcategory','add a subcategory'),('en','admin','add a user','add a user'),('en','admin','add account','Add account'),('en','admin','add application','Add application'),('en','admin','add auto-created users to this group (\'default\' will be attempted if this is empty.)','Add auto-created users to this group (\'Default\' will be attempted if this is empty.)'),('en','admin','add global category','Add global category'),('en','admin','add global category for %1','Add global category for %1'),('en','admin','add group','Add group'),('en','admin','add new account','Add new account'),('en','admin','add new application','Add new application'),('en','admin','add peer server','Add Peer Server'),('en','admin','add sub-category','Add sub-category'),('en','admin','admin email','Admin Email'),('en','admin','admin email addresses (comma-separated) to be notified about the blocking (empty for no notify)','Admin email addresses (comma-separated) to be notified about the blocking (empty for no notify)'),('en','admin','admin name','Admin Name'),('en','admin','admins','Admins'),('en','admin','after how many unsuccessful attempts to login, an account should be blocked (default 3) ?','After how many unsuccessful attempts to login, an account should be blocked (default 3) ?'),('en','admin','after how many unsuccessful attempts to login, an ip should be blocked (default 3) ?','After how many unsuccessful attempts to login, an IP should be blocked (default 3) ?'),('en','admin','all records and account information will be lost!','All records and account information will be lost!'),('en','admin','all users','All Users'),('en','admin','allow anonymous access to this app','Allow anonymous access to this app'),('en','admin','anonymous user','Anonymous user'),('en','admin','anonymous user (not shown in list sessions)','Anonymous User (not shown in list sessions)'),('en','admin','appearance','Appearance'),('en','admin','application','Application'),('en','admin','application name','Application name'),('en','admin','application title','Application title'),('en','admin','applications','Applications'),('en','admin','applications list','Applications list'),('en','admin','apply','apply'),('en','admin','are you sure you want to delete the application %1 ?','Are you sure you want to delete the application %1 ?'),('en','admin','are you sure you want to delete this account ?','Are you sure you want to delete this account ?'),('en','admin','are you sure you want to delete this application ?','Are you sure you want to delete this application ?'),('en','admin','are you sure you want to delete this global category ?','Are you sure you want to delete this global category ?'),('en','admin','are you sure you want to delete this group ?','Are you sure you want to delete this group ?'),('en','admin','are you sure you want to delete this server?','Are you sure you want to delete this server?'),('en','admin','are you sure you want to kill this session ?','Are you sure you want to kill this session ?'),('en','admin','async services last executed','Async services last executed'),('en','admin','asynchronous timed services','Asynchronous timed services'),('en','admin','asyncservices not yet installed or other error (%1) !!!','asyncservices not yet installed or other error (%1) !!!'),('en','admin','attempt to use correct mimetype for ftp instead of default \'application/octet-stream\'','Attempt to use correct mimetype for FTP instead of default \'application/octet-stream\''),('en','admin','authentication / accounts','Authentication / Accounts'),('en','admin','auto create account records for authenticated users','Auto create account records for authenticated users'),('en','admin','back to the list','back to the list'),('en','admin','bi-dir passthrough','bi-dir passthrough'),('en','admin','bi-directional','bi-directional'),('en','admin','bottom','bottom'),('en','admin','calculate next run','Calculate next run'),('en','admin','can change password','Can change password'),('en','admin','cancel testjob!','Cancel TestJob!'),('en','admin','categories list','Categories list'),('en','admin','category %1 has been saved !','Category %1 has been saved !'),('en','admin','category list','Category list'),('en','admin','change acl rights','change ACL Rights'),('en','admin','change config settings','Change config settings'),('en','admin','change main screen message','Change main screen message'),('en','admin','check ip address of all sessions','Check IP address of all sessions'),('en','admin','check items to <b>%1</b> to %2 for %3','Check items to <b>%1</b> to %2 for %3'),('en','admin','click to select a color','Click to select a color'),('en','admin','color','Color'),('en','admin','country selection','Country Selection'),('en','admin','create group','Create Group'),('en','admin','crontab only (recomended)','crontab only (recomended)'),('en','admin','data','Data'),('en','admin','day','Day'),('en','admin','day of week<br>(0-6, 0=sun)','Day of week<br>(0-6, 0=Sun)'),('en','admin','default','Default'),('en','admin','default file system space per user','Default file system space per user'),('en','admin','default file system space per user/group ?','Default file system space per user/group ?'),('en','admin','deinstall crontab','Deinstall crontab'),('en','admin','delete account','Delete account'),('en','admin','delete all records','Delete All Records'),('en','admin','delete application','Delete application'),('en','admin','delete category','Delete category'),('en','admin','delete group','Delete group'),('en','admin','delete peer server','Delete peer server'),('en','admin','delete the category','delete the category'),('en','admin','delete the group','delete the group'),('en','admin','delete this category','delete this category'),('en','admin','delete this group','delete this group'),('en','admin','delete this user','delete this user'),('en','admin','deny access to access log','Deny access to access log'),('en','admin','deny access to application registery','Deny access to application registery'),('en','admin','deny access to applications','Deny access to applications'),('en','admin','deny access to asynchronous timed services','Deny access to asynchronous timed services'),('en','admin','deny access to current sessions','Deny access to current sessions'),('en','admin','deny access to error log','Deny access to error log'),('en','admin','deny access to global categories','Deny access to global categories'),('en','admin','deny access to groups','Deny access to groups'),('en','admin','deny access to mainscreen message','Deny access to mainscreen message'),('en','admin','deny access to peer servers','Deny access to peer servers'),('en','admin','deny access to phpinfo','Deny access to phpinfo'),('en','admin','deny access to site configuration','Deny access to site configuration'),('en','admin','deny access to user accounts','Deny access to user accounts'),('en','admin','deny all users access to grant other users access to their entries ?','Deny all users access to grant other users access to their entries ?'),('en','admin','description can not exceed 255 characters in length !','Description can not exceed 255 characters in length !'),('en','admin','disable \"auto completion\" of the login form','Disable \"auto completion\" of the login form'),('en','admin','disable wysiwyg-editor','disable WYSIWYG-editor'),('en','admin','disabled (not recomended)','disabled (not recomended)'),('en','admin','display','Display'),('en','admin','do not delete the category and return back to the list','do NOT delete the category and return back to the list'),('en','admin','do you also want to delete all global subcategories ?','Do you also want to delete all global subcategories ?'),('en','admin','do you want to delete all global subcategories ?','Do you want to delete all global subcategories ?'),('en','admin','do you want to move all global subcategories one level down ?','Do you want to move all global subcategories one level down ?'),('en','admin','edit account','Edit account'),('en','admin','edit application','Edit application'),('en','admin','edit global category','Edit global category'),('en','admin','edit global category for %1','Edit global category for %1'),('en','admin','edit group','Edit Group'),('en','admin','edit group acl\'s','edit group ACL\'s'),('en','admin','edit login screen message','Edit login screen message'),('en','admin','edit main screen message','Edit main screen message'),('en','admin','edit peer server','Edit Peer Server'),('en','admin','edit table format','Edit Table format'),('en','admin','edit this category','edit this category'),('en','admin','edit this group','edit this group'),('en','admin','edit this user','edit this user'),('en','admin','edit user','edit user'),('en','admin','edit user account','Edit user account'),('en','admin','enable debug-messages','Enable debug-messages'),('en','admin','enabled - hidden from navbar','Enabled - Hidden from navbar'),('en','admin','enabled - popup window','Enabled - Popup Window'),('en','admin','enter a description for the category','enter a description for the category'),('en','admin','enter some random text for app_session <br>encryption (requires mcrypt)','Enter some random text for app_session <br>encryption (requires mcrypt)'),('en','admin','enter the background color for the login page','Enter the background color for the login page'),('en','admin','enter the background color for the site title','Enter the background color for the site title'),('en','admin','enter the full path for temporary files.<br>examples: /tmp, c:\\temp','Enter the full path for temporary files.<br>Examples: /tmp, C:\\TEMP'),('en','admin','enter the full path for users and group files.<br>examples: /files, e:\\files','Enter the full path for users and group files.<br>Examples: /files, E:\\FILES'),('en','admin','enter the hostname of the machine on which this server is running','Enter the hostname of the machine on which this server is running'),('en','admin','enter the search string. to show all entries, empty this field and press the submit button again','Enter the search string. To show all entries, empty this field and press the SUBMIT button again'),('en','admin','enter the site password for peer servers','Enter the site password for peer servers'),('en','admin','enter the site username for peer servers','Enter the site username for peer servers'),('en','admin','enter the title for your site','Enter the title for your site'),('en','admin','enter the title of your logo','Enter the title of your logo'),('en','admin','enter the url or filename (in phpgwapi/templates/default/images) of your logo','Enter the URL or filename (in phpgwapi/templates/default/images) of your logo'),('en','admin','enter the url where your logo should link to','Enter the url where your logo should link to'),('en','admin','enter your default ftp server','Enter your default FTP server'),('en','admin','enter your default mail domain ( from: user@domain )','Enter your default mail domain ( From: user@domain )'),('en','admin','enter your http proxy server','Enter your HTTP proxy server'),('en','admin','enter your http proxy server port','Enter your HTTP proxy server port'),('en','admin','enter your smtp server hostname or ip address','Enter your SMTP server hostname or IP address'),('en','admin','enter your smtp server port','Enter your SMTP server port'),('en','admin','error canceling timer, maybe there\'s none set !!!','Error canceling timer, maybe there\'s none set !!!'),('en','admin','error setting timer, wrong syntax or maybe there\'s one already running !!!','Error setting timer, wrong syntax or maybe there\'s one already running !!!'),('en','admin','error: %1 not found or other error !!!','Error: %1 not found or other error !!!'),('en','admin','expires','Expires'),('en','admin','fallback (after each pageview)','fallback (after each pageview)'),('en','admin','file space','File space'),('en','admin','file space must be an integer','File space must be an integer'),('en','admin','find and register all application hooks','Find and Register all Application Hooks'),('en','admin','for the times above','for the times above'),('en','admin','for the times below (empty values count as \'*\', all empty = every minute)','for the times below (empty values count as \'*\', all empty = every minute)'),('en','admin','force selectbox','Force Selectbox'),('en','admin','group ?','group ?'),('en','admin','group list','Group list'),('en','admin','group manager','Group Manager'),('en','admin','group name','Group Name'),('en','admin','hide php information','hide php information'),('en','admin','home directory','Home directory'),('en','admin','host information','Host information'),('en','admin','hour<br>(0-23)','Hour<br>(0-23)'),('en','admin','how many days should entries stay in the access log, before they get deleted (default 90) ?','How many days should entries stay in the access log, before they get deleted (default 90) ?'),('en','admin','how many minutes should an account or ip be blocked (default 30) ?','How many minutes should an account or IP be blocked (default 30) ?'),('en','admin','icon','Icon'),('en','admin','idle','idle'),('en','admin','if no acl records for user or any group the user is a member of','If no ACL records for user or any group the user is a member of'),('en','admin','if using ldap, do you want to manage homedirectory and loginshell attributes?','If using LDAP, do you want to manage homedirectory and loginshell attributes?'),('en','admin','inbound','inbound'),('en','admin','install crontab','Install crontab'),('en','admin','installed crontab','Installed crontab'),('en','admin','interface','Interface'),('en','admin','ip','IP'),('en','admin','jobs','Jobs'),('en','admin','kill','Kill'),('en','admin','kill session','Kill session'),('en','admin','last %1 logins','Last %1 logins'),('en','admin','last %1 logins for %2','Last %1 logins for %2'),('en','admin','last login','last login'),('en','admin','last login from','last login from'),('en','admin','last time read','Last Time Read'),('en','admin','ldap accounts context','LDAP accounts context'),('en','admin','ldap default homedirectory prefix (e.g. /home for /home/username)','LDAP Default homedirectory prefix (e.g. /home for /home/username)'),('en','admin','ldap default shell (e.g. /bin/bash)','LDAP Default shell (e.g. /bin/bash)'),('en','admin','ldap encryption type','LDAP encryption type'),('en','admin','ldap groups context','LDAP groups context'),('en','admin','ldap host','LDAP host'),('en','admin','ldap root password','LDAP root password'),('en','admin','ldap rootdn','LDAP rootdn'),('en','admin','leave the category untouched and return back to the list','leave the category untouched and return back to the list'),('en','admin','leave the group untouched and return back to the list','Leave the group untouched and return back to the list'),('en','admin','list config settings','List config settings'),('en','admin','list current sessions','List current sessions'),('en','admin','list of current users','list of current users'),('en','admin','login message','Login message'),('en','admin','login screen','Login screen'),('en','admin','login shell','Login shell'),('en','admin','login time','Login Time'),('en','admin','mail settings','Mail settings'),('en','admin','main screen message','Main screen message'),('en','admin','manager','Manager'),('en','admin','maximum account id (e.g. 65535 or 1000000)','Maximum account id (e.g. 65535 or 1000000)'),('en','admin','maximum entries in click path history','Maximum entries in click path history'),('en','admin','message has been updated','message has been updated'),('en','admin','method','Method'),('en','admin','minimum account id (e.g. 500 or 100, etc.)','Minimum account id (e.g. 500 or 100, etc.)'),('en','admin','minute','Minute'),('en','admin','mode','Mode'),('en','admin','month','Month'),('en','admin','new group name','New group name'),('en','admin','new password [ leave blank for no change ]','New password [ Leave blank for no change ]'),('en','admin','next run','Next run'),('en','admin','no algorithms available','no algorithms available'),('en','admin','no jobs in the database !!!','No jobs in the database !!!'),('en','admin','no login history exists for this user','No login history exists for this user'),('en','admin','no matches found','No matches found'),('en','admin','no modes available','no modes available'),('en','admin','no permission to add groups','no permission to add groups'),('en','admin','no permission to add users','no permission to add users'),('en','admin','no permission to create groups','no permission to create groups'),('en','admin','note: ssl available only if php is compiled with curl support','Note: SSL available only if PHP is compiled with curl support'),('en','admin','outbound','outbound'),('en','admin','passthrough','passthrough'),('en','admin','password for smtp-authentication','Password for SMTP-authentication'),('en','admin','path information','Path information'),('en','admin','peer server list','Peer server list'),('en','admin','peer servers','Peer servers'),('en','admin','percent of users that logged out','Percent of users that logged out'),('en','admin','percent this user has logged out','Percent this user has logged out'),('en','admin','permissions','Permissions'),('en','admin','permissions this group has','Permissions this group has'),('en','admin','phpinfo','PHP information'),('en','admin','please enter a name','Please enter a name'),('en','admin','please enter a name for that server !','Please enter a name for that server !'),('en','admin','primary group','primary Group'),('en','admin','re-enter password','Re-enter password'),('en','admin','register application hooks','Register application hooks'),('en','admin','remove all users from this group','Remove all users from this group'),('en','admin','remove all users from this group ?','Remove all users from this group ?'),('en','admin','return to admin mainscreen','return to admin mainscreen'),('en','admin','return to view account','Return to view account'),('en','admin','run asynchronous services','Run Asynchronous services'),('en','admin','save the category','save the category'),('en','admin','save the category and return back to the list','save the category and return back to the list'),('en','admin','search accounts','Search accounts'),('en','admin','search categories','Search categories'),('en','admin','search groups','Search groups'),('en','admin','search peer servers','Search peer servers'),('en','admin','security','Security'),('en','admin','select group managers','Select Group Managers'),('en','admin','select permissions this group will have','Select permissions this group will have'),('en','admin','select the parent category. if this is a main category select no category','Select the parent category. If this is a main category select NO CATEGORY'),('en','admin','select users for inclusion','Select users for inclusion'),('en','admin','select where you want to store/retrieve filesystem information','Select where you want to store/retrieve filesystem information'),('en','admin','select where you want to store/retrieve user accounts','Select where you want to store/retrieve user accounts'),('en','admin','select which location this app should appear on the navbar, lowest (left) to highest (right)','Select which location this app should appear on the navbar, lowest (left) to highest (right)'),('en','admin','selectbox','Selectbox'),('en','admin','server %1 has been updated','Server %1 has been updated'),('en','admin','server list','Server List'),('en','admin','server password','Server Password'),('en','admin','server type(mode)','Server Type(mode)'),('en','admin','server url','Server URL'),('en','admin','server username','Server Username'),('en','admin','set preference values.','Set preference values.'),('en','admin','should the login page include a language selectbox (useful for demo-sites) ?','Should the login page include a language selectbox (useful for demo-sites) ?'),('en','admin','show \'powered by\' logo on','Show \'powered by\' logo on'),('en','admin','show access log','Show access log'),('en','admin','show current action','Show current action'),('en','admin','show error log','Show error log'),('en','admin','show phpinfo()','Show phpinfo()'),('en','admin','show session ip address','Show session IP address'),('en','admin','site','Site'),('en','admin','soap','SOAP'),('en','admin','sorry, that group name has already been taken.','Sorry, that group name has already been taken.'),('en','admin','sorry, the above users are still a member of the group %1','Sorry, the above users are still a member of the group %1'),('en','admin','sorry, the follow users are still a member of the group %1','Sorry, the follow users are still a member of the group %1'),('en','admin','sort the entries','sort the entries'),('en','admin','ssl','ssl'),('en','admin','standard','standard'),('en','admin','start testjob!','Start TestJob!'),('en','admin','submit changes','Submit Changes'),('en','admin','submit the search string','Submit the search string'),('en','admin','template selection','Template Selection'),('en','admin','text entry','Text Entry'),('en','admin','that application name already exists.','That application name already exists.'),('en','admin','that application order must be a number.','That application order must be a number.'),('en','admin','that loginid has already been taken','That loginid has already been taken'),('en','admin','that name has been used already','That name has been used already'),('en','admin','that server name has been used already !','That server name has been used already !'),('en','admin','the groups must include the primary group','The groups must include the primary group'),('en','admin','the login and password can not be the same','The login and password can not be the same'),('en','admin','the loginid can not be more then 8 characters','The loginid can not be more then 8 characters'),('en','admin','the testjob sends you a mail everytime it is called.','The TestJob sends you a mail everytime it is called.'),('en','admin','the two passwords are not the same','The two passwords are not the same'),('en','admin','the users bellow are still members of group %1','the users bellow are still members of group %1'),('en','admin','there already is a group with this name. userid\'s can not have the same name as a groupid','There already is a group with this name. Userid\'s can not have the same name as a groupid'),('en','admin','they must be removed before you can continue','They must be removed before you can continue'),('en','admin','this category is currently being used by applications as a parent category','This category is currently being used by applications as a parent category.'),('en','admin','timeout for application session data in seconds (default 86400 = 1 day)','Timeout for application session data in seconds (default 86400 = 1 day)'),('en','admin','timeout for sessions in seconds (default 14400 = 4 hours)','Timeout for sessions in seconds (default 14400 = 4 hours)'),('en','admin','times','Times'),('en','admin','top','top'),('en','admin','total records','Total records'),('en','admin','trust level','Trust Level'),('en','admin','trust relationship','Trust Relationship'),('en','admin','under windows you need to install the asyncservice %1manually%2 or use the fallback mode. fallback means the jobs get only checked after each page-view !!!','Under windows you need to install the asyncservice %1manually%2 or use the fallback mode. Fallback means the jobs get only checked after each page-view !!!'),('en','admin','use cookies to pass sessionid','Use cookies to pass sessionid'),('en','admin','use pure html compliant code (not fully working yet)','Use pure HTML compliant code (not fully working yet)'),('en','admin','use theme','Use theme'),('en','admin','user accounts','User accounts'),('en','admin','user data','User Data'),('en','admin','user for smtp-authentication (leave it empty if no auth required)','User for SMTP-authentication (leave it empty if no auth required)'),('en','admin','user groups','User groups'),('en','admin','userdata','userdata'),('en','admin','view access log','View access log'),('en','admin','view account','View account'),('en','admin','view category','View category'),('en','admin','view error log','View error log'),('en','admin','view sessions','View sessions'),('en','admin','view this user','view this user'),('en','admin','view user account','View user account'),('en','admin','who would you like to transfer all records owned by the deleted user to?','Who would you like to transfer ALL records owned by the deleted user to?'),('en','admin','would you like egroupware to check for a new version<br>when admins login ?','Would you like eGroupWare to check for a new version<br>when admins login ?'),('en','admin','would you like egroupware to check for new application versions when admins login ?','Would you like eGroupWare to check for new application versions when admins login ?'),('en','admin','would you like egroupware to cache the egw info array ?','Would you like eGroupWare to cache the egw info array ?'),('en','admin','would you like to automaticaly load new langfiles (at login-time) ?','Would you like to automatically load new langfiles (at login-time) ?'),('en','admin','would you like to show each application\'s upgrade status ?','Would you like to show each application\'s upgrade status ?'),('en','admin','xml-rpc','XML-RPC'),('en','admin','you have entered an invalid expiration date','You have entered an invalid expiration date'),('en','admin','you must add at least 1 permission or group to this account','You must add at least 1 permission or group to this account'),('en','admin','you must enter a group name.','You must enter a group name.'),('en','admin','you must enter a lastname','You must enter a lastname'),('en','admin','you must enter a loginid','You must enter a loginid'),('en','admin','you must enter an application name and title.','You must enter an application name and title.'),('en','admin','you must enter an application name.','You must enter an application name.'),('en','admin','you must enter an application title.','You must enter an application title.'),('en','admin','you must select a file type','You must select a file type'),('en','admin','you will need to remove the subcategories before you can delete this category','You will need to remove the subcategories before you can delete this category !'),('en','common','acl rights','ACL Rights'),('en','common','are you sure you want to delete this category ?','Are you sure you want to delete this category ?'),('en','common','global categories','Global Categories'),('en','common','installed applications','Installed applications'),('en','common','login history','Login History'),('en','common','site configuration','Site configuration'),('en','preferences','%1 - preferences','%1 - Preferences'),('en','preferences','%1 hours','%1 hours'),('en','preferences','12 hour','12 hour'),('en','preferences','24 hour','24 hour'),('en','preferences','a template defines the layout of phpgroupware and it contains icons for each application.','A template defines the layout of eGroupWare and it contains icons for each application.'),('en','preferences','a theme defines the colors and fonts used by the template.','A theme defines the colors and fonts used by the template.'),('en','preferences','acl grants have been updated','ACL grants have been updated'),('en','preferences','any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview.','Any listing in eGroupWare will show you this number of entries or lines per page.<br>Too many slow down the page display, too less will cost you the overview.'),('en','preferences','change your password','Change your Password'),('en','preferences','change your profile','Change your profile'),('en','preferences','change your settings','Change your Settings'),('en','preferences','click to select a color','Click to select a color'),('en','preferences','color','Color'),('en','preferences','country','Country'),('en','preferences','date format','Date format'),('en','preferences','default','default'),('en','preferences','default application','Default application'),('en','preferences','default preferences','Default Preferences'),('en','preferences','delete categories','Delete Categories'),('en','preferences','description can not exceed 255 characters in length !','Description can not exceed 255 characters in length !'),('en','preferences','do you prefer a 24 hour time format, or a 12 hour one with am/pm attached.','Do you prefer a 24 hour time format, or a 12 hour one with am/pm attached.'),('en','preferences','edit custom fields','edit custom fields'),('en','preferences','enter your new password','Enter your new password'),('en','preferences','error: there was a problem finding the preference file for %1 in %2','Error: There was a problem finding the preference file for %1 in %2'),('en','preferences','failed to change password. please contact your administrator.','Failed to change password. Please contact your administrator.'),('en','preferences','forced preferences','Forced Preferences'),('en','preferences','help off','Help off'),('en','preferences','hours','hours'),('en','preferences','how do you like to display accounts','How would you like to display accounts'),('en','preferences','how do you like to select accounts','How would you like to select accounts'),('en','preferences','how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time.','How many hours are you in front or after the timezone of the server.<br>If you are in the same time zone as the server select 0 hours, else select your locale date and time.'),('en','preferences','how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','How many icons should be shown in the navigation bar at the top of the page. Additional icons go into a pulldown menu, callable by the icon on the far right side of the navbar.'),('en','preferences','how should phpgroupware display dates for you.','How should eGroupWare display dates for you.'),('en','preferences','icon','Icon'),('en','preferences','icons and text','Icons and text'),('en','preferences','icons only','icons only'),('en','preferences','in which country are you. this is used to set certain defaults for you.','In which country are you. This is used to set certain defaults for you.'),('en','preferences','interface/template selection','Interface/Template Selection'),('en','preferences','max matches per page','Max matches per page'),('en','preferences','max number of icons in navbar','Max number of icons in navigation bar'),('en','preferences','no default','No default'),('en','preferences','note: this feature does *not* change your email password. this will need to be done manually.','Note: This feature does *not* change your email password. This will need to be done manually.'),('en','preferences','please, select a new theme','Please, select a new theme'),('en','preferences','popup with search','Popup with search'),('en','preferences','re-enter your password','Re-Enter your password'),('en','preferences','select different theme','Select different Theme'),('en','preferences','select the language of texts and messages within phpgroupware.<br>some languages may not contain all messages, in that case you will see an english message.','Select the language of texts and messages within eGroupWare.<br>Some languages may not contain all messages, in that case you will see an english message.'),('en','preferences','selectbox','Selectbox'),('en','preferences','selectbox with primary group and search','Selectbox with primary group and search'),('en','preferences','set this to your convenience. for security reasons, you might not want to show your loginname in public.','Set this to your liking. For security reasons, you might not want to show your Username in public.'),('en','preferences','should the number of active sessions be displayed for you all the time.','Should the number of active sessions be displayed for you all the time.'),('en','preferences','should this help messages shown up always, when you enter the preferences or only on request.','Should these help messages always display when modifying preferences, or only on request.'),('en','preferences','show helpmessages by default','Show help messages by default'),('en','preferences','show navigation bar as','Show navigation bar as'),('en','preferences','show number of current users','Show number of current users'),('en','preferences','show text on navigation icons','Show text on navigation icons'),('en','preferences','text only','Text only'),('en','preferences','the default application will be started when you enter phpgroupware or click on the homepage icon.<br>you can also have more than one application showing up on the homepage, if you don\'t choose a specific application here (has to','The default application will be started when you enter eGroupWare or click on the homepage icon.<br>You can also have more than one application showing up on the homepage, if you don\'t choose a specific application here (has to be configured in the preferences of each application).'),('en','preferences','the selectbox shows all available users (can be very slow on big installs with many users). the popup can search users by name or group.','The selectbox shows all available users (can be very slow on big installs with many users). The popup can search users by name or group.'),('en','preferences','the two passwords are not the same','The two passwords are not the same'),('en','preferences','theme (colors/fonts) selection','Theme (colors/fonts) Selection'),('en','preferences','this server is located in the %1 timezone','This server is located in the %1 timezone'),('en','preferences','time format','Time format'),('en','preferences','use default','Use default'),('en','preferences','users choice','Users choice'),('en','preferences','when you say yes the home and logout buttons are presented as applications in the main top applcation bar.','When you say yes the home and logout buttons are presented as applications in the main top applcation bar.'),('en','preferences','which currency symbol or name should be used in phpgroupware.','Which currency symbol or name should be used in eGroupWare.'),('en','preferences','you can show the applications as icons only, icons with app-name or both.','You can show the applications as icons only, icons with app-name or both.'),('en','preferences','you do not have permission to set acl\'s in this mode!','You do not have permission to set ACL\'s in this mode!'),('en','preferences','you must enter a password','You must enter a password'),('en','preferences','your current theme is: %1','your current theme is: %1'),('en','preferences','your preferences','Your Preferences'),('en','addressbook','%1 records imported','%1 records imported'),('en','addressbook','%1 records read (not yet imported, you may go %2back%3 and uncheck test import)','%1 records read (not yet imported, you may go %2back%3 and uncheck Test Import)'),('en','addressbook','(e.g. 1969)','(e.g. 1969)'),('en','addressbook','<b>no conversion type <none> could be located.</b> please choose a conversion type from the list','<b>No conversion type <none> could be located.</b> Please choose a conversion type from the list'),('en','addressbook','@-eval() is only availible to admins!!!','@-eval() is only availible to admins!!!'),('en','addressbook','actions','Actions'),('en','addressbook','add a single entry by passing the fields.','Add a single entry by passing the fields.'),('en','addressbook','add custom field','Add Custom Field'),('en','addressbook','address book - vcard in','Address book - VCard in'),('en','addressbook','address book - view','Address book - view'),('en','addressbook','address line 2','Address Line 2'),('en','addressbook','address line 3','Address Line 3'),('en','addressbook','address type','Address Type'),('en','addressbook','addressbook preferences','Addressbook preferences'),('en','addressbook','addressbook-fieldname','Addressbook-Fieldname'),('en','addressbook','addvcard','Add VCard'),('en','addressbook','alt. csv import','Alt. CSV Import'),('en','addressbook','are you sure you want to delete this field?','Are you sure you want to delete this field?'),('en','addressbook','bbs phone','BBS Phone'),('en','addressbook','blank','Blank'),('en','addressbook','business address type','Business Address Type'),('en','addressbook','business city','Business City'),('en','addressbook','business country','Business Country'),('en','addressbook','business email','Business EMail'),('en','addressbook','business email type','Business EMail Type'),('en','addressbook','business fax','Business Fax'),('en','addressbook','business phone','Business Phone'),('en','addressbook','business state','Business State'),('en','addressbook','business street','Business Street'),('en','addressbook','business zip code','Business Postal Code'),('en','addressbook','car phone','Car Phone'),('en','addressbook','cell phone','Mobile phone'),('en','addressbook','charset of file','Charset of file'),('en','addressbook','copied by %1, from record #%2.','Copied by %1, from record #%2.'),('en','addressbook','csv-fieldname','CSV-Fieldname'),('en','addressbook','csv-filename','CSV-Filename'),('en','addressbook','custom','Custom'),('en','addressbook','custom fields','Custom Fields'),('en','addressbook','debug output in browser','Debug output in browser'),('en','addressbook','default filter','Default Filter'),('en','addressbook','delete a single entry by passing the id.','Delete a single entry by passing the id.'),('en','addressbook','download','Download'),('en','addressbook','download export file (uncheck to debug output in browser)','Download export file (Uncheck to debug output in browser)'),('en','addressbook','edit custom field','Edit Custom Field'),('en','addressbook','empty for all','empty for all'),('en','addressbook','enter the path to the exported file here','Enter the path to the exported file here'),('en','addressbook','export contacts','Export Contacts'),('en','addressbook','export file name','Export file name'),('en','addressbook','export from addressbook','Export from Addressbook'),('en','addressbook','extra','Extra'),('en','addressbook','fax','Fax'),('en','addressbook','field %1 has been added !','Field %1 has been added !'),('en','addressbook','field %1 has been updated !','Field %1 has been updated !'),('en','addressbook','field name','Field Name'),('en','addressbook','fields to show in address list','Fields to show in address list'),('en','addressbook','fieldseparator','Fieldseparator'),('en','addressbook','full name','Full Name'),('en','addressbook','geo','GEO'),('en','addressbook','home address type','Home Address Type'),('en','addressbook','home city','Home City'),('en','addressbook','home country','Home Country'),('en','addressbook','home email','Home EMail'),('en','addressbook','home email type','Home EMail Type'),('en','addressbook','home phone','Home Phone'),('en','addressbook','home state','Home State'),('en','addressbook','home street','Home Street'),('en','addressbook','home zip code','Home ZIP Code'),('en','addressbook','import','Import'),('en','addressbook','import contacts','Import Contacts'),('en','addressbook','import csv-file into addressbook','Import CSV-File into Addressbook'),('en','addressbook','import file','Import File'),('en','addressbook','import from','Import from'),('en','addressbook','import multiple vcard','Import Multiple VCard'),('en','addressbook','import from ldif, csv, or vcard','Import from LDIF, CSV, or VCard'),('en','addressbook','import from outlook','Import from Outlook'),('en','addressbook','import next set','Import next set'),('en','addressbook','import_instructions','In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in LDIF format.<p>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <p>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.'),('en','addressbook','isdn phone','ISDN Phone'),('en','addressbook','label','Label'),('en','addressbook','ldif','LDIF'),('en','addressbook','line 2','Line 2'),('en','addressbook','load vcard','Load VCard'),('en','addressbook','mark records as private','Mark records as private'),('en','addressbook','message phone','Message Phone'),('en','addressbook','middle name','Middle Name'),('en','addressbook','mobile','Mobile'),('en','addressbook','mobile phone','Mobile Phone'),('en','addressbook','modem phone','Modem Phone'),('en','addressbook','multiple vcard','Multiple VCard'),('en','addressbook','no vcard','No VCard'),('en','addressbook','number of records to read (%1)','Number of records to read (%1)'),('en','addressbook','other number','Other Number'),('en','addressbook','other phone','Other Phone'),('en','addressbook','please enter a name for that field !','Please enter a name for that field !'),('en','addressbook','pref','pref'),('en','addressbook','prefix','Prefix'),('en','addressbook','public key','Public Key'),('en','addressbook','read a list of entries.','Read a list of entries.'),('en','addressbook','read a single entry by passing the id and fieldlist.','Read a single entry by passing the id and fieldlist.'),('en','addressbook','record access','Record Access'),('en','addressbook','record owner','Record owner'),('en','addressbook','select all','Select all'),('en','addressbook','select the type of conversion','Select the type of conversion'),('en','addressbook','select the type of conversion:','Select the type of conversion:'),('en','addressbook','show birthday reminders on main screen','Show birthday reminders on main screen'),('en','addressbook','startrecord','Startrecord'),('en','addressbook','successfully imported %1 records into your addressbook.','Successfully imported %1 record(s) into your addressbook.'),('en','addressbook','suffix','Suffix'),('en','addressbook','test import (show importable records <u>only</u> in browser)','Test Import (show importable records <u>only</u> in browser)'),('en','addressbook','that field name has been used already !','That field name has been used already !'),('en','addressbook','this person\'s first name was not in the address book.','This person\'s first name was not in the address book.'),('en','addressbook','this person\'s last name was not in the address book.','This person\'s last name was not in the address book.'),('en','addressbook','to many might exceed your execution-time-limit','to many might exceed your execution-time-limit'),('en','addressbook','translation','Translation'),('en','addressbook','update a single entry by passing the fields.','Update a single entry by passing the fields.'),('en','addressbook','use country list','Use Country List'),('en','addressbook','vcards require a first name entry.','VCards require a first name entry.'),('en','addressbook','vcards require a last name entry.','Vcards require a last name entry.'),('en','addressbook','video phone','Video Phone'),('en','addressbook','voice phone','Voice Phone'),('en','addressbook','work phone','Work Phone'),('en','addressbook','you must select a vcard. (*.vcf)','You must select a vcard. (*.vcf)'),('en','addressbook','you must select at least 1 column to display','You must select at least 1 column to display'),('en','addressbook','zip_note','<p><b>Note:</b> The file may be a zip file collection of .csv, .vcf, or .ldif files. However, do not mix file types per import.'),('en','common','address book','Address Book'),('en','common','birthday','Birthday'),('en','common','birthdays','Birthdays'),('en','common','business','Business'),('en','common','city','City'),('en','common','company name','Company Name'),('en','common','configuration','Configuration'),('en','common','contact','Contact'),('en','common','country','Country'),('en','common','department','Department'),('en','common','grant addressbook access','Grant Addressbook Access'),('en','common','pager','Pager'),('en','common','phone numbers','Phone Numbers'),('en','common','state','State'),('en','common','street','Street'),('en','common','today is %1\'s birthday!','Today is %1\'s birthday!'),('en','common','tomorrow is %1\'s birthday.','Tomorrow is %1\'s birthday.'),('en','common','vcard','VCard'),('en','common','zip code','ZIP Code'),('en','admin','contact application','Contact application'),('en','admin','contact settings','Contact Settings'),('en','admin','edit custom fields','Edit Custom Fields'),('en','admin','ldap context for contacts','LDAP context for contacts'),('en','admin','ldap host for contacts','LDAP host for contacts'),('en','admin','ldap root dn for contacts','LDAP root dn for contacts'),('en','admin','ldap root pw for contacts','LDAP root pw for contacts'),('en','admin','retrieve contacts','retrieve contacts'),('en','admin','select where you want to store','Select where you want to store'),('en','admin','warning!! ldap is valid only if you are not using contacts for accounts storage!','WARNING!! LDAP is valid only if you are NOT using contacts for accounts storage!'),('en','backup','absolute path of the backup directory','Absolute path of the backup directory (e.g.: /usr/local/www/egroupware/backup/archive)'),('en','backup','absolute path of the backup directory (eg.: /usr/local/www/egroupware/backup/archive','Absolute path of the backup directory (eg.: /usr/local/www/egroupware/backup/archive'),('en','backup','absolute path of the directory of egw backup application','Absolute path of the directory of EGW Backup application'),('en','backup','absolute path of the directory to store the backup script','Absolute path of the EGW Backup Application directory'),('en','backup','archive type','Select your archive type'),('en','backup','configuration backup','Backup Configuration'),('en','backup','configuration localhost','LocalhostConfiguration'),('en','backup','create backups of your data ?','Check to create backups of your data:'),('en','backup','daily','daily'),('en','backup','data','Data'),('en','backup','e-mail','Check to receive E-MAIL Notifications:'),('en','backup','e-mail notification?','E-MAIL Notification?'),('en','backup','interval','Interval'),('en','backup','ip or hostname','IP or hostname'),('en','backup','list backup archives','list backup archives'),('en','backup','monthly','monthly'),('en','backup','nfs','nfs'),('en','backup','no backup archives available !','No backup archives available !'),('en','backup','number of stored backup versions','Number of stored backups to keep beefore deleting old ones:'),('en','backup','operating system','Operating system'),('en','backup','please enter the path of the needed applications in *site configuration* !','Please enter the path of the needed applications in *Site configuration* !'),('en','backup','please enter the path to the backup dir and/or enable showing archives in egroupware !','Please enter the path to the backup dir and/or enable showing archives in eGroupWare !'),('en','backup','please enter username and password for remote connection !','Please enter username and password for remote connection !'),('en','backup','please select an application for transport to the remote host !','Please select an application for transport to the remote host !'),('en','backup','please set the path to a local dir to store the backup script !','Please set the path to a local dir to store the backup script !'),('en','backup','please set the path to the ldap database dir in *site configuration* !','Please set the path to the LDAP database dir in *Site configuration* !'),('en','backup','please set the path to the mysql database dir in *site configuration* !','Please set the path to the MySQL database dir in *Site configuration* !'),('en','backup','please set the path to the postgresql database dir in *site configuration* !','Please set the path to the PostgreSQL database dir in *Site configuration* !'),('en','backup','please set the values in *site configuration* !','Please set the values in *Site configuration* !'),('en','backup','please specify the ip of the remote host !','Please specify the ip of the remote host !'),('en','backup','please specify the name of the maildir in *site configuration* !','Please specify the name of the Maildir in *Site configuration* !'),('en','backup','please specify the path to the backup directory !','Please specify the path to the backup directory !'),('en','backup','please specify the path to the user-homedirectories in *site configuration* !','Please specify the path to the user-homedirectories in *Site configuration* !'),('en','backup','please write down you e-mail for beeing notified','Please write down you e-mail for beeing notified'),('en','backup','save backup locally ?','Check to save backup locally:'),('en','backup','select archive type','Select archive type'),('en','backup','select interval','Select interval'),('en','backup','show backup archives in egroupware ?','Check to show backup archives in eGroupWare:'),('en','backup','smbmount','smbmount'),('en','backup','sql','SQL'),('en','backup','tar.bz2','tar.bz2'),('en','backup','tar.gz','tar.gz'),('en','backup','the backup application is not configured for showing the archives in egroupware yet !','The backup application is not configured for showing the archives in eGroupWare yet !'),('en','backup','the directory to store the backup script must be outside of the webservers *documentroot* !','The directory to store the backup script must be inside of the webservers *DocumentRoot* !'),('en','backup','versions can only be a number !','Versions can only be a number !'),('en','backup','weekly','weekly'),('en','backup','your sql database isnt supported by this application !','Your SQL database isnt supported by this application !'),('en','common','backup','Backup'),('en','common','backup administration','Backup administration'),('en','common','ldap','LDAP'),('en','common','zip','zip'),('en','admin','bzip2','bzip2'),('en','admin','directory locations','Directory locations'),('en','admin','directory names','Directory names'),('en','admin','homedirs','Home directories'),('en','admin','ldap database','LDAP database'),('en','admin','maildir','Notification goes to E-Mail:'),('en','admin','mysql','MySQL'),('en','admin','pgsql','PostgreSQL'),('en','admin','php cgi','Full path to your PHP exec (eg: /usr/bin/php)'),('en','admin','program locations','Program locations'),('en','admin','settings','settings'),('en','admin','tar','tar'),('en','bookmarks','%1 bookmarks have been deleted','%1 bookmarks have been deleted'),('en','bookmarks','%1 bookmarks imported from %2 successfully.','%1 bookmarks imported from %2 successfully.'),('en','bookmarks','(comma separate multiple addresses)','(comma separate multiple addresses)'),('en','bookmarks','<b>note:</b> this currently works with netscape bookmarks only','<b>Note:</b> This currently works with netscape bookmarks only'),('en','bookmarks','all bookmarks','All bookmarks'),('en','bookmarks','and','And'),('en','bookmarks','append this message to mailed bookmarks','Append this message to mailed bookmarks'),('en','bookmarks','ascending','Ascending'),('en','bookmarks','bookmark changed sucessfully','Bookmark changed sucessfully'),('en','bookmarks','bookmark created successfully.','Bookmark created successfully.'),('en','bookmarks','bookmark deleted successfully','Bookmark deleted successfully.'),('en','bookmarks','bookmark not editable','Bookmark not editable'),('en','bookmarks','bookmark not readable','Bookmark not readable'),('en','bookmarks','bookmarks settings','Bookmarks Settings'),('en','bookmarks','change bookmark','Change Bookmark'),('en','bookmarks','close this window to return','close this window to return'),('en','bookmarks','create bookmark','Create bookmark'),('en','bookmarks','create new bookmark','Create new bookmark'),('en','bookmarks','date added','Date added'),('en','bookmarks','date changed','Date Changed'),('en','bookmarks','date last updated','Date last updated'),('en','bookmarks','date last visited','Date last visited'),('en','bookmarks','descending','Descending'),('en','bookmarks','edit bookmark','Edit bookmark'),('en','bookmarks','edit this bookmark','Edit this bookmark'),('en','bookmarks','enter the name of the netscape bookmark file<br>that you want imported into bookmarker below.','Enter the name of the Netscape bookmark file<br>that you want imported into bookmarker below.'),('en','bookmarks','fewer','Fewer'),('en','bookmarks','filter by','Filter by'),('en','bookmarks','found a link you might like','Found a link you might like'),('en','bookmarks','from','From'),('en','bookmarks','from category %1','from category %1'),('en','bookmarks','i thought you would be interested in the following link(s):','I thought you would be interested in the following link(s):'),('en','bookmarks','like','like'),('en','bookmarks','mail this bookmark','Mail this bookmark'),('en','bookmarks','mail-this-link message sent to %1.','mail-this-link message sent to %1.'),('en','bookmarks','mass update:','Mass update:'),('en','bookmarks','message from','Message from'),('en','bookmarks','more','More'),('en','bookmarks','name is required','Name is required'),('en','bookmarks','netscape bookmark file','Netscape Bookmark File'),('en','bookmarks','netscape bookmark filename is required!','Netscape bookmark filename is required!'),('en','bookmarks','new','New'),('en','bookmarks','or','or'),('en','bookmarks','please fill out <b>to e-mail address</b>, <b>subject</b>, and <b>message</b>!','Please fill out <B>To E-Mail Address</B>, <B>Subject</B>, and <B>Message</B>!'),('en','bookmarks','please select the categories to export','Please select the categories to export'),('en','bookmarks','query condition','Query Condition'),('en','bookmarks','rating','Rating'),('en','bookmarks','search for:','Search for:'),('en','bookmarks','select the format you would like to export to','Select the format you would like to export to'),('en','bookmarks','send bookmark','Send bookmark'),('en','bookmarks','sub category','Sub Category'),('en','bookmarks','to address %1 invalid. format must be <strong>user@domain</strong> and domain must exist!','To address %1 invalid. Format must be <strong>user@domain</strong> and domain must exist!'),('en','bookmarks','to e-mail addresses','To E-Mail Addresses'),('en','bookmarks','to which category should the imported folder hierarchy be attached','To which category should the imported folder hierarchy be attached'),('en','bookmarks','total visits','total visits'),('en','bookmarks','tree view','Tree view'),('en','bookmarks','unable to open temp file %1 for import.','Unable to open temp file %1 for import.'),('en','bookmarks','url is required.','URL is required.'),('en','bookmarks','view bookmark','View bookmark'),('en','bookmarks','view this bookmark','View this bookmark'),('en','bookmarks','warning','Warning'),('en','bookmarks','you are viewing this site outside of egroupware','You are viewing this site outside of eGroupWare'),('en','bookmarks','you must select a category','You must select a category'),('en','common','book marks','Book marks'),('en','common','bookmarks','Bookmarks'),('en','common','export bookmarks','Export Bookmarks'),('en','common','import bookmarks','Import bookmarks'),('en','calendar','%1 %2 in %3','%1 %2 in %3'),('en','calendar','%1 matches found','%1 matches found'),('en','calendar','%1 records imported','%1 records imported'),('en','calendar','%1 records read (not yet imported, you may go back and uncheck test import)','%1 records read (not yet imported, you may go back and uncheck Test Import)'),('en','calendar','(for weekly)','(for Weekly)'),('en','calendar','(i/v)cal','(i/v)Cal'),('en','calendar','1 match found','1 match found'),('en','calendar','a','a'),('en','calendar','accept','Accept'),('en','calendar','accepted','Accepted'),('en','calendar','action that caused the notify: added, canceled, accepted, rejected, ...','Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),('en','calendar','add a single entry by passing the fields.','Add a single entry by passing the fields.'),('en','calendar','add alarm','Add Alarm'),('en','calendar','add contact','Add Contact'),('en','calendar','add or update a single entry by passing the fields.','Add or update a single entry by passing the fields.'),('en','calendar','added','Added'),('en','calendar','alarm','Alarm'),('en','calendar','alarm for %1 at %2 in %3','Alarm for %1 at %2 in %3'),('en','calendar','alarm management','Alarm Management'),('en','calendar','alarm-management','Alarm-Management'),('en','calendar','alarms','Alarms'),('en','calendar','all day','All Day'),('en','calendar','are you sure you want to delete this country ?','Are you sure you want to delete this Country ?'),('en','calendar','are you sure you want to delete this holiday ?','Are you sure you want to delete this holiday ?'),('en','calendar','are you sure\\nyou want to\\ndelete these alarms?','Are you sure\\nyou want to\\ndelete these alarms?'),('en','calendar','are you sure\\nyou want to\\ndelete this entry ?','Are you sure\\nyou want to\\ndelete this entry ?'),('en','calendar','are you sure\\nyou want to\\ndelete this entry ?\\n\\nthis will delete\\nthis entry for all users.','Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.'),('en','calendar','are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nthis will delete\\nthis entry for all users.','Are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nThis will delete\\nthis entry for all users.'),('en','calendar','before the event','before the event'),('en','calendar','brief description','Brief Description'),('en','calendar','calendar - [iv]cal importer','Calendar - [iv]Cal Importer'),('en','calendar','calendar - add','Calendar - Add'),('en','calendar','calendar - edit','Calendar - Edit'),('en','calendar','calendar event','Calendar Event'),('en','calendar','calendar preferences','Calendar Preferences'),('en','calendar','calendar-fieldname','Calendar-Fieldname'),('en','calendar','canceled','Canceled'),('en','calendar','change all events for $params[\'old_owner\'] to $params[\'new_owner\'].','Change all events for $params[\'old_owner\'] to $params[\'new_owner\'].'),('en','calendar','change status','Change Status'),('en','calendar','charset of file','Charset of file'),('en','calendar','click %1here%2 to return to the calendar.','Click %1here%2 to return to the calendar.'),('en','calendar','countries','Countries'),('en','calendar','created by','Created by'),('en','calendar','csv-fieldname','CSV-Fieldname'),('en','calendar','csv-filename','CSV-Filename'),('en','calendar','custom fields','Custom Fields'),('en','calendar','daily','Daily'),('en','calendar','daily matrix view','Daily Matrix View'),('en','calendar','days','days'),('en','calendar','days repeated','days repeated'),('en','calendar','dayview','Day View'),('en','calendar','default appointment length (in minutes)','default appointment length (in minutes)'),('en','calendar','default calendar filter','Default calendar filter'),('en','calendar','default calendar view','Default calendar view'),('en','calendar','default length of newly created events. the length is in minutes, eg. 60 for 1 hour.','Default length of newly created events. The length is in minutes, eg. 60 for 1 hour.'),('en','calendar','defines the size in minutes of the lines in the day view.','Defines the size in minutes of the lines in the day view.'),('en','calendar','delete a single entry by passing the id.','Delete a single entry by passing the id.'),('en','calendar','delete an entire users calendar.','Delete an entire users calendar.'),('en','calendar','delete selected contacts','Delete selected contacts'),('en','calendar','delete series','Delete Series'),('en','calendar','delete single','Delete Single'),('en','calendar','deleted','Deleted'),('en','calendar','disable','Disable'),('en','calendar','disabled','disabled'),('en','calendar','display interval in day view','Display interval in Day View'),('en','calendar','display mini calendars when printing','Display mini calendars when printing'),('en','calendar','display status of events','Display Status of Events'),('en','calendar','displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?','Displays your default calendar view on the startpage (page you get when you enter eGroupWare or click on the homepage icon)?'),('en','calendar','do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. al','Do you want to be notified about new or changed appointments? You be notified about changes you make yourself.<br>You can limit the notifications to certain changes only. Each item includes all the notification listed above it. All modifications include changes of title, description, participants, but no participant responses. If the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.'),('en','calendar','do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any app','Do you want to receive a regulary summary of your appointsments via email?<br>The summary is sent to your standard email-address on the morning of that day or on Monday for weekly summarys.<br>It is only sent when you have any appointments on that day or week.'),('en','calendar','download','Download'),('en','calendar','duration','Duration'),('en','calendar','edit series','Edit Series'),('en','calendar','edit single','Edit Single'),('en','calendar','email notification','Email Notification'),('en','calendar','email notification for %1','Email Notification for %1'),('en','calendar','empty for all','empty for all'),('en','calendar','enable','Enable'),('en','calendar','enabled','enabled'),('en','calendar','end date/time','End Date/Time'),('en','calendar','enddate','Enddate'),('en','calendar','ends','ends'),('en','calendar','enter output filename: ( .vcs appended )','Enter Output Filename: ( .vcs appended )'),('en','calendar','event details follow','Event Details Follow'),('en','calendar','exceptions','Exceptions'),('en','calendar','export','Export'),('en','calendar','export a list of entries in ical format.','Export a list of entries in iCal format.'),('en','calendar','extended','Extended'),('en','calendar','extended updates always include the complete event-details. ical\'s can be imported by certain other calendar-applications.','Extended updates always include the complete event-details. iCal\'s can be imported by certain other calendar-applications.'),('en','calendar','external participants','External Participants'),('en','calendar','failed sending message to \'%1\' #%2 subject=\'%3\', sender=\'%4\' !!!','Failed sending message to \'%1\' #%2 subject=\'%3\', sender=\'%4\' !!!'),('en','calendar','fieldseparator','Fieldseparator'),('en','calendar','firstname of person to notify','Firstname of person to notify'),('en','calendar','format of event updates','Format of event updates'),('en','calendar','fr','F'),('en','calendar','free/busy','Free/Busy'),('en','calendar','freebusy: unknow user \'%1\', wrong password or not availible to not loged in users !!!','freebusy: Unknow user \'%1\', wrong password or not availible to not loged in users !!!'),('en','calendar','frequency','Frequency'),('en','calendar','fri','Fri'),('en','calendar','full description','Full Description'),('en','calendar','fullname of person to notify','Fullname of person to notify'),('en','calendar','generate printer-friendly version','Generate printer-friendly version'),('en','calendar','global public and group public','Global Public and group public'),('en','calendar','global public only','Global Public Only'),('en','calendar','go!','Go!'),('en','calendar','group planner','Group Planner'),('en','calendar','group public only','Group Public Only'),('en','calendar','here is your requested alarm.','Here is your requested alarm.'),('en','calendar','high priority','high priority'),('en','calendar','holiday','Holiday'),('en','calendar','holiday management','Holiday Management'),('en','calendar','holiday-management','Holiday-Management'),('en','calendar','holidays','Holidays'),('en','calendar','hours','hours'),('en','calendar','i participate','I Participate'),('en','calendar','ical / rfc2445','iCal / rfc2445'),('en','calendar','if checked holidays falling on a weekend, are taken on the monday after.','If checked holidays falling on a weekend, are taken on the monday after.'),('en','calendar','if you dont set a password here, the information is availible to everyone, who knows the url!!!','If you dont set a password here, the information is availible to everyone, who knows the URL!!!'),('en','calendar','ignore conflict','Ignore Conflict'),('en','calendar','import','Import'),('en','calendar','interval','Interval'),('en','calendar','intervals in day view','Intervals in day view'),('en','calendar','intervals per day in planner view','Intervals per day in planner view'),('en','calendar','invalid entry id.','Invalid entry id.'),('en','calendar','last','last'),('en','calendar','lastname of person to notify','Lastname of person to notify'),('en','calendar','length shown<br>(emtpy for full length)','Length shown<br>(emtpy for full length)'),('en','calendar','length<br>(<= 255)','Length<br>(<= 255)'),('en','calendar','link','Link'),('en','calendar','link to view the event','Link to view the event'),('en','calendar','list all categories.','List all categories.'),('en','calendar','load [iv]cal','Load [iv]Cal'),('en','calendar','location','Location'),('en','calendar','make freebusy information availible to not loged in persons?','Make freebusy information availible to not loged in persons?'),('en','calendar','matrixview','Matrix View'),('en','calendar','minutes','minutes'),('en','calendar','mo','M'),('en','calendar','modified','Modified'),('en','calendar','modify list of external participants','Modify List of External Participants'),('en','calendar','mon','Mon'),('en','calendar','month','Month'),('en','calendar','monthly','Monthly'),('en','calendar','monthly (by date)','Monthly (by date)'),('en','calendar','monthly (by day)','Monthly (by day)'),('en','calendar','monthview','Month View'),('en','calendar','new entry','New Entry'),('en','calendar','new name must not exist and not be empty!!!','New name must not exist and not be empty!!!'),('en','calendar','no matches found','No matches found'),('en','calendar','no response','No Response'),('en','calendar','notification messages for added events','Notification messages for added events'),('en','calendar','notification messages for canceled events','Notification messages for canceled events'),('en','calendar','notification messages for modified events','Notification messages for modified events'),('en','calendar','notification messages for your alarms','Notification messages for your alarms'),('en','calendar','notification messages for your responses','Notification messages for your responses'),('en','calendar','number of intervals per day in planner view','Number of Intervals per Day in Planner View'),('en','calendar','number of months','Number of months'),('en','calendar','number of records to read (%1)','Number of records to read (%1)'),('en','calendar','observance rule','Observance Rule'),('en','calendar','occurence','Occurence'),('en','calendar','old startdate','Old Startdate'),('en','calendar','olddate','OldDate'),('en','calendar','on %1 %2 %3 your meeting request for %4','On %1 %2 %3 your meeting request for %4'),('en','calendar','on all changes','on all changes'),('en','calendar','on all modification, but responses','on all modification, but responses'),('en','calendar','on any time change too','on any time change too'),('en','calendar','on invitation / cancelation only','on invitation / cancelation only'),('en','calendar','on participant responses too','on participant responses too'),('en','calendar','on time change of more than 4 hours too','on time change of more than 4 hours too'),('en','calendar','open todo\'s:','Open To Do Items:'),('en','calendar','order','Order'),('en','calendar','overlap holiday','overlap holiday'),('en','calendar','participant','Participant'),('en','calendar','participants','Participants'),('en','calendar','participates','Participates'),('en','calendar','password for not loged in users to your freebusy information?','Password for not loged in users to your freebusy information?'),('en','calendar','people holiday','people holiday'),('en','calendar','permission denied','Permission denied'),('en','calendar','planner','Planner'),('en','calendar','planner by category','Planner by category'),('en','calendar','planner by user','Planner by user'),('en','calendar','please confirm,accept,reject or examine changes in the corresponding entry in your calendar','Please confirm, accept, reject or examine changes in the corresponding entry in your calendar'),('en','calendar','please enter a filename !!!','please enter a filename !!!'),('en','calendar','preselected group for entering the planner','Preselected group for entering the planner'),('en','calendar','print calendars in black & white','Print calendars in black & white'),('en','calendar','print the mini calendars','Print the mini calendars'),('en','calendar','printer friendly','Printer Friendly'),('en','calendar','privat','Privat'),('en','calendar','private and global public','Private and Global Public'),('en','calendar','private and group public','Private and Group Public'),('en','calendar','private only','Private Only'),('en','calendar','re-edit event','Re-Edit Event'),('en','calendar','read a list of entries.','Read a list of entries.'),('en','calendar','read a single entry by passing the id and fieldlist.','Read a single entry by passing the id and fieldlist.'),('en','calendar','receive email updates','Receive email updates'),('en','calendar','receive extra information in event mails','Receive extra information in event mails'),('en','calendar','receive summary of appointments','Receive summary of appointments'),('en','calendar','recurring event','recurring event'),('en','calendar','refresh','Refresh'),('en','calendar','reinstate','Reinstate'),('en','calendar','rejected','Rejected'),('en','calendar','repeat day','Repeat day'),('en','calendar','repeat end date','Repeat End date'),('en','calendar','repeat type','Repeat type'),('en','calendar','repeating event information','Repeating Event Information'),('en','calendar','repetition','Repetition'),('en','calendar','repetitiondetails (or empty)','Repetitiondetails (or empty)'),('en','calendar','reset','Reset'),('en','calendar','rule','Rule'),('en','calendar','sa','Sa'),('en','calendar','sat','Sat'),('en','calendar','scheduling conflict','Scheduling Conflict'),('en','calendar','search results','Search Results'),('en','calendar','selected contacts (%1)','Selected contacts (%1)'),('en','calendar','send/receive updates via email','Send/Receive updates via EMail'),('en','calendar','set a year only for one-time / non-regular holidays.','Set a Year only for one-time / non-regular holidays.'),('en','calendar','set new events to private','Set new events to private'),('en','calendar','should invitations you rejected still be shown in your calendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!','Should invitations you rejected still be shown in your calendar ?<br>You can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!'),('en','calendar','should new events created as private by default ?','Should new events created as private by default ?'),('en','calendar','should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include th','Should not loged in persons be able to see your freebusy information? You can set an extra password, different from your normal password, to protect this informations. The freebusy information is in iCal format and only include the times when you are busy. It does not include the event-name, description or locations. The URL to your freebusy information is %1.'),('en','calendar','should the mini calendars by printed / displayed in the printer friendly views ?','Should the mini calendars by printed / displayed in the printer friendly views ?'),('en','calendar','should the printer friendly view be in black & white or in color (as in normal view)?','Should the printer friendly view be in black & white or in color (as in normal view)?'),('en','calendar','should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?','Should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?'),('en','calendar','show day view on main screen','show day view on main screen'),('en','calendar','show default view on main screen','Show default view on main screen'),('en','calendar','show high priority events on main screen','Show high priority events on main screen'),('en','calendar','show invitations you rejected','Show invitations you rejected'),('en','calendar','show list of upcoming events','Show list of upcoming events'),('en','calendar','single event','single event'),('en','calendar','sorry, the owner has just deleted this event','Sorry, the owner has just deleted this event'),('en','calendar','sorry, this event does not exist','Sorry, this event does not exist'),('en','calendar','sorry, this event does not have exceptions defined','Sorry, this event does not have exceptions defined'),('en','calendar','sort by','Sort by'),('en','calendar','specifies the the number of intervals shown in the planner view.','Specifies the the number of intervals shown in the planner view.'),('en','calendar','start date/time','Start Date/Time'),('en','calendar','start- and enddates','Start- and Enddates'),('en','calendar','startdate','Startdate'),('en','calendar','startrecord','Startrecord'),('en','calendar','su','Su'),('en','calendar','submit to repository','Submit to Repository'),('en','calendar','sun','Sun'),('en','calendar','tentative','Tentative'),('en','calendar','test import (show importable records <u>only</u> in browser)','Test Import (show importable records <u>only</u> in browser)'),('en','calendar','text','Text'),('en','calendar','th','T'),('en','calendar','the following conflicts with the suggested time:<ul>%1</ul>','The following conflicts with the suggested time:<ul>%1</ul>'),('en','calendar','the user %1 is not participating in this event!','The user %1 is not participating in this event!'),('en','calendar','there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.','There was an error trying to connect to your news server.<br>Please contact your admin to check the news servername, username or password.'),('en','calendar','this day is shown as first day in the week or month view.','This day is shown as first day in the week or month view.'),('en','calendar','this defines the end of your dayview. events after this time, are shown below the dayview.','This defines the end of your day view. Events after this time are shown below the day view.'),('en','calendar','this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.','This defines the start of your day view. Events before this time are shown above the day view.<br>This time is also used as a default start time for new events.'),('en','calendar','this group that is preselected when you enter the planner. you can change it in the planner anytime you want.','This group that is preselected when you enter the planner. You can change it in the planner anytime you want.'),('en','calendar','this is mostly caused by a not or wrongly configured smtp server. notify your administrator.','This is mostly caused by a not or wrongly configured SMTP server. Notify your administrator.'),('en','calendar','this message is sent for canceled or deleted events.','This message is sent for canceled or deleted events.'),('en','calendar','this message is sent for modified or moved events.','This message is sent for modified or moved events.'),('en','calendar','this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the','This message is sent to every participant of events you own, who has requested notifcations about new events.<br>You can use certain variables which get substituted with the data of the event. The first line is the subject of the email.'),('en','calendar','this message is sent when you accept, tentative accept or reject an event.','This message is sent when you accept, tentatively accept, or reject an event.'),('en','calendar','this message is sent when you set an alarm for a certain event. include all information you might need.','This message is sent when you set an Alarm for a certain event. Include all information you might need.'),('en','calendar','this month','This Month'),('en','calendar','this week','This Week'),('en','calendar','this year','This Year'),('en','calendar','thu','Thu'),('en','calendar','title of the event','Title of the event'),('en','calendar','title-row','Title-row'),('en','calendar','to many might exceed your execution-time-limit','to many might exceed your execution-time-limit'),('en','calendar','to-firstname','To-Firstname'),('en','calendar','to-fullname','To-Fullname'),('en','calendar','to-lastname','To-Lastname'),('en','calendar','translation','Translation'),('en','calendar','tu','T'),('en','calendar','tue','Tue'),('en','calendar','update a single entry by passing the fields.','Update a single entry by passing the fields.'),('en','calendar','updated','Updated'),('en','calendar','use end date','Use End date'),('en','calendar','view this entry','View this entry'),('en','calendar','we','W'),('en','calendar','wed','Wed'),('en','calendar','week','Week'),('en','calendar','weekday starts on','Weekday starts on'),('en','calendar','weekly','Weekly'),('en','calendar','weekview','Week View'),('en','calendar','when creating new events default set to private','When creating new events default set to private'),('en','calendar','which events do you want to see when you enter the calendar.','Which events do you want to see when you enter the calendar.'),('en','calendar','which of calendar view do you want to see, when you start calendar ?','Which of calendar view do you want to see when you start calendar ?'),('en','calendar','work day ends on','Work day ends on'),('en','calendar','work day starts on','Work day starts on'),('en','calendar','workdayends','workdayends'),('en','calendar','yearly','Yearly'),('en','calendar','yearview','Year View'),('en','calendar','you can either set a year or a occurence, not both !!!','You can either set a Year or a Occurence, not both !!!'),('en','calendar','you can only set a year or a occurence !!!','You can only set a year or a occurence !!!'),('en','calendar','you do not have permission to add alarms to this event !!!','You do not have permission to add alarms to this event !!!'),('en','calendar','you do not have permission to delete this alarm !!!','You do not have permission to delete this alarm !!!'),('en','calendar','you do not have permission to enable/disable this alarm !!!','You do not have permission to enable/disable this alarm !!!'),('en','calendar','you do not have permission to read this record!','You do not have permission to read this record!'),('en','calendar','you have a meeting scheduled for %1','You have a meeting scheduled for %1'),('en','calendar','you must enter one or more search keywords','You must enter one or more search keywords'),('en','calendar','you must select a [iv]cal. (*.[iv]cs)','You must select a [iv]Cal. (*.[iv]cs)'),('en','calendar','you need to set either a day or a occurence !!!','You need to set either a day or a occurence !!!'),('en','calendar','your meeting scheduled for %1 has been canceled','Your meeting scheduled for %1 has been canceled'),('en','calendar','your meeting that had been scheduled for %1 has been rescheduled to %2','Your meeting that had been scheduled for %1 has been rescheduled to %2'),('en','calendar','your suggested time of <b> %1 - %2 </b> conflicts with the following existing calendar entries:','Your suggested time of <B> %1 - %2 </B> conflicts with the following existing calendar entries:'),('en','common','custom fields and sorting','Custom fields and sorting'),('en','common','grant calendar access','Grant Calendar Access'),('en','common','import csv-file','Import CSV-File'),('en','common','send updates via email','Send updates via EMail'),('en','common','you have %1 high priority events on your calendar today.','You have %1 high priority events on your calendar today.'),('en','common','you have 1 high priority event on your calendar today.','You have 1 high priority event on your calendar today.'),('en','admin','calendar holiday management','Calendar Holiday Management'),('en','admin','calendar settings','Calendar Settings'),('en','admin','do you wish to autoload calendar holidays files dynamically?','Do you wish to autoload calendar holidays files dynamically?'),('en','admin','location to autoload from','Location to autoload from'),('en','comic','%1 by %2','%1 by %2'),('en','comic','%1 by %2 (%3)','%1 by %2 (%3)'),('en','comic','are you sure you want to reset all comic dates and resolved image urls?','Are you sure you want to reset all comic dates and resolved image urls?'),('en','comic','censorship level','Censorship level'),('en','comic','censorship override enabled','Censorship override enabled'),('en','comic','comic preferences updated','Comic Preferences Updated'),('en','comic','comics per page','Comics per Page'),('en','comic','comics scaled','Comics Scaled'),('en','comic','daily comic preferences','Daily Comic Preferences'),('en','comic','daily comics - global options','Daily Comics - Global Options'),('en','comic','daily comics data','Daily comics data'),('en','comic','daily comics global options','Daily comics global options'),('en','comic','display layout','Display Layout'),('en','comic','display options','Display Options'),('en','comic','egroupware daily comics','eGroupWare Daily Comics'),('en','comic','front page comic','Front Page Comic'),('en','comic','front page comic scaled','Front Page Comic Scaled'),('en','comic','genre','Genre'),('en','comic','global comics','Global Comics'),('en','comic','global options','Global Options'),('en','comic','global options updated','Global Options Updated'),('en','comic','image source','Image source'),('en','comic','max file size','Max file size'),('en','comic','my comics','My Comics'),('en','comic','no_entries','no_entries'),('en','comic','parser','Parser'),('en','comic','performed %1 of element','Performed %1 of element'),('en','comic','random','Random'),('en','comic','rated','Rated'),('en','comic','remote (parse/snarf) enabled','Remote (parse/snarf)'),('en','comic','reset','Reset'),('en','comic','resolve','Resolve'),('en','comic','showing %1 (%2 - %3 of %4)','showing %1 (%2 - %3 of %4)'),('en','comic','template','Template'),('en','comic','visit %1','Visit %1'),('en','common','comic','Comics'),('en','common','comics','Comics'),('en','common','daily comic','Daily Comic'),('en','admin','daily comics','Daily Comics'),('en','admin','global comics','Global Comics'),('en','admin','global options','Global Options'),('en','admin','reset comic data','Reset Comic Data'),('en','developer_tools','you have to [save] every manual change in the above fields, before you can go to the next step !!!','You have to [Save] every manual change in the above fields, before you can go to the next step !!!'),('en','developer_tools','add','add'),('en','developer_tools','add change','Add change'),('en','developer_tools','add more','Add more'),('en','developer_tools','add new phrase','Add new phrase'),('en','developer_tools','add phrase','add phrase'),('en','developer_tools','allows you to add a single phrase','Allows you to add a single phrase'),('en','developer_tools','application','Application'),('en','developer_tools','changelog entry has been added','Changelog entry has been added'),('en','developer_tools','changelogs','Changelogs'),('en','developer_tools','clears the internal buffer, all changes made sofar are lost','Clears the internal buffer, all changes made sofar are lost'),('en','developer_tools','create new language file','Create New Language File'),('en','developer_tools','create sgml file','Create SGML file'),('en','developer_tools','developer tools - preferences','Developer tools - preferences'),('en','developer_tools','diary','Diary'),('en','developer_tools','done','done'),('en','developer_tools','download','Download'),('en','developer_tools','download the lang-file to be saved in the apps setup-dir','Download the lang-file to be saved in the apps setup-dir'),('en','developer_tools','language file management','Language file management'),('en','developer_tools','list changelogs','List changelogs'),('en','developer_tools','load','Load'),('en','developer_tools','loading source langfile','Loading source langfile'),('en','developer_tools','loading target langfile','Loading target langfile'),('en','developer_tools','loads the selected lang-files, to be modified in the next steps','Loads the selected lang-files, to be modified in the next steps'),('en','developer_tools','message_id in english','message_id in English'),('en','developer_tools','no file','no file'),('en','developer_tools','ok','ok'),('en','developer_tools','phrase in english (or empty if identical)','Phrase in English (or empty if identical)'),('en','developer_tools','preferences have been updated','Preferences have been updated'),('en','developer_tools','remove','Remove'),('en','developer_tools','returns to the application list, not saved changes get lost !!!','Returns to the application list, not saved changes get lost !!!'),('en','developer_tools','revert','Revert'),('en','developer_tools','saves the added/changed translations to an internal buffer, to be used in further steps','Saves the added/changed translations to an internal buffer, to be used in further steps'),('en','developer_tools','search changelogs','Search changelogs'),('en','developer_tools','search for missing phrase','Search for missing phrase'),('en','developer_tools','search new phrases','Search new phrases'),('en','developer_tools','searches the source-code for phrases not in the actual source-lang-file','Searches the source-code for phrases not in the actual source-lang-file'),('en','developer_tools','select project','Select project'),('en','developer_tools','sf project tracker','SF Project tracker'),('en','developer_tools','source language','Source Language'),('en','developer_tools','sourceforge project id','Sourceforge project ID'),('en','developer_tools','sourceforge project tracker','Sourceforge project tracker'),('en','developer_tools','sourceforge project tracker preferences','Sourceforge project tracker preferences'),('en','developer_tools','step','Step'),('en','developer_tools','target language','Target Language'),('en','developer_tools','translate','Translate'),('en','developer_tools','translation','Translation'),('en','developer_tools','translation of phrase','Translation of phrase'),('en','developer_tools','update database','Update Database'),('en','developer_tools','updates the translations of both lang-files in your database, so you can verify your work immediately','Updates the translations of both lang-files in your database, so you can verify your work immediately'),('en','developer_tools','write','Write'),('en','developer_tools','write the lang-file to the apps setup-dir','Write the lang-file to the apps setup-dir'),('en','developer_tools','write to lang table','Write to lang table'),('en','developer_tools','writing langfile for \'%1\' ...','Writing langfile for \'%1\' ...'),('en','developer_tools','you must a version','You must a version'),('en','developer_tools','you must enter a change','You must enter a change'),('en','developer_tools','you must select a project','You must select a project'),('en','developer_tools','you need to set your preferences for this app','You need to set your preferences for this app'),('en','common','developer_tools','Translation Tools'),('en','preferences','sf project tracker preferences','SF Project tracker preferences'),('en','email','%1 messages have been deleted','%1 messages have been deleted'),('en','email','(required)','(required)'),('en','email','1 message has been deleted','1 message has been deleted'),('en','email','1 message has been moved to','1 message has been moved to'),('en','email','<b>*apply*</b> this filter','<b>*APPLY*</b> This Filter'),('en','email','<b>apply all</b> filters','<b>APPLY ALL</b> Filters'),('en','email','a scrips tag block of code, javascript or otherwise, is in an inline html message. not necessarily bad, but user may want to know. this is script ... code ... script blocks, not the \"onmouseover\" stuff.','a scrips tag block of code, javascript or otherwise, is in an inline html message. Not necessarily bad, but user may want to know. This is SCRIPT ... code ... SCRIPT blocks, not the \"OnMouseOver\" stuff.'),('en','email','account','account'),('en','email','account name','Account Name'),('en','email','account user name','Account User Name'),('en','email','accounts:','Accounts:'),('en','email','add to address book','Add to address book'),('en','email','add to addressbook','Add to addressbook'),('en','email','address book','Address book'),('en','email','after','After'),('en','email','all messages','All Messages'),('en','email','and','and'),('en','email','and stop filtering','and stop filtering'),('en','email','answered','answered'),('en','email','apply','apply'),('en','email','apply filters report:','Apply Filters Report:'),('en','email','apr','Apr'),('en','email','aqua fusion','Aqua Fusion'),('en','email','arrival date','Arrival Date'),('en','email','as','as'),('en','email','attach file','Attach File'),('en','email','attach signature','Attach signature'),('en','email','attachment','Attachment'),('en','email','aug','Aug'),('en','email','bcc','bcc'),('en','email','bcc address','Bcc Address'),('en','email','before','Before'),('en','email','big','Big'),('en','email','bigger','Bigger'),('en','email','biggest','Biggest'),('en','email','body','Body'),('en','email','both','Both'),('en','email','button type','Button Type'),('en','email','cache server data whenever possible','cache server data whenever possible'),('en','email','cc','CC'),('en','email','cc address','CC Address'),('en','email','change font size in your e-mail pages','Change Font Size in your E-Mail Pages'),('en','email','check flags for type of mails','Check Flags for type of mails'),('en','email','choose for rename','Choose for rename'),('en','email','choose to rename','choose for rename'),('en','email','clear cache','Clear Cache'),('en','email','click here for more info in a new window','click here for more info in a new window'),('en','email','click here to continue','Click here to continue'),('en','email','click here to edit the settings for this email account.','click here to edit the settings for this email account.'),('en','email','click here to return to your home page.','click here to return to your home page.'),('en','email','compose message','compose message'),('en','email','contains','Contains'),('en','email','could not open this mailbox','Could not open this mailbox'),('en','email','create (expert)','create (expert)'),('en','email','create a folder','Create a folder'),('en','email','current attachments (%1)','Current attachments (%1)'),('en','email','custom e-mail preferences','Custom E-Mail preferences'),('en','email','custom e-mail settings','Custom E-Mail Settings'),('en','email','debugging page','Debugging Page'),('en','email','dec','Dec'),('en','email','default sorting order','Default sorting order'),('en','email','delete (expert)','Delete (expert)'),('en','email','delete a folder','Delete a folder'),('en','email','deleted','deleted'),('en','email','deleted messages (trash) folder','Deleted messages (Trash) folder'),('en','email','deleted messages folder name','Deleted messages folder name'),('en','email','deleted messages go to trash','Deleted messages go to Trash'),('en','email','deleted messages saved to folder:','Deleted messages saved to folder:'),('en','email','discard','Discard'),('en','email','does not contain','Does Not Contain'),('en','email','draft','draft'),('en','email','e-mail extra account','E-Mail Extra Account'),('en','email','e-mail extra accounts','E-Mail Extra Accounts'),('en','email','e-mail extra accounts list','E-Mail Extra Accounts List'),('en','email','e-mail inbox filters list','E-Mail INBOX Filters List'),('en','email','each user has a summary page which can display a variety of information. this option will show a small list of email messages in the inbox of the users default email account on the users summary home page.','Each user has a summary page which can display a variety of information. This option will show a small list of email messages in the INBOX of the users default email account on the users summary home page.'),('en','email','each user has a summary page which can display a variety of information. this option will show a small list of email messages in the inbox of the users default email account onthe users summary home page.','Each user has a summary page which can display a variety of information. This option will show a small list of email messages in the INBOX of the users default email account onthe users summary home page.'),('en','email','edit filters','Edit Filters'),('en','email','email account name','Email Account Name'),('en','email','email address','E-Mail address'),('en','email','email date','Email Date'),('en','email','email filters','Email Filters'),('en','email','email password','E-Mail password'),('en','email','email preferences','Email Preferences'),('en','email','email signature','E-Mail signature'),('en','email','enable utf-7 encoded folder names','Enable utf-7 encoded folder names'),('en','email','enter the search string in the text boxes','Enter the search string in the text boxes'),('en','email','error moving messages to','Error moving messages to'),('en','email','error text not provided','error text not provided'),('en','email','error: unknown message data','Error: Unknown message data'),('en','email','evolution style','Evolution Style'),('en','email','extra accounts','Extra Accounts'),('en','email','extra e-mail preferences number %1','Extra E-Mail preferences Number %1'),('en','email','feb','Feb'),('en','email','fewer actions','Fewer Actions'),('en','email','fewer choices','Fewer Choices'),('en','email','file','File'),('en','email','file attachment','File attachment'),('en','email','file into','File Into'),('en','email','fill in as much as you can','fill in as much as you can'),('en','email','filter [number] and name','Filter [number] and Name'),('en','email','filter inbox for accounts','Filter INBOX for accounts'),('en','email','filter name','Filter Name'),('en','email','filter name:','filter name:'),('en','email','filter number','Filter Number'),('en','email','filters','Filters'),('en','email','filters list','Filters List'),('en','email','flag as important','Flag as important'),('en','email','flagged','flagged'),('en','email','folder maintenance','Folder Maintenance'),('en','email','folder name','Folder name'),('en','email','folder size','Folder Size'),('en','email','folders','Folders'),('en','email','for the file to actually upload','for the file to actually upload'),('en','email','forward','Forward'),('en','email','from','From'),('en','email','from address','From Address'),('en','email','get size','get size'),('en','email','go','go'),('en','email','go back','Go Back'),('en','email','go back to','Go Back To'),('en','email','header field','Header Field'),('en','email','hidden','hidden'),('en','email','hide help','Hide Help'),('en','email','html messages with the iframe tag may be klez or other worm emails.','html messages with the IFRAME tag may be KLEZ or other worm emails.'),('en','email','icon size','Icon Size'),('en','email','icon theme','Icon Theme'),('en','email','idots crystal style','iDots Crystal Style'),('en','email','if " deleted messages go to trash " is checked, deleted message will be sent to the folder name you type in this box. if this folder does not exist, it will be created for you automatically. default name is "trash&q','If " Deleted messages go to Trash " is checked, Deleted message will be sent to the folder name you type in this box. If this folder does not exist, it will be created for you automatically. Default name is "Trash". This will be your "Trash" folder, but it does not have to actually be called "Trash", you can name it anything. Only works with IMAP servers, POP servers do not have folders.'),('en','email','if " sent messages folder " is checked, a copy of your sent mail will be stored in the folder name you type in this box. if this folder does not exist, it will be created for you automatically. default name is "sent','If " Sent messages folder " is checked, a copy of your sent mail will be stored in the folder name you type in this box. If this folder does not exist, it will be created for you automatically. Default name is "Sent". This will be your "Sent" folder, but it does not have to actually be called "Sent", you can name it anything. Only works with IMAP servers, POP servers do not have folders.'),('en','email','if "deleted messages go to trash" is checked, deleted message will be sent to the folder name you type in this box. if this folder does not exist, it will be created for you automatically. default name is "trash&quo','If "Deleted messages go to Trash" is checked, Deleted message will be sent to the folder name you type in this box. If this folder does not exist, it will be created for you automatically. Default name is "Trash" This will be your "Trash" folder, but it does not have to actually be called "Trash", you can name it anything. Only works with IMAP servers, POP servers do not have folders.'),('en','email','if "sent messages folder" is checked, a copy of your sent mail will be stored in the folder name you type in this box. if this folder does not exist, it will be created for you automatically. default name is "sent&q','If "Sent messages folder" is checked, a copy of your sent mail will be stored in the folder name you type in this box. If this folder does not exist, it will be created for you automatically. Default name is "Sent" This will be your "Sent" folder, but it does not have to actually be called "Sent", you can name it anything. Only works with IMAP servers, POP servers do not have folders.'),('en','email','if applicable','If Applicable'),('en','email','if checked, a copy of your sent mail will be stored in the "sent" folder name which you specify in the box for "sent messages folder ". only works with imap servers, pop servers do not have folders.','If checked, a copy of your sent mail will be stored in the "Sent" folder name which you specify in the box for "Sent messages folder ". Only works with IMAP servers, POP servers do not have folders.'),('en','email','if checked, a copy of your sent mail will be stored in the "sent" folder name which you specify in the box for "sent messages folder" only works with imap servers, pop servers do not have folders.','If checked, a copy of your sent mail will be stored in the "Sent" folder name which you specify in the box for "Sent messages folder" Only works with IMAP servers, POP servers do not have folders.'),('en','email','if checked, a copy of your sent mail will be stored in the "sent" folder name which you specify in the box for "sent messages folder". only works with imap servers, pop servers do not have folders.','If checked, a copy of your sent mail will be stored in the "Sent" folder name which you specify in the box for "Sent messages folder". Only works with IMAP servers, POP servers do not have folders.'),('en','email','if checked, deleted message will be sent to the "trash" folder name which you specify in the box for " deleted messages (trash) folder ". only works with imap servers, pop servers do not have folders.','If checked, Deleted message will be sent to the "Trash" folder name which you specify in the box for " Deleted messages (Trash) folder ". Only works with IMAP servers, POP servers do not have folders.'),('en','email','if checked, deleted message will be sent to the "trash" folder name which you specify in the box for "deleted messages (trash) folder" only works with imap servers, pop servers do not have folders.','If checked, Deleted message will be sent to the "Trash" folder name which you specify in the box for "Deleted messages (Trash) folder" Only works with IMAP servers, POP servers do not have folders.'),('en','email','if fileto then select destination folder','if fileto then select destination folder'),('en','email','if messages match','If messages match'),('en','email','if there is no obvious error, check your email account name and password first.','if there is no obvious error, check your Email Account Name and password first.'),('en','email','if there is no obvious error, check your username and password first.','if there is no obvious error, check your username and password first.'),('en','email','if using an imap server, what kind is it, most often this option can safely be set to "cyrus or courier". technically, this means the server uses a dot between the different parts of the folder names, such as "inbox','If using an IMAP server, what kind is it, most often this option can safely be set to "Cyrus or Courier". Technically, this means the server uses a dot between the different parts of the folder names, such as "INBOX.Sent". The other major kind of IMAP server is the University of Washington "UWash" IMAP server. It uses slashes instead of the dots the other servers use, and although it has a folder called "INBOX", it is not considered the "Namespace" for the other folder names. The "UW-Maildir" is a rare combination of the two above types. This is the least used kind of IMAP server. If you are unsure, ask your IT administrator. Only applies to IMAP servers.'),('en','email','image','Image'),('en','email','imap server type - if applicable','IMAP Server Type - If Applicable'),('en','email','important','important'),('en','email','in the email index page, the page which lists all the mails in a folder, mail may be sorted by date, author, size, or subject, however all of these need to be ordered from first to last, this options controlls what is first and la','In the email index page, the page which lists all the mails in a folder, mail may be sorted by date, author, size, or subject, HOWEVER all of these need to be ordered from first to last, this options controlls what is first and last. For example, if sorting by date, the newest to oldest displays the most recent emails first, in decending order down to the oldest emails last.'),('en','email','inbox','Inbox'),('en','email','input error','Input Error'),('en','email','input error:','Input Error:'),('en','email','is not set so your administrator should set email site configuration for mail server hostname or ip address','is not set so your administrator should set email site configuration for mail server hostname or IP address'),('en','email','it is not rfc standard to base64 encode a part of a message that is not an attachment. note this check is currently done after the message is already being viewed, it should probably stop the message from being automatically displ','It is not RFC standard to base64 encode a part of a message that is NOT an attachment. NOTE this check is currently done after the message is already being viewed, it should probably stop the message from being automatically displayed, i.e. give a \"show this\" button instead.'),('en','email','jan','Jan'),('en','email','javascript','Javascript'),('en','email','jul','Jul'),('en','email','keep','Keep'),('en','email','keyword','keyword'),('en','email','lines','Lines'),('en','email','list messages','list messages'),('en','email','long names','long names'),('en','email','mail folder(uw-maildir)','Mail Folder(uw-maildir)'),('en','email','mail server','Mail Server'),('en','email','mail server type','Mail Server type'),('en','email','mail you send will use this address as the "from" address. this may be the same as your egroupware login name or the server administrator may have set it for you. when the recipient clicks reply, this address will be use','Mail you send will use this address as the "From" address. This may be the same as your eGroupWare login name or the server administrator may have set it for you. When the recipient clicks reply, this address will be used. You can leave this box blank and the default value will be used.'),('en','email','mail you send will use this address as the "from" address. this may be the same as your egroupware login name, or the server administrator may have set it for you. when the recipient clicks reply, this address will be us','Mail you send will use this address as the "From" address. This may be the same as your eGroupWare login name, or the server administrator may have set it for you. When the recipient clicks reply, this address will be used. You can leave this box blank and the default value will be used.'),('en','email','manage accounts','Manage Accounts'),('en','email','manage folders','Manage Folders'),('en','email','mar','Mar'),('en','email','message has an attachment that is some kind of script or exe file that windows users should be warned not to click on it. these are filenames like attachments the end with the usual \"bad stuff\", such as bat, inf, pif, com, exe, re','Message has an attachment that is some kind of script or exe file that Windows users should be warned not to click on it. These are filenames like attachments the end with the usual \"bad stuff\", such as bat, inf, pif, com, exe, reg, vbs, and scr'),('en','email','messages','Messages'),('en','email','messages found in folder','Messages found in folder'),('en','email','messages have been moved to','messages have been moved to'),('en','email','more actions','More Actions'),('en','email','more choices','More Choices'),('en','email','most us and european users do not need to enable this. if this option is checked then your email server can handle folder names with non us-ascii charactors in them / default is disabled, not checked. only use if you are really su','Most US and European users do not need to enable this. If this option is checked then your email server can handle folder names with non US-ASCII charactors in them / default is disabled, not checked. Only use if you are really sure you need it. Only works with IMAP servers, POP servers do not have folders.'),('en','email','most us and european users do not need to enable this. if this option is checked then your email server can handle folder names with non us-ascii charactors in them/ default is disabled, not checked. only use if you are really sur','Most US and European users do not need to enable this. If this option is checked then your email server can handle folder names with non US-ASCII charactors in them/ Default is disabled, not checked. Only use if you are really sure you need it. Only works with IMAP servers, POP servers do not have folders.'),('en','email','move down','Move Down'),('en','email','move selected messages into','Move Selected Messages into'),('en','email','move this message into','Move this message into'),('en','email','move up','Move Up'),('en','email','mozilla modern style','Mozilla Modern Style'),('en','email','name of the mail server you want to access. should be a name like "mail.example.com". if you leave this box blank then the default value will be used.','Name of the mail server you want to access. Should be a name like "mail.example.com". If you leave this box blank then the default value will be used.'),('en','email','new','New'),('en','email','new account','New Account'),('en','email','new filter','New Filter'),('en','email','new message','New message'),('en','email','new messages','New messages'),('en','email','next message','Next Message'),('en','email','no change','no change'),('en','email','no error returned from server','No error returned from server'),('en','email','no message found in folder \'%1\'','No message found in folder \'%1\''),('en','email','no next message','no next message'),('en','email','no previous message','no previous message'),('en','email','noia @ carlitus style','Noia @ Carlitus Style'),('en','email','non-standard','Non-Standard'),('en','email','not used','not used'),('en','email','notify on delivery','Notify on delivery'),('en','email','nov','Nov'),('en','email','number of matches:','number of matches:'),('en','email','oct','Oct'),('en','email','old','Old'),('en','email','on','On'),('en','email','only needed with the university of washington "uwash" imap server. the default value is "mail" which means your mail folders, other then inbox, are located in a directory called "mail" directly under','Only needed with the University of Washington "UWash" IMAP server. The default value is "mail" which means your mail folders, other then INBOX, are located in a directory called "mail" directly under your "HOME" directory. This box may be left empty, which means your mail folders are located in your "HOME" directory, not a subdirectory. If your mail folders are located in a subdirectory of "HOME" then put the name of that subdirectory here. Generally, it is not necessary to use any special slashes or tildes, "HOME" is always considered the base directory, and the slash bewteen "HOME" and the subdirectory will be added for you automatically, do not put the slash in this box.'),('en','email','or enter text','or enter text'),('en','email','or you can use custom settings for this email account','or you can use custom settings for this email account'),('en','email','organization','Organization'),('en','email','persistent email server session','persistent email server session'),('en','email','phone','Phone'),('en','email','please fill in everything you need','Please Fill in everything you need'),('en','email','please select a folder to rename','Please select a folder to rename'),('en','email','please select a message first','Please select a message first'),('en','email','please submit a filename to attach','Please submit a filename to attach'),('en','email','please type a folder name in the text box','Please type a folder name in the text box'),('en','email','previous','Previous'),('en','email','previous message','Previous Message'),('en','email','printable','printable'),('en','email','raw message','raw message'),('en','email','read mail','Read Mail'),('en','email','received headers','Received Headers'),('en','email','recent','Recent'),('en','email','recipient','Recipient'),('en','email','redirect','Redirect'),('en','email','rename (expert)','Rename (expert)'),('en','email','rename a folder','Rename a Folder'),('en','email','reply','Reply'),('en','email','reply all','Reply All'),('en','email','replyto','ReplyTo'),('en','email','request delivery notification','Request delivery notification'),('en','email','requested filter action:','requested filter action:'),('en','email','required','required'),('en','email','reset','Reset'),('en','email','result','result'),('en','email','return mails during this time period','Return mails during this time period'),('en','email','save deleted messages in folder named below','save Deleted messages in folder named below'),('en','email','save sent messages in folder named below','save Sent messages in folder named below'),('en','email','search for mails in these folders','Search for mails in these folders'),('en','email','search this folder','search this folder'),('en','email','seen','Seen'),('en','email','select this box if you want the text body of the message you are forwarding to appear inline in the body of your sent message','Select this box if you want the text body of the message you are forwarding to appear inline in the body of your sent message'),('en','email','select this box if you want the text body of the message you are forwarding to appear inline in the body of your sent message.','Select this box if you want the text body of the message you are forwarding to appear inline in the body of your sent message.'),('en','email','select your screensize for proper showing of the javascript addressbook','Select your screensize for proper showing of the Javascript addressbook'),('en','email','select your screensize for propper showing of the javascript addressbook','Select your screensize for propper showing of the Javascript addressbook'),('en','email','select your style for the addressbook. the traditional, simple style. or the new javascript enabled complex addressbook','Select your style for the addressbook. The traditional, simple style. Or the new javascript enabled complex addressbook'),('en','email','send deleted messages to the trash','Send deleted messages to the trash'),('en','email','send forwarded mail as quoted attachment','Send forwarded mail as quoted attachment'),('en','email','sender','Sender'),('en','email','sent folder','sent folder'),('en','email','sent messages folder name','Sent messages folder name'),('en','email','sent messages saved to folder:','Sent messages saved to folder:'),('en','email','sep','Sep'),('en','email','short names','short names'),('en','email','show help','Show Help'),('en','email','show long names','Show long names'),('en','email','show message','show message'),('en','email','show new messages in combobox','Show New Messages in ComboBox'),('en','email','show new messages on main screen','Show new messages on main screen'),('en','email','show sender\'s email address with name','Show sender\'s email address with name'),('en','email','show short names','Show short names'),('en','email','show total folder size by default','Show total folder size by default'),('en','email','simple','Simple'),('en','email','size','Size'),('en','email','size larger than','Size Larger Than'),('en','email','size smaller than','Size Smaller Than'),('en','email','small','Small'),('en','email','small view','small view'),('en','email','smaller','Smaller'),('en','email','smallest','Smallest'),('en','email','somebody','somebody'),('en','email','sort by','Sort By'),('en','email','source accounts','source accounts'),('en','email','spell check','Spell Check'),('en','email','standard e-mail preferences','Standard E-Mail preferences'),('en','email','stop if matched','Stop if Matched'),('en','email','switch accounts','Switch Accounts'),('en','email','test all filters','Test All Filters'),('en','email','test or apply all filters','test or apply ALL filters'),('en','email','test run this filter','Test Run This Filter'),('en','email','text','Text'),('en','email','the email application offers 2 different layouts for the index page, that is the page that lists the emails in a folder. this page may be the page the user looks at the most and so different layouts, or looks, are offered.','The email application offers 2 different layouts for the index page, that is the page that lists the emails in a folder. This page may be the page the user looks at the most and so different layouts, or looks, are offered.'),('en','email','the email application offers different button displays, these buttons can be text, images, or both.','The email application offers different button displays, these buttons can be text, images, or both.'),('en','email','the email application offers different icon image themes, groups of images of a similar style which are used in this email application. currently the available themes are images based on evolution by ximian and the netscape6 / moz','The email application offers different icon image themes, groups of images of a similar style which are used in this email application. Currently the available themes are images based on Evolution by Ximian and the Netscape6 / Mozilla browser buttons. Additional themes are anticipated and welcome.'),('en','email','the email application offers different icon image themes, groups of images of a similar style which are used in this email application. currently the available themes are images based on evolution by ximian and the netscape7, mozi','The email application offers different icon image themes, groups of images of a similar style which are used in this email application. Currently the available themes are images based on Evolution by Ximian and the Netscape7, Mozilla browser buttons. Additional themes are anticipated and welcome.'),('en','email','the email application offers different icon image themes, these icons can be big or small.','The email application offers different icon image themes, these icons can be big or small.'),('en','email','the login name to use when checking mail for this email account. this may be the same as your egroupware login name, or the server administrator may have set it for you. if your have multiple email accounts set up, you will need t','The login name to use when checking mail for this email account. This may be the same as your eGroupWare login name, or the server administrator may have set it for you. If your have multiple email accounts set up, you will need to fill this in. If you have only one email account set up, then you can probably leave this alone. If you do set a custom password, this box will be blank the next time you come to this settings page. This is a security feature because your custom email password is not sent to your browser after you set it. To change your custom password, simply enter a new password in the box. Exra email accounts require you to set this. For your default email account, you can clear your custom password by unchecking the "Use Custom Settings" option.'),('en','email','the password to use when checking mail for this email account. this may be the same as your egroupware password, or the server administrator may have set it for you. if your have multiple email accounts set up, you will need to fi','The password to use when checking mail for this email account. This may be the same as your eGroupWare password, or the server administrator may have set it for you. If your have multiple email accounts set up, you will need to fill this in. If you have only one email account set up, then you can probably leave this alone. If you do set a custom password, this box will be blank the next time you come to this settings page. This is a security feature because your custom email password is not sent to your browser after you set it. To change your custom password, simply enter a new password in the box. Extra email accounts require you to set this. For your default email account, you can clear your custom password by unchecking the "Use Custom Settings" option.'),('en','email','the type of mail server you want to access. imap mail servers have folders, such as the sent and trash folders. pop servers do not have folders. pop, pop-3, and pop3 are the same thing. you can have the server connection encrypted','The type of mail server you want to access. IMAP mail servers have folders, such as the Sent and Trash folders. POP servers do not have folders. POP, POP-3, and POP3 are the same thing. You can have the server connection encrypted by using IMAPS or POPS, only if the mailserver supports it and if your eGroupWare installation has a "SSL" capabable version of PHP.'),('en','email','then check the','then check the'),('en','email','then do this','Then do this'),('en','email','then take this actions','Then take this actions'),('en','email','there is no text or other part of the email to display to the user, all part(s) are attachments.','There is no text or other part of the email to display to the user, all part(s) are attachments.'),('en','email','there was an error trying to connect to your imap server.<br>please contact your admin to check the servername, username or password.','There was an error trying to connect to your IMAP server.<br>Please contact your admin to check the servername, username or password.'),('en','email','there was an error trying to connect to your mail server.<br>please, check your username and password, or contact your admin.','There was an error trying to connect to your mail server.<br>Please, check your username and password, or contact your admin.'),('en','email','there was an error trying to connect to your pop3 server.<br>please contact your admin to check the servername, username or password.','There was an error trying to connect to your POP3 server.<br>Please contact your admin to check the servername, username or password.'),('en','email','this confusing and often misunderstood option is left over from this email apps origins as aeromail by mark cushman. when viewing a list of emails in a folder, the from column may show you a) the senders name only, if a name was p','This confusing and often misunderstood option is left over from this email apps origins as Aeromail by Mark Cushman. When viewing a list of emails in a folder, the FROM column may show you a) the senders name only, if a name was provided, b) the senders From email address, in addition to the senders name, or c) the senders reply to address if it is different from the senders from address, in addition to the senders name if it was provided. Typically users set this to none, which will show only the senders name. If no name was supplied by the sender, then the senders FROM email address will be shown, whether a seperate reply to address is provided has no effect on this, the FROM address is always used if the senders name is not provided.'),('en','email','this confusing and often misunderstood option is left over from this email apps origins as aeromail by mark cushman. when viewing a list of emails in a folder, the from column may show you<br>a) the senders name only, if a name wa','This confusing and often misunderstood option is left over from this email apps origins as Aeromail by Mark Cushman. When viewing a list of emails in a folder, the FROM column may show you<br>a) the senders name only, if a name was provided,<br>b) the senders From email address, in addition to the senders name, or<br>c) the senders reply to address if it is different from the senders<br>from address, in addition to the senders name if it was provided. Typically users set this to none, which will show only the senders name. If no name was supplied by the sender, then the senders FROM email address will be shown, whether a seperate reply to address is provided has no effect on this, the FROM address is always used if the senders name is not provided.'),('en','email','this data not supplied.','This data not supplied'),('en','email','this folder is empty','This folder is empty'),('en','email','this is really a visual template conflict issue. the phpgw template already has it own css, and style sheets are cascading, subsequent css can be inherited by the page and totally b0rk the look of the template theme. or maybe not,','This is really a visual template conflict issue. The eGW template already has it own CSS, and style sheets are cascading, subsequent CSS can be inherited by the page and TOTALLY B0RK the look of the template theme. Or maybe not, only certain CSS tags are really capable of this such as the css BODY property, or the A (href) properties.'),('en','email','this is the name that appears in the account combobox. if for leave this blank, your accounts will be given a standard name like account[1]: jane doe, where jane doe is the name you give below as \"your full name\". if you want to g','This is the name that appears in the account combobox. If for leave this blank, your accounts will be given a standard name like Account[1]: Jane Doe, where Jane Doe is the name you give below as \"Your full name\". If you want to give an account a special name you can fill this in. No matter what, this is for your use, your emails will still use \"Your full name\" as your FROM name for email messages. Note that \"Your full name\" for your email account 0 is the name you gave in the eGroupWare setup.'),('en','email','this is the name that appears in the account combobox. if for leave this blank, your accounts will be given a standard name like account[1]: jane doe, where jane doe is the name you give below as your full name. if you want to giv','This is the name that appears in the account combobox. If for leave this blank, your accounts will be given a standard name like Account[1]: Jane Doe, where Jane Doe is the name you give below as Your full name. If you want to give an account a special name you can fill this in. No matter what, this is for your use, your emails will still use Your full name as your FROM name for email messages. Note that Your full name for your email account 0 is the name you gave in the eGroupWare setup.'),('en','email','this is the name that appears in the users from address. the default mail account gets this value automatically from the phpgwapi. additional accounts are created with the phpgwapi supplied fullname you can specify a different ful','This is the name that appears in the users FROM address. The default mail account gets this value automatically from the phpgwapi. Additional accounts are created with the phpgwapi supplied fullname you can specify a different fullname for each extra email account.'),('en','email','this pref currently does nothing users may have more than one email account. in the future it is anticipated that automatic actions may be performed on these accounts, such as automatic new mail checks,auto filtering, etc... perha','THIS PREF CURRENTLY DOES NOTHING Users may have more than one email account. In the future it is anticipated that automatic actions may be performed on these accounts, such as automatic new mail checks,auto filtering, etc... Perhaps the user may want to disable an account so that these automatic actions do not occur for that account. This is one possible use. Also, an admin may want to disable accounts from time to time.'),('en','email','this pref currently does nothing<br>users may have more than one email account. in the future it is anticipated that automatic actions may be performedon these accounts, such as automatic new mail checks, auto filtering, etc... pe','THIS PREF CURRENTLY DOES NOTHING<br>Users may have more than one email account. In the future it is anticipated that automatic actions may be performedon these accounts, such as automatic new mail checks, auto filtering, etc... Perhaps the user may want to disable an account so that these automatic actions do not occur for that account. This is one possible use.<br>Also, an admin may want to disable accounts from time to time.'),('en','email','this specifies whether or not to show the number of new message in the folders combo box on the index screen.','This specifies whether or not to show the number of new message in the folders combo box on the index screen.'),('en','email','this specifies whether or not to show the total size of folders by default. if this is not checked, you will be presented with a button allowing you to display folder size.','This specifies whether or not to show the total size of folders by default. If this is not checked, you will be presented with a button allowing you to display folder size.'),('en','email','this specifies whether or not to show the total size of folders by default. if this is not checked, you will be presented with a button allowing you to display folder size..','This specifies whether or not to show the total size of folders by default. If this is not checked, you will be presented with a button allowing you to display folder size..'),('en','email','this text will be appended to the bottom of the users emails for this email account. currently, html tags are not supported. also, forwarded email will not get this email sig appended to it for reasons such as it clutters the emai','This text will be appended to the bottom of the users emails for this email account. Currently, html tags are not supported. Also, forwarded email will NOT get this email sig appended to it for reasons such as it clutters the email, the forwarded part probably has its own email sig from the original author, which is really the information that matters the most.'),('en','email','to address','To Address'),('en','email','total messages','Total Messages'),('en','email','trash','trash'),('en','email','trash folder','trash folder'),('en','email','u-wash mail folder','U-Wash Mail Folder'),('en','email','u-wash mail folder - if applicable','U-Wash Mail Folder - If Applicable'),('en','email','unable to get source folder name','Unable to get source folder name'),('en','email','unable to get target folder name','Unable to get target folder name'),('en','email','unanswered','Unanswered'),('en','email','undeleted','Undeleted'),('en','email','undisclosed recipients','Undisclosed Recipients'),('en','email','undisclosed sender','Undisclosed Sender'),('en','email','unflagged','Unflagged'),('en','email','unknown action','Unknown Action'),('en','email','unknown error','Unknown error'),('en','email','unknown translation','unknown translation'),('en','email','unseen','Unseen'),('en','email','use custom settings','Use custom settings'),('en','email','view as html','View as HTML'),('en','email','view formatted','View formatted'),('en','email','view headers','View headers'),('en','email','view unformatted','View unformatted'),('en','email','warn_attachment_name_dangerous','warn_attachment_name_DANGEROUS'),('en','email','warn_attachment_only_mail','warn_attachment_only_mail'),('en','email','warn_b64_encoded_displayable','warn_b64_encoded_displayable'),('en','email','warn_has_iframe_maybe_klez','warn_has_iframe_maybe_klez'),('en','email','warn_script_tags','warn_script_tags'),('en','email','warn_style_sheet','warn_style_sheet'),('en','email','we have recently added this new addressbook so that users can choose to have a more complex addressbook that features a) easy, point and click searching, b) best suited for organizations with large central addressbooks with many c','We have recently added this new addressbook so that users can choose to have a more complex addressbook that features a) Easy, point and click searching, b) Best suited for organizations with large central addressbooks with many categories. You can choose here which addressbook do you prefer.'),('en','email','we have recently added this new addressbook so that users can choose to have a more complex addressbook that features<br>a) easy, point and click searching,<br>b) best suited for organizations with large central addressbooks with','We have recently added this new addressbook so that users can choose to have a more complex addressbook that features<br>a) Easy, point and click searching,<br>b) Best suited for organizations with large central addressbooks with many categories.<br>You can choose here which addressbook do you prefer.'),('en','email','we have three sizes that tell us how to better render the addressbook for you: 800x600 (addressbook will popout in a 700 pixel wide box), 1024x768 (it will be a 800 box), 1200x1600 (will be a 900 box). the fonts for all html stuff','We have three sizes that tell us how to better render the addressbook for you: 800x600 (addressbook will popout in a 700 pixel wide box), 1024x768 (it will be a 800 box), 1200x1600 (will be a 900 box). The fonts for all html stuff will be, respectively set to xx-small, x-small and normal (no font setting).'),('en','email','wrote','wrote'),('en','email','you must click','You must click'),('en','email','you must click %1 for the file to actually upload','You must click %1 for the file to actually upload'),('en','email','your server administrator will set the default values for the following options. you may never need to change any of them. if you do need to use settings that are different from the defaults for the options below here, then check','Your server administrator will set the default values for the following options. You may never need to change any of them. If you do need to use settings that are different from the defaults for the options below here, then check this box. Default is disabled, not checked. If you fill in some of the options, but later decide to go back to the default values, unchecking this box will erase your custom values and put back the default values. All of the following options start out with the default value, so you may see some settings below even if you have never filled them in. This checkbox only shows up for the default email account. If you are setting up additional email accounts, you will be required to fill in the following options and this checkbox will not be displayed, it will be checked for all extra email accounts.'),('en','common','accounts','Accounts'),('en','common','compose','Compose'),('en','common','compose new','Compose new'),('en','common','default:','default:'),('en','common','delete account','Delete Account'),('en','common','e-mail filters','E-Mail Filters'),('en','common','e-mail folders','E-mail Folders'),('en','common','e-mail preferences','E-Mail preferences'),('en','common','email type','E-Mail Type'),('en','common','enable this email account','Enable this email account'),('en','common','extra e-mail account','Extra E-Mail Account'),('en','common','extra e-mail accounts','Extra E-Mail Accounts'),('en','common','folder','Folder'),('en','common','for these items, fill only what is different from you default e-mail preferences','For these items, fill only what is different from you default E-Mail preferences'),('en','common','imap server type','IMAP Server Type'),('en','common','layout 1','Layout 1'),('en','common','layout 2','Layout 2'),('en','common','message list layout','Message List Layout'),('en','common','newest','newest'),('en','common','number','Number'),('en','common','oldest','oldest'),('en','common','or','or'),('en','common','sent','sent'),('en','common','sent messages folder','Sent messages folder'),('en','common','sent messages saved in "sent" folder','Sent messages saved in "sent" folder'),('en','common','settings','Settings'),('en','common','switch current folder to','Switch Current Folder To'),('en','common','you have %1 new messages!','You have %1 new messages!'),('en','common','you have 1 new message!','You have 1 new message!'),('en','common','you have messages!','You have messages!'),('en','common','you have no new messages','You have no new messages!'),('en','common','your full name','Your Full Name'),('en','preferences','e-mail clear cache','E-Mail Clear Cache'),('en','admin','enter your pop','Enter your POP'),('en','admin','imap mail server hostname or ip address','IMAP mail server hostname or IP address'),('en','admin','mail server login type','Mail server login type'),('en','admin','select your mail server type','Select your mail server type'),('en','emailadmin','add profile','Add Profile'),('en','emailadmin','admin dn','admin dn'),('en','emailadmin','admin password','admin password'),('en','emailadmin','admin passwort','admin passwort'),('en','emailadmin','admin username','admin username'),('en','emailadmin','advanced options','advanced options'),('en','emailadmin','alternate email address','alternate email address'),('en','emailadmin','cyrus imap server','Cyrus IMAP Server'),('en','emailadmin','cyrus imap server administration','Cyrus IMAP server administration'),('en','emailadmin','default','default'),('en','emailadmin','deliver extern','deliver extern'),('en','emailadmin','do you really want to delete this profile','Do you really want to delete this Profile'),('en','emailadmin','domainname','domainname'),('en','emailadmin','edit email settings','edit email settings'),('en','emailadmin','email account active','email account active'),('en','emailadmin','email address','email address'),('en','emailadmin','enable cyrus imap server administration','enable Cyrus IMAP server administration'),('en','emailadmin','enable sieve','enable Sieve'),('en','emailadmin','enter your default mail domain (from: user@domain)','Enter your default mail domain (from: user@domain)'),('en','emailadmin','forward also to','forward also to'),('en','emailadmin','forward email\'s to','forward email\'s to'),('en','emailadmin','forward only','forward only'),('en','emailadmin','imap server hostname or ip address','IMAP server hostname or ip address'),('en','emailadmin','imap server logintyp','IMAP server login type'),('en','emailadmin','imap server port','IMAP server port'),('en','emailadmin','imap/pop3 server name','IMAP/POP3 server name'),('en','emailadmin','in mbyte','in MByte'),('en','emailadmin','ldap basedn','LDAP basedn'),('en','emailadmin','ldap server','LDAP server'),('en','emailadmin','ldap server accounts dn','LDAP server accounts DN'),('en','emailadmin','ldap server admin dn','LDAP server admin DN'),('en','emailadmin','ldap server admin password','LDAP server admin password'),('en','emailadmin','ldap server hostname or ip address','LDAP server hostname or ip address'),('en','emailadmin','ldap settings','LDAP settings'),('en','emailadmin','leave empty for no quota','leave empty for no quota'),('en','emailadmin','name of organisation','Name of organization'),('en','emailadmin','no alternate email address','no alternate email address'),('en','emailadmin','no forwarding email address','no forwarding email address'),('en','emailadmin','pop3 server hostname or ip address','POP3 server hostname or ip address'),('en','emailadmin','pop3 server port','POP3 server port'),('en','emailadmin','postfix with ldap','Postfix with LDAP'),('en','emailadmin','profile list','Profile List'),('en','emailadmin','profile name','Profile Name'),('en','emailadmin','qmaildotmode','qmaildotmode'),('en','emailadmin','qouta size in mbyte','qouta size in MByte'),('en','emailadmin','quota settings','quota settings'),('en','emailadmin','remove','remove'),('en','emailadmin','select type of imap/pop3 server','Select type of IMAP/POP3 server'),('en','emailadmin','select type of smtp server','Select type of SMTP Server'),('en','emailadmin','sieve server hostname or ip address','Sieve server hostname or ip address'),('en','emailadmin','sieve server port','Sieve server port'),('en','emailadmin','sieve settings','Sieve settings'),('en','emailadmin','smtp server name','SMTP server name'),('en','emailadmin','smtp-server hostname or ip address','SMTP server hostname or IP address'),('en','emailadmin','smtp-server port','SMTP server port'),('en','emailadmin','standard','Standard'),('en','emailadmin','standard imap server','Standard IMAP server'),('en','emailadmin','standard pop3 server','Standard POP3 server'),('en','emailadmin','standard smtp-server','Standard SMTP server'),('en','emailadmin','use ldap defaults','use LDAP defaults'),('en','emailadmin','use smtp auth','Use SMTP auth'),('en','emailadmin','use tls authentication','Use TLS authentication'),('en','emailadmin','use tls encryption','Use TLS encryption'),('en','emailadmin','users can define their own emailaccounts','Users can define their own email accounts'),('en','emailadmin','virtual mail manager','Virtual MAIL ManaGeR'),('en','emailadmin','imap c-client version < 2001','IMAP C-Client Version < 2001'),('en','admin','imap admin password','IMAP admin password'),('en','admin','imap admin user','IMAP admin user'),('en','etemplate','%1 (%2 new) messages writen for application \'%3\' and languages \'%4\'','%1 (%2 new) Messages writen for Application \'%3\' and Languages \'%4\''),('en','etemplate','%1 etemplates deleted','%1 eTemplates deleted'),('en','etemplate','%1 etemplates for application \'%2\' dumped to \'%3\'','%1 eTemplates for Application \'%2\' dumped to \'%3\''),('en','etemplate','%1 etemplates found','%1 eTemplates found'),('en','etemplate','%1 matches on search criteria','%1 matches on search criteria'),('en','etemplate','%1 new etemplates imported for application \'%2\'','%1 new eTemplates imported for Application \'%2\''),('en','etemplate','%s disabled','%s disabled'),('en','etemplate','%s needed','%s needed'),('en','etemplate','%s notranslation','%s NoTranslation'),('en','etemplate','%s onchange','%s onChange'),('en','etemplate','%s readonly','%s readonly'),('en','etemplate','\'%1\' has an invalid format !!!','\'%1\' has an invalid format !!!'),('en','etemplate','\'%1\' is not a valid floatingpoint number !!!','\'%1\' is not a valid floatingpoint number !!!'),('en','etemplate','\'%1\' is not a valid integer !!!','\'%1\' is not a valid integer !!!'),('en','etemplate','a pattern to be searched for','a pattern to be searched for'),('en','etemplate','add a new column (after the existing ones)','Add a new column (after the existing ones)'),('en','etemplate','add a new multi-column index','Add a new multi-column index'),('en','etemplate','add column','Add Column'),('en','etemplate','add index','Add Index'),('en','etemplate','add table','Add Table'),('en','etemplate','align','Align'),('en','etemplate','alignment of label and input-field in table-cell','alignment of label and input-field in table-cell'),('en','etemplate','alignment of the v/hbox containing table-cell','Alignment of the V/HBox containing table-cell'),('en','etemplate','am','am'),('en','etemplate','an indexed column speeds up querys using that column (cost space on the disk !!!)','an indexed column speeds up querys using that column (cost space on the disk !!!)'),('en','etemplate','application','Application'),('en','etemplate','application name needed to write a langfile or dump the etemplates !!!','Application name needed to write a langfile or dump the eTemplates !!!'),('en','etemplate','attach','Attach'),('en','etemplate','attach file','attach file'),('en','etemplate','blurtext','blurText'),('en','etemplate','border','Border'),('en','etemplate','border-line-thickness for the table-tag','Border-line-thickness for the table-tag'),('en','etemplate','can not have special sql-value null','can not have special SQL-value NULL'),('en','etemplate','cellpadding for the table-tag','Cellpadding for the table-tag'),('en','etemplate','cells','Cells'),('en','etemplate','cellspacing for the table-tag','Cellspacing for the table-tag'),('en','etemplate','center','Center'),('en','etemplate','check if content should only be displayed but not altered (the content is not send back then!)','check if content should only be displayed but not altered (the content is not send back then!)'),('en','etemplate','check if field has to be filled by user','check if field has to be filled by user'),('en','etemplate','checkbox','Checkbox'),('en','etemplate','class','Class'),('en','etemplate','class, valign','class, Valign'),('en','etemplate','click here to attach the file','click here to attach the file'),('en','etemplate','click here to create the link','click here to create the Link'),('en','etemplate','click here to start the search','Click here to start the search'),('en','etemplate','click here to upload the file','Click here to upload the file'),('en','etemplate','click to order after that criteria','click to order after that criteria'),('en','etemplate','columnname','ColumnName'),('en','etemplate','comment','Comment'),('en','etemplate','create a new table for the application','Create a new table for the application'),('en','etemplate','creates an english (\'en\') langfile from label and helptexts (for application in name)','creates an english (\'en\') langfile from label and helptexts (for application in Name)'),('en','etemplate','css class for the table-tag','CSS class for the table-tag'),('en','etemplate','css-class name for this row, preset: \'nmh\' = nextmatch header, \'nmr\' = alternating nm row, \'nmr0\'+\'nmr1\' nm rows','CSS-class name for this row, preset: \'nmh\' = NextMatch header, \'nmr\' = alternating NM row, \'nmr0\'+\'nmr1\' NM rows'),('en','etemplate','css-styles','CSS-styles'),('en','etemplate','date+time','Date+Time'),('en','etemplate','datum','Datum'),('en','etemplate','day','Day'),('en','etemplate','db ensures that every row has a unique value in that column','DB ensures that every row has a unique value in that column'),('en','etemplate','db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col','db-specific index options (comma-sep.), eg. mysql(FULLTEXT) or mysql(100) for the indexed length of a col'),('en','etemplate','db-tools','DB-Tools'),('en','etemplate','deck','Deck (internal)'),('en','etemplate','default','Default'),('en','etemplate','delete a single entry by passing the id.','Delete a single entry by passing the id.'),('en','etemplate','delete all selected etemplates, without further inquiry','delete ALL selected eTemplates, WITHOUT further inquiry'),('en','etemplate','delete column','Delete Column'),('en','etemplate','delete index','Delete Index'),('en','etemplate','delete this etemplate','delete this eTemplate'),('en','etemplate','delete whole column (can not be undone!!!)','delete whole column (can NOT be undone!!!)'),('en','etemplate','deletes the above spez. etemplate from the database, can not be undone','deletes the above spez. eTemplate from the database, can NOT be undone'),('en','etemplate','deletes the etemplate spez. above','deletes the eTemplate spez. above'),('en','etemplate','deletes this column','Deletes this column'),('en','etemplate','deletes this index','Deletes this index'),('en','etemplate','discard changes','discard changes'),('en','etemplate','displayed in front of input or input is inserted for a \'%s\' in the label (label of the submitbutton or image-filename)','displayed in front of input or input is inserted for a \'%s\' in the label (label of the Submitbutton or Image-filename)'),('en','etemplate','displayed in statusline of browser if input-field gets focus','displayed in statusline of browser if input-field gets focus'),('en','etemplate','do you want to save the changes you made in table %s?','Do you want to save the changes you made in table %s?'),('en','etemplate','documentation','Documentation'),('en','etemplate','drop a table - this can not be undone','Drop a table - this can NOT be undone'),('en','etemplate','drop table','Drop Table'),('en','etemplate','dump4setup','Dump4Setup'),('en','etemplate','edit the etemplate spez. above','edit the eTemplate spez. above'),('en','etemplate','editable templates - db-tools','Editable Templates - DB-Tools'),('en','etemplate','editable templates - delete template','Editable Templates - Delete Template'),('en','etemplate','editable templates - editor','Editable Templates - Editor'),('en','etemplate','editable templates - search','Editable Templates - Search'),('en','etemplate','editable templates - show template','Editable Templates - Show Template'),('en','etemplate','embeded css styles, eg. \'.red { background: red; }\' (note the \'.\' before the class-name) or \'@import url(...)\' (class names are global for the whole page!)','embeded CSS styles, eg. \'.red { background: red; }\' (note the \'.\' before the class-name) or \'@import url(...)\' (class names are global for the whole page!)'),('en','etemplate','enable javascript onchange submit','enable JavaScript onChange submit'),('en','etemplate','enter \'\' for an empty default, nothing mean no default','enter \'\' for an empty default, nothing mean no default'),('en','etemplate','enter a search pattern','Enter a search pattern'),('en','etemplate','enter filename to upload and attach, use [browse...] to search for it','Enter filename to upload and attach, use [Browse...] to search for it'),('en','etemplate','enter the new version number here (> old_version), empty for no update-file','enter the new version number here (> old_version), empty for no update-file'),('en','etemplate','enter the new version number here (has to be > old_version)','enter the new version number here (has to be > old_version)'),('en','etemplate','entry saved','Entry saved'),('en','etemplate','error: template not found !!!','Error: Template not found !!!'),('en','etemplate','error: webserver is not allowed to write into \'%1\' !!!','Error: webserver is not allowed to write into \'%1\' !!!'),('en','etemplate','error: while saveing !!!','Error: while saveing !!!'),('en','etemplate','error: writeing !!!','Error: writeing !!!'),('en','etemplate','error: writing file (no write-permission for the webserver) !!!','Error: writing file (no write-permission for the webserver) !!!'),('en','etemplate','etemplate \'%1\' imported, use save to put it in the database','eTemplate \'%1\' imported, use Save to put it in the database'),('en','etemplate','etemplate \'%1\' written to \'%2\'','eTemplate \'%1\' written to \'%2\''),('en','etemplate','etemplate editor','eTemplate Editor'),('en','etemplate','etemplate referenz','eTemplate Referenz'),('en','etemplate','etemplate tutorial','eTemplate Tutorial'),('en','etemplate','exchange this row with the one above','exchange this row with the one above'),('en','etemplate','exchange this two columns','exchange this two columns'),('en','etemplate','export the loaded etemplate into a xml-file','export the loaded eTemplate into a xml-file'),('en','etemplate','export xml','Export XML'),('en','etemplate','extensions loaded:','Extensions loaded:'),('en','etemplate','field must not be empty !!!','Field must not be empty !!!'),('en','etemplate','file','File'),('en','etemplate','file contains more than one etemplate, last one is shown !!!','File contains more than one eTemplate, last one is shown !!!'),('en','etemplate','file writen','File writen'),('en','etemplate','fileupload','FileUpload'),('en','etemplate','first','First'),('en','etemplate','floating point','Floating Point'),('en','etemplate','foreign key','Foreign Key'),('en','etemplate','formatted text (html)','Formatted Text (HTML)'),('en','etemplate','go to the first entry','go to the first entry'),('en','etemplate','go to the last entry','go to the last entry'),('en','etemplate','go to the next page of entries','go to the next page of entries'),('en','etemplate','go to the previous page of entries','go to the previous page of entries'),('en','etemplate','hbox','HBox'),('en','etemplate','height','Height'),('en','etemplate','height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: \'!@data\' disable row if content of data is empty','height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: \'!@data\' disable row if content of data is empty'),('en','etemplate','height of the table in % or pixels for the table-tag and (optional) div','Height of the table in % or pixels for the table-tag and (optional) div'),('en','etemplate','height, disabled','Height, Disabled'),('en','etemplate','horizontal rule','Horizontal Rule'),('en','etemplate','hour','Hour'),('en','etemplate','html','Html'),('en','etemplate','if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell','if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell'),('en','etemplate','image','Image'),('en','etemplate','import','Import'),('en','etemplate','import an etemplate from a xml-file','import an eTemplate from a xml-file'),('en','etemplate','import table-definitions from existing db-table','Import table-definitions from existing db-table'),('en','etemplate','import xml','Import XML'),('en','etemplate','index/name of returned content (name of the template, link / method for image)','index/name of returned content (name of the Template, Link / Method for Image)'),('en','etemplate','indexed','Indexed'),('en','etemplate','indexoptions','Indexoptions'),('en','etemplate','insert new column behind this one','insert new column behind this one'),('en','etemplate','insert new column in front of all','insert new column in front of all'),('en','etemplate','insert new row after this one','insert new row after this one'),('en','etemplate','insert new row in front of first line','insert new row in front of first Line'),('en','etemplate','integer','Integer'),('en','etemplate','key','Key'),('en','etemplate','label','Label'),('en','etemplate','label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. \'y-m-d\']','Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: eg. \'Y-m-d\']'),('en','etemplate','lang','Lang'),('en','etemplate','language-short (eg. \'en\' for english) for language-dependent template (\'\' reads your pref. languages or the default, us \'default\' to read the default template \'\')','language-short (eg. \'en\' for english) for language-dependent template (\'\' reads your pref. languages or the default, us \'default\' to read the default template \'\')'),('en','etemplate','last','Last'),('en','etemplate','left','Left'),('en','etemplate','length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8','length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8'),('en','etemplate','link','Link'),('en','etemplate','linklist','LinkList'),('en','etemplate','linkstring','LinkString'),('en','etemplate','linkto','LinkTo'),('en','etemplate','load this template into the editor','load this template into the editor'),('en','etemplate','minute','Minute'),('en','etemplate','month','Month'),('en','etemplate','multicolumn indices','Multicolumn Indices'),('en','etemplate','name of other table where column is a key from','name of other table where column is a key from'),('en','etemplate','name of phpgw-template set (e.g. verdilak): \'\' = default (will read pref. template, us \'default\' to read default template \'\')','name of phpgw-template set (e.g. verdilak): \'\' = default (will read pref. template, us \'default\' to read default template \'\')'),('en','etemplate','name of table to add','Name of table to add'),('en','etemplate','name of the etemplate, should be in form application.function[.subtemplate]','name of the eTemplate, should be in form application.function[.subTemplate]'),('en','etemplate','need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. \'et_\'','need to be unique in the table and no reseved word from SQL, best prefix all with a common 2-digit short for the app, eg. \'et_\''),('en','etemplate','new search','New search'),('en','etemplate','new table created','New table created'),('en','etemplate','newer version \'%1\' exists !!!','newer version \'%1\' exists !!!'),('en','etemplate','nextmatch','Nextmatch'),('en','etemplate','nextmatch filterheader','Nextmatch Filterheader'),('en','etemplate','nextmatch sortheader','Nextmatch Sortheader'),('en','etemplate','no file','no file'),('en','etemplate','no filename given or selected via browse...','no filename given or selected via Browse...'),('en','etemplate','not null','NOT NULL'),('en','etemplate','nothing found - try again !!!','Nothing found - try again !!!'),('en','etemplate','nothing matched search criteria !!!','Nothing matched search criteria !!!'),('en','etemplate','number of colums the field/cell should span or \'all\' for the remaining columns, css-class name (for the td tag)','number of colums the field/cell should span or \'all\' for the remaining columns, CSS-class name (for the TD tag)'),('en','etemplate','number of rows/cols in a v/hbox, cellpadding, cellspacing','number of rows/cols in a V/HBox, Cellpadding, Cellspacing'),('en','etemplate','of','of'),('en','etemplate','only an other version found !!!','only an other Version found !!!'),('en','etemplate','optional note about the link','optional note about the Link'),('en','etemplate','options','Options'),('en','etemplate','overflow','Overflow'),('en','etemplate','padding','Padding'),('en','etemplate','please enter table-name first !!!','Please enter table-name first !!!'),('en','etemplate','pm','pm'),('en','etemplate','precision','Precision'),('en','etemplate','primary key','Primary Key'),('en','etemplate','primary key for the table, gets automaticaly indexed','Primary key for the table, gets automaticaly indexed'),('en','etemplate','radiobutton','Radiobutton'),('en','etemplate','read a list of entries.','Read a list of entries.'),('en','etemplate','read a single entry by passing the id and fieldlist.','Read a single entry by passing the id and fieldlist.'),('en','etemplate','read etemplate from database (for the keys above)','read eTemplate from database (for the keys above)'),('en','etemplate','remove row (can not be undone!!!)','remove Row (can NOT be undone!!!)'),('en','etemplate','remove this link (not the entry itself)','Remove this link (not the entry itself)'),('en','etemplate','returns savely, without deleting','returns savely, WITHOUT deleting'),('en','etemplate','right','Right'),('en','etemplate','save the etemplate under the above keys (name, ...), change them for a saveas','save the eTemplate under the above keys (name, ...), change them for a SaveAs'),('en','etemplate','saves changes to tables_current.inc.php','saves changes to tables_current.inc.php'),('en','etemplate','scale','Scale'),('en','etemplate','scale for float','scale for float'),('en','etemplate','select a category','select a Category'),('en','etemplate','select a primary contact, to show in the list','Select a primary contact, to show in the list'),('en','etemplate','select access','Select Access'),('en','etemplate','select account','Select Account'),('en','etemplate','select an app first !!!','Select an app first !!!'),('en','etemplate','select an app to search in','Select an App to search in'),('en','etemplate','select an application','Select an application'),('en','etemplate','select an application, (*) = uninstalled','Select an application, (*) = uninstalled'),('en','etemplate','select an entry to link with','Select an entry to link with'),('en','etemplate','select an table of the application','Select an table of the application'),('en','etemplate','select application','Select Application'),('en','etemplate','select country','Select Country'),('en','etemplate','select day','Select Day'),('en','etemplate','select if content of field should not be translated (label gets always translated)','select if content of field should not be translated (label gets always translated)'),('en','etemplate','select month','Select Month'),('en','etemplate','select number','Select Number'),('en','etemplate','select one ...','Select One ...'),('en','etemplate','select percentage','Select Percentage'),('en','etemplate','select priority','Select Priority'),('en','etemplate','select state','Select State'),('en','etemplate','select the indexed columns in their desired order','Select the indexed columns in their desired order'),('en','etemplate','select this etemplate to delete it','select this eTemplate to delete it'),('en','etemplate','select which values to show','select which values to show'),('en','etemplate','select year','Select Year'),('en','etemplate','selectbox','Selectbox'),('en','etemplate','sets today as date','sets today as date'),('en','etemplate','show','Show'),('en','etemplate','show (no save)','Show (no save)'),('en','etemplate','show values','Show Values'),('en','etemplate','showing','showing'),('en','etemplate','shows / allows you to enter values into the etemplate for testing','shows / allows you to enter values into the eTemplate for testing'),('en','etemplate','shows/displays etemplate for testing, does not save it before','shows/displays eTemplate for testing, does NOT save it before'),('en','etemplate','spacing','Spacing'),('en','etemplate','span, class','Span, Class'),('en','etemplate','stack','Stack'),('en','etemplate','start a new search, cancel this link','start a new search, cancel this link'),('en','etemplate','start new search for the above pattern','start new search for the above pattern'),('en','etemplate','submitbutton','Submitbutton'),('en','etemplate','table unchanged, no write necessary !!!','Table unchanged, no write necessary !!!'),('en','etemplate','tablename','TableName'),('en','etemplate','tabs','Tabs'),('en','etemplate','template','Template'),('en','etemplate','template deleted','Template deleted'),('en','etemplate','template saved','Template saved'),('en','etemplate','text','Text'),('en','etemplate','textarea','Textarea'),('en','etemplate','this text gets displayed if the input-field is empty and has no focus (blur)','this text gets displayed if the input-field is empty and has no focus (blur)'),('en','etemplate','to start the db-tools','to start the DB-Tools'),('en','etemplate','to start the etemplate editor','to start the eTemplate editor'),('en','etemplate','to start the search','to start the search'),('en','etemplate','type','Type'),('en','etemplate','type of the column','type of the column'),('en','etemplate','type of the field (select label if field should be empty)','type of the field (select Label if field should be empty)'),('en','etemplate','unique','Unique'),('en','etemplate','unlink','Unlink'),('en','etemplate','update a single entry by passing the fields.','Update a single entry by passing the fields.'),('en','etemplate','update from version \'%s\' to','Update from Version \'%s\' to'),('en','etemplate','upload','Upload'),('en','etemplate','value','Value'),('en','etemplate','value has to be at least \'%1\' !!!','Value has to be at least \'%1\' !!!'),('en','etemplate','value has to be at maximum \'%1\' !!!','Value has to be at maximum \'%1\' !!!'),('en','etemplate','vbox','VBox'),('en','etemplate','version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros)','version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros)'),('en','etemplate','view this linked entry in its application','view this linked entry in its application'),('en','etemplate','what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides)','what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides)'),('en','etemplate','width','Width'),('en','etemplate','width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: \'!@data\' disable col if content of data is empty','width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: \'!@data\' disable col if content of data is empty'),('en','etemplate','width of the table in % or pixels for the table-tag and (optional) div','Width of the table in % or pixels for the table-tag and (optional) div'),('en','etemplate','width, disabled','Width, Disabled'),('en','etemplate','write <app>/setup/tables_current.inc.php','Write <app>/setup/tables_current.inc.php'),('en','etemplate','write langfile','Write Langfile'),('en','etemplate','write tables','Write Tables'),('en','etemplate','writes a \'etemplates.inc.php\' file (for application in name) in the setup-dir of the app','writes a \'etemplates.inc.php\' file (for application in Name) in the setup-dir of the app'),('en','etemplate','xml-file to import','xml-file to import'),('en','etemplate','xslt template','XSLT Template'),('en','common','etemplate','eTemplate'),('en','filemanager','%1 already exists as a file','%1 already exists as a file'),('en','filemanager','application','Application'),('en','filemanager','back to file manager','Back to file manager'),('en','filemanager','cancel editing %1 without saving','Cancel editing %1 without saving'),('en','filemanager','cannot create directory because it begins or ends in a space','Cannot create directory because it begins or ends in a space'),('en','filemanager','cannot replace %1 because it is a directory','Cannot replace %1 because it is a directory'),('en','filemanager','command sucessfully run','Command sucessfully run'),('en','filemanager','comment','Comment'),('en','filemanager','comments cannot contain \"%1\"','Comments cannot contain \"%1\"'),('en','filemanager','copied %1 to %2','Copied %1 to %2'),('en','filemanager','copy to','Copy To'),('en','filemanager','copy to:','Copy to:'),('en','filemanager','could not copy %1 to %2','Could not copy %1 to %2'),('en','filemanager','could not copy file because no destination directory is given','Could not copy file because no destination directory is given'),('en','filemanager','could not create %1','Could not create %1'),('en','filemanager','could not create directory %1','Could not create directory %1'),('en','filemanager','could not delete %1','Could not delete %1'),('en','filemanager','could not move %1 to %2','Could not move %1 to %2'),('en','filemanager','could not move file because no destination directory is given','Could not move file because no destination directory is given'),('en','filemanager','could not rename %1 to %2','Could not rename %1 to %2'),('en','filemanager','could not save %1','Could not save %1'),('en','filemanager','create file','Create File'),('en','filemanager','create folder','Create Folder'),('en','filemanager','created','Created'),('en','filemanager','created %1','Created %1'),('en','filemanager','created %1,%2','Created %1,%2'),('en','filemanager','created by','Created by'),('en','filemanager','created directory %1','Created directory %1'),('en','filemanager','default number of upload fields to show','Default number of upload fields to show'),('en','filemanager','deleted %1','Deleted %1'),('en','filemanager','directory','Directory'),('en','filemanager','directory %1 already exists','Directory %1 already exists'),('en','filemanager','directory %1 does not exist','Directory %1 does not exist'),('en','filemanager','directory names cannot contain \"%1\"','Directory names cannot contain \"%1\"'),('en','filemanager','display attributes','Display attributes'),('en','filemanager','download','Download'),('en','filemanager','edit comments','Edit comments'),('en','filemanager','error running command','Error running command'),('en','filemanager','execute','Execute'),('en','filemanager','failed to create directory','failed to create directory'),('en','filemanager','fake base dir did not exist, egroupware created a new one.','Fake Base Dir did not exist, eGroupWare created a new one.'),('en','filemanager','file','File'),('en','filemanager','file %1 already exists. please edit it or delete it first.','File %1 already exists. Please edit it or delete it first.'),('en','filemanager','file %1 could not be created.','File %1 could not be created.'),('en','filemanager','file name','File Name'),('en','filemanager','file names cannot contain \"%1\"','File names cannot contain \"%1\"'),('en','filemanager','file names cannot contain \\ or /','File names cannot contain \\ or /'),('en','filemanager','filemanager preferences','FileManager preferences'),('en','filemanager','files in this directory','Files in this directory'),('en','filemanager','folder up','Folder Up'),('en','filemanager','go home','go home'),('en','filemanager','go to','Go To'),('en','filemanager','go to %1','Go to %1'),('en','filemanager','go to your home directory','Go to your home directory'),('en','filemanager','go to:','Go to:'),('en','filemanager','go up','go up'),('en','filemanager','location','Location'),('en','filemanager','locked','Locked'),('en','filemanager','mime type','MIME Type'),('en','filemanager','modified','Modified'),('en','filemanager','modified by','Modified by'),('en','filemanager','move to','Move To'),('en','filemanager','move to:','Move to:'),('en','filemanager','moved %1 to %2','Moved %1 to %2'),('en','filemanager','no files in this directory.','No files in this directory.'),('en','filemanager','no version history for this file/directory','No version history for this file/directory'),('en','filemanager','operation','Operation'),('en','filemanager','other settings','Other settings'),('en','filemanager','please select a file to delete.','Please select a file to delete.'),('en','filemanager','preview %1','Preview %1'),('en','filemanager','preview of %1','Preview of %1'),('en','filemanager','quick jump to','Quick jump to'),('en','filemanager','reload','reload'),('en','filemanager','renamed %1 to %2','Renamed %1 to %2'),('en','filemanager','replaced %1','Replaced %1'),('en','filemanager','save %1','Save %1'),('en','filemanager','save %1, and go back to file listing','Save %1, and go back to file listing'),('en','filemanager','save all','Save all'),('en','filemanager','save changes','Save changes'),('en','filemanager','saved %1','Saved %1'),('en','filemanager','show','Show'),('en','filemanager','show ..','Show ..'),('en','filemanager','show .files','Show .files'),('en','filemanager','show command line (experimental. dangerous.)','Show command line (EXPERIMENTAL. DANGEROUS.)'),('en','filemanager','show help','Show help'),('en','filemanager','size','Size'),('en','filemanager','sort by:','Sort by:'),('en','filemanager','the future filemanager, now for testing purposes only, please send bugreports','The future filemanager, now for TESTING PURPOSES ONLY, please send bugreports'),('en','filemanager','total files','Total Files'),('en','filemanager','unknown mime-type defaults to text/plain when viewing','Unknown MIME-type defaults to text/plain when viewing'),('en','filemanager','unused space','Unused space'),('en','filemanager','up','Up'),('en','filemanager','updated comment for %1','Updated comment for %1'),('en','filemanager','upload','Upload'),('en','filemanager','upload fields','upload fields'),('en','filemanager','upload files','Upload files'),('en','filemanager','use new experimental filemanager?','Use new experimental Filemanager?'),('en','filemanager','used space','Used Space'),('en','filemanager','users','Users'),('en','filemanager','view documents in new window','View documents in new window'),('en','filemanager','view documents on server (if available)','View documents on server (if available)'),('en','filemanager','who','Who'),('en','filemanager','you do not have access to %1','You do not have access to %1'),('en','filemanager','your home dir did not exist, egroupware created a new one.','Your Home Dir did not exist, eGroupWare created a new one.'),('en','common','filemanager','Filemanager'),('en','forum','add forum','Add Forum'),('en','forum','all forums, user posts, and topics in this category will be lost!','All forums, user posts, and topics in this category will be lost!'),('en','forum','all user posts and topics will be lost!','All user posts and topics will be lost!'),('en','forum','all user posts, and topics in this forum will be lost!','All user posts, and topics in this forum will be lost!'),('en','forum','are you sure you want to delete this category?','Are you sure you want to delete this category?'),('en','forum','are you sure you want to delete this forum?','Are you sure you want to delete this forum?'),('en','forum','belongs to category','Belongs to Category'),('en','forum','category description','Category Description'),('en','forum','category name','Category Name'),('en','forum','collapse threads','Collapse Threads'),('en','forum','collapsed','collapsed'),('en','forum','create new category','Create New Category'),('en','forum','current categories and sub forums','Current Categories and Sub Forums'),('en','forum','edit forum','Edit Forum'),('en','forum','email replies to this thread, to the address above','Email replies to this thread, to the address above'),('en','forum','forum description','Forum Description'),('en','forum','forum name','Forum Name'),('en','forum','latest reply','Latest Reply'),('en','forum','new category','New Category'),('en','forum','new forum','New Forum'),('en','forum','new topic','New Topic'),('en','forum','no category','No Category'),('en','forum','post','Post'),('en','forum','post a message to this thread','Post A Message To This Thread'),('en','forum','replies','Replies'),('en','forum','return to admin','Return to Admin'),('en','forum','return to forums','Return to Forums'),('en','forum','sub category','Sub Category'),('en','forum','there are no forums in this category','There are no forums in this category'),('en','forum','threaded','Threaded'),('en','forum','topic','Topic'),('en','forum','update category','Update Category'),('en','forum','update forum','Update Forum'),('en','forum','view threads','View Threads'),('en','forum','your email','Your Email'),('en','forum','your name','Your Name'),('en','common','forum','Forum'),('en','common','forum administration','Forum Administration'),('en','common','forums','Forums'),('en','ftp','are you sure you want to delete %1 ?','Are you sure you want to delete %1 ?'),('en','ftp','attempt to create a directory with empty name','Attempt to create a directory with empty name'),('en','ftp','cancel','cancel'),('en','ftp','cd','cd'),('en','ftp','connect','Connect'),('en','ftp','create new directory','Create new directory'),('en','ftp','delete','delete'),('en','ftp','failed to connect to %1 with user %2 and password %3','Failed to connect to %1 with user %2 and password %3'),('en','ftp','failed to create directory %1','Failed to create directory %1'),('en','ftp','failed to delete %1','Failed to delete %1'),('en','ftp','failed to rename %1 to %2','Failed to rename %1 to %2'),('en','ftp','failed to upload %1','Failed to upload %1'),('en','ftp','ftp client','Ftp Client'),('en','ftp','ftp hostname','FTP hostname'),('en','ftp','ftp server','Ftp Server'),('en','ftp','log into ftp server','Log into FTP server'),('en','ftp','logout/relogin','logout/relogin'),('en','ftp','permissions','Permissions'),('en','ftp','rename','rename'),('en','ftp','rename file','Rename file'),('en','ftp','rename from','Rename from'),('en','ftp','rename to','to'),('en','ftp','renamed %1 to %2','Renamed %1 to %2'),('en','ftp','save','save'),('en','ftp','save to filemanager','save to filemanager'),('en','ftp','size','Size'),('en','ftp','successfully created directory %1','Successfully created directory %1'),('en','ftp','successfully deleted %1','Successfully deleted %1'),('en','ftp','successfully uploaded %1','Successfully uploaded %1'),('en','ftp','upload','upload'),('en','ftp','view','view'),('en','headlines','are you sure you want to delete this news site ?','Are you sure you want to delete this news site ?'),('en','headlines','base url','Base URL'),('en','headlines','basic','Basic'),('en','headlines','choose layout','Choose layout'),('en','headlines','color','Color'),('en','headlines','create new headline','Create New Headline'),('en','headlines','current headlines in cache','Current headlines in cache'),('en','headlines','display','Display'),('en','headlines','edit headline sites','Edit headline sites'),('en','headlines','edit headlines shown by default','Edit headlines shown by default'),('en','headlines','gray','Gray'),('en','headlines','headline sites','Headline Sites'),('en','headlines','headlines administration','Headlines Administration'),('en','headlines','headlines administration - delete headline','Headlines Administration - Delete headline'),('en','headlines','headlines layout','Headlines layout'),('en','headlines','listings displayed','Listings Displayed'),('en','headlines','minutes between refresh','Minutes between refresh'),('en','headlines','minutes between reloads','Minutes between Reloads'),('en','headlines','news file','News File'),('en','headlines','news type','News Type'),('en','headlines','no headlines found','No headlines found'),('en','headlines','reload news sites','Reload news sites'),('en','headlines','reset','Reset'),('en','headlines','sample','Sample'),('en','headlines','select headline news sites','Select Headline News sites'),('en','headlines','site','Site'),('en','headlines','show headlines on homepage','Show headlines on homepage'),('en','headlines','that site has already been entered','That site has already been entered'),('en','headlines','unable to retrieve links','Unable to retrieve links'),('en','headlines','update headline','Update headline'),('en','headlines','view headline','View headline'),('en','headlines','you can only enter numbers for listings display','You can only enter numbers for listings display'),('en','headlines','you can only enter numbers minutes between refresh','You can only enter numbers minutes between refresh'),('en','headlines','you must enter a base url','You must enter a base url'),('en','headlines','you must enter a display','You must enter a display'),('en','headlines','you must enter a news url','You must enter a news url'),('en','headlines','you must enter the number of listings display','You must enter the number of listings display'),('en','headlines','you must enter the number of minutes between reload','You must enter the number of minutes between reload'),('en','common','grab new news sites','Grab new news sites'),('en','common','headline preferences','Headline preferences'),('en','common','headline site management','Headline Site Management'),('en','common','headlines','Headlines'),('en','common','monitor','Monitor'),('en','common','news headlines','News headlines'),('en','common','select headlines to display','Select Headlines to Display'),('en','common','select layout','Select layout'),('en','preferences','other preferences','Other Preferences'),('en','jinn','%1 site objects have been imported.','%1 Site Objects have been imported.'),('en','jinn','access rights','Access Rights'),('en','jinn','access rights for site not succesfully editted','Access rights for Site NOT succesfully editted'),('en','jinn','access rights for site succesfully editted','Access rights for site succesfully editted'),('en','jinn','access rights for site-object not succesfully editted','Access rights for site-object NOT succesfully editted'),('en','jinn','access rights for site-object succesfully editted','Access rights for site-object succesfully editted'),('en','jinn','access rights site-objects','Access rights site-objects'),('en','jinn','access_rights','access_rights'),('en','jinn','add','add'),('en','jinn','add %1st image','add %1st image'),('en','jinn','add attachent','add attachment'),('en','jinn','add attachment','add attachment'),('en','jinn','add attachment %1','add attachment %1'),('en','jinn','add edit','Add Edit'),('en','jinn','add image','add image'),('en','jinn','add image %1','add image %1'),('en','jinn','add new','Add new'),('en','jinn','add new entry','Add new entry'),('en','jinn','add new many with many relation','Add new MANY WITH MANY relation'),('en','jinn','add new one with many','Add new ONE WITH MANY'),('en','jinn','add object','add object'),('en','jinn','add or remove','add or remove'),('en','jinn','add site','Add Site'),('en','jinn','add site object','add site object'),('en','jinn','add site-object','add site-object'),('en','jinn','admin:: edit site','admin:: edit site'),('en','jinn','administrator mode','Administrator Mode'),('en','jinn','administrators for site $site_name','administrators for site $site_name'),('en','jinn','all from','all from'),('en','jinn','another','another'),('en','jinn','are you sure?','Are you sure?'),('en','jinn','attachment directory does not exist or is not correct, nor can it be created...<br>please check object\'s upload dir:','attachment directory does not exist or is not correct, nor can it be created...<br>please check object\'s upload dir:'),('en','jinn','automatic','automatic'),('en','jinn','binary','binary'),('en','jinn','browse','Browse'),('en','jinn','browse current object','Browse current object'),('en','jinn','browse sites','browse sites'),('en','jinn','browse through sites','Browse through sites'),('en','jinn','c_all','c_all'),('en','jinn','c_none','c_none'),('en','jinn','check:','check:'),('en','jinn','choose','choose'),('en','jinn','close this window','close this window'),('en','jinn','column name','column name'),('en','jinn','come back after new valid tablename is saved to configure plugins','come back after new valid tablename is saved to configure plugins'),('en','jinn','come back in edit mode for configuring plugins','come back in edit mode for configuring plugins'),('en','jinn','come back in edit mode to configure plugins','come back in edit mode to configure plugins'),('en','jinn','configure','configure'),('en','jinn','configure browse view','configure browse view'),('en','jinn','configure this object list view','Configure this Object List View'),('en','jinn','configure this tableview','Configure this tableview'),('en','jinn','configure this view','Configure this View'),('en','jinn','configure view of','Configure view of'),('en','jinn','copy','copy'),('en','jinn','could not find any tables! check your database name, database username or database password or create one or more tables in the database.','Could not find any tables! Check your database name, database username or database password or create one or more tables in the database.'),('en','jinn','database connection failed! <p>please recheck your settings.','database connection failed! <P>Please recheck your settings.'),('en','jinn','database connection was succesfull. <p>you can go on with the site-objects','Database connection was succesfull. <P>You can go on with the site-objects'),('en','jinn','days','days'),('en','jinn','default order','default order'),('en','jinn','developer links','Developer Links'),('en','jinn','development server','Development Server'),('en','jinn','dimensions','dimensions'),('en','jinn','edit','edit'),('en','jinn','edit jinn site object parameters: <li>select a jinn object name for display</li> <li>select a database table to use with this object</li> <li>if necessary an alternative correct absolute upload path</li><li>if necessary a correspo','Edit JiNN Site Object Parameters: <li>select a JiNN Object Name for display</li> <li>select a database table to use with this object</li> <li>if necessary an alternative correct absolute upload path</li><li>if necessary a corresponding alternative preview URL for uploaded elements</li><br><li>define field relations</li><li>configure fieldplugins</li>'),('en','jinn','edit this site','Edit this Site'),('en','jinn','edit this site object','Edit this Site Object'),('en','jinn','editors for object $object_name in site $site_name','editors for object $object_name in site $site_name'),('en','jinn','error path_open %1','error path_open %1'),('en','jinn','export this site','export this site'),('en','jinn','failed to open table. please check if table <i>%1</i> still exists in database','Failed to open table. Please check if table <i>%1</i> still exists in database'),('en','jinn','field plugin configuration','field plugin configuration'),('en','jinn','fields','fields'),('en','jinn','filename','filename'),('en','jinn','filesize','filesize'),('en','jinn','form input plugin','form input plugin'),('en','jinn','general preferences','General Preferences'),('en','jinn','global configuration','Global Configuration'),('en','jinn','go','go'),('en','jinn','height:','Height:'),('en','jinn','hidden','hidden'),('en','jinn','image directory does not exist or is not correct ...<br>please check object\'s upload dir','image directory does not exist or is not correct ...<br>please check object\'s upload dir'),('en','jinn','import failed','import failed'),('en','jinn','import jinn site','Import JiNN Site'),('en','jinn','import jinn-site','Import JiNN-Site'),('en','jinn','import site','import site'),('en','jinn','import was succesfull','Import was succesfull'),('en','jinn','import was succesfull<br>imported one site with','import was succesfull<br>Imported one site with'),('en','jinn','index','index'),('en','jinn','insert another record after saving','insert another record after saving'),('en','jinn','insert jinn site parameters: <li>insert a jinn site name for display</li> <li>insert correct database settings</li> <li>insert a correct absolute upload path</li><li>insert a corresponding preview url for uploaded elements</li>','Insert JiNN Site Parameters: <li>Insert a JiNN Site Name for display</li> <li>insert correct Database settings</li> <li>insert a correct absolute upload path</li><li>insert a corresponding preview URL for uploaded elements</li>'),('en','jinn','insert/select jinn site object parameters: <li>select a jinn object name for display</li> <li>select a database table to use with this object</li> <li>if necessary an alternative correct absolute upload path</li><li>if necessary a','Insert/Select JiNN Site Object Parameters: <li>select a JiNN Object Name for display</li> <li>select a database table to use with this object</li> <li>if necessary an alternative correct absolute upload path</li><li>if necessary a corresponding alternative preview URL for uploaded elements</li>'),('en','jinn','jinn editors menu','JiNN Editors Menu'),('en','jinn','jinn preferences','JiNN Preferences'),('en','jinn','max. number of previews in form','Max. number of previews in form'),('en','jinn','maximum image width isn','maximum image width isn'),('en','jinn','maximum image width isn\\','maximum image width isn'),('en','jinn','moderator mode','Moderator Mode'),('en','jinn','months','months'),('en','jinn','months_abbr','months_abbr'),('en','jinn','new image size limits.','New image size limits.'),('en','jinn','no matchs found','No matchs found'),('en','jinn','no max. number','No max. number'),('en','jinn','normal view','Normal View'),('en','jinn','only if thumnails exits','Only if thumnails exits'),('en','jinn','please set your preferences for this application','Please set your preferences for this application'),('en','jinn','preview thumbs or images in form','Preview thumbs or images in form'),('en','jinn','real value','real value'),('en','jinn','record','record'),('en','jinn','record added succesfully','Record added succesfully'),('en','jinn','record deleted succesfully','Record deleted succesfully'),('en','jinn','record not succesfully copied. unknown error','Record NOT succesfully copied. Unknown error'),('en','jinn','record not succesfully deleted. unknown error','Record NOT succesfully deleted. Unknown error'),('en','jinn','record succesfully copied','Record succesfully copied'),('en','jinn','record succesfully deleted','Record succesfully deleted'),('en','jinn','record succesfully editted','Record succesfully editted'),('en','jinn','related','related'),('en','jinn','relation %1','relation %1'),('en','jinn','relations for this object','Relations for this object'),('en','jinn','remove','remove'),('en','jinn','replace existing site with the same name?','Replace existing site with the same name?'),('en','jinn','replaced existing site named <strong>%1</strong>.','Replaced existing site named <strong>%1</strong>.'),('en','jinn','reset form','reset form'),('en','jinn','save','save'),('en','jinn','search for string','search for string'),('en','jinn','select directory','select directory'),('en','jinn','select jinn site file','Select JiNN site file'),('en','jinn','select site','select site'),('en','jinn','select site to moderate','Select site to moderate'),('en','jinn','select site-object to moderate','Select site-object to moderate'),('en','jinn','select_object','Select object'),('en','jinn','set access right for site objects','Set Access Right for Site Objects'),('en','jinn','set access rights for sites','Set Access Rights for Sites'),('en','jinn','set administrators for','Set administrators for'),('en','jinn','set object moderator','set object moderator'),('en','jinn','set site admin','set site admin'),('en','jinn','show','show'),('en','jinn','show all columns','Show all columns'),('en','jinn','show colomn','show colomn'),('en','jinn','site beheerders','Site Administrators'),('en','jinn','site media and documents','Site Media and Documents'),('en','jinn','site not succesfully added, unknown error','Site NOT succesfully added, unknown error'),('en','jinn','site not succesfully deleted, unknown error','Site NOT succesfully deleted, Unknown error'),('en','jinn','site not succesfully saved, unknown error','Site NOT succesfully saved, unknown error'),('en','jinn','site object not succesfully added, unknown error','Site Object NOT succesfully added, unknown error'),('en','jinn','site object not succesfully deleted, unknown error','Site Object NOT succesfully deleted, Unknown error'),('en','jinn','site object not succesfully saved, unknown error','Site Object NOT succesfully saved, unknown error'),('en','jinn','site object succesfully added','Site Object succesfully added'),('en','jinn','site object succesfully deleted','Site Object succesfully deleted'),('en','jinn','site object succesfully saved','Site Object succesfully saved'),('en','jinn','site succesfully added','Site succesfully added'),('en','jinn','site succesfully deleted','site succesfully deleted'),('en','jinn','site succesfully saved','Site succesfully saved'),('en','jinn','site-objects','Site-objects'),('en','jinn','sites','Sites'),('en','jinn','start at record','start at record'),('en','jinn','stop at record','stop at record'),('en','jinn','submit and import','submit and import'),('en','jinn','t/m','t/m'),('en','jinn','tablename <i>%1</i> is not correct. probably the tablename has changed or or the table is deleted. please select a new table or delete this object','Tablename <i>%1</i> is not correct. Probably the tablename has changed or or the table is deleted. Please select a new table or delete this object'),('en','jinn','test database access','test database access'),('en','jinn','the file you uploaded named %1 is not an imagefile, is corrupt, or the filetype is not supported by jinn.','The file you uploaded named %1 is not an imagefile, is corrupt, or the filetype is not supported by JiNN.'),('en','jinn','the file you uploaded named %1 is not an imagefile, is corrupt, or the filetype is not supported by jinn. if this error repeates, please check your imagemagick installation. older version of imagemagick are known not work properl','The file you uploaded named %1 is not an imagefile, is corrupt, or the filetype is not supported by JiNN. If this error repeates, please check your ImageMagick installation. Older version of ImageMagick are known not work properly with JiNN. Be sure to install at least Version 5.4.9 or higher'),('en','jinn','the name of the new site is <strong>%1</strong>.','The name of the new site is <strong>%1</strong>.'),('en','jinn','the resize process failed, please contact the administrator','the resize process failed, please contact the administrator'),('en','jinn','there are no directories in this site you have access to.','There are no directories in this site you have access to.'),('en','jinn','thisfile','thisfile'),('en','jinn','thumb directory does not exist or is not correct ...<br>please check object\'s upload dir','thumb directory does not exist or is not correct ...<br>please check object\'s upload dir'),('en','jinn','thumbnail','thumbnail'),('en','jinn','version','version'),('en','jinn','when a lot of images are attached to a record, the form can load very slow. you can set a maximum number of images that is show in the form.','When a lot of images are attached to a record, the form can load very slow. You can set a maximum number of images that is show in the form.'),('en','jinn','when you choose \'never\', only links to the images are displayed; when you choose \'only if thumnails exists\' previews are shown if an thumbnail of the image exists; if you choose \'yes\' all images are shown','When you choose \'Never\', only links to the images are displayed; when you choose \'Only if thumnails exists\' previews are shown if an thumbnail of the image exists; if you choose \'Yes\' all images are shown'),('en','jinn','width:','Width:'),('en','jinn','with_checked_files','with_checked_files'),('en','jinn','you\'re not allowed to administrate media files','You\'re not allowed to administrate media files'),('en','jinn','preview website','Preview Website'),('en','admin','browse through object settings','Browse through object settings'),('en','admin','browses through sites','Browses through sites'),('en','admin','convert exec ( e.g. /usr/x11r6/bin/convert )','path to Convert from ImageMagick ( e.g. /usr/X11R6/bin/convert )'),('en','admin','default image type (jpg, gif, png)','Default image type (jpg, gif, png)'),('en','admin','default image width','Default image width'),('en','admin','default thumb width','Default thumb width'),('en','admin','development','Development'),('en','admin','general settings','General Settings'),('en','admin','global site configuration','Global site configuration'),('en','admin','image settings','Image settings'),('en','admin','imagemagick directory ( e.g. /usr/x11r6/bin )','ImageMagick directory ( e.g. /usr/X11R6/bin )'),('en','admin','path to convert from imagemagick ( e.g. /usr/x11r6/bin )','Path to convert from ImageMagick ( e.g. /usr/X11R6/bin )'),('en','admin','production','Production'),('en','admin','remote','Remote'),('en','admin','server type?','Server Type?'),('en','admin','set access rights','Set access rights'),('en','admin','show upload path','Show upload path'),('en','admin','site db host','Site datebase host'),('en','admin','site db name','Site database name'),('en','admin','site db password','Site database password'),('en','admin','site db type','Site database type'),('en','admin','site db user','Site database user'),('en','admin','site description','Site description'),('en','admin','site id','Site id'),('en','admin','site name','Site name'),('en','admin','site title','Site title'),('en','admin','start','Start'),('en','common','jinn','JiNN'),('en','messenger','compose message','Compose message'),('en','messenger','delete a message.','Delete a message.'),('en','messenger','delete selected','Delete selected'),('en','messenger','forward','Forward'),('en','messenger','forward a message','Forward a message'),('en','messenger','forward a message to another user.','Forward a message to another user.'),('en','messenger','forwarded','Forwarded'),('en','messenger','from','From'),('en','messenger','global message','Global Message'),('en','messenger','i can\'t find the username %1 on the system','I can\'t find the username %1 on the system'),('en','messenger','inbox','Inbox'),('en','messenger','message from','Message from'),('en','messenger','new','New'),('en','messenger','read a list of messages.','Read a list of messages.'),('en','messenger','read a single message.','Read a single message.'),('en','messenger','read message','Read message'),('en','messenger','replied','Replied'),('en','messenger','reply','Reply'),('en','messenger','reply to a message','Reply to a message'),('en','messenger','reply to a received message.','Reply to a received message.'),('en','messenger','send a global message.','Send a global message.'),('en','messenger','send a message to a single recipient.','Send a message to a single recipient.'),('en','messenger','send message to','Send message to'),('en','messenger','sorry, %1\'s account is not currently active','Sorry, %1\'s account is not currently active'),('en','messenger','update a message status','Update a message status'),('en','messenger','you didn\'t enter anything for the message','You didn\'t enter anything for the message'),('en','messenger','you have no messages','You have no messages'),('en','messenger','you must enter a subject','You must enter a subject'),('en','messenger','you must enter the username this message is for','You must enter the username this message is for'),('en','common','compose global message','Compose global message'),('en','common','messenger','Messenger'),('en','common','use select box for user list in compose','Use select box for user list in compose'),('en','common','you have %1 new message','You have %1 new message'),('en','common','you have %1 new messages','You have %1 new messages'),('en','news_admin','add new article','Add New Article'),('en','news_admin','add new news','Add new news'),('en','news_admin','add news item','Add news item'),('en','news_admin','all news','All news'),('en','news_admin','always','Always'),('en','news_admin','configure access permissions','Configure Access Permissions'),('en','news_admin','configure rss exports','Configure RSS exports'),('en','news_admin','contains html','Contains HTML'),('en','news_admin','content','Content'),('en','news_admin','edit news item','Edit news item'),('en','news_admin','failed to add message','Failed to add new message'),('en','news_admin','format for links to items','Format for links to items'),('en','news_admin','format of export','Format of export'),('en','news_admin','from','From'),('en','news_admin','global news','Global News'),('en','news_admin','global_news','Global_News'),('en','news_admin','image link','Image Link'),('en','news_admin','image title','Image Title'),('en','news_admin','image url','Image URL'),('en','news_admin','implies read permission','implies read permission'),('en','news_admin','item has been deleted','Item has been deleted'),('en','news_admin','item not found','Item not found'),('en','news_admin','link','Link'),('en','news_admin','main','Main'),('en','news_admin','maintain','Maintain'),('en','news_admin','message has been added','Message has been added'),('en','news_admin','more news','More news'),('en','news_admin','new item has been added','New item has been added'),('en','news_admin','news admin','News Admin'),('en','news_admin','news administration','News Administration'),('en','news_admin','news item has been added','News item has been added'),('en','news_admin','news item has been updated','News item has been updated'),('en','news_admin','no entries found','no entries found'),('en','news_admin','no news','No News is Currently Available in the Category'),('en','news_admin','no rss export','No RSS export'),('en','news_admin','number of articles to display on the main screen','Number of articles to display on the main screen'),('en','news_admin','on','on'),('en','news_admin','publish date','Publish Date'),('en','news_admin','read permissions','Read permissions'),('en','news_admin','should news_admin display the latest article headlines on the main screen.','Should News Admin display the latest article headlines on the main screen.'),('en','news_admin','show latest news articles?','Show latest news articles?'),('en','news_admin','show news articles on main page?','Show news articles on main page?'),('en','news_admin','small view','small view'),('en','news_admin','teaser','Teaser'),('en','news_admin','the news content is missing','The news content is missing'),('en','news_admin','the number of articles to display on the main screen.','The number of articles to display on the main screen.'),('en','news_admin','the subject is missing','The subject is missing'),('en','news_admin','until','until'),('en','news_admin','view this category','View this category'),('en','news_admin','visible','Visible'),('en','news_admin','webpage news admin','Webpage news admin'),('en','news_admin','write','Write'),('en','news_admin','write permissions','Write permissions'),('en','news_admin','read news','Read news'),('en','common','configure access permissions','Configure Access Permissions'),('en','common','configure rss exports','Configure RSS exports'),('en','common','news_admin','News Admin'),('en','common','submitted by','Submitted by'),('en','admin','maintain news','Maintain News'),('en','common','phpbrain','Knowledge Base'),('en','common','knowledge base configuration','Knowledge Base configuration'),('en','common','publish articles automatically?','Publish articles automatically?'),('en','common','publish comments automatically?','Publish comments automatically?'),('en','common','have to be approved first','Have to be approved first'),('en','common','publish questions automatically?','Publish questions automatically'),('en','phpbrain','you are in %1','You are in %1'),('en','phpbrain','or browse the categories','Or browse the categories'),('en','phpbrain','to create categories, press \'edit categories\' in the preferences menu','To create categories, press \'Edit Categories\' in the preferences menu'),('en','phpbrain','articles not classified under any category','Articles not classified under any category'),('en','phpbrain','all articles','All articles'),('en','phpbrain','articles in %1','Articles in %1'),('en','phpbrain','articles in %1 and all its subcategories','Articles in %1 and all its subcategories'),('en','phpbrain','search results','Search results'),('en','phpbrain','there are no articles','There are no articles'),('en','phpbrain','unpublished','unpublished'),('en','phpbrain','latest','Latest'),('en','phpbrain','most viewed','Most viewed'),('en','phpbrain','views','views'),('en','phpbrain','in %1','in %1'),('en','phpbrain','see more questions','See more questions'),('en','phpbrain','unanswered questions','Unanswered questions'),('en','phpbrain','advanced search','Advanced Search'),('en','phpbrain','find results','Find results'),('en','phpbrain','with all the words','With all the words'),('en','phpbrain','with the exact phrase','With the exact phrase'),('en','phpbrain','with at least one of the words','With at least one of the words'),('en','phpbrain','without the words','Without the words'),('en','phpbrain','show messages in category','Show messages in category'),('en','phpbrain','include subcategories','Include subcategories'),('en','phpbrain','publication date','Publication date'),('en','phpbrain','anytime','anytime'),('en','phpbrain','past %1 months','past %1 months'),('en','phpbrain','past year','past year'),('en','phpbrain','ocurrences','Ocurrences'),('en','phpbrain','anywhere in the article','Anywhere in the article'),('en','phpbrain','in the title','in the title'),('en','phpbrain','in the topic','in the topic'),('en','phpbrain','in the text','in the text'),('en','phpbrain','number of results per page','Number of results'),('en','phpbrain','user preferences','User preferences'),('en','phpbrain','order results by','Order results by'),('en','phpbrain','creation date','Creation date'),('en','phpbrain','article id','Article ID'),('en','phpbrain','modification date','Modification date'),('en','phpbrain','descendent','Descendent'),('en','phpbrain','ascendent','Ascendent'),('en','phpbrain','article','Article'),('en','phpbrain','links & files','Links & Files'),('en','phpbrain','history','History'),('en','phpbrain','topic','Topic'),('en','phpbrain','if you wish, you can comment this article here','If you wish, you can comment this article here'),('en','phpbrain','please rate the pertinence and quality of this article','Please rate the pertinence and quality of this article'),('en','phpbrain','poor','Poor'),('en','phpbrain','excellent','Excellent'),('en','phpbrain','attached files','Attached Files'),('en','phpbrain','related articles in the knowledge base','Related Articles in the Knowledge Base'),('en','phpbrain','links','Links'),('en','phpbrain','upload','upload'),('en','phpbrain','attach file','Attach File'),('en','phpbrain','printer view','Printer view'),('en','phpbrain','mail article','Mail article'),('en','phpbrain','this article hasn\'t yet been published in the knowledge base','This article hasn\'t yet been published in the Knowledge Base'),('en','phpbrain','last modification by %1 on %2','Last modification by %1 on %2'),('en','phpbrain','edit article','Edit article'),('en','phpbrain','delete article','Delete article'),('en','phpbrain','publish','Publish'),('en','phpbrain','created by %1 on %2','Created by %1 on %2'),('en','phpbrain','was it easy to find this article using the above search string?','Was it easy to find this article using the above search string?'),('en','phpbrain','by answering this question you will help to get the answer quicker the next time','By answering this question you will help to get the answer quicker the next time'),('en','phpbrain','comments','Comments'),('en','phpbrain','show all comments','Show all comments'),('en','phpbrain','latest comments','Latest comments'),('en','phpbrain','you have already qualified this article','You have already qualified this article'),('en','phpbrain','submit comment','Submit comment'),('en','phpbrain','submit comment and rating','Submit comment and rating'),('en','phpbrain','average rating','Average rating'),('en','phpbrain','people have rated this article','people have rated this article'),('en','phpbrain','nobody has rated this article so far','Nobody has rated this article so far'),('en','phpbrain','comment','comment'),('en','phpbrain','add articles','Add articles'),('en','phpbrain','select articles','Select articles'),('en','phpbrain','add link','Add link'),('en','phpbrain','knowledge base article #%1','Knowledge Base article #%1'),('en','phpbrain','recipient','Recipient'),('en','phpbrain','reply-to','Reply-to'),('en','phpbrain','leave empty to automatically generate an id','Leave empty to automatically generate an ID'),('en','phpbrain','you must enter a title','You must enter a title'),('en','phpbrain','you must enter a topic','You must enter a topic'),('en','phpbrain','the article is empty','The article is empty'),('en','phpbrain','the following errors occurred','The following errors occurred'),('en','phpbrain','please try again','Please try again'),('en','phpbrain','suggested category','Suggested category'),('en','phpbrain','create a new article to answer the question asked by %1 in %2','Create a new article to answer the question asked by %1 in %2'),('en','phpbrain','your question will be published immediately','Your question will be published immediately'),('en','phpbrain','your question will be posted, but only will be published after approval by a user with publishing rights','Your question will be posted, but only will be published after approval by a user with publishing rights'),('en','phpbrain','before submiting a question, please search in the knowledge base first','Before submiting a question, please search in the knowledge base first'),('en','phpbrain','enter one or two words describing the issue, or type the article number if you know it','Enter one or two words describing the issue, or type the article number if you know it'),('en','phpbrain','if you can\'t find answers to your problem in the knowledge base, describe it below','If you can\'t find answers to your problem in the knowledge base, describe it below'),('en','phpbrain','publish selected','Publish selected'),('en','phpbrain','delete selected','Delete selected'),('en','phpbrain','answer','answer'),('en','phpbrain','search in all the knowledge base','Search in all the Knowledge Base'),('en','phpbrain','you have not the proper permissions to do that','You have not the proper permissions to do that'),('en','phpbrain','article added to database, you can now attach files or links, or relate to other articles','Article added to database, you can now attach files or links, or relate to other articles'),('en','phpbrain','comment has been submited for revision','Comment has been submited for revision'),('en','phpbrain','comment has been published','Comment has been published'),('en','phpbrain','rating has been submited','Rating has been submited'),('en','phpbrain','comment and rating have been published','Comment and rating have been published'),('en','phpbrain','comment has been submited for revision and rating will be published','Comment has been submited for revision and rating will be published'),('en','phpbrain','base directory does not exist, please ask the adminstrator to check the global configuratio','Base directory does not exist, please ask the administrator to check the global configuration'),('en','phpbrain','/kb directory does not exist and could not be created, please ask the adminstrator to check the global configuration','/kb directory does not exist and could not be created, please ask the administrator to check the global configuration'),('en','phpbrain','that file already exists','That file already exists'),('en','phpbrain','the file was already missing in the server','The file was already missing in the server'),('en','phpbrain','failure trying to delete the file','Failure trying to delete the file'),('en','phpbrain','file was deleted successfully','File was deleted successfully'),('en','phpbrain','file could be deleted from server but not from database','File coud be deleted from server but not from database'),('en','phpbrain','file was already missing from server, and was deleted from the database','File was already missing from server, and was deleted from the database'),('en','phpbrain','file wasn\'t in server and it couldn\'t be deleted from the database','File wasn\'t in server and it couldn\'t be deleted from the database'),('en','phpbrain','relation with article was removed successfully','Relation with article was removes successfully'),('en','phpbrain','error deleting link','Error deleting link'),('en','phpbrain','link deleted successfully','Link deleted successfully'),('en','phpbrain','error locating files directory','Error locating files directory'),('en','phpbrain','nothing was uploaded!','Nothing was uploaded!'),('en','phpbrain','error moving file to directory','Error moving file to directory'),('en','phpbrain','file has been successfully uploaded','File has been successfully uploaded'),('en','phpbrain','articles added','Articles added'),('en','phpbrain','problem relating articles','Problem relating articles'),('en','phpbrain','link has been added','Link has been added'),('en','phpbrain','link could not be added','Link could not be added'),('en','phpbrain','error deleting article from database','Error deleting article from database'),('en','phpbrain','error trying to delete question','Error trying to delete question'),('en','phpbrain','article deleted successfully','Article deleted successfully'),('en','phpbrain','articles deleted successfully','Articles deleted successfully'),('en','phpbrain','question deleted successfully','Question deleted successfully'),('en','phpbrain','questions deleted successfully','Questions deleted successfully'),('en','phpbrain','error trying to edit article','Error trying to edit article'),('en','phpbrain','error trying to publish article','Error trying to publish article'),('en','phpbrain','article has been published','Article has been published'),('en','phpbrain','articles have been published','Articles have been published'),('en','phpbrain','e-mail has been sent','e-mail has been sent'),('en','phpbrain','show articles belonging to:','Show articles belonging to:'),('en','phpbrain','when navigating through categories, choose whether the list of articles shown corresponds only to the present category, or the present category and all categories under it.','When navigating through categories, choose whether the list of articles shown corresponds only to the present category, or the present category and all categories under it.'),('en','phpbrain','the present category and all subcategories under it','The present category and all subcategories under it'),('en','phpbrain','the present category only','The present category only'),('en','phpbrain','maximum number of most popular articles, latest articles and unanswered questions to show in the main view:','Maximum number of most popular articles, latest articles and unanswered questions to show in the main view:'),('en','phpbrain','maximum number of comments to show:','Maximum number of comments to show:'),('en','phpbrain','main view','Main View'),('en','phpbrain','new article','New Article'),('en','phpbrain','add question','Add Question'),('en','phpbrain','maintain articles','Maintain Articles'),('en','phpbrain','maintain questions','Maintain Questions'),('en','phpbrain','error publishing comment','Error publishing comment'),('en','phpbrain','error trying to delete comment','Error trying to delete comment'),('en','phpbrain','comment has been deleted','Comment has been deleted'),('en','phpbrain','error retrieving article','Error retrieving article'),('en','phpbrain','comment could not be inserted in the database','Comment could not be inserted in the database'),('en','phpbrain','rating invalid','Rating invalid'),('en','phpbrain','unable to add rating to database','Unable to add rating to database'),('en','phpbrain','error downloading file','Error downloading file'),('en','phpbrain','error: file doesn\'t exist in the database','Error: file doesn\'t exist in the database'),('en','phpbrain','added file %1','Added file %1'),('en','phpbrain','removed file %1','Removed file %1'),('en','phpbrain','added link %1','Added link %1'),('en','phpbrain','removed link %1','Removed link %1'),('en','phpbrain','added related articles %1','Added related articles %1'),('en','phpbrain','deleted relation to article %1','Deleted relation to article %1'),('en','phpbrain','article edited','Article edited'),('en','phpbrain','article created','Article created'),('en','phpbrain','article deleted','Article deleted'),('en','phpbarin','summary','Summary'),('en','phpldapadmin','simple_search_form_str','Simple Search Form'),('en','phpldapadmin','advanced_search_form_str','Advanced Search Form'),('en','phpldapadmin','server','Server'),('en','phpldapadmin','search_for_entries_whose','Search for entries whose'),('en','phpldapadmin','base_dn','Base DN'),('en','phpldapadmin','search_scope','Search Scope'),('en','phpldapadmin','search_ filter','Search Filter'),('en','phpldapadmin','show_attributes','Show Attributtes'),('en','phpldapadmin','search','search'),('en','phpldapadmin','equals','equals'),('en','phpldapadmin','starts_with','starts with'),('en','phpldapadmin','contains','contains'),('en','phpldapadmin','ends_with','ends with'),('en','phpldapadmin','sounds_like','sounds like'),('en','phpldapadmin','request_new_feature','Request a new feature'),('en','phpldapadmin','see_open_requests','see open requests'),('en','phpldapadmin','report_bug','Report a bug'),('en','phpldapadmin','see_open_bugs','see open bugs'),('en','phpldapadmin','schema','schema'),('en','phpldapadmin','refresh','refresh'),('en','phpldapadmin','create','create'),('en','phpldapadmin','info','info'),('en','phpldapadmin','import','import'),('en','phpldapadmin','logout','logout'),('en','phpldapadmin','create_new','Create New'),('en','phpldapadmin','view_schema_for','View schema for'),('en','phpldapadmin','refresh_expanded_containers','Refresh all expanded containers for'),('en','phpldapadmin','create_new_entry_on','Create a new entry on'),('en','phpldapadmin','view_server_info','View server-supplied information'),('en','phpldapadmin','import_from_ldif','Import entries from an LDIF file'),('en','phpldapadmin','logout_of_this_server','Logout of this server'),('en','phpldapadmin','logged_in_as','Logged in as: '),('en','phpldapadmin','read_only','read only'),('en','phpldapadmin','could_not_determine_root','Could not determin the root of your LDAP tree.'),('en','phpldapadmin','ldap_refuses_to_give_root','It appears that the LDAP server has been configured to not reveal its root.'),('en','phpldapadmin','please_specify_in_config','Please specify it in config.php'),('en','phpldapadmin','create_new_entry_in','Create a new entry in'),('en','phpldapadmin','delete_this_entry','Delete this entry'),('en','phpldapadmin','delete_this_entry_tooltip','You will be prompted to confirm this decision'),('en','phpldapadmin','copy_this_entry','Copy this entry'),('en','phpldapadmin','copy_this_entry_tooltip','Copy this object to another location, a new DN, or another server'),('en','phpldapadmin','export_to_ldif','Export to LDIF'),('en','phpldapadmin','export_to_ldif_tooltip','Save an LDIF dump of this object'),('en','phpldapadmin','export_subtree_to_ldif_tooltip','Save an LDIF dump of this object and all of its children'),('en','phpldapadmin','export_subtree_to_ldif','Export subtree to LDIF'),('en','phpldapadmin','export_to_ldif_mac','Macintosh style line ends'),('en','phpldapadmin','export_to_ldif_win','Windows style line ends'),('en','phpldapadmin','export_to_ldif_unix','Unix style line ends'),('en','phpldapadmin','create_a_child_entry','Create a child entry'),('en','phpldapadmin','add_a_jpeg_photo','Add a jpegPhoto'),('en','phpldapadmin','rename_entry','Rename Entry'),('en','phpldapadmin','add_new_attribute','Add New Attribute'),('en','phpldapadmin','add_new_attribute_tooltip','Add a new attribute/value to this entry'),('en','phpldapadmin','internal_attributes','Internal Attributes'),('en','phpldapadmin','hide_internal_attrs','Hide internal attributes'),('en','phpldapadmin','show_internal_attrs','Show internal attributes'),('en','phpldapadmin','internal_attrs_tooltip','Attributes set automatically by the system'),('en','phpldapadmin','entry_attributes','Entry Attributes'),('en','phpldapadmin','click_to_display','click to display'),('en','phpldapadmin','hidden','hidden'),('en','phpldapadmin','none','none'),('en','phpldapadmin','save_changes','Save Changes'),('en','phpldapadmin','add_value','add value'),('en','phpldapadmin','add_value_tooltip','Add an additional value to this attribute'),('en','phpldapadmin','refresh_this_entry','Refresh this entry'),('en','phpldapadmin','delete_hint','Hint: <b>To delete an attribute</b>, empty the text field and click save.'),('en','phpldapadmin','viewing_read_only','Viewing entry in read-only mode.'),('en','phpldapadmin','change_entry_rdn','Change this entry\'s RDN'),('en','phpldapadmin','no_new_attrs_available','no new attributes available for this entry'),('en','phpldapadmin','binary_value','Binary value'),('en','phpldapadmin','add_new_binary_attr','Add New Binary Attribute'),('en','phpldapadmin','add_new_binary_attr_tooltip','Add a new binary attribute/value from a file'),('en','phpldapadmin','alias_for','Alias for'),('en','phpldapadmin','download_value','download value'),('en','phpldapadmin','delete_attribute','delete attribute'),('en','phpldapadmin','true','true'),('en','phpldapadmin','false','false'),('en','phpldapadmin','none_remove_value','none, remove value'),('en','phpldapadmin','really_delete_attribute','Really delete attribute'),('en','phpldapadmin','the_following_objectclasses','The following <b>objectClasses</b> are supported by this LDAP server.'),('en','phpldapadmin','the_following_attributes','The following <b>attributeTypes</b> are supported by this LDAP server.'),('en','phpldapadmin','the_following_matching','The following <b>matching rules</b> are supported by this LDAP server.'),('en','phpldapadmin','the_following_syntaxes','The following <b>syntaxes</b> are supported by this LDAP server.'),('en','phpldapadmin','jump_to_objectclass','Jump to an objectClass'),('en','phpldapadmin','jump_to_attr','Jump to an attribute'),('en','phpldapadmin','schema_for_server','Schema for server'),('en','phpldapadmin','required_attrs','Required Attributes'),('en','phpldapadmin','optional_attrs','Optional Attributes'),('en','phpldapadmin','oid','OID'),('en','phpldapadmin','desc','Description'),('en','phpldapadmin','is_obsolete','This objectClass is <b>obsolete</b>'),('en','phpldapadmin','inherits','Inherits'),('en','phpldapadmin','jump_to_this_oclass','Jump to this objectClass definition'),('en','phpldapadmin','matching_rule_oid','Matching Rule OID'),('en','phpldapadmin','syntax_oid','Syntax OID'),('en','phpldapadmin','new_required_attrs','New Required Attributes'),('en','phpldapadmin','requires_to_add','This action requires you to add'),('en','phpldapadmin','new_attributes','new attributes'),('en','phpldapadmin','new_required_attrs_instructions','Instructions: In order to add this objectClass to this entry, you must specify'),('en','phpldapadmin','that_this_oclass_requires','that this objectClass requires. You can do so in this form.'),('en','phpldapadmin','add_oclass_and_attrs','Add ObjectClass and Attributes'),('en','phpldapadmin','chooser_link_tooltip','Click to popup a dialog to select an entry (DN) graphically'),('en','phpldapadmin','no_updates_in_read_only_mode','You cannot perform updates while server is in read-only mode'),('en','phpldapadmin','bad_server_id','Bad server id'),('en','phpldapadmin','not_enough_login_info','Not enough information to login to server. Please check your configuration.'),('en','phpldapadmin','could_not_connect','Could not connect to LDAP server.'),('en','phpldapadmin','could_not_perform_ldap_mod_add','Could not perform ldap_mod_add operation.'),('en','phpldapadmin','add_new','Add new'),('en','phpldapadmin','value_to','value to'),('en','phpldapadmin','distinguished_name','Distinguished Name'),('en','phpldapadmin','current_list_of','Current list of'),('en','phpldapadmin','values_for_attribute','values for attribute'),('en','phpldapadmin','inappropriate_matching_note','Note: You will get an \"inappropriate matching\" error if you have not<br />setup an <tt>EQUALITY</tt> rule on your LDAP server for this attribute.'),('en','phpldapadmin','enter_value_to_add','Enter the value you would like to add:'),('en','phpldapadmin','new_required_attrs_note','Note: you may be required to enter new attributes<br />that this objectClass requires.'),('en','phpldapadmin','syntax','Syntax'),('en','admin','phpsysinfo','System information'),('en','admin','view system information','View system information'),('en','polls','actions','actions'),('en','polls','add answer to poll','Add answer to poll'),('en','polls','add answers','Add answers'),('en','polls','add new poll question','Add new poll question'),('en','polls','add questions','Add questions'),('en','polls','allow users to vote more then once','Allow users to vote more than once'),('en','polls','answer','Answer'),('en','polls','answer has been added to poll','Answer has been added to poll'),('en','polls','answer has been updated','Answer has been updated'),('en','polls','answers','Answers'),('en','polls','are you sure want to delete this answer ?','Are you sure want to delete this answer ?'),('en','polls','are you sure want to delete this question ?','Are you sure want to delete this question ?'),('en','polls','current poll','Current Poll'),('en','polls','edit answer','Edit answer'),('en','polls','edit poll question','Edit poll question'),('en','polls','enter poll question','Enter poll question'),('en','polls','new poll has been added. you should now add some answers for this poll','New poll has been added. You should now add some answers for this poll'),('en','polls','poll question','Poll question'),('en','polls','question has been updated','Question has been updated'),('en','polls','select current poll','Select current poll'),('en','polls','settings updated','Settings updated'),('en','polls','show answers','Show answers'),('en','polls','total votes','Total'),('en','polls','view poll','View poll'),('en','polls','view results','View Results'),('en','polls','vote','Vote'),('en','polls','voting booth administration','Voting Booth Administration'),('en','polls','which poll','Which poll'),('en','common','poll settings','Poll settings'),('en','common','polls','Polls'),('en','common','show questions','Show questions'),('en','admin','voting booth admin','Voting Booth'),('en','registration','account password retrieval','Account password retrieval'),('en','registration','account registration','Account registration'),('en','registration','address','Address'),('en','registration','after you enter your username, instructions to change your password will be sent to you by e-mail to the address you gave when you registered.','After you enter your username, instructions to change your password will be sent to you by e-mail to the address you gave when you registered.'),('en','registration','an error occured. please contact our technical support and let them know.','An error occured. Please contact our technical support and let them know.'),('en','registration','change password for user','Change password for user'),('en','registration','checkbox','Checkbox'),('en','registration','choose language','Choose Language'),('en','registration','close window','Close Window'),('en','registration','current fields:','Current fields:'),('en','registration','dropdown','Dropdown'),('en','registration','egroupware - account registration','eGroupWare - Account registration'),('en','registration','enter your new password','Enter your new password'),('en','registration','female','Female'),('en','registration','gender','Gender'),('en','registration','hi','Hi'),('en','registration','i have read the terms and conditions and agree by them.','I have read the terms and conditions and agree by them.'),('en','registration','if you did not request this account, simply ignore this message.','If you did not request this account, simply ignore this message.'),('en','registration','if you did not request this change, simply ignore this message.','If you did not request this change, simply ignore this message.'),('en','registration','male','Male'),('en','registration','name (blank unless text, textarea, dropdown, checkbox; else alphanumeric only)','Name (blank unless Text, Textarea, Dropdown, Checkbox; else alphanumeric only)'),('en','registration','on-line registration is not activated. please contact the site administrator for more information about registration.','On-line registration is not activated. Please contact the site administrator for more information about registration.'),('en','registration','order','Order'),('en','registration','phone','Phone'),('en','registration','phpgroupware - account registration','phpGroupWare - Account registration'),('en','registration','re-enter password','Re-enter password'),('en','registration','re-enter your password','Re-enter your password'),('en','registration','remove','Remove'),('en','registration','report all problems and abuse to','Report all problems and abuse to'),('en','registration','required','Required'),('en','registration','sorry, that username does not exist.','Sorry, that username does not exist.'),('en','registration','sorry, that username is already taken.','Sorry, that username is already taken.'),('en','registration','sorry, we are having a problem activating your account. note that links sent by e-mail are only valid during two hours. if you think this delay was expired, just retry. otherwise, please contact the site administrator.','Sorry, we are having a problem activating your account. Note that links sent by e-mail are only valid during two hours. If you think this delay was expired, just retry. Otherwise, please contact the site administrator.'),('en','registration','terms of service','Terms of Service'),('en','registration','text','Text'),('en','registration','textarea','Textarea'),('en','registration','the passwords you entered don\'t match','The passwords you entered don\'t match'),('en','registration','the two passwords are not the same','The two passwords are not the same'),('en','registration','this is a confirmation email for your new account. click on the following link to finish activating your account. this link will expire in 2 hours.','This is a confirmation email for your new account. Click on the following link to finish activating your account. This link will expire in 2 hours.'),('en','registration','type','Type'),('en','registration','update/add','Update/Add'),('en','registration','values (for dropdown only; comma separated)','Values (For Dropdown only; comma separated)'),('en','registration','we have sent a confirmation email to your email address. you must click on the link within 2 hours. if you do not, it may take a few days until your loginid will become available again.','We have sent a confirmation email to your email address. You must click on the link within 2 hours. If you do not, it may take a few days until your loginid will become available again.'),('en','registration','we have sent a mail with instructions to change your password. you should follow the included link within two hours. if you do not, you will have to go to the lost password screen again.','We have sent a mail with instructions to change your password. You should follow the included link within two hours. If you do not, you will have to go to the lost password screen again.'),('en','registration','wrong session','Wrong session'),('en','registration','you have entered an invalid birthday','You have entered an invalid birthday'),('en','registration','you have entered an invalid email address','You have entered an invalid email address'),('en','registration','you must enter a password','You must enter a password'),('en','registration','you must enter a username','You must enter a username'),('en','registration','you must fill in all of the required fields','You must fill in all of the required fields'),('en','registration','you requested to change your password. please follow the url below to do so. this url will expire in two hours. after this delay you should go thru the lost password procedure again.','You requested to change your password. Please follow the URL below to do so. This URL will expire in two hours. After this delay you should go thru the lost password procedure again.'),('en','registration','you specified a value for','You specified a value for'),('en','registration','your account is now active! click <a href=\"%1\">here</a> to log into your account.','Your account is now active! Click <a href=\"%1\">here</a> to log into your account.'),('en','registration','your password was changed. you can go back to the <a href=\"%1\">login</a> page.','Your password was changed. You can go back to the <a href=\"%1\">login</a> page.'),('en','registration','zip/postal','ZIP/Postal'),('en','admin','activate account','Activate account'),('en','admin','anonymous password','Anonymous password'),('en','admin','days until trial accounts expire','Days until trial accounts expire'),('en','admin','display terms of service?','Display Terms of Service?'),('en','admin','email address to display for support','Email address to display for support'),('en','admin','email address to send notices from','Email address to send notices from'),('en','admin','enable registration?','Enable Registration?'),('en','admin','http password','HTTP Password'),('en','admin','http username','HTTP Username'),('en','admin','immediately','Immediately'),('en','admin','manage fields','Manage Fields'),('en','admin','password is','Password is'),('en','admin','register link at login screen?','Register link at login screen?'),('en','admin','registration settings','Registration settings'),('en','admin','send email','Send Email'),('en','admin','subject for confirmation email','Subject for confirmation email'),('en','admin','terms of service text','Terms of Service text'),('en','admin','use html','use HTML'),('en','admin','use trial accounts?','Use trial accounts?'),('en','admin','username is','Username is'),('en','common','choose your language','Choose your language'),('en','common','registration','Registration'),('en','login','not a user yet? register now','Not a user yet? Register now'),('en','sitemgr','%1 content manager','%1 content manager'),('en','sitemgr','%1 module manager','%1 module manager'),('en','sitemgr','\'%1\' is no valid sitemgr-site directory !!!','\'%1\' is no valid sitemgr-site directory !!!'),('en','sitemgr','(do not put spaces or punctuation in the name field.)','(Do not put spaces or punctuation in the Name field.)'),('en','sitemgr','<b>autoregistration is not enabled / configured in the registration app !!!</b><br>you need to do so, to get the autoregistration link working.','<b>Autoregistration is not enabled / configured in the registration app !!!</b><br>You need to do so, to get the autoregistration link working.'),('en','sitemgr','<b>want more templates?</b><br />just download one from the template gallery at %1www.egroupware.org%2 or use a %3mambo open source%4 version 4.5 compatible template eg. from %5. unpack the downloaded template in your templates di','<b>Want more templates?</b><br />Just download one from the template gallery at %1www.eGroupWare.org%2 or use a %3Mambo Open Source%4 Version 4.5 compatible template eg. from %5. Unpack the downloaded template in your templates directory (%6).'),('en','sitemgr','a simple picture galery','A simple picture galery'),('en','sitemgr','actif','Actif'),('en','sitemgr','add a category','Add a category'),('en','sitemgr','add a new application','Add a new application'),('en','sitemgr','add a new guestbook','Add a new guestbook'),('en','sitemgr','add block ...','Add block ...'),('en','sitemgr','add block to content area %1','Add block to content area %1'),('en','sitemgr','add category','Add Category'),('en','sitemgr','add new page to this category','Add new page to this category'),('en','sitemgr','add page','Add Page'),('en','sitemgr','add page to category','Add page to category'),('en','sitemgr','add website','Add Website'),('en','sitemgr','administrative menu','Administrative Menu'),('en','sitemgr','administrators','administrators'),('en','sitemgr','all categories','All categories'),('en','sitemgr','all forums in category %1','All forums in category %1'),('en','sitemgr','allow posting of questions','Allow posting of questions'),('en','sitemgr','amazon','Amazon'),('en','sitemgr','amazon server (without www), eg. amazon.com','Amazon server (without www), eg. amazon.com'),('en','sitemgr','an application directory','An application directory'),('en','sitemgr','anonymous','anonymous'),('en','sitemgr','anonymous user login domain','Anonymous user login domain'),('en','sitemgr','anonymous user\'s password','Anonymous user\'s password'),('en','sitemgr','anonymous user\'s username','Anonymous user\'s username'),('en','sitemgr','application','Application'),('en','sitemgr','application \'%1\' is not installed !!!<br>please install it, to be able to use the block.','Application \'%1\' is not installed !!!<br>Please install it, to be able to use the block.'),('en','sitemgr','application sitemgr_module_guestbook must be installed as a egroupware application for this module to run','Application sitemgr_module_guestbook must be installed as a eGroupWare application for this module to run'),('en','sitemgr','apply permissions also to subcategories?','Apply permissions also to subcategories?'),('en','sitemgr','archived','archived'),('en','sitemgr','archived content','Archived content'),('en','sitemgr','are contributors allowed to define new guestbooks?','Are contributors allowed to define new guestbooks?'),('en','sitemgr','are you sure you want to delete site %1 and all its content? you cannot retrieve it if you continue.','Are you sure you want to delete site %1 and all its content? You cannot retrieve it if you continue.'),('en','sitemgr','are you sure you want to delete the category %1 and all of its associated pages? you cannot retrieve the deleted pages if you continue.','Are you sure you want to delete the category %1 and all of its associated pages? You cannot retrieve the deleted pages if you continue.'),('en','sitemgr','asin[=title] pairs (title is optional)','ASIN[=title] pairs (title is optional)'),('en','sitemgr','attempt to access information outside current website','Attempt to access information outside current website'),('en','sitemgr','attempt to edit non-editable block','Attempt to edit non-editable block'),('en','sitemgr','automatic index','Automatic index'),('en','sitemgr','back to module manager','Back to module manager'),('en','sitemgr','back to the list of languages','Back to the list of languages'),('en','sitemgr','basic settings','Basic Settings'),('en','sitemgr','before the public web site can be viewed, you must configure the various locations and preferences. please go to the sitemgr setup page by following this link:','Before the public web site can be viewed, you must configure the various locations and preferences. Please go to the sitemgr setup page by following this link:'),('en','sitemgr','block not found.','Block not found.'),('en','sitemgr','block reloaded','Block reloaded'),('en','sitemgr','block returned no content.','Block returned no content.'),('en','sitemgr','block saved','Block saved'),('en','sitemgr','buy at %1','Buy at %1'),('en','sitemgr','can\'t open an url or execute a script, because allow_url_fopen is not set in your php.ini !!!','Can\'t open an URL or execute a script, because allow_url_fopen is not set in your php.ini !!!'),('en','sitemgr','cancel the delete','Cancel the delete'),('en','sitemgr','cannot move page until it has been saved.','Cannot move page until it has been saved.'),('en','sitemgr','category description','Category Description'),('en','sitemgr','category manager','Category Manager'),('en','sitemgr','category name','Category Name'),('en','sitemgr','category saved','Category saved'),('en','sitemgr','changes saved.','Changes saved.'),('en','sitemgr','check here after every upgrade','check here after every upgrade'),('en','sitemgr','check to hide from condensed site index.','Check to hide from condensed site index.'),('en','sitemgr','choose a category','Choose a category'),('en','sitemgr','choose a guestbook','Choose a guestbook'),('en','sitemgr','choose language','Choose language'),('en','sitemgr','choose template','Choose template'),('en','sitemgr','choose the categories to display','Choose the categories to display'),('en','sitemgr','choose your site\'s theme or template. note that if you changed the above checkbox you need to save before choosing a theme or template.','Choose your site\'s theme or template. Note that if you changed the above checkbox you need to save before choosing a theme or template.'),('en','sitemgr','collapse threads','Collapse Threads'),('en','sitemgr','commit changes','Commit changes'),('en','sitemgr','common prefix of the image-name (a number starting with 1 will be appended)','common prefix of the image-name (a number starting with 1 will be appended)'),('en','sitemgr','configure module properties','Configure module properties'),('en','sitemgr','configure sitemgr','Configure SiteMgr'),('en','sitemgr','configure website','Configure Website'),('en','sitemgr','contact the administrator.','Contact the administrator.'),('en','sitemgr','content areas','Content areas'),('en','sitemgr','content blocks','Content blocks'),('en','sitemgr','content blocks for category','Content blocks for category'),('en','sitemgr','content manager','Content Manager'),('en','sitemgr','contentarea','Contentarea'),('en','sitemgr','contributor menu','Contributor Menu'),('en','sitemgr','copyright','Copyright'),('en','sitemgr','create new version','Create new version'),('en','sitemgr','current section','Current Section'),('en','sitemgr','default','Default'),('en','sitemgr','default home page id number','Default home page ID number'),('en','sitemgr','delete block','Delete block'),('en','sitemgr','delete category','Delete category'),('en','sitemgr','delete page','Delete page'),('en','sitemgr','delete this application','Delete this application'),('en','sitemgr','delete this block','Delete this block'),('en','sitemgr','delete this guestbook','Delete this guestbook'),('en','sitemgr','delete version','Delete Version'),('en','sitemgr','deleting all data for %1','Deleting all data for %1'),('en','sitemgr','details for language %1 (%2)','Details for language %1 (%2)'),('en','sitemgr','discussions','Discussions'),('en','sitemgr','display link to autoregistration below login form?','Display link to autoregistration below login form?'),('en','sitemgr','do you realy want to delete the selected categories (including all pages), pages and blocks?','Do you realy want to delete the selected Categories (including all pages), Pages and Blocks?'),('en','sitemgr','do you realy want to delete this block?','Do you realy want to delete this block?'),('en','sitemgr','do you realy want to delete this page?','Do you realy want to delete this page?'),('en','sitemgr','do you want to delete them?','Do you want to delete them?'),('en','sitemgr','do you want to publish a rss feed for this news category','Do you want to publish a RSS feed for this news category'),('en','sitemgr','documentation','Documentation'),('en','sitemgr','domain-name (offical dns-name eg. www.egroupware.org) if you want to give the user a choice between searching this site or the whole web. leaving it empty allows to search the web only.','Domain-name (offical DNS-name eg. www.eGroupWare.org) if you want to give the user a choice between searching this site or the whole web. Leaving it empty allows to search the web only.'),('en','sitemgr','don\'t have an account?','Don\'t have an account?'),('en','sitemgr','download as zip-archiv','download as ZIP-archiv'),('en','sitemgr','downloaded','downloaded'),('en','sitemgr','draft','draft'),('en','sitemgr','draft mode','Draft mode'),('en','sitemgr','edit category','Edit Category'),('en','sitemgr','edit mode','Edit mode'),('en','sitemgr','edit page','Edit Page'),('en','sitemgr','edit properties of module %1 for %2 with scope %3','Edit properties of module %1 for %2 with scope %3'),('en','sitemgr','edit site','Edit Site'),('en','sitemgr','edit this block','Edit this block'),('en','sitemgr','edit website','Edit Website'),('en','sitemgr','enter a name','Enter a name'),('en','sitemgr','enter the block content here','Enter the block content here'),('en','sitemgr','enter the page content here','Enter the page content here'),('en','sitemgr','enterprise knowledge articles repository','Enterprise Knowledge articles repository'),('en','sitemgr','everybody','everybody'),('en','sitemgr','file %1 is not readable by the webserver !!!','File %1 is not readable by the webserver !!!'),('en','sitemgr','file %1 is outside the docroot of the webserver !!!<br>this module does not allow - for security reasons - to open files outside the docroot.','File %1 is outside the docroot of the webserver !!!<br>This module does NOT allow - for security reasons - to open files outside the docroot.'),('en','sitemgr','file contents','File contents'),('en','sitemgr','file download','File download'),('en','sitemgr','filesystem path of the directory where xml files are stored','Filesystem path of the directory where XML files are stored'),('en','sitemgr','filesystem path of the image-directory','Filesystem path of the image-directory'),('en','sitemgr','filesystem path to sitemgr-site directory','Filesystem path to sitemgr-site directory'),('en','sitemgr','fill in permissions from parent category? if you check this, below values will be ignored','Fill in permissions from parent category? If you check this, below values will be ignored'),('en','sitemgr','following new modules registed: %1','Following new modules registed: %1'),('en','sitemgr','footer editor','Footer Editor'),('en','sitemgr','full path of the xslt file that should be applied to the xml files','Full path of the XSLT file that should be applied to the XML files'),('en','sitemgr','galerie','Galerie'),('en','sitemgr','gallery plus chooser','Gallery plus chooser'),('en','sitemgr','gallery plus chooser and download','Gallery plus chooser and download'),('en','sitemgr','gallery plus download','Gallery plus download'),('en','sitemgr','go back to page manager','Go back to Page Manager'),('en','sitemgr','go back to the category manager.','Go back to the category manager.'),('en','sitemgr','go to','Go to'),('en','sitemgr','go to page manager','Go to Page Manager'),('en','sitemgr','google','Google'),('en','sitemgr','google search','Google Search'),('en','sitemgr','group access permissions','Group Access Permissions'),('en','sitemgr','group name','Group Name'),('en','sitemgr','header editor','Header Editor'),('en','sitemgr','hello','Hello'),('en','sitemgr','hello world','Hello world'),('en','sitemgr','html module','HTML module'),('en','sitemgr','i\'m sorry, you do not have write permissions for any site categories.','I\'m sorry, you do not have write permissions for any site categories.'),('en','sitemgr','if you haven\'t done so already, create a user that will be used for public viewing of the site. recommended name: anonymous.','If you haven\'t done so already, create a user that will be used for public viewing of the site. Recommended name: anonymous.'),('en','sitemgr','image type','image type'),('en','sitemgr','implies read permission','implies read permission'),('en','sitemgr','index','Index'),('en','sitemgr','individual access permission','Individual Access Permission'),('en','sitemgr','individual access permissions','Individual Access Permissions'),('en','sitemgr','interface to google website','Interface to google website'),('en','sitemgr','invalid template directory \'%1\' !!!','Invalid template directory \'%1\' !!!'),('en','sitemgr','knowledge base','Knowledge Base'),('en','sitemgr','languages the site user can choose from','Languages the site user can choose from'),('en','sitemgr','last entries to the guestbook','Last entries to the guestbook'),('en','sitemgr','latest reply','Latest Reply'),('en','sitemgr','list of permitted modules specific to content area %1','List of permitted modules specific to content area %1'),('en','sitemgr','login name','Login Name'),('en','sitemgr','main content','Main content'),('en','sitemgr','mains','Mains'),('en','sitemgr','manage archived content','Manage archived content'),('en','sitemgr','manage categories','Manage Categories'),('en','sitemgr','manage categories and pages','Manage categories and pages'),('en','sitemgr','manage category wide content','Manage category wide content'),('en','sitemgr','manage category wide module properties','Manage category wide module properties'),('en','sitemgr','manage content','Manage Content'),('en','sitemgr','manage modules','Manage Modules'),('en','sitemgr','manage page specific content','Manage page specific content'),('en','sitemgr','manage site content','Manage Site Content'),('en','sitemgr','manage site-wide content','Manage site-wide content'),('en','sitemgr','manage site-wide module properties','Manage site-wide module properties'),('en','sitemgr','manage translations','Manage Translations'),('en','sitemgr','master list of permitted modules','Master list of permitted modules'),('en','sitemgr','migrating data for %1 to %2','Migrating data for %1 to %2'),('en','sitemgr','module %1 is not permitted in this context!','Module %1 is not permitted in this context!'),('en','sitemgr','module manager','Module manager'),('en','sitemgr','module: %1, scope: %2, contentarea: %3, viewable: %4','Module: %1, Scope: %2, Contentarea: %3, Viewable: %4'),('en','sitemgr','more news','More news'),('en','sitemgr','move block down (increase sort order)','Move block down (increase sort order)'),('en','sitemgr','move block up (decrease sort order)','Move block up (decrease sort order)'),('en','sitemgr','move to','Move to'),('en','sitemgr','name has been translated to lower case','Name has been translated to lower case'),('en','sitemgr','new application','New application'),('en','sitemgr','new guestbook','New guestbook'),('en','sitemgr','new sitemgr site','New sitemgr site'),('en','sitemgr','news module','News module'),('en','sitemgr','no anonymous user accounts installed. notify the administrator.','NO ANONYMOUS USER ACCOUNTS INSTALLED. NOTIFY THE ADMINISTRATOR.'),('en','sitemgr','no content areas found in selected template','No content areas found in selected template'),('en','sitemgr','no content found','No content found'),('en','sitemgr','no groups defined.','No groups defined.'),('en','sitemgr','no link to full index','No link to full index'),('en','sitemgr','no matching news item','No matching news item'),('en','sitemgr','no modules permitted for this content area/category','No modules permitted for this content area/category'),('en','sitemgr','no new modules found !!!','No new modules found !!!'),('en','sitemgr','no options available.','No options available.'),('en','sitemgr','no pages available','No pages available'),('en','sitemgr','no sitelanguages configured','No sitelanguages configured'),('en','sitemgr','no template file found.','No template file found.'),('en','sitemgr','no templates found.','No templates found.'),('en','sitemgr','no thumbnail availible','No thumbnail availible'),('en','sitemgr','no users defined.','No users defined.'),('en','sitemgr','no websites defined','No websites defined'),('en','sitemgr','no, chooser only (for side-areas)','No, chooser only (for side-areas)'),('en','sitemgr','no, chooser with preview','No, chooser with preview'),('en','sitemgr','not yet translated','not yet translated'),('en','sitemgr','note that you may get this message if your preferences are incorrect. for example, if config.inc.php is not found in the directory that you specified.','Note that you may get this message if your preferences are incorrect. For example, if config.inc.php is not found in the directory that you specified.'),('en','sitemgr','number of news items to be displayed on page','Number of news items to be displayed on page'),('en','sitemgr','only gallery','Only gallery'),('en','sitemgr','or enter the title for a new guestbook','or enter the title for a new guestbook'),('en','sitemgr','other websites','Other websites'),('en','sitemgr','overview of all available categories','Overview of all available categories'),('en','sitemgr','overview of one specific category','Overview of one specific category'),('en','sitemgr','own amazon partner-id or empty to donate to the egroupware project','Own Amazon partner-id or empty to donate to the eGroupWare project'),('en','sitemgr','page content','Page Content'),('en','sitemgr','page manager','Page Manager'),('en','sitemgr','page name','Page Name'),('en','sitemgr','page saved','Page saved'),('en','sitemgr','page saved.','Page saved.'),('en','sitemgr','page subtitle','Page Subtitle'),('en','sitemgr','page title','Page Title'),('en','sitemgr','pages','Pages'),('en','sitemgr','pages:','Pages:'),('en','sitemgr','parent','Parent'),('en','sitemgr','parent section:','Parent Section:'),('en','sitemgr','password that you assigned for the anonymous user account.','Password that you assigned for the anonymous user account.'),('en','sitemgr','path to image-directory \'%1\' is not valid or readable by the webserver !!!','Path to image-directory \'%1\' is not valid or readable by the webserver !!!'),('en','sitemgr','path to zip binary if not in path of the webserver','Path to zip binary if not in path of the webserver'),('en','sitemgr','percentage','Percentage'),('en','sitemgr','phpgw users','phpgw users'),('en','sitemgr','phrases in total','Phrases in total'),('en','sitemgr','please enter a name for that site !','Please enter a name for that site !'),('en','sitemgr','please sign the guestbook','Please sign the guestbook'),('en','sitemgr','post a message to this thread','Post A Message To This Thread'),('en','sitemgr','prepublished','prepublished'),('en','sitemgr','preunpublished','preunpublished'),('en','sitemgr','previous','Previous'),('en','sitemgr','production mode','Production mode'),('en','sitemgr','published','published'),('en','sitemgr','reactivate content','Reactivate content'),('en','sitemgr','read permission','Read Permission'),('en','sitemgr','redirection','Redirection'),('en','sitemgr','refresh','Refresh'),('en','sitemgr','register for one now.','Register for one now.'),('en','sitemgr','register new modules','Register new modules'),('en','sitemgr','reload','Reload'),('en','sitemgr','replies','Replies'),('en','sitemgr','required fields','Required Fields'),('en','sitemgr','reset','Reset'),('en','sitemgr','return to forums','Return to forums'),('en','sitemgr','return to main menu.','Return to main menu.'),('en','sitemgr','return to message list','Return to message list'),('en','sitemgr','root site index','Root Site Index'),('en','sitemgr','save block','Save block'),('en','sitemgr','saved','Saved'),('en','sitemgr','scope','Scope'),('en','sitemgr','seen by','Seen by'),('en','sitemgr','select a category','Select a category'),('en','sitemgr','select a forum','Select a forum'),('en','sitemgr','select allowed modules','Select allowed modules'),('en','sitemgr','select persons and groups that are entitled to configure the website.','Select persons and groups that are entitled to configure the website.'),('en','sitemgr','select the templates the user is allowed to see','Select the templates the user is allowed to see'),('en','sitemgr','selected template %1 does not exist.','Selected template %1 does not exist.'),('en','sitemgr','selected theme %1 does not exist.','Selected theme %1 does not exist.'),('en','sitemgr','should the file be viewed in the browser or downloaded','Should the file be viewed in the browser or downloaded'),('en','sitemgr','show a template-gallery (thumbnail and informations)','Show a template-gallery (thumbnail and informations)'),('en','sitemgr','show details for the applications','Show details for the applications'),('en','sitemgr','show only (in the next field) selected templates','Show only (in the next field) selected templates'),('en','sitemgr','show searchbox','Show searchbox'),('en','sitemgr','show site index','Show Site Index'),('en','sitemgr','show subcategories','Show subcategories'),('en','sitemgr','site','Site'),('en','sitemgr','site %1 has been added, you need to %2configure the site%3 now','Site %1 has been added, you need to %2configure the site%3 now'),('en','sitemgr','site %1 has been updated','Site %1 has been updated'),('en','sitemgr','site administrators','Site administrators'),('en','sitemgr','site description','Site description'),('en','sitemgr','site format manager','Site Format Manager'),('en','sitemgr','site index','Site Index'),('en','sitemgr','site name','Site name'),('en','sitemgr','site tree menu','Site Tree Menu'),('en','sitemgr','site wide','Site wide'),('en','sitemgr','sitemgr manual','SiteMgr Manual'),('en','sitemgr','sitemgr options','SiteMgr Options'),('en','sitemgr','sitemgr setup instructions','SiteMgr Setup Instructions'),('en','sitemgr','sitemgr setup page','sitemgr setup page'),('en','sitemgr','sitemgr websites','Sitemgr Websites'),('en','sitemgr','sort order','Sort Order'),('en','sitemgr','strip html from block content?','Strip HTML from block content?'),('en','sitemgr','subcategories','Subcategories'),('en','sitemgr','subsections:','Subsections:'),('en','sitemgr','subtext for image %1','Subtext for image %1'),('en','sitemgr','subtitle','Subtitle'),('en','sitemgr','summary of one forum','Summary of one forum'),('en','sitemgr','suppress link to index (show all)','Suppress link to index (show all)'),('en','sitemgr','suppress link to parent category','Suppress link to parent category'),('en','sitemgr','suppress the current page','Suppress the current page'),('en','sitemgr','table of contents','Table of Contents'),('en','sitemgr','template select','Template select'),('en','sitemgr','textarea','textarea'),('en','sitemgr','the category to display, 0 for complete table of contents','The category to display, 0 for complete table of contents'),('en','sitemgr','the complete url or path to a file to be included','The complete URL or path to a file to be included'),('en','sitemgr','the config.inc.php file needs to be edited to point to the phpgroupware directory. copy the config.inc.php.template file to config.inc.php and then edit it.','The config.inc.php file needs to be edited to point to the phpGroupWare directory. Copy the config.inc.php.template file to config.inc.php and then edit it.'),('en','sitemgr','the file to be downloaded','The file to be downloaded'),('en','sitemgr','the filesystem path to your sitemgr-site directory \'%1\' is probably wrong. go to sitemgr --> define websites and edit/fix the concerned site.','The filesystem path to your sitemgr-site directory \'%1\' is probably wrong. Go to SiteMgr --> Define Websites and edit/fix the concerned Site.'),('en','sitemgr','the first directory to think about is sitemgr-link. if you move this to the parent directory of sitemgr (your phpgroupware root directory) then you can use setup to install the app and everyone with access to the app will get an','The first directory to think about is sitemgr-link. If you move this to the parent directory of sitemgr (your phpgroupware root directory) then you can use setup to install the app and everyone with access to the app will get an icon on their navbar that links them directly to the public web site. If you don\'t want this icon, there\'s no reason to ever bother with the directory.'),('en','sitemgr','the name field cannot contain punctuation or spaces (field modified).','The Name field cannot contain punctuation or spaces (field modified).'),('en','sitemgr','the page name must be unique.','The page name must be unique.'),('en','sitemgr','the page was successfully saved.','The page was successfully saved.'),('en','sitemgr','the path to the file to be downloaded','The path to the file to be downloaded'),('en','sitemgr','the person to say hello to','The person to say hello to'),('en','sitemgr','the second directory is the sitemgr-site directory. this can be moved <i>anywhere</i>. it can also be named <i>anything</i>. wherever it winds up, when you point a web browser to it, you will get the generated website. assumin','The second directory is the sitemgr-site directory. This can be moved <i>anywhere</i>. It can also be named <i>anything</i>. Wherever it winds up, when you point a web browser to it, you will get the generated website. Assuming, of course, that you\'ve accurately completed the setup fields below and also <b><i>edited the config.inc.php</i></b> file.'),('en','sitemgr','the text for the link, if empty the module returns the raw url (without a link)','The text for the link, if empty the module returns the raw URL (without a link)'),('en','sitemgr','the url can be relative or absolute. name must end in a slash.','The URL can be relative or absolute. Name must end in a slash.'),('en','sitemgr','the url must be absolute and end in a slash, for example http://mydomain.com/mysite/','The URL must be absolute and end in a slash, for example http://mydomain.com/mysite/'),('en','sitemgr','the url to redirect to','The URL to redirect to'),('en','sitemgr','the web','the web'),('en','sitemgr','the whole page','the whole page'),('en','sitemgr','the xml files\' common name','the XML files\' common name'),('en','sitemgr','theme or template select','Theme or template select'),('en','sitemgr','there are no categories','There are no categories'),('en','sitemgr','there are no forums in this category','There are no forums in this category'),('en','sitemgr','there are no pages in this section','There are no pages in this section'),('en','sitemgr','there are no properties defined for this module','There are no properties defined for this module'),('en','sitemgr','there are no sections available to you.','There are no sections available to you.'),('en','sitemgr','there are two subdirectories off of your sitemgr directory that you should move before you do anything else. you don\'t <i>have</i> to move either of these directories, although you will probably want to.','There are two subdirectories off of your sitemgr directory that you should move before you do anything else. You don\'t <i>have</i> to move either of these directories, although you will probably want to.'),('en','sitemgr','there can only be one version in (pre(un))published state, with the one exeption that one prepublished version can coexist with one preunpublished version','There can only be one version in (pre(un))published state, with the one exeption that one prepublished version can coexist with one preunpublished version'),('en','sitemgr','there is no website configured for url %1. notify the administrator.','THERE IS NO WEBSITE CONFIGURED FOR URL %1. NOTIFY THE ADMINISTRATOR.'),('en','sitemgr','there was an error writing to the database.','There was an error writing to the database.'),('en','sitemgr','this block displays a javascript based tree menu','This block displays a javascript based tree menu'),('en','sitemgr','this block displays the current section\'s table of contents','This block displays the current section\'s table of contents'),('en','sitemgr','this category has no pages.','This category has no pages.'),('en','sitemgr','this is a simple sample module','This is a simple sample module'),('en','sitemgr','this is only used as an internal name for the website.','This is only used as an internal name for the website.'),('en','sitemgr','this is used chiefly for meta data and the title bar. if you change the site languages below you have to save before being able to set this preference for a new language.','This is used chiefly for meta data and the title bar. If you change the site languages below you have to save before being able to set this preference for a new language.'),('en','sitemgr','this is used chiefly for meta data. if you change the site languages below you have to save before being able to set this preference for a new language.','This is used chiefly for meta data. If you change the site languages below you have to save before being able to set this preference for a new language.'),('en','sitemgr','this module create a link for downloading a file from the vfs','This module create a link for downloading a file from the VFS'),('en','sitemgr','this module demonstrates how handling data stored in xml and building an interacvite interface from it','This module demonstrates how handling data stored in XML and building an interacvite interface from it'),('en','sitemgr','this module displays a login form','This module displays a login form'),('en','sitemgr','this module displays bookmarks in a javascript based tree','This module displays bookmarks in a javascript based tree'),('en','sitemgr','this module displays the current month','This module displays the current month'),('en','sitemgr','this module displays the phpgw forums on the web site','This module displays the phpgw forums on the web site'),('en','sitemgr','this module displays the root categories, its pages and evtl. subcategories. it is meant for side areas','This module displays the root categories, its pages and evtl. subcategories. It is meant for side areas'),('en','sitemgr','this module includes the contents of an url or file (readable by the webserver and in its docroot !)','This module includes the contents of an URL or file (readable by the webserver and in its docroot !)'),('en','sitemgr','this module is a selectbox to change the mode (production, draft or edit) plus a link back to sitemgr and to log out. it is meant for registered users only','This module is a selectbox to change the mode (production, draft or edit) plus a link back to SiteMgr and to log out. It is meant for registered users only'),('en','sitemgr','this module is a simple html editor','This module is a simple HTML editor'),('en','sitemgr','this module lets the users choose a template or shows a template gallery','This module lets the users choose a template or shows a template gallery'),('en','sitemgr','this module lets users choose language','This module lets users choose language'),('en','sitemgr','this module lets you define pages that redirect to another url, if you use it, there should be no other block defined for the page','This module lets you define pages that redirect to another URL, if you use it, there should be no other block defined for the page'),('en','sitemgr','this module permits browsing through xml files stored in a directory, and transformed by xslt','This module permits browsing through XML files stored in a directory, and transformed by XSLT'),('en','sitemgr','this module provides a complete table of contents, it is automatically used by the toc and category_id get parameters','This module provides a complete table of contents, it is automatically used by the toc and category_id GET parameters'),('en','sitemgr','this module provides a condensed table of contents, meant for side areas','This module provides a condensed table of contents, meant for side areas'),('en','sitemgr','this module provides the site index, it is automatically used by the index get parameter','This module provides the site index, it is automatically used by the index GET parameter'),('en','sitemgr','this module publishes news from the news_admin application on your website. be aware of news_admin\'s acl restrictions.','This module publishes news from the news_admin application on your website. Be aware of news_admin\'s ACL restrictions.'),('en','sitemgr','this module show the status / percentage of the translation of egw','This module show the status / percentage of the translation of eGW'),('en','sitemgr','this must be an absolute directory location. <b>no trailing slash</b>.','This must be an absolute directory location. <b>No trailing slash</b>.'),('en','sitemgr','this should be a comma-separated list of language-codes.','This should be a comma-separated list of language-codes.'),('en','sitemgr','this should be a page that is readable by everyone. if you leave this blank, the site index will be shown by default.','This should be a page that is readable by everyone. If you leave this blank, the site index will be shown by default.'),('en','sitemgr','this site','this site'),('en','sitemgr','topic','Topic'),('en','sitemgr','translate','Translate'),('en','sitemgr','translate category','Translate Category'),('en','sitemgr','translate page','Translate Page'),('en','sitemgr','translate site-wide content blocks','Translate site-wide content blocks'),('en','sitemgr','translation manager','Translation Manager'),('en','sitemgr','translation status','Translation Status'),('en','sitemgr','up to parent','Up to parent'),('en','sitemgr','up to table of contents','Up to table of contents'),('en','sitemgr','updating to new category system','Updating to new category system'),('en','sitemgr','url pointing to the image-directory','URL pointing to the image-directory'),('en','sitemgr','url to sitemgr-site','URL to sitemgr-site'),('en','sitemgr','use phpnuke themes instead of templates','Use phpNuke themes instead of templates'),('en','sitemgr','use this module for displaying book ads for the amazon web site','Use this module for displaying book ads for the amazon web site'),('en','sitemgr','use this module for displaying wiki-pages','Use this module for displaying wiki-pages'),('en','sitemgr','user name','User Name'),('en','sitemgr','view administrative menu','View Administrative Menu'),('en','sitemgr','view full index','View full index'),('en','sitemgr','view generated site','View Generated Site'),('en','sitemgr','view template on this site','View template on this site'),('en','sitemgr','view threads','View Threads'),('en','sitemgr','viewed','viewed'),('en','sitemgr','web content manager administration','Web Content Manager Administration'),('en','sitemgr','web site manager','Web Site Manager'),('en','sitemgr','website','Website'),('en','sitemgr','week','week'),('en','sitemgr','what do you want to do with existing translations of categories and pages for this language?','What do you want to do with existing translations of categories and pages for this language?'),('en','sitemgr','wiki','Wiki'),('en','sitemgr','wiki startpage','Wiki startpage'),('en','sitemgr','with which view should the module be displayed in the beginning?','With which view should the module be displayed in the beginning?'),('en','sitemgr','write permission','Write Permission'),('en','sitemgr','xml browser','XML browser'),('en','sitemgr','yes, please delete it','Yes, please delete it'),('en','sitemgr','you are not entitled to change the scope of block %1 to cat %2 and page %3','You are not entitled to change the scope of block %1 to Cat %2 and Page %3'),('en','sitemgr','you are not entitled to create module %1 on this scope','You are not entitled to create module %1 on this scope'),('en','sitemgr','you are not entitled to edit block %1','You are not entitled to edit block %1'),('en','sitemgr','you can choose the modules that can be used on the site. the first list is a sort of master list, that is consulted if you do not configure lists specific to contentareas or (sub)categories. then you can choose lists specific to e','You can choose the modules that can be used on the site. The first list is a sort of master list, that is consulted if you do not configure lists specific to contentareas or (sub)categories. Then you can choose lists specific to each content area. In the category manager these lists can be overriden for each (sub)category.'),('en','sitemgr','you can either migrate them to a new language or delete them','You can either migrate them to a new language or delete them'),('en','sitemgr','you can override each content blocks default title. be aware that not in all content areas the block title will be visible.','You can override each content blocks default title. Be aware that not in all content areas the block title will be visible.'),('en','sitemgr','you did not choose a module.','You did not choose a module.'),('en','sitemgr','you do not have access to any content on this site.','You do not have access to any content on this site.'),('en','sitemgr','you do not have write permissions for any site categories.','You do not have write permissions for any site categories.'),('en','sitemgr','you don\'t have permission to write in the category','You don\'t have permission to write in the category'),('en','sitemgr','you don\'t have permission to write to that category.','You don\'t have permission to write to that category.'),('en','sitemgr','you failed to fill in one or more required fields.','You failed to fill in one or more required fields.'),('en','sitemgr','you have no rights to view wiki content or the wiki is not installed at all !!!','You have no rights to view wiki content or the wiki is not installed at all !!!'),('en','sitemgr','you may have deinstalled the used template \'%1\'. reinstall it or go to sitemgr --> configure website and select an other one.','You may have deinstalled the used template \'%1\'. Reinstall it or go to SiteMgr --> Configure Website and select an other one.'),('en','sitemgr','you must be an admin to edit categories.','You must be an admin to edit categories.'),('en','sitemgr','you must be an admin to edit the site header and footer.','You must be an admin to edit the site header and footer.'),('en','sitemgr','you must be an admin to manage module properties.','You must be an admin to manage module properties.'),('en','sitemgr','you must be an administrator to setup the site manager.','You must be an administrator to setup the Site Manager.'),('en','sitemgr','you removed one ore more languages from your site languages.','You removed one ore more languages from your site languages.'),('en','sitemgr','your administrator has not yet setup the web content manager for public viewing. go bug your administrator to get their butt in gear.','Your administrator has not yet setup the web content manager for public viewing. Go bug your administrator to get their butt in gear.'),('en','sitemgr','your calendar','Your Calendar'),('en','sitemgr','your comment','Your comment'),('en','sitemgr','your name','Your name'),('en','common','as','as'),('en','common','define websites','Define websites'),('en','common','edit categories and permissions','Edit Categories and Permissions'),('en','common','edit individual pages','Edit Individual Pages'),('en','common','edit site header and footer','Edit Site Header and Footer'),('en','common','error accessing page','Error accessing page'),('en','common','manage pages','Manage Pages'),('en','common','site setup','Site Setup'),('en','common','sitemgr','SiteMgr'),('en','common','sitemgr web content manager','SiteMgr Web Content Manager'),('en','common','there was an error accessing the requested page. either you do not have permission to view this page, or the page does not exist.','There was an error accessing the requested page. Either you do not have permission to view this page, or the page does not exist.'),('en','common','web content manager','SiteMgr Web Content Manager'),('en','stocks','%','%'),('en','stocks','add new stock','Add new stock'),('en','stocks','display stocks on main screen is disabled','Display stocks on main screen is disabled'),('en','stocks','display stocks on main screen is enabled','Display stocks on main screen is enabled'),('en','stocks','disable','disable'),('en','stocks','edit stock','Edit stock'),('en','stocks','enable','enable'),('en','stocks','price','Price'),('en','stocks','stock quote preferences','Stock Quote preferences'),('en','stocks','symbol','Symbol'),('en','common','stocks','Stock Quotes'),('en','common','stock quotes','Stock Quotes'),('en','common','$ change','Change'),('en','common','% change','Change %'),('en','preferences','select displayed stocks','Select displayed stock quotes'),('en','tts','a new ticket has been reported.','A new ticket has been reported.'),('en','tts','accept','ACCEPT'),('en','tts','accept the ticket into verification process.','Accept the ticket into verification process.'),('en','tts','accepted','ACCEPTED'),('en','tts','add new ticket','Add new ticket'),('en','tts','add ticket','Add ticket'),('en','tts','additional notes','Additional notes'),('en','tts','assign to','Assign to'),('en','tts','assigned from','Assigned from'),('en','tts','assigned to','Assigned to'),('en','tts','billable hours','Billable hours'),('en','tts','billable hours changed','Billable hours changed'),('en','tts','billable hours rate','Billable hours rate'),('en','tts','billable rate','Billable rate'),('en','tts','billable rate changed','Billable rate changed'),('en','tts','category changed','Category changed'),('en','tts','check here to generate the state\'s id automatically or enter a particular id below.','Check here to generate the state\'s ID automatically or enter a particular ID below.'),('en','tts','close the invalid ticket.','Close the invalid ticket.'),('en','tts','closed','Closed'),('en','tts','completed','COMPLETED'),('en','tts','create new state','Create new state'),('en','tts','create new ticket','Create new ticket'),('en','tts','create new transition','Create new transition'),('en','tts','creates a new ticket, returns ticket_id','Creates a new ticket, returns ticket_id'),('en','tts','creates a struct of tickets','Creates a struct of tickets'),('en','tts','date opened','Date opened'),('en','tts','default assign to','Default assign to'),('en','tts','default group','Default group'),('en','tts','default priority','Default Priority'),('en','tts','delete the listed tickets.','Delete the listed tickets.'),('en','tts','deleting the state','Deleting the state'),('en','tts','deleting the transition','Deleting the transition'),('en','tts','duplicate','DUPLICATE'),('en','tts','edit the state','Edit the state'),('en','tts','edit the transition','Edit the transition'),('en','tts','error: the subject of the ticket is not specified.','ERROR: The subject of the ticket is not specified.'),('en','tts','force','Force'),('en','tts','group ownership changed','Group ownership changed'),('en','tts','history','History'),('en','tts','i worked on the ticket and the work requires validation.','I worked on the ticket and the work requires validation.'),('en','tts','i worked on the ticket, but did not finish.','I worked on the ticket, but did not finish.'),('en','tts','in progress','In progress'),('en','tts','initial state','Initial State'),('en','tts','invalid','INVALID'),('en','tts','invalidate','INVALIDATE'),('en','tts','keep the present state [%1].','Keep the present state [%1].'),('en','tts','latest note added','Latest Note Added'),('en','tts','list of available tickets\' states.','List of available tickets\' states.'),('en','tts','list of available tickets\' transitions.','List of available tickets\' transitions.'),('en','tts','missing description','Missing description'),('en','tts','morework','MOREWORK'),('en','tts','needswork','NEEDSWORK'),('en','tts','new','NEW'),('en','tts','new ticket','New Ticket'),('en','tts','new tickets can be put into this state.','New tickets can be put into this state.'),('en','tts','no additional notes','No additional notes'),('en','tts','no duplicate','NO DUPLICATE'),('en','tts','no notes for this ticket','No notes for this ticket'),('en','tts','no states found','No states found'),('en','tts','no tickets found','No tickets found.'),('en','tts','no transitions found','No transitions found'),('en','tts','not assigned','Not Assigned'),('en','tts','not completed','NOT COMPLETED'),('en','tts','notify changes to ticket assignee by e-mail','Notify changes to ticket assignee by e-mail'),('en','tts','notify changes to ticket group by e-mail','Notify changes to ticket group by e-mail'),('en','tts','notify changes to ticket owner by e-mail','Notify changes to ticket owner by e-mail'),('en','tts','open','Open'),('en','tts','open / closed','Open / Closed'),('en','tts','open date','Open Date'),('en','tts','opened','Opened'),('en','tts','opened by','Opened by'),('en','tts','original ticket details','Original Ticket Details'),('en','tts','perform irregular transition into the following state','Perform irregular transition into the following state'),('en','tts','please enter the subject of the ticket, otherwise the ticket cannot be stored.','Please enter the subject of the ticket, otherwise the ticket cannot be stored.'),('en','tts','priority changed','Priority changed'),('en','tts','put the preexistent ticket into the state %1.','Put the preexistent ticket into the state %1.'),('en','tts','re-assigned','Re-assigned'),('en','tts','re-opened','Re-opened'),('en','tts','refresh every (seconds)','Refresh every (seconds)'),('en','tts','reopen','REOPEN'),('en','tts','reopened','REOPENED'),('en','tts','resolve','RESOLVE'),('en','tts','resolved','RESOLVED'),('en','tts','returns a struct of a tickets history','Returns a struct of a tickets history'),('en','tts','returns a struct of values of a single ticket','Returns a struct of values of a single ticket'),('en','tts','returns the additional notes attached to a ticket','Returns the additional notes attached to a ticket'),('en','tts','selected','selected'),('en','tts','show new/updated tickets on main screen','show new/updated tickets on main screen'),('en','tts','source state','Source State'),('en','tts','state changed','State changed'),('en','tts','state id','State ID'),('en','tts','state name','State Name'),('en','tts','status/date closed','Status/Date closed'),('en','tts','subject changed','Subject changed'),('en','tts','target state','Target State'),('en','tts','test','TEST'),('en','tts','the closed ticket requires more work. reopen it.','The closed ticket requires more work. Reopen it.'),('en','tts','the owner of the ticket was not able to confirm the issue.','The owner of the ticket was not able to confirm the issue.'),('en','tts','the ticket has been accepted by the owner, who is about to work on it.','The ticket has been accepted by the owner, who is about to work on it.'),('en','tts','the ticket has been closed without resolution.','The ticket has been closed without resolution.'),('en','tts','the ticket has been reopened for further work.','The ticket has been reopened for further work.'),('en','tts','the ticket has been successfully resolved.','The ticket has been successfully resolved.'),('en','tts','the ticket has been verified and has to be worked on.','The ticket has been verified and has to be worked on.'),('en','tts','the ticket has been worked on and the work requires validation.','The ticket has been worked on and the work requires validation.'),('en','tts','the ticket has been worked on, but requires more work.','The ticket has been worked on, but requires more work.'),('en','tts','the ticket is a duplicate of another ticket and should be closed.','The ticket is a duplicate of another ticket and should be closed.'),('en','tts','the ticket is essentially not a duplicate of another ticket. reopen it.','The ticket is essentially not a duplicate of another ticket. Reopen it.'),('en','tts','the ticket is invalid and cannot be worked on.','The ticket is invalid and cannot be worked on.'),('en','tts','the ticket resolution was successfully validated. close the ticket.','The ticket resolution was successfully validated. Close the ticket.'),('en','tts','the ticket was existent before the petri net infrastructure was defined and should be assigned a state.','The ticket was existent before the Petri Net infrastructure was defined and should be assigned a state.'),('en','tts','the ticket was found a duplicate of another ticket.','The ticket was found a duplicate of another ticket.'),('en','tts','the tickets in the following list are in the state %1. please, decide what should be done with them.','The tickets in the following list are in the state %1. Please, decide what should be done with them.'),('en','tts','the validation of the ticket was unsuccessfull. the ticket requires more work.','The validation of the ticket was unsuccessfull. The ticket requires more work.'),('en','tts','ticket','Ticket'),('en','tts','ticket has been updated','Ticket has been updated'),('en','tts','tickets found %1','Tickets found %1'),('en','tts','tickets open %1','Tickets open %1'),('en','tts','tickets total %1','Tickets total %1'),('en','tts','to go back to the tts index, click <a href= %1 >here</a>','To go back to the tts index, click <a href=\"%1\">here</a>'),('en','tts','toaccept','TOACCEPT'),('en','tts','toclosed','TOCLOSED'),('en','tts','toduplicate','TODUPLICATE'),('en','tts','toinvalid','TOINVALID'),('en','tts','toneedswork','TONEEDSWORK'),('en','tts','tonew','TONEW'),('en','tts','toreopened','TOREOPENED'),('en','tts','toresolved','TORESOLVED'),('en','tts','total billable','Total billable'),('en','tts','totovalidate','TOTOVALIDATE'),('en','tts','tovalidate','TOVALIDATE'),('en','tts','toverified','TOVERIFIED'),('en','tts','transition','Transition'),('en','tts','transition name','Transition name'),('en','tts','tts preferences','Trouble Ticket System - preferences'),('en','tts','undefined','UNDEFINED'),('en','tts','update ticket state','Update ticket state'),('en','tts','updates ticket','Updates ticket'),('en','tts','verified','VERIFIED'),('en','tts','verify','VERIFY'),('en','tts','verify the ticket to work on it.','Verify the ticket to work on it.'),('en','tts','view all tickets','View all tickets'),('en','tts','view job detail','View Job Detail'),('en','tts','view only my open tickets','View only my open tickets'),('en','tts','view only open tickets','View only open tickets'),('en','tts','you can only close a ticket if it is assigned to you.','You can only close a ticket if it is assigned to you.'),('en','tts','you want to delete the state %1 and associated transitions. are you sure?','You want to delete the state %1 and associated transitions. Are you sure?'),('en','tts','you want to delete the state %1. are you sure?','You want to delete the state %1. Are you sure?'),('en','tts','you want to delete the transition %1. are you sure?','You want to delete the transition %1. Are you sure?'),('en','common','admin options','Admin Options'),('en','common','configure the states','Configure the states'),('en','common','configure the transitions','Configure the transitions'),('en','common','trouble ticket system','Trouble Ticket System'),('en','common','tts','Trouble Ticket System'),('en','sitemgr-link','you need to make sure the sitemgr-link app is in the phpgroupware directory. if you made a symbolic link... it isn\'t working.','You need to make sure the sitemgr-link app is in the phpgroupware directory. If you made a symbolic link... it isn\'t working.'),('en','sitemgr-link','before the public web site can be viewed, you must configure the various locations and preferences. please go to the sitemgr setup page by following this link:','Before the public web site can be viewed, you must configure the various locations and preferences. Please go to the sitemgr setup page by following this link:'),('en','sitemgr-link','sitemgr setup page','sitemgr setup page'),('en','sitemgr-link','note that you may get this message if your preferences are incorrect. for example, if config.inc.php is not found in the directory that you specified.','Note that you may get this message if your preferences are incorrect. For example, if config.inc.php is not found in the directory that you specified.'),('en','sitemgr-link','your administrator has not yet setup the web content manager for public viewing. go bug your administrator to get their butt in gear.','Your administrator has not yet setup the web content manager for public viewing. Go bug your administrator to get their butt in gear.'),('en','felamimail','(no subject)','(no subject)'),('en','felamimail','(only cc/bcc)','(only Cc/Bcc)'),('en','felamimail','(unknown sender)','(unknown sender)'),('en','felamimail','activate','Activate'),('en','felamimail','activate script','activate script'),('en','felamimail','add address','Add address'),('en','felamimail','add rule','Add Rule'),('en','felamimail','add script','Add Script'),('en','felamimail','add to %1','Add to %1'),('en','felamimail','add to address book','Add to address book'),('en','felamimail','add to addressbook','add to addressbook'),('en','felamimail','additional info','Additional info'),('en','felamimail','address book search','Address Book Search'),('en','felamimail','after message body','After message body'),('en','felamimail','all address books','All address books'),('en','felamimail','all folders','All Folders'),('en','felamimail','always show html emails','Always show HTML emails'),('en','felamimail','anyone','anyone'),('en','felamimail','as a subfolder of','as a subfolder of'),('en','felamimail','attachments','Attachments'),('en','felamimail','auto refresh folder list','Auto refresh folder list'),('en','felamimail','back to folder','Back to folder'),('en','felamimail','bad reque','Bad reque'),('en','felamimail','based upon given criteria, incoming messages can have different background colors in the message list. this helps to easily distinguish who the messages are from, especially for mailing lists.','Based upon given criteria, incoming messages can have different background colors in the message list. This helps to easily distinguish who the messages are from, especially for mailing lists.'),('en','felamimail','bcc','BCC'),('en','felamimail','before headers','Before headers'),('en','felamimail','between headers and message body','Between headers and message body'),('en','felamimail','body part','body part'),('en','felamimail','can\'t connect to inbox!!','can\'t connect to INBOX!!'),('en','felamimail','cc','CC'),('en','felamimail','change folder','Change folder'),('en','felamimail','checkbox','Checkbox'),('en','felamimail','click here to log back in.','Click here to log back in.'),('en','felamimail','click here to return to %1','Click here to return to %1'),('en','felamimail','close all','close all'),('en','felamimail','close this page','close this page'),('en','felamimail','close window','Close window'),('en','felamimail','color','Color'),('en','felamimail','compress folder','Compress folder'),('en','felamimail','contains','contains'),('en','felamimail','create folder','Create Folder'),('en','felamimail','create sent','Create Sent'),('en','felamimail','create subfolder','Create subfolder'),('en','felamimail','create trash','Create Trash'),('en','felamimail','created folder successfully!','Created folder successfully!'),('en','felamimail','dark blue','Dark Blue'),('en','felamimail','dark cyan','Dark Cyan'),('en','felamimail','dark gray','Dark Gray'),('en','felamimail','dark green','Dark Green'),('en','felamimail','dark magenta','Dark Magenta'),('en','felamimail','dark yellow','Dark Yellow'),('en','felamimail','date(newest first)','Date (newest first)'),('en','felamimail','date(oldest first)','Date (oldest first)'),('en','felamimail','deactivate script','deactivate script'),('en','felamimail','default sorting order','Default sorting order'),('en','felamimail','delete all','delete all'),('en','felamimail','delete folder','Delete Folder'),('en','felamimail','delete selected','Delete selected'),('en','felamimail','delete selected messages','delete selected messages'),('en','felamimail','deleted','deleted'),('en','felamimail','deleted folder successfully!','Deleted folder successfully!'),('en','felamimail','disable','Disable'),('en','felamimail','display message in new window','Display message in new window'),('en','felamimail','display of html emails','Display of HTML emails'),('en','felamimail','display only when no plain text is available','Display only when no plain text is available'),('en','felamimail','display preferences','Display Preferences'),('en','felamimail','do it!','do it!'),('en','felamimail','do not use sent','Do not use Sent'),('en','felamimail','do not use trash','Do not use Trash'),('en','felamimail','do you really want to delete the \'%1\' folder?','Do you really want to delete the \'%1\' folder?'),('en','felamimail','does not contain','does not contain'),('en','felamimail','does not match','does not match'),('en','felamimail','does not match regexp','does not match regexp'),('en','felamimail','don\'t use sent','Don\'t use Sent'),('en','felamimail','don\'t use trash','Don\'t use Trash'),('en','felamimail','down','down'),('en','felamimail','download','download'),('en','felamimail','download this as a file','Download this as a file'),('en','felamimail','e-mail address','E-Mail address'),('en','felamimail','e-mail folders','E-Mail Folders'),('en','felamimail','edit filter','Edit filter'),('en','felamimail','edit rule','edit rule'),('en','felamimail','edit selected','Edit selected'),('en','felamimail','email address','E-Mail Address'),('en','felamimail','email signature','Email signature'),('en','felamimail','empty trash','empty trash'),('en','felamimail','enable','enable'),('en','felamimail','error','ERROR'),('en','felamimail','error connecting to imap serv','Error connecting to IMAP serv'),('en','felamimail','error opening','Error opening'),('en','felamimail','expunge','Expunge'),('en','felamimail','file into','file into'),('en','felamimail','files','files'),('en','felamimail','filter active','filter active'),('en','felamimail','filter name','Filter name'),('en','felamimail','flagged','flagged'),('en','felamimail','flags','Flags'),('en','felamimail','folder acl','folder acl'),('en','felamimail','folder name','Folder name'),('en','felamimail','folder path','Folder Path'),('en','felamimail','folder preferences','Folder Preferences'),('en','felamimail','folder settings','Folder settings'),('en','felamimail','folder status','Folder status'),('en','felamimail','folderlist','Folderlist'),('en','felamimail','foldername','Folder name'),('en','felamimail','folders','Folders'),('en','felamimail','folders created successfully!','Folders created successfully!'),('en','felamimail','follow','follow'),('en','felamimail','for mail to be send - not functional yet','For mail to be send - not functional yet'),('en','felamimail','for received mail','For received mail'),('en','felamimail','forward','Forward'),('en','felamimail','found','Found'),('en','felamimail','from','From'),('en','felamimail','from(a->z)','From (A->Z)'),('en','felamimail','from(z->a)','From (Z->A)'),('en','felamimail','full name','Full Name'),('en','felamimail','have a look at <a href=\"http://www.felamimail.org\" target=\"_new\">www.felamimail.org</a> to learn more about squirrelmail.<br>','Have a look at <a href=\"http://www.felamimail.org\" target=\"_new\">www.felamimail.org</a> to learn more about Squirrelmail.<br>'),('en','felamimail','header lines','Header Lines'),('en','felamimail','hide header','hide header'),('en','felamimail','html','HTML'),('en','felamimail','icons and text','Icons and text'),('en','felamimail','icons only','Icons only'),('en','felamimail','identifying name','Identifying name'),('en','felamimail','if','IF'),('en','felamimail','illegal folder name. please select a different name.','Illegal folder name. Please select a different name.'),('en','felamimail','imap','IMAP'),('en','felamimail','imap server','IMAP Server'),('en','felamimail','imap server address','IMAP Server Address'),('en','felamimail','imap server type','IMAP Server type'),('en','felamimail','imaps authentication','IMAPS Authentication'),('en','felamimail','imaps encryption only','IMAPS Encryption only'),('en','felamimail','in','in'),('en','felamimail','in order for squirrelmail to provide the full set of options you need to create the special folders listed below. just click the check box and hit the create button.','In order for SquirrelMail to provide the full set of options you need to create the special folders listed below. Just click the check box and hit the create button.'),('en','felamimail','in the center','in the center'),('en','felamimail','index order','Index Order'),('en','felamimail','info','Info'),('en','felamimail','invalid user name or password','Invalid user name or password'),('en','felamimail','javascript','JavaScript'),('en','felamimail','left','Left'),('en','felamimail','less','less'),('en','felamimail','let this folder contain subfolders','Let this folder contain subfolders'),('en','felamimail','light blue','Light Blue'),('en','felamimail','light cyan','Light Cyan'),('en','felamimail','light gray','Light Gray'),('en','felamimail','light green','Light Green'),('en','felamimail','light magenta','Light Magenta'),('en','felamimail','light yellow','Light Yellow'),('en','felamimail','list all','List all'),('en','felamimail','location of buttons when composing','Location of buttons when composing'),('en','felamimail','location of folder list','Location of folder list'),('en','felamimail','mail settings','Mail Settings'),('en','felamimail','mainmessage','mainmessage'),('en','felamimail','mark as deleted','Mark as deleted'),('en','felamimail','mark messages as','Mark selected messages as'),('en','felamimail','mark selected as flagged','Mark selected as flagged'),('en','felamimail','mark selected as read','Mark selected as read'),('en','felamimail','mark selected as unflagged','Mark selected as unflagged'),('en','felamimail','mark selected as unread','Mark selected as unread'),('en','felamimail','match','Match'),('en','felamimail','matches','matches'),('en','felamimail','matches regexp','matches regexp'),('en','felamimail','medium gray','Medium Gray'),('en','felamimail','message highlighting','Message Highlighting'),('en','felamimail','message list','Message List'),('en','felamimail','messages','messages'),('en','felamimail','minute','Minute'),('en','felamimail','minutes','Minutes'),('en','felamimail','more','more'),('en','felamimail','move','move'),('en','felamimail','move messages','move messages'),('en','felamimail','move selected to','move selected to'),('en','felamimail','move to trash','Move to trash'),('en','felamimail','must be unique','Must be unique'),('en','felamimail','never display html emails','Never display HTML emails'),('en','felamimail','new','New'),('en','felamimail','new filter','New filter'),('en','felamimail','next message','next message'),('en','felamimail','nickname','Nickname'),('en','felamimail','no filter','No Filter'),('en','felamimail','no folders found','No folders found'),('en','felamimail','no folders were found to subscribe to!','No folders were found to subscribe to!'),('en','felamimail','no folders were found to unsubscribe from!','No folders were found to unsubscribe from!'),('en','felamimail','no highlighting is defined','No highlighting is defined'),('en','felamimail','no messages were selected.','No messages were selected.'),('en','felamimail','no next message','no next Message'),('en','felamimail','no notification','No notification'),('en','felamimail','no personal address book is defined. contact administrator.','No personal address book is defined. Contact administrator.'),('en','felamimail','no persons matching your search was found','No persons matching your search was found'),('en','felamimail','no previous message','no previous Message'),('en','felamimail','no valid emailprofile selected!!','No Valid Email Profile Selected!!'),('en','felamimail','none','none'),('en','felamimail','number of messages to index','Number of Messages to Index'),('en','felamimail','on behalf of','on behalf of'),('en','felamimail','only inbox','Only INBOX'),('en','felamimail','only unseen','Only unseen'),('en','felamimail','open all','open all'),('en','felamimail','options','Options'),('en','felamimail','organisation','organisation'),('en','felamimail','organization','organization'),('en','felamimail','oth','Oth'),('en','felamimail','participants','Participants'),('en','felamimail','personal information','Personal Information'),('en','felamimail','posting','posting'),('en','felamimail','preference file %1 not found. exiting abnormally','Preference file %1 not found. Exiting abnormally'),('en','felamimail','preference file, %1, does not exist. log out, and log back in to create a default preference file.','Preference file, %1, does not exist. Log out, and log back in to create a default preference file.'),('en','felamimail','previous','Previous'),('en','felamimail','previous message','previous message'),('en','felamimail','print it','print it'),('en','felamimail','print this page','print this page'),('en','felamimail','purge','purge'),('en','felamimail','quicksearch','Quicksearch'),('en','felamimail','read','read'),('en','felamimail','read da','Read da'),('en','felamimail','reading','reading'),('en','felamimail','reason giv','Reason Giv'),('en','felamimail','recent','recent'),('en','felamimail','refresh folder list','refresh folder list'),('en','felamimail','refresh page','Refresh Page'),('en','felamimail','refresh time in minutes','Refresh time in minutes'),('en','felamimail','remove','remove'),('en','felamimail','remove immediately','Remove immediately'),('en','felamimail','rename a folder','Rename a Folder'),('en','felamimail','rename folder','Rename folder'),('en','felamimail','renamed successfully!','Renamed successfully!'),('en','felamimail','replied','replied'),('en','felamimail','reply','Reply'),('en','felamimail','reply all','Reply All'),('en','felamimail','reply to','Reply To'),('en','felamimail','replyto','ReplyTo'),('en','felamimail','return','Return'),('en','felamimail','return to options page','Return to options page'),('en','felamimail','right','Right'),('en','felamimail','rule','Rule'),('en','felamimail','running squirrelmail version %1 (c) 1999-2000.','Running SquirrelMail version %1 (c) 1999-2000.'),('en','felamimail','same window - not functional yet','Same Window - not functional yet'),('en','felamimail','search for','Search for'),('en','felamimail','seconds','Seconds'),('en','felamimail','select all','Select All'),('en','felamimail','select emailprofile','Select Email Profile'),('en','felamimail','sent fold','Sent Fold'),('en','felamimail','sent folder','Sent Folder'),('en','felamimail','server respond','Server respond'),('en','felamimail','show header','show header'),('en','felamimail','show new messages on main screen','Show new messages on main screen'),('en','felamimail','signature','Signature'),('en','felamimail','simply click the target-folder','Simply click the target-folder'),('en','felamimail','site configuration','site configuration'),('en','felamimail','size','Size'),('en','felamimail','size of editor window','Size of editor window'),('en','felamimail','size(...->0)','Size (...->0)'),('en','felamimail','size(0->...)','Size (0->...)'),('en','felamimail','small view','small view'),('en','felamimail','some or all of the help documents are not present!','Some or all of the help documents are not present!'),('en','felamimail','source','Source'),('en','felamimail','special folder options','Special Folder Options'),('en','felamimail','squirrelmail','Squirrelmail'),('en','felamimail','subject(a->z)','Subject (A->Z)'),('en','felamimail','subject(z->a)','Subject (Z->A)'),('en','felamimail','subscribe','Subscribe'),('en','felamimail','subscribed','Subscribed'),('en','felamimail','subscribed successfully!','Subscribed successfully!'),('en','felamimail','successfully saved display preferences!','Successfully saved display preferences!'),('en','felamimail','successfully saved folder preferences!','Successfully saved folder preferences!'),('en','felamimail','successfully saved personal information!','Successfully saved personal information!'),('en','felamimail','switch current folder to','switch current folder to'),('en','felamimail','table of contents','Table of Contents'),('en','felamimail','text only','Text only'),('en','felamimail','the connection to the imap server failed!!','The connection to the IMAP Server failed!!'),('en','felamimail','the help has not been translated to %1. it will be displayed in english instead.','The help has not been translated to %1. It will be displayed in English instead.'),('en','felamimail','the index order is the order that the columns are arranged in the message index. you can add, remove, and move columns around to customize them to fit your needs.','The index order is the order that the columns are arranged in the message index. You can add, remove, and move columns around to customize them to fit your needs.'),('en','felamimail','the order of the message index can be rearanged and changed to contain the headers in any order you want.','The order of the message index can be rearanged and changed to contain the headers in any order you want.'),('en','felamimail','theme','Theme'),('en','felamimail','then','THEN'),('en','felamimail','these settings change the way your folders are displayed and manipulated.','These settings change the way your folders are displayed and manipulated.'),('en','felamimail','this contains personal information about yourself such as your name, your email address, etc.','This contains personal information about yourself such as your name, your email address, etc.'),('en','felamimail','this folder is empty','THIS FOLDER IS EMPTY'),('en','felamimail','this php has no imap support compiled in!!','This PHP has no IMAP support compiled in!!'),('en','felamimail','this port is based on squirrelmail, which is a standalone imap client.<br>','This port is based on Squirrelmail, which is a standalone IMAP client.<br>'),('en','felamimail','to the left','to the left'),('en','felamimail','to the right','to the right'),('en','felamimail','top','Top'),('en','felamimail','translation location','Translation location'),('en','felamimail','translation preferences','Translation Preferences'),('en','felamimail','translation server','Translation server'),('en','felamimail','trash fold','Trash Fold'),('en','felamimail','trash folder','Trash Folder'),('en','felamimail','type','type'),('en','felamimail','unable to list addresses from %1','Unable to list addresses from %1'),('en','felamimail','unflagged','unflagged'),('en','felamimail','unknown err','Unknown err'),('en','felamimail','unknown error','Unknown error'),('en','felamimail','unknown sender','Unknown Sender'),('en','felamimail','unknown user or password incorrect.','Unknown user or password incorrect.'),('en','felamimail','unread','unread'),('en','felamimail','unseen','Unseen'),('en','felamimail','unseen and total','Unseen and Total'),('en','felamimail','unseen message notification','Unseen message notification'),('en','felamimail','unseen message notification type','Unseen message notification type'),('en','felamimail','unselect all','Unselect All'),('en','felamimail','unsubscribe','Unsubscribe'),('en','felamimail','unsubscribed','Unsubscribed'),('en','felamimail','unsubscribed successfully!','Unsubscribed successfully!'),('en','felamimail','up','up'),('en','felamimail','update address','Update address'),('en','felamimail','use a signature','Use a signature'),('en','felamimail','use a signature?','Use a signature?'),('en','felamimail','use addresses','Use Addresses'),('en','felamimail','use custom settings','Use Custom Settings'),('en','felamimail','use <a href=\"%1\">emailadmin</a> to create profiles','use <a href=\"%1\">EmailAdmin</a> to create profiles'),('en','felamimail','use javascript or html addressbook?','Use Javascript or HTML addressbook?'),('en','felamimail','view full header','View full header'),('en','felamimail','view message','View message'),('en','felamimail','viewing full header','Viewing full header'),('en','felamimail','viewing message','Viewing message'),('en','felamimail','viewing messages','Viewing messages'),('en','felamimail','welcome to %1\'s webmail system','Welcome to %1\'s WebMail system'),('en','felamimail','when deleting messages','When deleting messages'),('en','felamimail','white','White'),('en','felamimail','width of folder list','Width of folder list'),('en','felamimail','wrap incoming text at','Wrap incoming text at'),('en','felamimail','writing','writing'),('en','felamimail','wrote','wrote'),('en','felamimail','you can change the way that squirrelmail looks and displays information to you, such as the colors, the language, and other settings.','You can change the way that SquirrelMail looks and displays information to you, such as the colors, the language, and other settings.'),('en','felamimail','you can only edit one address at the time','You can only edit one address at the time'),('en','felamimail','you must login first.','You must login first.'),('en','felamimail','you need a valid user and password to access this page!','You need a valid user and password to access this page!'),('en','felamimail','your search failed with the following error(s)','Your search failed with the following error(s)'),('en','felamimail','1','1'),('en','felamimail','mon','Mon'),('en','felamimail','tue','Tue'),('en','felamimail','wed','Wed'),('en','felamimail','thu','Thu'),('en','felamimail','fri','Fri'),('en','felamimail','sat','Sat'),('en','felamimail','sun','Sun'),('en','admin','enter your imap mail server hostname or ip address','Enter your IMAP mail server hostname or IP address'),('en','admin','enter your sieve server hostname or ip address','Enter your SIEVE server hostname or IP address'),('en','admin','enter your sieve server port','Enter your SIEVE server port'),('en','admin','organization name','Organization name'),('en','admin','sieve settings','Sieve settings'),('en','admin','smtp settings','SMTP settings'),('en','admin','use smtp auth','Use SMTP auth'),('en','admin','users can define their own emailaccounts','Users can define their own emailaccounts'),('en','common','felamimail','FelaMiMail'),('en','common','manage folders','Manage Folders'),('en','common','manage sieve','Manage Sieve scripts'),('en','common','new','New'),('en','common','unread','Unread'),('en','infolog','%1 records imported','%1 records imported'),('en','infolog','%1 records read (not yet imported, you may go %2back%3 and uncheck test import)','%1 records read (not yet imported, you may go %2back%3 and uncheck Test Import)'),('en','infolog','- subprojects from','- Subprojects from'),('en','infolog','0%','0%'),('en','infolog','10%','10%'),('en','infolog','20%','20%'),('en','infolog','30%','30%'),('en','infolog','40%','40%'),('en','infolog','50%','50%'),('en','infolog','60%','60%'),('en','infolog','70%','70%'),('en','infolog','80%','80%'),('en','infolog','90%','90%'),('en','infolog','<b>file-attachments via symlinks</b> instead of uploads and retrieval via file:/path for direct lan-clients','<b>file-attachments via symlinks</b> instead of uploads and retrieval via file:/path for direct lan-clients'),('en','infolog','a short subject for the entry','a short subject for the entry'),('en','infolog','abort without deleting','Abort without deleting'),('en','infolog','accept','accept'),('en','infolog','add a file','Add a file'),('en','infolog','add a new entry','Add a new Entry'),('en','infolog','add a new note','Add a new Note'),('en','infolog','add a new phonecall','Add a new Phone Call'),('en','infolog','add a new sub-task, -note, -call to this entry','Add a new sub-task, -note, -call to this entry'),('en','infolog','add a new todo','Add a new ToDo'),('en','infolog','add file','Add file'),('en','infolog','add sub','add Sub'),('en','infolog','add:','Add:'),('en','infolog','all links and attachments','all links and attachments'),('en','infolog','allows to set the status of an entry, eg. set a todo to done if it\'s finished (values depend on entry-typ)','allows to set the status of an entry, eg. set a ToDo to done if it\'s finished (values depend on entry-type)'),('en','infolog','applies the changes','applies the changes'),('en','infolog','are you shure you want to delete this entry ?','Are you sure you want to delete this entry ?'),('en','infolog','are you sure you want to delete this entry','Are you sure you want to delete this entry'),('en','infolog','attach a file','Attach a file'),('en','infolog','attach file','Attach file'),('en','infolog','back to main list','Back to main list'),('en','infolog','back to projectlist','Back to Projectlist'),('en','infolog','billed','billed'),('en','infolog','both','both'),('en','infolog','call','call'),('en','infolog','change the status of an entry, eg. close it','Change the status of an entry, eg. close it'),('en','infolog','charset of file','Charset of file'),('en','infolog','check to set startday','check to set startday'),('en','infolog','click here to create the link','click here to create the Link'),('en','infolog','click here to start the search','click here to start the search'),('en','infolog','comment','Comment'),('en','infolog','confirm','Confirm'),('en','infolog','create new links','Create new links'),('en','infolog','creates a new field','creates a new field'),('en','infolog','creates a new status with the given values','creates a new status with the given values'),('en','infolog','creates a new typ with the given name','creates a new type with the given name'),('en','infolog','csv-fieldname','CSV-Fieldname'),('en','infolog','csv-filename','CSV-Filename'),('en','infolog','custom','Custom'),('en','infolog','custom contact-address, leave empty to use information from most recent link','Custom contact-address, leave empty to use information from most recent link'),('en','infolog','custom contact-information, leave emtpy to use information from most recent link','Custom contact-information, leave emtpy to use information from most recent link'),('en','infolog','custom fields','Custom Fields'),('en','infolog','custom regarding','Custom regarding'),('en','infolog','custom status for typ','Custom status for type'),('en','infolog','customfields','Customfields'),('en','infolog','datecreated','date created'),('en','infolog','dates, status, access','Dates, Status, Access'),('en','infolog','days','days'),('en','infolog','default filter for infolog','Default Filter for InfoLog'),('en','infolog','default status for a new log entry','default status for a new log entry'),('en','infolog','delegation','Delegation'),('en','infolog','delete all subs (if not subs will be subs of this enties parent or have no parent)','Delete all subs (if not subs will be subs of this enties parent or have no parent)'),('en','infolog','delete one record by passing its id.','Delete one record by passing its id.'),('en','infolog','delete the entry','Delete the entry'),('en','infolog','delete this entry','delete this entry'),('en','infolog','deletes the selected typ','deletes the selected type'),('en','infolog','deletes this field','deletes this field'),('en','infolog','deletes this status','deletes this status'),('en','infolog','description can not exceed 8000 characters in length','Description can not exceed 8000 characters in length'),('en','infolog','determines the order the fields are displayed','determines the order the fields are displayed'),('en','infolog','disables a status without deleting it','disables a status without deleting it'),('en','infolog','do you want a confirmation of the responsible on: accepting, finishing the task or both','do you want a confirmation of the responsible on: accepting, finishing the task or both'),('en','infolog','done','done'),('en','infolog','download','Download'),('en','infolog','duration','Duration'),('en','infolog','each value is a line like <id>[=<label>]','each value is a line like <id>[=<label>]'),('en','infolog','edit or create categories for ingolog','Edit or create categories for IngoLog'),('en','infolog','edit status','Edit Status'),('en','infolog','edit the entry','Edit the entry'),('en','infolog','edit this entry','Edit this entry'),('en','infolog','empty for all','empty for all'),('en','infolog','enddate','End Date'),('en','infolog','enddate can not be before startdate','End date can not be before start date'),('en','infolog','enter a custom contact, leave empty if linked entry should be used','enter a custom contact, leave empty if linked entry should be used'),('en','infolog','enter a custom phone/email, leave empty if linked entry should be used','enter a custom phone/email, leave empty if linked entry should be used'),('en','infolog','enter a textual description of the log-entry','enter a textual description of the log-entry'),('en','infolog','enter the query pattern','Enter the query pattern'),('en','infolog','entry and all files','Entry and all files'),('en','infolog','existing links','Existing links'),('en','infolog','fax','Fax'),('en','infolog','fieldseparator','Fieldseparator'),('en','infolog','finish','finish'),('en','infolog','for which types should this field be used','for which types should this field be used'),('en','infolog','from','From'),('en','infolog','high','high'),('en','infolog','id','Id'),('en','infolog','import','Import'),('en','infolog','import next set','import next set'),('en','infolog','infolog - delete','Info Log - Delete'),('en','infolog','infolog - edit','InfoLog - Edit'),('en','infolog','infolog - import csv-file','InfoLog - Import CSV-File'),('en','infolog','infolog - new','InfoLog - New'),('en','infolog','infolog - new subproject','InfoLog - New Subproject'),('en','infolog','infolog - subprojects from','InfoLog - Subprojects from'),('en','infolog','infolog list','InfoLog list'),('en','infolog','infolog-fieldname','Info Log-Fieldname'),('en','infolog','invalid filename','Invalid filename'),('en','infolog','label<br>helptext','Label<br>Helptext'),('en','infolog','last changed','Last changed'),('en','infolog','last modified','Last modified'),('en','infolog','leave without saveing the entry','leave without saveing the entry'),('en','infolog','leaves without saveing','leaves without saveing'),('en','infolog','length<br>rows','Length<br>Rows'),('en','infolog','link','Link'),('en','infolog','links','Links'),('en','infolog','links of this entry','Links of this entry'),('en','infolog','list all categories','List all categories'),('en','infolog','list no subs/childs','List no Subs/Childs'),('en','infolog','longer textual description','longer textual description'),('en','infolog','low','low'),('en','infolog','max length of the input [, length of the inputfield (optional)]','max length of the input [, length of the inputfield (optional)]'),('en','infolog','max number of entries to display on the main screen','Max number of entries to display on the main screen'),('en','infolog','name must not be empty !!!','Name must not be empty !!!'),('en','infolog','name of new type to create','name of new type to create'),('en','infolog','new name','new name'),('en','infolog','new search','New search'),('en','infolog','no - cancel','No - Cancel'),('en','infolog','no filter','no Filter'),('en','infolog','no links or attachments','no links or attachments'),('en','infolog','normal','normal'),('en','infolog','not','not'),('en','infolog','number of records to read (%1)','Number of records to read (%1)'),('en','infolog','number of row for a multiline inputfield or line of a multi-select-box','number of row for a multiline inputfield or line of a multi-select-box'),('en','infolog','offer','offer'),('en','infolog','ongoing','ongoing'),('en','infolog','only the attachments','only the attachments'),('en','infolog','only the links','only the links'),('en','infolog','only up to this number of entries are displayed on the main screen.','Only up to this number of entries are displayed on the main screen.'),('en','infolog','open','open'),('en','infolog','optional note to the link','optional note to the Link'),('en','infolog','order','Order'),('en','infolog','overdue','overdue'),('en','infolog','own','own'),('en','infolog','own open','own open'),('en','infolog','own overdue','own overdue'),('en','infolog','own upcoming','own upcoming'),('en','infolog','path on (web-)serverside<br>eg. /var/samba/share','path on (web-)serverside<br>eg. /var/samba/Share'),('en','infolog','pattern for search in addressbook','pattern for search in Addressbook'),('en','infolog','pattern for search in projects','pattern for search in Projects'),('en','infolog','phone','Phone Call'),('en','infolog','phone/email','Phone/Email'),('en','infolog','phonecall','Phone Call'),('en','infolog','re:','Re:'),('en','infolog','read one record by passing its id.','Read one record by passing its id.'),('en','infolog','reg. expr. for local ip\'s<br>eg. ^192\\.168\\.1\\.','reg. expr. for local IP\'s<br>eg. ^192\\.168\\.1\\.'),('en','infolog','remark','Remark'),('en','infolog','remove this link (not the entry itself)','Remove this link (not the entry itself)'),('en','infolog','responsible','Responsible'),('en','infolog','responsible user, priority, ...','responsible user, priority, ...'),('en','infolog','returns a list / search for records.','Returns a list / search for records.'),('en','infolog','saves the changes made and leaves','saves the changes made and leaves'),('en','infolog','saves this entry','Saves this entry'),('en','infolog','search for:','Search for:'),('en','infolog','select a category for this entry','select a category for this entry'),('en','infolog','select a priority for this task','select a priority for this task'),('en','infolog','select a responsible user: a person you want to delegate this task','select a responsible user: a person you want to delegate this task'),('en','infolog','select a typ to edit it\'s status-values or delete it','select a type to edit it\'s status-values or delete it'),('en','infolog','select an app to search in','Select an App to search in'),('en','infolog','select an entry to link with','Select an entry to link with'),('en','infolog','should infolog display your open entries - not finised tasks, phonecalls or notes - on the main screen. works only if you dont selected an application for the main screen (in your preferences).','Should InfoLog display your open entries - not finised tasks, phone calls or notes - on the main screen. Works only if you dont selected an application for the main screen (in your preferences).'),('en','infolog','should infolog show subtasks, -calls or -notes in the normal view or not. you can always view the subs via there parent.','Should InfoLog show Subtasks, -calls or -notes in the normal view or not. You can always view the subs via their parent.'),('en','infolog','should infolog show the links to other applications and/or the file-attachments in the infolog list (normal view when u enter infolog).','Should InfoLog show the links to other applications and/or the file-attachments in the InfoLog list (normal view when u enter InfoLog).'),('en','infolog','should infolog use full names (surname and familyname) or just the loginnames.','Should InfoLog use full names (surname and familyname) or just the loginnames.'),('en','infolog','should this entry only be visible to you and people you grant privat access via the acl','should this entry only be visible to you and people you grant privat access via the ACL'),('en','infolog','show full usernames','Show full usernames'),('en','infolog','show in the infolog list','Show in the InfoLog list'),('en','infolog','show list of upcoming entries','show list of upcoming entries'),('en','infolog','show open entries: tasks/calls/notes on main screen','Show open entries: Tasks/Calls/Notes on main screen'),('en','infolog','small view','small view'),('en','infolog','start a new search, cancel this link','start a new search, cancel this link'),('en','infolog','startdate','Start Date'),('en','infolog','startdate enddate','Start Date End Date'),('en','infolog','startrecord','Startrecord'),('en','infolog','status ...','Status ...'),('en','infolog','sub','Sub'),('en','infolog','task','ToDo'),('en','infolog','test import (show importable records <u>only</u> in browser)','Test Import (show importable records <u>only</u> in browser)'),('en','infolog','the name used internaly (<= 10 chars), changeing it makes existing data unavailible','the name used internaly (<= 10 chars), changeing it makes existing data unavailible'),('en','infolog','the name used internaly (<= 20 chars), changeing it makes existing data unavailible','the name used internaly (<= 20 chars), changeing it makes existing data unavailible'),('en','infolog','the text displayed to the user','the text displayed to the user'),('en','infolog','this is the filter infolog uses when you enter the application. filters limit the entries to show in the actual view. there are filters to show only finished, still open or futures entries of yourself or all users.','This is the filter InfoLog uses when you enter the application. Filters limit the entries to show in the actual view. There are filters to show only finished, still open or futures entries of yourself or all users.'),('en','infolog','til when should the todo or phonecall be finished','til when should the ToDo or Phone call be finished'),('en','infolog','to many might exceed your execution-time-limit','to many might exceed your execution-time-limit'),('en','infolog','todo','ToDo'),('en','infolog','translation','Translation'),('en','infolog','typ','Type'),('en','infolog','typ \'%1\' already exists !!!','Type \'%1\' already exists !!!'),('en','infolog','type','Type'),('en','infolog','type ...','Type ...'),('en','infolog','type of the log-entry: note, phonecall or todo','Type of the log-entry: Note, Phone call or ToDo'),('en','infolog','unlink','Unlink'),('en','infolog','upcoming','upcoming'),('en','infolog','urgency','urgency'),('en','infolog','urgent','urgent'),('en','infolog','valid path on clientside<br>eg. \\\\server\\share or e:\\','valid path on clientside<br>eg. \\\\Server\\Share or e:\\'),('en','infolog','values for selectbox','Values for selectbox'),('en','infolog','view all subs of this entry','View all subs of this entry'),('en','infolog','view other subs','view other Subs'),('en','infolog','view parent','View parent'),('en','infolog','view subs','view Subs'),('en','infolog','view the parent of this entry and all his subs','View the parent of this entry and all his subs'),('en','infolog','view this linked entry in its application','view this linked entry in its application'),('en','infolog','when should the todo or phonecall be started, it shows up from that date in the filter open or own open (startpage)','when should the ToDo or Phone call be started, it shows up from that date in the filter open or own open (startpage)'),('en','infolog','will-call','will call'),('en','infolog','write (add or update) a record by passing its fields.','Write (add or update) a record by passing its fields.'),('en','infolog','yes - delete','Yes - Delete'),('en','infolog','you can\'t delete one of the stock types !!!','You can\'t delete one of the stock types !!!'),('en','infolog','you have entered an invalid ending date','You have entered an invalid ending date'),('en','infolog','you have entered an invalid starting date','You have entered an invalid starting date'),('en','infolog','you have to enter a name, to create a new typ!!!','You have to enter a name, to create a new type!!!'),('en','infolog','you must enter a subject or a description','You must enter a subject or a description'),('en','common','csv-import','CSV-Import'),('en','common','custom fields, typ and status','Custom fields, type and status'),('en','common','info log','InfoLog'),('en','common','infolog','InfoLog'),('en','common','infolog preferences','InfoLog preferences'),('en','common','skeleton','Skeleton'),('en','admin','(don\'t offer the possibility)','(don\'t offer the possibility)'),('en','admin','allow anonymous access','allow anonymous access'),('en','admin','anonymous session type','Anonymous Session Type'),('en','admin','anonymous username','anonymous username'),('en','admin','automatically convert pages with wiki-syntax to richtext (if edited)?','Automatically convert pages with wiki-syntax to richtext (if edited)?'),('en','admin','edit with preview','Edit With Preview'),('en','admin','editable','editable'),('en','admin','emailaddress administrator','Emailaddress Administrator'),('en','admin','enable free links','Enable Free Links'),('en','admin','enable wiki links','Enable Wiki Links'),('en','admin','interwikiprefix','InterWikiPrefix'),('en','admin','name wiki home link','name wiki home link'),('en','admin','no never','No never'),('en','admin','no only on request','No only on request'),('en','admin','only if browser supports a richtext-editor','Only if browser supports a richtext-editor'),('en','admin','readonly','readonly'),('en','admin','yes always','Yes always'),('en','wiki','<em>but</em> display at least this many entries in recentchanges and other subscription lists:','<em>But</em> display at least this many entries in RecentChanges and other subscription lists:'),('en','wiki','add document to category','Add document to category'),('en','wiki','added','Added'),('en','wiki','administration features are disabled for this wiki.','Administration features are disabled for this wiki.'),('en','wiki','admins','admins'),('en','wiki','block','Block'),('en','wiki','blocked ip address ranges','Blocked IP address ranges'),('en','wiki','cancel without saving','Cancel without saving'),('en','wiki','changed','Changed'),('en','wiki','changes by last author','Changes by last author'),('en','wiki','choose your current time here, so the server may figure out what time zone you are in.','Choose your current time here, so the server may figure out what time zone you are in.'),('en','wiki','columns','Columns'),('en','wiki','compute difference','Compute Difference'),('en','wiki','converts the page to richtext','Converts the page to richtext'),('en','wiki','current version','Current Version'),('en','wiki','deleted','Deleted'),('en','wiki','deletes this page','Deletes this page'),('en','wiki','difference between versions','Difference between versions'),('en','wiki','differences in','Differences in'),('en','wiki','different languages can have different titles','different languages can have different titles'),('en','wiki','document last modified','Document last modified'),('en','wiki','edit box','Edit box'),('en','wiki','edit this <em>archive version</em> of this document','Edit this <em>ARCHIVE VERSION</em> of this document'),('en','wiki','edit this document','Edit this document'),('en','wiki','editing','Editing'),('en','wiki','enter here the maximum number of entries to display in a document\'s history list.','Enter here the maximum number of entries to display in a document\'s history list.'),('en','wiki','enter here the number of days of edits to display on recentchanges or any other subscription list. set this to zero if you wish to see all pages in recentchanges, regardless of how recently they were edited.','Enter here the number of days of edits to display on RecentChanges or any other subscription list. Set this to zero if you wish to see all pages in RecentChanges, regardless of how recently they were edited.'),('en','wiki','enter ip address range in form <tt>12.*</tt>, <tt>34.56.*</tt>, or <tt>78.90.123.*</tt>','Enter IP address range in form <tt>12.*</tt>, <tt>34.56.*</tt>, or <tt>78.90.123.*</tt>'),('en','wiki','error creating temporary file.','Error creating temporary file.'),('en','wiki','error writing to temporary file.','Error writing to temporary file.'),('en','wiki','everyone','everyone'),('en','wiki','find','Find'),('en','wiki','history','history'),('en','wiki','history display should show <em>all</em> changes made by the latest author. otherwise, show only the last change made.','History display should show <em>all</em> changes made by the latest author. Otherwise, show only the last change made.'),('en','wiki','history lists','History lists'),('en','wiki','history of','History of'),('en','wiki','invalid page name.','Invalid page name.'),('en','wiki','load','Load'),('en','wiki','loads the named page in the given language, all change so far get lost !!!','Loads the named page in the given language, all change so far get lost !!!'),('en','wiki','locked','Locked'),('en','wiki','newer','Newer'),('en','wiki','not set','not set'),('en','wiki','older','Older'),('en','wiki','please contact the %1administrator%2 for assistance.','Please contact the %1Administrator%2 for assistance.'),('en','wiki','preview','Preview'),('en','wiki','preview of current version','Preview of Current Version'),('en','wiki','rate control / ip blocking disabled','Rate control / IP blocking disabled'),('en','wiki','readable by','Readable by'),('en','wiki','recent changes','Recent Changes'),('en','wiki','renames page to the given name and language','Renames page to the given name and language'),('en','wiki','richtext','Richtext'),('en','wiki','rows','Rows'),('en','wiki','save the changes and exit','Save the changes and exit'),('en','wiki','saves and continues editing','Saves and continues editing'),('en','wiki','see complete list (%1 entries)','See complete list (%1 entries)'),('en','wiki','site configuration','Site Configuration'),('en','wiki','summary','Summary'),('en','wiki','summary of change','Summary of change'),('en','wiki','this page can not be edited.','This page can not be edited.'),('en','wiki','twin pages','Twin pages'),('en','wiki','unblock','Unblock'),('en','wiki','updates the preview','Updates the preview'),('en','wiki','view document history','View document history'),('en','wiki','visit %1 to set your user name','Visit %1 to set your user name'),('en','wiki','warning: since you started editing, this document has been changed by someone else. please merge your edits into the current version of this document.','Warning: since you started editing, this document has been changed by someone else. Please merge your edits into the current version of this document.'),('en','wiki','who should be able to edit this page','who should be able to edit this page'),('en','wiki','who should be able to read this page','who should be able to read this page'),('en','wiki','wiki administration','Wiki Administration'),('en','wiki','wiki menu','Wiki Menu'),('en','wiki','writable by','Writable by'),('en','wiki','you have been denied access to this site.','You have been denied access to this site.'),('en','wiki','you have entered an invalid user name.','You have entered an invalid user name.'),('en','wiki','you have exeeded the number of pages you are allowed to visit in a given period of time. please return later.','You have exeeded the number of pages you are allowed to visit in a given period of time. Please return later.'),('en','wiki','your changes','Your changes'),('en','wiki','your user name is \"%1\".','Your user name is \"%1\".'),('en','common','block / unblock hosts','Block / Unblock hosts'),('en','common','lock / unlock pages','Lock / Unlock Pages'),('en','common','wiki','Wiki'),('en','manual','%1 manual page(s) added or updated','%1 manual page(s) added or updated'),('en','manual','download','download'),('en','manual','page(s) %1 not found !!!','Page(s) %1 not found !!!'),('en','manual','starting import from %1, this might take several minutes (specialy if you start it the first time) ...','Starting import from %1, this might take several minutes (specialy if you start it the first time) ...'),('en','admin','install or update the manual-pages','install or update the manual-pages'),('en','common','manual','Manual / Help'),('en','projects','% to','% to'),('en','projects','+ jobs','+ Jobs'),('en','projects','account','Account'),('en','projects','accounting factor','Accounting factor'),('en','projects','accounting factor for project','Accounting factor for project'),('en','projects','accounting system','Accounting system'),('en','projects','activities','Activities'),('en','projects','activity %1 has been added','Activity %1 has been added.'),('en','projects','activity %1 has been updated','Activity %1 has been updated.'),('en','projects','activity id','Activity ID'),('en','projects','add activity','Add activity'),('en','projects','add file','Add file'),('en','projects','add job','Add job'),('en','projects','add milestone','Add milestone'),('en','projects','add project','Add project'),('en','projects','add role','Add role'),('en','projects','add work hours','Add work hours'),('en','projects','address book','Address book'),('en','projects','administrator','Administrator'),('en','projects','administrator list','Administrator list'),('en','projects','alarm','alarm'),('en','projects','all delivery notes','All delivery notes'),('en','projects','amount','Amount'),('en','projects','anonymous public','Anonymous public'),('en','projects','are you sure you want to delete this activity','Are you sure you want to delete this activity ?'),('en','projects','are you sure you want to delete this job','are you sure you want to delete this job'),('en','projects','are you sure you want to delete this project','Are you sure you want to delete this project ?'),('en','projects','assign','Assign'),('en','projects','assign roles and events','Assign roles and events'),('en','projects','assignment has been deleted','assignment has been deleted'),('en','projects','assignment has been saved','assignment has been saved'),('en','projects','assignment to project','Assignment to project'),('en','projects','assignment to project %1','assignment to project %1'),('en','projects','assignment to role','Assignment to role'),('en','projects','available','Available'),('en','projects','before','before'),('en','projects','bill per hour','Bill per hour'),('en','projects','bill per hour/workunit','Bill per hour/workunit'),('en','projects','bill per workunit','Bill per workunit'),('en','projects','billable','Billable'),('en','projects','billable activities','Billable activities'),('en','projects','billed','Billed'),('en','projects','billed only','Billed only'),('en','projects','billing','Billing'),('en','projects','bookable activities','Bookable activities'),('en','projects','bookkeeper','Bookkeeper'),('en','projects','browse','browse'),('en','projects','budget','Budget'),('en','projects','budget available','budget available'),('en','projects','budget limit','Budget limit'),('en','projects','budget main project','budget main project'),('en','projects','budget planned','Budget planned'),('en','projects','budget sum of all sub projects is bigger than the budget of the main project','Budget sum of all sub projects is bigger than the budget of the main project.'),('en','projects','budget used','budget used'),('en','projects','budget used total','budget used total'),('en','projects','calculate','Calculate'),('en','projects','changed start date and end date','Changed start date and end date.'),('en','projects','changed start date and end date of projects bellow','Changed start date and end date of projects bellow.'),('en','projects','changes of project data','Changes of project data'),('en','projects','click %1here%2 to return to projects.','Click %1here%2 to return to projects.'),('en','projects','closed','Closed'),('en','projects','color legend','Color legend'),('en','projects','columns to show in the projects list','Columns to show in the projects list'),('en','projects','comment','comment'),('en','projects','continue','Continue'),('en','projects','costs','Costs'),('en','projects','costs list','Costs list'),('en','projects','costtype','Cost Type'),('en','projects','create delivery','Create delivery'),('en','projects','creator','Creator'),('en','projects','customer nr','Customer Nr.'),('en','projects','date created','Date created'),('en','projects','date due of milestone %1 of project %2 has been updated','Date due of milestone %1 of project %2 has been updated.'),('en','projects','date due planned','Date due planned'),('en','projects','days','days'),('en','projects','days before','days before'),('en','projects','delete activity','delete activity'),('en','projects','delete factor','delete factor'),('en','projects','delete hours','Delete hours'),('en','projects','delete job','delete job'),('en','projects','delete project','delete project'),('en','projects','delete selected files','delete selected files'),('en','projects','delete work hours','delete work hours'),('en','projects','deliveries','Deliveries'),('en','projects','delivery','Delivery'),('en','projects','delivery date','Delivery date'),('en','projects','delivery id','Delivery ID'),('en','projects','delivery list','Delivery list'),('en','projects','delivery note','Delivery note'),('en','projects','delivery note for project','Delivery note for project'),('en','projects','description can not exceed 250 characters in length','Description can not exceed 250 characters in length'),('en','projects','description can not exceed 8000 characters in length','Description can not exceed 8000 characters in length.'),('en','projects','discount','Discount'),('en','projects','distance','Distance'),('en','projects','do you also want to delete all sub projects','Do you also want to delete all sub projects?'),('en','projects','do you also want to delete all sub projects ?','Do you also want to delete all sub projects ?'),('en','projects','edit activity','Edit activity'),('en','projects','edit administrator list','Edit administrator list'),('en','projects','edit events','edit events'),('en','projects','edit job','Edit job'),('en','projects','edit manager list','Edit manager list'),('en','projects','edit milestone','edit milestone'),('en','projects','edit milestones','Edit milestones'),('en','projects','edit project','Edit project'),('en','projects','edit roles','edit roles'),('en','projects','edit roles and events','Edit roles and events'),('en','projects','edit seller list','Edit seller list'),('en','projects','edit time tracker entry','edit time tracker entry'),('en','projects','edit work hours','Edit work hours'),('en','projects','employee','Employee'),('en','projects','employees','Employees'),('en','projects','end date has changed','End date has changed'),('en','projects','ending date can not be after parent projects date due','Ending date can not be after parent projects date due.'),('en','projects','ending date can not be after projects date due','Ending date can not be after projects date due.'),('en','projects','ending date can not be before start date','Ending date can not be before start date.'),('en','projects','entry','entry'),('en','projects','event','Event'),('en','projects','event %1 has been saved','event %1 has been saved'),('en','projects','event %1 has been updated','event %1 has been updated'),('en','projects','events','Events'),('en','projects','export as','export as'),('en','projects','external reference','External reference'),('en','projects','extra budget','Extra budget'),('en','projects','extra budget sum of all sub projects is bigger than the extra budget of the main project','Extra budget sum of all sub projects is bigger than the extra budget of the main project.'),('en','projects','factor employee','Factor employee'),('en','projects','factor has been deleted','factor has been deleted'),('en','projects','factor has been saved','factor has been saved'),('en','projects','factor has been updated','factor has been updated'),('en','projects','factor project','Factor project'),('en','projects','failed sending message to \'%1\' #%2 subject=\'%3\', sender=\'%4\' !!!','Failed sending message to \'%1\' #%2 subject=\'%3\', sender=\'%4\' !!!'),('en','projects','from','From'),('en','projects','from %1 to %2','from %1 to %2'),('en','projects','gantt chart','Gantt chart'),('en','projects','gantt chart from %1 to %2','Gantt chart from %1 to %2'),('en','projects','generate activity id','Generate Activity ID ?'),('en','projects','generate activity id ?','Generate Activity ID ?'),('en','projects','generate delivery id ?','Generate Delivery ID ?'),('en','projects','generate job id','Generate Job ID ?'),('en','projects','generate project id','Generate Project ID ?'),('en','projects','has reached','has reached'),('en','projects','hours','Hours'),('en','projects','hours limit','Hours limit'),('en','projects','hours used total','hours used total'),('en','projects','id can not exceed 20 characters in length','id can not exceed 20 characters in length'),('en','projects','id can not exceed 250 characters in length','ID can not exceed 250 characters in length.'),('en','projects','investment nr','Investment Nr.'),('en','projects','invoicing method','Invoicing method'),('en','projects','job','Job'),('en','projects','job has been added','Job has been added.'),('en','projects','job has been updated','Job has been updated.'),('en','projects','job id','Job ID'),('en','projects','job list','Job list'),('en','projects','job manager','Job manager'),('en','projects','last update','Last update'),('en','projects','list activities','List activities'),('en','projects','list budget','List budget'),('en','projects','list deliveries','list deliveries'),('en','projects','list work hours','List work hours'),('en','projects','main project','Main project'),('en','projects','main project:','Main project:'),('en','projects','manager','Manager'),('en','projects','manager list','Manager list'),('en','projects','managing committee','Managing Committee'),('en','projects','manuell entries','Manual entries'),('en','projects','milestone','Milestone'),('en','projects','milestone date due','Milestone date due'),('en','projects','milestone has been deleted','milestone has been deleted'),('en','projects','milestone has been saved','milestone has been saved'),('en','projects','minutes per workunit','Minutes per workunit'),('en','projects','month','Month'),('en','projects','name not exceed 250 characters in length','name not exceed 250 characters in length'),('en','projects','new date due of milestone %1: %2','New date due of milestone %1: %2.'),('en','projects','new end date','New end date'),('en','projects','new milestone','New milestone'),('en','projects','new project','New project'),('en','projects','new start date','New start date'),('en','projects','not billable','not billable'),('en','projects','old end date','Old end date'),('en','projects','old start date','Old start date'),('en','projects','open','Open'),('en','projects','open popup','open popup'),('en','projects','open popup window','open popup window'),('en','projects','overall','Overall'),('en','projects','parent project','Parent project'),('en','projects','pause','Pause'),('en','projects','per','per'),('en','projects','per day','per day'),('en','projects','per hour','per hour'),('en','projects','per hour/workunit','per hour/workunit'),('en','projects','percent','Percent'),('en','projects','planned','Planned'),('en','projects','planned time sum of all sub projects is bigger than the planned time of the main project','Planned time sum of all sub projects is bigger than the planned time of the main project.'),('en','projects','please choose a project coordinator','Please choose a project coordinator.'),('en','projects','please choose activities for the project','Please choose activities for the project.'),('en','projects','please choose the accounting system for the project','Please choose the accounting system for the project.'),('en','projects','please choose the discount type','Please choose the discount type.'),('en','projects','please enable html view of emails.','Please enable HTML view of E-Mails.'),('en','projects','please enter a remark','Please enter a remark.'),('en','projects','please enter an id','Please enter an ID.'),('en','projects','please enter an id !','Please enter an ID !'),('en','projects','please enter the bill','Please enter the bill.'),('en','projects','please enter the minutes per workunit','Please enter the minutes per workunit.'),('en','projects','please select a project for time tracking','please select a project for time tracking'),('en','projects','please set the accounting factor for the project','Please set the accounting factor for the project.'),('en','projects','please set your preferences for this application !','Please set your preferences for this application !'),('en','projects','please specify the budget','Please specify the budget.'),('en','projects','position','Position'),('en','projects','previous','Previous project'),('en','projects','previous project','Previous project'),('en','projects','previous projects end date has changed','Previous projects end date has changed'),('en','projects','print delivery','Print delivery'),('en','projects','processor','Processor'),('en','projects','project %1 has been saved','Project %1 has been saved.'),('en','projects','project %1 has been updated','Project %1 has been updated.'),('en','projects','project data due','Project date due'),('en','projects','project date due','Project date due'),('en','projects','project list','Project list'),('en','projects','project overview','project overview'),('en','projects','project statistic','project statistic'),('en','projects','project url','Project URL'),('en','projects','projects, which are assigned as sequencing','Projects, which are assigned as sequencing'),('en','projects','quality check','Quality check'),('en','projects','reference','Reference'),('en','projects','remark','Remark'),('en','projects','remark can not exceed 8000 characters in length','Remark can not exceed 8000 characters in length.'),('en','projects','remark can not exceed 8000 characters in length !','Remark can not exceed 8000 characters in length !'),('en','projects','remark required','Remark required'),('en','projects','result','Result'),('en','projects','role','Role'),('en','projects','role %1 has been saved','Role %1 has been saved'),('en','projects','role %1 has been updated','Role %1 has been updated'),('en','projects','role has been deleted','Role has been deleted'),('en','projects','roles','Roles'),('en','projects','roles list','Roles list'),('en','projects','sales department','Sales Department'),('en','projects','save factor','Save factor'),('en','projects','save milestone','save milestone'),('en','projects','select factor','Select factor'),('en','projects','select groups','Select groups'),('en','projects','select project','select project'),('en','projects','select role','Select role'),('en','projects','select users','Select users'),('en','projects','seller','Seller'),('en','projects','seller list','Seller list'),('en','projects','sequencing project','Sequencing project'),('en','projects','short description','Short description'),('en','projects','show gantt chart','Show gantt chart'),('en','projects','show milestones','show milestones'),('en','projects','show planned resources','show planned resources'),('en','projects','site configuration','Site Configuration'),('en','projects','size','size'),('en','projects','start','Start'),('en','projects','start date can not be before parent projects start date','Start date can not be before parent projects start date.'),('en','projects','start date planned','Start date planned'),('en','projects','statistic','Statistic'),('en','projects','statistics','Statistics'),('en','projects','stop','Stop'),('en','projects','sub project level %1','Sub project level %1'),('en','projects','subproject','subproject'),('en','projects','sum','sum'),('en','projects','sum budget','Sum budget'),('en','projects','sum hours','Sum hours'),('en','projects','sum jobs','sum jobs'),('en','projects','sum workunits','Sum workunits'),('en','projects','test','Test'),('en','projects','that id has been used already','That ID has been used already.'),('en','projects','that id has been used already !','That ID has been used already !'),('en','projects','the choosen previous project does not have an end date specified','The choosen previous project does not have an end date specified.'),('en','projects','the delivery note contains no items !','The delivery note contains no items !'),('en','projects','this is mostly caused by a not or wrongly configured smtp server. notify your administrator.','This is mostly caused by a not or wrongly configured SMTP server. Notify your administrator.'),('en','projects','till','Till'),('en','projects','time of journey','Time of journey'),('en','projects','time planned','Time planned'),('en','projects','time tracker','Time Tracker'),('en','projects','time tracking actions','time tracking actions'),('en','projects','time tracking for this project has been stopped already','time tracking for this project has been stopped already'),('en','projects','time tracking for this project is already active','time tracking for this project is already active'),('en','projects','time used','Time used'),('en','projects','time used billable','time used billable'),('en','projects','time used total','time used total'),('en','projects','title can not exceed 250 characters in length','Title can not exceed 250 characters in length.'),('en','projects','update delivery','Update delivery'),('en','projects','used','used'),('en','projects','used - jobs included','used - jobs included'),('en','projects','used billable','Used billable'),('en','projects','used not billable','Used not billable'),('en','projects','used total','Used total'),('en','projects','user statistic','User statistic'),('en','projects','user statistics','User statistics'),('en','projects','view employees','View employees'),('en','projects','view gantt chart','View gantt chart'),('en','projects','view hours','view hours'),('en','projects','view job','View job'),('en','projects','view project','View project'),('en','projects','view users','view users'),('en','projects','view work hours','View work hours'),('en','projects','work time','Work time'),('en','projects','workload warning for project','workload warning for project'),('en','projects','workunit','Workunit'),('en','projects','workunits','Workunits'),('en','projects','you have entered an invalid date !','You have entered an invalid date !'),('en','projects','you have entered an invalid date due','You have entered an invalid date due.'),('en','projects','you have entered an invalid end date','You have entered an invalid end date'),('en','projects','you have entered an invalid planned end date','You have entered an invalid planned end date.'),('en','projects','you have entered an invalid planned start date','You have entered an invalid planned start date.'),('en','projects','you have entered an invalid start date','You have entered an invalid start date.'),('en','projects','you have no customer selected !','You have no customer selected !'),('en','projects','you have no projects selected','you have no projects selected'),('en','projects','you have selected an invalid activity','You have selected an invalid activity.'),('en','projects','you have to create a delivery or invoice first !','You have to CREATE a delivery or invoice first !'),('en','common','accounting','Accounting'),('en','common','activity','Activity'),('en','common','archive','Archive'),('en','common','coordinator','Coordinator'),('en','common','customer','Customer'),('en','common','jobs','Jobs'),('en','common','list jobs','List jobs'),('en','common','list projects','List projects'),('en','common','milestones','Milestones'),('en','common','nonactive','Nonactive'),('en','common','per workunit','per workunit'),('en','common','project administrators','Project Administrators'),('en','common','project dependencies','Project dependencies'),('en','common','project id','Project ID'),('en','common','projects','Projects'),('en','common','select main project','Select main project'),('en','common','work date','Work date'),('en','common','work hours','Work hours'),('en','admin','definition per project','Definition per project'),('en','admin','exact accounting [hh.mm]','Exact accounting [hh.mm]'),('en','admin','hours of work day','Number of hours per work day'),('en','admin','if using activities','If using activities'),('en','admin','invoicing of work time','Invoicing of work time'),('en','admin','move start date if pervious projects end date changes','Move start date if previous projects end date changes'),('en','admin','project accounting','Project accounting'),('en','admin','use activities','Use activities'); /*!40000 ALTER TABLE `phpgw_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_languages` -- DROP TABLE IF EXISTS `phpgw_languages`; CREATE TABLE `phpgw_languages` ( `lang_id` varchar(5) NOT NULL default '', `lang_name` varchar(50) NOT NULL default '', PRIMARY KEY (`lang_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_languages` -- LOCK TABLES `phpgw_languages` WRITE; /*!40000 ALTER TABLE `phpgw_languages` DISABLE KEYS */; INSERT INTO `phpgw_languages` VALUES ('aa','Afar'),('ab','Abkhazian'),('af','Afrikaans'),('am','Amharic'),('ar','Arabic'),('as','Assamese'),('ay','Aymara'),('az','Azerbaijani'),('ba','Bashkir'),('be','Byelorussian'),('bg','Bulgarian'),('bh','Bihari'),('bi','Bislama'),('bn','Bengali / Bangla'),('bo','Tibetan'),('br','Breton'),('co','Corsican'),('cs','Czech'),('cy','Welsh'),('da','Danish'),('de','German'),('dz','Bhutani'),('el','Greek'),('en','English / US'),('eo','Esperanto'),('es-es','Spanish / Spain'),('es-ca','Catalan'),('et','Estonian'),('eu','Basque'),('fa','Persian'),('fi','Finnish'),('fj','Fiji'),('fo','Faeroese'),('fr','French'),('fy','Frisian'),('ga','Irish'),('gd','Gaelic / Scots Gaelic'),('gl','Galician'),('gn','Guarani'),('gu','Gujarati'),('ha','Hausa'),('hi','Hindi'),('hr','Croatian'),('hu','Hungarian'),('hy','Armenian'),('ia','Interlingua'),('ie','Interlingue'),('ik','Inupiak'),('in','Indonesian'),('is','Icelandic'),('it','Italian'),('iw','Hebrew'),('ja','Japanese'),('ji','Yiddish'),('jw','Javanese'),('ka','Georgian'),('kk','Kazakh'),('kl','Greenlandic'),('km','Cambodian'),('kn','Kannada'),('ko','Korean'),('ks','Kashmiri'),('ku','Kurdish'),('ky','Kirghiz'),('la','Latin'),('ln','Lingala'),('lo','Laothian'),('lt','Lithuanian'),('lv','Latvian / Lettish'),('mg','Malagasy'),('mi','Maori'),('mk','Macedonian'),('ml','Malayalam'),('mn','Mongolian'),('mo','Moldavian'),('mr','Marathi'),('ms','Malay'),('mt','Maltese'),('my','Burmese'),('na','Nauru'),('ne','Nepali'),('nl','Dutch'),('no','Norwegian'),('oc','Occitan'),('om','Oromo / Afan'),('or','Oriya'),('pa','Punjabi'),('pl','Polish'),('ps','Pashto / Pushto'),('pt','Portuguese'),('pt-br','Brazil'),('qu','Quechua'),('rm','Rhaeto-Romance'),('rn','Kirundi'),('ro','Romanian'),('ru','Russian'),('rw','Kinyarwanda'),('sa','Sanskrit'),('sd','Sindhi'),('sg','Sangro'),('sh','Serbo-Croatian'),('si','Singhalese'),('sk','Slovak'),('sl','Slovenian'),('sm','Samoan'),('sn','Shona'),('so','Somali'),('sq','Albanian'),('sr','Serbian'),('ss','Siswati'),('st','Sesotho'),('su','Sudanese'),('sv','Swedish'),('sw','Swahili'),('ta','Tamil'),('te','Tegulu'),('tg','Tajik'),('th','Thai'),('ti','Tigrinya'),('tk','Turkmen'),('tl','Tagalog'),('tn','Setswana'),('to','Tonga'),('tr','Turkish'),('ts','Tsonga'),('tt','Tatar'),('tw','Twi'),('uk','Ukrainian'),('ur','Urdu'),('uz','Uzbek'),('vi','Vietnamese'),('vo','Volapuk'),('wo','Wolof'),('xh','Xhosa'),('yo','Yoruba'),('zh','Chinese(simplified)'),('zt','Chinese(Taiwan)'),('zu','Zulu'); /*!40000 ALTER TABLE `phpgw_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_links` -- DROP TABLE IF EXISTS `phpgw_links`; CREATE TABLE `phpgw_links` ( `link_id` int(11) NOT NULL auto_increment, `link_app1` varchar(25) NOT NULL default '', `link_id1` varchar(50) NOT NULL default '', `link_app2` varchar(25) NOT NULL default '', `link_id2` varchar(50) NOT NULL default '', `link_remark` varchar(50) default NULL, `link_lastmod` int(11) NOT NULL default '0', `link_owner` int(11) NOT NULL default '0', PRIMARY KEY (`link_id`), KEY `link_app1` (`link_app1`,`link_id1`,`link_lastmod`), KEY `link_app2` (`link_app2`,`link_id2`,`link_lastmod`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_links` -- LOCK TABLES `phpgw_links` WRITE; /*!40000 ALTER TABLE `phpgw_links` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_log` -- DROP TABLE IF EXISTS `phpgw_log`; CREATE TABLE `phpgw_log` ( `log_id` int(11) NOT NULL auto_increment, `log_date` datetime NOT NULL default '0000-00-00 00:00:00', `log_user` int(11) NOT NULL default '0', `log_app` varchar(50) NOT NULL default '', `log_severity` char(1) NOT NULL default '', PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_log` -- LOCK TABLES `phpgw_log` WRITE; /*!40000 ALTER TABLE `phpgw_log` DISABLE KEYS */; INSERT INTO `phpgw_log` VALUES (1,'2005-03-28 12:46:25',5,'home','W'),(2,'2005-03-28 15:25:39',5,'home','W'); /*!40000 ALTER TABLE `phpgw_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_log_msg` -- DROP TABLE IF EXISTS `phpgw_log_msg`; CREATE TABLE `phpgw_log_msg` ( `log_msg_log_id` int(11) NOT NULL default '0', `log_msg_seq_no` int(11) NOT NULL default '0', `log_msg_date` datetime NOT NULL default '0000-00-00 00:00:00', `log_msg_tx_fid` varchar(4) default NULL, `log_msg_tx_id` varchar(4) default NULL, `log_msg_severity` char(1) NOT NULL default '', `log_msg_code` varchar(30) NOT NULL default '', `log_msg_msg` text NOT NULL, `log_msg_parms` text NOT NULL, `log_msg_file` varchar(255) NOT NULL default '', `log_msg_line` int(11) NOT NULL default '0', PRIMARY KEY (`log_msg_log_id`,`log_msg_seq_no`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_log_msg` -- LOCK TABLES `phpgw_log_msg` WRITE; /*!40000 ALTER TABLE `phpgw_log_msg` DISABLE KEYS */; INSERT INTO `phpgw_log_msg` VALUES (1,0,'2005-03-28 12:46:25',NULL,NULL,'W','BadmenuactionVariable','menuaction missing or corrupt: %1','','/data/1/0/1/76/1728/user/1762/htdocs/egroupware/index.php',92),(1,1,'2005-03-28 12:46:25',NULL,NULL,'W','BadmenuactionVariable','attempted to access private method: %1','','/data/1/0/1/76/1728/user/1762/htdocs/egroupware/index.php',105),(2,0,'2005-03-28 15:25:39',NULL,NULL,'W','BadmenuactionVariable','menuaction missing or corrupt: %1','','/data/1/0/1/76/1728/user/1762/htdocs/egroupware/index.php',92),(2,1,'2005-03-28 15:25:39',NULL,NULL,'W','BadmenuactionVariable','attempted to access private method: %1','','/data/1/0/1/76/1728/user/1762/htdocs/egroupware/index.php',105); /*!40000 ALTER TABLE `phpgw_log_msg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_messenger_messages` -- DROP TABLE IF EXISTS `phpgw_messenger_messages`; CREATE TABLE `phpgw_messenger_messages` ( `message_id` int(11) NOT NULL auto_increment, `message_owner` int(11) NOT NULL default '0', `message_from` int(11) NOT NULL default '0', `message_status` char(1) NOT NULL default '', `message_date` int(11) NOT NULL default '0', `message_subject` text NOT NULL, `message_content` text NOT NULL, PRIMARY KEY (`message_id`), UNIQUE KEY `message_id` (`message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_messenger_messages` -- LOCK TABLES `phpgw_messenger_messages` WRITE; /*!40000 ALTER TABLE `phpgw_messenger_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_messenger_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_news` -- DROP TABLE IF EXISTS `phpgw_news`; CREATE TABLE `phpgw_news` ( `news_id` int(11) NOT NULL auto_increment, `news_date` int(11) default NULL, `news_subject` varchar(255) default NULL, `news_submittedby` varchar(255) default NULL, `news_content` blob, `news_begin` int(11) default NULL, `news_end` int(11) default NULL, `news_cat` int(11) default NULL, `news_teaser` varchar(255) default NULL, `is_html` smallint(6) NOT NULL default '0', PRIMARY KEY (`news_id`), KEY `news_date` (`news_date`), KEY `news_subject` (`news_subject`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_news` -- LOCK TABLES `phpgw_news` WRITE; /*!40000 ALTER TABLE `phpgw_news` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_news_export` -- DROP TABLE IF EXISTS `phpgw_news_export`; CREATE TABLE `phpgw_news_export` ( `cat_id` int(11) NOT NULL default '0', `export_type` smallint(6) default NULL, `export_itemsyntax` smallint(6) default NULL, `export_title` varchar(255) default NULL, `export_link` varchar(255) default NULL, `export_description` text, `export_img_title` varchar(255) default NULL, `export_img_url` varchar(255) default NULL, `export_img_link` varchar(255) default NULL, PRIMARY KEY (`cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_news_export` -- LOCK TABLES `phpgw_news_export` WRITE; /*!40000 ALTER TABLE `phpgw_news_export` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_news_export` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_nextid` -- DROP TABLE IF EXISTS `phpgw_nextid`; CREATE TABLE `phpgw_nextid` ( `id` int(11) default NULL, `appname` varchar(25) NOT NULL default '', UNIQUE KEY `appname` (`appname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_nextid` -- LOCK TABLES `phpgw_nextid` WRITE; /*!40000 ALTER TABLE `phpgw_nextid` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_nextid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_activities` -- DROP TABLE IF EXISTS `phpgw_p_activities`; CREATE TABLE `phpgw_p_activities` ( `id` int(11) NOT NULL auto_increment, `a_number` varchar(20) NOT NULL default '', `descr` varchar(255) NOT NULL default '', `remarkreq` char(1) NOT NULL default 'N', `minperae` int(11) NOT NULL default '0', `billperae` decimal(20,2) NOT NULL default '0.00', `category` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `a_number` (`a_number`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_activities` -- LOCK TABLES `phpgw_p_activities` WRITE; /*!40000 ALTER TABLE `phpgw_p_activities` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_activities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_alarm` -- DROP TABLE IF EXISTS `phpgw_p_alarm`; CREATE TABLE `phpgw_p_alarm` ( `alarm_id` int(11) NOT NULL auto_increment, `alarm_type` varchar(20) NOT NULL default '', `project_id` int(11) default '0', `alarm_extra` int(11) default '0', `alarm_send` char(1) default '1', PRIMARY KEY (`alarm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_alarm` -- LOCK TABLES `phpgw_p_alarm` WRITE; /*!40000 ALTER TABLE `phpgw_p_alarm` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_alarm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_budget` -- DROP TABLE IF EXISTS `phpgw_p_budget`; CREATE TABLE `phpgw_p_budget` ( `budget_id` int(11) NOT NULL auto_increment, `project_id` int(11) NOT NULL default '0', `budget_amount` decimal(20,2) NOT NULL default '0.00', `budget_year` int(11) default '0', `budget_month` int(11) default '0', PRIMARY KEY (`budget_id`), KEY `project_id` (`project_id`), KEY `budget_year` (`budget_year`), KEY `budget_month` (`budget_month`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_budget` -- LOCK TABLES `phpgw_p_budget` WRITE; /*!40000 ALTER TABLE `phpgw_p_budget` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_costs` -- DROP TABLE IF EXISTS `phpgw_p_costs`; CREATE TABLE `phpgw_p_costs` ( `cost_id` int(11) NOT NULL auto_increment, `cost_name` varchar(255) NOT NULL default '', PRIMARY KEY (`cost_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_costs` -- LOCK TABLES `phpgw_p_costs` WRITE; /*!40000 ALTER TABLE `phpgw_p_costs` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_costs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_delivery` -- DROP TABLE IF EXISTS `phpgw_p_delivery`; CREATE TABLE `phpgw_p_delivery` ( `id` int(11) NOT NULL auto_increment, `d_number` varchar(20) NOT NULL default '', `d_date` int(11) NOT NULL default '0', `project_id` int(11) NOT NULL default '0', `customer` int(11) NOT NULL default '0', `owner` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `d_number` (`d_number`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_delivery` -- LOCK TABLES `phpgw_p_delivery` WRITE; /*!40000 ALTER TABLE `phpgw_p_delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_deliverypos` -- DROP TABLE IF EXISTS `phpgw_p_deliverypos`; CREATE TABLE `phpgw_p_deliverypos` ( `id` int(11) NOT NULL auto_increment, `delivery_id` int(11) NOT NULL default '0', `hours_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_deliverypos` -- LOCK TABLES `phpgw_p_deliverypos` WRITE; /*!40000 ALTER TABLE `phpgw_p_deliverypos` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_deliverypos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_events` -- DROP TABLE IF EXISTS `phpgw_p_events`; CREATE TABLE `phpgw_p_events` ( `event_id` int(11) NOT NULL auto_increment, `event_name` varchar(255) NOT NULL default '', `event_type` varchar(20) NOT NULL default '', `event_extra` smallint(6) default '0', PRIMARY KEY (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_events` -- LOCK TABLES `phpgw_p_events` WRITE; /*!40000 ALTER TABLE `phpgw_p_events` DISABLE KEYS */; INSERT INTO `phpgw_p_events` VALUES (1,'hours limit','percent',90),(2,'budget limit','percent',90),(3,'project date due','limits',7),(4,'milestone date due','limits',7),(5,'assignment to project','assignment',0),(6,'assignment to role','assignment',0),(7,'project dependencies','dependencies',0),(8,'changes of project data','dependencies',0); /*!40000 ALTER TABLE `phpgw_p_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_hours` -- DROP TABLE IF EXISTS `phpgw_p_hours`; CREATE TABLE `phpgw_p_hours` ( `id` int(11) NOT NULL auto_increment, `employee` int(11) NOT NULL default '0', `project_id` int(11) NOT NULL default '0', `activity_id` int(11) NOT NULL default '0', `entry_date` int(11) NOT NULL default '0', `start_date` int(11) NOT NULL default '0', `end_date` int(11) NOT NULL default '0', `remark` text, `minutes` int(11) NOT NULL default '0', `status` varchar(6) NOT NULL default 'done', `hours_descr` varchar(255) NOT NULL default '', `dstatus` char(1) default 'o', `pro_parent` int(11) NOT NULL default '0', `pro_main` int(11) NOT NULL default '0', `billable` char(1) NOT NULL default 'Y', `km_distance` decimal(20,2) default '0.00', `t_journey` decimal(20,2) default '0.00', `cost_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `project_id` (`project_id`), KEY `cost_id` (`cost_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_hours` -- LOCK TABLES `phpgw_p_hours` WRITE; /*!40000 ALTER TABLE `phpgw_p_hours` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_hours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_invoice` -- DROP TABLE IF EXISTS `phpgw_p_invoice`; CREATE TABLE `phpgw_p_invoice` ( `id` int(11) NOT NULL auto_increment, `i_number` varchar(20) NOT NULL default '', `i_date` int(11) NOT NULL default '0', `project_id` int(11) NOT NULL default '0', `customer` int(11) NOT NULL default '0', `i_sum` decimal(20,2) NOT NULL default '0.00', `owner` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `i_number` (`i_number`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_invoice` -- LOCK TABLES `phpgw_p_invoice` WRITE; /*!40000 ALTER TABLE `phpgw_p_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_invoicepos` -- DROP TABLE IF EXISTS `phpgw_p_invoicepos`; CREATE TABLE `phpgw_p_invoicepos` ( `id` int(11) NOT NULL auto_increment, `invoice_id` int(11) NOT NULL default '0', `hours_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_invoicepos` -- LOCK TABLES `phpgw_p_invoicepos` WRITE; /*!40000 ALTER TABLE `phpgw_p_invoicepos` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_invoicepos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_mstones` -- DROP TABLE IF EXISTS `phpgw_p_mstones`; CREATE TABLE `phpgw_p_mstones` ( `s_id` int(11) NOT NULL auto_increment, `project_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `description` varchar(255) default NULL, `edate` int(11) NOT NULL default '0', PRIMARY KEY (`s_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_mstones` -- LOCK TABLES `phpgw_p_mstones` WRITE; /*!40000 ALTER TABLE `phpgw_p_mstones` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_mstones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_projectactivities` -- DROP TABLE IF EXISTS `phpgw_p_projectactivities`; CREATE TABLE `phpgw_p_projectactivities` ( `id` int(11) NOT NULL auto_increment, `project_id` int(11) NOT NULL default '0', `activity_id` int(11) NOT NULL default '0', `billable` char(1) NOT NULL default 'N', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_projectactivities` -- LOCK TABLES `phpgw_p_projectactivities` WRITE; /*!40000 ALTER TABLE `phpgw_p_projectactivities` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_projectactivities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_projectmembers` -- DROP TABLE IF EXISTS `phpgw_p_projectmembers`; CREATE TABLE `phpgw_p_projectmembers` ( `id` int(11) NOT NULL auto_increment, `project_id` int(11) NOT NULL default '0', `account_id` int(11) NOT NULL default '0', `type` varchar(20) default NULL, `accounting` decimal(20,2) default '0.00', `role_id` int(11) default '0', `events` varchar(255) default NULL, `d_accounting` decimal(20,2) default '0.00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_projectmembers` -- LOCK TABLES `phpgw_p_projectmembers` WRITE; /*!40000 ALTER TABLE `phpgw_p_projectmembers` DISABLE KEYS */; INSERT INTO `phpgw_p_projectmembers` VALUES (1,0,1,'ag','0.00',0,NULL,'0.00'); /*!40000 ALTER TABLE `phpgw_p_projectmembers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_projects` -- DROP TABLE IF EXISTS `phpgw_p_projects`; CREATE TABLE `phpgw_p_projects` ( `project_id` int(11) NOT NULL auto_increment, `p_number` varchar(255) NOT NULL default '', `owner` int(11) NOT NULL default '0', `access` varchar(7) default NULL, `entry_date` int(11) NOT NULL default '0', `start_date` int(11) NOT NULL default '0', `end_date` int(11) NOT NULL default '0', `coordinator` int(11) NOT NULL default '0', `customer` int(11) NOT NULL default '0', `status` varchar(9) NOT NULL default 'active', `descr` text, `title` varchar(255) NOT NULL default '', `budget` decimal(20,2) NOT NULL default '0.00', `category` int(11) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `time_planned` int(11) NOT NULL default '0', `date_created` int(11) NOT NULL default '0', `processor` int(11) NOT NULL default '0', `investment_nr` varchar(50) default NULL, `main` int(11) NOT NULL default '0', `level` int(11) NOT NULL default '0', `previous` int(11) NOT NULL default '0', `customer_nr` varchar(50) default NULL, `reference` varchar(255) default NULL, `url` varchar(255) default NULL, `result` text, `test` text, `quality` text, `accounting` varchar(8) default NULL, `acc_factor` decimal(20,2) NOT NULL default '0.00', `billable` char(1) NOT NULL default 'N', `psdate` int(11) NOT NULL default '0', `pedate` int(11) NOT NULL default '0', `priority` smallint(6) default '0', `discount` decimal(20,2) default '0.00', `e_budget` decimal(20,2) default '0.00', `inv_method` text, `acc_factor_d` decimal(20,2) default '0.00', `discount_type` varchar(7) default NULL, PRIMARY KEY (`project_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_projects` -- LOCK TABLES `phpgw_p_projects` WRITE; /*!40000 ALTER TABLE `phpgw_p_projects` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_resources` -- DROP TABLE IF EXISTS `phpgw_p_resources`; CREATE TABLE `phpgw_p_resources` ( `employee` int(11) NOT NULL default '0', `project_id` int(11) NOT NULL default '0', `resource` varchar(255) NOT NULL default '', PRIMARY KEY (`project_id`), KEY `employee` (`employee`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_resources` -- LOCK TABLES `phpgw_p_resources` WRITE; /*!40000 ALTER TABLE `phpgw_p_resources` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_roles` -- DROP TABLE IF EXISTS `phpgw_p_roles`; CREATE TABLE `phpgw_p_roles` ( `role_id` int(11) NOT NULL auto_increment, `role_name` varchar(255) NOT NULL default '', PRIMARY KEY (`role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_roles` -- LOCK TABLES `phpgw_p_roles` WRITE; /*!40000 ALTER TABLE `phpgw_p_roles` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_p_ttracker` -- DROP TABLE IF EXISTS `phpgw_p_ttracker`; CREATE TABLE `phpgw_p_ttracker` ( `track_id` int(11) NOT NULL auto_increment, `employee` int(11) NOT NULL default '0', `project_id` int(11) NOT NULL default '0', `activity_id` int(11) NOT NULL default '0', `start_date` int(11) NOT NULL default '0', `end_date` int(11) NOT NULL default '0', `remark` text, `hours_descr` varchar(255) NOT NULL default '', `status` varchar(8) default NULL, `minutes` int(11) NOT NULL default '0', `km_distance` decimal(20,2) default '0.00', `t_journey` decimal(20,2) default '0.00', `stopped` char(1) default 'N', `cost_id` int(11) NOT NULL default '0', `billable` char(1) default 'Y', PRIMARY KEY (`track_id`), KEY `project_id` (`project_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_p_ttracker` -- LOCK TABLES `phpgw_p_ttracker` WRITE; /*!40000 ALTER TABLE `phpgw_p_ttracker` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_p_ttracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_polls_data` -- DROP TABLE IF EXISTS `phpgw_polls_data`; CREATE TABLE `phpgw_polls_data` ( `poll_id` int(11) NOT NULL default '0', `option_text` varchar(100) NOT NULL default '', `option_count` int(11) NOT NULL default '0', `vote_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_polls_data` -- LOCK TABLES `phpgw_polls_data` WRITE; /*!40000 ALTER TABLE `phpgw_polls_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_polls_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_polls_desc` -- DROP TABLE IF EXISTS `phpgw_polls_desc`; CREATE TABLE `phpgw_polls_desc` ( `poll_id` int(11) NOT NULL auto_increment, `poll_title` varchar(100) NOT NULL default '', `poll_timestamp` int(11) NOT NULL default '0', PRIMARY KEY (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_polls_desc` -- LOCK TABLES `phpgw_polls_desc` WRITE; /*!40000 ALTER TABLE `phpgw_polls_desc` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_polls_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_polls_settings` -- DROP TABLE IF EXISTS `phpgw_polls_settings`; CREATE TABLE `phpgw_polls_settings` ( `setting_name` varchar(255) default NULL, `setting_value` varchar(255) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_polls_settings` -- LOCK TABLES `phpgw_polls_settings` WRITE; /*!40000 ALTER TABLE `phpgw_polls_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_polls_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_polls_user` -- DROP TABLE IF EXISTS `phpgw_polls_user`; CREATE TABLE `phpgw_polls_user` ( `poll_id` int(11) NOT NULL default '0', `vote_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `vote_timestamp` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_polls_user` -- LOCK TABLES `phpgw_polls_user` WRITE; /*!40000 ALTER TABLE `phpgw_polls_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_polls_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_preferences` -- DROP TABLE IF EXISTS `phpgw_preferences`; CREATE TABLE `phpgw_preferences` ( `preference_owner` int(11) NOT NULL default '0', `preference_app` varchar(25) NOT NULL default '', `preference_value` text NOT NULL, PRIMARY KEY (`preference_owner`,`preference_app`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_preferences` -- LOCK TABLES `phpgw_preferences` WRITE; /*!40000 ALTER TABLE `phpgw_preferences` DISABLE KEYS */; INSERT INTO `phpgw_preferences` VALUES (-2,'filemanager','a:8:{s:4:\"name\";s:1:\"1\";s:4:\"size\";s:1:\"1\";s:7:\"created\";s:1:\"1\";s:5:\"owner\";s:1:\"1\";s:3:\"app\";s:1:\"1\";s:7:\"comment\";s:1:\"1\";s:7:\"version\";s:1:\"1\";s:17:\"show_upload_boxes\";s:1:\"5\";}'),(5,'portal_order','a:35:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:1:\"4\";i:3;s:2:\"11\";i:4;s:2:\"31\";i:5;s:1:\"8\";i:6;s:1:\"5\";i:7;s:2:\"32\";i:8;s:2:\"35\";i:9;s:2:\"14\";i:10;s:2:\"15\";i:11;s:2:\"17\";i:12;s:2:\"36\";i:13;s:2:\"30\";i:14;s:2:\"12\";i:15;s:2:\"29\";i:16;s:2:\"34\";i:17;s:1:\"7\";i:18;s:2:\"18\";i:19;s:2:\"27\";i:20;s:2:\"19\";i:21;s:2:\"21\";i:22;s:2:\"25\";i:23;s:2:\"28\";i:24;s:2:\"20\";i:25;s:2:\"16\";i:26;s:1:\"9\";i:27;s:2:\"22\";i:28;s:2:\"26\";i:29;s:1:\"6\";i:30;s:2:\"23\";i:31;s:2:\"13\";i:32;s:2:\"10\";i:33;s:2:\"33\";i:34;s:2:\"24\";}'),(-2,'common','a:12:{s:9:\"maxmatchs\";s:2:\"15\";s:12:\"template_set\";s:5:\"idots\";s:5:\"theme\";s:5:\"idots\";s:13:\"navbar_format\";s:5:\"icons\";s:9:\"tz_offset\";s:1:\"0\";s:10:\"dateformat\";s:5:\"Y/m/d\";s:10:\"timeformat\";s:2:\"24\";s:4:\"lang\";s:2:\"en\";s:11:\"default_app\";s:8:\"calendar\";s:8:\"currency\";s:1:\"$\";s:9:\"show_help\";s:1:\"1\";s:9:\"max_icons\";s:2:\"12\";}'),(-2,'calendar','a:5:{s:13:\"workdaystarts\";s:1:\"9\";s:11:\"workdayends\";s:2:\"17\";s:13:\"weekdaystarts\";s:6:\"Monday\";s:15:\"defaultcalendar\";s:3:\"day\";s:24:\"planner_start_with_group\";s:1:\"2\";}'),(5,'sitemgr','a:1:{s:11:\"currentsite\";s:1:\"1\";}'); /*!40000 ALTER TABLE `phpgw_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_reg_accounts` -- DROP TABLE IF EXISTS `phpgw_reg_accounts`; CREATE TABLE `phpgw_reg_accounts` ( `reg_id` varchar(32) NOT NULL default '', `reg_lid` varchar(255) NOT NULL default '', `reg_info` text NOT NULL, `reg_dla` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_reg_accounts` -- LOCK TABLES `phpgw_reg_accounts` WRITE; /*!40000 ALTER TABLE `phpgw_reg_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_reg_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_reg_fields` -- DROP TABLE IF EXISTS `phpgw_reg_fields`; CREATE TABLE `phpgw_reg_fields` ( `field_name` varchar(255) NOT NULL default '', `field_text` text NOT NULL, `field_type` varchar(255) NOT NULL default '', `field_values` text, `field_required` char(1) NOT NULL default '', `field_order` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_reg_fields` -- LOCK TABLES `phpgw_reg_fields` WRITE; /*!40000 ALTER TABLE `phpgw_reg_fields` DISABLE KEYS */; INSERT INTO `phpgw_reg_fields` VALUES ('bday','Birthday','birthday','','Y',1),('email','E-Mail','email','','Y',2),('n_given','First Name','first_name','','Y',3),('n_family','Last Name','last_name','','Y',4),('adr_one_street','Address','address','','Y',5),('adr_one_locality','City','city','','Y',6),('adr_one_region','State','state','','Y',7),('adr_one_postalcode','ZIP/Postal','zip','','Y',8),('adr_one_countryname','Country','country','','Y',9),('tel_work','Phone','phone','','N',10),('gender','Gender','gender','','N',11); /*!40000 ALTER TABLE `phpgw_reg_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sessions` -- DROP TABLE IF EXISTS `phpgw_sessions`; CREATE TABLE `phpgw_sessions` ( `session_id` varchar(128) NOT NULL default '', `session_lid` varchar(128) default NULL, `session_ip` varchar(32) default NULL, `session_logintime` int(11) default NULL, `session_dla` int(11) default NULL, `session_action` varchar(255) default NULL, `session_flags` char(2) default NULL, UNIQUE KEY `session_id` (`session_id`), KEY `session_flags` (`session_flags`,`session_dla`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sessions` -- LOCK TABLES `phpgw_sessions` WRITE; /*!40000 ALTER TABLE `phpgw_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_active_modules` -- DROP TABLE IF EXISTS `phpgw_sitemgr_active_modules`; CREATE TABLE `phpgw_sitemgr_active_modules` ( `area` varchar(50) NOT NULL default '', `cat_id` int(11) NOT NULL default '0', `module_id` int(11) NOT NULL default '0', PRIMARY KEY (`area`,`cat_id`,`module_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_active_modules` -- LOCK TABLES `phpgw_sitemgr_active_modules` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_active_modules` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_active_modules` VALUES ('footer',1,14),('header',1,14),('left',1,1),('left',1,2),('left',1,5),('left',1,6),('left',1,11),('left',1,14),('left',1,16),('left',1,17),('left',1,18),('left',1,22),('left',1,23),('left',1,25),('right',1,1),('right',1,2),('right',1,5),('right',1,6),('right',1,11),('right',1,14),('right',1,16),('right',1,17),('right',1,18),('right',1,22),('right',1,23),('right',1,25),('__PAGE__',1,7),('__PAGE__',1,14),('__PAGE__',1,15),('__PAGE__',1,21),('__PAGE__',1,22),('__PAGE__',1,23),('__PAGE__',1,24),('__PAGE__',1,27); /*!40000 ALTER TABLE `phpgw_sitemgr_active_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_blocks` -- DROP TABLE IF EXISTS `phpgw_sitemgr_blocks`; CREATE TABLE `phpgw_sitemgr_blocks` ( `block_id` int(11) NOT NULL auto_increment, `area` varchar(50) default NULL, `cat_id` int(11) default NULL, `page_id` int(11) default NULL, `module_id` int(11) NOT NULL default '0', `sort_order` int(11) default NULL, `viewable` int(11) default NULL, PRIMARY KEY (`block_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_blocks` -- LOCK TABLES `phpgw_sitemgr_blocks` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_blocks` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_blocks` VALUES (1,'left',1,0,16,0,0),(2,'left',1,0,23,1,0),(3,'right',1,0,6,2,0),(4,'right',1,0,1,3,2),(5,'right',1,0,17,4,0),(6,'right',1,0,5,5,1),(7,'right',1,0,18,7,3),(8,'right',1,0,2,8,0),(9,'header',1,0,14,9,0),(10,'footer',1,0,14,10,0),(11,'center',3,1,14,11,0); /*!40000 ALTER TABLE `phpgw_sitemgr_blocks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_blocks_lang` -- DROP TABLE IF EXISTS `phpgw_sitemgr_blocks_lang`; CREATE TABLE `phpgw_sitemgr_blocks_lang` ( `block_id` int(11) NOT NULL default '0', `lang` varchar(5) NOT NULL default '', `title` varchar(255) default NULL, PRIMARY KEY (`block_id`,`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_blocks_lang` -- LOCK TABLES `phpgw_sitemgr_blocks_lang` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_blocks_lang` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_blocks_lang` VALUES (1,'en','Root Site Index'),(2,'en','Choose template'),(3,'en','Current Section'),(4,'en','Administration'),(5,'en','Select language'),(6,'en','Calendar'),(7,'en','Login'),(8,'en',''),(9,'en','HTML Module'),(10,'en','HTML Module'),(11,'en','HTML Module'); /*!40000 ALTER TABLE `phpgw_sitemgr_blocks_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_categories_lang` -- DROP TABLE IF EXISTS `phpgw_sitemgr_categories_lang`; CREATE TABLE `phpgw_sitemgr_categories_lang` ( `cat_id` int(11) NOT NULL default '0', `lang` varchar(5) NOT NULL default '', `name` varchar(100) default NULL, `description` varchar(255) default NULL, PRIMARY KEY (`cat_id`,`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_categories_lang` -- LOCK TABLES `phpgw_sitemgr_categories_lang` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_categories_lang` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_categories_lang` VALUES (2,'en','other','one more'),(3,'en','sample','sample category'),(4,'en','sub-sample','just a sub for sample'); /*!40000 ALTER TABLE `phpgw_sitemgr_categories_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_categories_state` -- DROP TABLE IF EXISTS `phpgw_sitemgr_categories_state`; CREATE TABLE `phpgw_sitemgr_categories_state` ( `cat_id` int(11) NOT NULL default '0', `state` smallint(6) default NULL, `index_page_id` int(11) default '0', PRIMARY KEY (`cat_id`), KEY `cat_id` (`cat_id`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_categories_state` -- LOCK TABLES `phpgw_sitemgr_categories_state` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_categories_state` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_categories_state` VALUES (2,2,0),(3,2,0),(4,2,0); /*!40000 ALTER TABLE `phpgw_sitemgr_categories_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_content` -- DROP TABLE IF EXISTS `phpgw_sitemgr_content`; CREATE TABLE `phpgw_sitemgr_content` ( `version_id` int(11) NOT NULL auto_increment, `block_id` int(11) NOT NULL default '0', `arguments` text, `state` smallint(6) default NULL, PRIMARY KEY (`version_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_content` -- LOCK TABLES `phpgw_sitemgr_content` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_content` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_content` VALUES (1,1,'a:1:{s:8:\"sub_cats\";s:2:\"on\";}',2),(2,2,'a:2:{s:4:\"show\";s:1:\"8\";s:3:\"zip\";s:3:\"zip\";}',2),(3,3,NULL,2),(4,4,NULL,2),(5,5,NULL,2),(6,6,NULL,2),(7,7,NULL,2),(8,8,'a:1:{s:6:\"search\";s:1:\"1\";}',2),(9,9,NULL,2),(10,10,NULL,2),(11,11,NULL,2); /*!40000 ALTER TABLE `phpgw_sitemgr_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_content_lang` -- DROP TABLE IF EXISTS `phpgw_sitemgr_content_lang`; CREATE TABLE `phpgw_sitemgr_content_lang` ( `version_id` int(11) NOT NULL default '0', `lang` varchar(5) NOT NULL default '', `arguments_lang` text, PRIMARY KEY (`version_id`,`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_content_lang` -- LOCK TABLES `phpgw_sitemgr_content_lang` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_content_lang` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_content_lang` VALUES (8,'en','Amazon.com'),(9,'en','a:1:{s:11:\"htmlcontent\";s:21:\"<h1>SiteMgr Demo</h1>\";}'),(10,'en','a:1:{s:11:\"htmlcontent\";s:253:\"Powered by eGroupWare\'s <b>SiteMgr</b>. Please visit our Homepage <a href=\"http://www.egroupware.org\" target=\"_blank\">www.eGroupWare.org</a> and our <a href=\"http://www.sourceforge.net/projects/egroupware/\" target=\"_blank\">Sourceforge Project page</a>.\";}'),(11,'en','a:1:{s:11:\"htmlcontent\";s:35:\"some sample <b>HTML</b> content ...\";}'); /*!40000 ALTER TABLE `phpgw_sitemgr_content_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_modules` -- DROP TABLE IF EXISTS `phpgw_sitemgr_modules`; CREATE TABLE `phpgw_sitemgr_modules` ( `module_id` int(11) NOT NULL auto_increment, `module_name` varchar(25) default NULL, `description` varchar(255) default NULL, PRIMARY KEY (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_modules` -- LOCK TABLES `phpgw_sitemgr_modules` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_modules` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_modules` VALUES (1,'administration','This module is a selectbox to change the mode (production, draft or edit) plus a link back to SiteMgr and to log out. It is meant for registered users only'),(2,'amazon','Use this module for displaying book ads for the amazon web site'),(3,'appdir','This module demonstrates how handling data stored in XML and building an interacvite interface from it'),(4,'bookmarks','This module displays bookmarks in a javascript based tree'),(5,'calendar','This module displays the current month'),(6,'currentsection','This block displays the current section\'s table of contents'),(7,'download','This module create a link for downloading a file from the VFS'),(8,'filecontents','This module includes the contents of an URL or file (readable by the webserver and in its docroot !)'),(9,'forum','This module displays the phpgw forums on the web site'),(10,'galerie','A simple picture galery'),(11,'google','Interface to Google website'),(12,'guestbook',''),(13,'hello','This is a simple sample module'),(14,'html','This module is a simple HTML editor'),(15,'index','This module provides the site index, it is automatically used by the index GET parameter'),(16,'index_block','This module displays the root categories, its pages and evtl. subcategories. It is meant for side areas'),(17,'lang_block','This module lets users choose language'),(18,'login','This module displays a login form'),(19,'news','This module publishes news from the news_admin application on your website. Be aware of news_admin\'s ACL restrictions.'),(20,'phpbrain','Enterprise Knowledge articles repository'),(21,'redirect','This module lets you define pages that redirect to another URL, if you use it, there should be no other block defined for the page'),(22,'sitetree','This block displays a javascript based tree menu'),(23,'template','This module lets the users choose a template or shows a template gallery'),(24,'toc','This module provides a complete table of contents, it is automatically used by the toc and category_id GET parameters'),(25,'toc_block','This module provides a condensed table of contents, meant for side areas'),(26,'translation_status','This module show the status / percentage of the translation of eGW'),(27,'wiki','Use this module for displaying wiki-pages'),(28,'xml','This module permits browsing through XML files stored in a directory, and transformed by XSLT'); /*!40000 ALTER TABLE `phpgw_sitemgr_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_pages` -- DROP TABLE IF EXISTS `phpgw_sitemgr_pages`; CREATE TABLE `phpgw_sitemgr_pages` ( `page_id` int(11) NOT NULL auto_increment, `cat_id` int(11) default NULL, `sort_order` int(11) default NULL, `hide_page` int(11) default NULL, `name` varchar(100) default NULL, `state` smallint(6) default NULL, PRIMARY KEY (`page_id`), KEY `cat_id` (`cat_id`), KEY `state` (`state`,`cat_id`,`sort_order`), KEY `name` (`name`,`cat_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_pages` -- LOCK TABLES `phpgw_sitemgr_pages` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_pages` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_pages` VALUES (1,3,0,0,'sample-page',2); /*!40000 ALTER TABLE `phpgw_sitemgr_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_pages_lang` -- DROP TABLE IF EXISTS `phpgw_sitemgr_pages_lang`; CREATE TABLE `phpgw_sitemgr_pages_lang` ( `page_id` int(11) NOT NULL default '0', `lang` varchar(5) NOT NULL default '', `title` varchar(255) default NULL, `subtitle` varchar(255) default NULL, PRIMARY KEY (`page_id`,`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_pages_lang` -- LOCK TABLES `phpgw_sitemgr_pages_lang` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_pages_lang` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_pages_lang` VALUES (1,'en','Sample page','just a sample'); /*!40000 ALTER TABLE `phpgw_sitemgr_pages_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_properties` -- DROP TABLE IF EXISTS `phpgw_sitemgr_properties`; CREATE TABLE `phpgw_sitemgr_properties` ( `area` varchar(50) NOT NULL default '', `cat_id` int(11) NOT NULL default '0', `module_id` int(11) NOT NULL default '0', `properties` text, PRIMARY KEY (`area`,`cat_id`,`module_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_properties` -- LOCK TABLES `phpgw_sitemgr_properties` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_properties` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_sitemgr_properties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_sitemgr_sites` -- DROP TABLE IF EXISTS `phpgw_sitemgr_sites`; CREATE TABLE `phpgw_sitemgr_sites` ( `site_id` int(11) NOT NULL default '0', `site_name` varchar(255) default NULL, `site_url` varchar(255) default NULL, `site_dir` varchar(255) default NULL, `themesel` varchar(50) default NULL, `site_languages` varchar(50) default NULL, `home_page_id` int(11) default NULL, `anonymous_user` varchar(50) default NULL, `anonymous_passwd` varchar(50) default NULL, PRIMARY KEY (`site_id`), KEY `site_url` (`site_url`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_sitemgr_sites` -- LOCK TABLES `phpgw_sitemgr_sites` WRITE; /*!40000 ALTER TABLE `phpgw_sitemgr_sites` DISABLE KEYS */; INSERT INTO `phpgw_sitemgr_sites` VALUES (1,'Default Website','/egroupware/sitemgr/sitemgr-site/','/data/1/0/1/76/1728/user/1762/htdocs//egroupware/sitemgr/sitemgr-site','idots','en,de',0,'anonymous','anonymous'); /*!40000 ALTER TABLE `phpgw_sitemgr_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_skel` -- DROP TABLE IF EXISTS `phpgw_skel`; CREATE TABLE `phpgw_skel` ( `skel_id` int(11) NOT NULL auto_increment, `skel_owner` varchar(25) default NULL, `skel_access` varchar(10) default NULL, `skel_cat` int(11) default NULL, `skel_des` text, `skel_pri` int(11) default NULL, PRIMARY KEY (`skel_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_skel` -- LOCK TABLES `phpgw_skel` WRITE; /*!40000 ALTER TABLE `phpgw_skel` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_skel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_tts_states` -- DROP TABLE IF EXISTS `phpgw_tts_states`; CREATE TABLE `phpgw_tts_states` ( `state_id` int(11) NOT NULL auto_increment, `state_name` varchar(64) NOT NULL default '', `state_description` varchar(255) NOT NULL default '', `state_initial` int(11) NOT NULL default '0', PRIMARY KEY (`state_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_tts_states` -- LOCK TABLES `phpgw_tts_states` WRITE; /*!40000 ALTER TABLE `phpgw_tts_states` DISABLE KEYS */; INSERT INTO `phpgw_tts_states` VALUES (1,'UNDEFINED','The ticket was existent before the Petri Net infrastructure was defined and should be assigned a state.',0),(2,'NEW','A new ticket has been reported.',0),(3,'ACCEPTED','The ticket has been accepted by the owner, who is about to work on it.',0),(4,'REOPENED','The ticket has been reopened for further work.',0),(5,'RESOLVED','The ticket has been successfully resolved.',0),(6,'VERIFIED','The ticket has been verified and has to be worked on.',0),(7,'CLOSED','The ticket has been closed without resolution.',0),(8,'TOVALIDATE','The ticket has been worked on and the work requires validation.',0),(9,'NEEDSWORK','The ticket has been worked on, but requires more work.',0),(10,'INVALID','The owner of the ticket was not able to confirm the issue.',0),(11,'DUPLICATE','The ticket was found a duplicate of another ticket.',0); /*!40000 ALTER TABLE `phpgw_tts_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_tts_tickets` -- DROP TABLE IF EXISTS `phpgw_tts_tickets`; CREATE TABLE `phpgw_tts_tickets` ( `ticket_id` int(11) NOT NULL auto_increment, `ticket_group` varchar(40) default NULL, `ticket_priority` smallint(6) NOT NULL default '0', `ticket_owner` varchar(10) default NULL, `ticket_assignedto` varchar(10) default NULL, `ticket_subject` varchar(255) default NULL, `ticket_category` varchar(25) default NULL, `ticket_billable_hours` decimal(8,2) NOT NULL default '0.00', `ticket_billable_rate` decimal(8,2) NOT NULL default '0.00', `ticket_status` char(1) NOT NULL default '', `ticket_details` text NOT NULL, `ticket_state` int(11) NOT NULL default '-1', PRIMARY KEY (`ticket_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_tts_tickets` -- LOCK TABLES `phpgw_tts_tickets` WRITE; /*!40000 ALTER TABLE `phpgw_tts_tickets` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_tts_tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_tts_transitions` -- DROP TABLE IF EXISTS `phpgw_tts_transitions`; CREATE TABLE `phpgw_tts_transitions` ( `transition_id` int(11) NOT NULL auto_increment, `transition_name` varchar(64) NOT NULL default '', `transition_description` varchar(255) NOT NULL default '', `transition_source_state` int(11) NOT NULL default '0', `transition_target_state` int(11) NOT NULL default '0', PRIMARY KEY (`transition_id`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_tts_transitions` -- LOCK TABLES `phpgw_tts_transitions` WRITE; /*!40000 ALTER TABLE `phpgw_tts_transitions` DISABLE KEYS */; INSERT INTO `phpgw_tts_transitions` VALUES (1,'TONEW','Put the preexistent ticket into the state %1.',1,2),(2,'TOACCEPTED','Put the preexistent ticket into the state %1.',1,3),(3,'TOREOPENED','Put the preexistent ticket into the state %1.',1,4),(4,'TORESOLVED','Put the preexistent ticket into the state %1.',1,5),(5,'TOVERIFIED','Put the preexistent ticket into the state %1.',1,6),(6,'TOCLOSED','Put the preexistent ticket into the state %1.',1,7),(7,'TOTOVALIDATE','Put the preexistent ticket into the state %1.',1,8),(8,'TONEEDSWORK','Put the preexistent ticket into the state %1.',1,9),(9,'TOINVALID','Put the preexistent ticket into the state %1.',1,10),(10,'TODUPLICATE','Put the preexistent ticket into the state %1.',1,11),(11,'ACCEPT','Accept the ticket into verification process.',2,3),(12,'VERIFY','Verify the ticket to work on it.',3,6),(13,'INVALIDATE','The ticket is invalid and cannot be worked on.',3,10),(14,'DUPLICATE','The ticket is a duplicate of another ticket and should be closed.',3,11),(15,'CLOSE','Close the invalid ticket.',10,7),(16,'MOREWORK','I worked on the ticket, but did not finish.',6,9),(17,'COMPLETED','I worked on the ticket and the work requires validation.',6,8),(18,'COMPLETED','I worked on the ticket and the work requires validation.',9,8),(19,'NOT COMPLETED','The validation of the ticket was unsuccessfull. The ticket requires more work.',8,9),(20,'RESOLVE','The ticket resolution was successfully validated. Close the ticket.',8,5),(21,'REOPEN','The closed ticket requires more work. Reopen it.',7,4),(22,'REOPEN','The closed ticket requires more work. Reopen it.',5,4),(23,'NO DUPLICATE','The ticket is essentially not a duplicate of another ticket. Reopen it.',11,4),(24,'ACCEPT','Accept the ticket into verification process.',4,3); /*!40000 ALTER TABLE `phpgw_tts_transitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_tts_views` -- DROP TABLE IF EXISTS `phpgw_tts_views`; CREATE TABLE `phpgw_tts_views` ( `view_id` int(11) NOT NULL default '0', `view_account_id` varchar(40) default NULL, `view_time` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_tts_views` -- LOCK TABLES `phpgw_tts_views` WRITE; /*!40000 ALTER TABLE `phpgw_tts_views` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_tts_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_vfs` -- DROP TABLE IF EXISTS `phpgw_vfs`; CREATE TABLE `phpgw_vfs` ( `file_id` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `createdby_id` int(11) default NULL, `modifiedby_id` int(11) default NULL, `created` date NOT NULL default '1970-01-01', `modified` date default NULL, `size` int(11) default NULL, `mime_type` varchar(64) default NULL, `deleteable` char(1) default 'Y', `comment` varchar(255) default NULL, `app` varchar(25) default NULL, `directory` varchar(255) default NULL, `name` varchar(128) NOT NULL default '', `link_directory` varchar(255) default NULL, `link_name` varchar(128) default NULL, `version` varchar(30) NOT NULL default '0.0.0.0', `content` longtext, PRIMARY KEY (`file_id`), KEY `directory` (`directory`,`name`,`mime_type`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_vfs` -- LOCK TABLES `phpgw_vfs` WRITE; /*!40000 ALTER TABLE `phpgw_vfs` DISABLE KEYS */; INSERT INTO `phpgw_vfs` VALUES (1,0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','',NULL,NULL,'0.0.0.0',NULL),(2,0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home',NULL,NULL,'0.0.0.0',NULL); /*!40000 ALTER TABLE `phpgw_vfs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_interwiki` -- DROP TABLE IF EXISTS `phpgw_wiki_interwiki`; CREATE TABLE `phpgw_wiki_interwiki` ( `wiki_id` int(11) NOT NULL default '0', `prefix` varchar(80) NOT NULL default '', `where_defined_page` varchar(80) NOT NULL default '', `where_defined_lang` varchar(5) NOT NULL default '', `url` varchar(255) NOT NULL default '', PRIMARY KEY (`wiki_id`,`prefix`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_interwiki` -- LOCK TABLES `phpgw_wiki_interwiki` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_interwiki` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_wiki_interwiki` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_links` -- DROP TABLE IF EXISTS `phpgw_wiki_links`; CREATE TABLE `phpgw_wiki_links` ( `wiki_id` smallint(6) NOT NULL default '0', `page` varchar(80) NOT NULL default '', `lang` varchar(5) NOT NULL default '', `link` varchar(80) NOT NULL default '', `count` int(11) NOT NULL default '0', PRIMARY KEY (`wiki_id`,`page`,`lang`,`link`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_links` -- LOCK TABLES `phpgw_wiki_links` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_links` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_wiki_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_pages` -- DROP TABLE IF EXISTS `phpgw_wiki_pages`; CREATE TABLE `phpgw_wiki_pages` ( `wiki_id` smallint(6) NOT NULL default '0', `name` varchar(80) NOT NULL default '', `lang` varchar(5) NOT NULL default '', `version` int(11) NOT NULL default '1', `time` int(11) default NULL, `supercede` int(11) default NULL, `readable` int(11) NOT NULL default '0', `writable` int(11) NOT NULL default '0', `username` varchar(80) default NULL, `hostname` varchar(80) NOT NULL default '', `comment` varchar(80) NOT NULL default '', `title` varchar(80) default NULL, `body` text, PRIMARY KEY (`wiki_id`,`name`,`lang`,`version`), KEY `title` (`title`), FULLTEXT KEY `body` (`body`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_pages` -- LOCK TABLES `phpgw_wiki_pages` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_pages` DISABLE KEYS */; INSERT INTO `phpgw_wiki_pages` VALUES (0,'RecentChanges','en',1,1112021975,1112021975,0,0,'setup','localhost','added by setup','RecentChanges','[[! *]]'),(0,'eGroupWare','en',1,1112021975,1112021975,0,0,'setup','localhost','added by setup','eGroupWare','Welcome to \'\'\'Wiki\'\'\' - the eGroupWare Version of \'\'\'WikkiTikkiTavi\'\'\'. Wikis are a revolutionary new form of collaboration and online community.\n\n\'\'\'eGroupWare\'\'\' is the groupware suite you are useing right now. For further information see http://www.eGroupWare.org'),(0,'WikkiTikkiTavi','en',1,1112021975,1112021975,0,0,'setup','localhost','added by setup','WikkiTikkiTavi','= WikkiTikkiTavi =\n\nWikkiTikkiTavi is the original version this documentation system.\nTheir documentation is usable for the ((eGroupWare)) \'\'\'Wiki\'\'\' too.\n\nThe documentation of WikkiTikkiTavi is online availible at: http://tavi.sourceforge.net\nYou can learn about Wiki formatting at http://tavi.sourceforge.net/FormattingRules'); /*!40000 ALTER TABLE `phpgw_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_rate` -- DROP TABLE IF EXISTS `phpgw_wiki_rate`; CREATE TABLE `phpgw_wiki_rate` ( `ip` char(20) NOT NULL default '', `time` int(11) default NULL, `viewLimit` smallint(6) default NULL, `searchLimit` smallint(6) default NULL, `editLimit` smallint(6) default NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_rate` -- LOCK TABLES `phpgw_wiki_rate` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_wiki_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_remote_pages` -- DROP TABLE IF EXISTS `phpgw_wiki_remote_pages`; CREATE TABLE `phpgw_wiki_remote_pages` ( `page` varchar(80) NOT NULL default '', `site` varchar(80) NOT NULL default '', PRIMARY KEY (`page`,`site`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_remote_pages` -- LOCK TABLES `phpgw_wiki_remote_pages` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_remote_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_wiki_remote_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpgw_wiki_sisterwiki` -- DROP TABLE IF EXISTS `phpgw_wiki_sisterwiki`; CREATE TABLE `phpgw_wiki_sisterwiki` ( `wiki_id` int(11) NOT NULL default '0', `prefix` varchar(80) NOT NULL default '', `where_defined_page` varchar(80) NOT NULL default '', `where_defined_lang` varchar(5) NOT NULL default '', `url` varchar(255) NOT NULL default '', PRIMARY KEY (`wiki_id`,`prefix`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `phpgw_wiki_sisterwiki` -- LOCK TABLES `phpgw_wiki_sisterwiki` WRITE; /*!40000 ALTER TABLE `phpgw_wiki_sisterwiki` DISABLE KEYS */; /*!40000 ALTER TABLE `phpgw_wiki_sisterwiki` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_authors` -- DROP TABLE IF EXISTS `serendipity_authors`; CREATE TABLE `serendipity_authors` ( `realname` varchar(255) NOT NULL default '', `username` varchar(20) default NULL, `password` varchar(32) default NULL, `authorid` int(11) NOT NULL auto_increment, `mail_comments` int(1) default '1', `mail_trackbacks` int(1) default '1', `email` varchar(128) NOT NULL default '', `userlevel` int(4) unsigned NOT NULL default '0', `right_publish` int(1) default '1', PRIMARY KEY (`authorid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_authors` -- LOCK TABLES `serendipity_authors` WRITE; /*!40000 ALTER TABLE `serendipity_authors` DISABLE KEYS */; INSERT INTO `serendipity_authors` VALUES ('Pete','blogmaster','c9a47931eee531aaf522ac694bcbba56',1,1,1,'alaska@petexian.com',255,1); /*!40000 ALTER TABLE `serendipity_authors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_category` -- DROP TABLE IF EXISTS `serendipity_category`; CREATE TABLE `serendipity_category` ( `categoryid` int(11) NOT NULL auto_increment, `category_name` varchar(255) default NULL, `category_icon` varchar(255) default NULL, `category_description` text, `authorid` int(11) default NULL, `category_left` int(11) default '0', `category_right` int(11) default '0', `parentid` int(11) NOT NULL default '0', PRIMARY KEY (`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_category` -- LOCK TABLES `serendipity_category` WRITE; /*!40000 ALTER TABLE `serendipity_category` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_comments` -- DROP TABLE IF EXISTS `serendipity_comments`; CREATE TABLE `serendipity_comments` ( `id` int(11) NOT NULL auto_increment, `entry_id` int(10) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', `timestamp` int(10) unsigned default NULL, `title` varchar(150) default NULL, `author` varchar(80) default NULL, `email` varchar(200) default NULL, `url` varchar(200) default NULL, `ip` varchar(15) default NULL, `body` text, `type` varchar(100) default 'regular', `subscribed` enum('true','false') NOT NULL default 'true', `status` varchar(50) NOT NULL default '', `referer` varchar(200) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_comments` -- LOCK TABLES `serendipity_comments` WRITE; /*!40000 ALTER TABLE `serendipity_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_config` -- DROP TABLE IF EXISTS `serendipity_config`; CREATE TABLE `serendipity_config` ( `name` varchar(255) NOT NULL default '', `value` text NOT NULL, `authorid` int(11) default '0', KEY `configauthorid_idx` (`authorid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_config` -- LOCK TABLES `serendipity_config` WRITE; /*!40000 ALTER TABLE `serendipity_config` DISABLE KEYS */; INSERT INTO `serendipity_config` VALUES ('template','default-rtl',0),('serendipityPath','/data/1/0/1/76/1728/user/1762/htdocs/s9/',0),('uploadPath','uploads/',0),('serendipityHTTPPath','/s9/',0),('templatePath','templates/',0),('uploadHTTPPath','uploads/',0),('baseURL','http://www.petexian.com/s9/',0),('autodetect_baseURL','false',0),('indexFile','index.php',0),('allowSubscriptions','true',0),('blogTitle','Christian Family blog',0),('blogDescription','Our little place on the web...',0),('lang','en',0),('lang_content_negotiation','false',0),('fetchLimit','15',0),('useGzip','true',0),('wysiwyg','true',0),('XHTML11','false',0),('enablePopup','false',0),('embed','false',0),('top_as_links','true',0),('blockReferer',';',0),('rewrite','rewrite',0),('serverOffsetHours','-7',0),('showFutureEntries','false',0),('magick','false',0),('convert','/usr/local/bin/convert',0),('thumbSuffix','serendipityThumb',0),('thumbSize','110',0),('username','blogmaster',1),('password','',1),('realname','Pete',1),('userlevel','255',1),('email','alaska@petexian.com',1),('lang','en',1),('wysiwyg','true',1),('mail_comments','true',1),('mail_trackbacks','true',1),('right_publish','true',1),('moderateCommentsDefault','false',1),('allowCommentsDefault','true',1),('publishDefault','publish',1),('template_engine','default',0),('@serendipity_calendar_plugin:c4ca69ea537f5d968619989bc84b25bd/beginningOfWeek','1',0),('serendipity_event_s9ymarkup:9a39ffdd32d628ebce9ac08fda4b2af6/ENTRY_BODY','true',0),('serendipity_event_s9ymarkup:9a39ffdd32d628ebce9ac08fda4b2af6/EXTENDED_BODY','true',0),('serendipity_event_s9ymarkup:9a39ffdd32d628ebce9ac08fda4b2af6/COMMENT','true',0),('serendipity_event_s9ymarkup:9a39ffdd32d628ebce9ac08fda4b2af6/HTML_NUGGET','true',0),('serendipity_event_emoticate:c891b1677e6b55acec453fef6b06d63b/ENTRY_BODY','true',0),('serendipity_event_emoticate:c891b1677e6b55acec453fef6b06d63b/EXTENDED_BODY','true',0),('serendipity_event_emoticate:c891b1677e6b55acec453fef6b06d63b/COMMENT','true',0),('serendipity_event_emoticate:c891b1677e6b55acec453fef6b06d63b/HTML_NUGGET','true',0),('@serendipity_categories_plugin:dd43ba37b15d064b2c201f5f82b0d9c6/authorid','all',0),('@serendipity_categories_plugin:dd43ba37b15d064b2c201f5f82b0d9c6/image','/s9/templates/default/img/xml.gif',0); /*!40000 ALTER TABLE `serendipity_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_entries` -- DROP TABLE IF EXISTS `serendipity_entries`; CREATE TABLE `serendipity_entries` ( `id` int(11) NOT NULL auto_increment, `title` varchar(200) default NULL, `timestamp` int(10) unsigned default NULL, `body` text, `comments` int(4) unsigned default '0', `trackbacks` int(4) unsigned default '0', `extended` text, `exflag` int(1) default NULL, `author` varchar(20) default NULL, `authorid` int(11) default NULL, `isdraft` enum('true','false') NOT NULL default 'true', `allow_comments` enum('true','false') NOT NULL default 'true', `last_modified` int(10) unsigned default NULL, `moderate_comments` enum('true','false') NOT NULL default 'true', PRIMARY KEY (`id`), FULLTEXT KEY `entry_idx` (`title`,`body`,`extended`), KEY `date_idx` (`timestamp`), KEY `mod_idx` (`last_modified`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_entries` -- LOCK TABLES `serendipity_entries` WRITE; /*!40000 ALTER TABLE `serendipity_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_entrycat` -- DROP TABLE IF EXISTS `serendipity_entrycat`; CREATE TABLE `serendipity_entrycat` ( `entryid` int(11) NOT NULL default '0', `categoryid` int(11) NOT NULL default '0', UNIQUE KEY `entryid_idx` (`entryid`,`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_entrycat` -- LOCK TABLES `serendipity_entrycat` WRITE; /*!40000 ALTER TABLE `serendipity_entrycat` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_entrycat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_entryproperties` -- DROP TABLE IF EXISTS `serendipity_entryproperties`; CREATE TABLE `serendipity_entryproperties` ( `entryid` int(11) NOT NULL default '0', `property` varchar(255) NOT NULL default '', `value` text, UNIQUE KEY `prop_idx` (`entryid`,`property`), KEY `entrypropid_idx` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_entryproperties` -- LOCK TABLES `serendipity_entryproperties` WRITE; /*!40000 ALTER TABLE `serendipity_entryproperties` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_entryproperties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_exits` -- DROP TABLE IF EXISTS `serendipity_exits`; CREATE TABLE `serendipity_exits` ( `entry_id` int(11) NOT NULL default '0', `day` date NOT NULL default '0000-00-00', `count` int(11) NOT NULL default '0', `scheme` varchar(5) default NULL, `host` varchar(128) NOT NULL default '', `port` varchar(5) default NULL, `path` varchar(255) default NULL, `query` varchar(255) default NULL, PRIMARY KEY (`host`,`day`,`entry_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_exits` -- LOCK TABLES `serendipity_exits` WRITE; /*!40000 ALTER TABLE `serendipity_exits` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_exits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_images` -- DROP TABLE IF EXISTS `serendipity_images`; CREATE TABLE `serendipity_images` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `extension` varchar(5) NOT NULL default '', `mime` varchar(255) NOT NULL default '', `size` int(11) NOT NULL default '0', `dimensions_width` int(11) NOT NULL default '0', `dimensions_height` int(11) NOT NULL default '0', `date` int(11) NOT NULL default '0', `thumbnail_name` varchar(255) NOT NULL default '', `authorid` int(11) default '0', `path` text, `hotlink` int(1) default NULL, PRIMARY KEY (`id`), KEY `imagesauthorid_idx` (`authorid`), FULLTEXT KEY `pathkey_idx` (`path`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_images` -- LOCK TABLES `serendipity_images` WRITE; /*!40000 ALTER TABLE `serendipity_images` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_plugins` -- DROP TABLE IF EXISTS `serendipity_plugins`; CREATE TABLE `serendipity_plugins` ( `name` varchar(128) NOT NULL default '', `placement` varchar(6) NOT NULL default 'right', `sort_order` int(4) NOT NULL default '0', `authorid` int(11) default '0', `path` varchar(255) default NULL, PRIMARY KEY (`name`), KEY `pluginauthorid_idx` (`authorid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_plugins` -- LOCK TABLES `serendipity_plugins` WRITE; /*!40000 ALTER TABLE `serendipity_plugins` DISABLE KEYS */; INSERT INTO `serendipity_plugins` VALUES ('@serendipity_calendar_plugin:c4ca69ea537f5d968619989bc84b25bd','right',1,0,''),('@serendipity_quicksearch_plugin:337082bf580f52d6948f300dfb4b760d','right',2,0,''),('@serendipity_archives_plugin:de9435c1f44a17c63929ae0df3b0fcb1','right',3,0,''),('@serendipity_categories_plugin:dd43ba37b15d064b2c201f5f82b0d9c6','right',4,0,''),('@serendipity_syndication_plugin:d9ea14d70fa58dc729b14a1a906dbf9c','right',5,0,''),('@serendipity_superuser_plugin:6864fcad187b9a2c06abb7537b37d6c3','right',6,0,''),('@serendipity_plug_plugin:9c06932edea1ba23485a4ed6de44d4d2','right',7,0,''),('serendipity_event_s9ymarkup:9a39ffdd32d628ebce9ac08fda4b2af6','event',1,0,''),('serendipity_event_emoticate:c891b1677e6b55acec453fef6b06d63b','event',2,0,''),('serendipity_event_nl2br:507eb8a8427a93cabb78134b38b7f323','event',3,0,''),('serendipity_event_browsercompatibility:a0cdadbc6b16d8c08cf28a3ae655134c','event',4,0,''),('serendipity_event_spamblock:1112975280ef6c4a8dfc80fb952a0793','event',5,0,''); /*!40000 ALTER TABLE `serendipity_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_references` -- DROP TABLE IF EXISTS `serendipity_references`; CREATE TABLE `serendipity_references` ( `id` int(11) NOT NULL auto_increment, `entry_id` int(10) unsigned NOT NULL default '0', `link` text, `name` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_references` -- LOCK TABLES `serendipity_references` WRITE; /*!40000 ALTER TABLE `serendipity_references` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_references` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_referrers` -- DROP TABLE IF EXISTS `serendipity_referrers`; CREATE TABLE `serendipity_referrers` ( `entry_id` int(11) NOT NULL default '0', `day` date NOT NULL default '0000-00-00', `count` int(11) NOT NULL default '0', `scheme` varchar(5) default NULL, `host` varchar(128) NOT NULL default '', `port` varchar(5) default NULL, `path` varchar(255) default NULL, `query` varchar(255) default NULL, PRIMARY KEY (`host`,`day`,`entry_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_referrers` -- LOCK TABLES `serendipity_referrers` WRITE; /*!40000 ALTER TABLE `serendipity_referrers` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_referrers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serendipity_suppress` -- DROP TABLE IF EXISTS `serendipity_suppress`; CREATE TABLE `serendipity_suppress` ( `ip` varchar(15) default NULL, `scheme` varchar(5) default NULL, `host` varchar(128) default NULL, `port` varchar(5) default NULL, `path` varchar(255) default NULL, `query` varchar(255) default NULL, `last` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, UNIQUE KEY `url_idx` (`host`,`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `serendipity_suppress` -- LOCK TABLES `serendipity_suppress` WRITE; /*!40000 ALTER TABLE `serendipity_suppress` DISABLE KEYS */; /*!40000 ALTER TABLE `serendipity_suppress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_articles` -- DROP TABLE IF EXISTS `spip_articles`; CREATE TABLE `spip_articles` ( `id_article` bigint(21) NOT NULL auto_increment, `surtitre` text NOT NULL, `titre` text NOT NULL, `soustitre` text NOT NULL, `id_rubrique` bigint(21) NOT NULL default '0', `descriptif` text NOT NULL, `chapo` mediumtext NOT NULL, `texte` longblob NOT NULL, `ps` mediumtext NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `statut` varchar(10) NOT NULL default '0', `id_secteur` bigint(21) NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `export` varchar(10) default 'oui', `date_redac` datetime NOT NULL default '0000-00-00 00:00:00', `visites` int(11) NOT NULL default '0', `referers` int(11) NOT NULL default '0', `popularite` double NOT NULL default '0', `accepter_forum` char(3) NOT NULL default '', `auteur_modif` bigint(21) NOT NULL default '0', `date_modif` datetime NOT NULL default '0000-00-00 00:00:00', `lang` varchar(10) NOT NULL default '', `langue_choisie` char(3) default 'non', `id_trad` bigint(21) NOT NULL default '0', `extra` longblob, `idx` enum('','1','non','oui','idx') NOT NULL default '', `id_version` int(10) unsigned NOT NULL default '0', `nom_site` tinytext NOT NULL, `url_site` varchar(255) NOT NULL default '', `url_propre` varchar(255) NOT NULL default '', PRIMARY KEY (`id_article`), KEY `id_rubrique` (`id_rubrique`), KEY `id_secteur` (`id_secteur`), KEY `id_trad` (`id_trad`), KEY `lang` (`lang`), KEY `statut` (`statut`,`date`), KEY `url_site` (`url_site`), KEY `date_modif` (`date_modif`), KEY `idx` (`idx`), KEY `url_propre` (`url_propre`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_articles` -- LOCK TABLES `spip_articles` WRITE; /*!40000 ALTER TABLE `spip_articles` DISABLE KEYS */; INSERT INTO `spip_articles` VALUES (1,'','This is a trial...','',1,'','This is the introductory text','Here\'s the main text','','2005-03-26 21:35:44','publie',1,'2005-03-26 21:37:02','oui','0000-00-00 00:00:00',0,0,0,'pos',1,'2005-03-26 21:09:37','en','non',0,NULL,'oui',0,'','',''); /*!40000 ALTER TABLE `spip_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_auteurs` -- DROP TABLE IF EXISTS `spip_auteurs`; CREATE TABLE `spip_auteurs` ( `id_auteur` bigint(21) NOT NULL auto_increment, `nom` text NOT NULL, `bio` text NOT NULL, `email` tinytext NOT NULL, `nom_site` tinytext NOT NULL, `url_site` text NOT NULL, `login` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `pass` tinytext NOT NULL, `low_sec` tinytext NOT NULL, `statut` varchar(255) NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `pgp` blob NOT NULL, `htpass` tinyblob NOT NULL, `en_ligne` datetime NOT NULL default '0000-00-00 00:00:00', `imessage` char(3) NOT NULL default '', `messagerie` char(3) NOT NULL default '', `alea_actuel` tinytext NOT NULL, `alea_futur` tinytext NOT NULL, `prefs` tinytext NOT NULL, `cookie_oubli` tinytext NOT NULL, `source` varchar(10) NOT NULL default 'spip', `lang` varchar(10) NOT NULL default '', `idx` enum('','1','non','oui','idx') NOT NULL default '', `extra` longblob, PRIMARY KEY (`id_auteur`), KEY `login` (`login`), KEY `statut` (`statut`), KEY `lang` (`lang`), KEY `idx` (`idx`), KEY `en_ligne` (`en_ligne`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_auteurs` -- LOCK TABLES `spip_auteurs` WRITE; /*!40000 ALTER TABLE `spip_auteurs` DISABLE KEYS */; INSERT INTO `spip_auteurs` VALUES (1,'Pete','','alaska@petexian.com','Christian Family Website','www.petexian.com','blogmaster','bb87541bbd9aec3273a3c6609c6aa727','','0minirezo','2005-03-26 21:40:15','','$1$STq9Luwe$Uwh5e/hLFKtlML/nrnrML.','2005-03-26 21:34:15','oui','','15261','761529751424614d57a7160.64226321','a:4:{s:3:\"cnx\";s:5:\"perma\";s:7:\"couleur\";d:6;s:7:\"display\";d:2;s:7:\"options\";s:8:\"avancees\";}','','spip','','oui',NULL),(2,'petexian','','homer@petexxian.com','','','petexian','ff6d92572aeb9926f3eabf3569702ac2','','nouveau','2005-03-26 21:26:36','','$1$8FV9LJ34$Y513bSe1lVxBa5aC4Q8w1/','0000-00-00 00:00:00','','','','','','','spip','','',NULL); /*!40000 ALTER TABLE `spip_auteurs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_auteurs_articles` -- DROP TABLE IF EXISTS `spip_auteurs_articles`; CREATE TABLE `spip_auteurs_articles` ( `id_auteur` bigint(21) NOT NULL default '0', `id_article` bigint(21) NOT NULL default '0', KEY `id_auteur` (`id_auteur`), KEY `id_article` (`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_auteurs_articles` -- LOCK TABLES `spip_auteurs_articles` WRITE; /*!40000 ALTER TABLE `spip_auteurs_articles` DISABLE KEYS */; INSERT INTO `spip_auteurs_articles` VALUES (1,1); /*!40000 ALTER TABLE `spip_auteurs_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_auteurs_messages` -- DROP TABLE IF EXISTS `spip_auteurs_messages`; CREATE TABLE `spip_auteurs_messages` ( `id_auteur` bigint(21) NOT NULL default '0', `id_message` bigint(21) NOT NULL default '0', `vu` char(3) NOT NULL default '', KEY `id_auteur` (`id_auteur`), KEY `id_message` (`id_message`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_auteurs_messages` -- LOCK TABLES `spip_auteurs_messages` WRITE; /*!40000 ALTER TABLE `spip_auteurs_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_auteurs_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_auteurs_rubriques` -- DROP TABLE IF EXISTS `spip_auteurs_rubriques`; CREATE TABLE `spip_auteurs_rubriques` ( `id_auteur` bigint(21) NOT NULL default '0', `id_rubrique` bigint(21) NOT NULL default '0', KEY `id_auteur` (`id_auteur`), KEY `id_rubrique` (`id_rubrique`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_auteurs_rubriques` -- LOCK TABLES `spip_auteurs_rubriques` WRITE; /*!40000 ALTER TABLE `spip_auteurs_rubriques` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_auteurs_rubriques` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_breves` -- DROP TABLE IF EXISTS `spip_breves`; CREATE TABLE `spip_breves` ( `id_breve` bigint(21) NOT NULL auto_increment, `date_heure` datetime NOT NULL default '0000-00-00 00:00:00', `titre` text NOT NULL, `texte` longblob NOT NULL, `lien_titre` text NOT NULL, `lien_url` text NOT NULL, `statut` varchar(6) NOT NULL default '', `id_rubrique` bigint(21) NOT NULL default '0', `lang` varchar(10) NOT NULL default '', `langue_choisie` char(3) default 'non', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `idx` enum('','1','non','oui','idx') NOT NULL default '', `extra` longblob, `url_propre` varchar(255) NOT NULL default '', PRIMARY KEY (`id_breve`), KEY `idx` (`idx`), KEY `id_rubrique` (`id_rubrique`), KEY `url_propre` (`url_propre`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_breves` -- LOCK TABLES `spip_breves` WRITE; /*!40000 ALTER TABLE `spip_breves` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_breves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_caches` -- DROP TABLE IF EXISTS `spip_caches`; CREATE TABLE `spip_caches` ( `fichier` char(64) NOT NULL default '', `id` char(64) NOT NULL default '', `type` char(1) NOT NULL default 'i', `taille` int(11) NOT NULL default '0', PRIMARY KEY (`fichier`,`id`), KEY `fichier` (`fichier`), KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_caches` -- LOCK TABLES `spip_caches` WRITE; /*!40000 ALTER TABLE `spip_caches` DISABLE KEYS */; INSERT INTO `spip_caches` VALUES ('CACHE/4/SPIP-.6e904960.gz','1111901154','t',1335),('CACHE/d/a-formulaire_recherche.49018a6d.gz','1111897555','t',186),('CACHE/7/SPIP-plan.ae6e286c.gz','1111901580','t',522),('CACHE/4/SPIP-spip_login.118a8f1d.gz','1111898419','t',897),('CACHE/e/t-formulaire_menu_lang.796ec06f.gz','1111898419','t',869); /*!40000 ALTER TABLE `spip_caches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_documents` -- DROP TABLE IF EXISTS `spip_documents`; CREATE TABLE `spip_documents` ( `id_document` bigint(21) NOT NULL auto_increment, `id_vignette` bigint(21) NOT NULL default '0', `id_type` bigint(21) NOT NULL default '0', `titre` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `descriptif` text NOT NULL, `fichier` varchar(255) NOT NULL default '', `taille` int(11) NOT NULL default '0', `largeur` int(11) NOT NULL default '0', `hauteur` int(11) NOT NULL default '0', `mode` enum('vignette','document') NOT NULL default 'vignette', `inclus` char(3) default 'non', `idx` enum('','1','non','oui','idx') NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_document`), KEY `id_vignette` (`id_vignette`), KEY `mode` (`mode`), KEY `id_type` (`id_type`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_documents` -- LOCK TABLES `spip_documents` WRITE; /*!40000 ALTER TABLE `spip_documents` DISABLE KEYS */; INSERT INTO `spip_documents` VALUES (1,0,1,'picture','2005-03-26 21:12:10','','IMG/jpg/P1010036.jpg',1051373,2304,1728,'document','non','','2005-03-26 21:13:34'); /*!40000 ALTER TABLE `spip_documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_documents_articles` -- DROP TABLE IF EXISTS `spip_documents_articles`; CREATE TABLE `spip_documents_articles` ( `id_document` bigint(21) NOT NULL default '0', `id_article` bigint(21) NOT NULL default '0', KEY `id_document` (`id_document`), KEY `id_article` (`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_documents_articles` -- LOCK TABLES `spip_documents_articles` WRITE; /*!40000 ALTER TABLE `spip_documents_articles` DISABLE KEYS */; INSERT INTO `spip_documents_articles` VALUES (1,1); /*!40000 ALTER TABLE `spip_documents_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_documents_breves` -- DROP TABLE IF EXISTS `spip_documents_breves`; CREATE TABLE `spip_documents_breves` ( `id_document` bigint(21) NOT NULL default '0', `id_breve` bigint(21) NOT NULL default '0', KEY `id_document` (`id_document`), KEY `id_breve` (`id_breve`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_documents_breves` -- LOCK TABLES `spip_documents_breves` WRITE; /*!40000 ALTER TABLE `spip_documents_breves` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_documents_breves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_documents_rubriques` -- DROP TABLE IF EXISTS `spip_documents_rubriques`; CREATE TABLE `spip_documents_rubriques` ( `id_document` bigint(21) NOT NULL default '0', `id_rubrique` bigint(21) NOT NULL default '0', KEY `id_document` (`id_document`), KEY `id_rubrique` (`id_rubrique`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_documents_rubriques` -- LOCK TABLES `spip_documents_rubriques` WRITE; /*!40000 ALTER TABLE `spip_documents_rubriques` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_documents_rubriques` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_forum` -- DROP TABLE IF EXISTS `spip_forum`; CREATE TABLE `spip_forum` ( `id_forum` bigint(21) NOT NULL auto_increment, `id_parent` bigint(21) NOT NULL default '0', `id_thread` bigint(21) NOT NULL default '0', `id_rubrique` bigint(21) NOT NULL default '0', `id_article` bigint(21) NOT NULL default '0', `id_breve` bigint(21) NOT NULL default '0', `date_heure` datetime NOT NULL default '0000-00-00 00:00:00', `titre` text NOT NULL, `texte` mediumtext NOT NULL, `auteur` text NOT NULL, `email_auteur` text NOT NULL, `nom_site` text NOT NULL, `url_site` text NOT NULL, `statut` varchar(8) NOT NULL default '', `idx` enum('','1','non','oui','idx') NOT NULL default '', `ip` varchar(16) default NULL, `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `id_auteur` bigint(20) NOT NULL default '0', `id_message` bigint(21) NOT NULL default '0', `id_syndic` bigint(21) NOT NULL default '0', PRIMARY KEY (`id_forum`), KEY `id_parent` (`id_parent`), KEY `id_rubrique` (`id_rubrique`), KEY `id_article` (`id_article`), KEY `id_breve` (`id_breve`), KEY `id_message` (`id_message`), KEY `id_syndic` (`id_syndic`), KEY `idx` (`idx`), KEY `statut` (`statut`,`date_heure`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_forum` -- LOCK TABLES `spip_forum` WRITE; /*!40000 ALTER TABLE `spip_forum` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_groupes_mots` -- DROP TABLE IF EXISTS `spip_groupes_mots`; CREATE TABLE `spip_groupes_mots` ( `id_groupe` bigint(21) NOT NULL auto_increment, `titre` text NOT NULL, `unseul` char(3) NOT NULL default '', `obligatoire` char(3) NOT NULL default '', `articles` char(3) NOT NULL default '', `breves` char(3) NOT NULL default '', `rubriques` char(3) NOT NULL default '', `syndic` char(3) NOT NULL default '', `0minirezo` char(3) NOT NULL default '', `1comite` char(3) NOT NULL default '', `6forum` char(3) NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_groupe`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_groupes_mots` -- LOCK TABLES `spip_groupes_mots` WRITE; /*!40000 ALTER TABLE `spip_groupes_mots` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_groupes_mots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_articles` -- DROP TABLE IF EXISTS `spip_index_articles`; CREATE TABLE `spip_index_articles` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_article` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_article` (`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_articles` -- LOCK TABLES `spip_index_articles` WRITE; /*!40000 ALTER TABLE `spip_index_articles` DISABLE KEYS */; INSERT INTO `spip_index_articles` VALUES (11426299191147925695,11,1),(6373215968057606704,8,1),(9168049080168404355,3,1),(2067805253194386918,4,1),(7823359893981882407,1,1),(18074508703710877147,1,1),(6077322188234041724,2,1),(9623420314123221242,10,1); /*!40000 ALTER TABLE `spip_index_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_auteurs` -- DROP TABLE IF EXISTS `spip_index_auteurs`; CREATE TABLE `spip_index_auteurs` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_auteur` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_auteur` (`id_auteur`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_auteurs` -- LOCK TABLES `spip_index_auteurs` WRITE; /*!40000 ALTER TABLE `spip_index_auteurs` DISABLE KEYS */; INSERT INTO `spip_index_auteurs` VALUES (9623420314123221242,5,1); /*!40000 ALTER TABLE `spip_index_auteurs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_breves` -- DROP TABLE IF EXISTS `spip_index_breves`; CREATE TABLE `spip_index_breves` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_breve` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_breve` (`id_breve`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_breves` -- LOCK TABLES `spip_index_breves` WRITE; /*!40000 ALTER TABLE `spip_index_breves` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_index_breves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_dico` -- DROP TABLE IF EXISTS `spip_index_dico`; CREATE TABLE `spip_index_dico` ( `hash` bigint(20) unsigned NOT NULL default '0', `dico` varchar(30) NOT NULL default '', PRIMARY KEY (`dico`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_dico` -- LOCK TABLES `spip_index_dico` WRITE; /*!40000 ALTER TABLE `spip_index_dico` DISABLE KEYS */; INSERT INTO `spip_index_dico` VALUES (9623420314123221242,'pete'),(11426299191147925695,'this'),(6373215968057606704,'trial'),(9168049080168404355,'introductory'),(2067805253194386918,'text'),(7823359893981882407,'here'),(18074508703710877147,'main'),(6077322188234041724,'picture'),(4665252411275911861,'welcome'),(1327095098958184939,'blog'); /*!40000 ALTER TABLE `spip_index_dico` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_forum` -- DROP TABLE IF EXISTS `spip_index_forum`; CREATE TABLE `spip_index_forum` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_forum` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_forum` (`id_forum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_forum` -- LOCK TABLES `spip_index_forum` WRITE; /*!40000 ALTER TABLE `spip_index_forum` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_index_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_mots` -- DROP TABLE IF EXISTS `spip_index_mots`; CREATE TABLE `spip_index_mots` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_mot` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_mot` (`id_mot`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_mots` -- LOCK TABLES `spip_index_mots` WRITE; /*!40000 ALTER TABLE `spip_index_mots` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_index_mots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_rubriques` -- DROP TABLE IF EXISTS `spip_index_rubriques`; CREATE TABLE `spip_index_rubriques` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_rubrique` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_rubrique` (`id_rubrique`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_rubriques` -- LOCK TABLES `spip_index_rubriques` WRITE; /*!40000 ALTER TABLE `spip_index_rubriques` DISABLE KEYS */; INSERT INTO `spip_index_rubriques` VALUES (4665252411275911861,9,1),(1327095098958184939,1,1); /*!40000 ALTER TABLE `spip_index_rubriques` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_signatures` -- DROP TABLE IF EXISTS `spip_index_signatures`; CREATE TABLE `spip_index_signatures` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_signature` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_signature` (`id_signature`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_signatures` -- LOCK TABLES `spip_index_signatures` WRITE; /*!40000 ALTER TABLE `spip_index_signatures` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_index_signatures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_index_syndic` -- DROP TABLE IF EXISTS `spip_index_syndic`; CREATE TABLE `spip_index_syndic` ( `hash` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `id_syndic` int(10) unsigned NOT NULL default '0', KEY `hash` (`hash`), KEY `id_syndic` (`id_syndic`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_index_syndic` -- LOCK TABLES `spip_index_syndic` WRITE; /*!40000 ALTER TABLE `spip_index_syndic` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_index_syndic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_messages` -- DROP TABLE IF EXISTS `spip_messages`; CREATE TABLE `spip_messages` ( `id_message` bigint(21) NOT NULL auto_increment, `titre` text NOT NULL, `texte` longblob NOT NULL, `type` varchar(6) NOT NULL default '', `date_heure` datetime NOT NULL default '0000-00-00 00:00:00', `date_fin` datetime NOT NULL default '0000-00-00 00:00:00', `rv` char(3) NOT NULL default '', `statut` varchar(6) NOT NULL default '', `id_auteur` bigint(21) NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_message`), KEY `id_auteur` (`id_auteur`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_messages` -- LOCK TABLES `spip_messages` WRITE; /*!40000 ALTER TABLE `spip_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_meta` -- DROP TABLE IF EXISTS `spip_meta`; CREATE TABLE `spip_meta` ( `nom` varchar(255) NOT NULL default '', `valeur` varchar(255) default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`nom`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_meta` -- LOCK TABLES `spip_meta` WRITE; /*!40000 ALTER TABLE `spip_meta` DISABLE KEYS */; INSERT INTO `spip_meta` VALUES ('version_installee','1.813','2005-03-26 21:03:45'),('langues_proposees','ar,bg,ca,cpf,da,de,en,eo,es,fa,fon,fr,gl,hu,it,ja,lb,nl,oc_auv,oc_gsc,oc_lms,oc_lnc,oc_ni,oc_prv,oc_va,pl,pt,pt_br,ro,vi,zh','2005-03-26 21:04:22'),('email_webmaster','alaska@petexian.com','2005-03-26 21:04:21'),('activer_breves','oui','2005-03-26 21:20:13'),('config_precise_groupes','non','2005-03-26 21:04:21'),('mots_cles_forums','non','2005-03-26 21:04:21'),('articles_surtitre','oui','2005-03-26 21:04:21'),('articles_soustitre','oui','2005-03-26 21:04:21'),('articles_descriptif','oui','2005-03-26 21:04:21'),('articles_chapeau','oui','2005-03-26 21:04:21'),('articles_ps','oui','2005-03-26 21:04:21'),('articles_redac','non','2005-03-26 21:04:21'),('articles_mots','oui','2005-03-26 21:20:13'),('post_dates','oui','2005-03-26 21:04:21'),('articles_urlref','non','2005-03-26 21:04:21'),('creer_preview','oui','2005-03-26 21:18:03'),('taille_preview','150','2005-03-26 21:18:03'),('articles_modif','non','2005-03-26 21:18:03'),('activer_sites','oui','2005-03-26 21:15:06'),('proposer_sites','0','2005-03-26 21:36:54'),('activer_syndic','oui','2005-03-26 21:04:21'),('visiter_sites','non','2005-03-26 21:04:21'),('moderation_sites','non','2005-03-26 21:04:21'),('forums_publics','posteriori','2005-03-26 21:20:13'),('accepter_inscriptions','oui','2005-03-26 21:20:13'),('accepter_visiteurs','non','2005-03-26 21:19:17'),('prevenir_auteurs','oui','2005-03-26 21:20:13'),('suivi_edito','non','2005-03-26 21:20:13'),('quoi_de_neuf','non','2005-03-26 21:20:13'),('forum_prive_admin','non','2005-03-26 21:20:13'),('activer_moteur','oui','2005-03-26 21:18:03'),('articles_versions','oui','2005-03-26 21:18:03'),('articles_ortho','non','2005-03-26 21:18:03'),('preview','1comite','2005-03-26 21:18:03'),('activer_statistiques','oui','2005-03-26 21:20:13'),('documents_article','oui','2005-03-26 21:15:06'),('documents_rubrique','non','2005-03-26 21:15:06'),('charset','iso-8859-1','2005-03-26 21:04:22'),('creer_htpasswd','non','2005-03-26 21:04:22'),('creer_htaccess','non','2005-03-26 21:04:22'),('langue_site','en','2005-03-26 21:04:22'),('multi_articles','non','2005-03-26 21:04:22'),('multi_rubriques','non','2005-03-26 21:04:22'),('multi_secteurs','non','2005-03-26 21:04:22'),('gerer_trad','non','2005-03-26 21:04:22'),('langues_multilingue','ar,bg,ca,cpf,da,de,en,eo,es,fa,fon,fr,gl,hu,it,ja,lb,nl,oc_auv,oc_gsc,oc_lms,oc_lnc,oc_ni,oc_prv,oc_va,pl,pt,pt_br,ro,vi,zh','2005-03-26 21:04:22'),('date_calcul_rubriques','1111890944','2005-03-26 21:35:44'),('nom_site','Christian Family Blog','2005-03-26 21:15:06'),('adresse_site','http://www.petexian.com/SPIP','2005-03-26 21:20:13'),('alea_ephemere_ancien','','2005-03-26 21:05:13'),('alea_ephemere','f707384d46b8b02ae275ae7f9dae6e9a','2005-03-26 21:05:13'),('gd_formats_read','gif,jpg,png','2005-03-26 21:18:16'),('gd_formats','gif,jpg,png','2005-03-26 21:18:16'),('netpbm_formats','','2005-03-26 21:18:16'),('http_proxy','','2005-03-26 21:18:03'),('image_process','convert','2005-03-26 21:17:06'),('formats_graphiques','gif,jpg,png','2005-03-26 21:17:06'),('email_envoi','','2005-03-26 21:20:13'),('popularite_max','0','2005-03-26 21:35:27'),('adresse_suivi','','2005-03-26 21:20:13'),('adresse_suivi_inscription','','2005-03-26 21:20:13'),('adresse_neuf','','2005-03-26 21:20:13'),('jours_neuf','','2005-03-26 21:20:13'),('popularite_total','0','2005-03-26 21:35:27'); /*!40000 ALTER TABLE `spip_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots` -- DROP TABLE IF EXISTS `spip_mots`; CREATE TABLE `spip_mots` ( `id_mot` bigint(21) NOT NULL auto_increment, `type` varchar(100) NOT NULL default '', `titre` text NOT NULL, `descriptif` text NOT NULL, `texte` longblob NOT NULL, `id_groupe` bigint(21) NOT NULL default '0', `extra` longblob, `idx` enum('','1','non','oui','idx') NOT NULL default '', `url_propre` varchar(255) NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_mot`), KEY `idx` (`idx`), KEY `type` (`type`), KEY `url_propre` (`url_propre`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots` -- LOCK TABLES `spip_mots` WRITE; /*!40000 ALTER TABLE `spip_mots` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots_articles` -- DROP TABLE IF EXISTS `spip_mots_articles`; CREATE TABLE `spip_mots_articles` ( `id_mot` bigint(21) NOT NULL default '0', `id_article` bigint(21) NOT NULL default '0', KEY `id_mot` (`id_mot`), KEY `id_article` (`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots_articles` -- LOCK TABLES `spip_mots_articles` WRITE; /*!40000 ALTER TABLE `spip_mots_articles` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots_breves` -- DROP TABLE IF EXISTS `spip_mots_breves`; CREATE TABLE `spip_mots_breves` ( `id_mot` bigint(21) NOT NULL default '0', `id_breve` bigint(21) NOT NULL default '0', KEY `id_mot` (`id_mot`), KEY `id_breve` (`id_breve`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots_breves` -- LOCK TABLES `spip_mots_breves` WRITE; /*!40000 ALTER TABLE `spip_mots_breves` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots_breves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots_forum` -- DROP TABLE IF EXISTS `spip_mots_forum`; CREATE TABLE `spip_mots_forum` ( `id_mot` bigint(21) NOT NULL default '0', `id_forum` bigint(21) NOT NULL default '0', KEY `id_mot` (`id_mot`), KEY `id_forum` (`id_forum`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots_forum` -- LOCK TABLES `spip_mots_forum` WRITE; /*!40000 ALTER TABLE `spip_mots_forum` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots_rubriques` -- DROP TABLE IF EXISTS `spip_mots_rubriques`; CREATE TABLE `spip_mots_rubriques` ( `id_mot` bigint(21) NOT NULL default '0', `id_rubrique` bigint(21) NOT NULL default '0', KEY `id_mot` (`id_mot`), KEY `id_rubrique` (`id_rubrique`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots_rubriques` -- LOCK TABLES `spip_mots_rubriques` WRITE; /*!40000 ALTER TABLE `spip_mots_rubriques` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots_rubriques` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_mots_syndic` -- DROP TABLE IF EXISTS `spip_mots_syndic`; CREATE TABLE `spip_mots_syndic` ( `id_mot` bigint(21) NOT NULL default '0', `id_syndic` bigint(21) NOT NULL default '0', KEY `id_mot` (`id_mot`), KEY `id_syndic` (`id_syndic`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_mots_syndic` -- LOCK TABLES `spip_mots_syndic` WRITE; /*!40000 ALTER TABLE `spip_mots_syndic` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_mots_syndic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_ortho_cache` -- DROP TABLE IF EXISTS `spip_ortho_cache`; CREATE TABLE `spip_ortho_cache` ( `lang` varchar(10) NOT NULL default '', `mot` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `ok` tinyint(4) NOT NULL default '0', `suggest` blob NOT NULL, `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`lang`,`mot`), KEY `maj` (`maj`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_ortho_cache` -- LOCK TABLES `spip_ortho_cache` WRITE; /*!40000 ALTER TABLE `spip_ortho_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_ortho_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_ortho_dico` -- DROP TABLE IF EXISTS `spip_ortho_dico`; CREATE TABLE `spip_ortho_dico` ( `lang` varchar(10) NOT NULL default '', `mot` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `id_auteur` bigint(20) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`lang`,`mot`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_ortho_dico` -- LOCK TABLES `spip_ortho_dico` WRITE; /*!40000 ALTER TABLE `spip_ortho_dico` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_ortho_dico` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_petitions` -- DROP TABLE IF EXISTS `spip_petitions`; CREATE TABLE `spip_petitions` ( `id_article` bigint(21) NOT NULL default '0', `email_unique` char(3) NOT NULL default '', `site_obli` char(3) NOT NULL default '', `site_unique` char(3) NOT NULL default '', `message` char(3) NOT NULL default '', `texte` longblob NOT NULL, `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_petitions` -- LOCK TABLES `spip_petitions` WRITE; /*!40000 ALTER TABLE `spip_petitions` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_petitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_referers` -- DROP TABLE IF EXISTS `spip_referers`; CREATE TABLE `spip_referers` ( `referer_md5` bigint(20) unsigned NOT NULL default '0', `date` date NOT NULL default '0000-00-00', `referer` varchar(255) NOT NULL default '', `visites` int(10) unsigned NOT NULL default '0', `visites_jour` int(10) unsigned NOT NULL default '0', `visites_veille` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`referer_md5`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_referers` -- LOCK TABLES `spip_referers` WRITE; /*!40000 ALTER TABLE `spip_referers` DISABLE KEYS */; INSERT INTO `spip_referers` VALUES (212352526475218144,'2005-03-26','http://www.petexian.com/SPIP/spip_login.php3?url=ecrire%2Findex.php3',1,0,1,'2005-03-26 21:05:24'),(822378076607218987,'2005-03-26','http://www.petexian.com/SPIP/ecrire/install.php3',1,0,1,'2005-03-26 21:05:24'); /*!40000 ALTER TABLE `spip_referers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_referers_articles` -- DROP TABLE IF EXISTS `spip_referers_articles`; CREATE TABLE `spip_referers_articles` ( `id_article` int(10) unsigned NOT NULL default '0', `referer_md5` bigint(20) unsigned NOT NULL default '0', `date` date NOT NULL default '0000-00-00', `referer` varchar(255) NOT NULL default '', `visites` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_article`,`referer_md5`), KEY `referer_md5` (`referer_md5`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_referers_articles` -- LOCK TABLES `spip_referers_articles` WRITE; /*!40000 ALTER TABLE `spip_referers_articles` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_referers_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_referers_temp` -- DROP TABLE IF EXISTS `spip_referers_temp`; CREATE TABLE `spip_referers_temp` ( `ip` int(10) unsigned NOT NULL default '0', `referer` varchar(255) NOT NULL default '', `referer_md5` bigint(20) unsigned NOT NULL default '0', `type` enum('article','rubrique','breve','autre') NOT NULL default 'article', `id_objet` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`type`,`id_objet`,`referer_md5`,`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_referers_temp` -- LOCK TABLES `spip_referers_temp` WRITE; /*!40000 ALTER TABLE `spip_referers_temp` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_referers_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_rubriques` -- DROP TABLE IF EXISTS `spip_rubriques`; CREATE TABLE `spip_rubriques` ( `id_rubrique` bigint(21) NOT NULL auto_increment, `id_parent` bigint(21) NOT NULL default '0', `titre` text NOT NULL, `descriptif` text NOT NULL, `texte` longblob NOT NULL, `id_secteur` bigint(21) NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `export` varchar(10) default 'oui', `id_import` bigint(20) default '0', `statut` varchar(10) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `lang` varchar(10) NOT NULL default '', `langue_choisie` char(3) default 'non', `idx` enum('','1','non','oui','idx') NOT NULL default '', `extra` longblob, `url_propre` varchar(255) NOT NULL default '', `statut_tmp` varchar(10) NOT NULL default '', `date_tmp` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id_rubrique`), KEY `lang` (`lang`), KEY `idx` (`idx`), KEY `id_parent` (`id_parent`), KEY `url_propre` (`url_propre`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_rubriques` -- LOCK TABLES `spip_rubriques` WRITE; /*!40000 ALTER TABLE `spip_rubriques` DISABLE KEYS */; INSERT INTO `spip_rubriques` VALUES (1,0,'Welcome','','Welcome to our new blog....',1,'2005-03-26 21:37:02','oui',0,'publie','2005-03-26 21:35:44','en','non','oui',NULL,'','publie','2005-03-26 21:35:44'); /*!40000 ALTER TABLE `spip_rubriques` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_signatures` -- DROP TABLE IF EXISTS `spip_signatures`; CREATE TABLE `spip_signatures` ( `id_signature` bigint(21) NOT NULL auto_increment, `id_article` bigint(21) NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `nom_email` text NOT NULL, `ad_email` text NOT NULL, `nom_site` text NOT NULL, `url_site` text NOT NULL, `message` mediumtext NOT NULL, `statut` varchar(10) NOT NULL default '', `idx` enum('','1','non','oui','idx') NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_signature`), KEY `id_article` (`id_article`), KEY `idx` (`idx`), KEY `statut` (`statut`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_signatures` -- LOCK TABLES `spip_signatures` WRITE; /*!40000 ALTER TABLE `spip_signatures` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_signatures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_syndic` -- DROP TABLE IF EXISTS `spip_syndic`; CREATE TABLE `spip_syndic` ( `id_syndic` bigint(21) NOT NULL auto_increment, `id_rubrique` bigint(21) NOT NULL default '0', `id_secteur` bigint(21) NOT NULL default '0', `nom_site` blob NOT NULL, `url_site` blob NOT NULL, `url_syndic` blob NOT NULL, `descriptif` blob NOT NULL, `idx` enum('','1','non','oui','idx') NOT NULL default '', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `syndication` char(3) NOT NULL default '', `statut` varchar(10) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `date_syndic` datetime NOT NULL default '0000-00-00 00:00:00', `date_index` datetime NOT NULL default '0000-00-00 00:00:00', `extra` longblob, `moderation` char(3) NOT NULL default '', PRIMARY KEY (`id_syndic`), KEY `id_rubrique` (`id_rubrique`), KEY `id_secteur` (`id_secteur`), KEY `idx` (`idx`), KEY `statut` (`statut`,`date_syndic`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_syndic` -- LOCK TABLES `spip_syndic` WRITE; /*!40000 ALTER TABLE `spip_syndic` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_syndic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_syndic_articles` -- DROP TABLE IF EXISTS `spip_syndic_articles`; CREATE TABLE `spip_syndic_articles` ( `id_syndic_article` bigint(21) NOT NULL auto_increment, `id_syndic` bigint(21) NOT NULL default '0', `titre` text NOT NULL, `url` varchar(255) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `lesauteurs` text NOT NULL, `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `statut` varchar(10) NOT NULL default '', `descriptif` blob NOT NULL, PRIMARY KEY (`id_syndic_article`), KEY `id_syndic` (`id_syndic`), KEY `statut` (`statut`), KEY `url` (`url`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_syndic_articles` -- LOCK TABLES `spip_syndic_articles` WRITE; /*!40000 ALTER TABLE `spip_syndic_articles` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_syndic_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_types_documents` -- DROP TABLE IF EXISTS `spip_types_documents`; CREATE TABLE `spip_types_documents` ( `id_type` bigint(21) NOT NULL auto_increment, `titre` text NOT NULL, `descriptif` text NOT NULL, `extension` varchar(10) NOT NULL default '', `mime_type` varchar(100) NOT NULL default '', `inclus` enum('non','image','embed') NOT NULL default 'non', `upload` enum('oui','non') NOT NULL default 'oui', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id_type`), UNIQUE KEY `extension` (`extension`), KEY `inclus` (`inclus`) ) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_types_documents` -- LOCK TABLES `spip_types_documents` WRITE; /*!40000 ALTER TABLE `spip_types_documents` DISABLE KEYS */; INSERT INTO `spip_types_documents` VALUES (1,'JPG','','jpg','image/jpeg','image','oui','2005-03-26 21:03:45'),(2,'PNG','','png','image/png','image','oui','2005-03-26 21:03:45'),(3,'GIF','','gif','image/gif','image','oui','2005-03-26 21:03:45'),(4,'BMP','','bmp','image/x-ms-bmp','image','oui','2005-03-26 21:03:45'),(5,'Photoshop','','psd','image/x-photoshop','image','oui','2005-03-26 21:03:45'),(6,'TIFF','','tif','image/tiff','image','oui','2005-03-26 21:03:45'),(7,'AIFF','','aiff','audio/x-aiff','embed','oui','2005-03-26 21:03:45'),(8,'Windows Media','','asf','video/x-ms-asf','embed','oui','2005-03-26 21:03:45'),(9,'Windows Media','','avi','video/x-msvideo','embed','oui','2005-03-26 21:03:45'),(10,'Midi','','mid','audio/midi','embed','oui','2005-03-26 21:03:45'),(11,'MNG','','mng','video/x-mng','embed','oui','2005-03-26 21:03:45'),(12,'QuickTime','','mov','video/quicktime','embed','oui','2005-03-26 21:03:45'),(13,'MP3','','mp3','audio/mpeg','embed','oui','2005-03-26 21:03:45'),(14,'MPEG','','mpg','video/mpeg','embed','oui','2005-03-26 21:03:45'),(15,'Ogg','','ogg','application/ogg','embed','oui','2005-03-26 21:03:45'),(16,'QuickTime','','qt','video/quicktime','embed','oui','2005-03-26 21:03:45'),(17,'RealAudio','','ra','audio/x-pn-realaudio','embed','oui','2005-03-26 21:03:45'),(18,'RealAudio','','ram','audio/x-pn-realaudio','embed','oui','2005-03-26 21:03:45'),(19,'RealAudio','','rm','audio/x-pn-realaudio','embed','oui','2005-03-26 21:03:45'),(20,'Flash','','swf','application/x-shockwave-flash','embed','oui','2005-03-26 21:03:45'),(21,'WAV','','wav','audio/x-wav','embed','oui','2005-03-26 21:03:45'),(22,'Windows Media','','wmv','video/x-ms-wmv','embed','oui','2005-03-26 21:03:45'),(23,'Adobe Illustrator','','ai','application/illustrator','non','oui','2005-03-26 21:03:45'),(24,'BZip','','bz2','application/x-bzip2','non','oui','2005-03-26 21:03:45'),(25,'C source','','c','text/x-csrc','non','oui','2005-03-26 21:03:45'),(26,'Cascading Style Sheet','','css','text/css','non','oui','2005-03-26 21:03:45'),(27,'Debian','','deb','application/x-debian-package','non','oui','2005-03-26 21:03:45'),(28,'Word','','doc','application/msword','non','oui','2005-03-26 21:03:45'),(29,'DjVu','','djvu','image/vnd.djvu','non','oui','2005-03-26 21:03:45'),(30,'LaTeX DVI','','dvi','application/x-dvi','non','oui','2005-03-26 21:03:45'),(31,'PostScript','','eps','application/postscript','non','oui','2005-03-26 21:03:45'),(32,'GZ','','gz','application/x-gzip','non','oui','2005-03-26 21:03:45'),(33,'C header','','h','text/x-chdr','non','oui','2005-03-26 21:03:45'),(34,'HTML','','html','text/html','non','oui','2005-03-26 21:03:45'),(35,'Pascal','','pas','text/x-pascal','non','oui','2005-03-26 21:03:45'),(36,'PDF','','pdf','application/pdf','non','oui','2005-03-26 21:03:45'),(37,'Portable Game Notation','','pgn','application/x-chess-pgn','non','oui','2005-03-26 21:03:45'),(38,'PowerPoint','','ppt','application/vnd.ms-powerpoint','non','oui','2005-03-26 21:03:45'),(39,'PostScript','','ps','application/postscript','non','oui','2005-03-26 21:03:45'),(40,'RedHat/Mandrake/SuSE','','rpm','application/x-redhat-package-manager','non','oui','2005-03-26 21:03:45'),(41,'RTF','','rtf','application/rtf','non','oui','2005-03-26 21:03:45'),(42,'StarOffice','','sdd','application/vnd.stardivision.impress','non','oui','2005-03-26 21:03:45'),(43,'StarOffice','','sdw','application/vnd.stardivision.writer','non','oui','2005-03-26 21:03:45'),(44,'Stuffit','','sit','application/x-stuffit','non','oui','2005-03-26 21:03:45'),(45,'OpenOffice Calc','','sxc','application/vnd.sun.xml.calc','non','oui','2005-03-26 21:03:45'),(46,'OpenOffice Impress','','sxi','application/vnd.sun.xml.impress','non','oui','2005-03-26 21:03:45'),(47,'OpenOffice','','sxw','application/vnd.sun.xml.writer','non','oui','2005-03-26 21:03:45'),(48,'LaTeX','','tex','text/x-tex','non','oui','2005-03-26 21:03:45'),(49,'TGZ','','tgz','application/x-gtar','non','oui','2005-03-26 21:03:45'),(50,'texte','','txt','text/plain','non','oui','2005-03-26 21:03:45'),(51,'GIMP multi-layer','','xcf','application/x-xcf','non','oui','2005-03-26 21:03:45'),(52,'Excel','','xls','application/vnd.ms-excel','non','oui','2005-03-26 21:03:45'),(53,'XML','','xml','application/xml','non','oui','2005-03-26 21:03:45'),(54,'Zip','','zip','application/zip','non','oui','2005-03-26 21:03:45'); /*!40000 ALTER TABLE `spip_types_documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_versions` -- DROP TABLE IF EXISTS `spip_versions`; CREATE TABLE `spip_versions` ( `id_article` bigint(21) NOT NULL default '0', `id_version` int(10) unsigned NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `id_auteur` bigint(21) NOT NULL default '0', `titre_version` text NOT NULL, `permanent` char(3) NOT NULL default '', `champs` text NOT NULL, PRIMARY KEY (`id_article`,`id_version`), KEY `date` (`id_article`,`date`), KEY `id_auteur` (`id_auteur`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_versions` -- LOCK TABLES `spip_versions` WRITE; /*!40000 ALTER TABLE `spip_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_versions_fragments` -- DROP TABLE IF EXISTS `spip_versions_fragments`; CREATE TABLE `spip_versions_fragments` ( `id_fragment` int(10) unsigned NOT NULL default '0', `version_min` int(10) unsigned NOT NULL default '0', `version_max` int(10) unsigned NOT NULL default '0', `id_article` bigint(21) NOT NULL default '0', `compress` tinyint(4) NOT NULL default '0', `fragment` longblob NOT NULL, PRIMARY KEY (`id_article`,`id_fragment`,`version_min`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_versions_fragments` -- LOCK TABLES `spip_versions_fragments` WRITE; /*!40000 ALTER TABLE `spip_versions_fragments` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_versions_fragments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_visites` -- DROP TABLE IF EXISTS `spip_visites`; CREATE TABLE `spip_visites` ( `date` date NOT NULL default '0000-00-00', `visites` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_visites` -- LOCK TABLES `spip_visites` WRITE; /*!40000 ALTER TABLE `spip_visites` DISABLE KEYS */; INSERT INTO `spip_visites` VALUES ('2005-03-25',0,'2005-03-26 21:05:23'); /*!40000 ALTER TABLE `spip_visites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_visites_articles` -- DROP TABLE IF EXISTS `spip_visites_articles`; CREATE TABLE `spip_visites_articles` ( `date` date NOT NULL default '0000-00-00', `id_article` int(10) unsigned NOT NULL default '0', `visites` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`date`,`id_article`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_visites_articles` -- LOCK TABLES `spip_visites_articles` WRITE; /*!40000 ALTER TABLE `spip_visites_articles` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_visites_articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `spip_visites_temp` -- DROP TABLE IF EXISTS `spip_visites_temp`; CREATE TABLE `spip_visites_temp` ( `ip` int(10) unsigned NOT NULL default '0', `type` enum('article','rubrique','breve','autre') NOT NULL default 'article', `id_objet` int(10) unsigned NOT NULL default '0', `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`type`,`id_objet`,`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `spip_visites_temp` -- LOCK TABLES `spip_visites_temp` WRITE; /*!40000 ALTER TABLE `spip_visites_temp` DISABLE KEYS */; /*!40000 ALTER TABLE `spip_visites_temp` ENABLE KEYS */; UNLOCK TABLES; /*!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 */;