Avatar billede durany Nybegynder
06. marts 2005 - 14:38 Der er 10 kommentarer og
1 løsning

Local host og mysql username

Hej jeg ska lige hurtig brug noget hjælp.. jeg er igang med at install mambo (ligesom postnuke næsten.. cms el hva det hedder..) og skal skrive mit host name står der.. det er det samme som  local host.. men hvad er local host når jeg bruger www.1go.dk?

hurtig hjælp..
Avatar billede ttopholm Nybegynder
06. marts 2005 - 14:52 #1
Har du prøvet bare at skrive localhost i host.
Avatar billede ttopholm Nybegynder
06. marts 2005 - 14:56 #2
Men ellers hvis du logger ind på 1go.dk, og vælger mysql database, får du af vide hvad din host er, og så kan du bare bruge den ;-)
Avatar billede durany Nybegynder
06. marts 2005 - 14:57 #3
ja.. men den kræver også MySQL User Name, MySQL Password,MySQL Database Name

og når jeg skriver localhost i host, og vælger en kode og brugernavn så siger den at kode og brugernavn ikke er rigtige.. altså skal man ikke selv vælge et bruger navn og kode?? eller skal det være en kode og bruger navn man bruger et andet sted på en måde?.. hvis ja så hvilket brugernavn osv?
Avatar billede durany Nybegynder
06. marts 2005 - 15:04 #4
okay jeg tror jeg har indtastet de andre godt nok.. men hvad skal jeg skrive i denne her

MySQL Database Name===????
Avatar billede durany Nybegynder
06. marts 2005 - 15:07 #5
den siger at jeg kan ikke fortsætte pga der har været en fejl når den skulle sætte data i min database.. fik denne log

--------

SQL=Table 'mos_banner' already exists:
- - - - - - - - - -
# $Id: mambo.sql,v 1.96 2004/09/24 18:08:09 rcastley Exp $

# Table structure for table `mos_banner`

CREATE TABLE `mos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default 'banner',
  `name` varchar(50) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`)
) TYPE=MyISAM AUTO_INCREMENT=1
= = = = = = = = = =

SQL=Table 'mos_bannerclient' already exists:
- - - - - - - - - -
# Dumping data for table `mos_banner`


# Table structure for table `mos_bannerclient`

CREATE TABLE `mos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(60) NOT NULL default '',
  `contact` varchar(60) NOT NULL default '',
  `email` varchar(60) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_bannerfinish' already exists:
- - - - - - - - - -
# Dumping data for table `mos_bannerclient`


# Table structure for table `mos_bannerfinish`

CREATE TABLE `mos_bannerfinish` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default '',
  `name` varchar(50) NOT NULL default '',
  `impressions` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(50) NOT NULL default '',
  `datestart` datetime default NULL,
  `dateend` datetime default NULL,
  PRIMARY KEY  (`bid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_categories' already exists:
- - - - - - - - - -
# Dumping data for table `mos_bannerfinish`


# Table structure for table `mos_categories`

CREATE TABLE `mos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default 0,
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) 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',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_categories`

INSERT INTO `mos_categories` VALUES (1, 0, 'Latest', 'Latest News', 'taking_notes.jpg', '1', 'left', 'The latest news from the Mambo Team', 1, 0, '0000-00-00 00:00:00', '', 0, 0, 1, '')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_categories` VALUES (2, 0, 'Mambo', 'Mambo', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Mambo project.', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, '')
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_categories` VALUES (3, 0, 'Newsflash','Newsflash','','2','left','',1,0,'0000-00-00 00:00:00','',0,0,0, '')
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_categories` VALUES (4, 0, 'Contacts', 'Contacts', '', 'com_contact_details', 'left', 'Contact Details for this website', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, '')
= = = = = = = = = =

SQL=Duplicate entry '66' for key 1:
- - - - - - - - - -
INSERT INTO `mos_categories` VALUES (66, 0, 'Mambo', 'Mambo', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, '')
= = = = = = = = = =

SQL=Table 'mos_components' already exists:
- - - - - - - - - -
# Table structure for table `mos_components`

CREATE TABLE `mos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_components`

INSERT INTO `mos_components` VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (2, 'Manage Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (3, 'Manage Clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (5, 'Weblink Items', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (6, 'Weblink Categories', '', 0, 4, 'option=categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (8, 'Manage Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (9, 'Contact Categories', '', 0, 7, 'option=categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (10, 'FrontPage', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (11, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (12, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (13, 'Manage News Feeds', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (14, 'Manage Categories', '', 0, 12, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (15, 'Login', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (16, 'Search', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (17, 'Syndicate','',0,0,'option=com_syndicate','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,'')
= = = = = = = = = =

SQL=Table 'mos_contact_details' already exists:
- - - - - - - - - -
# Table structure for table `mos_contact_details`

CREATE TABLE `mos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `con_position` varchar(50) default NULL,
  `address` text,
  `suburb` varchar(50) default NULL,
  `state` varchar(20) default NULL,
  `country` varchar(50) default NULL,
  `postcode` varchar(10) default NULL,
  `telephone` varchar(25) default NULL,
  `fax` varchar(25) default NULL,
  `misc` mediumtext,
  `image` varchar(100) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(100) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned 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',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_contact_details`

