0byt3m1n1
Path:
/
data
/
0
/
0
/
75
/
152
/
75967
/
meta
/
77257
/
mysql.backup
/
[
Home
]
File: islamd8a.mysqlv109.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv109 Database: islamd8a -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `bak_banner` -- DROP TABLE IF EXISTS `bak_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_banner` -- LOCK TABLES `bak_banner` WRITE; /*!40000 ALTER TABLE `bak_banner` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_bannerclient` -- DROP TABLE IF EXISTS `bak_bannerclient`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_bannerclient` -- LOCK TABLES `bak_bannerclient` WRITE; /*!40000 ALTER TABLE `bak_bannerclient` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_bannertrack` -- DROP TABLE IF EXISTS `bak_bannertrack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_bannertrack` ( `track_date` date NOT NULL default '0000-00-00', `track_type` int(10) unsigned NOT NULL default '0', `banner_id` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_bannertrack` -- LOCK TABLES `bak_bannertrack` WRITE; /*!40000 ALTER TABLE `bak_bannertrack` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_bannertrack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_categories` -- DROP TABLE IF EXISTS `bak_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_categories` -- LOCK TABLES `bak_categories` WRITE; /*!40000 ALTER TABLE `bak_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_components` -- DROP TABLE IF EXISTS `bak_components`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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=34 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_components` -- LOCK TABLES `bak_components` WRITE; /*!40000 ALTER TABLE `bak_components` DISABLE KEYS */; INSERT INTO `bak_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories§ion=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'administrator=en-GB\nsite=en-GB',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); /*!40000 ALTER TABLE `bak_components` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_contact_details` -- DROP TABLE IF EXISTS `bak_contact_details`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_contact_details` -- LOCK TABLES `bak_contact_details` WRITE; /*!40000 ALTER TABLE `bak_contact_details` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_content` -- DROP TABLE IF EXISTS `bak_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_content` -- LOCK TABLES `bak_content` WRITE; /*!40000 ALTER TABLE `bak_content` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_content_frontpage` -- DROP TABLE IF EXISTS `bak_content_frontpage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_content_frontpage` -- LOCK TABLES `bak_content_frontpage` WRITE; /*!40000 ALTER TABLE `bak_content_frontpage` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_content_frontpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_content_rating` -- DROP TABLE IF EXISTS `bak_content_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_content_rating` -- LOCK TABLES `bak_content_rating` WRITE; /*!40000 ALTER TABLE `bak_content_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_content_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_acl_aro` -- DROP TABLE IF EXISTS `bak_core_acl_aro`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_acl_aro` -- LOCK TABLES `bak_core_acl_aro` WRITE; /*!40000 ALTER TABLE `bak_core_acl_aro` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_core_acl_aro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_acl_aro_groups` -- DROP TABLE IF EXISTS `bak_core_acl_aro_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_acl_aro_groups` -- LOCK TABLES `bak_core_acl_aro_groups` WRITE; /*!40000 ALTER TABLE `bak_core_acl_aro_groups` DISABLE KEYS */; INSERT INTO `bak_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 `bak_core_acl_aro_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_acl_aro_map` -- DROP TABLE IF EXISTS `bak_core_acl_aro_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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 default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_acl_aro_map` -- LOCK TABLES `bak_core_acl_aro_map` WRITE; /*!40000 ALTER TABLE `bak_core_acl_aro_map` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_core_acl_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_acl_aro_sections` -- DROP TABLE IF EXISTS `bak_core_acl_aro_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_acl_aro_sections` -- LOCK TABLES `bak_core_acl_aro_sections` WRITE; /*!40000 ALTER TABLE `bak_core_acl_aro_sections` DISABLE KEYS */; INSERT INTO `bak_core_acl_aro_sections` VALUES (10,'users',1,'Users',0); /*!40000 ALTER TABLE `bak_core_acl_aro_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `bak_core_acl_groups_aro_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_acl_groups_aro_map` -- LOCK TABLES `bak_core_acl_groups_aro_map` WRITE; /*!40000 ALTER TABLE `bak_core_acl_groups_aro_map` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_core_acl_groups_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_log_items` -- DROP TABLE IF EXISTS `bak_core_log_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_log_items` -- LOCK TABLES `bak_core_log_items` WRITE; /*!40000 ALTER TABLE `bak_core_log_items` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_core_log_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_core_log_searches` -- DROP TABLE IF EXISTS `bak_core_log_searches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_core_log_searches` -- LOCK TABLES `bak_core_log_searches` WRITE; /*!40000 ALTER TABLE `bak_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_groups` -- DROP TABLE IF EXISTS `bak_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_groups` -- LOCK TABLES `bak_groups` WRITE; /*!40000 ALTER TABLE `bak_groups` DISABLE KEYS */; INSERT INTO `bak_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special'); /*!40000 ALTER TABLE `bak_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_menu` -- DROP TABLE IF EXISTS `bak_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_menu` -- LOCK TABLES `bak_menu` WRITE; /*!40000 ALTER TABLE `bak_menu` DISABLE KEYS */; INSERT INTO `bak_menu` VALUES (1,'mainmenu','Home','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1); /*!40000 ALTER TABLE `bak_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_menu_types` -- DROP TABLE IF EXISTS `bak_menu_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_menu_types` -- LOCK TABLES `bak_menu_types` WRITE; /*!40000 ALTER TABLE `bak_menu_types` DISABLE KEYS */; INSERT INTO `bak_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'); /*!40000 ALTER TABLE `bak_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_messages` -- DROP TABLE IF EXISTS `bak_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_messages` -- LOCK TABLES `bak_messages` WRITE; /*!40000 ALTER TABLE `bak_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_messages_cfg` -- DROP TABLE IF EXISTS `bak_messages_cfg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_messages_cfg` -- LOCK TABLES `bak_messages_cfg` WRITE; /*!40000 ALTER TABLE `bak_messages_cfg` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_messages_cfg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_migration_backlinks` -- DROP TABLE IF EXISTS `bak_migration_backlinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_migration_backlinks` ( `itemid` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_migration_backlinks` -- LOCK TABLES `bak_migration_backlinks` WRITE; /*!40000 ALTER TABLE `bak_migration_backlinks` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_migration_backlinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_modules` -- DROP TABLE IF EXISTS `bak_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_modules` -- LOCK TABLES `bak_modules` WRITE; /*!40000 ALTER TABLE `bak_modules` DISABLE KEYS */; INSERT INTO `bak_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,''); /*!40000 ALTER TABLE `bak_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_modules_menu` -- DROP TABLE IF EXISTS `bak_modules_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_modules_menu` -- LOCK TABLES `bak_modules_menu` WRITE; /*!40000 ALTER TABLE `bak_modules_menu` DISABLE KEYS */; INSERT INTO `bak_modules_menu` VALUES (1,0); /*!40000 ALTER TABLE `bak_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_newsfeeds` -- DROP TABLE IF EXISTS `bak_newsfeeds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_newsfeeds` -- LOCK TABLES `bak_newsfeeds` WRITE; /*!40000 ALTER TABLE `bak_newsfeeds` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_plugins` -- DROP TABLE IF EXISTS `bak_plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_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=34 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_plugins` -- LOCK TABLES `bak_plugins` WRITE; /*!40000 ALTER TABLE `bak_plugins` DISABLE KEYS */; INSERT INTO `bak_plugins` VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE 2.0','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `bak_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_poll_data` -- DROP TABLE IF EXISTS `bak_poll_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_poll_data` -- LOCK TABLES `bak_poll_data` WRITE; /*!40000 ALTER TABLE `bak_poll_data` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_poll_date` -- DROP TABLE IF EXISTS `bak_poll_date`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_poll_date` -- LOCK TABLES `bak_poll_date` WRITE; /*!40000 ALTER TABLE `bak_poll_date` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_poll_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_poll_menu` -- DROP TABLE IF EXISTS `bak_poll_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_poll_menu` -- LOCK TABLES `bak_poll_menu` WRITE; /*!40000 ALTER TABLE `bak_poll_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_poll_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_polls` -- DROP TABLE IF EXISTS `bak_polls`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_polls` -- LOCK TABLES `bak_polls` WRITE; /*!40000 ALTER TABLE `bak_polls` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_sections` -- DROP TABLE IF EXISTS `bak_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_sections` -- LOCK TABLES `bak_sections` WRITE; /*!40000 ALTER TABLE `bak_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_session` -- DROP TABLE IF EXISTS `bak_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_session` -- LOCK TABLES `bak_session` WRITE; /*!40000 ALTER TABLE `bak_session` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_stats_agents` -- DROP TABLE IF EXISTS `bak_stats_agents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_stats_agents` -- LOCK TABLES `bak_stats_agents` WRITE; /*!40000 ALTER TABLE `bak_stats_agents` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_stats_agents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_templates_menu` -- DROP TABLE IF EXISTS `bak_templates_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_templates_menu` -- LOCK TABLES `bak_templates_menu` WRITE; /*!40000 ALTER TABLE `bak_templates_menu` DISABLE KEYS */; INSERT INTO `bak_templates_menu` VALUES ('rhuk_milkyway',0,0),('khepri',0,1); /*!40000 ALTER TABLE `bak_templates_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_users` -- DROP TABLE IF EXISTS `bak_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_users` -- LOCK TABLES `bak_users` WRITE; /*!40000 ALTER TABLE `bak_users` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_weblinks` -- DROP TABLE IF EXISTS `bak_weblinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_weblinks` -- LOCK TABLES `bak_weblinks` WRITE; /*!40000 ALTER TABLE `bak_weblinks` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_artforms` -- DROP TABLE IF EXISTS `jos_artforms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_artforms` ( `id` int(11) NOT NULL auto_increment, `titel` varchar(255) NOT NULL default '', `text` text NOT NULL, `danktext` text NOT NULL, `customjscode` text NOT NULL, `customcss` text NOT NULL, `metakey` mediumtext NOT NULL, `metadesc` text NOT NULL, `email` varchar(255) NOT NULL default '', `ccmail` varchar(255) NOT NULL default '', `bccmail` varchar(255) NOT NULL default '', `html` varchar(2) NOT NULL default '0', `seccode` varchar(2) NOT NULL default '0', `emailfield` varchar(2) NOT NULL default '0', `allowatt` varchar(10) NOT NULL default '0', `allowattfiles` mediumtext NOT NULL, `allowattfilesize` int(40) NOT NULL default '102400', `published` tinyint(1) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `checked_out` tinyint(1) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '9999', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `author` varchar(255) NOT NULL default '', `modifier` varchar(255) NOT NULL default '', `version` int(10) unsigned NOT NULL default '1', `hits` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `afeditor` varchar(255) NOT NULL default '', `attribs` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_artforms` -- LOCK TABLES `jos_artforms` WRITE; /*!40000 ALTER TABLE `jos_artforms` DISABLE KEYS */; INSERT INTO `jos_artforms` VALUES (1,'Contact Us','To Contact Islamonmobile, please fill in the form below to send an email. ','Thank you for contacting Islamonmobile. We will respond via email soon. ','','','','','info@islamonmobile.com','wayne.thompson@diamatrix.co.za','','0','7','0','0','',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00',62,0,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-12 14:31:47',62,'Administrator','Administrator',13,1576,'','tinymce_light','confirmation_email=\nshow_newsletter_system=0\nshow_reset_button=1\nshow_back_button=0\nshow_form_title=1\nchange_page_title=1\nshow_created_date=0\nshow_modif_date=0\nshow_author=0\nuse_custom_css=0\nuse_redirect_url=1\nredirect_url=\nlimit_attachs=\nset_att_manditory=0'); /*!40000 ALTER TABLE `jos_artforms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_artforms_inbox` -- DROP TABLE IF EXISTS `jos_artforms_inbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_artforms_inbox` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `form_id` int(11) NOT NULL default '0', `item_name` text NOT NULL, `item_data` text NOT NULL, `form_date` varchar(45) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_artforms_inbox` -- LOCK TABLES `jos_artforms_inbox` WRITE; /*!40000 ALTER TABLE `jos_artforms_inbox` DISABLE KEYS */; INSERT INTO `jos_artforms_inbox` VALUES (1,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','test;wayne.thompson@diamatrix.co.za;Customer Feedback/ Suggestion;sfsdfsdfsdfsd;Anonymous;Anonymous;196.211.239.90','2009-03-12 13:33:10'),(2,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','wayne;wayne.thompson@diamatrix.co.za;Customer Feedback/ Suggestion;no,asfdoafnoanf saodas djasdj as\\\\djas \\\\djas \\\\djas \\\\djas \\\\djas dj\\\' jgf hdjhg df hgkd fhgk hfdgkjdfhgkjhdf gkjdfh gfdhgkdhgdhg kdhg dfhgdkgh dkhg;Anonymous;Anonymous;196.211.239.90','2009-03-12 13:40:28'),(3,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','wayne test 2;wayne.thompson@diamatrix.co.za;Customer Feedback/ Suggestion;Hi Herman\r\n\r\nThanks, I got the other. Please also forward this mail to me to confirm receipt. ;Anonymous;Anonymous;196.211.239.90','2009-03-12 15:02:32'),(4,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','herman;herman@helanetwork.com;General Inquiry;test;Anonymous;Anonymous;41.31.173.236','2009-03-30 07:32:53'),(5,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','wayne;wayne.thompson@diamatrix.co.za;General Inquiry;test message;Anonymous;Anonymous;196.35.158.179','2009-03-30 07:51:53'),(6,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','ahmed;cinif28@hotmail.com;General Inquiry;i want to send me salah al bedair;Anonymous;Anonymous;193.219.242.40','2009-04-03 11:50:24'),(7,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','phillip;phillip.babb3@gmail.com;Other;We provide the following totally free service to you… we provide your business with 4 competitive quotes from reputable internet marketing firms who all offer 1st page performance guarantees. Simply provide to us by reply email, your name, telephone number, website address, and email to receive 4 competitive quotes.\r\n\r\nThank you.\r\n\r\nPS- We do not provide your contact information to any other business other than the 4 competing, reputable internet marketing firms.;Anonymous;Anonymous;122.161.47.180','2009-04-18 06:02:02'),(8,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Bella Garza;bellagarza39@gmail.com;General Inquiry;\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal.\r\n\r\n\r\n\r\n;Anonymous;Anonymous;122.173.243.188','2009-04-18 06:58:34'),(9,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','fosiya;saylonxasan@hotmail.com;General Inquiry;hi am getting married so i need muslim wedding dress and i live usa can u help with that?;Anonymous;Anonymous;24.119.254.100','2009-04-19 13:58:59'),(10,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Phillip Babb ;phillip.babb3@gmail.com ;Other;We provide the following totally free service to you… we provide your business with 4 competitive quotes from reputable internet marketing firms who all offer 1st page performance guarantees. Simply provide to us by reply email, your name, telephone number, website address, and email to receive 4 competitive quotes.\r\n\r\nThank you.\r\n\r\nPS- We do not provide your contact information to any other business other than the 4 competing, reputable internet marketing firms.;Anonymous;Anonymous;122.161.47.9','2009-04-20 07:51:19'),(11,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','mikaeel;michael_noti@yahoo.com;Subscribe;i would like to subscribe,pls,is there a school in cape town for me to learn arabic?? i stay in delft south??;Anonymous;Anonymous;196.213.198.73','2009-05-04 05:38:52'),(12,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Jesse Holden;jesse2302@gmail.com;Unsubscribe;Get leads and sales from your website\r\n\r\n\r\nWe would like to get your website on first page of Google.\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization \r\ntechniques that will not get your website banned or penalized.\r\n \r\nPlease reply and I would be happy to send you a proposal.\r\n;Anonymous;Anonymous;122.173.232.82','2009-05-04 15:13:56'),(13,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','hadiza;hadizandayako@yahoo.com;General Inquiry;sallam i will be expecting your message whole the time;Anonymous;Anonymous;41.222.212.65','2009-05-11 06:49:45'),(14,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','issah abu;issaabu55@yahoo.com;Subscribe;i willlike to be part of the islamic global news world;Anonymous;Anonymous;196.47.76.14','2009-05-23 14:09:16'),(15,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Harold Ellis;harold3269@gmail.com;General Inquiry;Do you wish you could increase your online leads? Getting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.See you at the top!\r\n;Anonymous;Anonymous;122.161.43.44','2009-05-27 09:43:41'),(16,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','ihiabe baba abdul;baba2luv@yahoo.com;Customer Feedback/ Suggestion;ya-ALLAHU, PLS I NEED MORE ELITEMENT ON ISLAM;Anonymous;Anonymous;41.222.208.65','2009-06-03 10:14:47'),(17,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Bawa Abdullahi;bawab2007@yahoo.com;Subscribe;Please send my mail message every day;Anonymous;Anonymous;216.139.166.146','2009-06-17 11:34:03'),(18,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Charles Gates;charlesgates789@gmail.com;Other;Do you wish you could increase your online leads? Getting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.See you at the top!\r\n;Anonymous;Anonymous;122.173.225.211','2009-06-24 02:06:35'),(19,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Nathan Kyle;nathankyle22@gmail.com;Other;Do you wish you could increase your online leads? Getting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits. See you at the top!\r\n;Anonymous;Anonymous;122.161.40.143','2009-06-25 01:25:38'),(20,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Rasheed Olajuwon;talk2olajuwon@yahoo.com;Subscribe;Dear Sir/Madam,\r\n\r\nAsalam Alaikum Waramotulai Wabaraku\r\n\r\nMy is Rasheed Olajuwon, Male, 24years, a former student of Lagos State Polytechnic, I live at 8, Olomowewe Street, Off Olateju Street, Mushin, Lagos, Nigeria, 23401.\r\n\r\nThe reason why am sending this message is that AM INTRESTED ON ISLAMONMOBILE, Please kindly help me out with some of your Books and many more, also how can i be receiving islamic text as am from Nigeria and my phone number is +23401-08022443380.\r\n\r\nI will be very greatful if my application is favourable considered.\r\n\r\nLooking forward to hearing from you soon.\r\n\r\nThanks.\r\n\r\nMaa Salam\r\n\r\nOlajuwon Rasheed ;Anonymous;Anonymous;41.194.42.75','2009-06-25 09:04:24'),(21,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Austin Salter;austinsalter129@gmail.com;Unsubscribe;Do you wish you could increase your online leads? Getting a 1st page Google ranking is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.See you at the top!\r\n;Anonymous;Anonymous;122.173.192.172','2009-06-26 07:25:22'),(22,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Jacob Able;jacob9296@gmail.com;General Inquiry;Do you wish you could increase your online leads? Getting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits. See you at the top!\r\n;Anonymous;Anonymous;122.161.214.26','2009-07-08 03:34:08'),(23,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Joseph Swanson;joseph2319@gmail.com;General Inquiry;We would like to get your website on first page of Google. All of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized. Please reply and I would be happy to send you a proposal.\r\n;Anonymous;Anonymous;122.173.245.217','2009-07-21 19:29:03'),(24,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Izeen;carleben@gmail.com;Subscribe;I want daily sms of the Quran vers i sms 31077 Islam but nothing happen;Anonymous;Anonymous;196.207.47.60','2009-07-26 06:18:05'),(25,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Martin Babcock;martinbabcock215@gmail.com;General Inquiry;Do you wish you could increase your online leads? Getting a 1st page Google ranking is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.\r\nSee you at the top! “In order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.”\r\n;Anonymous;Anonymous;122.173.250.87','2009-08-01 08:20:01'),(26,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Martin Babcock;martinbabcock24@gmail.com;Other;Do you wish you could increase your online leads? Getting a 1st page Google ranking is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits. See you at the top!\r\n“In order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.”\r\n;Anonymous;Anonymous;122.160.99.22','2009-08-03 08:10:51'),(27,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','sal;salsunoco@hotmail.com;Subscribe;i wanted to know if you have dewat rigtones. and to subsribe;Anonymous;Anonymous;72.80.193.250','2009-08-11 06:42:13'),(28,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Jesse Holden;jesse2362@gmail.com;General Inquiry;Internet Marketing Services We would like to get your website on first page of Google.All of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalizedPlease reply and I would be happy to send you a proposal. In order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.;Anonymous;Anonymous;122.173.235.27','2009-08-13 19:53:25'),(29,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Donna Gabriel;donnagabriel21@gmail.com;Unsubscribe;Do you wish you could increase your online leads? Getting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think. We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.See you at the top! In order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.160.99.22','2009-08-18 14:48:36'),(30,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Eugene Strickland;eugene2428@gmail.com;General Inquiry;SEO Services\r\n\r\nWe would like to get your website on first page of Google.\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\n\r\nPlease reply and I would be happy to send you a proposal.\r\n\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.173.233.9','2009-09-18 14:37:51'),(31,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Neal stone;nealstone355@gmail.com;Other;Get leads and sales from your website\r\nWe would like to get your website on first page of Google.\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal.\r\n In order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.;Anonymous;Anonymous;122.160.99.22','2009-09-21 16:21:17'),(32,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Kent Cornwall;kent3207@gmail.com;Unsubscribe;Internet Marketing Services\r\n\r\nWe would like to get your website on first page of Google.All of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.Please reply and I would be happy to send you a proposalIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.173.254.68','2009-10-02 15:27:00'),(33,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Ken Lampton;kenlampton340@gmail.com;General Inquiry;We would like to get your website on first page of Google.\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal.\r\nIn order for us to respond to your request for information, please include your company’s website address(mandatory)and or phone number.\r\n;Anonymous;Anonymous;122.160.99.22','2009-10-08 11:52:09'),(34,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Eugene Strickland;eugene6061@gmail.com;General Inquiry;Get leads and sales from your website\r\n\r\nWe would like to get your website on first page of Google.\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal.\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.160.99.22','2009-10-10 15:39:48'),(35,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','ron cheney;ron23028@gmail.com;General Inquiry;Search Engine Optimization\r\n\r\nWe would like to get your website on first page of Google. All of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.Please reply and I would be happy to send you a proposal.In order for us to respond to your request for information,please include your company’s website address (mandatory) and or phone number. \r\n;Anonymous;Anonymous;122.160.99.22','2009-10-12 12:31:22'),(36,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','ron cheney;ron23028@gmail.com;General Inquiry;Search Engine Optimization\r\n\r\nWe would like to get your website on first page of Google. All of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.Please reply and I would be happy to send you a proposal.In order for us to respond to your request for information,please include your company’s website address (mandatory) and or phone number. \r\n;Anonymous;Anonymous;122.160.99.22','2009-10-12 12:31:38'),(37,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Joseph Swanson;joseph2321@gmail.com;Subscribe;Increase traffic to your website\r\n\r\n\r\nWe would like to get your website on first page of Google.\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\n\r\nPlease reply and I would be happy to send you a proposal.\r\n\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.161.215.116','2009-10-26 13:53:25'),(38,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Austin Salter;austinsalter456@gmail.com;General Inquiry;1st Page Results Guaranteed\r\n\r\nDo you wish you could increase your online leads?\r\n\r\nGetting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think.\r\nWe have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits See you at the top!\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.160.99.22','2009-10-30 16:46:36'),(39,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Patrick Nortoni;patricknortonimn@gmail.com;General Inquiry;SEO Services\r\n\r\nWe would like to get your website on first page of Google\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal. \r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number. \r\n \r\n;Anonymous;Anonymous;122.160.99.22','2009-11-13 10:48:16'),(40,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','BeckyJack;beckyjackrx@gmail.com;General Inquiry;Increase traffic to your website\r\n\r\nDo you wish you could increase your online leads?\r\n\r\nGetting a GUARANTEED 1ST PAGE GOOGLE RANKING is easier and more cost-effective than you might think.\r\nWe have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits See you at the top !\r\nIn order for us to respond to your request for information, please include your company’s website address (mandatory) and or phone number.\r\n;Anonymous;Anonymous;122.160.99.22','2009-12-02 16:17:43'),(41,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Kent Cornwall;kentcornwall66@gmail.com;Customer Feedback/ Suggestion;We would like to get your website on first page of Google.\r\n\r\nAll of our processes use the most ethical \\\"white hat\\\" Search Engine Optimization techniques that will not get your website banned or penalized.\r\nPlease reply and I would be happy to send you a proposal\r\n;Anonymous;Anonymous;122.163.46.84','2010-04-21 05:24:47'),(42,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Nathan Kyle;nathan.kyle06@gmail.com;General Inquiry;We are interested to increase traffic to your website, please get back to us in order to discuss the possibility in further detail.;Anonymous;Anonymous;122.163.175.30','2010-04-22 07:50:38'),(43,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Charles Gates;charlesgates.552@gmail.com;Other;We are interested to increase traffic to your website, please get back to us in order to discuss the possibility in further detail.\r\n;Anonymous;Anonymous;122.162.235.99','2010-04-29 00:17:35'),(44,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Troy Egan;traviscrane007@gmail.com;General Inquiry;Do you wish you could increase your online leads? We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.\r\n;Anonymous;Anonymous;122.161.36.250','2010-06-30 16:01:43'),(45,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Carrie Cain;ceceliamaloney01234@gmail.com;General Inquiry;Want more clients and customers? We will help them find you by putting you on the 1st page of Google. Email us back to get a full proposal\r\n;Anonymous;Anonymous;122.173.163.28','2010-08-05 07:35:07'),(46,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Roberta Trujillo;randybradshawssd@gmail.com;General Inquiry;Let us do the tedious SEO work for you. You know your business, we know SEO. Our rates are some of the most competitive in the industry. We will put in writing that everything we do adheres to all ethical Search Engine Optimization guidelines. At a minimum you owe it to yourself and your business to reply to this email so I can send you more information.;Anonymous;Anonymous;122.161.3.62','2010-08-24 06:44:58'),(47,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Carrie Cain;ceceliamaloney01@gmail.com;Subscribe;Want more clients and customers? We will help them find you by putting you on the 1st page of Google. Email us back to get a full proposal\r\n;Anonymous;Anonymous;122.162.235.58','2010-08-31 01:36:58'),(48,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Brett Babb;backyjack9@gmail.com;Unsubscribe;Do you wish you could increase your online leads? We have helped a lot of businesses thrive in this market and we can help you! Simply hit reply and I’ll share with you the cost and the benefits.\r\n;Anonymous;Anonymous;122.177.47.37','2010-09-08 09:09:02'),(49,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Lauren Ryan;lawrencebaxxter@gmail.com;General Inquiry;We will enable your website to achieve top positions across all major search engines at a very affordable price. Please send us URL of the site you wish to increase traffic for, and we will get back to you with all the details.\r\n;Anonymous;Anonymous;122.177.87.165','2010-09-22 08:32:30'),(50,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Marvin Maloney;miltonlake963@gmail.com;General Inquiry;Search Engine Marketing will increase your company’s online presence through comprehensive online marketing campaigns, targeted search engine optimization, and highly managed internet marketing promotions. A search engine marketing campaign will encompass several procedures and factors to make it successful. Please reply to this email so we can send you more details.\r\n;Anonymous;Anonymous;122.180.150.18','2010-10-25 19:49:07'),(51,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Phyllis Palacios;phillipbabb369@gmail.com;Unsubscribe;Do you want to grow your business? Do you have serious, defined sales goals?\r\n;Anonymous;Anonymous;122.162.146.26','2011-03-03 19:47:35'),(52,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Laura Nowacki;laura.lauranowacki@gmail.com;General Inquiry;We provide custom software development, software testing, database development, maintenance and other services related to web and software development. Please contact me for more information.\r\n;Anonymous;Anonymous;122.163.87.29','2011-04-08 04:58:55'),(53,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Perry Gates;philgarcia03@gmail.com;Other;We are Internet Marketing experts who can help you answer these questions, drive mass traffic to your site, and dramatically increase sales. \r\n;Anonymous;Anonymous;122.173.172.150','2011-05-26 04:13:36'),(54,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Larina sara;lisaalderman.132@gmail.com;Other;We offer quality Search Engine Optimization / SEO Services and Internet Marketing Solutions. Our dedicated team of SEO Professionals ensures Top 10 search engine rankings. Our SEO Processes are designed in view of the SEO guidelines, and white hat SEO techniques are strictly followed to ensure that our clients from world over get the best SEO services. Please reply to this email so we can send you more details.;Anonymous;Anonymous;182.64.158.19','2011-06-03 08:03:08'),(55,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Henry Hagan;haroldellis2222@gmail.com;General Inquiry;We are Internet Marketing experts who can help you answer these questions, drive mass traffic to your site, and dramatically increase sales. \r\n;Anonymous;Anonymous;122.161.159.49','2011-06-11 04:27:17'),(56,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Larina sara;lisaalderman.132@gmail.com;General Inquiry;We offer quality Search Engine Optimization / SEO Services and Internet Marketing Solutions. Our dedicated team of SEO Professionals ensures Top 10 search engine rankings. Our SEO Processes are designed in view of the SEO guidelines, and white hat SEO techniques are strictly followed to ensure that our clients from world over get the best SEO services. Please reply to this email so we can send you more details.\r\n;Anonymous;Anonymous;122.177.215.85','2011-09-17 04:21:25'),(57,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Cecelia Maloney;ceceliamaloney22@gmail.com;General Inquiry;We are interested to increase traffic to your website, please get back to us in order to discuss the possibility in further detail.\r\n;Anonymous;Anonymous;122.176.171.200','2011-10-01 05:25:38'),(58,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Albert Collins;albertcollins123@gmail.com;General Inquiry;If you are looking to become franchise of a web enabled IT services business, then reply to this email for more information.\r\n;Anonymous;Anonymous;122.161.244.28','2011-10-12 03:34:12'),(59,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Marvin Maloney;miltonlake147@gmail.com;General Inquiry;Search Engine Marketing will increase your company’s online presence through comprehensive online marketing campaigns, targeted search engine optimization, and highly managed internet marketing promotions. A search engine marketing campaign will encompass several procedures and factors to make it successful. Please reply to this email so we can send you more details.\r\n;Anonymous;Anonymous;182.68.92.51','2011-10-17 07:43:26'),(60,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Nelson Neely;nathankyle147@gmail.com;Other;Let us do the tedious SEO work for you. You know your business, we know SEO. Our rates are some of the most competitive in the industry. We will put in writing that everything we do adheres to all ethical Search Engine Optimization guidelines. At a minimum you owe it to yourself and your business to reply to this email so I can send you more information.\r\n;Anonymous;Anonymous;182.68.244.62','2011-10-29 08:01:06'),(61,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Darian Lewis;derekjohnson.321@gmail.com;Customer Feedback/ Suggestion;We can increase rankings of your website in search engines. Please reply back for more details.\r\n;Anonymous;Anonymous;182.68.213.153','2011-11-03 04:18:45'),(62,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Darian Lewis;derekjohnson.231@gmail.com;General Inquiry;We can increase rankings of your website in search engines. Please reply back for more details.\r\n;Anonymous;Anonymous;182.68.217.52','2011-11-07 00:36:20'),(63,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Phyllis Palacios;phillipbabb963@gmail.com;Customer Feedback/ Suggestion;Do you want to grow your business? Do you have serious, defined sales goals? \r\n;Anonymous;Anonymous;122.161.35.216','2011-11-14 03:03:50'),(64,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Marsha Manley;martinbabcock000@gmail.com;General Inquiry;We will optimize your site to increase its rankings with major search engines. This will drive targeted online users to your site, as well as attract new users through the use of relevant keywords and phrases. Not only will we help you gain those higher rankings, but maintain your status through continual management and support. Please reply to this email so we can send you more details.\r\n;Anonymous;Anonymous;182.68.170.251','2011-11-22 23:15:42'),(65,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Marcia Dale;marciadale.seo38@gmail.com;General Inquiry;The internet has become the world’s marketplace. You can do business all over the world. But you have to stand out from your competition. It’s all in the website, linking, keywords -- all the tools of Search Engine Optimization. We know them. Let us show you how we can help you.\r\n;Anonymous;Anonymous;182.68.202.166','2011-11-29 01:57:34'),(66,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Ramon Elliot;ramonelliot02.seo@gmail.com;General Inquiry;You know how important it is to be visible. You know you need to use the internet better. But you also need to take care of your business. You can’t do both. Well, you take care of your business… we’ll take care of the internet for you. Our expert staff understands how to make search engines your friend. Email us and we’ll get started.\r\n;Anonymous;Anonymous;182.68.179.226','2011-12-02 00:20:23'),(67,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Donna Gabriel;donnagabriel014@gmail.com;General Inquiry;Do you have a Facebook page? Is it helping your business or just taking up space? More people decide on what to buy by asking their friends than by Google. So it’s vital that your social media pages have an impressive business connection. Make us one of your friends too, and we’ll use all our Search Engine Optimization skills to improve your sales. Details? Email us.\r\n;Anonymous;Anonymous;182.68.138.146','2011-12-15 21:24:37'),(68,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Donna Gabriel;donnagabriel51@gmail.com;General Inquiry;We can increase rankings of your website in search engines. Please reply back for more details.\r\n;Anonymous;Anonymous;182.68.135.204','2011-12-31 00:54:16'),(69,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Charles Gate;charlesgate67@gmail.com;General Inquiry;If you’re like many businessmen, time is your greatest enemy. Too much to do. Too little time. Full time help too costly. Wouldn’t it be great if you could hire somebody to do what you need just when you need it? You can. We provide skilled workers on an as-needed basis. Find out more.\r\n;Anonymous;Anonymous;182.68.247.156','2012-02-22 03:12:20'),(70,'Contact Us',1,'Name;Email;Choose Subject;Message;ARTFJUSER;ARTFJUSERNAME;ARTFJUSERIP','Stella Fair;stellaf128@gmail.com;General Inquiry;It’s a fact: more people find out about your business on Facebook or Twitter than on search engines. Making these sites work maybe tricky for you, but it’s business as usual for us. Let us improve your visibility and enhance your image. It’s part of our complete Internet Marketing package. We’ll be more than your friends --- we’ll be your partners.\r\n;Anonymous;Anonymous;182.68.174.5','2012-08-03 02:11:29'); /*!40000 ALTER TABLE `jos_artforms_inbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_artforms_items` -- DROP TABLE IF EXISTS `jos_artforms_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_artforms_items` ( `item_id` int(11) NOT NULL auto_increment, `form_id` int(11) NOT NULL default '0', `name` text NOT NULL, `type` varchar(10) NOT NULL default '', `required` char(1) NOT NULL default '0', `validation` varchar(10) NOT NULL default '0', `values` text NOT NULL, `default_values` text NOT NULL, `readonly` char(1) NOT NULL default '0', `customcode` varchar(255) NOT NULL default '', `item_ordering` tinyint(5) unsigned NOT NULL default '0', `layout` text NOT NULL, PRIMARY KEY (`item_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_artforms_items` -- LOCK TABLES `jos_artforms_items` WRITE; /*!40000 ALTER TABLE `jos_artforms_items` DISABLE KEYS */; INSERT INTO `jos_artforms_items` VALUES (1,1,'Name','1','2','3','','','0','',1,'<div style=\"margin-left:15px;\">\r\n<div style=\"float:left;margin-top:5px;width:100px;\">###FIELDNAME###</div>\r\n<div style=\"float:left;margin-top:5px;\">###THEFIELD###</div>\r\n<div style=\"float:left;margin-top:5px;\">###ASTERISK###</div>\r\n</div>\r\n<div class=\"clear\"></div>'),(2,1,'Email','1','2','1','','','0','',2,'<div style=\"margin-left:15px;\">\r\n<div style=\"float:left;margin-top:5px;width:100px;\">###FIELDNAME###</div>\r\n<div style=\"float:left;margin-top:5px;\">###THEFIELD###</div>\r\n<div style=\"float:left;margin-top:5px;\">###ASTERISK###</div>\r\n</div>\r\n<div class=\"clear\"></div>'),(3,1,'Choose Subject','5','2','0','General Inquiry;Subscribe;Unsubscribe;Customer Feedback/ Suggestion;Charity;Other','','0','',3,'<div style=\"margin-left:15px;\">\r\n<div style=\"float:left;margin-top:5px;width:100px;\">###FIELDNAME###</div>\r\n<div style=\"float:left;margin-top:5px;\">###THEFIELD###</div>\r\n<div style=\"float:left;margin-top:5px;\">###ASTERISK###</div>\r\n</div>\r\n<div class=\"clear\"></div>'),(4,1,'Message','2','1','0','','','0','',4,'<div style=\"margin-left:15px;\">\r\n<div style=\"float:left;margin-top:5px;width:100px;\">###FIELDNAME###</div>\r\n<div style=\"float:left;margin-top:5px;\">###THEFIELD###</div>\r\n<div style=\"float:left;margin-top:5px;\">###ASTERISK###</div>\r\n</div>\r\n<div class=\"clear\"></div>'); /*!40000 ALTER TABLE `jos_artforms_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_bannertrack` -- DROP TABLE IF EXISTS `jos_bannertrack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_bannertrack` ( `track_date` date NOT NULL default '0000-00-00', `track_type` int(10) unsigned NOT NULL default '0', `banner_id` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=3 DEFAULT CHARSET=utf8; 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,'Islamonmobile','','islamonmobile','','com_contact_details','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(2,0,'Quotes-newsflash','','quotes-newsflash','','1','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`; SET @saved_cs_client = @@character_set_client; 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=51 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_components` -- LOCK TABLES `jos_components` WRITE; /*!40000 ALTER TABLE `jos_components` DISABLE KEYS */; INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories§ion=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=php,php\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=0\nimage_extensions=php\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,'administrator=en-GB\nsite=en-GB',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\nuseractivation=1\nfrontend_userparams=1\nnew_usertype=Registered\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),(35,'swMenuPro','option=com_swmenupro',0,0,'option=com_swmenupro','swMenuPro','com_swmenupro',0,'js/ThemeOffice/component.png',0,'',1),(36,'JForms','option=com_jforms',0,0,'option=com_jforms','JForms','com_jforms',0,'js/ThemeOffice/component.png',0,'',1),(37,'ArtForms','option=com_artforms',0,0,'option=com_artforms','ArtForms','com_artforms',0,'../administrator/components/com_artforms/assets/images/iconlogo.png',0,'rootfronttitle=ArtForms\nfronttext=Select+a+form',1),(38,'Forms','',0,37,'option=com_artforms&task=showaf','Forms','com_artforms',0,'../administrator/components/com_artforms/assets/images/forms16.png',0,'',1),(39,'Inbox Forms','',0,37,'option=com_artforms&task=rforms','Inbox Forms','com_artforms',1,'../administrator/components/com_artforms/assets/images/rforms16.png',0,'',1),(40,'Tutorial','',0,37,'option=com_artforms&task=help','Tutorial','com_artforms',2,'../administrator/components/com_artforms/assets/images/help16.png',0,'',1),(41,'Edit Language','',0,37,'option=com_artforms&task=language','Edit Language','com_artforms',3,'../administrator/components/com_artforms/assets/images/lang16.png',0,'',1),(42,'Edit CSS','',0,37,'option=com_artforms&task=cssedit','Edit CSS','com_artforms',4,'../administrator/components/com_artforms/assets/images/css16.png',0,'',1),(43,'Settings','',0,37,'option=com_artforms&task=config','Settings','com_artforms',5,'../administrator/components/com_artforms/assets/images/config16.png',0,'',1),(44,'Update','',0,37,'option=com_artforms&task=update','Update','com_artforms',6,'../administrator/components/com_artforms/assets/images/update16.png',0,'',1),(45,'About ArtForms','',0,37,'option=com_artforms&task=info','About ArtForms','com_artforms',7,'../administrator/components/com_artforms/assets/images/info16.png',0,'',1),(46,'EasyCaptcha','option=com_easycaptcha',0,0,'option=com_easycaptcha','EasyCaptcha','com_easycaptcha',0,'components/com_easycaptcha/images/easycaptcha_ico.png',0,'',1),(47,'Manage Captchas','',0,46,'option=com_easycaptcha','Manage Captchas','com_easycaptcha',0,'components/com_easycaptcha/images/easycaptcha_manage.png',0,'',1),(48,'Upload Captcha','',0,46,'option=com_easycaptcha&controller=captcha&task=upload','Upload Captcha','com_easycaptcha',1,'components/com_easycaptcha/images/easycaptcha_package.png',0,'',1),(49,'About','',0,46,'option=com_easycaptcha&task=about','About','com_easycaptcha',2,'components/com_easycaptcha/images/easycaptcha_info.png',0,'',1),(50,'Syas','',0,0,'','Syas','com_syas',0,'',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`; SET @saved_cs_client = @@character_set_client; 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=3 DEFAULT CHARSET=utf8; 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,'Islamonmobile','islamonmobile','','','','','','','','','','',NULL,'info@islamonmobile.com',0,1,0,'0000-00-00 00:00:00',1,'show_name=1\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=0\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=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,1,0,'',''),(2,'Islamonmobile-SA','islamonmobile-sa','','','','','','','','','','',NULL,'info@islamonmobile.com',0,1,0,'0000-00-00 00:00:00',2,'show_name=0\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=0\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=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,1,0,'',''); /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; SET @saved_cs_client = @@character_set_client; 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=14 DEFAULT CHARSET=utf8; 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,'Web opt-in & customer care info-USA','web-opt-in-a-customer-care-info-','','We embarked on this offering with the nia of influencing humanity and society for the the better, one message at a time. We hope to do this by empowering those who receive the messages and hopefully they in turn put it into practice in their daily lives and interactions. <br />For Muslim messages containing universal truth regardless of your religious persuasion text ISLAM to 90959<br /><br />For your daily Ayah text ISLAM to 90959, For your daily Ayaat text ISLAM to 90959<br />For your daily Hadith text ISLAM to 90959, For your daily Hadeeth text ISLAM to 90959<br />For your daily verse from the Koran text ISLAM to 90959, For your daily verse from the Quran text ISLAM to 90959<br />For you daily verse from the Qu’ran text ISLAM to 90959, For your daily verse from the Qur’an text ISLAM to 90959<br />For your sunnat of Prophet Mohamed (SAW) text ISLAM to 90959, For your sunnah of Prophet Mohamed (PBUH) text ISLAM to 90959<br />For your sunnaat of Prophet Mohamed (SAW) text ISLAM to 90959<br /><br />From Adam & Eve to Prophet Muhammad Peace and Blessings Upon Them, From Eve to Maryam Peace and Blessings Upon Them<br />From Luqman to Mohammed Peace and Blessings Upon Them, From Abraham to Jesus from Moses Peace and Blessings Upon Them<br />From Umrah to Hajj, From Mecca to Medina to Mecca, From the Kabba (Kabah) to Jerusalem, From Kaffir to pious<br />From Ibrahim to Yousuf Peace and Blessings Upon Them, From Moses to Joseph Peace and Blessings Upon Them<br />From Isa to Mohamed Peace and Blessings Upon Them, From Musa to Luqman Peace and Blessings Upon Them<br />From Isaac to Yusuf Peace and Blessings Upon Them, From Ishmael to Luqman Peace and Blessings Upon Them<br />From the disciples to the Sahaba May Allah be Pleased with them, From Solomom to David Peace and Blessings Upon Them<br />From Sulaiman to Dawood Peace and Blessings Upon Them, From discerning between Halaal and Haraam<br />From Haram to righteousness , From the Tauraut to Injeel<br /><br />For your daily motivation, guidance and inspiration text ISLAM to 90959.<br />For the wise words of past prophets and prophecy text ISLAM to 90959<br />For Allah’s comforting words and divine guidance text ISLAM to 90959<br />The daily offering is billed monthly at a rate of $4.99 (only 16 cents per day), and the billing reflects on our customers’ wireless accounts.<br />To sign up for the service, text ‘ISLAM’ to 90959','',0,0,0,0,'2009-03-02 15:47:53',62,'','2009-04-12 17:00:04',63,0,'0000-00-00 00:00:00','2009-03-02 15:47:53','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,6,'Hadith, about islam, allah, arabic, arabic quran, christianity and islam, christianity islam, convert to islam, digital quran, early islam, english quran, islamic books, history islam, history of islam, holy quran, information islam, islam, islam america, islam and marriage, islam and women, islam books, islam com, islam hadith, islam marriage, islam mosques, islam muhammad, islam net, islam online, islam quran, islam religion, islam versus christianity, islam vs christian, islam vs christianity, islam woman, islam women, islamic, islamic art, islamic book, islamic books, islamic center, islamic clothes, islamic clothing, islamic faith, islamic history, islamic marriage, islamic names, islamic religion, islamic sites, islamic women, jihad, koran, learn islam, muhammad, muslim, muslim books, muslim convert, muslim converts, muslim faith, muslims, nation of islam, pictures of islam, prophet muhammad, prophet muhammed, quran, quran english translation, quran recitation, quran verses, religion of islam, shia, the koran, the quran, understanding islam, what is islam, yusuf islam','introduction',0,5258,'robots=\nauthor='),(2,'FAQ-RSA','faq-rsa','','How do I unsubscribe from the service?\r\n\r\nTo unsubscribe send a text message to the number 90959 with the following message: “STOP” After sending the text a confirmation text will be sent to you immediately. Alternatively go to the form on the page below, tick unsubscribe, complete the rest of the Form & click send. You will then be sent a text message to your cell phone confirm that you are no longer subscribed to the service.\r\n\r\nHow do I subscribe to the service?\r\n\r\nSend a text to 90959 with only the word BIBLE as the message. Alternatively go to the form on the page below, tick Subscribe, complete the rest of the Form & click send.\r\nYou will then be sent a text message to your cell phone indicating that you must reply with only the letter “Y” to confirm your subscription.','',-2,0,0,0,'2009-03-03 12:00:48',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-03 12:00:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\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='),(3,'FAQ-USA','faq-usa','','<h1>How do I unsubscribe from the service?</h1>\r\n<p>To unsubscribe send a text message to the number <span class=\"yellow\">90959</span> with the following message: <span class=\"yellow\">“STOP”</span>After sending the text a confirmation text will be sent to you immediately. Alternatively go to the form on the page below, tick unsubscribe, complete the rest of the Form & click send. You will then be sent a text message to your cell phone confirm that you are no longer subscribed to the service.</p>\r\n<h1>How do I subscribe to the service?</h1>\r\n<p>Send a text to <span class=\"yellow\">90959</span> with only the word <span class=\"yellow\">ISLAM</span> as the message. Alternatively complete the form above, tick Subscribe, complete the rest of the form & click send.<br />\r\n You will then be sent a text message to your cell phone indicating that you must reply with only the letter “Y” to confirm your subscription.<br />\r\n Terms & Conditions- USA text<br />\r\n</p>','',0,0,0,0,'2009-03-03 12:01:15',62,'','2009-03-17 15:26:44',62,0,'0000-00-00 00:00:00','2009-03-03 12:01:15','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,5,'','',0,149,'robots=\nauthor='),(4,'Terms & Conditions-USA','terms-a-conditions-usa','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>Untitled Document</title>\r\n</head>\r\n\r\n<body>\r\n<h1> NOTICE:</h1><br />\r\n<p> Please read these Terms and Conditions For Use and the Privacy Policy carefully. We recommend that you print them out. They set out the terms and conditions upon which the Islamonmobile service is made available to you and explain how we process and use your personal information. By accessing this website you agree to be bound by the Terms and Conditions set out herein and the Privacy Policy as amended from time to time in accordance with clause 6.3 below. YOU ACCEPT THAT YOU HAVE BEEN GIVEN AN OPPORTUNITY TO READ AND ACCEPT THESE TERMS AND CONDITIONS BEFORE USING ANY OF THE SERVICES OFFERED. Islamonmobile recommends that you check these Terms and Conditions on each visit to this website. If you do not wish to be bound by this and the Privacy Policy, you may not access or use the Services and should exit immediately. Please note that in some jurisdictions there are obligatory provisions in the consumer legislation that may be relevant to services provided under these Terms and Conditions.</p><br />\r\n<h1>1. INTRODUCTION </h1><br />\r\n<p> 1.1 Islamonmobile is a mobile service (&quot;the service&quot;) provided to Users. These terms and conditions set out the basis upon which Islamonmobile makes the service available to all Users of the service. <br /><br />\r\n1.2 By using and/or partaking of the service, the User warrants that he or she has been given an opportunity to read and accept these terms and conditions and agrees to be bound by them. If the User does not wish to be bound by these terms and conditions, and the Privacy Policy the User should exit the website immediately and not make use of and/or partake of the service. <br /><br />\r\n1.3 By making use of and/or participating of the service, the User warrants that he or she is able to agree to and be bound by these terms and conditions.<br /><br />\r\n1.4 Islamonmobile reserves the right to make changes to these terms and conditions at any time. Such changes will be published on the website, which changes the User will be deemed to have read and accepted and be bound by if he or she accesses the website or continues using the service. The User is therefore encouraged to refer to these terms and conditions on each visit to the website. </p><br />\r\n<h1> 2. DISCLAIMER </h1><br />\r\n<p> 2.1 Islamonmobile shall not be held liable for any loss, injury, expense or damage (whether direct, indirect or consequential) of any nature whatsoever suffered or incurred by any User or person utilizing or partaking of the service and the user hereby waives any such claims which it may have against Islamonmobile. <br /><br />\r\n2.2 Islamonmobile reserves the right, in its sole discretion, to interrupt, suspend or cancel part of the whole of the service at any time for whatever reason and Islamonmobile bears no responsibility for any damage or loss caused by such interruption, suspension or cancellation of the service. </p><br />\r\n<h1>3. COPYRIGHT AND INTELLECTUAL PROPERTY RIGHTS </h1><br />\r\n<p> 3.1 Copyright and all intellectual property rights in and to all materials, text, drawings, music, sound, photographs and data made available on this website (collectively &quot;materials&quot;) are owned by Islamonmobile alternatively, Islamonmobile is the lawful user thereof and are protected by both South African and international intellectual property laws. The trade marks, names, logos and service marks (collectively &quot;trade marks&quot;) displayed on this website are registered and unregistered trade marks of Islamonmobile. Nothing contained on this website should be construed as granting any licence or right to use any trade mark without the prior written permission of Islamonmobile. <br /><br />\r\n3.2 Islamonmobile shall not be held liable for any infringement of intellectual property or other rights which may result from the use of and/or participation in the service. <br /><br />\r\n3.3 Islamonmobile has no knowledge of any infringement of intellectual property or other rights on the website, or in the provision of services. If it can be shown that Islamonmobile is infringing any intellectual property or other right, Islamonmobile undertakes to remove the infringing material and/or rectify the situation as soon as possible. </p><br />\r\n<h1> 4. INDEMNITY AND WAIVER </h1><br />\r\n<p> 4.1 The User hereby indemnifies Islamonmobile against any claims, liabilities, losses, costs, damages and expenses incurred by Islamonmobile (whether directly or indirectly) which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever. <br /><br />\r\n4.2 The user hereby irrevocably and unconditionally waives any claims, liabilities, losses, costs, damages and expenses (whether direct or indirect) which it may have against Islamonmobile which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever. <br /><br />\r\n</p><br />\r\n<h1>5. USE OF THE SERVICE </h1><br />\r\n<p> 5.1 The User hereby undertakes to use the service in a respectable and honest manner.<br /><br />\r\n5.2 The User knows and understands that text messages sent in relation to the service will be charged at a premium rate as published on the website from time to time. Premium text messaging charges will be billed to the User\'s wireless bill. The User accepts that free minutes and free text packages will not apply. <br /><br />\r\n</p><br />\r\n<h1>6. PAUSE, RESTART, WITHDRAWAL AND TERMINATION OF THE SERVICE </h1><br />\r\n<p> 6.1 The User may elect to withdraw from participating in the service at any time by opting out of the service. <br /><br />\r\n6.2 Islamonmobile reserves the right to modify, suspend or terminate the service or any aspect or feature of the service, at its own, sole discretion without notice to the User. <br /><br />\r\n6.3 Islamonmobile may furthermore in its sole discretion cancel the service to a particular User in the event that such User fails to comply with these terms and conditions. <br /><br />\r\n</p><br />\r\n<h1>7. PRIVACY POLICY </h1><br />\r\n<p> Islamonmobile is sensitive to the private nature of information a User provides to it as a result of the Users use of the service. <br /><br />\r\n7.1 Information Collected: When a User makes use of the service or website, and at other times, the User may be providing Islamonmobile with personally identifiable information. The personally identifiable information provided ranges from limited personal data such as name, telephone number, address and e-mail address to facts about the User\'s person, profession and preferences. In addition, Islamonmobile\'s web servers automatically collect website usage information from Users when visiting the website. Website usage information informs Islamonmobile about how visitors and subscribers use and navigate the websites, including the number and frequency of users to each web page, their IP address, and the length of their stays.<br /><br />\r\n7.2 Use of Information Collected: Islamonmobile may combine the personally identifiable information which a User provides during his/her use and/or participation in the service with other information about a User that is available to Islamonmobile, including website usage information and information from other sources. Islamonmobile may use this information to enable it to process, validate and verify information for the purposes for which a User specifically provided the information; to improve a User\'s experience; to improve and develop new products, features and services; to alert Users to new services and special offers; to provide marketing with aggregate information about Islamonmobile\'s Users and usage patterns; and for other purposes. Islamonmobile may share such information with third parties to help it to improve its content, provide Users with the services and to help Islamonmobile\'s service providers to perform services on its behalf. In addition, Islamonmobile may disclose any information about a User to law enforcement, other government officials, or other third parties, as Islamonmobile, in our sole discretion, believe necessary or appropriate, in connection with an investigation of fraud, intellectual property infringements, or other activity that is illegal or may expose Islamonmobile to legal liability, or in connection with Islamonmobile\'s, consolidation, or sale of substantially all of our assets. Islamonmobile reserves the right to contact Users at any time regarding any problems or questions as well as to notify Users of changes to its Privacy Policy, or to other policies or terms that affect a User and his/her use of the website, and to share information in order to enforce our policies and terms governing the website.<br /><br />\r\n7.3 Cookies: Like most websites, Islamonmobile may automatically collects information and data through the use of &quot;cookies&quot;. &quot;Cookies&quot; are small text files a website can use to recognise repeat Users, facilitate the User\'s ongoing access to and use of the website and allow a website to track usage behaviour and compile aggregate data that will allow content improvements and targeted advertising.<br /><br />\r\n7.4 Security: The personally identifiable information Islamonmobile collects about a User is stored in confidence in limited access servers. Safeguards are maintained to protect the security, integrity, and privacy of these servers and of a User\'s personally identifiable information.<br /><br />\r\n7.5 Policy Modifications: Islamonmobile may change this Privacy Policy from time to time and will post any changes on the website, so that the User will know our privacy practices. However, Islamonmobile will not use personal information in a manner materially different from this Privacy Policy without the User\'s prior consent.<br /><br />\r\n7.5 Comments and Questions: Any questions, comments or concerns about Islamonmobile\'s Privacy Policy, should be sent to Islamonmobile from the Contact page <br /><br />\r\n</p><br />\r\n<h1>8. JURISDICTION </h1><br />\r\n<p> 8.1 These terms and conditions, their validity, existence or termination, or any other disputes arising in relation to these terms and conditions shall be governed and/or determined in accordance with the law of the Republic of South Africa without giving effect to any principles of conflict of law.<br /><br />\r\n8.2 Both the User and Islamonmobile hereby consent to the exclusive jurisdiction of the High Court of South Africa (Witwatersrand Local Division) in respect of any disputes relating to these terms and conditions, the services, or any matter related to or in connection therewith. <br /><br />\r\n</p><br />\r\n<h1>9. WHOLE AGREEMENT </h1><br />\r\n<p> 9.1 These terms and conditions constitute the entire agreement between the User and Islamonmobile. Neither the user nor Islamonmobile shall be bound by any express, tacit or implied representation, warranty, promise or the like not recorded herein.<br /><br />\r\n9.2 Islamonmobile shall be entitled to cede, assign and delegate all or any of its rights and obligations in terms of these terms and conditions to any third party. <br /><br />\r\n</p><br />\r\n<h1>10. SEVERABILITY </h1><br />\r\n<p> If any one or more of the provisions of these terms and conditions should be held to be invalid or unenforceable the validity and enforceability of all other provisions hereof shall not be affected thereby. Such invalid or unenforceable provision shall then be deemed to have been deleted without affecting the validity and enforceability of the remaining provisions of the terms and conditions<br /><br />\r\n</p>\r\n</body>\r\n</html>','',0,0,0,0,'2009-03-03 12:05:59',62,'','2009-03-30 15:44:13',62,0,'0000-00-00 00:00:00','2009-03-03 12:05:59','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,4,'','',0,170,'robots=\nauthor='),(5,'Terms & Conditions - RSA','terms-a-conditions-usa','','NOTICE:\r\nPlease read these Terms and Conditions For Use and the Privacy Policy carefully. We recommend that you print them out. They set out the terms and conditions upon which the Biblewhereur service is made available to you and explain how we process and use your personal information. By accessing this website you agree to be bound by the Terms and Conditions set out herein and the Privacy Policy as amended from time to time in accordance with clause 6.3 below. YOU ACCEPT THAT YOU HAVE BEEN GIVEN AN OPPORTUNITY TO READ AND ACCEPT THESE TERMS AND CONDITIONS BEFORE USING ANY OF THE SERVICES OFFERED. Biblewhereur recommends that you check these Terms and Conditions on each visit to this website. If you do not wish to be bound by this and the Privacy Policy, you may not access or use the Services and should exit immediately. Please note that in some jurisdictions there are obligatory provisions in the consumer legislation that may be relevant to services provided under these Terms and Conditions.\r\n\r\n1. INTRODUCTION\r\n1.1 Biblewhereur is a mobile service (\"the service\") provided to Users. These terms and conditions set out the basis upon which Biblewhereur makes the service available to all Users of the service.\r\n1.2 By using and/or partaking of the service, the User warrants that he or she has been given an opportunity to read and accept these terms and conditions and agrees to be bound by them. If the User does not wish to be bound by these terms and conditions, and the Privacy Policy the User should exit the website immediately and not make use of and/or partake of the service.\r\n1.3 By making use of and/or participating of the service, the User warrants that he or she is able to agree to and be bound by these terms and conditions.\r\n1.4 Biblewhereur reserves the right to make changes to these terms and conditions at any time. Such changes will be published on the website, which changes the User will be deemed to have read and accepted and be bound by if he or she accesses the website or continues using the service. The User is therefore encouraged to refer to these terms and conditions on each visit to the website.\r\n\r\n2. DISCLAIMER\r\n2.1 Biblewhereur shall not be held liable for any loss, injury, expense or damage (whether direct, indirect or consequential) of any nature whatsoever suffered or incurred by any User or person utilizing or partaking of the service and the user hereby waives any such claims which it may have against Biblewhereur.\r\n2.2 Biblewhereur reserves the right, in its sole discretion, to interrupt, suspend or cancel part of the whole of the service at any time for whatever reason and Biblewhereur bears no responsibility for any damage or loss caused by such interruption, suspension or cancellation of the service.\r\n\r\n3. COPYRIGHT AND INTELLECTUAL PROPERTY RIGHTS\r\n3.1 Copyright and all intellectual property rights in and to all materials, text, drawings, music, sound, photographs and data made available on this website (collectively \"materials\") are owned by Biblewhereur alternatively, Biblewhereur is the lawful user thereof and are protected by both South African and international intellectual property laws. The trade marks, names, logos and service marks (collectively \"trade marks\") displayed on this website are registered and unregistered trade marks of Biblewhereur. Nothing contained on this website should be construed as granting any licence or right to use any trade mark without the prior written permission of Biblewhereur.\r\n3.2 Biblewhereur shall not be held liable for any infringement of intellectual property or other rights which may result from the use of and/or participation in the service.\r\n3.3 Biblewhereur has no knowledge of any infringement of intellectual property or other rights on the website, or in the provision of services. If it can be shown that Biblewhereur is infringing any intellectual property or other right, Biblewhereur undertakes to remove the infringing material and/or rectify the situation as soon as possible.\r\n\r\n4. INDEMNITY AND WAIVER\r\n4.1 The User hereby indemnifies Biblewhereur against any claims, liabilities, losses, costs, damages and expenses incurred by Biblewhereur (whether directly or indirectly) which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever.\r\n4.2 The user hereby irrevocably and unconditionally waives any claims, liabilities, losses, costs, damages and expenses (whether direct or indirect) which it may have against Biblewhereur which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever.\r\n\r\n5. USE OF THE SERVICE\r\n5.1 The User hereby undertakes to use the service in a respectable and honest manner.\r\n5.2 The User knows and understands that text messages sent in relation to the service will be charged at a premium rate as published on the website from time to time. Premium text messaging charges will be billed to the User\'s wireless bill. The User accepts that free minutes and free text packages will not apply.\r\n6. PAUSE, RESTART, WITHDRAWAL AND TERMINATION OF THE SERVICE\r\n6.1 The User may elect to withdraw from participating in the service at any time by opting out of the service.\r\n6.2 Biblewhereur reserves the right to modify, suspend or terminate the service or any aspect or feature of the service, at its own, sole discretion without notice to the User.\r\n6.3 Biblewhereur may furthermore in its sole discretion cancel the service to a particular User in the event that such User fails to comply with these terms and conditions.\r\n\r\n7. PRIVACY POLICY\r\nBiblewhereur is sensitive to the private nature of information a User provides to it as a result of the Users use of the service.\r\n7.1 Information Collected: When a User makes use of the service or website, and at other times, the User may be providing Biblewhereur with personally identifiable information. The personally identifiable information provided ranges from limited personal data such as name, telephone number, address and e-mail address to facts about the User\'s person, profession and preferences. In addition, Biblewhereur\'s web servers automatically collect website usage information from Users when visiting the website. Website usage information informs Biblewhereur about how visitors and subscribers use and navigate the websites, including the number and frequency of users to each web page, their IP address, and the length of their stays.\r\n7.2 Use of Information Collected: Biblewhereur may combine the personally identifiable information which a User provides during his/her use and/or participation in the service with other information about a User that is available to Biblewhereur, including website usage information and information from other sources. Biblewhereur may use this information to enable it to process, validate and verify information for the purposes for which a User specifically provided the information; to improve a User\'s experience; to improve and develop new products, features and services; to alert Users to new services and special offers; to provide marketing with aggregate information about Biblewhereur\'s Users and usage patterns; and for other purposes. Biblewhereur may share such information with third parties to help it to improve its content, provide Users with the services and to help Biblewhereur\'s service providers to perform services on its behalf. In addition, Biblewhereur may disclose any information about a User to law enforcement, other government officials, or other third parties, as Biblewhereur, in our sole discretion, believe necessary or appropriate, in connection with an investigation of fraud, intellectual property infringements, or other activity that is illegal or may expose Biblewhereur to legal liability, or in connection with Biblewhereur\'s, consolidation, or sale of substantially all of our assets. Biblewhereur reserves the right to contact Users at any time regarding any problems or questions as well as to notify Users of changes to its Privacy Policy, or to other policies or terms that affect a User and his/her use of the website, and to share information in order to enforce our policies and terms governing the website.\r\n7.3 Cookies: Like most websites, Biblewhereur may automatically collects information and data through the use of \"cookies\". \"Cookies\" are small text files a website can use to recognise repeat Users, facilitate the User\'s ongoing access to and use of the website and allow a website to track usage behaviour and compile aggregate data that will allow content improvements and targeted advertising.\r\n7.4 Security: The personally identifiable information Biblewhereur collects about a User is stored in confidence in limited access servers. Safeguards are maintained to protect the security, integrity, and privacy of these servers and of a User\'s personally identifiable information.\r\n7.5 Policy Modifications: Biblewhereur may change this Privacy Policy from time to time and will post any changes on the website, so that the User will know our privacy practices. However, Biblewhereur will not use personal information in a manner materially different from this Privacy Policy without the User\'s prior consent.\r\n7.5 Comments and Questions: Any questions, comments or concerns about Biblewhereur\'s Privacy Policy, should be sent to Biblewhereur from the Contact page\r\n\r\n8. JURISDICTION\r\n8.1 These terms and conditions, their validity, existence or termination, or any other disputes arising in relation to these terms and conditions shall be governed and/or determined in accordance with the law of the Republic of South Africa without giving effect to any principles of conflict of law.\r\n8.2 Both the User and Biblewhereur hereby consent to the exclusive jurisdiction of the High Court of South Africa (Witwatersrand Local Division) in respect of any disputes relating to these terms and conditions, the services, or any matter related to or in connection therewith.\r\n\r\n9. WHOLE AGREEMENT\r\n9.1 These terms and conditions constitute the entire agreement between the User and Biblewhereur. Neither the user nor Biblewhereur shall be bound by any express, tacit or implied representation, warranty, promise or the like not recorded herein.\r\n9.2 Biblewhereur shall be entitled to cede, assign and delegate all or any of its rights and obligations in terms of these terms and conditions to any third party.\r\n\r\n10. SEVERABILITY\r\nIf any one or more of the provisions of these terms and conditions should be held to be invalid or unenforceable the validity and enforceability of all other provisions hereof shall not be affected thereby. Such invalid or unenforceable provision shall then be deemed to have been deleted without affecting the validity and enforceability of the remaining provisions of the terms and conditions.','',-2,0,0,0,'2009-03-03 12:05:59',62,'','2009-03-03 12:10:00',62,0,'0000-00-00 00:00:00','2009-03-03 12:05:59','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='),(6,'Web opt-in & customer care info- RSA','web-opt-in-a-customer-care-info-','','We embarked on this offering with the nia of influencing humanity and society for the the better, one message at a time. We hope to do this by empowering those who receive the messages and hopefully they in turn put it into practice in their daily lives and interactions. <br />For Muslim messages containing universal truth regardless of your religious persuasion text ISLAM to 31077<br /><br />For your daily Ayah text ISLAM to 31077, For your daily Ayaat text ISLAM to 31077<br />For your daily Hadith text ISLAM to 31077, For your daily Hadeeth text ISLAM to 31077<br />For your daily verse from the Koran text ISLAM to 31077, For your daily verse from the Quran text ISLAM to 31077<br />For you daily verse from the Qu’ran text ISLAM to 31077, For your daily verse from the Qur’an text ISLAM to 31077<br />For your sunnat of Prophet Mohamed (SAW) text ISLAM to 31077, For your sunnah of Prophet Mohamed (PBUH) text ISLAM to 31077<br />For your sunnaat of Prophet Mohamed (SAW) text ISLAM to 31077<br /><br />From Adam & Eve to Prophet Muhammad Peace and Blessings Upon Them, From Eve to Maryam Peace and Blessings Upon Them<br />From Luqman to Mohammed Peace and Blessings Upon Them, From Abraham to Jesus from Moses Peace and Blessings Upon Them<br />From Umrah to Hajj, From Mecca to Medina to Mecca, From the Kabba (Kabah) to Jerusalem, From Kaffir to pious<br />From Ibrahim to Yousuf Peace and Blessings Upon Them, From Moses to Joseph Peace and Blessings Upon Them<br />From Isa to Mohamed Peace and Blessings Upon Them, From Musa to Luqman Peace and Blessings Upon Them<br />From Isaac to Yusuf Peace and Blessings Upon Them, From Ishmael to Luqman Peace and Blessings Upon Them<br />From the disciples to the Sahaba May Allah be Pleased with them, From Solomom to David Peace and Blessings Upon Them<br />From Sulaiman to Dawood Peace and Blessings Upon Them, From discerning between Halaal and Haraam<br />From Haram to righteousness , From the Tauraut to Injeel<br /><br />For your daily motivation, guidance and inspiration text ISLAM to 31077.<br />For the wise words of past prophets and prophecy text ISLAM to 31077<br />For Allah’s comforting words and divine guidance text ISLAM to 31077<br />The daily offering is billed monthly at a rate of $9.99 (only 33 cents per day), and the billing reflects on our customers’ wireless accounts.<br />To sign up for the service, text ‘ISLAM’ to 31077','',1,0,0,0,'2009-03-02 15:47:53',62,'','2009-05-06 07:20:09',62,0,'0000-00-00 00:00:00','2009-03-02 15:47:53','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,16437,'robots=\nauthor='),(7,'FAQ-RSA','faq-rsa','','<h1>How do I subscribe to the daily ISLAM verse service?</h1>\r\n <br />\r\nSend an sms to <span class=\"yellow\">31077</span> with only the word <span class=\"yellow\">ISLAM</span> as the message. You will then be sent a confirmation sms that you are subscribed, if you are a Vodacom, Cell C or Virgin Mobile customer. If you are an MTN customer you will be sent an sms with clear instructions as to how to complete the registration process.<br />\r\n<br />\r\n<h1>How much are the services and how often will I be charged?</h1>\r\n<br />\r\nThe daily <span class=\"yellow\">ISLAM</span> verse service costs R2/day. The weekly wall paper service costs R5/week.<br />\r\n<br />\r\n<h1>What is the revenue generated from this service used for?</h1>\r\n<br />\r\nThe revenue from this service is used to pay for the operational and other expenses of running the service. However it is important to note that a portion of any and all profits is donated to worthy charitable causes.<br />\r\n<br />\r\n<h1>How do I unsubscribe from the service?</h1>\r\n<br />\r\nTo unsubscribe from the daily verse service send an sms to the number <span class=\"yellow\">31077</span> with the following message: <span class=\"yellow\">ISLAM OFF</span><br />\r\n<br />\r\n\r\nAfter sending a cancellation request an sms confirmation will be sent to you immediately.\r\n\r\n</h1>','',1,0,0,0,'2009-03-03 12:01:15',62,'','2009-03-17 15:34:27',62,0,'0000-00-00 00:00:00','2009-03-03 12:01:15','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,2,'','',0,1587,'robots=\nauthor='),(9,'Quote 1','quote-1','','Say: O Allah have mercy on me, and sustain me, and keep me well, and guide me.','',1,1,0,2,'2009-03-12 12:41:43',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-12 12:41:43','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,5,'','',0,0,'robots=\nauthor='),(10,'Quote2','quote2','','Do not look down upon any good work, and when you speak to your brother, show him a cheerful face. This is a good work 1889','',1,1,0,2,'2009-03-12 12:44:06',62,'','2009-04-01 08:55:13',62,0,'0000-00-00 00:00:00','2009-03-12 12:44:06','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,0,'robots=\nauthor='),(8,'Terms & Conditions-RSA','terms-a-conditions-rsa','','<h1> NOTICE:</h1>\r\n<p> Please read these Terms and Conditions For Use and the Privacy Policy carefully. We recommend that you print them out. They set out the terms and conditions upon which the Islamonmobile service is made available to you and explain how we process and use your personal information. By accessing this website you agree to be bound by the Terms and Conditions set out herein and the Privacy Policy as amended from time to time in accordance with clause 6.3 below. YOU ACCEPT THAT YOU HAVE BEEN GIVEN AN OPPORTUNITY TO READ AND ACCEPT THESE TERMS AND CONDITIONS BEFORE USING ANY OF THE SERVICES OFFERED. Islamonmobile recommends that you check these Terms and Conditions on each visit to this website. If you do not wish to be bound by this and the Privacy Policy, you may not access or use the Services and should exit immediately. Please note that in some jurisdictions there are obligatory provisions in the consumer legislation that may be relevant to services provided under these Terms and Conditions.</p>\r\n<h1>1. INTRODUCTION </h1>\r\n<p> 1.1 Islamonmobile is a mobile service ("the service") provided to Users. These terms and conditions set out the basis upon which Islamonmobile makes the service available to all Users of the service. <br />\r\n1.2 By using and/or partaking of the service, the User warrants that he or she has been given an opportunity to read and accept these terms and conditions and agrees to be bound by them. If the User does not wish to be bound by these terms and conditions, and the Privacy Policy the User should exit the website immediately and not make use of and/or partake of the service. <br />\r\n1.3 By making use of and/or participating of the service, the User warrants that he or she is able to agree to and be bound by these terms and conditions.<br />\r\n1.4 Islamonmobile reserves the right to make changes to these terms and conditions at any time. Such changes will be published on the website, which changes the User will be deemed to have read and accepted and be bound by if he or she accesses the website or continues using the service. The User is therefore encouraged to refer to these terms and conditions on each visit to the website. </p>\r\n<h1> 2. DISCLAIMER </h1>\r\n<p> 2.1 Islamonmobile shall not be held liable for any loss, injury, expense or damage (whether direct, indirect or consequential) of any nature whatsoever suffered or incurred by any User or person utilizing or partaking of the service and the user hereby waives any such claims which it may have against Islamonmobile. <br />\r\n2.2 Islamonmobile reserves the right, in its sole discretion, to interrupt, suspend or cancel part of the whole of the service at any time for whatever reason and Islamonmobile bears no responsibility for any damage or loss caused by such interruption, suspension or cancellation of the service. </p>\r\n<h1>3. COPYRIGHT AND INTELLECTUAL PROPERTY RIGHTS </h1>\r\n<p> 3.1 Copyright and all intellectual property rights in and to all materials, text, drawings, music, sound, photographs and data made available on this website (collectively "materials") are owned by Islamonmobile alternatively, Islamonmobile is the lawful user thereof and are protected by both South African and international intellectual property laws. The trade marks, names, logos and service marks (collectively "trade marks") displayed on this website are registered and unregistered trade marks of Islamonmobile. Nothing contained on this website should be construed as granting any licence or right to use any trade mark without the prior written permission of Islamonmobile. <br />\r\n3.2 Islamonmobile shall not be held liable for any infringement of intellectual property or other rights which may result from the use of and/or participation in the service. <br />\r\n3.3 Islamonmobile has no knowledge of any infringement of intellectual property or other rights on the website, or in the provision of services. If it can be shown that Islamonmobile is infringing any intellectual property or other right, Islamonmobile undertakes to remove the infringing material and/or rectify the situation as soon as possible. </p>\r\n<h1> 4. INDEMNITY AND WAIVER </h1>\r\n<p> 4.1 The User hereby indemnifies Islamonmobile against any claims, liabilities, losses, costs, damages and expenses incurred by Islamonmobile (whether directly or indirectly) which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever. <br />\r\n4.2 The user hereby irrevocably and unconditionally waives any claims, liabilities, losses, costs, damages and expenses (whether direct or indirect) which it may have against Islamonmobile which may arise as a result of the User\'s use of and/or participation in the service for any reason whatsoever. <br />\r\n</p>\r\n<h1>5. USE OF THE SERVICE </h1>\r\n<p> 5.1 The User hereby undertakes to use the service in a respectable and honest manner.<br />\r\n5.2 The User knows and understands that text messages sent in relation to the service will be charged at a premium rate as published on the website from time to time. Premium text messaging charges will be billed to the User\'s wireless bill. The User accepts that free minutes and free text packages will not apply. <br />\r\n</p>\r\n<h1>6. PAUSE, RESTART, WITHDRAWAL AND TERMINATION OF THE SERVICE </h1>\r\n<p> 6.1 The User may elect to withdraw from participating in the service at any time by opting out of the service. <br />\r\n6.2 Islamonmobile reserves the right to modify, suspend or terminate the service or any aspect or feature of the service, at its own, sole discretion without notice to the User. <br />\r\n6.3 Islamonmobile may furthermore in its sole discretion cancel the service to a particular User in the event that such User fails to comply with these terms and conditions. <br />\r\n</p>\r\n<h1>7. PRIVACY POLICY </h1>\r\n<p> Islamonmobile is sensitive to the private nature of information a User provides to it as a result of the Users use of the service. <br />\r\n7.1 Information Collected: When a User makes use of the service or website, and at other times, the User may be providing Islamonmobile with personally identifiable information. The personally identifiable information provided ranges from limited personal data such as name, telephone number, address and e-mail address to facts about the User\'s person, profession and preferences. In addition, Islamonmobile\'s web servers automatically collect website usage information from Users when visiting the website. Website usage information informs Islamonmobile about how visitors and subscribers use and navigate the websites, including the number and frequency of users to each web page, their IP address, and the length of their stays.<br />\r\n7.2 Use of Information Collected: Islamonmobile may combine the personally identifiable information which a User provides during his/her use and/or participation in the service with other information about a User that is available to Islamonmobile, including website usage information and information from other sources. Islamonmobile may use this information to enable it to process, validate and verify information for the purposes for which a User specifically provided the information; to improve a User\'s experience; to improve and develop new products, features and services; to alert Users to new services and special offers; to provide marketing with aggregate information about Islamonmobile\'s Users and usage patterns; and for other purposes. Islamonmobile may share such information with third parties to help it to improve its content, provide Users with the services and to help Islamonmobile\'s service providers to perform services on its behalf. In addition, Islamonmobile may disclose any information about a User to law enforcement, other government officials, or other third parties, as Islamonmobile, in our sole discretion, believe necessary or appropriate, in connection with an investigation of fraud, intellectual property infringements, or other activity that is illegal or may expose Islamonmobile to legal liability, or in connection with Islamonmobile\'s, consolidation, or sale of substantially all of our assets. Islamonmobile reserves the right to contact Users at any time regarding any problems or questions as well as to notify Users of changes to its Privacy Policy, or to other policies or terms that affect a User and his/her use of the website, and to share information in order to enforce our policies and terms governing the website.<br />\r\n7.3 Cookies: Like most websites, Islamonmobile may automatically collects information and data through the use of "cookies". "Cookies" are small text files a website can use to recognise repeat Users, facilitate the User\'s ongoing access to and use of the website and allow a website to track usage behaviour and compile aggregate data that will allow content improvements and targeted advertising.<br />\r\n7.4 Security: The personally identifiable information Islamonmobile collects about a User is stored in confidence in limited access servers. Safeguards are maintained to protect the security, integrity, and privacy of these servers and of a User\'s personally identifiable information.<br />\r\n7.5 Policy Modifications: Islamonmobile may change this Privacy Policy from time to time and will post any changes on the website, so that the User will know our privacy practices. However, Islamonmobile will not use personal information in a manner materially different from this Privacy Policy without the User\'s prior consent.<br />\r\n7.5 Comments and Questions: Any questions, comments or concerns about Islamonmobile\'s Privacy Policy, should be sent to Islamonmobile from the Contact page <br />\r\n</p>\r\n<h1>8. JURISDICTION </h1>\r\n<p> 8.1 These terms and conditions, their validity, existence or termination, or any other disputes arising in relation to these terms and conditions shall be governed and/or determined in accordance with the law of the Republic of South Africa without giving effect to any principles of conflict of law.<br />\r\n8.2 Both the User and Islamonmobile hereby consent to the exclusive jurisdiction of the High Court of South Africa (Witwatersrand Local Division) in respect of any disputes relating to these terms and conditions, the services, or any matter related to or in connection therewith. <br />\r\n</p>\r\n<h1>9. WHOLE AGREEMENT </h1>\r\n<p> 9.1 These terms and conditions constitute the entire agreement between the User and Islamonmobile. Neither the user nor Islamonmobile shall be bound by any express, tacit or implied representation, warranty, promise or the like not recorded herein.<br />\r\n9.2 Islamonmobile shall be entitled to cede, assign and delegate all or any of its rights and obligations in terms of these terms and conditions to any third party. <br />\r\n</p>\r\n<h1>10. SEVERABILITY </h1>\r\n<p> If any one or more of the provisions of these terms and conditions should be held to be invalid or unenforceable the validity and enforceability of all other provisions hereof shall not be affected thereby. Such invalid or unenforceable provision shall then be deemed to have been deleted without affecting the validity and enforceability of the remaining provisions of the terms and conditions<br />\r\n</p>','',1,0,0,0,'2009-03-03 12:05:59',62,'','2009-03-30 15:45:47',62,0,'0000-00-00 00:00:00','2009-03-03 12:05:59','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,1,'','',0,1055,'robots=\nauthor='),(12,'Quote4','hadith','','If anyone continually asks pardon, Allah will appoint for him a way out of every distress, and a relief from every anxiety... <br /><br />\r\n\r\n599','',1,1,0,2,'2009-04-02 14:27:46',63,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-02 14:27: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=',1,0,2,'','',0,0,'robots=\nauthor='),(13,'Quote 5','hadith','','The Prophet PBUH said:…if anyone does you a kindness, recompense him...if you have not the means...pray for him until you feel that you have compensated him <br /><br />\r\n\r\n677','',1,1,0,2,'2009-04-02 14:30:06',63,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-02 14:30:06','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,1,'','',0,0,'robots=\nauthor='),(11,'Quote3','quran','','Say: \"Short is the enjoyment of this world: the Hereafter is the best for those who do right: never will ye be dealt with unjustly in the very least! <br /><br />\r\n4:77','',1,1,0,2,'2009-04-02 14:22:17',63,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-04-02 14:22:17','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,3,'','',0,0,'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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 (6,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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=12 DEFAULT CHARSET=utf8; 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,'herman',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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 default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 (24,'',11),(25,'',10); /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_easycaptchas` -- DROP TABLE IF EXISTS `jos_easycaptchas`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_easycaptchas` ( `id` int(10) NOT NULL auto_increment, `name` varchar(70) NOT NULL default '0', `description` text, `published` tinyint(3) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_easycaptchas` -- LOCK TABLES `jos_easycaptchas` WRITE; /*!40000 ALTER TABLE `jos_easycaptchas` DISABLE KEYS */; INSERT INTO `jos_easycaptchas` VALUES (1,'Secimg-Captcha','This captcha generates an image with a small mathematic task, which has to be solved by the user. This Captcha does not require any graphic librarys.',0,'random_min=100000\r\nrandom_max=999999'),(2,'Dpaulus-Captcha','This captcha generates an image with several numbers which have to be entered. This Captcha requires the GD library with freetype-support.',1,'random_min=100000\r\nrandom_max=999999'); /*!40000 ALTER TABLE `jos_easycaptchas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_easycaptchas_dpaulus` -- DROP TABLE IF EXISTS `jos_easycaptchas_dpaulus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_easycaptchas_dpaulus` ( `CodeID` varchar(6) NOT NULL default '', `CodeMD5` varchar(32) NOT NULL default '', `codedate` decimal(14,0) NOT NULL default '0', PRIMARY KEY (`CodeID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_easycaptchas_dpaulus` -- LOCK TABLES `jos_easycaptchas_dpaulus` WRITE; /*!40000 ALTER TABLE `jos_easycaptchas_dpaulus` DISABLE KEYS */; INSERT INTO `jos_easycaptchas_dpaulus` VALUES ('852487','81c4ff81e06c236f16a408089a8cd2ac','1368477256'); /*!40000 ALTER TABLE `jos_easycaptchas_dpaulus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_easycaptchas_secimg` -- DROP TABLE IF EXISTS `jos_easycaptchas_secimg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_easycaptchas_secimg` ( `CodeID` varchar(6) NOT NULL default '', `ImageID` varchar(32) NOT NULL default '', `codedate` decimal(14,0) NOT NULL default '0', PRIMARY KEY (`CodeID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_easycaptchas_secimg` -- LOCK TABLES `jos_easycaptchas_secimg` WRITE; /*!40000 ALTER TABLE `jos_easycaptchas_secimg` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_easycaptchas_secimg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_jforms_4fb20` -- DROP TABLE IF EXISTS `jos_jforms_4fb20`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_jforms_4fb20` ( `id` int(11) NOT NULL auto_increment, `Date` datetime NOT NULL default '0000-00-00 00:00:00', `IP` varchar(15) NOT NULL default '', `h1005` varchar(254) NOT NULL default '', `he6a3` varchar(254) NOT NULL default '', `h9aa4` varchar(254) NOT NULL default '', `h45ea` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_jforms_4fb20` -- LOCK TABLES `jos_jforms_4fb20` WRITE; /*!40000 ALTER TABLE `jos_jforms_4fb20` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_jforms_4fb20` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_jforms_fields` -- DROP TABLE IF EXISTS `jos_jforms_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_jforms_fields` ( `id` int(11) NOT NULL auto_increment, `pid` int(11) NOT NULL default '0', `type` varchar(20) NOT NULL default '', `position` int(12) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pid` (`pid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_jforms_fields` -- LOCK TABLES `jos_jforms_fields` WRITE; /*!40000 ALTER TABLE `jos_jforms_fields` DISABLE KEYS */; INSERT INTO `jos_jforms_fields` VALUES (1,1,'textbox',0),(2,1,'textbox',1),(3,1,'list',2),(4,1,'textarea',3),(5,1,'recaptcha',4),(6,1,'button',5); /*!40000 ALTER TABLE `jos_jforms_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_jforms_forms` -- DROP TABLE IF EXISTS `jos_jforms_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_jforms_forms` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `type` int(11) NOT NULL default '0', `plugins` varchar(100) NOT NULL default '', `state` tinyint(3) NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `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', `groups` varchar(255) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0', `thank` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_jforms_forms` -- LOCK TABLES `jos_jforms_forms` WRITE; /*!40000 ALTER TABLE `jos_jforms_forms` DISABLE KEYS */; INSERT INTO `jos_jforms_forms` VALUES (1,'Contact Us',0,'Mail,Database',1,'2009-03-12 11:24:14',62,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2009-03-12 00:00:00','0000-00-00 00:00:00','0,18,19,20,21,23,24,25',0,'Thank you for contacting Islamonmobile!'); /*!40000 ALTER TABLE `jos_jforms_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_jforms_parameters` -- DROP TABLE IF EXISTS `jos_jforms_parameters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_jforms_parameters` ( `id` int(11) NOT NULL auto_increment, `fid` int(11) NOT NULL default '0', `pid` int(11) NOT NULL default '0', `plugin_name` varchar(100) NOT NULL default '', `plugin_type` tinyint(4) NOT NULL default '0', `parameter_name` varchar(100) NOT NULL default '', `parameter_value` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_jforms_parameters` -- LOCK TABLES `jos_jforms_parameters` WRITE; /*!40000 ALTER TABLE `jos_jforms_parameters` DISABLE KEYS */; INSERT INTO `jos_jforms_parameters` VALUES (1,1,0,'Database',0,'tableName','4fb20'),(2,1,0,'Database',0,'fields','YTo0OntzOjU6ImgxMDA1IjtPOjg6InN0ZENsYXNzIjozOntzOjQ6InR5cGUiO3M6OToidGV4dGZpZWxkIjtzOjQ6InNpemUiO3M6MzoiMjU0IjtzOjk6InJlcXVpcmVmcyI7YjowO31zOjU6ImhlNmEzIjtPOjg6InN0ZENsYXNzIjozOntzOjQ6InR5cGUiO3M6OToidGV4dGZpZWxkIjtzOjQ6InNpemUiO3M6MzoiMjU0IjtzOjk6InJlcXVpcmVmcyI7YjowO31zOjU6Img5YWE0IjtPOjg6InN0ZENsYXNzIjozOntzOjQ6InR5cGUiO3M6OToidGV4dGZpZWxkIjtzOjQ6InNpemUiO3M6MzoiMjU0IjtzOjk6InJlcXVpcmVmcyI7YjowO31zOjU6Img0NWVhIjtPOjg6InN0ZENsYXNzIjozOntzOjQ6InR5cGUiO3M6OToidGV4dGZpZWxkIjtzOjQ6InNpemUiO3M6NToiMTAwMDAiO3M6OToicmVxdWlyZWZzIjtiOjA7fX0='),(3,1,0,'Mail',0,'SendAdmin','1'),(4,1,0,'Mail',0,'SendUser','1'),(5,1,0,'Mail',0,'AdminMail','wayne.thompson@diamatrix.co.za'),(6,1,0,'Mail',0,'AdminText','A new entry has been added to {FORM_NAME} and contains the following data {ENTRY_DATA}'),(7,1,0,'Mail',0,'ConfrimText','Your submission has been successfully received, Thank you'),(8,1,1,'textbox',1,'hash','h1005'),(9,1,1,'textbox',1,'lw','70'),(10,1,1,'textbox',1,'lh','16'),(11,1,1,'textbox',1,'cw','200'),(12,1,1,'textbox',1,'ch','16'),(13,1,1,'textbox',1,'required','1'),(14,1,1,'textbox',1,'maxLength','50'),(15,1,1,'textbox',1,'validation','NoValidation'),(16,1,1,'textbox',1,'altValidation',''),(17,1,1,'textbox',1,'isUserEmail',''),(18,1,2,'textbox',1,'hash','he6a3'),(19,1,2,'textbox',1,'lw','70'),(20,1,2,'textbox',1,'lh','16'),(21,1,2,'textbox',1,'cw','200'),(22,1,2,'textbox',1,'ch','16'),(23,1,2,'textbox',1,'required','1'),(24,1,2,'textbox',1,'maxLength','50'),(25,1,2,'textbox',1,'validation','Email'),(26,1,2,'textbox',1,'altValidation',''),(27,1,2,'textbox',1,'isUserEmail','1'),(28,1,3,'list',1,'hash','h9aa4'),(29,1,3,'list',1,'lw','50'),(30,1,3,'list',1,'lh','20'),(31,1,3,'list',1,'cw','70'),(32,1,3,'list',1,'ch','20'),(33,1,3,'list',1,'required','1'),(34,1,3,'list',1,'multi',''),(35,1,3,'list',1,'commonList','Manual'),(36,1,4,'textarea',1,'hash','h45ea'),(37,1,4,'textarea',1,'lw','70'),(38,1,4,'textarea',1,'lh','16'),(39,1,4,'textarea',1,'cw','200'),(40,1,4,'textarea',1,'ch','150'),(41,1,4,'textarea',1,'required',''),(42,1,4,'textarea',1,'maxLength','500'),(43,1,4,'textarea',1,'minLength','10'),(44,1,5,'recaptcha',1,'hash','h631a'),(45,1,5,'recaptcha',1,'publickey',''),(46,1,5,'recaptcha',1,'privatekey',''),(47,1,6,'button',1,'cw','70'),(48,1,6,'button',1,'ch','25'),(49,1,6,'button',1,'hash','hb582'),(50,1,6,'button',1,'func','Submit'),(51,1,6,'button',1,'clickTrigger',''); /*!40000 ALTER TABLE `jos_jforms_parameters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_jforms_tparameters` -- DROP TABLE IF EXISTS `jos_jforms_tparameters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_jforms_tparameters` ( `id` int(11) NOT NULL auto_increment, `fid` int(11) NOT NULL default '0', `pid` int(11) NOT NULL default '0', `plugin_name` varchar(100) NOT NULL default '', `plugin_type` tinyint(4) NOT NULL default '0', `parameter_name` varchar(100) NOT NULL default '', `parameter_value` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_jforms_tparameters` -- LOCK TABLES `jos_jforms_tparameters` WRITE; /*!40000 ALTER TABLE `jos_jforms_tparameters` DISABLE KEYS */; INSERT INTO `jos_jforms_tparameters` VALUES (1,1,1,'textbox',1,'label','Enter Your Name:'),(2,1,1,'textbox',1,'defaultValue',''),(3,1,2,'textbox',1,'label','Enter Your Email'),(4,1,2,'textbox',1,'defaultValue',''),(5,1,3,'list',1,'label','Choose Subject'),(6,1,3,'list',1,'elements','General Inquiry\\nSubscribe\\nUnsubscribe\\nCustomer Feedback/ Suggestion\\nCharity\\nOther'),(7,1,3,'list',1,'defaultValue','General Inquiry'),(8,1,4,'textarea',1,'label','Enter Message'),(9,1,4,'textarea',1,'defaultValue',''),(10,1,6,'button',1,'label','Submit'); /*!40000 ALTER TABLE `jos_jforms_tparameters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_menu` -- DROP TABLE IF EXISTS `jos_menu`; SET @saved_cs_client = @@character_set_client; 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=15 DEFAULT CHARSET=utf8; 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','home','index.php?option=com_content&view=article&id=6','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(2,'mainmenu','FAQ','faq-usa','index.php?option=com_content&view=article&id=3','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(3,'mainmenu','Terms & Conditions','terms-a-conditions','index.php?option=com_content&view=article&id=4','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(4,'mainmenu','RSA','rsa','index.php?option=com_content&view=article&id=6','component',1,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(5,'mainmenu','USA','usa','index.php?option=com_content&view=article&id=6','component',0,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(6,'menu2','Home','home','index.php?option=com_content&view=article&id=6','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(7,'menu2','FAQ','faq-usa','index.php?option=com_content&view=article&id=7','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(8,'menu2','Terms & Conditions','terms-a-conditions','index.php?option=com_content&view=article&id=8','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(9,'menu2','RSA','rsa','index.php?option=com_content&view=article&id=1','component',0,0,20,0,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=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(10,'menu2','USA','usa','index.php?option=com_content&view=article&id=1','component',0,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(11,'mainmenu','Contact Us','contact-us','index.php?option=com_contact&view=contact&id=1','component',-2,0,7,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(12,'menu2','Contact Us','contact-us','index.php?option=com_contact&view=contact&id=2','component',-2,0,7,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(13,'mainmenu','Contact Us','contact-art','index.php?option=com_artforms&formid=1','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(14,'menu2','Contact Us','contact-art','index.php?option=com_artforms&formid=1','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\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`; SET @saved_cs_client = @@character_set_client; 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=3 DEFAULT CHARSET=utf8; 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,'menu2','menu2',''); /*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_messages` -- DROP TABLE IF EXISTS `jos_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_migration_backlinks` ( `itemid` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=26 DEFAULT CHARSET=utf8; 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','',2,'left',0,'0000-00-00 00:00:00',0,'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,'intro','<!-- .style2 {font-size: 36px} .style4 {color: #FFCC00} .style5 {color: #ffcc00} --> <div align=\"center\"><strong>Islam on mobile</strong> gives you the opportunity to be <strong>inspired, reflective and guided</strong> in the on a <strong>daily basis</strong> via your <strong>cell phone</strong> wherever you may be. The service focuses on delivering <strong>daily, motivational Hadith and verses or Ayah from the Quran</strong> on a subscription basis to mobile phones (i.e. text alerts). Conveniently delivered, powerfully selected verses and messages to ensure that they may resonate with you on a daily basis; you may reflect, meditate and hopefully put into action in a <strong>meaningful and powerful way</strong> in your life.<br /> \r\n<br /> For every day advice on topics ranging from leadership, business transactions, etiquette, faith, charity, prayer (salaah or salaat), abundance, raising children and host of other topics <br /> </div>\r\n <div align=\"center\"> </div><div align=\"center\"><span class=\"style2\">text <span class=\"style4\">ISLAM</span> to <span class=\"style5\">90959</span></span><br /> </div>',0,'user2',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(17,'Subscription Form','<div align=\"center\">\r\n<!-- BEGIN WEBFORM -->\r\n<form name=\"webForm\" id=\"webForm\" onsubmit=\"return validateForm(this)\"><input type=\"hidden\" name=\"phpMyAdmin\" value=\"7c9683a017a18f979bb8f033a0159740\" />\r\n <p>\r\n Phone Number:(eg: 12125551212)\r\n <input id=\"msisdn\" name=\"msisdn\" value=\"Phone Number\" onfocus=\"if(this.value == \'Phone Number\') this.value = \'\'\" type=\"text\" />\r\n <br />\r\n $4.99 per month subscription<br />\r\n \r\n Carrier:\r\n <select id=\"carrier\" name=\"carrier\">\r\n <option value=\"31002\">\r\n AT&T</option>\r\n <option value=\"31003\">\r\n Verizon Wireless</option>\r\n <option value=\"31004\">\r\n T-Mobile®</option>\r\n <option value=\"31005\">\r\n Sprint</option>\r\n <option value=\"31006\">\r\n Cellular One/Dobson</option>\r\n <option value=\"31007\">\r\n Nextel</option>\r\n <option value=\"31008\">\r\n Boost</option>\r\n <option value=\"31009\">\r\n Alltel</option>\r\n <option value=\"31010\">\r\n Virgin Mobile</option>\r\n </select>\r\n <br />\r\n <input id=\"subscribe\" name=\"subscribe\" value=\"yes\" type=\"radio\" />\r\n Subscribe\r\n <input id=\"subscribe\" name=\"subscribe\" value=\"no\" type=\"radio\" />\r\n Unsubscribe<br />\r\n <input name=\"terms\" id=\"terms\" type=\"checkbox\" />\r\n <a class=\"form\" href=\"/terms.html?phpMyAdmin=7c9683a017a18f979bb8f033a0159740\" target=\"_blank\">I accept Terms and Conditions</a> <br /><br />\r\n <input id=\"button\" name=\"button\" value=\"Submit\" type=\"image\" src=\"../images/submit.gif?phpMyAdmin=7c9683a017a18f979bb8f033a0159740\" alt=\"Submit button\"/>\r\n <br />\r\n </p>\r\n</form>\r\n<!-- END WEBFORM -->\r\n</div>\r\n<div align=\"center\">\r\n<b> To unsubscribe, text: \'STOP\' to 90959</b> \r\n</div>\r\n<div align=\"center\">\r\n<b> Customer Care Number: 1-866-608-3549</b> \r\n</div><br> \r\n<div class=\"small\">All purchases must be authorised by the account holder. Charges are placed on your cell phone bill or deducted from your prepaid balance on your cell phone account. Customers will continue to be charged until the service is cancelled. Standard rates apply. </div>',0,'user1',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(23,'Intro SA','<!-- .style2 {font-size: 36px} .style4 {color: #FFCC00} .style5 {color: #ffcc00} --> <div align=\"center\">Islam on mobile gives you the opportunity to be inspired, reflective and guided in the on a daily basis via your cell phone wherever you may be. The service focuses on delivering daily, motivational Hadith and verses or Ayah from the Quran on a subscription basis to mobile phones (i.e. text alerts). Conveniently delivered, powerfully selected verses and messages to ensure that they may resonate with you on a daily basis; you may reflect, meditate and hopefully put into action in a meaningful and powerful way in your life.<br /> <br /> For every day advice on topics ranging from leadership, business transactions, etiquette, faith, charity, prayer (salaah or salaat), abundance, raising children and host of other topics <br /> </div><div align=\"center\"> </div>\r\n<div align=\"center\"><span class=\"style2\">text <span class=\"style4\">ISLAM</span> to <span class=\"style5\">31077</span></span><br /> </div>',2,'user2',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(19,'menu','',0,'top',0,'0000-00-00 00:00:00',1,'mod_swmenupro',0,0,0,'menutype=mainmenu\nmenustyle=gosumenu\nmoduleID=19\nlevels=0\nparentid=0\nparent_level=0\nhybrid=0\nactive_menu=0\ntables=0\ncssload=0\nsub_indicator=0\nselectbox_hack=0\nshow_shadow=0\ncache=0\ncache_time=1 hour\nmoduleclass_sfx=\neditor_hack=0\ntemplate=All\nlanguage=\ncomponent=All\n',0,0,''),(20,'Sa Subscription','<!-- .style2 {color: #FFCC00} --> <div align=\"center\">\r\n <p>To subscribe SMS - <span class=\"yellow\">"ISLAM" to 31077</span><br>\r\n R2.00/day (VAT incl) </p>\r\n <p>Our subscription services are available across all <br>\r\n South African mobile phone networks. <br>\r\n The relevant subscription rate will be billed to your phone account.<br /> \r\n </p>\r\n <p>To unsubscribe, sms: <span class=\"yellow\">\"Islam OFF\" to 31077 </span><br /> \r\n Customer Care Number: <span class=\"yellow\">+27 76 133 9975</span></p>\r\n</div>',2,'user1',0,'0000-00-00 00:00:00',1,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(21,'menu2','',0,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=menu2\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(22,'Menu2','',0,'top',0,'0000-00-00 00:00:00',1,'mod_swmenupro',0,0,0,'menutype=menu2\nmenustyle=gosumenu\nmoduleID=22\nlevels=0\nparentid=0\nparent_level=0\nhybrid=0\nactive_menu=0\ntables=0\ncssload=0\nsub_indicator=0\nselectbox_hack=0\nshow_shadow=0\ncache=0\ncache_time=1 hour\nmoduleclass_sfx=\neditor_hack=0\ntemplate=All\nlanguage=\ncomponent=All\n',0,0,''),(24,'Quote','Say: O Allah have mercy on me, and sustain me, and keep me well, and guide me.',0,'user3',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(25,'Quotes-newsflash','',0,'user3',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,0,'catid=2\nlayout=default\nimage=0\nlink_titles=\nshowLastSeparator=1\nreadmore=0\nitem_title=0\nitems=\nmoduleclass_sfx=\ncache=0\ncache_time=900\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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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),(16,2),(16,3),(16,10),(17,1),(17,2),(17,3),(17,10),(17,13),(18,0),(19,1),(19,2),(19,3),(19,10),(19,13),(20,4),(20,6),(20,7),(20,8),(20,14),(21,0),(22,4),(22,6),(22,7),(22,8),(22,14),(23,4),(23,6),(23,7),(23,8),(24,0),(25,0); /*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_newsfeeds` -- DROP TABLE IF EXISTS `jos_newsfeeds`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_plugins` -- DROP TABLE IF EXISTS `jos_plugins`; SET @saved_cs_client = @@character_set_client; 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=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_plugins` -- LOCK TABLES `jos_plugins` WRITE; /*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */; INSERT INTO `jos_plugins` VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE 2.0','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,1,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,'Tabs & Slides (in content items)','jwts','content',0,0,1,0,0,0,'0000-00-00 00:00:00','slides_slidespeed=30\nslides_timer=10\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`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_menu` -- DROP TABLE IF EXISTS `jos_poll_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_sections` -- DROP TABLE IF EXISTS `jos_sections`; SET @saved_cs_client = @@character_set_client; 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=2 DEFAULT CHARSET=utf8; 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,'Quotes-newsflash','','quotes-newsflash','','content','left','',1,0,'0000-00-00 00:00:00',1,0,1,''); /*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_session` -- DROP TABLE IF EXISTS `jos_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 ('','1369813873','577b5b59352d4654078124242d5778c9',1,0,'',0,0,NULL); /*!40000 ALTER TABLE `jos_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_stats_agents` -- DROP TABLE IF EXISTS `jos_stats_agents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_swmenu_config` -- DROP TABLE IF EXISTS `jos_swmenu_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_swmenu_config` ( `id` int(11) NOT NULL default '0', `main_top` smallint(8) default '0', `main_left` smallint(8) default '0', `main_height` smallint(8) default '20', `sub_border_over` varchar(30) default '0', `main_width` smallint(8) default '100', `sub_width` smallint(8) default '100', `main_back` varchar(7) default '#4682B4', `main_over` varchar(7) default '#5AA7E5', `sub_back` varchar(7) default '#4682B4', `sub_over` varchar(7) default '#5AA7E5', `sub_border` varchar(30) default '#FFFFFF', `main_font_size` smallint(8) default '0', `sub_font_size` smallint(8) default '0', `main_border_over` varchar(30) default '0', `sub_font_color` varchar(7) default '#000000', `main_border` varchar(30) default '#FFFFFF', `main_font_color` varchar(7) default '#000000', `sub_font_color_over` varchar(7) default '#FFFFFF', `main_font_color_over` varchar(7) default '#FFFFFF', `main_align` varchar(8) default 'left', `sub_align` varchar(8) default 'left', `sub_height` smallint(7) default '20', `position` varchar(10) default 'absolute', `orientation` varchar(20) default 'horizontal', `font_family` varchar(50) default 'Arial', `font_weight` varchar(10) default 'normal', `font_weight_over` varchar(10) default 'normal', `level2_sub_top` int(11) default '0', `level2_sub_left` int(11) default '0', `level1_sub_top` int(11) NOT NULL default '0', `level1_sub_left` int(11) NOT NULL default '0', `main_back_image` varchar(100) default NULL, `main_back_image_over` varchar(100) default NULL, `sub_back_image` varchar(100) default NULL, `sub_back_image_over` varchar(100) default NULL, `specialA` varchar(50) default '80', `main_padding` varchar(40) default '0px 0px 0px 0px', `sub_padding` varchar(40) default '0px 0px 0px 0px', `specialB` varchar(100) default '50', `sub_font_family` varchar(50) default 'Arial', `extra` mediumtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_swmenu_config` -- LOCK TABLES `jos_swmenu_config` WRITE; /*!40000 ALTER TABLE `jos_swmenu_config` DISABLE KEYS */; INSERT INTO `jos_swmenu_config` VALUES (19,0,0,0,'1px solid #000000',0,0,'#666666','#FFCC00','#666666','#FFCC00','0px solid #FFFFFF',12,12,'1px solid #464646','#E18246','0px solid #FFFFFF','#FFFFFF','#FF9900','#FFFFFF','left','left',0,'center','horizontal','Arial, Helvetica, sans-serif','bold','bold',0,-1,-1,0,'','','','','85','5px 5px 5px 5px','5px 5px 5px 5px','50','Arial, Helvetica, sans-serif',NULL),(22,0,0,0,'1px solid #000000',0,0,'#666666','#FFCC00','#666666','#FFCC00','0px solid #FFFFFF',12,12,'1px solid #000000','#E18246','0px solid #FFFFFF','#FFFFFF','#FF9900','#FFFFFF','left','left',0,'left','horizontal','Arial, Helvetica, sans-serif','bold','bold',0,-1,-1,0,'','','','','85','5px 5px 5px 5px','5px 5px 5px 5px','50','Arial, Helvetica, sans-serif',NULL); /*!40000 ALTER TABLE `jos_swmenu_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_swmenu_extended` -- DROP TABLE IF EXISTS `jos_swmenu_extended`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_swmenu_extended` ( `ext_id` int(11) NOT NULL auto_increment, `menu_id` int(11) NOT NULL default '0', `image` varchar(100) default NULL, `image_over` varchar(100) default NULL, `moduleID` int(11) NOT NULL default '0', `show_name` int(2) NOT NULL default '1', `image_align` varchar(20) NOT NULL default 'left', `target_level` int(11) NOT NULL default '1', `normal_css` mediumtext, `over_css` mediumtext, `show_item` int(11) NOT NULL default '1', `extra` mediumtext, PRIMARY KEY (`ext_id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_swmenu_extended` -- LOCK TABLES `jos_swmenu_extended` WRITE; /*!40000 ALTER TABLE `jos_swmenu_extended` DISABLE KEYS */; INSERT INTO `jos_swmenu_extended` VALUES (1,1,'','',19,1,'',1,'','',1,''),(2,2,'','',19,1,'',1,'','',1,''),(3,1,'','',22,1,'',1,'','',1,''),(4,2,'','',22,1,'',1,'','',1,''),(5,3,'','',22,1,'',1,'','',1,''),(6,4,'','',22,1,'',1,'','',1,''),(7,6,'','',22,1,'',1,'','',1,''),(8,7,'','',22,1,'',1,'','',1,''),(9,8,'','',22,1,'',1,'','',1,''),(10,10,'','',22,1,'',1,'','',1,''),(11,3,'','',19,1,'',1,'','',1,''),(12,11,'','',19,1,'',1,'','',1,''),(13,4,'','',19,1,'',1,'','',1,''); /*!40000 ALTER TABLE `jos_swmenu_extended` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_templates_menu` -- DROP TABLE IF EXISTS `jos_templates_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 ('islam',0,0),('diamatrixadmin',0,1),('islam2',2,0),('islam2',3,0),('islam2',7,0),('islam2',8,0),('islam2',13,0),('islam2',14,0); /*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_users` -- DROP TABLE IF EXISTS `jos_users`; SET @saved_cs_client = @@character_set_client; 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=64 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_users` -- LOCK TABLES `jos_users` WRITE; /*!40000 ALTER TABLE `jos_users` DISABLE KEYS */; INSERT INTO `jos_users` VALUES (62,'Administrator','admin','wayne.thompson@diamatrix.co.za','f43fafe3e7131818d1367ddb8896b5ff:X3JEcMXLPzmt6FqsBhY5utHEjJOSV0Jj','Super Administrator',0,1,25,'2009-03-02 15:17:42','2012-09-26 21:27:59','f90528f1a90eae6f506521eb93765398',''),(63,'herman','herman','herman@helanetwork.com','1444e16030b9fcadb7b95f8c2f03f797:deOu5S8OpZJWWQPzBljrvkd9LxiCBRS8','Administrator',0,0,24,'2009-04-02 13:43:35','2009-05-06 07:33:54','','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`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'islamd8a' -- DELIMITER ;; DELIMITER ; /*!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 2013-05-29 9:21:25