-- MySQL dump 10.13 Distrib 5.1.48, for Win32 (ia32)
--
-- Host: localhost Database: nucleus_mam
-- ------------------------------------------------------
-- Server version 5.1.48-community
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `mam_nucleus_actionlog`
--
DROP TABLE IF EXISTS `mam_nucleus_actionlog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_actionlog` (
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`message` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_actionlog`
--
LOCK TABLES `mam_nucleus_actionlog` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_actionlog` DISABLE KEYS */;
INSERT INTO `mam_nucleus_actionlog` VALUES ('2006-06-05 18:02:48','[Admin] Login successful for admin (sharedpc=0)'),('2006-06-05 18:04:53','[Admin] Login successful for admin (sharedpc=0)'),('2006-10-29 10:43:11','[Admin] Login successful for admin (sharedpc=0)');
/*!40000 ALTER TABLE `mam_nucleus_actionlog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_activation`
--
DROP TABLE IF EXISTS `mam_nucleus_activation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_activation` (
`vkey` varchar(40) NOT NULL DEFAULT '',
`vtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`vmember` int(11) NOT NULL DEFAULT '0',
`vtype` varchar(15) NOT NULL DEFAULT '',
`vextra` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`vkey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_activation`
--
LOCK TABLES `mam_nucleus_activation` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_activation` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_activation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_ban`
--
DROP TABLE IF EXISTS `mam_nucleus_ban`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_ban` (
`iprange` varchar(15) NOT NULL DEFAULT '',
`reason` varchar(255) NOT NULL DEFAULT '',
`blogid` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_ban`
--
LOCK TABLES `mam_nucleus_ban` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_ban` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_ban` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_blog`
--
DROP TABLE IF EXISTS `mam_nucleus_blog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_blog` (
`bnumber` int(11) NOT NULL AUTO_INCREMENT,
`bname` varchar(60) NOT NULL DEFAULT '',
`bshortname` varchar(15) NOT NULL DEFAULT '',
`bdesc` varchar(200) DEFAULT NULL,
`bcomments` tinyint(2) NOT NULL DEFAULT '1',
`bmaxcomments` int(11) NOT NULL DEFAULT '0',
`btimeoffset` decimal(3,1) NOT NULL DEFAULT '0.0',
`bnotify` varchar(60) DEFAULT NULL,
`burl` varchar(100) DEFAULT NULL,
`bupdate` varchar(60) DEFAULT NULL,
`bdefskin` int(11) NOT NULL DEFAULT '1',
`bpublic` tinyint(2) NOT NULL DEFAULT '1',
`bsendping` tinyint(2) NOT NULL DEFAULT '0',
`bconvertbreaks` tinyint(2) NOT NULL DEFAULT '1',
`bdefcat` int(11) DEFAULT NULL,
`bnotifytype` int(11) NOT NULL DEFAULT '15',
`ballowpast` tinyint(2) NOT NULL DEFAULT '0',
`bincludesearch` tinyint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`bnumber`),
UNIQUE KEY `bnumber` (`bnumber`),
UNIQUE KEY `bshortname` (`bshortname`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_blog`
--
LOCK TABLES `mam_nucleus_blog` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_blog` DISABLE KEYS */;
INSERT INTO `mam_nucleus_blog` VALUES (1,'mam\'s nucleus cms','mynucleuscms','',1,0,'0.0','','http://nucleus.mamweb.at/','',5,1,0,1,1,1,1,0);
/*!40000 ALTER TABLE `mam_nucleus_blog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_category`
--
DROP TABLE IF EXISTS `mam_nucleus_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_category` (
`catid` int(11) NOT NULL AUTO_INCREMENT,
`cblog` int(11) NOT NULL DEFAULT '0',
`cname` varchar(40) DEFAULT NULL,
`cdesc` varchar(200) DEFAULT NULL,
PRIMARY KEY (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_category`
--
LOCK TABLES `mam_nucleus_category` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_category` DISABLE KEYS */;
INSERT INTO `mam_nucleus_category` VALUES (1,1,'General','Items that do not fit in other categories');
/*!40000 ALTER TABLE `mam_nucleus_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_comment`
--
DROP TABLE IF EXISTS `mam_nucleus_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_comment` (
`cnumber` int(11) NOT NULL AUTO_INCREMENT,
`cbody` text NOT NULL,
`cuser` varchar(40) DEFAULT NULL,
`cmail` varchar(100) DEFAULT NULL,
`cmember` int(11) DEFAULT NULL,
`citem` int(11) NOT NULL DEFAULT '0',
`ctime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`chost` varchar(60) DEFAULT NULL,
`cip` varchar(15) NOT NULL DEFAULT '',
`cblog` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`cnumber`),
UNIQUE KEY `cnumber` (`cnumber`),
KEY `citem` (`citem`),
FULLTEXT KEY `cbody` (`cbody`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_comment`
--
LOCK TABLES `mam_nucleus_comment` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_config`
--
DROP TABLE IF EXISTS `mam_nucleus_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_config` (
`name` varchar(20) NOT NULL DEFAULT '',
`value` varchar(128) DEFAULT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_config`
--
LOCK TABLES `mam_nucleus_config` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_config` DISABLE KEYS */;
INSERT INTO `mam_nucleus_config` VALUES ('DefaultBlog','1'),('AdminEmail','mam@heimam.at'),('IndexURL','http://nucleus.mamweb.at/'),('Language','english'),('SessionCookie',''),('AllowMemberCreate',''),('AllowMemberMail','1'),('SiteName','mam\'s nucleus cms'),('AdminURL','http://nucleus.mamweb.at/nucleus/'),('NewMemberCanLogon','1'),('DisableSite',''),('DisableSiteURL','http://www.this-page-intentionally-left-blank.org/'),('LastVisit',''),('MediaURL','http://nucleus.mamweb.at/media/'),('AllowedTypes','jpg,jpeg,gif,mpg,mpeg,avi,mov,mp3,swf,png'),('AllowLoginEdit',''),('AllowUpload','1'),('DisableJsTools','2'),('CookiePath','/'),('CookieDomain',''),('CookieSecure',''),('CookiePrefix',''),('MediaPrefix','1'),('MaxUploadSize','1048576'),('NonmemberMail',''),('PluginURL','http://nucleus.mamweb.at/nucleus/plugins/'),('ProtectMemNames','1'),('BaseSkin','5'),('SkinsURL','http://nucleus.mamweb.at/skins/'),('ActionURL','http://nucleus.mamweb.at/action.php'),('URLMode','normal'),('DatabaseVersion','322');
/*!40000 ALTER TABLE `mam_nucleus_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_item`
--
DROP TABLE IF EXISTS `mam_nucleus_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_item` (
`inumber` int(11) NOT NULL AUTO_INCREMENT,
`ititle` varchar(160) DEFAULT NULL,
`ibody` text NOT NULL,
`imore` text,
`iblog` int(11) NOT NULL DEFAULT '0',
`iauthor` int(11) NOT NULL DEFAULT '0',
`itime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`iclosed` tinyint(2) NOT NULL DEFAULT '0',
`idraft` tinyint(2) NOT NULL DEFAULT '0',
`ikarmapos` int(11) NOT NULL DEFAULT '0',
`icat` int(11) DEFAULT NULL,
`ikarmaneg` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`inumber`),
UNIQUE KEY `inumber` (`inumber`),
KEY `itime` (`itime`),
FULLTEXT KEY `ibody` (`ibody`,`ititle`,`imore`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 PACK_KEYS=0;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_item`
--
LOCK TABLES `mam_nucleus_item` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_item` DISABLE KEYS */;
INSERT INTO `mam_nucleus_item` VALUES (1,'Welcome to Nucleus CMS v3.22','This is the first post on your Nucleus CMS. Nucleus offers you the building blocks you need to create a web presence. Whether you want to create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.
\r\n
\r\nWe\'ve loaded this first entry with links and information to get you started. Though you can delete this entry, it will eventually scroll off the main page as you add content to your site. Add your comments while you learn to work with Nucleus CMS, or bookmark this page so you can come back to it when you need to.','Home - nucleuscms.org
\r\nWelcome to the world of Nucleus CMS.
\r\n
\r\nIn 2001 a set of PHP scripts were let loose on the open Internet. Those scripts, which took user-generated data and used it to dynamically create html pages, contained the ideas and the algorithms that are the core of today’s Nucleus CMS. Though Nucleus CMS 3.2 is far more flexible and powerful than the scripts from which it emerged, it still expresses the values that guided its birth: flexibility, security, and computational elegance.
\r\n
\r\nThanks to an international community of sophisticated developers and designers, Nucleus CMS remains simple enough for anyone to learn, and expandable enough to allow you to build almost any website you can imagine. Nucleus CMS lets you integrate text, images, and user comments in a seamless package that will make your web presence as serious, professional, personal, or fun as you want it to be.
\r\n
\r\nWe hope you enjoy its power.
\r\n
\r\nDocumentation - docs.nucleuscms.org
\r\nVisit our frequently asked questions page for a quick overview.
\r\n
\r\nThe install process places user and developer documentation on the web server for your convenience.
\r\n
\r\nPop-up help is available throughout the administration area to assist you in maintaining and customizing your site. When in the Nucleus CMS admin area, click on this symbol
for context-sensitive help.
\r\n
\r\nOr, if you can’t find the answer you need, visit our community Wiki for user written tips and how-tos.
\r\n
\r\nSupport - forum.nucleuscms.org
\r\nShould you require assistance, please don\'t hesitate to join the 1800+ registered users on our forums. With its built-in search capability of the 28,000+ posted articles, your answers are just a few clicks away. Remember: almost any question you think of has already been asked on the forums, and almost anything you want to do with Nucleus has been tried and explained there. Be sure to check them out.
\r\n
\r\nThanks to all the volunteers at the support forums.
\r\nadmun - Ottawa, ON, Canada
\r\nanand - Bangalore, India
\r\nhcgtv - Miami, USA
\r\nikeizer - Maastricht
\r\nmoraes - Curitiba, Brazil
\r\nroel - Rotterdam, The Netherlands
\r\nTeRanEX - Ekeren, Antwerp, Belgium
\r\nTrent - Alberta, Canada
\r\nxiffy - Deventer
\r\n
\r\nPersonalization - skins.nucleuscms.org
\r\nThe combination of multi-weblogs and skins/templates make for a powerful duo in personalizing your site or designing one for a friend, relative or business client. Import new skins to change the look of your website, or create your own skins and share them with the Nucleus community! Help designing or modifying skins is only a few clicks away in the Nucleus forums.
\r\n
\r\nWhat’s possible with Nucleus CMS:
\r\n
\r\nNucleus CMS is used on over 700 registered sites. Here are some ideas to get you started thinking about what Nucleus CMS can do for you:
\r\n
\r\nPersonal blogs
\r\nstanch.net - Stanch\'s personal weblog
\r\nrakaz.nl - Rakaz\'s personal weblog
\r\nbeefcake.nl - Beefcake | Nuke the whales!
\r\nbloggard.com - The Adventures of Bloggard
\r\nsempermagis.be - Webvoer voor de digitale honger. Warm geserveerd
\r\n
\r\nCommunity blogs
\r\ntipos.com.br - Brazilian blogging community
\r\n
\r\nFamily pages
\r\nmaguire.trentadams.ca - Maguire Baby Journal
\r\nbaruchito.com - Baruchito\'s homeCage
\r\n
\r\nNews sites
\r\nprintculture.com - Politics, Culture, Academics
\r\namericandaily.com - American Daily - News & Commentary
\r\n
\r\nTravel sites
\r\nhsbluebird.com - Hot Springs, Montana\'s Online Resource
\r\ngroningen-info.de - Neues aus Groningen. Für Leute aus Duitsland.
\r\n
\r\nBusiness sites
\r\nadrenalinsports.nl - Adrenalin sports
\r\nc-nes.org - Centre for Northeast Studies and Policy Research (C-NES)
\r\n
\r\nNucleus Developer Network - dev.nucleuscms.org
\r\nThe NUDN is a hub for developer sites and programming resources.
\r\n
\r\nNUDN satellite sites, location and UTC offset:
\r\nkarma - Izegem +02
\r\nhcgtv - Miami -05
\r\nadmun - Ottawa -04
\r\nTeRanEX - Ekeren +02
\r\n
\r\nSourceforge.net graciously hosts our Open Source project page which contains our software downloads and CVS repository.
\r\n
\r\nWant to play around, test changes or tell a friend or relative about Nucleus CMS? Visit our live demo site.
\r\n
\r\nLooking to add some extra functionality to the base Nucleus CMS package? Our plugin repository gives you plenty of ways to extend and expand what Nucleus CMS can do; your imagination and creativity are the only limit on how Nucleus CMS can work for you.
\r\n
\r\nDonators
\r\nWe would like to thank these nice people for their support. Thanks all!
\r\n
\r\nLike Nucleus CMS? Vote for us at HotScripts and opensourceCMS.
\r\n
\r\nLicense
\r\nWhen we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.',1,1,'2006-06-05 18:00:15',0,0,0,1,0);
/*!40000 ALTER TABLE `mam_nucleus_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_karma`
--
DROP TABLE IF EXISTS `mam_nucleus_karma`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_karma` (
`itemid` int(11) NOT NULL DEFAULT '0',
`ip` char(15) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_karma`
--
LOCK TABLES `mam_nucleus_karma` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_karma` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_karma` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_member`
--
DROP TABLE IF EXISTS `mam_nucleus_member`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_member` (
`mnumber` int(11) NOT NULL AUTO_INCREMENT,
`mname` varchar(16) NOT NULL DEFAULT '',
`mrealname` varchar(60) DEFAULT NULL,
`mpassword` varchar(40) NOT NULL DEFAULT '',
`memail` varchar(60) DEFAULT NULL,
`murl` varchar(100) DEFAULT NULL,
`mnotes` varchar(100) DEFAULT NULL,
`madmin` tinyint(2) NOT NULL DEFAULT '0',
`mcanlogin` tinyint(2) NOT NULL DEFAULT '1',
`mcookiekey` varchar(40) DEFAULT NULL,
`deflang` varchar(20) NOT NULL DEFAULT '',
PRIMARY KEY (`mnumber`),
UNIQUE KEY `mname` (`mname`),
UNIQUE KEY `mnumber` (`mnumber`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_member`
--
LOCK TABLES `mam_nucleus_member` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_member` DISABLE KEYS */;
INSERT INTO `mam_nucleus_member` VALUES (1,'Admin','Markus A. Mascelli','5a9361b28ee51795f1e82d9054919034','mam@heimam.at','http://nucleus.mamweb.at/','',1,1,'54e2435fe9dc4832ac39a0fc98ec813d','');
/*!40000 ALTER TABLE `mam_nucleus_member` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_plugin`
--
DROP TABLE IF EXISTS `mam_nucleus_plugin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_plugin` (
`pid` int(11) NOT NULL AUTO_INCREMENT,
`pfile` varchar(40) NOT NULL DEFAULT '',
`porder` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`pid`),
KEY `pid` (`pid`),
KEY `porder` (`porder`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_plugin`
--
LOCK TABLES `mam_nucleus_plugin` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_plugin` DISABLE KEYS */;
INSERT INTO `mam_nucleus_plugin` VALUES (1,'NP_SkinFiles',1);
/*!40000 ALTER TABLE `mam_nucleus_plugin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_plugin_event`
--
DROP TABLE IF EXISTS `mam_nucleus_plugin_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_plugin_event` (
`pid` int(11) NOT NULL DEFAULT '0',
`event` varchar(40) DEFAULT NULL,
KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_plugin_event`
--
LOCK TABLES `mam_nucleus_plugin_event` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_plugin_event` DISABLE KEYS */;
INSERT INTO `mam_nucleus_plugin_event` VALUES (1,'QuickMenu');
/*!40000 ALTER TABLE `mam_nucleus_plugin_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_plugin_option`
--
DROP TABLE IF EXISTS `mam_nucleus_plugin_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_plugin_option` (
`ovalue` text NOT NULL,
`oid` int(11) NOT NULL AUTO_INCREMENT,
`ocontextid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`oid`,`ocontextid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_plugin_option`
--
LOCK TABLES `mam_nucleus_plugin_option` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_plugin_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_plugin_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_plugin_option_desc`
--
DROP TABLE IF EXISTS `mam_nucleus_plugin_option_desc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_plugin_option_desc` (
`oid` int(11) NOT NULL AUTO_INCREMENT,
`opid` int(11) NOT NULL DEFAULT '0',
`oname` varchar(20) NOT NULL DEFAULT '',
`ocontext` varchar(20) NOT NULL DEFAULT '',
`odesc` varchar(255) DEFAULT NULL,
`otype` varchar(20) DEFAULT NULL,
`odef` text,
`oextra` text,
PRIMARY KEY (`opid`,`oname`,`ocontext`),
UNIQUE KEY `oid` (`oid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_plugin_option_desc`
--
LOCK TABLES `mam_nucleus_plugin_option_desc` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_plugin_option_desc` DISABLE KEYS */;
/*!40000 ALTER TABLE `mam_nucleus_plugin_option_desc` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mam_nucleus_skin`
--
DROP TABLE IF EXISTS `mam_nucleus_skin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mam_nucleus_skin` (
`sdesc` int(11) NOT NULL DEFAULT '0',
`stype` varchar(20) NOT NULL DEFAULT '',
`scontent` text NOT NULL,
PRIMARY KEY (`sdesc`,`stype`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mam_nucleus_skin`
--
LOCK TABLES `mam_nucleus_skin` WRITE;
/*!40000 ALTER TABLE `mam_nucleus_skin` DISABLE KEYS */;
INSERT INTO `mam_nucleus_skin` VALUES (2,'index','\"?>\r\n
»\n#more\" title=\"Read more on '<%title(attribute)%>'\">Read More\n
'),(8,'POPUP_CODE','<%popuplink%>'),(8,'SEARCH_HIGHLIGHT','\\0'),(8,'SEARCH_NOTHINGFOUND','No search results found for <%query%>'),(9,'COMMENTS_BODY','
\"\ntitle=\"<%ip%> | Click to visit <%user%>\'s website or send an email\">\n<%user%> wrote:
\n