0byt3m1n1
Path:
/
data
/
0
/
0
/
2
/
12
/
2501
/
meta
/
2543
/
mysql.backup
/
[
Home
]
File: 19_0033361_1.mysqlv9.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv9 Database: 19_0033361_1 -- ------------------------------------------------------ -- Server version 5.0.75 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `antispam` -- DROP TABLE IF EXISTS `antispam`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `antispam` ( `aspm_ID` bigint(11) NOT NULL auto_increment, `aspm_string` varchar(80) NOT NULL, `aspm_source` enum('local','reported','central') NOT NULL default 'reported', PRIMARY KEY (`aspm_ID`), UNIQUE KEY `aspm_string` (`aspm_string`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `antispam` -- LOCK TABLES `antispam` WRITE; /*!40000 ALTER TABLE `antispam` DISABLE KEYS */; INSERT INTO `antispam` VALUES (1,'online-casino','reported'),(2,'penis-enlargement','reported'),(3,'order-viagra','reported'),(4,'order-phentermine','reported'),(5,'order-xenical','reported'),(6,'order-prophecia','reported'),(7,'sexy-lingerie','reported'),(8,'-porn-','reported'),(9,'-adult-','reported'),(10,'-tits-','reported'),(11,'buy-phentermine','reported'),(12,'order-cheap-pills','reported'),(13,'buy-xenadrine','reported'),(14,'xxx','reported'),(15,'paris-hilton','reported'),(16,'parishilton','reported'),(17,'camgirls','reported'),(18,'adult-models','reported'); /*!40000 ALTER TABLE `antispam` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `basedomains` -- DROP TABLE IF EXISTS `basedomains`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `basedomains` ( `dom_ID` int(11) unsigned NOT NULL auto_increment, `dom_name` varchar(250) NOT NULL default '', `dom_status` enum('unknown','whitelist','blacklist') NOT NULL default 'unknown', `dom_type` enum('unknown','normal','searcheng','aggregator') NOT NULL default 'unknown', PRIMARY KEY (`dom_ID`), UNIQUE KEY `dom_name` (`dom_name`), KEY `dom_type` (`dom_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `basedomains` -- LOCK TABLES `basedomains` WRITE; /*!40000 ALTER TABLE `basedomains` DISABLE KEYS */; /*!40000 ALTER TABLE `basedomains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bloggroups` -- DROP TABLE IF EXISTS `bloggroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bloggroups` ( `bloggroup_blog_ID` int(11) unsigned NOT NULL default '0', `bloggroup_group_ID` int(11) unsigned NOT NULL default '0', `bloggroup_ismember` tinyint(4) NOT NULL default '0', `bloggroup_perm_poststatuses` set('published','deprecated','protected','private','draft','redirected') NOT NULL default '', `bloggroup_perm_edit` enum('no','own','lt','le','all','redirected') NOT NULL default 'no', `bloggroup_perm_delpost` tinyint(4) NOT NULL default '0', `bloggroup_perm_comments` tinyint(4) NOT NULL default '0', `bloggroup_perm_cats` tinyint(4) NOT NULL default '0', `bloggroup_perm_properties` tinyint(4) NOT NULL default '0', `bloggroup_perm_admin` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_upload` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_browse` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_change` tinyint(4) NOT NULL default '0', PRIMARY KEY (`bloggroup_blog_ID`,`bloggroup_group_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bloggroups` -- LOCK TABLES `bloggroups` WRITE; /*!40000 ALTER TABLE `bloggroups` DISABLE KEYS */; INSERT INTO `bloggroups` VALUES (1,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(1,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(1,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(1,4,1,'','no',0,0,0,0,0,0,0,0),(2,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(2,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(2,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(2,4,1,'','no',0,0,0,0,0,0,0,0),(3,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(3,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(3,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(3,4,1,'','no',0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `bloggroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blogs` ( `blog_ID` int(11) unsigned NOT NULL auto_increment, `blog_shortname` varchar(12) default '', `blog_name` varchar(50) NOT NULL default '', `blog_owner_user_ID` int(11) unsigned NOT NULL default '1', `blog_advanced_perms` tinyint(1) NOT NULL default '0', `blog_tagline` varchar(250) default '', `blog_description` varchar(250) default '', `blog_longdesc` text, `blog_locale` varchar(20) NOT NULL default 'en-EU', `blog_access_type` varchar(10) NOT NULL default 'index.php', `blog_siteurl` varchar(120) NOT NULL default '', `blog_urlname` varchar(255) NOT NULL default 'urlname', `blog_notes` text, `blog_keywords` tinytext, `blog_allowcomments` varchar(20) NOT NULL default 'post_by_post', `blog_allowtrackbacks` tinyint(1) NOT NULL default '0', `blog_allowblogcss` tinyint(1) NOT NULL default '1', `blog_allowusercss` tinyint(1) NOT NULL default '1', `blog_skin_ID` int(10) unsigned NOT NULL default '1', `blog_in_bloglist` tinyint(1) NOT NULL default '1', `blog_links_blog_ID` int(11) default NULL, `blog_commentsexpire` int(4) NOT NULL default '0', `blog_media_location` enum('default','subdir','custom','none') NOT NULL default 'default', `blog_media_subdir` varchar(255) default NULL, `blog_media_fullpath` varchar(255) default NULL, `blog_media_url` varchar(255) default NULL, `blog_UID` varchar(20) default NULL, PRIMARY KEY (`blog_ID`), UNIQUE KEY `blog_urlname` (`blog_urlname`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; INSERT INTO `blogs` VALUES (1,'Blog A','Blog A Title',1,0,'Tagline for Blog A','','This is the long description for the blog named \'Blog A\'. ','en-US','relative','blog1.php','a',NULL,NULL,'post_by_post',0,1,1,1,1,NULL,0,'default',NULL,NULL,NULL,NULL),(2,'Blog B','Blog B Title',1,0,'Tagline for Blog B','','This is the long description for the blog named \'Blog B\'. ','en-US','relative','blog2.php','b',NULL,NULL,'post_by_post',0,1,1,2,1,NULL,0,'default',NULL,NULL,NULL,NULL),(3,'Linkblog','Linkblog',1,0,'Some interesting links...','','This is the long description for the blog named \'Linkblog\'. <br />\n<br />\n<strong>The main purpose for this blog is to be included as a side item to other blogs where it will display your favorite/related links.</strong>','en-US','relative','blog3.php','links',NULL,NULL,'post_by_post',0,1,1,3,1,NULL,0,'default',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogusers` -- DROP TABLE IF EXISTS `blogusers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blogusers` ( `bloguser_blog_ID` int(11) unsigned NOT NULL default '0', `bloguser_user_ID` int(11) unsigned NOT NULL default '0', `bloguser_ismember` tinyint(4) NOT NULL default '0', `bloguser_perm_poststatuses` set('published','deprecated','protected','private','draft','redirected') NOT NULL default '', `bloguser_perm_edit` enum('no','own','lt','le','all','redirected') NOT NULL default 'no', `bloguser_perm_delpost` tinyint(4) NOT NULL default '0', `bloguser_perm_comments` tinyint(4) NOT NULL default '0', `bloguser_perm_cats` tinyint(4) NOT NULL default '0', `bloguser_perm_properties` tinyint(4) NOT NULL default '0', `bloguser_perm_admin` tinyint(4) NOT NULL default '0', `bloguser_perm_media_upload` tinyint(4) NOT NULL default '0', `bloguser_perm_media_browse` tinyint(4) NOT NULL default '0', `bloguser_perm_media_change` tinyint(4) NOT NULL default '0', PRIMARY KEY (`bloguser_blog_ID`,`bloguser_user_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blogusers` -- LOCK TABLES `blogusers` WRITE; /*!40000 ALTER TABLE `blogusers` DISABLE KEYS */; /*!40000 ALTER TABLE `blogusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `categories` ( `cat_ID` int(11) unsigned NOT NULL auto_increment, `cat_parent_ID` int(11) unsigned default NULL, `cat_name` tinytext NOT NULL, `cat_urlname` varchar(255) NOT NULL, `cat_blog_ID` int(11) unsigned NOT NULL default '2', `cat_description` varchar(250) default NULL, `cat_longdesc` text, `cat_icon` varchar(30) default NULL, PRIMARY KEY (`cat_ID`), UNIQUE KEY `cat_urlname` (`cat_urlname`), KEY `cat_blog_ID` (`cat_blog_ID`), KEY `cat_parent_ID` (`cat_parent_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,NULL,'Welcome','welcome',1,NULL,NULL,NULL),(2,NULL,'News','news',1,NULL,NULL,NULL),(3,NULL,'Background','background',1,NULL,NULL,NULL),(4,NULL,'Fun','fun',1,NULL,NULL,NULL),(5,4,'In real life','in-real-life',1,NULL,NULL,NULL),(6,4,'On the web','on-the-web',1,NULL,NULL,NULL),(7,5,'Sports','sports',1,NULL,NULL,NULL),(8,5,'Movies','movies',1,NULL,NULL,NULL),(9,5,'Music','music',1,NULL,NULL,NULL),(10,NULL,'Announcements','announcements',2,NULL,NULL,NULL),(11,NULL,'b2evolution Tips','b2evolution-tips',2,NULL,NULL,NULL),(12,NULL,'b2evolution','b2evolution',3,NULL,NULL,NULL),(13,NULL,'contributors','contributors',3,NULL,NULL,NULL); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coll_settings` -- DROP TABLE IF EXISTS `coll_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coll_settings` ( `cset_coll_ID` int(11) unsigned NOT NULL, `cset_name` varchar(30) NOT NULL, `cset_value` varchar(255) default NULL, PRIMARY KEY (`cset_coll_ID`,`cset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coll_settings` -- LOCK TABLES `coll_settings` WRITE; /*!40000 ALTER TABLE `coll_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `coll_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `comments` -- DROP TABLE IF EXISTS `comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `comments` ( `comment_ID` int(11) unsigned NOT NULL auto_increment, `comment_post_ID` int(11) unsigned NOT NULL default '0', `comment_type` enum('comment','linkback','trackback','pingback') NOT NULL default 'comment', `comment_status` enum('published','deprecated','protected','private','draft','redirected') NOT NULL default 'published', `comment_author_ID` int(10) unsigned default NULL, `comment_author` varchar(100) default NULL, `comment_author_email` varchar(255) default NULL, `comment_author_url` varchar(255) default NULL, `comment_author_IP` varchar(23) NOT NULL default '', `comment_date` datetime NOT NULL default '2000-01-01 00:00:00', `comment_content` text NOT NULL, `comment_rating` tinyint(1) default NULL, `comment_featured` tinyint(1) NOT NULL default '0', `comment_nofollow` tinyint(1) NOT NULL default '1', `comment_karma` int(11) NOT NULL default '0', `comment_spam_karma` tinyint(4) default NULL, `comment_allow_msgform` tinyint(4) NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_date` (`comment_date`), KEY `comment_type` (`comment_type`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `comments` -- LOCK TABLES `comments` WRITE; /*!40000 ALTER TABLE `comments` DISABLE KEYS */; INSERT INTO `comments` VALUES (1,1,'comment','published',NULL,'miss b2','missb2@example.com','http://example.com','127.0.0.1','2009-08-07 23:20:55','Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.',NULL,0,1,0,NULL,0); /*!40000 ALTER TABLE `comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron__log` -- DROP TABLE IF EXISTS `cron__log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron__log` ( `clog_ctsk_ID` int(10) unsigned NOT NULL, `clog_realstart_datetime` datetime NOT NULL, `clog_realstop_datetime` datetime default NULL, `clog_status` enum('started','finished','error','timeout') NOT NULL default 'started', `clog_messages` text, PRIMARY KEY (`clog_ctsk_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron__log` -- LOCK TABLES `cron__log` WRITE; /*!40000 ALTER TABLE `cron__log` DISABLE KEYS */; /*!40000 ALTER TABLE `cron__log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron__task` -- DROP TABLE IF EXISTS `cron__task`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron__task` ( `ctsk_ID` int(10) unsigned NOT NULL auto_increment, `ctsk_start_datetime` datetime NOT NULL, `ctsk_repeat_after` int(10) unsigned default NULL, `ctsk_name` varchar(50) NOT NULL, `ctsk_controller` varchar(50) NOT NULL, `ctsk_params` text, PRIMARY KEY (`ctsk_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron__task` -- LOCK TABLES `cron__task` WRITE; /*!40000 ALTER TABLE `cron__task` DISABLE KEYS */; /*!40000 ALTER TABLE `cron__task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files` -- DROP TABLE IF EXISTS `files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `files` ( `file_ID` int(11) unsigned NOT NULL auto_increment, `file_root_type` enum('absolute','user','group','collection','skins') NOT NULL default 'absolute', `file_root_ID` int(11) unsigned NOT NULL default '0', `file_path` varchar(255) NOT NULL default '', `file_title` varchar(255) default NULL, `file_alt` varchar(255) default NULL, `file_desc` text, PRIMARY KEY (`file_ID`), UNIQUE KEY `file` (`file_root_type`,`file_root_ID`,`file_path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `files` -- LOCK TABLES `files` WRITE; /*!40000 ALTER TABLE `files` DISABLE KEYS */; /*!40000 ALTER TABLE `files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filetypes` -- DROP TABLE IF EXISTS `filetypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `filetypes` ( `ftyp_ID` int(11) unsigned NOT NULL auto_increment, `ftyp_extensions` varchar(30) NOT NULL, `ftyp_name` varchar(30) NOT NULL, `ftyp_mimetype` varchar(50) NOT NULL, `ftyp_icon` varchar(20) default NULL, `ftyp_viewtype` varchar(10) NOT NULL, `ftyp_allowed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ftyp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `filetypes` -- LOCK TABLES `filetypes` WRITE; /*!40000 ALTER TABLE `filetypes` DISABLE KEYS */; INSERT INTO `filetypes` VALUES (1,'gif','GIF image','image/gif','image2.png','image',1),(2,'png','PNG image','image/png','image2.png','image',1),(3,'jpg jpeg','JPEG image','image/jpeg','image2.png','image',1),(4,'txt','Text file','text/plain','document.png','text',1),(5,'htm html','HTML file','text/html','html.png','browser',0),(6,'pdf','PDF file','application/pdf','pdf.png','browser',1),(7,'doc','Microsoft Word file','application/msword','doc.gif','external',1),(8,'xls','Microsoft Excel file','application/vnd.ms-excel','xls.gif','external',1),(9,'ppt','Powerpoint','application/vnd.ms-powerpoint','ppt.gif','external',1),(10,'pps','Slideshow','pps','pps.gif','external',1),(11,'zip','ZIP archive','application/zip','zip.gif','external',1),(12,'php php3 php4 php5 php6','PHP script','application/x-httpd-php','php.gif','text',0),(13,'css','Style sheet','text/css','','text',1),(14,'mp3','MPEG audio file','audio/mpeg','','browser',1),(15,'m4a','MPEG audio file','audio/x-m4a','','browser',1),(16,'mp4','MPEG video','video/mp4','','browser',1),(17,'mov','Quicktime video','video/quicktime','','browser',1); /*!40000 ALTER TABLE `filetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `global__cache` -- DROP TABLE IF EXISTS `global__cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `global__cache` ( `cach_name` varchar(30) NOT NULL, `cach_cache` mediumblob, PRIMARY KEY (`cach_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `global__cache` -- LOCK TABLES `global__cache` WRITE; /*!40000 ALTER TABLE `global__cache` DISABLE KEYS */; /*!40000 ALTER TABLE `global__cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups` -- DROP TABLE IF EXISTS `groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `groups` ( `grp_ID` int(11) NOT NULL auto_increment, `grp_name` varchar(50) NOT NULL default '', `grp_perm_admin` enum('none','hidden','visible') NOT NULL default 'visible', `grp_perm_blogs` enum('user','viewall','editall') NOT NULL default 'user', `grp_perm_bypass_antispam` tinyint(1) NOT NULL default '0', `grp_perm_xhtmlvalidation` varchar(10) NOT NULL default 'always', `grp_perm_xhtmlvalidation_xmlrpc` varchar(10) NOT NULL default 'always', `grp_perm_xhtml_css_tweaks` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_iframes` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_javascript` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_objects` tinyint(1) NOT NULL default '0', `grp_perm_stats` enum('none','user','view','edit') NOT NULL default 'none', `grp_perm_spamblacklist` enum('none','view','edit') NOT NULL default 'none', `grp_perm_options` enum('none','view','edit') NOT NULL default 'none', `grp_perm_users` enum('none','view','edit') NOT NULL default 'none', `grp_perm_templates` tinyint(4) NOT NULL default '0', `grp_perm_files` enum('none','view','add','edit','all') NOT NULL default 'none', PRIMARY KEY (`grp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `groups` -- LOCK TABLES `groups` WRITE; /*!40000 ALTER TABLE `groups` DISABLE KEYS */; INSERT INTO `groups` VALUES (1,'Administrators','visible','editall',0,'always','always',0,0,0,0,'edit','edit','edit','edit',1,'all'),(2,'Privileged Bloggers','visible','viewall',0,'always','always',0,0,0,0,'user','edit','view','view',0,'add'),(3,'Bloggers','visible','user',0,'always','always',0,0,0,0,'none','view','none','none',0,'view'),(4,'Basic Users','none','user',0,'always','always',0,0,0,0,'none','none','none','none',0,'none'); /*!40000 ALTER TABLE `groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hitlog` -- DROP TABLE IF EXISTS `hitlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hitlog` ( `hit_ID` int(11) NOT NULL auto_increment, `hit_sess_ID` int(10) unsigned default NULL, `hit_datetime` datetime NOT NULL, `hit_uri` varchar(250) default NULL, `hit_referer_type` enum('search','blacklist','spam','referer','direct','self','admin') NOT NULL, `hit_referer` varchar(250) default NULL, `hit_referer_dom_ID` int(10) unsigned default NULL, `hit_blog_ID` int(11) unsigned default NULL, `hit_remote_addr` varchar(40) default NULL, `hit_agnt_ID` int(10) unsigned default NULL, PRIMARY KEY (`hit_ID`), KEY `hit_agnt_ID` (`hit_agnt_ID`), KEY `hit_blog_ID` (`hit_blog_ID`), KEY `hit_uri` (`hit_uri`), KEY `hit_referer_dom_ID` (`hit_referer_dom_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hitlog` -- LOCK TABLES `hitlog` WRITE; /*!40000 ALTER TABLE `hitlog` DISABLE KEYS */; /*!40000 ALTER TABLE `hitlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__item` -- DROP TABLE IF EXISTS `items__item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__item` ( `post_ID` int(11) unsigned NOT NULL auto_increment, `post_parent_ID` int(11) unsigned default NULL, `post_creator_user_ID` int(11) unsigned NOT NULL, `post_lastedit_user_ID` int(11) unsigned default NULL, `post_assigned_user_ID` int(11) unsigned default NULL, `post_datestart` datetime NOT NULL default '2000-01-01 00:00:00', `post_datedeadline` datetime default NULL, `post_datecreated` datetime default NULL, `post_datemodified` datetime NOT NULL default '2000-01-01 00:00:00', `post_status` enum('published','deprecated','protected','private','draft','redirected') NOT NULL default 'published', `post_pst_ID` int(11) unsigned default NULL, `post_ptyp_ID` int(11) unsigned default NULL, `post_locale` varchar(20) NOT NULL default 'en-EU', `post_content` mediumtext, `post_excerpt` text, `post_title` text NOT NULL, `post_urltitle` varchar(50) default NULL, `post_url` varchar(255) default NULL, `post_main_cat_ID` int(11) unsigned NOT NULL, `post_notifications_status` enum('noreq','todo','started','finished') NOT NULL default 'noreq', `post_notifications_ctsk_ID` int(10) unsigned default NULL, `post_views` int(11) unsigned NOT NULL default '0', `post_wordcount` int(11) default NULL, `post_comment_status` enum('disabled','open','closed') NOT NULL default 'open', `post_commentsexpire` datetime default NULL, `post_renderers` text NOT NULL, `post_priority` int(11) unsigned default NULL, `post_order` float default NULL, `post_featured` tinyint(1) NOT NULL default '0', PRIMARY KEY (`post_ID`), UNIQUE KEY `post_urltitle` (`post_urltitle`), KEY `post_datestart` (`post_datestart`), KEY `post_main_cat_ID` (`post_main_cat_ID`), KEY `post_creator_user_ID` (`post_creator_user_ID`), KEY `post_status` (`post_status`), KEY `post_parent_ID` (`post_parent_ID`), KEY `post_assigned_user_ID` (`post_assigned_user_ID`), KEY `post_ptyp_ID` (`post_ptyp_ID`), KEY `post_pst_ID` (`post_pst_ID`), KEY `post_order` (`post_order`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__item` -- LOCK TABLES `items__item` WRITE; /*!40000 ALTER TABLE `items__item` DISABLE KEYS */; INSERT INTO `items__item` VALUES (1,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','<p>This is the first post.</p>\n\n<p>It appears in a single category.</p>',NULL,'First Post','first-post','',1,'noreq',NULL,0,11,'open',NULL,'default',3,NULL,0),(2,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','<p>This is the second post.</p>\n\n<p>It appears in multiple categories.</p>',NULL,'Second post','second-post','',2,'noreq',NULL,0,10,'open',NULL,'default',3,NULL,0),(3,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Topanga','topanga','http://www.tenderfeelings.be',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(4,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Danny','danny','http://personman.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(5,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'de-DE','',NULL,'dAniel','daniel','http://daniel.hahler.de/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(6,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-UK','',NULL,'Yabba','yabba','http://www.innervisions.org.uk/babbles/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(7,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'EdB','edb','http://wonderwinds.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(8,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'fr-FR','',NULL,'Francois','francois','http://fplanque.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(9,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Blog news','blog-news','http://b2evolution.net/news.php',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(10,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Webhosting','webhosting','http://b2evolution.net/web-hosting/blog/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(11,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Manual','manual','http://manual.b2evolution.net/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(12,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Support','support','http://forums.b2evolution.net/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(13,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog is powered by b2evolution.\n\nYou are currently looking at an info page about Blog B.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About Blog B','about-blog-b','',10,'noreq',NULL,0,59,'open',NULL,'default',3,NULL,0),(14,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog is powered by b2evolution.\n\nYou are currently looking at an info page about Blog A.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About Blog A','about-blog-a','',1,'noreq',NULL,0,59,'open',NULL,'default',3,NULL,0),(15,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog platform is powered by b2evolution.\n\nYou are currently looking at an info page about this system. It is cross-posted among the 3 demo blogs. Thus, this page will be linked on each of these blogs.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About this system','about-this-system','',1,'noreq',NULL,0,78,'open',NULL,'default',3,NULL,0),(16,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','b2evolution uses old-style permalinks and feedback links by default. This is to ensure maximum compatibility with various webserver configurations.\n\nNethertheless, once you feel comfortable with b2evolution, you should try activating clean permalinks in the Global Settings > Link options in the admin interface.',NULL,'Clean Permalinks!','clean-permalinks','',11,'noreq',NULL,0,45,'open',NULL,'default',3,NULL,0),(17,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','In the <code>/blogs</code> folder there is a file called [<code>sample.htaccess</code>]. You should try renaming it to [<code>.htaccess</code>].\n\nThis will optimize the way b2evolution is handled by the webserver (if you are using Apache). This file is not active by default because a few hosts would display an error right away when you try to use it. If this happens to you when you rename the file, just remove it and you\'ll be fine.',NULL,'Apache optimization...','apache-optimization','',11,'noreq',NULL,0,75,'open',NULL,'default',3,NULL,0),(18,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','By default, blogs are displayed using a skin. (More on skins in another post.)\n\nThis means, blogs are accessed through \'<code>index.php</code>\', which loads default parameters from the database and then passes on the display job to a skin.\n\nAlternatively, if you don\'t want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided \'<code>a_stub.php</code>\' and call your blog through this stub instead of index.php .\n\nFinally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided \'<code>a_noskin.php</code>\'.\n\nIf you want to integrate a b2evolution blog into a complex website, you\'ll probably want to do it by copy/pasting code from <code>a_noskin.php</code> into a page of your website.\n\nYou will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.\n\nEither way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.',NULL,'Skins, Stubs, Templates & website integration...','skins-stubs-templates-aamp-website-integ','',11,'noreq',NULL,0,206,'open',NULL,'default',3,NULL,0),(19,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.\n\nYou can add, remove and reorder widgets from the Blog Settings tab in the admin interface.\n\nNote: to be displayed widgets are placed in containers. Each container appears in a specific place on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.',NULL,'About widgets...','about-widgets','',11,'noreq',NULL,0,109,'open',NULL,'default',3,NULL,0),(20,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','By default, b2evolution blogs are displayed using a skin.\n\nYou can change the skin used by any blog by editing the blog settings in the admin interface.\n\nYou can download additional skins from the <a href=\"http://skins.b2evolution.net/\" target=\"_blank\">skin site</a>. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on \"Install new\".\n\nYou can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.\n\nTo start customizing a skin, open its \"<code>index.main.php</code>\" file in an editor and read the comments in there. Note: you can also edit skins in the \"Files\" tab of the admin interface.\n\nAnd, of course, read the <a href=\"http://manual.b2evolution.net/Skins_2.0\" target=\"_blank\">manual on skins</a>!',NULL,'About skins...','about-skins','',11,'noreq',NULL,0,126,'open',NULL,'default',3,NULL,0),(21,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is page 1 of a multipage post.\n\nYou can see the other pages by clicking on the links below the text.\n\n<!--nextpage-->\n\nThis is page 2.\n\n<!--nextpage-->\n\nThis is page 3.\n\n<!--nextpage-->\n\nThis is page 4.\n\nIt is the last page.',NULL,'This is a multipage post','this-is-a-multipage-post','',3,'noreq',NULL,0,35,'open',NULL,'default',3,NULL,0),(22,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is an extended post with no teaser. This means that you won\'t see this teaser any more when you click the \"more\" link.\n\n<!--more--><!--noteaser-->\n\nThis is the extended text. You only see it when you have clicked the \"more\" link.',NULL,'Extended post with no teaser','extended-post-with-no-teaser','',3,'noreq',NULL,0,40,'open',NULL,'default',3,NULL,0),(23,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is an extended post. This means you only see this small teaser by default and you must click on the link below to see more.\n\n<!--more-->\n\nThis is the extended text. You only see it when you have clicked the \"more\" link.',NULL,'Extended post','extended-post','',3,'noreq',NULL,0,42,'open',NULL,'default',3,NULL,0),(24,NULL,1,1,NULL,'2009-08-07 23:20:55',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','Three blogs have been created with sample contents:\n<ul>\n <li><strong>Blog A</strong>: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.</li>\n <li><strong>Blog B</strong>: You can access it from a link at the top of the page. It contains information about more advanced features.</li>\n <li><strong>Linkblog</strong>: By default, the linkblog is included as a \"Blogroll\" in the sidebar of both Blog A & Blog B.</li>\n</ul>\n\nYou can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, skin, widgets, etc.) from the Blog Settings tab in the admin interface.',NULL,'Welcome to b2evolution!','welcome-to-b2evolution','',1,'noreq',NULL,0,96,'open',NULL,'default',3,NULL,0); /*!40000 ALTER TABLE `items__item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__itemtag` -- DROP TABLE IF EXISTS `items__itemtag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__itemtag` ( `itag_itm_ID` int(11) unsigned NOT NULL, `itag_tag_ID` int(11) unsigned NOT NULL, PRIMARY KEY (`itag_itm_ID`,`itag_tag_ID`), UNIQUE KEY `tagitem` (`itag_tag_ID`,`itag_itm_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__itemtag` -- LOCK TABLES `items__itemtag` WRITE; /*!40000 ALTER TABLE `items__itemtag` DISABLE KEYS */; /*!40000 ALTER TABLE `items__itemtag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__prerendering` -- DROP TABLE IF EXISTS `items__prerendering`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__prerendering` ( `itpr_itm_ID` int(11) unsigned NOT NULL, `itpr_format` enum('htmlbody','entityencoded','xml','text') NOT NULL, `itpr_renderers` text NOT NULL, `itpr_content_prerendered` mediumtext, `itpr_datemodified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`itpr_itm_ID`,`itpr_format`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__prerendering` -- LOCK TABLES `items__prerendering` WRITE; /*!40000 ALTER TABLE `items__prerendering` DISABLE KEYS */; /*!40000 ALTER TABLE `items__prerendering` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__status` -- DROP TABLE IF EXISTS `items__status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__status` ( `pst_ID` int(11) unsigned NOT NULL auto_increment, `pst_name` varchar(30) NOT NULL, PRIMARY KEY (`pst_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__status` -- LOCK TABLES `items__status` WRITE; /*!40000 ALTER TABLE `items__status` DISABLE KEYS */; /*!40000 ALTER TABLE `items__status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__tag` -- DROP TABLE IF EXISTS `items__tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__tag` ( `tag_ID` int(11) unsigned NOT NULL auto_increment, `tag_name` varchar(50) NOT NULL, PRIMARY KEY (`tag_ID`), UNIQUE KEY `tag_name` (`tag_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__tag` -- LOCK TABLES `items__tag` WRITE; /*!40000 ALTER TABLE `items__tag` DISABLE KEYS */; /*!40000 ALTER TABLE `items__tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__type` -- DROP TABLE IF EXISTS `items__type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__type` ( `ptyp_ID` int(11) unsigned NOT NULL auto_increment, `ptyp_name` varchar(30) NOT NULL, PRIMARY KEY (`ptyp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5001 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__type` -- LOCK TABLES `items__type` WRITE; /*!40000 ALTER TABLE `items__type` DISABLE KEYS */; INSERT INTO `items__type` VALUES (1,'Post'),(2,'Link'),(1000,'Page'),(2000,'Podcast'),(3000,'Reserved'),(4000,'Reserved'),(5000,'Reserved'); /*!40000 ALTER TABLE `items__type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `links` -- DROP TABLE IF EXISTS `links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `links` ( `link_ID` int(11) unsigned NOT NULL auto_increment, `link_datecreated` datetime NOT NULL, `link_datemodified` datetime NOT NULL, `link_creator_user_ID` int(11) unsigned NOT NULL, `link_lastedit_user_ID` int(11) unsigned NOT NULL, `link_itm_ID` int(11) unsigned NOT NULL, `link_dest_itm_ID` int(11) unsigned default NULL, `link_file_ID` int(11) unsigned default NULL, `link_ltype_ID` int(11) unsigned NOT NULL default '1', `link_external_url` varchar(255) default NULL, `link_title` text, PRIMARY KEY (`link_ID`), KEY `link_itm_ID` (`link_itm_ID`), KEY `link_dest_itm_ID` (`link_dest_itm_ID`), KEY `link_file_ID` (`link_file_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `links` -- LOCK TABLES `links` WRITE; /*!40000 ALTER TABLE `links` DISABLE KEYS */; /*!40000 ALTER TABLE `links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `locales` -- DROP TABLE IF EXISTS `locales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `locales` ( `loc_locale` varchar(20) NOT NULL default '', `loc_charset` varchar(15) NOT NULL default 'iso-8859-1', `loc_datefmt` varchar(20) NOT NULL default 'y-m-d', `loc_timefmt` varchar(20) NOT NULL default 'H:i:s', `loc_startofweek` tinyint(3) unsigned NOT NULL default '1', `loc_name` varchar(40) NOT NULL default '', `loc_messages` varchar(20) NOT NULL default '', `loc_priority` tinyint(4) unsigned NOT NULL default '0', `loc_enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`loc_locale`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='saves available locales'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `locales` -- LOCK TABLES `locales` WRITE; /*!40000 ALTER TABLE `locales` DISABLE KEYS */; /*!40000 ALTER TABLE `locales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginevents` -- DROP TABLE IF EXISTS `pluginevents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginevents` ( `pevt_plug_ID` int(11) unsigned NOT NULL, `pevt_event` varchar(40) NOT NULL, `pevt_enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`pevt_plug_ID`,`pevt_event`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginevents` -- LOCK TABLES `pluginevents` WRITE; /*!40000 ALTER TABLE `pluginevents` DISABLE KEYS */; INSERT INTO `pluginevents` VALUES (1,'AdminDisplayToolbar',1),(2,'RenderItemAsHtml',1),(3,'RenderItemAsHtml',1),(4,'RenderItemAsHtml',1),(4,'RenderItemAsXml',1),(5,'AdminDisplayToolbar',1),(5,'DisplayCommentToolbar',1),(5,'FilterCommentContent',1),(5,'RenderItemAsHtml',1),(6,'RenderItemAsHtml',1),(6,'RenderItemAsXml',1),(6,'AdminDisplayToolbar',1),(7,'SkinTag',1),(8,'SkinTag',1),(9,'ItemSendPing',1),(10,'ItemSendPing',1); /*!40000 ALTER TABLE `pluginevents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plugins` -- DROP TABLE IF EXISTS `plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `plugins` ( `plug_ID` int(11) unsigned NOT NULL auto_increment, `plug_priority` tinyint(4) NOT NULL default '50', `plug_classname` varchar(40) NOT NULL default '', `plug_code` varchar(32) default NULL, `plug_apply_rendering` enum('stealth','always','opt-out','opt-in','lazy','never') NOT NULL default 'never', `plug_version` varchar(42) NOT NULL default '0', `plug_name` varchar(255) default NULL, `plug_shortdesc` varchar(255) default NULL, `plug_status` enum('enabled','disabled','needs_config','broken') NOT NULL, `plug_spam_weight` tinyint(3) unsigned NOT NULL default '1', PRIMARY KEY (`plug_ID`), UNIQUE KEY `plug_code` (`plug_code`), KEY `plug_status` (`plug_status`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `plugins` -- LOCK TABLES `plugins` WRITE; /*!40000 ALTER TABLE `plugins` DISABLE KEYS */; INSERT INTO `plugins` VALUES (1,30,'quicktags_plugin','b2evQTag','never','2.4.1',NULL,NULL,'enabled',1),(2,70,'auto_p_plugin','b2WPAutP','opt-out','1.9',NULL,NULL,'enabled',1),(3,60,'autolinks_plugin','b2evALnk','opt-out','1.9-dev',NULL,NULL,'enabled',1),(4,90,'texturize_plugin','b2WPTxrz','opt-in','2.2-dev',NULL,NULL,'enabled',1),(5,15,'smilies_plugin','b2evSmil','opt-out','1.10',NULL,NULL,'enabled',1),(6,65,'videoplug_plugin','evo_videoplug','opt-out','2.2',NULL,NULL,'enabled',1),(7,20,'calendar_plugin','evo_Calr','never','2.2',NULL,NULL,'enabled',1),(8,50,'archives_plugin','evo_Arch','never','2.2',NULL,NULL,'enabled',1),(9,50,'ping_b2evonet_plugin','ping_b2evonet','never','1.9-dev',NULL,NULL,'enabled',1),(10,50,'ping_pingomatic_plugin','ping_pingomatic','never','1.9-dev',NULL,NULL,'enabled',1); /*!40000 ALTER TABLE `plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginsettings` -- DROP TABLE IF EXISTS `pluginsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginsettings` ( `pset_plug_ID` int(11) unsigned NOT NULL, `pset_name` varchar(30) NOT NULL, `pset_value` text, PRIMARY KEY (`pset_plug_ID`,`pset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginsettings` -- LOCK TABLES `pluginsettings` WRITE; /*!40000 ALTER TABLE `pluginsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `pluginsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginusersettings` -- DROP TABLE IF EXISTS `pluginusersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginusersettings` ( `puset_plug_ID` int(11) unsigned NOT NULL, `puset_user_ID` int(11) unsigned NOT NULL, `puset_name` varchar(30) NOT NULL, `puset_value` text, PRIMARY KEY (`puset_plug_ID`,`puset_user_ID`,`puset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginusersettings` -- LOCK TABLES `pluginusersettings` WRITE; /*!40000 ALTER TABLE `pluginusersettings` DISABLE KEYS */; /*!40000 ALTER TABLE `pluginusersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postcats` -- DROP TABLE IF EXISTS `postcats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `postcats` ( `postcat_post_ID` int(11) unsigned NOT NULL, `postcat_cat_ID` int(11) unsigned NOT NULL, PRIMARY KEY (`postcat_post_ID`,`postcat_cat_ID`), UNIQUE KEY `catpost` (`postcat_cat_ID`,`postcat_post_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `postcats` -- LOCK TABLES `postcats` WRITE; /*!40000 ALTER TABLE `postcats` DISABLE KEYS */; INSERT INTO `postcats` VALUES (1,1),(2,1),(2,2),(3,13),(4,13),(5,13),(6,13),(7,13),(8,13),(9,12),(10,12),(11,12),(12,12),(13,10),(14,1),(15,1),(15,10),(15,12),(16,11),(17,11),(18,11),(19,11),(20,11),(21,3),(22,3),(23,3),(24,1); /*!40000 ALTER TABLE `postcats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sessions` ( `sess_ID` int(11) unsigned NOT NULL auto_increment, `sess_key` char(32) default NULL, `sess_lastseen` datetime NOT NULL, `sess_ipaddress` varchar(15) NOT NULL default '', `sess_user_ID` int(10) default NULL, `sess_data` mediumblob, PRIMARY KEY (`sess_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `set_name` varchar(30) NOT NULL, `set_value` varchar(255) default NULL, PRIMARY KEY (`set_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES ('db_version','9700'),('default_locale','en-US'),('newusers_grp_ID','4'),('default_blog_ID','1'); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skins__container` -- DROP TABLE IF EXISTS `skins__container`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `skins__container` ( `sco_skin_ID` int(10) unsigned NOT NULL, `sco_name` varchar(40) NOT NULL, PRIMARY KEY (`sco_skin_ID`,`sco_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `skins__container` -- LOCK TABLES `skins__container` WRITE; /*!40000 ALTER TABLE `skins__container` DISABLE KEYS */; INSERT INTO `skins__container` VALUES (1,'Header'),(1,'Menu'),(1,'Page Top'),(1,'Sidebar'),(2,'Header'),(2,'Menu'),(2,'Page Top'),(2,'Sidebar'),(2,'Sidebar 2'),(3,'Header'),(3,'Menu'),(3,'Page Top'),(3,'Sidebar'),(4,'Menu'),(4,'Page Top'),(5,'Header'),(5,'Menu'),(5,'Page Top'),(5,'Sidebar'),(6,'Footer'),(6,'Header'),(6,'Menu'),(6,'Page Top'),(6,'Sidebar'),(7,'Header'),(7,'Menu'),(7,'Page Top'),(7,'Sidebar'),(8,'Header'),(8,'Menu'),(8,'Page Top'),(8,'Sidebar'); /*!40000 ALTER TABLE `skins__container` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skins__skin` -- DROP TABLE IF EXISTS `skins__skin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `skins__skin` ( `skin_ID` int(10) unsigned NOT NULL auto_increment, `skin_name` varchar(32) NOT NULL, `skin_type` enum('normal','feed') NOT NULL default 'normal', `skin_folder` varchar(32) NOT NULL, PRIMARY KEY (`skin_ID`), UNIQUE KEY `skin_folder` (`skin_folder`), KEY `skin_name` (`skin_name`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `skins__skin` -- LOCK TABLES `skins__skin` WRITE; /*!40000 ALTER TABLE `skins__skin` DISABLE KEYS */; INSERT INTO `skins__skin` VALUES (1,'evopress','normal','evopress'),(2,'evocamp','normal','evocamp'),(3,'miami_blue','normal','miami_blue'),(4,'photoblog','normal','photoblog'),(5,'asevo','normal','asevo'),(6,'custom','normal','custom'),(7,'natural_pink','normal','natural_pink'),(8,'nifty_corners','normal','nifty_corners'),(9,'Atom','feed','_atom'),(10,'RSS 2.0','feed','_rss2'); /*!40000 ALTER TABLE `skins__skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscriptions` -- DROP TABLE IF EXISTS `subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscriptions` ( `sub_coll_ID` int(11) unsigned NOT NULL, `sub_user_ID` int(11) unsigned NOT NULL, `sub_items` tinyint(1) NOT NULL, `sub_comments` tinyint(1) NOT NULL, PRIMARY KEY (`sub_coll_ID`,`sub_user_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscriptions` -- LOCK TABLES `subscriptions` WRITE; /*!40000 ALTER TABLE `subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `useragents` -- DROP TABLE IF EXISTS `useragents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `useragents` ( `agnt_ID` int(10) unsigned NOT NULL auto_increment, `agnt_signature` varchar(250) NOT NULL, `agnt_type` enum('rss','robot','browser','unknown') NOT NULL default 'unknown', PRIMARY KEY (`agnt_ID`), KEY `agnt_type` (`agnt_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `useragents` -- LOCK TABLES `useragents` WRITE; /*!40000 ALTER TABLE `useragents` DISABLE KEYS */; /*!40000 ALTER TABLE `useragents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `user_ID` int(11) unsigned NOT NULL auto_increment, `user_login` varchar(20) NOT NULL, `user_pass` char(32) NOT NULL, `user_firstname` varchar(50) default NULL, `user_lastname` varchar(50) default NULL, `user_nickname` varchar(50) default NULL, `user_icq` int(11) unsigned default NULL, `user_email` varchar(255) NOT NULL, `user_url` varchar(255) default NULL, `user_ip` varchar(15) default NULL, `user_domain` varchar(200) default NULL, `user_browser` varchar(200) default NULL, `dateYMDhour` datetime NOT NULL default '2000-01-01 00:00:00', `user_level` int(10) unsigned NOT NULL default '0', `user_aim` varchar(50) default NULL, `user_msn` varchar(100) default NULL, `user_yim` varchar(50) default NULL, `user_locale` varchar(20) NOT NULL default 'en-EU', `user_idmode` varchar(20) NOT NULL default 'login', `user_allow_msgform` tinyint(4) NOT NULL default '1', `user_notify` tinyint(1) NOT NULL default '1', `user_showonline` tinyint(1) NOT NULL default '1', `user_grp_ID` int(4) NOT NULL default '1', `user_validated` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_ID`), UNIQUE KEY `user_login` (`user_login`), KEY `user_grp_ID` (`user_grp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'craig','c1ee57da2594828d9368c2bbb1ad5cdb','Craig','Margenau','Craig',NULL,'cmargenau@gmail.com',NULL,'127.0.0.1','localhost',NULL,'2009-08-07 23:20:56',10,NULL,NULL,NULL,'en-US','login',1,1,1,1,1),(2,'demouser','c1ee57da2594828d9368c2bbb1ad5cdb',NULL,NULL,'Mr. Demo',NULL,'cmargenau@gmail.com',NULL,'127.0.0.1','localhost',NULL,'2009-08-07 23:20:56',0,NULL,NULL,NULL,'en-US','login',1,1,1,4,1); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usersettings` -- DROP TABLE IF EXISTS `usersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usersettings` ( `uset_user_ID` int(11) unsigned NOT NULL, `uset_name` varchar(30) NOT NULL, `uset_value` varchar(255) default NULL, PRIMARY KEY (`uset_user_ID`,`uset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usersettings` -- LOCK TABLES `usersettings` WRITE; /*!40000 ALTER TABLE `usersettings` DISABLE KEYS */; /*!40000 ALTER TABLE `usersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `widget` -- DROP TABLE IF EXISTS `widget`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget` ( `wi_ID` int(10) unsigned NOT NULL auto_increment, `wi_coll_ID` int(11) unsigned NOT NULL, `wi_sco_name` varchar(40) NOT NULL, `wi_order` int(10) unsigned NOT NULL, `wi_type` enum('core','plugin') NOT NULL default 'core', `wi_code` varchar(32) NOT NULL, `wi_params` text, PRIMARY KEY (`wi_ID`), UNIQUE KEY `wi_order` (`wi_coll_ID`,`wi_sco_name`,`wi_order`) ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `widget` -- LOCK TABLES `widget` WRITE; /*!40000 ALTER TABLE `widget` DISABLE KEYS */; INSERT INTO `widget` VALUES (1,1,'Page Top',1,'core','colls_list_public',NULL),(2,2,'Page Top',1,'core','colls_list_public',NULL),(3,3,'Page Top',1,'core','colls_list_public',NULL),(4,1,'Header',1,'core','coll_title',NULL),(5,2,'Header',1,'core','coll_title',NULL),(6,3,'Header',1,'core','coll_title',NULL),(7,1,'Header',2,'core','coll_tagline',NULL),(8,2,'Header',2,'core','coll_tagline',NULL),(9,3,'Header',2,'core','coll_tagline',NULL),(10,1,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(11,2,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(12,3,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(13,1,'Menu',2,'core','coll_page_list',NULL),(14,2,'Menu',2,'core','coll_page_list',NULL),(15,3,'Menu',2,'core','coll_page_list',NULL),(16,1,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(17,2,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(18,3,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(19,1,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(20,2,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(21,3,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(22,1,'Sidebar',1,'plugin','evo_Calr',NULL),(23,2,'Sidebar',1,'plugin','evo_Calr',NULL),(24,3,'Sidebar',1,'plugin','evo_Calr',NULL),(25,1,'Sidebar',2,'core','coll_title',NULL),(26,2,'Sidebar',2,'core','coll_title',NULL),(27,3,'Sidebar',2,'core','coll_title',NULL),(28,1,'Sidebar',3,'core','coll_longdesc',NULL),(29,2,'Sidebar',3,'core','coll_longdesc',NULL),(30,3,'Sidebar',3,'core','coll_longdesc',NULL),(31,1,'Sidebar',4,'core','coll_common_links',NULL),(32,2,'Sidebar',4,'core','coll_common_links',NULL),(33,3,'Sidebar',4,'core','coll_common_links',NULL),(34,1,'Sidebar',5,'core','coll_search_form',NULL),(35,2,'Sidebar',5,'core','coll_search_form',NULL),(36,3,'Sidebar',5,'core','coll_search_form',NULL),(37,1,'Sidebar',6,'core','coll_category_list',NULL),(38,2,'Sidebar',6,'core','coll_category_list',NULL),(39,3,'Sidebar',6,'core','coll_category_list',NULL),(40,1,'Sidebar',7,'core','linkblog','a:6:{s:5:\"title\";s:8:\"Blogroll\";s:11:\"linkblog_ID\";s:1:\"3\";s:14:\"linkblog_limit\";s:3:\"100\";s:11:\"widget_name\";s:8:\"Linkblog\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(41,2,'Sidebar',7,'core','linkblog','a:6:{s:5:\"title\";s:8:\"Blogroll\";s:11:\"linkblog_ID\";s:1:\"3\";s:14:\"linkblog_limit\";s:3:\"100\";s:11:\"widget_name\";s:8:\"Linkblog\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(42,1,'Sidebar',8,'core','coll_xml_feeds',NULL),(43,2,'Sidebar',8,'core','coll_xml_feeds',NULL),(44,3,'Sidebar',8,'core','coll_xml_feeds',NULL),(45,1,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(46,2,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(47,3,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(48,1,'Sidebar 2',2,'core','coll_post_list',NULL),(49,2,'Sidebar 2',2,'core','coll_post_list',NULL),(50,3,'Sidebar 2',2,'core','coll_post_list',NULL); /*!40000 ALTER TABLE `widget` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '19_0033361_1' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2009-09-16 1:49:26