-- phpMyAdmin SQL Dump
-- version 2.11.3deb1ubuntu1.3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generato il: 30 Dic, 2011 at 10:46 AM
-- Versione MySQL: 5.0.51
-- Versione PHP: 5.2.4-2ubuntu5.7
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `db1271`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_banner`
--
CREATE TABLE IF NOT EXISTS `jos_banner` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(30) NOT NULL default 'banner',
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) 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,
`catid` int(10) unsigned NOT NULL default '0',
`description` text NOT NULL,
`sticky` tinyint(1) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`tags` text NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`bid`),
KEY `viewbanner` (`showBanner`),
KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dump dei dati per la tabella `jos_banner`
--
INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `alias`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`, `catid`, `description`, `sticky`, `ordering`, `publish_up`, `publish_down`, `tags`, `params`) VALUES
(1, 1, '', 'banner', 'banner', 0, 4891, 0, 'banner_1271.jpg', '', '2009-12-09 08:13:17', 1, 0, '0000-00-00 00:00:00', '', '', 2, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_bannerclient`
--
CREATE TABLE IF NOT EXISTS `jos_bannerclient` (
`cid` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`contact` varchar(255) NOT NULL default '',
`email` varchar(255) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dump dei dati per la tabella `jos_bannerclient`
--
INSERT INTO `jos_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES
(1, 'user', 'user', 'user@uc.com', '', 0, '00:00:00', '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_bannertrack`
--
CREATE TABLE IF NOT EXISTS `jos_bannertrack` (
`track_date` date NOT NULL,
`track_type` int(10) unsigned NOT NULL,
`banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_bannertrack`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_categories`
--
CREATE TABLE IF NOT EXISTS `jos_categories` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`image` varchar(255) NOT NULL default '',
`section` varchar(50) NOT NULL default '',
`image_position` varchar(30) 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_access` (`access`),
KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--
-- Dump dei dati per la tabella `jos_categories`
--
INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'Contatti', '', 'contatti', '', 'com_contact_details', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(2, 0, 'banner-top', '', 'banner-top', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_components`
--
CREATE TABLE IF NOT EXISTS `jos_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,
`enabled` tinyint(4) NOT NULL default '1',
PRIMARY KEY (`id`),
KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=41 ;
--
-- Dump dei dati per la tabella `jos_components`
--
INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
(1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1),
(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1),
(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(6, 'Categories', '', 0, 4, 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1),
(9, 'Categories', '', 0, 7, 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1),
(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1),
(13, 'Categories', '', 0, 11, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1),
(15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1),
(16, 'Categories', '', 0, 1, 'option=com_categories§ion=com_banner', 'Categories', '', 3, '', 1, '', 1),
(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1),
(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1),
(19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n', 1),
(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n', 1),
(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1),
(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1),
(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, 'administrator=fr-FR\nsite=it-IT\n\n', 1),
(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1),
(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1),
(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1),
(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1),
(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1),
(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1),
(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1),
(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1),
(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1),
(34, 'JCE', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE', 'com_jce', 0, 'components/com_jce/img/logo.png', 0, '\npackage=1', 1),
(35, 'JCE MENU CPANEL', '', 0, 34, 'option=com_jce', 'JCE MENU CPANEL', 'com_jce', 0, 'templates/khepri/images/menu/icon-16-cpanel.png', 0, '', 1),
(36, 'JCE MENU CONFIG', '', 0, 34, 'option=com_jce&type=config', 'JCE MENU CONFIG', 'com_jce', 1, 'templates/khepri/images/menu/icon-16-config.png', 0, '', 1),
(37, 'JCE MENU GROUPS', '', 0, 34, 'option=com_jce&type=group', 'JCE MENU GROUPS', 'com_jce', 2, 'templates/khepri/images/menu/icon-16-user.png', 0, '', 1),
(38, 'JCE MENU PLUGINS', '', 0, 34, 'option=com_jce&type=plugin', 'JCE MENU PLUGINS', 'com_jce', 3, 'templates/khepri/images/menu/icon-16-plugin.png', 0, '', 1),
(39, 'JCE MENU INSTALL', '', 0, 34, 'option=com_jce&type=install', 'JCE MENU INSTALL', 'com_jce', 4, 'templates/khepri/images/menu/icon-16-install.png', 0, '', 1),
(40, 'sh404SEF', 'option=com_sh404sef', 0, 0, 'option=com_sh404sef', 'sh404SEF', 'com_sh404sef', 0, 'js/ThemeOffice/component.png', 0, '', 1);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_contact_details`
--
CREATE TABLE IF NOT EXISTS `jos_contact_details` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`con_position` varchar(255) default NULL,
`address` text,
`suburb` varchar(100) default NULL,
`state` varchar(100) default NULL,
`country` varchar(100) default NULL,
`postcode` varchar(100) default NULL,
`telephone` varchar(255) default NULL,
`fax` varchar(255) default NULL,
`misc` mediumtext,
`image` varchar(255) default NULL,
`imagepos` varchar(20) default NULL,
`email_to` varchar(255) 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',
`mobile` varchar(255) NOT NULL default '',
`webpage` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dump dei dati per la tabella `jos_contact_details`
--
INSERT INTO `jos_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`) VALUES
(1, 'Contatti', 'contatti', '', '', '', '', '', '', '', '', 'Via Episcopio, 16 83100 Avellino\r\n\r\nVia del Carmine, 5 83048 Montella (AV) \r\n\r\nUff. Esposizione: Via Don Minzoni, 32 83048 Montella (AV)\r\n\r\ntel: 0827/69138\r\n\r\nCellulari: 348/3965633 348/3965632 328/7810296', '', NULL, 'ivanobozzacco@tiscali.it', 0, 1, 0, '0000-00-00 00:00:00', 1, 'show_name=1\nshow_position=1\nshow_email=1\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=', 62, 1, 0, '', '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_content`
--
CREATE TABLE IF NOT EXISTS `jos_content` (
`id` int(11) unsigned NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`title_alias` varchar(255) 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(255) 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',
`metadata` text NOT NULL,
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_createdby` (`created_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Dump dei dati per la tabella `jos_content`
--
INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(1, 'La Casa Del Parquet Bozzacco', 'home', '', '
\r\n\r\n\r\n| \r\n\r\n | \r\n
\r\n\r\n
', '', 1, 0, 0, 0, '2009-11-19 07:08:22', 62, '', '2010-06-28 10:20:45', 62, 0, '0000-00-00 00:00:00', '2009-11-19 07:08:22', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 16, 0, 9, 'Vendita parquet, Pavimenti in legno, Rivestimento scale, posa parquet, vendita parquet rovere, vendita parquet laminato, parquet flottante, parquet listoni, montaggio parquet, parquet prefinito, levigatura parquet, parquet massello, rivestimento legno, parquet, pavimento in legno listoni, pavimenti interni, pavimento laminato, legno lamellare, rivestimento, posa pavimento, pavimenti in legno prefiniti, rivestimento scale in legno, scale interni, scale a chiocciola, finiture scale, rivestimenti interni, posa rivestimento, rivestimento parquet', 'Da oltre quarant''anni, posizioniamo e montiamo parquet in tutta la tua casa. Ricopriamo pavimenti, rivestiamo scale, con la massima precisione e velocità', 0, 779, 'robots=\nauthor='),
(2, 'Azienda', 'azienda', '', '\r\n\r\n\r\n\r\n\r\n
| \r\n
\r\n\r\n| \r\n LA CASA DEL PARQUET nasce nel 1968 come ditta individuale e, grazie all’esperienza e alla professionalità che la identifica da 40 anni, si trasforma ben presto in un’azienda innovativa e competitiva che eredita la voglia di distinguersi nel settore con l’obiettivo di evoluzione e di soddisfare le varie esigenze del cliente. \r\nLa passione per il legno diventa una tradizione che si tramanda da padre in figlio con radici antiche ma idee moderne, avvalendosi esclusivamente dell’apporto di manodopera specializzata, di macchinari nuovi e sofisticati e di materiali di alta qualità con marchio CE, al fine di fornire al cliente la massima garanzia e sicurezza. \r\n \r\n | \r\n
\r\n\r\n
\r\n
', '', 1, 0, 0, 0, '2009-11-19 07:09:10', 62, '', '2010-01-20 11:24:16', 63, 0, '0000-00-00 00:00:00', '2009-11-19 07:09:10', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 11, 0, 8, 'Vendita parquet, Pavimenti in legno, Rivestimento scale', 'Se come noi avete la passione per il legno, approfittate della Casa del Parquet, quasi mezzo secolo di esperienza nella posa di parquet al vostro servizio!', 0, 483, 'robots=\nauthor='),
(3, 'Prodotti', 'prodotti', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n| \r\n\r\n | \r\n \r\n\r\n \r\n | \r\n | \r\n\r\n\r\n\r\n\r\n| \r\n\r\n | \r\n \r\n\r\n \r\n | \r\n
\r\n\r\n| \r\n Pavimenti in legno tradizionale \r\nViene utilizzato il legno massello con uno spessore di mm 2,5 su svariati formati (tavolette, listoncini e listoni) e la posa viene effettuata in modo tradizionale, ossia con colla o chiodi a cui seguono le fasi di levigatura e verniciatura in opera \r\n | \r\n | \r\n\r\n Scale in legno e finiture d''intarsio \r\nVengono realizzate scale in legno con particolare cura nella scelta dei materiali e nelle eleganti finiture, affinchè la scala diventi un pezzo di arredo unico \r\n | \r\n
\r\n\r\n\r\n\r\n\r\n\r\n| \r\n\r\n | \r\n \r\n\r\n \r\n | \r\n | \r\n\r\n\r\n\r\n\r\n| \r\n\r\n | \r\n \r\n\r\n \r\n | \r\n
\r\n\r\n| \r\n Pavimenti intarsiati \r\n \r\n
\r\n | \r\n | \r\n\r\n Pavimenti multistrato prefinito \r\nE'' composto da uno strato superiore di legno nobile, il cui spessore può variare da mm 2,5 a mm 5,00 \r\n | \r\n
\r\n\r\n
', '', 1, 0, 0, 0, '2009-11-19 07:09:45', 62, '', '2010-01-20 11:31:24', 63, 0, '0000-00-00 00:00:00', '2009-11-19 07:09:45', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 15, 0, 7, 'Vendita parquet, Pavimenti in legno, Rivestimento scale', 'Innumerevoli le possibilità di abbinamento: pavimenti in legno massello, rovere, lamellare, scale in legno con finiture d''intarsio, pavimenti multistrato prefinito.', 0, 597, 'robots=\nauthor='),
(7, 'Vendita parquet', 'vendita-parquet', '', 'Una passione lunga quasi mezzo secolo
\r\nDiciamolo pure. Noi de La Casa del Parquet Bozzacco siamo privilegiati, poiché, da più di quarant''anni, abbiamo la possibilità di svolgere una professione che amiamo, legata a doppio filo con la natura e i suoi elementi: in principal modo il legno. La vendita di parquet è sempre stata una passione ancor prima che un lavoro, per questo motivo, dopo tanti anni, rappresentiamo ancora un punto di riferimento da seguire nel campo della posa parquet e del rivestimento in legno.
\r\nProfessionisti del settore
\r\nUna volta compiuta la scelta di rivestire il pavimento o le scale della propria casa con il parquet, è importante non sbagliare l''azienda alla quale affidarsi. Purtroppo il montaggio del parquet non è una cosa semplice; sono molte, infatti, le varianti di cui tenere conto: lo stato della superficie che si va a coprire, il grado di umidità, la qualità del legno usato. Soltanto l''esperienza e l''assoluta conoscenza della materia possono consentire la realizzazione di un lavoro che, una volta terminato, deve rasentare la perfezione.
\r\nEssenze e modelli
\r\nIl cliente non ha che da chiedere, e gli sarà dato. La nostra azienda coniuga la vendita di parquet a disponibilità, cortesia e assistenza continua. Molti, a seconda delle varie esigenze, sono i tipi di legno tra cui poter scegliere: è possibile comporre un parquet di rovere, un parquet in massello, in acero e così via, con diversi colori e venature. Anche per quanto riguarda la posa e il modelli, sono molte le scelte: si va dal parquet flottante al parquet laminato, da quello a listoni a quello prefinito.
\r\nINTERLINK
\r\nVendita parquet, posa parquet, vendita parquet rovere, vendita parquet laminato, parquet flottante, parquet listoni, montaggio parquet, parquet prefinito, levigatura parquet, parquet massello, rivestimento legno
\r\n
\r\nLa Casa del Parquet Bozzacco
\r\nVia Episcopio, 16 83100 Avellino; Via del Carmine, 5 83048 Montella (AV)
\r\nUff. Esposizione: Via Don Minzoni, 32 83048 Montella (AV)
\r\nTel: 0827/69138; Email: ivanobozzacco@tiscali.it
', '', 1, 0, 0, 0, '2010-01-04 14:10:48', 62, '', '2010-06-28 10:15:23', 63, 0, '0000-00-00 00:00:00', '2010-01-04 14:10:48', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 23, 0, 3, 'vendita parquet Avellino', 'Una passione nella vendita parquet lunga quasi mezzo secolo! Questo è La Casa del Parquet Bozzacco: esperienza, competenza, qualità del lavoro', 0, 371, 'robots=\nauthor='),
(8, 'Pavimenti in legno', 'pavimenti-in-legno', '', 'Eleganza e confort per la tua casa
\r\nI pavimenti in legno de La Casa del Parquet Bozzacco sono quanto di meglio per chi è interessato a cambiare il look della propria abitazione. Il parquet è un sistema non solo ricercato esteticamente, di grande impatto visivo e notevolmente pregiato, ma anche ricco di indubbie qualità. Il legno, infatti, è un materiale fonoassorbente in grado di garantire un perfetto isolamento acustico, nonché una bassa conducibilità termica. I pavimenti in legno, quindi, hanno la capacità di tenere la casa al caldo d''inverno e di mantenerla fresca d''estate.
\r\nEsaltazione dello spazio
\r\nUn''altra caratteristica di un pavimento in legno è quella di donare una diversa profondità alla stanza. Sono molti i modi in cui un parquet può essere posizionato: a spina di pesce, a cassero irregolare, a mosaico. Ognuno dei quali è in grado di creare un''illusione ottica, facendo sembrare la stanza più larga, più lunga o spaziosa. Come innumerevoli sono anche i tipi di parquet: può essere montato un pavimento in legno a listoni, uno laminato o in legno lamellare. I nostri tecnici, dopo un attento sopralluogo, sapranno individuare la soluzione migliore.
\r\nI vantaggi del parquet
\r\nDetto dell''eleganza e della bellezza dei pavimenti in legno, c''è da notare come il parquet prospetti anche numerosi vantaggi. Innanzitutto legati alla capacità di isolamento: un''abitazione ricca di pavimenti interni in legno, infatti, risulta, quasi sempre, spendere molto meno in riscaldamento e in raffreddamento rispetto a una casa con pavimenti in altro materiale. In più, la resistenza che il parquet possiede: una durata che può arrivare a circa ottanta anni, sempre che la posa del pavimento sia stata eseguita da professionisti e che ci sia stata nel tempo una giusta manutenzione
\r\nINTERLINK
\r\nPavimenti in legno, parquet, pavimento in legno listoni, pavimenti interni, pavimento laminato, legno lamellare, rivestimento, posa pavimento, pavimenti in legno prefiniti
\r\n
\r\nLa Casa del Parquet Bozzacco
\r\nVia Episcopio, 16 83100 Avellino; Via del Carmine, 5 83048 Montella (AV)
\r\nUff. Esposizione: Via Don Minzoni, 32 83048 Montella (AV)
\r\nTel: 0827/69138; Email: ivanobozzacco@tiscali.it
', '', 1, 0, 0, 0, '2010-01-04 14:11:21', 62, '', '2010-06-28 10:15:41', 63, 0, '0000-00-00 00:00:00', '2010-01-04 14:11:21', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 21, 0, 2, 'pavimenti in legno Avellino', 'Rendi elegante e confortevole la tua abitazione con i pavimenti in legno de La Casa del Parquet Bozzacco! Siamo specialisti nella posa e nel montaggio di tutti i tipi di parquet', 0, 335, 'robots=\nauthor='),
(9, 'Rivestimento scale', 'rivestimento-scale', '', 'Un passo dietro l''altro verso la bellezza
\r\nLe scale sono certo un elemento funzionale all''interno di una casa: facilitano il passaggio da un ambiente a un altro o collegano due piani separati, ma oggigiorno stanno diventando, sempre più, dei veri e propri complementi d''arredo, nei quali il lato estetico va di pari passo con quello pratico. La Casa del Parquet Bozzacco propone ai propri clienti il rivestimento in legno delle scale a prezzi concorrenziali. Ampia è la scelta delle finiture con le quali rendere uniche le proprie scale
\r\nCasa del Parquet: un rivestimento a regola d''arte
\r\nIl legno è un materiale duttile che ben si adatta a qualsiasi scopo e a qualunque forma. Possono essere rivestite, senza nessun problema, sia le scale a chiocciola che le scale a giorno, nonché essere realizzate direttamente in legno con alcune parti, quelle strutturali, in acciaio. I nostri tecnici garantiscono un lavoro veloce e ben fatto, grazie alla notevole professionalità acquisita in quarant''anni di esperienza sul campo. Eleganza, stile, sicurezza. i punti di forza delle nostre scale!
\r\nINTERLINK
\r\nRivestimento scale, rivestimento scale in legno, scale interni, scale a chiocciola, finiture scale, rivestimenti interni, posa rivestimento, rivestimento parquet
\r\n
\r\nLa Casa del Parquet Bozzacco
\r\nVia Episcopio, 16 83100 Avellino; Via del Carmine, 5 83048 Montella (AV)
\r\nUff. Esposizione: Via Don Minzoni, 32 83048 Montella (AV)
\r\nTel: 0827/69138; Email: ivanobozzacco@tiscali.it
\r\n
', '', 1, 0, 0, 0, '2010-01-04 14:11:58', 62, '', '2010-06-28 10:16:20', 63, 0, '0000-00-00 00:00:00', '2010-01-04 14:11:58', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 21, 0, 1, 'rivestimento scale Avellino', 'Quando la scala non è più solo un oggetto funzionale ma un complemento d''arredo. La Casa del Parquet Bozzacco rende uniche le vostre scale grazie al rivestimento scale in legno', 0, 505, 'robots=\nauthor='),
(4, 'Servizi', 'servizi', '', '\r\n\r\n\r\n| \r\n\r\n | \r\n
\r\n\r\n| \r\n L''azienda si occupa di fornitura e posa in opera di parquet. \r\nIl montaggio del parquet, avviene previo scrupoloso e dettagliato sopralluogo per verificare se le condizioni ambientali sono appropriate ad accogliere il pavimento in legno che deve avere un sottofondo compatto, livellato e un sufficiente equilibrio idrometrico. \r\nIl parquet può essere posato a terra incollato o inchiodato (galleggiante) e le modalità di posa variano in base all’ambiente: \r\n- Montaggio dritto: l’ambiente sembra più lungo e più largo \r\n- Montaggio trasversale: l’ambiente sembra più ampio \r\n- Montaggio a spinga ungherese: soltanto in ambiente vasto \r\n | \r\n
\r\n\r\n| \r\n\r\n | \r\n
\r\n\r\n
\r\n
', '', 1, 0, 0, 0, '2009-11-19 07:10:36', 62, '', '2010-01-20 11:33:30', 63, 0, '0000-00-00 00:00:00', '2009-11-19 07:10:36', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 12, 0, 6, 'Vendita parquet, Pavimenti in legno, Rivestimento scale', 'La Casa del Parquet si occupa di fornitura e posa in opera di parquet attraverso vari tipi di montaggio: dritto, trasversale, a spinga ungherese', 0, 558, 'robots=\nauthor='),
(5, 'Acceso', 'accesso', '', 'Accesso
', '', 1, 0, 0, 0, '2009-11-19 07:18:15', 62, '', '2009-12-08 16:31:19', 62, 0, '0000-00-00 00:00:00', '2009-11-19 07:18:15', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 2, 0, 5, '', '', 0, 36, 'robots=\nauthor='),
(6, '404', '404', '404', 'Erreur 404: Non disponible
\r\nLa page que vous avez demandée n''existe pas sur ce serveur, ou n''est pas disponible
', '', 1, 0, 0, 0, '2004-11-11 12:44:38', 62, '', '2010-06-28 12:21:34', 62, 0, '2004-11-11 12:45:09', '2004-10-17 00:00:00', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 4, '', '', 0, 213, '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_content_frontpage`
--
CREATE TABLE IF NOT EXISTS `jos_content_frontpage` (
`content_id` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_content_frontpage`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_content_rating`
--
CREATE TABLE IF NOT EXISTS `jos_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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_content_rating`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_acl_aro`
--
CREATE TABLE IF NOT EXISTS `jos_core_acl_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 (`id`),
UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;
--
-- Dump dei dati per la tabella `jos_core_acl_aro`
--
INSERT INTO `jos_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', '62', 0, 'Administrator', 0),
(11, 'users', '63', 0, 'copy', 0),
(12, 'users', '64', 0, 'cliente_1271', 0);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_acl_aro_groups`
--
CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` (
`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',
`value` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;
--
-- Dump dei dati per la tabella `jos_core_acl_aro_groups`
--
INSERT INTO `jos_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES
(17, 0, 'ROOT', 1, 22, 'ROOT'),
(28, 17, 'USERS', 2, 21, 'USERS'),
(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'),
(18, 29, 'Registered', 4, 11, 'Registered'),
(19, 18, 'Author', 5, 10, 'Author'),
(20, 19, 'Editor', 6, 9, 'Editor'),
(21, 20, 'Publisher', 7, 8, 'Publisher'),
(30, 28, 'Public Backend', 13, 20, 'Public Backend'),
(23, 30, 'Manager', 14, 19, 'Manager'),
(24, 23, 'Administrator', 15, 18, 'Administrator'),
(25, 24, 'Super Administrator', 16, 17, 'Super Administrator');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_acl_aro_map`
--
CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_map` (
`acl_id` int(11) NOT NULL default '0',
`section_value` varchar(230) NOT NULL default '0',
`value` varchar(100) NOT NULL,
PRIMARY KEY (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_core_acl_aro_map`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_acl_aro_sections`
--
CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` (
`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 (`id`),
UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
--
-- Dump dei dati per la tabella `jos_core_acl_aro_sections`
--
INSERT INTO `jos_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', 1, 'Users', 0);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_acl_groups_aro_map`
--
CREATE TABLE IF NOT EXISTS `jos_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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_core_acl_groups_aro_map`
--
INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES
(19, '', 12),
(20, '', 11),
(25, '', 10);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_log_items`
--
CREATE TABLE IF NOT EXISTS `jos_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_core_log_items`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_core_log_searches`
--
CREATE TABLE IF NOT EXISTS `jos_core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_core_log_searches`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_groups`
--
CREATE TABLE IF NOT EXISTS `jos_groups` (
`id` tinyint(3) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_groups`
--
INSERT INTO `jos_groups` (`id`, `name`) VALUES
(0, 'Public'),
(1, 'Registered'),
(2, 'Special');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_jce_extensions`
--
CREATE TABLE IF NOT EXISTS `jos_jce_extensions` (
`id` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`extension` varchar(255) NOT NULL,
`folder` varchar(255) NOT NULL,
`published` tinyint(3) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dump dei dati per la tabella `jos_jce_extensions`
--
INSERT INTO `jos_jce_extensions` (`id`, `pid`, `name`, `extension`, `folder`, `published`) VALUES
(1, 40, 'Joomla Links for Advanced Link', 'joomlalinks', 'links', 1);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_jce_groups`
--
CREATE TABLE IF NOT EXISTS `jos_jce_groups` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`users` text NOT NULL,
`types` varchar(255) NOT NULL,
`components` text NOT NULL,
`rows` text NOT NULL,
`plugins` varchar(255) NOT NULL,
`published` tinyint(3) NOT NULL,
`ordering` int(11) NOT NULL,
`checked_out` tinyint(3) NOT NULL,
`checked_out_time` datetime NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--
-- Dump dei dati per la tabella `jos_jce_groups`
--
INSERT INTO `jos_jce_groups` (`id`, `name`, `description`, `users`, `types`, `components`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Utilisateurs ayant acc', '', '23,24,25', '', '6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23;24,25,26,27,28,29,30,31,32,33,34;35,36,37,38,40,41,42,44;46,47,49,50,51,52,53,54,55,56,57,58', '1,2,3,4,5,6,11,35,37,40,42,44,46,49,50,51,52,53,54,55,56,57,58', 1, 1, 0, '0000-00-00 00:00:00', ''),
(2, 'Frontal', 'Utilisateurs ayant acc', '', '19,20,21', '', '6,7,8,9,12,13,14,15,16,17,18,19,24,25;10,11,20,21,22,23,30,31,32,33,34,47,51,52,53;36,38,40,41,44,46,49,50,54,55,56,57,58', '6,11,51,52,53,1,3,5,40,44,46,49,50,54,55,56,57,58', 1, 2, 0, '0000-00-00 00:00:00', '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_jce_plugins`
--
CREATE TABLE IF NOT EXISTS `jos_jce_plugins` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`icon` varchar(255) NOT NULL,
`layout` varchar(255) NOT NULL,
`row` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`published` tinyint(3) NOT NULL,
`editable` tinyint(3) NOT NULL,
`iscore` tinyint(3) NOT NULL,
`elements` varchar(255) NOT NULL,
`checked_out` int(11) NOT NULL,
`checked_out_time` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `plugin` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=59 ;
--
-- Dump dei dati per la tabella `jos_jce_plugins`
--
INSERT INTO `jos_jce_plugins` (`id`, `title`, `name`, `type`, `icon`, `layout`, `row`, `ordering`, `published`, `editable`, `iscore`, `elements`, `checked_out`, `checked_out_time`) VALUES
(1, 'Menu contextuel', 'contextmenu', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(2, 'Explorateur de fichiers', 'browser', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(3, 'Popups des outils', 'inlinepopups', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(4, 'Scripts, extensions des M', 'media', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(5, 'Support pour navigateur Safari', 'safari', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(6, 'Aide', 'help', 'plugin', 'help', 'help', 1, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(7, 'Effacer tout', 'newdocument', 'command', 'newdocument', 'newdocument', 1, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(8, 'Annuler', 'undo', 'command', 'undo', 'undo', 1, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(9, 'R', 'redo', 'command', 'redo', 'redo', 1, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(10, 'Copier-Couper-Coller', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 1, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(11, 'Coller Sp', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 1, 6, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(12, 'Texte en gras', 'bold', 'command', 'bold', 'bold', 1, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(13, 'Texte en italique', 'italic', 'command', 'italic', 'italic', 1, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(14, 'Texte soulign', 'underline', 'command', 'underline', 'underline', 1, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(15, 'Texte barr', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 1, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(16, 'Alignement ', 'left', 'command', 'justifyleft', 'justifyleft', 1, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(17, 'Alignement centr', 'center', 'command', 'justifycenter', 'justifycenter', 1, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(18, 'Alignement ', 'right', 'command', 'justifyright', 'justifyright', 1, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(19, 'Alignement justifi', 'full', 'command', 'justifyfull', 'justifyfull', 1, 14, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(20, 'Diminuer le retrait', 'outdent', 'command', 'outdent', 'outdent', 1, 15, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(21, 'Augmenter le retrait', 'indent', 'command', 'indent', 'indent', 1, 16, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(22, 'Listes ', 'bullist', 'command', 'bullist', 'bullist', 1, 17, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(23, 'Liste num', 'numlist', 'command', 'numlist', 'numlist', 1, 18, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(24, 'Styles CSS', 'styleselect', 'command', 'styleselect', 'styleselect', 2, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(25, 'Format', 'formatselect', 'command', 'formatselect', 'formatselect', 2, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(26, 'Police d', 'fontselect', 'command', 'fontselect', 'fontselect', 2, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(27, 'Taille de police', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 2, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(28, 'Couleur du texte', 'forecolor', 'command', 'forecolor', 'forecolor', 2, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(29, 'Couleur de fond du texte', 'backcolor', 'command', 'backcolor', 'backcolor', 2, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(30, 'Indice', 'sub', 'command', 'sub', 'sub', 2, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(31, 'Exposant', 'sup', 'command', 'sup', 'sup', 2, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(32, 'Supprimer les styles', 'removeformat', 'command', 'removeformat', 'removeformat', 2, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(33, 'Caract', 'charmap', 'command', 'charmap', 'charmap', 2, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(34, 'Barre horizontale', 'hr', 'command', 'hr', 'hr', 2, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(35, 'Direction du texte', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 3, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(36, 'Aide visuelle', 'visualaid', 'command', 'visualaid', 'visualaid', 3, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(37, 'Gestion des tableaux', 'table', 'plugin', 'tablecontrols', 'buttons', 3, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(38, 'Ancre', 'anchor', 'command', 'anchor', 'anchor', 3, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(39, 'Lien', 'link', 'command', 'link', 'link', 3, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(40, 'Gestionnaire de liens', 'advlink', 'plugin', 'advlink', 'advlink', 3, 6, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(41, 'Supprimer le lien', 'unlink', 'command', 'unlink', 'unlink', 3, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(42, 'Emotic', 'emotions', 'plugin', 'emotions', 'emotions', 3, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(43, 'Image', 'image', 'command', 'image', 'image', 3, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(44, 'Gestionnaire d', 'imgmanager', 'plugin', 'imgmanager', 'imgmanager', 3, 10, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(45, 'Code HTML', 'html', 'command', 'code', 'code', 4, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(46, 'Multicode avanc', 'advcode', 'plugin', 'advcode', 'advcode', 4, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(47, 'Nettoyer le code', 'cleanup', 'command', 'cleanup', 'cleanup', 4, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(48, 'Gestion des calques', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 4, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(49, 'Styles XHTML', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 4, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(50, 'Styles', 'style', 'plugin', 'styleprops', 'style', 4, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(51, 'Espace ins', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 4, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(52, 'Espaces ins', 'visualchars', 'plugin', 'visualchars', 'visualchars', 4, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(53, 'Chercher-Remplacer', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 4, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(54, 'Lire la suite - Saut de page', 'article', 'plugin', 'readmore,pagebreak', 'article', 4, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(55, 'Editeur pleine page', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 4, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(56, 'Imprimer', 'print', 'plugin', 'print', 'print', 4, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(57, 'Pr', 'preview', 'plugin', 'preview', 'preview', 4, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(58, 'Correcteur orthographique', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 4, 14, 1, 1, 1, '', 0, '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_menu`
--
CREATE TABLE IF NOT EXISTS `jos_menu` (
`id` int(11) NOT NULL auto_increment,
`menutype` varchar(75) default NULL,
`name` varchar(255) default NULL,
`alias` varchar(255) NOT NULL default '',
`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,
`lft` int(11) unsigned NOT NULL default '0',
`rgt` int(11) unsigned NOT NULL default '0',
`home` int(1) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
KEY `menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Dump dei dati per la tabella `jos_menu`
--
INSERT INTO `jos_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES
(1, 'mainmenu', 'Home', 'home', 'index.php?option=com_content&view=article&id=1', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1),
(2, 'mainmenu', 'Azienda', 'azienda', 'index.php?option=com_content&view=article&id=2', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(3, 'mainmenu', 'Prodotti', 'prodotti', 'index.php?option=com_content&view=article&id=3', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(4, 'mainmenu', 'Servizi', 'servizi', 'index.php?option=com_content&view=article&id=4', 'component', 1, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(5, 'mainmenu', 'Contatti', 'contatti', 'index.php?option=com_contact&view=contact&id=1', 'component', 1, 0, 7, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(6, 'mainmenu', 'Accesso', 'accesso', 'index.php?option=com_content&view=article&id=5', 'component', 0, 0, 20, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(7, 'footermenu', 'Vendita parquet', 'vendita-parquet', 'index.php?option=com_content&view=article&id=7', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(8, 'footermenu', 'Pavimenti in legno', 'pavimenti-in-legno', 'index.php?option=com_content&view=article&id=8', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(9, 'footermenu', 'Rivestimento scale', 'rivestimento-scale', 'index.php?option=com_content&view=article&id=9', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_menu_types`
--
CREATE TABLE IF NOT EXISTS `jos_menu_types` (
`id` int(10) unsigned NOT NULL auto_increment,
`menutype` varchar(75) NOT NULL default '',
`title` varchar(255) NOT NULL default '',
`description` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--
-- Dump dei dati per la tabella `jos_menu_types`
--
INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site'),
(2, 'footermenu', 'footermenu', '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_messages`
--
CREATE TABLE IF NOT EXISTS `jos_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` text NOT NULL,
`message` text NOT NULL,
PRIMARY KEY (`message_id`),
KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_messages`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_messages_cfg`
--
CREATE TABLE IF NOT EXISTS `jos_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 KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_messages_cfg`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_migration_backlinks`
--
CREATE TABLE IF NOT EXISTS `jos_migration_backlinks` (
`itemid` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`url` text NOT NULL,
`sefurl` text NOT NULL,
`newurl` text NOT NULL,
PRIMARY KEY (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_migration_backlinks`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_modules`
--
CREATE TABLE IF NOT EXISTS `jos_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(50) 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',
`control` text NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`,`access`),
KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
--
-- Dump dei dati per la tabella `jos_modules`
--
INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES
(1, 'Menu principal', '', 0, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 1, 0, ''),
(2, 'Identification', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''),
(3, 'Articles populaires', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''),
(4, 'Articles les plus r', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''),
(5, 'Statistiques', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''),
(6, 'Messages non-lus', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''),
(7, 'Utilisateurs connect', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''),
(8, 'Barre d''outils', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''),
(9, 'Ic', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''),
(10, 'Utilisateurs enregistr', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''),
(11, 'Bas de page', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''),
(12, 'Menu administrateur backend', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''),
(13, 'Sous-menu administration backend', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''),
(14, 'Statut des utilisateurs connect', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''),
(15, 'Titre', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''),
(16, 'footermenu', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=footermenu\nmenu_style=horiz_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 0, 0, ''),
(17, 'Login', '', 0, 'content-bottom-equal', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 0, 'cache=0\nmoduleclass_sfx=\npretext=\nposttext=\nlogin=\nlogout=\ngreeting=1\nname=0\nusesecure=0\n\n', 0, 0, ''),
(18, 'mappa', '', 0, 'content-bottom-equal', 62, '2009-12-29 15:45:10', 1, 'mod_maps', 0, 0, 0, 'google_api_key=ABQIAAAAWvYFeZ02IoPgkKwOUUIbvxTznG3VrT8VWzBGKMm_6bLmk5qftBSXdrTFcGp4i5vB3WvB0HSPzsjbow\nlocation=Via del Carmine, 5 Montella (AV) , italie\nmarker_popup=0\nmarker_text=\nmain_icon=red-dot\ncatid=0\nother_icon=blue-dot\nitems=4\nzoom_level=16\nmap_controls=2\nscroll_wheel_zoom=1\nmap_type=0\ntype_controls=1\noverview_controls=1\ngeocode_cache=1\ndirections=1\ndirections_dest_update=0\nlocale=en\nmodule_width=650\nmodule_height=340\nmoduleclass_sfx=-blank\n\n', 0, 0, ''),
(19, 'banner', '', 0, 'logo', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 1, 'target=1\ncount=1\ncid=1\ncatid=2\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_modules_menu`
--
CREATE TABLE IF NOT EXISTS `jos_modules_menu` (
`moduleid` int(11) NOT NULL default '0',
`menuid` int(11) NOT NULL default '0',
PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_modules_menu`
--
INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 0),
(16, 1),
(17, 6),
(18, 5),
(19, 0);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_newsfeeds`
--
CREATE TABLE IF NOT EXISTS `jos_newsfeeds` (
`catid` int(11) NOT NULL default '0',
`id` int(11) NOT NULL auto_increment,
`name` text NOT NULL,
`alias` varchar(255) NOT NULL default '',
`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',
`rtl` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `published` (`published`),
KEY `catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_newsfeeds`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_plugins`
--
CREATE TABLE IF NOT EXISTS `jos_plugins` (
`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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ;
--
-- Dump dei dati per la tabella `jos_plugins`
--
INSERT INTO `jos_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),
(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'),
(6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),
(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),
(13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'),
(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'),
(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'),
(18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Editor - TinyMCE', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=extended\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=fr\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=0\nvisualchars=1\nnonbreaking=1\ntemplate=0\ntinybrowser=1\nadvimage=1\nadvlink=1\nautosave=0\ncontextmenu=1\ninlinepopups=1\nsafari=0\ncustom_plugin=\ncustom_button=\n\n'),
(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'),
(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'),
(29, 'System - Legacy', 'legacy', 'system', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'),
(30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'),
(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(34, 'Editeur - JCE 1.5.4', 'jce', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(35, 'System - JCE Utilities 2.2.4', 'jceutilities', 'system', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'theme=standard\nthemepath=plugins/system/jceutilities/themes\nimgpath=plugins/system/jceutilities/img\nfadespeed=500\nscalespeed=500\noverlay=1\noverlayopacity=0.8\noverlaycolor=#000000\nwidth=640\nheight=480\nresize=1\nicons=1\nhideobjects=1\nscrollpopup=1\ntipclass=tooltip\ntipopacity=1\ntipspeed=150\ntipposition=br\ntipoffsets_x=16\ntipoffsets_y=16\nflash=10,0,22,87\nwindowsmedia=5,1,52,701\nquicktime=6,0,2,0\nrealmedia=7,0,0,0\nshockwave=8,5,1,0\n'),
(36, 'System - sh404sef', 'shsef', 'system', 0, 7, 1, 0, 0, 0, '0000-00-00 00:00:00', '');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_polls`
--
CREATE TABLE IF NOT EXISTS `jos_polls` (
`id` int(11) unsigned NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`alias` varchar(255) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_polls`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_poll_data`
--
CREATE TABLE IF NOT EXISTS `jos_poll_data` (
`id` int(11) NOT NULL auto_increment,
`pollid` int(11) NOT NULL default '0',
`text` text NOT NULL,
`hits` int(11) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_poll_data`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_poll_date`
--
CREATE TABLE IF NOT EXISTS `jos_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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_poll_date`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_poll_menu`
--
CREATE TABLE IF NOT EXISTS `jos_poll_menu` (
`pollid` int(11) NOT NULL default '0',
`menuid` int(11) NOT NULL default '0',
PRIMARY KEY (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_poll_menu`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_redirection`
--
CREATE TABLE IF NOT EXISTS `jos_redirection` (
`id` int(11) NOT NULL auto_increment,
`cpt` int(11) NOT NULL default '0',
`rank` int(11) NOT NULL default '0',
`oldurl` varchar(255) NOT NULL default '',
`newurl` varchar(255) NOT NULL default '',
`dateadd` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`),
KEY `rank` (`rank`),
KEY `oldurl` (`oldurl`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=129 ;
--
-- Dump dei dati per la tabella `jos_redirection`
--
INSERT INTO `jos_redirection` (`id`, `cpt`, `rank`, `oldurl`, `newurl`, `dateadd`) VALUES
(53, 11, 0, 'forum/', '', '2010-09-26'),
(54, 11, 0, 'forums/', '', '2010-09-26'),
(52, 11, 0, 'old/', '', '2010-09-26'),
(49, 5, 0, 'home.html', '', '2010-07-03'),
(50, 27, 0, 'feed/rss.html', '', '2010-07-12'),
(48, 0, 0, '404/Stampa.html', 'index.php?option=com_content&Itemid=1&id=6&lang=it&layout=default&page=&print=1&tmpl=component&view=article', '0000-00-00'),
(47, 0, 0, 'pdf/404.pdf', 'index.php?option=com_content&Itemid=1&format=pdf&id=6&lang=it&view=article', '0000-00-00'),
(46, 0, 1, '404.html', 'index.php?option=com_content&id=6&lang=it&view=article', '0000-00-00'),
(45, 0, 0, '404.html', 'index.php?option=com_content&Itemid=1&id=6&lang=it&view=article', '0000-00-00'),
(44, 15, 0, 'feed/atom.html', '', '2010-07-01'),
(43, 0, 0, 'banners/click1.html', 'index.php?option=com_banners&bid=1&lang=it&task=click', '0000-00-00'),
(41, 393, 0, 'servizi.html', 'index.php?option=com_content&Itemid=4&id=4&lang=it&view=article', '0000-00-00'),
(42, 393, 0, 'Contatti/Contatti.html', 'index.php?option=com_contact&Itemid=5&id=1&lang=it&view=contact', '0000-00-00'),
(13, 1, 0, 'admin', '', '2009-12-21'),
(40, 384, 0, 'prodotti.html', 'index.php?option=com_content&Itemid=3&id=3&lang=it&view=article', '0000-00-00'),
(39, 305, 0, 'azienda.html', 'index.php?option=com_content&Itemid=2&id=2&lang=it&view=article', '0000-00-00'),
(38, 367, 0, 'rivestimento-scale.html', 'index.php?option=com_content&Itemid=9&id=9&lang=it&view=article', '0000-00-00'),
(37, 213, 0, 'pavimenti-in-legno.html', 'index.php?option=com_content&Itemid=8&id=8&lang=it&view=article', '0000-00-00'),
(18, 5, 0, 'Styles/', '', '2010-01-05'),
(19, 9, 0, 'iphone/', '', '2010-01-06'),
(20, 9, 0, 'mobile/', '', '2010-01-06'),
(21, 9, 0, 'm/', '', '2010-01-06'),
(22, 9, 0, 'mobi/', '', '2010-01-06'),
(51, 1, 0, 'images/banners/ban', '', '2010-09-13'),
(36, 224, 0, 'vendita-parquet.html', 'index.php?option=com_content&Itemid=7&id=7&lang=it&view=article', '0000-00-00'),
(24, 7, 0, 'Contatti/', '', '2010-04-15'),
(25, 1, 0, 'get_orders_list.php', '', '2010-04-18'),
(26, 1, 0, 'joomla/administrator/index.php', '', '2010-04-24'),
(27, 1, 0, 'wp-login.php', '', '2010-06-01'),
(28, 1, 0, 'old/wp-login.php', '', '2010-06-01'),
(29, 1, 0, 'cms/wp-login.php', '', '2010-06-01'),
(30, 1, 0, 'blog/wp-login.php', '', '2010-06-01'),
(31, 1, 0, 'blog_old/wp-login.php', '', '2010-06-01'),
(32, 1, 0, 'blog-old/wp-login.php', '', '2010-06-01'),
(33, 1, 0, 'blog/wp/wp-login.php', '', '2010-06-01'),
(34, 3, 0, 'wp/wp-login.php', '', '2010-06-01'),
(35, 1, 0, 'backup/wp-login.php', '', '2010-06-01'),
(55, 11, 0, 'vb/', '', '2010-09-26'),
(56, 11, 0, 'vbulletin/', '', '2010-09-26'),
(57, 1, 0, 'Password-dimenticata.html', 'index.php?option=com_user&lang=it&view=reset', '0000-00-00'),
(58, 9, 0, 'phpMyAdmin/scripts/setup.php', '', '2011-02-05'),
(59, 9, 0, 'pma/scripts/setup.php', '', '2011-02-05'),
(60, 13, 0, 'scripts/setup.php', '', '2011-02-05'),
(61, 11, 0, 'mysql/scripts/setup.php', '', '2011-02-05'),
(62, 1, 0, 'index.php/using-joomla/extensions/components/content-component/article-category-list/', '', '2011-04-23'),
(63, 1, 0, 'V20xRmRRPT0K', '', '2011-04-29'),
(64, 3, 0, 'admin/scripts/setup.php', '', '2011-04-29'),
(65, 3, 0, 'admin/pma/scripts/setup.php', '', '2011-04-29'),
(66, 3, 0, 'admin/phpmyadmin/scripts/setup.php', '', '2011-04-29'),
(67, 3, 0, 'phpmyadmin2/scripts/setup.php', '', '2011-04-29'),
(68, 3, 0, 'php-my-admin/scripts/setup.php', '', '2011-04-29'),
(69, 3, 0, 'phpMyAdmin-2.2.6/scripts/setup.php', '', '2011-04-29'),
(70, 3, 0, 'phpMyAdmin-2.5.5-rc1/scripts/setup.php', '', '2011-04-29'),
(71, 3, 0, 'phpMyAdmin-2.5.6-rc1/scripts/setup.php', '', '2011-04-29'),
(72, 3, 0, 'phpMyAdmin-2.5.6-rc2/scripts/setup.php', '', '2011-04-29'),
(73, 1, 0, 'phpMyAdmin-2.6.0-beta1/scripts/setup.php', '', '2011-04-29'),
(74, 1, 0, 'phpMyAdmin-2.6.0-beta2/scripts/setup.php', '', '2011-04-29'),
(75, 3, 0, 'phpMyAdmin-2.6.0-pl1/scripts/setup.php', '', '2011-04-29'),
(76, 1, 0, 'phpMyAdmin-2.6.1/scripts/setup.php', '', '2011-04-29'),
(77, 3, 0, 'phpMyAdmin-2.6.2/scripts/setup.php', '', '2011-04-29'),
(78, 3, 0, 'phpMyAdmin-2.6.2-pl1/scripts/setup.php', '', '2011-04-29'),
(79, 3, 0, 'phpMyAdmin-2.6.3-rc1/scripts/setup.php', '', '2011-04-29'),
(80, 1, 0, 'phpMyAdmin-2.7.0-rc1/scripts/setup.php', '', '2011-04-29'),
(81, 1, 0, 'phpMyAdmin-2.7.0-pl1/scripts/setup.php', '', '2011-04-29'),
(82, 3, 0, 'phpMyAdmin-2.8.1/scripts/setup.php', '', '2011-04-29'),
(83, 1, 0, 'sqlmanager/scripts/setup.php', '', '2011-04-29'),
(84, 1, 0, 'pma2005/scripts/setup.php', '', '2011-04-29'),
(85, 1, 0, 'phpmy-admin/scripts/setup.php', '', '2011-04-29'),
(86, 1, 0, 'sqlweb/scripts/setup.php', '', '2011-04-29'),
(87, 1, 0, 'websql/scripts/setup.php', '', '2011-04-29'),
(88, 1, 0, 'webdb/scripts/setup.php', '', '2011-04-29'),
(89, 3, 0, 'mysqladmin/scripts/setup.php', '', '2011-04-29'),
(90, 1, 0, 'mysql-admin/scripts/setup.php', '', '2011-04-29'),
(91, 1, 0, 'admm/scripts/setup.php', '', '2011-04-29'),
(92, 1, 0, 'admn/scripts/setup.php', '', '2011-04-29'),
(93, 3, 0, 'dbadmin/scripts/setup.php', '', '2011-05-03'),
(94, 1, 0, 'phpadmin/scripts/setup.php', '', '2011-05-03'),
(95, 1, 0, 'phpmyadmin1/scripts/setup.php', '', '2011-05-03'),
(96, 1, 0, 'web/phpMyAdmin/scripts/setup.php', '', '2011-05-03'),
(97, 1, 0, 'xampp/phpmyadmin/scripts/setup.php', '', '2011-05-03'),
(98, 1, 0, 'web/scripts/setup.php', '', '2011-05-03'),
(99, 1, 0, 'phpMyAdmin-2.5.1/scripts/setup.php', '', '2011-05-03'),
(100, 1, 0, 'phpMyAdmin-2.5.4/scripts/setup.php', '', '2011-05-03'),
(101, 1, 0, 'phpMyAdmin-2.5.5-rc2/scripts/setup.php', '', '2011-05-03'),
(102, 1, 0, 'phpMyAdmin-2.5.5/scripts/setup.php', '', '2011-05-03'),
(103, 1, 0, 'phpMyAdmin-2.5.5-pl1/scripts/setup.php', '', '2011-05-03'),
(104, 1, 0, 'phpMyAdmin-2.5.6/scripts/setup.php', '', '2011-05-03'),
(105, 1, 0, 'phpMyAdmin-2.6.0-rc1/scripts/setup.php', '', '2011-05-03'),
(106, 1, 0, 'phpMyAdmin-2.6.0-rc2/scripts/setup.php', '', '2011-05-03'),
(107, 1, 0, 'phpMyAdmin-2.6.0-rc3/scripts/setup.php', '', '2011-05-03'),
(108, 1, 0, 'phpMyAdmin-2.6.0/scripts/setup.php', '', '2011-05-03'),
(109, 1, 0, 'phpMyAdmin-2.6.0-pl2/scripts/setup.php', '', '2011-05-03'),
(110, 1, 0, 'phpMyAdmin-2.6.0-pl3/scripts/setup.php', '', '2011-05-03'),
(111, 1, 0, 'phpMyAdmin-2.6.1-rc1/scripts/setup.php', '', '2011-05-03'),
(112, 3, 0, 'phpMyAdmin-2.6.3/scripts/setup.php', '', '2011-05-03'),
(113, 1, 0, 'phpMyAdmin-2.6.3-pl1/scripts/setup.php', '', '2011-05-03'),
(114, 1, 0, 'phpMyAdmin-2.6.4-rc1/scripts/setup.php', '', '2011-05-03'),
(115, 1, 0, 'phpMyAdmin-2.8.0-rc1/scripts/setup.php', '', '2011-05-03'),
(116, 1, 0, 'phpMyAdmin-2.8.0-rc2/scripts/setup.php', '', '2011-05-03'),
(117, 1, 0, 'phpMyAdmin-2.8.0/scripts/setup.php', '', '2011-05-03'),
(118, 1, 0, 'phpMyAdmin-2.8.0.1/scripts/setup.php', '', '2011-05-03'),
(119, 1, 0, 'phpMyAdmin-2.8.0.2/scripts/setup.php', '', '2011-05-03'),
(120, 1, 0, 'phpMyAdmin-2.8.0.3/scripts/setup.php', '', '2011-05-03'),
(121, 1, 0, 'phpMyAdmin-2.8.0.4/scripts/setup.php', '', '2011-05-03'),
(122, 1, 0, 'phpMyAdmin-2.8.1-rc1/scripts/setup.php', '', '2011-05-03'),
(123, 15, 0, 'index.htm', '', '2011-05-05'),
(124, 1, 0, 'myadmin/', '', '2011-07-18'),
(125, 3, 0, 'myadmin/scripts/setup.php', '', '2011-07-20'),
(126, 1, 0, 'myadmin/scripts/setup.phpindex.php', '', '2011-07-20'),
(127, 1, 0, 'muieblackcat', '', '2011-09-29'),
(128, 1, 0, 'db/scripts/setup.php', '', '2011-09-29');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_sections`
--
CREATE TABLE IF NOT EXISTS `jos_sections` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`image` text NOT NULL,
`scope` varchar(50) NOT NULL default '',
`image_position` varchar(30) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_sections`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_session`
--
CREATE TABLE IF NOT EXISTS `jos_session` (
`username` varchar(150) 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',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`data` longtext,
PRIMARY KEY (`session_id`(64)),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_session`
--
INSERT INTO `jos_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1318194460', 'cb42dfe3311073bd89f617d847f2e240', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1318194460;s:18:"session.timer.last";i:1318194460;s:17:"session.timer.now";i:1318194460;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:59:"/var/www/stage/1271/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}VMCHECK|s:2:"OK";');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_sh404sef_aliases`
--
CREATE TABLE IF NOT EXISTS `jos_sh404sef_aliases` (
`id` int(11) NOT NULL auto_increment,
`newurl` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`),
KEY `alias` (`alias`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_sh404sef_aliases`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_sh404sef_meta`
--
CREATE TABLE IF NOT EXISTS `jos_sh404sef_meta` (
`id` int(11) NOT NULL auto_increment,
`newurl` varchar(255) NOT NULL default '',
`metadesc` varchar(255) default '',
`metakey` varchar(255) default '',
`metatitle` varchar(255) default '',
`metalang` varchar(30) default '',
`metarobots` varchar(30) default '',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_sh404sef_meta`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_stats_agents`
--
CREATE TABLE IF NOT EXISTS `jos_stats_agents` (
`agent` varchar(255) NOT NULL default '',
`type` tinyint(1) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_stats_agents`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_templates_menu`
--
CREATE TABLE IF NOT EXISTS `jos_templates_menu` (
`template` varchar(255) NOT NULL default '',
`menuid` int(11) NOT NULL default '0',
`client_id` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dump dei dati per la tabella `jos_templates_menu`
--
INSERT INTO `jos_templates_menu` (`template`, `menuid`, `client_id`) VALUES
('uc_evolution', 0, 0),
('khepri', 0, 1);
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_users`
--
CREATE TABLE IF NOT EXISTS `jos_users` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`username` varchar(150) 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`),
KEY `gid_block` (`gid`,`block`),
KEY `username` (`username`),
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=65 ;
--
-- Dump dei dati per la tabella `jos_users`
--
INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'Administrator', 'admin', 'mahmoud.nb@gmail.com', '0c1f8bfbd4219741fff8b4815752c0d9:HO9rr75SrL9lLD5diO6bCGOPsz9YX5lt', 'Super Administrator', 0, 1, 25, '2009-11-19 08:04:46', '2010-06-28 10:22:11', '', 'admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),
(63, 'copy', 'copy', 'copy@uc.cx', '5f87ca03c9df334dcfafaa2db4aca23f:T8TRtzCMNkXec7kSLFT2ek0yB15FGQPY', 'Editor', 0, 0, 20, '2009-11-19 07:07:52', '2010-06-28 10:14:49', '', 'admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),
(64, 'cliente_1271', 'cliente', 'cliente_1271@uc.cx', '00979b95f905636581f61a1dbaf37a78:yA71JkaaSvAbLkdy4kTU0sgdplrFwAUm', 'Author', 0, 0, 19, '2009-12-09 08:15:51', '0000-00-00 00:00:00', '', 'admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n');
-- --------------------------------------------------------
--
-- Struttura della tabella `jos_weblinks`
--
CREATE TABLE IF NOT EXISTS `jos_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 '',
`alias` varchar(255) NOT NULL default '',
`url` varchar(250) NOT NULL default '',
`description` text NOT NULL,
`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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dump dei dati per la tabella `jos_weblinks`
--