-- MySQL dump 10.9 -- -- Host: localhost Database: arny -- ------------------------------------------------------ -- Server version 4.1.11 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `NUCLEUS_POLL` -- DROP TABLE IF EXISTS `NUCLEUS_POLL`; CREATE TABLE `NUCLEUS_POLL` ( `PUID` int(11) NOT NULL default '0', `POPTIONS` text NOT NULL, `PVALUES` varchar(255) NOT NULL default '', PRIMARY KEY (`PUID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `NUCLEUS_POLL` -- /*!40000 ALTER TABLE `NUCLEUS_POLL` DISABLE KEYS */; LOCK TABLES `NUCLEUS_POLL` WRITE; INSERT INTO `NUCLEUS_POLL` VALUES (20040525,'Excellent|Great|Even better|I have no words','0|0|0|0'); UNLOCK TABLES; /*!40000 ALTER TABLE `NUCLEUS_POLL` ENABLE KEYS */; -- -- Table structure for table `nucleus_CSS` -- DROP TABLE IF EXISTS `nucleus_CSS`; CREATE TABLE `nucleus_CSS` ( `STYLE` varchar(30) NOT NULL default '', `VIEWS` int(11) default '0', PRIMARY KEY (`STYLE`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_CSS` -- /*!40000 ALTER TABLE `nucleus_CSS` DISABLE KEYS */; LOCK TABLES `nucleus_CSS` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_CSS` ENABLE KEYS */; -- -- Table structure for table `nucleus_actionlog` -- DROP TABLE IF EXISTS `nucleus_actionlog`; CREATE TABLE `nucleus_actionlog` ( `timestamp` datetime NOT NULL default '0000-00-00 00:00:00', `message` varchar(255) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_actionlog` -- /*!40000 ALTER TABLE `nucleus_actionlog` DISABLE KEYS */; LOCK TABLES `nucleus_actionlog` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_actionlog` ENABLE KEYS */; -- -- Table structure for table `nucleus_ban` -- DROP TABLE IF EXISTS `nucleus_ban`; CREATE TABLE `nucleus_ban` ( `iprange` varchar(15) NOT NULL default '', `reason` varchar(255) NOT NULL default '', `blogid` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_ban` -- /*!40000 ALTER TABLE `nucleus_ban` DISABLE KEYS */; LOCK TABLES `nucleus_ban` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_ban` ENABLE KEYS */; -- -- Table structure for table `nucleus_blog` -- DROP TABLE IF EXISTS `nucleus_blog`; CREATE TABLE `nucleus_blog` ( `bnumber` int(11) NOT NULL auto_increment, `bname` varchar(60) NOT NULL default '', `bshortname` varchar(15) NOT NULL default '', `bdesc` varchar(200) default NULL, `bcomments` tinyint(2) NOT NULL default '1', `bmaxcomments` int(11) NOT NULL default '0', `btimeoffset` decimal(3,1) NOT NULL default '0.0', `bnotify` varchar(60) default NULL, `burl` varchar(100) default NULL, `bupdate` varchar(60) default NULL, `bdefskin` int(11) NOT NULL default '1', `bpublic` tinyint(2) NOT NULL default '1', `bsendping` tinyint(2) NOT NULL default '0', `bconvertbreaks` tinyint(2) NOT NULL default '1', `bdefcat` int(11) default NULL, `bnotifytype` int(11) NOT NULL default '15', `ballowpast` tinyint(2) NOT NULL default '0', `bincludesearch` tinyint(2) NOT NULL default '0', PRIMARY KEY (`bnumber`), UNIQUE KEY `bshortname` (`bshortname`), UNIQUE KEY `bnumber` (`bnumber`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_blog` -- /*!40000 ALTER TABLE `nucleus_blog` DISABLE KEYS */; LOCK TABLES `nucleus_blog` WRITE; INSERT INTO `nucleus_blog` VALUES (1,'Arnold Leder','myweblog','',1,0,'0.0','','http://www.arnoldleder.com/new/blog/','',1,1,0,0,1,1,1,1); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_blog` ENABLE KEYS */; -- -- Table structure for table `nucleus_category` -- DROP TABLE IF EXISTS `nucleus_category`; CREATE TABLE `nucleus_category` ( `catid` int(11) NOT NULL auto_increment, `cblog` int(11) NOT NULL default '0', `cname` varchar(40) default NULL, `cdesc` varchar(200) default NULL, PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_category` -- /*!40000 ALTER TABLE `nucleus_category` DISABLE KEYS */; LOCK TABLES `nucleus_category` WRITE; INSERT INTO `nucleus_category` VALUES (1,1,'General','Items that do not fit in other categories'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_category` ENABLE KEYS */; -- -- Table structure for table `nucleus_comment` -- DROP TABLE IF EXISTS `nucleus_comment`; CREATE TABLE `nucleus_comment` ( `cnumber` int(11) NOT NULL auto_increment, `cbody` text NOT NULL, `cuser` varchar(40) default NULL, `cmail` varchar(100) default NULL, `cmember` int(11) default NULL, `citem` int(11) NOT NULL default '0', `ctime` datetime NOT NULL default '0000-00-00 00:00:00', `chost` varchar(60) default NULL, `cip` varchar(15) NOT NULL default '', `cblog` int(11) NOT NULL default '0', PRIMARY KEY (`cnumber`), UNIQUE KEY `cnumber` (`cnumber`), KEY `citem` (`citem`), FULLTEXT KEY `cbody` (`cbody`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_comment` -- /*!40000 ALTER TABLE `nucleus_comment` DISABLE KEYS */; LOCK TABLES `nucleus_comment` WRITE; INSERT INTO `nucleus_comment` VALUES (10,'This is a "parent" comment. Two comments were inspired by it (comment 2 and comment 3). You can see this relationship in "parent" comment footer.

Also, try clicking any item to highlight its parents (yellow background) and its children (blue background). Current item has white background color.','','',1,1,'2004-03-23 20:49:07','localhost','127.0.0.1',1),(11,'This is child number 1. I tend to agree with my mother [1]','','',1,1,'2004-03-23 20:49:19','localhost','127.0.0.1',1),(12,'This is child number 2. I tend to disagree with my mother [1]','','',1,1,'2004-03-29 21:17:42','localhost','127.0.0.1',1),(13,'you are both [2] and [3] way off-topic, there is nothing to agree or disagree about!!','','',1,1,'2004-03-29 21:18:19','localhost','127.0.0.1',1); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_comment` ENABLE KEYS */; -- -- Table structure for table `nucleus_config` -- DROP TABLE IF EXISTS `nucleus_config`; CREATE TABLE `nucleus_config` ( `name` varchar(20) NOT NULL default '', `value` varchar(128) default NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_config` -- /*!40000 ALTER TABLE `nucleus_config` DISABLE KEYS */; LOCK TABLES `nucleus_config` WRITE; INSERT INTO `nucleus_config` VALUES ('DefaultBlog','1'),('AdminEmail','al04@txstate.edu'),('IndexURL','http://www.arnoldleder.com/new/blog/'),('Language','english'),('SessionCookie','0'),('AllowMemberCreate','0'),('AllowMemberMail','1'),('SiteName','Arnold Leder'),('AdminURL','http://www.arnoldleder.com/new/blog/nucleus/'),('NewMemberCanLogon','1'),('DisableSite','0'),('DisableSiteURL','http://www.this-page-intentionally-left-blank.org/'),('LastVisit','0'),('MediaURL','http://www.arnoldleder.com/new/blog/media/'),('AllowedTypes','jpg,jpeg,gif,mpg,mpeg,avi,mov,mp3,swf,png'),('AllowLoginEdit','0'),('AllowUpload','1'),('DisableJsTools','2'),('CookiePath','/'),('CookieDomain',''),('CookieSecure','0'),('MediaPrefix','1'),('MaxUploadSize','1048576'),('NonmemberMail','0'),('PluginURL','http://www.arnoldleder.com/new/blog/nucleus/plugins/'),('ProtectMemNames','1'),('BaseSkin','1'),('SkinsURL','http://www.arnoldleder.com/new/blog/skins/'),('ActionURL','http://www.arnoldleder.com/new/blog/action.php'),('URLMode','normal'),('DatabaseVersion','250'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_config` ENABLE KEYS */; -- -- Table structure for table `nucleus_item` -- DROP TABLE IF EXISTS `nucleus_item`; CREATE TABLE `nucleus_item` ( `inumber` int(11) NOT NULL auto_increment, `ititle` varchar(160) default NULL, `iurltitle` varchar(160) default NULL, `ibody` text NOT NULL, `imore` text, `iblog` int(11) NOT NULL default '0', `iauthor` int(11) NOT NULL default '0', `itime` datetime NOT NULL default '0000-00-00 00:00:00', `iclosed` tinyint(2) NOT NULL default '0', `idraft` tinyint(2) NOT NULL default '0', `ikarmapos` int(11) NOT NULL default '0', `icat` int(11) default NULL, `ikarmaneg` int(11) NOT NULL default '0', PRIMARY KEY (`inumber`), UNIQUE KEY `inumber` (`inumber`), KEY `itime` (`itime`), KEY `iurltitle` (`iurltitle`), FULLTEXT KEY `ibody` (`ibody`,`ititle`,`imore`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_item` -- /*!40000 ALTER TABLE `nucleus_item` DISABLE KEYS */; LOCK TABLES `nucleus_item` WRITE; INSERT INTO `nucleus_item` VALUES (1,'Nucleus CMS 3.0 Light Editition RC','nucleus-cms-3-0-light-editition-rc','
<%image(blog.jpg|80|94|Light Edition)%>

This is the first item in your weblog. Feel free to delete it, if you want.

This Light Edition distribution of Nucleus CMS was compiled and tested by Radek Hulan. If you have any suggestions for Nucleus CMS itself, use forum at forum.nucleuscms.org, if you have any suggestions for this distribution, please use forum at hulan.info/forum.

!++0|20040525|How would you rate Nucleus CMS?|Excellent|Great|Even better|I have no words++!

Thank you :-)

','',1,1,'2005-05-02 16:57:19',0,0,1,1,0); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_item` ENABLE KEYS */; -- -- Table structure for table `nucleus_karma` -- DROP TABLE IF EXISTS `nucleus_karma`; CREATE TABLE `nucleus_karma` ( `itemid` int(11) NOT NULL default '0', `ip` char(15) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_karma` -- /*!40000 ALTER TABLE `nucleus_karma` DISABLE KEYS */; LOCK TABLES `nucleus_karma` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_karma` ENABLE KEYS */; -- -- Table structure for table `nucleus_member` -- DROP TABLE IF EXISTS `nucleus_member`; CREATE TABLE `nucleus_member` ( `mnumber` int(11) NOT NULL auto_increment, `mname` varchar(16) NOT NULL default '', `mrealname` varchar(60) default NULL, `mpassword` varchar(40) NOT NULL default '', `memail` varchar(60) default NULL, `murl` varchar(100) default NULL, `mnotes` varchar(100) default NULL, `madmin` tinyint(2) NOT NULL default '0', `mcanlogin` tinyint(2) NOT NULL default '1', `mcookiekey` varchar(40) default NULL, `deflang` varchar(20) NOT NULL default '', PRIMARY KEY (`mnumber`), UNIQUE KEY `mnumber` (`mnumber`), UNIQUE KEY `mname` (`mname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_member` -- /*!40000 ALTER TABLE `nucleus_member` DISABLE KEYS */; LOCK TABLES `nucleus_member` WRITE; INSERT INTO `nucleus_member` VALUES (1,'Arnold Leder','arnoldleder','5c6aa2e42ef7b3b2798c835bc3442a12','al04@txstate.edu','http://www.arnoldleder.com/new/blog/','',1,1,'56de3cb81b9f3e0ddf994b8e9d88a414',''); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_member` ENABLE KEYS */; -- -- Table structure for table `nucleus_plug_extra_skin` -- DROP TABLE IF EXISTS `nucleus_plug_extra_skin`; CREATE TABLE `nucleus_plug_extra_skin` ( `tableid` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `skin` text, `url` varchar(255) default NULL, PRIMARY KEY (`tableid`), UNIQUE KEY `titleindx` (`title`), KEY `urlindx` (`url`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plug_extra_skin` -- /*!40000 ALTER TABLE `nucleus_plug_extra_skin` DISABLE KEYS */; LOCK TABLES `nucleus_plug_extra_skin` WRITE; INSERT INTO `nucleus_plug_extra_skin` VALUES (1,'articles','articles and comments statistics','\n
\n

Most karma

\n <%MostKarma%>\n
\n
\n

Most viewed

\n <%MostViewed%>\n
\n
\n

Latest comments

\n <%LatestComments%>\n
',''),(2,'cache','pragma and XHTML headers','\n\n',''),(3,'doctype','XHTML 1.0 STRICT and CSS save','<%CSS(SAVE)%><%Poll%>\n\n\n',''),(4,'footer','footer for every page','
\n \n Powered by\n Nucleus CMS, \n Nucleus Light Edition created by \n Radek Hulán, \n © 2004\n
\n ',''),(5,'meta','meta information about your blog','\" />\n\n \n\n\n\n<%CSS(META)%>',''),(7,'rss','rss feeds of your site','

RSS feeds

\n
\n \n \'RSS\n
\n \n \'RSS\n
\n \n \'Atom\n \n
',''); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plug_extra_skin` ENABLE KEYS */; -- -- Table structure for table `nucleus_plug_table_head` -- DROP TABLE IF EXISTS `nucleus_plug_table_head`; CREATE TABLE `nucleus_plug_table_head` ( `tableid` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `theader` text, `titem1` text, `titem2` text, `tfooter` text, PRIMARY KEY (`tableid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plug_table_head` -- /*!40000 ALTER TABLE `nucleus_plug_table_head` DISABLE KEYS */; LOCK TABLES `nucleus_plug_table_head` WRITE; INSERT INTO `nucleus_plug_table_head` VALUES (1,'mylinks','Links to Nucleus eXtreme Edition','

'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plug_table_head` ENABLE KEYS */; -- -- Table structure for table `nucleus_plug_table_item` -- DROP TABLE IF EXISTS `nucleus_plug_table_item`; CREATE TABLE `nucleus_plug_table_item` ( `itemid` int(11) NOT NULL auto_increment, `tableid` int(11) NOT NULL default '0', `rowid` int(11) NOT NULL default '0', `itemtext` text, `itemint` int(11) default NULL, `tableitem` int(11) default NULL, PRIMARY KEY (`itemid`), KEY `tableref` (`itemid`,`rowid`), FULLTEXT KEY `itemskey` (`itemtext`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plug_table_item` -- /*!40000 ALTER TABLE `nucleus_plug_table_item` DISABLE KEYS */; LOCK TABLES `nucleus_plug_table_item` WRITE; INSERT INTO `nucleus_plug_table_item` VALUES (1,1,1,'http://hulan.info/blog/item/nucleus-cms-extreme-edition-3-0-rc',0,NULL),(2,1,2,'Nucleus Light Edition',0,NULL),(3,1,1,'http://nucleuscms.org/',0,NULL),(6,1,2,'Nucleus CMS homepage',0,NULL),(7,1,1,'http://hulan.info/forum/viewforum.php?f=13',0,NULL),(8,1,2,'Nucleus Support Forum',0,NULL); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plug_table_item` ENABLE KEYS */; -- -- Table structure for table `nucleus_plug_table_row` -- DROP TABLE IF EXISTS `nucleus_plug_table_row`; CREATE TABLE `nucleus_plug_table_row` ( `tableid` int(11) NOT NULL default '0', `rowid` int(11) NOT NULL default '0', `rowtitle` varchar(255) default NULL, `rowdescription` varchar(255) default NULL, `rowtype` int(1) default NULL, PRIMARY KEY (`tableid`,`rowid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plug_table_row` -- /*!40000 ALTER TABLE `nucleus_plug_table_row` DISABLE KEYS */; LOCK TABLES `nucleus_plug_table_row` WRITE; INSERT INTO `nucleus_plug_table_row` VALUES (1,1,'url','Site URI',1),(1,2,'title','Title',1); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plug_table_row` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin` -- DROP TABLE IF EXISTS `nucleus_plugin`; CREATE TABLE `nucleus_plugin` ( `pid` int(11) NOT NULL auto_increment, `pfile` varchar(40) NOT NULL default '', `porder` int(11) NOT NULL default '0', PRIMARY KEY (`pid`), KEY `pid` (`pid`), KEY `porder` (`porder`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin` -- /*!40000 ALTER TABLE `nucleus_plugin` DISABLE KEYS */; LOCK TABLES `nucleus_plugin` WRITE; INSERT INTO `nucleus_plugin` VALUES (1,'NP_BlogWithOffset',1),(2,'NP_OffsetEntriesLink',2),(3,'NP_Calendar',3),(4,'NP_CSS',4),(5,'NP_EditControls',5),(6,'NP_FancierURL',6),(7,'NP_FancyText',7),(8,'NP_LatestComments',8),(9,'NP_MostKarma',9),(10,'NP_Viewed',10),(11,'NP_MostViewed',11),(12,'NP_MailToAFriend',12),(13,'NP_Poll',13),(14,'NP_Print',14),(15,'NP_TrackBack',15),(16,'NP_XMLTools',16),(17,'NP_ExtraSkin',17),(18,'NP_Table',18); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_event` -- DROP TABLE IF EXISTS `nucleus_plugin_event`; CREATE TABLE `nucleus_plugin_event` ( `pid` int(11) NOT NULL default '0', `event` varchar(40) default NULL, KEY `pid` (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_event` -- /*!40000 ALTER TABLE `nucleus_plugin_event` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_event` WRITE; INSERT INTO `nucleus_plugin_event` VALUES (5,'AdminPrePageHead'),(5,'BookmarkletExtraHead'),(5,'PreSendContentType'),(6,'PreAddItem'),(6,'PostAddItem'),(6,'PreUpdateItem'),(6,'PrePluginOptionsEdit'),(6,'PostPluginOptionsUpdate'),(6,'PostAddComment'),(7,'PreAddComment'),(7,'PreUpdateComment'),(7,'PrepareCommentForEdit'),(7,'PreComment'),(7,'PreAddItem'),(7,'PreUpdateItem'),(7,'PrepareItemForEdit'),(7,'PreItem'),(13,'PreItem'),(15,'PostAddItem'),(15,'AddItemFormExtras'),(17,'QuickMenu'),(18,'PreItem'),(18,'QuickMenu'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_event` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_fancierurl` -- DROP TABLE IF EXISTS `nucleus_plugin_fancierurl`; CREATE TABLE `nucleus_plugin_fancierurl` ( `inumber` int(11) default NULL, `iurltitle` varchar(255) default NULL, KEY `inumber` (`inumber`,`iurltitle`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_fancierurl` -- /*!40000 ALTER TABLE `nucleus_plugin_fancierurl` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_fancierurl` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_fancierurl` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_option` -- DROP TABLE IF EXISTS `nucleus_plugin_option`; CREATE TABLE `nucleus_plugin_option` ( `ovalue` text NOT NULL, `oid` int(11) NOT NULL auto_increment, `ocontextid` int(11) NOT NULL default '0', PRIMARY KEY (`oid`,`ocontextid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_option` -- /*!40000 ALTER TABLE `nucleus_plugin_option` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_option` WRITE; INSERT INTO `nucleus_plugin_option` VALUES ('-',17,0),('NUCLEUSXE3006',12,0),('',11,0),('extreme',6,0),('extreme,czech,france,choco,blue,simple,techno,green',4,0),('eXtreme!,Czech,France,Chocolate,Blue Dot,Simpleton,Techno,Green Eye',5,0),('|',42,0),('Send your vote!',35,0),('-- poll results --',36,0),('yes',27,0),('85',28,0),('no',29,0),('',7,0),('',8,0),('Skin',10,0),('Apply Skin!',9,0); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_option` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_option_desc` -- DROP TABLE IF EXISTS `nucleus_plugin_option_desc`; CREATE TABLE `nucleus_plugin_option_desc` ( `oid` int(11) NOT NULL auto_increment, `opid` int(11) NOT NULL default '0', `oname` varchar(20) NOT NULL default '', `ocontext` varchar(20) NOT NULL default '', `odesc` varchar(255) default NULL, `otype` varchar(20) default NULL, `odef` text, `oextra` text, PRIMARY KEY (`opid`,`oname`,`ocontext`), UNIQUE KEY `oid` (`oid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_option_desc` -- /*!40000 ALTER TABLE `nucleus_plugin_option_desc` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_option_desc` WRITE; INSERT INTO `nucleus_plugin_option_desc` VALUES (1,3,'Locale','global','Language (locale) to use','text','english',''),(2,3,'LinkAll','global','Create links for all days (even those that do not have posts?)','yesno','no',''),(3,3,'Summary','global','Summary text for the calendar table','text','Monthly calendar with links to each day\'s posts',''),(4,4,'CSSStyles','global','CSS filenames, comma separated list (without .css!):','text','extreme,czech,france,choco,blue,simple,techno,green',''),(5,4,'CSSNames','global','CSS style names as shown to user:','text','eXtreme!,Czech,France,Chocolate,Blue Dot,Simpleton,Techno,Green Eye',''),(6,4,'CSSDefaultFile','global','Default style filename (without .css!):','text','extreme',''),(7,4,'CSSText1','global','Text for current style (can be blank):','text','',''),(8,4,'CSSText2','global','Text for select style (can be blank):','text','',''),(9,4,'CSSText3','global','Text for select style button:','text','Apply Skin!',''),(10,4,'menu','global','Text for menu:','text','Skin',''),(11,4,'version','global','CSS version:','text','',''),(12,4,'cookie','global','Cookie name:','text','NUCLEUSXE3006',''),(13,5,'use_htmlarea','blog','Use advanced HTML4 editor','yesno','yes',''),(14,5,'use_calendar','blog','Use date picker','yesno','yes',''),(15,6,'archiveName','global','The name of the \"archive\" file','text','archive',''),(16,6,'itemName','global','The name of the \"item\" file','text','item',''),(17,6,'spaceReplace','global','The character which replaces spaces in URL titles','select','-','underscore|_|dash|-'),(18,6,'linktype','global','Create simple links /item/title?','yesno','yes',''),(19,7,'arrowup','global','Arrow-up picture URI:','text','./skins/base/arrowup.gif',''),(20,7,'arrowdown','global','Arrow-down picture URI:','text','./skins/base/arrowdown.gif',''),(21,7,'replytothis','global','Reply-to picture URI:','text','./skins/base/reply.gif',''),(22,7,'allowthreads','global','Enable threaded discussions (yes/no):','yesno','yes',''),(23,7,'commentinspired','global','This comment inspired \'child\':','text','this comment inspired',''),(24,7,'inspiredby','global','Inspired by \'parent\':','text','inspired by',''),(25,7,'replytothistext','global','Reply to this comment text:','text','reply to this comment',''),(26,7,'addp','global','Add paragraphs and line breaks (yes/no):','yesno','yes',''),(27,8,'option1','global','Show short member names instead of real member names?','yesno','yes',''),(28,8,'option2','global','Max number of characters in each comment:','text','85',''),(29,8,'option3','global','Break comments by words instead of by characters?','yesno','no',''),(30,12,'defaultLook','global','If no argument given, how does the link look?','text','[email]',''),(31,12,'defaultMessage','global','What should be the initial message to send?','text','Look at this interesting article ',''),(32,12,'template','global','Which template should be used to display an item?','text','print',''),(33,13,'OptionStyle','global','Style used for poll options','text','itembody',''),(34,13,'ResultsStyle','global','Style used for poll results','text','itembody',''),(35,13,'SubmitButton','global','Text for Submit poll results','text','Send your vote!',''),(36,13,'ResultsText','global','Text for View poll results link','text','-- poll results --',''),(37,13,'AfterText','global','Text for Current results (can be blank)','text','',''),(38,13,'DidVoteText','global','You submitted your vote already for this poll text (can be blank)','text','',''),(39,13,'Text1','global','Text for OPTION','text','Item',''),(40,13,'Text2','global','Text for VOTES','text','Votes',''),(41,13,'Text3','global','Text for PERCENT','text','Percent',''),(42,13,'Delimiter','global','Option delimiter (must be 1 exactly 1 character long)','text','|',''),(43,13,'TotalText','global','Total number of votes text','text','Votes total: ',''),(44,14,'option1','global','If no argument given, how does the link look?','text','[print]',''),(45,14,'option12','global','Open in a new window?','yesno','yes',''),(46,14,'option2','global','Text for the print link','text','Click here to print this article',''),(47,14,'option3','global','Text for the no print message','text','(this box will not be printed)',''),(48,14,'option4','global','Which template should be used to display an item?','text','print',''),(49,14,'option5','global','Header file (you can also use the complete path
or leave it blank for no use)','text','./header.inc',''),(50,14,'option6','global','Footer file (you can also use the complete path
or leave it blank for no use)','text','./footer.inc',''),(51,14,'fontSelector1','global','Font selector: allow people to choose font and font size?','yesno','yes',''),(52,14,'fontSelector2','global','Font selector: main text','text','Font-size:',''),(53,14,'fontSelector3','global','Font selector: smaller font button','text','smaller',''),(54,14,'fontSelector4','global','Font selector: bigger font button','text','larger',''),(55,15,'CheckIDs','global','Only allow valid itemids as trackback-ids','yesno','yes',''),(56,15,'Notify','global','Send e-mail notification on ping receipt','yesno','yes',''),(57,15,'NotifyEmail','global','Which e-mail address to send these notification to?','text','',''),(58,15,'AcceptPing','global','Accept pings','yesno','yes',''),(59,15,'SendPings','global','Allow sending pings','yesno','yes',''),(60,16,'countwords','global','Add a wordcount?','yesno','yes',''),(61,16,'words','global','excerpt... (10 _words_)','text','words',''),(62,17,'quickmenu','global','Show in quick menu','yesno','yes',''),(63,18,'quickmenu','global','Show in quick menu','yesno','yes',''),(64,18,'columns','global','Maximum number of columns','text','5',''); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_option_desc` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_tb` -- DROP TABLE IF EXISTS `nucleus_plugin_tb`; CREATE TABLE `nucleus_plugin_tb` ( `tb_id` int(11) NOT NULL default '0', `url` varchar(100) NOT NULL default '', `title` tinytext, `excerpt` tinytext, `blog_name` tinytext, `timestamp` datetime default NULL, PRIMARY KEY (`tb_id`,`url`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_tb` -- /*!40000 ALTER TABLE `nucleus_plugin_tb` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_tb` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_tb` ENABLE KEYS */; -- -- Table structure for table `nucleus_plugin_views` -- DROP TABLE IF EXISTS `nucleus_plugin_views`; CREATE TABLE `nucleus_plugin_views` ( `id` int(11) NOT NULL default '0', `views` int(15) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_plugin_views` -- /*!40000 ALTER TABLE `nucleus_plugin_views` DISABLE KEYS */; LOCK TABLES `nucleus_plugin_views` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_plugin_views` ENABLE KEYS */; -- -- Table structure for table `nucleus_skin` -- DROP TABLE IF EXISTS `nucleus_skin`; CREATE TABLE `nucleus_skin` ( `sdesc` int(11) NOT NULL default '0', `stype` varchar(20) NOT NULL default '', `scontent` text NOT NULL, PRIMARY KEY (`sdesc`,`stype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_skin` -- /*!40000 ALTER TABLE `nucleus_skin` DISABLE KEYS */; LOCK TABLES `nucleus_skin` WRITE; INSERT INTO `nucleus_skin` VALUES (1,'search','<%ExtraSkin(doctype)%><%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n\n\n
\n\n

<%blogsetting(name)%>

\n\n
\n

Search

\n <%searchform%>\n

Search results

\n <%searchresults(default)%>\n
\n\n
\n

Navigation

\n \n

Categories

\n
\n <%categorylist(default)%>\n
\n <%ExtraSkin(articles)%>\n
\n\n<%ExtraSkin(footer)%>\n'),(2,'index','\n\n\n \n <%blogsetting(name)%>\n <%blogsetting(url)%>\n <%blogsetting(desc)%>\n http://backend.userland.com/rss091\n en\n \n <%adminurl%>nucleus2.gif\n <%blogsetting(name)%>\n <%FancierURL%>\n \n<%blog(xmlrss,10)%>\n\n'),(3,'index','\n\n \n <%blogsetting(name)%>\n <%blogsetting(url)%>\n <%blogsetting(desc)%>\n en \n <%version%>\n (c) you\n blog\n http://backend.userland.com/rss\n \n <%blogsetting(url)%>nucleus/nucleus2.gif\n <%blogsetting(name)%>\n <%FancierURL%>\n \n <%blog(xmlrss2,10)%>\n \n'),(1,'member','<%ExtraSkin(doctype)%><%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n \n\n\n
\n\n

<%blogsetting(name)%>

\n\n
\n

Member :: <%member(name)%>

\n

Real name: <%member(realname)%>

\n

Website: \'><%member(url)%>

\n
\n <%membermailform%>\n
\n
\n\n
\n

Navigation

\n \n
\n
<%Plugin(OffsetEntriesLink,5,-,Previous 5 items,0,p)%>
\n
<%Plugin(OffsetEntriesLink,5,+,Next 5 items,0,n)%>
\n
\n

Search

\n <%searchform%>\n
\n\n<%ExtraSkin(footer)%>\n'),(1,'item','<%ExtraSkin(doctype)%><%itemtitle%> - <%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n \' />\n\n\n
\n\n

<%blogsetting(name)%>

\n\n
\n \n <%item(detailed)%>\n

Comments

\n <%comments(detailed)%>\n

Add new comment

\n \n <%commentform%>\n
\n\n
\n

Navigation

\n \n \n

Categories

\n
<%categorylist(default)%>
\n

Search

\n <%searchform%>\n <%ExtraSkin(articles)%>\n
\n\n<%ExtraSkin(footer)%>\n'),(1,'imagepopup','<%ExtraSkin(doctype)%><%imagetext%>\n \n\n\n <%image%>\n\n'),(1,'index','<%ExtraSkin(doctype)%><%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n \n\n\n
\n\n

<%blogsetting(name)%>

\n \n
\n <%Plugin(BlogWithOffset,default,5)%>\n

\n
\n\n
\n

Navigation

\n \n

Search

\n <%searchform%>\n

Categories

\n
<%categorylist(default)%>
\n
\n
<%Plugin(OffsetEntriesLink,5,-,Previous 5 items,0,p)%>
\n
<%Plugin(OffsetEntriesLink,5,+,Next 5 items,0,n)%>
\n
\n <%ExtraSkin(articles)%>\n

My Links

\n <%Table(mylinks,title,asc)%>\n <%ExtraSkin(rss)%>\n
\n

Style It!

\n <%CSS(SELECT)%>\n
\n\n<%ExtraSkin(footer)%>\n'),(6,'index','\n\n <%blogsetting(name)%>\n \" />\n <%version%>\n <%blog(atommodified,1)%>\n <%blog(atomentries,10)%>\n'),(4,'index','\n\n \n <%version%>\n http://nucleuscms.org/\n <%sitevar(url)%>\n \n xmlrpc/server.php\" blogID=\"<%blogsetting(id)%>\">\n http://nucleuscms.org/documentation/devdocs/xmlrpc.html\n \n xmlrpc/server.php\" blogID=\"<%blogsetting(id)%>\">\n http://nucleuscms.org/documentation/devdocs/xmlrpc.html\n \n \n \n'),(5,'index','\n\n%HTMLlat1;\n]>\n\n xmlrss1.php\">\n <%blogsetting(name)%>\n <%blogsetting(url)%>\n <%blogsetting(desc)%>\n en\n nucleus2.gif\" />\n<%blog(xmlrss,10)%>\n\n'),(1,'error','<%ExtraSkin(doctype)%><%sitevar(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n\n\n
\n\n

Error

\n \n
\n

<%errormessage%>

\n

Back

\n
\n\n
\n

Navigation

\n
\n \n
\n

Search

\n <%searchform%>\n
\n\n<%ExtraSkin(footer)%>\n'),(1,'archivelist','<%ExtraSkin(doctype)%><%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n\n\n
\n\n

<%blogsetting(name)%>

\n\n
\n <%Calendar%>\n

Archives

\n <%archivelist(default)%>\n
\n\n
\n

Navigation

\n \n

Search

\n <%searchform%>\n

Categories

\n
<%categorylist(default)%>
\n
\n
\n\n<%ExtraSkin(footer)%>\n'),(1,'archive','<%ExtraSkin(doctype)%><%blogsetting(name)%>\n <%ExtraSkin(meta)%>\n <%ExtraSkin(cache)%>\n \n \n\n\n
\n\n

<%blogsetting(name)%>

\n \n
\n <%Calendar%>\n <%archive(default)%>\n
\n\n \n\n<%ExtraSkin(footer)%>\n'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_skin` ENABLE KEYS */; -- -- Table structure for table `nucleus_skin_desc` -- DROP TABLE IF EXISTS `nucleus_skin_desc`; CREATE TABLE `nucleus_skin_desc` ( `sdnumber` int(11) NOT NULL auto_increment, `sdname` varchar(20) NOT NULL default '', `sddesc` varchar(200) default NULL, `sdtype` varchar(40) NOT NULL default 'text/html', `sdincmode` varchar(10) NOT NULL default 'normal', `sdincpref` varchar(50) NOT NULL default '', PRIMARY KEY (`sdnumber`), UNIQUE KEY `sdnumber` (`sdnumber`), UNIQUE KEY `sdname` (`sdname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_skin_desc` -- /*!40000 ALTER TABLE `nucleus_skin_desc` DISABLE KEYS */; LOCK TABLES `nucleus_skin_desc` WRITE; INSERT INTO `nucleus_skin_desc` VALUES (1,'default','default skin for your blog','text/html','skindir','base/'),(2,'xmlrss','RSS syndication of weblogs','text/xml','normal',''),(3,'xmlrss2','RSS 2.0 syndication of weblogs','text/xml','normal',''),(4,'rsd','RSD (Really Simple Discovery) information','text/xml','normal',''),(5,'xmlrss1','RSS 1.0 syndication of weblogs','text/xml','normal',''),(6,'atom','Atom 0.3 weblog syndication','application/atom+xml','normal',''); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_skin_desc` ENABLE KEYS */; -- -- Table structure for table `nucleus_team` -- DROP TABLE IF EXISTS `nucleus_team`; CREATE TABLE `nucleus_team` ( `tmember` int(11) NOT NULL default '0', `tblog` int(11) NOT NULL default '0', `tadmin` tinyint(2) NOT NULL default '0', PRIMARY KEY (`tmember`,`tblog`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_team` -- /*!40000 ALTER TABLE `nucleus_team` DISABLE KEYS */; LOCK TABLES `nucleus_team` WRITE; INSERT INTO `nucleus_team` VALUES (1,1,1); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_team` ENABLE KEYS */; -- -- Table structure for table `nucleus_template` -- DROP TABLE IF EXISTS `nucleus_template`; CREATE TABLE `nucleus_template` ( `tdesc` int(11) NOT NULL default '0', `tpartname` varchar(20) NOT NULL default '', `tcontent` text NOT NULL, PRIMARY KEY (`tdesc`,`tpartname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_template` -- /*!40000 ALTER TABLE `nucleus_template` DISABLE KEYS */; LOCK TABLES `nucleus_template` WRITE; INSERT INTO `nucleus_template` VALUES (7,'ITEM','<%date(utc)%>'),(1,'FORMAT_DATE','%d.%m.%y'),(1,'FORMAT_TIME','%H:%M:%S'),(1,'ITEM','\n <%syndicate_title%>\n <%FancierURL%>\n <%XMLTools(body)%>\n'),(3,'ITEM_HEADER',''),(4,'EDITLINK','\" onclick=\"<%editpopupcode%>\">edit'),(4,'FORMAT_DATE','%d.%m.%y'),(4,'FORMAT_TIME','%H:%M:%S'),(4,'ITEM','\n <%syndicate_title%>\n <%FancierURL%>\n<%syndicate_description%>\n <%category%>\n<%FancierURL%>#trackback\n <%date(rfc822)%>\n'),(5,'FORMAT_DATE','%d.%m.%y'),(5,'FORMAT_TIME','%H:%M:%S'),(5,'IMAGE_CODE','<%image%>'),(5,'ITEM','

<%title%>

\n\n
\n <%body%>\n

\n <%more%>\n
\n
\n
\n <%time%> - <%date%> -\n <%author%> -\n <%category%> -\n <%Viewed%>\n
\n'),(6,'FORMAT_DATE','%x'),(6,'FORMAT_TIME','%X'),(6,'ITEM','\">\n <%syndicate_title%>\n <%FancierURL%>\n<%syndicate_description%>\n'),(3,'ITEM_FOOTER',' \n\n
\n

RSS 2.0 feed, Trackback, print preview, email this article

\n
    \n
  • <%TrackBack(list)%>
  • \n
  • You can <%Print%> this article or <%MailToAFriend%> it.
  • \n
\n
\n\n'),(2,'ITEM_FOOTER',''),(2,'IMAGE_CODE','<%image%>'),(2,'ITEM','

\'><%title%>

\n
\n <%body%><%morelink%>\n
\n
\n \"><%author%> - \'pencil\'\' /><%time%> - \'><%category%> - \'pencil\'\' />\'>permalink - <%comments%> <%edit%>\n
'),(2,'FORMAT_TIME','%H:%M:%S'),(2,'FORMAT_DATE','%d.%m.%y'),(2,'EDITLINK',' - \" onclick=\"<%editpopupcode%>\">edit'),(3,'FORMAT_TIME','%H:%M:%S'),(3,'IMAGE_CODE','<%image%>'),(3,'ITEM','\n

<%title%>

\n \n
\n <%body%> \n <%more%>\n
\n
\n \"><%author%> - \'clock\'\' /><%time%> - <%date%> -\n \'><%category%> - <%Viewed%> - \'pencil\'\' />\'>permalink\n <%edit%>\n
\n Karma points: <%karma%>. \n Do you like this article? [\'>yes/\'>no]\n
\n'),(3,'ARCHIVELIST_HEADER','Archive list:'),(3,'CATLIST_HEADER',' <%accesskey%> href=\'<%blogurl%>\'>[0] All'),(3,'CATLIST_LISTITEM',''),(3,'COMMENTS_BODY','\n

\n \'comment\'\' /><%FancyText%> <%userlink%> wrote:

\n<%body%>\n
\n
\n <%date%>, <%time%>\n
\n\n'),(3,'COMMENTS_MANY','Comments: '),(3,'COMMENTS_NONE','
No comments yet.
'),(3,'COMMENTS_ONE','Comment: '),(3,'EDITLINK','- \" onclick=\"<%editpopupcode%>\">edit'),(3,'FORMAT_DATE','%A, %d.%m.%y'),(2,'DATE_HEADER','

%A, %d.%m.%y

\n'),(9,'ITEM','\n <%title%>\n index.php?itemid=<%itemid%>\" />\n \n <%author%>\n \n <%date(utc)%>\n <%date(iso8601)%>\n <%body%><%more%>\n <%blogurl%>:<%blogid%>:<%itemid%>\n'),(2,'COMMENTS_TOOMUCH','#trackback\' rel=\'bookmark\'><%commentword%><%commentcount%>'),(2,'COMMENTS_ONE','Comment: '),(2,'CATLIST_HEADER',' <%accesskey%> href=\'<%blogurl%>\'>[0] All'),(2,'CATLIST_LISTITEM',''),(2,'COMMENTS_MANY','Comments: '),(2,'COMMENTS_NONE','#trackback\' rel=\'bookmark\'>Add comment!'),(2,'ARCHIVELIST_LISTITEM','\' title=\'Archives\'>%B, %Y
'),(2,'ITEM_HEADER','\n'),(2,'LOCALE','english'),(2,'MEDIA_CODE','<%media%>'),(2,'MORELINK',''),(2,'POPUP_CODE','<%popuplink%>'),(2,'SEARCH_HIGHLIGHT','\\0'),(2,'SEARCH_NOTHINGFOUND','No results found for query <%query%>'),(3,'LOCALE','english'),(3,'MEDIA_CODE','<%media%>'),(3,'POPUP_CODE','<%popuplink%>'),(3,'SEARCH_HIGHLIGHT','\\0'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_template` ENABLE KEYS */; -- -- Table structure for table `nucleus_template_desc` -- DROP TABLE IF EXISTS `nucleus_template_desc`; CREATE TABLE `nucleus_template_desc` ( `tdnumber` int(11) NOT NULL auto_increment, `tdname` varchar(20) NOT NULL default '', `tddesc` varchar(200) default NULL, PRIMARY KEY (`tdnumber`), UNIQUE KEY `tdname` (`tdname`), UNIQUE KEY `tdnumber` (`tdnumber`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `nucleus_template_desc` -- /*!40000 ALTER TABLE `nucleus_template_desc` DISABLE KEYS */; LOCK TABLES `nucleus_template_desc` WRITE; INSERT INTO `nucleus_template_desc` VALUES (1,'xmlrss','Used for RSS syndication of your blog'),(2,'default','Default template for your.blog'),(3,'detailed','Used for detailed item pages'),(4,'xmlrss2','Used for RSS syndication of your blog Version 2.0'),(5,'print','template for printouts'),(6,'xmlrss1','Used for RSS 1.0 syndication of your blog'),(7,'atommodified','Atom feeds: Inserts last modification date'),(9,'atomentries','Atom feeds: Feed items'); UNLOCK TABLES; /*!40000 ALTER TABLE `nucleus_template_desc` ENABLE KEYS */; /*!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 */;