PDA


Tüm Versiyonu Göster : Kurulum Hatasi YARDIM??


maximus
04-14-2007, 01:48
selam arkadaslar kurulumun ikinci adiminda hata aliyorum alttaki resimde goreceginiz gibi.....


http://img413.imageshack.us/img413/8638/adadjo2.png


SQL=Table \'jos_banner\' already exists SQL=# $Id: joomla.sql 6070 2006-12-20 02:09:09Z robs $\n\n# Table structure for table `jos_banner`\n\nCREATE TABLE `jos_banner` (\n `bid` int(11) NOT NULL auto_increment,\n `cid` int(11) NOT NULL default \'0\',\n `type` varchar(10) NOT NULL default \'banner\',\n `name` varchar(50) NOT NULL default \'\',\n `imptotal` int(11) NOT NULL default \'0\',\n `impmade` int(11) NOT NULL default \'0\',\n `clicks` int(11) NOT NULL default \'0\',\n `imageurl` varchar(100) NOT NULL default \'\',\n `clickurl` varchar(200) NOT NULL default \'\',\n `date` datetime default NULL,\n `showBanner` tinyint(1) NOT NULL default \'0\',\n `checked_out` tinyint(1) NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `editor` varchar(50) default NULL,\n `custombannercode` text,\n PRIMARY KEY (`bid`),\n KEY `viewbanner` (`showBanner`)\n) TYPE=MyISAM AUTO_INCREMENT=1:
- - - - - - - - - -
# $Id: joomla.sql 6070 2006-12-20 02:09:09Z robs $

# Table structure for table `#__banner`

CREATE TABLE `#__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 \'jos_bannerclient\' already exists SQL=# Table structure for table `jos_bannerclient`\n\nCREATE TABLE `jos_bannerclient` (\n `cid` int(11) NOT NULL auto_increment,\n `name` varchar(60) NOT NULL default \'\',\n `contact` varchar(60) NOT NULL default \'\',\n `email` varchar(60) NOT NULL default \'\',\n `extrainfo` text NOT NULL,\n `checked_out` tinyint(1) NOT NULL default \'0\',\n `checked_out_time` time default NULL,\n `editor` varchar(50) default NULL,\n PRIMARY KEY (`cid`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__bannerclient`

CREATE TABLE `#__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 \'jos_bannerfinish\' already exists SQL=# Table structure for table `jos_bannerfinish`\n\nCREATE TABLE `jos_bannerfinish` (\n `bid` int(11) NOT NULL auto_increment,\n `cid` int(11) NOT NULL default \'0\',\n `type` varchar(10) NOT NULL default \'\',\n `name` varchar(50) NOT NULL default \'\',\n `impressions` int(11) NOT NULL default \'0\',\n `clicks` int(11) NOT NULL default \'0\',\n `imageurl` varchar(50) NOT NULL default \'\',\n `datestart` datetime default NULL,\n `dateend` datetime default NULL,\n PRIMARY KEY (`bid`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__bannerfinish`

CREATE TABLE `#__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 \'jos_categories\' already exists SQL=# Table structure for table `jos_categories`\n\nCREATE TABLE `jos_categories` (\n `id` int(11) NOT NULL auto_increment,\n `parent_id` int(11) NOT NULL default 0,\n `title` varchar(50) NOT NULL default \'\',\n `name` varchar(255) NOT NULL default \'\',\n `image` varchar(100) NOT NULL default \'\',\n `section` varchar(50) NOT NULL default \'\',\n `image_position` varchar(10) NOT NULL default \'\',\n `description` text NOT NULL,\n `published` tinyint(1) NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `editor` varchar(50) default NULL,\n `ordering` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `count` int(11) NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `cat_idx` (`section`,`published`,`access`),\n KEY `idx_section` (`section`),\n KEY `idx_access` (`access`),\n KEY `idx_checkout` (`checked_out`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__categories`

CREATE TABLE `#__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=Table \'jos_components\' already exists SQL=# Table structure for table `jos_components`\n\nCREATE TABLE `jos_components` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(50) NOT NULL default \'\',\n `link` varchar(255) NOT NULL default \'\',\n `menuid` int(11) unsigned NOT NULL default \'0\',\n `parent` int(11) unsigned NOT NULL default \'0\',\n `admin_menu_link` varchar(255) NOT NULL default \'\',\n `admin_menu_alt` varchar(255) NOT NULL default \'\',\n `option` varchar(50) NOT NULL default \'\',\n `ordering` int(11) NOT NULL default \'0\',\n `admin_menu_img` varchar(255) NOT NULL default \'\',\n `iscore` tinyint(4) NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__components`

