0byt3m1n1
Path:
/
data
/
0
/
0
/
2
/
12
/
2501
/
meta
/
2543
/
mysql.backup
/
[
Home
]
File: 19_0033361_2.mysqlv11.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv11 Database: 19_0033361_2 -- ------------------------------------------------------ -- Server version 5.0.75 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `antispam` -- DROP TABLE IF EXISTS `antispam`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `antispam` ( `aspm_ID` bigint(11) NOT NULL auto_increment, `aspm_string` varchar(80) NOT NULL, `aspm_source` enum('local','reported','central') NOT NULL default 'reported', PRIMARY KEY (`aspm_ID`), UNIQUE KEY `aspm_string` (`aspm_string`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `antispam` -- LOCK TABLES `antispam` WRITE; /*!40000 ALTER TABLE `antispam` DISABLE KEYS */; INSERT INTO `antispam` VALUES (1,'online-casino','reported'),(2,'penis-enlargement','reported'),(3,'order-viagra','reported'),(4,'order-phentermine','reported'),(5,'order-xenical','reported'),(6,'order-prophecia','reported'),(7,'sexy-lingerie','reported'),(8,'-porn-','reported'),(9,'-adult-','reported'),(10,'-tits-','reported'),(11,'buy-phentermine','reported'),(12,'order-cheap-pills','reported'),(13,'buy-xenadrine','reported'),(14,'xxx','reported'),(15,'paris-hilton','reported'),(16,'parishilton','reported'),(17,'camgirls','reported'),(18,'adult-models','reported'); /*!40000 ALTER TABLE `antispam` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `basedomains` -- DROP TABLE IF EXISTS `basedomains`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `basedomains` ( `dom_ID` int(11) unsigned NOT NULL auto_increment, `dom_name` varchar(250) NOT NULL default '', `dom_status` enum('unknown','whitelist','blacklist') NOT NULL default 'unknown', `dom_type` enum('unknown','normal','searcheng','aggregator') NOT NULL default 'unknown', PRIMARY KEY (`dom_ID`), UNIQUE KEY `dom_name` (`dom_name`), KEY `dom_type` (`dom_type`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `basedomains` -- LOCK TABLES `basedomains` WRITE; /*!40000 ALTER TABLE `basedomains` DISABLE KEYS */; /*!40000 ALTER TABLE `basedomains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bloggroups` -- DROP TABLE IF EXISTS `bloggroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bloggroups` ( `bloggroup_blog_ID` int(11) unsigned NOT NULL default '0', `bloggroup_group_ID` int(11) unsigned NOT NULL default '0', `bloggroup_ismember` tinyint(4) NOT NULL default '0', `bloggroup_perm_poststatuses` set('published','deprecated','protected','private','draft','redirected') NOT NULL default '', `bloggroup_perm_edit` enum('no','own','lt','le','all','redirected') NOT NULL default 'no', `bloggroup_perm_delpost` tinyint(4) NOT NULL default '0', `bloggroup_perm_comments` tinyint(4) NOT NULL default '0', `bloggroup_perm_cats` tinyint(4) NOT NULL default '0', `bloggroup_perm_properties` tinyint(4) NOT NULL default '0', `bloggroup_perm_admin` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_upload` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_browse` tinyint(4) NOT NULL default '0', `bloggroup_perm_media_change` tinyint(4) NOT NULL default '0', PRIMARY KEY (`bloggroup_blog_ID`,`bloggroup_group_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bloggroups` -- LOCK TABLES `bloggroups` WRITE; /*!40000 ALTER TABLE `bloggroups` DISABLE KEYS */; INSERT INTO `bloggroups` VALUES (1,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(1,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(1,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(1,4,1,'','no',0,0,0,0,0,0,0,0),(2,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(2,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(2,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(2,4,1,'','no',0,0,0,0,0,0,0,0),(3,1,1,'published,deprecated,protected,private,draft','no',1,1,1,1,0,1,1,1),(3,2,1,'published,deprecated,protected,private,draft','no',1,1,0,0,0,1,1,1),(3,3,1,'published,deprecated,protected,private,draft','no',0,0,0,0,0,1,1,0),(3,4,1,'','no',0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `bloggroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blogs` ( `blog_ID` int(11) unsigned NOT NULL auto_increment, `blog_shortname` varchar(12) default '', `blog_name` varchar(50) NOT NULL default '', `blog_owner_user_ID` int(11) unsigned NOT NULL default '1', `blog_advanced_perms` tinyint(1) NOT NULL default '0', `blog_tagline` varchar(250) default '', `blog_description` varchar(250) default '', `blog_longdesc` text, `blog_locale` varchar(20) NOT NULL default 'en-EU', `blog_access_type` varchar(10) NOT NULL default 'index.php', `blog_siteurl` varchar(120) NOT NULL default '', `blog_urlname` varchar(255) NOT NULL default 'urlname', `blog_notes` text, `blog_keywords` tinytext, `blog_allowcomments` varchar(20) NOT NULL default 'post_by_post', `blog_allowtrackbacks` tinyint(1) NOT NULL default '0', `blog_allowblogcss` tinyint(1) NOT NULL default '1', `blog_allowusercss` tinyint(1) NOT NULL default '1', `blog_skin_ID` int(10) unsigned NOT NULL default '1', `blog_in_bloglist` tinyint(1) NOT NULL default '1', `blog_links_blog_ID` int(11) default NULL, `blog_commentsexpire` int(4) NOT NULL default '0', `blog_media_location` enum('default','subdir','custom','none') NOT NULL default 'default', `blog_media_subdir` varchar(255) default NULL, `blog_media_fullpath` varchar(255) default NULL, `blog_media_url` varchar(255) default NULL, `blog_UID` varchar(20) default NULL, PRIMARY KEY (`blog_ID`), UNIQUE KEY `blog_urlname` (`blog_urlname`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; INSERT INTO `blogs` VALUES (1,'Blog A','Blog A Title',1,0,'Tagline for Blog A','','This is the long description for the blog named \'Blog A\'. ','en-US','relative','blog1.php','a',NULL,NULL,'post_by_post',0,1,1,1,1,NULL,0,'default',NULL,NULL,NULL,NULL),(2,'Blog B','Blog B Title',1,0,'Tagline for Blog B','','This is the long description for the blog named \'Blog B\'. ','en-US','relative','blog2.php','b',NULL,NULL,'post_by_post',0,1,1,2,1,NULL,0,'default',NULL,NULL,NULL,NULL),(3,'Linkblog','Linkblog',1,0,'Some interesting links...','','This is the long description for the blog named \'Linkblog\'. <br />\n<br />\n<strong>The main purpose for this blog is to be included as a side item to other blogs where it will display your favorite/related links.</strong>','en-US','relative','blog3.php','links',NULL,NULL,'post_by_post',0,1,1,3,1,NULL,0,'default',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogusers` -- DROP TABLE IF EXISTS `blogusers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blogusers` ( `bloguser_blog_ID` int(11) unsigned NOT NULL default '0', `bloguser_user_ID` int(11) unsigned NOT NULL default '0', `bloguser_ismember` tinyint(4) NOT NULL default '0', `bloguser_perm_poststatuses` set('published','deprecated','protected','private','draft','redirected') NOT NULL default '', `bloguser_perm_edit` enum('no','own','lt','le','all','redirected') NOT NULL default 'no', `bloguser_perm_delpost` tinyint(4) NOT NULL default '0', `bloguser_perm_comments` tinyint(4) NOT NULL default '0', `bloguser_perm_cats` tinyint(4) NOT NULL default '0', `bloguser_perm_properties` tinyint(4) NOT NULL default '0', `bloguser_perm_admin` tinyint(4) NOT NULL default '0', `bloguser_perm_media_upload` tinyint(4) NOT NULL default '0', `bloguser_perm_media_browse` tinyint(4) NOT NULL default '0', `bloguser_perm_media_change` tinyint(4) NOT NULL default '0', PRIMARY KEY (`bloguser_blog_ID`,`bloguser_user_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blogusers` -- LOCK TABLES `blogusers` WRITE; /*!40000 ALTER TABLE `blogusers` DISABLE KEYS */; /*!40000 ALTER TABLE `blogusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `categories` ( `cat_ID` int(11) unsigned NOT NULL auto_increment, `cat_parent_ID` int(11) unsigned default NULL, `cat_name` tinytext NOT NULL, `cat_urlname` varchar(255) NOT NULL, `cat_blog_ID` int(11) unsigned NOT NULL default '2', `cat_description` varchar(250) default NULL, `cat_longdesc` text, `cat_icon` varchar(30) default NULL, PRIMARY KEY (`cat_ID`), UNIQUE KEY `cat_urlname` (`cat_urlname`), KEY `cat_blog_ID` (`cat_blog_ID`), KEY `cat_parent_ID` (`cat_parent_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,NULL,'Welcome','welcome',1,NULL,NULL,NULL),(2,NULL,'News','news',1,NULL,NULL,NULL),(3,NULL,'Background','background',1,NULL,NULL,NULL),(4,NULL,'Fun','fun',1,NULL,NULL,NULL),(5,4,'In real life','in-real-life',1,NULL,NULL,NULL),(6,4,'On the web','on-the-web',1,NULL,NULL,NULL),(7,5,'Sports','sports',1,NULL,NULL,NULL),(8,5,'Movies','movies',1,NULL,NULL,NULL),(9,5,'Music','music',1,NULL,NULL,NULL),(10,NULL,'Announcements','announcements',2,NULL,NULL,NULL),(11,NULL,'b2evolution Tips','b2evolution-tips',2,NULL,NULL,NULL),(12,NULL,'b2evolution','b2evolution',3,NULL,NULL,NULL),(13,NULL,'contributors','contributors',3,NULL,NULL,NULL); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coll_settings` -- DROP TABLE IF EXISTS `coll_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coll_settings` ( `cset_coll_ID` int(11) unsigned NOT NULL, `cset_name` varchar(30) NOT NULL, `cset_value` varchar(255) default NULL, PRIMARY KEY (`cset_coll_ID`,`cset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coll_settings` -- LOCK TABLES `coll_settings` WRITE; /*!40000 ALTER TABLE `coll_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `coll_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `comments` -- DROP TABLE IF EXISTS `comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `comments` ( `comment_ID` int(11) unsigned NOT NULL auto_increment, `comment_post_ID` int(11) unsigned NOT NULL default '0', `comment_type` enum('comment','linkback','trackback','pingback') NOT NULL default 'comment', `comment_status` enum('published','deprecated','protected','private','draft','redirected') NOT NULL default 'published', `comment_author_ID` int(10) unsigned default NULL, `comment_author` varchar(100) default NULL, `comment_author_email` varchar(255) default NULL, `comment_author_url` varchar(255) default NULL, `comment_author_IP` varchar(23) NOT NULL default '', `comment_date` datetime NOT NULL default '2000-01-01 00:00:00', `comment_content` text NOT NULL, `comment_rating` tinyint(1) default NULL, `comment_featured` tinyint(1) NOT NULL default '0', `comment_nofollow` tinyint(1) NOT NULL default '1', `comment_karma` int(11) NOT NULL default '0', `comment_spam_karma` tinyint(4) default NULL, `comment_allow_msgform` tinyint(4) NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_date` (`comment_date`), KEY `comment_type` (`comment_type`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `comments` -- LOCK TABLES `comments` WRITE; /*!40000 ALTER TABLE `comments` DISABLE KEYS */; INSERT INTO `comments` VALUES (1,1,'comment','published',NULL,'miss b2','missb2@example.com','http://example.com','127.0.0.1','2009-09-15 21:56:13','Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.',NULL,0,1,0,NULL,0); /*!40000 ALTER TABLE `comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron__log` -- DROP TABLE IF EXISTS `cron__log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron__log` ( `clog_ctsk_ID` int(10) unsigned NOT NULL, `clog_realstart_datetime` datetime NOT NULL, `clog_realstop_datetime` datetime default NULL, `clog_status` enum('started','finished','error','timeout') NOT NULL default 'started', `clog_messages` text, PRIMARY KEY (`clog_ctsk_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron__log` -- LOCK TABLES `cron__log` WRITE; /*!40000 ALTER TABLE `cron__log` DISABLE KEYS */; /*!40000 ALTER TABLE `cron__log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron__task` -- DROP TABLE IF EXISTS `cron__task`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron__task` ( `ctsk_ID` int(10) unsigned NOT NULL auto_increment, `ctsk_start_datetime` datetime NOT NULL, `ctsk_repeat_after` int(10) unsigned default NULL, `ctsk_name` varchar(50) NOT NULL, `ctsk_controller` varchar(50) NOT NULL, `ctsk_params` text, PRIMARY KEY (`ctsk_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron__task` -- LOCK TABLES `cron__task` WRITE; /*!40000 ALTER TABLE `cron__task` DISABLE KEYS */; /*!40000 ALTER TABLE `cron__task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files` -- DROP TABLE IF EXISTS `files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `files` ( `file_ID` int(11) unsigned NOT NULL auto_increment, `file_root_type` enum('absolute','user','group','collection','skins') NOT NULL default 'absolute', `file_root_ID` int(11) unsigned NOT NULL default '0', `file_path` varchar(255) NOT NULL default '', `file_title` varchar(255) default NULL, `file_alt` varchar(255) default NULL, `file_desc` text, PRIMARY KEY (`file_ID`), UNIQUE KEY `file` (`file_root_type`,`file_root_ID`,`file_path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `files` -- LOCK TABLES `files` WRITE; /*!40000 ALTER TABLE `files` DISABLE KEYS */; /*!40000 ALTER TABLE `files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filetypes` -- DROP TABLE IF EXISTS `filetypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `filetypes` ( `ftyp_ID` int(11) unsigned NOT NULL auto_increment, `ftyp_extensions` varchar(30) NOT NULL, `ftyp_name` varchar(30) NOT NULL, `ftyp_mimetype` varchar(50) NOT NULL, `ftyp_icon` varchar(20) default NULL, `ftyp_viewtype` varchar(10) NOT NULL, `ftyp_allowed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ftyp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `filetypes` -- LOCK TABLES `filetypes` WRITE; /*!40000 ALTER TABLE `filetypes` DISABLE KEYS */; INSERT INTO `filetypes` VALUES (1,'gif','GIF image','image/gif','image2.png','image',1),(2,'png','PNG image','image/png','image2.png','image',1),(3,'jpg jpeg','JPEG image','image/jpeg','image2.png','image',1),(4,'txt','Text file','text/plain','document.png','text',1),(5,'htm html','HTML file','text/html','html.png','browser',0),(6,'pdf','PDF file','application/pdf','pdf.png','browser',1),(7,'doc','Microsoft Word file','application/msword','doc.gif','external',1),(8,'xls','Microsoft Excel file','application/vnd.ms-excel','xls.gif','external',1),(9,'ppt','Powerpoint','application/vnd.ms-powerpoint','ppt.gif','external',1),(10,'pps','Slideshow','pps','pps.gif','external',1),(11,'zip','ZIP archive','application/zip','zip.gif','external',1),(12,'php php3 php4 php5 php6','PHP script','application/x-httpd-php','php.gif','text',0),(13,'css','Style sheet','text/css','','text',1),(14,'mp3','MPEG audio file','audio/mpeg','','browser',1),(15,'m4a','MPEG audio file','audio/x-m4a','','browser',1),(16,'mp4','MPEG video','video/mp4','','browser',1),(17,'mov','Quicktime video','video/quicktime','','browser',1); /*!40000 ALTER TABLE `filetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `global__cache` -- DROP TABLE IF EXISTS `global__cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `global__cache` ( `cach_name` varchar(30) NOT NULL, `cach_cache` mediumblob, PRIMARY KEY (`cach_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `global__cache` -- LOCK TABLES `global__cache` WRITE; /*!40000 ALTER TABLE `global__cache` DISABLE KEYS */; INSERT INTO `global__cache` VALUES ('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\";}}}}}'),('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\";}}}}}}'),('evonet_updates','a:2:{s:18:\"version_status_msg\";s:128:\"b2evolution version 3.3.1-stable is available for <a target=\"_blank\" href=\"http://b2evolution.net/downloads/\">download here</a>.\";s:7:\"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?\";}}}}}}}'); /*!40000 ALTER TABLE `global__cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups` -- DROP TABLE IF EXISTS `groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `groups` ( `grp_ID` int(11) NOT NULL auto_increment, `grp_name` varchar(50) NOT NULL default '', `grp_perm_admin` enum('none','hidden','visible') NOT NULL default 'visible', `grp_perm_blogs` enum('user','viewall','editall') NOT NULL default 'user', `grp_perm_bypass_antispam` tinyint(1) NOT NULL default '0', `grp_perm_xhtmlvalidation` varchar(10) NOT NULL default 'always', `grp_perm_xhtmlvalidation_xmlrpc` varchar(10) NOT NULL default 'always', `grp_perm_xhtml_css_tweaks` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_iframes` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_javascript` tinyint(1) NOT NULL default '0', `grp_perm_xhtml_objects` tinyint(1) NOT NULL default '0', `grp_perm_stats` enum('none','user','view','edit') NOT NULL default 'none', `grp_perm_spamblacklist` enum('none','view','edit') NOT NULL default 'none', `grp_perm_options` enum('none','view','edit') NOT NULL default 'none', `grp_perm_users` enum('none','view','edit') NOT NULL default 'none', `grp_perm_templates` tinyint(4) NOT NULL default '0', `grp_perm_files` enum('none','view','add','edit','all') NOT NULL default 'none', PRIMARY KEY (`grp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `groups` -- LOCK TABLES `groups` WRITE; /*!40000 ALTER TABLE `groups` DISABLE KEYS */; INSERT INTO `groups` VALUES (1,'Administrators','visible','editall',0,'always','always',0,0,0,0,'edit','edit','edit','edit',1,'all'),(2,'Privileged Bloggers','visible','viewall',0,'always','always',0,0,0,0,'user','edit','view','view',0,'add'),(3,'Bloggers','visible','user',0,'always','always',0,0,0,0,'none','view','none','none',0,'view'),(4,'Basic Users','none','user',0,'always','always',0,0,0,0,'none','none','none','none',0,'none'); /*!40000 ALTER TABLE `groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hitlog` -- DROP TABLE IF EXISTS `hitlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hitlog` ( `hit_ID` int(11) NOT NULL auto_increment, `hit_sess_ID` int(10) unsigned default NULL, `hit_datetime` datetime NOT NULL, `hit_uri` varchar(250) default NULL, `hit_referer_type` enum('search','blacklist','spam','referer','direct','self','admin') NOT NULL, `hit_referer` varchar(250) default NULL, `hit_referer_dom_ID` int(10) unsigned default NULL, `hit_blog_ID` int(11) unsigned default NULL, `hit_remote_addr` varchar(40) default NULL, `hit_agnt_ID` int(10) unsigned default NULL, PRIMARY KEY (`hit_ID`), KEY `hit_agnt_ID` (`hit_agnt_ID`), KEY `hit_blog_ID` (`hit_blog_ID`), KEY `hit_uri` (`hit_uri`), KEY `hit_referer_dom_ID` (`hit_referer_dom_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hitlog` -- LOCK TABLES `hitlog` WRITE; /*!40000 ALTER TABLE `hitlog` DISABLE KEYS */; INSERT INTO `hitlog` VALUES (426,271,'2010-02-04 22:28:56','/blog/blog1.php/2009/09/15/second-post','direct','',NULL,1,'66.249.65.206',8),(396,233,'2010-01-25 17:22:28','/blog/blog1.php/2009/09/15/extended-post','direct','',NULL,1,'38.100.8.50',52),(425,270,'2010-02-03 23:54:15','/blog/blog1.php/2009/09/15/extended-post','direct','',NULL,1,'66.249.65.208',8),(394,231,'2010-01-22 17:35:02','/blog/','direct','',NULL,1,'72.11.87.42',51),(427,272,'2010-02-06 15:59:28','/blog/blog1.php/2009/09/15/this-is-a-multipage-post','direct','',NULL,1,'66.249.65.225',8),(393,230,'2010-01-22 10:33:42','/blog/','referer','http://www.healtheagle.com',14,1,'209.205.91.35',50),(395,232,'2010-01-25 17:22:09','/blog/','direct','',NULL,1,'38.100.8.50',52),(415,254,'2010-01-29 07:55:00','/blog/','direct','',NULL,1,'205.178.184.152',31),(416,255,'2010-01-29 07:55:40','/blog/','direct','',NULL,1,'205.178.184.152',31),(417,256,'2010-01-29 21:56:28','/blog/','direct','',NULL,1,'217.29.32.156',54),(418,263,'2010-01-30 04:53:05','/blog/blog2.php','direct','',NULL,2,'205.178.184.153',32),(419,264,'2010-01-30 04:53:28','/blog/blog1.php/2009/09/15/about-this-system','direct','',NULL,1,'205.178.184.156',31),(420,266,'2010-01-30 04:53:49','/blog/blog1.php/2009/09/15/about-blog-a','direct','',NULL,1,'205.178.184.152',31),(421,265,'2010-01-30 04:53:49','/blog/blog1.php','direct','',NULL,1,'205.178.184.152',33),(422,267,'2010-01-30 16:17:20','/blog/?blog=1&paged=2','direct','',NULL,1,'66.249.65.210',8),(423,268,'2010-01-31 13:33:39','/blog/blog1.php/2009/09/15/about-blog-a','direct','',NULL,1,'66.249.65.200',8),(424,269,'2010-02-01 19:06:09','/blog/blog1.php/2009/09/15/about-this-system','direct','',NULL,1,'66.249.71.203',8),(414,252,'2010-01-28 21:01:12','/blog/','direct','',NULL,1,'74.52.245.146',23),(413,251,'2010-01-28 19:14:50','/blog/','direct','',NULL,1,'188.40.100.135',53),(412,250,'2010-01-28 09:48:21','/blog/blog1.php?disp=msgform&recipient_id=1&redirect_to=http%3A%2F%2Fwww.margenaufamily.com%2Fblog%2F%3Fblog%3D1','direct','',NULL,1,'174.133.203.90',15),(411,249,'2010-01-28 09:48:20','/blog/blog1.php/2009/09/15/about-blog-a','direct','',NULL,1,'174.133.203.90',15),(409,247,'2010-01-28 03:29:11','/blog/','direct','',NULL,1,'65.55.106.110',14),(410,248,'2010-01-28 09:48:16','/blog/','direct','',NULL,1,'174.133.203.90',15),(397,234,'2010-01-25 17:22:40','/blog/blog1.php/2009/09/15/this-is-a-multipage-post?page=2','direct','',NULL,1,'38.100.8.50',52),(398,235,'2010-01-25 17:22:43','/blog/blog1.php/2009/09/15/this-is-a-multipage-post?page=4','direct','',NULL,1,'38.100.8.50',52),(399,236,'2010-01-25 17:22:47','/blog/blog1.php/2009/09/15/this-is-a-multipage-post?page=3','direct','',NULL,1,'38.100.8.50',52),(400,237,'2010-01-25 17:22:51','/blog/blog1.php/2009/09/15/this-is-a-multipage-post','direct','',NULL,1,'38.100.8.50',52),(401,238,'2010-01-25 17:22:55','/blog/blog1.php?disp=arcdir','direct','',NULL,1,'38.100.8.50',52),(402,239,'2010-01-25 17:23:12','/blog/blog1.php?disp=msgform&recipient_id=1&redirect_to=http://www.margenaufamily.com/blog/?blog=1','direct','',NULL,1,'38.100.8.50',52),(403,240,'2010-01-25 17:23:15','/blog/','direct','',NULL,1,'38.100.8.50',52),(404,241,'2010-01-25 17:23:21','/blog/blog1.php/2009/09/15/about-this-system','direct','',NULL,1,'38.100.8.50',52),(405,243,'2010-01-25 17:23:30','/blog/blog1.php/2009/09/15/about-blog-a','direct','',NULL,1,'38.100.8.50',52),(406,244,'2010-01-25 17:23:34','/blog/blog1.php','direct','',NULL,1,'38.100.8.50',52),(407,245,'2010-01-25 17:23:39','/blog/blog1.php?disp=catdir','direct','',NULL,1,'38.100.8.50',52),(408,246,'2010-01-25 20:14:35','/blog/','direct','',NULL,1,'195.128.18.19',44); /*!40000 ALTER TABLE `hitlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__item` -- DROP TABLE IF EXISTS `items__item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__item` ( `post_ID` int(11) unsigned NOT NULL auto_increment, `post_parent_ID` int(11) unsigned default NULL, `post_creator_user_ID` int(11) unsigned NOT NULL, `post_lastedit_user_ID` int(11) unsigned default NULL, `post_assigned_user_ID` int(11) unsigned default NULL, `post_datestart` datetime NOT NULL default '2000-01-01 00:00:00', `post_datedeadline` datetime default NULL, `post_datecreated` datetime default NULL, `post_datemodified` datetime NOT NULL default '2000-01-01 00:00:00', `post_status` enum('published','deprecated','protected','private','draft','redirected') NOT NULL default 'published', `post_pst_ID` int(11) unsigned default NULL, `post_ptyp_ID` int(11) unsigned default NULL, `post_locale` varchar(20) NOT NULL default 'en-EU', `post_content` mediumtext, `post_excerpt` text, `post_title` text NOT NULL, `post_urltitle` varchar(50) default NULL, `post_url` varchar(255) default NULL, `post_main_cat_ID` int(11) unsigned NOT NULL, `post_notifications_status` enum('noreq','todo','started','finished') NOT NULL default 'noreq', `post_notifications_ctsk_ID` int(10) unsigned default NULL, `post_views` int(11) unsigned NOT NULL default '0', `post_wordcount` int(11) default NULL, `post_comment_status` enum('disabled','open','closed') NOT NULL default 'open', `post_commentsexpire` datetime default NULL, `post_renderers` text NOT NULL, `post_priority` int(11) unsigned default NULL, `post_order` float default NULL, `post_featured` tinyint(1) NOT NULL default '0', PRIMARY KEY (`post_ID`), UNIQUE KEY `post_urltitle` (`post_urltitle`), KEY `post_datestart` (`post_datestart`), KEY `post_main_cat_ID` (`post_main_cat_ID`), KEY `post_creator_user_ID` (`post_creator_user_ID`), KEY `post_status` (`post_status`), KEY `post_parent_ID` (`post_parent_ID`), KEY `post_assigned_user_ID` (`post_assigned_user_ID`), KEY `post_ptyp_ID` (`post_ptyp_ID`), KEY `post_pst_ID` (`post_pst_ID`), KEY `post_order` (`post_order`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__item` -- LOCK TABLES `items__item` WRITE; /*!40000 ALTER TABLE `items__item` DISABLE KEYS */; INSERT INTO `items__item` VALUES (1,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','<p>This is the first post.</p>\n\n<p>It appears in a single category.</p>',NULL,'First Post','first-post','',1,'noreq',NULL,7,11,'open',NULL,'default',3,NULL,0),(2,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','<p>This is the second post.</p>\n\n<p>It appears in multiple categories.</p>',NULL,'Second post','second-post','',2,'noreq',NULL,8,10,'open',NULL,'default',3,NULL,0),(3,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Topanga','topanga','http://www.tenderfeelings.be',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(4,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Danny','danny','http://personman.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(5,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'de-DE','',NULL,'dAniel','daniel','http://daniel.hahler.de/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(6,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-UK','',NULL,'Yabba','yabba','http://www.innervisions.org.uk/babbles/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(7,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'EdB','edb','http://wonderwinds.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(8,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'fr-FR','',NULL,'Francois','francois','http://fplanque.com/',13,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(9,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Blog news','blog-news','http://b2evolution.net/news.php',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(10,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Webhosting','webhosting','http://b2evolution.net/web-hosting/blog/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(11,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Manual','manual','http://manual.b2evolution.net/',12,'noreq',NULL,0,0,'disabled',NULL,'',3,NULL,0),(12,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','',NULL,'Support','support','http://forums.b2evolution.net/',12,'noreq',NULL,8,0,'disabled',NULL,'',3,NULL,0),(13,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog is powered by b2evolution.\n\nYou are currently looking at an info page about Blog B.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About Blog B','about-blog-b','',10,'noreq',NULL,5,59,'open',NULL,'default',3,NULL,0),(14,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog is powered by b2evolution.\n\nYou are currently looking at an info page about Blog A.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About Blog A','about-blog-a','',1,'noreq',NULL,21,59,'open',NULL,'default',3,NULL,0),(15,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1000,'en-US','This blog platform is powered by b2evolution.\n\nYou are currently looking at an info page about this system. It is cross-posted among the 3 demo blogs. Thus, this page will be linked on each of these blogs.\n\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.\n\nIf needed, a skin can format info pages differently from regular posts.',NULL,'About this system','about-this-system','',1,'noreq',NULL,16,78,'open',NULL,'default',3,NULL,0),(16,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','b2evolution uses old-style permalinks and feedback links by default. This is to ensure maximum compatibility with various webserver configurations.\n\nNethertheless, once you feel comfortable with b2evolution, you should try activating clean permalinks in the Global Settings > Link options in the admin interface.',NULL,'Clean Permalinks!','clean-permalinks','',11,'noreq',NULL,3,45,'open',NULL,'default',3,NULL,0),(17,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','In the <code>/blogs</code> folder there is a file called [<code>sample.htaccess</code>]. You should try renaming it to [<code>.htaccess</code>].\n\nThis will optimize the way b2evolution is handled by the webserver (if you are using Apache). This file is not active by default because a few hosts would display an error right away when you try to use it. If this happens to you when you rename the file, just remove it and you\'ll be fine.',NULL,'Apache optimization...','apache-optimization','',11,'noreq',NULL,3,75,'open',NULL,'default',3,NULL,0),(18,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','By default, blogs are displayed using a skin. (More on skins in another post.)\n\nThis means, blogs are accessed through \'<code>index.php</code>\', which loads default parameters from the database and then passes on the display job to a skin.\n\nAlternatively, if you don\'t want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided \'<code>a_stub.php</code>\' and call your blog through this stub instead of index.php .\n\nFinally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided \'<code>a_noskin.php</code>\'.\n\nIf you want to integrate a b2evolution blog into a complex website, you\'ll probably want to do it by copy/pasting code from <code>a_noskin.php</code> into a page of your website.\n\nYou will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.\n\nEither way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.',NULL,'Skins, Stubs, Templates & website integration...','skins-stubs-templates-aamp-website-integ','',11,'noreq',NULL,4,206,'open',NULL,'default',3,NULL,0),(19,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.\n\nYou can add, remove and reorder widgets from the Blog Settings tab in the admin interface.\n\nNote: to be displayed widgets are placed in containers. Each container appears in a specific place on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.',NULL,'About widgets...','about-widgets','',11,'noreq',NULL,4,109,'open',NULL,'default',3,NULL,0),(20,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','By default, b2evolution blogs are displayed using a skin.\n\nYou can change the skin used by any blog by editing the blog settings in the admin interface.\n\nYou can download additional skins from the <a href=\"http://skins.b2evolution.net/\" target=\"_blank\">skin site</a>. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on \"Install new\".\n\nYou can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.\n\nTo start customizing a skin, open its \"<code>index.main.php</code>\" file in an editor and read the comments in there. Note: you can also edit skins in the \"Files\" tab of the admin interface.\n\nAnd, of course, read the <a href=\"http://manual.b2evolution.net/Skins_2.0\" target=\"_blank\">manual on skins</a>!',NULL,'About skins...','about-skins','',11,'noreq',NULL,23,126,'open',NULL,'default',3,NULL,0),(21,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is page 1 of a multipage post.\n\nYou can see the other pages by clicking on the links below the text.\n\n<!--nextpage-->\n\nThis is page 2.\n\n<!--nextpage-->\n\nThis is page 3.\n\n<!--nextpage-->\n\nThis is page 4.\n\nIt is the last page.',NULL,'This is a multipage post','this-is-a-multipage-post','',3,'noreq',NULL,12,35,'open',NULL,'default',3,NULL,0),(22,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is an extended post with no teaser. This means that you won\'t see this teaser any more when you click the \"more\" link.\n\n<!--more--><!--noteaser-->\n\nThis is the extended text. You only see it when you have clicked the \"more\" link.',NULL,'Extended post with no teaser','extended-post-with-no-teaser','',3,'noreq',NULL,5,40,'open',NULL,'default',3,NULL,0),(23,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','This is an extended post. This means you only see this small teaser by default and you must click on the link below to see more.\n\n<!--more-->\n\nThis is the extended text. You only see it when you have clicked the \"more\" link.',NULL,'Extended post','extended-post','',3,'noreq',NULL,16,42,'open',NULL,'default',3,NULL,0),(24,NULL,1,1,NULL,'2009-09-15 21:56:13',NULL,'1969-12-31 18:00:00','1969-12-31 18:00:00','published',NULL,1,'en-US','Three blogs have been created with sample contents:\n<ul>\n <li><strong>Blog A</strong>: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.</li>\n <li><strong>Blog B</strong>: You can access it from a link at the top of the page. It contains information about more advanced features.</li>\n <li><strong>Linkblog</strong>: By default, the linkblog is included as a \"Blogroll\" in the sidebar of both Blog A & Blog B.</li>\n</ul>\n\nYou can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, skin, widgets, etc.) from the Blog Settings tab in the admin interface.',NULL,'Welcome to b2evolution!','welcome-to-b2evolution','',1,'noreq',NULL,105,96,'open',NULL,'default',3,NULL,0); /*!40000 ALTER TABLE `items__item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__itemtag` -- DROP TABLE IF EXISTS `items__itemtag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__itemtag` ( `itag_itm_ID` int(11) unsigned NOT NULL, `itag_tag_ID` int(11) unsigned NOT NULL, PRIMARY KEY (`itag_itm_ID`,`itag_tag_ID`), UNIQUE KEY `tagitem` (`itag_tag_ID`,`itag_itm_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__itemtag` -- LOCK TABLES `items__itemtag` WRITE; /*!40000 ALTER TABLE `items__itemtag` DISABLE KEYS */; /*!40000 ALTER TABLE `items__itemtag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__prerendering` -- DROP TABLE IF EXISTS `items__prerendering`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__prerendering` ( `itpr_itm_ID` int(11) unsigned NOT NULL, `itpr_format` enum('htmlbody','entityencoded','xml','text') NOT NULL, `itpr_renderers` text NOT NULL, `itpr_content_prerendered` mediumtext, `itpr_datemodified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`itpr_itm_ID`,`itpr_format`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__prerendering` -- LOCK TABLES `items__prerendering` WRITE; /*!40000 ALTER TABLE `items__prerendering` DISABLE KEYS */; INSERT INTO `items__prerendering` VALUES (24,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>Three blogs have been created with sample contents:</p>\n<ul>\n <li><strong>Blog A</strong>: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.</li>\n <li><strong>Blog B</strong>: You can access it from a link at the top of the page. It contains information about more advanced features.</li>\n <li><strong>Linkblog</strong>: By default, the linkblog is included as a \"Blogroll\" in the sidebar of both Blog A & Blog B.</li>\n</ul>\n\n<p>You can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, skin, widgets, etc.) from the Blog Settings tab in the admin interface.</p>','2009-09-16 01:56:39'),(23,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-09-16 01:56:39'),(22,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-09-16 01:56:39'),(21,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-09-16 01:56:39'),(2,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>This is the second post.</p>\n\n<p>It appears in multiple categories.</p>','2009-09-16 01:56:39'),(20,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>By default, b2evolution blogs are displayed using a skin.</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>','2009-09-16 01:58:33'),(19,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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 on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.</p>','2009-09-16 01:58:33'),(18,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>By default, blogs are displayed using a skin. (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>','2009-09-16 01:58:33'),(17,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-09-16 01:58:33'),(16,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>b2evolution uses old-style permalinks and feedback links by default. This is to ensure maximum compatibility with various webserver configurations.</p>\n\n<p>Nethertheless, once you feel comfortable with b2evolution, you should try activating clean permalinks in the Global Settings > Link options in the admin interface.</p>','2009-09-16 01:58:33'),(12,'htmlbody','','','2009-09-16 01:58:45'),(11,'htmlbody','','','2009-09-16 01:58:45'),(10,'htmlbody','','','2009-09-16 01:58:45'),(9,'htmlbody','','','2009-09-16 01:58:45'),(8,'htmlbody','','','2009-09-16 01:58:45'),(20,'text','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','By default, b2evolution blogs are displayed using a skin.\n\nYou can change the skin used by any blog by editing the blog settings in the admin interface.\n\nYou can download additional skins from the <a href=\"http://skins.b2evolution.net/\" target=\"_blank\">skin site</a>. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on \"Install new\".\n\nYou can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.\n\nTo start customizing a skin, open its \"<code>index.main.php</code>\" file in an editor and read the comments in there. Note: you can also edit skins in the \"Files\" tab of the admin interface.\n\nAnd, of course, read the <a href=\"http://manual.b2evolution.net/Skins_2.0\" target=\"_blank\">manual on skins</a>!','2009-09-16 01:59:22'),(19,'text','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.\n\nYou can add, remove and reorder widgets from the Blog Settings tab in the admin interface.\n\nNote: to be displayed widgets are placed in containers. Each container appears in a specific place on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.','2009-09-16 01:59:22'),(18,'text','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','By default, blogs are displayed using a skin. (More on skins in another post.)\n\nThis means, blogs are accessed through \'<code>index.php</code>\', which loads default parameters from the database and then passes on the display job to a skin.\n\nAlternatively, if you don\'t want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided \'<code>a_stub.php</code>\' and call your blog through this stub instead of index.php .\n\nFinally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided \'<code>a_noskin.php</code>\'.\n\nIf you want to integrate a b2evolution blog into a complex website, you\'ll probably want to do it by copy/pasting code from <code>a_noskin.php</code> into a page of your website.\n\nYou will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.\n\nEither way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.','2009-09-16 01:59:22'),(17,'text','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','In the <code>/blogs</code> folder there is a file called [<code>sample.htaccess</code>]. You should try renaming it to [<code>.htaccess</code>].\n\nThis will optimize the way b2evolution is handled by the webserver (if you are using Apache). This file is not active by default because a few hosts would display an error right away when you try to use it. If this happens to you when you rename the file, just remove it and you\'ll be fine.','2009-09-16 01:59:22'),(16,'text','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','b2evolution uses old-style permalinks and feedback links by default. This is to ensure maximum compatibility with various webserver configurations.\n\nNethertheless, once you feel comfortable with b2evolution, you should try activating clean permalinks in the Global Settings > Link options in the admin interface.','2009-09-16 01:59:22'),(14,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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, a skin can format info pages differently from regular posts.</p>','2009-10-04 09:09:07'),(15,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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 3 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, a skin can format info pages differently from regular posts.</p>','2009-10-04 09:09:13'),(1,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>This is the first post.</p>\n\n<p>It appears in a single category.</p>','2009-10-04 09:09:19'),(24,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>Three blogs have been created with sample contents:</p>\n<ul>\n <li><strong>Blog A</strong>: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.</li>\n <li><strong>Blog B</strong>: You can access it from a link at the top of the page. It contains information about more advanced features.</li>\n <li><strong>Linkblog</strong>: By default, the linkblog is included as a \"Blogroll\" in the sidebar of both Blog A & Blog B.</li>\n</ul>\n\n<p>You can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, skin, widgets, etc.) from the Blog Settings tab in the admin interface.</p>','2009-10-08 18:17:29'),(23,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-10-08 18:17:29'),(22,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-10-08 18:17:29'),(21,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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>','2009-10-08 18:17:29'),(2,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>This is the second post.</p>\n\n<p>It appears in multiple categories.</p>','2009-10-08 18:17:29'),(1,'entityencoded','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<p>This is the first post.</p>\n\n<p>It appears in a single category.</p>','2009-10-08 18:17:29'),(13,'htmlbody','b2evSmil.b2evALnk.evo_videoplug.b2WPAutP','<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, a skin can format info pages differently from regular posts.</p>','2009-10-10 22:41:19'); /*!40000 ALTER TABLE `items__prerendering` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__status` -- DROP TABLE IF EXISTS `items__status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__status` ( `pst_ID` int(11) unsigned NOT NULL auto_increment, `pst_name` varchar(30) NOT NULL, PRIMARY KEY (`pst_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__status` -- LOCK TABLES `items__status` WRITE; /*!40000 ALTER TABLE `items__status` DISABLE KEYS */; /*!40000 ALTER TABLE `items__status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__tag` -- DROP TABLE IF EXISTS `items__tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__tag` ( `tag_ID` int(11) unsigned NOT NULL auto_increment, `tag_name` varchar(50) NOT NULL, PRIMARY KEY (`tag_ID`), UNIQUE KEY `tag_name` (`tag_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__tag` -- LOCK TABLES `items__tag` WRITE; /*!40000 ALTER TABLE `items__tag` DISABLE KEYS */; /*!40000 ALTER TABLE `items__tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `items__type` -- DROP TABLE IF EXISTS `items__type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `items__type` ( `ptyp_ID` int(11) unsigned NOT NULL auto_increment, `ptyp_name` varchar(30) NOT NULL, PRIMARY KEY (`ptyp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5001 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `items__type` -- LOCK TABLES `items__type` WRITE; /*!40000 ALTER TABLE `items__type` DISABLE KEYS */; INSERT INTO `items__type` VALUES (1,'Post'),(2,'Link'),(1000,'Page'),(2000,'Podcast'),(3000,'Reserved'),(4000,'Reserved'),(5000,'Reserved'); /*!40000 ALTER TABLE `items__type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `links` -- DROP TABLE IF EXISTS `links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `links` ( `link_ID` int(11) unsigned NOT NULL auto_increment, `link_datecreated` datetime NOT NULL, `link_datemodified` datetime NOT NULL, `link_creator_user_ID` int(11) unsigned NOT NULL, `link_lastedit_user_ID` int(11) unsigned NOT NULL, `link_itm_ID` int(11) unsigned NOT NULL, `link_dest_itm_ID` int(11) unsigned default NULL, `link_file_ID` int(11) unsigned default NULL, `link_ltype_ID` int(11) unsigned NOT NULL default '1', `link_external_url` varchar(255) default NULL, `link_title` text, PRIMARY KEY (`link_ID`), KEY `link_itm_ID` (`link_itm_ID`), KEY `link_dest_itm_ID` (`link_dest_itm_ID`), KEY `link_file_ID` (`link_file_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `links` -- LOCK TABLES `links` WRITE; /*!40000 ALTER TABLE `links` DISABLE KEYS */; /*!40000 ALTER TABLE `links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `locales` -- DROP TABLE IF EXISTS `locales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `locales` ( `loc_locale` varchar(20) NOT NULL default '', `loc_charset` varchar(15) NOT NULL default 'iso-8859-1', `loc_datefmt` varchar(20) NOT NULL default 'y-m-d', `loc_timefmt` varchar(20) NOT NULL default 'H:i:s', `loc_startofweek` tinyint(3) unsigned NOT NULL default '1', `loc_name` varchar(40) NOT NULL default '', `loc_messages` varchar(20) NOT NULL default '', `loc_priority` tinyint(4) unsigned NOT NULL default '0', `loc_enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`loc_locale`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='saves available locales'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `locales` -- LOCK TABLES `locales` WRITE; /*!40000 ALTER TABLE `locales` DISABLE KEYS */; /*!40000 ALTER TABLE `locales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginevents` -- DROP TABLE IF EXISTS `pluginevents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginevents` ( `pevt_plug_ID` int(11) unsigned NOT NULL, `pevt_event` varchar(40) NOT NULL, `pevt_enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`pevt_plug_ID`,`pevt_event`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginevents` -- LOCK TABLES `pluginevents` WRITE; /*!40000 ALTER TABLE `pluginevents` DISABLE KEYS */; INSERT INTO `pluginevents` VALUES (1,'AdminDisplayToolbar',1),(2,'RenderItemAsHtml',1),(3,'RenderItemAsHtml',1),(4,'RenderItemAsHtml',1),(4,'RenderItemAsXml',1),(5,'AdminDisplayToolbar',1),(5,'DisplayCommentToolbar',1),(5,'FilterCommentContent',1),(5,'RenderItemAsHtml',1),(6,'RenderItemAsHtml',1),(6,'RenderItemAsXml',1),(6,'AdminDisplayToolbar',1),(7,'SkinTag',1),(8,'SkinTag',1),(9,'ItemSendPing',1),(10,'ItemSendPing',1); /*!40000 ALTER TABLE `pluginevents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plugins` -- DROP TABLE IF EXISTS `plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `plugins` ( `plug_ID` int(11) unsigned NOT NULL auto_increment, `plug_priority` tinyint(4) NOT NULL default '50', `plug_classname` varchar(40) NOT NULL default '', `plug_code` varchar(32) default NULL, `plug_apply_rendering` enum('stealth','always','opt-out','opt-in','lazy','never') NOT NULL default 'never', `plug_version` varchar(42) NOT NULL default '0', `plug_name` varchar(255) default NULL, `plug_shortdesc` varchar(255) default NULL, `plug_status` enum('enabled','disabled','needs_config','broken') NOT NULL, `plug_spam_weight` tinyint(3) unsigned NOT NULL default '1', PRIMARY KEY (`plug_ID`), UNIQUE KEY `plug_code` (`plug_code`), KEY `plug_status` (`plug_status`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `plugins` -- LOCK TABLES `plugins` WRITE; /*!40000 ALTER TABLE `plugins` DISABLE KEYS */; INSERT INTO `plugins` VALUES (1,30,'quicktags_plugin','b2evQTag','never','2.4.1',NULL,NULL,'enabled',1),(2,70,'auto_p_plugin','b2WPAutP','opt-out','1.9',NULL,NULL,'enabled',1),(3,60,'autolinks_plugin','b2evALnk','opt-out','1.9-dev',NULL,NULL,'enabled',1),(4,90,'texturize_plugin','b2WPTxrz','opt-in','2.2-dev',NULL,NULL,'enabled',1),(5,15,'smilies_plugin','b2evSmil','opt-out','1.10',NULL,NULL,'enabled',1),(6,65,'videoplug_plugin','evo_videoplug','opt-out','2.2',NULL,NULL,'enabled',1),(7,20,'calendar_plugin','evo_Calr','never','2.2',NULL,NULL,'enabled',1),(8,50,'archives_plugin','evo_Arch','never','2.2',NULL,NULL,'enabled',1),(9,50,'ping_b2evonet_plugin','ping_b2evonet','never','1.9-dev',NULL,NULL,'enabled',1),(10,50,'ping_pingomatic_plugin','ping_pingomatic','never','1.9-dev',NULL,NULL,'enabled',1); /*!40000 ALTER TABLE `plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginsettings` -- DROP TABLE IF EXISTS `pluginsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginsettings` ( `pset_plug_ID` int(11) unsigned NOT NULL, `pset_name` varchar(30) NOT NULL, `pset_value` text, PRIMARY KEY (`pset_plug_ID`,`pset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginsettings` -- LOCK TABLES `pluginsettings` WRITE; /*!40000 ALTER TABLE `pluginsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `pluginsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pluginusersettings` -- DROP TABLE IF EXISTS `pluginusersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pluginusersettings` ( `puset_plug_ID` int(11) unsigned NOT NULL, `puset_user_ID` int(11) unsigned NOT NULL, `puset_name` varchar(30) NOT NULL, `puset_value` text, PRIMARY KEY (`puset_plug_ID`,`puset_user_ID`,`puset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pluginusersettings` -- LOCK TABLES `pluginusersettings` WRITE; /*!40000 ALTER TABLE `pluginusersettings` DISABLE KEYS */; /*!40000 ALTER TABLE `pluginusersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postcats` -- DROP TABLE IF EXISTS `postcats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `postcats` ( `postcat_post_ID` int(11) unsigned NOT NULL, `postcat_cat_ID` int(11) unsigned NOT NULL, PRIMARY KEY (`postcat_post_ID`,`postcat_cat_ID`), UNIQUE KEY `catpost` (`postcat_cat_ID`,`postcat_post_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `postcats` -- LOCK TABLES `postcats` WRITE; /*!40000 ALTER TABLE `postcats` DISABLE KEYS */; INSERT INTO `postcats` VALUES (1,1),(2,1),(2,2),(3,13),(4,13),(5,13),(6,13),(7,13),(8,13),(9,12),(10,12),(11,12),(12,12),(13,10),(14,1),(15,1),(15,10),(15,12),(16,11),(17,11),(18,11),(19,11),(20,11),(21,3),(22,3),(23,3),(24,1); /*!40000 ALTER TABLE `postcats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sessions` ( `sess_ID` int(11) unsigned NOT NULL auto_increment, `sess_key` char(32) default NULL, `sess_lastseen` datetime NOT NULL, `sess_ipaddress` varchar(15) NOT NULL default '', `sess_user_ID` int(10) default NULL, `sess_data` mediumblob, PRIMARY KEY (`sess_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=273 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES (233,'pZUFziuN6vEkLgINrwwkdgRyciCpkgSI','2010-01-25 17:22:28','38.100.8.50',NULL,NULL),(272,'3pYWkQGjkvx84X5Xnv3HJj4SXmVZ6fM7','2010-02-06 15:59:28','66.249.65.225',NULL,NULL),(232,'ta5fg88W6gQHAxbJTABa7q1Zj5ZpI3I6','2010-01-25 17:22:09','38.100.8.50',NULL,NULL),(231,'cW1OTCSKaRhtW530Ws632BJlaUEyuDBY','2010-01-22 17:35:02','72.11.87.42',NULL,NULL),(263,'mklXGhAOb2So6FWAU3ugh2KFYJq11D4M','2010-01-30 04:53:05','205.178.184.153',NULL,NULL),(262,'zUNd9Um9fjOdH4qlJ54E03iX1tNFKCmB','2010-01-30 04:53:05','205.178.184.153',NULL,'a:1:{s:13:\"core.pwd_salt\";a:2:{i:0;i:1264931585;i:1;s:64:\"cdxvtxugi1uRx3LK2LbwsVcUX8uyfW2WArgGAhH44ZO6OjhBtemxVHGugysY9dyh\";}}'),(261,'JETqphfPwoXYDlgy5nKUT3agfTU7tBu9','2010-01-30 04:52:56','205.178.184.152',NULL,NULL),(260,'tmZuNptPiKPK9C4SZy5emYi1jFYBHAsL','2010-01-30 04:52:56','205.178.184.152',NULL,NULL),(257,'j2ORMCX9uaxiqJ3KQqxFoaJRnx1sdz1C','2010-01-30 04:52:56','205.178.184.153',NULL,NULL),(258,'eWaV2LLWiG8BTDE3ew580jISJyoYF23x','2010-01-30 04:52:56','205.178.184.153',NULL,NULL),(259,'MnBeEvliRsL9h8BtgLmu1SEdgxYq2CMj','2010-01-30 04:52:56','205.178.184.156',NULL,NULL),(256,'37Jzu9cB7jreboXljwYlPkGZnqVdsLGe','2010-01-29 21:56:28','217.29.32.156',NULL,NULL),(255,'F9T3jg8TyEHck42yLRYk6OVx34FclSym','2010-01-29 07:55:40','205.178.184.152',NULL,NULL),(271,'QZpZpK3gH95u3Q5d7aMw8khdrEIeuweg','2010-02-04 22:28:56','66.249.65.206',NULL,NULL),(270,'nrL10CqbktpGQAill0ULWvXb3f3Oprc4','2010-02-03 23:54:15','66.249.65.208',NULL,NULL),(252,'3uAgNc7YQfg474raU12vPZwKduX5ebjJ','2010-01-28 21:01:12','74.52.245.146',NULL,NULL),(253,'jEcdVKwDHvkVy6hL5X9or9sZZhpXMkep','2010-01-29 07:54:41','205.178.184.152',NULL,NULL),(254,'AUBuphA8Ic9gF92JZuP9pHR3nuZbLfwZ','2010-01-29 07:55:00','205.178.184.152',NULL,NULL),(251,'tIwTUm1JI1WgkVELH1qLrwcP0DYjQLTP','2010-01-28 19:14:50','188.40.100.135',NULL,NULL),(250,'A3vue2QWs85POIId5E4SygTUoAGjDodS','2010-01-28 09:48:21','174.133.203.90',NULL,NULL),(249,'x5AlZivpHLJiih0ivEXufORnJ13t5Zb2','2010-01-28 09:48:20','174.133.203.90',NULL,NULL),(248,'yBBK3V3SVuvPCGZGJoUYDGLa8ew0tTdV','2010-01-28 09:48:16','174.133.203.90',NULL,NULL),(234,'DWz7YdXvEzOoxhiu50wyasCHIAu77jZ5','2010-01-25 17:22:40','38.100.8.50',NULL,NULL),(235,'RsMGG0aeJfUmo1ECdDJdDBGx1Fa6bbvi','2010-01-25 17:22:43','38.100.8.50',NULL,NULL),(236,'RcMu0FQIVpKWJrKCmbvue9C3PmSzST6n','2010-01-25 17:22:47','38.100.8.50',NULL,NULL),(237,'0QIj3mUEFO6LeNcrWqsLBbigWTemDLDT','2010-01-25 17:22:51','38.100.8.50',NULL,NULL),(238,'uRlL4KG7H4n1UBemjZRQmgj55ButGkyP','2010-01-25 17:22:55','38.100.8.50',NULL,NULL),(239,'kJEVpG2DZdrwuhFJ9p1eWmRmZ9ctanq8','2010-01-25 17:23:12','38.100.8.50',NULL,NULL),(240,'9pM6t64xLmXtMgo8UUL547sLtQGNvXDa','2010-01-25 17:23:15','38.100.8.50',NULL,NULL),(241,'QMzrSqtH5O1lFIOPYVzr4TnNk8AydNo9','2010-01-25 17:23:21','38.100.8.50',NULL,NULL),(242,'6rgX2yKQt5ez2ZInEQAnXVqeguL6Xqps','2010-01-25 17:23:23','38.100.8.50',NULL,'a:1:{s:13:\"core.pwd_salt\";a:2:{i:0;i:1264544603;i:1;s:64:\"uQZTEQddjkG4veAlHnYHKNexxQFY4IctPj9TnRRkiKLVzbDqOinEmGzld0VlO6Zo\";}}'),(243,'MVJfl6uCdhz2pbcXt0aPRjcgwFnPnPt4','2010-01-25 17:23:30','38.100.8.50',NULL,NULL),(244,'NACCKGFhK8r7q6NGECj6hzNSEPCzIyJY','2010-01-25 17:23:34','38.100.8.50',NULL,NULL),(245,'DD4jgJNxOYZrBBCFSMIffgjndZvMGQKW','2010-01-25 17:23:39','38.100.8.50',NULL,NULL),(246,'RBr3nuLBPJuyElNXiM3fSbmhCdJTyB2f','2010-01-25 20:14:35','195.128.18.19',NULL,NULL),(247,'sOAZJ3GfOdko4mFcG6Yy67WpXH2bi8TM','2010-01-28 03:29:11','65.55.106.110',NULL,NULL),(264,'lH3Jaiifj5guX9PVDd7sXXIgEDX6eu3u','2010-01-30 04:53:28','205.178.184.156',NULL,NULL),(265,'NF98eSSpfkL68wHb2fEwYb5pnS5f9q6H','2010-01-30 04:53:49','205.178.184.152',NULL,NULL),(266,'uNgIefqYjXJTcmEx0WVfrSlLhpemVXjq','2010-01-30 04:53:49','205.178.184.152',NULL,NULL),(267,'dCEILmjJ0fobhb14fJ2oef3gsTdRHQMW','2010-01-30 16:17:20','66.249.65.210',NULL,NULL),(268,'N7bg5kakh7gadGWbamC1ZfBwppDdYIje','2010-01-31 13:33:39','66.249.65.200',NULL,NULL),(269,'E4C9lFbK4qSyVOMhtwwZOgpROGUD26KY','2010-02-01 19:06:09','66.249.71.203',NULL,NULL); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `set_name` varchar(30) NOT NULL, `set_value` varchar(255) default NULL, PRIMARY KEY (`set_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES ('db_version','9700'),('default_locale','en-US'),('newusers_grp_ID','4'),('default_blog_ID','1'),('auto_prune_stats_done','2010-02-06 15:59:28'),('evonet_last_attempt','1253066360'),('evonet_last_update','1253066360'); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skins__container` -- DROP TABLE IF EXISTS `skins__container`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `skins__container` ( `sco_skin_ID` int(10) unsigned NOT NULL, `sco_name` varchar(40) NOT NULL, PRIMARY KEY (`sco_skin_ID`,`sco_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `skins__container` -- LOCK TABLES `skins__container` WRITE; /*!40000 ALTER TABLE `skins__container` DISABLE KEYS */; INSERT INTO `skins__container` VALUES (1,'Header'),(1,'Menu'),(1,'Page Top'),(1,'Sidebar'),(2,'Header'),(2,'Menu'),(2,'Page Top'),(2,'Sidebar'),(2,'Sidebar 2'),(3,'Header'),(3,'Menu'),(3,'Page Top'),(3,'Sidebar'),(4,'Menu'),(4,'Page Top'),(5,'Header'),(5,'Menu'),(5,'Page Top'),(5,'Sidebar'),(6,'Footer'),(6,'Header'),(6,'Menu'),(6,'Page Top'),(6,'Sidebar'),(7,'Header'),(7,'Menu'),(7,'Page Top'),(7,'Sidebar'),(8,'Header'),(8,'Menu'),(8,'Page Top'),(8,'Sidebar'); /*!40000 ALTER TABLE `skins__container` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skins__skin` -- DROP TABLE IF EXISTS `skins__skin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `skins__skin` ( `skin_ID` int(10) unsigned NOT NULL auto_increment, `skin_name` varchar(32) NOT NULL, `skin_type` enum('normal','feed') NOT NULL default 'normal', `skin_folder` varchar(32) NOT NULL, PRIMARY KEY (`skin_ID`), UNIQUE KEY `skin_folder` (`skin_folder`), KEY `skin_name` (`skin_name`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `skins__skin` -- LOCK TABLES `skins__skin` WRITE; /*!40000 ALTER TABLE `skins__skin` DISABLE KEYS */; INSERT INTO `skins__skin` VALUES (1,'evopress','normal','evopress'),(2,'evocamp','normal','evocamp'),(3,'miami_blue','normal','miami_blue'),(4,'photoblog','normal','photoblog'),(5,'asevo','normal','asevo'),(6,'custom','normal','custom'),(7,'natural_pink','normal','natural_pink'),(8,'nifty_corners','normal','nifty_corners'),(9,'Atom','feed','_atom'),(10,'RSS 2.0','feed','_rss2'); /*!40000 ALTER TABLE `skins__skin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscriptions` -- DROP TABLE IF EXISTS `subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subscriptions` ( `sub_coll_ID` int(11) unsigned NOT NULL, `sub_user_ID` int(11) unsigned NOT NULL, `sub_items` tinyint(1) NOT NULL, `sub_comments` tinyint(1) NOT NULL, PRIMARY KEY (`sub_coll_ID`,`sub_user_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subscriptions` -- LOCK TABLES `subscriptions` WRITE; /*!40000 ALTER TABLE `subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `useragents` -- DROP TABLE IF EXISTS `useragents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `useragents` ( `agnt_ID` int(10) unsigned NOT NULL auto_increment, `agnt_signature` varchar(250) NOT NULL, `agnt_type` enum('rss','robot','browser','unknown') NOT NULL default 'unknown', PRIMARY KEY (`agnt_ID`), KEY `agnt_type` (`agnt_type`) ) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `useragents` -- LOCK TABLES `useragents` WRITE; /*!40000 ALTER TABLE `useragents` DISABLE KEYS */; INSERT INTO `useragents` VALUES (1,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; Zune 3.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; FDM; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)','browser'),(2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12','browser'),(3,'Mozilla/5.0 (compatible; GurujiBot/1.0; +http://www.guruji.com/en/WebmasterFAQ.html)','unknown'),(4,'Mozilla/5.0 (compatible; MJ12bot/v1.2.5; http://www.majestic12.co.uk/bot.php?+)','unknown'),(5,'Mozzila/4.0','unknown'),(6,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)','browser'),(7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','browser'),(8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','robot'),(9,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','robot'),(10,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','browser'),(11,'Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3','browser'),(12,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6; taptu-downloader) Gecko/20070725 Firefox/2.0.0.6','browser'),(13,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7','browser'),(14,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','robot'),(15,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705)','browser'),(16,'LWP::Simple/5.814','unknown'),(17,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','browser'),(18,'libwww-perl/5.814','unknown'),(19,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)','browser'),(20,'Mozilla/5.0 (compatible; MJ12bot/v1.2.5; http://www.majestic12.co.uk/bot.php?+)','rss'),(21,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','browser'),(22,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','rss'),(23,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','browser'),(24,'Mozilla/2.0 (compatible; MSIE 3.0B; Windows NT)','browser'),(25,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB6 (.NET CLR 3.5.30729)','browser'),(26,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2','browser'),(27,'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)','browser'),(28,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5','browser'),(29,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','robot'),(30,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','browser'),(31,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12','browser'),(32,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','browser'),(33,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','browser'),(34,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16','browser'),(35,'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090926 Iceweasel/3.5.3 (Debian-3.5.3-1)','browser'),(36,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3','browser'),(37,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET CLR 3.0.30618; FDM; Media Center PC 5.0; OfficeLiveConnector.1.4; OfficeLi','browser'),(38,'Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','browser'),(39,'Python-urllib/1.17','unknown'),(40,'Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/20121223 Ubuntu/9.25 (jaunty) Firefox/3.8','browser'),(41,'Mozilla/5.0 (compatible; MJ12bot/v1.3.1; http://www.majestic12.co.uk/bot.php?+)','unknown'),(42,'Mozilla/5.0 (compatible; MJ12bot/v1.3.1; http://www.majestic12.co.uk/bot.php?+)','rss'),(43,'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)','browser'),(44,'Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)','unknown'),(45,'Mozilla/5.0 (compatible; HealthAnalysisAgent/1.0; http://www.healthdump.com)','unknown'),(46,'Mozilla/5.0 (compatible; LegalAnalysisAgent/2.0; http://www.legalx.net)','unknown'),(47,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30729; MS-RTC LM 8)','browser'),(48,'Mozilla/5.0 (compatible; ParchedAnalysisAgent/8.0; http://www.parchednomore.com)','unknown'),(49,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.40607)','browser'),(50,'Mozilla/5.0 (compatible; EagleContentAnalysis/1.0; http://www.healtheagle.com)','unknown'),(51,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1','browser'),(52,'panscient.com','unknown'),(53,'Wget/1.11.4','unknown'),(54,'CMS Survey','unknown'); /*!40000 ALTER TABLE `useragents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `user_ID` int(11) unsigned NOT NULL auto_increment, `user_login` varchar(20) NOT NULL, `user_pass` char(32) NOT NULL, `user_firstname` varchar(50) default NULL, `user_lastname` varchar(50) default NULL, `user_nickname` varchar(50) default NULL, `user_icq` int(11) unsigned default NULL, `user_email` varchar(255) NOT NULL, `user_url` varchar(255) default NULL, `user_ip` varchar(15) default NULL, `user_domain` varchar(200) default NULL, `user_browser` varchar(200) default NULL, `dateYMDhour` datetime NOT NULL default '2000-01-01 00:00:00', `user_level` int(10) unsigned NOT NULL default '0', `user_aim` varchar(50) default NULL, `user_msn` varchar(100) default NULL, `user_yim` varchar(50) default NULL, `user_locale` varchar(20) NOT NULL default 'en-EU', `user_idmode` varchar(20) NOT NULL default 'login', `user_allow_msgform` tinyint(4) NOT NULL default '1', `user_notify` tinyint(1) NOT NULL default '1', `user_showonline` tinyint(1) NOT NULL default '1', `user_grp_ID` int(4) NOT NULL default '1', `user_validated` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_ID`), UNIQUE KEY `user_login` (`user_login`), KEY `user_grp_ID` (`user_grp_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'craig','85b2367a66d8ed7a1bd1013a42b5cc27','Craig','Margenau','Craig',NULL,'cmargenau@gmail.com',NULL,'127.0.0.1','localhost',NULL,'2009-09-15 21:56:13',10,NULL,NULL,NULL,'en-US','login',1,1,1,1,1),(2,'demouser','85b2367a66d8ed7a1bd1013a42b5cc27',NULL,NULL,'Mr. Demo',NULL,'cmargenau@gmail.com',NULL,'127.0.0.1','localhost',NULL,'2009-09-15 21:56:13',0,NULL,NULL,NULL,'en-US','login',1,1,1,4,1); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usersettings` -- DROP TABLE IF EXISTS `usersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usersettings` ( `uset_user_ID` int(11) unsigned NOT NULL, `uset_name` varchar(30) NOT NULL, `uset_value` varchar(255) default NULL, PRIMARY KEY (`uset_user_ID`,`uset_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usersettings` -- LOCK TABLES `usersettings` WRITE; /*!40000 ALTER TABLE `usersettings` DISABLE KEYS */; INSERT INTO `usersettings` VALUES (1,'selected_blog','2'); /*!40000 ALTER TABLE `usersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `widget` -- DROP TABLE IF EXISTS `widget`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget` ( `wi_ID` int(10) unsigned NOT NULL auto_increment, `wi_coll_ID` int(11) unsigned NOT NULL, `wi_sco_name` varchar(40) NOT NULL, `wi_order` int(10) unsigned NOT NULL, `wi_type` enum('core','plugin') NOT NULL default 'core', `wi_code` varchar(32) NOT NULL, `wi_params` text, PRIMARY KEY (`wi_ID`), UNIQUE KEY `wi_order` (`wi_coll_ID`,`wi_sco_name`,`wi_order`) ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `widget` -- LOCK TABLES `widget` WRITE; /*!40000 ALTER TABLE `widget` DISABLE KEYS */; INSERT INTO `widget` VALUES (1,1,'Page Top',1,'core','colls_list_public',NULL),(2,2,'Page Top',1,'core','colls_list_public',NULL),(3,3,'Page Top',1,'core','colls_list_public',NULL),(4,1,'Header',1,'core','coll_title',NULL),(5,2,'Header',1,'core','coll_title',NULL),(6,3,'Header',1,'core','coll_title',NULL),(7,1,'Header',2,'core','coll_tagline',NULL),(8,2,'Header',2,'core','coll_tagline',NULL),(9,3,'Header',2,'core','coll_tagline',NULL),(10,1,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(11,2,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(12,3,'Menu',1,'core','menu_link','a:1:{s:9:\"link_type\";s:4:\"home\";}'),(13,1,'Menu',2,'core','coll_page_list',NULL),(14,2,'Menu',2,'core','coll_page_list',NULL),(15,3,'Menu',2,'core','coll_page_list',NULL),(16,1,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(17,2,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(18,3,'Menu',3,'core','menu_link','a:1:{s:9:\"link_type\";s:12:\"ownercontact\";}'),(19,1,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(20,2,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(21,3,'Menu',4,'core','menu_link','a:1:{s:9:\"link_type\";s:5:\"login\";}'),(22,1,'Sidebar',1,'plugin','evo_Calr',NULL),(23,2,'Sidebar',1,'plugin','evo_Calr',NULL),(24,3,'Sidebar',1,'plugin','evo_Calr',NULL),(25,1,'Sidebar',2,'core','coll_title',NULL),(26,2,'Sidebar',2,'core','coll_title',NULL),(27,3,'Sidebar',2,'core','coll_title',NULL),(28,1,'Sidebar',3,'core','coll_longdesc',NULL),(29,2,'Sidebar',3,'core','coll_longdesc',NULL),(30,3,'Sidebar',3,'core','coll_longdesc',NULL),(31,1,'Sidebar',4,'core','coll_common_links',NULL),(32,2,'Sidebar',4,'core','coll_common_links',NULL),(33,3,'Sidebar',4,'core','coll_common_links',NULL),(34,1,'Sidebar',5,'core','coll_search_form',NULL),(35,2,'Sidebar',5,'core','coll_search_form',NULL),(36,3,'Sidebar',5,'core','coll_search_form',NULL),(37,1,'Sidebar',6,'core','coll_category_list',NULL),(38,2,'Sidebar',6,'core','coll_category_list',NULL),(39,3,'Sidebar',6,'core','coll_category_list',NULL),(40,1,'Sidebar',7,'core','linkblog','a:6:{s:5:\"title\";s:8:\"Blogroll\";s:11:\"linkblog_ID\";s:1:\"3\";s:14:\"linkblog_limit\";s:3:\"100\";s:11:\"widget_name\";s:8:\"Linkblog\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(41,2,'Sidebar',7,'core','linkblog','a:6:{s:5:\"title\";s:8:\"Blogroll\";s:11:\"linkblog_ID\";s:1:\"3\";s:14:\"linkblog_limit\";s:3:\"100\";s:11:\"widget_name\";s:8:\"Linkblog\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(42,1,'Sidebar',8,'core','coll_xml_feeds',NULL),(43,2,'Sidebar',8,'core','coll_xml_feeds',NULL),(44,3,'Sidebar',8,'core','coll_xml_feeds',NULL),(45,1,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(46,2,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(47,3,'Sidebar 2',1,'core','free_html','a:5:{s:5:\"title\";s:9:\"Sidebar 2\";s:7:\"content\";s:162:\"This is the \"Sidebar 2\" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select \"Customize\", then \"Blog Widgets\".\";s:11:\"widget_name\";s:9:\"Free HTML\";s:16:\"widget_css_class\";s:0:\"\";s:9:\"widget_ID\";s:0:\"\";}'),(48,1,'Sidebar 2',2,'core','coll_post_list',NULL),(49,2,'Sidebar 2',2,'core','coll_post_list',NULL),(50,3,'Sidebar 2',2,'core','coll_post_list',NULL); /*!40000 ALTER TABLE `widget` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '19_0033361_2' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2010-03-03 22:57:07