-- MySQL dump 10.13 Distrib 5.1.73, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: c1ebis
-- ------------------------------------------------------
-- Server version 5.1.73-1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `jos_banner`
--
DROP TABLE IF EXISTS `jos_banner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_banner`
--
LOCK TABLES `jos_banner` WRITE;
/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
INSERT INTO `jos_banner` VALUES (1,1,'','OSM 1','osm-1',0,43,0,'','http://www.opensourcematters.org','2009-07-12 13:25:30',1,62,'2009-07-12 13:25:31','','',13,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0'),(2,1,'banner','OSM 2','osm-2',0,49,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00','','',13,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(3,1,'','Joomla!','joomla',0,20,0,'','http://www.joomla.org','2006-05-29 14:21:28',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomla! The most popular and widely used Open Source CMS Project in the world.',14,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(4,1,'','JoomlaCode','joomlacode',0,20,0,'','http://joomlacode.org','2006-05-29 14:19:26',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomlaCode, development and distribution made easy.',14,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(5,1,'','Joomla! Extensions','joomla-extensions',0,15,0,'','http://extensions.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomla! Components, Modules, Plugins and Languages by the bucket load.',14,'',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(6,1,'','Joomla! Shop','joomla-shop',0,15,0,'','http://shop.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nFor all your Joomla! merchandise.',14,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(7,1,'','Joomla! Promo Shop','joomla-promo-shop',0,8,1,'shop-ad.jpg','http://shop.joomla.org','2007-09-19 17:26:24',1,0,'0000-00-00 00:00:00','','',33,'',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(8,1,'','Joomla! Promo Books','joomla-promo-books',0,12,0,'shop-ad-books.jpg','http://shop.joomla.org/amazoncom-bookstores.html','2007-09-19 17:28:01',1,0,'0000-00-00 00:00:00','','',33,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','','');
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_bannerclient`
--
DROP TABLE IF EXISTS `jos_bannerclient`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_bannerclient`
--
LOCK TABLES `jos_bannerclient` WRITE;
/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL);
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_bannertrack`
--
DROP TABLE IF EXISTS `jos_bannertrack`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_bannertrack`
--
LOCK TABLES `jos_bannertrack` WRITE;
/*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_categories`
--
DROP TABLE IF EXISTS `jos_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=34 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_categories`
--
LOCK TABLES `jos_categories` WRITE;
/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
INSERT INTO `jos_categories` VALUES (1,0,'Latest','','latest-news','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',1,0,1,''),(2,0,'Joomla! Specific Links','','joomla-specific-links','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(3,0,'Newsflash','','newsflash','','1','left','',1,0,'0000-00-00 00:00:00','',2,0,0,''),(4,0,'Joomla!','','joomla','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Free and Open Source Software','','free-and-open-source-software','','com_newsfeeds','left','Read the latest news about free and open source software from some of its leading advocates.',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(6,0,'Related Projects','','related-projects','','com_newsfeeds','left','Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(12,0,'Contacts','','contacts','','com_contact_details','left','Contact Details for this Web site',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'Joomla','','joomla','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(14,0,'Text Ads','','text-ads','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(15,0,'Features','','features','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(17,0,'Benefits','','benefits','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(18,0,'Platforms','','platforms','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(19,0,'Other Resources','','other-resources','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(29,0,'The CMS','','the-cms','','4','left','Information about the software behind Joomla!
',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(28,0,'Current Users','','current-users','','3','left','Questions that users migrating to Joomla! 1.5 are likely to raise
',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(25,0,'The Project','','the-project','','4','left','General facts about Joomla!
',1,65,'2007-06-28 14:50:15',NULL,1,0,0,''),(27,0,'New to Joomla!','','new-to-joomla','','3','left','Questions for new users of Joomla!',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(30,0,'The Community','','the-community','','4','left','About the millions of Joomla! users and Web sites
',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(31,0,'General','','general','','3','left','General questions about the Joomla! CMS',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(32,0,'Languages','','languages','','3','left','Questions related to localisation and languages',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(33,0,'Joomla! Promo','','joomla-promo','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'');
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_components`
--
DROP TABLE IF EXISTS `jos_components`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_components`
--
LOCK TABLES `jos_components` WRITE;
/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
INSERT INTO `jos_components` 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\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=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\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=pl-PL\nsite=pl-PL',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,'',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,'ARTIO JoomSEF','option=com_sef',0,0,'option=com_sef','ARTIO JoomSEF','com_sef',0,'components/com_sef/assets/images/icon.png',0,'',1),(41,'Control Panel','',0,40,'option=com_sef','Control Panel','com_sef',0,'components/com_sef/assets/images/icon-16-sefcpanel.png',0,'',1),(42,'Configuration','',0,40,'option=com_sef&controller=config&task=edit','Configuration','com_sef',1,'components/com_sef/assets/images/icon-16-sefconfig.png',0,'',1),(43,'Manage Extensions','',0,40,'option=com_sef&controller=extension','Manage Extensions','com_sef',2,'components/com_sef/assets/images/icon-16-sefplugin.png',0,'',1),(44,'Edit .htaccess','',0,40,'option=com_sef&controller=htaccess','Edit .htaccess','com_sef',3,'components/com_sef/assets/images/icon-16-edit.png',0,'',1),(45,'','',0,40,'option=com_sef','','com_sef',4,'components/com_sef/assets/images/icon-10-blank.png',0,'',1),(46,'Manage SEF URLs','',0,40,'option=com_sef&controller=sefurls&viewmode=3','Manage SEF URLs','com_sef',5,'components/com_sef/assets/images/icon-16-url-edit.png',0,'',1),(47,'Manage Meta Tags','',0,40,'option=com_sef&controller=metatags','Manage Meta Tags','com_sef',6,'components/com_sef/assets/images/icon-16-manage-tags.png',0,'',1),(48,'SiteMap','',0,40,'option=com_sef&controller=sitemap','SiteMap','com_sef',7,'components/com_sef/assets/images/icon-16-manage-sitemap.png',0,'',1),(49,'Manage 301 Redirects','',0,40,'option=com_sef&controller=movedurls','Manage 301 Redirects','com_sef',8,'components/com_sef/assets/images/icon-16-301-redirects.png',0,'',1),(50,'','',0,40,'option=com_sef','','com_sef',9,'components/com_sef/assets/images/icon-10-blank.png',0,'',1),(51,'Upgrade','',0,40,'option=com_sef&task=showUpgrade','Upgrade','com_sef',10,'components/com_sef/assets/images/icon-16-update.png',0,'',1),(52,'Support','',0,40,'option=com_sef&controller=info&task=help','Support','com_sef',11,'components/com_sef/assets/images/icon-16-help.png',0,'',1);
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_contact_details`
--
DROP TABLE IF EXISTS `jos_contact_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_contact_details`
--
LOCK TABLES `jos_contact_details` WRITE;
/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
INSERT INTO `jos_contact_details` VALUES (1,'Name','name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','powered_by.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'show_name=1\r\nshow_position=1\r\nshow_email=0\r\nshow_street_address=1\r\nshow_suburb=1\r\nshow_state=1\r\nshow_postcode=1\r\nshow_country=1\r\nshow_telephone=1\r\nshow_mobile=1\r\nshow_fax=1\r\nshow_webpage=1\r\nshow_misc=1\r\nshow_image=1\r\nallow_vcard=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=\r\nshow_email_form=1\r\nemail_description=1\r\nshow_email_copy=1\r\nbanned_email=\r\nbanned_subject=\r\nbanned_text=',0,12,0,'','');
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_content`
--
DROP TABLE IF EXISTS `jos_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=64 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_content`
--
LOCK TABLES `jos_content` WRITE;
/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
INSERT INTO `jos_content` VALUES (1,'Welcome to Joomla!','welcome-to-joomla','','
Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications.
Joomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media. Joomla! is used by organisations of all sizes for intranets and extranets and is supported by a community of tens of thousands of users.
','With a fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Web site including presentation, layout, administration, and the rapid integration with third-party applications.Joomla! now provides more developer power while making the user experience all the more friendly. For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.
A new framework, ground-up refactoring, and a highly-active development team brings the excitement of \'the next generation CMS\' to your fingertips. Whether you are a systems architect or a complete \'noob\' Joomla! can take you to the next level of content delivery. \'More than a CMS\' is something we have been playing with as a catchcry because the new Joomla! API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla! can help you get there so much more easily than ever before.
Thinking Web publishing? Think Joomla!
',-2,1,0,1,'2008-08-12 10:00:00',62,'','2008-08-12 10:00:00',62,0,'0000-00-00 00:00:00','2006-01-03 01:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',29,0,0,'','',0,92,'robots=\nauthor='),(2,'Newsflash 1','newsflash-1','','Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are building a large online community, Joomla! allows you to deploy a new site in minutes and add extra functionality as you need it. The hundreds of available Extensions will help to expand your site and allow you to deliver new services that extend your reach into the Internet.
','',-2,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,1,'robots=\nauthor='),(3,'Newsflash 2','newsflash-2','','The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content, images, videos, and more. Site administrators can edit and manage content \'in-context\' by clicking the \'Edit\' link. Webmasters can also edit content through a graphical Control Panel that gives you complete control over your site.
','',-2,1,0,3,'2008-08-09 22:30:34',62,'','2008-08-09 22:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,0,'robots=\nauthor='),(4,'Newsflash 3','newsflash-3','','With a library of thousands of free Extensions, you can add what you need as your site grows. Don\'t wait, look through the Joomla! Extensions library today.
','',-2,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,1,'robots=\nauthor='),(5,'Joomla! License Guidelines','joomla-license-guidelines','joomla-license-guidelines','This Web site is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2008 Open Source Matters. The sample content distributed with Joomla! is licensed under the Joomla! Electronic Documentation License. All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.
If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read \'How To Apply These Terms To Your Program\' and the \'GNU General Public License FAQ\'.
The Joomla! licence has always been GPL.
','',-2,4,0,25,'2008-08-20 10:11:07',62,'','2008-08-20 10:11:07',62,0,'0000-00-00 00:00:00','2004-08-19 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,100,'robots=\nauthor='),(6,'We are Volunteers','we-are-volunteers','','The Joomla Core Team and Working Group members are volunteer developers, designers, administrators and managers who have worked together to take Joomla! to new heights in its relatively short life. Joomla! has some wonderfully talented people taking Open Source concepts to the forefront of industry standards. Joomla! 1.5 is a major leap forward and represents the most exciting Joomla! release in the history of the project.
','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,54,'robots=\nauthor='),(9,'Millions of Smiles','millions-of-smiles','','The Joomla! team has millions of good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it\'s had millions of downloads, taking it to an unprecedented level of popularity. The new code base is almost an entire re-factor of the old code base. The user experience is still extremely slick but for developers the API is a dream. A proper framework for real PHP architects seeking the best of the best.
If you\'re a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons. It\'s more powerful, more flexible, more secure, and intuitive. Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.
Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project.
','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,23,'robots=\nauthor='),(10,'How do I localise Joomla! to my language?','how-do-i-localise-joomla-to-my-language','','General
In Joomla! 1.5 all User interfaces can be localised. This includes the installation, the Back-end Control Panel and the Front-end Site.
The core release of Joomla! 1.5 is shipped with multiple language choices in the installation but, other than English (the default), languages for the Site and Administration interfaces need to be added after installation. Links to such language packs exist below.
','Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the Joomla! Extensions Directory.
How do I install language packs?
- First download both the admin and the site language packs that you require.
- Install each pack separately using the Extensions->Install/Uninstall Menu selection and then the package file upload facility.
- Go to the Language Manager and be sure to select Site or Admin in the sub-menu. Then select the appropriate language and make it the default one using the Toolbar button.
How do I select languages?
- Default languages can be independently set for Site and for Administrator
- In addition, users can define their preferred language for each Site and Administrator. This takes affect after logging in.
- While logging in to the Administrator Back-end, a language can also be selected for the particular session.
Where can I find Language Packs and Localised Releases?
Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.
',-2,3,0,32,'2008-07-30 14:06:37',62,'','2008-07-30 14:06:37',62,0,'0000-00-00 00:00:00','2006-09-29 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,0,'','',0,10,'robots=\nauthor='),(11,'How do I upgrade to Joomla! 1.5 ?','how-do-i-upgrade-to-joomla-15','','Joomla! 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla! 1.5 site requires creation of a new empty site using Joomla! 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.
There are two ways to perform the migration:
',' An automated method of migration has been provided which uses a migrator Component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla! 1.0.x) and a smart import facility in the Joomla! 1.5 Installation that performs required conversions and modifications during the installation process. Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed. Automated migration
This is a two phased process using two tools. The first tool is a migration Component named com_migrator. This Component has been contributed by Harald Baer and is based on his eBackup Component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site\'s data. The second tool is built into the Joomla! 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed on-the-fly.
Step 1 - Using com_migrator to export data from old site:
Install the com_migrator Component on the old site. It can be found at the JoomlaCode developers forge. Select the Component in the Component Menu of the Control Panel. Click on the Dump it icon. Three exported gzipped export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD Component tables. Click on the download icon of the particular exports files needed and store locally. Multiple export sets can be created. The exported data is not modified in anyway and the original encoding is preserved. This makes the com_migrator tool a recommended tool to use for manual migration as well. Step 2 - Using the migration facility to import and convert data during Joomla! 1.5 installation:
Note: This function requires the use of the iconv function in PHP to convert encodings. If iconv is not found a warning will be provided.
In step 6 - Configuration select the \'Load Migration Script\' option in the \'Load Sample Data, Restore or Migrate Backed Up Content\' section of the page. Enter the table prefix used in the content dump. For example: \'jos_\' or \'site2_\' are acceptable values. Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source) Browse the local host and select the migration export and click on Upload and Execute A success message should appear or alternately a listing of database errors Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)
',-2,3,0,28,'2008-07-30 20:27:52',62,'','2008-07-30 20:27:52',62,0,'0000-00-00 00:00:00','2006-09-29 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,14,'robots=\nauthor='),(12,'Why does Joomla! 1.5 use UTF-8 encoding?','why-does-joomla-15-use-utf-8-encoding','','Well... how about never needing to mess with encoding settings again?
Ever needed to display several languages on one page or site and something always came up in Giberish?
With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting.
','',-2,3,0,31,'2008-08-05 01:11:29',62,'','2008-08-05 01:11:29',62,0,'0000-00-00 00:00:00','2006-10-03 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,29,'robots=\nauthor='),(13,'What happened to the locale setting?','what-happened-to-the-locale-setting','','This is now defined in the Language [lang].xml file in the Language metadata settings. If you are having locale problems such as dates do not appear in your language for example, you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.','',-2,3,0,28,'2008-08-06 16:47:35',62,'','2008-08-06 16:47:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,11,'robots=\nauthor='),(14,'What is the FTP layer for?','what-is-the-ftp-layer-for','','The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin\'s life a lot easier and increases security of the site.
You can check the write status of relevent folders by going to \'\'Help->System Info\" and then in the sub-menu to \"Directory Permissions\". With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.
NOTE: the FTP layer is not required on a Windows host/server.
','',-2,3,0,31,'2008-08-06 21:27:49',62,'','2008-08-06 21:27:49',62,0,'0000-00-00 00:00:00','2006-10-05 16:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',6,0,0,'','',0,23,'robots=\nauthor='),(15,'Can Joomla! 1.5 operate with PHP Safe Mode On?','can-joomla-15-operate-with-php-safe-mode-on','','Yes it can! This is a significant security improvement.
The safe mode limits PHP to be able to perform actions only on files/folders who\'s owner is the same as PHP is currently using (this is usually \'apache\'). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP Layer allows Joomla! to operate in PHP Safe Mode.
','',-2,3,0,31,'2008-08-06 19:28:35',62,'','2008-08-06 19:28:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,8,'robots=\nauthor='),(16,'Only one edit window! How do I create \"Read more...\"?','only-one-edit-window-how-do-i-create-read-more','','This is now implemented by inserting a Read more... tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more.... A new Plugin takes care of the rest.
It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.
','',-2,3,0,28,'2008-08-06 19:29:28',62,'','2008-08-06 19:29:28',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,20,'robots=\nauthor='),(17,'My MySQL database does not support UTF-8. Do I have a problem?','my-mysql-database-does-not-support-utf-8-do-i-have-a-problem','','No you don\'t. Versions of MySQL lower than 4.1 do not have built in UTF-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use UTF-8 on older databases. Let the installer take care of all the settings and there is no need to make any changes to the database (charset, collation, or any other).','',-2,3,0,31,'2008-08-07 09:30:37',62,'','2008-08-07 09:30:37',62,0,'0000-00-00 00:00:00','2006-10-05 20:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,9,'robots=\nauthor='),(18,'Joomla! Features','joomla-features','','Joomla! features:
- Completely database driven site engines
- News, products, or services sections fully editable and manageable
- Topics sections can be added to by contributing Authors
- Fully customisable layouts including left, center, and right Menu boxes
- Browser upload of images to your own library for use anywhere in the site
- Dynamic Forum/Poll/Voting booth for on-the-spot results
- Runs on Linux, FreeBSD, MacOSX server, Solaris, and AIX','
Extensive Administration:
- Change order of objects including news, FAQs, Articles etc.
- Random Newsflash generator
- Remote Author submission Module for News, Articles, FAQs, and Links
- Object hierarchy - as many Sections, departments, divisions, and pages as you want
- Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs, and JPEGs online for easy use
- Automatic Path-Finder. Place a picture and let Joomla! fix the link
- News Feed Manager. Easily integrate news feeds into your Web site.
- E-mail a friend and Print format available for every story and Article
- In-line Text editor similar to any basic word processor software
- User editable look and feel
- Polls/Surveys - Now put a different one on each page
- Custom Page Modules. Download custom page Modules to spice up your site
- Template Manager. Download Templates and implement them in seconds
- Layout preview. See how it looks before going live
- Banner Manager. Make money out of your site.
',-2,4,0,29,'2008-08-08 23:32:45',62,'','2008-08-08 23:32:45',62,0,'0000-00-00 00:00:00','2006-10-07 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,59,'robots=\nauthor='),(19,'Joomla! Overview','joomla-overview','','If you\'re new to Web publishing systems, you\'ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level Web site, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that\'s simple to deploy and use. We do content right.
So what\'s the catch? How much does this system cost?
Well, there\'s good news ... and more good news! Joomla! 1.5 is free, it is released under an Open Source license - the GNU/General Public License v 2.0. Had you invested in a mainstream, commercial alternative, there\'d be nothing but moths left in your wallet and to add new functionality would probably mean taking out a second mortgage each time you wanted something adding!
Joomla! changes all that ...
Joomla! is different from the normal models for content management software. For a start, it\'s not complicated. Joomla! has been developed for everybody, and anybody can develop it further. It is designed to work (primarily) with other Open Source, free, software such as PHP, MySQL, and Apache.
It is easy to install and administer, and is reliable.
Joomla! doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.
To get the perfect Web site with all the functionality that you require for your particular application may take additional time and effort, but with the Joomla! Community support that is available and the many Third Party Developers actively creating and releasing new Extensions for the 1.5 platform on an almost daily basis, there is likely to be something out there to meet your needs. Or you could develop your own Extensions and make these available to the rest of the community.
','',-2,4,0,29,'2008-08-09 07:49:20',62,'','2008-08-09 07:49:20',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,150,'robots=\nauthor='),(20,'Support and Documentation','support-and-documentation','','Support
Support for the Joomla! CMS can be found on several places. The best place to start would be the Joomla! Official Documentation Wiki. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too!
Of course you should not forget the Help System of the CMS itself. On the topmenu in the Back-end Control panel you find the Help button which will provide you with lots of explanation on features.
Another great place would of course be the Forum . On the Joomla! Forum you can find help and support from Community members as well as from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ\'s, just about anything you are looking for in terms of support.
Two other resources for Support are the Joomla! Developer Site and the Joomla! Extensions Directory (JED). The Joomla! Developer Site provides lots of technical information for the experienced Developer as well as those new to Joomla! and development work in general. The JED whilst not a support site in the strictest sense has many of the Extensions that you will need as you develop your own Web site.
The Joomla! Developers and Bug Squad members are regularly posting their blog reports about several topics such as programming techniques and security issues.
Documentation
Joomla! Documentation can of course be found on the Joomla! Official Documentation Wiki. You can find information for beginners, installation, upgrade, Frequently Asked Questions, developer topics, and a lot more. The Documentation Team helps oversee the wiki but you are invited to contribute content, as well.
There are also books written about Joomla! You can find a listing of these books in the Joomla! Shop.
','',-2,4,0,25,'2008-08-09 08:33:57',62,'','2008-08-09 08:33:57',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,6,'robots=\nauthor='),(21,'Joomla! Facts','joomla-facts','','Here are some interesting facts about Joomla!
- Over 210,000 active registered Users on the Official Joomla! community forum and more on the many international community sites.
- over 1,000,000 posts in over 200,000 topics
- over 1,200 posts per day
- growing at 150 new participants each day!
- 1168 Projects on the JoomlaCode (joomlacode.org ). All for open source addons by third party developers.
- Well over 6,000,000 downloads of Joomla! since the migration to JoomlaCode in March 2007.
- Nearly 4,000 extensions for Joomla! have been registered on the Joomla! Extension Directory
- Joomla.org exceeds 2 TB of traffic per month!
','',-2,4,0,30,'2008-08-09 16:46:37',62,'','2008-08-09 16:46:37',62,0,'0000-00-00 00:00:00','2006-10-07 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,50,'robots=\nauthor='),(22,'What\'s New in 1.5?','whats-new-in-15','','As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.
','In Joomla! 1.5, you\'ll notice:
-
Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations
-
Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others
-
Extended integration of external applications through Web services and remote authentication such as the Lightweight Directory Access Protocol (LDAP)
-
Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination
-
A more sustainable and flexible framework for Component and Extension developers
-
Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions
',-2,4,0,29,'2008-08-11 22:13:58',62,'','2008-08-11 22:13:58',62,0,'0000-00-00 00:00:00','2006-10-10 18:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,92,'robots=\nauthor='),(23,'Platforms and Open Standards','platforms-and-open-standards','','Joomla! runs on any platform including Windows, most flavours of Linux, several Unix versions, and the Apple OS/X platform. Joomla! depends on PHP and the MySQL database to deliver dynamic content.
The minimum requirements are:
- Apache 1.x, 2.x and higher
- PHP 4.3 and higher
- MySQL 3.23 and higher
It will also run on alternative server platforms such as Windows IIS - provided they support PHP and MySQL - but these require additional configuration in order for the Joomla! core package to be successful installed and operated.','',-2,4,0,25,'2008-08-11 04:22:14',62,'','2008-08-11 04:22:14',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,11,'robots=\nauthor='),(24,'Content Layouts','content-layouts','','Joomla! provides plenty of flexibility when displaying your Web content. Whether you are using Joomla! for a blog site, news or a Web site for a company, you\'ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla! calls how a page is laid out a layout. Use the guide below to understand which layouts are available and how you might use them.
Content
Joomla! makes it extremely easy to add and display content. All content is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the Menu Item used to display the content your working on. You create these layouts by creating a Menu Item and choosing how you want the content to display.
Blog Layout
Blog layout will show a listing of all Articles of the selected blog type (Section or Category) in the mainbody position of your template. It will give you the standard title, and Intro of each Article in that particular Category and/or Section. You can customise this layout via the use of the Preferences and Parameters, (See Article Parameters) this is done from the Menu not the Section Manager!
Blog Archive Layout
A Blog Archive layout will give you a similar output of Articles as the normal Blog Display but will add, at the top, two drop down lists for month and year plus a search button to allow Users to search for all Archived Articles from a specific month and year.
List Layout
Table layout will simply give you a tabular list of all the titles in that particular Section or Category. No Intro text will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter Section so that Users can reorder, filter, and set how many titles are listed on a single page (up to 50)
Wrapper
Wrappers allow you to place stand alone applications and Third Party Web sites inside your Joomla! site. The content within a Wrapper appears within the primary content area defined by the \"mainbody\" tag and allows you to display their content as a part of your own site. A Wrapper will place an IFRAME into the content Section of your Web site and wrap your standard template navigation around it so it appears in the same way an Article would.
Content Parameters
The parameters for each layout type can be found on the right hand side of the editor boxes in the Menu Item configuration screen. The parameters available depend largely on what kind of layout you are configuring.
','',-2,4,0,29,'2008-08-12 22:33:10',62,'','2008-08-12 22:33:10',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,70,'robots=\nauthor='),(25,'What are the requirements to run Joomla! 1.5?','what-are-the-requirements-to-run-joomla-15','','Joomla! runs on the PHP pre-processor. PHP comes in many flavours, for a lot of operating systems. Beside PHP you will need a Web server. Joomla! is optimized for the Apache Web server, but it can run on different Web servers like Microsoft IIS it just requires additional configuration of PHP and MySQL. Joomla! also depends on a database, for this currently you can only use MySQL.
Many people know from their own experience that it\'s not easy to install an Apache Web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP, WAMP, and MAMP are easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.
The minimum version requirements are:
- Apache 1.x or 2.x
- PHP 4.3 or up
- MySQL 3.23 or up
For the latest minimum requirements details, see Joomla! Technical Requirements.','',-2,3,0,31,'2008-08-11 00:42:31',62,'','2008-08-11 00:42:31',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,25,'robots=\nauthor='),(26,'Extensions','extensions','','Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all around the world to create powerful add-ons that are called Extensions. An Extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available Extensions:
- Dynamic form builders
- Business or organisational directories
- Document management
- Image and multimedia galleries
- E-commerce and shopping cart engines
- Forums and chat software
- Calendars
- E-mail newsletters
- Data collection and reporting tools
- Banner advertising systems
- Paid subscription services
- and many, many, more
You can find more examples over at our ever growing Joomla! Extensions Directory. Prepare to be amazed at the amount of exciting work produced by our active developer community!
A useful guide to the Extension site can be found at:
http://extensions.joomla.org/content/view/15/63/
Types of Extensions
There are five types of extensions:
- Components
- Modules
- Templates
- Plugins
- Languages
You can read more about the specifics of these using the links in the Article Index - a Table of Contents (yet another useful feature of Joomla!) - at the top right or by clicking on the Next link below.
Components
A Component is the largest and most complex of the Extension types. Components are like mini-applications that render the main body of the page. An analogy that might make the relationship easier to understand would be that Joomla! is a book and all the Components are chapters in the book. The core Article Component (com_content), for example, is the mini-application that handles all core Article rendering just as the core registration Component (com_user) is the mini-application that handles User registration.
Many of Joomla!\'s core features are provided by the use of default Components such as:
- Contacts
- Front Page
- News Feeds
- Banners
- Mass Mail
- Polls
A Component will manage data, set displays, provide functions, and in general can perform any operation that does not fall under the general functions of the core code.
Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard Article and content display. They make it possible to completely transform Joomla! and greatly expand its capabilities.
Modules
A more lightweight and flexible Extension used for page rendering is a Module. Modules are used for small bits of the page that are generally less complex and able to be seen across different Components. To continue in our book analogy, a Module can be looked at as a footnote or header block, or perhaps an image/caption block that can be rendered on a particular page. Obviously you can have a footnote on any page but not all pages will have them. Footnotes also might appear regardless of which chapter you are reading. Simlarly Modules can be rendered regardless of which Component you have loaded.
Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with Components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.
Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. For example, \"left\" and \"right\" are common for a 3 column layout.
Displaying Modules
Each Module is assigned to a Module position on your site. If you wish it to display in two different locations you must copy the Module and assign the copy to display at the new location. You can also set which Menu Items (and thus pages) a Module will display on, you can select all Menu Items or you can pick and choose by holding down the control key and selecting multiple locations one by one in the Modules [Edit] screen
Note: Your Main Menu is a Module! When you create a new Menu in the Menu Manager you are actually copying the Main Menu Module (mod_mainmenu) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.
Newsflash Example
Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles to highlight to Users. It will display as much of an Article as you set, and will show a Read more... link to take the User to the full Article.
The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.
Plugins
One of the more advanced Extensions for Joomla! is the Plugin. In previous versions of Joomla! Plugins were known as Mambots. Aside from changing their name their functionality has been expanded. A Plugin is a section of code that runs when a pre-defined event happens within Joomla!. Editors are Plugins, for example, that execute when the Joomla! event onGetEditorArea occurs. Using a Plugin allows a developer to change the way their code behaves depending upon which Plugins are installed to react to an event.
Languages
New to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language en-GB - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles.
More information on languages is available from the
http://community.joomla.org/translations.html
','',-2,4,0,29,'2008-08-11 06:00:00',62,'','2008-08-11 06:00:00',62,0,'0000-00-00 00:00:00','2006-10-10 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',24,0,0,'About Joomla!, General, Extensions','',0,102,'robots=\nauthor='),(27,'The Joomla! Community','the-joomla-community','','Got a question? With more than 210,000 members, the Joomla! Discussion Forums at forum.joomla.org are a great resource for both new and experienced users. Ask your toughest questions the community is waiting to see what you\'ll do with your Joomla! site.
Do you want to show off your new Joomla! Web site? Visit the Site Showcase section of our forum.
Do you want to contribute?
If you think working with Joomla is fun, wait until you start working on it. We\'re passionate about helping Joomla users become contributors. There are many ways you can help Joomla\'s development:
- Submit news about Joomla. We syndicate Joomla-related news on JoomlaConnectTM. If you have Joomla news that you would like to share with the community, find out how to get connected here.
- Report bugs and request features in our trackers. Please read Reporting Bugs, for details on how we like our bug reports served up
- Submit patches for new and/or fixed behaviour. Please read Submitting Patches, for details on how to submit a patch.
- Join the developer forums and share your ideas for how to improve Joomla. We\'re always open to suggestions, although we\'re likely to be sceptical of large-scale suggestions without some code to back it up.
- Join any of the Joomla Working Groups and bring your personal expertise to the Joomla community.
These are just a few ways you can contribute. See Contribute to Joomla for many more ways.
','',-2,4,0,30,'2008-08-12 16:50:48',62,'','2008-08-12 16:50:48',62,0,'0000-00-00 00:00:00','2006-10-11 02:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,0,'','',0,52,'robots=\nauthor='),(28,'How do I install Joomla! 1.5?','how-do-i-install-joomla-15','','Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser.
Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start.
For full details on the installation processes check out the Installation Manual on the Joomla! Help Site where you will also find download instructions for a PDF version too.
','',-2,3,0,31,'2008-08-11 01:10:59',62,'','2008-08-11 01:10:59',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,5,'robots=\nauthor='),(29,'What is the purpose of the collation selection in the installation screen?','what-is-the-purpose-of-the-collation-selection-in-the-installation-screen','','The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don\'t know which collation you need, select the \"utf8_general_ci\" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that \"utf8_general_ci is suitable.','',-2,3,0,32,'2008-08-11 03:11:38',62,'','2008-08-11 03:11:38',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',4,0,0,'','',0,6,'robots=\nauthor='),(30,'What languages are supported by Joomla! 1.5?','what-languages-are-supported-by-joomla-15','','Within the Installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay, Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added all the time.
By default the English language is installed for the Back and Front-ends. You can download additional language files from the Joomla!Extensions Directory. ','',-2,3,0,32,'2008-08-11 01:12:18',62,'','2008-08-11 01:12:18',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,8,'robots=\nauthor='),(31,'Is it useful to install the sample data?','is-it-useful-to-install-the-sample-data','','Well you are reading it right now! This depends on what you want to achieve. If you are new to Joomla! and have no clue how it all fits together, just install the sample data. If you don\'t like the English sample data because you - for instance - speak Chinese, then leave it out.','',-2,3,0,27,'2008-08-11 09:12:55',62,'','2008-08-11 09:12:55',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,3,'robots=\nauthor='),(32,'Where is the Static Content Item?','where-is-the-static-content','','In Joomla! versions prior to 1.5 there were separate processes for creating a Static Content Item and normal Content Items. The processes have been combined now and whilst both content types are still around they are renamed as Articles for Content Items and Uncategorized Articles for Static Content Items.
If you want to create a static item, create a new Article in the same way as for standard content and rather than relating this to a particular Section and Category just select Uncategorized as the option in the Section and Category drop down lists.
','',-2,3,0,28,'2008-08-10 23:13:33',62,'','2008-08-10 23:13:33',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,5,'robots=\nauthor='),(33,'What is an Uncategorised Article?','what-is-uncategorised-article','','Most Articles will be assigned to a Section and Category. In many cases, you might not know where you want it to appear so put the Article in the Uncategorized Section/Category. The Articles marked as Uncategorized are handled as static content.','',-2,3,0,31,'2008-08-11 15:14:11',62,'','2008-08-11 15:14:11',62,0,'0000-00-00 00:00:00','2006-10-10 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,6,'robots=\nauthor='),(34,'Does the PDF icon render pictures and special characters?','does-the-pdf-icon-render-pictures-and-special-characters','','Yes! Prior to Joomla! 1.5, only the text values of an Article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete Article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.','',-2,3,0,32,'2008-08-11 17:14:57',62,'','2008-08-11 17:14:57',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,6,'robots=\nauthor='),(35,'Is it possible to change A Menu Item\'s Type?','is-it-possible-to-change-the-types-of-menu-entries','','You indeed can change the Menu Item\'s Type to whatever you want, even after they have been created.
If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel->Menus Menu->[menuname]->Menu Item Manager and edit the Menu Item. Select the Change Type button and choose the new style of Menu Item Type from the available list. Thereafter, alter the Details and Parameters to reconfigure the display for the new selection as you require it.
','',-2,3,0,31,'2008-08-10 23:15:36',62,'','2008-08-10 23:15:36',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,18,'robots=\nauthor='),(36,'Where did the Installers go?','where-did-the-installer-go','','The improved Installer can be found under the Extensions Menu. With versions prior to Joomla! 1.5 you needed to select a specific Extension type when you wanted to install it and use the Installer associated with it, with Joomla! 1.5 you just select the Extension you want to upload, and click on install. The Installer will do all the hard work for you.','',-2,3,0,28,'2008-08-10 23:16:20',62,'','2008-08-10 23:16:20',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(37,'Where did the Mambots go?','where-did-the-mambots-go','','Mambots have been renamed as Plugins.
Mambots were introduced in Mambo and offered possibilities to add plug-in logic to your site mainly for the purpose of manipulating content. In Joomla! 1.5, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.
','',-2,3,0,28,'2008-08-11 09:17:00',62,'','2008-08-11 09:17:00',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(38,'I installed with my own language, but the Back-end is still in English','i-installed-with-my-own-language-but-the-back-end-is-still-in-english','','A lot of different languages are available for the Back-end, but by default this language may not be installed. If you want a translated Back-end, get your language pack and install it using the Extension Installer. After this, go to the Extensions Menu, select Language Manager and make your language the default one. Your Back-end will be translated immediately.
Users who have access rights to the Back-end may choose the language they prefer in their Personal Details parameters. This is of also true for the Front-end language.
A good place to find where to download your languages and localised versions of Joomla! is Translations for Joomla! on JED.
','',-2,3,0,32,'2008-08-11 17:18:14',62,'','2008-08-11 17:18:14',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,7,'robots=\nauthor='),(39,'How do I remove an Article?','how-do-i-remove-an-article','','To completely remove an Article, select the Articles that you want to delete and move them to the Trash. Next, open the Article Trash in the Content Menu and select the Articles you want to delete. After deleting an Article, it is no longer available as it has been deleted from the database and it is not possible to undo this operation.
','',-2,3,0,27,'2008-08-11 09:19:01',62,'','2008-08-11 09:19:01',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(40,'What is the difference between Archiving and Trashing an Article? ','what-is-the-difference-between-archiving-and-trashing-an-article','','When you Archive an Article, the content is put into a state which removes it from your site as published content. The Article is still available from within the Control Panel and can be retrieved for editing or republishing purposes. Trashed Articles are just one step from being permanently deleted but are still available until you Remove them from the Trash Manager. You should use Archive if you consider an Article important, but not current. Trash should be used when you want to delete the content entirely from your site and from future search results.
','',-2,3,0,27,'2008-08-11 05:19:43',62,'','2008-08-11 05:19:43',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,5,'robots=\nauthor='),(41,'Newsflash 5','newsflash-5','','Joomla! 1.5 - \'Experience the Freedom\'!. It has never been easier to create your own dynamic Web site. Manage all your content from the best CMS admin interface and in virtually any language you speak.','',-2,1,0,3,'2008-08-12 00:17:31',62,'','2008-08-12 00:17:31',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,4,'robots=\nauthor='),(42,'Newsflash 4','newsflash-4','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, buses will be told to slow down in residential motherboards.','',-2,1,0,3,'2008-08-12 00:25:50',62,'','2008-08-12 00:25:50',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,5,'robots=\nauthor='),(43,'Example Pages and Menu Links','example-pages-and-menu-links','','This page is an example of content that is Uncategorized; that is, it does not belong to any Section or Category. You will see there is a new Menu in the left column. It shows links to the same content presented in 4 different page layouts.
- Section Blog
- Section Table
- Blog Category
- Category Table
Follow the links in the Example Pages Menu to see some of the options available to you to present all the different types of content included within the default installation of Joomla!.
This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the Menu Manager->[menuname]->Menu Items Manager.
','',-2,0,0,0,'2008-08-12 09:26:52',62,'','2008-08-12 09:26:52',62,0,'0000-00-00 00:00:00','2006-10-11 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'Uncategorized, Uncategorized, Example Pages and Menu Links','',0,43,'robots=\nauthor='),(44,'Joomla! Security Strike Team','joomla-security-strike-team','','The Joomla! Project has assembled a top-notch team of experts to form the new Joomla! Security Strike Team. This new team will solely focus on investigating and resolving security issues. Instead of working in relative secrecy, the JSST will have a strong public-facing presence at the Joomla! Security Center.
','The new JSST will call the new Joomla! Security Center their home base. The Security Center provides a public presence for security issues and a platform for the JSST to help the general public better understand security and how it relates to Joomla!. The Security Center also offers users a clearer understanding of how security issues are handled. There\'s also a news feed, which provides subscribers an up-to-the-minute notification of security issues as they arise.
',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(45,'Joomla! Community Portal','joomla-community-portal','','The Joomla! Community Portal is now online. There, you will find a constant source of information about the activities of contributors powering the Joomla! Project. Learn about Joomla! Events worldwide, and see if there is a Joomla! User Group nearby.
The Joomla! Community Magazine promises an interesting overview of feature articles, community accomplishments, learning topics, and project updates each month. Also, check out JoomlaConnect. This aggregated RSS feed brings together Joomla! news from all over the world in your language. Get the latest and greatest by clicking here.
','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,0,'','',0,5,'robots=\nauthor='),(46,'Instalacje elektryczne','instalacje-elektryczne','','
\r\n
Świadczymy usługi elektryczne w szerokim zakresie. Począwszy od niewielkich instalacji w mieszkaniach skończywszy na rozbudowanych instalacjach strukturalnych.
Posiadamy doświadczenie w projektowaniu instalacji w oparciu o potrzeby klienta jak i w realizacji gotowych projektów elektrycznych.
W trakcie prac instalatorskich pozostajemy w kontakcie z naszym klientem tak aby praca przebiegała jak najbardziej efektywnie.
Instalacje elektryczne wykonujemy we wszystkich typach obiektów:
- mieszkaniach
- domach
- halach
- fabrykach
- magazynach
Okablowanie elektryczne układamy:
\r\nPodtynkowo – na murach przed położeniem tynków lub regipsów
\r\nNatynkowo - w listwach lub rurach PCV
\r\nW bruzdach – na ścianach, posadzkach lub stropach
\r\nNapowietrznie – przewody podwieszane do linek nośnych
\r\nZiemnie – w wykopach ziemnych
\r\n\r\n\r\n
Wszystkie prace wykonujemy zgodnie z obowiązującymi normami.
\r\n
Nasi pracownicy posiadają uprawnienia SEP do 1kV
\r\n
\r\n\r\n','',1,0,0,0,'2009-06-23 11:30:52',62,'','2012-07-02 18:30:08',62,0,'0000-00-00 00:00:00','2009-06-23 11:30:52','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',20,0,18,'','',0,900,'robots=\nauthor='),(58,'Maszt','maszt','','
\r\n
Jesteśmy producentem i wykonawcą niewielkich masztów opartych na konstrukcjach wolnostojących. Nasze maszty projektujemy i wykonujemy indywidualnie do miejsca oraz środowiska w którym będą się znajdować. Maszty tego typu mają bardzo uniwersalne zastosowanie.
Cały zestaw jest zbudowany z elementów rozkręcanych. Nie wymagają wierceń, mocowań ani zakotwienia. Są to konstrukcje bezinwazyjne.
','',0,0,0,0,'2010-05-11 19:16:19',62,'','2012-07-02 18:26:14',62,0,'0000-00-00 00:00:00','2010-05-11 19:16:19','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',3,0,7,'','',0,234,'robots=\nauthor='),(47,'Instalacje tv-sat','instalacje-tv-sat','','
\r\n
Oferuje Państwu kompleksowy montaż anten oraz tunerów telewizji satelitarnej. W ramach tej usługi wykonuje montaż masztów, pod masztów oraz małych uchwytów do anten satelitarnych. Stroje i kalibruje anteny na dowolną satelitę nadawczą.
Wykonuje pełne okablowanie kablem koncentrycznym do wszelkich standardów odbioru telewizji HD oraz HD z nagrywaniem.
Uruchomiam tunery telewizji satelitarnej wraz z podłączeniem do telewizora. Mam doświadczenie w instalowaniu i uruchamianiu odbioru telewizji CYFRA+, CYFROWY POLSAT oraz TELEWIZJA N, a także w strojeniu anten na satelity HOTBIRD i ASTRA.
Instaluje również anteny do odbioru tradycyjnej telewizji ze stacji naziemnych oraz DVB-T.
\r\n\r\n\r\n
','',1,0,0,0,'2009-06-23 11:31:57',62,'','2013-01-17 23:17:50',62,0,'0000-00-00 00:00:00','2009-06-23 11:31:57','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',15,0,2,'','',0,1205,'robots=\nauthor='),(48,'Wifi','wifi','','
\r\nInternet bezprzewodowy jest nie zastąpiony jeśli zależy Wam na mobilności Waszego laptopa. Za pomocą routera Wi-Fi lub Access Pointa rozwiążemy problem kabli.
\r\nZasięg takich urządzeń z reguły obejmuje teren naszej posesji lub biura. Wszystkie instalowane przez nas urządzenia bezprzewodowe konfigurujemy tak aby sieć internetowa była zabezpieczona przed dostępem osób nie uprawnionych.
\r\n
\r\n
\r\nW naszej ofercie świadczymy także:
\r\n- montaż AP typu punkt – punkt na duże odległości między obiektami o bezpośredniej widoczności
\r\n- Access Pointy dookólne (hotspot)
\r\n- Access Pointy kierunkowe lub sektorowe
\r\n\r\nNaszą specjalnością jest instalacja infrastrukury dostępu do internetu dla obietków komercyjnych m.in:
\r\n- ośrodki wczasowe o dużej powierzchni terenu
\r\n- plaże
\r\n- pola namiotowe
\r\n- baseny
\r\n- kawiarnie, puby, restauracje
\r\n- hotele
\r\n- imprezy okolicznościowe
\r\n\r\n
ZASADA DZIAŁANIA
\r\n
\r\n
Rozwiązania które chcemy Państwu zaproponować, opierają się na zasadzie budowy lokalnej sieci internetowej (LAN) z wykorzystaniem technologii bezprzewodowego przesyłu danych (WiFi). Niewątpliwą zaletą tego rozwiązania jest brak konieczności układania okablowania, oraz podniesienie standardu obiektu lub terenu.
\r\n
\r\n
Urządzenie centralne jest jednocześnie głównym punktem dostępowym (AP), który jako jedyny musi być podłączony do internetu. Główny AP z reguły pozwala na pokrycie siecią do 1000m2 w terenie lekko zabudowanym.
\r\n
\r\n
Instalacja dla domu lub obiektu o niewielkiej kubaturze wygląda to następująco:
\r\n
\r\n \r\n

\r\n
\r\n \r\n
\r\n\r\n
Gdy jedno urządzenie nie wystarcza, umieszcza się drugie, tam gdzie pole jest zbyt słabe. Urządzenia komunikują się między sobą, dzięki temu możemy dokładać kolejne tak, aby pokryć siecią WiFi cały teren obiektu lub terenu.
\r\n
Dla domu o dużej kubaturze wygląda to następująco:
\r\n
\r\n \r\n\r\n \r\n
\r\n\r\n
Istnieje możliwość rozbudowy tego sytemu gdy powierzchnia jest więszka. Polega to na zwiększeniu liczby fizycznych Access Pointów (AP) tak aby pokryły całą powierzchnię ośrodka lub hotelu.
\r\n
Dla ośrodka odmków letniskowych lub pola namiotowego wygląda to następująco:
\r\n
\r\n \r\n\r\n \r\n\r\n\r\n
Dla terenu domków letniskowych punkty mogą być rozmieszczone w określonych domkach a dla pola namiotowego punkty dostępowe mogą być na latarniach oświetleniowych lub w miejscach gdzie jest możliwość podączenia do prądu elektrycznego.
\r\n
Istnieje też możliwość pokrycia siecią internetową WiFi terenu plaży. Z reguły punkty dostępowe montuje się na latarniach wzdłuż plaży. \r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n\r\n
MOŻLIWOŚCI
\r\n
\r\n
Główne urządzenie centralne jest w pełni programowalne i można je dostosować indywidualne według Państwa potrzeb takich jak:
\r\n
\r\n
- dostęp do Internetu na określony czas za pomocą kodu jednorazowego
\r\n
- ograniczenie przepustowości łącza dla poszczególnego urządzenia
\r\n
- ograniczenie dostępu do usług takich jak streaming (youtube, TV itp.)
\r\n
- bilingowanie wykorzystania łącza (internet za opłatą)
\r\n
- strona reklamowa w sieci LAN i wiele innych .
\r\n
\r\n
ZALETY
\r\n
\r\n
Urządzenia, które proponujemy są urządzeniami wysokiej klasy. Nie wymagają doraźnego serwisu. Mogą pracować wewnątrz budynku jak i na zewnątrz. Wytrzymują ekstremalne warunki atmosferyczne takie jak:
\r\n
- temperatura pracy od -15 do 65 stopni Celsjusza
\r\n
- wilgotność do 95%
\r\n
- wiatr itp.
\r\n
Instalacja internetu bezprzewodowego dla urządzeń mobilnych z pewnością podwyższy konkurencyjność obiektu, a możliwość bilingowania urządzeń pozwoli na pozyskanie środków na utrzymanie infrastruktury.
\r\n
\r\n
\r\n\r\n
Rozwiązania które chcę Panu zaproponować, opierają się na zasadzie budowy lokalnej sieci internetowej (LAN) z wykorzystaniem technologii bezprzewodowego przesyłu danych (WiFi). Niewątpliwą zaletą tego rozwiązania jest brak konieczności układania okablowania, oraz podniesienie standardu obiektu lub terenu.
\r\n
Urządzenie centralne jest jednocześnie głównym punktem dostępowym (AP), który jako jedyny musi być podłączony do internetu. Główny AP z reguły pozwala na pokrycie siecią do 1000m2 w terenie lekko zabudowanym. Gdy jedno urządzenie nie wystarcza, umieszcza się drugie, tam gdzie pole jest zbyt słabe. Urządzenia komunikują się między sobą, dzięki temu możemy dokładać kolejne tak, aby pokryć siecią WiFi cały teren obiektu lub terenu. ','',1,0,0,0,'2009-06-23 11:32:32',62,'','2012-07-02 18:29:47',62,0,'0000-00-00 00:00:00','2009-06-23 11:32:32','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',28,0,17,'','',0,1050,'robots=\nauthor='),(49,'Kontakt','kontakt','',' \r\nJestem do Państwa dyspozycji w godzinach 9-17
\r\nIstnieje możliwość instalacji w późniejszych godzinach. W tym celu proszę o kontakt telefoniczny.
\r\n
\r\nEBIS Krzysztof Szargiej
\r\nul. Karłowicza 11/2
\r\n71-102 Szczecin
\r\nNIP 521-112-45-46
\r\nREGON: 320581549
\r\nemail: biuro (na) ebis.com.pl
\r\ntel 505-521-525
\r\n
\r\n
','',1,0,0,0,'2009-06-23 11:32:52',62,'','2013-02-06 21:55:59',62,0,'0000-00-00 00:00:00','2009-06-23 11:32:52','0000-00-00 00:00:00','','','show_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',14,0,16,'','',0,1318,'robots=\nauthor='),(50,'Kontrola dostępu','kontrola-dostpu','','
\r\n
Kontrola dostępu ma zadanie kontrolować dostęp do obiektów i pomieszczeń dla pracowników, personelu oraz osób wizytujących u Was. Może istnieć samodzielnie jak i współpracować z systemem alarmowym.
Kontrola dostępu może odbywać się na zasadzie kodów wpisywanych do szyfratorów, kart zbliżeniowych oraz innych sposobów personalizacji osób takich jak czytnik siatkówki oka.
Istnieje możliwość połączenia kilku rozwiązań w celu wyeliminowania kradzieży tożsamości przez osoby nieuprawnione.
Dzięki kontroli dostępu możemy monitorować czas przyjścia i wyjścia z firmy Waszych pracowników.
','',0,0,0,0,'2009-06-23 11:33:05',62,'','2012-07-02 18:29:23',62,0,'0000-00-00 00:00:00','2009-06-23 11:33:05','0000-00-00 00:00:00','','','show_title=1\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=',6,0,15,'','',0,182,'robots=\nauthor='),(51,'O Firmie','o-firmie','','
\r\nWitamy na stronie internetowej firmy EBIS.
\r\nMoja firma specjalizuje się w instalacjach telewizyjnych oraz telekomunikacyjnych i elektrycznych.
\r\nZakrez usług które mogę Państwu zaoferować to:
\r\n- budowa struktur telekomunikacyjnych opartych o technologie światłowodowe
\r\n- instalacje telewizyjne
\r\n- sieci LAN
\r\n- systemy bezprzewodowego przesyłania danych WiFi
\r\n- instalacje elektryczne
\r\n
\r\nMoja oferta skierowana jest do klientów indywidualnych jak i firm oraz przedsiębiorstw.
\r\nZapewniam Państwu wysoką jakość usług oraz termonową realizację wykonywanych prac.
\r\nZapraszam Państwa do skorzystania z moich usług, w zamian gwaranuje pełną satysfakcję.
\r\n
','',1,0,0,0,'2009-06-23 11:33:21',62,'','2013-01-17 23:14:33',62,0,'0000-00-00 00:00:00','2009-06-23 11:33:21','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=\nshow_category=0\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=',58,0,14,'','',0,860,'robots=\nauthor='),(59,'404','404','','404: Not Found
\r\nSorry, but the content you requested could not be found
','',0,0,0,0,'2004-11-11 12:44:38',62,'','2012-07-02 18:25:57',62,0,'0000-00-00 00:00:00','2004-10-17 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,0,'robots=\nauthor=0'),(52,'Referencje','referencje','',' Inwestor nieruchomości
Comp Safe Support
Skład drewna – Dobra Szczecińska
Prywatny inwestor – Dołuje
','',0,0,0,0,'2009-06-23 11:33:45',62,'','2009-07-07 21:02:57',62,62,'2011-11-29 11:08:56','2009-06-23 11:33: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=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,20,'robots=\nauthor='),(53,'Serwis','serwis','','
Jesteśmy do Państwa dyspozycji od poniedziałku do piątku od godziny 8.00 do godziny 17.00','',0,0,0,0,'2009-06-23 11:34:08',62,'','2012-07-02 18:27:36',62,0,'0000-00-00 00:00:00','2009-06-23 11:34:08','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=',6,0,12,'','',0,193,'robots=\nauthor='),(54,'Sieci Lan','sieci-lan-i-wan','','
\r\nW dzisiejszych czasach Internet w firmie czy w domu jest standardem. Dzięki sieciom LAN można go dostarczyć do każdego stanowiska komputerowego.
Okablowanie można rozprowadzić na etapie układanie Instalacji Elektrycznej dzięki temu Internet będzie w gniazdkach systemowych obok telefonu, telewizji oraz prądu.
Okablowanie sieci LAN montujemy także w listwach natynkowych lub rurach w zależności od potrzeb klienta. Bardzo estetycznie wygląda montaż okablowania w korytach systemowych.
Aby uruchomić sieć LAN wyposażamy ją w niezbędne urządzenia takie jak switche oraz routery. Kompleksowym rozwiązaniem jest umieszczenie wszystkich urządzeń w szafie rakowej, dzięki czemu Wasza sieć będzie nie tylko estetyczna ale i funkcjonalna.
','',1,0,0,0,'2009-06-23 11:34:25',62,'','2012-10-24 23:05:51',62,0,'0000-00-00 00:00:00','2009-06-23 11:34:25','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',11,0,11,'','',0,899,'robots=\nauthor='),(55,'Systemy alarmowe','systemy-alarmowe','','
\r\n
Jedną z kluczowych specjalności naszej firmy są systemy zabezpieczeń. Każdy system zabezpieczeń wymaga indywidualnego projektu. Nasza oferta skierowana jest dla klienta ceniącego bezpieczeństwo i niezawodność.
Dlatego nasze zabezpieczenia oparte są tylko na sprawdzonych centralach od dobrych producentów oraz na estetycznych i niezawodnych czujnikach.
Wszystkie nasze instalacje są projektowane tak aby wyeliminować możliwość powstania fałszywych alarmów, które szczególnie nadwyrężają zaufanie użytkowników.
W ofercie posiadamy proste i niewielkie instalacje dla niewielkich obiektów jak i rozbudowane systemy które nie tylko powiadomią Was telefonicznie o alarmie ale i dadzą możliwość zdalnego sterowania i kontrolowania Waszego Inteligentnego Domu*.
Do systemu alarmowego można podłączyć kontrolę dostępu.
*Inteligenty dom przy opcji kompleksowego dostosowania instalacji elektrycznej.','',0,0,0,0,'2009-06-23 11:34:46',62,'','2012-07-02 18:27:05',62,0,'0000-00-00 00:00:00','2009-06-23 11:34:46','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',12,0,10,'','',0,241,'robots=\nauthor='),(56,'Telewizja przemysłowa','telewizja-przemysowa','','
\r\n
Telewizja przemysłowa służy do monitorowania obiektów na zewnątrz jak i wewnątrz. Oferujemy Państwu szeroki wachlarz możliwości w tym zakresie.
W ofercie posiadamy tradycyjne systemy oparte na kamerach kolorowych i czarno białych skierowanych tak aby monitorowały dany obszar jak i kamery sterowane poprzez konsole.
Kamery sterowane poprzez konsole lub komputer można obracać w pionie i poziomie a obraz można przybliżać lub oddalać.
Każdy system można podłączyć do systemu rejestracji obrazu na nośnikach pamięci. Oferujemy Państwu także możliwość zdalnego podglądu obrazu poprzez Internet.
Systemy monitoringu mogą współpracować z systemem alarmowym. ','',1,0,0,0,'2009-06-23 11:35:07',62,'','2012-07-02 18:26:41',62,0,'0000-00-00 00:00:00','2009-06-23 11:35:07','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',12,0,8,'','',0,694,'robots=\nauthor='),(57,'Poradnik','poradnik','','Jeśli mamy już mury i stropy czas na kolejny etap budowy. Teraz będą nam potrzebni hydraulicy i elektrycy oraz specjaliści od okien. Ze względu na specyfikę prac najlepiej jest najpierw wykonać czynności związane z hydrauliką a następnie zamówić fachowca od elektryki. Są przynajmniej dwa powody: zawsze łatwiej przewodem ominąć rurę niż rurą omijać przewód, a po drugie przewody nie mogą przeszkadzać w przyszłości montażowi kaloryferów i pieca.
\r\nPrzed zleceniem wykonania usługi przez elektryka warto się zastanowić nad rozplanowaniem urządzania pomieszczeń tak aby gniazda prądowe nie znalazły się w szafie albo za kominkiem. Należy przy tym zwrócić uwagę że w niektórych miejscach będzie trzeba podłączyć kilka odbiorników i trzeba będzie zamontować kilka gniazd prądowych obok siebie. Ważniejszą sprawą od rozplanowania gniazd prądowych jest kwestia oświetlenia.
\r\nNa dzień dzisiejszy produkuje się bardzo ciekawe i nowoczesne źródła światła. Począwszy od żarówek i halogenów skończywszy na oświetleniu diodami LED. Do salonu najlepsze będą trzy rodzaje oświetlenia: główne centralne, pomocnicze punktowe na przykład halogenowe i listwy ledowe tworzące półmrok. Do kuchni przyda się oświetlenie główne i ledowe pod szafkami przy podłodze. Jeśli w kuchni są szafki można pomyśleć o oświetleniu wewnątrz nich tak aby po ich otwarciu widać było co w nich jest. Ta sama kwestia tyczy się pozostałych pomieszczeń. Każdy dobry elektryk jest w stanie wykonać instalację pod dowolną aranżację jeśli tylko wyjawi się mu się swoje plany.
\r\nSkoro elektryka już jest zaplanowana to nadszedł kolejny etap planowania okablowania naszego domu. Trzeba pamiętać o przewodach telewizyjnych i alarmowych oraz o przewodzie do czujnika temperatury pieca oraz o gniazdach internetowych. Prawie w każdym pomieszczeniu naszego domu będziemy chcieli w przyszłości mieś możliwość podłączenia telewizora oraz komputera do Internetu. System alarmowy też wymaga rozplanowania tak aby był łatwy i przyjazny w obsłudze. Dlatego przyda nam się szyfrator w garażu, przy wejściu oraz na piętrze przy sypialni. Wszystko to należy do zadań dobrego elektryka.
\r\nKażde medium musi mieć węzeł. Dla elektryki jest to tablica rozdzielcza z bezpiecznikami. Dla telewizji i Internetu wystarczy że wszystkie przewody zbiegają się w jednym miejscu na poddaszu, piwnicy lub garażu. System alarmowy ma natomiast inne wymagania. Węzeł takiego systemu musi być w miejscu trudno dostępnym i mało widocznym. Wszystkie węzły wymagają zasilania czyli musimy powiadomić elektryka o tym gdzie co ma być tak aby zostało doprowadzone zasilanie do tych systemów. Media takie jak Internet i telewizja wymagają dodatkowych połączeń a mianowicie na dach dla telewizji kablowej i intentetu bezprzewodowego oraz w kierunku ulicy bo może kiedyś przy naszym domu pojawi się telekomunikacja i telewizja kablowa.
\r\nWszystkie rury oraz kable są już położone i przyszedł etap na położenie tynków. Teraz elektrycy kładą gruby przewód i inne media od naszej rozdzielni od skrzyni ZK przy ulicy oraz do domofonu i elektrycznej bramy oraz bramofonu. Po wyschnięciu tynków elektrycy mogą przystąpić do montowania gniazd prądowych, internetowych, telewizyjnych oraz elementów systemu alarmowego. Najlepiej prace te wykonywać po malowaniu pomieszczeń.
\r\nKolejnym etapem odbioru elektryki są pomiary elektryczne. Przy pomiarach nie ma taryfy ulgowej, z prądem nie ma żartów. Wszystkie obwody muszą być bezpieczne i być podłączone od odpowiednich bezpieczników. Często zdarza się że trzeba wykonać dodatkowy obwód uziemiający na zewnątrz domu. W tym celu wbija się uziomy w kilku miejscach i łączy się je. Czynności pomiarowe przydadzą się później przy podłączeniu domu do skrzyni ZK oraz na przełączeniu budowy z prądu budowlanego na mieszkalny.
','',1,0,0,0,'2009-06-23 11:40:56',62,'','2012-07-02 18:26:56',62,0,'0000-00-00 00:00:00','2009-06-23 11:40:56','0000-00-00 00:00:00','','','show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\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=',7,0,9,'','',0,860,'robots=\nauthor='),(60,'Cennik','cennik','','Cennik poglądowy
\r\nCeny mogą się różnić od podanych w cenniku ze względu na zakrez powierzonych prac.
\r\n\r\n\r\n\r\nRODZAJ USŁUGI | \r\nOPIS USŁUGI | \r\nCENA NETTO | \r\n
\r\n\r\nŚwiatłowody | \r\nSpawanie włókien 1-12 | \r\n\r\n 30 zł \r\n | \r\n
\r\n\r\nŚwiatłowody | \r\nSpawanie włókien 13-48 | \r\n\r\n 25 zł \r\n | \r\n
\r\n\r\nŚwiatłowody | \r\nSpawanie włókien 49-> | \r\n\r\n 20 zł \r\n | \r\n
\r\n\r\nŚwiatłowody | \r\nPomiar reflektometryczny jedno - wielomodowy (850-1310-1550) | \r\n15 zł | \r\n
\r\n\r\nTelewizja satelitarna | \r\n\r\n Montaż anteny do odbioru telewizji satelitarnej \r\nUsługa obejmuje: \r\n- montaż podmasztu \r\n- montaż anteny do odbioru telewizji satelitarnej \r\n- zestrojenie anteny z satelitą \r\n- doprowadzenie kabla koncentrycznego \r\n- uruchomienie odbiornika telewizji satelitarnej \r\n- podłączenie tunera do telewizora \r\n | \r\n199 zł | \r\n
\r\n\r\nTelewizja naziemna
| \r\n\r\n Montaż anteny do odbioru telewizji naziemnej \r\nUsługa obejmuje: \r\n- montaż podmasztu \r\n- montaż anteny szerokopasmowej \r\n- ustawienie anteny względem nadajnika \r\n- doprowadzenie kabla koncentrcznego \r\n- uruchomienie odbiornika telewizyjnego \r\n | \r\n169 zł | \r\n
\r\n\r\nTelewizja | \r\n\r\n Montaż gniazda telewizji satelitarnej lub naziemnej \r\nUsługa obejmuje: \r\n- wywiercenie otworu pod puszkę \r\n- osadzenei puszki w otworze \r\n- podłączenie kabla do gniazda \r\n- montaż oprawy lub ramki. Biały montaż \r\n | \r\n40 zł | \r\n
\r\n\r\nInstalacje elektryczne | \r\n\r\n Montaż instalacji elektrycznej / punkt elektryczny \r\nUsługa obejmuje: \r\n- wywiercenie otworu pod puszkę elektryczną podtynkową \r\n- osadzenie puszki w otworze \r\n- podłączenie kabla do gniazda elektrycznego \r\n- montaż oprawy lub ramki. Biały montaż. \r\n \r\n | \r\n35 zł | \r\n
\r\n\r\nInstalacje elektryczne | \r\n\r\n Montaż instalacji oświetleniowej / punkt elektryczny \r\nUsługa obejmuje: \r\n- wywiercenie otworu pod puszkę ekektryczną włącznika \r\n- osadzenie puszki w otworze \r\n- montaż oprawy włącznika z podłączeniem. Biały montaż. \r\n | \r\n35 zł | \r\n
\r\n\r\nInstalacje elektryczne | \r\nMontaż oprawy lampy sufitowej lub kinkietu z podłączeniem | \r\n25 zł | \r\n
\r\n\r\nInstalacje elektryczne | \r\nMontaż oprawy lampy zewnętrznej | \r\n35 zł | \r\n
\r\n\r\nInstalacje elektryczne | \r\n\r\n Montaż rozdzielnicy 12 - 24 obwody \r\nMontaż rozdzielnicy 36 - 48 obwodów \r\nMontaż rozdzielnicy 56 -104 obwody \r\n | \r\n\r\n 120 zł \r\n160 zł \r\n200 zł \r\n | \r\n
\r\n\r\nInstalacje elektryczne | \r\nMontaż i podłączenie jednego obwodu w rozdzielnicy | \r\n15 zł | \r\n
\r\n\r\nSieci LAN | \r\n\r\n Montaż instalacji sieci LAN \r\nUsługa obejmuje: \r\n- wywiercenie otworu pod puszkę elektryczną podtynkową \r\n- osadzenie puszki elektrycznej w otworze \r\n- zakrosowanie kabla do gniazda RJ 45 lub RJ 11 \r\n- montaż oprawki lub ramki. Biały montaż. \r\n | \r\n40 zł | \r\n
\r\n\r\nSieci LAN | \r\nZakrosowanie kabla UTP w patchpanelu / obwód | \r\n10 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\n\r\n Montaż czujnika ruchu PIR \r\nUsługa obejmuje: \r\n- montaż czujnika ruchu PIR do ściany lub sufitu \r\n- podłączenie czujnika do kabla \r\n | \r\n30 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\nMontaż kontakrtonu do drzwi lub okna | \r\n35 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\nMontaż szyfratora ( kalwiatury ) wraz z podłączeniem | \r\n30 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\n\r\n Montaż obudowy centrali alarmowej wraz z osadzeniem \r\npłyty głównej oraz modułów dodatkowych \r\n | \r\n100 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\n\r\n Podłączenie i uruchomienie centali alarmowej / obwód \r\nUsługa obejmuje: \r\n- podłączenie obwodu do centali alarmowej \r\n- zaprogramowanie centrali w/g potrzeb klienta \r\n | \r\n29 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\n\r\n Montaż sygnalizatora opto - akustycznego na zewnątrz \r\nbudynku do wyskokości 5m z podłączeniem \r\n | \r\n100 zł | \r\n
\r\n\r\nInstalacje alarmowe | \r\nMontaż sygnalizatora opto - akustycznego wewnętrznego | \r\n35 zł | \r\n
\r\n\r\nTelewizja CCTV | \r\nMontaż kamery kopułkowej wewnętrznej wraz z podłączeniem | \r\n50 zł | \r\n
\r\n\r\nTelewizja CCTV | \r\nMontaż kamery zewnętrznej do wysokości 5m z podłączeniem | \r\n80 zł | \r\n
\r\n\r\nTelewizja CCTV | \r\nPodłączenie i programowanie rejestratora / obwód | \r\n15 zł | \r\n
\r\n\r\nPrace dodatkowe | \r\n\r\n Ułożenie 1mb kabla prądowego, telewizyjnego, domofonowego, \r\nalarmowego, internetowego lub telefonicznego \r\n- na cegle lub tynku \r\n- na betonie \r\n- w bruzdzie na cegle lub tynku wraz z zasłonięciem \r\n- w bruzdzie na betonie wraz z zasłonięciem \r\n | \r\n\r\n \r\n \r\n1 zł \r\n3 zł \r\n7 zł \r\n18 zł \r\n | \r\n
\r\n\r\nPrace dodatkowe | \r\n\r\n Ułożenie 1mb kabla prądowego, telewizyjnego, domofonowego, \r\nalarmowego, internetowego lub telefonicznego w korytach \r\nkablowych PCV lub rurach PCV \r\n | \r\n3 zł | \r\n
\r\n\r\nPrace dodatkowe | \r\nMontaż 1mb koryta kablowego PCV lub rury PCV | \r\n2 zł | \r\n
\r\n\r\n\r\n Dojazd \r\n | \r\nDojazd ponad 15km (cena za km) | \r\n1zł | \r\n
\r\n\r\n
','',1,0,0,0,'2010-07-15 17:54:41',62,'','2013-01-17 22:39:25',62,0,'0000-00-00 00:00:00','2010-07-15 17:54:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',32,0,5,'','',0,4758,'robots=\nauthor='),(61,'Spawanie światłowodów','spawanie-wiatowodow','','
\r\n
\r\nTechnika spawania kabli światłowodowych polega na termicznym zespoleniu włókien za pomocą łuku elektrycznego. Wykonuje się to za pomocą spawarki światłowodowej. Dzięki takiej czynności strata sygnału optycznego w miejscu połączenia jest znikoma. Można ją zmierzyć wykonując pomiary reflektometryczne.
\r\n
\r\nFima EBIS zajmuje się spawaniem światłowodów w:
\r\n- przełącznicach światłowodowych rakowych
\r\n- przełącznicach światłowodowych naściennych
\r\n- mufach telekomunikacyjnych
\r\n- krosownicach światłowodowych
\r\n
\r\nSpawamy spawarką światłowodową Fujikura FSM-60s(F-60). 
\r\nJest to jedena z najlepszych spawarek światłowodowych na świecie.
\r\nDzięki temu jesteśmy w stanie wykonać spawy o tłumienności nie przekraczającej:
\r\n- dla włókna jednomodowego <0,02[dB]
\r\n- dla włókna wielomodowego <0,01[dB]
\r\nSpawamy kable z włóknami:
\r\n- jednomodowymi 9/125 (G.652, G.655)
\r\n- wielomodowymi 50/125(OM2, OM3, OM4), 62,5/125(OM1)
\r\n
\r\nDysponujemy reflektometrem firmy NOYES M200.
\r\nPomiary wykonujemy dla następujących długości fal:
\r\n- dla włókien jednomodowych 1310nm i 1550nm
\r\n- dla włókien wielomodowych 850nm i 1300nm
\r\nWykonujemy dokumentację pomiarową w formie elektronicznej i PDF.
\r\n
\r\nW ofercie posiadamy wszystkie niezbędne komponenty światłowodowe takie jak:
\r\n- przełącznice rakowe 1U, 2U, 3U z wyposażeniem
\r\n- przełącznice naścienne
\r\n- mufy optotelekomunikacyjne
\r\n- stelaże zapasu kabla
\r\n- systemy rozdzielania tub kablowych
\r\n- organizery kablowe
\r\n- pigtaile światłowodowe jedno i wielomodowe z zakończeniami SC, E-2000, ST, FC, LC i inne…
\r\n- patchcordy wielo i jedno modowe z różnymi zakończeniami
\r\n- adaptery światłowodowe do przełącznic
\r\n- patchcordy światłowodowe
\r\n- splitery WDM, tłumiki, izolatory, polaryzatory
\r\n- mux, demux CWDM DWDM
\r\n- szafy stojące i wiszące
\r\n
\r\n
\r\nWykonujemy wszelkie prace związane z budową niewielkich sieci światłowodowych:
\r\n- budowa torów kablowych w korytach, rurach, systemach typu baks
\r\n- montaż szaf rakowych stających i wiszących
\r\n- wyposażenie szaf rakowych
\r\n- dobór urządzeń pasywnych i aktywnych
\r\n- serwis i konserwacja
\r\n
','',1,0,0,0,'2012-01-02 10:35:13',62,'','2012-07-03 18:15:53',62,0,'0000-00-00 00:00:00','2012-01-02 10:35:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=0\nlink_section=\nshow_category=0\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',35,0,4,'','',0,1335,'robots=\nauthor='),(62,'Galeria','galeria','','Spawanie światłowodów. Przedsiębiorca prywatny.
\r\n

\r\n
\r\n Spawanie światłowodów. Przedsiębiorca prywatny.
\r\n
\r\n
\r\n
','',0,0,0,0,'2012-04-03 11:01:13',62,'','2013-01-17 22:46:36',62,0,'0000-00-00 00:00:00','2012-04-03 11:01:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,188,'robots=\nauthor='),(63,'Dekodery DVB-T','dekoderydvbt','','Za pomocą dekodera DVB-T podłączonego do instalacji antenowej i telewizora możemy odbierać sygnał
cyfrowej telewizji naziemnej. Instalujemy go wówczas kiedy posiadamy telewizor który nie
jest wypozażony w dekoder MPEG-4 lub telewizor starego typu.
\r\nDo końca kwietnia 2013r. w zachodniopomorskim będzie emitowany sygnał analogowy. Po tym termini
konieczna będzie instalacja dekodera BVB-T lub wymiana telewizora na nowszy.
\r\nPodane ceny są orientacyjne i zawierają dekoder wraz z dojazdem i podłączeniem na terenie szczecina.
\r\nW ofercie posiadamy następujące odbiorniki DVB-T
\r\n
\r\nMAXIMUM XO-106 DVB-T FTA USB PVR
\r\n
Cena dekorera wraz z podłączeniem 219 zł
\r\nCyfrowy odbiornik dla Naziemnej Telewizji Cyfrowej DVB-T Maximum XO-106 T FTA USB PVR, potrafi odebrać kanały DVB-T z kompresją MPEG-2 i MPEG-4, także w jakości HD. Posiada złącze USB 2.0 do nagrywania na zewnętrzne nośniki (dysk, pamięć). Charakteryzuje się bardzo niskim zużyciem energii elektrycznej, które wynosi 0,4W w stanie czuwania i 5W podczas pracy. Posiada polską wersja menu ekranowego oraz instrukcję w języku polskim. Wyposażony jest w wyjście HDMI, idealne do podłączenia płaskich telewizorów, zapewniające doskonałą jakość obrazu, jedno złącze SCART do podłączenia telewizorów starszego typu. Jest zgodny ze standardami: DVB-T, AVC, MPEG-2 and MPEG-4, obsługuje dźwięk Dolby Digital+ (e-AC3). Umożliwia odtwarzanie utworów muzycznych, zdjęć, filmów i plików multimedialnych. Dla wygody użytkownika został wyposażony w zewnętrzny zasilacz +5V.
- Wyjście HDMI, idealne dla płaskich telewizorów-doskonała jakość obrazu
- 7 dniowe EPG
- 1 x SCART
- Pełna zgodność ze standardami: DVB-T, AVC, MPEG-2 and MPEG-4
- obsługa dźwięku Dolby Digital Plus - e-AC3
- Odtwarzanie utworów, zdjęć, filmów i plików multimedialnych
- Zasilanie anteny 5V DC
- Wejście antenowe
- Nagrywanie na USB
- Niski pobór prądu (<5 W w trybie działania, <0,4 W w trybie standby)
- Zewnętrzny zasilacz +5V
\r\n
\r\nTELESYSTEM T6511 HD-
\r\n
Cena dekodera wraz z podłączeniem 230 zł
\r\nFirma Tele System, rynkowy lider w produkcji odbiorników systemów satelitarnych i naziemnych ma przyjemność zaprezentować Państwu nowy odbiornik naziemnej telewizji cyfrowej TS6511HD. Z odbiornikiem TS6511HD, zaprojektowanym do odbioru sygnału w standardzie High Definition, możecie Państwo oglądać programy telewizyjne we wspaniałej jakości video, a także, używając wyjścia HDMI znajdującego się w naszym urządzeniu, niesamowitej wręcz jakości dźwiękiem. Po połączeniu pamięci zewnętrznej przez port USB umieszczony w przednim panelu TS6511HD możliwe stanie się skorzystanie przez Państwa z funkcji REC & PLAY, która pozwala na nagrywanie i odtwarzanie programów telewizyjnych czy też filmów w dowolnie wybranym przez Państwa momencie.
W trakcie czuwania urządzenia (tzw. tryb „stand-by”), poprzez używanie funkcji „AUTOSCAN” odbiornik automatycznie
szukać będzie nowych kanałów telewizyjnych, które zostaną wyświetlone zaraz po jego włączeniu. Dzięki funkcji LCN, urządzenie automatycznie ułoży listę dostępnych kanałów. Ponadto, TS6511 wyposażony jest w funkcję EPG, dzięki której bez trudu wybierzecie Państwo interesujący was program.
Pełna kompatybilność ze standardami MPEG4 (H.264), MPEG2 oraz DVB-T
Możliwość zaprogramowania do 1000 kanałów
OSD Wielojęzykowe Menu - między innymi j.polski
Teletext oraz napisy
Funkcja LCN: Logical Channel Number (logiczna numeracja kanałów)
Funkcja EPG – Elektroniczny przewodnik po programach
AUTOSCAN: Automatyczne wyszukiwanie nowych kanałów
4-cyfrowy wyświetlacz
Wyjście HDMI v1.2
Port USB
Wyjście Double Scart
Funkcja PVR
SPDIF (coaxial) koncentryczne cyfrowe wyjście audio
Lista ulubionych kanałów
Funkcja przypominania o ulubionych programach
Funkcja przywracania ustawień fabrycznych
Szybka i prosta instalacja
Pilot
Wymiary mm: 220x160x38
\r\n
\r\nMaximum T-102 USB PVR
\r\n
\r\nCyfrowy odbiornik DVB-T MPEG4 z możliwością nagrywania.
- Wyjście HDMI, idealne dla płaskich telewizorów-doskonała jakość obrazu
- 7 dniowe EPG
- 2 x SCART
- Pełna zgodność ze standardami: DVB-T, AVC, MPEG-2 and MPEG-4
- obsługa dźwięku Dolby Digital Plus - e-AC3
- Odtwarzanie utworów, zdjęć, filmów i plików multimedialnych
- Zasilanie anteny 5V DC
- Przelotka RF
- Nagrywanie na USB
- Niski pobór prądu (<8 W w trybie działania, <0,5 W w trybie standby)
Najważniejsza wystawa branżowa w Polsce SAT KRAK 2011 zakończyła się sukcesem naszej marki. Odbiornik MAXIMUM T-102 USB PVR został uznany w plebiscycie zorganizowanym przez organizatorów targów za NAJLEPSZY ODBIORNIK DVB-T w POLSCE. Kolejna cenna nagroda dla produktów MAXIMUM. Dziękujemy za zaufanie i życzymy wszystkim użytkownikom naszych produktów zadowolenia i 100 % satysfakcji.
\r\n
\r\nDigiality T-501 CX
\r\n
\r\nOdbiornik DVB-T MPEG-4 z wbudowanym czytnikiem kart Conax i dźwiękiem AC3.
• Dekoder DVB-T, MPEG-4 HD, H.264
• Funkcja EPG na 7 dni
• Przyjazny użytkownikowi interfejs
• wyjście HDMI, idealne dla płaskich ekranów TV
• Wyjścia SCART i audio
• Możliwość zasilania zarówno przy użyciu 12 jak i 220 V
• Funkcja szybki text TV
• Funkcja timera
• Wyjście HDMI - idealna jakość obrazu
• Zaprojektowany i wyprodukowany w Skandynawii
• Pobór mocy: 10 W
• Standby: 0,5 W
Produkt ten sygnowany jest nordyckim logo Ecolabel.
Ecolabel podkreśla, że produkt ten jest energetycznie wydajny oraz że zmniejszono w nim zawartość związków nieprzyjaznych środowisku a także niezdrowych materiałów takich jak ciężkich metali czy związków niepalnych. Produkt został także zaprojektowany z myślą o naprawie i odzyskiwaniu go przy użyciu metod przyjaznych środowisku.
\r\n
\r\n
\r\nMaximum T-1300 FTA PVR Ready
\r\n
\r\n Maximum T-1300 FTA jest nowoczesnym odbiornikiem HD przeznaczonym do odbioru naziemnej telewizji cyfrowej w standardzie MPEG4 DVB-T. Odbiornik posiada proste i przyjazne użytkownikowi menu, możlwa jest aktualizacja oprogramowania poprzez złącze USB a także zasilanie tunera napięciem 12 V. Jako cyfrowy odbiornik HD – Maximum T1300 FTA jest idealnym rozwiązaniem dla uzyskania nieskazitelnego obrazu na nowoczesnych telewizorach wyposażonych w złącza HDMI.
Dzięki najnowszemu oprogramowaniu 3.7S dodana została możliwość nagrywania programów na urządzenie podłączane do USB.
• Przeznaczony do odbioru niekodowanych kanałów
• Wyświetlacz - 4 segmenty
• Wyjście HDMI z funkcją upscale
• Łatwa i szybka aktualizacja oprogramowania poprzez złącze USB
• Downmix Dolby Digital / AC3
• Łatwy w użyciu i przyjazny użytkownikowi
• Różne możliwości edytowania kanałów (ulubione, przesuwanie, blokada, zmiana nazwy)
• System transferu danych Plug and play (odbiornik do odbiornika)
• Funkcja Timer, automatyczne włączanie/wyłączanie/nagrywanie ustawiane w opcjach menu (codzień, co tydzień, co miesiąc, jeden raz)
• Elektroniczny Przewodnik po proGramach (EPG)
• Funkcja OSD teletext oraz obsługa napisów
• Wyjście coax SPDIF
• Automatyczna konwersja PAL/NTSC
• Automatyczny zapis ostatnio oglądanego kanału
','',1,0,0,0,'2013-02-19 18:05:14',62,'','2013-02-19 19:30:43',62,0,'0000-00-00 00:00:00','2013-02-19 18:05:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,768,'robots=\nauthor=');
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_content_frontpage`
--
DROP TABLE IF EXISTS `jos_content_frontpage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_content_frontpage`
--
LOCK TABLES `jos_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos_content_frontpage` VALUES (45,2),(6,3),(44,4),(5,5),(9,6),(30,7),(16,8),(51,1);
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_content_rating`
--
DROP TABLE IF EXISTS `jos_content_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_content_rating`
--
LOCK TABLES `jos_content_rating` WRITE;
/*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_acl_aro`
--
DROP TABLE IF EXISTS `jos_core_acl_aro`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_acl_aro`
--
LOCK TABLES `jos_core_acl_aro` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0);
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_acl_aro_groups`
--
DROP TABLE IF EXISTS `jos_core_acl_aro_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_acl_aro_groups`
--
LOCK TABLES `jos_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_groups` 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');
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_acl_aro_map`
--
DROP TABLE IF EXISTS `jos_core_acl_aro_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_acl_aro_map`
--
LOCK TABLES `jos_core_acl_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_acl_aro_sections`
--
DROP TABLE IF EXISTS `jos_core_acl_aro_sections`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_acl_aro_sections`
--
LOCK TABLES `jos_core_acl_aro_sections` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_acl_groups_aro_map`
--
DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--
LOCK TABLES `jos_core_acl_groups_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_log_items`
--
DROP TABLE IF EXISTS `jos_core_log_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_log_items`
--
LOCK TABLES `jos_core_log_items` WRITE;
/*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_core_log_searches`
--
DROP TABLE IF EXISTS `jos_core_log_searches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_log_searches` (
`search_term` varchar(128) NOT NULL DEFAULT '',
`hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_core_log_searches`
--
LOCK TABLES `jos_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_groups`
--
DROP TABLE IF EXISTS `jos_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_groups` (
`id` tinyint(3) unsigned NOT NULL DEFAULT '0',
`name` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_groups`
--
LOCK TABLES `jos_groups` WRITE;
/*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */;
INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
/*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_jce_extensions`
--
DROP TABLE IF EXISTS `jos_jce_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_jce_extensions`
--
LOCK TABLES `jos_jce_extensions` WRITE;
/*!40000 ALTER TABLE `jos_jce_extensions` DISABLE KEYS */;
INSERT INTO `jos_jce_extensions` VALUES (1,54,'Joomla Links for Advanced Link','joomlalinks','links',1);
/*!40000 ALTER TABLE `jos_jce_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_jce_groups`
--
DROP TABLE IF EXISTS `jos_jce_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_jce_groups`
--
LOCK TABLES `jos_jce_groups` WRITE;
/*!40000 ALTER TABLE `jos_jce_groups` DISABLE KEYS */;
INSERT INTO `jos_jce_groups` VALUES (1,'Default','Default group for all users with edit access','','19,20,21,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,30,31,32,33,36;37,38,39,40,41,42,43,44,45,46,47,48;49,50,51,52,53,54,55,57,58','1,2,3,4,5,6,20,21,37,38,39,40,41,42,49,50,51,52,53,54,55,57,58',1,1,0,'0000-00-00 00:00:00',''),(2,'Front End','Sample Group for Authors, Editors, Publishers','','19,20,21','','6,7,8,9,10,13,14,15,16,17,18,19,27,28;20,21,25,26,30,31,32,36,43,44,45,47,48,50,51;24,33,39,40,42,46,49,52,53,54,55,57,58','6,20,21,50,51,1,3,5,39,40,42,49,52,53,54,55,57,58',0,2,0,'0000-00-00 00:00:00','');
/*!40000 ALTER TABLE `jos_jce_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_jce_plugins`
--
DROP TABLE IF EXISTS `jos_jce_plugins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_jce_plugins`
--
LOCK TABLES `jos_jce_plugins` WRITE;
/*!40000 ALTER TABLE `jos_jce_plugins` DISABLE KEYS */;
INSERT INTO `jos_jce_plugins` VALUES (1,'Context Menu','contextmenu','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(2,'File Browser','browser','plugin','','',0,0,1,1,1,'',0,'0000-00-00 00:00:00'),(3,'Inline Popups','inlinepopups','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(4,'Media Support','media','plugin','','',0,0,1,1,1,'',0,'0000-00-00 00:00:00'),(5,'Safari Browser Support','safari','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(6,'Help','help','plugin','help','help',1,1,1,0,1,'',0,'0000-00-00 00:00:00'),(7,'New Document','newdocument','command','newdocument','newdocument',1,2,1,0,1,'',0,'0000-00-00 00:00:00'),(8,'Bold','bold','command','bold','bold',1,3,1,0,1,'',0,'0000-00-00 00:00:00'),(9,'Italic','italic','command','italic','italic',1,4,1,0,1,'',0,'0000-00-00 00:00:00'),(10,'Underline','underline','command','underline','underline',1,5,1,0,1,'',0,'0000-00-00 00:00:00'),(11,'Font Select','fontselect','command','fontselect','fontselect',1,6,1,0,1,'',0,'0000-00-00 00:00:00'),(12,'Font Size Select','fontsizeselect','command','fontsizeselect','fontsizeselect',1,7,1,0,1,'',0,'0000-00-00 00:00:00'),(13,'Style Select','styleselect','command','styleselect','styleselect',1,8,1,0,1,'',0,'0000-00-00 00:00:00'),(14,'StrikeThrough','strikethrough','command','strikethrough','strikethrough',1,9,1,0,1,'',0,'0000-00-00 00:00:00'),(15,'Justify Full','full','command','justifyfull','justifyfull',1,10,1,0,1,'',0,'0000-00-00 00:00:00'),(16,'Justify Center','center','command','justifycenter','justifycenter',1,11,1,0,1,'',0,'0000-00-00 00:00:00'),(17,'Justify Left','left','command','justifyleft','justifyleft',1,12,1,0,1,'',0,'0000-00-00 00:00:00'),(18,'Justify Right','right','command','justifyright','justifyright',1,13,1,0,1,'',0,'0000-00-00 00:00:00'),(19,'Format Select','formatselect','command','formatselect','formatselect',1,14,1,0,1,'',0,'0000-00-00 00:00:00'),(20,'Paste','paste','plugin','pasteword,pastetext','paste',2,1,1,1,1,'',0,'0000-00-00 00:00:00'),(21,'Search Replace','searchreplace','plugin','search,replace','searchreplace',2,2,1,0,1,'',0,'0000-00-00 00:00:00'),(22,'Font ForeColour','forecolor','command','forecolor','forecolor',2,3,1,0,1,'',0,'0000-00-00 00:00:00'),(23,'Font BackColour','backcolor','command','backcolor','backcolor',2,4,1,0,1,'',0,'0000-00-00 00:00:00'),(24,'Unlink','unlink','command','unlink','unlink',2,5,1,0,1,'',0,'0000-00-00 00:00:00'),(25,'Indent','indent','command','indent','indent',2,6,1,0,1,'',0,'0000-00-00 00:00:00'),(26,'Outdent','outdent','command','outdent','outdent',2,7,1,0,1,'',0,'0000-00-00 00:00:00'),(27,'Undo','undo','command','undo','undo',2,8,1,0,1,'',0,'0000-00-00 00:00:00'),(28,'Redo','redo','command','redo','redo',2,9,1,0,1,'',0,'0000-00-00 00:00:00'),(29,'HTML','html','command','code','code',2,10,1,0,1,'',0,'0000-00-00 00:00:00'),(30,'Numbered List','numlist','command','numlist','numlist',2,11,1,0,1,'',0,'0000-00-00 00:00:00'),(31,'Bullet List','bullist','command','bullist','bullist',2,12,1,0,1,'',0,'0000-00-00 00:00:00'),(32,'Clipboard Actions','clipboard','command','cut,copy,paste','clipboard',2,13,1,0,1,'',0,'0000-00-00 00:00:00'),(33,'Anchor','anchor','command','anchor','anchor',2,14,1,0,1,'',0,'0000-00-00 00:00:00'),(34,'Image','image','command','image','image',2,15,1,0,1,'',0,'0000-00-00 00:00:00'),(35,'Link','link','command','link','link',2,16,1,0,1,'',0,'0000-00-00 00:00:00'),(36,'Code Cleanup','cleanup','command','cleanup','cleanup',2,17,1,0,1,'',0,'0000-00-00 00:00:00'),(37,'Directionality','directionality','plugin','ltr,rtl','directionality',3,1,1,0,1,'',0,'0000-00-00 00:00:00'),(38,'Emotions','emotions','plugin','emotions','emotions',3,2,1,0,1,'',0,'0000-00-00 00:00:00'),(39,'Fullscreen','fullscreen','plugin','fullscreen','fullscreen',3,3,1,0,1,'',0,'0000-00-00 00:00:00'),(40,'Preview','preview','plugin','preview','preview',3,4,1,0,1,'',0,'0000-00-00 00:00:00'),(41,'Tables','table','plugin','tablecontrols','buttons',3,5,1,0,1,'',0,'0000-00-00 00:00:00'),(42,'Print','print','plugin','print','print',3,6,1,0,1,'',0,'0000-00-00 00:00:00'),(43,'Horizontal Rule','hr','command','hr','hr',3,7,1,0,1,'',0,'0000-00-00 00:00:00'),(44,'Subscript','sub','command','sub','sub',3,8,1,0,1,'',0,'0000-00-00 00:00:00'),(45,'Superscript','sup','command','sup','sup',3,9,1,0,1,'',0,'0000-00-00 00:00:00'),(46,'Visual Aid','visualaid','command','visualaid','visualaid',3,10,1,0,1,'',0,'0000-00-00 00:00:00'),(47,'Character Map','charmap','command','charmap','charmap',3,11,1,0,1,'',0,'0000-00-00 00:00:00'),(48,'Remove Format','removeformat','command','removeformat','removeformat',3,12,1,0,1,'',0,'0000-00-00 00:00:00'),(49,'Styles','style','plugin','styleprops','style',4,1,1,0,1,'',0,'0000-00-00 00:00:00'),(50,'Non-Breaking','nonbreaking','plugin','nonbreaking','nonbreaking',4,2,1,0,1,'',0,'0000-00-00 00:00:00'),(51,'Visual Characters','visualchars','plugin','visualchars','visualchars',4,3,1,0,1,'',0,'0000-00-00 00:00:00'),(52,'XHTML Xtras','xhtmlxtras','plugin','cite,abbr,acronym,del,ins,attribs','xhtmlxtras',4,4,1,0,1,'',0,'0000-00-00 00:00:00'),(53,'Image Manager','imgmanager','plugin','imgmanager','imgmanager',4,5,1,1,1,'',0,'0000-00-00 00:00:00'),(54,'Advanced Link','advlink','plugin','advlink','advlink',4,6,1,1,1,'',0,'0000-00-00 00:00:00'),(55,'Spell Checker','spellchecker','plugin','spellchecker','spellchecker',4,7,1,1,1,'',0,'0000-00-00 00:00:00'),(56,'Layers','layer','plugin','insertlayer,moveforward,movebackward,absolute','layer',4,8,1,0,1,'',0,'0000-00-00 00:00:00'),(57,'Advanced Code Editor','advcode','plugin','advcode','advcode',4,9,1,0,1,'',0,'0000-00-00 00:00:00'),(58,'Article Breaks','article','plugin','readmore,pagebreak','article',4,10,1,0,1,'',0,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `jos_jce_plugins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_menu`
--
DROP TABLE IF EXISTS `jos_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=58 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_menu`
--
LOCK TABLES `jos_menu` WRITE;
/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
INSERT INTO `jos_menu` VALUES (1,'oferta-','O FIRMIE','o-firmie','index.php?option=com_content&view=frontpage','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_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=\npage_title=Ebis - Instalacje elektryczne\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'oferta-','Kontrola dostępu','kontrola-dostepu','index.php?option=com_content&view=article&id=50','component',0,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(41,'oferta-','Instalacje Wi-Fi','wifi','index.php?option=com_content&view=article&id=48','component',1,0,20,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(11,'othermenu','Joomla! Home','joomla-home','http://www.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(12,'othermenu','Joomla! Forums','joomla-forums','http://forum.joomla.org','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(13,'othermenu','Joomla! Documentation','joomla-documentation','http://docs.joomla.org','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(14,'othermenu','Joomla! Community','joomla-community','http://community.joomla.org','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(15,'othermenu','Joomla! Magazine','joomla-community-magazine','http://community.joomla.org/magazine.html','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(16,'othermenu','OSM Home','osm-home','http://www.opensourcematters.org','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,6,'menu_image=-1\n\n',0,0,0),(17,'othermenu','Administrator','administrator','administrator/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(18,'topmenu','Galeria','galeria','index.php?option=com_content&view=article&id=62','component',0,0,20,0,3,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=News\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(20,'usermenu','Your Details','your-details','index.php?option=com_user&view=user&task=edit','component',1,0,14,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(24,'usermenu','Logout','logout','index.php?option=com_user&view=login','component',1,0,14,0,4,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(38,'keyconcepts','Content Layouts','content-layouts','index.php?option=com_content&view=article&id=24','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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\n\n',0,0,0),(27,'oferta-','Systemy Alarmowe','systemy-alarmowe','index.php?option=com_content&view=article&id=55','component',0,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(28,'topmenu','O firmie','o-firmie','index.php?option=com_content&view=article&id=51','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(29,'topmenu','Serwis','serwis','index.php?option=com_content&view=article&id=53','component',0,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(30,'topmenu','Kontakt','kontakt','index.php?option=com_content&view=article&id=49','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(34,'oferta-','What\'s New in 1.5?','what-is-new-in-1-5','index.php?option=com_content&view=article&id=22','component',-2,0,20,1,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_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\n\n',0,0,0),(40,'keyconcepts','Extensions','extensions','index.php?option=com_content&view=article&id=26','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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\n\n',0,0,0),(37,'oferta-','Instalacje TV-SAT','instalacje-tv-sat','index.php?option=com_content&view=article&id=47','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(43,'keyconcepts','Example Pages','example-pages','index.php?option=com_content&view=article&id=43','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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\n\n',0,0,0),(44,'ExamplePages','Section Blog','section-blog','index.php?option=com_content&view=section&layout=blog&id=3','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\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\n\n',0,0,0),(45,'ExamplePages','Section Table','section-table','index.php?option=com_content&view=section&id=3','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nnlink_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\n\n',0,0,0),(46,'ExamplePages','Category Blog','categoryblog','index.php?option=com_content&view=category&layout=blog&id=31','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\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\n\n',0,0,0),(47,'ExamplePages','Category Table','category-table','index.php?option=com_content&view=category&id=32','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_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\n\n',0,0,0),(48,'oferta-','Telewizja przemysłowa','tv-przemysl','index.php?option=com_content&view=article&id=56','component',1,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=Weblinks\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(49,'oferta-','Instalacje elektryczne','instalacje-elektryczne','index.php?option=com_content&view=article&id=46','component',1,0,20,0,9,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=Newsfeeds\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(50,'oferta-','Sieci Lan','laniwan','index.php?option=com_content&view=article&id=54','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'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=\npage_title=The News\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(51,'usermenu','Submit an Article','submit-an-article','index.php?option=com_content&view=article&layout=form','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(52,'usermenu','Submit a Web Link','submit-a-web-link','index.php?option=com_weblinks&view=weblink&layout=form','component',1,0,4,0,3,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(53,'topmenu','Poradnik','poradnik','index.php?option=com_content&view=article&id=57','component',1,0,20,0,6,62,'2011-04-30 02:13:53',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),(54,'oferta-','Maszty wolnostojące','maszty-wolnostojace','index.php?option=com_content&view=article&id=58','component',0,0,20,0,10,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),(55,'topmenu','Cennik','cennik','index.php?option=com_content&view=article&id=60','component',1,0,20,0,4,62,'2011-04-30 02:13:20',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),(56,'oferta-','Spawanie światłowodów','spawanie-swiatlowodow','index.php?option=com_content&view=article&id=61','component',1,0,20,0,11,62,'2012-01-02 10:55:51',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),(57,'topmenu','Dekodery DVB-T','dekoderydvbt','index.php?option=com_content&view=article&id=63','component',1,0,20,0,7,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);
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_menu_types`
--
DROP TABLE IF EXISTS `jos_menu_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_menu_types`
--
LOCK TABLES `jos_menu_types` WRITE;
/*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */;
INSERT INTO `jos_menu_types` VALUES (1,'oferta-','mainmenu','The main menu for the site'),(2,'usermenu','User Menu','A Menu for logged in Users'),(3,'topmenu','Top Menu','Top level navigation'),(4,'othermenu','Resources','Additional links'),(5,'ExamplePages','Example Pages','Example Pages'),(6,'keyconcepts','Key Concepts','This describes some critical information for new Users.');
/*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_messages`
--
DROP TABLE IF EXISTS `jos_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_messages`
--
LOCK TABLES `jos_messages` WRITE;
/*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_messages_cfg`
--
DROP TABLE IF EXISTS `jos_messages_cfg`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_messages_cfg`
--
LOCK TABLES `jos_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_migration_backlinks`
--
DROP TABLE IF EXISTS `jos_migration_backlinks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_migration_backlinks`
--
LOCK TABLES `jos_migration_backlinks` WRITE;
/*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_modules`
--
DROP TABLE IF EXISTS `jos_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=45 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_modules`
--
LOCK TABLES `jos_modules` WRITE;
/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
INSERT INTO `jos_modules` VALUES (1,'Nawigacja','',0,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=oferta-\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,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Recent added Articles','',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,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',0,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'cache=0\n\n',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Polls','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'id=14\ncache=1',0,0,''),(17,'User Menu','',4,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,1,1,'menutype=usermenu\nmoduleclass_sfx=_menu\ncache=1',1,0,''),(18,'Login Form','',8,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'greeting=1\nname=0',1,0,''),(19,'Latest News','',4,'user1',62,'2010-02-19 21:01:27',1,'mod_latestnews',0,0,1,'cache=1',1,0,''),(20,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0,''),(21,'Who\'s Online','',1,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0,''),(22,'Popular','',6,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'cache=1',0,0,''),(23,'Archive','',9,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'cache=1',1,0,''),(24,'Sections','',10,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'cache=1',1,0,''),(25,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',0,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0,''),(26,'Related Items','',11,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0,''),(27,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'cache=1',0,0,''),(28,'Random Image','',9,'right',0,'0000-00-00 00:00:00',0,'mod_random_image',0,0,1,'',0,0,''),(29,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'cache=1\nmenutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0,''),(30,'Banners','',1,'footer',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,0,'target=1\ncount=1\ncid=1\ncatid=33\ntag_search=0\nordering=random\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n',1,0,''),(31,'Resources','',2,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=othermenu\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\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,''),(32,'Wrapper','',12,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0,''),(33,'Footer','',2,'footer',62,'2010-02-19 21:00:04',1,'mod_footer',0,0,0,'cache=1\n\n',1,0,''),(34,'Feed Display','',13,'left',0,'0000-00-00 00:00:00',0,'mod_feed',0,0,1,'',1,0,''),(35,'Breadcrumbs','',1,'breadcrumb',62,'2010-02-19 20:59:55',0,'mod_breadcrumbs',0,0,1,'moduleclass_sfx=\ncache=0\nshowHome=1\nhomeText=Home\nshowComponent=1\nseparator=\n\n',1,0,''),(36,'Syndication','',3,'syndicate',0,'0000-00-00 00:00:00',0,'mod_syndicate',0,0,0,'',1,0,''),(38,'Advertisement','',3,'right',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,1,'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=Ads by Joomla!\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n',0,0,''),(39,'Example Pages','',5,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=ExamplePages\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n',0,0,''),(40,'Key Concepts','',3,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=keyconcepts\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n',0,0,''),(41,'Welcome to Joomla!',' Congratulations on choosing Joomla! as your content management system. To help you get started, check out these excellent resources for securing your server and pointers to documentation and other helpful resources.
Security
On the Internet, security is always a concern. For that reason, you are encouraged to subscribe to the Joomla! Security Announcements for the latest information on new Joomla! releases, emailed to you automatically.
If this is one of your first Web sites, security considerations may seem complicated and intimidating. There are three simple steps that go a long way towards securing a Web site: (1) regular backups; (2) prompt updates to the latest Joomla! release; and (3) a good Web host. There are many other important security considerations that you can learn about by reading the Joomla! Security Checklist.
If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the Joomla! Security Task Force.
Learning Joomla!
A good place to start learning Joomla! is the \"Absolute Beginner\'s Guide to Joomla!.\" There, you will find a Quick Start to Joomla! guide and video, amongst many other tutorials. The Joomla! Community Magazine also has articles for new learners and experienced users, alike. A great place to look for answers is the Frequently Asked Questions (FAQ). If you are stuck on a particular screen in the Administrator (which is where you are now), try clicking the Help toolbar button to get assistance specific to that page.
If you still have questions, please feel free to use the Joomla! Forums. The forums are an incredibly valuable resource for all levels of Joomla! users. Before you post a question, though, use the forum search (located at the top of each forum page) to see if the question has been asked and answered.
Getting Involved
If you want to help make Joomla! better, consider getting involved. There are many ways you can make a positive difference. Have fun using Joomla!.
',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_custom',0,2,1,'moduleclass_sfx=\n\n',1,1,''),(42,'Joomla! Security Newsfeed','',6,'cpanel',62,'2008-10-25 20:15:17',1,'mod_feed',0,0,1,'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n',0,1,''),(43,'prawy test','',0,'right',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(44,'telefon','\r\n

',2,'top',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,'');
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_modules_menu`
--
DROP TABLE IF EXISTS `jos_modules_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_modules_menu`
--
LOCK TABLES `jos_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
INSERT INTO `jos_modules_menu` VALUES (1,0),(16,1),(17,0),(18,1),(19,1),(19,2),(19,4),(19,27),(19,36),(21,1),(22,1),(22,2),(22,4),(22,27),(22,36),(25,0),(27,0),(29,0),(30,0),(31,1),(32,0),(33,0),(34,0),(35,0),(36,0),(38,1),(39,43),(39,44),(39,45),(39,46),(39,47),(40,0),(43,0),(44,0);
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_newsfeeds`
--
DROP TABLE IF EXISTS `jos_newsfeeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_newsfeeds`
--
LOCK TABLES `jos_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! Announcements','joomla-official-news','http://feeds.joomla.org/JoomlaAnnouncements','',1,5,3600,0,'0000-00-00 00:00:00',1,0),(4,2,'Joomla! Core Team Blog','joomla-core-team-blog','http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog','',1,5,3600,0,'0000-00-00 00:00:00',2,0),(4,3,'Joomla! Community Magazine','joomla-community-magazine','http://feeds.joomla.org/JoomlaMagazine','',1,20,3600,0,'0000-00-00 00:00:00',3,0),(4,4,'Joomla! Developer News','joomla-developer-news','http://feeds.joomla.org/JoomlaDeveloper','',1,5,3600,0,'0000-00-00 00:00:00',4,0),(4,5,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews','',1,5,3600,0,'0000-00-00 00:00:00',5,0),(5,6,'Free Software Foundation Blogs','free-software-foundation-blogs','http://www.fsf.org/blogs/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0),(5,7,'Free Software Foundation','free-software-foundation','http://www.fsf.org/news/RSS',NULL,1,5,3600,62,'2008-09-14 00:24:25',3,0),(5,8,'Software Freedom Law Center Blog','software-freedom-law-center-blog','http://www.softwarefreedom.org/feeds/blog/',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(5,9,'Software Freedom Law Center News','software-freedom-law-center','http://www.softwarefreedom.org/feeds/news/',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(5,10,'Open Source Initiative Blog','open-source-initiative-blog','http://www.opensource.org/blog/feed',NULL,1,5,3600,0,'0000-00-00 00:00:00',5,0),(6,11,'PHP News and Announcements','php-news-and-announcements','http://www.php.net/feed.atom',NULL,1,5,3600,62,'2008-09-14 00:25:37',1,0),(6,12,'Planet MySQL','planet-mysql','http://www.planetmysql.org/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:25:51',2,0),(6,13,'Linux Foundation Announcements','linux-foundation-announcements','http://www.linuxfoundation.org/press/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:26:11',3,0),(6,14,'Mootools Blog','mootools-blog','http://feeds.feedburner.com/mootools-blog',NULL,1,5,3600,62,'2008-09-14 00:26:51',4,0);
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_plugins`
--
DROP TABLE IF EXISTS `jos_plugins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=37 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_plugins`
--
LOCK TABLES `jos_plugins` WRITE;
/*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */;
INSERT INTO `jos_plugins` 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 2.0','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\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,'Editor - JCE 1.5.6','jce','editors',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(35,'System - ARTIO JoomSEF','joomsef','system',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(36,'Abivia.net Redaction Utility','redact','system',0,0,1,0,0,0,'0000-00-00 00:00:00','rules=div a,/artio\\.net/\n\n');
/*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_poll_data`
--
DROP TABLE IF EXISTS `jos_poll_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_poll_data`
--
LOCK TABLES `jos_poll_data` WRITE;
/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
INSERT INTO `jos_poll_data` VALUES (1,14,'Community Sites',2),(2,14,'Public Brand Sites',3),(3,14,'eCommerce',1),(4,14,'Blogs',0),(5,14,'Intranets',0),(6,14,'Photo and Media Sites',2),(7,14,'All of the Above!',3),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0);
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_poll_date`
--
DROP TABLE IF EXISTS `jos_poll_date`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_poll_date`
--
LOCK TABLES `jos_poll_date` WRITE;
/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
INSERT INTO `jos_poll_date` VALUES (1,'2006-10-09 13:01:58',1,14),(2,'2006-10-10 15:19:43',7,14),(3,'2006-10-11 11:08:16',7,14),(4,'2006-10-11 15:02:26',2,14),(5,'2006-10-11 15:43:03',7,14),(6,'2006-10-11 15:43:38',7,14),(7,'2006-10-12 00:51:13',2,14),(8,'2007-05-10 19:12:29',3,14),(9,'2007-05-14 14:18:00',6,14),(10,'2007-06-10 15:20:29',6,14),(11,'2007-07-03 12:37:53',2,14);
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_poll_menu`
--
DROP TABLE IF EXISTS `jos_poll_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_poll_menu`
--
LOCK TABLES `jos_poll_menu` WRITE;
/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_polls`
--
DROP TABLE IF EXISTS `jos_polls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_polls`
--
LOCK TABLES `jos_polls` WRITE;
/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
INSERT INTO `jos_polls` VALUES (14,'Joomla! is used for?','joomla-is-used-for',11,0,'0000-00-00 00:00:00',1,0,86400);
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sections`
--
DROP TABLE IF EXISTS `jos_sections`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sections`
--
LOCK TABLES `jos_sections` WRITE;
/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
INSERT INTO `jos_sections` VALUES (1,'News','','news','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',3,0,2,''),(3,'FAQs','','faqs','key.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',5,0,23,''),(4,'About Joomla!','','about-joomla','','content','left','',1,0,'0000-00-00 00:00:00',2,0,14,'');
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefexts`
--
DROP TABLE IF EXISTS `jos_sefexts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefexts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`file` varchar(100) NOT NULL,
`filters` text,
`params` text,
`title` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefexts`
--
LOCK TABLES `jos_sefexts` WRITE;
/*!40000 ALTER TABLE `jos_sefexts` DISABLE KEYS */;
INSERT INTO `jos_sefexts` VALUES (1,'com_wrapper.xml',NULL,'ignoreSource=0\nitemid=1\noverrideId=',NULL);
/*!40000 ALTER TABLE `jos_sefexts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefexttexts`
--
DROP TABLE IF EXISTS `jos_sefexttexts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefexttexts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`extension` varchar(100) NOT NULL,
`name` varchar(100) NOT NULL,
`value` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefexttexts`
--
LOCK TABLES `jos_sefexttexts` WRITE;
/*!40000 ALTER TABLE `jos_sefexttexts` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_sefexttexts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefmoved`
--
DROP TABLE IF EXISTS `jos_sefmoved`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefmoved` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`old` varchar(255) NOT NULL,
`new` varchar(255) NOT NULL,
`lastHit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `old` (`old`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefmoved`
--
LOCK TABLES `jos_sefmoved` WRITE;
/*!40000 ALTER TABLE `jos_sefmoved` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_sefmoved` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefurls`
--
DROP TABLE IF EXISTS `jos_sefurls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefurls` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cpt` int(11) NOT NULL DEFAULT '0',
`sefurl` varchar(255) NOT NULL,
`origurl` varchar(255) NOT NULL,
`Itemid` varchar(20) DEFAULT NULL,
`metadesc` varchar(255) DEFAULT '',
`metakey` varchar(255) DEFAULT '',
`metatitle` varchar(255) DEFAULT '',
`metalang` varchar(30) DEFAULT '',
`metarobots` varchar(30) DEFAULT '',
`metagoogle` varchar(30) DEFAULT '',
`canonicallink` varchar(255) DEFAULT '',
`dateadd` date NOT NULL DEFAULT '0000-00-00',
`priority` int(11) NOT NULL DEFAULT '0',
`trace` text,
`enabled` tinyint(1) NOT NULL DEFAULT '1',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`sef` tinyint(1) NOT NULL DEFAULT '1',
`sm_indexed` tinyint(1) NOT NULL DEFAULT '0',
`sm_date` date NOT NULL DEFAULT '0000-00-00',
`sm_frequency` varchar(20) NOT NULL DEFAULT 'weekly',
`sm_priority` varchar(10) NOT NULL DEFAULT '0.5',
PRIMARY KEY (`id`),
KEY `sefurl` (`sefurl`),
KEY `origurl` (`origurl`,`Itemid`)
) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefurls`
--
LOCK TABLES `jos_sefurls` WRITE;
/*!40000 ALTER TABLE `jos_sefurls` DISABLE KEYS */;
INSERT INTO `jos_sefurls` VALUES (28,10,'maszt','index.php?option=com_content&id=58&view=article','54','Firma ebis prowadzi montaz oraz serwis i projektowanie nietypowych konstrukcji dachowych, w tym nietypowe maszty dachowe, montowane na dachach.','maszty, zestawy maszt, produkcja masztow,','Maszty','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(27,10,'instalacje-elektryczne','index.php?option=com_content&id=46&view=article','49','Instalacje elektryczne w Szczecinie, pomiary, ukladanie kabli, montaz oraz serwis istniejacych instalacji oraz zakladanie nowych','instalacje elektryczne, instalacje pradowe, pomiary elektryczne, szczecin','Instalacje elektryczne','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(26,10,'wi-fi','index.php?option=com_content&id=48&view=article','41','Firma ebis prowadzi serwis oraz montaz urzadzen bezprzewodowych, zarowno na 2,4Ghz jak i 5Ghz. Tanie instalacje routerow oraz konfiguracja, szczecin i okolice','routery, sieci bezprzewodowe, szczecin i okolice','Sieci bezprzewodowe','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(25,10,'sieci-lan','index.php?option=com_content&id=54&view=article','50','Firma ebis projektuje oraz montuje profesjonalne sieci przewodowe oraz bezprzewodowe, sieci lan, wan, dsl, adsl oraz inne. Konfiguracja routerow','Sieci bezprzewodowe, sieci przewodowe, sieci lan, wan, routery, konfiguracja','Sieci komputerowe LAN oraz WAN','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(24,10,'instalacje-tv-sat','index.php?option=com_content&id=47&view=article','37','Instalacje telewizyjne, montaz instalacji telewizyjnych naziemnych oraz satelitarnych, strojenie satelit, dekodery, gniazda tv-sat, maszty','tv, sat, montaz, serwis, szczecin, kalibracja satelity, ustawienie satelity','Instalacje telewizyjne','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(23,10,'telewizja-przemyslowa','index.php?option=com_content&id=56&view=article','48','Telewizja przemyslowa oraz kamery do monitoringu, dekodery oraz rejestratory wideo, podglad na zywo przez internet.','kamery, monitoring, obserwacja','Telewizja przemyslowa','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(30,0,'404','index.php?option=com_content&id=59&view=article',NULL,'404: Not Found\r\nSorry, but the content you requested could not be found','requested, content, found\r\nsorry, 404','','','','','','0000-00-00',20,NULL,1,0,1,1,'2010-06-08','weekly','0.5'),(22,10,'kontrola-dostepu','index.php?option=com_content&id=50&view=article','2','Montaz urzadzen kontroli dostepu oraz konfiguracja i ustawienie.','kontrola dostepu, czytniki, karty dostepowe,','Kontrola dostepu','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(20,10,'kontakt','index.php?option=com_content&id=49&view=article','30','','521, 112, email, 525, 505, tel, nip, szczecin, szargiej, krzysztof, kar?owicza, 11/2, 102, ebis','','','','','','0000-00-00',15,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(21,10,'systemy-alarmowe','index.php?option=com_content&id=55&view=article','27','Montaz oraz serwis systemow alarmowych w domkach jednorodzinnych oraz firmach.','Systemy alarmowe, konfiguracja alarmow, zakladanie alarmu, szczecin','Systemy alarmowe','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(19,6,'referencje','index.php?option=com_content&id=52&view=article','18',' Inwestor nieruchomo?ci','–, szczeci?ska, dobra, prywatny, inwestor, do?uje, drewna, comp, nieruchomo?ci, safe, support, sk?ad, inwestor','','','','','','0000-00-00',15,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(18,10,'serwis','index.php?option=com_content&id=53&view=article','29','Szczecin, naprawa instalacji elektrycznych, satelitarnych, domofonowych, alarmowych i innych.','naprawa, serwis instalacji, konserwacja instalacji','Serwis','','','','','2010-06-06',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(15,10,'rss','index.php?option=com_content&format=feed&type=rss&view=frontpage','1','','','','','','','','0000-00-00',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(16,10,'atom','index.php?option=com_content&format=feed&type=atom&view=frontpage','1','','','','','','','','0000-00-00',90,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(17,10,'o-firmie','index.php?option=com_content&id=51&view=article','28','Firma EBIS powsta?a w 2008 roku, jednak nasze do?wiadczenie si?ga pocz?tków 1996 roku. Nasz? firm','us?ugi, nasze, instalacji, klientów, projektowaniu, telewizji, oraz, powierzonych, nam, roku, naszych, zapotrzebowaniom, ?wiadczymy, systemów, alarmowych','','','','','','0000-00-00',15,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(29,10,'serwis/pdf','index.php?option=com_content&format=pdf&id=53&view=article','29','','godziny, poniedzia?ku, pa?swta, dyspozycji, jeste?my, pi?tku','','','','','','0000-00-00',15,NULL,1,0,1,1,'2010-06-06','weekly','0.5'),(31,0,'','index.php?option=com_content&view=frontpage','1','','','','','','','','0000-00-00',90,NULL,1,0,1,1,'2010-06-10','weekly','0.5'),(32,10,'cennik','index.php?option=com_content&id=60&view=article','55','','asdasda\r\nasdasdasd\r\nasdasdasd\r\n\r\n\r\nasdasd\r\nasdasd\r\nasdasd\r\n\r\n\r\nasdasd\r\nasdasd\r\nasdasd','','','','','','0000-00-00',15,NULL,1,0,1,1,'2010-07-15','weekly','0.5'),(33,7,'poradnik/pdf','index.php?option=com_content&format=pdf&id=57&view=article','1','a','','','','','','','0000-00-00',15,NULL,1,0,1,1,'2011-04-30','weekly','0.5'),(34,10,'poradnik','index.php?option=com_content&id=57&view=article','1','a','','','','','','','0000-00-00',15,NULL,1,0,1,1,'2011-04-30','weekly','0.5'),(35,10,'spawanie-swiatlowodow','index.php?option=com_content&id=61&view=article','56','Wykonujemy wszelkie prace zwi?zanie ze spawaniem ?wiat?owodów oraz pomiary reflektometryczne.\r\nSpawanie wykonujemy spawark? Fitel S178 lub Fujikura FSM 60S. Spawamy te? na na sprz?cie i materiale powierzonym.\r\nDzi?k','wykonujemy, 20000, spawów,  , ponad, do?wiadczeniu, powierzonym, \r\ndzi?ki, nabytemu, jeste?my, stanie, terenie, ca?ej, polski, \r\ndzia?amy','','','','','','0000-00-00',15,NULL,1,0,1,1,'2012-01-02','weekly','0.5'),(36,10,'galeria','index.php?option=com_content&id=62&view=article','18','.','','','','','','','0000-00-00',15,NULL,1,0,1,1,'2012-04-03','weekly','0.5'),(37,10,'dekodery-dvb-t','index.php?option=com_content&id=63&view=article','57','test\r\n ','test\r\n ','','','','','','0000-00-00',15,NULL,1,0,1,1,'2013-02-19','weekly','0.5');
/*!40000 ALTER TABLE `jos_sefurls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefurlword_xref`
--
DROP TABLE IF EXISTS `jos_sefurlword_xref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefurlword_xref` (
`word` int(11) NOT NULL,
`url` int(11) NOT NULL,
PRIMARY KEY (`word`,`url`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefurlword_xref`
--
LOCK TABLES `jos_sefurlword_xref` WRITE;
/*!40000 ALTER TABLE `jos_sefurlword_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_sefurlword_xref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_sefwords`
--
DROP TABLE IF EXISTS `jos_sefwords`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sefwords` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`word` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_sefwords`
--
LOCK TABLES `jos_sefwords` WRITE;
/*!40000 ALTER TABLE `jos_sefwords` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_sefwords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_session`
--
DROP TABLE IF EXISTS `jos_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_session`
--
LOCK TABLES `jos_session` WRITE;
/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
INSERT INTO `jos_session` VALUES ('','1398884023','f83f4b980963fde9ce8cc41119158e00',1,0,'',0,0,'__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1398884023;s:18:\"session.timer.last\";i:1398884023;s:17:\"session.timer.now\";i:1398884023;s:22:\"session.client.browser\";s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\";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:74:\"/var/www/clients/client1/web11/web/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:{}}}');
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_stats_agents`
--
DROP TABLE IF EXISTS `jos_stats_agents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_stats_agents`
--
LOCK TABLES `jos_stats_agents` WRITE;
/*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_templates_menu`
--
DROP TABLE IF EXISTS `jos_templates_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_templates_menu`
--
LOCK TABLES `jos_templates_menu` WRITE;
/*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */;
INSERT INTO `jos_templates_menu` VALUES ('siteground-j15-144',0,0),('khepri',0,1);
/*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_users`
--
DROP TABLE IF EXISTS `jos_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_users`
--
LOCK TABLES `jos_users` WRITE;
/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
INSERT INTO `jos_users` VALUES (62,'Administrator','admin','biuro@ttlsystems.pl','f7e239f21d2700bd8e0a4dd334f69870:1hHljaHlPB5Jo22tdiof5Od5nQGTMuz3','Super Administrator',0,1,25,'2009-06-23 04:07:17','2013-02-19 19:35:38','','admin_language=\nlanguage=\neditor=jce\nhelpsite=\ntimezone=0\n\n');
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jos_weblinks`
--
DROP TABLE IF EXISTS `jos_weblinks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jos_weblinks`
--
LOCK TABLES `jos_weblinks` WRITE;
/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','joomla','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',3,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','php','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',6,1,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','mysql','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',1,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',11,1,0,'0000-00-00 00:00:00',2,0,1,'target=0'),(5,2,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',4,1,0,'0000-00-00 00:00:00',4,0,1,'target=0'),(6,2,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.','2007-07-19 09:28:31',1,1,0,'0000-00-00 00:00:00',6,0,1,'target=0\n\n');
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-02-27 1:25:15