قدم 2 : Version: 4.5.3 خطا log ؟
[size=20pt]چرا در هنگام نصب مامبو این خطا داده میشود ؟[/size]
نام مامبوي خود را وارد كنيد:
لطفا به خطاي گفته شده توجه فرماييد!
شما نمي توانيد نصب را ادامه بدهيد.
خطا log:
SQL=Table 'mos_banner' already exists:
- - - - - - - - - -
# $Id: mambo.sql,v 1.7 2005/11/27 05:18:00 cauld Exp $
# Table structure for table `mos_banner`
CREATE TABLE `mos_banner` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default 'banner',
`name` varchar(50) NOT NULL default '',
`imptotal` int(11) NOT NULL default '0',
`impmade` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(100) NOT NULL default '',
`clickurl` varchar(200) NOT NULL default '',
`date` datetime default NULL,
`showBanner` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`custombannercode` text,
PRIMARY KEY (`bid`),
KEY `viewbanner` (`showBanner`)
) TYPE=MyISAM AUTO_INCREMENT=1
= = = = = = = = = =
SQL=Table 'mos_bannerclient' already exists:
- - - - - - - - - -
# Table structure for table `mos_bannerclient`
CREATE TABLE `mos_bannerclient` (
`cid` int(11) NOT NULL auto_increment,
`name` varchar(60) NOT NULL default '',
`contact` varchar(60) NOT NULL default '',
`email` varchar(60) NOT NULL default '',
`extrainfo` text NOT NULL,
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` time default NULL,
`editor` varchar(50) default NULL,
PRIMARY KEY (`cid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_bannerfinish' already exists:
- - - - - - - - - -
# Table structure for table `mos_bannerfinish`
CREATE TABLE `mos_bannerfinish` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default '',
`name` varchar(50) NOT NULL default '',
`impressions` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(50) NOT NULL default '',
`datestart` datetime default NULL,
`dateend` datetime default NULL,
PRIMARY KEY (`bid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_categories' already exists:
- - - - - - - - - -
# Table structure for table `mos_categories`
CREATE TABLE `mos_categories` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default 0,
`title` varchar(50) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`image` varchar(100) NOT NULL default '',
`section` varchar(50) NOT NULL default '',
`image_position` varchar(10) NOT NULL default '',
`description` text NOT NULL,
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`ordering` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`count` int(11) NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `cat_idx` (`section`,`published`,`access`),
KEY `idx_section` (`section`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_components' already exists:
- - - - - - - - - -
# Table structure for table `mos_components`
CREATE TABLE `mos_components` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`link` varchar(255) NOT NULL default '',
`menuid` int(11) unsigned NOT NULL default '0',
`parent` int(11) unsigned NOT NULL default '0',
`admin_menu_link` varchar(255) NOT NULL default '',
`admin_menu_alt` varchar(255) NOT NULL default '',
`option` varchar(50) NOT NULL default '',
`ordering` int(11) NOT NULL default '0',
`admin_menu_img` varchar(255) NOT NULL default '',
`iscore` tinyint(4) NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_components`
INSERT INTO `mos_components` VALUES (1, 'تبلیغات', '', 0, 0, '', 'مدیریت تبلیغات', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (2, 'مدیریت تبلیغات', '', 0, 1, 'option=com_banners', 'تبليغات فعال', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (3, 'مديريت صاحبان تبليغ', '', 0, 1, 'option=com_banners&task=listclients' ;, 'مديريت صاحبان تبليغ', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (4, 'لينكستان', 'option=com_weblinks', 0, 0, '', 'مديريت لينكها', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (5, 'وب لينكها', '', 0, 4, 'option=com_weblinks', 'وب لينكهاي موجود', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (6, 'مجموعه وب لينكها', '', 0, 4, 'option=categories§ion=com_weblinks' , 'مديريت مجموعه هاي وب لينكها', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (7, 'تماس ها', 'option=com_contact', 0, 0, '', 'ويرايش جزئيات تماس ها', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (8, 'مديريت تماس ها', '', 0, 7, 'option=com_contact', 'ويرايش جزئيات تماس ها', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (9, 'مجموعه تماس ها', '', 0, 7, 'option=categories§ion=com_contact_details&# 039;, 'مديريت مجموعه هاي تماس', '', 2, 'js/ThemeOffice/categories.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (10, 'صفحه اول', 'option=com_frontpage', 0, 0, '', 'مدیریت آیتمهای صفحه اول', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (11, 'نظر سنجي', 'option=com_poll', 0, 0, 'option=com_poll', 'مديريت نظر سنجي', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (12, 'خبر خوانها', 'option=com_newsfeeds', 0, 0, '', 'مديريت لينكهاي اخبار سايتها', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (13, 'مديريت خبر خوانها', '', 0, 12, 'option=com_newsfeeds', 'مديريت خبر خوانها', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (14, 'مديريت مجموعه ها', '', 0, 12, 'option=com_categories§ion=com_newsfeeds 9;, 'مديريت مجموعه ها', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (15, 'ورود', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (16, 'جستجو', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (17, 'Syndicate','',0,0,'optio n=com_syndicate&hidemainmenu=1','س یت RSS مدیریت خروجی','com_syndicate',0,' ;js/ThemeOffice/component.png',0,'')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (18, 'خبرنامه و ايميلهاي گروهي', '', 0, 0, 'option=com_massmail&hidemainmenu=1' , 'ارسال خبرنامه و ایمیلهای گروهی', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, '')
= = = = = = = = = =
SQL=Table 'mos_contact_details' already exists:
- - - - - - - - - -
# Table structure for table `mos_contact_details`
CREATE TABLE `mos_contact_details` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`con_position` varchar(50) default NULL,
`address` text,
`suburb` varchar(50) default NULL,
`state` varchar(20) default NULL,
`country` varchar(50) default NULL,
`postcode` varchar(10) default NULL,
`telephone` varchar(25) default NULL,
`fax` varchar(25) default NULL,
`misc` mediumtext,
`image` varchar(100) default NULL,
`imagepos` varchar(20) default NULL,
`email_to` varchar(100) default NULL,
`default_con` tinyint(1) unsigned NOT NULL default '0',
`published` tinyint(1) unsigned NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`params` text NOT NULL,
`user_id` int(11) NOT NULL default '0',
`catid` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content' already exists:
- - - - - - - - - -
# Table structure for table `mos_content`
CREATE TABLE `mos_content` (
`id` int(11) unsigned NOT NULL auto_increment,
`title` varchar(100) NOT NULL default '',
`title_alias` varchar(100) NOT NULL default '',
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`state` tinyint(3) NOT NULL default '0',
`sectionid` int(11) unsigned NOT NULL default '0',
`mask` int(11) unsigned NOT NULL default '0',
`catid` int(11) unsigned NOT NULL default '0',
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(11) unsigned NOT NULL default '0',
`created_by_alias` varchar(100) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(11) unsigned NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`images` text NOT NULL,
`urls` text NOT NULL,
`attribs` text NOT NULL,
`version` int(11) unsigned NOT NULL default '1',
`parentid` int(11) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`access` int(11) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `idx_section` (`sectionid`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_catid` (`catid`),
KEY `idx_mask` (`mask`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content_frontpage' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_frontpage`
CREATE TABLE `mos_content_frontpage` (
`content_id` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content_rating' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_rating`
CREATE TABLE `mos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(11) unsigned NOT NULL default '0',
`rating_count` int(11) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_items' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_items`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_items` (
`time_stamp` date NOT NULL default '0000-00-00',
`item_table` varchar(50) NOT NULL default '',
`item_id` int(11) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_searches' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_searches`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_groups' already exists:
- - - - - - - - - -
# Table structure for table `mos_groups`
CREATE TABLE `mos_groups` (
`id` tinyint(3) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '0' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_groups`
INSERT INTO `mos_groups` VALUES (0, 'Public')
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (1, 'Registered')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (2, 'Special')
= = = = = = = = = =
SQL=Table 'mos_mambots' already exists:
- - - - - - - - - -
# Table structure for table `mos_mambots`
CREATE TABLE `mos_mambots` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`element` varchar(100) NOT NULL default '',
`folder` varchar(100) NOT NULL default '',
`access` tinyint(3) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(3) NOT NULL default '0',
`iscore` tinyint(3) NOT NULL default '0',
`client_id` tinyint(3) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (1, 'MOS Image', 'mosimage', 'content', 0, -10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (2, 'MOS Pagination', 'mospaging', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (3, 'Legacy Mambot Includer', 'legacybots', 'content', 0, 1, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (4, 'SEF', 'mossef', 'content', 0, 3, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (5, 'MOS Rating', 'mosvote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (6, 'Search Content', 'content.searchbot', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (7, 'Search Weblinks', 'weblinks.searchbot', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (8, 'Code support', 'moscode', 'content', 0, 2, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (9, 'No WYSIWYG Editor', 'none', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (10, 'TinyMCE WYSIWYG Editor', 'tinymce', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', 'theme=advanced')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (11, 'MOS Image Editor Button', 'mosimage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (12, 'MOS Pagebreak Editor Button', 'mospage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (13, 'Search Contacts', 'contacts.searchbot', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (14, 'Search Categories', 'categories.searchbot', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (15, 'Search Sections', 'sections.searchbot', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (16, 'Email Cloaking', 'mosemailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (17, 'GeSHi', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (18, 'Search Newsfeeds', 'newsfeeds.searchbot', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (19, 'Load Module Positions', 'mosloadposition', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (20, 'ويرايشگر متن فارسي', 'HTMLArea2_Farsi', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Table 'mos_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_menu`
CREATE TABLE `mos_menu` (
`id` int(11) NOT NULL auto_increment,
`menutype` varchar(25) default NULL,
`name` varchar(100) default NULL,
`link` text,
`type` varchar(50) NOT NULL default '',
`published` tinyint(1) NOT NULL default '0',
`parent` int(11) unsigned NOT NULL default '0',
`componentid` int(11) unsigned NOT NULL default '0',
`sublevel` int(11) default '0',
`ordering` int(11) default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`pollid` int(11) NOT NULL default '0',
`browserNav` tinyint(4) default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`utaccess` tinyint(3) unsigned NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
KEY `menutype` (`menutype`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (1, 'mainmenu', 'صفحه اصلي', 'index.php?option=com_frontpage', 'components', 1, 0, 10, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nheader=\npage_title=0\nback_but ton=\nleading=1\nintro=2\ncolumns=2\nlink=3\norder by_pri=\norderby_sec=front\npagination=2\npaginati on_results=0\nimage=1\nsection=0\nsection_link=0\n category=0\ncategory_link=0\nitem_title=1\nlink_ti tles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nm odifydate=\npdf=0\nprint=0\nemail=0')
= = = = = = = = = =
SQL=Table 'mos_messages' already exists:
- - - - - - - - - -
# Table structure for table `mos_messages`
CREATE TABLE `mos_messages` (
`message_id` int(10) unsigned NOT NULL auto_increment,
`user_id_from` int(10) unsigned NOT NULL default '0',
`user_id_to` int(10) unsigned NOT NULL default '0',
`folder_id` int(10) unsigned NOT NULL default '0',
`date_time` datetime NOT NULL default '0000-00-00 00:00:00',
`state` int(11) NOT NULL default '0',
`priority` int(1) unsigned NOT NULL default '0',
`subject` varchar(230) NOT NULL default '',
`message` text NOT NULL,
PRIMARY KEY (`message_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_messages_cfg' already exists:
- - - - - - - - - -
# Table structure for table `mos_messages_cfg`
CREATE TABLE `mos_messages_cfg` (
`user_id` int(10) unsigned NOT NULL default '0',
`cfg_name` varchar(100) NOT NULL default '',
`cfg_value` varchar(255) NOT NULL default '',
UNIQUE `idx_user_var_name` (`user_id`,`cfg_name`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_modules' already exists:
- - - - - - - - - -
# Table structure for table `mos_modules`
CREATE TABLE `mos_modules` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`content` text NOT NULL,
`ordering` int(11) NOT NULL default '0',
`position` varchar(10) default NULL,
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) NOT NULL default '0',
`module` varchar(50) default NULL,
`numnews` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`showtitle` tinyint(3) unsigned NOT NULL default '1',
`params` text NOT NULL,
`iscore` tinyint(4) NOT NULL default '0',
`client_id` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `published` (`published`,`access`),
KEY `newsfeeds` (`module`,`published`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_modules`
INSERT INTO mos_modules VALUES (1, 'نظرسنجی', '', 1, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_poll', 0, 0, 1, 'cache=0\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (2, 'منوی کاربری', '', 2, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 1, 1, 'class_sfx=\nmoduleclass_sfx=\nmenutype=userm enu\nmenu_style=vert_indent\ncache=0\nmenu_images= 0\nmenu_images_align=0\nexpand_menu=0\nindent_imag e=0\nindent_image1=\nindent_image2=\nindent_image3 =\nindent_image4=\nindent_image5=\nindent_image6=\ nspacer=\nend_spacer=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (3, 'منوی اصلی', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'class_sfx=\nmoduleclass_sfx=\nmenutype=mainm enu\nmenu_style=vert_indent\ncache=0\nmenu_images= 0\nmenu_images_align=0\nexpand_menu=0\nindent_imag e=0\nindent_image1=\nindent_image2=\nindent_image3 =\nindent_image4=\nindent_image5=\nindent_image6=\ nspacer=\nend_spacer=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (4, 'ورود و خروج', '', 4, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, 'moduleclass_sfx=\npretext=\nposttext=\nlogin =\nlogout=\nlogin_message=0\nlogout_message=0\ngre eting=1\nname=0', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (5, 'لینک RSS سایت', '', 5, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_rssfeed', 0, 0, 1, 'text=\ncache=0\nmoduleclass_sfx=\nrss091=1\n rss10=1\nrss20=1\natom=1\nopml=1\nrss091_image=\nr ss10_image=\nrss20_image=\natom_image=\nopml_image =', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (6, 'آخرین اخبار', '', 1, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_latestnews', 0, 0, 1, 'moduleclass_sfx=\ncache=0\ntype=1\nshow_fron t=1\ncount=5\ncatid=\nsecid=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (7, 'آمار', '', 6, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincreas e=0\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (8, 'حاضرین در سایت', '', 2, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_whosonline', 0, 0, 1, 'showmode=0\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (9, 'محبوب ترین ها', '', 1, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_mostread', 0, 0, 1, 'moduleclass_sfx=\ncache=0\ntype=1\nshow_fron t=1\ncount=5\ncatid=\nsecid=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (10, 'انتخاب قالب', '', 7, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_templatechooser', 0, 0, 1, 'title_length=20\nshow_preview=1\npreview_wid th=140\npreview_height=90\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (11, 'آرشیو', '', 8, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, 'count=10\ncache=0\nmoduleclass_sfx=' , 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (12, 'بخش ها', '', 9, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, 'count=5\nmoduleclass_sfx=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (13, 'نکته ها', '', 1, 'newsflash', 0, '0000-00-00 00:00:00', 1, 'mod_newsflash', 0, 0, 0, 'catid=3\nstyle=random\nimage=0\nlink_titles= \nreadmore=0\nitem_title=0\nitems=\ncache=0\nmodul eclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (14, 'آیتم های مرتبط', '', 10, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, 'cache=0\nmoduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (15, 'جستجو', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'moduleclass_sfx=\ncache=0\nwidth=20\ntext=\n button=\nbutton_pos=right\nbutton_text=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (16, 'تصویر تصادفی', '', 3, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_random_image', 0, 0, 1, 'type=jpg\nfolder=\nlink=\nwidth=\nheight=\nm oduleclass_sfx=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (17, 'منوی بالا', '', 1, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'class_sfx=-nav\nmoduleclass_sfx=\nmenutype=topmenu\nmenu_styl e=list_flat\ncache=0\nmenu_images=0\nmenu_images_a lign=0\nexpand_menu=0\nindent_image=0\nindent_imag e1=\nindent_image2=\nindent_image3=\nindent_image4 =\nindent_image5=\nindent_image6=\nspacer=\nend_sp acer=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (18, 'تبلیغات', '', 1, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 0, 'banner_cids=\nmoduleclass_sfx=', 1, 0)
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (19, 'کامپوننت ها', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_components', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (20, 'محبوب ها', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 99, 1, '', 0, 1)
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (21, 'آخرین آیتم ها', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 99, 1, '', 0, 1)
= = = = = = = = = =
SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (22, 'وضعیت منو', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 99, 1, '', 0, 1)
= = = = = = = = = =
SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (23, 'پيامهاي نخوانده', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (24, 'كاربران حاضر', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '25' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (25, 'منوی کامل', '', 1, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_fullmenu', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '26' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (26, 'مسیر', '', 1, 'pathway', 0, '0000-00-00 00:00:00', 1, 'mod_pathway', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '27' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (27, 'نوار ابزار', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '28' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (28, 'پيام سيستم', '', 1, 'inset', 0, '0000-00-00 00:00:00', 1, 'mod_mosmsg', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '29' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (29, 'آيكونهاي سريع', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 99, 1, '', 1, 1)
= = = = = = = = = =
SQL=Duplicate entry '31' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (31, 'سایر منو ها', '', 3, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'class_sfx=\nmoduleclass_sfx=\nmenutype=other menu\nmenu_style=vert_indent\ncache=0\nmenu_images =0\nmenu_images_align=0\nexpand_menu=0\nindent_ima ge=0\nindent_image1=\nindent_image2=\nindent_image 3=\nindent_image4=\nindent_image5=\nindent_image6= \nspacer=\nend_spacer=', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '32' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (32, 'لینک آور', '', 11, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_wrapper', 0, 0, 1, 'moduleclass_sfx=\nurl=\nscrolling=auto\nwidt h=100%\nheight=200\nheight_auto=1\nadd=1', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry '33' for key 1:
- - - - - - - - - -
INSERT INTO mos_modules VALUES (33, 'Logged', '', 1, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 99, 1, '', 0, 1)
= = = = = = = = = =
SQL=Table 'mos_modules_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_modules_menu`
CREATE TABLE `mos_modules_menu` (
`moduleid` int(11) NOT NULL default '0',
`menuid` int(11) NOT NULL default '0',
PRIMARY KEY (`moduleid`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1-1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_modules_menu`
INSERT INTO `mos_modules_menu` VALUES (1, 1)
= = = = = = = = = =
SQL=Duplicate entry '2-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (2, 0)
= = = = = = = = = =
SQL=Duplicate entry '3-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (3, 0)
= = = = = = = = = =
SQL=Duplicate entry '4-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (4, 1)
= = = = = = = = = =
SQL=Duplicate entry '5-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (5, 1)
= = = = = = = = = =
SQL=Duplicate entry '6-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6, 1)
= = = = = = = = = =
SQL=Duplicate entry '6-27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (6, 27)
= = = = = = = = = =
SQL=Duplicate entry '8-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (8, 1)
= = = = = = = = = =
SQL=Duplicate entry '9-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9, 1)
= = = = = = = = = =
SQL=Duplicate entry '9-27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (9, 27)
= = = = = = = = = =
SQL=Duplicate entry '10-1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (10, 1)
= = = = = = = = = =
SQL=Duplicate entry '13-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (13, 0)
= = = = = = = = = =
SQL=Duplicate entry '15-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (15, 0)
= = = = = = = = = =
SQL=Duplicate entry '17-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (17, 0)
= = = = = = = = = =
SQL=Duplicate entry '18-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (18, 0)
= = = = = = = = = =
SQL=Duplicate entry '31-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_modules_menu` VALUES (31, 0)
= = = = = = = = = =
SQL=Table 'mos_newsfeeds' already exists:
- - - - - - - - - -
# Table structure for table `mos_newsfeeds`
CREATE TABLE `mos_newsfeeds` (
`catid` int(11) NOT NULL default '0',
`id` int(11) NOT NULL auto_increment,
`name` text NOT NULL,
`link` text NOT NULL,
`filename` varchar(200) default NULL,
`published` tinyint(1) NOT NULL default '0',
`numarticles` int(11) unsigned NOT NULL default '1',
`cache_time` int(11) unsigned NOT NULL default '3600',
`checked_out` tinyint(3) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `published` (`published`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_poll_data' already exists:
- - - - - - - - - -
# Table structure for table `mos_poll_data`
CREATE TABLE `mos_poll_data` (
`id` int(11) NOT NULL auto_increment,
`pollid` int(4) NOT NULL default '0',
`text` text NOT NULL default '',
`hits` int(11) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `pollid` (`pollid`,`text`(1))
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_poll_date' already exists:
- - - - - - - - - -
# Table structure for table `mos_poll_date`
CREATE TABLE `mos_poll_date` (
`id` bigint(20) NOT NULL auto_increment,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`vote_id` int(11) NOT NULL default '0',
`poll_id` int(11) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `poll_id` (`poll_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_polls' already exists:
- - - - - - - - - -
# Table structure for table `mos_polls`
CREATE TABLE `mos_polls` (
`id` int(11) unsigned NOT NULL auto_increment,
`title` varchar(100) NOT NULL default '',
`voters` int(9) NOT NULL default '0',
`checked_out` int(11) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) NOT NULL default '0',
`access` int(11) NOT NULL default '0',
`lag` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_poll_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_poll_menu`
CREATE TABLE `mos_poll_menu` (
`pollid` int(11) NOT NULL default '0',
`menuid` int(11) NOT NULL default '0',
PRIMARY KEY (`pollid`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_sections' already exists:
- - - - - - - - - -
# Table structure for table `mos_sections`
CREATE TABLE `mos_sections` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(50) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`image` varchar(100) NOT NULL default '',
`scope` varchar(50) NOT NULL default '',
`image_position` varchar(10) NOT NULL default '',
`description` text NOT NULL,
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`count` int(11) NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_scope` (`scope`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_session' already exists:
- - - - - - - - - -
# Table structure for table `mos_session`
CREATE TABLE `mos_session` (
`username` varchar(50) default '',
`time` varchar(14) default '',
`session_id` varchar(200) NOT NULL default '0',
`guest` tinyint(4) default '1',
`userid` int(11) default '0',
`usertype` varchar(50) default '',
`gid` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`session_id`),
KEY `whosonline` (`guest`,`usertype`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_stats_agents' already exists:
- - - - - - - - - -
# Table structure for table `mos_stats_agents`
CREATE TABLE `mos_stats_agents` (
`agent` varchar(255) NOT NULL default '',
`type` tinyint(1) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '1'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_templates_menu' already exists:
- - - - - - - - - -
# Table structure for table `mos_templates_menu`
CREATE TABLE `mos_templates_menu` (
`template` varchar(50) NOT NULL default '',
`menuid` int(11) NOT NULL default '0',
`client_id` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`template`,`menuid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry 'waterandstone-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_templates_menu` VALUES ('waterandstone', 0, 0)
= = = = = = = = = =
SQL=Duplicate entry 'mambo_admin_blue-0' for key 1:
- - - - - - - - - -
INSERT INTO `mos_templates_menu` VALUES ('mambo_admin_blue', 0, 1)
= = = = = = = = = =
SQL=Table 'mos_template_positions' already exists:
- - - - - - - - - -
# Table structure for table `mos_template_positions`
CREATE TABLE `mos_template_positions` (
`id` int(11) NOT NULL auto_increment,
`position` varchar(10) NOT NULL default '',
`description` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_template_positions`
INSERT INTO `mos_template_positions` VALUES (1, 'left', '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (2, 'right', '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (3, 'top', '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (4, 'bottom', '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (5, 'inset', '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (6, 'banner', '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (7, 'header', '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (8, 'footer', '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (9, 'newsflash', '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (10, 'legals', '')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (11, 'pathway', '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (12, 'toolbar', '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (13, 'cpanel', '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (14, 'user1', '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (15, 'user2', '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (16, 'user3', '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (17, 'user4', '')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (18, 'user5', '')
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (19, 'user6', '')
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (20, 'user7', '')
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (21, 'user8', '')
= = = = = = = = = =
SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (22, 'user9', '')
= = = = = = = = = =
SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (23, 'advert1', '')
= = = = = = = = = =
SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (24, 'advert2', '')
= = = = = = = = = =
SQL=Duplicate entry '25' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (25, 'advert3', '')
= = = = = = = = = =
SQL=Duplicate entry '26' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (26, 'icon', '')
= = = = = = = = = =
SQL=Duplicate entry '27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_template_positions` VALUES (27, 'debug', '')
= = = = = = = = = =
SQL=Table 'mos_users' already exists:
- - - - - - - - - -
# Table structure for table `mos_users`
CREATE TABLE `mos_users` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`username` varchar(25) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`password` varchar(100) NOT NULL default '',
`usertype` varchar(25) NOT NULL default '',
`block` tinyint(4) NOT NULL default '0',
`sendEmail` tinyint(4) default '0',
`gid` tinyint(3) unsigned NOT NULL default '1',
`registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
`lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
`activation` varchar(100) NOT NULL default '',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `usertype` (`usertype`),
KEY `idx_name` (`name`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_usertypes' already exists:
- - - - - - - - - -
# Table structure for table `mos_usertypes`
CREATE TABLE `mos_usertypes` (
`id` tinyint(3) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`mask` varchar(11) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '0' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_usertypes`
INSERT INTO `mos_usertypes` VALUES (0, 'superadministrator', '')
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
[size=20pt]و.......[/size]
پاسخ : قدم 2 : Version: 4.5.3 خطا log ؟
دوست عزیز
طریقه ی نصب رو لطفا از آموزش ها بخونید و مرحله به مرحله برید
می بنیم که شما اصلا موارد یاد شده رو مرور نکرید اصلا
لطفا یکبار آموزش های مربوط به نصب رو بخونید
پاسخ : قدم 2 : Version: 4.5.3 خطا log ؟
خوندم نمی دونم چرا این خطا رو میده
اگه دقیقتر راهنمایی کنید ممنون میشم .
پاسخ : قدم 2 : Version: 4.5.3 خطا log ؟
دوست من
شما آخرین نسخه رو دریافت کن
4.6.2 سری به mambo-digg.com بزن و آخرین نسخه رو بگیر
و با آموزش ها پیش برو و مشکلت حل خواهد شد همین
این نسخه ی که داری کار می کنی اصلا مورد تایید ما نیست