0byt3m1n1
Path:
/
data
/
0
/
0
/
86
/
153
/
86153
/
meta
/
87502
/
mysql.backup
/
[
Home
]
File: storesite.mysql9.bak.sql
-- MySQL dump 10.11 -- -- Host: mysql9 Database: storesite -- ------------------------------------------------------ -- Server version 4.1.22-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; 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(10) NOT NULL default 'banner', `name` varchar(50) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_banner` -- LOCK TABLES `jos_banner` WRITE; /*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */; INSERT INTO `jos_banner` VALUES (1,1,'banner','OSM 1',0,43,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',0,0,'0000-00-00 00:00:00',NULL,NULL),(2,1,'banner','OSM 2',0,51,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',0,0,'0000-00-00 00:00:00',NULL,NULL),(3,1,'','InShape Padding',0,6101,34,'inshapebanner.gif','http://www.inshapepadding.com','2008-01-03 22:32:30',1,0,'0000-00-00 00:00:00',NULL,''); /*!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(60) NOT NULL default '', `contact` varchar(60) NOT NULL default '', `email` varchar(60) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_bannerclient` -- LOCK TABLES `jos_bannerclient` WRITE; /*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */; INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL); /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_bannerfinish` -- DROP TABLE IF EXISTS `jos_bannerfinish`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_bannerfinish` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default '', `name` varchar(50) NOT NULL default '', `impressions` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(50) NOT NULL default '', `datestart` datetime default NULL, `dateend` datetime default NULL, PRIMARY KEY (`bid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_bannerfinish` -- LOCK TABLES `jos_bannerfinish` WRITE; /*!40000 ALTER TABLE `jos_bannerfinish` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_bannerfinish` 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(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(10) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_section` (`section`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_categories` -- LOCK TABLES `jos_categories` WRITE; /*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */; INSERT INTO `jos_categories` VALUES (1,0,'Latest','Latest News','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',0,0,1,''),(2,0,'Joomla!','Joomla!','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(3,0,'Newsflash','Newsflash','','2','left','',0,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(4,0,'Joomla!','Joomla!','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Business: general','Business: general','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(7,0,'Examples','Example FAQs','key.jpg','3','left','Here you will find an example set of FAQs.',1,62,'2008-06-04 21:47:48',NULL,0,0,2,''),(9,0,'Finance','Finance','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(10,0,'Linux','Linux','','com_newsfeeds','left','<br />\r\n',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(11,0,'Internet','Internet','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(12,0,'Contacts','Contacts','','com_contact_details','left','Contact Details for this website',1,0,'0000-00-00 00:00:00',NULL,0,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, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=latin1; 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,''),(2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''),(3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/globe2.png',0,''),(5,'Web Link Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''),(6,'Web Link Categories','',0,4,'option=categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/user.png',1,''),(8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,''),(9,'Contact Categories','',0,7,'option=categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''),(10,'Front Page','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''),(15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''),(16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,''),(19,'VirtueMart','option=com_virtuemart',0,0,'option=com_virtuemart','VirtueMart','com_virtuemart',0,'../administrator/components/com_virtuemart/favicon.ico',0,''),(20,'virtuemart_version','',0,9999,'','','',0,'',0,'RELEASE=1.0.13a\nDEV_STATUS=stable'); /*!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(100) NOT NULL default '', `con_position` varchar(50) default NULL, `address` text, `suburb` varchar(50) default NULL, `state` varchar(20) default NULL, `country` varchar(50) default NULL, `postcode` varchar(10) default NULL, `telephone` varchar(25) default NULL, `fax` varchar(25) default NULL, `misc` mediumtext, `image` varchar(100) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(100) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; 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,'Don Magruder','President of InShape Enterprises','924 Nabbs Creek Road,','Glen Burnie','MD','USA','21060','(410) 360-6367','(410) 360-6307','InShape Padding has been owned and operated by Don Magruder for over 25 years. His workshop fits the needs of his customers by allowing him the versatility to recreate any type of pad, from old machines to the most up to date models. \r\n\r\nIt is a small operation, which allows Don to offer much lower prices with absolutely no lapse in quality. Pads made by InShape padding are almost indistinguishable from the orginal padding that comes with the machine. We also have mounting hardware available should you need it. \r\n\r\nInShape has a stock of padding patterns from almost every machine available, virtually eliminating the need to measure the exsisting pad. However, should you need a pad that we do not have a pattern for, we will provide you with a detailed description of the dimensions needed so that we can provide you with the pad you need. \r\n','contactimage.gif','top','inshapepadding@yahoo.com',0,1,0,'0000-00-00 00:00:00',1,'menu_image=-1\npageclass_sfx=\nprint=\nback_button=\nname=1\nposition=1\nemail=1\nstreet_address=1\nsuburb=1\nstate=1\ncountry=1\npostcode=1\ntelephone=1\nfax=1\nmisc=1\nimage=1\nvcard=0\nemail_description=1\nemail_description_text=\nemail_form=1\nemail_copy=0\ndrop_down=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=',0,12,0); /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; 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(100) NOT NULL default '', `title_alias` varchar(100) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(100) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_mask` (`mask`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_content` -- LOCK TABLES `jos_content` WRITE; /*!40000 ALTER TABLE `jos_content` DISABLE KEYS */; INSERT INTO `jos_content` VALUES (1,'Welcome to In Shape Padding!','Welcome','<h4>We've been making replacement pads for fitness equipment for over 25 years!</h4><ul><ul><ul><ul><li><h6 align=\"left\">Savings of 20%-70% off original pads </h6></li><li><h6 align=\"left\">Exceptional Customer Service with Satisfaction Guaranteed </h6></li><li><h6 align=\"left\">Only top grade materials and Naugahyde Brand fabric used </h6></li><li><h6 align=\"left\">Any Pads Duplicated </h6></li><li><h6 align=\"left\">Remodeling? Complete In-House Color change-over </h6></li></ul></ul></ul></ul>','',1,1,0,1,'2008-01-08 00:00:00',62,'Don Magruder','2008-01-08 23:16:06',62,62,'2008-06-04 21:46:38','2004-01-01 00:00:00','0000-00-00 00:00:00','asterisk.png|left|Joomla! Logo|1|Example Caption|bottom|center|120','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=\nkeyref=\ndocbook_type=',6,0,1,'','',0,1),(2,'Newsflash 1','','','',1,2,0,3,'2004-08-09 08:30:34',62,'','2008-01-08 23:19:42',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,1,'','',0,0),(3,'Newsflash 2','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.','',1,2,0,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,2,'','',0,0),(4,'Newsflash 3','','Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn\'t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.','',1,2,0,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,1),(5,'Joomla! License Guidelines','','<p>This website is powered by <a href=\"http://www.joomla.org/\">Joomla!</a> The software and default templates on which it runs are Copyright 2005 <a href=\"http://www.opensourcematters.org/\">Open Source Matters</a>. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.</p><p>If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC1\">GNU General Public License</a>. If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC4\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/gpl-faq.html\">\'GNU General Public License FAQ\'</a>.</p>','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,62,'2008-06-04 21:46:04','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,10),(6,'Example News Item 1','News1','{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum.','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:05:05',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0','','',1,0,0,'','',0,4),(7,'Example News Item 2','News2','<p>{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:11:30',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/bun.jpg|right||0','','',1,0,0,'','',0,2),(8,'Example News Item 3','News3','<p>{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','',-2,1,0,1,'2004-04-12 11:54:06',62,'','2004-07-07 18:08:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/pears.jpg|right||0','','',1,0,0,'','',0,1),(9,'Example News Item 4','News4','<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n{mospagebreak}<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n{mospagebreak}<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0','','',1,0,0,'','',0,6),(10,'Custom Made Pads','Custom Made Pads','<ul><li><div align=\"left\"><strong>What if the Pad I need is not listed in the store?</strong></div></li></ul><p align=\"left\">No Worries! Contact us directly and we will talk you through how to measure your exsisting pad so we can make a duplicate for you! </p><p align=\"left\"> </p>','',1,3,0,7,'2004-05-12 11:54:06',62,'','2008-01-03 20:40:55',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,1,'','',0,21),(11,'Example FAQ Item 2','FAQ2','<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,3,0,7,'2004-05-12 11:54:06',62,'Web master','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0','','',1,0,0,'','',0,10); /*!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=latin1; 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 (1,1),(2,2),(5,3); /*!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=latin1; 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` ( `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 (`aro_id`), UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; 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,'Don',0),(12,'users','64',0,'Sarah Jennings',0),(13,'users','65',0,'fghfghfg hfghfghfg',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` ( `group_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', PRIMARY KEY (`group_id`), KEY `parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; 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),(28,17,'USERS',2,21),(29,28,'Public Frontend',3,12),(18,29,'Registered',4,11),(19,18,'Author',5,10),(20,19,'Editor',6,9),(21,20,'Publisher',7,8),(30,28,'Public Backend',13,20),(23,30,'Manager',14,19),(24,23,'Administrator',15,18),(25,24,'Super Administrator',16,17); /*!40000 ALTER TABLE `jos_core_acl_aro_groups` 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` ( `section_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 (`section_id`), UNIQUE KEY `value_aro_sections` (`value`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `hidden_aro_sections` (`hidden`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; 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=latin1; 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 (18,'',12),(18,'',13),(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=latin1; 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=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_core_log_searches` -- LOCK TABLES `jos_core_log_searches` WRITE; /*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; 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=latin1; 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_mambots` -- DROP TABLE IF EXISTS `jos_mambots`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_mambots` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_mambots` -- LOCK TABLES `jos_mambots` WRITE; /*!40000 ALTER TABLE `jos_mambots` DISABLE KEYS */; INSERT INTO `jos_mambots` VALUES (1,'MOS Image','mosimage','content',0,-10000,1,1,0,0,'0000-00-00 00:00:00',''),(2,'MOS Pagination','mospaging','content',0,10000,1,1,0,0,'0000-00-00 00:00:00',''),(3,'Legacy Mambot Includer','legacybots','content',0,1,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,3,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(6,'Search Content','content.searchbot','search',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(7,'Search Weblinks','weblinks.searchbot','search',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(8,'Code support','moscode','content',0,2,0,0,0,0,'0000-00-00 00:00:00',''),(9,'No WYSIWYG Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced'),(11,'MOS Image Editor Button','mosimage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(12,'MOS Pagebreak Editor Button','mospage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(13,'Search Contacts','contacts.searchbot','search',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Search Categories','categories.searchbot','search',0,4,1,0,0,0,'0000-00-00 00:00:00',''),(15,'Search Sections','sections.searchbot','search',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(16,'Email Cloaking','mosemailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(18,'Search Newsfeeds','newsfeeds.searchbot','search',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(19,'Load Module Positions','mosloadposition','content',0,6,1,0,0,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `jos_mambots` 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(25) default NULL, `name` varchar(100) default NULL, `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; 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','index.php?option=com_frontpage','components',1,0,10,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'leading=1\r\nintro=2\r\nlink=1\r\nimage=1\r\npage_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0\r\nemail=0\r\nback_button=0'),(2,'mainmenu','News','index.php?option=com_content&task=section&id=1','content_section',0,0,1,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''),(3,'mainmenu','Contact Us','index.php?option=com_contact','components',1,0,7,0,6,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',0,0,4,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=web_links.jpg\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='),(5,'mainmenu','Search','index.php?option=com_search','components',1,0,16,0,7,0,'0000-00-00 00:00:00',0,0,0,3,''),(6,'mainmenu','Joomla! License','index.php?option=com_content&task=view&id=5','content_typed',0,0,5,0,2,0,'0000-00-00 00:00:00',0,0,0,0,''),(7,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',0,0,12,0,8,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='),(8,'mainmenu','Wrapper','index.php?option=com_wrapper','wrapper',0,0,0,0,10,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nurl=www.joomla.org'),(9,'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',0,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=A blog of all sections with no images\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=0\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nsectionid='),(10,'othermenu','Joomla! Home','http://www.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(11,'othermenu','Joomla! Forums','http://forum.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(12,'othermenu','OSM Home','http://www.opensourcematters.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(24,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(21,'usermenu','Your Details','index.php?option=com_user&task=UserDetails','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,''),(13,'usermenu','Submit News','index.php?option=com_content&task=new§ionid=1&Itemid=0','url',0,0,0,0,2,0,'0000-00-00 00:00:00',0,0,1,2,''),(14,'usermenu','Submit WebLink','index.php?option=com_weblinks&task=new','url',0,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''),(15,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',0,0,0,0,5,0,'0000-00-00 00:00:00',0,0,1,2,''),(16,'usermenu','Logout','index.php?option=com_login','components',1,0,15,0,5,0,'0000-00-00 00:00:00',0,0,1,3,''),(17,'topmenu','Home','index.php','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(18,'topmenu','Contact Us','index.php?option=com_contact&Itemid=3','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''),(19,'topmenu','News','index.php?option=com_content&task=section&id=1&Itemid=2','url',0,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''),(20,'topmenu','Links','index.php?option=com_weblinks&Itemid=23','url',0,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(25,'mainmenu','FAQs','index.php?option=com_content&task=category§ionid=3&id=7','content_category',1,0,7,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\ntitle=1\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1'); /*!40000 ALTER TABLE `jos_menu` 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` varchar(230) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; 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=latin1; 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_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(10) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=latin1; 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,'Polls','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'',0,0),(2,'User Menu','',4,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0),(3,'Main Menu','',2,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'class_sfx=\nmoduleclass_sfx=\nmenutype=mainmenu\nmenu_style=vert_indent\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=',1,0),(4,'Login Form','',5,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',7,'left',0,'0000-00-00 00:00:00',0,'mod_rssfeed',0,0,1,'',1,0),(6,'Latest News','',4,'user1',0,'0000-00-00 00:00:00',0,'mod_latestnews',0,0,1,'',1,0),(7,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0),(8,'Who\'s Online','',1,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0),(9,'Popular','',6,'user2',0,'0000-00-00 00:00:00',0,'mod_mostread',0,0,1,'',0,0),(10,'Template Chooser','',8,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',9,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',10,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0),(13,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',0,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0),(14,'Related Items','',11,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0),(15,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'',0,0),(16,'Random Image','',9,'right',0,'0000-00-00 00:00:00',1,'mod_random_image',0,0,1,'',0,0),(17,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0),(18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0),(19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1),(20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1),(21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1),(22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1),(23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1),(24,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,99,1,'',1,1),(25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1),(26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1),(27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1),(28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1),(29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1),(30,'Other Menu','',3,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0),(31,'Wrapper','',12,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0),(32,'Logged','',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,99,1,'',0,1),(33,'InShape Padding Online Store','',1,'left',0,'0000-00-00 00:00:00',1,'mod_virtuemart',0,0,1,'cache=0\nclass_sfx=\nmoduleclass_sfx=\npretext=\nshow_login_form=no\nshow_categories=yes\nshow_listall=yes\nshow_minicart=yes\nshow_productsearch=yes\nshow_product_parameter_search=no\nmenutype=links\njscook_type=menu\njscookMenu_style=ThemeOffice\nmenu_orientation=hbr\njscookTree_style=ThemeXP\nroot_label=Shop',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=latin1; 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,1),(2,0),(3,0),(4,1),(5,1),(6,1),(6,2),(6,4),(6,27),(6,36),(8,1),(9,1),(9,2),(9,4),(9,27),(9,36),(10,1),(13,0),(15,0),(17,0),(18,0),(30,0),(33,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, `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_newsfeeds` -- LOCK TABLES `jos_newsfeeds` WRITE; /*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */; INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! - Official News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','',1,5,3600,0,'0000-00-00 00:00:00',8),(4,2,'Joomla! - Community News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33','',1,5,3600,0,'0000-00-00 00:00:00',9),(10,4,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',1,3,3600,0,'0000-00-00 00:00:00',1),(5,5,'Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',2),(11,6,'Web Developer News','http://headlines.internet.com/internetnews/wd-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',3),(10,7,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',1,3,3600,0,'0000-00-00 00:00:00',4),(10,8,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',5),(10,9,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',6),(9,10,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',7); /*!40000 ALTER TABLE `jos_newsfeeds` 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(4) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_poll_data` -- LOCK TABLES `jos_poll_data` WRITE; /*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */; INSERT INTO `jos_poll_data` VALUES (1,14,'Absolutely simple',1),(2,14,'Reasonably easy',0),(3,14,'Not straight-forward but I worked it out',0),(4,14,'I had to install extra server stuff',0),(5,14,'I had no idea and got my friend to do it',0),(6,14,'My dog ran away with the README ...',0),(7,14,'',0),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0); /*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; 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=latin1; 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=latin1; 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 */; INSERT INTO `jos_poll_menu` VALUES (14,1); /*!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(100) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_polls` -- LOCK TABLES `jos_polls` WRITE; /*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */; INSERT INTO `jos_polls` VALUES (14,'This Joomla! installation was ....',1,0,'0000-00-00 00:00:00',1,0,86400); /*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_sections` -- DROP TABLE IF EXISTS `jos_sections`; 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(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `scope` varchar(50) NOT NULL default '', `image_position` varchar(10) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_sections` -- LOCK TABLES `jos_sections` WRITE; /*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */; INSERT INTO `jos_sections` VALUES (1,'News','The News','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',1,0,1,''),(2,'Newsflashes','Newsflashes','','content','left','',0,0,'0000-00-00 00:00:00',2,0,1,'imagefolders=*1*'),(3,'FAQs','Frequently Asked Questions','pastarchives.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',3,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(50) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `whosonline` (`guest`,`usertype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; 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 ('','1225012067','31ebdb41ad9064c1117383e870577d46',1,0,'',0); /*!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=latin1; 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_template_positions` -- DROP TABLE IF EXISTS `jos_template_positions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_template_positions` ( `id` int(11) NOT NULL auto_increment, `position` varchar(10) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_template_positions` -- LOCK TABLES `jos_template_positions` WRITE; /*!40000 ALTER TABLE `jos_template_positions` DISABLE KEYS */; INSERT INTO `jos_template_positions` VALUES (1,'left',''),(2,'right',''),(3,'top',''),(4,'bottom',''),(5,'inset',''),(6,'banner',''),(7,'header',''),(8,'footer',''),(9,'newsflash',''),(10,'legals',''),(11,'pathway',''),(12,'toolbar',''),(13,'cpanel',''),(14,'user1',''),(15,'user2',''),(16,'user3',''),(17,'user4',''),(18,'user5',''),(19,'user6',''),(20,'user7',''),(21,'user8',''),(22,'user9',''),(23,'advert1',''),(24,'advert2',''),(25,'advert3',''),(26,'icon',''),(27,'debug',''); /*!40000 ALTER TABLE `jos_template_positions` 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(50) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`template`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; 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 ('madeyourweb',0,0),('joomla_admin',0,1); /*!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(50) NOT NULL default '', `username` varchar(25) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=latin1; 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','sewsarahsew@yahoo.com','0458fbfc6e928b4d606dd3dc29a81385:Uim1pKtt0mjaKUqu','Super Administrator',0,1,25,'2008-01-03 16:25:02','2008-10-08 20:36:20','','editor=\nexpired=\nexpired_time='),(63,'Don','inshapepadding','inshape@peoplepc.com','620b29d2831cc43e03e56165dec6da96:W1MrbUe44DJIKjwh','Administrator',0,0,24,'2008-01-03 19:11:01','0000-00-00 00:00:00','','editor='),(64,'Sarah Jennings','seriouslyjennings@gmail.c','seriouslyjennings@gmail.com','1092a11c2356aedd564e56950976aae2:H4xhjEVH8hxnJUpM','Registered',0,0,18,'2008-01-07 14:44:15','2008-01-20 14:19:02','',''),(65,'fghfghfg hfghfghfg','dxfsdf@hotmail.com','dxfsdf@hotmail.com','8a661a4941107e851f40acb14a1ee40c','Registered',1,0,18,'2008-10-26 05:07:45','0000-00-00 00:00:00','ab8c95a8a68501d09a55c100b4ca5b39',''); /*!40000 ALTER TABLE `jos_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_usertypes` -- DROP TABLE IF EXISTS `jos_usertypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_usertypes` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `mask` varchar(11) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_usertypes` -- LOCK TABLES `jos_usertypes` WRITE; /*!40000 ALTER TABLE `jos_usertypes` DISABLE KEYS */; INSERT INTO `jos_usertypes` VALUES (0,'superadministrator',''),(1,'administrator',''),(2,'editor',''),(3,'user',''),(4,'author',''),(5,'publisher',''),(6,'manager',''); /*!40000 ALTER TABLE `jos_usertypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_affiliate` -- DROP TABLE IF EXISTS `jos_vm_affiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_affiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `active` char(1) NOT NULL default 'N', `rate` int(11) NOT NULL default '0', PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Used to store affiliate user entries'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_affiliate` -- LOCK TABLES `jos_vm_affiliate` WRITE; /*!40000 ALTER TABLE `jos_vm_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_affiliate_sale` -- DROP TABLE IF EXISTS `jos_vm_affiliate_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_affiliate_sale` ( `order_id` int(11) NOT NULL default '0', `visit_id` varchar(32) NOT NULL default '', `affiliate_id` int(11) NOT NULL default '0', `rate` int(2) NOT NULL default '0', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores orders that affiliates have placed'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_affiliate_sale` -- LOCK TABLES `jos_vm_affiliate_sale` WRITE; /*!40000 ALTER TABLE `jos_vm_affiliate_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_affiliate_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_auth_user_vendor` -- DROP TABLE IF EXISTS `jos_vm_auth_user_vendor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_auth_user_vendor` ( `user_id` int(11) default NULL, `vendor_id` int(11) default NULL, KEY `idx_auth_user_vendor_user_id` (`user_id`), KEY `idx_auth_user_vendor_vendor_id` (`vendor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Maps a user to a vendor'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_auth_user_vendor` -- LOCK TABLES `jos_vm_auth_user_vendor` WRITE; /*!40000 ALTER TABLE `jos_vm_auth_user_vendor` DISABLE KEYS */; INSERT INTO `jos_vm_auth_user_vendor` VALUES (62,1),(64,1),(65,1); /*!40000 ALTER TABLE `jos_vm_auth_user_vendor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_category` -- DROP TABLE IF EXISTS `jos_vm_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_category` ( `category_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) NOT NULL default '0', `category_name` varchar(128) NOT NULL default '', `category_description` text, `category_thumb_image` varchar(255) default NULL, `category_full_image` varchar(255) default NULL, `category_publish` char(1) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `category_browsepage` varchar(255) NOT NULL default 'browse_1', `products_per_row` tinyint(2) NOT NULL default '1', `category_flypage` varchar(255) default NULL, `list_order` int(11) default NULL, PRIMARY KEY (`category_id`), KEY `idx_category_vendor_id` (`vendor_id`), KEY `idx_category_name` (`category_name`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COMMENT='Product Categories are stored here'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_category` -- LOCK TABLES `jos_vm_category` WRITE; /*!40000 ALTER TABLE `jos_vm_category` DISABLE KEYS */; INSERT INTO `jos_vm_category` VALUES (1,1,'Body Masters','<p>Body Masters</p>','67a2250f3fead2f82650f2460d6f54ec.jpg','da9360b3567a379a8d2c8232a01768e3.jpg','Y',950319905,1200323775,'browse_3',3,'',1),(2,1,'Cybex','<p>Cybex</p>','bce1928c35ec43a1e17dd92765443230.jpg','124c9b9f26a1f240b1c6e0ddadc68df5.jpg','Y',950319916,1200323816,'browse_4',4,'',2),(3,1,'Precor','<p>Precor</p>','8cc84aa05e5f135c55bdbdf2e3abc55a.jpg','3828d3395ace5ccd66501667baee13ee.jpg','Y',950321122,1200323982,'browse_2',2,'shop.garden_flypage',10),(7,1,'Precor 205 : Bicep Curl Machine','Precor 205 : Bicep Curl Machine','f1a891e79bb9cec224a5a0f8b6aff2a5.gif','d178d99eb79802bcfca35959db845f98.gif','Y',1199846712,1199847375,'browse_1',1,'shop.flypage',2),(6,1,'Precor 204: Camber Curl Machine','Precor 204: Camber Curl Machine','f289e5191006d0fd0ed7266ec85f1cbc.gif','12106bca869668c0dd35aa858cb86417.gif','Y',1199406377,1199406377,'browse_1',1,'shop.flypage',1),(8,1,'Precor 208 : Seated Triceps Extension Machine','Precor 208 : Seated Triceps Extension Machine','2818ae6ef10576ee8ad91046a33bee83.gif','39f082087683b6dd4f24dc5e52f23b94.gif','Y',1199846796,1199847396,'browse_1',1,'shop.flypage',3),(9,1,'Precor 210 : Seated Triceps - Flat','Precor 210 : Seated Triceps - Flat','10a7b0c096c441cd8e368536676e885e.gif','19f11871ca08b234d7e0428f961d87ea.gif','Y',1199846877,1199847414,'browse_1',1,'shop.flypage',4),(10,1,'Precor 215 : Seated Dip Machine','Precor 215 : Seated Dip Machine','b7a7b6fe7cde616d969665e5ebac81fe.gif','a7add50c1c83a4dc61a9e66cfd0dc325.gif','Y',1199846971,1199847441,'browse_1',1,'shop.flypage',5),(11,1,'Precor 302 : Long Dip Machine','Precor 302 : Long Dip Machine','9f65de0cd1d4fdeeee20143839fcd9a6.gif','64bf856b84eab02f762c347109ba43f9.gif','Y',1199847349,1199847349,'browse_1',1,'shop.flypage',6),(12,1,'Precor 304 : Pulldown Machine','Precor 304 : Pulldown Machine','d8e8183ae8c48c29294b583866207566.gif','91fa5608e8991c5903beb277e194e52b.gif','Y',1199847514,1199847514,'browse_1',1,'shop.flypage',7),(13,1,'Precor 309 : Vertical Row Machine','Precor 309 : Vertical Row Machine','aa95718072523ebe6f3a06fc232cbce0.gif','8aa22a73e1a92ce4ab5ac7f43bb5bc8e.gif','Y',1199847641,1199847751,'browse_1',1,'shop.flypage',8),(14,1,'Precor 310 : Seated Row Machine','Precor 310 : Seated Row Machine','cbb523ac57895ec2edf0f55d5a22d3d6.gif','a91729e806aa0ea56c9dadde88a4d136.gif','Y',1199847930,1199847930,'browse_1',1,'shop.flypage',9),(15,1,'Precor 313 : Back Extension Machine','Precor 313 : Back Extension Machine','42bc1f1f47ae96235b4d229564cc53fc.gif','c3546122b0d4b1329c215b6a8c74acd5.gif','Y',1199848016,1199848016,'browse_1',1,'shop.flypage',10),(16,1,'Precor 320 : Chin Assist Machine','Precor 320 : Chin Assist Machine','029d94a58be83b54b156d062618a3f8d.gif','b219021ef8d82563811a9b1e97586154.gif','Y',1199848106,1199848106,'browse_1',1,'shop.flypage',11),(17,1,'Precor 402 : Incline Press Machine','Precor 402 : Incline Press Machine','c4154ab71a2c999b70db2fe8c8c98e9f.gif','d45f51c937126ca4101cbb65a6c2783e.gif','Y',1199848203,1199848203,'browse_1',1,'shop.flypage',12),(18,1,'Precor 404 : Vertical Press Machine','Precor 404 : Vertical Press Machine','562b47a8ac832feaa2b9a5fe798f3e7d.gif','5320597090c04af7ca330c431883a49d.gif','Y',1199848355,1199848355,'browse_1',1,'shop.flypage',13),(19,1,'Precor 405 : Vertical Pec Deck Machine','Precor 405 : Vertical Pec Deck Machine','6b332efb130ff015acbd99b80b245d52.gif','0c9050dd185751c59fee5d016f9ea0fd.gif','Y',1199848456,1199848456,'browse_1',1,'shop.flypage',14),(20,1,'FreeMotion / Epic Strength','','f8a9640ad1c7e89e5c3497341b9c552c.jpg','f28e92096395d7aa4665999e2df2c9c5.jpg','Y',1199848671,1200323831,'browse_1',1,'shop.flypage',3),(21,1,'Hammer','','06845af50307b039d8770aedc7802e32.gif','e880051a419513effe1c1bf9db4a332a.gif','Y',1199848719,1200323885,'browse_1',1,'shop.flypage',4),(22,1,'Hoist','','fe7326dea9c756d14c30fb0d7e060fb0.gif','ce2ce936f54b5d9c135ad009fb337ebf.gif','Y',1199848744,1200323900,'browse_1',1,'shop.flypage',5),(23,1,'Icarian','','7a9cc522ff3cfc3a7066f7d4fa383da6.gif','adf3d8096bd2b456e1934e06100f7e97.gif','Y',1199848777,1200323915,'browse_1',1,'shop.flypage',6),(24,1,'Keiser','','ca859921b995e5e93b89e7beadd03532.gif','a04d3ffa51225ca0e776db9df35b0bcb.gif','Y',1199848801,1200323933,'browse_1',1,'shop.flypage',7),(25,1,'Life Fitness','','0637dcdb53b9c71d0ff9e25c9db1428f.gif','cecd2bd29da1f12fcdf6f99f2e05e517.gif','Y',1199848823,1200323946,'browse_1',1,'shop.flypage',8),(26,1,'Nautilus','','ddf4f2c27f4bc5dc0ca09c46a875cd39.gif','c81324ab232349632ffdf8ed1d75dd6a.gif','Y',1199848866,1200323956,'browse_1',1,'shop.flypage',9),(27,1,'Paramount','','e4ecd9e97d681d8d82f46113050c6ee2.gif','6321ef76218ab88f138551bd8bdd7d78.gif','Y',1199848898,1200323969,'browse_1',1,'shop.flypage',11),(28,1,'Strive','','357b2561ef02701fb3999da472d81a2d.gif','a260e0501446ef74fef293b8bf547e17.gif','Y',1199848922,1200324066,'browse_1',1,'shop.flypage',12),(29,1,'Techno Gym','','ba751614be2e1c51dc18085151959a78.gif','1ce0f742b8fdade5c267fd1b3f607502.gif','Y',1199848952,1200324215,'browse_1',1,'shop.flypage',13),(30,1,'Peripheral Items','','0ad139f2843bdb201f085bf39f7d8991.jpg','2bc71ca63c3364d9f41e34ac8e10c9e5.jpg','Y',1199849058,1199849058,'browse_1',1,'shop.flypage',1),(31,1,'Custom Pads','<p>We can make custom pads for any type of equipment, even those not listed on the site. Please contact us for measuring instructions, and then use this category to purchase the pad. </p>','','','Y',1199849527,1199849527,'browse_1',1,'shop.flypage',15),(32,1,'Pre-measured Equipment','','','','Y',1200323746,1200323746,'browse_1',1,'shop.flypage',16),(33,1,'Precor 500 : Shoulder Press Machine','Precor 500 : Shoulder Press Machine','7b4199677a5c064ae467bb68d255a4b6.gif','299b0a97d5882e2dfdd6cfe5f6b67306.gif','Y',1200335033,1200335033,'browse_1',1,'shop.flypage',15); /*!40000 ALTER TABLE `jos_vm_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_category_xref` -- DROP TABLE IF EXISTS `jos_vm_category_xref`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_category_xref` ( `category_parent_id` int(11) NOT NULL default '0', `category_child_id` int(11) NOT NULL default '0', `category_list` int(11) default NULL, KEY `category_xref_category_parent_id` (`category_parent_id`), KEY `category_xref_category_child_id` (`category_child_id`), KEY `idx_category_xref_category_list` (`category_list`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Category child-parent relation list'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_category_xref` -- LOCK TABLES `jos_vm_category_xref` WRITE; /*!40000 ALTER TABLE `jos_vm_category_xref` DISABLE KEYS */; INSERT INTO `jos_vm_category_xref` VALUES (32,1,NULL),(32,2,NULL),(32,3,NULL),(3,7,NULL),(3,8,NULL),(3,6,NULL),(3,9,NULL),(3,10,NULL),(3,11,NULL),(3,12,NULL),(3,13,NULL),(3,14,NULL),(3,15,NULL),(3,16,NULL),(3,17,NULL),(3,18,NULL),(3,19,NULL),(32,20,NULL),(32,21,NULL),(32,22,NULL),(32,23,NULL),(32,24,NULL),(32,25,NULL),(32,26,NULL),(32,27,NULL),(32,28,NULL),(32,29,NULL),(0,30,NULL),(0,31,NULL),(0,32,NULL),(3,33,NULL); /*!40000 ALTER TABLE `jos_vm_category_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_country` -- DROP TABLE IF EXISTS `jos_vm_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_country` ( `country_id` int(11) NOT NULL auto_increment, `zone_id` int(11) NOT NULL default '1', `country_name` varchar(64) default NULL, `country_3_code` char(3) default NULL, `country_2_code` char(2) default NULL, PRIMARY KEY (`country_id`), KEY `idx_country_name` (`country_name`) ) ENGINE=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=latin1 COMMENT='Country records'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_country` -- LOCK TABLES `jos_vm_country` WRITE; /*!40000 ALTER TABLE `jos_vm_country` DISABLE KEYS */; INSERT INTO `jos_vm_country` VALUES (1,1,'Afghanistan','AFG','AF'),(2,1,'Albania','ALB','AL'),(3,1,'Algeria','DZA','DZ'),(4,1,'American Samoa','ASM','AS'),(5,1,'Andorra','AND','AD'),(6,1,'Angola','AGO','AO'),(7,1,'Anguilla','AIA','AI'),(8,1,'Antarctica','ATA','AQ'),(9,1,'Antigua and Barbuda','ATG','AG'),(10,1,'Argentina','ARG','AR'),(11,1,'Armenia','ARM','AM'),(12,1,'Aruba','ABW','AW'),(13,1,'Australia','AUS','AU'),(14,1,'Austria','AUT','AT'),(15,1,'Azerbaijan','AZE','AZ'),(16,1,'Bahamas','BHS','BS'),(17,1,'Bahrain','BHR','BH'),(18,1,'Bangladesh','BGD','BD'),(19,1,'Barbados','BRB','BB'),(20,1,'Belarus','BLR','BY'),(21,1,'Belgium','BEL','BE'),(22,1,'Belize','BLZ','BZ'),(23,1,'Benin','BEN','BJ'),(24,1,'Bermuda','BMU','BM'),(25,1,'Bhutan','BTN','BT'),(26,1,'Bolivia','BOL','BO'),(27,1,'Bosnia and Herzegowina','BIH','BA'),(28,1,'Botswana','BWA','BW'),(29,1,'Bouvet Island','BVT','BV'),(30,1,'Brazil','BRA','BR'),(31,1,'British Indian Ocean Territory','IOT','IO'),(32,1,'Brunei Darussalam','BRN','BN'),(33,1,'Bulgaria','BGR','BG'),(34,1,'Burkina Faso','BFA','BF'),(35,1,'Burundi','BDI','BI'),(36,1,'Cambodia','KHM','KH'),(37,1,'Cameroon','CMR','CM'),(38,1,'Canada','CAN','CA'),(39,1,'Cape Verde','CPV','CV'),(40,1,'Cayman Islands','CYM','KY'),(41,1,'Central African Republic','CAF','CF'),(42,1,'Chad','TCD','TD'),(43,1,'Chile','CHL','CL'),(44,1,'China','CHN','CN'),(45,1,'Christmas Island','CXR','CX'),(46,1,'Cocos (Keeling) Islands','CCK','CC'),(47,1,'Colombia','COL','CO'),(48,1,'Comoros','COM','KM'),(49,1,'Congo','COG','CG'),(50,1,'Cook Islands','COK','CK'),(51,1,'Costa Rica','CRI','CR'),(52,1,'Cote D\'Ivoire','CIV','CI'),(53,1,'Croatia','HRV','HR'),(54,1,'Cuba','CUB','CU'),(55,1,'Cyprus','CYP','CY'),(56,1,'Czech Republic','CZE','CZ'),(57,1,'Denmark','DNK','DK'),(58,1,'Djibouti','DJI','DJ'),(59,1,'Dominica','DMA','DM'),(60,1,'Dominican Republic','DOM','DO'),(61,1,'East Timor','TMP','TP'),(62,1,'Ecuador','ECU','EC'),(63,1,'Egypt','EGY','EG'),(64,1,'El Salvador','SLV','SV'),(65,1,'Equatorial Guinea','GNQ','GQ'),(66,1,'Eritrea','ERI','ER'),(67,1,'Estonia','EST','EE'),(68,1,'Ethiopia','ETH','ET'),(69,1,'Falkland Islands (Malvinas)','FLK','FK'),(70,1,'Faroe Islands','FRO','FO'),(71,1,'Fiji','FJI','FJ'),(72,1,'Finland','FIN','FI'),(73,1,'France','FRA','FR'),(74,1,'France, Metropolitan','FXX','FX'),(75,1,'French Guiana','GUF','GF'),(76,1,'French Polynesia','PYF','PF'),(77,1,'French Southern Territories','ATF','TF'),(78,1,'Gabon','GAB','GA'),(79,1,'Gambia','GMB','GM'),(80,1,'Georgia','GEO','GE'),(81,1,'Germany','DEU','DE'),(82,1,'Ghana','GHA','GH'),(83,1,'Gibraltar','GIB','GI'),(84,1,'Greece','GRC','GR'),(85,1,'Greenland','GRL','GL'),(86,1,'Grenada','GRD','GD'),(87,1,'Guadeloupe','GLP','GP'),(88,1,'Guam','GUM','GU'),(89,1,'Guatemala','GTM','GT'),(90,1,'Guinea','GIN','GN'),(91,1,'Guinea-bissau','GNB','GW'),(92,1,'Guyana','GUY','GY'),(93,1,'Haiti','HTI','HT'),(94,1,'Heard and Mc Donald Islands','HMD','HM'),(95,1,'Honduras','HND','HN'),(96,1,'Hong Kong','HKG','HK'),(97,1,'Hungary','HUN','HU'),(98,1,'Iceland','ISL','IS'),(99,1,'India','IND','IN'),(100,1,'Indonesia','IDN','ID'),(101,1,'Iran (Islamic Republic of)','IRN','IR'),(102,1,'Iraq','IRQ','IQ'),(103,1,'Ireland','IRL','IE'),(104,1,'Israel','ISR','IL'),(105,1,'Italy','ITA','IT'),(106,1,'Jamaica','JAM','JM'),(107,1,'Japan','JPN','JP'),(108,1,'Jordan','JOR','JO'),(109,1,'Kazakhstan','KAZ','KZ'),(110,1,'Kenya','KEN','KE'),(111,1,'Kiribati','KIR','KI'),(112,1,'Korea, Democratic People\'s Republic of','PRK','KP'),(113,1,'Korea, Republic of','KOR','KR'),(114,1,'Kuwait','KWT','KW'),(115,1,'Kyrgyzstan','KGZ','KG'),(116,1,'Lao People\'s Democratic Republic','LAO','LA'),(117,1,'Latvia','LVA','LV'),(118,1,'Lebanon','LBN','LB'),(119,1,'Lesotho','LSO','LS'),(120,1,'Liberia','LBR','LR'),(121,1,'Libyan Arab Jamahiriya','LBY','LY'),(122,1,'Liechtenstein','LIE','LI'),(123,1,'Lithuania','LTU','LT'),(124,1,'Luxembourg','LUX','LU'),(125,1,'Macau','MAC','MO'),(126,1,'Macedonia, The Former Yugoslav Republic of','MKD','MK'),(127,1,'Madagascar','MDG','MG'),(128,1,'Malawi','MWI','MW'),(129,1,'Malaysia','MYS','MY'),(130,1,'Maldives','MDV','MV'),(131,1,'Mali','MLI','ML'),(132,1,'Malta','MLT','MT'),(133,1,'Marshall Islands','MHL','MH'),(134,1,'Martinique','MTQ','MQ'),(135,1,'Mauritania','MRT','MR'),(136,1,'Mauritius','MUS','MU'),(137,1,'Mayotte','MYT','YT'),(138,1,'Mexico','MEX','MX'),(139,1,'Micronesia, Federated States of','FSM','FM'),(140,1,'Moldova, Republic of','MDA','MD'),(141,1,'Monaco','MCO','MC'),(142,1,'Mongolia','MNG','MN'),(143,1,'Montserrat','MSR','MS'),(144,1,'Morocco','MAR','MA'),(145,1,'Mozambique','MOZ','MZ'),(146,1,'Myanmar','MMR','MM'),(147,1,'Namibia','NAM','NA'),(148,1,'Nauru','NRU','NR'),(149,1,'Nepal','NPL','NP'),(150,1,'Netherlands','NLD','NL'),(151,1,'Netherlands Antilles','ANT','AN'),(152,1,'New Caledonia','NCL','NC'),(153,1,'New Zealand','NZL','NZ'),(154,1,'Nicaragua','NIC','NI'),(155,1,'Niger','NER','NE'),(156,1,'Nigeria','NGA','NG'),(157,1,'Niue','NIU','NU'),(158,1,'Norfolk Island','NFK','NF'),(159,1,'Northern Mariana Islands','MNP','MP'),(160,1,'Norway','NOR','NO'),(161,1,'Oman','OMN','OM'),(162,1,'Pakistan','PAK','PK'),(163,1,'Palau','PLW','PW'),(164,1,'Panama','PAN','PA'),(165,1,'Papua New Guinea','PNG','PG'),(166,1,'Paraguay','PRY','PY'),(167,1,'Peru','PER','PE'),(168,1,'Philippines','PHL','PH'),(169,1,'Pitcairn','PCN','PN'),(170,1,'Poland','POL','PL'),(171,1,'Portugal','PRT','PT'),(172,1,'Puerto Rico','PRI','PR'),(173,1,'Qatar','QAT','QA'),(174,1,'Reunion','REU','RE'),(175,1,'Romania','ROM','RO'),(176,1,'Russian Federation','RUS','RU'),(177,1,'Rwanda','RWA','RW'),(178,1,'Saint Kitts and Nevis','KNA','KN'),(179,1,'Saint Lucia','LCA','LC'),(180,1,'Saint Vincent and the Grenadines','VCT','VC'),(181,1,'Samoa','WSM','WS'),(182,1,'San Marino','SMR','SM'),(183,1,'Sao Tome and Principe','STP','ST'),(184,1,'Saudi Arabia','SAU','SA'),(185,1,'Senegal','SEN','SN'),(186,1,'Seychelles','SYC','SC'),(187,1,'Sierra Leone','SLE','SL'),(188,1,'Singapore','SGP','SG'),(189,1,'Slovakia (Slovak Republic)','SVK','SK'),(190,1,'Slovenia','SVN','SI'),(191,1,'Solomon Islands','SLB','SB'),(192,1,'Somalia','SOM','SO'),(193,1,'South Africa','ZAF','ZA'),(194,1,'South Georgia and the South Sandwich Islands','SGS','GS'),(195,1,'Spain','ESP','ES'),(196,1,'Sri Lanka','LKA','LK'),(197,1,'St. Helena','SHN','SH'),(198,1,'St. Pierre and Miquelon','SPM','PM'),(199,1,'Sudan','SDN','SD'),(200,1,'Suriname','SUR','SR'),(201,1,'Svalbard and Jan Mayen Islands','SJM','SJ'),(202,1,'Swaziland','SWZ','SZ'),(203,1,'Sweden','SWE','SE'),(204,1,'Switzerland','CHE','CH'),(205,1,'Syrian Arab Republic','SYR','SY'),(206,1,'Taiwan','TWN','TW'),(207,1,'Tajikistan','TJK','TJ'),(208,1,'Tanzania, United Republic of','TZA','TZ'),(209,1,'Thailand','THA','TH'),(210,1,'Togo','TGO','TG'),(211,1,'Tokelau','TKL','TK'),(212,1,'Tonga','TON','TO'),(213,1,'Trinidad and Tobago','TTO','TT'),(214,1,'Tunisia','TUN','TN'),(215,1,'Turkey','TUR','TR'),(216,1,'Turkmenistan','TKM','TM'),(217,1,'Turks and Caicos Islands','TCA','TC'),(218,1,'Tuvalu','TUV','TV'),(219,1,'Uganda','UGA','UG'),(220,1,'Ukraine','UKR','UA'),(221,1,'United Arab Emirates','ARE','AE'),(222,1,'United Kingdom','GBR','GB'),(223,1,'United States','USA','US'),(224,1,'United States Minor Outlying Islands','UMI','UM'),(225,1,'Uruguay','URY','UY'),(226,1,'Uzbekistan','UZB','UZ'),(227,1,'Vanuatu','VUT','VU'),(228,1,'Vatican City State (Holy See)','VAT','VA'),(229,1,'Venezuela','VEN','VE'),(230,1,'Viet Nam','VNM','VN'),(231,1,'Virgin Islands (British)','VGB','VG'),(232,1,'Virgin Islands (U.S.)','VIR','VI'),(233,1,'Wallis and Futuna Islands','WLF','WF'),(234,1,'Western Sahara','ESH','EH'),(235,1,'Yemen','YEM','YE'),(236,1,'Yugoslavia','YUG','YU'),(237,1,'Democratic Republic of Congo','DRC','DC'),(238,1,'Zambia','ZMB','ZM'),(239,1,'Zimbabwe','ZWE','ZW'); /*!40000 ALTER TABLE `jos_vm_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_coupons` -- DROP TABLE IF EXISTS `jos_vm_coupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_coupons` ( `coupon_id` int(16) NOT NULL auto_increment, `coupon_code` varchar(32) NOT NULL default '', `percent_or_total` enum('percent','total') NOT NULL default 'percent', `coupon_type` enum('gift','permanent') NOT NULL default 'gift', `coupon_value` decimal(12,2) NOT NULL default '0.00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='Used to store coupon codes'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_coupons` -- LOCK TABLES `jos_vm_coupons` WRITE; /*!40000 ALTER TABLE `jos_vm_coupons` DISABLE KEYS */; INSERT INTO `jos_vm_coupons` VALUES (1,'test1','total','gift','6.00'),(2,'test2','percent','permanent','15.00'),(3,'test3','total','permanent','4.00'),(4,'test4','total','gift','15.00'); /*!40000 ALTER TABLE `jos_vm_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_creditcard` -- DROP TABLE IF EXISTS `jos_vm_creditcard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_creditcard` ( `creditcard_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) NOT NULL default '0', `creditcard_name` varchar(70) NOT NULL default '', `creditcard_code` varchar(30) NOT NULL default '', PRIMARY KEY (`creditcard_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COMMENT='Used to store credit card types'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_creditcard` -- LOCK TABLES `jos_vm_creditcard` WRITE; /*!40000 ALTER TABLE `jos_vm_creditcard` DISABLE KEYS */; INSERT INTO `jos_vm_creditcard` VALUES (1,1,'Visa','VISA'),(2,1,'MasterCard','MC'),(3,1,'American Express','amex'),(4,1,'Discover Card','discover'),(5,1,'Diners Club','diners'),(6,1,'JCB','jcb'),(7,1,'Australian Bankcard','australian_bc'); /*!40000 ALTER TABLE `jos_vm_creditcard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_csv` -- DROP TABLE IF EXISTS `jos_vm_csv`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_csv` ( `field_id` int(11) NOT NULL auto_increment, `field_name` varchar(128) NOT NULL default '', `field_default_value` text, `field_ordering` int(3) NOT NULL default '0', `field_required` char(1) default 'N', PRIMARY KEY (`field_id`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1 COMMENT='Holds all fields which are used on CVS Ex-/Import'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_csv` -- LOCK TABLES `jos_vm_csv` WRITE; /*!40000 ALTER TABLE `jos_vm_csv` DISABLE KEYS */; INSERT INTO `jos_vm_csv` VALUES (1,'product_sku','',1,'Y'),(2,'product_s_desc','',5,'N'),(3,'product_desc','',6,'N'),(4,'product_thumb_image','',7,'N'),(5,'product_full_image','',8,'N'),(6,'product_weight','',9,'N'),(7,'product_weight_uom','KG',10,'N'),(8,'product_length','',11,'N'),(9,'product_width','',12,'N'),(10,'product_height','',13,'N'),(11,'product_lwh_uom','',14,'N'),(12,'product_in_stock','0',15,'N'),(13,'product_available_date','',16,'N'),(14,'product_discount_id','',17,'N'),(15,'product_name','',2,'Y'),(16,'product_price','',4,'N'),(17,'category_path','',3,'Y'),(18,'manufacturer_id','',18,'N'),(19,'product_tax_id','',19,'N'),(20,'product_sales','',20,'N'),(21,'product_parent_sku','0',21,'N'),(22,'attribute','',22,'N'),(23,'custom_attribute','',23,'N'),(24,'attributes','',24,'N'),(25,'attribute_values','',25,'N'),(26,'product_discount','',26,'N'); /*!40000 ALTER TABLE `jos_vm_csv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_currency` -- DROP TABLE IF EXISTS `jos_vm_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_currency` ( `currency_id` int(11) NOT NULL auto_increment, `currency_name` varchar(64) default NULL, `currency_code` char(3) default NULL, PRIMARY KEY (`currency_id`), KEY `idx_currency_name` (`currency_name`) ) ENGINE=MyISAM AUTO_INCREMENT=158 DEFAULT CHARSET=latin1 COMMENT='Used to store currencies'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_currency` -- LOCK TABLES `jos_vm_currency` WRITE; /*!40000 ALTER TABLE `jos_vm_currency` DISABLE KEYS */; INSERT INTO `jos_vm_currency` VALUES (1,'Andorran Peseta','ADP'),(2,'United Arab Emirates Dirham','AED'),(3,'Afghanistan Afghani','AFA'),(4,'Albanian Lek','ALL'),(5,'Netherlands Antillian Guilder','ANG'),(6,'Angolan Kwanza','AOK'),(7,'Argentinian Austral','ARA'),(9,'Australian Dollar','AUD'),(10,'Aruban Florin','AWG'),(11,'Barbados Dollar','BBD'),(12,'Bangladeshi Taka','BDT'),(14,'Bulgarian Lev','BGL'),(15,'Bahraini Dinar','BHD'),(16,'Burundi Franc','BIF'),(17,'Bermudian Dollar','BMD'),(18,'Brunei Dollar','BND'),(19,'Bolivian Boliviano','BOB'),(20,'Brazilian Real','BRL'),(21,'Bahamian Dollar','BSD'),(22,'Bhutan Ngultrum','BTN'),(23,'Burma Kyat','BUK'),(24,'Botswanian Pula','BWP'),(25,'Belize Dollar','BZD'),(26,'Canadian Dollar','CAD'),(27,'Swiss Franc','CHF'),(28,'Chilean Unidades de Fomento','CLF'),(29,'Chilean Peso','CLP'),(30,'Yuan (Chinese) Renminbi','CNY'),(31,'Colombian Peso','COP'),(32,'Costa Rican Colon','CRC'),(33,'Czech Koruna','CZK'),(34,'Cuban Peso','CUP'),(35,'Cape Verde Escudo','CVE'),(36,'Cyprus Pound','CYP'),(40,'Danish Krone','DKK'),(41,'Dominican Peso','DOP'),(42,'Algerian Dinar','DZD'),(43,'Ecuador Sucre','ECS'),(44,'Egyptian Pound','EGP'),(46,'Ethiopian Birr','ETB'),(47,'Euro','EUR'),(49,'Fiji Dollar','FJD'),(50,'Falkland Islands Pound','FKP'),(52,'British Pound','GBP'),(53,'Ghanaian Cedi','GHC'),(54,'Gibraltar Pound','GIP'),(55,'Gambian Dalasi','GMD'),(56,'Guinea Franc','GNF'),(58,'Guatemalan Quetzal','GTQ'),(59,'Guinea-Bissau Peso','GWP'),(60,'Guyanan Dollar','GYD'),(61,'Hong Kong Dollar','HKD'),(62,'Honduran Lempira','HNL'),(63,'Haitian Gourde','HTG'),(64,'Hungarian Forint','HUF'),(65,'Indonesian Rupiah','IDR'),(66,'Irish Punt','IEP'),(67,'Israeli Shekel','ILS'),(68,'Indian Rupee','INR'),(69,'Iraqi Dinar','IQD'),(70,'Iranian Rial','IRR'),(73,'Jamaican Dollar','JMD'),(74,'Jordanian Dinar','JOD'),(75,'Japanese Yen','JPY'),(76,'Kenyan Schilling','KES'),(77,'Kampuchean (Cambodian) Riel','KHR'),(78,'Comoros Franc','KMF'),(79,'North Korean Won','KPW'),(80,'(South) Korean Won','KRW'),(81,'Kuwaiti Dinar','KWD'),(82,'Cayman Islands Dollar','KYD'),(83,'Lao Kip','LAK'),(84,'Lebanese Pound','LBP'),(85,'Sri Lanka Rupee','LKR'),(86,'Liberian Dollar','LRD'),(87,'Lesotho Loti','LSL'),(89,'Libyan Dinar','LYD'),(90,'Moroccan Dirham','MAD'),(91,'Malagasy Franc','MGF'),(92,'Mongolian Tugrik','MNT'),(93,'Macau Pataca','MOP'),(94,'Mauritanian Ouguiya','MRO'),(95,'Maltese Lira','MTL'),(96,'Mauritius Rupee','MUR'),(97,'Maldive Rufiyaa','MVR'),(98,'Malawi Kwacha','MWK'),(99,'Mexican Peso','MXP'),(100,'Malaysian Ringgit','MYR'),(101,'Mozambique Metical','MZM'),(102,'Nigerian Naira','NGN'),(103,'Nicaraguan Cordoba','NIC'),(105,'Norwegian Kroner','NOK'),(106,'Nepalese Rupee','NPR'),(107,'New Zealand Dollar','NZD'),(108,'Omani Rial','OMR'),(109,'Panamanian Balboa','PAB'),(110,'Peruvian Inti','PEI'),(111,'Papua New Guinea Kina','PGK'),(112,'Philippine Peso','PHP'),(113,'Pakistan Rupee','PKR'),(114,'Polish Zloty','PLZ'),(116,'Paraguay Guarani','PYG'),(117,'Qatari Rial','QAR'),(118,'Romanian Leu','ROL'),(119,'Rwanda Franc','RWF'),(120,'Saudi Arabian Riyal','SAR'),(121,'Solomon Islands Dollar','SBD'),(122,'Seychelles Rupee','SCR'),(123,'Sudanese Pound','SDP'),(124,'Swedish Krona','SEK'),(125,'Singapore Dollar','SGD'),(126,'St. Helena Pound','SHP'),(127,'Sierra Leone Leone','SLL'),(128,'Somali Schilling','SOS'),(129,'Suriname Guilder','SRG'),(130,'Sao Tome and Principe Dobra','STD'),(131,'Russian Ruble','RUB'),(132,'El Salvador Colon','SVC'),(133,'Syrian Potmd','SYP'),(134,'Swaziland Lilangeni','SZL'),(135,'Thai Bath','THB'),(136,'Tunisian Dinar','TND'),(137,'Tongan Pa\'anga','TOP'),(138,'East Timor Escudo','TPE'),(139,'Turkish Lira','TRL'),(140,'Trinidad and Tobago Dollar','TTD'),(141,'Taiwan Dollar','TWD'),(142,'Tanzanian Schilling','TZS'),(143,'Uganda Shilling','UGS'),(144,'US Dollar','USD'),(145,'Uruguayan Peso','UYP'),(146,'Venezualan Bolivar','VEB'),(147,'Vietnamese Dong','VND'),(148,'Vanuatu Vatu','VUV'),(149,'Samoan Tala','WST'),(150,'Democratic Yemeni Dinar','YDD'),(151,'Yemeni Rial','YER'),(152,'New Yugoslavia Dinar','YUD'),(153,'South African Rand','ZAR'),(154,'Zambian Kwacha','ZMK'),(155,'Zaire Zaire','ZRZ'),(156,'Zimbabwe Dollar','ZWD'),(157,'Slovak Koruna','SKK'); /*!40000 ALTER TABLE `jos_vm_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_function` -- DROP TABLE IF EXISTS `jos_vm_function`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_function` ( `function_id` int(11) NOT NULL auto_increment, `module_id` int(11) default NULL, `function_name` varchar(32) default NULL, `function_class` varchar(32) default NULL, `function_method` varchar(32) default NULL, `function_description` text, `function_perms` varchar(255) default NULL, PRIMARY KEY (`function_id`), KEY `idx_function_module_id` (`module_id`), KEY `idx_function_name` (`function_name`) ) ENGINE=MyISAM AUTO_INCREMENT=169 DEFAULT CHARSET=latin1 COMMENT='Used to map a function alias to a ''real'' class::function'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_function` -- LOCK TABLES `jos_vm_function` WRITE; /*!40000 ALTER TABLE `jos_vm_function` DISABLE KEYS */; INSERT INTO `jos_vm_function` VALUES (1,1,'userAdd','ps_user','add','','admin,storeadmin'),(2,1,'userDelete','ps_user','delete','','admin,storeadmin'),(3,1,'userUpdate','ps_user','update','','admin,storeadmin'),(4,1,'adminPasswdUpdate','ps_user','update_admin_passwd','Updates Site Administrator Password','admin'),(31,2,'productAdd','ps_product','add','','admin,storeadmin'),(6,1,'functionAdd','ps_function','add','','admin'),(7,1,'functionUpdate','ps_function','update','','admin'),(8,1,'functionDelete','ps_function','delete','','admin'),(9,1,'userLogout','ps_user','logout','','none'),(10,1,'userAddressAdd','ps_user_address','add','','admin,storeadmin,shopper,demo'),(11,1,'userAddressUpdate','ps_user_address','update','','admin,storeadmin,shopper'),(12,1,'userAddressDelete','ps_user_address','delete','','admin,storeadmin,shopper'),(13,1,'moduleAdd','ps_module','add','','admin'),(14,1,'moduleUpdate','ps_module','update','','admin'),(15,1,'moduleDelete','ps_module','delete','','admin'),(16,1,'userLogin','ps_user','login','','none'),(17,3,'vendorAdd','ps_vendor','add','','admin'),(18,3,'vendorUpdate','ps_vendor','update','','admin,storeadmin'),(19,3,'vendorDelete','ps_vendor','delete','','admin'),(20,3,'vendorCategoryAdd','ps_vendor_category','add','','admin'),(21,3,'vendorCategoryUpdate','ps_vendor_category','update','','admin'),(22,3,'vendorCategoryDelete','ps_vendor_category','delete','','admin'),(23,4,'shopperAdd','ps_shopper','add','','none'),(24,4,'shopperDelete','ps_shopper','delete','','admin,storeadmin'),(25,4,'shopperUpdate','ps_shopper','update','','admin,storeadmin,shopper'),(26,4,'shopperGroupAdd','ps_shopper_group','add','','admin,storeadmin'),(27,4,'shopperGroupUpdate','ps_shopper_group','update','','admin,storeadmin'),(28,4,'shopperGroupDelete','ps_shopper_group','delete','','admin,storeadmin'),(29,5,'orderSearch','ps_order','find','','admin,storeadmin,demo'),(30,5,'orderStatusSet','ps_order','order_status_update','','admin,storeadmin'),(32,2,'productDelete','ps_product','delete','','admin,storeadmin'),(33,2,'productUpdate','ps_product','update','','admin,storeadmin'),(34,2,'productCategoryAdd','ps_product_category','add','','admin,storeadmin'),(35,2,'productCategoryUpdate','ps_product_category','update','','admin,storeadmin'),(36,2,'productCategoryDelete','ps_product_category','delete','','admin,storeadmin'),(37,2,'productPriceAdd','ps_product_price','add','','admin,storeadmin'),(38,2,'productPriceUpdate','ps_product_price','update','','admin,storeadmin'),(39,2,'productPriceDelete','ps_product_price','delete','','admin,storeadmin'),(40,2,'productAttributeAdd','ps_product_attribute','add','','admin,storeadmin'),(41,2,'productAttributeUpdate','ps_product_attribute','update','','admin,storeadmin'),(42,2,'productAttributeDelete','ps_product_attribute','delete','','admin,storeadmin'),(43,7,'cartAdd','ps_cart','add','','none'),(44,7,'cartUpdate','ps_cart','update','','none'),(45,7,'cartDelete','ps_cart','delete','','none'),(46,10,'checkoutComplete','ps_checkout','add','','shopper,storeadmin,admin'),(47,1,'setLanguage','ps_module','set_language','','none'),(48,8,'paymentMethodUpdate','ps_payment_method','update','','admin,storeadmin'),(49,8,'paymentMethodAdd','ps_payment_method','add','','admin,storeadmin'),(50,8,'paymentMethodDelete','ps_payment_method','delete','','admin,storeadmin'),(51,5,'orderDelete','ps_order','delete','','admin,storeadmin'),(52,11,'addTaxRate','ps_tax','add','','admin,storeadmin'),(53,11,'updateTaxRate','ps_tax','update','','admin,storeadmin'),(54,11,'deleteTaxRate','ps_tax','delete','','admin,storeadmin'),(55,10,'checkoutValidateST','ps_checkout','validate_shipto','','none'),(59,5,'orderStatusUpdate','ps_order_status','update','','admin,storeadmin'),(60,5,'orderStatusAdd','ps_order_status','add','','storeadmin,admin'),(61,5,'orderStatusDelete','ps_order_status','delete','','admin,storeadmin'),(62,1,'currencyAdd','ps_currency','add','add a currency','storeadmin,admin'),(63,1,'currencyUpdate','ps_currency','update',' update a currency','storeadmin,admin'),(64,1,'currencyDelete','ps_currency','delete','delete a currency','storeadmin,admin'),(65,1,'countryAdd','ps_country','add','Add a country ','storeadmin,admin'),(66,1,'countryUpdate','ps_country','update','Update a country record','storeadmin,admin'),(67,1,'countryDelete','ps_country','delete','Delete a country record','storeadmin,admin'),(68,2,'product_csv','ps_csv','upload_csv','','admin'),(110,7,'waitingListAdd','zw_waiting_list','add','','none'),(111,13,'addzone','ps_zone','add','This will add a zone','admin,storeadmin'),(112,13,'updatezone','ps_zone','update','This will update a zone','admin,storeadmin'),(113,13,'deletezone','ps_zone','delete','This will delete a zone','admin,storeadmin'),(114,13,'zoneassign','ps_zone','assign','This will assign a country to a zone','admin,storeadmin'),(115,1,'writeConfig','ps_config','writeconfig','This will write the configuration details to phpshop.cfg.php','admin'),(116,12839,'carrierAdd','ps_shipping','add','','admin,storeadmin'),(117,12839,'carrierDelete','ps_shipping','delete','','admin,storeadmin'),(118,12839,'carrierUpdate','ps_shipping','update','','admin,storeadmin'),(119,12839,'rateAdd','ps_shipping','rate_add','','admin,storeadmin'),(120,12839,'rateUpdate','ps_shipping','rate_update','','admin,shopadmin'),(121,12839,'rateDelete','ps_shipping','rate_delete','','admin,storeadmin'),(122,10,'checkoutProcess','ps_checkout','process','','shopper,storeadmin,admin,demo'),(123,5,'downloadRequest','ps_order','download_request','This checks if the download request is valid and sends the file to the browser as file download if the request was successful, otherwise echoes an error','admin,storeadmin,shopper'),(124,98,'affiliateAdd','ps_affiliate','add','','admin,storeadmin'),(125,98,'affiliateUpdate','ps_affiliate','update','','admin,storeadmin'),(126,98,'affiliateDelete','ps_affiliate','delete','','admin,storeadmin'),(127,98,'affiliateEmail','ps_affiliate','email','','admin,storeadmin'),(128,99,'manufacturerAdd','ps_manufacturer','add','','admin,storeadmin'),(129,99,'manufacturerUpdate','ps_manufacturer','update','','admin,storeadmin'),(130,99,'manufacturerDelete','ps_manufacturer','delete','','admin,storeadmin'),(131,99,'manufacturercategoryAdd','ps_manufacturer_category','add','','admin,storeadmin'),(132,99,'manufacturercategoryUpdate','ps_manufacturer_category','update','','admin,storeadmin'),(133,99,'manufacturercategoryDelete','ps_manufacturer_category','delete','','admin,storeadmin'),(134,7,'addReview','ps_reviews','process_review','This lets the user add a review and rating to a product.','admin,storeadmin,shopper,demo'),(135,7,'productReviewDelete','ps_reviews','delete_review','This deletes a review and from a product.','admin,storeadmin'),(136,8,'creditcardAdd','ps_creditcard','add','Adds a Credit Card entry.','admin,storeadmin'),(137,8,'creditcardUpdate','ps_creditcard','update','Updates a Credit Card entry.','admin,storeadmin'),(138,8,'creditcardDelete','ps_creditcard','delete','Deletes a Credit Card entry.','admin,storeadmin'),(139,2,'changePublishState','vmAbstractObject.class','handlePublishState','Changes the publish field of an item, so that it can be published or unpublished easily.','admin,storeadmin'),(140,2,'export_csv','ps_csv','export_csv','This function exports all relevant product data to CSV.','admin,storeadmin'),(141,2,'reorder','ps_product_category','reorder','Changes the list order of a category.','admin,storeadmin'),(142,2,'discountAdd','ps_product_discount','add','Adds a discount.','admin,storeadmin'),(143,2,'discountUpdate','ps_product_discount','update','Updates a discount.','admin,storeadmin'),(144,2,'discountDelete','ps_product_discount','delete','Deletes a discount.','admin,storeadmin'),(145,8,'shippingmethodSave','ps_shipping_method','save','','admin,storeadmin'),(146,2,'uploadProductFile','ps_product_files','add','Uploads and Adds a Product Image/File.','admin,storeadmin'),(147,2,'updateProductFile','ps_product_files','update','Updates a Product Image/File.','admin,storeadmin'),(148,2,'deleteProductFile','ps_product_files','delete','Deletes a Product Image/File.','admin,storeadmin'),(149,12843,'couponAdd','ps_coupon','add_coupon_code','Adds a Coupon.','admin,storeadmin'),(150,12843,'couponUpdate','ps_coupon','update_coupon','Updates a Coupon.','admin,storeadmin'),(151,12843,'couponDelete','ps_coupon','remove_coupon_code','Deletes a Coupon.','admin,storeadmin'),(152,12843,'couponProcess','ps_coupon','process_coupon_code','Processes a Coupon.','admin,storeadmin,shopper,demo'),(153,2,'ProductTypeAdd','ps_product_type','add','Function add a Product Type and create new table product_type_<id>.','admin'),(154,2,'ProductTypeUpdate','ps_product_type','update','Update a Product Type.','admin'),(155,2,'ProductTypeDelete','ps_product_type','delete','Delete a Product Type and drop table product_type_<id>.','admin'),(156,2,'ProductTypeReorder','ps_product_type','reorder','Changes the list order of a Product Type.','admin'),(157,2,'ProductTypeAddParam','ps_product_type_parameter','add_parameter','Function add a Parameter into a Product Type and create new column in table product_type_<id>.','admin'),(158,2,'ProductTypeUpdateParam','ps_product_type_parameter','update_parameter','Function update a Parameter in a Product Type and a column in table product_type_<id>.','admin'),(159,2,'ProductTypeDeleteParam','ps_product_type_parameter','delete_parameter','Function delete a Parameter from a Product Type and drop a column in table product_type_<id>.','admin'),(160,2,'ProductTypeReorderParam','ps_product_type_parameter','reorder_parameter','Changes the list order of a Parameter.','admin'),(161,2,'productProductTypeAdd','ps_product_product_type','add','Add a Product into a Product Type.','admin,storeadmin'),(162,2,'productProductTypeDelete','ps_product_product_type','delete','Delete a Product from a Product Type.','admin,storeadmin'),(163,1,'stateAdd','ps_country','addState','Add a State ','storeadmin,admin'),(164,1,'stateUpdate','ps_country','updateState','Update a state record','storeadmin,admin'),(165,1,'stateDelete','ps_country','deleteState','Delete a state record','storeadmin,admin'),(166,2,'csvFieldAdd','ps_csv','add','Add a CSV Field ','storeadmin,admin'),(167,2,'csvFieldUpdate','ps_csv','update','Update a CSV Field','storeadmin,admin'),(168,2,'csvFieldDelete','ps_csv','delete','Delete a CSV Field','storeadmin,admin'); /*!40000 ALTER TABLE `jos_vm_function` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_manufacturer` -- DROP TABLE IF EXISTS `jos_vm_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_manufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `mf_name` varchar(64) default NULL, `mf_email` varchar(255) default NULL, `mf_desc` text, `mf_category_id` int(11) default NULL, `mf_url` varchar(255) NOT NULL default '', PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Manufacturers are those who create products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_manufacturer` -- LOCK TABLES `jos_vm_manufacturer` WRITE; /*!40000 ALTER TABLE `jos_vm_manufacturer` DISABLE KEYS */; INSERT INTO `jos_vm_manufacturer` VALUES (1,'Don Magruder','inshape@peoplepc.com','',1,'http://www.inshapepadding.com'); /*!40000 ALTER TABLE `jos_vm_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_manufacturer_category` -- DROP TABLE IF EXISTS `jos_vm_manufacturer_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_manufacturer_category` ( `mf_category_id` int(11) NOT NULL auto_increment, `mf_category_name` varchar(64) default NULL, `mf_category_desc` text, PRIMARY KEY (`mf_category_id`), KEY `idx_manufacturer_category_category_name` (`mf_category_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Manufactorers are assigned to these categories'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_manufacturer_category` -- LOCK TABLES `jos_vm_manufacturer_category` WRITE; /*!40000 ALTER TABLE `jos_vm_manufacturer_category` DISABLE KEYS */; INSERT INTO `jos_vm_manufacturer_category` VALUES (1,'-default-','This is the default manufacturer category'); /*!40000 ALTER TABLE `jos_vm_manufacturer_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_module` -- DROP TABLE IF EXISTS `jos_vm_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_module` ( `module_id` int(11) NOT NULL auto_increment, `module_name` varchar(255) default NULL, `module_description` text, `module_perms` varchar(255) default NULL, `module_publish` char(1) default NULL, `list_order` int(11) default NULL, PRIMARY KEY (`module_id`), KEY `idx_module_name` (`module_name`), KEY `idx_module_list_order` (`list_order`) ) ENGINE=MyISAM AUTO_INCREMENT=12844 DEFAULT CHARSET=latin1 COMMENT='VirtueMart Core Modules, not: Joomla modules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_module` -- LOCK TABLES `jos_vm_module` WRITE; /*!40000 ALTER TABLE `jos_vm_module` DISABLE KEYS */; INSERT INTO `jos_vm_module` VALUES (1,'admin','<h4>ADMINISTRATIVE USERS ONLY</h4>\r\n\r\n<p>Only used for the following:</p>\r\n<OL>\r\n\r\n<LI>User Maintenance</LI>\r\n<LI>Module Maintenance</LI>\r\n<LI>Function Maintenance</LI>\r\n</OL>\r\n','admin','Y',1),(2,'product','<p>Here you can adminster your online catalog of products. The Product Administrator allows you to create product categories, create new products, edit product attributes, and add product items for each attribute value.</p>','storeadmin,admin','Y',4),(3,'vendor','<h4>ADMINISTRATIVE USERS ONLY</h4>\r\n<p>Here you can manage the vendors on the phpShop system.</p>','admin','N',12),(4,'shopper','<p>Manage shoppers in your store. Allows you to create shopper groups. Shopper groups can be used when setting the price for a product. This allows you to create different prices for different types of users. An example of this would be to have a \'wholesale\' group and a \'retail\' group. </p>','admin,storeadmin','Y',4),(5,'order','<p>View Order and Update Order Status.</p>','admin,storeadmin','Y',5),(6,'msgs','This module is unprotected an used for displaying system messages to users. We need to have an area that does not require authorization when things go wrong.','none','N',99),(7,'shop','This is the Washupito store module. This is the demo store included with the phpShop distribution.','none','Y',99),(8,'store','','storeadmin,admin','Y',2),(9,'account','This module allows shoppers to update their account information and view previously placed orders.','shopper,storeadmin,admin,demo','N',99),(10,'checkout','','none','N',99),(11,'tax','The tax module allows you to set tax rates for states or regions within a country. The rate is set as a decimal figure. For example, 2 percent tax would be 0.02.','admin,storeadmin','Y',8),(12,'reportbasic','The report basic module allows you to do queries on all orders.','admin,storeadmin','y',1),(13,'zone','This is the zone-shipping module. Here you can manage your shipping costs according to Zones.','admin,storeadmin','N',9),(12839,'shipping','<h4>Shipping</h4><p>Let this module calculate the shipping fees for your customers.<br>Create carriers for shipping areas and weight groups.</p>','admin,storeadmin','Y',10),(98,'affiliate','administrate the affiliates on your store.','storeadmin,admin','N',99),(99,'manufacturer','Manage the manufacturers of products in your store.','storeadmin,admin','Y',6),(12842,'help','Help Module','admin,storeadmin','Y',13),(12843,'coupon','Coupon Management','admin,storeadmin','Y',11); /*!40000 ALTER TABLE `jos_vm_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_order_history` -- DROP TABLE IF EXISTS `jos_vm_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_order_history` ( `order_status_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL default '0', `order_status_code` char(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `customer_notified` int(1) default '0', `comments` text, PRIMARY KEY (`order_status_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores all actions and changes that occur to an order'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_order_history` -- LOCK TABLES `jos_vm_order_history` WRITE; /*!40000 ALTER TABLE `jos_vm_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_order_item` -- DROP TABLE IF EXISTS `jos_vm_order_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_order_item` ( `order_item_id` int(11) NOT NULL auto_increment, `order_id` int(11) default NULL, `user_info_id` varchar(32) default NULL, `vendor_id` int(11) default NULL, `product_id` int(11) default NULL, `order_item_sku` varchar(64) NOT NULL default '', `order_item_name` varchar(64) NOT NULL default '', `product_quantity` int(11) default NULL, `product_item_price` decimal(15,5) default NULL, `product_final_price` decimal(12,2) NOT NULL default '0.00', `order_item_currency` varchar(16) default NULL, `order_status` char(1) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `product_attribute` text, PRIMARY KEY (`order_item_id`), KEY `idx_order_item_order_id` (`order_id`), KEY `idx_order_item_user_info_id` (`user_info_id`), KEY `idx_order_item_vendor_id` (`vendor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores all items (products) which are part of an order'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_order_item` -- LOCK TABLES `jos_vm_order_item` WRITE; /*!40000 ALTER TABLE `jos_vm_order_item` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_order_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_order_payment` -- DROP TABLE IF EXISTS `jos_vm_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_order_payment` ( `order_id` int(11) NOT NULL default '0', `payment_method_id` int(11) default NULL, `order_payment_code` varchar(30) NOT NULL default '', `order_payment_number` blob, `order_payment_expire` int(11) default NULL, `order_payment_name` varchar(255) default NULL, `order_payment_log` text, `order_payment_trans_id` text NOT NULL, KEY `idx_order_payment_order_id` (`order_id`), KEY `idx_order_payment_method_id` (`payment_method_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='The payment method that was chosen for a specific order'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_order_payment` -- LOCK TABLES `jos_vm_order_payment` WRITE; /*!40000 ALTER TABLE `jos_vm_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_order_status` -- DROP TABLE IF EXISTS `jos_vm_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_order_status` ( `order_status_id` int(11) NOT NULL auto_increment, `order_status_code` char(1) NOT NULL default '', `order_status_name` varchar(64) default NULL, `list_order` int(11) default NULL, `vendor_id` int(11) default NULL, PRIMARY KEY (`order_status_id`), KEY `idx_order_status_list_order` (`list_order`), KEY `idx_order_status_vendor_id` (`vendor_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COMMENT='All available order statuses'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_order_status` -- LOCK TABLES `jos_vm_order_status` WRITE; /*!40000 ALTER TABLE `jos_vm_order_status` DISABLE KEYS */; INSERT INTO `jos_vm_order_status` VALUES (1,'P','Pending',1,1),(2,'C','Confirmed',2,1),(3,'X','Cancelled',3,1),(4,'R','Refunded',4,1),(5,'S','Shipped',5,1); /*!40000 ALTER TABLE `jos_vm_order_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_order_user_info` -- DROP TABLE IF EXISTS `jos_vm_order_user_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_order_user_info` ( `order_info_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `address_type` char(2) default NULL, `address_type_name` varchar(32) default NULL, `company` varchar(64) default NULL, `title` varchar(32) default NULL, `last_name` varchar(32) default NULL, `first_name` varchar(32) default NULL, `middle_name` varchar(32) default NULL, `phone_1` varchar(32) default NULL, `phone_2` varchar(32) default NULL, `fax` varchar(32) default NULL, `address_1` varchar(64) NOT NULL default '', `address_2` varchar(64) default NULL, `city` varchar(32) NOT NULL default '', `state` varchar(32) NOT NULL default '', `country` varchar(32) NOT NULL default 'US', `zip` varchar(32) NOT NULL default '', `user_email` varchar(255) default NULL, `extra_field_1` varchar(255) default NULL, `extra_field_2` varchar(255) default NULL, `extra_field_3` varchar(255) default NULL, `extra_field_4` char(1) default NULL, `extra_field_5` char(1) default NULL, `bank_account_nr` varchar(32) NOT NULL default '', `bank_name` varchar(32) NOT NULL default '', `bank_sort_code` varchar(16) NOT NULL default '', `bank_iban` varchar(64) NOT NULL default '', `bank_account_holder` varchar(48) NOT NULL default '', `bank_account_type` enum('Checking','Business Checking','Savings') NOT NULL default 'Checking', PRIMARY KEY (`order_info_id`), KEY `idx_order_info_order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores the BillTo and ShipTo Information at order time'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_order_user_info` -- LOCK TABLES `jos_vm_order_user_info` WRITE; /*!40000 ALTER TABLE `jos_vm_order_user_info` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_order_user_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_orders` -- DROP TABLE IF EXISTS `jos_vm_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_orders` ( `order_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `vendor_id` int(11) NOT NULL default '0', `order_number` varchar(32) default NULL, `user_info_id` varchar(32) default NULL, `order_total` decimal(15,2) NOT NULL default '0.00', `order_subtotal` decimal(15,5) default NULL, `order_tax` decimal(10,2) default NULL, `order_tax_details` text NOT NULL, `order_shipping` decimal(10,2) default NULL, `order_shipping_tax` decimal(10,2) default NULL, `coupon_discount` decimal(12,2) NOT NULL default '0.00', `order_discount` decimal(12,2) NOT NULL default '0.00', `order_currency` varchar(16) default NULL, `order_status` char(1) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `ship_method_id` varchar(255) default NULL, `customer_note` text NOT NULL, `ip_address` varchar(15) NOT NULL default '', PRIMARY KEY (`order_id`), KEY `idx_orders_user_id` (`user_id`), KEY `idx_orders_vendor_id` (`vendor_id`), KEY `idx_orders_order_number` (`order_number`), KEY `idx_orders_user_info_id` (`user_info_id`), KEY `idx_orders_ship_method_id` (`ship_method_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Used to store all orders'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_orders` -- LOCK TABLES `jos_vm_orders` WRITE; /*!40000 ALTER TABLE `jos_vm_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_payment_method` -- DROP TABLE IF EXISTS `jos_vm_payment_method`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_payment_method` ( `payment_method_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) default NULL, `payment_method_name` varchar(255) default NULL, `payment_class` varchar(50) NOT NULL default '', `shopper_group_id` int(11) default NULL, `payment_method_discount` decimal(12,2) default NULL, `list_order` int(11) default NULL, `payment_method_code` varchar(8) default NULL, `enable_processor` char(1) default NULL, `is_creditcard` tinyint(1) NOT NULL default '0', `payment_enabled` char(1) NOT NULL default 'N', `accepted_creditcards` varchar(128) NOT NULL default '', `payment_extrainfo` text NOT NULL, `payment_passkey` blob NOT NULL, PRIMARY KEY (`payment_method_id`), KEY `idx_payment_method_vendor_id` (`vendor_id`), KEY `idx_payment_method_name` (`payment_method_name`), KEY `idx_payment_method_list_order` (`list_order`), KEY `idx_payment_method_shopper_group_id` (`shopper_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COMMENT='The payment methods of your store'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_payment_method` -- LOCK TABLES `jos_vm_payment_method` WRITE; /*!40000 ALTER TABLE `jos_vm_payment_method` DISABLE KEYS */; INSERT INTO `jos_vm_payment_method` VALUES (1,1,'Purchase Order','',6,'0.00',4,'PO','N',0,'N','','',''),(2,1,'Cash On Delivery','',5,'-2.00',5,'COD','N',0,'N','','',''),(3,1,'Credit Card','ps_authorize',5,'0.00',0,'AN','Y',0,'N','1,2,6,7,','',''),(4,1,'PayPal','ps_paypal',5,'0.00',0,'PP','P',0,'Y','','\n<?php\n$url = \"https://www.paypal.com/cgi-bin/webscr\";\n$tax_total = $db->f(\"order_tax\") + $db->f(\"order_shipping_tax\");\n$discount_total = $db->f(\"coupon_discount\") + $db->f(\"order_discount\");\n$post_variables = Array(\n\"cmd\" => \"_xclick\",\n\"business\" => PAYPAL_EMAIL,\n\"receiver_email\" => PAYPAL_EMAIL,\n\"item_name\" => $VM_LANG->_PHPSHOP_ORDER_PRINT_PO_NUMBER.\": \". $db->f(\"order_id\"),\n\"order_id\" => $db->f(\"order_id\"),\n\"invoice\" => $db->f(\"order_number\"),\n\"amount\" => round( $db->f(\"order_subtotal\")+$tax_total-$discount_total, 2),\n\"shipping\" => sprintf(\"%.2f\", $db->f(\"order_shipping\")),\n\"currency_code\" => $_SESSION[\'vendor_currency\'],\"first_name\" => $dbbt->f(\'first_name\'),\n\"last_name\" => $dbbt->f(\'last_name\'),\n\"address_street\" => $dbbt->f(\'address_1\'),\n\"address_zip\" => $dbbt->f(\'zip\'),\n\"address_city\" => $dbbt->f(\'city\'),\n\"address_state\" => $dbbt->f(\'state\'),\n\"address_country\" => $dbbt->f(\'country\'),\n\"image_url\" => $vendor_image_url,\n\"return\" => SECUREURL .\"index.php?option=com_virtuemart&page=checkout.result&order_id=\".$db->f(\"order_id\"),\n\"notify_url\" => SECUREURL .\"administrator/components/com_virtuemart/notify.php\",\n\"cancel_return\" => SECUREURL .\"index.php\",\n\"undefined_quantity\" => \"0\",\n\"test_ipn\" => PAYPAL_DEBUG,\n\"pal\" => \"NRUBJXESJTY24\",\n\"no_shipping\" => \"1\",\n\"no_note\" => \"1\"\n);\nif( $page == \"checkout.thankyou\" ) {\n$query_string = \"?\";\nforeach( $post_variables as $name => $value ) {\n$query_string .= $name. \"=\" . urlencode($value) .\"&\";\n}\nmosRedirect( $url . $query_string );\n} else {\n\necho \'<form action=\"\'.$url.\'\" method=\"post\" target=\"_blank\">\';\necho \'<input type=\"image\" name=\"submit\" src=\"http://images.paypal.com/images/x-click-but6.gif\" border=\"0\" alt=\"Make payments with PayPal, it is fast, free, and secure!\" />\';\n\nforeach( $post_variables as $name => $value ) {\necho \'<input type=\"hidden\" name=\"\'.$name.\'\" value=\"\'.$value.\'\" />\';\n}\n\necho \'</form>\';\n\n}\n?>',''),(5,1,'PayMate','ps_paymate',5,'0.00',0,'PM','P',0,'N','','<script type=\"text/javascript\" language=\"javascript\">\n function openExpress(){\n var url = \'https://www.paymate.com.au/PayMate/ExpressPayment?mid=<?php echo PAYMATE_USERNAME.\n \"&amt=\".$db->f(\"order_total\").\n \"¤cy=\".$_SESSION[\'vendor_currency\'].\n \"&ref=\".$db->f(\"order_id\").\n \"&pmt_sender_email=\".$user->email.\n \"&pmt_contact_firstname=\".$user->first_name.\n \"&pmt_contact_surname=\".$user->last_name.\n \"®indi_address1=\".$user->address_1.\n \"®indi_address2=\".$user->address_2.\n \"®indi_sub=\".$user->city.\n \"®indi_pcode=\".$user->zip;?>\'\n var newWin = window.open(url, \'wizard\', \'height=640,width=500,scrollbars=0,toolbar=no\');\n self.name = \'parent\';\n newWin.focus();\n }\n </script>\n <div align=\"center\">\n <p>\n <a href=\"javascript:openExpress();\">\n <img src=\"https://www.paymate.com.au/homepage/images/butt_PayNow.gif\" border=\"0\" alt=\"Pay with Paymate Express\">\n <br />click here to pay your account</a>\n </p>\n </div>',''),(6,1,'WorldPay','ps_worldpay',5,'0.00',0,'WP','P',0,'N','','<form action=\"https://select.worldpay.com/wcc/purchase\" method=\"post\">\n <input type=hidden name=\"testMode\" value=\"100\"> \n <input type=\"hidden\" name=\"instId\" value=\"<?php echo WORLDPAY_INST_ID ?>\" />\n <input type=\"hidden\" name=\"cartId\" value=\"<?php echo $db->f(\"order_id\") ?>\" />\n <input type=\"hidden\" name=\"amount\" value=\"<?php echo $db->f(\"order_total\") ?>\" />\n <input type=\"hidden\" name=\"currency\" value=\"<?php echo $_SESSION[\'vendor_currency\'] ?>\" />\n <input type=\"hidden\" name=\"desc\" value=\"Products\" />\n <input type=\"hidden\" name=\"email\" value=\"<?php echo $user->email?>\" />\n <input type=\"hidden\" name=\"address\" value=\"<?php echo $user->address_1?>
<?php echo $user->address_2?>
<?php echo\n $user->city?>
<?php echo $user->state?>\" />\n <input type=\"hidden\" name=\"name\" value=\"<?php echo $user->title?><?php echo $user->first_name?>. <?php echo $user->middle_name?><?php echo $user->last_name?>\" />\n <input type=\"hidden\" name=\"country\" value=\"<?php echo $user->country?>\"/>\n <input type=\"hidden\" name=\"postcode\" value=\"<?php echo $user->zip?>\" />\n <input type=\"hidden\" name=\"tel\" value=\"<?php echo $user->phone_1?>\">\n <input type=\"hidden\" name=\"withDelivery\" value=\"true\">\n <br />\n <input type=\"submit\" value =\"PROCEED TO PAYMENT PAGE\" />\n </form>',''),(7,1,'2Checkout','ps_twocheckout',5,'0.00',0,'2CO','P',0,'N','','<?php\n $q = \"SELECT * FROM #__users WHERE user_info_id=\'\".$db->f(\"user_info_id\").\"\'\"; \n $dbbt = new ps_DB;\n $dbbt->setQuery($q);\n $dbbt->query();\n $dbbt->next_record(); \n // Get ship_to information\n if( $db->f(\"user_info_id\") != $dbbt->f(\"user_info_id\")) {\n $q2 = \"SELECT * FROM #__vm_user_info WHERE user_info_id=\'\".$db->f(\"user_info_id\").\"\'\"; \n $dbst = new ps_DB;\n $dbst->setQuery($q2);\n $dbst->query();\n $dbst->next_record();\n }\n else {\n $dbst = $dbbt;\n }\n \n //Authnet vars to send\n $formdata = array (\n \'x_login\' => TWOCO_LOGIN,\n \'x_email_merchant\' => ((TWOCO_MERCHANT_EMAIL == \'True\') ? \'TRUE\' : \'FALSE\'),\n \n // Customer Name and Billing Address\n \'x_first_name\' => $dbbt->f(\"first_name\"),\n \'x_last_name\' => $dbbt->f(\"last_name\"),\n \'x_company\' => $dbbt->f(\"company\"),\n \'x_address\' => $dbbt->f(\"address_1\"),\n \'x_city\' => $dbbt->f(\"city\"),\n \'x_state\' => $dbbt->f(\"state\"),\n \'x_zip\' => $dbbt->f(\"zip\"),\n \'x_country\' => $dbbt->f(\"country\"),\n \'x_phone\' => $dbbt->f(\"phone_1\"),\n \'x_fax\' => $dbbt->f(\"fax\"),\n \'x_email\' => $dbbt->f(\"email\"),\n \n // Customer Shipping Address\n \'x_ship_to_first_name\' => $dbst->f(\"first_name\"),\n \'x_ship_to_last_name\' => $dbst->f(\"last_name\"),\n \'x_ship_to_company\' => $dbst->f(\"company\"),\n \'x_ship_to_address\' => $dbst->f(\"address_1\"),\n \'x_ship_to_city\' => $dbst->f(\"city\"),\n \'x_ship_to_state\' => $dbst->f(\"state\"),\n \'x_ship_to_zip\' => $dbst->f(\"zip\"),\n \'x_ship_to_country\' => $dbst->f(\"country\"),\n \n \'x_invoice_num\' => $db->f(\"order_number\"),\n \'x_receipt_link_url\' => SECUREURL.\"2checkout_notify.php\"\n );\n \n if( TWOCO_TESTMODE == \"Y\" )\n $formdata[\'demo\'] = \"Y\";\n \n $version = \"2\";\n $url = \"https://www2.2checkout.com/2co/buyer/purchase\";\n $formdata[\'x_amount\'] = number_format($db->f(\"order_total\"), 2, \'.\', \'\');\n \n //build the post string\n $poststring = \'\';\n foreach($formdata AS $key => $val){\n $poststring .= \"<input type=\'hidden\' name=\'$key\' value=\'$val\' />\n \";\n }\n \n ?>\n <form action=\"<?php echo $url ?>\" method=\"post\" target=\"_blank\">\n <?php echo $poststring ?>\n <p>Click on the Image below to pay...</p>\n <input type=\"image\" name=\"submit\" src=\"https://www.2checkout.com/images/buy_logo.gif\" border=\"0\" alt=\"Make payments with 2Checkout, it\'s fast and secure!\" title=\"Pay your Order with 2Checkout, it\'s fast and secure!\" />\n </form>',''),(8,1,'NoChex','ps_nochex',5,'0.00',0,'NOCHEX','P',0,'N','','<form action=\"https://www.nochex.com/nochex.dll/checkout\" method=post target=\"_blank\"> \n <input type=\"hidden\" name=\"email\" value=\"<?php echo NOCHEX_EMAIL ?>\" />\n <input type=\"hidden\" name=\"amount\" value=\"<?php printf(\"%.2f\", $db->f(\"order_total\"))?>\" />\n <input type=\"hidden\" name=\"ordernumber\" value=\"<?php $db->p(\"order_id\") ?>\" />\n <input type=\"hidden\" name=\"logo\" value=\"<?php echo $vendor_image_url ?>\" />\n <input type=\"hidden\" name=\"returnurl\" value=\"<?php echo SECUREURL .\"index.php?option=com_virtuemart&page=checkout.result&order_id=\".$db->f(\"order_id\") ?>\" />\n <input type=\"image\" name=\"submit\" src=\"http://www.nochex.com/web/images/paymeanimated.gif\"> \n </form>',''),(9,1,'Credit Card (PayMeNow)','ps_paymenow',5,'0.00',0,'PN','Y',0,'N','1,2,3,','',''),(10,1,'eWay','ps_eway',5,'0.00',0,'EWAY','Y',0,'N','','',''),(11,1,'eCheck.net','ps_echeck',5,'0.00',0,'ECK','B',0,'N','','',''),(12,1,'Credit Card (eProcessingNetwork)','ps_epn',5,'0.00',0,'EPN','Y',0,'N','1,2,3,','',''),(13,1,'iKobo','',5,'0.00',0,'IK','P',0,'N','','<form action=\"https://www.iKobo.com/store/index.php\" method=\"post\"> \n <input type=\"hidden\" name=\"cmd\" value=\"cart\" />Click on the image below to Pay with iKobo\n <input type=\"image\" src=\"https://www.ikobo.com/merchant/buttons/ikobo_pay1.gif\" name=\"submit\" alt=\"Pay with iKobo\" /> \n <input type=\"hidden\" name=\"poid\" value=\"USER_ID\" /> \n <input type=\"hidden\" name=\"item\" value=\"Order: <?php $db->p(\"order_id\") ?>\" /> \n <input type=\"hidden\" name=\"price\" value=\"<?php printf(\"%.2f\", $db->f(\"order_total\"))?>\" /> \n <input type=\"hidden\" name=\"firstname\" value=\"<?php echo $user->first_name?>\" /> \n <input type=\"hidden\" name=\"lastname\" value=\"<?php echo $user->last_name?>\" /> \n <input type=\"hidden\" name=\"address\" value=\"<?php echo $user->address_1?>
<?php echo $user->address_2?>\" /> \n <input type=\"hidden\" name=\"city\" value=\"<?php echo $user->city?>\" /> \n <input type=\"hidden\" name=\"state\" value=\"<?php echo $user->state?>\" /> \n <input type=\"hidden\" name=\"zip\" value=\"<?php echo $user->zip?>\" /> \n <input type=\"hidden\" name=\"phone\" value=\"<?php echo $user->phone_1?>\" /> \n <input type=\"hidden\" name=\"email\" value=\"<?php echo $user->email?>\" /> \n </form> >',''),(14,1,'iTransact','',5,'0.00',0,'ITR','P',0,'N','','<?php\n //your iTransact account details\n $vendorID = \"XXXXX\";\n global $vendor_name;\n $mername = $vendor_name;\n \n //order details\n $total = $db->f(\"order_total\");$first_name = $user->first_name;$last_name = $user->last_name;$address = $user->address_1;$city = $user->city;$state = $user->state;$zip = $user->zip;$country = $user->country;$email = $user->email;$phone = $user->phone_1;$home_page = $mosConfig_live_site.\"/index.php\";$ret_addr = $mosConfig_live_site.\"/index.php\";$cc_payment_image = $mosConfig_live_site.\"/components/com_virtuemart/shop_image/ps_image/cc_payment.jpg\";\n ?>\n <form action=\"https://secure.paymentclearing.com/cgi-bin/mas/split.cgi\" method=\"POST\"> \n <input type=\"hidden\" name=\"vendor_id\" value=\"<?php echo $vendorID; ?>\" />\n <input type=\"hidden\" name=\"home_page\" value=\"<?php echo $home_page; ?>\" />\n <input type=\"hidden\" name=\"ret_addr\" value=\"<?php echo $ret_addr; ?>\" />\n <input type=\"hidden\" name=\"mername\" value=\"<?php echo $mername; ?>\" />\n <!--Enter text in the next value that should appear on the bottom of the order form.-->\n <INPUT type=\"hidden\" name=\"mertext\" value=\"\" />\n <!--If you are accepting checks, enter the number 1 in the next value. Enter the number 0 if you are not accepting checks.-->\n <INPUT type=\"hidden\" name=\"acceptchecks\" value=\"0\" />\n <!--Enter the number 1 in the next value if you want to allow pre-registered customers to pay with a check. Enter the number 0 if not.-->\n <INPUT type=\"hidden\" name=\"allowreg\" value=\"0\" />\n <!--If you are set up with Check Guarantee, enter the number 1 in the next value. Enter the number 0 if not.-->\n <INPUT type=\"hidden\" name=\"checkguar\" value=\"0\" />\n <!--Enter the number 1 in the next value if you are accepting credit card payments. Enter the number zero if not.-->\n <INPUT type=\"hidden\" name=\"acceptcards\" value=\"1\">\n <!--Enter the number 1 in the next value if you want to allow a separate mailing address for credit card orders. Enter the number 0 if not.-->\n <INPUT type=\"hidden\" name=\"altaddr\" value=\"0\" />\n <!--Enter the number 1 in the next value if you want the customer to enter the CVV number for card orders. Enter the number 0 if not.-->\n <INPUT type=\"hidden\" name=\"showcvv\" value=\"1\" />\n \n <input type=\"hidden\" name=\"1-desc\" value=\"Order Total\" />\n <input type=\"hidden\" name=\"1-cost\" value=\"<?php echo $total; ?>\" />\n <input type=\"hidden\" name=\"1-qty\" value=\"1\" />\n <input type=\"hidden\" name=\"total\" value=\"<?php echo $total; ?>\" />\n <input type=\"hidden\" name=\"first_name\" value=\"<?php echo $first_name; ?>\" />\n <input type=\"hidden\" name=\"last_name\" value=\"<?php echo $last_name; ?>\" />\n <input type=\"hidden\" name=\"address\" value=\"<?php echo $address; ?>\" />\n <input type=\"hidden\" name=\"city\" value=\"<?php echo $city; ?>\" />\n <input type=\"hidden\" name=\"state\" value=\"<?php echo $state; ?>\" />\n <input type=\"hidden\" name=\"zip\" value=\"<?php echo $zip; ?>\" />\n <input type=\"hidden\" name=\"country\" value=\"<?php echo $country; ?>\" />\n <input type=\"hidden\" name=\"phone\" value=\"<?php echo $phone; ?>\" />\n <input type=\"hidden\" name=\"email\" value=\"<?php echo $email; ?>\" />\n <p><input type=\"image\" alt=\"Process Secure Credit Card Transaction using iTransact\" border=\"0\" height=\"60\" width=\"210\" src=\"<?php echo $cc_payment_image; ?>\" /> </p>\n </form>',''),(15,1,'Dankort / PBS','ps_pbs',5,'0.00',0,'PBS','P',0,'N','','',''),(16,1,'Verisign PayFlow Pro','ps_pfp',5,'0.00',0,'PFP','Y',0,'Y','1,2,6,7,','',''); /*!40000 ALTER TABLE `jos_vm_payment_method` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product` -- DROP TABLE IF EXISTS `jos_vm_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product` ( `product_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) NOT NULL default '0', `product_parent_id` int(11) NOT NULL default '0', `product_sku` varchar(64) NOT NULL default '', `product_s_desc` varchar(255) default NULL, `product_desc` text, `product_thumb_image` varchar(255) default NULL, `product_full_image` varchar(255) default NULL, `product_publish` char(1) default NULL, `product_weight` decimal(10,4) default NULL, `product_weight_uom` varchar(32) default 'pounds.', `product_length` decimal(10,4) default NULL, `product_width` decimal(10,4) default NULL, `product_height` decimal(10,4) default NULL, `product_lwh_uom` varchar(32) default 'inches', `product_url` varchar(255) default NULL, `product_in_stock` int(11) default NULL, `product_available_date` int(11) default NULL, `product_availability` varchar(56) NOT NULL default '', `product_special` char(1) default NULL, `product_discount_id` int(11) default NULL, `ship_code_id` int(11) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `product_name` varchar(64) default NULL, `product_sales` int(11) NOT NULL default '0', `attribute` text, `custom_attribute` text NOT NULL, `product_tax_id` tinyint(2) NOT NULL default '0', `product_unit` varchar(32) default NULL, `product_packaging` int(11) default NULL, PRIMARY KEY (`product_id`), KEY `idx_product_vendor_id` (`vendor_id`), KEY `idx_product_product_parent_id` (`product_parent_id`), KEY `idx_product_sku` (`product_sku`), KEY `idx_product_ship_code_id` (`ship_code_id`), KEY `idx_product_name` (`product_name`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1 COMMENT='All products are stored here.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product` -- LOCK TABLES `jos_vm_product` WRITE; /*!40000 ALTER TABLE `jos_vm_product` DISABLE KEYS */; INSERT INTO `jos_vm_product` VALUES (18,1,0,'p204c','Replacement elbow pad for the Precor 204 Camber Curl machine','<p>Replacement elbow pad for the Precor 204 Camber Curl machine</p><p>Please choose the color you would like</p>','bc379db5df7b93907e669493d089a6aa.gif','85813e5f71527771e5934bd2eceba53b.gif','Y','2.0000','pounds','0.0000','0.0000','0.0000','inches','',0,1199768400,'2-3d.gif','N',0,NULL,1199846302,1200330679,'Elbow Pad',0,'','',2,'piece',0),(19,1,0,'Perip1','Professional pad installation kit','Our professional tool kit provides an easy method for pad installation using the existing hardware. Kit includes drill bits, stop collars, hex drive, hex bits, and threaded inserts in three standard sizes. Convenient carrying case with instructions enclosed','79adcb3892cb34ef0885589cf64a03b2.jpg','d1c6f07f576184610cd5d84007653614.jpg','Y','3.0000','pounds','0.0000','0.0000','0.0000','inches','',0,1199768400,'2-3d.gif','N',0,NULL,1199849338,1199849338,'Inshape Padding\\\'s Professional Tool Installation Kit',0,'','',2,'piece',0),(4,1,0,'p204b','Replacement seat pad','<p>Replacement Camber Curl machine seat pad</p><p>Please choose from the available colors</p>','976de952e850756805c758629f394e52.gif','7cc90eb1a62349fef23b70b00896f5cc.gif','Y','2.0000','pounds','0.0000','0.0000','0.0000','inches','',98,-68400,'2-3d.gif','N',0,NULL,950320378,1200330734,'Seat',0,'Color,White,Black,Grey,Red,Orange,Yellow,Green,Blue,Turqious,Purple,Silver','',2,'',0),(23,1,0,'p208b','Replacement Seat Pad','Replacement Seat Pad','71a324b2532d755ed06c955290024b71.gif','8f138d098f4aa5bd8c7f0ba0231e54bd.gif','Y','0.5000','pounds','0.0000','0.0000','0.0000','inches','',0,1200286800,'','N',0,NULL,1200364654,1200364654,'Seat',0,'Color,Red,Orange,Yellow,Green,Blue,Purple,White,Black,Grey,Silver,Turquois','',2,'piece',0),(24,1,0,'p208c','Replacement Back Pad','Replacement Back Pad ','b5e042d78970bdf55769327fb002d8a1.gif','c26e19c8abbf08a43b0ea3f535594c21.gif','Y','1.0000','pounds','0.0000','0.0000','0.0000','inches','',0,1200286800,'2-3d.gif','N',0,NULL,1200364914,1200364914,'Back Pad',0,'Color,Red,Orange,Yellow,Green,Blue,Purple,White,Black,Grey,Silver,Turquois','',2,'piece',0),(20,1,0,'p205a','Replacement Elbow Pad','<p>Replacement Elbow Pad </p>','1b7e672094927f053d730544a2d6ea11.gif','0c6b51bbf52f63c1c8f025be0a3801d1.gif','Y','0.5000','pounds','0.0000','0.0000','0.0000','inches','',0,1200286800,'2-3d.gif','N',0,NULL,1200363705,1200363705,'Elbow Pad',0,'Color,Red,Orange,Yellow,Green,Blue,Purple,Black,Silver,White,Grey','',2,'piece',0),(21,1,0,'p205b','Replacement Seat Pad for Bicep Curl Machine','Replacement Seat Pad for Bicep Curl Machine','a73bc0728f4a018a3ecb2322e5e292cc.gif','864765cd6a499c44222a76b70a442f1e.gif','Y','0.5000','pounds','0.0000','0.0000','0.0000','inches','',0,1200286800,'2-3d.gif','N',0,NULL,1200363936,1200363936,'Seat',0,'Color,Red,Orange,Yellow,Green,Blue,Purple,Black,White,Silver,Grey,Turqouis','',2,'piece',0),(22,1,0,'p208a','Replacement Elbow Pad','Replacement Elbow Pad','761614d8463ee221c95912881c4cc5d0.gif','7e56c6d8ba8da75f0e47b2559d11ea22.gif','Y','0.5000','pounds','0.0000','0.0000','0.0000','inches','',0,1200286800,'2-3d.gif','N',0,NULL,1200364367,1200364367,'Elbow Pad',0,'Color,Red,Orange,Yellow,Green,Blue,Purple,White,Black,Grey,Silver,Turquois','',2,'piece',0),(17,1,0,'p204','','Please choose the color of your choice.','8bc2d8688e30e611bcb0f58c88e10369.gif','f97db1ba965c281010bb06c0db87b770.gif','Y','0.0000','pounds','0.0000','0.0000','0.0000','inches','',0,-68400,'','N',0,NULL,1199409162,1200330756,'Wear Cover',0,'Color,Black,Grey,Blue,Red,White,Silver','',2,'piece',0); /*!40000 ALTER TABLE `jos_vm_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_attribute` -- DROP TABLE IF EXISTS `jos_vm_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_attribute` ( `product_id` int(11) NOT NULL default '0', `attribute_name` char(255) NOT NULL default '', `attribute_value` char(255) NOT NULL default '', KEY `idx_product_attribute_product_id` (`product_id`), KEY `idx_product_attribute_name` (`attribute_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores attributes + their specific values for Child Products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_attribute` -- LOCK TABLES `jos_vm_product_attribute` WRITE; /*!40000 ALTER TABLE `jos_vm_product_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_attribute_sku` -- DROP TABLE IF EXISTS `jos_vm_product_attribute_sku`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_attribute_sku` ( `product_id` int(11) NOT NULL default '0', `attribute_name` char(255) NOT NULL default '', `attribute_list` int(11) NOT NULL default '0', KEY `idx_product_attribute_sku_product_id` (`product_id`), KEY `idx_product_attribute_sku_attribute_name` (`attribute_name`), KEY `idx_product_attribute_list` (`attribute_list`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Attributes for a Parent Product used by its Child Products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_attribute_sku` -- LOCK TABLES `jos_vm_product_attribute_sku` WRITE; /*!40000 ALTER TABLE `jos_vm_product_attribute_sku` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_attribute_sku` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_category_xref` -- DROP TABLE IF EXISTS `jos_vm_product_category_xref`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_category_xref` ( `category_id` int(11) NOT NULL default '0', `product_id` int(11) NOT NULL default '0', `product_list` int(11) default NULL, KEY `idx_product_category_xref_category_id` (`category_id`), KEY `idx_product_category_xref_product_id` (`product_id`), KEY `idx_product_category_xref_product_list` (`product_list`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Maps Products to Categories'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_category_xref` -- LOCK TABLES `jos_vm_product_category_xref` WRITE; /*!40000 ALTER TABLE `jos_vm_product_category_xref` DISABLE KEYS */; INSERT INTO `jos_vm_product_category_xref` VALUES (8,22,NULL),(7,21,NULL),(6,18,NULL),(6,4,NULL),(7,20,NULL),(8,23,NULL),(8,24,NULL),(30,19,NULL),(6,17,NULL); /*!40000 ALTER TABLE `jos_vm_product_category_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_discount` -- DROP TABLE IF EXISTS `jos_vm_product_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_discount` ( `discount_id` int(11) NOT NULL auto_increment, `amount` decimal(12,2) NOT NULL default '0.00', `is_percent` tinyint(1) NOT NULL default '0', `start_date` int(11) NOT NULL default '0', `end_date` int(11) NOT NULL default '0', PRIMARY KEY (`discount_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Discounts that can be assigned to products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_discount` -- LOCK TABLES `jos_vm_product_discount` WRITE; /*!40000 ALTER TABLE `jos_vm_product_discount` DISABLE KEYS */; INSERT INTO `jos_vm_product_discount` VALUES (1,'20.00',1,1097704800,1194390000),(2,'2.00',0,1098655200,0); /*!40000 ALTER TABLE `jos_vm_product_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_download` -- DROP TABLE IF EXISTS `jos_vm_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_download` ( `product_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `end_date` int(11) NOT NULL default '0', `download_max` int(11) NOT NULL default '0', `download_id` varchar(32) NOT NULL default '', `file_name` varchar(255) NOT NULL default '', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Active downloads for selling downloadable goods'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_download` -- LOCK TABLES `jos_vm_product_download` WRITE; /*!40000 ALTER TABLE `jos_vm_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_files` -- DROP TABLE IF EXISTS `jos_vm_product_files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_files` ( `file_id` int(19) NOT NULL auto_increment, `file_product_id` int(11) NOT NULL default '0', `file_name` varchar(128) NOT NULL default '', `file_title` varchar(128) NOT NULL default '', `file_description` mediumtext NOT NULL, `file_extension` varchar(128) NOT NULL default '', `file_mimetype` varchar(64) NOT NULL default '', `file_url` varchar(254) NOT NULL default '', `file_published` tinyint(1) NOT NULL default '0', `file_is_image` tinyint(1) NOT NULL default '0', `file_image_height` int(11) NOT NULL default '0', `file_image_width` int(11) NOT NULL default '0', `file_image_thumb_height` int(11) NOT NULL default '50', `file_image_thumb_width` int(11) NOT NULL default '0', PRIMARY KEY (`file_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Additional Images and Files which are assigned to products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_files` -- LOCK TABLES `jos_vm_product_files` WRITE; /*!40000 ALTER TABLE `jos_vm_product_files` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_mf_xref` -- DROP TABLE IF EXISTS `jos_vm_product_mf_xref`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_mf_xref` ( `product_id` int(11) default NULL, `manufacturer_id` int(11) default NULL, KEY `idx_product_mf_xref_product_id` (`product_id`), KEY `idx_product_mf_xref_manufacturer_id` (`manufacturer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Maps a product to a manufacturer'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_mf_xref` -- LOCK TABLES `jos_vm_product_mf_xref` WRITE; /*!40000 ALTER TABLE `jos_vm_product_mf_xref` DISABLE KEYS */; INSERT INTO `jos_vm_product_mf_xref` VALUES (21,1),(18,1),(4,1),(20,1),(19,1),(24,1),(23,1),(22,1),(17,1); /*!40000 ALTER TABLE `jos_vm_product_mf_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_price` -- DROP TABLE IF EXISTS `jos_vm_product_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_price` ( `product_price_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `product_price` decimal(12,5) default NULL, `product_currency` char(16) default NULL, `product_price_vdate` int(11) default NULL, `product_price_edate` int(11) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `shopper_group_id` int(11) default NULL, `price_quantity_start` int(11) unsigned NOT NULL default '0', `price_quantity_end` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`product_price_id`), KEY `idx_product_price_product_id` (`product_id`), KEY `idx_product_price_shopper_group_id` (`shopper_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1 COMMENT='Holds price records for a product'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_price` -- LOCK TABLES `jos_vm_product_price` WRITE; /*!40000 ALTER TABLE `jos_vm_product_price` DISABLE KEYS */; INSERT INTO `jos_vm_product_price` VALUES (20,20,'64.15094','USD',0,0,1200363705,1200363705,5,0,0),(21,21,'33.96226','USD',0,0,1200363936,1200363936,5,0,0),(18,18,'64.15094','USD',0,0,1199846377,1200330679,5,0,0),(5,4,'33.96226','USD',0,0,950321385,1200330734,5,0,0),(19,19,'46.14319','USD',0,0,1199849338,1199849338,5,0,0),(24,24,'35.84906','USD',0,0,1200364914,1200364914,5,0,0),(23,23,'33.96226','USD',0,0,1200364654,1200364654,5,0,0),(22,22,'64.15094','USD',0,0,1200364367,1200364367,5,0,0),(17,17,'16.98113','USD',0,0,1199409278,1200330756,5,0,0); /*!40000 ALTER TABLE `jos_vm_product_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_product_type_xref` -- DROP TABLE IF EXISTS `jos_vm_product_product_type_xref`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_product_type_xref` ( `product_id` int(11) NOT NULL default '0', `product_type_id` int(11) NOT NULL default '0', KEY `idx_product_product_type_xref_product_id` (`product_id`), KEY `idx_product_product_type_xref_product_type_id` (`product_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Maps products to a product type'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_product_type_xref` -- LOCK TABLES `jos_vm_product_product_type_xref` WRITE; /*!40000 ALTER TABLE `jos_vm_product_product_type_xref` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_product_type_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_relations` -- DROP TABLE IF EXISTS `jos_vm_product_relations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_relations` ( `product_id` int(11) NOT NULL default '0', `related_products` text, PRIMARY KEY (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_relations` -- LOCK TABLES `jos_vm_product_relations` WRITE; /*!40000 ALTER TABLE `jos_vm_product_relations` DISABLE KEYS */; INSERT INTO `jos_vm_product_relations` VALUES (4,'18|17'); /*!40000 ALTER TABLE `jos_vm_product_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_reviews` -- DROP TABLE IF EXISTS `jos_vm_product_reviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_reviews` ( `product_id` varchar(255) NOT NULL default '', `comment` text NOT NULL, `userid` int(11) NOT NULL default '0', `time` int(11) NOT NULL default '0', `user_rating` tinyint(1) NOT NULL default '0', `review_ok` int(11) NOT NULL default '0', `review_votes` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_reviews` -- LOCK TABLES `jos_vm_product_reviews` WRITE; /*!40000 ALTER TABLE `jos_vm_product_reviews` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_type` -- DROP TABLE IF EXISTS `jos_vm_product_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_type` ( `product_type_id` int(11) NOT NULL auto_increment, `product_type_name` varchar(255) NOT NULL default '', `product_type_description` text, `product_type_publish` char(1) default NULL, `product_type_browsepage` varchar(255) default NULL, `product_type_flypage` varchar(255) default NULL, `product_type_list_order` int(11) default NULL, PRIMARY KEY (`product_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_type` -- LOCK TABLES `jos_vm_product_type` WRITE; /*!40000 ALTER TABLE `jos_vm_product_type` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_type_parameter` -- DROP TABLE IF EXISTS `jos_vm_product_type_parameter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_type_parameter` ( `product_type_id` int(11) NOT NULL default '0', `parameter_name` varchar(255) NOT NULL default '', `parameter_label` varchar(255) NOT NULL default '', `parameter_description` text, `parameter_list_order` int(11) NOT NULL default '0', `parameter_type` char(1) NOT NULL default 'T', `parameter_values` varchar(255) default NULL, `parameter_multiselect` char(1) default NULL, `parameter_default` varchar(255) default NULL, `parameter_unit` varchar(32) default NULL, PRIMARY KEY (`product_type_id`,`parameter_name`), KEY `idx_product_type_parameter_product_type_id` (`product_type_id`), KEY `idx_product_type_parameter_parameter_order` (`parameter_list_order`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Parameters which are part of a product type'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_type_parameter` -- LOCK TABLES `jos_vm_product_type_parameter` WRITE; /*!40000 ALTER TABLE `jos_vm_product_type_parameter` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_type_parameter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_product_votes` -- DROP TABLE IF EXISTS `jos_vm_product_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_product_votes` ( `product_id` int(255) NOT NULL default '0', `votes` text NOT NULL, `allvotes` int(11) NOT NULL default '0', `rating` tinyint(1) NOT NULL default '0', `lastip` varchar(50) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores all votes for a product'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_product_votes` -- LOCK TABLES `jos_vm_product_votes` WRITE; /*!40000 ALTER TABLE `jos_vm_product_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_product_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_shipping_carrier` -- DROP TABLE IF EXISTS `jos_vm_shipping_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_shipping_carrier` ( `shipping_carrier_id` int(11) NOT NULL auto_increment, `shipping_carrier_name` char(80) NOT NULL default '', `shipping_carrier_list_order` int(11) NOT NULL default '0', PRIMARY KEY (`shipping_carrier_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Shipping Carriers as used by the Standard Shipping Module'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_shipping_carrier` -- LOCK TABLES `jos_vm_shipping_carrier` WRITE; /*!40000 ALTER TABLE `jos_vm_shipping_carrier` DISABLE KEYS */; INSERT INTO `jos_vm_shipping_carrier` VALUES (1,'DHL',0),(2,'UPS',1); /*!40000 ALTER TABLE `jos_vm_shipping_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_shipping_rate` -- DROP TABLE IF EXISTS `jos_vm_shipping_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_shipping_rate` ( `shipping_rate_id` int(11) NOT NULL auto_increment, `shipping_rate_name` varchar(255) NOT NULL default '', `shipping_rate_carrier_id` int(11) NOT NULL default '0', `shipping_rate_country` text NOT NULL, `shipping_rate_zip_start` varchar(32) NOT NULL default '', `shipping_rate_zip_end` varchar(32) NOT NULL default '', `shipping_rate_weight_start` decimal(10,3) NOT NULL default '0.000', `shipping_rate_weight_end` decimal(10,3) NOT NULL default '0.000', `shipping_rate_value` decimal(10,2) NOT NULL default '0.00', `shipping_rate_package_fee` decimal(10,2) NOT NULL default '0.00', `shipping_rate_currency_id` int(11) NOT NULL default '0', `shipping_rate_vat_id` int(11) NOT NULL default '0', `shipping_rate_list_order` int(11) NOT NULL default '0', PRIMARY KEY (`shipping_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1 COMMENT='Shipping Rates, used by the Standard Shipping Module'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_shipping_rate` -- LOCK TABLES `jos_vm_shipping_rate` WRITE; /*!40000 ALTER TABLE `jos_vm_shipping_rate` DISABLE KEYS */; INSERT INTO `jos_vm_shipping_rate` VALUES (1,'Inland > 4kg',1,'DEU','00000','99999','0.000','4.000','5.62','2.00',47,0,1),(2,'Inland > 8kg',1,'DEU','00000','99999','4.000','8.000','6.39','2.00',47,0,2),(3,'Inland > 12kg',1,'DEU','00000','99999','8.000','12.000','7.16','2.00',47,0,3),(4,'Inland > 20kg',1,'DEU','00000','99999','12.000','20.000','8.69','2.00',47,0,4),(5,'EU+ > 4kg',1,'AND;BEL;DNK;FRO;FIN;FRA;GRC;GRL;GBR;IRL;ITA;LIE;LUX;MCO;NLD;AUT;POL;PRT;SMR;SWE;CHE;SVK;ESP;CZE','00000','99999','0.000','4.000','14.00','2.00',47,0,5),(6,'EU+ > 8kg',1,'AND;BEL;DNK;FRO;FIN;FRA;GRC;GRL;GBR;IRL;ITA;LIE;LUX;MCO;NLD;AUT;POL;PRT;SMR;SWE;CHE;SVK;ESP;CZE','00000','99999','4.000','8.000','18.00','2.00',47,0,6),(7,'EU+ > 12kg',1,'AND;BEL;DNK;FRO;FIN;FRA;GRC;GRL;GBR;IRL;ITA;LIE;LUX;MCO;NLD;AUT;POL;PRT;SMR;SWE;CHE;SVK;ESP;CZE','00000','99999','8.000','12.000','22.00','2.00',47,0,7),(8,'EU+ > 20kg',1,'AND;BEL;DNK;FRO;FIN;FRA;GRC;GRL;GBR;IRL;ITA;LIE;LUX;MCO;NLD;AUT;POL;PRT;SMR;SWE;CHE;SVK;ESP;CZE','00000','99999','12.000','20.000','30.00','2.00',47,0,8),(9,'Europe > 4kg',1,'ALB;ARM;AZE;BLR;BIH;BGR;EST;GEO;GIB;ISL;YUG;KAZ;HRV;LVA;LTU;MLT;MKD;MDA;NOR;ROM;RUS;SVN;TUR;UKR;HUN;BLR;CYP','00000','99999','0.000','4.000','23.00','2.00',47,0,9),(10,'Europe > 8kg',1,'ALB;ARM;AZE;BLR;BIH;BGR;EST;GEO;GIB;ISL;YUG;KAZ;HRV;LVA;LTU;MLT;MKD;MDA;NOR;ROM;RUS;SVN;TUR;UKR;HUN;BLR;CYP','00000','99999','4.000','8.000','29.00','2.00',47,0,10),(11,'Europe > 12kg',1,'ALB;ARM;AZE;BLR;BIH;BGR;EST;GEO;GIB;ISL;YUG;KAZ;HRV;LVA;LTU;MLT;MKD;MDA;NOR;ROM;RUS;SVN;TUR;UKR;HUN;BLR;CYP','00000','99999','8.000','12.000','36.00','2.00',47,0,11),(12,'Europe > 20kg',1,'ALB;ARM;AZE;BLR;BIH;BGR;EST;GEO;GIB;ISL;YUG;KAZ;HRV;LVA;LTU;MLT;MKD;MDA;NOR;ROM;RUS;SVN;TUR;UKR;HUN;BLR;CYP','00000','99999','12.000','20.000','48.00','2.00',47,0,12),(13,'World_1 > 4kg',1,'EGY;DZA;BHR;IRQ;IRN;ISR;YEM;JOR;CAN;QAT;KWT;LBN;LBY;MAR;OMN;SAU;SYR;TUN;ARE;USA','00000','99999','0.000','4.000','26.00','2.00',47,0,13),(14,'World_1 > 8kg',1,'EGY;DZA;BHR;IRQ;IRN;ISR;YEM;JOR;CAN;QAT;KWT;LBN;LBY;MAR;OMN;SAU;SYR;TUN;ARE;USA','00000','99999','4.000','8.000','35.00','2.00',47,0,14),(15,'World_1 >12kg',1,'EGY;DZA;BHR;IRQ;IRN;ISR;YEM;JOR;CAN;QAT;KWT;LBN;LBY;MAR;OMN;SAU;SYR;TUN;ARE;USA','00000','99999','8.000','12.000','43.00','2.00',47,0,15),(16,'World_1 >20kg',1,'EGY;DZA;BHR;IRQ;IRN;ISR;YEM;JOR;CAN;QAT;KWT;LBN;LBY;MAR;OMN;SAU;SYR;TUN;ARE;USA','00000','99999','12.000','20.000','59.00','2.00',47,0,16),(17,'World_2 > 4kg',1,'','00000','99999','0.000','4.000','32.00','2.00',47,0,17),(18,'World_2 > 8kg',1,'','00000','99999','4.000','8.000','47.00','2.00',47,0,18),(19,'World_2 > 12kg',1,'','00000','99999','8.000','12.000','61.00','2.00',47,0,19),(20,'World_2 > 20kg',1,'','00000','99999','12.000','20.000','90.00','2.00',47,0,20),(21,'UPS Express',2,'AND;BEL;DNK;FRO;FIN;FRA;GRC;GRL;GBR;IRL;ITA;LIE;LUX;MCO;NLD;AUT;POL;PRT;SMR;SWE;CHE;SVK;ESP;CZE','00000','99999','0.000','20.000','5.00','2.00',47,0,21); /*!40000 ALTER TABLE `jos_vm_shipping_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_shopper_group` -- DROP TABLE IF EXISTS `jos_vm_shopper_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_shopper_group` ( `shopper_group_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) default NULL, `shopper_group_name` varchar(32) default NULL, `shopper_group_desc` text, `shopper_group_discount` decimal(5,2) NOT NULL default '0.00', `show_price_including_tax` tinyint(1) NOT NULL default '1', `default` tinyint(1) NOT NULL default '0', PRIMARY KEY (`shopper_group_id`), KEY `idx_shopper_group_vendor_id` (`vendor_id`), KEY `idx_shopper_group_name` (`shopper_group_name`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COMMENT='Shopper Groups that users can be assigned to'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_shopper_group` -- LOCK TABLES `jos_vm_shopper_group` WRITE; /*!40000 ALTER TABLE `jos_vm_shopper_group` DISABLE KEYS */; INSERT INTO `jos_vm_shopper_group` VALUES (5,1,'-default-','This is the default shopper group.','0.00',1,1),(6,1,'Gold Level','Gold Level phpShoppers.','0.00',1,0),(7,1,'Wholesale','Shoppers that can buy at wholesale.','0.00',0,0); /*!40000 ALTER TABLE `jos_vm_shopper_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_shopper_vendor_xref` -- DROP TABLE IF EXISTS `jos_vm_shopper_vendor_xref`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_shopper_vendor_xref` ( `user_id` int(11) default NULL, `vendor_id` int(11) default NULL, `shopper_group_id` int(11) default NULL, `customer_number` varchar(32) default NULL, KEY `idx_shopper_vendor_xref_user_id` (`user_id`), KEY `idx_shopper_vendor_xref_vendor_id` (`vendor_id`), KEY `idx_shopper_vendor_xref_shopper_group_id` (`shopper_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Maps a user to a Shopper Group of a Vendor'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_shopper_vendor_xref` -- LOCK TABLES `jos_vm_shopper_vendor_xref` WRITE; /*!40000 ALTER TABLE `jos_vm_shopper_vendor_xref` DISABLE KEYS */; INSERT INTO `jos_vm_shopper_vendor_xref` VALUES (62,1,5,''),(64,1,5,'18412819064782810fd3ad4'),(65,1,5,'2037310173490433622a6ab'); /*!40000 ALTER TABLE `jos_vm_shopper_vendor_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_state` -- DROP TABLE IF EXISTS `jos_vm_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_state` ( `state_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL default '1', `state_name` varchar(64) default NULL, `state_3_code` char(3) default NULL, `state_2_code` char(2) default NULL, PRIMARY KEY (`state_id`), UNIQUE KEY `state_3_code` (`state_3_code`,`state_2_code`), KEY `idx_country_id` (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=209 DEFAULT CHARSET=latin1 COMMENT='States that are assigned to a country'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_state` -- LOCK TABLES `jos_vm_state` WRITE; /*!40000 ALTER TABLE `jos_vm_state` DISABLE KEYS */; INSERT INTO `jos_vm_state` VALUES (1,223,'Alabama','ALA','AL'),(2,223,'Alaska','ALK','AK'),(3,223,'Arizona','ARZ','AZ'),(4,223,'Arkansas','ARK','AR'),(5,223,'California','CAL','CA'),(6,223,'Colorado','COL','CO'),(7,223,'Connecticut','CCT','CT'),(8,223,'Delaware','DEL','DE'),(9,223,'District Of Columbia','DOC','DC'),(10,223,'Florida','FLO','FL'),(11,223,'Georgia','GEA','GA'),(12,223,'Hawaii','HWI','HI'),(13,223,'Idaho','IDA','ID'),(14,223,'Illinois','ILL','IL'),(15,223,'Indiana','IND','IN'),(16,223,'Iowa','IOA','IA'),(17,223,'Kansas','KAS','KS'),(18,223,'Kentucky','KTY','KY'),(19,223,'Louisiana','LOA','LA'),(20,223,'Maine','MAI','ME'),(21,223,'Maryland','MLD','MD'),(22,223,'Massachusetts','MSA','MA'),(23,223,'Michigan','MIC','MI'),(24,223,'Minnesota','MIN','MN'),(25,223,'Mississippi','MIS','MS'),(26,223,'Missouri','MIO','MO'),(27,223,'Montana','MOT','MT'),(28,223,'Nebraska','NEB','NE'),(29,223,'Nevada','NEV','NV'),(30,223,'New Hampshire','NEH','NH'),(31,223,'New Jersey','NEJ','NJ'),(32,223,'New Mexico','NEM','NM'),(33,223,'New York','NEY','NY'),(34,223,'North Carolina','NOC','NC'),(35,223,'North Dakota','NOD','ND'),(36,223,'Ohio','OHI','OH'),(37,223,'Oklahoma','OKL','OK'),(38,223,'Oregon','ORN','OR'),(39,223,'Pennsylvania','PEA','PA'),(40,223,'Rhode Island','RHI','RI'),(41,223,'South Carolina','SOC','SC'),(42,223,'South Dakota','SOD','SD'),(43,223,'Tennessee','TEN','TN'),(44,223,'Texas','TXS','TX'),(45,223,'Utah','UTA','UT'),(46,223,'Vermont','VMT','VT'),(47,223,'Virginia','VIA','VA'),(48,223,'Washington','WAS','WA'),(49,223,'West Virginia','WEV','WV'),(50,223,'Wisconsin','WIS','WI'),(51,223,'Wyoming','WYO','WY'),(52,38,'Alberta','ALB','AB'),(53,38,'British Columbia','BRC','BC'),(54,38,'Manitoba','MAB','MB'),(55,38,'New Brunswick','NEB','NB'),(56,38,'Newfoundland and Labrador','NFL','NL'),(57,38,'Northwest Territories','NWT','NT'),(58,38,'Nova Scotia','NOS','NS'),(59,38,'Nunavut','NUT','NU'),(60,38,'Ontario','ONT','ON'),(61,38,'Prince Edward Island','PEI','PE'),(62,38,'Quebec','QEC','QC'),(63,38,'Saskatchewan','SAK','SK'),(64,38,'Yukon','YUT','YT'),(65,222,'England','ENG','EN'),(66,222,'Northern Ireland','NOI','NI'),(67,222,'Scotland','SCO','SD'),(68,222,'Wales','WLS','WS'),(69,13,'Australian Capital Territory','ACT','AT'),(70,13,'New South Wales','NSW','NW'),(71,13,'Northern Territory','NOT','NT'),(72,13,'Queensland','QLD','QL'),(73,13,'South Australia','SOA','SA'),(74,13,'Tasmania','TAS','TA'),(75,13,'Victoria','VIC','VI'),(76,13,'Western Australia','WEA','WA'),(77,138,'Aguascalientes','AGS','AG'),(78,138,'Baja California Norte','BCN','BN'),(79,138,'Baja California Sur','BCS','BS'),(80,138,'Campeche','CAM','CA'),(81,138,'Chiapas','CHI','CS'),(82,138,'Chihuahua','CHA','CH'),(83,138,'Coahuila','COA','CO'),(84,138,'Colima','COL','CM'),(85,138,'Distrito Federal','DFM','DF'),(86,138,'Durango','DGO','DO'),(87,138,'Guanajuato','GTO','GO'),(88,138,'Guerrero','GRO','GU'),(89,138,'Hidalgo','HGO','HI'),(90,138,'Jalisco','JAL','JA'),(91,138,'México (Estado de)','EDM','EM'),(92,138,'Michoacán','MCN','MI'),(93,138,'Morelos','MOR','MO'),(94,138,'Nayarit','NAY','NY'),(95,138,'Nuevo León','NUL','NL'),(96,138,'Oaxaca','OAX','OA'),(97,138,'Puebla','PUE','PU'),(98,138,'Querétaro','QRO','QU'),(99,138,'Quintana Roo','QUR','QR'),(100,138,'San Luis PotosÃ','SLP','SP'),(101,138,'Sinaloa','SIN','SI'),(102,138,'Sonora','SON','SO'),(103,138,'Tabasco','TAB','TA'),(104,138,'Tamaulipas','TAM','TM'),(105,138,'Tlaxcala','TLX','TX'),(106,138,'Veracruz','VER','VZ'),(107,138,'Yucatán','YUC','YU'),(108,138,'Zacatecas','ZAC','ZA'),(109,30,'Acre','ACR','AC'),(110,30,'Alagoas','ALG','AL'),(111,30,'Amapá','AMP','AP'),(112,30,'Amazonas','AMZ','AM'),(113,30,'BahÃa','BAH','BA'),(114,30,'Ceará','CEA','CE'),(115,30,'Distrito Federal','DFB','DF'),(116,30,'Espirito Santo','ESS','ES'),(117,30,'Goiás','GOI','GO'),(118,30,'Maranhão','MAR','MA'),(119,30,'Mato Grosso','MAT','MT'),(120,30,'Mato Grosso do Sul','MGS','MS'),(121,30,'Minas GeraÃs','MIG','MG'),(122,30,'Paraná','PAR','PR'),(123,30,'ParaÃba','PRB','PB'),(124,30,'Pará','PAB','PA'),(125,30,'Pernambuco','PER','PR'),(126,30,'PiauÃ','PIA','PI'),(127,30,'Rio Grande do Norte','RGN','RN'),(128,30,'Rio Grande do Sul','RGS','RS'),(129,30,'Rio de Janeiro','RDJ','RJ'),(130,30,'Rondônia','RON','RO'),(131,30,'Roraima','ROR','RR'),(132,30,'Santa Catarina','SAC','SC'),(133,30,'Sergipe','SER','SE'),(134,30,'São Paulo','SAP','SP'),(135,30,'Tocantins','TOC','TO'),(136,44,'Anhui','ANH','AN'),(137,44,'Beijing','BEI','BE'),(138,44,'Fujian','FUJ','FJ'),(139,44,'Gansu','GAN','GU'),(140,44,'Guangdong','GUA','GU'),(141,44,'Guangxi Zhuang','GUZ','GZ'),(142,44,'Guizhou','GUI','GI'),(143,44,'Hainan','HAI','HA'),(144,44,'Hebei','HEB','HE'),(145,44,'Heilongjiang','HEI','HG'),(146,44,'Henan','HEN','HN'),(147,44,'Hubei','HUB','HI'),(148,44,'Hunan','HUN','HU'),(149,44,'Jiangsu','JIA','JI'),(150,44,'Jiangxi','JIX','JX'),(151,44,'Jilin','JIL','JN'),(152,44,'Liaoning','LIA','LI'),(153,44,'Nei Mongol','NML','NM'),(154,44,'Ningxia Hui','NIH','NH'),(155,44,'Qinghai','QIN','QI'),(156,44,'Shaanxi','SHA','SH'),(157,44,'Shandong','SNG','SG'),(158,44,'Shanghai','SHH','SI'),(159,44,'Shanxi','SHX','SX'),(160,44,'Sichuan','SIC','SN'),(161,44,'Tianjin','TIA','TI'),(162,44,'Xinjiang Uygur','XIU','XU'),(163,44,'Xizang','XIZ','XI'),(164,44,'Yunnan','YUN','YU'),(165,44,'Zhejiang','ZHE','ZH'),(166,151,'Bonaire','BNR','BN'),(167,151,'Curacao','CUR','CR'),(168,175,'Alba','ABA','AB'),(169,175,'Arad','ARD','AR'),(170,175,'Arges','ARG','AG'),(171,175,'Bacau','BAC','BC'),(172,175,'Bihor','BIH','BH'),(173,175,'Bistrita-Nasaud','BIS','BN'),(174,175,'Botosani','BOT','BT'),(175,175,'Braila','BRL','BL'),(176,175,'Brasov','BRA','BR'),(177,175,'Bucuresti','BUC','IF'),(178,175,'Buzau','BUZ','BU'),(179,175,'Calarasi','CAL','CL'),(180,175,'Caras Severin','CRS','CS'),(181,175,'Cluj','CLJ','CJ'),(182,175,'Constanta','CST','CT'),(183,175,'Covasna','COV','CV'),(184,175,'Dambovita','DAM','DV'),(185,175,'Dolj','DLJ','DJ'),(186,175,'Galati','GAL','GL'),(187,175,'Giurgiu','GIU','GR'),(188,175,'Hargita','HRG','HR'),(189,175,'Hunedoara','HUN','HN'),(190,175,'Ialomita','IAL','IL'),(191,175,'Iasi','IAS','IS'),(192,175,'Ilfov','ILF','IF'),(193,175,'Maramures','MAR','MM'),(194,175,'Mehedinti','MEH','MH'),(195,175,'Mures','MUR','MS'),(196,175,'Neamt','NEM','NT'),(197,175,'Olt','OLT','OT'),(198,175,'Prahova','PRA','PR'),(199,175,'Salaj','SAL','SJ'),(200,175,'Satu Mare','SAT','ST'),(201,175,'Sibiu','SIB','SB'),(202,175,'Suceava','SUC','SV'),(203,175,'Teleorman','TEL','TL'),(204,175,'Timis','TIM','TM'),(205,175,'Tulcea','TUL','TL'),(206,175,'Valcea','VAL','VL'),(207,175,'Vaslui','VAS','VS'),(208,175,'Vreancea','VRA','VR'); /*!40000 ALTER TABLE `jos_vm_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_tax_rate` -- DROP TABLE IF EXISTS `jos_vm_tax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_tax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `vendor_id` int(11) default NULL, `tax_state` varchar(64) default NULL, `tax_country` varchar(64) default NULL, `mdate` int(11) default NULL, `tax_rate` decimal(10,4) default NULL, PRIMARY KEY (`tax_rate_id`), KEY `idx_tax_rate_vendor_id` (`vendor_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='The tax rates for your store'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_tax_rate` -- LOCK TABLES `jos_vm_tax_rate` WRITE; /*!40000 ALTER TABLE `jos_vm_tax_rate` DISABLE KEYS */; INSERT INTO `jos_vm_tax_rate` VALUES (2,1,'MD','USA',1200330566,'0.0600'); /*!40000 ALTER TABLE `jos_vm_tax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_user_info` -- DROP TABLE IF EXISTS `jos_vm_user_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_user_info` ( `user_info_id` varchar(32) NOT NULL default '', `user_id` int(11) NOT NULL default '0', `address_type` char(2) default NULL, `address_type_name` varchar(32) default NULL, `company` varchar(64) default NULL, `title` varchar(32) default NULL, `last_name` varchar(32) default NULL, `first_name` varchar(32) default NULL, `middle_name` varchar(32) default NULL, `phone_1` varchar(32) default NULL, `phone_2` varchar(32) default NULL, `fax` varchar(32) default NULL, `address_1` varchar(64) NOT NULL default '', `address_2` varchar(64) default NULL, `city` varchar(32) NOT NULL default '', `state` varchar(32) NOT NULL default '', `country` varchar(32) NOT NULL default 'US', `zip` varchar(32) NOT NULL default '', `user_email` varchar(255) default NULL, `extra_field_1` varchar(255) default NULL, `extra_field_2` varchar(255) default NULL, `extra_field_3` varchar(255) default NULL, `extra_field_4` char(1) default NULL, `extra_field_5` char(1) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `perms` varchar(40) NOT NULL default 'shopper', `bank_account_nr` varchar(32) NOT NULL default '', `bank_name` varchar(32) NOT NULL default '', `bank_sort_code` varchar(16) NOT NULL default '', `bank_iban` varchar(64) NOT NULL default '', `bank_account_holder` varchar(48) NOT NULL default '', `bank_account_type` enum('Checking','Business Checking','Savings') NOT NULL default 'Checking', PRIMARY KEY (`user_info_id`), KEY `idx_user_info_user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Customer Information, BT = BillTo and ST = ShipTo'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_user_info` -- LOCK TABLES `jos_vm_user_info` WRITE; /*!40000 ALTER TABLE `jos_vm_user_info` DISABLE KEYS */; INSERT INTO `jos_vm_user_info` VALUES ('113c1cbabc6137ffc0705042266f3cd2',62,'BT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,'','','US','','sewsarahsew@yahoo.com',NULL,NULL,NULL,NULL,NULL,1199395502,1199399576,'shopper','','','','','','Checking'),('62c335d5b0f95ebbbea5eb6b2e645f84',64,'BT','-default-','','','Jennings','Sarah','','8042450912','','','723 W 34th st','','Baltimore','','USA','21211','seriouslyjennings@gmail.com','','','','','',1199735055,1199735055,'shopper','','','','','',''),('5360d303427914adfde053f808c99b87',65,'BT','-default-','fghfg','Mr.','hfghfghfg','fghfghfg','','+21237366547','','','hfghfgh456','','fghfgh','','MAR','12587','dxfsdf@hotmail.com','','','','','',1225012065,1225012065,'shopper','','','','','',''); /*!40000 ALTER TABLE `jos_vm_user_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_vendor` -- DROP TABLE IF EXISTS `jos_vm_vendor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_vendor` ( `vendor_id` int(11) NOT NULL auto_increment, `vendor_name` varchar(64) default NULL, `contact_last_name` varchar(32) NOT NULL default '', `contact_first_name` varchar(32) NOT NULL default '', `contact_middle_name` varchar(32) default NULL, `contact_title` varchar(32) default NULL, `contact_phone_1` varchar(32) NOT NULL default '', `contact_phone_2` varchar(32) default NULL, `contact_fax` varchar(32) default NULL, `contact_email` varchar(255) default NULL, `vendor_phone` varchar(32) default NULL, `vendor_address_1` varchar(64) NOT NULL default '', `vendor_address_2` varchar(64) default NULL, `vendor_city` varchar(32) NOT NULL default '', `vendor_state` varchar(32) NOT NULL default '', `vendor_country` varchar(32) NOT NULL default 'US', `vendor_zip` varchar(32) NOT NULL default '', `vendor_store_name` varchar(128) NOT NULL default '', `vendor_store_desc` text, `vendor_category_id` int(11) default NULL, `vendor_thumb_image` varchar(255) default NULL, `vendor_full_image` varchar(255) default NULL, `vendor_currency` varchar(16) default NULL, `cdate` int(11) default NULL, `mdate` int(11) default NULL, `vendor_image_path` varchar(255) default NULL, `vendor_terms_of_service` text NOT NULL, `vendor_url` varchar(255) NOT NULL default '', `vendor_min_pov` decimal(10,2) default NULL, `vendor_freeshipping` decimal(10,2) NOT NULL default '0.00', `vendor_currency_display_style` varchar(64) NOT NULL default '', PRIMARY KEY (`vendor_id`), KEY `idx_vendor_name` (`vendor_name`), KEY `idx_vendor_category_id` (`vendor_category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='Vendors manage their products in your store'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_vendor` -- LOCK TABLES `jos_vm_vendor` WRITE; /*!40000 ALTER TABLE `jos_vm_vendor` DISABLE KEYS */; INSERT INTO `jos_vm_vendor` VALUES (1,'InShape Padding','Magruder','Don','','Mr.','(410) 360-6367','','(410) 360-6507','inshape@peoplepc.com','410 360-6367','924 Nabbs Creek Road','','Glen Burnie','MD','USA','21060','InShape Padding','<p>InShape has a stock of padding patterns from almost every machine available, virtually eliminating the need to measure the exsisting pad. However, should you need a pad that we do not have a pattern for, we will provide you with a detailed description of the dimensions needed so that we can provide you with the pad you need. </p><p>You can easily find products selecting the category you would like to browse above.</p>',0,'','3f8953a1dde3ed531b9fa44155652ebe.gif','USD',950302468,1199408644,'shop_image/','<h5>You haven't configured any terms of service yet. Click <a href=\\\"administrator/index2.php?page=store.store_form&option=com_virtuemart\\\">here</a> to change this text.</h5>','http://inshapepadding.com','0.00','0.00','1|$|2|.| |2|1'); /*!40000 ALTER TABLE `jos_vm_vendor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_vendor_category` -- DROP TABLE IF EXISTS `jos_vm_vendor_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_vendor_category` ( `vendor_category_id` int(11) NOT NULL auto_increment, `vendor_category_name` varchar(64) default NULL, `vendor_category_desc` text, PRIMARY KEY (`vendor_category_id`), KEY `idx_vendor_category_category_name` (`vendor_category_name`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COMMENT='The categories that vendors are assigned to'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_vendor_category` -- LOCK TABLES `jos_vm_vendor_category` WRITE; /*!40000 ALTER TABLE `jos_vm_vendor_category` DISABLE KEYS */; INSERT INTO `jos_vm_vendor_category` VALUES (6,'-default-','Default'); /*!40000 ALTER TABLE `jos_vm_vendor_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_visit` -- DROP TABLE IF EXISTS `jos_vm_visit`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_visit` ( `visit_id` varchar(255) NOT NULL default '', `affiliate_id` int(11) NOT NULL default '0', `pages` int(11) NOT NULL default '0', `entry_page` varchar(255) NOT NULL default '', `exit_page` varchar(255) NOT NULL default '', `sdate` int(11) NOT NULL default '0', `edate` int(11) NOT NULL default '0', PRIMARY KEY (`visit_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Records the visit of an affiliate'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_visit` -- LOCK TABLES `jos_vm_visit` WRITE; /*!40000 ALTER TABLE `jos_vm_visit` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_visit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_waiting_list` -- DROP TABLE IF EXISTS `jos_vm_waiting_list`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_waiting_list` ( `waiting_list_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `notify_email` varchar(150) NOT NULL default '', `notified` enum('0','1') default '0', `notify_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`waiting_list_id`), KEY `product_id` (`product_id`), KEY `notify_email` (`notify_email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Stores notifications, users waiting f. products out of stock'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_waiting_list` -- LOCK TABLES `jos_vm_waiting_list` WRITE; /*!40000 ALTER TABLE `jos_vm_waiting_list` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_vm_waiting_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_vm_zone_shipping` -- DROP TABLE IF EXISTS `jos_vm_zone_shipping`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `jos_vm_zone_shipping` ( `zone_id` int(11) NOT NULL auto_increment, `zone_name` varchar(255) default NULL, `zone_cost` decimal(10,2) default NULL, `zone_limit` decimal(10,2) default NULL, `zone_description` text NOT NULL, `zone_tax_rate` int(11) NOT NULL default '0', PRIMARY KEY (`zone_id`), KEY `zone_id` (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='The Zones managed by the Zone Shipping Module'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_vm_zone_shipping` -- LOCK TABLES `jos_vm_zone_shipping` WRITE; /*!40000 ALTER TABLE `jos_vm_zone_shipping` DISABLE KEYS */; INSERT INTO `jos_vm_zone_shipping` VALUES (1,'Default','6.00','35.00','This is the default Shipping Zone. This is the zone information that all countries will use until you assign each individual country to a Zone.',2),(2,'Zone 1','1000.00','10000.00','This is a zone example',2),(3,'Zone 2','2.00','22.00','This is the second zone. You can use this for notes about this zone',2),(4,'Zone 3','11.00','64.00','Another usefull thing might be details about this zone or special instructions.',2); /*!40000 ALTER TABLE `jos_vm_zone_shipping` 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 '', `url` varchar(250) NOT NULL default '', `description` varchar(250) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `jos_weblinks` -- LOCK TABLES `jos_weblinks` WRITE; /*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */; INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',0,1,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',0,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(5,2,0,'Joomla! - Forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'); /*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2010-05-23 8:59:21