CREATE TABLE `#__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=Column count doesn\'t match value count at row 1 SQL=# Dumping data for table `jos_components`\n\nINSERT INTO `jos_components` VALUES (1, \'Banners\', \'\', 0, 0, \'\', \'Banner Management\', \'com_banners\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
- - - - - - - - - -
# Dumping data for table `#__components`

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

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (2, \'Manage Banners\', \'\', 0, 1, \'option=com_banners\', \'Active Banners\', \'com_banners\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (2, 'Manage Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (3, \'Manage Clients\', \'\', 0, 1, \'option=com_banners&task=listclients\', \'Manage Clients\', \'com_banners\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (3, 'Manage Clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (4, \'Web Links\', \'option=com_weblinks\', 0, 0, \'\', \'Manage Weblinks\', \'com_weblinks\', 0, \'js/ThemeOffice/globe2.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (5, \'Web Link Items\', \'\', 0, 4, \'option=com_weblinks\', \'View existing weblinks\', \'com_weblinks\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (5, 'Web Link Items', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (6, \'Web Link Categories\', \'\', 0, 4, \'option=categories&section=com_weblinks\', \'Manage weblink categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (6, 'Web Link Categories', '', 0, 4, 'option=categories&section=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (7, \'Contacts\', \'option=com_contact\', 0, 0, \'\', \'Edit contact details\', \'com_contact\', 0, \'js/ThemeOffice/user.png\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (8, \'Manage Contacts\', \'\', 0, 7, \'option=com_contact\', \'Edit contact details\', \'com_contact\', 0, \'js/ThemeOffice/edit.png\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (8, 'Manage Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (9, \'Contact Categories\', \'\', 0, 7, \'option=categories&section=com_contact_details\', \'Manage contact categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (9, 'Contact Categories', '', 0, 7, 'option=categories&section=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (10, \'Front Page\', \'option=com_frontpage\', 0, 0, \'\', \'Manage Front Page Items\', \'com_frontpage\', 0, \'js/ThemeOffice/component.png\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (10, 'Front Page', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (11, \'Polls\', \'option=com_poll\', 0, 0, \'option=com_poll\', \'Manage Polls\', \'com_poll\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (11, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (12, \'News Feeds\', \'option=com_newsfeeds\', 0, 0, \'\', \'News Feeds Management\', \'com_newsfeeds\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (12, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (13, \'Manage News Feeds\', \'\', 0, 12, \'option=com_newsfeeds\', \'Manage News Feeds\', \'com_newsfeeds\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (13, 'Manage News Feeds', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (14, \'Manage Categories\', \'\', 0, 12, \'option=com_categories&section=com_newsfeeds\', \'Manage Categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (14, 'Manage Categories', '', 0, 12, 'option=com_categories&section=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (15, \'Login\', \'option=com_login\', 0, 0, \'\', \'\', \'com_login\', 0, \'\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (15, 'Login', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (16, \'Search\', \'option=com_search\', 0, 0, \'\', \'\', \'com_search\', 0, \'\', 1, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (16, 'Search', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (17, \'Syndicate\',\'\',0,0,\'option=com_syndicate&hidemainmenu=1\',\'Manage Syndication Settings\',\'com_syndicate\',0,\'js/ThemeOffice/component.png\',0,\'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (17, 'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,'')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (18, \'Mass Mail\', \'\', 0, 0, \'option=com_massmail&hidemainmenu=1\', \'Send Mass Mail\', \'com_massmail\', 0, \'js/ThemeOffice/mass_email.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (18, 'Mass Mail', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Send Mass Mail', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (19, \'VirtueMart\', \'option=com_virtuemart\', 0, 0, \'option=com_virtuemart\', \'VirtueMart\', \'com_virtuemart\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (19, 'VirtueMart', 'option=com_virtuemart', 0, 0, 'option=com_virtuemart', 'VirtueMart', 'com_virtuemart', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (20, \'virtuemart_version\', \'\', 0, 9999, \'\', \'\', \'\', 0, \'\', 0, \'RELEASE=1.0.0\nDEV_STATUS=final\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (20, 'virtuemart_version', '', 0, 9999, '', '', '', 0, '', 0, 'RELEASE=1.0.0\nDEV_STATUS=final')
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_components` VALUES (21, \'joomlaXplorer\', \'option=com_joomlaxplorer\', 0, 0, \'option=com_joomlaxplorer\', \'joomlaXplorer\', \'com_joomlaxplorer\', 0, \'../administrator/components/com_joomlaxplorer/_img/joomla_x_icon.png\', 0, \'\'):
- - - - - - - - - -
INSERT INTO `#__components` VALUES (21, 'joomlaXplorer', 'option=com_joomlaxplorer', 0, 0, 'option=com_joomlaxplorer', 'joomlaXplorer', 'com_joomlaxplorer', 0, '../administrator/components/com_joomlaxplorer/_img/joomla_x_icon.png', 0, '')
= = = = = = = = = =

SQL=Table \'jos_contact_details\' already exists SQL=# Table structure for table `jos_contact_details`\n\nCREATE TABLE `jos_contact_details` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(100) NOT NULL default \'\',\n `con_position` varchar(50) default NULL,\n `address` text,\n `suburb` varchar(50) default NULL,\n `state` varchar(20) default NULL,\n `country` varchar(50) default NULL,\n `postcode` varchar(10) default NULL,\n `telephone` varchar(25) default NULL,\n `fax` varchar(25) default NULL,\n `misc` mediumtext,\n `image` varchar(100) default NULL,\n `imagepos` varchar(20) default NULL,\n `email_to` varchar(100) default NULL,\n `default_con` tinyint(1) unsigned NOT NULL default \'0\',\n `published` tinyint(1) unsigned NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `ordering` int(11) NOT NULL default \'0\',\n `params` text NOT NULL,\n `user_id` int(11) NOT NULL default \'0\',\n `catid` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__contact_details`

CREATE TABLE `#__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=Table \'jos_content\' already exists SQL=# Table structure for table `jos_content`\n\nCREATE TABLE `jos_content` (\n `id` int(11) unsigned NOT NULL auto_increment,\n `title` varchar(100) NOT NULL default \'\',\n `title_alias` varchar(100) NOT NULL default \'\',\n `introtext` mediumtext NOT NULL,\n `fulltext` mediumtext NOT NULL,\n `state` tinyint(3) NOT NULL default \'0\',\n `sectionid` int(11) unsigned NOT NULL default \'0\',\n `mask` int(11) unsigned NOT NULL default \'0\',\n `catid` int(11) unsigned NOT NULL default \'0\',\n `created` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `created_by` int(11) unsigned NOT NULL default \'0\',\n `created_by_alias` varchar(100) NOT NULL default \'\',\n `modified` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `modified_by` int(11) unsigned NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `publish_up` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `publish_down` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `images` text NOT NULL,\n `urls` text NOT NULL,\n `attribs` text NOT NULL,\n `version` int(11) unsigned NOT NULL default \'1\',\n `parentid` int(11) unsigned NOT NULL default \'0\',\n `ordering` int(11) NOT NULL default \'0\',\n `****key` text NOT NULL,\n `****desc` text NOT NULL,\n `access` int(11) unsigned NOT NULL default \'0\',\n `hits` int(11) unsigned NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `idx_section` (`sectionid`),\n KEY `idx_access` (`access`),\n KEY `idx_checkout` (`checked_out`),\n KEY `idx_state` (`state`),\n KEY `idx_catid` (`catid`),\n KEY `idx_mask` (`mask`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__content`

CREATE TABLE `#__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',
`****key` text NOT NULL,
`****desc` 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=Table \'jos_content_frontpage\' already exists SQL=# Table structure for table `jos_content_frontpage`\n\nCREATE TABLE `jos_content_frontpage` (\n `content_id` int(11) NOT NULL default \'0\',\n `ordering` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`content_id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__content_frontpage`

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

SQL=Table \'jos_content_rating\' already exists SQL=# Table structure for table `jos_content_rating`\n\nCREATE TABLE `jos_content_rating` (\n `content_id` int(11) NOT NULL default \'0\',\n `rating_sum` int(11) unsigned NOT NULL default \'0\',\n `rating_count` int(11) unsigned NOT NULL default \'0\',\n `lastip` varchar(50) NOT NULL default \'\',\n PRIMARY KEY (`content_id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__content_rating`

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

SQL=Table \'jos_core_log_items\' already exists SQL=# Table structure for table `jos_core_log_items`\n# To be implemented\n\nCREATE TABLE `jos_core_log_items` (\n `time_stamp` date NOT NULL default \'0000-00-00\',\n `item_table` varchar(50) NOT NULL default \'\',\n `item_id` int(11) unsigned NOT NULL default \'0\',\n `hits` int(11) unsigned NOT NULL default \'0\'\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_log_items`
# To be implemented

CREATE TABLE `#__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 \'jos_core_log_searches\' already exists SQL=# Table structure for table `jos_core_log_searches`\n# To be implemented\n\nCREATE TABLE `jos_core_log_searches` (\n `search_term` varchar(128) NOT NULL default \'\',\n `hits` int(11) unsigned NOT NULL default \'0\'\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_log_searches`
# To be implemented

CREATE TABLE `#__core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table \'jos_groups\' already exists SQL=# Table structure for table `jos_groups`\n\nCREATE TABLE `jos_groups` (\n `id` tinyint(3) unsigned NOT NULL default \'0\',\n `name` varchar(50) NOT NULL default \'\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__groups`

CREATE TABLE `#__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 SQL=# Dumping data for table `jos_groups`\n\nINSERT INTO `jos_groups` VALUES (0, \'Public\'):
- - - - - - - - - -
# Dumping data for table `#__groups`

INSERT INTO `#__groups` VALUES (0, 'Public')
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=INSERT INTO `jos_groups` VALUES (1, \'Registered\'):
- - - - - - - - - -
INSERT INTO `#__groups` VALUES (1, 'Registered')
= = = = = = = = = =

SQL=Duplicate entry \'2\' for key 1 SQL=INSERT INTO `jos_groups` VALUES (2, \'Special\'):
- - - - - - - - - -
INSERT INTO `#__groups` VALUES (2, 'Special')
= = = = = = = = = =

SQL=Table \'jos_mambots\' already exists SQL=# Table structure for table `jos_mambots`\n\nCREATE TABLE `jos_mambots` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(100) NOT NULL default \'\',\n `element` varchar(100) NOT NULL default \'\',\n `folder` varchar(100) NOT NULL default \'\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `ordering` int(11) NOT NULL default \'0\',\n `published` tinyint(3) NOT NULL default \'0\',\n `iscore` tinyint(3) NOT NULL default \'0\',\n `client_id` tinyint(3) NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__mambots`

CREATE TABLE `#__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 SQL=INSERT INTO `jos_mambots` VALUES (1, \'MOS Image\', \'mosimage\', \'content\', 0, -10000, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (2, \'MOS Pagination\', \'mospaging\', \'content\', 0, 10000, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (3, \'Legacy Mambot Includer\', \'legacybots\', \'content\', 0, 1, 0, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (4, \'SEF\', \'mossef\', \'content\', 0, 3, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (5, \'MOS Rating\', \'mosvote\', \'content\', 0, 4, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (6, \'Search Content\', \'content.searchbot\', \'search\', 0, 1, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (7, \'Search Weblinks\', \'weblinks.searchbot\', \'search\', 0, 2, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (8, \'Code support\', \'moscode\', \'content\', 0, 2, 0, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (9, \'No WYSIWYG Editor\', \'none\', \'editors\', 0, 0, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (10, \'TinyMCE WYSIWYG Editor\', \'tinymce\', \'editors\', 0, 0, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'theme=advanced\'):
- - - - - - - - - -
INSERT INTO `#__mambots` VALUES (10, 'TinyMCE WYSIWYG Editor', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'theme=advanced')
= = = = = = = = = =

SQL=Duplicate entry \'11\' for key 1 SQL=INSERT INTO `jos_mambots` VALUES (11, \'MOS Image Editor Button\', \'mosimage.btn\', \'editors-xtd\', 0, 0, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (12, \'MOS Pagebreak Editor Button\', \'mospage.btn\', \'editors-xtd\', 0, 0, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (13, \'Search Contacts\', \'contacts.searchbot\', \'search\', 0, 3, 1, 1, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (14, \'Search Categories\', \'categories.searchbot\', \'search\', 0, 4, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (15, \'Search Sections\', \'sections.searchbot\', \'search\', 0, 5, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (16, \'Email Cloaking\', \'mosemailcloak\', \'content\', 0, 5, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (17, \'GeSHi\', \'geshi\', \'content\', 0, 5, 0, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (18, \'Search Newsfeeds\', \'newsfeeds.searchbot\', \'search\', 0, 6, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__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 SQL=INSERT INTO `jos_mambots` VALUES (19, \'Load Module Positions\', \'mosloadposition\', \'content\', 0, 6, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__mambots` VALUES (19, 'Load Module Positions', 'mosloadposition', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =

SQL=Duplicate entry \'20\' for key 1 SQL=INSERT INTO `jos_mambots` VALUES (20, \'HTMLArea3 XTD\', \'htmlarea3_xtd\', \'editors\', 0, 0, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__mambots` VALUES (20, 'HTMLArea3 XTD', 'htmlarea3_xtd', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =

SQL=Duplicate entry \'21\' for key 1 SQL=INSERT INTO `jos_mambots` VALUES (21, \'ProductSearchBot\', \'virtuemart.searchbot\', \'search\', 0, 0, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__mambots` VALUES (21, 'ProductSearchBot', 'virtuemart.searchbot', 'search', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =

SQL=Duplicate entry \'22\' for key 1 SQL=INSERT INTO `jos_mambots` VALUES (22, \'mosproductsnap\', \'mosproductsnap\', \'content\', 0, 0, 1, 0, 0, 0, \'0000-00-00 00:00:00\', \'\'):
- - - - - - - - - -
INSERT INTO `#__mambots` VALUES (22, 'mosproductsnap', 'mosproductsnap', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =

SQL=Table \'jos_menu\' already exists SQL=# Table structure for table `jos_menu`\n\nCREATE TABLE `jos_menu` (\n `id` int(11) NOT NULL auto_increment,\n `menutype` varchar(25) default NULL,\n `name` varchar(100) default NULL,\n `link` text,\n `type` varchar(50) NOT NULL default \'\',\n `published` tinyint(1) NOT NULL default \'0\',\n `parent` int(11) unsigned NOT NULL default \'0\',\n `componentid` int(11) unsigned NOT NULL default \'0\',\n `sublevel` int(11) default \'0\',\n `ordering` int(11) default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `pollid` int(11) NOT NULL default \'0\',\n `browserNav` tinyint(4) default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `utaccess` tinyint(3) unsigned NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `componentid` (`componentid`,`menutype`,`published`,`access`),\n KEY `menutype` (`menutype`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__menu`

CREATE TABLE `#__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=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_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\npag e_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0 \r\nemail=0\r\nback_button=0\'):
- - - - - - - - - -
INSERT INTO `#__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\r\nback_button=0')
= = = = = = = = = =

SQL=Table \'jos_messages\' already exists SQL=# Table structure for table `jos_messages`\n\nCREATE TABLE `jos_messages` (\n `message_id` int(10) unsigned NOT NULL auto_increment,\n `user_id_from` int(10) unsigned NOT NULL default \'0\',\n `user_id_to` int(10) unsigned NOT NULL default \'0\',\n `folder_id` int(10) unsigned NOT NULL default \'0\',\n `date_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `state` int(11) NOT NULL default \'0\',\n `priority` int(1) unsigned NOT NULL default \'0\',\n `subject` varchar(230) NOT NULL default \'\',\n `message` text NOT NULL,\n PRIMARY KEY (`message_id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__messages`

CREATE TABLE `#__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 \'jos_messages_cfg\' already exists SQL=# Table structure for table `jos_messages_cfg`\n\nCREATE TABLE `jos_messages_cfg` (\n `user_id` int(10) unsigned NOT NULL default \'0\',\n `cfg_name` varchar(100) NOT NULL default \'\',\n `cfg_value` varchar(255) NOT NULL default \'\',\n UNIQUE `idx_user_var_name` (`user_id`,`cfg_name`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__messages_cfg`

CREATE TABLE `#__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 \'jos_modules\' already exists SQL=# Table structure for table `jos_modules`\n\nCREATE TABLE `jos_modules` (\n `id` int(11) NOT NULL auto_increment,\n `title` text NOT NULL,\n `content` text NOT NULL,\n `ordering` int(11) NOT NULL default \'0\',\n `position` varchar(10) default NULL,\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `published` tinyint(1) NOT NULL default \'0\',\n `module` varchar(50) default NULL,\n `numnews` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `showtitle` tinyint(3) unsigned NOT NULL default \'1\',\n `params` text NOT NULL,\n `iscore` tinyint(4) NOT NULL default \'0\',\n `client_id` tinyint(4) NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `published` (`published`,`access`),\n KEY `newsfeeds` (`module`,`published`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__modules`

CREATE TABLE `#__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=Column count doesn\'t match value count at row 1 SQL=# Dumping data for table `jos_modules`\n\nINSERT INTO `jos_modules` VALUES (1, \'Polls\', \'\', 3, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_poll\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
# Dumping data for table `#__modules`

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

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (2, \'User Menu\', \'\', 3, \'left\', 0, \'0000-00-00 00:00:00\', 1, \'mod_mainmenu\', 0, 1, 1, \'menutype=usermenu\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (2, 'User Menu', '', 3, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 1, 1, 'menutype=usermenu', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (3, \'Main Menu\', \'\', 2, \'left\', 0, \'0000-00-00 00:00:00\', 1, \'mod_mainmenu\', 0, 0, 1, \'menutype=mainmenu\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (3, 'Main Menu', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (4, \'Login Form\', \'\', 5, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_login\', 0, 0, 1, \'\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (4, 'Login Form', '', 5, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_login', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (5, \'Syndicate\', \'\', 8, \'left\', 0, \'0000-00-00 00:00:00\', 1, \'mod_rssfeed\', 0, 0, 1, \'\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (5, 'Syndicate', '', 8, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_rssfeed', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (6, \'Latest News\', \'\', 2, \'user1\', 0, \'0000-00-00 00:00:00\', 0, \'mod_latestnews\', 0, 0, 1, \'\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (6, 'Latest News', '', 2, 'user1', 0, '0000-00-00 00:00:00', 0, 'mod_latestnews', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (7, \'Statistics\', \'\', 6, \'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):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (7, 'Statistics', '', 6, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\n moduleclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (8, \'Who\'\'s Online\', \'\', 4, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_whosonline\', 0, 0, 1, \'online=1\nusers=1\nmoduleclass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (8, 'Who''s Online', '', 4, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_whosonline', 0, 0, 1, 'online=1\nusers=1\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (9, \'Popular\', \'\', 2, \'user2\', 0, \'0000-00-00 00:00:00\', 0, \'mod_mostread\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (9, 'Popular', '', 2, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_mostread', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (10, \'Template Chooser\', \'\', 9, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_templatechooser\', 0, 0, 1, \'show_preview=1\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (10, 'Template Chooser', '', 9, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_templatechooser', 0, 0, 1, 'show_preview=1', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (11, \'Archive\', \'\', 10, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_archive\', 0, 0, 1, \'\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (11, 'Archive', '', 10, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (12, \'Sections\', \'\', 11, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_sections\', 0, 0, 1, \'\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (12, 'Sections', '', 11, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, '', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (13, \'Newsflash\', \'\', 1, \'top\', 0, \'0000-00-00 00:00:00\', 0, \'mod_newsflash\', 0, 0, 1, \'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass _sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (13, 'Newsflash', '', 1, 'top', 0, '0000-00-00 00:00:00', 0, 'mod_newsflash', 0, 0, 1, 'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_ sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (14, \'Related Items\', \'\', 12, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_related_items\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (14, 'Related Items', '', 12, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (15, \'Search\', \'\', 1, \'user4\', 0, \'0000-00-00 00:00:00\', 1, \'mod_search\', 0, 0, 0, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (15, 'Search', '', 1, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (16, \'Random Image\', \'\', 5, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_random_image\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (16, 'Random Image', '', 5, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_random_image', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_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_ima ges=n\nmenu_images_align=left\nexpand_menu=n\nclas s_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_ima ge2=0\nindent_image3=0\nindent_image4=0\nindent_im age5=0\nindent_image6=0\', 1, 0):
- - - - - - - - - -
INSERT INTO `#__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_imag es=n\nmenu_images_align=left\nexpand_menu=n\nclass _sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_ima ge2=0\nindent_image3=0\nindent_image4=0\nindent_im age5=0\nindent_image6=0', 1, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_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):
- - - - - - - - - -
INSERT INTO `#__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=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (19, \'Components\', \'\', 2, \'cpanel\', 0, \'0000-00-00 00:00:00\', 1, \'mod_components\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (19, 'Components', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_components', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (20, \'Popular\', \'\', 3, \'cpanel\', 0, \'0000-00-00 00:00:00\', 1, \'mod_popular\', 0, 99, 1, \'\', 0, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (20, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 99, 1, '', 0, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (21, \'Latest Items\', \'\', 4, \'cpanel\', 0, \'0000-00-00 00:00:00\', 1, \'mod_latest\', 0, 99, 1, \'\', 0, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (21, 'Latest Items', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 99, 1, '', 0, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (22, \'Menu Stats\', \'\', 5, \'cpanel\', 0, \'0000-00-00 00:00:00\', 1, \'mod_stats\', 0, 99, 1, \'\', 0, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (22, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 99, 1, '', 0, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (23, \'Unread Messages\', \'\', 1, \'header\', 0, \'0000-00-00 00:00:00\', 1, \'mod_unread\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (23, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (24, \'Online Users\', \'\', 2, \'header\', 0, \'0000-00-00 00:00:00\', 1, \'mod_online\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (24, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (25, \'Full Menu\', \'\', 1, \'top\', 0, \'0000-00-00 00:00:00\', 1, \'mod_fullmenu\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (25, 'Full Menu', '', 1, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_fullmenu', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (26, \'Pathway\', \'\', 1, \'pathway\', 0, \'0000-00-00 00:00:00\', 1, \'mod_pathway\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (26, 'Pathway', '', 1, 'pathway', 0, '0000-00-00 00:00:00', 1, 'mod_pathway', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (27, \'Toolbar\', \'\', 1, \'toolbar\', 0, \'0000-00-00 00:00:00\', 1, \'mod_toolbar\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (27, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (28, \'System Message\', \'\', 1, \'inset\', 0, \'0000-00-00 00:00:00\', 1, \'mod_mosmsg\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (28, 'System Message', '', 1, 'inset', 0, '0000-00-00 00:00:00', 1, 'mod_mosmsg', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (29, \'Quick Icons\', \'\', 1, \'icon\', 0, \'0000-00-00 00:00:00\', 1, \'mod_quickicon\', 0, 99, 1, \'\', 1, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (29, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 99, 1, '', 1, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (30, \'Other Menu\', \'\', 4, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_mainmenu\', 0, 0, 0, \'menutype=othermenu\nmenu_style=vert_indent\ncach e=0\nmenu_images=0\nmenu_images_align=0\nexpand_me nu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0 \nindent_image1=\nindent_image2=\nindent_image3=\n indent_image4=\nindent_image5=\nindent_image6=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (30, 'Other Menu', '', 4, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 0, 'menutype=othermenu\nmenu_style=vert_indent\ncache =0\nmenu_images=0\nmenu_images_align=0\nexpand_men u=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\ nindent_image1=\nindent_image2=\nindent_image3=\ni ndent_image4=\nindent_image5=\nindent_image6=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (31, \'Wrapper\', \'\', 13, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_wrapper\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (31, 'Wrapper', '', 13, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_wrapper', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (32, \'Logged\', \'\', 0, \'cpanel\', 0, \'0000-00-00 00:00:00\', 1, \'mod_logged\', 0, 99, 1, \'\', 0, 1):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (32, 'Logged', '', 0, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 99, 1, '', 0, 1)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (33, \'Product Categories Module\', \'\', 14, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_product_categories\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (33, 'Product Categories Module', '', 14, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_product_categories', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (34, \'Product Scroller\', \'\', 1, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_productscroller\', 0, 0, 1, \'pretext=\nNumberOfProducts=5\nScrollSortMethod=r andom\nshow_product_name=yes\nshow_addtocart=yes\n show_price=yes\nScrollHeight=125\nScrollWidth=150\ nScrollBehavior=scroll\nScrollDirection=up\nScroll Amount=1\nScrollDelay=80\nScrollAlign=left\nScroll SpaceChar= \nScrollSpaceCharTimes=5\nScrollLineChar=<br />\nScrollLineCharTimes=2\nScrollCSSOverride=no\nScr ollTextAlign=left\nScrollTextWeight=normal\nScroll TextSize=10\nScrollTextColor=#000000\nScrollBGColo r=transparent\nScrollMargin=2\nmoduleclass_sfx=\nc lass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (34, 'Product Scroller', '', 1, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_productscroller', 0, 0, 1, 'pretext=\nNumberOfProducts=5\nScrollSortMethod=ra ndom\nshow_product_name=yes\nshow_addtocart=yes\ns how_price=yes\nScrollHeight=125\nScrollWidth=150\n ScrollBehavior=scroll\nScrollDirection=up\nScrollA mount=1\nScrollDelay=80\nScrollAlign=left\nScrollS paceChar= \nScrollSpaceCharTimes=5\nScrollLineChar=<br />\nScrollLineCharTimes=2\nScrollCSSOverride=no\nScr ollTextAlign=left\nScrollTextWeight=normal\nScroll TextSize=10\nScrollTextColor=#000000\nScrollBGColo r=transparent\nScrollMargin=2\nmoduleclass_sfx=\nc lass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (35, \'Online-Shop\', \'\', 1, \'left\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart\', 0, 0, 1, \'class_sfx=\nmoduleclass_sfx=\npretext=\nshow_log in_form=yes\nshow_categories=yes\nshow_listall=yes \nshow_minicart=no\nshow_productsearch=yes\nshow_p roduct_parameter_search=no\nmenutype=links\njscook _type=menu\njscookMenu_style=ThemeOffice\nmenu_ori entation=hbr\njscookTree_style=ThemeXP\nroot_label =Shop\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (35, 'Online-Shop', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart', 0, 0, 1, 'class_sfx=\nmoduleclass_sfx=\npretext=\nshow_logi n_form=yes\nshow_categories=yes\nshow_listall=yes\ nshow_minicart=no\nshow_productsearch=yes\nshow_pr oduct_parameter_search=no\nmenutype=links\njscook_ type=menu\njscookMenu_style=ThemeOffice\nmenu_orie ntation=hbr\njscookTree_style=ThemeXP\nroot_label= Shop', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (36, \'All-In-One New/Featured/TopTen/Random Products Module\', \'\', 15, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_virtuemart_allinone\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (36, 'All-In-One New/Featured/TopTen/Random Products Module', '', 15, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_allinone', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (37, \'Your Cart\', \'\', 2, \'top\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart_cart\', 0, 0, 1, \'moduleclass_sfx=\nclass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (37, 'Your Cart', '', 2, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_cart', 0, 0, 1, 'moduleclass_sfx=\nclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (38, \'Featured Products\', \'\', 1, \'user1\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart_featureprod\', 0, 0, 1, \'max_items=2\nshow_price=1\nshow_addtocart=0\ndis play_style=horizontal\nproducts_per_row=4\ncategor y_id=\nmoduleclass_sfx=\nclass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (38, 'Featured Products', '', 1, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_featureprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=0\ndisp lay_style=horizontal\nproducts_per_row=4\ncategory _id=\nmoduleclass_sfx=\nclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (39, \'Latest products\', \'\', 2, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart_latestprod\', 0, 0, 1, \'max_items=2\nshow_price=1\nshow_addtocart=1\ndis play_style=vertical\nproducts_per_row=4\ncategory_ id=\nmoduleclass_sfx=\nclass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (39, 'Latest products', '', 2, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_latestprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=1\ndisp lay_style=vertical\nproducts_per_row=4\ncategory_i d=\nmoduleclass_sfx=\nclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (40, \'Manufacturer Module\', \'\', 16, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_virtuemart_manufacturers\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (40, 'Manufacturer Module', '', 16, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_manufacturers', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (41, \'VirtueMart Search Module\', \'\', 17, \'left\', 0, \'0000-00-00 00:00:00\', 0, \'mod_virtuemart_search\', 0, 0, 1, \'\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (41, 'VirtueMart Search Module', '', 17, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_virtuemart_search', 0, 0, 1, '', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (42, \'Random Products\', \'\', 1, \'user2\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart_randomprod\', 0, 0, 1, \'max_items=2\nshow_price=1\nshow_addtocart=0\ndis play_style=horizontal\nproducts_per_row=4\ncategor y_id=\nmoduleclass_sfx=\nclass_sfx=\', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (42, 'Random Products', '', 1, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_randomprod', 0, 0, 1, 'max_items=2\nshow_price=1\nshow_addtocart=0\ndisp lay_style=horizontal\nproducts_per_row=4\ncategory _id=\nmoduleclass_sfx=\nclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_modules` VALUES (43, \'Top-Ten Products\', \'\', 7, \'left\', 0, \'0000-00-00 00:00:00\', 1, \'mod_virtuemart_topten\', 0, 0, 1, \'num_topsellers=10\nmoduleclass_sfx=\nclass_sfx=\ ', 0, 0):
- - - - - - - - - -
INSERT INTO `#__modules` VALUES (43, 'Top-Ten Products', '', 7, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_virtuemart_topten', 0, 0, 1, 'num_topsellers=10\nmoduleclass_sfx=\nclass_sfx=', 0, 0)
= = = = = = = = = =

SQL=Table \'jos_modules_menu\' already exists SQL=# Table structure for table `jos_modules_menu`\n\nCREATE TABLE `jos_modules_menu` (\n `moduleid` int(11) NOT NULL default \'0\',\n `menuid` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`moduleid`,`menuid`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__modules_menu`

CREATE TABLE `#__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 SQL=# Dumping data for table `jos_modules_menu`\n\nINSERT INTO `jos_modules_menu` VALUES (1, 1):
- - - - - - - - - -
# Dumping data for table `#__modules_menu`

INSERT INTO `#__modules_menu` VALUES (1, 1)
= = = = = = = = = =

SQL=Duplicate entry \'2-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (2, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (2, 0)
= = = = = = = = = =

SQL=Duplicate entry \'3-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (3, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (3, 0)
= = = = = = = = = =

SQL=Duplicate entry \'4-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (4, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (4, 1)
= = = = = = = = = =

SQL=Duplicate entry \'5-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (5, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (5, 1)
= = = = = = = = = =

SQL=Duplicate entry \'6-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (6, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (6, 1)
= = = = = = = = = =

SQL=Duplicate entry \'6-2\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (6, 2):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (6, 2)
= = = = = = = = = =

SQL=Duplicate entry \'6-4\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (6, 4):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (6, 4)
= = = = = = = = = =

SQL=Duplicate entry \'6-27\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (6, 27):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (6, 27)
= = = = = = = = = =

SQL=Duplicate entry \'6-36\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (6, 36):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (6, 36)
= = = = = = = = = =

SQL=Duplicate entry \'8-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (8, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (8, 1)
= = = = = = = = = =

SQL=Duplicate entry \'9-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (9, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (9, 1)
= = = = = = = = = =

SQL=Duplicate entry \'9-2\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (9, 2):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (9, 2)
= = = = = = = = = =

SQL=Duplicate entry \'9-4\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (9, 4):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (9, 4)
= = = = = = = = = =

SQL=Duplicate entry \'9-27\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (9, 27):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (9, 27)
= = = = = = = = = =

SQL=Duplicate entry \'9-36\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (9, 36):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (9, 36)
= = = = = = = = = =

SQL=Duplicate entry \'10-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (10, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (10, 1)
= = = = = = = = = =

SQL=Duplicate entry \'13-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (13, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (13, 0)
= = = = = = = = = =

SQL=Duplicate entry \'15-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (15, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (15, 0)
= = = = = = = = = =

SQL=Duplicate entry \'17-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (17, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (17, 0)
= = = = = = = = = =

SQL=Duplicate entry \'18-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (18, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (18, 0)
= = = = = = = = = =

SQL=Duplicate entry \'30-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (30, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (30, 0)
= = = = = = = = = =

SQL=Duplicate entry \'33-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (33, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (33, 0)
= = = = = = = = = =

SQL=Duplicate entry \'34-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (34, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (34, 1)
= = = = = = = = = =

SQL=Duplicate entry \'35-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (35, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (35, 0)
= = = = = = = = = =

SQL=Duplicate entry \'36-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (36, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (36, 0)
= = = = = = = = = =

SQL=Duplicate entry \'37-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (37, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (37, 0)
= = = = = = = = = =

SQL=Duplicate entry \'38-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (38, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (38, 1)
= = = = = = = = = =

SQL=Duplicate entry \'39-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (39, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (39, 1)
= = = = = = = = = =

SQL=Duplicate entry \'40-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (40, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (40, 0)
= = = = = = = = = =

SQL=Duplicate entry \'41-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (41, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (41, 0)
= = = = = = = = = =

SQL=Duplicate entry \'42-1\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (42, 1):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (42, 1)
= = = = = = = = = =

SQL=Duplicate entry \'43-0\' for key 1 SQL=INSERT INTO `jos_modules_menu` VALUES (43, 0):
- - - - - - - - - -
INSERT INTO `#__modules_menu` VALUES (43, 0)
= = = = = = = = = =

SQL=Table \'jos_newsfeeds\' already exists SQL=# Table structure for table `jos_newsfeeds`\n\nCREATE TABLE `jos_newsfeeds` (\n `catid` int(11) NOT NULL default \'0\',\n `id` int(11) NOT NULL auto_increment,\n `name` text NOT NULL,\n `link` text NOT NULL,\n `filename` varchar(200) default NULL,\n `published` tinyint(1) NOT NULL default \'0\',\n `numarticles` int(11) unsigned NOT NULL default \'1\',\n `cache_time` int(11) unsigned NOT NULL default \'3600\',\n `checked_out` tinyint(3) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `ordering` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `published` (`published`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__newsfeeds`

CREATE TABLE `#__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=Table \'jos_poll_data\' already exists SQL=# Table structure for table `jos_poll_data`\n\nCREATE TABLE `jos_poll_data` (\n `id` int(11) NOT NULL auto_increment,\n `pollid` int(4) NOT NULL default \'0\',\n `text` text NOT NULL,\n `hits` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `pollid` (`pollid`,`text`(1))\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__poll_data`

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

SQL=Table \'jos_poll_date\' already exists SQL=# Table structure for table `jos_poll_date`\n\nCREATE TABLE `jos_poll_date` (\n `id` bigint(20) NOT NULL auto_increment,\n `date` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `vote_id` int(11) NOT NULL default \'0\',\n `poll_id` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `poll_id` (`poll_id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__poll_date`

CREATE TABLE `#__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 \'jos_polls\' already exists SQL=# Table structure for table `jos_polls`\n\nCREATE TABLE `jos_polls` (\n `id` int(11) unsigned NOT NULL auto_increment,\n `title` varchar(100) NOT NULL default \'\',\n `voters` int(9) NOT NULL default \'0\',\n `checked_out` int(11) NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `published` tinyint(1) NOT NULL default \'0\',\n `access` int(11) NOT NULL default \'0\',\n `lag` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__polls`

CREATE TABLE `#__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 \'jos_poll_menu\' already exists SQL=# Table structure for table `jos_poll_menu`\n\nCREATE TABLE `jos_poll_menu` (\n `pollid` int(11) NOT NULL default \'0\',\n `menuid` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`pollid`,`menuid`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__poll_menu`

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

SQL=Table \'jos_sections\' already exists SQL=# Table structure for table `jos_sections`\n\nCREATE TABLE `jos_sections` (\n `id` int(11) NOT NULL auto_increment,\n `title` varchar(50) NOT NULL default \'\',\n `name` varchar(255) NOT NULL default \'\',\n `image` varchar(100) NOT NULL default \'\',\n `scope` varchar(50) NOT NULL default \'\',\n `image_position` varchar(10) NOT NULL default \'\',\n `description` text NOT NULL,\n `published` tinyint(1) NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `ordering` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `count` int(11) NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `idx_scope` (`scope`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__sections`

CREATE TABLE `#__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=Table \'jos_session\' already exists SQL=# Table structure for table `jos_session`\n\nCREATE TABLE `jos_session` (\n `username` varchar(50) default \'\',\n `time` varchar(14) default \'\',\n `session_id` varchar(200) NOT NULL default \'0\',\n `guest` tinyint(4) default \'1\',\n `userid` int(11) default \'0\',\n `usertype` varchar(50) default \'\',\n `gid` tinyint(3) unsigned NOT NULL default \'0\',\n PRIMARY KEY (`session_id`),\n KEY `whosonline` (`guest`,`usertype`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__session`

CREATE TABLE `#__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 \'jos_stats_agents\' already exists SQL=# Table structure for table `jos_stats_agents`\n\nCREATE TABLE `jos_stats_agents` (\n `agent` varchar(255) NOT NULL default \'\',\n `type` tinyint(1) unsigned NOT NULL default \'0\',\n `hits` int(11) unsigned NOT NULL default \'1\'\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__stats_agents`

CREATE TABLE `#__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 \'jos_templates_menu\' already exists SQL=# Table structure for table `jos_templates_menu`\n\nCREATE TABLE `jos_templates_menu` (\n `template` varchar(50) NOT NULL default \'\',\n `menuid` int(11) NOT NULL default \'0\',\n `client_id` tinyint(4) NOT NULL default \'0\',\n PRIMARY KEY (`template`,`menuid`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__templates_menu`

CREATE TABLE `#__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_ii-0\' for key 1 SQL=INSERT INTO `jos_templates_menu` VALUES (\'rhuk_solarflare_ii\', \'0\', \'0\'):
- - - - - - - - - -
INSERT INTO `#__templates_menu` VALUES ('rhuk_solarflare_ii', '0', '0')
= = = = = = = = = =

SQL=Duplicate entry \'joomla_admin-0\' for key 1 SQL=INSERT INTO `jos_templates_menu` VALUES (\'joomla_admin\', \'0\', \'1\'):
- - - - - - - - - -
INSERT INTO `#__templates_menu` VALUES ('joomla_admin', '0', '1')
= = = = = = = = = =

SQL=Table \'jos_template_positions\' already exists SQL=# Table structure for table `jos_template_positions`\n\nCREATE TABLE `jos_template_positions` (\n `id` int(11) NOT NULL auto_increment,\n `position` varchar(10) NOT NULL default \'\',\n `description` varchar(255) NOT NULL default \'\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__template_positions`

CREATE TABLE `#__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 \'jos_users\' already exists SQL=# Table structure for table `jos_users`\n\nCREATE TABLE `jos_users` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(50) NOT NULL default \'\',\n `username` varchar(25) NOT NULL default \'\',\n `email` varchar(100) NOT NULL default \'\',\n `password` varchar(100) NOT NULL default \'\',\n `usertype` varchar(25) NOT NULL default \'\',\n `block` tinyint(4) NOT NULL default \'0\',\n `sendEmail` tinyint(4) default \'0\',\n `gid` tinyint(3) unsigned NOT NULL default \'1\',\n `registerDate` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `lastvisitDate` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `activation` varchar(100) NOT NULL default \'\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `usertype` (`usertype`),\n KEY `idx_name` (`name`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__users`

CREATE TABLE `#__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 \'jos_usertypes\' already exists SQL=# Table structure for table `jos_usertypes`\n\nCREATE TABLE `jos_usertypes` (\n `id` tinyint(3) unsigned NOT NULL default \'0\',\n `name` varchar(50) NOT NULL default \'\',\n `mask` varchar(11) NOT NULL default \'\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__usertypes`

CREATE TABLE `#__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 SQL=# Dumping data for table `jos_usertypes`\n\nINSERT INTO `jos_usertypes` VALUES (0, \'superadministrator\', \'\'):
- - - - - - - - - -
# Dumping data for table `#__usertypes`

INSERT INTO `#__usertypes` VALUES (0, 'superadministrator', '')
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (1, \'administrator\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (1, 'administrator', '')
= = = = = = = = = =

SQL=Duplicate entry \'2\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (2, \'editor\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (2, 'editor', '')
= = = = = = = = = =

SQL=Duplicate entry \'3\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (3, \'user\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (3, 'user', '')
= = = = = = = = = =

SQL=Duplicate entry \'4\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (4, \'author\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (4, 'author', '')
= = = = = = = = = =

SQL=Duplicate entry \'5\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (5, \'publisher\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (5, 'publisher', '')
= = = = = = = = = =

SQL=Duplicate entry \'6\' for key 1 SQL=INSERT INTO `jos_usertypes` VALUES (6, \'manager\', \'\'):
- - - - - - - - - -
INSERT INTO `#__usertypes` VALUES (6, 'manager', '')
= = = = = = = = = =

SQL=Table \'jos_weblinks\' already exists SQL=# Table structure for table `jos_weblinks`\n\nCREATE TABLE `jos_weblinks` (\n `id` int(11) unsigned NOT NULL auto_increment,\n `catid` int(11) NOT NULL default \'0\',\n `sid` int(11) NOT NULL default \'0\',\n `title` varchar(250) NOT NULL default \'\',\n `url` varchar(250) NOT NULL default \'\',\n `description` varchar(250) NOT NULL default \'\',\n `date` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `hits` int(11) NOT NULL default \'0\',\n `published` tinyint(1) NOT NULL default \'0\',\n `checked_out` int(11) NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `ordering` int(11) NOT NULL default \'0\',\n `archived` tinyint(1) NOT NULL default \'0\',\n `approved` tinyint(1) NOT NULL default \'1\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `catid` (`catid`,`published`,`archived`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__weblinks`

CREATE TABLE `#__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=Table \'jos_core_acl_aro\' already exists SQL=# Table structure for table `jos_core_acl_aro`\n\nCREATE TABLE `jos_core_acl_aro` (\n `aro_id` int(11) NOT NULL auto_increment,\n `section_value` varchar(240) NOT NULL default \'0\',\n `value` varchar(240) NOT NULL default \'\',\n `order_value` int(11) NOT NULL default \'0\',\n `name` varchar(255) NOT NULL default \'\',\n `hidden` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`aro_id`),\n UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)),\n KEY `jos_gacl_hidden_aro` (`hidden`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_acl_aro`

CREATE TABLE `#__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 `#__gacl_section_value_value_aro` (`section_value`(100),`value`(100)),
KEY `#__gacl_hidden_aro` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Table \'jos_core_acl_aro_groups\' already exists SQL=# Table structure for table `jos_core_acl_aro_groups`\nCREATE TABLE `jos_core_acl_aro_groups` (\n `group_id` int(11) NOT NULL auto_increment,\n `parent_id` int(11) NOT NULL default \'0\',\n `name` varchar(255) NOT NULL default \'\',\n `lft` int(11) NOT NULL default \'0\',\n `rgt` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`group_id`),\n KEY `parent_id_aro_groups` (`parent_id`),\n KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),\n KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_acl_aro_groups`
CREATE TABLE `#__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 `#__gacl_parent_id_aro_groups` (`parent_id`),
KEY `#__gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=# Dumping data for table `jos_core_acl_aro_groups`\nINSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,\'ROOT\',1,22):
- - - - - - - - - -
# Dumping data for table `#__core_acl_aro_groups`
INSERT INTO `#__core_acl_aro_groups` VALUES (17,0,'ROOT',1,22)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (28,17,\'USERS\',2,21):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (28,17,'USERS',2,21)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (29,28,\'Public Frontend\',3,12):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (29,28,'Public Frontend',3,12)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (18,29,\'Registered\',4,11):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (18,29,'Registered',4,11)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (19,18,\'Author\',5,10):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (19,18,'Author',5,10)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (20,19,\'Editor\',6,9):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (20,19,'Editor',6,9)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (21,20,\'Publisher\',7,8):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (21,20,'Publisher',7,8)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (30,28,\'Public Backend\',13,20):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (30,28,'Public Backend',13,20)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (23,30,\'Manager\',14,19):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (23,30,'Manager',14,19)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (24,23,\'Administrator\',15,18):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (24,23,'Administrator',15,18)
= = = = = = = = = =

SQL=Column count doesn\'t match value count at row 1 SQL=INSERT INTO `jos_core_acl_aro_groups` VALUES (25,24,\'Super Administrator\',16,17):
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_groups` VALUES (25,24,'Super Administrator',16,17)
= = = = = = = = = =

SQL=Table \'jos_core_acl_groups_aro_map\' already exists SQL=# Table structure for table `jos_core_acl_groups_aro_map`\nCREATE TABLE `jos_core_acl_groups_aro_map` (\n `group_id` int(11) NOT NULL default \'0\',\n `section_value` varchar(240) NOT NULL default \'\',\n `aro_id` int(11) NOT NULL default \'0\',\n UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_acl_groups_aro_map`
CREATE TABLE `#__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 \'jos_core_acl_aro_sections\' already exists SQL=# Table structure for table `jos_core_acl_aro_sections`\nCREATE TABLE `jos_core_acl_aro_sections` (\n `section_id` int(11) NOT NULL auto_increment,\n `value` varchar(230) NOT NULL default \'\',\n `order_value` int(11) NOT NULL default \'0\',\n `name` varchar(230) NOT NULL default \'\',\n `hidden` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`section_id`),\n UNIQUE KEY `value_aro_sections` (`value`),\n UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),\n KEY `hidden_aro_sections` (`hidden`),\n KEY `jos_gacl_hidden_aro_sections` (`hidden`)\n) TYPE=MyISAM:
- - - - - - - - - -
# Table structure for table `#__core_acl_aro_sections`
CREATE TABLE `#__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 `#__gacl_value_aro_sections` (`value`),
KEY `hidden_aro_sections` (`hidden`),
KEY `#__gacl_hidden_aro_sections` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =

SQL=Duplicate entry \'10\' for key 1 SQL=INSERT INTO `jos_core_acl_aro_sections` VALUES (10,\'users\',1,\'Users\',0);:
- - - - - - - - - -
INSERT INTO `#__core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=## Dumping data for table `jos_vm_country`\n\nINSERT INTO `jos_vm_country` VALUES (1, 1, \'Afghanistan\', \'AFG\', \'AF\'),\n(2, 1, \'Albania\', \'ALB\', \'AL\'),\n(3, 1, \'Algeria\', \'DZA\', \'DZ\'),\n(4, 1, \'American Samoa\', \'ASM\', \'AS\'),\n(5, 1, \'Andorra\', \'AND\', \'AD\'),\n(6, 1, \'Angola\', \'AGO\', \'AO\'),\n(7, 1, \'Anguilla\', \'AIA\', \'AI\'),\n(8, 1, \'Antarctica\', \'ATA\', \'AQ\'),\n(9, 1, \'Antigua and Barbuda\', \'ATG\', \'AG\'),\n(10, 1, \'Argentina\', \'ARG\', \'AR\'),\n(11, 1, \'Armenia\', \'ARM\', \'AM\'),\n(12, 1, \'Aruba\', \'ABW\', \'AW\'),\n(13, 1, \'Australia\', \'AUS\', \'AU\'),\n(14, 1, \'Austria\', \'AUT\', \'AT\'),\n(15, 1, \'Azerbaijan\', \'AZE\', \'AZ\'),\n(16, 1, \'Bahamas\', \'BHS\', \'BS\'),\n(17, 1, \'Bahrain\', \'BHR\', \'BH\'),\n(18, 1, \'Bangladesh\', \'BGD\', \'BD\'),\n(19, 1, \'Barbados\', \'BRB\', \'BB\'),\n(20, 1, \'Belarus\', \'BLR\', \'BY\'),\n(21, 1, \'Belgium\', \'BEL\', \'BE\'),\n(22, 1, \'Belize\', \'BLZ\', \'BZ\'),\n(23, 1, \'Benin\', \'BEN\', \'BJ\'),\n(24, 1, \'Bermuda\', \'BMU\', \'BM\'),\n(25, 1, \'Bhutan\', \'BTN\', \'BT\'),\n(26, 1, \'Bolivia\', \'BOL\', \'BO\'),\n(27, 1, \'Bosnia and Herzegowina\', \'BIH\', \'BA\'),\n(28, 1, \'Botswana\', \'BWA\', \'BW\'),\n(29, 1, \'Bouvet Island\', \'BVT\', \'BV\'),\n(30, 1, \'Brazil\', \'BRA\', \'BR\'),\n(31, 1, \'British Indian Ocean Territory\', \'IOT\', \'IO\'),\n(32, 1, \'Brunei Darussalam\', \'BRN\', \'BN\'),\n(33, 1, \'Bulgaria\', \'BGR\', \'BG\'),\n(34, 1, \'Burkina Faso\', \'BFA\', \'BF\'),\n(35, 1, \'Burundi\', \'BDI\', \'BI\'),\n(36, 1, \'Cambodia\', \'KHM\', \'KH\'),\n(37, 1, \'Cameroon\', \'CMR\', \'CM\'),\n(38, 1, \'Canada\', \'CAN\', \'CA\'),\n(39, 1, \'Cape Verde\', \'CPV\', \'CV\'),\n(40, 1, \'Cayman Islands\', \'CYM\', \'KY\'),\n(41, 1, \'Central African Republic\', \'CAF\', \'CF\'),\n(42, 1, \'Chad\', \'TCD\', \'TD\'),\n(43, 1, \'Chile\', \'CHL\', \'CL\'),\n(44, 1, \'China\', \'CHN\', \'CN\'),\n(45, 1, \'Christmas Island\', \'CXR\', \'CX\'),\n(46, 1, \'Cocos (Keeling) Islands\', \'CCK\', \'CC\'),\n(47, 1, \'Colombia\', \'COL\', \'CO\'),\n(48, 1, \'Comoros\', \'COM\', \'KM\'),\n(49, 1, \'Congo\', \'COG\', \'CG\'),\n(50, 1, \'Cook Islands\', \'COK\', \'CK\'),\n(51, 1, \'Costa Rica\', \'CRI\', \'CR\'),\n(52, 1, \'Cote D\'\'Ivoire\', \'CIV\', \'CI\'),\n(53, 1, \'Croatia\', \'HRV\', \'HR\'),\n(54, 1, \'Cuba\', \'CUB\', \'CU\'),\n(55, 1, \'Cyprus\', \'CYP\', \'CY\'),\n(56, 1, \'Czech Republic\', \'CZE\', \'CZ\'),\n(57, 1, \'Denmark\', \'DNK\', \'DK\'),\n(58, 1, \'Djibouti\', \'DJI\', \'DJ\'),\n(59, 1, \'Dominica\', \'DMA\', \'DM\'),\n(60, 1, \'Dominican Republic\', \'DOM\', \'DO\'),\n(61, 1, \'East Timor\', \'TMP\', \'TP\'),\n(62, 1, \'Ecuador\', \'ECU\', \'EC\'),\n(63, 1, \'Egypt\', \'EGY\', \'EG\'),\n(64, 1, \'El Salvador\', \'SLV\', \'SV\'),\n(65, 1, \'Equatorial Guinea\', \'GNQ\', \'GQ\'),\n(66, 1, \'Eritrea\', \'ERI\', \'ER\'),\n(67, 1, \'Estonia\', \'EST\', \'EE\'),\n(68, 1, \'Ethiopia\', \'ETH\', \'ET\'),\n(69, 1, \'Falkland Islands (Malvinas)\', \'FLK\', \'FK\'),\n(70, 1, \'Faroe Islands\', \'FRO\', \'FO\'),\n(71, 1, \'Fiji\', \'FJI\', \'FJ\'),\n(72, 1, \'Finland\', \'FIN\', \'FI\'),\n(73, 1, \'France\', \'FRA\', \'FR\'),\n(74, 1, \'France, Metropolitan\', \'FXX\', \'FX\'),\n(75, 1, \'French Guiana\', \'GUF\', \'GF\'),\n(76, 1, \'French Polynesia\', \'PYF\', \'PF\'),\n(77, 1, \'French Southern Territories\', \'ATF\', \'TF\'),\n(78, 1, \'Gabon\', \'GAB\', \'GA\'),\n(79, 1, \'Gambia\', \'GMB\', \'GM\'),\n(80, 1, \'Georgia\', \'GEO\', \'GE\'),\n(81, 1, \'Germany\', \'DEU\', \'DE\'),\n(82, 1, \'Ghana\', \'GHA\', \'GH\'),\n(83, 1, \'Gibraltar\', \'GIB\', \'GI\'),\n(84, 1, \'Greece\', \'GRC\', \'GR\'),\n(85, 1, \'Greenland\', \'GRL\', \'GL\'),\n(86, 1, \'Grenada\', \'GRD\', \'GD\'),\n(87, 1, \'Guadeloupe\', \'GLP\', \'GP\'),\n(88, 1, \'Guam\', \'GUM\', \'GU\'),\n(89, 1, \'Guatemala\', \'GTM\', \'GT\'),\n(90, 1, \'Guinea\', \'GIN\', \'GN\'),\n(91, 1, \'Guinea-bissau\', \'GNB\', \'GW\'),\n(92, 1, \'Guyana\', \'GUY\', \'GY\'),\n(93, 1, \'Haiti\', \'HTI\', \'HT\'),\n(94, 1, \'Heard and Mc Donald Islands\', \'HMD\', \'HM\'),\n(95, 1, \'Honduras\', \'HND\', \'HN\'),\n(96, 1, \'Hong Kong\', \'HKG\', \'HK\'),\n(97, 1, \'Hungary\', \'HUN\', \'HU\'),\n(98, 1, \'Iceland\', \'ISL\', \'IS\'),\n(99, 1, \'India\', \'IND\', \'IN\'),\n(100, 1, \'Indonesia\', \'IDN\', \'ID\'),\n(101, 1, \'Iran (Islamic Republic of)\', \'IRN\', \'IR\'),\n(102, 1, \'Iraq\', \'IRQ\', \'IQ\'),\n(103, 1, \'Ireland\', \'IRL\', \'IE\'),\n(104, 1, \'Israel\', \'ISR\', \'IL\'),\n(105, 1, \'Italy\', \'ITA\', \'IT\'),\n(106, 1, \'Jamaica\', \'JAM\', \'JM\'),\n(107, 1, \'Japan\', \'JPN\', \'JP\'),\n(108, 1, \'Jordan\', \'JOR\', \'JO\'),\n(109, 1, \'Kazakhstan\', \'KAZ\', \'KZ\'),\n(110, 1, \'Kenya\', \'KEN\', \'KE\'),\n(111, 1, \'Kiribati\', \'KIR\', \'KI\'),\n(112, 1, \'Korea, Democratic People\'\'s Republic of\', \'PRK\', \'KP\'),\n(113, 1, \'Korea, Republic of\', \'KOR\', \'KR\'),\n(114, 1, \'Kuwait\', \'KWT\', \'KW\'),\n(115, 1, \'Kyrgyzstan\', \'KGZ\', \'KG\'),\n(116, 1, \'Lao People\'\'s Democratic Republic\', \'LAO\', \'LA\'),\n(117, 1, \'Latvia\', \'LVA\', \'LV\'),\n(118, 1, \'Lebanon\', \'LBN\', \'LB\'),\n(119, 1, \'Lesotho\', \'LSO\', \'LS\'),\n(120, 1, \'Liberia\', \'LBR\', \'LR\'),\n(121, 1, \'Libyan Arab Jamahiriya\', \'LBY\', \'LY\'),\n(122, 1, \'Liechtenstein\', \'LIE\', \'LI\'),\n(123, 1, \'Lithuania\', \'LTU\', \'LT\'),\n(124, 1, \'Luxembourg\', \'LUX\', \'LU\'),\n(125, 1, \'Macau\', \'MAC\', \'MO\'),\n(126, 1, \'Macedonia, The Former Yugoslav Republic of\', \'MKD\', \'MK\'),\n(127, 1, \'Madagascar\', \'MDG\', \'MG\'),\n(128, 1, \'Malawi\', \'MWI\', \'MW\'),\n(129, 1, \'Malaysia\', \'MYS\', \'MY\'),\n(130, 1, \'Maldives\', \'MDV\', \'MV\'),\n(131, 1, \'Mali\', \'MLI\', \'ML\'),\n(132, 1, \'Malta\', \'MLT\', \'MT\'),\n(133, 1, \'Marshall Islands\', \'MHL\', \'MH\'),\n(134, 1, \'Martinique\', \'MTQ\', \'MQ\'),\n(135, 1, \'Mauritania\', \'MRT\', \'MR\'),\n(136, 1, \'Mauritius\', \'MUS\', \'MU\'),\n(137, 1, \'Mayotte\', \'MYT\', \'YT\'),\n(138, 1, \'Mexico\', \'MEX\', \'MX\'),\n(139, 1, \'Micronesia, Federated States of\', \'FSM\', \'FM\'),\n(140, 1, \'Moldova, Republic of\', \'MDA\', \'MD\'),\n(141, 1, \'Monaco\', \'MCO\', \'MC\'),\n(142, 1, \'Mongolia\', \'MNG\', \'MN\'),\n(143, 1, \'Montserrat\', \'MSR\', \'MS\'),\n(144, 1, \'Morocco\', \'MAR\', \'MA\'),\n(145, 1, \'Mozambique\', \'MOZ\', \'MZ\'),\n(146, 1, \'Myanmar\', \'MMR\', \'MM\'),\n(147, 1, \'Namibia\', \'NAM\', \'NA\'),\n(148, 1, \'Nauru\', \'NRU\', \'NR\'),\n(149, 1, \'Nepal\', \'NPL\', \'NP\'),\n(150, 1, \'Netherlands\', \'NLD\', \'NL\'),\n(151, 1, \'Netherlands Antilles\', \'ANT\', \'AN\'),\n(152, 1, \'New Caledonia\', \'NCL\', \'NC\'),\n(153, 1, \'New Zealand\', \'NZL\', \'NZ\'),\n(154, 1, \'Nicaragua\', \'NIC\', \'NI\'),\n(155, 1, \'Niger\', \'NER\', \'NE\'),\n(156, 1, \'Nigeria\', \'NGA\', \'NG\'),\n(157, 1, \'Niue\', \'NIU\', \'NU\'),\n(158, 1, \'Norfolk Island\', \'NFK\', \'NF\'),\n(159, 1, \'Northern Mariana Islands\', \'MNP\', \'MP\'),\n(160, 1, \'Norway\', \'NOR\', \'NO\'),\n(161, 1, \'Oman\', \'OMN\', \'OM\'),\n(162, 1, \'Pakistan\', \'PAK\', \'PK\'),\n(163, 1, \'Palau\', \'PLW\', \'PW\'),\n(164, 1, \'Panama\', \'PAN\', \'PA\'),\n(165, 1, \'Papua New Guinea\', \'PNG\', \'PG\'),\n(166, 1, \'Paraguay\', \'PRY\', \'PY\'),\n(167, 1, \'Peru\', \'PER\', \'PE\'),\n(168, 1, \'Philippines\', \'PHL\', \'PH\'),\n(169, 1, \'Pitcairn\', \'PCN\', \'PN\'),\n(170, 1, \'Poland\', \'POL\', \'PL\'),\n(171, 1, \'Portugal\', \'PRT\', \'PT\'),\n(172, 1, \'Puerto Rico\', \'PRI\', \'PR\'),\n(173, 1, \'Qatar\', \'QAT\', \'QA\'),\n(174, 1, \'Reunion\', \'REU\', \'RE\'),\n(175, 1, \'Romania\', \'ROM\', \'RO\'),\n(176, 1, \'Russian Federation\', \'RUS\', \'RU\'),\n(177, 1, \'Rwanda\', \'RWA\', \'RW\'),\n(178, 1, \'Saint Kitts and Nevis\', \'KNA\', \'KN\'),\n(179, 1, \'Saint Lucia\', \'LCA\', \'LC\'),\n(180, 1, \'Saint Vincent and the Grenadines\', \'VCT\', \'VC\'),\n(181, 1, \'Samoa\', \'WSM\', \'WS\'),\n(182, 1, \'San Marino\', \'SMR\', \'SM\'),\n(183, 1, \'Sao Tome and Principe\', \'STP\', \'ST\'),\n(184, 1, \'Saudi Arabia\', \'SAU\', \'SA\'),\n(185, 1, \'Senegal\', \'SEN\', \'SN\'),\n(186, 1, \'Seychelles\', \'SYC\', \'SC\'),\n(187, 1, \'Sierra Leone\', \'SLE\', \'SL\'),\n(188, 1, \'Singapore\', \'SGP\', \'SG\'),\n(189, 1, \'Slovakia (Slovak Republic)\', \'SVK\', \'SK\'),\n(190, 1, \'Slovenia\', \'SVN\', \'SI\'),\n(191, 1, \'Solomon Islands\', \'SLB\', \'SB\'),\n(192, 1, \'Somalia\', \'SOM\', \'SO\'),\n(193, 1, \'South Africa\', \'ZAF\', \'ZA\'),\n(194, 1, \'South Georgia and the South Sandwich Islands\', \'SGS\', \'GS\'),\n(195, 1, \'Spain\', \'ESP\', \'ES\'),\n(196, 1, \'Sri Lanka\', \'LKA\', \'LK\'),\n(197, 1, \'St. Helena\', \'SHN\', \'SH\'),\n(198, 1, \'St. Pierre and Miquelon\', \'SPM\', \'PM\'),\n(199, 1, \'Sudan\', \'SDN\', \'SD\'),\n(200, 1, \'Suriname\', \'SUR\', \'SR\'),\n(201, 1, \'Svalbard and Jan Mayen Islands\', \'SJM\', \'SJ\'),\n(202, 1, \'Swaziland\', \'SWZ\', \'SZ\'),\n(203, 1, \'Sweden\', \'SWE\', \'SE\'),\n(204, 1, \'Switzerland\', \'CHE\', \'CH\'),\n(205, 1, \'Syrian Arab Republic\', \'SYR\', \'SY\'),\n(206, 1, \'Taiwan\', \'TWN\', \'TW\'),\n(207, 1, \'Tajikistan\', \'TJK\', \'TJ\'),\n(208, 1, \'Tanzania, United Republic of\', \'TZA\', \'TZ\'),\n(209, 1, \'Thailand\', \'THA\', \'TH\'),\n(210, 1, \'Togo\', \'TGO\', \'TG\'),\n(211, 1, \'Tokelau\', \'TKL\', \'TK\'),\n(212, 1, \'Tonga\', \'TON\', \'TO\'),\n(213, 1, \'Trinidad and Tobago\', \'TTO\', \'TT\'),\n(214, 1, \'Tunisia\', \'TUN\', \'TN\'),\n(215, 1, \'Turkey\', \'TUR\', \'TR\'),\n(216, 1, \'Turkmenistan\', \'TKM\', \'TM\'),\n(217, 1, \'Turks and Caicos Islands\', \'TCA\', \'TC\'),\n(218, 1, \'Tuvalu\', \'TUV\', \'TV\'),\n(219, 1, \'Uganda\', \'UGA\', \'UG\'),\n(220, 1, \'Ukraine\', \'UKR\', \'UA\'),\n(221, 1, \'United Arab Emirates\', \'ARE\', \'AE\'),\n(222, 1, \'United Kingdom\', \'GBR\', \'GB\'),\n(223, 1, \'United States\', \'USA\', \'US\'),\n(224, 1, \'United States Minor Outlying Islands\', \'UMI\', \'UM\'),\n(225, 1, \'Uruguay\', \'URY\', \'UY\'),\n(226, 1, \'Uzbekistan\', \'UZB\', \'UZ\'),\n(227, 1, \'Vanuatu\', \'VUT\', \'VU\'),\n(228, 1, \'Vatican City State (Holy See)\', \'VAT\', \'VA\'),\n(229, 1, \'Venezuela\', \'VEN\', \'VE\'),\n(230, 1, \'Viet Nam\', \'VNM\', \'VN\'),\n(231, 1, \'Virgin Islands (British)\', \'VGB\', \'VG\'),\n(232, 1, \'Virgin Islands (U.S.)\', \'VIR\', \'VI\'),\n(233, 1, \'Wallis and Futuna Islands\', \'WLF\', \'WF\'),\n(234, 1, \'Western Sahara\', \'ESH\', \'EH\'),\n(235, 1, \'Yemen\', \'YEM\', \'YE\'),\n(236, 1, \'Yugoslavia\', \'YUG\', \'YU\'),\n(237, 1, \'Zaire\', \'ZAR\', \'ZR\'),\n(238, 1, \'Zambia\', \'ZMB\', \'ZM\'),\n(239, 1, \'Zimbabwe\', \'ZWE\', \'ZW\'):
- - - - - - - - - -
## Dumping data for table `#__vm_country`

INSERT INTO `#__vm_country` VALUES (1, 1, 'Afghanistan', 'AFG', 'AF'),
(2, 1, 'Albania', 'ALB', 'AL'),
(3, 1, 'Algeria', 'DZA', 'DZ'),
(4, 1, 'American Samoa', 'ASM', 'AS'),
(5, 1, 'Andorra', 'AND', 'AD'),
(6, 1, 'Angola', 'AGO', 'AO'),
(7, 1, 'Anguilla', 'AIA', 'AI'),
(8, 1, 'Antarctica', 'ATA', 'AQ'),
(9, 1, 'Antigua and Barbuda', 'ATG', 'AG'),
(10, 1, 'Argentina', 'ARG', 'AR'),
(11, 1, 'Armenia', 'ARM', 'AM'),
(12, 1, 'Aruba', 'ABW', 'AW'),
(13, 1, 'Australia', 'AUS', 'AU'),
(14, 1, 'Austria', 'AUT', 'AT'),
(15, 1, 'Azerbaijan', 'AZE', 'AZ'),
(16, 1, 'Bahamas', 'BHS', 'BS'),
(17, 1, 'Bahrain', 'BHR', 'BH'),
(18, 1, 'Bangladesh', 'BGD', 'BD'),
(19, 1, 'Barbados', 'BRB', 'BB'),
(20, 1, 'Belarus', 'BLR', 'BY'),
(21, 1, 'Belgium', 'BEL', 'BE'),
(22, 1, 'Belize', 'BLZ', 'BZ'),
(23, 1, 'Benin', 'BEN', 'BJ'),
(24, 1, 'Bermuda', 'BMU', 'BM'),
(25, 1, 'Bhutan', 'BTN', 'BT'),
(26, 1, 'Bolivia', 'BOL', 'BO'),
(27, 1, 'Bosnia and Herzegowina', 'BIH', 'BA'),
(28, 1, 'Botswana', 'BWA', 'BW'),
(29, 1, 'Bouvet Island', 'BVT', 'BV'),
(30, 1, 'Brazil', 'BRA', 'BR'),
(31, 1, 'British Indian Ocean Territory', 'IOT', 'IO'),
(32, 1, 'Brunei Darussalam', 'BRN', 'BN'),
(33, 1, 'Bulgaria', 'BGR', 'BG'),
(34, 1, 'Burkina Faso', 'BFA', 'BF'),
(35, 1, 'Burundi', 'BDI', 'BI'),
(36, 1, 'Cambodia', 'KHM', 'KH'),
(37, 1, 'Cameroon', 'CMR', 'CM'),
(38, 1, 'Canada', 'CAN', 'CA'),
(39, 1, 'Cape Verde', 'CPV', 'CV'),
(40, 1, 'Cayman Islands', 'CYM', 'KY'),
(41, 1, 'Central African Republic', 'CAF', 'CF'),
(42, 1, 'Chad', 'TCD', 'TD'),
(43, 1, 'Chile', 'CHL', 'CL'),
(44, 1, 'China', 'CHN', 'CN'),
(45, 1, 'Christmas Island', 'CXR', 'CX'),
(46, 1, 'Cocos (Keeling) Islands', 'CCK', 'CC'),
(47, 1, 'Colombia', 'COL', 'CO'),
(48, 1, 'Comoros', 'COM', 'KM'),
(49, 1, 'Congo', 'COG', 'CG'),
(50, 1, 'Cook Islands', 'COK', 'CK'),
(51, 1, 'Costa Rica', 'CRI', 'CR'),
(52, 1, 'Cote D''Ivoire', 'CIV', 'CI'),
(53, 1, 'Croatia', 'HRV', 'HR'),
(54, 1, 'Cuba', 'CUB', 'CU'),
(55, 1, 'Cyprus', 'CYP', 'CY'),
(56, 1, 'Czech Republic', 'CZE', 'CZ'),
(57, 1, 'Denmark', 'DNK', 'DK'),
(58, 1, 'Djibouti', 'DJI', 'DJ'),
(59, 1, 'Dominica', 'DMA', 'DM'),
(60, 1, 'Dominican Republic', 'DOM', 'DO'),
(61, 1, 'East Timor', 'TMP', 'TP'),
(62, 1, 'Ecuador', 'ECU', 'EC'),
(63, 1, 'Egypt', 'EGY', 'EG'),
(64, 1, 'El Salvador', 'SLV', 'SV'),
(65, 1, 'Equatorial Guinea', 'GNQ', 'GQ'),
(66, 1, 'Eritrea', 'ERI', 'ER'),
(67, 1, 'Estonia', 'EST', 'EE'),
(68, 1, 'Ethiopia', 'ETH', 'ET'),
(69, 1, 'Falkland Islands (Malvinas)', 'FLK', 'FK'),
(70, 1, 'Faroe Islands', 'FRO', 'FO'),
(71, 1, 'Fiji', 'FJI', 'FJ'),
(72, 1, 'Finland', 'FIN', 'FI'),
(73, 1, 'France', 'FRA', 'FR'),
(74, 1, 'France, Metropolitan', 'FXX', 'FX'),
(75, 1, 'French Guiana', 'GUF', 'GF'),
(76, 1, 'French Polynesia', 'PYF', 'PF'),
(77, 1, 'French Southern Territories', 'ATF', 'TF'),
(78, 1, 'Gabon', 'GAB', 'GA'),
(79, 1, 'Gambia', 'GMB', 'GM'),
(80, 1, 'Georgia', 'GEO', 'GE'),
(81, 1, 'Germany', 'DEU', 'DE'),
(82, 1, 'Ghana', 'GHA', 'GH'),
(83, 1, 'Gibraltar', 'GIB', 'GI'),
(84, 1, 'Greece', 'GRC', 'GR'),
(85, 1, 'Greenland', 'GRL', 'GL'),
(86, 1, 'Grenada', 'GRD', 'GD'),
(87, 1, 'Guadeloupe', 'GLP', 'GP'),
(88, 1, 'Guam', 'GUM', 'GU'),
(89, 1, 'Guatemala', 'GTM', 'GT'),
(90, 1, 'Guinea', 'GIN', 'GN'),
(91, 1, 'Guinea-bissau', 'GNB', 'GW'),
(92, 1, 'Guyana', 'GUY', 'GY'),
(93, 1, 'Haiti', 'HTI', 'HT'),
(94, 1, 'Heard and Mc Donald Islands', 'HMD', 'HM'),
(95, 1, 'Honduras', 'HND', 'HN'),
(96, 1, 'Hong Kong', 'HKG', 'HK'),
(97, 1, 'Hungary', 'HUN', 'HU'),
(98, 1, 'Iceland', 'ISL', 'IS'),
(99, 1, 'India', 'IND', 'IN'),
(100, 1, 'Indonesia', 'IDN', 'ID'),
(101, 1, 'Iran (Islamic Republic of)', 'IRN', 'IR'),
(102, 1, 'Iraq', 'IRQ', 'IQ'),
(103, 1, 'Ireland', 'IRL', 'IE'),
(104, 1, 'Israel', 'ISR', 'IL'),
(105, 1, 'Italy', 'ITA', 'IT'),
(106, 1, 'Jamaica', 'JAM', 'JM'),
(107, 1, 'Japan', 'JPN', 'JP'),
(108, 1, 'Jordan', 'JOR', 'JO'),
(109, 1, 'Kazakhstan', 'KAZ', 'KZ'),
(110, 1, 'Kenya', 'KEN', 'KE'),
(111, 1, 'Kiribati', 'KIR', 'KI'),
(112, 1, 'Korea, Democratic People''s Republic of', 'PRK', 'KP'),
(113, 1, 'Korea, Republic of', 'KOR', 'KR'),
(114, 1, 'Kuwait', 'KWT', 'KW'),
(115, 1, 'Kyrgyzstan', 'KGZ', 'KG'),
(116, 1, 'Lao People''s Democratic Republic', 'LAO', 'LA'),
(117, 1, 'Latvia', 'LVA', 'LV'),
(118, 1, 'Lebanon', 'LBN', 'LB'),
(119, 1, 'Lesotho', 'LSO', 'LS'),
(120, 1, 'Liberia', 'LBR', 'LR'),
(121, 1, 'Libyan Arab Jamahiriya', 'LBY', 'LY'),
(122, 1, 'Liechtenstein', 'LIE', 'LI'),
(123, 1, 'Lithuania', 'LTU', 'LT'),
(124, 1, 'Luxembourg', 'LUX', 'LU'),
(125, 1, 'Macau', 'MAC', 'MO'),
(126, 1, 'Macedonia, The Former Yugoslav Republic of', 'MKD', 'MK'),
(127, 1, 'Madagascar', 'MDG', 'MG'),
(128, 1, 'Malawi', 'MWI', 'MW'),
(129, 1, 'Malaysia', 'MYS', 'MY'),
(130, 1, 'Maldives', 'MDV', 'MV'),
(131, 1, 'Mali', 'MLI', 'ML'),
(132, 1, 'Malta', 'MLT', 'MT'),
(133, 1, 'Marshall Islands', 'MHL', 'MH'),
(134, 1, 'Martinique', 'MTQ', 'MQ'),
(135, 1, 'Mauritania', 'MRT', 'MR'),
(136, 1, 'Mauritius', 'MUS', 'MU'),
(137, 1, 'Mayotte', 'MYT', 'YT'),
(138, 1, 'Mexico', 'MEX', 'MX'),
(139, 1, 'Micronesia, Federated States of', 'FSM', 'FM'),
(140, 1, 'Moldova, Republic of', 'MDA', 'MD'),
(141, 1, 'Monaco', 'MCO', 'MC'),
(142, 1, 'Mongolia', 'MNG', 'MN'),
(143, 1, 'Montserrat', 'MSR', 'MS'),
(144, 1, 'Morocco', 'MAR', 'MA'),
(145, 1, 'Mozambique', 'MOZ', 'MZ'),
(146, 1, 'Myanmar', 'MMR', 'MM'),
(147, 1, 'Namibia', 'NAM', 'NA'),
(148, 1, 'Nauru', 'NRU', 'NR'),
(149, 1, 'Nepal', 'NPL', 'NP'),
(150, 1, 'Netherlands', 'NLD', 'NL'),
(151, 1, 'Netherlands Antilles', 'ANT', 'AN'),
(152, 1, 'New Caledonia', 'NCL', 'NC'),
(153, 1, 'New Zealand', 'NZL', 'NZ'),
(154, 1, 'Nicaragua', 'NIC', 'NI'),
(155, 1, 'Niger', 'NER', 'NE'),
(156, 1, 'Nigeria', 'NGA', 'NG'),
(157, 1, 'Niue', 'NIU', 'NU'),
(158, 1, 'Norfolk Island', 'NFK', 'NF'),
(159, 1, 'Northern Mariana Islands', 'MNP', 'MP'),
(160, 1, 'Norway', 'NOR', 'NO'),
(161, 1, 'Oman', 'OMN', 'OM'),
(162, 1, 'Pakistan', 'PAK', 'PK'),
(163, 1, 'Palau', 'PLW', 'PW'),
(164, 1, 'Panama', 'PAN', 'PA'),
(165, 1, 'Papua New Guinea', 'PNG', 'PG'),
(166, 1, 'Paraguay', 'PRY', 'PY'),
(167, 1, 'Peru', 'PER', 'PE'),
(168, 1, 'Philippines', 'PHL', 'PH'),
(169, 1, 'Pitcairn', 'PCN', 'PN'),
(170, 1, 'Poland', 'POL', 'PL'),
(171, 1, 'Portugal', 'PRT', 'PT'),
(172, 1, 'Puerto Rico', 'PRI', 'PR'),
(173, 1, 'Qatar', 'QAT', 'QA'),
(174, 1, 'Reunion', 'REU', 'RE'),
(175, 1, 'Romania', 'ROM', 'RO'),
(176, 1, 'Russian Federation', 'RUS', 'RU'),
(177, 1, 'Rwanda', 'RWA', 'RW'),
(178, 1, 'Saint Kitts and Nevis', 'KNA', 'KN'),
(179, 1, 'Saint Lucia', 'LCA', 'LC'),
(180, 1, 'Saint Vincent and the Grenadines', 'VCT', 'VC'),
(181, 1, 'Samoa', 'WSM', 'WS'),
(182, 1, 'San Marino', 'SMR', 'SM'),
(183, 1, 'Sao Tome and Principe', 'STP', 'ST'),
(184, 1, 'Saudi Arabia', 'SAU', 'SA'),
(185, 1, 'Senegal', 'SEN', 'SN'),
(186, 1, 'Seychelles', 'SYC', 'SC'),
(187, 1, 'Sierra Leone', 'SLE', 'SL'),
(188, 1, 'Singapore', 'SGP', 'SG'),
(189, 1, 'Slovakia (Slovak Republic)', 'SVK', 'SK'),
(190, 1, 'Slovenia', 'SVN', 'SI'),
(191, 1, 'Solomon Islands', 'SLB', 'SB'),
(192, 1, 'Somalia', 'SOM', 'SO'),
(193, 1, 'South Africa', 'ZAF', 'ZA'),
(194, 1, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS'),
(195, 1, 'Spain', 'ESP', 'ES'),
(196, 1, 'Sri Lanka', 'LKA', 'LK'),
(197, 1, 'St. Helena', 'SHN', 'SH'),
(198, 1, 'St. Pierre and Miquelon', 'SPM', 'PM'),
(199, 1, 'Sudan', 'SDN', 'SD'),
(200, 1, 'Suriname', 'SUR', 'SR'),
(201, 1, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ'),
(202, 1, 'Swaziland', 'SWZ', 'SZ'),
(203, 1, 'Sweden', 'SWE', 'SE'),
(204, 1, 'Switzerland', 'CHE', 'CH'),
(205, 1, 'Syrian Arab Republic', 'SYR', 'SY'),
(206, 1, 'Taiwan', 'TWN', 'TW'),
(207, 1, 'Tajikistan', 'TJK', 'TJ'),
(208, 1, 'Tanzania, United Republic of', 'TZA', 'TZ'),
(209, 1, 'Thailand', 'THA', 'TH'),
(210, 1, 'Togo', 'TGO', 'TG'),
(211, 1, 'Tokelau', 'TKL', 'TK'),
(212, 1, 'Tonga', 'TON', 'TO'),
(213, 1, 'Trinidad and Tobago', 'TTO', 'TT'),
(214, 1, 'Tunisia', 'TUN', 'TN'),
(215, 1, 'Turkey', 'TUR', 'TR'),
(216, 1, 'Turkmenistan', 'TKM', 'TM'),
(217, 1, 'Turks and Caicos Islands', 'TCA', 'TC'),
(218, 1, 'Tuvalu', 'TUV', 'TV'),
(219, 1, 'Uganda', 'UGA', 'UG'),
(220, 1, 'Ukraine', 'UKR', 'UA'),
(221, 1, 'United Arab Emirates', 'ARE', 'AE'),
(222, 1, 'United Kingdom', 'GBR', 'GB'),
(223, 1, 'United States', 'USA', 'US'),
(224, 1, 'United States Minor Outlying Islands', 'UMI', 'UM'),
(225, 1, 'Uruguay', 'URY', 'UY'),
(226, 1, 'Uzbekistan', 'UZB', 'UZ'),
(227, 1, 'Vanuatu', 'VUT', 'VU'),
(228, 1, 'Vatican City State (Holy See)', 'VAT', 'VA'),
(229, 1, 'Venezuela', 'VEN', 'VE'),
(230, 1, 'Viet Nam', 'VNM', 'VN'),
(231, 1, 'Virgin Islands (British)', 'VGB', 'VG'),
(232, 1, 'Virgin Islands (U.S.)', 'VIR', 'VI'),
(233, 1, 'Wallis and Futuna Islands', 'WLF', 'WF'),
(234, 1, 'Western Sahara', 'ESH', 'EH'),
(235, 1, 'Yemen', 'YEM', 'YE'),
(236, 1, 'Yugoslavia', 'YUG', 'YU'),
(237, 1, 'Zaire', 'ZAR', 'ZR'),
(238, 1, 'Zambia', 'ZMB', 'ZM'),
(239, 1, 'Zimbabwe', 'ZWE', 'ZW')
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=## Dumping data for table `jos_vm_creditcard`\n\nINSERT INTO `jos_vm_creditcard` VALUES (1, 1, \'Visa\', \'VISA\'),\n(2, 1, \'MasterCard\', \'MC\'),\n(3, 1, \'American Express\', \'amex\'),\n(4, 1, \'Discover Card\', \'discover\'),\n(5, 1, \'Diners Club\', \'diners\'),\n(6, 1, \'JCB\', \'jcb\'),\n(7, 1, \'Australian Bankcard\', \'australian_bc\'):
- - - - - - - - - -
## Dumping data for table `#__vm_creditcard`

INSERT INTO `#__vm_creditcard` VALUES (1, 1, 'Visa', 'VISA'),
(2, 1, 'MasterCard', 'MC'),
(3, 1, 'American Express', 'amex'),
(4, 1, 'Discover Card', 'discover'),
(5, 1, 'Diners Club', 'diners'),
(6, 1, 'JCB', 'jcb'),
(7, 1, 'Australian Bankcard', 'australian_bc')
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=## Dumping data for table `jos_vm_csv`\n\nINSERT INTO `jos_vm_csv` VALUES (1, \'product_sku\', \'\', 1, \'Y\'),\n(2, \'product_s_desc\', \'\', 2, \'N\'),\n(3, \'product_desc\', \'\', 3, \'N\'),\n(4, \'product_thumb_image\', \'\', 4, \'N\'),\n(5, \'product_full_image\', \'\', 5, \'N\'),\n(6, \'product_weight\', \'\', 6, \'N\'),\n(7, \'product_weight_uom\', \'KG\', 7, \'N\'),\n(8, \'product_length\', \'\', 8, \'N\'),\n(9, \'product_width\', \'\', 9, \'N\'),\n(10, \'product_height\', \'\', 10, \'N\'),\n(11, \'product_lwh_uom\', \'\', 11, \'N\'),\n(12, \'product_in_stock\', \'0\', 12, \'N\'),\n(13, \'product_available_date\', \'\', 13, \'N\'),\n(14, \'product_discount_id\', \'\', 14, \'N\'),\n(15, \'product_name\', \'\', 15, \'Y\'),\n(16, \'product_price\', \'\', 16, \'N\'),\n(17, \'category_path\', \'\', 17, \'Y\'),\n(18, \'manufacturer_id\', \'\', 18, \'N\'),\n(19, \'product_tax_id\', \'\', 19, \'N\'),\n(20, \'product_sales\', \'\', 20, \'N\'),\n(21, \'product_parent_id\', \'0\', 21, \'N\'),\n(22, \'attribute\', \'\', 22, \'N\'),\n(23, \'custom_attribute\', \'\', 23, \'N\'),\n(24, \'attributes\', \'\', 24, \'N\'),\n(25, \'attribute_values\', \'\', 25, \'N\'):
- - - - - - - - - -
## Dumping data for table `#__vm_csv`

INSERT INTO `#__vm_csv` VALUES (1, 'product_sku', '', 1, 'Y'),
(2, 'product_s_desc', '', 2, 'N'),
(3, 'product_desc', '', 3, 'N'),
(4, 'product_thumb_image', '', 4, 'N'),
(5, 'product_full_image', '', 5, 'N'),
(6, 'product_weight', '', 6, 'N'),
(7, 'product_weight_uom', 'KG', 7, 'N'),
(8, 'product_length', '', 8, 'N'),
(9, 'product_width', '', 9, 'N'),
(10, 'product_height', '', 10, 'N'),
(11, 'product_lwh_uom', '', 11, 'N'),
(12, 'product_in_stock', '0', 12, 'N'),
(13, 'product_available_date', '', 13, 'N'),
(14, 'product_discount_id', '', 14, 'N'),
(15, 'product_name', '', 15, 'Y'),
(16, 'product_price', '', 16, 'N'),
(17, 'category_path', '', 17, 'Y'),
(18, 'manufacturer_id', '', 18, 'N'),
(19, 'product_tax_id', '', 19, 'N'),
(20, 'product_sales', '', 20, 'N'),
(21, 'product_parent_id', '0', 21, 'N'),
(22, 'attribute', '', 22, 'N'),
(23, 'custom_attribute', '', 23, 'N'),
(24, 'attributes', '', 24, 'N'),
(25, 'attribute_values', '', 25, 'N')
= = = = = = = = = =

SQL=Duplicate entry \'1\' for key 1 SQL=## Dumping data for table `jos_vm_currency`\n\nINSERT INTO `jos_vm_currency` VALUES (1, \'Andorran Peseta\', \'ADP\'),\n(2, \'United Arab Emirates Dirham\', \'AED\'),\n(3, \'Afghanistan Afghani\', \'AFA\'),\n(4, \'Albanian Lek\', \'ALL\'),\n(5, \'Netherlands Antillian Guilder\', \'ANG\'),\n(6, \'Angolan Kwanza\', \'AOK\'),\n(7, \'Argentinian Austral\', \'ARA\'),\n(9, \'Australian Dollar\', \'AUD\'),\n(10, \'Aruban Florin\', \'AWG\'),\n(11, \'Barbados Dollar\', \'BBD\'),\n(12, \'Bangladeshi Taka\', \'BDT\'),\n(14, \'Bulgarian Lev\', \'BGL\'),\n(15, \'Bahraini Dinar\', \'BHD\'),\n(16, \'Burundi Franc\', \'BIF\'),\n(17, \'Bermudian Dollar\', \'BMD\'),\n(18, \'Brunei Dollar\', \'BND\'),\n(19, \'Bolivian Boliviano\', \'BOB\'),\n(20, \'Brazilian Real\', \'BRL\'),\n(21, \'Bahamian Dollar\', \'BSD\'),\n(22, \'Bhutan Ngultrum\', \'BTN\'),\n(23, \'Burma Kyat\', \'BUK\'),\n(24, \'Botswanian Pula\', \'BWP\'),\n(25, \'Belize Dollar\', \'BZD\'),\n(26, \'Canadian Dollar\', \'CAD\'),\n(27, \'Swiss Franc\', \'CHF\'),\n(28, \'Chilean Unidades de Fomento\', \'CLF\'),\n(29, \'Chilean Peso\', \'CLP\'),\n(30, \'Yuan (Chinese) Renminbi\', \'CNY\'),\n(31, \'Colombian Peso\', \'COP\'),\n(32, \'Costa Rican Colon\', \'CRC\'),\n(33, \'Czech Koruna\', \'CZK\'),\n(34, \'Cuban Peso\', \'CUP\'),\n(35, \'Cape Verde Escudo\', \'CVE\'),\n(36, \'Cyprus Pound\', \'CYP\'),\n(40, \'Danish Krone\', \'DKK\'),\n(41, \'Dominican Peso\', \'DOP\'),\n(42, \'Algerian Dinar\', \'DZD\'),\n(43, \'Ecuador Sucre\', \'ECS\'),\n(44, \'Egyptian Pound\', \'EGP\'),\n(46, \'Ethiopian Birr\', \'ETB\'),\n(47, \'Euro\', \'EUR\'),\n(49, \'Fiji Dollar\', \'FJD\'),\n(50, \'Falkland Islands Pound\', \'FKP\'),\n(52, \'British Pound\', \'GBP\'),\n(53, \'Ghanaian Cedi\', \'GHC\'),\n(54, \'Gibraltar Pound\', \'GIP\'),\n(55, \'Gambian Dalasi\', \'GMD\'),\n(56, \'Guinea Franc\', \'GNF\'),\n(58, \'Guatemalan Quetzal\', \'GTQ\'),\n(59, \'Guinea-Bissau Peso\', \'GWP\'),\n(60, \'Guyana