-- MySQL dump 10.11
--
-- Host: localhost    Database: cercaliv_jo153
-- ------------------------------------------------------
-- Server version	5.0.91-community

/*!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_acymailing_config`
--

DROP TABLE IF EXISTS `jos_acymailing_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_config` (
  `namekey` varchar(200) NOT NULL,
  `value` text,
  PRIMARY KEY  (`namekey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_config`
--

LOCK TABLES `jos_acymailing_config` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_config` DISABLE KEYS */;
INSERT INTO `jos_acymailing_config` VALUES ('level','Starter'),('version','3.0.0'),('from_name','Homes for sale rockland'),('from_email','info@cercamarketing.com'),('reply_name','Homes for sale rockland'),('reply_email','info@cercamarketing.com'),('bounce_email',''),('add_names','1'),('mailer_method','mail'),('encoding_format','8bit'),('charset','UTF-8'),('word_wrapping','150'),('hostname',''),('embed_images','0'),('embed_files','1'),('editor','0'),('multiple_part','1'),('sendmail_path','/usr/sbin/sendmail'),('smtp_host','localhost'),('smtp_port',''),('smtp_secured',''),('smtp_auth','0'),('smtp_username',''),('smtp_password',''),('smtp_keepalive','1'),('queue_nbmail','40'),('queue_nbmail_auto','70'),('queue_type','auto'),('queue_delay','3600'),('queue_try','3'),('queue_pause','120'),('allow_visitor','1'),('require_confirmation','0'),('priority_newsletter','3'),('allowedfiles','zip,doc,docx,pdf,xls,txt,gzip,rar,jpg,gif,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,mp3,wma'),('uploadfolder','media/com_acymailing/upload'),('confirm_redirect',''),('subscription_message','1'),('notification_unsuball',''),('cron_next','1251990901'),('confirmation_message','1'),('welcome_message','1'),('unsub_message','1'),('cron_last','0'),('cron_fromip',''),('cron_report',''),('cron_frequency','900'),('cron_sendreport','2'),('cron_sendto','info@cercamarketing.com'),('cron_fullreport','1'),('cron_savereport','2'),('cron_savepath','media/com_acymailing/logs/report633901254.log'),('notification_created',''),('notification_accept',''),('notification_refuse',''),('forward','0'),('description_starter','Joomla!™ Newsletter System'),('description_essential','Joomla!™ Newsletter Extension'),('description_business','Joomla!™ E-mail Marketing'),('description_enterprise','Joomla!™ Mailing Extension'),('priority_followup','2'),('unsub_redirect',''),('show_footer','1'),('use_sef','0'),('itemid','0'),('css_module','default'),('css_frontend','default'),('css_backend','default'),('installcomplete','1'),('Starter','0'),('Essential','1'),('Business','2'),('Enterprise','3');
/*!40000 ALTER TABLE `jos_acymailing_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_fields`
--

DROP TABLE IF EXISTS `jos_acymailing_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_fields` (
  `fieldid` smallint(5) unsigned NOT NULL auto_increment,
  `fieldname` varchar(250) NOT NULL,
  `namekey` varchar(50) NOT NULL,
  `type` varchar(50) default NULL,
  `value` text NOT NULL,
  `published` tinyint(3) unsigned NOT NULL default '1',
  `ordering` smallint(5) unsigned default '99',
  `options` text,
  `core` tinyint(3) unsigned NOT NULL default '0',
  `required` tinyint(3) unsigned NOT NULL default '0',
  `backend` tinyint(3) unsigned NOT NULL default '1',
  `frontcomp` tinyint(3) unsigned NOT NULL default '0',
  `default` varchar(250) default NULL,
  `listing` tinyint(4) default NULL,
  PRIMARY KEY  (`fieldid`),
  UNIQUE KEY `namekey` (`namekey`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_fields`
--

LOCK TABLES `jos_acymailing_fields` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_fields` DISABLE KEYS */;
INSERT INTO `jos_acymailing_fields` VALUES (1,'NAMECAPTION','name','text','',1,1,'',1,1,1,1,'',1),(2,'EMAILCAPTION','email','text','',1,2,'',1,1,1,1,'',1),(3,'RECEIVE','html','radio','0::JOOMEXT_TEXT\n1::HTML',1,3,'',1,1,1,1,'1',1);
/*!40000 ALTER TABLE `jos_acymailing_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_filter`
--

DROP TABLE IF EXISTS `jos_acymailing_filter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_filter` (
  `filid` mediumint(8) unsigned NOT NULL auto_increment,
  `name` varchar(250) default NULL,
  `description` text,
  `published` tinyint(3) unsigned default NULL,
  `lasttime` int(10) unsigned default NULL,
  `trigger` text,
  `report` text,
  `action` text,
  `filter` text,
  PRIMARY KEY  (`filid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_filter`
--

LOCK TABLES `jos_acymailing_filter` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_history`
--

DROP TABLE IF EXISTS `jos_acymailing_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_history` (
  `subid` int(10) unsigned NOT NULL,
  `date` int(10) unsigned NOT NULL,
  `ip` varchar(50) default NULL,
  `action` varchar(50) NOT NULL COMMENT 'different actions: created,modified,confirmed',
  `data` text,
  `source` text,
  `mailid` mediumint(8) unsigned default NULL,
  KEY `subid` (`subid`,`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_history`
--

LOCK TABLES `jos_acymailing_history` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_history` DISABLE KEYS */;
INSERT INTO `jos_acymailing_history` VALUES (2,1323823726,'173.177.96.87','created','EXECUTED_BY::62 ( admin )','HTTP_REFERER::http://www.homesforsalerockland.ca/devsite/administrator/index.php?option=com_users\nHTTP_USER_AGENT::Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; AskTbARS/5.13.1.18107; MAMI)\nHTTP_HOST::www.homesforsalerockland.ca\nSERVER_ADDR::76.74.228.4\nREMOTE_ADDR::173.177.96.87\nREQUEST_URI::/devsite/administrator/index.php',0),(3,1323823768,'173.177.96.87','created','EXECUTED_BY::62 ( admin )','HTTP_REFERER::http://www.homesforsalerockland.ca/devsite/administrator/index.php?option=com_users\nHTTP_USER_AGENT::Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; AskTbARS/5.13.1.18107; MAMI)\nHTTP_HOST::www.homesforsalerockland.ca\nSERVER_ADDR::76.74.228.4\nREMOTE_ADDR::173.177.96.87\nREQUEST_URI::/devsite/administrator/index.php',0);
/*!40000 ALTER TABLE `jos_acymailing_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_list`
--

DROP TABLE IF EXISTS `jos_acymailing_list`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_list` (
  `name` varchar(250) NOT NULL,
  `description` text,
  `ordering` smallint(10) unsigned default NULL,
  `listid` smallint(10) unsigned NOT NULL auto_increment,
  `published` tinyint(11) default NULL,
  `userid` int(10) unsigned default NULL,
  `alias` varchar(250) default NULL,
  `color` varchar(30) default NULL,
  `visible` tinyint(4) NOT NULL default '1',
  `welmailid` mediumint(11) default NULL,
  `unsubmailid` mediumint(11) default NULL,
  `type` enum('list','campaign') NOT NULL default 'list',
  `access_sub` varchar(250) default 'all',
  `access_manage` varchar(250) NOT NULL default 'none',
  `languages` varchar(250) NOT NULL default 'all',
  PRIMARY KEY  (`listid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_list`
--

LOCK TABLES `jos_acymailing_list` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_list` DISABLE KEYS */;
INSERT INTO `jos_acymailing_list` VALUES ('Newsletters','Receive our latest news',1,1,1,62,'mailing_list','#3366ff',1,NULL,NULL,'list','all','none','all');
/*!40000 ALTER TABLE `jos_acymailing_list` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_listcampaign`
--

DROP TABLE IF EXISTS `jos_acymailing_listcampaign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_listcampaign` (
  `campaignid` smallint(10) unsigned NOT NULL,
  `listid` smallint(10) unsigned NOT NULL,
  PRIMARY KEY  (`campaignid`,`listid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_listcampaign`
--

LOCK TABLES `jos_acymailing_listcampaign` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_listcampaign` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_listcampaign` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_listmail`
--

DROP TABLE IF EXISTS `jos_acymailing_listmail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_listmail` (
  `listid` int(10) unsigned NOT NULL,
  `mailid` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`listid`,`mailid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_listmail`
--

LOCK TABLES `jos_acymailing_listmail` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_listmail` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_listmail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_listsub`
--

DROP TABLE IF EXISTS `jos_acymailing_listsub`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_listsub` (
  `listid` smallint(11) unsigned NOT NULL,
  `subid` int(11) unsigned NOT NULL,
  `subdate` int(11) unsigned default NULL,
  `unsubdate` int(11) unsigned default NULL,
  `status` tinyint(4) NOT NULL,
  PRIMARY KEY  (`listid`,`subid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_listsub`
--

LOCK TABLES `jos_acymailing_listsub` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_listsub` DISABLE KEYS */;
INSERT INTO `jos_acymailing_listsub` VALUES (1,1,1321911522,NULL,1);
/*!40000 ALTER TABLE `jos_acymailing_listsub` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_mail`
--

DROP TABLE IF EXISTS `jos_acymailing_mail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_mail` (
  `mailid` mediumint(10) unsigned NOT NULL auto_increment,
  `subject` varchar(250) NOT NULL,
  `body` longtext NOT NULL,
  `altbody` longtext NOT NULL,
  `published` tinyint(4) default '1',
  `senddate` int(10) unsigned default NULL,
  `created` int(10) unsigned default NULL,
  `fromname` varchar(250) NOT NULL,
  `fromemail` varchar(250) NOT NULL,
  `replyname` varchar(250) NOT NULL,
  `replyemail` varchar(250) NOT NULL,
  `type` enum('news','autonews','followup','unsub','welcome','notification') NOT NULL default 'news',
  `visible` tinyint(4) NOT NULL default '1',
  `userid` int(10) unsigned default NULL,
  `alias` varchar(250) default NULL,
  `attach` text,
  `html` tinyint(4) NOT NULL default '1',
  `tempid` smallint(11) NOT NULL default '0',
  `key` varchar(200) default NULL,
  `frequency` varchar(50) default NULL,
  `params` text,
  `sentby` int(11) unsigned default NULL,
  `metakey` text,
  `metadesc` text,
  PRIMARY KEY  (`mailid`),
  KEY `senddate` (`senddate`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_mail`
--

LOCK TABLES `jos_acymailing_mail` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_mail` DISABLE KEYS */;
INSERT INTO `jos_acymailing_mail` VALUES (1,'New Subscriber on your website','<p>Hello {subtag:name},</p><p>A new user has been created in AcyMailing : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_created',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'A User unsubscribed from all your lists','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from all your lists</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_unsuball',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(3,'A User unsubscribed','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from your list</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_unsub',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(4,'A User refuses to receive e-mails from your website','<p>The User {user:name} : {user:email} refuses to receive any e-mail anymore from your website.</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_refuse',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(5,'{subtag:name}, please confirm your subscription','<p> Hello {subtag:name}, </p><p><strong>{confirm}Click here to confirm your subscription{/confirm}</strong></p>','',1,NULL,NULL,'','','','','notification',0,NULL,'confirmation',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(6,'AcyMailing Cron Report','<p>{report}</p><p>{detailreport}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'report',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(7,'A Newsletter has been generated : \"{subject}\"','<p>The Newsletter issue {issuenb} has been generated : </p><p>Subject : {subject}</p><p>{body}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_autonews',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(8,'Modify your subscription','<p>Hello {subtag:name}, </p><p>You requested some changes on your subscription,</p><p>Please {modify}click here{/modify} to be identified as the owner of this account and then modify your subscription.</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'modif',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `jos_acymailing_mail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_queue`
--

DROP TABLE IF EXISTS `jos_acymailing_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_queue` (
  `senddate` int(10) unsigned NOT NULL,
  `subid` int(10) unsigned NOT NULL,
  `mailid` mediumint(10) unsigned NOT NULL,
  `priority` tinyint(3) unsigned default '3',
  `try` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`subid`,`mailid`),
  KEY `senddate` (`senddate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_queue`
--

LOCK TABLES `jos_acymailing_queue` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_rules`
--

DROP TABLE IF EXISTS `jos_acymailing_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_rules` (
  `ruleid` smallint(5) unsigned NOT NULL auto_increment,
  `name` varchar(250) NOT NULL,
  `ordering` smallint(6) default NULL,
  `regex` varchar(250) NOT NULL,
  `executed_on` text NOT NULL,
  `action_message` text NOT NULL,
  `action_user` text NOT NULL,
  `published` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY  (`ruleid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_rules`
--

LOCK TABLES `jos_acymailing_rules` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_stats`
--

DROP TABLE IF EXISTS `jos_acymailing_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_stats` (
  `mailid` mediumint(10) unsigned NOT NULL,
  `senthtml` int(10) unsigned NOT NULL default '0',
  `senttext` int(10) unsigned NOT NULL default '0',
  `senddate` int(10) unsigned NOT NULL,
  `openunique` mediumint(10) unsigned NOT NULL default '0',
  `opentotal` int(10) unsigned NOT NULL default '0',
  `bounceunique` mediumint(10) unsigned NOT NULL default '0',
  `fail` mediumint(10) unsigned NOT NULL default '0',
  `clicktotal` int(10) unsigned NOT NULL default '0',
  `clickunique` mediumint(10) unsigned NOT NULL default '0',
  `unsub` mediumint(10) unsigned NOT NULL default '0',
  `forward` mediumint(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`mailid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_stats`
--

LOCK TABLES `jos_acymailing_stats` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_subscriber`
--

DROP TABLE IF EXISTS `jos_acymailing_subscriber`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_subscriber` (
  `subid` int(10) unsigned NOT NULL auto_increment,
  `email` varchar(200) NOT NULL,
  `userid` int(10) unsigned default NULL,
  `name` varchar(250) NOT NULL,
  `created` int(10) unsigned default NULL,
  `confirmed` tinyint(4) NOT NULL default '0',
  `enabled` tinyint(4) NOT NULL default '1',
  `accept` tinyint(4) NOT NULL default '1',
  `ip` varchar(100) default NULL,
  `html` tinyint(4) NOT NULL default '1',
  `key` varchar(250) default NULL,
  PRIMARY KEY  (`subid`),
  UNIQUE KEY `email` (`email`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_subscriber`
--

LOCK TABLES `jos_acymailing_subscriber` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_subscriber` DISABLE KEYS */;
INSERT INTO `jos_acymailing_subscriber` VALUES (1,'info@cercamarketing.com',62,'cerca marketing',1318964274,1,1,1,NULL,1,NULL),(2,'sylvain@cercamarketing.com',63,'sylvain',1323823726,1,1,1,'173.177.96.87',1,'fe9ec23771e1d8a96787ef477c2066b6'),(3,'lucie@luciecharron.ca',64,'lucie charron',1323823768,1,1,1,'173.177.96.87',1,'c856d07103b57d72577ebb8d6390d954');
/*!40000 ALTER TABLE `jos_acymailing_subscriber` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_template`
--

DROP TABLE IF EXISTS `jos_acymailing_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_template` (
  `tempid` smallint(11) unsigned NOT NULL auto_increment,
  `name` varchar(250) default NULL,
  `description` text,
  `body` longtext,
  `altbody` longtext,
  `created` int(10) unsigned default NULL,
  `published` tinyint(4) NOT NULL default '1',
  `premium` tinyint(4) NOT NULL default '0',
  `ordering` smallint(10) unsigned NOT NULL default '99',
  `namekey` varchar(50) NOT NULL,
  `styles` text,
  `subject` varchar(250) default NULL,
  `stylesheet` text,
  `fromname` varchar(250) default NULL,
  `fromemail` varchar(250) default NULL,
  `replyname` varchar(250) default NULL,
  `replyemail` varchar(250) default NULL,
  PRIMARY KEY  (`tempid`),
  UNIQUE KEY `namekey` (`namekey`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_template`
--

LOCK TABLES `jos_acymailing_template` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_template` DISABLE KEYS */;
INSERT INTO `jos_acymailing_template` VALUES (1,'White Shadow Red','<img src=\"media/com_acymailing/templates/newsletter-1/newsletter-1.png\" />','<div style=\"background-color: #e2e8df; width: 100%; color: #8a8a8a; text-align: center;\">\r\n	<table style=\"text-align: left; margin: auto;\" align=\"center\" width=\"560\" cellspacing=\"0\" cellpadding=\"0\">\r\n		<tr>\r\n			<td class=\"hideonline\" style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n		</tr>\r\n		<tr>\r\n			<td width=\"37\"> </td>\r\n			<td style=\"background-color: #fbfbf7;\" valign=\"top\" width=\"496\">\r\n				<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n					<tr>\r\n						<td colspan=\"2\" height=\"20\"> </td>\r\n					</tr>\r\n					<tr>\r\n						<td width=\"20\"> </td>\r\n						<td style=\"background-color: #f9f7d3;\" width=\"456\" height=\"110\">\r\n							<table width=\"456\" cellspacing=\"0\" cellpadding=\"0\">\r\n								<tr>\r\n									<td colspan=\"3\" height=\"11\"> </td>\r\n								</tr>\r\n								<tr>\r\n									<td width=\"7\"> </td>\r\n									<td style=\"line-height: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/logo-icon.png\" border=\"0\" alt=\"\" /></td>\r\n									<td valign=\"top\">\r\n										<h1>AcyMailing is Out!</h1>\r\n									</td>\r\n								</tr>\r\n								<tr>\r\n									<td colspan=\"3\" height=\"3\"> </td>\r\n								</tr>\r\n							</table>\r\n						</td>\r\n						<td width=\"20\"> </td>\r\n					</tr>\r\n					<tr>\r\n						<td colspan=\"5\">\r\n							<table width=\"100%\">\r\n								<tr>\r\n									<td width=\"40\"> </td>\r\n									<td>\r\n										<div class=\"acymailing_content\">\r\n											<h2>E-Mail</h2>\r\n											<p style=\"text-align: justify;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"margin: 10px; float: right;\" /> Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use. E-mail systems are based on a store-and-forward model in which e-mail computer server systems accept, forward, deliver and store messages on behalf of users, who only need to connect to the e-mail infrastructure, typically an e-mail server, with a network-enabled device (e.g., a personal computer) for the duration of message submission or retrieval.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n										</div>\r\n										<div class=\"acymailing_content\">\r\n											<h2>Marketing Campaign</h2>\r\n											<p><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: left; margin: 10px;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n											<p>Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n										</div>\r\n										<div class=\"acymailing_content\">\r\n											<h2>Joomla!</h2>\r\n											<p>Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n											<p>The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n										</div>\r\n									</td>\r\n									<td width=\"40\"> </td>\r\n								</tr>\r\n							</table>\r\n						</td>\r\n					</tr>\r\n				</table>\r\n			</td>\r\n			<td width=\"27\"> </td>\r\n		</tr>\r\n		<tr style=\"line-height: 0px;\">\r\n			<td style=\"line-height: 0px;\" colspan=\"3\"><img src=\"media/com_acymailing/templates/newsletter-1/page-footer.png\" border=\"0\" alt=\"\" /></td>\r\n		</tr>\r\n		<tr>\r\n			<td style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n		</tr>\r\n	</table>\r\n</div>','',NULL,1,0,1,'newsletter-1','a:9:{s:18:\"acymailing_content\";s:129:\"clear:both;text-align:justify;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;line-height:14px;margin-top:10px;\";s:16:\"acymailing_title\";s:89:\"color:#8a8a8a;font-weight:normal;font-size:14px;margin:0;border-bottom:5px solid #d39f9f;\";s:16:\"acymailing_unsub\";s:31:\"font-weight:bold;color:#000000;\";s:19:\"acymailing_readmore\";s:14:\"color:#d39f9f;\";s:17:\"acymailing_online\";s:31:\"font-weight:bold;color:#000000;\";s:6:\"tag_h1\";s:128:\"margin-bottom:0;margin-top:0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;\";s:6:\"tag_h2\";s:100:\"color:#8a8a8a !important;font-weight:normal;font-size:14px;margin:0;border-bottom:5px solid #d39f9f;\";s:6:\"tag_h3\";s:68:\"color:#8a8a8a !important;font-weight:normal;font-size:100%;margin:0;\";s:8:\"color_bg\";s:7:\"#e2e8df\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL),(2,'Clean White Pink','<img src=\"media/com_acymailing/templates/newsletter-2/newsletter-2.png\" />','<div style=\"background-color: #ffffff; width: 100%; color: #8a8a8a; text-align: center;\">\r\n<table style=\"text-align: left; margin: auto;\" width=\"600\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td class=\"hideonline\" style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"370\">\r\n<h1>AcyMailing is Out!</h1>\r\n<br />\r\n<div class=\"acymailing_content\">\r\n<h2>E-Mail</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n<div class=\"acymailing_content\">\r\n<h2>Marketing Campaign</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td width=\"20\"> </td>\r\n<td valign=\"top\" width=\"210\"><img src=\"http://www.acyba.com/images/templates/newsletter-2/logo-icon.jpg\" border=\"0\" alt=\"\" width=\"207\" height=\"137\" />\r\n<div class=\"acymailing_content\">\r\n<h2>Joomla!</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px; margin-top: 0px;\">The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center; padding: 20px 0px; font-size: 10px; color: #000000;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',NULL,1,0,2,'newsletter-2','a:8:{s:18:\"acymailing_content\";s:63:\"clear:both;text-align:justify;line-height:14px;margin-top:10px;\";s:16:\"acymailing_title\";s:94:\"color:#8a8a8a;text-align:right;border-bottom:6px solid #d39fc9;font-size:16px;margin-top:10px;\";s:19:\"acymailing_readmore\";s:32:\"font-size: 10px; color: #999999;\";s:6:\"tag_h1\";s:144:\"margin-bottom:0;margin-top:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;text-align:center\";s:8:\"color_bg\";s:7:\"#ffffff\";s:6:\"tag_h2\";s:105:\"color:#8a8a8a !important;text-align:right;border-bottom:6px solid #d39fc9;font-size:16px;margin-top:10px;\";s:6:\"tag_h3\";s:85:\"color:#8a8a8a !important;text-align:right;font-weight:normal;font-size:100%;margin:0;\";s:5:\"tag_a\";s:39:\"color:#d39fc9;text-decoration:underline\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL),(3,'Rounders and corners','<img src=\"media/com_acymailing/templates/newsletter-3/newsletter-3.png\" />','<div style=\"background-color: #dfe6e8; width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #8a8a8a; text-align: center;\">\r\n<table style=\"text-align: left; margin: auto;\" width=\"600\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td class=\"hideonline\" style=\"font-size: 10px; color: #000000; margin: auto; text-align: center; padding: 20px 0px;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"216\">\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0px;\">\r\n<td style=\"text-align: center;\"><img src=\"http://www.acyba.com/images/templates/newsletter-3/logo-icon.jpg\" border=\"0\" alt=\"\" width=\"207\" height=\"137\" /></td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"216\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rds.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"186\">\r\n<div class=\"acymailing_content\">\r\n<h2>Joomla!</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px;\">The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"216\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rds.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"20\"> </td>\r\n<td valign=\"top\" width=\"364\">\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"background-color: #ffffff; color: #d47e7e; text-align: center;\" width=\"325\" height=\"48\">\r\n<h1>AcyMailing is Out!</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"293\">\r\n<div class=\"acymailing_content\">\r\n<h2>E-Mail</h2>\r\n<p><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"293\">\r\n<div class=\"acymailing_content\">\r\n<h2>Marketing Campaign</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: right;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px;\">Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',NULL,1,0,3,'newsletter-3','a:7:{s:6:\"tag_h1\";s:127:\"margin-bottom:0;margin-top:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;\";s:6:\"tag_h2\";s:72:\"color:#8a8a8a !important;border-bottom:6px solid #d3d09f;font-size:16px;\";s:16:\"acymailing_title\";s:72:\"color:#8a8a8a !important;border-bottom:6px solid #d3d09f;font-size:16px;\";s:6:\"tag_h3\";s:68:\"color:#8a8a8a !important;font-weight:normal;font-size:100%;margin:0;\";s:19:\"acymailing_readmore\";s:32:\"font-size: 10px; color: #999999;\";s:8:\"color_bg\";s:7:\"#dfe6e8\";s:18:\"acymailing_content\";s:19:\"text-align:justify;\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `jos_acymailing_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_url`
--

DROP TABLE IF EXISTS `jos_acymailing_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_url` (
  `urlid` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(250) NOT NULL,
  `url` text NOT NULL,
  PRIMARY KEY  (`urlid`),
  KEY `url` (`url`(250))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_url`
--

LOCK TABLES `jos_acymailing_url` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_url` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_urlclick`
--

DROP TABLE IF EXISTS `jos_acymailing_urlclick`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_urlclick` (
  `urlid` int(10) unsigned NOT NULL,
  `mailid` mediumint(10) unsigned NOT NULL,
  `click` smallint(10) unsigned NOT NULL default '0',
  `subid` int(10) unsigned NOT NULL,
  `date` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`urlid`,`mailid`,`subid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_urlclick`
--

LOCK TABLES `jos_acymailing_urlclick` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_urlclick` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_urlclick` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_acymailing_userstats`
--

DROP TABLE IF EXISTS `jos_acymailing_userstats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_acymailing_userstats` (
  `mailid` mediumint(10) unsigned NOT NULL,
  `subid` int(10) unsigned NOT NULL,
  `html` tinyint(3) unsigned NOT NULL default '1',
  `sent` tinyint(4) NOT NULL default '1',
  `senddate` int(11) NOT NULL,
  `open` tinyint(4) NOT NULL default '0',
  `opendate` int(11) NOT NULL,
  `bounce` tinyint(4) NOT NULL default '0',
  `fail` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`mailid`,`subid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_acymailing_userstats`
--

LOCK TABLES `jos_acymailing_userstats` WRITE;
/*!40000 ALTER TABLE `jos_acymailing_userstats` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_acymailing_userstats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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=latin1;
/*!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,'banner','OSM 1','osm-1',0,43,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00','','',13,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(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,21,0,'','http://www.joomla.org','2006-05-29 14:21:28',1,0,'0000-00-00 00:00:00','','<a href=\"{CLICKURL}\" target=\"_blank\">{NAME}</a>\r\n<br/>\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,21,0,'','http://joomlacode.org','2006-05-29 14:19:26',1,0,'0000-00-00 00:00:00','','<a href=\"{CLICKURL}\" target=\"_blank\">{NAME}</a>\r\n<br/>\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,16,0,'','http://extensions.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','<a href=\"{CLICKURL}\" target=\"_blank\">{NAME}</a>\r\n<br/>\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,16,0,'','http://shop.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','<a href=\"{CLICKURL}\" target=\"_blank\">{NAME}</a>\r\n<br/>\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,11,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,10,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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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!<br />',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<br />',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(25,0,'The Project','','the-project','','4','left','General facts about Joomla!<br />',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<br />',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=latin1;
/*!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&section=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&section=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&section=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&section=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\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,'',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),(36,'RokNavMenuBundle','',0,0,'','RokNavMenuBundle','com_roknavmenubundle',0,'',0,'',1),(35,'Gantry','',0,0,'','Gantry','com_gantry',0,'',0,'',0),(37,'Proforms Basic','option=com_proforms',0,0,'option=com_proforms','Proforms Basic','com_proforms',0,'components/com_proforms/images/love.png',0,'',1),(41,'AcyMailing','option=com_acymailing',0,0,'option=com_acymailing','AcyMailing','com_acymailing',0,'../media/com_acymailing/images/icons/icon-16-acymailing.png',0,'',1),(39,'RokCommon','',0,0,'','RokCommon','com_rokcommon',0,'',0,'',1),(40,'RokGallery','option=com_rokgallery',0,0,'option=com_rokgallery','RokGallery','com_rokgallery',0,'components/com_rokgallery/assets/images/rokgallery_16x16.png',0,'',1),(42,'Users','',0,41,'option=com_acymailing&ctrl=subscriber','Users','com_acymailing',0,'../media/com_acymailing/images/icons/icon-16-users.png',0,'',1),(43,'Lists','',0,41,'option=com_acymailing&ctrl=list','Lists','com_acymailing',1,'../media/com_acymailing/images/icons/icon-16-acylist.png',0,'',1),(44,'Newsletters','',0,41,'option=com_acymailing&ctrl=newsletter','Newsletters','com_acymailing',2,'../media/com_acymailing/images/icons/icon-16-newsletter.png',0,'',1),(45,'Templates','',0,41,'option=com_acymailing&ctrl=template','Templates','com_acymailing',3,'../media/com_acymailing/images/icons/icon-16-acytemplate.png',0,'',1),(46,'Queue','',0,41,'option=com_acymailing&ctrl=queue','Queue','com_acymailing',4,'../media/com_acymailing/images/icons/icon-16-process.png',0,'',1),(47,'Statistics','',0,41,'option=com_acymailing&ctrl=stats','Statistics','com_acymailing',5,'../media/com_acymailing/images/icons/icon-16-stats.png',0,'',1),(48,'Configuration','',0,41,'option=com_acymailing&ctrl=config','Configuration','com_acymailing',6,'../media/com_acymailing/images/icons/icon-16-acyconfig.png',0,'',1),(49,'Update_About','',0,41,'option=com_acymailing&ctrl=update','Update_About','com_acymailing',7,'../media/com_acymailing/images/icons/icon-16-update.png',0,'',1),(50,'Tag Meta','option=com_tagmeta',0,0,'option=com_tagmeta','Tag Meta','com_tagmeta',0,'components/com_tagmeta/images/tagmeta.png',0,'use_pagination=1\n',1),(51,'Items','',0,50,'option=com_tagmeta','Items','com_tagmeta',0,'js/ThemeOffice/component.png',0,'',1),(52,'About','',0,50,'option=com_tagmeta&task=about','About','com_tagmeta',1,'js/ThemeOffice/component.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=latin1;
/*!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,'Contact Me','contact-me','','2085 Laurier Street, P.O. Box 481\r\nRockland, Ontario K4K 1K6 ','','','','','','','Contact me for any information and question, I will get back to you as soon as possible.','powered_by.png','top','lucie@luciecharron.ca',0,1,0,'0000-00-00 00:00:00',1,'show_name=1\nshow_position=0\nshow_email=0\nshow_street_address=1\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=1\nshow_fax=0\nshow_webpage=0\nshow_misc=1\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=1\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,12,0,'613.725.4012','');
/*!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=59 DEFAULT CHARSET=latin1;
/*!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','','<div align=\"left\"><strong>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. <br /></strong></div><p><strong><br /></strong><img src=\"images/stories/powered_by.png\" border=\"0\" alt=\"Joomla! Logo\" title=\"Example Caption\" hspace=\"6\" vspace=\"0\" width=\"165\" height=\"68\" align=\"left\" />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. </p>','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.<p>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.</p><p>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.</p><p>Thinking Web publishing? Think Joomla!</p>',-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','','<p>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.</p>','',-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','','<p>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.</p>','',-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','','<p>With a library of thousands of free <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"The Joomla! Extensions Directory\">Extensions</a>, you can add what you need as your site grows. Don\'t wait, look through the <a href=\"http://extensions.joomla.org/\" target=\"_blank\" title=\"Joomla! Extensions\">Joomla! Extensions</a>  library today. </p>','',-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','<p>This Web site is powered by <a href=\"http://joomla.org/\" target=\"_blank\" title=\"Joomla!\">Joomla!</a> The software and default templates on which it runs are Copyright 2005-2008 <a href=\"http://www.opensourcematters.org/\" target=\"_blank\" title=\"Open Source Matters\">Open Source Matters</a>. The sample content distributed with Joomla! is licensed under the <a href=\"http://docs.joomla.org/JEDL\" target=\"_blank\" title=\"Joomla! Electronic Document License\">Joomla! Electronic Documentation License.</a> All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.</p> <p>If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\" target=\"_blank\" title=\"GNU General Public License\"> GNU General Public License</a>. If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4\" target=\"_blank\" title=\"How To Apply These Terms To Your Program\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html\" target=\"_blank\" title=\"GNU General Public License FAQ\">\'GNU General Public License FAQ\'</a>.</p> <p>The Joomla! licence has always been GPL.</p>','',-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','','<p>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. </p>','',-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','','<p>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.</p><p>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.</p><p>Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project. </p>','',-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','','<h4>General<br /></h4><p>In Joomla! 1.5 all User interfaces can be localised. This includes the installation, the Back-end Control Panel and the Front-end Site.</p><p>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.</p>','<p>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 <a href=\"http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/\" target=\"_blank\" title=\"JED\">Joomla! Extensions Directory</a>.</p><h4>How do I install language packs?</h4><ul><li>First download both the admin and the site language packs that you require.</li><li>Install each pack separately using the Extensions-&gt;Install/Uninstall Menu selection and then the package file upload facility.</li><li>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.</li></ul><h4>How do I select languages?</h4><ul><li>Default languages can be independently set for Site and for Administrator</li><li>In addition, users can define their preferred language for each Site and Administrator. This takes affect after logging in.</li><li>While logging in to the Administrator Back-end, a language can also be selected for the particular session.</li></ul><h4>Where can I find Language Packs and Localised Releases?</h4><p><em>Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.</em> </p><ul><li><a href=\"http://joomlacode.org/gf/project/jtranslation/\" target=\"_blank\" title=\"Accredited Translations\">The Joomla! Accredited Translations Project</a>  - This is a joint repository for language packs that were developed by teams that are members of the Joomla! Translations Working Group.</li><li><a href=\"http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/\" target=\"_blank\" title=\"Translations\">The Joomla! Extensions Site - Translations</a>  </li><li><a href=\"http://community.joomla.org/translations.html\" target=\"_blank\" title=\"Translation Work Group Teams\">List of Translation Teams and Translation Partner Sites for Joomla! 1.5</a> </li></ul>',-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','','<p>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.</p> <p>There are two ways to perform the migration:</p>',' <div id=\"post_content-107\"><li>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.</li> <li>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.</li>  <p><!--more--></p> <h2><strong> Automated migration</strong></h2>  <p>This is a two phased process using two tools. The first tool is a migration Component named <font face=\"courier new,courier\">com_migrator</font>. This Component has been contributed by Harald Baer and is based on his <strong>eBackup </strong>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.</p> <h3><u> Step 1 - Using com_migrator to export data from old site:</u></h3> <li>Install the <font face=\"courier new,courier\">com_migrator</font> Component on the <u><strong>old</strong></u> site. It can be found at the <a href=\"http://joomlacode.org/gf/project/pasamioprojects/frs/\" target=\"_blank\" title=\"JoomlaCode\">JoomlaCode developers forge</a>.</li> <li>Select the Component in the Component Menu of the Control Panel.</li> <li>Click on the <strong>Dump it</strong> icon. Three exported <em>gzipped </em>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.</li> <li>Click on the download icon of the particular exports files needed and store locally.</li> <li>Multiple export sets can be created.</li> <li>The exported data is not modified in anyway and the original encoding is preserved. This makes the <font face=\"courier new,courier\">com_migrator</font> tool a recommended tool to use for manual migration as well.</li> <h3><u> Step 2 - Using the migration facility to import and convert data during Joomla! 1.5 installation:</u></h3><p>Note: This function requires the use of the <em><font face=\"courier new,courier\">iconv </font></em>function in PHP to convert encodings. If <em><font face=\"courier new,courier\">iconv </font></em>is not found a warning will be provided.</p> <li>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.</li> <li>Enter the table prefix used in the content dump. For example: \'jos_\' or \'site2_\' are acceptable values.</li> <li>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)</li> <li>Browse the local host and select the migration export and click on <strong>Upload and Execute</strong></li> <li>A success message should appear or alternately a listing of database errors</li> <li>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)</li> <p><u><br /></u></p></div>',-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','','<p>Well... how about never needing to mess with encoding settings again?</p><p>Ever needed to display several languages on one page or site and something always came up in Giberish?</p><p>With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting. </p>','',-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 [<em>lang</em>].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','','<p>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.</p><p>You can check the write status of relevent folders by going to \'\'Help-&gt;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.</p><p>NOTE: the FTP layer is not required on a Windows host/server. </p>','',-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','','<p>Yes it can! This is a significant security improvement.</p><p>The <em>safe mode</em> 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.</p>','',-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','','<p>This is now implemented by inserting a <strong>Read more...</strong> tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the <em>Read more....</em> A new Plugin takes care of the rest.</p><p>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.</p>','',-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','','<h4><font color=\"#ff6600\">Joomla! features:</font></h4> <ul><li>Completely database driven site engines </li><li>News, products, or services sections fully editable and manageable</li><li>Topics sections can be added to by contributing Authors </li><li>Fully customisable layouts including <em>left</em>, <em>center</em>, and <em>right </em>Menu boxes </li><li>Browser upload of images to your own library for use anywhere in the site </li><li>Dynamic Forum/Poll/Voting booth for on-the-spot results </li><li>Runs on Linux, FreeBSD, MacOSX server, Solaris, and AIX','  </li></ul> <h4>Extensive Administration:</h4> <ul><li>Change order of objects including news, FAQs, Articles etc. </li><li>Random Newsflash generator </li><li>Remote Author submission Module for News, Articles, FAQs, and Links </li><li>Object hierarchy - as many Sections, departments, divisions, and pages as you want </li><li>Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs, and JPEGs online for easy use </li><li>Automatic Path-Finder. Place a picture and let Joomla! fix the link </li><li>News Feed Manager. Easily integrate news feeds into your Web site.</li><li>E-mail a friend and Print format available for every story and Article </li><li>In-line Text editor similar to any basic word processor software </li><li>User editable look and feel </li><li>Polls/Surveys - Now put a different one on each page </li><li>Custom Page Modules. Download custom page Modules to spice up your site </li><li>Template Manager. Download Templates and implement them in seconds </li><li>Layout preview. See how it looks before going live </li><li>Banner Manager. Make money out of your site.</li></ul>',-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','','<p>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. <em>We do content right</em>.<br /> </p><p>So what\'s the catch? How much does this system cost?</p><p> 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!</p><p>Joomla! changes all that ... <br />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. </p><p>It is easy to install and administer, and is reliable. </p><p>Joomla! doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.</p><p>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. </p>','',-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','','<h1>Support </h1><p>Support for the Joomla! CMS can be found on several places. The best place to start would be the <a href=\"http://docs.joomla.org/\" target=\"_blank\" title=\"Joomla! Official Documentation Wiki\">Joomla! Official Documentation Wiki</a>. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too!</p> <p>Of course you should not forget the Help System of the CMS itself. On the <em>topmenu </em>in the Back-end Control panel you find the Help button which will provide you with lots of explanation on features.</p> <p>Another great place would of course be the <a href=\"http://forum.joomla.org/\" target=\"_blank\" title=\"Forum\">Forum</a> . 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.</p> <p>Two other resources for Support are the <a href=\"http://developer.joomla.org/\" target=\"_blank\" title=\"Joomla! Developer Site\">Joomla! Developer Site</a> and the <a href=\"http://extensions.joomla.org/\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla! Extensions Directory</a> (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.</p> <p>The Joomla! Developers and Bug Squad members are regularly posting their blog reports about several topics such as programming techniques and security issues.</p> <h1>Documentation</h1> <p>Joomla! Documentation can of course be found on the <a href=\"http://docs.joomla.org/\" target=\"_blank\" title=\"Joomla! Official Documentation Wiki\">Joomla! Official Documentation Wiki</a>. 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.</p> <p>There are also books written about Joomla! You can find a listing of these books in the <a href=\"http://shop.joomla.org/\" target=\"_blank\" title=\"Joomla! Shop\">Joomla! Shop</a>.</p>','',-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','','<p>Here are some interesting facts about Joomla!</p><ul><li><span>Over 210,000 active registered Users on the <a href=\"http://forum.joomla.org\" target=\"_blank\" title=\"Joomla Forums\">Official Joomla! community forum</a> and more on the many international community sites.</span><ul><li><span>over 1,000,000 posts in over 200,000 topics</span></li><li>over 1,200 posts per day</li><li>growing at 150 new participants each day!</li></ul></li><li><span>1168 Projects on the JoomlaCode (<a href=\"http://joomlacode.org/\" target=\"_blank\" title=\"JoomlaCode\">joomlacode.org</a> ). All for open source addons by third party developers.</span><ul><li><span>Well over 6,000,000 downloads of Joomla! since the migration to JoomlaCode in March 2007.<br /></span></li></ul></li><li><span>Nearly 4,000 extensions for Joomla! have been registered on the <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"http://extensions.joomla.org\">Joomla! Extension Directory</a>  </span></li><li><span>Joomla.org exceeds 2 TB of traffic per month!</span></li></ul>','',-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','','<p>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.</p>','<p style=\"margin-bottom: 0in\">In Joomla! 1.5, you\'ll notice: </p>    <ul><li>     <p style=\"margin-bottom: 0in\">       Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Extended integration of external applications through Web services and remote authentication such as the Lightweight Directory Access Protocol (LDAP)</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination</p>   </li><li>     <p style=\"margin-bottom: 0in\">       A more sustainable and flexible framework for Component and Extension developers</p>   </li><li>     <p style=\"margin-bottom: 0in\">Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions</p></li></ul>',-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','','<p class=\"MsoNormal\">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.  </p>            <p class=\"MsoNormal\">The minimum requirements are:</p>      <ul><li>Apache 1.x, 2.x and higher</li><li>PHP 4.3 and higher</li><li>MySQL 3.23 and higher</li></ul>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','','<p>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 <strong>layout</strong>. Use the guide below to understand which layouts are available and how you might use them. </p> <h2>Content </h2> <p>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.</p> <h3>Blog Layout<br /> </h3> <p>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!</p> <h3>Blog Archive Layout<br /> </h3> <p>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.</p> <h3>List Layout<br /> </h3> <p>Table layout will simply give you a <em>tabular </em>list<em> </em>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)</p> <h2>Wrapper</h2> <p>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.</p> <h2>Content Parameters</h2> <p>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.</p>','',-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','','<p>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. </p>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.<br />The minimum version requirements are:<br /><ul><li>Apache 1.x or 2.x</li><li>PHP 4.3 or up</li><li>MySQL 3.23 or up</li></ul>For the latest minimum requirements details, see <a href=\"http://www.joomla.org/about-joomla/technical-requirements.html\" target=\"_blank\" title=\"Joomla! Technical Requirements\">Joomla! Technical Requirements</a>.','',-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','','<p>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 <strong>Extensions</strong>. 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:</p> <ul>   <li>Dynamic form builders</li>   <li>Business or organisational directories</li>   <li>Document management</li>   <li>Image and multimedia galleries</li>   <li>E-commerce and shopping cart engines</li>   <li>Forums and chat software</li>   <li>Calendars</li>   <li>E-mail newsletters</li>   <li>Data collection and reporting tools</li>   <li>Banner advertising systems</li>   <li>Paid subscription services</li>   <li>and many, many, more</li> </ul> <p>You can find more examples over at our ever growing <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla! Extensions Directory</a>. Prepare to be amazed at the amount of exciting work produced by our active developer community!</p><p>A useful guide to the Extension site can be found at:<br /><a href=\"http://extensions.joomla.org/content/view/15/63/\" target=\"_blank\" title=\"Guide to the Joomla! Extension site\">http://extensions.joomla.org/content/view/15/63/</a> </p> <h3>Types of Extensions </h3><p>There are five types of extensions:</p> <ul>   <li>Components</li>   <li>Modules</li>   <li>Templates</li>   <li>Plugins</li>   <li>Languages</li> </ul> <p>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 <strong>Next </strong>link below.<br /> </p> <hr title=\"Components\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_com.png\" border=\"0\" alt=\"Component - Joomla! Extension Directory\" title=\"Component - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Components</h3> <p>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 (<font face=\"courier new,courier\">com_content</font>), for example, is the  mini-application that handles all core Article rendering just as the  core registration Component (<font face=\"courier new,courier\">com_user</font>) is the mini-application  that handles User registration.</p> <p>Many of Joomla!\'s core features are provided by the use of default Components such as:</p> <ul>   <li>Contacts</li>   <li>Front Page</li>   <li>News Feeds</li>   <li>Banners</li>   <li>Mass Mail</li>   <li>Polls</li></ul><p>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.</p> <p>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.</p>  <hr title=\"Modules\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_mod.png\" border=\"0\" alt=\"Module - Joomla! Extension Directory\" title=\"Module - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Modules</h3> <p>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.</p> <p>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.</p> <p>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. </p> <h4>Displaying Modules</h4> <p>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</p> <p>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 (<font face=\"courier new,courier\">mod_mainmenu</font>) 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.</p> <h4>Newsflash Example</h4> <p>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 <em>Read more...</em> link to take the User to the full Article.</p> <p>The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.</p>  <hr title=\"Plugins\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_plugin.png\" border=\"0\" alt=\"Plugin - Joomla! Extension Directory\" title=\"Plugin - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Plugins</h3> <p>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 <font face=\"courier new,courier\">onGetEditorArea</font> 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.</p>  <hr title=\"Languages\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_lang.png\" border=\"0\" alt=\"Language - Joomla! Extensions Directory\" title=\"Language - Joomla! Extensions Directory\" width=\"17\" height=\"17\" /> Languages</h3> <p>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 <strong>en-GB</strong> - 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. </p> <p>More information on languages is available from the <br />   <a href=\"http://community.joomla.org/translations.html\" target=\"_blank\" title=\"Joomla! Translation Teams\">http://community.joomla.org/translations.html</a></p>','',-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','','<p><strong>Got a question? </strong>With more than 210,000 members, the Joomla! Discussion Forums at <a href=\"http://forum.joomla.org/\" target=\"_blank\" title=\"Forums\">forum.joomla.org</a> 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.</p><p><strong>Do you want to show off your new Joomla! Web site?</strong> Visit the <a href=\"http://forum.joomla.org/viewforum.php?f=514\" target=\"_blank\" title=\"Site Showcase\">Site Showcase</a>Â section of our forum.</p><p><strong>Do you want to contribute?</strong></p><p>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:</p><ul>  <li>Submit news about Joomla. We syndicate Joomla-related news on <a href=\"http://news.joomla.org\" target=\"_blank\" title=\"JoomlaConnect\">JoomlaConnect<sup>TM</sup></a>. If you have Joomla news that you would like to share with the community, find out how to get connectedÂ <a href=\"http://community.joomla.org/connect.html\" target=\"_blank\" title=\"JoomlaConnect\">here</a>.</li> <li>Report bugs and request features in our <a href=\"http://joomlacode.org/gf/project/joomla/tracker/\" target=\"_blank\" title=\"Joomla! developement trackers\">trackers</a>. Please read <a href=\"http://docs.joomla.org/Filing_bugs_and_issues\" target=\"_blank\" title=\"Reporting Bugs\">Reporting Bugs</a>, for details on how we like our bug reports served up</li><li>Submit patches for new and/or fixed behaviour. Please read <a href=\"http://docs.joomla.org/Patch_submission_guidelines\" target=\"_blank\" title=\"Submitting Patches\">Submitting Patches</a>, for details on how to submit a patch.</li><li>Join the <a href=\"http://forum.joomla.org/viewforum.php?f=509\" target=\"_blank\" title=\"Joomla! development forums\">developer forums</a> 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.</li><li>Join any of the <a href=\"http://www.joomla.org/about-joomla/the-project/working-groups.html\" target=\"_blank\" title=\"Joomla! working groups\">Joomla Working Groups</a> and bring your personal expertise to the Joomla community.Â </li></ul><p>These are just a few ways you can contribute. SeeÂ <a href=\"http://www.joomla.org/about-joomla/contribute-to-joomla.html\" target=\"_blank\" title=\"Contribute\">Contribute to Joomla</a>Â for many more ways.</p>','',-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','','<p>Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser.<br /><br />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.  </p><p>For full details on the installation processes check out the <a href=\"http://help.joomla.org/content/category/48/268/302\" target=\"_blank\" title=\"Joomla! 1.5 Installation Manual\">Installation Manual</a> on the <a href=\"http://help.joomla.org\" target=\"_blank\" title=\"Joomla! Help Site\">Joomla! Help Site</a> where you will also find download instructions for a PDF version too. </p>','',-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.<br />By default the English language is installed for the Back and Front-ends. You can download additional language files from the <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla!Extensions Directory</a>. ','',-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','','<p>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. </p><p>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 <span style=\"font-style: italic\">Uncategorized</span> as the option in the Section and Category drop down lists.</p>','',-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 <em>Uncategorized </em>Section/Category. The Articles marked as <em>Uncategorized </em>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','','<p>You indeed can change the Menu Item\'s Type to whatever you want, even after they have been created. </p><p>If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel-&gt;Menus Menu-&gt;[menuname]-&gt;Menu Item Manager and edit the Menu Item. Select the <strong>Change Type</strong> 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.</p>','',-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','','<p>Mambots have been renamed as Plugins. </p><p>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.</p>','',-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','','<p>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.</p><p>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.</p><p> A good place to find where to download your languages and localised versions of Joomla! is <a href=\"http://extensions.joomla.org/index.php?option=com_mtree&task=listcats&cat_id=1837&Itemid=35\" target=\"_blank\" title=\"Translations for Joomla!\">Translations for Joomla!</a> on JED.</p>','',-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','','<p>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.  </p>','',-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','','<p>When you <em>Archive </em>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 <em>retrieved </em>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.  </p>','',-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','','<p>This page is an example of content that is <em>Uncategorized</em>; 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.</p><ul><li>Section Blog</li><li>Section Table</li><li> Blog Category</li><li>Category Table</li></ul><p>Follow the links in the <strong>Example Pages</strong> 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!.</p><p>This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the <strong><font face=\"courier new,courier\">Menu Manager-&gt;[menuname]-&gt;Menu Items Manager</font></strong>. </p>','',-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','','<p>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 <a href=\"http://developer.joomla.org/security.html\" target=\"_blank\" title=\"Joomla! Security Center\">Joomla! Security Center</a>.</p>','<p>The new JSST will call the new <a href=\"http://developer.joomla.org/security.html\" target=\"_blank\" title=\"Joomla! Security Center\">Joomla! Security Center</a> their home base. The Security Center provides a public presence for <a href=\"http://developer.joomla.org/security/news.html\" target=\"_blank\" title=\"Joomla! Security News\">security issues</a> and a platform for the JSST to <a href=\"http://developer.joomla.org/security/articles-tutorials.html\" target=\"_blank\" title=\"Joomla! Security Articles\">help the general public better understand security</a> 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 <a href=\"http://feeds.joomla.org/JoomlaSecurityNews\" target=\"_blank\" title=\"Joomla! Security News Feed\">news feed</a>, which provides subscribers an up-to-the-minute notification of security issues as they arise.</p>',-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','','<p>The <a href=\"http://community.joomla.org/\" target=\"_blank\" title=\"Joomla! Community Portal\">Joomla! Community Portal</a> is now online. There, you will find a constant source of information about the activities of contributors powering the Joomla! Project. Learn about <a href=\"http://community.joomla.org/events.html\" target=\"_blank\" title=\"Joomla! Events\">Joomla! Events</a> worldwide, and see if there is a <a href=\"http://community.joomla.org/user-groups.html\" target=\"_blank\" title=\"Joomla! User Groups\">Joomla! User Group</a> nearby.</p><p>The <a href=\"http://magazine.joomla.org/\" target=\"_blank\" title=\"Joomla! Community Magazine\">Joomla! Community Magazine</a> promises an interesting overview of feature articles, community accomplishments, learning topics, and project updates each month. Also, check out <a href=\"http://community.joomla.org/connect.html\" target=\"_blank\" title=\"JoomlaConnect\">JoomlaConnect&#0153;</a>. This aggregated RSS feed brings together Joomla! news from all over the world in your language. Get the latest and greatest by clicking <a href=\"http://community.joomla.org/connect.html\" target=\"_blank\" title=\"JoomlaConnect\">here</a>.</p>','',-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,'Homes For Sale Clarence Rockland','homes-for-sale-clarence-rockland','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Welcome to Lucie Charron Ultimate Home Selling System in Clarence-Rockland Area.  Having lived in <strong>Clarence-Rockland</strong> all of my life I understand your personal, family, business and social needs.  I know my community and I am here for you!  Either for selling or finding the perfect house – I know how to accomplish and obtain results! </span></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Pride driven and making sure that everybody is on a win win situation. </span></span><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><strong>I practice real estate differently than most! I work for YOU!</strong> </span></span></span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: black;\">Please feel free to browse through <strong>my ultimate homes for sale in rockland portal web site</strong> to explore real estate information for the Clarence-Rockland Area.  My comprehensive unique marketing real estate websites offers direct access to the latest properties for sale in Clarence-Rockland Area and features community information, consumer links, school information, reports, tips, and answers to commonly asked real estate questions and more. </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: black;\">If you own real estate that you`re thinking of selling, I would be happy to provide you with a <a href=\"index.php?option=com_proforms&amp;view=form&amp;jid=1\"><strong><span style=\"text-decoration: underline;\">FREE HOME EVALUATION</span></strong></a><strong><span style=\"text-decoration: underline;\">.</span></strong></span> </span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">In today\'s competitive market, timing is critical. Many great homes are sold before they are ever advertised. Beat other homebuyers to the hottest new homes for sale in Clarence-Rockland with my <strong>VIP BUYER  PROGRAM LISTING NOTIFICATION. </strong></span></span></span></span></span></span></p>\r\n<p> </p>\r\n<p style=\"BACKGROUND: white\"> </p>\r\n<p><span style=\"color: black; font-size: 9.5pt;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Whether you are a first time buyer or an experienced investor, you will find useful information about how to choose the \"right\" property, making an offer, negotiating, financing, mortgage rates, moving, and everything involved in making an informed real estate decision in today´s market.</span></span></span></span></span></span></span></span></span></span></p>\r\n<p> </p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Please <a href=\"../index.php/contact-luciecharron\">contact me</a> anytime to go through any <strong>Clarence-Rockland Listings</strong> you may be interested in.<br /></span></span></span></span></span></span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Sincerely,</span></span></span></span></span></span></p>\r\n<p style=\"BACKGROUND: white\"> </p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Lucie Charron, Sales Representative, Realty Executives Advantage Plus inc.; Brokerage</span></span></span></span></span></span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">613.725.4012</span></span></span></span></span></span></span></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><br /><br /></span></span></span></span></span></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','',1,0,0,0,'2011-11-21 18:40:54',62,'seo-experts','2011-12-14 14:40:04',62,0,'0000-00-00 00:00:00','2011-11-21 18:40:54','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\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=',40,0,13,'Homes for sale in Rockland, Clarence-Rockland, Lucie Charron, Sales Agent Rockland, Realty Executive Rockland, homes for sale rockland, mls rockland','Lucie Charron Ultimate Home Selling System in Clarence-Rockland Area.',0,0,'robots=\nauthor=Cerca Marketing Inc.'),(47,'Buyers','buyers','','<p><strong style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Buying a Home in Clarence-Rockland Area</span></span></span></strong></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Whether you\'re looking for your first home, your dream home or an investment property, I\'m committed to providing you with the highest quality buyer service. When making the type of investment that buying a home requires, you deserve to have all the latest market information and the very best advice, both of which I can provide you with.</span></span></span></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Buying a home is an exciting and complex adventure. It can also be a very time-consuming and costly one if you\'re not familiar with all aspects of the process, and don\'t have all the best information and resources at hand.  W</span></span></span><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">hether you\'re buying a starter home, your dream home or an investment property, why not take advantage of my experience as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">One of my specialties is representing the best interests of Clarence-Rockland home buyers throughout the home buying process. My comprehensive, high-quality services can save you time and money, as well as make the experience more enjoyable and less stressful.</span></span></span></p>\r\n<p><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Pride driven and making sure that everybody is on a win win situation. </span></span><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><strong>I practice real estate differently than most! I work for YOU!</strong> </span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-11-23 15:50:07',62,'','2011-12-14 14:36:05',62,0,'0000-00-00 00:00:00','2011-11-23 15:50:07','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',19,0,12,'rockland mls, buying a home in clarence-rockland, first time buyers in rockland, clarence rockland homes','Buying a home in Clarence-Rockland with Lucie Charron, Realty Executive Advantage Inc.; Brokerage.  One of my specialties is representing the best interests of Clarence-Rockland home buyers throughout the home buying process',0,52,'robots=\nauthor='),(48,'Selling Your Home in Clarence Rockland','selling-your-home-in-clarence-rockland','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Having lived in <strong>Clarence-Rockland</strong> all of my life I understand the community, participate in many associations and groups, and I know from proven past experiences the best marketing media channels to list and sell your home.  Furthermore, I have one of the greatest referal-base networking system and work with the best marketing communication agency in the area.  I know how to accomplish and obtain results! </span></span></span><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><strong>I practice real estate differently than most! I work for YOU!</strong></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">For most families, their home is their largest financial asset, and deciding to sell it is a big decision that involves a lot of preparation and work. When you\'re ready to sell it\'s important to have an experienced local <strong>Clarence-Rockland real estate professional</strong> handle the details involved in the successful sale of a home for top dollar.</span></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">As an experienced professional who has helped many <strong>Rockland area</strong> residents sell their homes, I know how to handle every aspect of the sales process - from strategically marketing and showcasing your home to making sure everything\'s signed, sealed and delivered by the closing date. </span></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><strong>When you list your home with me, you benefit from</strong> <strong><span style=\"color: #993300;\"><span style=\"text-decoration: underline;\">LUCIE CHARRON ULTIMATE HOME SELLING SYSTEM</span></span></strong></span></span></span></p>\r\n<ul>\r\n<li><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">30+ years of referal-base networking system in the Clarence-Rockland area community</span></span></span></em></strong></li>\r\n<li><strong><em></em></strong><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">Your home listing linked to Google Search Results for `Homes For Sale Rockland`</span></span></span></em></strong></li>\r\n<li><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">Your home advertised on high traffic web sites:  realtor.ca, luciecharron.ca, </span></span></span></em></strong><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">clarencerocklandliving.ca,  h</span></span></span></em></strong><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">omesforsalerockland.ca &amp; many more exclusive high-ranked marketing web sites</span></span></span></em></strong></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\"><strong><em>Your home advertised 24 hours a day, 7 days a week until it\'s sold</em></strong> </span></span></span></li>\r\n<li><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">Your home advertised in printed local  marketing ads Journal Vision until it\'s sold</span></span></span></em></strong></li>\r\n<li><strong><em><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #993300;\">Open House advertisements  &amp; many more exclusive services....</span></span></span></em></strong></li>\r\n</ul>\r\n<p><span style=\"font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: black;\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><strong>I practice real estate differently than most! I have the ultimate home selling system that makes the difference!</strong></span></span></span></span></p>\r\n<p><span style=\"font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: black;\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><strong><a href=\"../index.php/contact-luciecharron\">Contact me</a> for a free home evaluation and find out more about some of my exclusive home selling services</strong></span></span></span></span></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center;\" align=\"center\"><strong><em><span style=\"font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: navy; font-size: 13.5pt;\">CALL ME NOW 613-725-4012</span></em></strong></p>\r\n<p class=\"MsoNormal\" style=\"text-align: center;\" align=\"center\"><strong><em><span style=\"font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: navy; font-size: 13.5pt;\"> </span></em></strong></p>','',1,0,0,0,'2011-11-23 15:50:49',62,'','2011-12-14 14:36:26',62,0,'0000-00-00 00:00:00','2011-11-23 15:50:49','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',27,0,11,'homes for sale rockland, Clarence-Rockland, home for sale in rockland, mls rockland, homes in rockland, Lucie Charron, Reatly Executives sale agent rockland, ultimate home selling system','When you list your home with me, you benefit from LUCIE CHARRON ULTIMATE HOME SELLING SYSTEM\r\n\r\n30+ years of referal-base networking system in the Clarence-Rockland area community\r\nYour home listing linked to Google Search Results for `Homes For Sale Rockland`\r\nYour home advertised on high traffic web sites:  realtor.ca, luciecharron.ca, clarencerocklandliving.ca,  homesforsalerockland.ca & many more exclusive high-ranked marketing web sites\r\nYour home advertised 24 hours a day, 7 days a week until it\'s sold    \r\nYour home advertised in printed local  marketing ads Journal Vision until it\'s sold\r\nOpen House advertisements  & many more exclusive services....\r\n',0,51,'robots=\nauthor=Cerca Marketing Inc.'),(49,'Tips','tips','','<p>Here you may find some diverse articles about selling and buying tips.<br /><br /></p>\r\n<ul>\r\n<li><a href=\"images/stories/Five Great Things about Homeownership.pdf\" target=\"_blank\">Five Great Things about Homeownership</a></li>\r\n<li><a href=\"index.php/tips-clarence-rockland-homes-for-sale/5-reasons-why-homeownership-is-great\">5 Reasons Why HomeOwnership is Great, Clarence-Rockland Community </a></li>\r\n<li><a href=\"index.php/tips-clarence-rockland-homes-for-sale/hate-having-a-mortgage-pay-it-down-faster-and-smarter\">Hate having a mortgage? Pay it down faster – and smarter </a></li>\r\n<li><a href=\"index.php/tips-clarence-rockland-homes-for-sale/you-wont-pay-hst-on-a-resale-home\">You won’t pay HST on a resale home </a></li>\r\n<li><a href=\"index.php/tips-clarence-rockland-homes-for-sale/preparing-for-an-open-house\">Preparing for an Open House in Clarence-Rockland </a></li>\r\n<li><a href=\"index.php/tips-clarence-rockland-homes-for-sale/why-home-ownership-matters\">Why Home Ownership Matters, Clarence Rockland </a></li>\r\n</ul>','',1,0,0,0,'2011-11-23 15:54:38',62,'','2011-12-14 14:44:54',62,0,'0000-00-00 00:00:00','2011-11-23 15:54:38','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,10,'rockland homes for sale, rockland real estate, rockland mls, rockland homes, homes for sale in Rockland, Clarence-Rockland, clarence-rockland hourse listing, clarence-rockland, house listings, rockland house listings, sales, buyers, ottawa house listings, clarence-rockland house listings, house for sale, rent, lucie charron, free home evaluation, contact home','',0,21,'robots=\nauthor='),(50,'Community Links','community-links','','<p><a href=\"http://www.luciecharron.ca\">www.luciecharron.ca</a></p>\r\n<p><a href=\"http://www.clarence-rockland.com\">www.clarence-rockland.com</a></p>\r\n<p><a href=\"http://www.clarencerocklandliving.ca\">www.clarencerocklandliving.ca</a></p>\r\n<p><a href=\"http://www.cercamarketing.com\">www.cercamarketing.com</a></p>\r\n<p><a href=\"http://www1.ottawarealestate.org/home/NewsInformation/LatestNewsRelease.aspx\">http://www1.ottawarealestate.org/home/NewsInformation/LatestNewsRelease.aspx</a></p>\r\n<p><a href=\"http://www.ccclarencerockland.com/\">http://www.ccclarencerockland.com/</a></p>\r\n<p> </p>\r\n<p>public high school</p>\r\n<p>public elementaire</p>\r\n<p>catholic elementaire</p>\r\n<p>catholic high school</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','',1,0,0,0,'2011-12-05 21:41:30',62,'','2011-12-08 02:16:19',62,0,'0000-00-00 00:00:00','2011-12-05 21:41:30','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,9,'','',0,8,'robots=\nauthor='),(51,'Mortgage Planning Tips','mortgage-planning-tips','','<table style=\"width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_t_tr\">\r\n<td id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_t_tc\" align=\"left\">\r\n<h1><span id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_t_mt\">Mortgage Planning Tips</span></h1>\r\n</td>\r\n</tr>\r\n<tr id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_t_hr\">\r\n<td colspan=\"2\">\r\n<hr size=\"1\" />\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_Table1\" style=\"width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td id=\"_ctl2__ctl3__ctl0_ct_4589493_4589493_hh\">\r\n<p> </p>\r\n<div><strong>Here are a few mortgage planning tips that we wanted to share with you<span style=\"color: #1f497d;\">.</span></strong> <br />When financing a home, the following considerations can help you to save money and provide for greater economic stability in the event of financial challenges down the road such as lower income levels, increased monthly expenses and/or higher interest rates.</div>\r\n<ul type=\"disc\">\r\n<li> <ol type=\"1\">\r\n<li>Consider a lesser mortgage amount than the maximum you can afford<br />Mortgage Professionals use two simple calculations to determine the maximum mortgage that you can afford. The first calculation, your Gross Debt Service Ratio, assumes that your monthly housing costs (mortgage principal and interest, taxes and heating expenses and half of the monthly condo fee if you are purchasing a condominium) should not be more than 32% of your gross monthly income. The second calculation requires that your entire monthly debt load (including housing costs and other debts such as car loans and credit card payments) not exceed more than 40% of your gross monthly income. This figure is your Total Debt Service ratio.</li>\r\n</ol></li>\r\n</ul>\r\n<div style=\"margin: 0cm 0cm 0pt 72pt;\">While these ratios help to determine the maximum mortgage and payment that you can afford, obtaining home financing at these levels may not leave you with much room to comfortably deal with any unexpected changes in your monthly budget. Taking a smaller mortgage can help to ensure that your monthly housing costs remain within your means.</div>\r\n<ul type=\"disc\">\r\n<li> <ol type=\"1\">\r\n<li>Evaluate the impact of an increasing interest rate on your monthly payments<br />Over the past few years, interest rates have been at historical lows. While this helps to make homeownership affordable today, an increase in interest rates could have a significant impact on your future monthly housing costs. For instance, homeowners renewing a mortgage of $250,000 with a 5% interest rate could see an increase in payments of $300 per month if rates were to increase by 2%. Evaluating the impact of increasing interest rates on your monthly payment today may help you to avoid financial difficulties in the future.</li>\r\n<li>Plan to be mortgage free faster by reducing your amortization period<br />The amortization period of your mortgage is the length of time it will take to pay off the entire mortgage. A longer amortization period can help to reduce your monthly housing costs, but will result in significantly higher overall interest costs. For example, choosing a 35 year amortization over a 25 year period on a mortgage of $250,000 would lower your monthly principal and interest payments ($1,254 vs. $1,454) but will result in additional interest costs of over $90,000. Besides higher interest costs, maximizing both the amortization period and mortgage amount can leave little room for flexibility in the event of future changes in your financial situation.</li>\r\n<li>Create a “cushion” in case of unforeseen financial difficulties<br />In addition to choosing a shorter amortization period, there are other ways to pay your mortgage down sooner, save money, and create some breathing room should you face unforeseen financial difficulties in the future. These include making accelerated weekly or biweekly payments, taking advantage of pre-payment privileges such as making lump sum payments to your mortgage principal, and increasing your regular payment amount. Ask your Mortgage Professional for additional information on these topics when arranging your financing.</li>\r\n<li>Seek help if you have difficulty making your mortgage payments<br />When unforeseen financial circumstances impact your ability to make regular mortgage payments, it’s important for you to take quick action. With early intervention, you can work together with your mortgage professional to find a solution to your financial difficulties. Your mortgage professional wants to establish and maintain a positive relationship with you over the long term, and is fully trained and equipped with the tools to help you deal with the temporary financial setbacks that you may be facing.</li>\r\n</ol></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,0,0,0,'2011-12-05 22:09:33',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-05 22:09:33','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,8,'','',0,0,'robots=\nauthor='),(52,'5 Reasons Why HomeOwnership is Great, Clarence-Rockland Community','5-reasons-why-homeownership-is-great-clarence-rockland-community','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Take a look at five short and sweet reasons that homeownership is great!</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">1. Equity. When you pay rent, you never see that money again. It is lining the landlord\'s pocket. Yes, buying a home may come with some hefty initial costs (downpayment, closing costs, inspections), but you will make that money back over time in equity built in the home. Historically, homes appreciate by about 4 to 6 percent a year. Some areas are still experiencing normal appreciation rates. For the areas that have seen harder times since the recession, experts feel that the housing market will recover. Homeownership is about building long-term wealth. A home bought for $10,000 in 1960 is most likely worth 10 times that in today\'s market.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">2. Relationships: Renters tend to see their neighbors come and go quickly. Some people sign year leases while others are in the community for much shorter terms. Apartment complexes also tend to have less common shared space for people to meet, greet, and socialize. Homeowners, however, have yards, walking trails, or community pools and clubhouses where they can get to know each other. Neighbors stay put much longer (at least three to five years if they hope to recoup their closing costs). This means more time to develop relationships. Research has shown that people with healthy relationships have more happiness and less stress.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">3. Predictability: Well, as long as you have a fixed-rate term on your mortgage it\'s predictable. Most people buying homes today know that a fixed-rate is the way to go. This means your payment amount is fixed for the life of the term. If your mortgage payment is $500 today, then it will still be $500 a month in 10 years. This allows for people to budget and make solid financial plans. The sub-prime crisis meant many homeowners with adjustable rate mortgages saw their monthly payments rise and then rise some more. Homeownership, though, generally comes with a predictable table of expenditures. Even the big purchases are predictable. You know most roofs last just 15 years (or so). You know that each year you\'ll need to pay for the gutters to be cleaned, and so on.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">4. Ownership: Okay, this is a given. Homeownership means you \"own\" your home. That comes with some incredible perks, though! You can renovate, update, paint, and decorate to your heart\'s desire. You can plant trees, install a pool, expand the patio, or do holiday decorating that would rival the Kranks (if the HOA allows!). The bottom line is this is your home and you can personalize it to your taste. Most renters are stuck with the same beige walls and beige carpet that has been standard apartment decor for 20 years. Now is your chance to let your home speak!</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">5. Great Deals: It\'s a great time to buy. Interest rates are at historic lows. We\'re talking 4.0 percent instead of 6.0 or higher. This means big savings for today\'s buyers. Home prices have also taken a dip since the recession, which means homes are more affordable than ever. If you have steady income and cash for a downpayment, then be sure to talk to your local real estate agent about what homes in your area could be a fit for you.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Homeownership can be a real joy. It\'s time to get off the fence and into a home that is right for you!</span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 14:08:02',62,'','2011-12-14 14:37:23',62,0,'0000-00-00 00:00:00','2011-12-06 14:08:02','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=',4,0,7,'buying new home in clarence-rockland, home buying rockland, home listing rockland, homeownership clarence-rockland','why home ownership is great in clarence-rockland community',0,8,'robots=\nauthor=Cerca Marketing'),(53,'Hate having a mortgage? Pay it down faster – and smarter','hate-having-a-mortgage-pay-it-down-faster-and-smarter','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Let’s face it: no one enjoys being in debt. However, the majority of home buyers do need to take out a mortgage loan, which can be considered “good” debt since your investment is likely to appreciate over time, and paying down the loan helps you build equity that you can use later. But no matter how good the end result is, many people don’t want their debt hanging around for 25 years or more. The good news is, there are ways to pay down your mortgage faster – without having to live on hot dogs for years.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><strong>Payment frequency is one way to accelerate</strong> your repayment without eating up all of your spare cash. By making payments every week or every other week instead of monthly, you will make the equivalent of at least 2 extra payments each year without significantly increasing the amount of your individual payments. Most, if not all major lenders now offer mortgage payment frequency options – just ask.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"><strong>Another way to get debt-free faster is to make additional payments</strong> when you have extra cash. Many mortgages allow you to make a lump-sum payment on the anniversary date of your mortgage, or make an extra mortgage payment once every year (perhaps at tax refund time). You can also raise the amount of your regular payments if you get a raise at work, for example. If your financial circumstances change significantly for the better, you may want to consider asking for a shorter amortization period when you renegotiate your mortgage (which you will do each time the term expires, usually every five years). Going from a 25-year to a 15-year amortization will increase your payments significantly, but if you can afford to do it now, you’ll end up paying far less in interest over the life of the loan. </span></span></span><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">It can be tempting, in the event that you get a sizeable raise or inherit a sum of money, to just pay off the mortgage all at once, but be aware that depending on your lender and the terms of your loan, there may be significant fees charged for the privilege of doing so.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">When you pay off your mortgage earlier than planned, the lender loses you as an interest-payer, which is why most closed mortgages include fees or penalties charged to those who finish paying early. The most common penalties are an Interest Rate Differential (calculated using your interest rate, the current market rate, and how long is left in your term) or three months’ interest. Always read the fine print carefully before you sign your mortgage documents. By law, mortgage lenders must indicate in writing whether there are penalties for early repayment and how they are calculated. That way, you can make an informed decision about whether it’s worthwhile to make that last lump-sum payment or set the money aside and wait it out. The difference between the penalty fee and the interest you would save is usually the deciding factor. </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Mortgages are great, because they allow you to purchase a home and build equity. But why pay more interest than you have to? If you’re financially savvy, you can end up debt-free faster – and pay less interest while you’re at it.</span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 18:13:50',62,'','2011-12-14 14:37:39',62,0,'0000-00-00 00:00:00','2011-12-06 18:13:50','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=',4,0,6,'Lucie Charron, Homes for sale rockland, Clarence-Rockland, Ontario, mls rockland, rockland house listing','Pay down your mortgage faster tips from Lucie Charron Homes For Sale Clarence-Rockland',0,7,'robots=\nauthor=Cerca Marketing inc.'),(54,'Keep warm, spend less this winter, Tips for Home Owners in Clarence-Rockland','keep-warm-spend-less-this-winter-tips-home-owners-in-clarence-rockland','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">As the days get shorter and temperatures drop at night, it’s time to think about turning on the heat at home. Unfortunately, electricity and gas rates are not within our control, so the only way to keep a handle on utility costs is to make a concerted effort to conserve energy and maybe invest in sweaters and flannel sheets. Here are some ideas for easy and fairly inexpensive ways to save energy this winter:</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Install and use a programmable thermostat. They are not very expensive to invest in (they start at about $45) and make regulating your home’s heating settings easy. Program it to lower the home’s ambient temperature at night while you’re sleeping (since you can snuggle under your blankets) and then warm it up again in time for breakfast. If you’re out of the house all day, you can also program the thermostat to lower the temperature when you’re not home to need the heat, then rise again so you’re cozy at home in the evenings.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Make sure your windows and doors are airtight. It gets mighty windy in Canada during the winter, and the cold air can sneak in through tiny spaces around windows and doors, which makes your furnace work harder to keep your home warm. Have a good look at the seals around your windows and doors, and install weather-stripping if necessary. If you live in a home with older windows, you can seal them for the season using film that when heated, adheres to the window, or by running a thin bead of silicone around the edges of the window where it meets the frame. However, you won’t be able to open the windows until spring once they’re sealed.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Make use of power bars. Most of our electronic devices (like computers, TVs, cellphone chargers and DVD players) go into standby mode when we turn them off, so they continue to use electricity. You can keep them from doing so by plugging them into a power bar with a master on/off switch or a timer on it. That way, you can shut off all your devices completely when they are not being used.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Don’t heat unused spaces. Shut the vents or turn off the baseboard heater and close the door to little-used rooms (such as a guest bedroom) so that space isn’t being heated needlessly. You can always open it back up if the room is needed.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">This little light of mine… can use a lot of unnecessary electricity! Get into the habit of turning off lights when you leave a room. If you have kids, make a game out of it, or put brightly coloured sticky notes on the light switches as a reminder. Also, compact fluorescent light bulbs use less energy and are widely available, and you can choose a “warm white” light to mimic the look of incandescent bulbs. Speaking of lights, switching to LED Christmas lights can reduce your energy costs by as much as 95 per cent compared to conventional lights.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">No one’s suggesting that you spend your evenings running in place to keep warm or never using your clothes dryer, but the simple tips above can help you save on energy costs. You can also download some coupons for energy-efficient products at</span></span></span><a href=\"https://www.saveonenergy.ca/Consumer/Programs/Instant-Rebates/Downloadable-COUPONS.aspx.\"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> https://www.saveonenergy.ca/Consumer/Programs/Instant-Rebates/Downloadable-COUPONS.aspx.</span></span></span></a></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 18:18:27',62,'','2011-12-14 14:37:55',62,0,'0000-00-00 00:00:00','2011-12-13 00:00:00','2011-04-19 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,5,'Clarence-Rockland Homes For Sale Tips, winter home owners tips, Rockland, Ontario','Keep warm, spend less this winter, Tips for Home Owners in Clarence-Rockland',0,2,'robots=\nauthor=Cerca Marketing Inc.'),(55,'You won’t pay HST on a resale home','you-wont-pay-hst-on-a-resale-home','','<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">More than a year after the Harmonized Sales Tax (HST) was introduced in Ontario, an Ipsos-Reid poll commissioned by the Ontario Real Estate Association (OREA) and released in late October revealed that 58 per cent of Ontarians believe that HST applies to the full purchase price of a resale home. Right now, the average price of an Ontario resale home is just under $350,000, so this confusion means that the majority of Ontarians wrongly believe that the HST will add more than $45,500 to the cost of buying that home.</span></span></span></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Let me be perfectly clear: HST does NOT apply to the purchase price of resale homes, with very few exceptions, which I will outline below. HST is only applicable to items that were subject to GST before July 1, 2010. Resale homes were exempt from GST, so they are exempt from HST.</span></span></span></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">The 2,700 REALTOR® members of the Ottawa Real Estate Board want Clarence-Rockland homebuyers to be aware of this fact. You don’t need to add 13 per cent when calculating whether or not you can afford a resale (previously-owned) home’s purchase price, so if you’re in the market, you can breathe a little easier.</span></span></span></p>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">As I mentioned above, there are a very few exceptional situations in which a home that has been previously owned might be subject to HST:</span></span></span></p>\r\n<ul>\r\n<li>\r\n<div style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">If the first owner of the home was a corporation that was exempt from paying GST on the property, the next buyer will need to pay HST on the property, but these cases are rare.</span></span></span><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></div>\r\n</li>\r\n<li>\r\n<div style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">If the home has been substantially renovated from its original structure, it gets treated as a new home and is therefore subject to HST. Here is the Canada Revenue Agency’s definition of substantially renovated: “Major changes have to be made to meet the definition of a substantial renovation. In a major renovation project, the interior of a building is essentially gutted. This type of renovation project qualifies as a substantial renovation. Generally, 90% or more of the interior of an existing house is the minimum that has to be removed or replaced to qualify as a substantial renovation.”</span></span></span></div>\r\n</li>\r\n<li>\r\n<div style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Many resale homes have been renovated, sometimes significantly (new kitchen and bathrooms, new flooring and windows, etc) but if the home wasn’t near-gutted and rebuilt, it probably doesn’t qualify as “substantially renovated” under the CRA’s definition and therefore, no HST would apply to the purchase of that home.</span></span></span></div>\r\n</li>\r\n<li>\r\n<div style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">If you are unsure if the home you want to purchase falls into the rare case category, ask your REALTOR® to include a condition in your Agreement of Purchase and Sale to allow you sufficient time to check with your accountant, lawyer or tax professional to make certain that the specific home you wish to purchase is not subject to HST under the circumstances as described above.</span></span></span></div>\r\n</li>\r\n</ul>\r\n<p style=\"FONT-FAMILY: \"><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">You will pay HST on some of the service costs associated with the purchase of a home. A few examples of these costs are legal fees, real estate commissions, home inspections, and property appraisal fees.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">I can help you assess the costs of purchasing a resale home, including any applicable taxes, fees and closing costs, so that you can make your offer with confidence. </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"></span><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 18:20:46',62,'','2011-12-14 14:38:10',62,0,'0000-00-00 00:00:00','2011-12-06 18:20:46','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,4,'','',0,2,'robots=\nauthor='),(56,'Preparing for an Open House in Clarence-Rockland','preparing-for-an-open-house-in-clarence-rockland','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">If you’re in the process of selling your home and are working with a real estate professional, holding an Open House is one of the things he or she may suggest as part of their marketing plan. Most of the time, an <strong>Open House in Clarence-Rockland Community</strong> is held on a Saturday or Sunday afternoon. It provides an opportunity for interested buyers to visit your home informally to determine whether they would like to return for a private showing. Sometimes, your real estate professional may wish to hold a separate Open House just for other real estate professionals, to see if it meets the needs and wants of any of the buyers that they are working with.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">An Open House in Clarence-Rockland is a great way to generate a lot of interest in your home – but only if it’s perfectl y prepared to be shown off. Most of the prep work should already be done by the time your house goes on the market. That includes a serious deep cleaning, as well as any needed paint touch-ups and minor repairs. There should be no burned-out light bulbs, missing drawer knobs or dust bunnies lurking in corners to distract would-be buyers from your home’s assets. Aside from ensuring the cleanest house possible, here are some other simple ways to make your home look and feel inviting:</span></span></span></p>\r\n<ul>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Bake cookies on the morning of the Open House to leave a lingering pleasant aroma.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Avoid cooking foods with strong or unpleasant odours in the days leading up to the Open House.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Be “scent sensitive” when it comes to air fresheners. Many people have scent allergies and find strong perfume smells overwhelming. When it doubt – toss it out.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Remove small appliances and personal items from the countertops to show off the space.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Sweep the walkway and welcome mat and trim shrubs and trees.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Rake up any leaves and put away outdoor toys and bikes.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Put fresh towels in the bathrooms and kitchen.</span></span></span></li>\r\n<li><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">If it’s rainy or muddy outside on the day of the Open House, designate a place for people to leave their shoes and umbrellas so they don’t track mud or water into your house.</span></span></span></li>\r\n</ul>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">It’s also a good idea to put away anything you don’t want visitors to see or touch. Obviously, this includes jewellery, money, personal electronic devices and so forth, but you should also pack away fragile decorative items that could be in danger of being broken or soiled. This keeps clutter to a minimum and also prevents accidental breakages that can be upsetting for you and for potential buyers.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\"> </span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Finally, it is recommended that all family members be away from the home during the Open House. As a real estate professional, Lucie Charron will supervise Open House visitors and escort them through your home. While you may be interested in who comes to the Open House and what they say about your home, your presence can be awkward for potential buyers. They need to be able to picture themselves living in your home, and if you’re still there, that can be tricky.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Open Houses need not be intimidating for the home seller. Your real estate professional will have many more great tips for making your home look its very best before those doors are opened to potential buyers.</span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> if you have questions regarding <strong>Open Houses in Clarence-Rockland area</strong>. </span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 18:23:47',62,'','2011-12-14 14:38:36',62,0,'0000-00-00 00:00:00','2011-12-06 18:23:47','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=',4,0,3,'','',0,4,'robots=\nauthor='),(57,'Why Home Ownership Matters, Clarence Rockland','why-home-ownership-matters-clarence-rockland','','<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Home is the one place where we create an environment that’s all our own. It’s where we establish traditions, mold our family’s values, and form our identity. But does it matter whether we own the home or not? It certainly does.<br /><br /></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Studies show that home ownership has a significant positive impact on our net worth. The Canada Mortgage and Housing Corporation (CMHC) reports that the average Canadian homeowner has a net worth of $377,000, versus a renter, whose average net worth is $64,000. Homeowners can draw upon that net worth when they age, reducing the need for government assistance. <strong>Clearly, home ownership does matter.<br /><br /></strong></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">A recently released poll conducted by Ipsos-Reid for the Ontario Real Estate Association (OREA) revealed that the dream of home ownership is alive and well among Ontario renters, with a significant majority (70 per cent) reporting that they would like to buy a home at some point in the future. <br /><br /></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">However, the poll also revealed that 81 per cent of Ontarians believe it is more difficult to own a home than it was for their parents, and 89 per cent are concerned that home ownership will become even more difficult in the future.<br /><br /></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Over half (54 per cent) of renters cited affordability as a key reason for not owning a home, and 70 per cent of those surveyed said they would be more willing to consider owning if the government offered more tax breaks and incentives to offset costs for first time home buyers. Home owners also report higher levels of civic engagement. 82 per cent of Ontario homeowners have donated to charity in the last two years; homeowners are much more likely to say they voted in the last municipal election than renters; and 35 per cent have volunteered in their community.<br /><br /></span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Ontario REALTORS® believe that we have an obligation to protect the affordability of home ownership for future generations. From job creation to providing a healthy and stable environment for raising our families, home ownership matters to people, communities and to<br />Ontario. We are urging all political parties running in the 2011 provincial election to commit to making home ownership more affordable for Ontarians.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">Ontario REALTORS® are proposing three policy initiatives to strengthen home ownership in<br />Ontario:</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">• Increasing the Land Transfer Tax (LTT) Rebate for first-time home buyers from $2,000<br />to $3,500. First time home buyers in Ontario pay $1,500 in LTT on an average resale home. Increasing the rebate to $3,500 would exempt buyers from paying any tax on their first home purchase. Every resale home purchased in Ontario pumps $47,575 into the provincial economy for furniture, home improvements and other items. Ontario MLS® sales generate 80,000 direct and indirect jobs annually.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">• A permanent Ontario Home Renovation Tax Rebate. This initiative would create jobs and curb the growth of the underground economy.</span></span></span></p>\r\n<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">• Reintroduce the Ontario Home Energy Efficiency Retrofit Rebate program. Investments in home energy efficiency will help homeowners cope with rising energy costs and curb greenhouse gas emissions.</span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Please<strong> <a href=\"../index.php/contact-luciecharron\">contact me</a></strong> as your local <strong>Clarence-Rockland Homes For Sale Listing expert to take advantage of my experience</strong> as a local market expert for Clarence-Rockland area to make the most informed decisions you can, every step of the way.</span></span></span></span></span></span></span></span></p>\r\n<p><span style=\"FONT-SIZE: medium\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: tahoma, arial, helvetica, sans-serif\"><span style=\"FONT-SIZE: small\">Let me help you become a home owner in Clarence-Rockland community.</span></span></span></span></span></span></span></span></p>','',1,0,0,0,'2011-12-06 18:32:23',62,'','2011-12-14 14:38:23',62,0,'0000-00-00 00:00:00','2011-12-06 18:32:23','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,2,'','',0,3,'robots=\nauthor='),(58,'Resale homes sold more quickly in February','resale-homes-sold-more-quickly-in-february','','<p>Members of the Ottawa Real Estate Board sold 936 residential properties in February through the Board’s Multiple Listing Service® system compared with 1,030 in February 2010, a decrease of 9.1 per cent. 213 of those sales were in the condominium property class, while 723 were in the residential property class.<br /> <br /></p>\r\n<p>The average sale price of residential properties, including condominiums, sold in February in the Ottawa area was $338,408, an increase of 6.7 per cent over February 2010. The average sale price for a condominium-class property was $260,112, an increase of 6 per cent over February 2010. The average sale price of a residential-class property was $361,475, an increase of 6.9 per cent over February 2010. The Board cautions that average sale price information can be useful in establishing trends over time but should not be used as an indicator that specific properties have increased or decreased in value. The average sale price is calculated based on the total dollar volume of all properties sold.<br /> <br /></p>\r\n<p>Once again we’re seeing sales numbers very close to the five-year average for February, which are 962 sales. It’s important to note that the homes that sold last month did so far more quickly than in January, spending an average of just 33 days on the market. As well, prices rose slightly more than they had in the previous two months which indicate we still have a very steady market here in Ottawa. This tells us that there is a demand for resale homes in Ottawa, and that when buyers see the home they want, they’re going after it, perhaps even going up against other bidders.<br /> <br /></p>\r\n<p>If you are in the market for a new home, and think you might encounter a multiple-offer situation, don’t be nervous: be prepared! Having a real estate professional working on your behalf is a great place to start. He or she knows the ropes, can act as your negotiator with the seller or their agent, and can offer advice on how to proceed if another offer does compete with yours.<br /> <br /></p>\r\n<p>You’ll want to make sure you have your mortgage financing pre-approved before submitting an offer, so that you know what you can afford and still maintain your lifestyle. In a multiple-offer situation it’s easy to get swept up and try to win the offer at any cost, but you don’t want to overpay, get yourself into financial hot water or find out that it won\'t pass an appraisal.<br /> <br /> Next, get the name of a registered home inspector to call when you find a property you want to make an offer on. Making your offer conditional upon a satisfactory home inspection by an accredited professional is always a good idea. Also, talk to your insurance provider to make certain you can get home insurance on the property you’re interested in bidding on. Your mortgage provider won’t release your funds if the property that acts as collateral for your mortgage loan is uninsurable.<br /> <br /></p>\r\n<p>When you enter into a multiple-offer situation well-prepared, with professional advice and a solid strategy, you’ll be able to make your best offer with confidence.</p>','',0,0,0,0,'2011-12-06 19:04:55',62,'','2011-12-06 19:13:34',62,0,'0000-00-00 00:00:00','2011-12-06 19:04:55','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,1,'','',0,1,'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=latin1;
/*!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),(46,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=latin1;
/*!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=13 DEFAULT CHARSET=latin1;
/*!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),(11,'users','63',0,'sylvain',0),(12,'users','64',0,'lucie charron',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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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),(25,'',11),(25,'',12);
/*!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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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_m4j_apps`
--

DROP TABLE IF EXISTS `jos_m4j_apps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_apps` (
  `aid` int(11) NOT NULL auto_increment,
  `app` varchar(120) NOT NULL,
  `has_admin_view` tinyint(4) NOT NULL default '0',
  `has_view` tinyint(4) NOT NULL default '0',
  `has_plugin` tinyint(4) NOT NULL default '0',
  `active` tinyint(4) NOT NULL default '1',
  `sort_order` int(11) NOT NULL default '0',
  `created` date default NULL,
  `info` text NOT NULL,
  `admin_params` text,
  PRIMARY KEY  (`aid`),
  KEY `app` (`app`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_apps`
--

LOCK TABLES `jos_m4j_apps` WRITE;
/*!40000 ALTER TABLE `jos_m4j_apps` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_m4j_apps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_apps2jobs`
--

DROP TABLE IF EXISTS `jos_m4j_apps2jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_apps2jobs` (
  `jid` int(11) NOT NULL,
  `app` varchar(120) NOT NULL,
  `active` tinyint(4) NOT NULL default '0',
  `params` text,
  PRIMARY KEY  (`jid`,`app`),
  KEY `aid` (`app`),
  KEY `jid` (`jid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_apps2jobs`
--

LOCK TABLES `jos_m4j_apps2jobs` WRITE;
/*!40000 ALTER TABLE `jos_m4j_apps2jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_m4j_apps2jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_captcha`
--

DROP TABLE IF EXISTS `jos_m4j_captcha`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_captcha` (
  `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `user` varchar(64) NOT NULL,
  `captcha` varchar(64) NOT NULL,
  `dead` tinyint(4) default '0',
  PRIMARY KEY  (`user`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_captcha`
--

LOCK TABLES `jos_m4j_captcha` WRITE;
/*!40000 ALTER TABLE `jos_m4j_captcha` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_m4j_captcha` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_category`
--

DROP TABLE IF EXISTS `jos_m4j_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_category` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(100) default NULL,
  `alias` varchar(80) default NULL,
  `active` tinyint(4) default '1',
  `email` varchar(100) default NULL,
  `introtext` text,
  `sort_order` int(11) default NULL,
  `access` int(11) NOT NULL default '0',
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_category`
--

LOCK TABLES `jos_m4j_category` WRITE;
/*!40000 ALTER TABLE `jos_m4j_category` DISABLE KEYS */;
INSERT INTO `jos_m4j_category` VALUES (1,'Free Home Evaluation','Free Home Evaluation',1,'','<p><span style=\"font-family: Arial; font-size: x-small;\">To assist you in determining the correct asking price we  provide you this form to comprehend market analysis of your home. Comparing sales in your neighbourhood. </span><span style=\"font-family: Arial;\"> </span></p>\r\n<p><span style=\"font-family: Geneva,Arial,Sans-serif; font-size: x-small;\">Simply enter your criteria below, and I will provide you with a qucik answer. </span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: Arial;\"><span style=\"font-family: Geneva,Arial,Sans-serif; font-size: x-small;\">The  more information given, the more accurate the evaluation. All  information you provide is secure and will be kept strictly  confidential. </span></span></p>',1,0);
/*!40000 ALTER TABLE `jos_m4j_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_config`
--

DROP TABLE IF EXISTS `jos_m4j_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_config` (
  `key` varchar(64) NOT NULL,
  `value` text,
  `type` varchar(64) NOT NULL,
  `namespace` varchar(64) default NULL,
  PRIMARY KEY  (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_config`
--

LOCK TABLES `jos_m4j_config` WRITE;
/*!40000 ALTER TABLE `jos_m4j_config` DISABLE KEYS */;
INSERT INTO `jos_m4j_config` VALUES ('M4J_EMAIL_ROOT','you@yourdomain.com','string','main'),('M4J_MAIL_ISO','utf-8','string','main'),('M4J_FROM_NAME','Your From Name','string','main'),('M4J_FROM_EMAIL','from_mail@yourdomain.com','string','main'),('M4J_CAPTCHA','RECAPTCHA','string','main'),('M4J_RECAPTCHA','red','string','main'),('M4J_HELP_ICON','3','int','main'),('M4J_MAX_OPTIONS','19','int','main'),('M4J_CAPTCHA_DURATION','5','int','main'),('M4J_HTML_MAIL','1','int','main'),('M4J_SHOW_LEGEND','1','int','main'),('M4J_SUBMISSION_TIME','10000','int','main'),('M4J_FORM_TITLE','1','int','main'),('M4J_SHOW_NO_CATEGORY','1','int','main'),('M4J_FORCE_CALENDAR','0','int','main'),('M4J_STORAGE_TD','250','int','main'),('M4J_WORKAREA','940','int','main'),('M4J_CLASS_HEADING','contentheading','string','css'),('M4J_CLASS_LIST_HEADING','m4j_list_heading','string','css'),('M4J_CLASS_LIST_INTRO','m4j_list_intro','string','css'),('M4J_CLASS_LIST_WRAP','m4j_list_wrap','string','css'),('M4J_CLASS_HEADER_TEXT','m4j_header_text','string','css'),('M4J_CLASS_FORM_WRAP','m4j_form_wrap','string','css'),('M4J_CLASS_FORM_TABLE','m4j_form_table','string','css'),('M4J_CLASS_ERROR','m4j_error','string','css'),('M4J_CLASS_SUBMIT_WRAP','m4j_submit_wrap','string','css'),('M4J_CLASS_SUBMIT','m4j_submit','string','css'),('M4J_CLASS_RESET','m4j_reset','string','css'),('M4J_CLASS_REQUIRED','m4j_required','string','css'),('M4J_SHOW_USER_INFO','1','int','main'),('M4J_FORCE_ADMIN_LANG','','string','main'),('M4J_USE_JS_VALIDATION','1','int','main'),('M4J_VERSION_NO','1.1','string','main'),('M4J_ERROR_COLOR','ff0000','string','main'),('M4J_BUILD','106','int','update'),('M4J_SERVICE_KEY','Please enter your service key here','string','update'),('M4J_UNIQUE_ID',NULL,'string','update'),('M4J_BACKUP_COMPAT','106','int','update');
/*!40000 ALTER TABLE `jos_m4j_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_formelements`
--

DROP TABLE IF EXISTS `jos_m4j_formelements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_formelements` (
  `eid` int(11) NOT NULL auto_increment,
  `fid` int(11) NOT NULL,
  `required` tinyint(4) default NULL,
  `active` tinyint(4) default '1',
  `usermail` tinyint(4) default '0',
  `align` tinyint(4) default '0',
  `question` text NOT NULL,
  `form` int(11) NOT NULL,
  `parameters` text,
  `options` text,
  `help` text,
  `html` text,
  `slot` tinyint(4) NOT NULL default '1',
  `sort_order` int(11) NOT NULL,
  `alias` varchar(128) default NULL,
  PRIMARY KEY  (`eid`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_formelements`
--

LOCK TABLES `jos_m4j_formelements` WRITE;
/*!40000 ALTER TABLE `jos_m4j_formelements` DISABLE KEYS */;
INSERT INTO `jos_m4j_formelements` VALUES (1,1,0,1,0,0,'First Name',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-1\" name=\"m4j-1\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{1}\" alt=\"\" ></input>\n',1,1,'First Name'),(2,1,0,1,0,0,'Last Name',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-2\" name=\"m4j-2\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{2}\" alt=\"\" ></input>\n',1,2,'Last Name'),(3,1,1,1,0,0,'Email',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-3\" name=\"m4j-3\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{3}\" alt=\"1000\"></input>\n',1,3,'Email'),(4,1,1,1,0,0,'Phone',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-4\" name=\"m4j-4\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{4}\" alt=\"1000\"></input>\n',1,4,'Phone'),(5,1,1,1,0,0,'Address',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-5\" name=\"m4j-5\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{5}\" alt=\"1000\"></input>\n',1,5,'Address'),(6,1,0,1,0,0,'Postal Code',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-6\" name=\"m4j-6\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{6}\" alt=\"\" ></input>\n',1,6,'Postal Code'),(7,1,0,1,0,0,'Year Built',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-7\" name=\"m4j-7\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{7}\" alt=\"\" ></input>\n',1,7,'Year Built'),(9,1,1,1,0,0,'Size',30,'element_rows=3;width=;alignment=1;use_values=0;','square feet;square meters\n;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"1000\" class=\"m4jSelection\" id=\"m4j-9\" name=\"m4j-9\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"square feet\" {9-0}>square feet</option>\n	<option value=\"square meters\" {9-1}>square meters</option>\n</select>\n</div>\n',1,9,'Size'),(10,1,0,1,0,0,'Bedrooms',30,'element_rows=3;width=;alignment=1;use_values=0;','1;2;3;4;5;6;7;8;9;10\n;;;;;;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-10\" name=\"m4j-10\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"1\" {10-0}>1</option>\n	<option value=\"2\" {10-1}>2</option>\n	<option value=\"3\" {10-2}>3</option>\n	<option value=\"4\" {10-3}>4</option>\n	<option value=\"5\" {10-4}>5</option>\n	<option value=\"6\" {10-5}>6</option>\n	<option value=\"7\" {10-6}>7</option>\n	<option value=\"8\" {10-7}>8</option>\n	<option value=\"9\" {10-8}>9</option>\n	<option value=\"10\" {10-9}>10</option>\n</select>\n</div>\n',1,10,'Bedrooms'),(16,1,0,1,0,0,'Basement Type',30,'element_rows=3;width=;alignment=1;use_values=0;','None;Full;Partial;Crawl;Walkout\n;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-16\" name=\"m4j-16\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"None\" {16-0}>None</option>\n	<option value=\"Full\" {16-1}>Full</option>\n	<option value=\"Partial\" {16-2}>Partial</option>\n	<option value=\"Crawl\" {16-3}>Crawl</option>\n	<option value=\"Walkout\" {16-4}>Walkout</option>\n</select>\n</div>\n',1,16,'Basement Type'),(11,1,0,1,0,0,'Bathrooms',30,'element_rows=3;width=;alignment=1;use_values=0;','1;2;3;4;5;6;7;8;9;10\n;;;;;;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-11\" name=\"m4j-11\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"1\" {11-0}>1</option>\n	<option value=\"2\" {11-1}>2</option>\n	<option value=\"3\" {11-2}>3</option>\n	<option value=\"4\" {11-3}>4</option>\n	<option value=\"5\" {11-4}>5</option>\n	<option value=\"6\" {11-5}>6</option>\n	<option value=\"7\" {11-6}>7</option>\n	<option value=\"8\" {11-7}>8</option>\n	<option value=\"9\" {11-8}>9</option>\n	<option value=\"10\" {11-9}>10</option>\n</select>\n</div>\n',1,11,'Bathrooms'),(12,1,0,1,0,0,'Has Suite',30,'element_rows=3;width=;alignment=1;use_values=0;','No;Yes;Potential\n;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-12\" name=\"m4j-12\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"No\" {12-0}>No</option>\n	<option value=\"Yes\" {12-1}>Yes</option>\n	<option value=\"Potential\" {12-2}>Potential</option>\n</select>\n</div>\n',1,12,'Has Suite'),(13,1,0,1,0,0,'Garage',30,'element_rows=3;width=;alignment=1;use_values=0;','N/A;1;2;3;4;5\n;;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-13\" name=\"m4j-13\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"N/A\" {13-0}>N/A</option>\n	<option value=\"1\" {13-1}>1</option>\n	<option value=\"2\" {13-2}>2</option>\n	<option value=\"3\" {13-3}>3</option>\n	<option value=\"4\" {13-4}>4</option>\n	<option value=\"5\" {13-5}>5</option>\n</select>\n</div>\n',1,13,'Garage'),(14,1,0,1,0,0,'Type',30,'element_rows=3;width=;alignment=1;use_values=0;','Attached;Detached\n;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-14\" name=\"m4j-14\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"Attached\" {14-0}>Attached</option>\n	<option value=\"Detached\" {14-1}>Detached</option>\n</select>\n</div>\n',1,14,''),(15,1,0,1,0,0,'Garage extras',33,'element_rows=3;width=;alignment=0;use_values=0;','Electricity;Heated;Air Conditioned\n;;','','<div lang=\"0\" class=\"m4jCheckboxWrap\">\n<div style=\"width:100%;\">\n<div class=\"m4jSelectItem\">\n<input class=\"m4jCheckBox\" type=\"checkbox\" id=\"m4j-15-0\" name=\"m4j-15[]\" value=\"Electricity\" {15-0} ></input>Electricity\n</div>\n<div class=\"m4jSelectItem\">\n<input class=\"m4jCheckBox\" type=\"checkbox\" id=\"m4j-15-1\" name=\"m4j-15[]\" value=\"Heated\" {15-1} ></input>Heated\n</div>\n<div class=\"m4jSelectItem\">\n<input class=\"m4jCheckBox\" type=\"checkbox\" id=\"m4j-15-2\" name=\"m4j-15[]\" value=\"Air Conditioned\" {15-2} ></input>Air Conditioned\n</div>\n</div>\n</div>\n',1,15,''),(17,1,0,1,0,0,'Basement Developement',30,'element_rows=3;width=;alignment=1;use_values=0;','None;25%;50%;75%;90%;Completely Finished\n;;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-17\" name=\"m4j-17\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"None\" {17-0}>None</option>\n	<option value=\"25%\" {17-1}>25%</option>\n	<option value=\"50%\" {17-2}>50%</option>\n	<option value=\"75%\" {17-3}>75%</option>\n	<option value=\"90%\" {17-4}>90%</option>\n	<option value=\"Completely Finished\" {17-5}>Completely Finished</option>\n</select>\n</div>\n',1,17,'Basement Developement'),(18,1,0,1,0,0,'Notes',21,'maxchars=1000;element_rows=8;width=;hidden_value=;','','Please describe any special features and recent upgrades.\r\nFor example: age of carpet &amp; lino, type of kitchen cabinets, property backs park. List major renovations in recent years, etc.','<textarea class=\"m4jTextArea\" style=\"width: 100%;\" id=\"m4j-18\" name=\"m4j-18\" cols=\"\" rows=\"8\" lang=\"0\" >{18}</textarea>\n',1,18,'Notes'),(19,1,0,1,0,0,'When are you planning to move',30,'element_rows=3;width=;alignment=1;use_values=0;','1 month;3 months;6 months;1 year;2 years\n;;;;','','<div class=\"m4jFormElementWrap\">\n<select lang=\"0\" class=\"m4jSelection\" id=\"m4j-19\" name=\"m4j-19\" style=\"width: 100%;\" >\n<option value=\"\">M4J_LANG_PLEASE_SELECT</option>\n	<option value=\"1 month\" {19-0}>1 month</option>\n	<option value=\"3 months\" {19-1}>3 months</option>\n	<option value=\"6 months\" {19-2}>6 months</option>\n	<option value=\"1 year\" {19-3}>1 year</option>\n	<option value=\"2 years\" {19-4}>2 years</option>\n</select>\n</div>\n',1,19,'When are you planning to move'),(20,1,1,1,0,0,'Size',20,'maxchars=60;element_rows=1;width=;hidden_value=;','','','<input class=\"m4jInputField\" style=\"width: 100%;\" id=\"m4j-20\" name=\"m4j-20\" type=\"text\" size=\"18\" maxlength=\"60\" value= \"{20}\" alt=\"1000\" ></input>\n',1,8,'Size');
/*!40000 ALTER TABLE `jos_m4j_formelements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_forms`
--

DROP TABLE IF EXISTS `jos_m4j_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_forms` (
  `fid` int(11) NOT NULL auto_increment,
  `name` varchar(64) NOT NULL,
  `description` text,
  `question_width` tinytext,
  `answer_width` tinytext,
  `use_help` tinyint(4) default '1',
  `layout` varchar(64) NOT NULL default 'layout01',
  `layout_data` text,
  `public` tinyint(4) default '1',
  PRIMARY KEY  (`fid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_forms`
--

LOCK TABLES `jos_m4j_forms` WRITE;
/*!40000 ALTER TABLE `jos_m4j_forms` DISABLE KEYS */;
INSERT INTO `jos_m4j_forms` VALUES (1,'Free Home Evaluation','','','',0,'layout01','use_fieldset=0;legend=;width=0;height=0;left=0;right=0;|',1);
/*!40000 ALTER TABLE `jos_m4j_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_jobs`
--

DROP TABLE IF EXISTS `jos_m4j_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_jobs` (
  `jid` int(11) NOT NULL auto_increment,
  `title` varchar(64) NOT NULL,
  `alias` varchar(80) default NULL,
  `hidden` text,
  `introtext` text,
  `maintext` text,
  `active` tinyint(4) default NULL,
  `fid` text,
  `cid` int(11) default '-1',
  `email` varchar(200) default NULL,
  `subject` varchar(200) default NULL,
  `text_confirm_only` tinyint(4) NOT NULL default '1',
  `captcha` tinyint(4) default '1',
  `sort_order` int(11) default NULL,
  `public` tinyint(4) default '1',
  `process` tinyint(4) default '0',
  `confirmation` tinyint(4) NOT NULL default '0',
  `aftersending` tinyint(4) NOT NULL default '0',
  `redirect` varchar(200) default NULL,
  `custom_text` text,
  `code1` text,
  `code2` text,
  `is_paypal` tinyint(4) NOT NULL default '0',
  `is_sandbox` tinyint(4) NOT NULL default '0',
  `paypal` text,
  `db` text,
  `access` int(11) NOT NULL default '0',
  `data_listing_confirmation` tinyint(4) NOT NULL default '1',
  `data_listing` tinyint(4) NOT NULL default '1',
  `is_optin` tinyint(4) default '0',
  `optin_params` text,
  PRIMARY KEY  (`jid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_jobs`
--

LOCK TABLES `jos_m4j_jobs` WRITE;
/*!40000 ALTER TABLE `jos_m4j_jobs` DISABLE KEYS */;
INSERT INTO `jos_m4j_jobs` VALUES (1,'Free Home Evaluation','Free Home Evaluation','<p>Thank you for submitting your Free Home Evaluation, I will get back to you shortly with your required information.</p>','','<p><span style=\"font-size: small;\">Fill in the these fields and I will get back to you shortly with your Home Evaluation.<br /><br />If you have any more information you may <a href=\"index.php?option=com_contact&view=contact&id=1&Itemid=54\">contact me here</a> or follow my contact information.<br /><span style=\"color: #333333;\"><br /><span style=\"color: #3366ff;\"><span style=\"font-family: helvetica;\">Lucie Charron - Sales Representative<br />M: 613.725.4012</span></span></span></span></p>',1,'1',1,'lucie@luciecharron.ca','Evaluation Submission',0,0,1,1,0,0,0,'','','','',0,0,'',NULL,0,1,1,0,'');
/*!40000 ALTER TABLE `jos_m4j_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_m4j_sef`
--

DROP TABLE IF EXISTS `jos_m4j_sef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_m4j_sef` (
  `jid` int(11) NOT NULL default '0',
  `cid` int(11) NOT NULL default '0',
  `url` varchar(192) default NULL,
  PRIMARY KEY  (`jid`,`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_m4j_sef`
--

LOCK TABLES `jos_m4j_sef` WRITE;
/*!40000 ALTER TABLE `jos_m4j_sef` DISABLE KEYS */;
INSERT INTO `jos_m4j_sef` VALUES (0,1,'free-home-evaluation'),(1,1,'free-home-evaluation/free-home-evaluation-2');
/*!40000 ALTER TABLE `jos_m4j_sef` 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=68 DEFAULT CHARSET=latin1;
/*!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,'mainmenu','Home','homes-for-sale-clarence-rockland-lucie-charron-ultimate-home-selling-system','index.php?option=com_content&view=frontpage','component',1,0,20,0,9,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Homes For Sale Clarence-Rockland: LUCIE CHARRON ULTIMATE HOME SELLING SYSTEM\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'mainmenu','Joomla! License','joomla-license','index.php?option=com_content&view=article&id=5','component',-2,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),(41,'mainmenu','FAQ','faq','index.php?option=com_content&view=section&id=3','component',-2,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\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\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',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://magazine.joomla.org/','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','News','news','index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1','component',1,0,11,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'show_page_title=1\npage_title=News\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=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',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,'mainmenu','Joomla! Overview','joomla-overview','index.php?option=com_content&view=article&id=19','component',-2,0,20,0,4,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),(28,'topmenu','About Joomla!','about-joomla','index.php?option=com_content&view=article&id=25','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),(29,'topmenu','Features','features','index.php?option=com_content&view=article&id=22','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),(30,'topmenu','The Community','the-community','index.php?option=com_content&view=article&id=27','component',1,0,20,0,4,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),(34,'mainmenu','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,5,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,'mainmenu','More about Joomla!','more-about-joomla','index.php?option=com_content&view=section&id=4','component',-2,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\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\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',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,'mainmenu','Web Links','web-links','index.php?option=com_weblinks&view=categories','component',-2,0,4,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'page_title=Weblinks\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_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',0,0,0),(49,'mainmenu','News Feeds','news-feeds','index.php?option=com_newsfeeds&view=categories','component',-2,0,11,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=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',0,0,0),(50,'mainmenu','The News','the-news','index.php?option=com_content&view=category&layout=blog&id=1','component',-2,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=The News\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),(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,'mainmenu','My Listings','my-listings','http://orebweb1.oreb.ca/mlssearch/SearchMlsResults_RAC.aspx?x_public_id=charrlu&x_prop_class=RES,CON&search_url=SearchMlsResults_RAC.aspx','url',1,0,0,0,10,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\n\n',0,0,0),(54,'mainmenu','Contact Me','contact-luciecharron','index.php?option=com_contact&view=contact&id=1','component',1,0,7,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Lucie Charron\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(55,'mainmenu','Free Home Evaluation','free-home-evaluation-in-clarence-rockland-luciecharron','index.php?option=com_proforms&view=form&jid=1','component',1,0,37,0,14,0,'0000-00-00 00:00:00',0,0,0,0,'fusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Free home evaluation in Clarence Rockland, Lucie Charron\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(56,'mainmenu','Buyers','clarence-rockland-home-buyers','index.php?option=com_content&view=article&id=47','component',1,0,20,0,11,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Clarence-Rockland home buyers, Lucie Charron\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(57,'mainmenu','Selling Your Home','homes-for-sale-in-clarence-rockland-with-lucie-charron-ultimate-marketing-system','index.php?option=com_content&view=article&id=48','component',1,0,20,0,12,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Homes for sale in Clarence Rockland with Lucie Charron Ultimate Marketing System\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(58,'mainmenu','Tips','tips-clarence-rockland-homes-for-sale','index.php?option=com_content&view=article&id=49','component',1,0,20,0,13,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Tips Clarence-Rockland Homes For Sale\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(59,'mainmenu','Login','login','index.php?option=com_user&view=login','component',0,0,14,0,16,0,'0000-00-00 00:00:00',0,0,0,0,'show_login_title=1\nheader_login=\nlogin=\nlogin_message=0\ndescription_login=0\ndescription_login_text=\nimage_login=\nimage_login_align=right\nshow_logout_title=1\nheader_logout=\nlogout=\nlogout_message=1\ndescription_logout=1\ndescription_logout_text=\nimage_logout=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(60,'mainmenu','Links','clarence-rockland-community-links','index.php?option=com_content&view=article&id=50','component',1,0,20,0,17,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=Clarence Rockland Community Links\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(61,'mainmenu','Why HomeOwnership is Great','5-reasons-why-homeownership-is-great','index.php?option=com_content&view=article&id=52','component',1,58,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(62,'mainmenu','Solutions for your Mortgage','hate-having-a-mortgage-pay-it-down-faster-and-smarter','index.php?option=com_content&view=article&id=53','component',1,58,20,1,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(63,'mainmenu','Spend Less this Winter','keep-warm-spend-less-this-winter','index.php?option=com_content&view=article&id=54','component',0,58,20,1,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(64,'mainmenu','No spending on HST','you-wont-pay-hst-on-a-resale-home','index.php?option=com_content&view=article&id=55','component',1,58,20,1,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(65,'mainmenu','Preparing for an Open House','preparing-for-an-open-house','index.php?option=com_content&view=article&id=56','component',1,58,20,1,5,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(66,'mainmenu','Why Home Ownership Matters','why-home-ownership-matters','index.php?option=com_content&view=article&id=57','component',1,58,20,1,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(67,'mainmenu','Resale homes sold more quickly in February','resale-homes-sold-more-quickly-in-february','index.php?option=com_content&view=article&id=58','component',0,58,20,1,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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_manual_distribution=\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\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=latin1;
/*!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,'mainmenu','Main Menu','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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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=52 DEFAULT CHARSET=latin1;
/*!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,'Main Menu','',1,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmoduleclass_sfx=_menu\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','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',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',1,'mod_poll',0,0,1,'id=14\ncache=1',0,0,''),(17,'User Menu','',4,'left',0,'0000-00-00 00:00:00',1,'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',1,'mod_login',0,0,1,'greeting=1\nname=0',1,0,''),(19,'Latest News','',4,'user1',0,'0000-00-00 00:00:00',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',1,'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',1,'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',1,'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',1,'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',1,'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',0,'0000-00-00 00:00:00',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',0,'0000-00-00 00:00:00',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',1,'mod_syndicate',0,0,0,'',1,0,''),(38,'Advertisement','',3,'right',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,1,'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=<a href=\"http://www.joomla.org\">Ads by Joomla!</a>\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',1,'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',1,'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!','<div style=\"padding: 5px\">  <p>   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. </p> <p>   <strong>Security</strong><br /> </p> <p>   On the Internet, security is always a concern. For that reason, you are   encouraged to subscribe to the   <a href=\"http://feedburner.google.com/fb/a/mailverify?uri=JoomlaSecurityNews\" target=\"_blank\">Joomla!   Security Announcements</a> for the latest information on new Joomla! releases,   emailed to you automatically. </p> <p>   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   <a href=\"http://www.joomla.org/download.html\" target=\"_blank\">latest Joomla! release;</a> and (3) a <a href=\"http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup\" target=\"_blank\" title=\"good Web host\">good Web host</a>. There are many other important security considerations that you can learn about by reading the <a href=\"http://docs.joomla.org/Category:Security_Checklist\" target=\"_blank\" title=\"Joomla! Security Checklist\">Joomla! Security Checklist</a>. </p> <p>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 <a href=\"http://developer.joomla.org/security/contact-the-team.html\" target=\"_blank\" title=\"Joomla! Security Task Force\">Joomla! Security Task Force</a>.</p><p><strong>Learning Joomla!</strong> </p> <p>   A good place to start learning Joomla! is the   \"<a href=\"http://docs.joomla.org/beginners\" target=\"_blank\">Absolute Beginner\'s   Guide to Joomla!.</a>\" There, you will find a Quick Start to Joomla!   <a href=\"http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf\" target=\"_blank\">guide</a>   and <a href=\"http://help.joomla.org/ghop/feb2008/task167/index.html\" target=\"_blank\">video</a>,   amongst many other tutorials. The   <a href=\"http://community.joomla.org/magazine/view-all-issues.html\" target=\"_blank\">Joomla!   Community Magazine</a> also has   <a href=\"http://community.joomla.org/magazine/article/522-introductory-learning-joomla-using-sample-data.html\" target=\"_blank\">articles   for new learners</a> and experienced users, alike. A great place to look for   answers is the   <a href=\"http://docs.joomla.org/Category:FAQ\" target=\"_blank\">Frequently Asked   Questions (FAQ)</a>. 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. </p> <p>   If you still have questions, please feel free to use the   <a href=\"http://forum.joomla.org/\" target=\"_blank\">Joomla! Forums.</a> 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. </p> <p>   <strong>Getting Involved</strong> </p> <p>   <a name=\"twjs\" title=\"twjs\"></a> If you want to help make Joomla! better, consider getting   involved. There are   <a href=\"http://www.joomla.org/about-joomla/contribute-to-joomla.html\" target=\"_blank\">many ways   you can make a positive difference.</a> Have fun using Joomla!.</p></div>',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,'RokNavMenu','',14,'left',0,'0000-00-00 00:00:00',0,'mod_roknavmenu',0,0,1,'theme=/modules/mod_roknavmenu/themes/basic\ncustom_layout=default.php\ncustom_formatter=default.php\n',1,0,''),(44,'Contact Me','<p><span style=\"color: #ffffff;\">2085 Laurier Street, P.O. Box 481<br />Rockland, Ontario K4K 1K6<br /><span style=\"font-size: small;\"><br />M: 613.725.4012</span></span></p>',0,'footer-f',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(45,'Follow Me','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://www.facebook.com/luciecharronhomesforsale\"><img src=\"images/stories/fblogo.png\" border=\"0\" width=\"25\" style=\"border: 0px;\" /></a></td>\r\n<td><span style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"text-decoration: underline;\">Follow me on </span><a href=\"http://www.facebook.com/luciecharronhomesforsale\"><span style=\"text-decoration: underline;\">Facebook</span></a></span></span></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://ca.linkedin.com/pub/lucie-charron/37/a93/296\"><span style=\"font-size: small;\"><img src=\"images/stories/linked_in_icon.png\" border=\"0\" width=\"25\" style=\"border: 0px;\" /></span></a></td>\r\n<td><span style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"text-decoration: underline;\">Connect with </span><a href=\"http://ca.linkedin.com/pub/lucie-charron/37/a93/296\"><span style=\"text-decoration: underline;\">Linkedin</span></a></span></span></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://twitter.com/#!/luciecharron\"><span style=\"font-size: small;\"><img src=\"images/stories/twitterlogo copy.png\" border=\"0\" width=\"25\" style=\"border: 0px;\" /></span></a></td>\r\n<td><span style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"text-decoration: underline;\">Follow me on </span><a href=\"http://twitter.com/#!/luciecharron\"><span style=\"text-decoration: underline;\">Twitter</span></a></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><br /></p>',0,'footer-c',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(46,'RokStories','',15,'showcase-a',0,'0000-00-00 00:00:00',0,'mod_rokstories',0,0,0,'moduleclass_sfx=\nload_css=1\nlayout_type=layout1\ncontent_type=joomla\nsecid=0\ncatid=0\nshow_front=1\narticle_count=4\nitemsOrdering=\nstrip_tags=a,i,br\ncontent_position=right\nshow_article_title=1\nshow_created_date=0\nshow_article=1\nshow_article_link=1\nlegacy_readmore=0\nthumb_width=90\nstart_width=auto\nuser_id=0\nstart_element=0\nthumbs_opacity=0.3\nfixed_height=0\nmouse_type=click\nautoplay=0\nautoplay_delay=5000\nshow_label_article_title=1\nshow_arrows=1\nshow_circles=1\narrows_placement=inside\nshow_thumbs=0\nfixed_thumb=1\nlink_titles=0\nlink_labels=0\nlink_images=0\nshow_mask=1\nmask_desc_dir=topdown\nmask_imgs_dir=bottomup\nscrollerDuration=1000\nscrollerTransition=Expo.easeInOut\nshow_controls=1\nleft_offset_x=-40\nleft_offset_y=-100\nright_offset_x=-30\nright_offset_y=-100\nleft_f_offset_x=-40\nleft_f_offset_y=-100\nright_f_offset_x=-30\nright_f_offset_y=-100\ncache=0\nmodule_cache=1\ncache_time=900\n\n',0,0,''),(47,'RokGallery Module','',0,'showcase-a',0,'0000-00-00 00:00:00',1,'mod_rokgallery',0,0,0,'gallery_id=1\nlink=none\ntitle=1\ncaption=1\nsort_by=gallery_ordering\nsort_direction=ASC\nlimit_count=10\nstyle=light\nlayout=slideshow\ncolumns=1\narrows=no\nnavigation=none\nanimation_type=random\nanimation_duration=500\nautoplay_enabled=0\nautoplay_delay=7\ncache=0\nmodule_cache=1\ncache_time=900\nmoduleclass_sfx=\n\n',0,0,''),(48,'AcyMailing Module','',0,'left',0,'0000-00-00 00:00:00',0,'mod_acymailing',0,0,1,'',0,0,''),(49,'Newsletter Subscription','',0,'footer-a',0,'0000-00-00 00:00:00',0,'mod_acymailing',0,0,1,'effect=normal\nlists=None\nhiddenlists=All\ndisplaymode=vertical\nlistschecked=All\ncheckmode=0\ndropdown=0\noverlay=0\nlink=1\ncustomfields=name,email\nnametext=Name\nemailtext=Email\nfieldsize=30\ndisplayfields=0\nintrotext=\nfinaltext=\nshowsubscribe=1\nsubscribetext=\nsubscribetextreg=\nshowunsubscribe=0\nunsubscribetext=\nredirectmode=0\nredirectlink=\nredirectlinkunsub=\nshowterms=0\nshowtermspopup=1\ntermscontent=0\nmootoolsintro=\nmootoolsbutton=\nboxwidth=400\nboxheight=200\nmoduleclass_sfx=\ntextalign=none\nloggedin=1\ncache=0\nincludejs=header\nitemid=\n\n',0,0,''),(50,'Realty Executives','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://www.realtyexecutivesregional.com/resources.cfm?office_id=4708270&amp;task=detail\"><img src=\"images/stories/realty.png\" border=\"0\" width=\"120\" height=\"68\" style=\"border: 0pt none;\" /></a></td>\r\n<td><span style=\"color: #ffffff;\">ADVANTAGE PLUS INC., Brokage*<br />*Independently owned and operated.</span></td>\r\n</tr>\r\n</tbody>\r\n</table>',0,'footer-a',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(51,'ITPFacebookLikeBox','',0,'maintop-f',0,'0000-00-00 00:00:00',0,'mod_itpfblikebox',0,0,0,'fbPageLink=http://www.facebook.com/luciecharronhomesforsale\nfbRendering=0\nfbWidth=250\nfbHeight=427\nfbColour=light\nfbFaces=1\nfbStream=1\nfbHeader=1\nfbDynamicLocale=1\nfbLocale=en_US\nmoduleclass_sfx=\ncache=0\ncache_time=900\nfbLoadJsLib=1\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=latin1;
/*!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),(45,0),(46,1),(47,1),(48,0),(49,0),(50,0),(51,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=latin1;
/*!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_plg_easyfrontendseo`
--

DROP TABLE IF EXISTS `jos_plg_easyfrontendseo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_plg_easyfrontendseo` (
  `url` tinytext NOT NULL,
  `title` tinytext NOT NULL,
  `description` text NOT NULL,
  `keywords` tinytext NOT NULL,
  `generator` tinytext NOT NULL,
  `robots` tinytext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_plg_easyfrontendseo`
--

LOCK TABLES `jos_plg_easyfrontendseo` WRITE;
/*!40000 ALTER TABLE `jos_plg_easyfrontendseo` DISABLE KEYS */;
INSERT INTO `jos_plg_easyfrontendseo` VALUES ('http://homesforsalerockland.ca/devsite/index.php?option=com_content&view=article&id=47&Itemid=56','clarence-rockland home buyers','Welcome to Lucie Charron\'s web page landing. Here you will find my house listings, contact information and multiple ways to keep contact of me. You can also request a Free Home Evaluation.','rockland homes for sale, rockland real estate, rockland mls, rockland homes, homes for sale in Rockland, Clarence-Rockland, buyers, clarence-rockland house, house leasing, home to buy clarence-rockland, clarence-rockland rent, rockland home, home to buy r','Joomla! 1.5 - Open Source Content Management','index, follow');
/*!40000 ALTER TABLE `jos_plg_easyfrontendseo` 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=57 DEFAULT CHARSET=latin1;
/*!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','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','mode=extended\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\nblockquote=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'System - Mootools Upgrade','mtupgrade','system',0,8,0,1,0,0,'0000-00-00 00:00:00',''),(35,'System - Gantry','gantry','system',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(36,'RokNavMenu - Boost','boost','roknavmenu',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(37,'RokNavMenu - Extended Link','extendedlink','roknavmenu',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(38,'RokGallery System Plugin','rokgallery','system',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(39,'Button - RokGallery','rokgallery','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(40,'AcyMailing : trigger Joomla Content plugins','contentplugin','acymailing',0,15,0,0,0,0,'0000-00-00 00:00:00',''),(41,'AcyMailing Manage text','managetext','acymailing',0,10,1,0,0,0,'0000-00-00 00:00:00',''),(42,'AcyMailing Tag : Website links','online','acymailing',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(43,'AcyMailing : share on social networks','share','acymailing',0,20,1,0,0,0,'0000-00-00 00:00:00',''),(44,'AcyMailing : Statistics Plugin','stats','acymailing',0,50,1,0,0,0,'0000-00-00 00:00:00',''),(45,'AcyMailing table of contents generator','tablecontents','acymailing',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(46,'AcyMailing Tag : CB User information','tagcbuser','acymailing',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(47,'AcyMailing Tag : content insertion','tagcontent','acymailing',0,11,1,0,0,0,'0000-00-00 00:00:00',''),(48,'AcyMailing Tag : Subscriber information','tagsubscriber','acymailing',0,2,1,0,0,0,'0000-00-00 00:00:00',''),(49,'AcyMailing Tag : Manage the Subscription','tagsubscription','acymailing',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(50,'AcyMailing Tag : Date / Time','tagtime','acymailing',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(51,'AcyMailing Tag : Joomla User Information','taguser','acymailing',0,3,1,0,0,0,'0000-00-00 00:00:00',''),(52,'AcyMailing Template Class Replacer','template','acymailing',0,25,1,0,0,0,'0000-00-00 00:00:00',''),(53,'AcyMailing : (auto)Subscribe during Joomla registration','regacymailing','system',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(54,'System - Best Alias','plg_bestalias','system',0,0,0,0,0,0,'0000-00-00 00:00:00','on_or_off=1\n\n'),(55,'System - Easy Frontend SEO','easyfrontendseo','system',0,0,0,0,0,0,'0000-00-00 00:00:00','filter_groups=25\nfield_title=1\nicon_title=1\nfield_description=1\nicon_description=1\nfield_keywords=1\nicon_keywords=1\nfield_generator=1\nicon_generator=1\nfield_robots=1\nicon_robots=1\nfield_delete=1\nsql_check=1\ncompatibility=0\nupdate=1\ndonate_code=\n\n'),(56,'System - Tag Meta','tagmeta','system',0,0,0,0,0,0,'0000-00-00 00:00:00','customauthor=\naddauthor=1\ncustomgenerator=\nreplacegenerator=1\naddsitename=2\nseparator=\\b-\\b\ncleandefaultpage=0\nmetatitle=1\ncleancanonical=0\nselfexcludecanonical=0\ncleankeys=0\nexcludekeys=nbsp\nredirect=0\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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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=latin1;
/*!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_rokgallery_file_loves`
--

DROP TABLE IF EXISTS `jos_rokgallery_file_loves`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_file_loves` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `kount` int(11) NOT NULL default '0',
  PRIMARY KEY  (`file_id`),
  UNIQUE KEY `file_id` (`file_id`),
  CONSTRAINT `jos_file_loves_file_id_files_id` FOREIGN KEY (`file_id`) REFERENCES `jos_rokgallery_files` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_file_loves`
--

LOCK TABLES `jos_rokgallery_file_loves` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_file_loves` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_file_loves` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_file_tags`
--

DROP TABLE IF EXISTS `jos_rokgallery_file_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_file_tags` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `tag` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`file_id`,`tag`),
  KEY `jos_rokgallery_file_tags_file_id_idx` (`file_id`),
  CONSTRAINT `jos_file_tags_file_id_files_id` FOREIGN KEY (`file_id`) REFERENCES `jos_rokgallery_files` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_file_tags`
--

LOCK TABLES `jos_rokgallery_file_tags` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_file_tags` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_file_tags` VALUES (1,'banner');
/*!40000 ALTER TABLE `jos_rokgallery_file_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_file_views`
--

DROP TABLE IF EXISTS `jos_rokgallery_file_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_file_views` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `kount` int(11) NOT NULL default '0',
  PRIMARY KEY  (`file_id`),
  UNIQUE KEY `file_id` (`file_id`),
  CONSTRAINT `jos_file_views_file_id__files_id` FOREIGN KEY (`file_id`) REFERENCES `jos_rokgallery_files` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_file_views`
--

LOCK TABLES `jos_rokgallery_file_views` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_file_views` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_file_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_files`
--

DROP TABLE IF EXISTS `jos_rokgallery_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_files` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `filename` varchar(255) NOT NULL,
  `guid` char(36) NOT NULL,
  `md5` char(32) NOT NULL,
  `title` varchar(200) NOT NULL,
  `description` text,
  `license` varchar(255) default NULL,
  `xsize` int(10) unsigned NOT NULL,
  `ysize` int(10) unsigned NOT NULL,
  `filesize` int(10) unsigned NOT NULL,
  `type` char(20) NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  `slug` varchar(255) default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `guid` (`guid`),
  UNIQUE KEY `jos_files_sluggable_idx` (`slug`),
  KEY `jos_rokgallery_files_published_idx` (`published`),
  KEY `jos_rokgallery_files_md5_idx` (`md5`),
  KEY `jos_rokgallery_files_guid_idx` (`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_files`
--

LOCK TABLES `jos_rokgallery_files` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_files` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_files` VALUES (1,'banner.jpg','7eba73be-ae9c-44ff-8775-70deda79375f','d4143fd1684a529cd149ead041663a9b','','',NULL,923,300,301490,'jpg',1,'2011-11-21 13:29:08','2011-11-21 13:32:15','');
/*!40000 ALTER TABLE `jos_rokgallery_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_files_index`
--

DROP TABLE IF EXISTS `jos_rokgallery_files_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_files_index` (
  `keyword` varchar(200) NOT NULL default '',
  `field` varchar(50) NOT NULL default '',
  `position` bigint(20) NOT NULL default '0',
  `id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`keyword`,`field`,`position`,`id`),
  KEY `jos_rokgallery_files_index_id_idx` (`id`),
  CONSTRAINT `jos_rokgallery_files_index_id_idx` FOREIGN KEY (`id`) REFERENCES `jos_rokgallery_files` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_files_index`
--

LOCK TABLES `jos_rokgallery_files_index` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_files_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_files_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_filters`
--

DROP TABLE IF EXISTS `jos_rokgallery_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_filters` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(200) NOT NULL,
  `query` text NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `rokgallery_profiles_name_idx` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_filters`
--

LOCK TABLES `jos_rokgallery_filters` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_galleries`
--

DROP TABLE IF EXISTS `jos_rokgallery_galleries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_galleries` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(200) NOT NULL,
  `filetags` longtext,
  `width` int(10) unsigned NOT NULL default '910',
  `height` int(10) unsigned NOT NULL default '500',
  `keep_aspect` tinyint(1) default '0',
  `force_image_size` tinyint(1) default '0',
  `thumb_xsize` int(10) unsigned NOT NULL default '190',
  `thumb_ysize` int(10) unsigned NOT NULL default '150',
  `thumb_background` varchar(12) default 'transparent',
  `thumb_keep_aspect` tinyint(1) default '0',
  `auto_publish` tinyint(1) default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `jos_rokgallery_galleries_auto_publish_idx` (`auto_publish`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_galleries`
--

LOCK TABLES `jos_rokgallery_galleries` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_galleries` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_galleries` VALUES (1,'Banner','a:1:{i:0;s:6:\"banner\";}',960,312,0,0,190,150,'transparent',0,1);
/*!40000 ALTER TABLE `jos_rokgallery_galleries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_jobs`
--

DROP TABLE IF EXISTS `jos_rokgallery_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_jobs` (
  `id` char(36) NOT NULL default '',
  `type` varchar(255) NOT NULL,
  `properties` text,
  `state` varchar(255) NOT NULL,
  `status` text,
  `percent` bigint(20) unsigned default NULL,
  `sm` text NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_jobs`
--

LOCK TABLES `jos_rokgallery_jobs` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_jobs` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_jobs` VALUES ('1159e46b-e578-4057-d614-634ea97d84a7','Tag Addition','a:1:{i:0;O:32:\"RokGallery_Job_Property_FileTags\":5:{s:9:\"\0*\0fileId\";i:1;s:7:\"\0*\0tags\";a:1:{i:0;s:6:\"banner\";}s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}','Completed','Tag Addition Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:29:55','2011-11-21 13:29:57'),('c722cd7e-7e7b-423a-eaee-9449b3792bea','Update Gallery','a:2:{s:9:\"galleryId\";s:1:\"1\";s:5:\"files\";a:1:{i:0;O:35:\"RokGallery_Job_Property_GalleryFile\":4:{s:5:\"\0*\0id\";s:1:\"1\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}}','Completed','Gallery Update Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:33:11','2011-11-21 13:33:12'),('c7a22673-d5bf-4a10-e506-df23227e2329','Update Gallery','a:2:{s:9:\"galleryId\";s:1:\"1\";s:5:\"files\";a:1:{i:0;O:35:\"RokGallery_Job_Property_GalleryFile\":4:{s:5:\"\0*\0id\";s:1:\"1\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}}','Completed','Gallery Update Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:32:32','2011-11-21 13:32:34'),('c8ad6f66-bd54-4ad3-f817-37507391000d','Update Gallery','a:2:{s:9:\"galleryId\";s:1:\"1\";s:5:\"files\";a:1:{i:0;O:35:\"RokGallery_Job_Property_GalleryFile\":4:{s:5:\"\0*\0id\";s:1:\"1\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}}','Completed','Gallery Update Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:30:47','2011-11-21 13:30:48'),('cc105245-886b-49cc-f730-f8b9349c1c1b','Update Gallery','a:2:{s:9:\"galleryId\";s:1:\"1\";s:5:\"files\";a:1:{i:0;O:35:\"RokGallery_Job_Property_GalleryFile\":4:{s:5:\"\0*\0id\";s:1:\"1\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}}','Completed','Gallery Update Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:34:29','2011-11-21 13:34:32'),('f3a91017-99a8-4c08-df2f-8da30278fdb4','Import','a:1:{i:0;O:34:\"RokGallery_Job_Property_ImportFile\":6:{s:7:\"\0*\0path\";s:136:\"/home/cercaliv/public_html/homesforsalerockland.ca/devsite/tmp/f3a91017-99a8-4c08-df2f-8da30278fdb4/180db3ff-beb5-40ea-a13d-793a09f222be\";s:5:\"\0*\0id\";s:36:\"180db3ff-beb5-40ea-a13d-793a09f222be\";s:11:\"\0*\0filename\";s:10:\"banner.jpg\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}','Completed','Importing Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:29:02','2011-11-21 13:29:10'),('f8e9c209-95d7-46ca-be1d-5dab3855a99f','Update Gallery','a:2:{s:9:\"galleryId\";s:1:\"1\";s:5:\"files\";a:1:{i:0;O:35:\"RokGallery_Job_Property_GalleryFile\":4:{s:5:\"\0*\0id\";s:1:\"1\";s:12:\"\0*\0completed\";b:1;s:8:\"\0*\0error\";b:0;s:9:\"\0*\0status\";N;}}}','Completed','Gallery Update Complete',100,'O:27:\"RokGallery_Job_StateMachine\":5:{s:9:\"\0*\0_state\";O:33:\"RokGallery_Job_StateMap_Completed\":2:{s:8:\"\0*\0_name\";s:33:\"RokGallery_Job_StateMap.Completed\";s:6:\"\0*\0_id\";i:8;}s:18:\"\0*\0_previous_state\";O:31:\"RokGallery_Job_StateMap_Running\":2:{s:8:\"\0*\0_name\";s:31:\"RokGallery_Job_StateMap.Running\";s:6:\"\0*\0_id\";i:2;}s:15:\"\0*\0_state_stack\";a:0:{}s:14:\"\0*\0_transition\";N;s:14:\"\0*\0_debug_flag\";b:0;}','2011-11-21 13:33:59','2011-11-21 13:34:01');
/*!40000 ALTER TABLE `jos_rokgallery_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_profiles`
--

DROP TABLE IF EXISTS `jos_rokgallery_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_profiles` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(200) NOT NULL,
  `profile` text NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `jos_rokgallery_profiles_name_idx` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_profiles`
--

LOCK TABLES `jos_rokgallery_profiles` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_schema_version`
--

DROP TABLE IF EXISTS `jos_rokgallery_schema_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_schema_version` (
  `version` int(11) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_schema_version`
--

LOCK TABLES `jos_rokgallery_schema_version` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_schema_version` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_schema_version` VALUES (1);
/*!40000 ALTER TABLE `jos_rokgallery_schema_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_slice_tags`
--

DROP TABLE IF EXISTS `jos_rokgallery_slice_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_slice_tags` (
  `slice_id` int(10) unsigned NOT NULL default '0',
  `tag` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`slice_id`,`tag`),
  KEY `rokgallery_slice_tags_slice_id_idx` (`slice_id`),
  CONSTRAINT `jos_slice_tags_slice_id_slices_id` FOREIGN KEY (`slice_id`) REFERENCES `jos_rokgallery_slices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_slice_tags`
--

LOCK TABLES `jos_rokgallery_slice_tags` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_slice_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_rokgallery_slice_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_slices`
--

DROP TABLE IF EXISTS `jos_rokgallery_slices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_slices` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `file_id` int(10) unsigned NOT NULL,
  `gallery_id` int(10) unsigned default NULL,
  `guid` char(36) NOT NULL,
  `title` varchar(200) default NULL,
  `caption` text,
  `link` text,
  `filesize` int(10) unsigned NOT NULL,
  `xsize` int(10) unsigned NOT NULL,
  `ysize` int(10) unsigned NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `admin_thumb` tinyint(1) NOT NULL default '0',
  `manipulations` longtext,
  `palette` text,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  `slug` varchar(255) default NULL,
  `thumb_xsize` int(10) unsigned NOT NULL,
  `thumb_ysize` int(10) unsigned NOT NULL,
  `thumb_keep_aspect` tinyint(1) NOT NULL default '1',
  `thumb_background` varchar(12) default 'transparent',
  `ordering` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `guid` (`guid`),
  UNIQUE KEY `jos_rokgallery_slices_sluggable_idx` (`slug`,`gallery_id`),
  KEY `rokgallery_slices_published_idx` (`published`),
  KEY `rokgallery_slices_guid_idx` (`guid`),
  KEY `file_id_idx` (`file_id`),
  KEY `gallery_id_idx` (`gallery_id`),
  CONSTRAINT `jos_slices_file_id_files_id` FOREIGN KEY (`file_id`) REFERENCES `jos_rokgallery_files` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `jos_slices_gallery_id_galleries_id` FOREIGN KEY (`gallery_id`) REFERENCES `jos_rokgallery_galleries` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_slices`
--

LOCK TABLES `jos_rokgallery_slices` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_slices` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_slices` VALUES (1,1,NULL,'744958a2-649a-4fcc-f7cb-26e32b84f7cf','Admin Thumbnail','Admin Thumbnail',NULL,17260,300,180,0,1,'a:2:{i:0;O:37:\"RokGallery_Manipulation_Action_Resize\":4:{s:7:\"\0*\0type\";s:6:\"resize\";s:5:\"width\";i:554;s:6:\"height\";i:180;s:8:\"\0*\0setup\";b:1;}i:1;O:35:\"RokGallery_Manipulation_Action_Crop\":6:{s:7:\"\0*\0type\";s:4:\"crop\";s:4:\"left\";i:127;s:3:\"top\";i:0;s:5:\"width\";i:300;s:6:\"height\";i:180;s:8:\"\0*\0setup\";b:1;}}',NULL,'2011-11-21 13:29:09','2011-11-21 13:29:09','admin-thumbnail',150,150,1,NULL,0),(2,1,1,'e87c2553-fad9-406e-9986-7e39fa78d5e8','','',NULL,63995,960,312,1,0,'a:2:{i:0;O:37:\"RokGallery_Manipulation_Action_Resize\":4:{s:7:\"\0*\0type\";s:6:\"resize\";s:5:\"width\";s:3:\"960\";s:6:\"height\";i:312;s:8:\"\0*\0setup\";b:1;}i:1;O:35:\"RokGallery_Manipulation_Action_Crop\":6:{s:7:\"\0*\0type\";s:4:\"crop\";s:4:\"left\";i:0;s:3:\"top\";i:0;s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"312\";s:8:\"\0*\0setup\";b:1;}}',NULL,'2011-11-21 13:29:57','2011-11-21 13:34:32','',190,150,0,'transparent',0);
/*!40000 ALTER TABLE `jos_rokgallery_slices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rokgallery_slices_index`
--

DROP TABLE IF EXISTS `jos_rokgallery_slices_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rokgallery_slices_index` (
  `keyword` varchar(200) NOT NULL default '',
  `field` varchar(50) NOT NULL default '',
  `position` bigint(20) NOT NULL default '0',
  `id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`keyword`,`field`,`position`,`id`),
  KEY `rokgallery_slices_index_id_idx` (`id`),
  CONSTRAINT `jos_rokgallery_slices_index_id_idx` FOREIGN KEY (`id`) REFERENCES `jos_rokgallery_slices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rokgallery_slices_index`
--

LOCK TABLES `jos_rokgallery_slices_index` WRITE;
/*!40000 ALTER TABLE `jos_rokgallery_slices_index` DISABLE KEYS */;
INSERT INTO `jos_rokgallery_slices_index` VALUES ('admin','caption',0,1),('admin','title',0,1),('thumbnail','caption',1,1),('thumbnail','title',1,1);
/*!40000 ALTER TABLE `jos_rokgallery_slices_index` 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=latin1;
/*!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_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=latin1;
/*!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 ('','1323917852','6a933f2f6f81ad8a3480c38527f6d972',1,0,'',0,1,'__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1323917852;s:18:\"session.timer.last\";i:1323917852;s:17:\"session.timer.now\";i:1323917852;s:22:\"session.client.browser\";s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:66:\"/home/cercaliv/public_html/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:{}}s:13:\"session.token\";s:32:\"7c5ac3f336efdd72077e358982a8ad8d\";}'),('','1323917859','d068e95858a20db23bc52a8f8c869a76',1,0,'',0,3,'__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1323917859;s:18:\"session.timer.last\";i:1323917859;s:17:\"session.timer.now\";i:1323917859;s:22:\"session.client.browser\";s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:66:\"/home/cercaliv/public_html/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=latin1;
/*!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_tagmeta`
--

DROP TABLE IF EXISTS `jos_tagmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_tagmeta` (
  `id` int(11) NOT NULL auto_increment,
  `uri` varchar(255) NOT NULL default '',
  `title` varchar(255) default NULL,
  `description` varchar(255) default NULL,
  `author` varchar(255) default NULL,
  `keywords` varchar(255) default NULL,
  `canonical` varchar(255) default NULL,
  `rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
  `rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
  `rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
  `rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
  `rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
  `comment` varchar(255) default NULL,
  `case_sensitive` tinyint(1) NOT NULL default '1',
  `hits` int(11) unsigned NOT NULL default '0',
  `last_visit` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `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',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idxuri` (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_tagmeta`
--

LOCK TABLES `jos_tagmeta` WRITE;
/*!40000 ALTER TABLE `jos_tagmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_tagmeta` 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=latin1;
/*!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 ('rt_reflex_j15',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=65 DEFAULT CHARSET=latin1;
/*!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,'cerca marketing','admin','info@cercamarketing.com','52500fbbbd4aaa25fc132e2109b1415e','Super Administrator',0,1,25,'2011-10-18 11:57:54','2011-12-14 15:50:06','',''),(63,'sylvain','sylvain','sylvain@cercamarketing.com','743a1e48ac6965b3439dab40713cf441:Qx3ebnBgRe9nszf4iJRiZYwt2OYTg6Tc','Super Administrator',0,0,25,'2011-12-14 00:48:46','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(64,'lucie charron','lucie','lucie@luciecharron.ca','7e36f352c603f24de7b8931cb3ea838b:71ob4MtZoxDiRoX6Xp6eqw0fT1TUqJ67','Super Administrator',0,0,25,'2011-12-14 00:49:28','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\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=latin1;
/*!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 2011-12-15  9:56:50