INSERT INTO `mos_contact_details` VALUES (1, 'Name', 'Position', 'Street', 'Suburb', 'State', 'Country', 'Zip Code', 'Telephone', 'Fax', 'Miscellanous info', 'asterisk.png', 'top', 'email@email.com', 1, 1, 0, '0000-00-00 00:00:00', 1, '', 0, 4, 0)
= = = = = = = = = =

SQL=Table 'mos_content' already exists:
- - - - - - - - - -
# --------------------------------------------------------

# Table structure for table `mos_content`

CREATE TABLE `mos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned 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',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_content`

INSERT INTO `mos_content` VALUES (1, 'Welcome to Mambo', 'Welcome', 'If you\'ve read anything at all about Content Management Systems (CMS), you\'ll probably know at least three things: CMS are the most exciting way to do business, CMS can be really, I mean <i>really</i>, complicated and lastly Portals are absolutely, outrageously, often <i>unaffordably</i> expensive. <br /><br />{mosimage}Mambo is set to change all that ... Mambo is different from the normal models for portal software. For a start, it\'s not complicated. Mambo has been developed for the masses. It\'s licensed under the GNU/GPL license, easy to install and administer and reliable. Mambo doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.', '<h4><font color="#ff6600">Mambo features:</font></h4>\r\n<ul>\r\n<li>Completely database driven site engins </li>\r\n<li>News, products or services sections fully editable and manageable</li> \r\n<li>Topics sections can be added to by contributing authors </li>\r\n<li>Fully customisable layouts including left, center and right menu boxes </li>\r\n<li>Browser upload of images to your own library for use anywhere in the site </li>\r\n<li>Dynamic Forum/Poll/Voting booth for on-the-spot results </li>\r\n<li>Runs on Linux, FreeBSD, MacOSX server, Solaris and AIX \r\n</li></ul>\r\n<h4>Extensive Administration:</h4>\r\n<ul>\r\n<li>Change order of objects including news, FAQs, articles etc. </li>\r\n<li>Random Newsflash generator </li>\r\n<li>Remote author submission module for News, Articles, FAQs and Links </li>\r\n<li>Object hierarchy - as many sections, departments, divisions and pages as you want </li>\r\n<li>Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs and JPEGs online for easy use </li>\r\n<li>Automatic Path-Finder. Place a picture and let Mambo fix the link </li>\r\n<li>News feed manager. Choose from over 360 news feeds from around the world </li>\r\n<li>Archive manager. Put your old articles into cold storage rather than throw them out </li>\r\n<li>Email-a-friend and Print-format for every story and article </li>\r\n<li>In-line Text editor similar to Word Pad </li>\r\n<li>User editable look and feel </li>\r\n<li>Polls/Surveys - Now put a different one on each page </li>\r\n<li>Custom Page Modules. Download custom page modules to spice up your site </li>\r\n<li>Template Manager. Download templates and implement them in seconds </li>\r\n<li>Layout preview. See how it looks before going live </li>\r\n<li>Banner manager. Make money out of your site</li></ul>', 1, 1, 0, 1, '2004-06-12 11:54:06', 62, 'Web Master', '2004-06-12 12:33:27', 62, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', 'asterisk.png|left|Another logo|0', '', '', 1, 0, '1', '', '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_content` VALUES (2, 'Newsflash 1','','Mambo 4.5 is \'Power In Simplicity\'!. It has never been easier to create\r\nyour own dynamic site. Manage all your content from the best CMS admin\r\ninterface.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,1,'','',0,0)
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_content` VALUES (3, 'Newsflash 2','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,2,'','',0,0)
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_content` VALUES (4, 'Newsflash 3','','Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn\'t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,0)
= = = = = = = = = =

SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_content` VALUES (11, 'Mambo License Guidelines', '', 'Learn more about how Mambo is licensed and how this affects you.<br />  <br />  Mambo is released under the GNU General Public license (GNU GPL).The\r\nGNU GPL provides for a person or persons to distribute Mambo for a fee,\r\nbut not actually charging for the software itself, because Mambo is\r\nfree. Mambo is free to share and change, but if you do change it in\r\nanyway, can you also change the license and make it commercial? No! The\r\nwhole GPL is devoted to ensuring this does not happen. Copyright, a\r\nmuch more refined and stringent law will prevent this as well.<br />  <br />  So with regard to Mambo, the GPL and copyright:  <p>You <strong>MAY</strong> distribute it and charge for that service. You <strong>MAY</strong> change it, add design and content to it and you <strong>MAY</strong> charge for that. You may <strong>NOT</strong> alter the license and you must <strong>NOT</strong> alter the copyright. You do <strong>NOT</strong>    have to show a \'Powered by Mambo\' graphic, as it not a copyright notice.</p>  <p>In other words, you must NOT pretend that Mambo is yours, and you must NOT charge    people for Mambo.</p>\r\nUse Mambo to empower yourself and your clients by taking away the\r\n\'Black Magic\' that surrounds putting content on the internet. Charge\r\nfor the value you add and not for the hard work that Miro, the Mambo\r\nDevelopment Team and the Mambo community have put into it.<br />  <br />  <strong>Guidelines:</strong>  <p>Mambo is "free" software released under the GNU General Public License (GPL). </p>  <p>The\r\nword "free\'\' has two legitimate general meanings; it can refer either\r\nto freedom or to price. When we speak of "free software\'\', we\'re\r\ntalking about freedom, not price. (Think of "free speech\'\', not "free\r\nbeer\'\'.) </p>  <p><em>Free software is a matter of the users\' freedom\r\nto run, copy, distribute, study, change and improve the software. More\r\nprecisely, it refers to four kinds of freedom, for the users of the\r\nsoftware:</em></p>  <ul>  <li>The freedom to run the program, for any purpose.</li><li> The freedom to study how the program works, and adapt it to your needs        <ul><li><em>Access to the source code is a precondition for this. </em></li></ul>    </li><li>The freedom to redistribute copies so you can help your neighbour.</li><li>The  freedom to improve the program, and release your improvements to the  public, so that the whole community benefits. <ul><li><em>Access to the source code is a precondition for this </em></li></ul>    </li>  </ul>{mospagebreak}  <p><strong>1. What license is Mambo released under?</strong></p>  <p>Mambo  is released under the GNU GPL. A copy of this is included with your  copy    of Mambo and can also be found at <em>http://www.fsf.org/licenses/gpl.html</em>.    Unofficial translations can also be found at <em>http://www.fsf.org/licenses/translations.html</em>.</p>  <p><strong>2. Who owns the copyright to Mambo?</strong></p>  <p>The\r\ncopyright to Mambo is held by Miro International Pty Ltd. Miro were the\r\noriginal authors of Mambo and continue to actively support the project.</p>  <p><strong>3. Are there any restrictions to your use of Mambo?</strong></p>  <p>The GNU GPL grants you the freedom to use the software for whatever purpose you    see fit.</p>  <strong>4. May I charge money for Mambo?</strong>  <p>The\r\nGPL allows everyone the freedom to do this. The right to charge money\r\nto distribute Mambo is part of the definition of "free" software. </p>  <p>When\r\npeople think of "selling software\'\', they usually imagine doing it the\r\nway most companies do it: making the software proprietary rather than\r\nfree. So to avoid ambiguity you may you may charge to distribute the\r\nsoftware and any other service you provide along the way. You may not\r\ncharge for the software itself.</p>  <p>Remember if  someone pays your fee the GPL also gives him or her the freedom to      pass on the software with or without a fee.</p>  <p><strong>5. May I remove "powered by Mambo, Copyright Miro etc" from the footer?</strong></p>  <p>Yes you can although we would hope that you would retain it as a badge of honour.</p>  <p><strong>6. May I remove the "copyright" statements from the source code to Mambo?</strong></p>  <p>No, you must keep all copyright notices and credits in the source code.</p>  <p><strong>7. Does the GPL mean that my website content is also GPL?</strong></p>  <p>No.\r\nThe copyright and license of Mambo does not cover the content that you\r\ncreate. Using Mambo does not place any restrictions, legally, on the\r\nlicense or copyright you use for the content of your website.</p>  <p><strong>8. I have modified Mambo for my own web site. Do I have to release these    modifications?</strong></p>  <p>The\r\nGPL permits anyone to make a modified version for their own use without\r\nthe requirement to distribute it or pass on those changes to others.</p>  <p><strong>9. I have made a modification (hack) to the Mambo core code. Do I have    to release it under the GPL?</strong></p>  <p>If\r\nyou chose to distribute your modifications to others it must be\r\nreleased under the same terms that you received the original code. So\r\nyour modifications must be released under the GPL. You may of course in\r\nthis case modify the headers for the source code to include your own\r\ncopyright statement. If you do so you must clearly annotate in the\r\nsource code your amendments, changes or additions.</p>  <p><strong>10. I have written a Component, Module, Template for Mambo. Do I have    to release it under the GPL? </strong></p>  <p>No  The GPL allows you to write your own extensions for Mambo and to  release those extensions under whatever license you chose.</p>  <p><strong>11.\r\nI have written a Component, Module, Template for Mambo and released it\r\nunder the GPL and I charge a fee for it, but website X is giving it\r\naway for free.</strong></p>  <p>If someone pays your fee the GPL also\r\ngives him or her the freedom to pass on the software with or without a\r\nfee. Placing a restriction on someone\'s use of GPL licensed software is\r\nin breach of the GPL itself.</p>  <p><strong>12. May I purchase a copy of Mambo, which has the copyright statements    removed?</strong></p>  <p>Although other GPL products may be available in this way Mambo is not.</p>  <p><strong>13. I believe person A is in breach of the GPL what should I do?</strong></p>  <p>You should report it. First check all the facts that you can and then report it    by sending an e-mail to <em>license-violation@mamboserver.com</em>.</p>  <p><strong>14. Who has the power to enforce the GNU GPL license of Mambo?</strong></p>  <p>Only\r\nthe copyright holder, Miro International Pty Ltd, has the power to do\r\nthis. If the Mambo Development Team finds, or is made aware of, a\r\nbreach of the GPL they will report it to Miro for them to take any\r\nnecessary action. </p>  <p><strong><em>Miro takes copyright infringement very seriously and will prosecute to    the full extent of the law.</em></strong></p>  <p><strong>15.\r\nWebsite X is using, or offering, my non-GPL Component, Module, Template\r\nwithout my permission, or in breach of its license, can you help me?</strong></p>  <p>Whilst\r\nthis is not within the remit or responsibility of Mambo we are willing\r\nto act as intermediaries in this on your behalf. In most cases these\r\nsituations arise out of simple misunderstandings and can be settled\r\namicably. You should e-mail full details to <em>license-violation@mamboserver.com</em>.</p>  <p><strong>DISCLAIMER</strong></p>  <p>This\r\ndocument refers to the software program Mambo, Version 4.x and all\r\nsubsequent versions, released under the GNU General Public License and\r\ncopyright Miro International Pty Ltd.</p>  <p>This document is subject to additions, modifications and other changes at any time without notice.</p>  <p>A\r\nlawyer has not prepared this document. You should consult a lawyer\r\nexperienced in copyright, licensing and intellectual property for\r\nclarification.</p>  <p>Document Rev. 1.4 - 17th August 2004<br />  <br />  </p>  <br />', '', 1, 0, 0, 0, '2004-08-19 20:11:07', 62, '', '2004-08-19 20:14:49', 62, 0, '0000-00-00 00:00:00', '2004-08-19 00:00:00', '0000-00-00 00:00:00', '', '', 'menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 11, '', '', 0, 9)
= = = = = = = = = =

SQL=Table 'mos_content_frontpage' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_frontpage`

CREATE TABLE `mos_content_frontpage` (
  `content_id` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_content_frontpage`

INSERT INTO `mos_content_frontpage` VALUES (1, 1)
= = = = = = = = = =

SQL=Table 'mos_content_rating' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_rating`

CREATE TABLE `mos_content_rating` (
  `content_id` int(11) NOT NULL default '0',
  `rating_sum` int(11) unsigned NOT NULL default '',
  `rating_count` int(11) unsigned NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_core_log_items' already exists:
- - - - - - - - - -
#

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,1,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,1,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,0,1,1,0,0,'0000-00-00 00:00:00','')
= = = = = = = = = =

SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,0,0,0,0,'0000-00-00 00:00:00','theme=default')
= = = = = = = = = =

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=Table 'mos_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_menu`

CREATE TABLE `mos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(25) default NULL,
  `name` varchar(100) default NULL,
  `link` text,
  `type` varchar(50) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `componentid` int(11) unsigned NOT NULL default '0',
  `sublevel` int(11) default '0',
  `ordering` int(11) default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL default '0',
  `browserNav` tinyint(4) default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `utaccess` tinyint(3) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_menu`

INSERT INTO `mos_menu` VALUES (1, 'mainmenu', 'Home', 'index.php?option=com_frontpage', 'components', 1, 0, 10, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'leading=1\r\nintro=2\r\nlink=1\r\nimage=1\r\npage_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0\r\nemail=0')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (2, 'mainmenu', 'News', 'index.php?option=com_content&task=section&id=1', 'content_section', 1, 0, 1, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (3, 'mainmenu', 'Contact Us', 'index.php?option=com_contact', 'components', 1, 0, 7, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (4, 'mainmenu', 'Links', 'index.php?option=com_weblinks', 'components', 1, 0, 4, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'image=web_links.jpg\r\nimage_align=right')
= = = = = = = = = =

SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (5, 'othermenu', 'MamboServer', 'http://www.mamboserver.com', 'url', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (6, 'othermenu', 'Administrator', 'administrator/', 'url', 1, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1')
= = = = = = = = = =

SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (7, 'othermenu', 'MamboForge', 'http://mamboforge.net', 'url', 1, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (21, 'usermenu', 'Your Details', 'index.php?option=com_user&task=UserDetails', 'url', 1, 0, 0, 0, 1, 0, '2000-00-00 00:00:00', 0, 0, 1, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (22, 'usermenu', 'Submit News', 'index.php?option=com_content&task=new§ionid=1&Itemid=0', 'url', 1, 0, 0, 0, 2, 0, '2000-00-00 00:00:00', 0, 0, 1, 2, '')
= = = = = = = = = =

SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (23, 'usermenu', 'Submit WebLink', 'index.php?option=com_weblinks&task=new', 'url', 1, 0, 0, 0, 4, 0, '2000-00-00 00:00:00', 0, 0, 1, 2, '')
= = = = = = = = = =

SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (24, 'usermenu', 'Check-In My Items', 'index.php?option=com_user&task=CheckIn', 'url', 1, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 2, '')
= = = = = = = = = =

SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (11, 'topmenu', 'Home', 'index.php', 'url', 1, 0, 0, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (27, 'mainmenu', 'Search', 'index.php?option=com_search', 'components', 1, 0, 16, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '28' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (28, 'topmenu', 'Contact Us', 'index.php?option=com_contact&Itemid=3', 'url', 1, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '29' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (29, 'topmenu', 'News', 'index.php?option=com_content&task=section&id=1&Itemid=2', 'url', 1, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '30' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (30, 'topmenu', 'Links', 'index.php?option=com_weblinks&Itemid=4', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '33' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (33, 'mainmenu', 'Mambo License', 'index.php?option=com_content&task=view&id=11', 'content_typed', 1, 0, 11, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, '')
= = = = = = = = = =

SQL=Duplicate entry '34' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (34, 'usermenu', 'Logout', 'index.php?option=com_login', 'components', 1, 0, 15, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '')
= = = = = = = = = =

SQL=Duplicate entry '37' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (37, 'mainmenu', 'News Feeds', 'index.php?option=com_newsfeeds', 'components', 1, 0, 12, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=')
= = = = = = = = = =

SQL=Duplicate entry '38' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (38, 'mainmenu', 'Wrapper', 'index.php?option=com_wrapper', 'wrapper', 1, 0, 0, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=1\nurl=www.mamboserver.com')
= = = = = = = = = =

SQL=Duplicate entry '39' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (39, 'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'count=8\r\nintro=3\r\nimage=0\r\norderby=date asc\r\nheader=A blog of all section with no images\r\nempty=')
= = = = = = = = = =

SQL=Table 'mos_messages' already exists:
- - - - - - - - - -
# Dumping data for table `mos_messages`

CREATE TABLE `mos_messages` (
  `message_id` int(10) unsigned NOT NULL auto_increment,
  `user_id_from` int(10) unsigned NOT NULL default '0',
  `user_id_to` int(10) unsigned NOT NULL default '0',
  `folder_id` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` varchar(230) NOT NULL default '',
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_messages_cfg' already exists:
- - - - - - - - - -
# Dumping data for table `mos_messages_cfg`

CREATE TABLE `mos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `cfg_name` varchar(100) NOT NULL default '',
  `cfg_value` varchar(255) NOT NULL default '',
  UNIQUE `idx_user_var_name` (`user_id`,`cfg_name`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_modules' already exists:
- - - - - - - - - -
# Table structure for table `mos_modules`

CREATE TABLE `mos_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(10) default NULL,
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `numnews` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_modules`

INSERT INTO `mos_modules` VALUES (1, 'Polls', '', 1, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_poll', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (2, 'User Menu', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 1, 1, 'menutype=usermenu', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (3, 'Main Menu', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (4, 'Login Form', '', 3, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (5, 'Syndicate', '', 4, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_rssfeed', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (6, 'Latest News', '', 4, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_latestnews', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (7, 'Statistics', '', 4, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (8, 'Who\'s Online', '', 1, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_whosonline', 0, 0, 1, 'online=1\nusers=1\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (9, 'Popular', '', 6, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_mostread', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (10, 'Template Chooser','',6,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser', 0, 0, 1, 'show_preview=1', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (11, 'Archive', '', 7, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (12, 'Sections', '', 8, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (13, 'Newsflash', '', 1, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_newsflash', 0, 0, 1, 'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (14, 'Related Items', '', 9, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (15, 'Search', '', 1, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (16, 'Random Image', '', 9, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_random_image', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (17, 'Top Menu', '', 1, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (18, 'Banners', '', 1, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 0, 'banner_cids=\nmoduleclass_sfx=\n', 1, 0)
= = = = = = = = = =

SQL=Duplicate entry '31' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules` VALUES (31, 'Other Menu', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=', 0, 0)
= = = = = = = = = =

SQL=Table 'mos_modules_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_modules_menu`

CREATE TABLE `mos_modules_menu` (
  `moduleid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`moduleid`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1-1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_modules_menu`

INSERT INTO `mos_modules_menu` VALUES (1,1)
= = = = = = = = = =

SQL=Duplicate entry '2-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (2,0)
= = = = = = = = = =

SQL=Duplicate entry '3-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (3,0)
= = = = = = = = = =

SQL=Duplicate entry '4-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (4,1)
= = = = = = = = = =

SQL=Duplicate entry '5-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (5,1)
= = = = = = = = = =

SQL=Duplicate entry '6-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6,1)
= = = = = = = = = =

SQL=Duplicate entry '6-2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6,2)
= = = = = = = = = =

SQL=Duplicate entry '6-4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6,4)
= = = = = = = = = =

SQL=Duplicate entry '6-27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6,27)
= = = = = = = = = =

SQL=Duplicate entry '6-36' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6,36)
= = = = = = = = = =

SQL=Duplicate entry '8-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (8,1)
= = = = = = = = = =

SQL=Duplicate entry '9-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9,1)
= = = = = = = = = =

SQL=Duplicate entry '9-2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9,2)
= = = = = = = = = =

SQL=Duplicate entry '9-4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9,4)
= = = = = = = = = =

SQL=Duplicate entry '9-27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9,27)
= = = = = = = = = =

SQL=Duplicate entry '9-36' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9,36)
= = = = = = = = = =

SQL=Duplicate entry '10-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (10,1)
= = = = = = = = = =

SQL=Duplicate entry '13-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (13,0)
= = = = = = = = = =

SQL=Duplicate entry '15-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (15,0)
= = = = = = = = = =

SQL=Duplicate entry '17-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (17,0)
= = = = = = = = = =

SQL=Duplicate entry '18-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (18,0)
= = = = = = = = = =

SQL=Duplicate entry '31-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (31, 0)
= = = = = = = = = =

SQL=Table 'mos_newsfeeds' already exists:
- - - - - - - - - -
# Table structure for table `mos_newsfeeds`

CREATE TABLE `mos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `link` text NOT NULL,
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(11) unsigned NOT NULL default '1',
  `cache_time` int(11) unsigned NOT NULL default '3600',
  `checked_out` tinyint(3) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_newsfeeds`

INSERT INTO `mos_newsfeeds` VALUES (66, 16, 'Mamboforge.net', 'http://mamboforge.net/export/rss_sfnews.php', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 16)
= = = = = = = = = =

SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (66, 17, 'Mamboportal', 'http://www.mamboportal.com/index2.php?option=com_rss&no_html=1', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 17)
= = = = = = = = = =

SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (66, 18, 'Mambohut', 'http://www.mambohut.com/index2.php?option=com_rss&no_html=1', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 18)
= = = = = = = = = =

SQL=Table 'mos_poll_data' already exists:
- - - - - - - - - -
# Table structure for table `mos_poll_data`

CREATE TABLE `mos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(4) NOT NULL default '0',
  `text` text NOT NULL default '',
  `hits` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_poll_date' already exists:
- - - - - - - - - -
# Dumping data for table `mos_poll_data`


# Table structure for table `mos_poll_date`

CREATE TABLE `mos_poll_date` (
  `id` bigint(20) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL default '0',
  `poll_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `poll_id` (`poll_id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_polls' already exists:
- - - - - - - - - -
# Dumping data for table `mos_poll_date`


# Table structure for table `mos_polls`

CREATE TABLE `mos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `voters` int(9) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `access` int(11) NOT NULL default '0',
  `lag` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_poll_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_poll_menu`

CREATE TABLE `mos_poll_menu` (
  `pollid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pollid`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_sections' already exists:
- - - - - - - - - -
# Dumping data for table `mos_poll_menu`


# Table structure for table `mos_sections`

CREATE TABLE `mos_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) 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',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_sections`

INSERT INTO `mos_sections` VALUES (1, 'News', 'The News', 'articles.jpg', 'content', 'right', 'Select a news topic from the list below, then select a news article to read.', 1, 0, '0000-00-00 00:00:00', 1, 0, 1, '')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_sections` VALUES (2, 'Newsflashes','Newsflashes','','content','left','',1,0,'0000-00-00 00:00:00',2,0,1, '')
= = = = = = = = = =

SQL=Table 'mos_session' already exists:
- - - - - - - - - -
# Table structure for table `mos_session`

CREATE TABLE `mos_session` (
  `username` varchar(50) default '',
  `time` varchar(14) default '',
  `session_id` varchar(200) NOT NULL default '0',
  `guest` tinyint(4) default '1',
  `userid` int(11) default '0',
  `usertype` varchar(50) default '',
  `gid` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`session_id`),
  KEY `whosonline` (`guest`,`usertype`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_stats_agents' already exists:
- - - - - - - - - -
# Table structure for table `mos_stats_agents`

CREATE TABLE `mos_stats_agents` (
  `agent` varchar(255) NOT NULL default '',
  `type` tinyint(1) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '1'
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_templates_menu' already exists:
- - - - - - - - - -
# Dumping data for table `mos_stats_agents`


# Table structure for table `mos_templates_menu`

CREATE TABLE `mos_templates_menu` (
  `template` varchar(50) NOT NULL default '',
  `menuid` int(11) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`template`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry 'rhuk_solarflare-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_templates_menu` VALUES ('rhuk_solarflare', '0', '0')
= = = = = = = = = =

SQL=Duplicate entry 'mambo_admin_blue-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_templates_menu` VALUES ('mambo_admin_blue', '0', '1')
= = = = = = = = = =

SQL=Table 'mos_template_positions' already exists:
- - - - - - - - - -
# Table structure for table `mos_template_positions`

CREATE TABLE `mos_template_positions` (
  `id` int(11) NOT NULL auto_increment,
  `position` varchar(10) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_users' already exists:
- - - - - - - - - -
# Table structure for table `mos_users`

CREATE TABLE `mos_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `username` varchar(25) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `password` varchar(100) NOT NULL default '',
  `usertype` varchar(25) NOT NULL default '',
  `block` tinyint(4) NOT NULL default '0',
  `sendEmail` tinyint(4) default '0',
  `gid` tinyint(3) unsigned NOT NULL default '1',
  `registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL default '',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_usertypes' already exists:
- - - - - - - - - -
# Table structure for table `mos_usertypes`

CREATE TABLE `mos_usertypes` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  `mask` varchar(11) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '0' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_usertypes`

INSERT INTO `mos_usertypes` VALUES (0, 'superadministrator', '')
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (1, 'administrator', '')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (2, 'editor', '')
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (3, 'user', '')
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (4, 'author', '')
= = = = = = = = = =

SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (5, 'publisher', '')
= = = = = = = = = =

SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_usertypes` VALUES (6, 'manager', '')
= = = = = = = = = =

SQL=Table 'mos_weblinks' already exists:
- - - - - - - - - -
# Table structure for table `mos_weblinks`

CREATE TABLE `mos_weblinks` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(250) NOT NULL default '',
  `url` varchar(250) NOT NULL default '',
  `description` varchar(250) NOT NULL default '',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `archived` tinyint(1) NOT NULL default '0',
  `approved` tinyint(1) NOT NULL default '1',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_weblinks`

INSERT INTO `mos_weblinks` VALUES (1, 2, 0, 'Mambo', 'http://www.mamboserver.com', 'Home of Mambo', '2004-07-16 10:18:31', 0, 1, 0, '0000-00-00 00:00:00', 1, 0, 0, '')
= = = = = = = = = =

SQL=Table 'mos_core_acl_aro' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro`

CREATE TABLE `mos_core_acl_aro` (
  `aro_id` int(11) NOT NULL auto_increment,
  `section_value` varchar(240) NOT NULL default '0',
  `value` varchar(240) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`aro_id`),
  UNIQUE KEY `section_value_value_aro` (`section_value`,`value`),
  UNIQUE KEY `mos_gacl_section_value_value_aro` (`section_value`,`value`),
  KEY `hidden_aro` (`hidden`),
  KEY `mos_gacl_hidden_aro` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table 'mos_core_acl_aro_groups' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro_groups`
CREATE TABLE `mos_core_acl_aro_groups` (
  `group_id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  PRIMARY KEY  (`group_id`),
  KEY `parent_id_aro_groups` (`parent_id`),
  KEY `mos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `mos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_core_acl_aro_groups`
INSERT INTO `mos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22)
= = = = = = = = = =

SQL=Duplicate entry '28' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (28,17,'USERS',2,21)
= = = = = = = = = =

SQL=Duplicate entry '29' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (29,28,'Public Frontend',3,12)
= = = = = = = = = =

SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (18,29,'Registered',4,11)
= = = = = = = = = =

SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (19,18,'Author',5,10)
= = = = = = = = = =

SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (20,19,'Editor',6,9)
= = = = = = = = = =

SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (21,20,'Publisher',7,8)
= = = = = = = = = =

SQL=Duplicate entry '30' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (30,28,'Public Backend',13,20)
= = = = = = = = = =

SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (23,30,'Manager',14,19)
= = = = = = = = = =

SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (24,23,'Administrator',15,18)
= = = = = = = = = =

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_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_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)
= = = = = = = = = =
Avatar billede ttopholm Nybegynder
06. marts 2005 - 15:12 #6
MySQL Database Name===????

Dette finder du også under mysql database, der står hvad din database hedder.

Med hensyn til alle fejlene, vil jeg anbefale at slette alt der står i db'en og kører scriptet igen, fordi umiddelbart er alt lavet, men der kan være sket nogle fejl.
Avatar billede durany Nybegynder
06. marts 2005 - 15:31 #7
okay jeg har slettet det hele og kørt det igen..

jeg prøvede denne gang med de rigtig oplysninger første gang.. så fik jeg denne fejl..

----------
Internal Server Error
The page you requested could not be served. This could happen for a variety of reasons, including:
A CGI script failed to produce any output.
The server is incorrectly configured.
The server encountered a critical error.
There may be more information about this error in the server's error logs.
If you have any queries about this error, please e-mail no.email@1go.dk.


--------------------------------------------------------------------------------

Back to www.talib.1go.dk homepage
Avatar billede ttopholm Nybegynder
06. marts 2005 - 15:41 #8
Den er svær fordi jeg ved ikke hvad den fejler i.... Det kan jeg ikke se.... udfra dette.
Avatar billede durany Nybegynder
06. marts 2005 - 15:43 #9
hmm har ordnet det.. der stod Mos_ nederst.. det slettede jeg og prøvede.. så nu er den ordnet.. håber bare ik jeg får en masse fejl..

du kan se det på www.talib.1go.dk :)
Avatar billede ttopholm Nybegynder
06. marts 2005 - 15:53 #10
Så ser det ud til du har fået det op da...
Avatar billede durany Nybegynder
30. april 2005 - 18:47 #11
jeg fandt selv ud af den ttopholm men hvis du vil ha nogen af pointene så bare læg et svar :)
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
IT-kurser om Microsoft 365, sikkerhed, personlig vækst, udvikling, digital markedsføring, grafisk design, SAP og forretningsanalyse.

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester