0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
b2evolution
/
3.3.1-5
/
standard
/
scripts
/
[
Home
]
File: schema.sql
-- MySQL dump 10.11 -- -- Host: localhost Database: b2evolution -- ------------------------------------------------------ -- Server version 5.0.51a-community /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `evo_antispam` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@antispam`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_antispam` -- LOCK TABLES `@@DB_MAIN_PREFIX@@antispam` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@antispam` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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 `@@DB_MAIN_PREFIX@@antispam` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_basedomains` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@basedomains`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_basedomains` -- LOCK TABLES `@@DB_MAIN_PREFIX@@basedomains` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@basedomains` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@basedomains` VALUES (1,'apache.web','unknown','unknown'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@basedomains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_bloggroups` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@bloggroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_bloggroups` -- LOCK TABLES `@@DB_MAIN_PREFIX@@bloggroups` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@bloggroups` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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 `@@DB_MAIN_PREFIX@@bloggroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_blogs` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@blogs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@blogs` ( `blog_ID` int(11) unsigned NOT NULL auto_increment, `blog_shortname` varchar(255) default '', `blog_name` varchar(255) 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_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=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_blogs` -- LOCK TABLES `@@DB_MAIN_PREFIX@@blogs` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@blogs` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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,'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,'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,'default',NULL,NULL,NULL,NULL),(4,'Photoblog','Photoblog',1,0,'This blog shows photos...','','This is the long description for the blog named \'Photoblog\'. <br />\n<br />\n<strong>This is a photoblog, optimized for displaying photos.</strong>','en-US','relative','blog4.php','photos',NULL,NULL,'post_by_post',0,1,1,4,1,NULL,'default',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_blogusers` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@blogusers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_blogusers` -- LOCK TABLES `@@DB_MAIN_PREFIX@@blogusers` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@blogusers` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@blogusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_categories` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@categories` ( `cat_ID` int(10) unsigned NOT NULL auto_increment, `cat_parent_ID` int(10) unsigned default NULL, `cat_name` varchar(255) NOT NULL, `cat_urlname` varchar(255) NOT NULL, `cat_blog_ID` int(10) unsigned NOT NULL default '2', `cat_description` varchar(255) default NULL, `cat_order` int(11) 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`), KEY `cat_order` (`cat_order`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_categories` -- LOCK TABLES `@@DB_MAIN_PREFIX@@categories` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@categories` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@categories` VALUES (1,NULL,'Welcome','welcome',1,NULL,NULL),(2,NULL,'News','news',1,NULL,NULL),(3,NULL,'Background','background',1,NULL,NULL),(4,NULL,'Fun','fun',1,NULL,NULL),(5,4,'In real life','in-real-life',1,NULL,NULL),(6,4,'On the web','on-the-web',1,NULL,NULL),(7,5,'Sports','sports',1,NULL,NULL),(8,5,'Movies','movies',1,NULL,NULL),(9,5,'Music','music',1,NULL,NULL),(10,NULL,'Announcements','announcements',2,NULL,NULL),(11,NULL,'b2evolution Tips','b2evolution-tips',2,NULL,NULL),(12,NULL,'b2evolution','b2evolution',3,NULL,NULL),(13,NULL,'contributors','contributors',3,NULL,NULL),(14,NULL,'Monument Valley','monument-valley',4,NULL,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_coll_settings` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@coll_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_coll_settings` -- LOCK TABLES `@@DB_MAIN_PREFIX@@coll_settings` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@coll_settings` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@coll_settings` VALUES (4,'archive_mode','postbypost'),(4,'posts_per_page','1'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@coll_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_comments` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_comments` -- LOCK TABLES `@@DB_MAIN_PREFIX@@comments` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@comments` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@comments` VALUES (1,1,'comment','published',NULL,'miss b2','missb2@example.com','http://example.com','127.0.0.1','2009-10-09 15:12:33','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 `@@DB_MAIN_PREFIX@@comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_cron__log` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@cron__log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@cron__log` ( `clog_ctsk_ID` int(10) unsigned NOT NULL, `clog_realstart_datetime` datetime NOT NULL default '2000-01-01 00:00:00', `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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_cron__log` -- LOCK TABLES `@@DB_MAIN_PREFIX@@cron__log` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@cron__log` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@cron__log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_cron__task` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@cron__task`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@cron__task` ( `ctsk_ID` int(10) unsigned NOT NULL auto_increment, `ctsk_start_datetime` datetime NOT NULL default '2000-01-01 00:00:00', `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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_cron__task` -- LOCK TABLES `@@DB_MAIN_PREFIX@@cron__task` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@cron__task` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@cron__task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_files` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@files` ( `file_ID` int(11) unsigned NOT NULL auto_increment, `file_root_type` enum('absolute','user','collection','shared','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=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_files` -- LOCK TABLES `@@DB_MAIN_PREFIX@@files` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@files` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@files` VALUES (1,'user',1,'faceyourmanga_admin_boy.png',NULL,NULL,NULL),(2,'shared',0,'monument-valley/bus-stop-ahead.jpg',NULL,NULL,NULL),(3,'shared',0,'monument-valley/john-ford-point.jpg',NULL,NULL,NULL),(4,'shared',0,'monument-valley/monuments.jpg',NULL,NULL,NULL),(5,'shared',0,'monument-valley/monument-valley-road.jpg',NULL,NULL,NULL),(6,'shared',0,'monument-valley/monument-valley.jpg',NULL,NULL,NULL),(7,'shared',0,'logos/b2evolution8.png',NULL,NULL,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_filetypes` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@filetypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_filetypes` -- LOCK TABLES `@@DB_MAIN_PREFIX@@filetypes` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@filetypes` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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 `@@DB_MAIN_PREFIX@@filetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_global__cache` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@global__cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@global__cache` ( `cach_name` varchar(30) NOT NULL, `cach_cache` mediumblob, PRIMARY KEY (`cach_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_global__cache` -- LOCK TABLES `@@DB_MAIN_PREFIX@@global__cache` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@global__cache` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@global__cache` VALUES ('creds','a:3:{i:0;a:1:{s:0:\"\";a:2:{i:0;a:3:{i:0;i:6;i:1;s:19:\"http://evocore.net/\";i:2;a:3:{i:0;a:2:{i:0;i:3;i:1;s:13:\"PHP framework\";}i:1;a:2:{i:0;i:5;i:1;s:9:\"framework\";}i:2;a:2:{i:0;i:6;i:1;s:7:\"evoCore\";}}}i:1;a:3:{i:0;i:100;i:1;s:23:\"http://b2evolution.net/\";i:2;a:17:{i:0;a:2:{i:0;i:8;i:1;s:9:\"free blog\";}i:1;a:2:{i:0;i:10;i:1;s:14:\"free blog tool\";}i:2;a:2:{i:0;i:14;i:1;s:16:\"open source blog\";}i:3;a:2:{i:0;i:17;i:1;s:9:\"multiblog\";}i:4;a:2:{i:0;i:19;i:1;s:10:\"multi-blog\";}i:5;a:2:{i:0;i:25;i:1;s:13:\"blogging tool\";}i:6;a:2:{i:0;i:42;i:1;s:13:\"blog software\";}i:7;a:2:{i:0;i:45;i:1;s:8:\"blogsoft\";}i:8;a:2:{i:0;i:47;i:1;s:2:\"b2\";}i:9;a:2:{i:0;i:64;i:1;s:13:\"blog software\";}i:10;a:2:{i:0;i:72;i:1;s:14:\"multiple blogs\";}i:11;a:2:{i:0;i:74;i:1;s:18:\"free blog software\";}i:12;a:2:{i:0;i:78;i:1;s:17:\"blogging software\";}i:13;a:2:{i:0;i:84;i:1;s:11:\"blog engine\";}i:14;a:2:{i:0;i:88;i:1;s:9:\"blog soft\";}i:15;a:2:{i:0;i:97;i:1;s:9:\"blog tool\";}i:16;a:2:{i:0;i:100;i:1;s:8:\"blogtool\";}}}}}i:1;a:4:{s:5:\"en-UK\";a:2:{i:0;s:89:\"http://b2evolution.net/web-hosting/europe/uk-recommended-hosts-php-mysql-best-choices.php\";i:1;a:13:{i:0;a:2:{i:0;i:5;i:1;s:7:\"UK host\";}i:1;a:2:{i:0;i:10;i:1;s:14:\"web hosting UK\";}i:2;a:2:{i:0;i:14;i:1;s:11:\"web host UK\";}i:3;a:2:{i:0;i:19;i:1;s:13:\"webhosting UK\";}i:4;a:2:{i:0;i:30;i:1;s:10:\"UK hosting\";}i:5;a:2:{i:0;i:33;i:1;s:7:\"host uk\";}i:6;a:2:{i:0;i:62;i:1;s:8:\"UK hosts\";}i:7;a:2:{i:0;i:64;i:1;s:7:\"hosting\";}i:8;a:2:{i:0;i:66;i:1;s:11:\"web hosting\";}i:9;a:2:{i:0;i:72;i:1;s:10:\"hosting UK\";}i:10;a:2:{i:0;i:82;i:1;s:8:\"hosts UK\";}i:11;a:2:{i:0;i:98;i:1;s:14:\"UK web hosting\";}i:12;a:2:{i:0;i:100;i:1;s:10:\"UK webhost\";}}}s:5:\"en-GB\";a:2:{i:0;a:3:{i:0;i:6;i:1;s:74:\"http://b2evolution.net/web-hosting/vps-hosting-virtual-private-servers.php\";i:2;a:4:{i:0;a:2:{i:0;i:2;i:1;s:3:\"vps\";}i:1;a:2:{i:0;i:3;i:1;s:3:\"VPS\";}i:2;a:2:{i:0;i:4;i:1;s:11:\"VPS hosting\";}i:3;a:2:{i:0;i:5;i:1;s:11:\"vps hosting\";}}}i:1;a:3:{i:0;i:100;i:1;s:89:\"http://b2evolution.net/web-hosting/europe/uk-recommended-hosts-php-mysql-best-choices.php\";i:2;a:13:{i:0;a:2:{i:0;i:10;i:1;s:14:\"web hosting UK\";}i:1;a:2:{i:0;i:14;i:1;s:11:\"web host UK\";}i:2;a:2:{i:0;i:19;i:1;s:13:\"webhosting UK\";}i:3;a:2:{i:0;i:30;i:1;s:10:\"UK hosting\";}i:4;a:2:{i:0;i:33;i:1;s:7:\"host uk\";}i:5;a:2:{i:0;i:44;i:1;s:7:\"UK host\";}i:6;a:2:{i:0;i:62;i:1;s:8:\"UK hosts\";}i:7;a:2:{i:0;i:64;i:1;s:7:\"hosting\";}i:8;a:2:{i:0;i:66;i:1;s:11:\"web hosting\";}i:9;a:2:{i:0;i:72;i:1;s:10:\"hosting UK\";}i:10;a:2:{i:0;i:82;i:1;s:8:\"hosts UK\";}i:11;a:2:{i:0;i:98;i:1;s:14:\"UK web hosting\";}i:12;a:2:{i:0;i:100;i:1;s:10:\"UK webhost\";}}}}s:2:\"fr\";a:4:{i:0;a:3:{i:0;i:78;i:1;s:71:\"http://b2evolution.net/web-hosting/europe/hebergement-web-france-fr.php\";i:2;a:8:{i:0;a:2:{i:0;i:14;i:1;s:18:\"hébergement\";}i:1;a:2:{i:0;i:19;i:1;s:22:\"hébergement web\";}i:2;a:2:{i:0;i:30;i:1;s:17:\"hébergeurs\";}i:3;a:2:{i:0;i:41;i:1;s:16:\"hébergeur\";}i:4;a:2:{i:0;i:45;i:1;s:20:\"hébergeur web\";}i:5;a:2:{i:0;i:60;i:1;s:9:\"hebergeur\";}i:6;a:2:{i:0;i:72;i:1;s:11:\"hebergement\";}i:7;a:2:{i:0;i:78;i:1;s:11:\"serveur web\";}}}i:1;a:3:{i:0;i:91;i:1;s:71:\"http://b2evolution.net/web-hosting/budget-web-hosting-low-cost-lamp.php\";i:2;a:6:{i:0;a:2:{i:0;i:82;i:1;s:13:\"cheap hosting\";}i:1;a:2:{i:0;i:84;i:1;s:14:\"budget hosting\";}i:2;a:2:{i:0;i:86;i:1;s:13:\"value hosting\";}i:3;a:2:{i:0;i:88;i:1;s:18:\"affordable hosting\";}i:4;a:2:{i:0;i:89;i:1;s:15:\"popular hosting\";}i:5;a:2:{i:0;i:91;i:1;s:16:\"low cost hosting\";}}}i:2;a:3:{i:0;i:97;i:1;s:68:\"http://b2evolution.net/about/linux-dedicated-servers-web-hosting.php\";i:2;a:3:{i:0;a:2:{i:0;i:94;i:1;s:17:\"dedicated servers\";}i:1;a:2:{i:0;i:95;i:1;s:16:\"dedicated server\";}i:2;a:2:{i:0;i:97;i:1;s:17:\"dedicated hosting\";}}}i:3;a:3:{i:0;i:100;i:1;s:70:\"http://b2evolution.net/web-hosting/ssh-hosting-secure-shell-access.php\";i:2;a:3:{i:0;a:2:{i:0;i:98;i:1;s:15:\"SSH web hosting\";}i:1;a:2:{i:0;i:99;i:1;s:12:\"secure shell\";}i:2;a:2:{i:0;i:100;i:1;s:11:\"SSH hosting\";}}}}s:0:\"\";a:9:{i:0;a:3:{i:0;i:6;i:1;s:74:\"http://b2evolution.net/web-hosting/vps-hosting-virtual-private-servers.php\";i:2;a:4:{i:0;a:2:{i:0;i:2;i:1;s:3:\"vps\";}i:1;a:2:{i:0;i:3;i:1;s:3:\"VPS\";}i:2;a:2:{i:0;i:4;i:1;s:11:\"VPS hosting\";}i:3;a:2:{i:0;i:6;i:1;s:11:\"vps hosting\";}}}i:1;a:3:{i:0;i:10;i:1;s:75:\"http://b2evolution.net/web-hosting/green-hosting-renewable-energy-power.php\";i:2;a:2:{i:0;a:2:{i:0;i:8;i:1;s:13:\"green hosting\";}i:1;a:2:{i:0;i:10;i:1;s:17:\"green web hosting\";}}}i:2;a:3:{i:0;i:12;i:1;s:74:\"http://b2evolution.net/web-hosting/best-reseller-hosting-top-providers.php\";i:2;a:1:{i:0;a:2:{i:0;i:12;i:1;s:16:\"reseller hosting\";}}}i:3;a:3:{i:0;i:13;i:1;s:67:\"http://b2evolution.net/web-hosting/blog/news/web-hosting-test-sites\";i:2;a:1:{i:0;a:2:{i:0;i:13;i:1;s:17:\"web hosting sites\";}}}i:4;a:3:{i:0;i:18;i:1;s:71:\"http://b2evolution.net/web-hosting/top-recommended-webhosting-plans.php\";i:2;a:4:{i:0;a:2:{i:0;i:14;i:1;s:10:\"webhosting\";}i:1;a:2:{i:0;i:16;i:1;s:19:\"b2evolution hosting\";}i:2;a:2:{i:0;i:17;i:1;s:17:\"hosting companies\";}i:3;a:2:{i:0;i:18;i:1;s:19:\"recommended hosting\";}}}i:5;a:3:{i:0;i:73;i:1;s:66:\"http://b2evolution.net/web-hosting/top-quality-best-webhosting.php\";i:2;a:24:{i:0;a:2:{i:0;i:19;i:1;s:19:\"web hosting reviews\";}i:1;a:2:{i:0;i:20;i:1;s:18:\"webhosting reviews\";}i:2;a:2:{i:0;i:21;i:1;s:15:\"hosting reviews\";}i:3;a:2:{i:0;i:22;i:1;s:13:\"b2evo hosting\";}i:4;a:2:{i:0;i:27;i:1;s:12:\"blog hosting\";}i:5;a:2:{i:0;i:28;i:1;s:18:\"web hosting top 10\";}i:6;a:2:{i:0;i:29;i:1;s:14:\"top 10 hosting\";}i:7;a:2:{i:0;i:30;i:1;s:11:\"top hosting\";}i:8;a:2:{i:0;i:32;i:1;s:7:\"hosting\";}i:9;a:2:{i:0;i:34;i:1;s:5:\"hosts\";}i:10;a:2:{i:0;i:35;i:1;s:9:\"top hosts\";}i:11;a:2:{i:0;i:36;i:1;s:8:\"web host\";}i:12;a:2:{i:0;i:37;i:1;s:10:\"best hosts\";}i:13;a:2:{i:0;i:39;i:1;s:12:\"best hosting\";}i:14;a:2:{i:0;i:42;i:1;s:11:\"PHP hosting\";}i:15;a:2:{i:0;i:43;i:1;s:13:\"MySQL hosting\";}i:16;a:2:{i:0;i:44;i:1;s:8:\"webhosts\";}i:17;a:2:{i:0;i:45;i:1;s:12:\"LAMP hosting\";}i:18;a:2:{i:0;i:62;i:1;s:11:\"web hosting\";}i:19;a:2:{i:0;i:64;i:1;s:7:\"webhost\";}i:20;a:2:{i:0;i:66;i:1;s:10:\"webhosting\";}i:21;a:2:{i:0;i:70;i:1;s:9:\"web hosts\";}i:22;a:2:{i:0;i:72;i:1;s:10:\"webhosting\";}i:23;a:2:{i:0;i:73;i:1;s:7:\"hosting\";}}}i:6;a:3:{i:0;i:91;i:1;s:71:\"http://b2evolution.net/web-hosting/budget-web-hosting-low-cost-lamp.php\";i:2;a:11:{i:0;a:2:{i:0;i:74;i:1;s:19:\"low cost webhosting\";}i:1;a:2:{i:0;i:76;i:1;s:20:\"low cost web hosting\";}i:2;a:2:{i:0;i:78;i:1;s:7:\"hosting\";}i:3;a:2:{i:0;i:79;i:1;s:22:\"best cheap web hosting\";}i:4;a:2:{i:0;i:84;i:1;s:13:\"cheap hosting\";}i:5;a:2:{i:0;i:84;i:1;s:14:\"budget hosting\";}i:6;a:2:{i:0;i:87;i:1;s:17:\"cheap web hosting\";}i:7;a:2:{i:0;i:88;i:1;s:16:\"cheap webhosting\";}i:8;a:2:{i:0;i:89;i:1;s:18:\"affordable hosting\";}i:9;a:2:{i:0;i:90;i:1;s:16:\"low cost hosting\";}i:10;a:2:{i:0;i:91;i:1;s:15:\"cheaper hosting\";}}}i:7;a:3:{i:0;i:98;i:1;s:68:\"http://b2evolution.net/about/linux-dedicated-servers-web-hosting.php\";i:2;a:4:{i:0;a:2:{i:0;i:93;i:1;s:17:\"dedicated servers\";}i:1;a:2:{i:0;i:95;i:1;s:16:\"dedicated server\";}i:2;a:2:{i:0;i:96;i:1;s:14:\"managed server\";}i:3;a:2:{i:0;i:98;i:1;s:17:\"dedicated hosting\";}}}i:8;a:3:{i:0;i:100;i:1;s:70:\"http://b2evolution.net/web-hosting/ssh-hosting-secure-shell-access.php\";i:2;a:2:{i:0;a:2:{i:0;i:99;i:1;s:15:\"SSH web hosting\";}i:1;a:2:{i:0;i:100;i:1;s:11:\"SSH hosting\";}}}}}i:2;a:2:{s:2:\"fr\";a:3:{i:0;a:3:{i:0;i:36;i:1;s:20:\"http://fplanque.net/\";i:2;a:6:{i:0;a:2:{i:0;i:3;i:1;s:2:\"FP\";}i:1;a:2:{i:0;i:9;i:1;s:8:\"Francois\";}i:2;a:2:{i:0;i:17;i:1;s:2:\"fp\";}i:3;a:2:{i:0;i:19;i:1;s:3:\"F P\";}i:4;a:2:{i:0;i:28;i:1;s:8:\"Francois\";}i:5;a:2:{i:0;i:36;i:1;s:15:\"François\";}}}i:1;a:3:{i:0;i:90;i:1;s:52:\"http://b2evolution.net/about/monetize-blog-money.php\";i:2;a:5:{i:0;a:2:{i:0;i:41;i:1;s:8:\"pub blog\";}i:1;a:2:{i:0;i:45;i:1;s:3:\"pub\";}i:2;a:2:{i:0;i:72;i:1;s:7:\"adsense\";}i:3;a:2:{i:0;i:78;i:1;s:3:\"pub\";}i:4;a:2:{i:0;i:90;i:1;s:8:\"blog pub\";}}}i:2;a:3:{i:0;i:100;i:1;s:39:\"http://b2evolution.net/dev/authors.html\";i:2;a:3:{i:0;a:2:{i:0;i:94;i:1;s:7:\"authors\";}i:1;a:2:{i:0;i:98;i:1;s:7:\"evoTeam\";}i:2;a:2:{i:0;i:100;i:1;s:4:\"team\";}}}}s:0:\"\";a:4:{i:0;a:3:{i:0;i:27;i:1;s:20:\"http://fplanque.com/\";i:2;a:7:{i:0;a:2:{i:0;i:7;i:1;s:15:\"François\";}i:1;a:2:{i:0;i:11;i:1;s:2:\"FP\";}i:2;a:2:{i:0;i:13;i:1;s:0:\"\";}i:3;a:2:{i:0;i:15;i:1;s:4:\"F.P.\";}i:4;a:2:{i:0;i:20;i:1;s:0:\"\";}i:5;a:2:{i:0;i:22;i:1;s:2:\"fp\";}i:6;a:2:{i:0;i:27;i:1;s:8:\"Francois\";}}}i:1;a:2:{i:0;i:33;i:1;s:0:\"\";}i:2;a:3:{i:0;i:90;i:1;s:52:\"http://b2evolution.net/about/monetize-blog-money.php\";i:2;a:8:{i:0;a:2:{i:0;i:35;i:1;s:0:\"\";}i:1;a:2:{i:0;i:39;i:1;s:11:\"advertising\";}i:2;a:2:{i:0;i:45;i:1;s:8:\"blog ads\";}i:3;a:2:{i:0;i:52;i:1;s:10:\"monetizing\";}i:4;a:2:{i:0;i:62;i:1;s:8:\"monetize\";}i:5;a:2:{i:0;i:64;i:1;s:13:\"monetize blog\";}i:6;a:2:{i:0;i:79;i:1;s:0:\"\";}i:7;a:2:{i:0;i:90;i:1;s:7:\"adsense\";}}}i:3;a:3:{i:0;i:100;i:1;s:39:\"http://b2evolution.net/dev/authors.html\";i:2;a:3:{i:0;a:2:{i:0;i:94;i:1;s:7:\"authors\";}i:1;a:2:{i:0;i:98;i:1;s:7:\"evoTeam\";}i:2;a:2:{i:0;i:100;i:1;s:4:\"team\";}}}}}}'),('evo_links','a:1:{s:0:\"\";a:1:{i:0;a:3:{i:0;i:100;i:1;s:23:\"http://b2evolution.net/\";i:2;a:27:{i:0;a:2:{i:0;i:28;i:1;s:22:\"powered by b2evolution\";}i:1;a:2:{i:0;i:55;i:1;s:41:\"powered by b2evolution free blog software\";}i:2;a:2:{i:0;i:57;i:1;s:29:\"powered by free blog software\";}i:3;a:2:{i:0;i:59;i:1;s:2:\"b2\";}i:4;a:2:{i:0;i:60;i:1;s:9:\"free blog\";}i:5;a:2:{i:0;i:63;i:1;s:14:\"free blog tool\";}i:6;a:2:{i:0;i:66;i:1;s:18:\"free blog software\";}i:7;a:2:{i:0;i:67;i:1;s:21:\"free open source blog\";}i:8;a:2:{i:0;i:68;i:1;s:16:\"open source blog\";}i:9;a:2:{i:0;i:69;i:1;s:21:\"open source blog tool\";}i:10;a:2:{i:0;i:70;i:1;s:25:\"open source blog software\";}i:11;a:2:{i:0;i:72;i:1;s:9:\"multiblog\";}i:12;a:2:{i:0;i:73;i:1;s:16:\"multiblog engine\";}i:13;a:2:{i:0;i:74;i:1;s:18:\"multiblog platform\";}i:14;a:2:{i:0;i:75;i:1;s:10:\"multi-blog\";}i:15;a:2:{i:0;i:76;i:1;s:17:\"multi-blog engine\";}i:16;a:2:{i:0;i:77;i:1;s:19:\"multi-blog platform\";}i:17;a:2:{i:0;i:79;i:1;s:14:\"multiple blogs\";}i:18;a:2:{i:0;i:81;i:1;s:11:\"blog engine\";}i:19;a:2:{i:0;i:83;i:1;s:8:\"blogtool\";}i:20;a:2:{i:0;i:85;i:1;s:9:\"blog tool\";}i:21;a:2:{i:0;i:87;i:1;s:13:\"blogging tool\";}i:22;a:2:{i:0;i:88;i:1;s:13:\"blogging soft\";}i:23;a:2:{i:0;i:91;i:1;s:17:\"blogging software\";}i:24;a:2:{i:0;i:92;i:1;s:8:\"blogsoft\";}i:25;a:2:{i:0;i:94;i:1;s:9:\"blog soft\";}i:26;a:2:{i:0;i:100;i:1;s:13:\"blog software\";}}}}}'),('feedhlp','a:1:{i:0;a:1:{s:0:\"\";a:1:{i:0;a:3:{i:0;i:100;i:1;s:46:\"http://webreference.fr/2006/08/30/rss_atom_xml\";i:2;a:2:{i:0;a:2:{i:0;i:16;i:1;s:11:\"More on RSS\";}i:1;a:2:{i:0;i:100;i:1;s:12:\"What is RSS?\";}}}}}}'),('version_status_msg','s:50:\"You are running the latest version of b2evolution.\";'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@global__cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_groups` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_groups` -- LOCK TABLES `@@DB_MAIN_PREFIX@@groups` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@groups` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@groups` VALUES (1,'Administrators','visible','editall',0,'always','always',1,0,0,0,'edit','edit','edit','edit',1,'all'),(2,'Privileged Bloggers','visible','viewall',0,'always','always',1,0,0,0,'user','edit','view','view',0,'add'),(3,'Bloggers','visible','user',0,'always','always',1,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 `@@DB_MAIN_PREFIX@@groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_hitlog` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@hitlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@hitlog` ( `hit_ID` int(11) unsigned NOT NULL auto_increment, `hit_sess_ID` int(10) unsigned default NULL, `hit_datetime` datetime NOT NULL default '2000-01-01 00:00:00', `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_keyphrase_keyp_ID` int(10) unsigned default NULL, `hit_serprank` 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`), KEY `hit_remote_addr` (`hit_remote_addr`), KEY `hit_sess_ID` (`hit_sess_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_hitlog` -- LOCK TABLES `@@DB_MAIN_PREFIX@@hitlog` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@hitlog` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@hitlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__item` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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(10) unsigned NOT NULL default '1', `post_locale` varchar(20) NOT NULL default 'en-EU', `post_content` mediumtext, `post_excerpt` text, `post_title` text NOT NULL, `post_urltitle` varchar(210) default NULL, `post_titletag` varchar(255) default NULL, `post_metadesc` varchar(255) default NULL, `post_metakeywords` varchar(255) 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 COMMENT 'Task priority in workflow', `post_featured` tinyint(1) NOT NULL default '0', `post_order` double default NULL, `post_double1` double default NULL COMMENT 'Custom double value 1', `post_double2` double default NULL COMMENT 'Custom double value 2', `post_double3` double default NULL COMMENT 'Custom double value 3', `post_double4` double default NULL COMMENT 'Custom double value 4', `post_double5` double default NULL COMMENT 'Custom double value 5', `post_varchar1` varchar(255) default NULL COMMENT 'Custom varchar value 1', `post_varchar2` varchar(255) default NULL COMMENT 'Custom varchar value 2', `post_varchar3` varchar(255) default NULL COMMENT 'Custom varchar value 3', `post_editor_code` varchar(32) default NULL COMMENT 'Plugin code of the editor used to edit this post', 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=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__item` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__item` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__item` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@items__item` VALUES (1,NULL,1,1,NULL,'2009-10-09 15:10:33',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>This is the first post.</p>\n\n<p>It appears in a single category.</p>','This is the first post.\n\n It appears in a single category.','First Post','first-post',NULL,NULL,NULL,'',1,'noreq',NULL,0,11,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,NULL,1,1,NULL,'2009-10-09 15:10:34',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>This is the second post.</p>\n\n<p>It appears in multiple categories.</p>','This is the second post.\n\n It appears in multiple categories.','Second post','second-post',NULL,NULL,NULL,'',2,'noreq',NULL,0,10,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,NULL,1,1,NULL,'2009-10-09 15:10:35',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','In the middle of nowhere: a school bus stop where you wouldn\'t really expect it!','In the middle of nowhere: a school bus stop where you wouldn\'t really expect it!','Bus Stop Ahead','bus-stop-ahead',NULL,NULL,NULL,'http://fplanque.com/photo/monument-valley',14,'noreq',NULL,0,15,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,NULL,1,1,NULL,'2009-10-09 15:10:36',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','Does this scene look familiar? You\'ve probably seen it in a couple of John Ford westerns!','Does this scene look familiar? You\'ve probably seen it in a couple of John Ford westerns!','John Ford Point','john-ford-point',NULL,NULL,NULL,'http://fplanque.com/photo/monument-valley',14,'noreq',NULL,0,16,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,NULL,1,1,NULL,'2009-10-09 15:10:37',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','This is one of the most famous views in Monument Valley. I like to frame it with the dirt road in order to give a better idea of the size of those things!','This is one of the most famous views in Monument Valley. I like to frame it with the dirt road in order to give a better idea of the size of those things!','Monuments','monuments',NULL,NULL,NULL,'http://fplanque.com/photo/monument-valley',14,'noreq',NULL,0,33,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,NULL,1,1,NULL,'2009-10-09 15:10:38',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','This gives a pretty good idea of the Monuments you\'re about to drive into...','This gives a pretty good idea of the Monuments you\'re about to drive into...','Road to Monument Valley','road-to-monument-valley',NULL,NULL,NULL,'http://fplanque.com/photo/monument-valley',14,'noreq',NULL,0,14,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,NULL,1,1,NULL,'2009-10-09 15:10:39',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','This is a short photo album demo. Use the arrows to navigate between photos. Click on \"Index\" to see a thumbnail index.','This is a short photo album demo. Use the arrows to navigate between photos. Click on \"Index\" to see a thumbnail index.','Monument Valley','monument-valley',NULL,NULL,NULL,'http://fplanque.com/photo/monument-valley',14,'noreq',NULL,0,22,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,NULL,1,1,NULL,'2009-10-09 15:11:40',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','',NULL,'Danny','danny',NULL,NULL,NULL,'http://personman.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,NULL,1,1,NULL,'2009-10-09 15:10:41',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'de-DE','',NULL,'Daniel','daniel',NULL,NULL,NULL,'http://daniel.hahler.de/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,NULL,1,1,NULL,'2009-10-09 15:10:42',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'fr-FR','',NULL,'Francois','francois',NULL,NULL,NULL,'http://fplanque.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,NULL,1,1,NULL,'2009-10-09 15:10:43',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','',NULL,'Blog news','blog-news',NULL,NULL,NULL,'http://b2evolution.net/news.php',12,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,NULL,1,1,NULL,'2009-10-09 15:10:44',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','',NULL,'Web hosting','web-hosting',NULL,NULL,NULL,'http://b2evolution.net/web-hosting/blog/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,NULL,1,1,NULL,'2009-10-09 15:10:45',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','',NULL,'Manual','manual',NULL,NULL,NULL,'http://manual.b2evolution.net/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,NULL,1,1,NULL,'2009-10-09 15:10:46',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','',NULL,'Support','support',NULL,NULL,NULL,'http://forums.b2evolution.net/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,NULL,1,1,NULL,'2009-10-09 15:10:47',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1000,'en-US','<p>This blog is powered by b2evolution.</p>\n\n<p>You are currently looking at an info page about Blog B.</p>\n\n<p>Info 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.</p>\n\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>','This blog is powered by b2evolution.\n\n You are currently looking at an info page about Blog B.\n\n Info 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.…','About Blog B','about-blog-b',NULL,NULL,NULL,'',10,'noreq',NULL,0,58,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,NULL,1,1,NULL,'2009-10-09 15:10:48',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1000,'en-US','<p>This blog is powered by b2evolution.</p>\n\n<p>You are currently looking at an info page about Blog A.</p>\n\n<p>Info 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.</p>\n\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>','This blog is powered by b2evolution.\n\n You are currently looking at an info page about Blog A.\n\n Info 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.…','About Blog A','about-blog-a',NULL,NULL,NULL,'',1,'noreq',NULL,0,58,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,NULL,1,1,NULL,'2009-10-09 15:10:49',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1000,'en-US','<p>This blog platform is powered by b2evolution.</p>\n\n<p>You are currently looking at an info page about this system. It is cross-posted among the demo blogs. Thus, this page will be linked on each of these blogs.</p>\n\n<p>Info 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.</p>\n\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>','This blog platform is powered by b2evolution.\n\n You are currently looking at an info page about this system. It is cross-posted among the demo blogs. Thus, this page will be linked on each of these blogs.\n\n Info pages are very much like regular posts, ex…','About this system','about-this-system',NULL,NULL,NULL,'',1,'noreq',NULL,0,77,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,NULL,1,1,NULL,'2008-10-09 15:10:50',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1500,'en-US','This is the main intro post. It appears on the homepage only.','This is the main intro post. It appears on the homepage only.','Main Intro post','main-intro-post',NULL,NULL,NULL,'',11,'noreq',NULL,0,12,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,NULL,1,1,NULL,'2008-10-09 15:10:51',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1520,'en-US','This uses post type \"Intro-Cat\" and is attached to the desired Category(ies).','This uses post type \"Intro-Cat\" and is attached to the desired Category(ies).','b2evolution tips category – Sub Intro post','b2evolution-tips-category-andash-sub-intro-post',NULL,NULL,NULL,'',11,'noreq',NULL,0,12,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,NULL,1,1,NULL,'2008-10-09 15:10:52',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1530,'en-US','This uses post type \"Intro-Tag\" and is tagged with the desired Tag(s).','This uses post type \"Intro-Tag\" and is tagged with the desired Tag(s).','Widgets tag – Sub Intro post','widgets-tag-andash-sub-intro-post',NULL,NULL,NULL,'',11,'noreq',NULL,0,12,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,NULL,1,1,NULL,'2009-10-09 15:10:53',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>This is a demo of a featured post.</p>\n\n<p>It will be featured whenever we have no specific \"Intro\" post to display for the current request. To see it in action, try displaying the \"Announcements\" category.</p>\n\n<p>Also note that when the post is featured, it does not appear in the regular post flow.</p>','This is a demo of a featured post.\n\n It will be featured whenever we have no specific \"Intro\" post to display for the current request. To see it in action, try displaying the \"Announcements\" category.\n\n Also note that when the post is featured, it does n…','Featured post','featured-post',NULL,NULL,NULL,'',11,'noreq',NULL,0,52,'open',NULL,'default',3,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,NULL,1,1,NULL,'2009-10-09 15:10:54',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>In the <code>/blogs</code> folder there is a file called [<code>sample.htaccess</code>]. You should try renaming it to [<code>.htaccess</code>].</p>\n\n<p>This 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.</p>','In the /blogs folder there is a file called [sample.htaccess]. You should try renaming it to [.htaccess].\n\n This 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 hos…','Apache optimization...','apache-optimization',NULL,NULL,NULL,'',11,'noreq',NULL,0,73,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,NULL,1,1,NULL,'2009-10-09 15:10:55',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>By default, blogs are displayed using an evoskin. (More on skins in another post.)</p>\n\n<p>This 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.</p>\n\n<p>Alternatively, 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 .</p>\n\n<p>Finally, 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>\'.</p>\n\n<p>If 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.</p>\n\n<p>You will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.</p>\n\n<p>Either 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.</p>','By default, blogs are displayed using an evoskin. (More on skins in another post.)\n\n This means, blogs are accessed through \'index.php\', which loads default parameters from the database and then passes on the display job to a skin.\n\n Alternatively, if yo…','Skins, Stubs, Templates & website integration...','skins-stubs-templates-aamp-website-integration',NULL,NULL,NULL,'',11,'noreq',NULL,0,194,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,NULL,1,1,NULL,'2009-10-09 15:10:56',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>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.</p>\n\n<p>You can add, remove and reorder widgets from the Blog Settings tab in the admin interface.</p>\n\n<p>Note: to be displayed widgets are placed in containers. Each container appears in a specific place in an evoskin. If you change your blog skin, 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.</p>','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\n You can add, remove and reorder widgets from th…','About widgets...','about-widgets',NULL,NULL,NULL,'',11,'noreq',NULL,0,106,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,NULL,1,1,NULL,'2009-10-09 15:10:57',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>By default, b2evolution blogs are displayed using an evoskin.</p>\n\n<p>You can change the skin used by any blog by editing the blog settings in the admin interface.</p>\n\n<p>You 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\".</p>\n\n<p>You can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.</p>\n\n<p>To 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.</p>\n\n<p>And, of course, read the <a href=\"http://manual.b2evolution.net/Skins_2.0\" target=\"_blank\">manual on skins</a>!</p>','By default, b2evolution blogs are displayed using an evoskin.\n\n You can change the skin used by any blog by editing the blog settings in the admin interface.\n\n You can download additional skins from the skin site. To install them, unzip them in the /blog…','About skins...','about-skins',NULL,NULL,NULL,'',11,'noreq',NULL,0,121,'open',NULL,'default',3,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,NULL,1,1,NULL,'2009-10-09 15:10:58',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>This post has an image attached to it. The image is automatically resized to fit the current blog skin. You can zoom in by clicking on the thumbnail.</p>\n\n<p>Check out the photoblog (accessible through the links at the top) to see a completely different skin focused more on the photos than on the blog text.</p>','This post has an image attached to it. The image is automatically resized to fit the current blog skin. You can zoom in by clicking on the thumbnail.\n\n Check out the photoblog (accessible through the links at the top) to see a completely different skin f…','Image post','image-post',NULL,NULL,NULL,'',3,'noreq',NULL,0,55,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,NULL,1,1,NULL,'2009-10-09 15:10:59',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>This is page 1 of a multipage post.</p>\n\n<p>You can see the other pages by clicking on the links below the text.</p>\n\n<!--nextpage-->\n\n<p>This is page 2.</p>\n\n<!--nextpage-->\n\n<p>This is page 3.</p>\n\n<!--nextpage-->\n\n<p>This is page 4.</p>\n\n<p>It is the last page.</p>','This is page 1 of a multipage post.\n\n You can see the other pages by clicking on the links below the text.\n\n\n\n This is page 2.\n\n\n\n This is page 3.\n\n\n\n This is page 4.\n\n It is the last page.','This is a multipage post','this-is-a-multipage-post',NULL,NULL,NULL,'',3,'noreq',NULL,0,35,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,NULL,1,1,NULL,'2009-10-09 15:11:00',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>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.</p>\n\n<!--more--><!--noteaser-->\n\n<p>This is the extended text. You only see it when you have clicked the \"more\" link.</p>','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\n\n This is the extended text. You only see it when you have clicked the \"more\" link.','Extended post with no teaser','extended-post-with-no-teaser',NULL,NULL,NULL,'',3,'noreq',NULL,0,40,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,NULL,1,1,NULL,'2009-10-09 15:11:01',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>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.</p>\n\n<!--more-->\n\n<p>This is the extended text. You only see it when you have clicked the \"more\" link.</p>','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\n\n This is the extended text. You only see it when you have clicked the \"more\" link.','Extended post','extended-post',NULL,NULL,NULL,'',3,'noreq',NULL,0,42,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,NULL,1,1,NULL,'2009-10-09 15:11:02',NULL,'2009-10-09 15:12:30','2009-10-09 15:12:30','published',NULL,1,'en-US','<p>Four blogs have been created with sample contents:</p>\n\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 <li><strong>Photoblog</strong>: This blog is an example of how you can use b2evolution to showcase photos, with one photo per page as well as a thumbnail index.</li>\n</ul>\n\n<p>You can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, blog skin, widgets, etc.) from the Blog Settings tab in the admin interface.</p>','Four blogs have been created with sample contents:\n\n\n Blog A: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.\n Blog B: You can access it from a link at the top of the page. It contains information ab…','Welcome to b2evolution!','welcome-to-b2evolution',NULL,NULL,NULL,'',1,'noreq',NULL,0,122,'open',NULL,'default',3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__itemtag` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__itemtag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__itemtag` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__itemtag` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__itemtag` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@items__itemtag` VALUES (20,1),(23,2),(24,1),(25,2); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__itemtag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__prerendering` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__prerendering`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__prerendering` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__prerendering` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__prerendering` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__prerendering` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__status` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@items__status` ( `pst_ID` int(11) unsigned NOT NULL auto_increment, `pst_name` varchar(30) NOT NULL, PRIMARY KEY (`pst_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__status` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__status` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__status` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__tag` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__tag` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__tag` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__tag` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@items__tag` VALUES (2,'skins'),(1,'widgets'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__type` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@items__type` ( `ptyp_ID` int(11) unsigned NOT NULL auto_increment, `ptyp_name` varchar(30) NOT NULL, PRIMARY KEY (`ptyp_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=5001 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__type` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__type` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__type` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@items__type` VALUES (1,'Post'),(1000,'Page'),(1500,'Intro-Main'),(1520,'Intro-Cat'),(1530,'Intro-Tag'),(1570,'Intro-Sub'),(1600,'Intro-All'),(2000,'Podcast'),(3000,'Sidebar link'),(4000,'Reserved'),(5000,'Reserved'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_items__version` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@items__version`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@items__version` ( `iver_itm_ID` int(10) unsigned NOT NULL, `iver_edit_user_ID` int(10) unsigned default NULL, `iver_edit_datetime` datetime NOT NULL, `iver_status` enum('published','deprecated','protected','private','draft','redirected') default NULL, `iver_title` text, `iver_content` mediumtext, KEY `iver_itm_ID` (`iver_itm_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_items__version` -- LOCK TABLES `@@DB_MAIN_PREFIX@@items__version` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__version` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@items__version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_links` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@links` ( `link_ID` int(11) unsigned NOT NULL auto_increment, `link_datecreated` datetime NOT NULL default '2000-01-01 00:00:00', `link_datemodified` datetime NOT NULL default '2000-01-01 00:00:00', `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=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_links` -- LOCK TABLES `@@DB_MAIN_PREFIX@@links` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@links` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@links` VALUES (1,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,3,NULL,2,1,NULL,NULL),(2,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,4,NULL,3,1,NULL,NULL),(3,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,5,NULL,4,1,NULL,NULL),(4,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,6,NULL,5,1,NULL,NULL),(5,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,7,NULL,6,1,NULL,NULL),(6,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,17,NULL,7,1,NULL,NULL),(7,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,26,NULL,4,1,NULL,NULL),(8,'2009-10-09 15:12:30','2009-10-09 15:12:30',1,1,30,NULL,7,1,NULL,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_locales` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@locales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1 COMMENT='saves available locales'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_locales` -- LOCK TABLES `@@DB_MAIN_PREFIX@@locales` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@locales` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@locales` VALUES ('en-US','iso-8859-1','m/d/y','h:i:s a',0,'English (US) latin1','en_US',1,1); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@locales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_pluginevents` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@pluginevents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_pluginevents` -- LOCK TABLES `@@DB_MAIN_PREFIX@@pluginevents` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginevents` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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,'AdminDisplayToolbar',1),(6,'RenderItemAsHtml',1),(6,'RenderItemAsXml',1),(7,'SkinTag',1),(8,'SkinTag',1),(9,'ItemSendPing',1),(10,'ItemSendPing',1),(11,'AdminDisplayEditorButton',1),(12,'ItemSendPing',1); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginevents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_plugins` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_plugins` -- LOCK TABLES `@@DB_MAIN_PREFIX@@plugins` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@plugins` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@plugins` VALUES (1,30,'quicktags_plugin','b2evQTag','never','2.4.1',NULL,NULL,'enabled',1),(2,70,'auto_p_plugin','b2WPAutP','opt-in','3.3',NULL,NULL,'enabled',1),(3,60,'autolinks_plugin','b2evALnk','opt-out','3.3.1',NULL,NULL,'enabled',1),(4,90,'texturize_plugin','b2WPTxrz','opt-in','2.2-dev',NULL,NULL,'enabled',1),(5,15,'smilies_plugin','b2evSmil','opt-in','3.3',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','3.0',NULL,NULL,'enabled',1),(8,50,'archives_plugin','evo_Arch','never','3.2',NULL,NULL,'enabled',1),(9,50,'ping_b2evonet_plugin','ping_b2evonet','never','2.4.2.1',NULL,NULL,'enabled',1),(10,50,'ping_pingomatic_plugin','ping_pingomatic','never','1.9-dev',NULL,NULL,'enabled',1),(11,10,'tinymce_plugin','evo_TinyMCE','never','3.3.0',NULL,NULL,'enabled',1),(12,50,'twitter_plugin','evo_twitter','never','3.2',NULL,NULL,'enabled',1); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_pluginsettings` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@pluginsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_pluginsettings` -- LOCK TABLES `@@DB_MAIN_PREFIX@@pluginsettings` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_pluginusersettings` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@pluginusersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_pluginusersettings` -- LOCK TABLES `@@DB_MAIN_PREFIX@@pluginusersettings` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginusersettings` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@pluginusersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_postcats` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@postcats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_postcats` -- LOCK TABLES `@@DB_MAIN_PREFIX@@postcats` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@postcats` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@postcats` VALUES (1,1),(2,1),(2,2),(3,14),(4,14),(5,14),(6,14),(7,14),(8,13),(9,13),(10,13),(11,12),(12,12),(13,12),(14,12),(15,10),(16,1),(17,1),(17,10),(17,12),(18,11),(19,11),(20,11),(21,10),(21,11),(22,10),(22,11),(23,11),(24,11),(25,11),(26,3),(27,3),(28,3),(29,3),(30,1); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@postcats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_sessions` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@sessions` ( `sess_ID` int(11) unsigned NOT NULL auto_increment, `sess_key` char(32) default NULL, `sess_hitcount` int(10) unsigned NOT NULL default '1', `sess_lastseen` datetime NOT NULL default '2000-01-01 00:00:00', `sess_ipaddress` varchar(15) NOT NULL default '', `sess_user_ID` int(10) default NULL, `sess_data` mediumblob, PRIMARY KEY (`sess_ID`), KEY `sess_user_ID` (`sess_user_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_sessions` -- LOCK TABLES `@@DB_MAIN_PREFIX@@sessions` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@sessions` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@sessions` VALUES (1,'NFuy6Suvey0k3r43WvIc0KPIDie9vSMi',5,'2009-10-09 15:13:06','10.30.19.127',1,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_settings` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@settings` ( `set_name` varchar(30) NOT NULL, `set_value` varchar(255) default NULL, PRIMARY KEY (`set_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_settings` -- LOCK TABLES `@@DB_MAIN_PREFIX@@settings` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@settings` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@settings` VALUES ('auto_prune_stats_done','2009-10-09 15:12:47'),('db_version','9960'),('default_blog_ID','1'),('default_locale','@@LOCALE@@'),('evonet_last_attempt','1255086767'),('evonet_last_update','1255086767'),('newusers_grp_ID','4'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_skins__container` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@skins__container`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@skins__container` ( `sco_skin_ID` int(10) unsigned NOT NULL, `sco_name` varchar(40) NOT NULL, PRIMARY KEY (`sco_skin_ID`,`sco_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_skins__container` -- LOCK TABLES `@@DB_MAIN_PREFIX@@skins__container` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@skins__container` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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'),(7,'Sidebar 2'),(8,'Header'),(8,'Menu'),(8,'Page Top'),(8,'Sidebar'),(9,'Header'),(9,'Menu'),(9,'Page Top'),(9,'Sidebar'),(10,'Footer'),(10,'Header'),(10,'Menu'),(10,'Page Top'),(10,'Sidebar'),(11,'Footer'),(11,'Header'),(11,'Menu'),(11,'Page Top'),(11,'Sidebar'),(12,'Footer'),(12,'Header'),(12,'Menu'),(12,'Page Top'),(12,'Sidebar'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@skins__container` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_skins__skin` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@skins__skin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_skins__skin` -- LOCK TABLES `@@DB_MAIN_PREFIX@@skins__skin` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@skins__skin` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@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,'glossyblue','normal','glossyblue'),(8,'Natural Pink','normal','natural_pink'),(9,'nifty_corners','normal','nifty_corners'),(10,'pixelgreen','normal','pixelgreen'),(11,'terrafirma','normal','terrafirma'),(12,'vastitude','normal','vastitude'),(13,'Atom','feed','_atom'),(14,'RSS 2.0','feed','_rss2'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@skins__skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_subscriptions` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_subscriptions` -- LOCK TABLES `@@DB_MAIN_PREFIX@@subscriptions` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_track__goal` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@track__goal`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@track__goal` ( `goal_ID` int(10) unsigned NOT NULL auto_increment, `goal_name` varchar(50) default NULL, `goal_key` varchar(32) default NULL, `goal_redir_url` varchar(255) default NULL, `goal_default_value` double default NULL, PRIMARY KEY (`goal_ID`), UNIQUE KEY `goal_key` (`goal_key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_track__goal` -- LOCK TABLES `@@DB_MAIN_PREFIX@@track__goal` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__goal` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__goal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_track__goalhit` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@track__goalhit`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@track__goalhit` ( `ghit_ID` int(10) unsigned NOT NULL auto_increment, `ghit_goal_ID` int(10) unsigned NOT NULL, `ghit_hit_ID` int(10) unsigned NOT NULL, `ghit_params` text, PRIMARY KEY (`ghit_ID`), KEY `ghit_goal_ID` (`ghit_goal_ID`), KEY `ghit_hit_ID` (`ghit_hit_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_track__goalhit` -- LOCK TABLES `@@DB_MAIN_PREFIX@@track__goalhit` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__goalhit` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__goalhit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_track__keyphrase` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@track__keyphrase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@track__keyphrase` ( `keyp_ID` int(10) unsigned NOT NULL auto_increment, `keyp_phrase` varchar(255) NOT NULL, PRIMARY KEY (`keyp_ID`), UNIQUE KEY `keyp_phrase` (`keyp_phrase`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_track__keyphrase` -- LOCK TABLES `@@DB_MAIN_PREFIX@@track__keyphrase` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__keyphrase` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@track__keyphrase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_useragents` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@useragents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_useragents` -- LOCK TABLES `@@DB_MAIN_PREFIX@@useragents` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@useragents` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@useragents` VALUES (1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20060911 SUSE/1.5.0.10-0.2 Firefox/1.5.0.10','browser'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@useragents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_users` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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', `user_avatar_file_ID` int(10) unsigned default NULL, PRIMARY KEY (`user_ID`), UNIQUE KEY `user_login` (`user_login`), KEY `user_grp_ID` (`user_grp_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_users` -- LOCK TABLES `@@DB_MAIN_PREFIX@@users` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@users` VALUES (1,'@@ADMIN_NAME@@','@@ADMIN_PASSWORD@@','@@ADMIN_FIRSTNAME@@','@@ADMIN_LASTNAME@@','@@ADMIN_NICK@@',NULL,'@@ADMIN_EMAIL@@',NULL,'127.0.0.1','@@ADMIN_DOMAIN@@',NULL,now(),10,NULL,NULL,NULL,'@@ADMIN_LOCALE@@','login',1,1,1,1,1,1),(2,'ablogger','@@ADMIN_PASSWORD@@',NULL,NULL,'Blogger A',NULL,'@@ADMIN_EMAIL@@',NULL,'127.0.0.1','localhost',NULL,now(),1,NULL,NULL,NULL,'@@ADMIN_LOCALE@@','login',1,1,1,3,1,NULL),(3,'demouser','@@ADMIN_PASSWORD@@',NULL,NULL,'Mr. Demo',NULL,'@@ADMIN_EMAIL@@',NULL,'127.0.0.1','localhost',NULL,now(),0,NULL,NULL,NULL,'@@ADMIN_LOCALE@@','login',1,1,1,4,1,NULL); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_users__fielddefs` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@users__fielddefs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@users__fielddefs` ( `ufdf_ID` int(10) unsigned NOT NULL, `ufdf_type` char(8) NOT NULL, `ufdf_name` varchar(255) NOT NULL, PRIMARY KEY (`ufdf_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_users__fielddefs` -- LOCK TABLES `@@DB_MAIN_PREFIX@@users__fielddefs` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users__fielddefs` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@users__fielddefs` VALUES (10000,'email','MSN/Live IM'),(10100,'word','Yahoo IM'),(10200,'word','AOL AIM'),(10300,'number','ICQ ID'),(40000,'phone','Skype'),(50000,'phone','Main phone'),(50100,'phone','Cell phone'),(50200,'phone','Office phone'),(50300,'phone','Home phone'),(60000,'phone','Office FAX'),(60100,'phone','Home FAX'),(100000,'url','Website'),(100100,'url','Blog'),(110000,'url','Linkedin'),(120000,'url','Twitter'),(130100,'url','Facebook'),(130200,'url','Myspace'),(140000,'url','Flickr'),(150000,'url','YouTube'),(160000,'url','Digg'),(160100,'url','StumbleUpon'),(200000,'text','Role'),(200100,'text','Organization'),(200200,'text','Division'),(211000,'text','VAT ID'),(300000,'text','Main address'),(300300,'text','Home address'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users__fielddefs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_users__fields` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@users__fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@users__fields` ( `uf_ID` int(10) unsigned NOT NULL auto_increment, `uf_user_ID` int(10) unsigned NOT NULL, `uf_ufdf_ID` int(10) unsigned NOT NULL, `uf_varchar` varchar(255) NOT NULL, PRIMARY KEY (`uf_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_users__fields` -- LOCK TABLES `@@DB_MAIN_PREFIX@@users__fields` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users__fields` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@users__fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_usersettings` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@usersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_usersettings` -- LOCK TABLES `@@DB_MAIN_PREFIX@@usersettings` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@usersettings` DISABLE KEYS */; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@usersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evo_widget` -- DROP TABLE IF EXISTS `@@DB_MAIN_PREFIX@@widget`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `@@DB_MAIN_PREFIX@@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) NOT NULL, `wi_enabled` tinyint(1) NOT NULL default '1', `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=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `evo_widget` -- LOCK TABLES `@@DB_MAIN_PREFIX@@widget` WRITE; /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@widget` DISABLE KEYS */; INSERT INTO `@@DB_MAIN_PREFIX@@widget` VALUES (1,1,'Page Top',1,1,'core','colls_list_public',NULL),(2,2,'Page Top',1,1,'core','colls_list_public',NULL),(3,3,'Page Top',1,1,'core','colls_list_public',NULL),(4,4,'Page Top',1,1,'core','colls_list_public',NULL),(5,1,'Header',1,1,'core','coll_title',NULL),(6,2,'Header',1,1,'core','coll_title',NULL),(7,3,'Header',1,1,'core','coll_title',NULL),(8,4,'Header',1,1,'core','coll_title',NULL),(9,1,'Header',2,1,'core','coll_tagline',NULL),(10,2,'Header',2,1,'core','coll_tagline',NULL),(11,3,'Header',2,1,'core','coll_tagline',NULL),(12,4,'Header',2,1,'core','coll_tagline',NULL),(13,1,'Menu',1,1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(14,2,'Menu',1,1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(15,3,'Menu',1,1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(16,4,'Menu',1,1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(17,1,'Menu',2,1,'core','coll_page_list',NULL),(18,2,'Menu',2,1,'core','coll_page_list',NULL),(19,3,'Menu',2,1,'core','coll_page_list',NULL),(20,4,'Menu',2,1,'core','coll_page_list',NULL),(21,1,'Menu',3,1,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(22,2,'Menu',3,1,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(23,3,'Menu',3,1,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(24,4,'Menu',3,1,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(25,1,'Menu',4,1,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(26,2,'Menu',4,1,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(27,3,'Menu',4,1,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(28,4,'Menu',4,1,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(29,2,'Sidebar',1,1,'plugin','evo_Calr',NULL),(30,3,'Sidebar',1,1,'plugin','evo_Calr',NULL),(31,4,'Sidebar',1,1,'plugin','evo_Calr',NULL),(32,1,'Sidebar',2,1,'core','coll_title',NULL),(33,2,'Sidebar',2,1,'core','coll_title',NULL),(34,3,'Sidebar',2,1,'core','coll_title',NULL),(35,4,'Sidebar',2,1,'core','coll_title',NULL),(36,1,'Sidebar',3,1,'core','coll_longdesc',NULL),(37,2,'Sidebar',3,1,'core','coll_longdesc',NULL),(38,3,'Sidebar',3,1,'core','coll_longdesc',NULL),(39,4,'Sidebar',3,1,'core','coll_longdesc',NULL),(40,1,'Sidebar',4,1,'core','coll_common_links',NULL),(41,2,'Sidebar',4,1,'core','coll_common_links',NULL),(42,3,'Sidebar',4,1,'core','coll_common_links',NULL),(43,4,'Sidebar',4,1,'core','coll_common_links',NULL),(44,1,'Sidebar',5,1,'core','coll_search_form',NULL),(45,2,'Sidebar',5,1,'core','coll_search_form',NULL),(46,3,'Sidebar',5,1,'core','coll_search_form',NULL),(47,4,'Sidebar',5,1,'core','coll_search_form',NULL),(48,1,'Sidebar',6,1,'core','coll_category_list',NULL),(49,2,'Sidebar',6,1,'core','coll_category_list',NULL),(50,3,'Sidebar',6,1,'core','coll_category_list',NULL),(51,4,'Sidebar',6,1,'core','coll_category_list',NULL),(52,1,'Sidebar',7,1,'core','coll_media_index','a:11:{s:5:\"title\";s:12:\"Random photo\";s:10:\"thumb_size\";s:11:\"fit-160x120\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"1\";s:5:\"limit\";s:1:\"1\";s:8:\"order_by\";s:4:\"RAND\";s:9:\"order_dir\";s:3:\"ASC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:12:\"Random photo\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(53,3,'Sidebar',7,1,'core','coll_media_index','a:11:{s:5:\"title\";s:12:\"Random photo\";s:10:\"thumb_size\";s:11:\"fit-160x120\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"1\";s:5:\"limit\";s:1:\"1\";s:8:\"order_by\";s:4:\"RAND\";s:9:\"order_dir\";s:3:\"ASC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:12:\"Random photo\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(54,4,'Sidebar',7,1,'core','coll_media_index','a:11:{s:5:\"title\";s:12:\"Random photo\";s:10:\"thumb_size\";s:11:\"fit-160x120\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"1\";s:5:\"limit\";s:1:\"1\";s:8:\"order_by\";s:4:\"RAND\";s:9:\"order_dir\";s:3:\"ASC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:12:\"Random photo\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(55,1,'Sidebar',8,1,'core','linkblog','a:1:{s:7:\"blog_ID\";i:3;}'),(56,2,'Sidebar',8,1,'core','linkblog','a:1:{s:7:\"blog_ID\";i:3;}'),(57,1,'Sidebar',9,1,'core','coll_xml_feeds',NULL),(58,2,'Sidebar',9,1,'core','coll_xml_feeds',NULL),(59,3,'Sidebar',9,1,'core','coll_xml_feeds',NULL),(60,4,'Sidebar',9,1,'core','coll_xml_feeds',NULL),(61,1,'Sidebar 2',1,1,'core','coll_post_list',NULL),(62,2,'Sidebar 2',1,1,'core','coll_post_list',NULL),(63,3,'Sidebar 2',1,1,'core','coll_post_list',NULL),(64,4,'Sidebar 2',1,1,'core','coll_post_list',NULL),(65,1,'Sidebar 2',2,1,'core','coll_comment_list',NULL),(66,2,'Sidebar 2',2,1,'core','coll_comment_list',NULL),(67,3,'Sidebar 2',2,1,'core','coll_comment_list',NULL),(68,4,'Sidebar 2',2,1,'core','coll_comment_list',NULL),(69,1,'Sidebar 2',3,1,'core','coll_media_index','a:11:{s:5:\"title\";s:13:\"Recent photos\";s:10:\"thumb_size\";s:10:\"crop-80x80\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"3\";s:5:\"limit\";s:1:\"9\";s:8:\"order_by\";s:9:\"datestart\";s:9:\"order_dir\";s:4:\"DESC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:11:\"Photo index\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(70,2,'Sidebar 2',3,1,'core','coll_media_index','a:11:{s:5:\"title\";s:13:\"Recent photos\";s:10:\"thumb_size\";s:10:\"crop-80x80\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"3\";s:5:\"limit\";s:1:\"9\";s:8:\"order_by\";s:9:\"datestart\";s:9:\"order_dir\";s:4:\"DESC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:11:\"Photo index\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(71,3,'Sidebar 2',3,1,'core','coll_media_index','a:11:{s:5:\"title\";s:13:\"Recent photos\";s:10:\"thumb_size\";s:10:\"crop-80x80\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"3\";s:5:\"limit\";s:1:\"9\";s:8:\"order_by\";s:9:\"datestart\";s:9:\"order_dir\";s:4:\"DESC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:11:\"Photo index\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(72,4,'Sidebar 2',3,1,'core','coll_media_index','a:11:{s:5:\"title\";s:13:\"Recent photos\";s:10:\"thumb_size\";s:10:\"crop-80x80\";s:12:\"thumb_layout\";s:4:\"grid\";s:12:\"grid_nb_cols\";s:1:\"3\";s:5:\"limit\";s:1:\"9\";s:8:\"order_by\";s:9:\"datestart\";s:9:\"order_dir\";s:4:\"DESC\";s:7:\"blog_ID\";s:1:\"4\";s:11:\"widget_name\";s:11:\"Photo index\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(73,1,'Sidebar 2',4,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:\"\";}'),(74,2,'Sidebar 2',4,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:\"\";}'),(75,3,'Sidebar 2',4,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:\"\";}'),(76,4,'Sidebar 2',4,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:\"\";}'); /*!40000 ALTER TABLE `@@DB_MAIN_PREFIX@@widget` ENABLE KEYS */; UNLOCK TABLES; /*!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-10-09 11:13:39