SQL=Duplicate entry '25' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (25, 24, 'Super Administrator', 16, 17)
= = = = = = = = = =
SQL=Table 'mos_core_acl_aro_sections' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro_sections`
CREATE TABLE `mos_core_acl_aro_sections` (
`section_id` int(11) NOT NULL auto_increment,
`value` varchar(230) NOT NULL default '',
`order_value` int(11) NOT NULL default '0',
`name` varchar(230) NOT NULL default '',
`hidden` int(11) NOT NULL default '0',
PRIMARY KEY (`section_id`),
UNIQUE KEY `value_aro_sections` (`value`),
UNIQUE KEY `mos_gacl_value_aro_sections` (`value`),
KEY `hidden_aro_sections` (`hidden`),
KEY `mos_gacl_hidden_aro_sections` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_sections` VALUES (10, 'users', 1, 'Users', 0)
= = = = = = = = = =
SQL=Table 'mos_core_acl_groups_aro_map' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_groups_aro_map`
CREATE TABLE `mos_core_acl_groups_aro_map` (
`group_id` int(11) NOT NULL default '0',
`section_value` varchar(240) NOT NULL default '',
`aro_id` int(11) NOT NULL default '0',
UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_items' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_items`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_items` (
`time_stamp` date NOT NULL default '0000-00-00',
`item_table` varchar(50) NOT NULL default '',
`item_id` int(11) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_searches' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_searches`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_groups' already exists:
- - - - - - - - - -
# Table structure for table `mos_groups`
CREATE TABLE `mos_groups` (
`id` tinyint(3) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '0' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_groups`
INSERT INTO `mos_groups` VALUES (0, 'Public')
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (1, 'Registered')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (2, 'Special')
= = = = = = = = = =
SQL=Table 'mos_mambots' already exists:
- - - - - - - - - -
# Table structure for table `mos_mambots`
CREATE TABLE `mos_mambots` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`element` varchar(100) NOT NULL default '',
`folder` varchar(100) NOT NULL default '',
`access` tinyint(3) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(3) NOT NULL default '0',
`iscore` tinyint(3) NOT NULL default '0',
`client_id` tinyint(3) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (1, 'MOS Image', 'mosimage', 'content', 0, -10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (2, 'MOS Pagination', 'mospaging', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (3, 'Legacy Mambot Includer', 'legacybots', 'content', 0, 1, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (4, 'SEF', 'mossef', 'content', 0, 3, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (5, 'MOS Rating', 'mosvote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (6, 'Search Content', 'content.searchbot', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (7, 'Search Weblinks', 'weblinks.searchbot', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (8, 'Code support', 'moscode', 'content', 0, 2, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (9, 'No WYSIWYG Editor', 'none', 'editors', 0, 1, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (10, 'FCKEditor WYSIWYG Editor', 'mambofck', 'editors', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 's:SkinPath=default\nAutoDetectLanguage=1\ns

efaultLanguage=default\ns:ContentLangDirection=ltr\nProcessHTMLEntities=1\nIncludeLatinEntities=1\nIncludeGreekEntities=1\nFillEmptyBlocks=1\nFormatSource=1\nFormatOutput=1\nFormatIndentator='' ''\nForceStrongEm=1\nGeckoUseSPAN=0\nForcePasteAsPlainText=0\nAutoDetectPasteFromWord=1\nForceSimpleAmpersand=0\nTabSpaces=0\nShowBorders=1\nSourcePopup=0\nUseBROnCarriageReturn=0\nToolbarStartExpanded=1\nToolbarCanCollapse=1\nIgnoreEmptyParagraphValue=1\nPreserveSessionOnFileBrowser=0\nFloatingPanelsZIndex=10000\nToolbarSet=[ [''Undo'',''Redo''], [''Cut'',''Copy'',''Paste'',''PasteText'',''PasteWord''], [''Bold'',''Italic'',''Underline'',''StrikeThrough'',''-'',''Subscript'',''Superscript'',''-'',''OrderedList'',''UnorderedList'',''-'',''Outdent'',''Indent''], [''JustifyLeft'',''JustifyCenter'',''JustifyRight'',''JustifyFull''], ''/'', [''Link'',''Unlink'',''Anchor''], [''Image'',''Flash'',''Table'',''Rule'',''Smiley'',''SpecialChar'',''UniversalKey''], [''TextColor'',''BGColor''], [''mosimage'', ''mospage''], [''Source'',''About''] ]\nContextMenu=[''Generic'',''Link'',''Anchor'',''Image'',''Flash'',''BulletedList'',''NumberedList'',''Table'']\ns:FontColors=000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF\ns:FontNames=Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\ns:FontSizes=1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large\ns:FontFormats=p;div;pre;address;h1;h2;h3;h4;h5;h6\nSpellChecker=''ieSpell''\ns:IeSpellDownloadUrl=http://iespell.huhbw.com/ieSpellSetup220647.exe\nMaxUndoLevels=15\nDisableObjectResizing=0\nDisableFFTableHandles=1\nLinkDlgHideTarget=0\nLinkDlgHideAdvanced=0\nImageDlgHideLink=0\nImageDlgHideAdvanced=0\nFlashDlgHideAdvanced=0\nLinkBrowser=1\nImageBrowser=1\nFlashBrowser=1\nLinkUpload=1\nImageUpload=1\nFlashUpload=1')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (11, 'MOS Image Editor Button', 'mosimage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (12, 'MOS Pagebreak Editor Button', 'mospage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (13, 'Search Contacts', 'contacts.searchbot', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (14, 'Search Categories', 'categories.searchbot', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (15, 'Search Sections', 'sections.searchbot', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (16, 'Email Cloaking', 'mosemailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (17, 'GeSHi', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (18, 'Search Newsfeeds', 'newsfeeds.searchbot', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (19, 'Load Module Positions', 'mosloadposition', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Table 'mos_mamhoo' already exists:
- - - - - - - - - -
# Table structure for table `mos_mamhoo`
CREATE TABLE `mos_mamhoo` (
`user_id` int(11) NOT NULL default '1',
`f01` varchar(255) default NULL,
`f02` varchar(255) default NULL,
`f03` varchar(255) default NULL,
`f04` varchar(255) default NULL,
`f05` varchar(255) default NULL,
`f06` varchar(255) default NULL,
`f07` varchar(255) default NULL,
`f08` varchar(255) default NULL,
`f09` varchar(255) default NULL,
`f10` varchar(255) default NULL,
`f11` varchar(255) default NULL,
`f12` varchar(255) default NULL,
`f13` varchar(255) default NULL,
`f14` varchar(255) default NULL,
`f15` varchar(255) default NULL,
`f16` varchar(255) default NULL,
`f17` varchar(255) default NULL,
`f18` varchar(255) default NULL,
`f19` varchar(255) default NULL,
`f20` varchar(255) default NULL,
`f21` varchar(255) default NULL,
`f22` varchar(255) default NULL,
`f23` varchar(255) default NULL,
`f24` varchar(255) default NULL,
`f25` varchar(255) default NULL,
`f26` varchar(255) default NULL,
`f27` varchar(255) default NULL,
`f28` varchar(255) default NULL,
`f29` varchar(255) default NULL,
`f30` varchar(255) default NULL,
`f31` varchar(255) default NULL,
`f32` varchar(255) default NULL,
`f33` varchar(255) default NULL,
`f34` varchar(255) default NULL,
`f35` varchar(255) default NULL,
`f36` varchar(255) default NULL,
`f37` varchar(255) default NULL,
`f38` varchar(255) default NULL,
`f39` varchar(255) default NULL,
`f40` varchar(255) default NULL,
`f41` varchar(255) default NULL,
`f42` varchar(255) default NULL,
`f43` varchar(255) default NULL,
`f44` varchar(255) default NULL,
`f45` varchar(255) default NULL,
`f46` varchar(255) default NULL,
`f47` varchar(255) default NULL,
`f48` varchar(255) default NULL,
`f49` varchar(255) default NULL,
`f50` varchar(255) default NULL,
PRIMARY KEY (`user_id`)
) TYPE=MyISAM
= = = = = = = = = =