0byt3m1n1
Path:
/
data
/
18
/
3
/
22
/
42
/
3185694
/
meta
/
3558209
/
mysql.backup
/
[
Home
]
File: ehrstore.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: ehrstore -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `accesskeys` -- DROP TABLE IF EXISTS `accesskeys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `accesskeys` ( `AccessKey_ID` int(11) NOT NULL auto_increment, `Name` varchar(50) NOT NULL, `Keyring` varchar(50) default NULL, `System` tinyint(1) NOT NULL default '0', PRIMARY KEY (`AccessKey_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `accesskeys` -- LOCK TABLES `accesskeys` WRITE; /*!40000 ALTER TABLE `accesskeys` DISABLE KEYS */; INSERT INTO `accesskeys` VALUES (1,'Log In Required','System',1),(2,'Members Only',NULL,0),(3,'Test Access Key',NULL,0),(4,'ProtoType 2015',NULL,0); /*!40000 ALTER TABLE `accesskeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `account` -- DROP TABLE IF EXISTS `account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `account` ( `Account_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Customer_ID` int(11) NOT NULL default '0', `Account_Name` varchar(50) NOT NULL, `Type1` varchar(50) NOT NULL, `Description` longtext, `Policy` longtext, `Logo` varchar(50) default NULL, `Rep` varchar(50) default NULL, `Terms` varchar(50) default NULL, `LastUsed` datetime default NULL, `Directory_Live` tinyint(1) NOT NULL default '0', `Web_URL` varchar(75) default NULL, `Dropship_Email` varchar(100) default NULL, `PO_Text` varchar(50) default NULL, `Map_URL` longtext, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Account_ID`), KEY `Account_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Account_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Account_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `account` -- LOCK TABLES `account` WRITE; /*!40000 ALTER TABLE `account` DISABLE KEYS */; /*!40000 ALTER TABLE `account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `affiliates` -- DROP TABLE IF EXISTS `affiliates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `affiliates` ( `Affiliate_ID` int(11) NOT NULL auto_increment, `AffCode` int(11) NOT NULL default '0', `AffPercent` double NOT NULL default '0', `Aff_Site` varchar(255) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Affiliate_ID`), KEY `Affiliates_AffCode_Idx` USING BTREE (`AffCode`), KEY `Affiliates_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `affiliates` -- LOCK TABLES `affiliates` WRITE; /*!40000 ALTER TABLE `affiliates` DISABLE KEYS */; /*!40000 ALTER TABLE `affiliates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `carddata` -- DROP TABLE IF EXISTS `carddata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `carddata` ( `ID` int(11) NOT NULL auto_increment, `Customer_ID` int(11) NOT NULL default '0', `CardType` varchar(50) NOT NULL, `NameonCard` varchar(150) NOT NULL, `CardNumber` varchar(50) NOT NULL, `Expires` varchar(50) NOT NULL, `EncryptedCard` varchar(100) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`ID`), KEY `CardData_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `CardData_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `carddata` -- LOCK TABLES `carddata` WRITE; /*!40000 ALTER TABLE `carddata` DISABLE KEYS */; /*!40000 ALTER TABLE `carddata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catcore` -- DROP TABLE IF EXISTS `catcore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catcore` ( `CatCore_ID` int(11) NOT NULL default '0', `Catcore_Name` varchar(50) NOT NULL, `PassParams` varchar(150) default NULL, `Template` varchar(50) NOT NULL, `Category` tinyint(1) NOT NULL default '0', `Products` tinyint(1) NOT NULL default '0', `Features` tinyint(1) NOT NULL default '0', `Page` tinyint(1) NOT NULL default '0', PRIMARY KEY (`CatCore_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catcore` -- LOCK TABLES `catcore` WRITE; /*!40000 ALTER TABLE `catcore` DISABLE KEYS */; INSERT INTO `catcore` VALUES (0,'category header only','noline=1,notitle=1','category/catcore_catheader_only.cfm',1,0,0,0),(1,'sub-categories only','noline=1,notitle=1','category/dsp_subcats.cfm',1,0,0,0),(2,'home page','topcats, searchform,new,onsale,hot,notsold,ProdofDay,listing,notitle,columns=x','catcores/catcore_home.cfm',0,0,0,1),(3,'highlights (new & on sale)','new=1,onsale=1,notsold=1,notitle=1,columns=x','catcores/catcore_highlight.cfm',1,0,0,1),(4,'contact us email form','noline=1,EmailTo=email@address.com, BoxTitle=Title,Subject=Email Subject Line','email/catcore_contactus.cfm',1,0,0,1),(5,'search form','noline=1,notitle=1','search/dsp_search_form.cfm',1,0,0,1),(6,'search results page','noline=1,notitle=1','search/act_search.cfm',0,0,0,1),(7,'products department home','noline=1,notitle=1','catcores/catcore_products_home.cfm',1,1,0,0),(8,'products','listing=vertical|short, displaycount=x, productcols=x,searchheader=1,searchheader=form,alpha=1,notitle=1','product/catcore_products.cfm',1,1,0,0),(9,'features','noline=1,notitle=1,searchform=1, displaycount=x','feature/catcore_features.cfm',1,1,1,0),(11,'items on sale','noline=1,notitle=1','catcores/dsp_sale.cfm',1,0,0,1),(12,'features + products','noline=1,notitle=1,listing=short|vertical','catcores/catcore_features_products.cfm',1,1,1,0),(13,'account directory','noline=1,notitle=1,displaycount,accountcols,sort,order,type1','users/account/catcore_accounts.cfm',1,0,0,1),(14,'Site Map','noline=1,alpha=1,notitle=1','catcores/dsp_sitemap.cfm',0,0,0,1),(15,'Contact Us with file attachment','noline=1,EmailTo=email@address.com, BoxTitle=Title,Subject=Email Subject Line','email/catcore_contactus_attachment.cfm',1,0,0,1); /*!40000 ALTER TABLE `catcore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `categories` ( `Category_ID` int(11) NOT NULL auto_increment, `Parent_ID` int(11) NOT NULL default '0', `CatCore_ID` int(11) NOT NULL default '1', `Name` varchar(255) NOT NULL, `Short_Desc` longtext, `Long_Desc` longtext, `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `PassParam` varchar(100) default NULL, `AccessKey` int(11) default '0', `CColumns` smallint(6) default NULL, `PColumns` smallint(6) default NULL, `Display` tinyint(1) NOT NULL default '1', `ProdFirst` tinyint(1) NOT NULL default '0', `Priority` int(11) NOT NULL default '9999', `Highlight` tinyint(1) NOT NULL default '0', `ParentIDs` varchar(50) default NULL, `ParentNames` longtext, `Sale` tinyint(1) NOT NULL default '0', `DateAdded` datetime default NULL, `Color_ID` int(11) default NULL, `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Category_ID`), KEY `Categories_CatCore_ID_Idx` USING BTREE (`CatCore_ID`), KEY `Category_Color_ID_Idx` USING BTREE (`Color_ID`), KEY `Category_Parent_ID_Idx` USING BTREE (`Parent_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,22,8,'Artwork','Artwork Goes Here Teaser<br />','Artwork Goes Here Heading','logo_artWork.png','','','','',0,NULL,NULL,1,0,7,0,'22','rStore',0,'2015-04-20 11:10:23',NULL,'','',''),(2,22,8,'Music','Artwork Goes Here Teaser','Artwork Goes Here Heading','logo_musicPlay.png','','','','',0,NULL,NULL,1,0,1,0,'22','rStore',0,'2015-04-20 11:11:55',NULL,'','',''),(3,22,8,'Memorabilia','Memorabilia Goes Here Teaser','Memorabilia Goes Here Heading','logo_memoraBilia.png','','','','',0,NULL,NULL,1,0,3,0,'22','rStore',0,'2015-04-20 11:12:38',NULL,'','',''),(4,22,8,'Merchandise','<p>Merchandise</p>','Merch Page Heading<br />','logo_merchShop.png','','','','',0,NULL,NULL,1,1,2,0,'22','rStore',0,'2015-04-20 11:20:57',NULL,'','',''),(5,22,8,'Instruments','Musical Instruments<br />','Musical Instruments<br />','logo_instrMents.png','','','','',0,NULL,NULL,1,0,6,0,'22','rStore',0,'2015-04-20 15:30:36',NULL,'','',''),(6,4,8,'Posters','<span style=\"color: rgb(0, 0, 0); font-family: Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 22.796875px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(243, 247, 251); display: inline !important; float: none;\">Posters<br />\r\n</span>','Posters<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,4','rStore:Merchandise',0,'2015-04-20 15:53:11',NULL,'','',''),(7,4,8,'Apparel','Apparel<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,4','rStore:Merchandise',0,'2015-04-21 11:49:06',NULL,'','',''),(8,4,8,'Stickers and Buttons','Stickers and Buttons<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,4','rStore:Merchandise',0,'2015-04-21 11:52:37',NULL,'','',''),(9,22,8,'Studio Services','Studio Services<br />','<br />','logo_ehLogo.png','','','','',0,NULL,NULL,1,0,4,0,'22','rStore',0,'2015-04-21 11:53:53',NULL,'','',''),(10,4,8,'Accessories','Accessories<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,4','rStore:Merchandise',0,'2015-04-21 11:55:01',NULL,'','',''),(11,9,8,'Mixing','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,9','rStore:Studio Services',0,'2015-04-21 11:55:59',NULL,'','',''),(12,9,8,'Mastering','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,9','rStore:Studio Services',0,'2015-04-21 11:56:15',NULL,'','',''),(13,9,8,'Recording','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,9','rStore:Studio Services',0,'2015-04-21 11:56:25',NULL,'','',''),(14,9,8,'Tape Transfers','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,9','rStore:Studio Services',0,'2015-04-21 11:56:39',NULL,'','',''),(15,1,8,'Robert Xeno','<br />','<br />','','','','','',0,NULL,NULL,1,0,1,0,'22,1','rStore:Artwork',0,'2015-04-21 11:57:57',NULL,'','',''),(16,1,8,'Laura Ackerman','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,1','rStore:Artwork',0,'2015-04-21 11:58:08',NULL,'','',''),(17,1,8,'Neil Merryweather','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,1','rStore:Artwork',0,'2015-04-21 11:58:43',NULL,'','',''),(18,5,8,'Guitars','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,5','rStore:Instruments',0,'2015-04-21 11:59:40',NULL,'','',''),(19,22,8,'Studio Equipment','<br />','<br />','logo_studioEquipment.png','','','','',0,NULL,NULL,1,0,5,0,'22','rStore',0,'2015-04-21 12:00:07',NULL,'','',''),(20,2,8,'Applegate Nance','<br />','<br />','','','','','',0,NULL,NULL,1,0,9999,0,'22,2','rStore:Music',0,'2015-04-21 13:19:56',NULL,'','',''),(21,22,8,'Videos','<br />','<br />','logo_videoPlay.png','','','','',0,NULL,NULL,1,0,1,0,'22','rStore',0,'2015-04-21 14:12:52',NULL,'','',''),(22,0,1,'rStore','Store Front Link Page<br />','Link to store front<br />','','','','','',1,3,2,1,0,1,0,'','',0,'2015-04-22 14:17:01',NULL,'','',''),(23,0,1,'Earth Hertz','<br />','<br />','','','','','',1,3,2,1,0,2,0,'','',0,'2015-04-22 15:39:43',NULL,'','',''),(24,23,8,'Documentation','<br />','<br />','','','','','',0,3,2,1,0,5,0,'23','Earth Hertz',0,'2015-04-22 15:50:05',NULL,'','',''); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ccprocess` -- DROP TABLE IF EXISTS `ccprocess`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ccprocess` ( `ID` int(11) NOT NULL auto_increment, `CCServer` varchar(150) default NULL, `Transtype` varchar(75) default NULL, `Username` varchar(75) default NULL, `Password` varchar(75) default NULL, `Setting1` varchar(75) default NULL, `Setting2` varchar(75) default NULL, `Setting3` varchar(75) default NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ccprocess` -- LOCK TABLES `ccprocess` WRITE; /*!40000 ALTER TABLE `ccprocess` DISABLE KEYS */; INSERT INTO `ccprocess` VALUES (1,NULL,'Sale',NULL,NULL,NULL,NULL,NULL),(2,'https://api.sandbox.paypal.com/2.0/','Sale',NULL,NULL,NULL,NULL,'PayPalExpress'),(3,'TEST','',NULL,NULL,NULL,NULL,'CRESecure'); /*!40000 ALTER TABLE `ccprocess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `certificates` -- DROP TABLE IF EXISTS `certificates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `certificates` ( `Cert_ID` int(11) NOT NULL auto_increment, `Cert_Code` varchar(50) NOT NULL, `Cust_Name` varchar(255) default NULL, `CertAmount` double NOT NULL default '0', `InitialAmount` double default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `Valid` tinyint(1) NOT NULL default '0', `Order_No` int(11) default '0', PRIMARY KEY (`Cert_ID`), KEY `Certificates_Cert_Code_Idx` USING BTREE (`Cert_Code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `certificates` -- LOCK TABLES `certificates` WRITE; /*!40000 ALTER TABLE `certificates` DISABLE KEYS */; INSERT INTO `certificates` VALUES (1,'NVZJ3EA8VWMWR5M','New Customer',11,11,'2015-04-20 00:00:00','2015-04-21 00:00:00',1,NULL); /*!40000 ALTER TABLE `certificates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `colors` -- DROP TABLE IF EXISTS `colors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `colors` ( `Color_ID` int(11) NOT NULL auto_increment, `Bgcolor` varchar(10) default NULL, `Bgimage` varchar(100) default NULL, `MainTitle` varchar(10) default NULL, `MainText` varchar(10) default NULL, `MainLink` varchar(10) default NULL, `MainVLink` varchar(10) default NULL, `BoxHBgcolor` varchar(10) default NULL, `BoxHText` varchar(10) default NULL, `BoxTBgcolor` varchar(10) default NULL, `BoxTText` varchar(10) default NULL, `InputHBgcolor` varchar(10) default NULL, `InputHText` varchar(10) default NULL, `InputTBgcolor` varchar(10) default NULL, `InputTText` varchar(10) default NULL, `OutputHBgcolor` varchar(10) default NULL, `OutputHText` varchar(10) default NULL, `OutputTBgcolor` varchar(10) default NULL, `OutputTText` varchar(10) default NULL, `OutputTAltcolor` varchar(10) default NULL, `OutputTHighlight` varchar(10) default NULL, `LineColor` varchar(10) default NULL, `HotImage` varchar(50) default NULL, `SaleImage` varchar(50) default NULL, `NewImage` varchar(50) default NULL, `MainLineImage` varchar(50) default NULL, `MinorLineImage` varchar(50) default NULL, `Palette_Name` varchar(50) default NULL, `FormReq` varchar(10) default NULL, `LayoutFile` varchar(50) default NULL, `FormReqOB` varchar(10) default NULL, `PassParam` varchar(100) default NULL, PRIMARY KEY (`Color_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `colors` -- LOCK TABLES `colors` WRITE; /*!40000 ALTER TABLE `colors` DISABLE KEYS */; INSERT INTO `colors` VALUES (1,'','','666699','333333','666699','666699','999999','ffffff','DBDBDB','000000','8696b6','ffffff','ffffff','000000','4C4C4C','ffffff','ffffcc','242215','FAF287','C2C8CE','dddddd','hot.jpg','sale.gif','new.gif','HR','HR','ehrstore Basic','ff3300','','ff3300',''),(3,'','','666699','333333','666699','666699','4C4C4C','ffffff','CBCBCB','000000','4C4C4C','ffffff','ffffff','000000','4C4C4C','ffffff','EFEFEF','242215','FFFCB6',NULL,'dddddd','hot.jpg','sale.gif','new.gif','HR','HR','EHWebstore Basic','ff3300','','ff3300',''); /*!40000 ALTER TABLE `colors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `counties` -- DROP TABLE IF EXISTS `counties`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `counties` ( `County_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `State` varchar(2) NOT NULL, `Name` varchar(50) NOT NULL, `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`County_ID`), KEY `Counties_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `Counties_State_Idx` USING BTREE (`State`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `counties` -- LOCK TABLES `counties` WRITE; /*!40000 ALTER TABLE `counties` DISABLE KEYS */; /*!40000 ALTER TABLE `counties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries` -- DROP TABLE IF EXISTS `countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `countries` ( `ID` int(11) NOT NULL auto_increment, `Abbrev` varchar(2) NOT NULL, `Name` varchar(100) NOT NULL, `AllowUPS` tinyint(1) NOT NULL default '0', `Shipping` int(11) NOT NULL default '0', `AddShipAmount` double NOT NULL default '0', PRIMARY KEY (`ID`), UNIQUE KEY `Countries_Abbrev_Idx` (`Abbrev`), KEY `Countries_Shipping_Idx` USING BTREE (`Shipping`) ) ENGINE=MyISAM AUTO_INCREMENT=329 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `countries` -- LOCK TABLES `countries` WRITE; /*!40000 ALTER TABLE `countries` DISABLE KEYS */; INSERT INTO `countries` VALUES (2,'AL','Albania',1,0,0),(3,'DZ','Algeria',1,0,0),(4,'AD','Andorra',1,0,0),(6,'AI','Anguilla',1,0,0),(7,'AG','Antigua and Barbuda',1,0,0),(8,'AR','Argentina',1,0,0),(10,'AW','Aruba',1,0,0),(11,'AU','Australia',1,0,0),(12,'AT','Austria',1,0,0),(15,'BS','Bahamas',1,0,0),(16,'BH','Bahrain',1,0,0),(17,'BD','Bangladesh',1,0,0),(18,'BB','Barbados',1,0,0),(19,'BY','Belarus',1,0,0),(20,'BE','Belgium',1,0,0),(21,'BZ','Belize',1,0,0),(22,'BJ','Benin',1,0,0),(23,'BM','Bermuda',1,0,0),(25,'BO','Bolivia',1,0,0),(27,'BW','Botswana',1,0,0),(28,'BR','Brazil',1,0,0),(29,'VG','Virgin Islands (British)',1,0,0),(30,'BN','Brunei',1,0,0),(31,'BG','Bulgaria',1,0,0),(32,'BF','Burkina Faso',1,0,0),(34,'BI','Burundi',1,0,0),(35,'CM','Cameroon',1,0,0),(36,'CA','Canada',1,0,0),(37,'CV','Cape Verde',1,0,0),(38,'KY','Cayman Islands',1,0,0),(39,'CF','Central African Republic',1,0,0),(40,'TD','Chad',1,0,0),(41,'CL','Chile',1,0,0),(42,'CN','China - People\'s Republic of',1,0,0),(43,'CO','Colombia',1,0,0),(45,'CG','Congo',1,0,0),(47,'CR','Costa Rica',1,0,0),(48,'CI','Cote D\'Ivoire (Ivory Coast)',1,0,0),(49,'HR','Croatia',1,0,0),(50,'CY','Cyprus',1,0,0),(51,'CZ','Czech Republic',1,0,0),(52,'DK','Denmark',1,0,0),(53,'DJ','Djibouti',1,0,0),(54,'DM','Dominica',1,0,0),(55,'DO','Dominican Republic',1,0,0),(56,'EC','Ecuador',1,0,0),(57,'EG','Egypt',1,0,0),(58,'SV','El Salvador',1,0,0),(59,'GQ','Equatorial Guinea',1,0,0),(60,'ER','Eritrea',1,0,0),(61,'EE','Estonia',1,0,0),(62,'ET','Ethiopia',1,0,0),(64,'FO','Faroe Islands (Denmark)',1,0,0),(65,'FJ','Fiji',1,0,0),(66,'FI','Finland',1,0,0),(67,'FR','France',1,0,0),(68,'GF','French Guiana',1,0,0),(69,'PF','French Polynesia',1,0,0),(70,'GA','Gabon',1,0,0),(71,'GM','Gambia',1,0,0),(72,'GE','Georgia',1,0,0),(73,'DE','Germany',1,0,0),(74,'GH','Ghana',1,0,0),(75,'GI','Gibraltar',1,0,0),(77,'GR','Greece',1,0,0),(78,'GL','Greenland',1,0,0),(79,'GD','Grenada',1,0,0),(80,'GP','Guadeloupe',1,0,0),(81,'GT','Guatemala',1,0,0),(82,'GN','Guinea',1,0,0),(83,'GW','Guinea¬?Bissau',1,0,0),(84,'GY','Guyana',1,0,0),(85,'HT','Haiti',1,0,0),(86,'HN','Honduras',1,0,0),(87,'HK','Hong Kong',1,0,0),(88,'HU','Hungary',1,0,0),(89,'IS','Iceland',1,0,0),(90,'IN','India',1,0,0),(91,'ID','Indonesia',1,0,0),(95,'IL','Israel',1,0,0),(96,'IT','Italy',1,0,0),(97,'JM','Jamaica',1,0,0),(98,'JP','Japan',1,0,0),(99,'JO','Jordan',1,0,0),(100,'KZ','Kazakhstan',1,0,0),(101,'KE','Kenya',1,0,0),(102,'KI','Kiribati',1,0,0),(105,'KW','Kuwait',1,0,0),(106,'KG','Kyrgyzstan',1,0,0),(107,'LA','Laos',1,0,0),(108,'LV','Latvia',1,0,0),(109,'LB','Lebanon',1,0,0),(110,'LS','Lesotho',1,0,0),(111,'LR','Liberia',1,0,0),(113,'LI','Liechtenstein',1,0,0),(114,'LT','Lithuania',1,0,0),(115,'LU','Luxembourg',1,0,0),(116,'MO','Macao',1,0,0),(117,'MK','Macedonia',1,0,0),(118,'MG','Madagascar',1,0,0),(120,'MW','Malawi',1,0,0),(121,'MY','Malaysia',1,0,0),(122,'MV','Maldives',1,0,0),(123,'ML','Mali',1,0,0),(124,'MT','Malta',1,0,0),(125,'MQ','Martinique',1,0,0),(126,'MR','Mauritania',1,0,0),(127,'MU','Mauritius',1,0,0),(128,'MX','Mexico',1,0,0),(129,'MD','Moldova',1,0,0),(131,'MS','Montserrat',1,0,0),(132,'MA','Morocco',1,0,0),(133,'MZ','Mozambique',1,0,0),(134,'NA','Namibia',1,0,0),(136,'NP','Nepal',1,0,0),(137,'NL','Netherlands (Holland)',1,0,0),(138,'AN','Netherlands Antilles',1,0,0),(139,'NC','New Caledonia',1,0,0),(140,'NZ','New Zealand',1,0,0),(141,'NI','Nicaragua',1,0,0),(142,'NE','Niger',1,0,0),(143,'NG','Nigeria',1,0,0),(144,'NO','Norway',1,0,0),(145,'OM','Oman',1,0,0),(146,'PK','Pakistan',1,0,0),(147,'PA','Panama',1,0,0),(148,'PG','Papua New Guinea',1,0,0),(149,'PY','Paraguay',1,0,0),(150,'PE','Peru',1,0,0),(151,'PH','Philippines',1,0,0),(153,'PL','Poland',1,0,0),(154,'PT','Portugal',1,0,0),(155,'QA','Qatar',1,0,0),(156,'RE','Reunion',1,0,0),(157,'RO','Romania',1,0,0),(158,'RU','Russian Federation',1,0,0),(159,'RW','Rwanda',1,0,0),(163,'VC','St. Vincent and the Grenadines',1,0,0),(166,'SA','Saudi Arabia',1,0,0),(167,'SN','Senegal',1,0,0),(169,'SC','Seychelles',1,0,0),(170,'SL','Sierra Leone',1,0,0),(171,'SG','Singapore',1,0,0),(172,'SK','Slovakia',1,0,0),(173,'SI','Slovenia',1,0,0),(174,'SB','Solomon Islands',1,0,0),(176,'ZA','South Africa',1,0,0),(177,'ES','Spain',1,0,0),(178,'LK','Sri Lanka',1,0,0),(179,'KN','St. Kitts and Nevis',1,0,0),(181,'SR','Suriname',1,0,0),(182,'SZ','Swaziland',1,0,0),(183,'SE','Sweden',1,0,0),(184,'CH','Switzerland',1,0,0),(185,'SY','Syria',1,0,0),(186,'TW','Taiwan',1,0,0),(187,'TJ','Tajikistan',1,0,0),(188,'TZ','Tanzania',1,0,0),(189,'TH','Thailand',1,0,0),(190,'TG','Togo',1,0,0),(191,'TO','Tonga',1,0,0),(192,'TT','Trinidad and Tobago',1,0,0),(194,'TN','Tunisia',1,0,0),(195,'TR','Turkey',1,0,0),(197,'TC','Turks and Caicos Islands',1,0,0),(198,'TV','Tuvalu',1,0,0),(199,'UG','Uganda',1,0,0),(200,'UA','Ukraine',1,0,0),(201,'AE','United Arab Emirates',1,0,0),(202,'US','United States',1,1,0),(203,'UY','Uruguay',1,0,0),(204,'UZ','Uzbekistan',1,0,0),(205,'VU','Vanuatu',1,0,0),(207,'VE','Venezuela',1,0,0),(208,'VN','Vietnam',1,0,0),(209,'WF','Wallis and Futuna Islands',1,0,0),(210,'WS','Western Samoa',1,0,0),(213,'ZM','Zambia',1,0,0),(214,'ZW','Zimbabwe',1,0,0),(215,'AS','American Samoa',1,0,0),(216,'KH','Cambodia',1,0,0),(220,'CK','Cook Islands',1,0,0),(223,'GU','Guam',1,0,0),(225,'MH','Marshall Islands',1,0,0),(226,'MC','Monaco',1,0,0),(228,'NF','Norfolk Island',1,0,0),(230,'MP','N. Mariana Islands',1,0,0),(231,'PW','Palau',1,0,0),(234,'IE','Ireland',1,0,0),(244,'LC','St. Lucia',1,0,0),(248,'KR','Korea (South)',1,0,0),(252,'VI','Virgin Islands (U.S.)',1,0,0),(256,'BA','Bosnia',1,0,0),(257,'GB','United Kingdom',1,0,0),(258,'AF','Afghanistan',0,0,0),(259,'AO','Angola',0,0,0),(260,'AZ','Azerbaijan',1,0,0),(261,'BT','Bhutan',1,0,0),(263,'FM','Micronesia',1,0,0),(264,'MN','Mongolia',1,0,0),(266,'SM','San Marino',1,0,0),(268,'TM','Turkmenistan',1,0,0),(269,'YE','Yemen',1,0,0),(270,'CS','Yugoslavia',1,0,0),(271,'AM','Armenia',1,0,0),(273,'BV','Bouvet Island',1,0,0),(274,'IO','British Indian Ocean Terr.',1,0,0),(275,'CD','Democratic Rep. of Congo',1,0,0),(276,'CX','Christmas Island',1,0,0),(277,'CC','Cocos (Keeling) Islands',1,0,0),(281,'FK','Falkland Islands',1,0,0),(282,'TF','French Southern Territories',1,0,0),(283,'HM','Heard Island',1,0,0),(284,'KO','Kosrae',1,0,0),(286,'MM','Myanmar',1,0,0),(290,'NB','Northern Ireland',1,0,0),(292,'PO','Ponape',1,0,0),(293,'PR','Puerto Rico',1,0,0),(294,'RT','Rota',1,0,0),(295,'SS','Saba',1,0,0),(296,'SP','Saipan',1,0,0),(298,'SF','Scotland',1,0,0),(300,'SW','St. Christopher',1,0,0),(301,'EU','St. Eustatius',1,0,0),(302,'SH','St. Helena',1,0,0),(303,'MB','St. Maarten',1,0,0),(304,'TB','St. Martin',1,0,0),(308,'TI','Tinian',1,0,0),(310,'TU','Truk',1,0,0),(313,'VA','Vatican City State',1,0,0),(315,'YA','Yap',1,0,0),(316,'AX','Aland Islands',1,0,0),(317,'AQ','Antarctica',1,0,0),(318,'KM','Comoros',1,0,0),(319,'CU','Cuba',1,0,0),(320,'GG','Guernsey',1,0,0),(321,'IQ','Iraq',1,0,0),(322,'JE','Jersey',1,0,0),(323,'ME','Madeira',1,0,0),(324,'TA','Tahiti',1,0,0),(325,'TL','Timor Leste',1,0,0),(326,'UI','Union Island',1,0,0),(327,'VR','Virgin Gorda',1,0,0),(328,'WL','Wales',1,0,0); /*!40000 ALTER TABLE `countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrytax` -- DROP TABLE IF EXISTS `countrytax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `countrytax` ( `Tax_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `Country_ID` int(11) NOT NULL default '0', `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Tax_ID`), KEY `CountryTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `CountryTax_Country_ID_Idx` USING BTREE (`Country_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `countrytax` -- LOCK TABLES `countrytax` WRITE; /*!40000 ALTER TABLE `countrytax` DISABLE KEYS */; /*!40000 ALTER TABLE `countrytax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `creditcards` -- DROP TABLE IF EXISTS `creditcards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `creditcards` ( `ID` int(11) NOT NULL auto_increment, `CardName` varchar(50) NOT NULL, `Used` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `creditcards` -- LOCK TABLES `creditcards` WRITE; /*!40000 ALTER TABLE `creditcards` DISABLE KEYS */; INSERT INTO `creditcards` VALUES (2,'Visa',1),(3,'MasterCard',1),(4,'Amex',1),(5,'Discover',1),(6,'Diner\'s Club',0),(7,'Carte Blanche',0),(8,'JCB',0),(9,'enRoute',0); /*!40000 ALTER TABLE `creditcards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customers` -- DROP TABLE IF EXISTS `customers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customers` ( `Customer_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) NOT NULL default '0', `FirstName` varchar(50) NOT NULL, `LastName` varchar(150) NOT NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) NOT NULL, `Address2` varchar(150) default NULL, `City` varchar(150) NOT NULL, `County` varchar(50) default NULL, `State` varchar(50) NOT NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) NOT NULL, `Country` varchar(50) NOT NULL, `Phone` varchar(50) default NULL, `Phone2` varchar(50) default NULL, `Fax` varchar(50) default NULL, `Email` varchar(150) default NULL, `Residence` tinyint(1) NOT NULL default '1', `LastUsed` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Customer_ID`), KEY `Customers_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Customers_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customers` -- LOCK TABLES `customers` WRITE; /*!40000 ALTER TABLE `customers` DISABLE KEYS */; INSERT INTO `customers` VALUES (1,2,'Robert','Xeno','Earth Hertz','106 Bonnie Briar Ln','','Nashville','','TN','','37212','US^United States','(615) 457-2437','615-717-8788','','admin@earthhertz.com',1,'2015-04-20 15:45:07','75C5EC7D0D7AE83E06D28FA65AEA29AA'),(2,0,'Robert','Xeno','','106 Bonnie Briar Ln','','Nashville','','TN','','37212','US^United States','(615) 457-2437','','','radiox@radiox.net',1,'2015-04-20 19:27:30','7DB9DF6A9747D3B9D3EB63F77D56E006'),(3,1,'Robert','Xeno','Earth Hertz','106 Bonnie Briar Ln','','Nashville','','TN','','37212','US^United States','615-457-2437','','','info@roboticus.com',1,'2015-04-21 09:35:52','9BFEA609C1A662D99A6B3231CF177C37'),(4,4,'Eloa','Xeno','','106 Bonnie Briar Ln','','Nashville','','TN','','37212','US^United States','(615) 457-2437','','','exeno@radiox.net',1,'2015-04-21 16:52:32','ABAEB81AF404D57C43B5F152A2566B77'); /*!40000 ALTER TABLE `customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `custommethods` -- DROP TABLE IF EXISTS `custommethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `custommethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(50) default NULL, `Amount` double NOT NULL default '0', `Used` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', `Domestic` tinyint(1) NOT NULL default '0', `International` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `CustomMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `custommethods` -- LOCK TABLES `custommethods` WRITE; /*!40000 ALTER TABLE `custommethods` DISABLE KEYS */; INSERT INTO `custommethods` VALUES (1,'Next Day Air',10,1,3,1,0),(2,'2nd Day Air',5.5,1,2,1,0),(35,'Ground Shipping',0,1,1,1,0),(36,'Airmail',20,1,4,0,1); /*!40000 ALTER TABLE `custommethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customshipsettings` -- DROP TABLE IF EXISTS `customshipsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customshipsettings` ( `Setting_ID` int(11) NOT NULL auto_increment, `ShowShipTable` tinyint(1) NOT NULL default '0', `MultPerItem` tinyint(1) NOT NULL default '0', `CumulativeAmounts` tinyint(1) NOT NULL default '0', `MultMethods` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Setting_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customshipsettings` -- LOCK TABLES `customshipsettings` WRITE; /*!40000 ALTER TABLE `customshipsettings` DISABLE KEYS */; INSERT INTO `customshipsettings` VALUES (1,1,1,1,0,0); /*!40000 ALTER TABLE `customshipsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount_categories` -- DROP TABLE IF EXISTS `discount_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discount_categories` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Categories_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Discount_Categories_Discount_ID_Idx` USING BTREE (`Discount_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discount_categories` -- LOCK TABLES `discount_categories` WRITE; /*!40000 ALTER TABLE `discount_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `discount_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount_groups` -- DROP TABLE IF EXISTS `discount_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discount_groups` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Groups_Discount_ID_Idx` USING BTREE (`Discount_ID`), KEY `Discount_Groups_Group_ID_Idx` USING BTREE (`Group_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discount_groups` -- LOCK TABLES `discount_groups` WRITE; /*!40000 ALTER TABLE `discount_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `discount_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount_products` -- DROP TABLE IF EXISTS `discount_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discount_products` ( `ID` int(11) NOT NULL auto_increment, `Discount_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Discount_Products_Discount_ID_Idx` USING BTREE (`Discount_ID`), KEY `Discount_Products_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discount_products` -- LOCK TABLES `discount_products` WRITE; /*!40000 ALTER TABLE `discount_products` DISABLE KEYS */; /*!40000 ALTER TABLE `discount_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discounts` -- DROP TABLE IF EXISTS `discounts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discounts` ( `Discount_ID` int(11) NOT NULL auto_increment, `Type1` int(11) NOT NULL default '1', `Type2` int(11) NOT NULL default '1', `Type3` int(11) NOT NULL default '0', `Type4` int(11) NOT NULL default '0', `Type5` int(11) NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `OneTime` tinyint(1) NOT NULL default '0', `Name` varchar(255) NOT NULL, `Display` varchar(255) default NULL, `Amount` double NOT NULL default '0', `MinOrder` double NOT NULL default '0', `MaxOrder` double NOT NULL default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `AccessKey` int(11) default '0', PRIMARY KEY (`Discount_ID`), KEY `Discounts_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Discounts_Coup_Code_Idx` USING BTREE (`Coup_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discounts` -- LOCK TABLES `discounts` WRITE; /*!40000 ALTER TABLE `discounts` DISABLE KEYS */; /*!40000 ALTER TABLE `discounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feature_category` -- DROP TABLE IF EXISTS `feature_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `feature_category` ( `Feature_Category_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Category_ID`), KEY `Feature_Category_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Feature_Category_Feature_ID_Idx` USING BTREE (`Feature_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `feature_category` -- LOCK TABLES `feature_category` WRITE; /*!40000 ALTER TABLE `feature_category` DISABLE KEYS */; /*!40000 ALTER TABLE `feature_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feature_item` -- DROP TABLE IF EXISTS `feature_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `feature_item` ( `Feature_Item_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Item_ID`), KEY `Feature_Item_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `Feature_Item_Item_ID_Idx` USING BTREE (`Item_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `feature_item` -- LOCK TABLES `feature_item` WRITE; /*!40000 ALTER TABLE `feature_item` DISABLE KEYS */; /*!40000 ALTER TABLE `feature_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `feature_product` -- DROP TABLE IF EXISTS `feature_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `feature_product` ( `Feature_Product_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Feature_ID` int(11) NOT NULL, PRIMARY KEY (`Feature_Product_ID`), KEY `Feature_Product_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `Feature_Product_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `feature_product` -- LOCK TABLES `feature_product` WRITE; /*!40000 ALTER TABLE `feature_product` DISABLE KEYS */; /*!40000 ALTER TABLE `feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `featurereviews` -- DROP TABLE IF EXISTS `featurereviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `featurereviews` ( `Review_ID` int(11) NOT NULL auto_increment, `Feature_ID` int(11) NOT NULL, `Parent_ID` int(11) default '0', `User_ID` int(11) default '0', `Anonymous` tinyint(1) NOT NULL default '0', `Anon_Name` varchar(100) default NULL, `Anon_Loc` varchar(100) default NULL, `Anon_Email` varchar(100) default NULL, `Editorial` varchar(50) default NULL, `Title` varchar(75) default NULL, `Comment` longtext, `Rating` smallint(6) default '0', `Recommend` tinyint(1) NOT NULL default '0', `Posted` datetime NOT NULL, `Updated` datetime default NULL, `Approved` tinyint(1) NOT NULL default '0', `NeedsCheck` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Review_ID`), KEY `FeatureReviews_Feature_ID_Idx` USING BTREE (`Feature_ID`), KEY `FeatureReviews_Parent_ID_Idx` USING BTREE (`Parent_ID`), KEY `FeatureReviews_Posted_Idx` USING BTREE (`Posted`), KEY `FeatureReviews_Rating_Idx` USING BTREE (`Rating`), KEY `FeatureReviews_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `featurereviews` -- LOCK TABLES `featurereviews` WRITE; /*!40000 ALTER TABLE `featurereviews` DISABLE KEYS */; /*!40000 ALTER TABLE `featurereviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `features` -- DROP TABLE IF EXISTS `features`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `features` ( `Feature_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Feature_Type` varchar(50) default NULL, `Name` varchar(125) NOT NULL, `Author` varchar(50) default NULL, `Copyright` varchar(50) default NULL, `Display` tinyint(1) NOT NULL default '0', `Approved` tinyint(1) NOT NULL default '0', `Start` datetime default NULL, `Expire` datetime default NULL, `Priority` int(11) default '9999', `AccessKey` int(11) default '0', `Highlight` tinyint(1) NOT NULL default '0', `Display_Title` tinyint(1) NOT NULL default '0', `Reviewable` tinyint(1) NOT NULL default '0', `Sm_Title` varchar(150) default NULL, `Sm_Image` varchar(150) default NULL, `Short_Desc` longtext, `Lg_Title` varchar(150) default NULL, `Lg_Image` varchar(150) default NULL, `Long_Desc` longtext, `PassParam` varchar(150) default NULL, `Color_ID` int(11) default NULL, `Created` datetime default NULL, `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Feature_ID`), KEY `Features_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Features_Color_ID_Idx` USING BTREE (`Color_ID`), KEY `Features_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `features` -- LOCK TABLES `features` WRITE; /*!40000 ALTER TABLE `features` DISABLE KEYS */; /*!40000 ALTER TABLE `features` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fedex_dropoff` -- DROP TABLE IF EXISTS `fedex_dropoff`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fedex_dropoff` ( `FedEx_Code` varchar(30) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`FedEx_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fedex_dropoff` -- LOCK TABLES `fedex_dropoff` WRITE; /*!40000 ALTER TABLE `fedex_dropoff` DISABLE KEYS */; INSERT INTO `fedex_dropoff` VALUES ('BUSINESS_SERVICE_CENTER','Business Service Center'),('DROP_BOX','Drop Box'),('REGULAR_PICKUP','Regular Pickup'),('REQUEST_COURIER','Request Courier'),('STATION','Station'); /*!40000 ALTER TABLE `fedex_dropoff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fedex_packaging` -- DROP TABLE IF EXISTS `fedex_packaging`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fedex_packaging` ( `FedEx_Code` varchar(20) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`FedEx_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fedex_packaging` -- LOCK TABLES `fedex_packaging` WRITE; /*!40000 ALTER TABLE `fedex_packaging` DISABLE KEYS */; INSERT INTO `fedex_packaging` VALUES ('FEDEX_10KG_BOX','FedEx<sup>®</sup> 10kb Box'),('FEDEX_25KG_BOX','FedEx<sup>®</sup> 25kg Box'),('FEDEX_BOX','FedEx<sup>®</sup> Box'),('FEDEX_ENVELOPE','FedEx<sup>®</sup> Letter'),('FEDEX_PAK','FedEx<sup>®</sup> Pak'),('FEDEX_TUBE','FedEx<sup>®</sup> Tube'),('YOUR_PACKAGING','Your Packaging'); /*!40000 ALTER TABLE `fedex_packaging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fedex_settings` -- DROP TABLE IF EXISTS `fedex_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fedex_settings` ( `Fedex_ID` int(11) NOT NULL auto_increment, `AccountNo` varchar(20) default NULL, `MeterNum` varchar(20) default NULL, `MaxWeight` int(11) default '0', `UnitsofMeasure` varchar(20) default NULL, `Dropoff` varchar(20) default NULL, `Packaging` varchar(20) default NULL, `OrigZip` varchar(20) default NULL, `OrigState` varchar(75) default NULL, `OrigCountry` varchar(10) default NULL, `Debug` tinyint(1) NOT NULL default '0', `UseGround` tinyint(1) NOT NULL default '0', `UseExpress` tinyint(1) NOT NULL default '0', `Logging` tinyint(1) NOT NULL default '0', `UserKey` varchar(75) default NULL, `Password` varchar(75) default NULL, `UseSmartPost` tinyint(1) NOT NULL default '0', `AddInsurance` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Fedex_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fedex_settings` -- LOCK TABLES `fedex_settings` WRITE; /*!40000 ALTER TABLE `fedex_settings` DISABLE KEYS */; INSERT INTO `fedex_settings` VALUES (1,NULL,NULL,150,'KGS/CM','REGULAR_PICKUP','YOUR_PACKAGING','00000','NY','US',0,1,1,0,NULL,NULL,0,0); /*!40000 ALTER TABLE `fedex_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fedexmethods` -- DROP TABLE IF EXISTS `fedexmethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fedexmethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `Used` tinyint(1) NOT NULL default '0', `Shipper` varchar(10) default NULL, `Code` varchar(75) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `FedExMethods_Code_Idx` USING BTREE (`Code`), KEY `FedExMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fedexmethods` -- LOCK TABLES `fedexmethods` WRITE; /*!40000 ALTER TABLE `fedexmethods` DISABLE KEYS */; INSERT INTO `fedexmethods` VALUES (1,'FedEx<sup>®</sup> Ground',1,'FDXG','FEDEX_GROUND',1),(2,'FedEx<sup>®</sup> Home Delivery',1,'FDXG','GROUND_HOME_DELIVERY',2),(3,'FedEx Priority Overnight<sup>®</sup>',1,'FDXE','PRIORITY_OVERNIGHT',4),(4,'FedEx 2 Day<sup>®</sup>',1,'FDXE','FEDEX_2_DAY',3),(5,'FedEx First Overnight<sup>®</sup>',1,'FDXE','FIRST_OVERNIGHT',5),(6,'FedEx Express Saver<sup>®</sup>',1,'FDXE','FEDEX_EXPRESS_SAVER',6),(7,'FedEx Standard Overnight<sup>®</sup>',1,'FDXE','STANDARD_OVERNIGHT',7),(8,'FedEx International Priority<sup>®</sup>',1,'FDXE','INTERNATIONAL_PRIORITY',8),(9,'FedEx International Economy<sup>®</sup>',1,'FDXE','INTERNATIONAL_ECONOMY',9),(10,'FedEx International First<sup>®</sup>',0,'FDXE','INTERNATIONAL_FIRST',0),(11,'FedEx International Ground<sup>®</sup>',0,'FDXE','INTERNATIONAL_GROUND',0); /*!40000 ALTER TABLE `fedexmethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `giftitems` -- DROP TABLE IF EXISTS `giftitems`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `giftitems` ( `GiftItem_ID` int(11) NOT NULL auto_increment, `GiftRegistry_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL default '0', `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `AddonMultW` double default '0', `AddonNonMultW` double default '0', `OptPrice` double NOT NULL default '0', `OptWeight` double NOT NULL default '0', `OptQuant` int(11) NOT NULL default '0', `OptChoice` smallint(6) NOT NULL default '0', `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `SKU` varchar(100) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Quantity_Requested` smallint(6) NOT NULL default '0', `Quantity_Purchased` smallint(6) NOT NULL default '0', `DateAdded` datetime default NULL, PRIMARY KEY (`GiftItem_ID`), KEY `GiftItems_GiftRegistry_ID_Idx` USING BTREE (`GiftRegistry_ID`), KEY `GiftItems_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `giftitems` -- LOCK TABLES `giftitems` WRITE; /*!40000 ALTER TABLE `giftitems` DISABLE KEYS */; /*!40000 ALTER TABLE `giftitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `giftregistry` -- DROP TABLE IF EXISTS `giftregistry`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `giftregistry` ( `GiftRegistry_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) NOT NULL default '0', `Registrant` varchar(75) default NULL, `OtherName` varchar(50) default NULL, `GiftRegistry_Type` varchar(50) default NULL, `Event_Date` datetime default NULL, `Event_Name` varchar(50) default NULL, `Event_Descr` varchar(255) default NULL, `Private` tinyint(1) NOT NULL default '0', `Order_Notification` tinyint(1) NOT NULL default '0', `Live` tinyint(1) NOT NULL default '0', `Approved` tinyint(1) NOT NULL default '0', `City` varchar(150) default NULL, `State` varchar(50) default NULL, `Created` datetime default NULL, `Expire` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`GiftRegistry_ID`), KEY `GiftRegistry_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `GiftRegistry_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `giftregistry` -- LOCK TABLES `giftregistry` WRITE; /*!40000 ALTER TABLE `giftregistry` DISABLE KEYS */; /*!40000 ALTER TABLE `giftregistry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `giftwrap` -- DROP TABLE IF EXISTS `giftwrap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `giftwrap` ( `Giftwrap_ID` int(11) NOT NULL auto_increment, `Name` varchar(60) NOT NULL, `Short_Desc` longtext, `Sm_Image` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Priority` smallint(6) NOT NULL default '0', `Display` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Giftwrap_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `giftwrap` -- LOCK TABLES `giftwrap` WRITE; /*!40000 ALTER TABLE `giftwrap` DISABLE KEYS */; INSERT INTO `giftwrap` VALUES (1,'Giftwrap','We are happy to wrap your item as a gift.<br />','',3.75,0,9999,1); /*!40000 ALTER TABLE `giftwrap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups` -- DROP TABLE IF EXISTS `groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `groups` ( `Group_ID` int(11) NOT NULL, `Name` varchar(50) NOT NULL, `Description` longtext, `Permissions` varchar(255) default NULL, `Wholesale` tinyint(1) NOT NULL default '0', `Group_Code` varchar(20) default NULL, `TaxExempt` tinyint(1) NOT NULL default '0', `ShipExempt` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Group_ID`), KEY `Groups_Name_Idx` USING BTREE (`Name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `groups` -- LOCK TABLES `groups` WRITE; /*!40000 ALTER TABLE `groups` DISABLE KEYS */; INSERT INTO `groups` VALUES (1,'Administrator','User Permissions','contentkey_list^1,2;Access^7;Category^1;Feature^11;Page^1;Product^253;Shopping^1023;Users^15',1,'admin',0,0),(2,'Webmaster','Menus, categories, pages, site settings','contentkey_list^2,1;FEATURE^3;CATEGORY^1;SHOPPING^3;USERS^7;PAGE^1;Access^0',0,'webm',0,0),(3,'Editor','Manages site content','contentkey_list^4;FEATURE^3;CATEGORY^1;PAGE^3;USERS^2;PRODUCT^2',1,'ed',0,0),(4,'Order Manager','Manages Orders','contentkey_list^5,4;USERS^6;SHOPPING^508',1,'ordman',0,0),(5,'Shipping Department','Manages Shipping','contentkey_list^4;USERS^0;SHOPPING^272',0,'shipdept',0,0),(6,'Wholesale Startup','30% off given on order','contentkey_list^4',1,'wholestartup',0,0),(7,'Author','Add & edit own user\'s features','FEATURE^1;USERS^2',0,'auth',0,0),(8,'Artist','Artist signup',NULL,0,'artist',0,0),(9,'Band','Band Account',NULL,0,'band',0,0),(10,'Producer','Producer Account',NULL,0,'producer',0,0),(11,'Business','Business and Manufacturer Accounts',NULL,0,'business',0,0),(12,'Engineer','Engineer Account',NULL,0,'engineer',0,0),(13,'AssHat','AssHat Account',NULL,0,'asshat',0,0),(14,'Label','Label Account',NULL,0,'label',0,0),(15,'Booking','Booking Account',NULL,0,'booking',0,0),(16,'Publishing','Publishing Account',NULL,0,'publishing',0,0),(17,'Licensing','Licensing Account',NULL,0,'licensing',0,0),(18,'Merchandising','Merchandising Account',NULL,0,'merchandising',0,0),(19,'Touring','Touring Account',NULL,0,'touring',0,0),(20,'Distributing','Distributing Account',NULL,0,'distributing',0,0),(21,'Fan','Fan Account',NULL,0,'fan',0,0),(22,'Media','Media Account',NULL,0,'media',0,0),(23,'RadioTV','Radio & TV Account',NULL,0,'radiotv',0,0),(24,'Movies','Movies Account',NULL,0,'movies',0,0); /*!40000 ALTER TABLE `groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `intershipper` -- DROP TABLE IF EXISTS `intershipper`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `intershipper` ( `ID` int(11) NOT NULL auto_increment, `Password` varchar(50) default NULL, `Residential` tinyint(1) NOT NULL default '0', `Pickup` varchar(5) NOT NULL, `UnitsofMeasure` varchar(10) NOT NULL, `MaxWeight` int(11) default '0', `Carriers` varchar(50) NOT NULL, `UserID` varchar(100) default NULL, `Classes` varchar(100) default NULL, `MerchantZip` varchar(20) default NULL, `Logging` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `intershipper` -- LOCK TABLES `intershipper` WRITE; /*!40000 ALTER TABLE `intershipper` DISABLE KEYS */; INSERT INTO `intershipper` VALUES (1,NULL,1,'SCD','LBS/IN',150,'ALL',NULL,'ALL','00000',0,0); /*!40000 ALTER TABLE `intershipper` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `intshiptypes` -- DROP TABLE IF EXISTS `intshiptypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `intshiptypes` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(50) NOT NULL, `Used` tinyint(1) NOT NULL default '0', `Code` varchar(10) NOT NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `intshiptypes` -- LOCK TABLES `intshiptypes` WRITE; /*!40000 ALTER TABLE `intshiptypes` DISABLE KEYS */; INSERT INTO `intshiptypes` VALUES (1,'UPS Next Day Air',1,'UND',99),(2,'UPS 2nd Day Air',1,'U2D',99),(3,'UPS Canadian Expedited Service',0,'UCX',99),(4,'UPS Canadian Express Service',1,'UCE',99),(5,'UPS 3-Day Select',1,'U3S',99),(6,'UPS Next Day Air Saver',0,'UNS',99),(7,'UPS Next Day Air Early AM',0,'UNA',99),(8,'UPS Ground',1,'UGN',99),(9,'U.S.P.S.Priority Mail',1,'PPM',99),(10,'U.S.P.S. Parcel Post Machine',0,'PGM',99),(11,'U.S.P.S.Express Mail',0,'PEA',99),(12,'U.S.P.S. Parcel Post Non-Machine',0,'PGN',99),(13,'FedEx Priority Overnight',0,'FPN',5),(14,'FedEx 2nd Day',1,'F2D',2),(15,'FedEx Express Saver',1,'FES',3),(16,'FedEx Ground',1,'FGN',1),(17,'FedEx Standard Overnight',1,'FSO',6),(18,'DHL Overnight',1,'DON',99),(20,'UPS Canadian Express Plus Service',0,'UCP',99),(21,'UPS Standard Canadian Service',0,'UCS',99),(22,'FedEx First Overnight',1,'FON',4),(23,'FedEx Canadian Ground',0,'FCG',99),(24,'FedEx Canadian International Economy',0,'FCE',99),(25,'FedEx Canadian International Priority',0,'FCP',99),(27,'FedEx Canadian International First',0,'FCF',99),(28,'UPS 2nd Day Air AM',0,'U2A',99),(29,'FedEx International Economy',0,'FIE',99),(30,'FedEx International First',0,'FIF',99),(31,'FedEx International Priority',0,'FIP',99),(32,'U.S.P.S.Express Mail PO',0,'PEO',99),(33,'U.S.P.S. Global Express Guaranteed',1,'PEG',99),(34,'U.S.P.S. Priority Mail Intl.',1,'PMI',99),(35,'U.S.P.S. First Class Mail Intl.',1,'PFI',99),(36,'U.S.P.S. Express Mail Intl.',0,'PEM',99),(37,'UPS WorldWide Expedited',1,'UWX',99),(38,'UPS WorldWide Express',1,'UWE',99),(39,'UPS WorldWide Express Plus',0,'UWP',99); /*!40000 ALTER TABLE `intshiptypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `locales` -- DROP TABLE IF EXISTS `locales`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `locales` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(30) NOT NULL, `CurrExchange` varchar(50) default NULL, PRIMARY KEY (`ID`), UNIQUE KEY `Locales_Name_Idx` (`Name`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `locales` -- LOCK TABLES `locales` WRITE; /*!40000 ALTER TABLE `locales` DISABLE KEYS */; INSERT INTO `locales` VALUES (1,'Dutch (Belgian)','Netherlands'),(2,'Dutch (Standard)','Euro'),(3,'English (Australian)','Australia'),(4,'English (Canadian)','Canada'),(5,'English (New Zealand)','New Zealand'),(6,'English (UK)','UK'),(7,'English (US)','US'),(8,'French (Belgian)','Belgium'),(9,'French (Canadian)','Canada'),(10,'French (Standard)','France'),(11,'French (Swiss)','Switzerland'),(12,'German (Austrian)','Austria'),(13,'German (Standard)','Germany'),(14,'German (Swiss)','Switzerland'),(15,'Italian (Standard)','Italy'),(16,'Italian (Swiss)','Switzerland'),(17,'Norwegian (Bokmal)','Norway'),(18,'Norwegian (Nynorsk)','Norway'),(19,'Portuguese (Brazilian)','Portugal'),(20,'Portuguese (Standard)','Portugal'),(21,'Spanish (Mexican)','Mexico'),(22,'Spanish (Standard)','Spain'),(23,'Swedish','Sweden'); /*!40000 ALTER TABLE `locales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `localtax` -- DROP TABLE IF EXISTS `localtax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `localtax` ( `Local_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `ZipCode` varchar(20) NOT NULL, `Tax` double NOT NULL default '0', `EndZip` varchar(20) default NULL, `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Local_ID`), KEY `LocalTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `LocalTax_ZipCode_Idx` USING BTREE (`ZipCode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `localtax` -- LOCK TABLES `localtax` WRITE; /*!40000 ALTER TABLE `localtax` DISABLE KEYS */; /*!40000 ALTER TABLE `localtax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailtext` -- DROP TABLE IF EXISTS `mailtext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailtext` ( `MailText_ID` int(11) NOT NULL auto_increment, `MailText_Name` varchar(50) default NULL, `MailText_Message` longtext, `MailText_Subject` varchar(75) default NULL, `MailText_Attachment` varchar(255) default NULL, `System` tinyint(1) NOT NULL default '0', `MailAction` varchar(50) default NULL, PRIMARY KEY (`MailText_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailtext` -- LOCK TABLES `mailtext` WRITE; /*!40000 ALTER TABLE `mailtext` DISABLE KEYS */; INSERT INTO `mailtext` VALUES (2,'Email Confirmation','Welcome to %SiteName%.\nTo complete the Email Confirmation process please click on the link below:\n%SiteURL%index.cfm?fuseaction=users.unlock&email=%Email%&emaillock=%EmailLock%\nIf the link does not appear in your email as a clickable link, just copy and paste the complete URL into your browser\'s location bar and hit enter.\nYou can also complete the process by copying the following code into the Email Confirmation form.\nYour Code:\n%EmailLock%\nTo access the Email Confirmation form just sign in and click on \"My Account\".\nYou only need to confirm your email address once.\nSee you online!\n-- %SiteName%','%SiteName% Email Confirmation Code',NULL,1,'EmailConfirmation'),(3,'New Member Admin Notification','A new member has registered on %SiteName%:\n\n%MergeContent%','New Member Registration on %SiteName%',NULL,1,'NewMemberNotice'),(4,'Forgot Password','Your password for %SiteName% has been reset to: %MergeContent%. Your username for this account is \"%Username%\".<br>\n<br>\nAfter logging in at %SiteURL% you can change this temporary password by clicking on \"My Account\".<br>\n<br>\nSee you online!','Login Information',NULL,1,'ForgotPassword'),(5,'Order Received Affiliate Notice','Here is a summary of an order received through your site! %Mergecontent%','Affiliate Order Received!',NULL,1,'OrderRecvdAffiliate'),(6,'Order Received Customer Notice','Here is a summary of your order, thanks for shopping with us! %mergecontent%','Order Received!',NULL,1,'OrderRecvdCustomer'),(7,'Gift Registry Purchase Notification','The following Gift Registry item was purchased: %Mergecontent%','%SiteName% Gift Registry Purchase',NULL,1,'GiftRegistryPurchase'),(8,'Membership Auto-Renewal Billed',NULL,NULL,NULL,1,'MembershipAutoRenewBilled'),(9,'Membership Auto-Renewal Cancel','<p>Your membership at %SiteName% has been cancelled as requested. Thanks for visiting!</p>',NULL,NULL,1,'MembershipAutoRenewCancel'),(10,'Membership Renewal Reminder','Just a quick reminder that it is time to renew your %sitename%\nmembership due to expire in just a few days. You can renew your\nmembership at %SiteURL%. <br>\n<br>\nSee you online!',NULL,NULL,1,'MembershipRenewReminder'),(13,'Order Shipping/Tracking Information','Shipping information for your order from %SiteName%<br />\n<br />\n%mergecontent%<br />\n<br />\n%Merchant%','%SiteName% Order Shipped!',NULL,1,'OrderShipped'),(14,'Custom Newsletter','Here is an example of a custom newsletter. Inform your customers of what is going on at %SiteName%!<br />\n<br />\n%Merchant%','%SiteName% Newsletter',NULL,0,'Newsletter'),(15,'Gift Certificate Purchase','<p>Thanks for your purchase of a gift certificate from %SiteName%! Just enter the code when you are checking out to receive credits towards your purchase.</p>\n<p>%Mergecontent%</p>','%SiteName% Gift Certificate Purchase',NULL,1,'GiftCertPurchase'),(16,'New Affiliate Admin Notification','A new affiliate has registered on %SiteName%:\n<br><br>%MergeContent%','New Affiliate Registration on',NULL,1,'NewAffiliateNotice'),(17,'Order Refund','<p>%MergeContent%</p><p>Please shop with us again!</p><p>%Merchant%</p>','%SiteName% Order Refund',NULL,1,'OrderRefund'); /*!40000 ALTER TABLE `mailtext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `memberships` -- DROP TABLE IF EXISTS `memberships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `memberships` ( `Membership_ID` int(11) NOT NULL auto_increment, `User_ID` int(11) default '0', `Order_ID` int(11) default NULL, `Product_ID` int(11) default '0', `Membership_Type` varchar(50) default NULL, `AccessKey_ID` varchar(50) default NULL, `Start` datetime default NULL, `Time_Count` int(11) default '0', `Access_Count` int(11) default '0', `Expire` datetime default NULL, `Valid` tinyint(1) NOT NULL default '0', `Date_Ordered` datetime default NULL, `Access_Used` int(11) default '0', `Recur` tinyint(1) NOT NULL default '0', `Recur_Product_ID` int(11) default '0', `Suspend_Begin_Date` datetime default NULL, `Next_Membership_ID` int(11) default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Membership_ID`), KEY `Memberships_AccessKey_ID_Idx` USING BTREE (`AccessKey_ID`), KEY `Memberships_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Memberships_Next_Membership_ID_Idx` USING BTREE (`Next_Membership_ID`), KEY `Memberships_Recur_Product_ID_Idx` USING BTREE (`Recur_Product_ID`), KEY `Memberships_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `memberships` -- LOCK TABLES `memberships` WRITE; /*!40000 ALTER TABLE `memberships` DISABLE KEYS */; /*!40000 ALTER TABLE `memberships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_items` -- DROP TABLE IF EXISTS `order_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `order_items` ( `Order_No` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL default '0', `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `Price` double NOT NULL default '0', `Quantity` int(11) NOT NULL default '0', `OptPrice` double NOT NULL default '0', `SKU` varchar(50) default NULL, `OptQuant` int(11) NOT NULL default '0', `OptChoice` int(11) default NULL, `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `DiscAmount` double default NULL, `Disc_Code` varchar(50) default NULL, `PromoAmount` double default '0', `PromoQuant` int(11) default '0', `Promo_Code` varchar(50) default NULL, `Name` varchar(255) default NULL, `Dropship_Account_ID` int(11) default NULL, `Dropship_Qty` int(11) default '0', `Dropship_SKU` varchar(50) default NULL, `Dropship_Cost` double default '0', `Dropship_Note` varchar(75) default NULL, PRIMARY KEY (`Order_No`,`Item_ID`), KEY `Order_Items_Disc_Code_Idx` USING BTREE (`Disc_Code`), KEY `Order_Items_Order_No_Idx` USING BTREE (`Order_No`), KEY `Order_Items_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Order_Items_Promo_Code_Idx` USING BTREE (`Promo_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `order_items` -- LOCK TABLES `order_items` WRITE; /*!40000 ALTER TABLE `order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_no` -- DROP TABLE IF EXISTS `order_no`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `order_no` ( `Order_No` int(11) NOT NULL auto_increment, `Filled` tinyint(1) NOT NULL default '0', `Process` tinyint(1) NOT NULL default '0', `Void` tinyint(1) default '0', `InvDone` tinyint(1) NOT NULL default '0', `Customer_ID` int(11) NOT NULL default '0', `User_ID` int(11) default '0', `Card_ID` int(11) default '0', `ShipTo` int(11) default '0', `DateOrdered` datetime NOT NULL, `OrderTotal` double NOT NULL default '0', `Tax` double NOT NULL default '0', `ShipType` varchar(75) default NULL, `Shipping` double NOT NULL default '0', `Freight` int(11) NOT NULL default '0', `Comments` varchar(255) default NULL, `AuthNumber` varchar(50) default NULL, `InvoiceNum` varchar(75) default NULL, `TransactNum` varchar(50) default NULL, `Shipper` varchar(50) default NULL, `Tracking` varchar(255) default NULL, `Giftcard` varchar(255) default NULL, `Delivery` varchar(50) default NULL, `OrderDisc` double NOT NULL default '0', `Credits` double NOT NULL default '0', `AddonTotal` double NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `Cert_Code` varchar(50) default NULL, `Affiliate` int(11) default NULL, `Referrer` varchar(255) default NULL, `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(50) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, `DateFilled` datetime default NULL, `PayPalStatus` varchar(30) default NULL, `Reason` longtext, `OfflinePayment` varchar(50) default NULL, `PO_Number` varchar(30) default NULL, `Notes` longtext, `Admin_Updated` datetime default NULL, `Admin_Name` varchar(50) default NULL, `AdminCredit` double NOT NULL default '0', `AdminCreditText` varchar(50) default NULL, `Printed` int(11) NOT NULL default '0', `Status` varchar(50) default NULL, `Paid` tinyint(1) NOT NULL default '0', `CodesSent` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, `TermsUsed` longtext, `OriginalTotal` double NOT NULL default '0', `LastTransactNum` varchar(50) default NULL, PRIMARY KEY (`Order_No`), KEY `Order_No_Coup_Code_Idx` USING BTREE (`Coup_Code`), KEY `Order_No_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Order_No_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Order_No_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `order_no` -- LOCK TABLES `order_no` WRITE; /*!40000 ALTER TABLE `order_no` DISABLE KEYS */; /*!40000 ALTER TABLE `order_no` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_po` -- DROP TABLE IF EXISTS `order_po`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `order_po` ( `Order_PO_ID` int(11) NOT NULL auto_increment, `Order_No` int(11) NOT NULL, `PO_No` varchar(30) NOT NULL, `Account_ID` int(11) NOT NULL default '0', `PrintDate` datetime default NULL, `Notes` varchar(255) default NULL, `PO_Status` varchar(50) default NULL, `PO_Open` tinyint(1) NOT NULL default '0', `ShipDate` datetime default NULL, `Shipper` varchar(50) default NULL, `Tracking` varchar(50) default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`Order_PO_ID`), KEY `Order_PO_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Order_PO_ID_Tag_Idx` USING BTREE (`ID_Tag`), KEY `Order_PO_Order_No_Idx` USING BTREE (`Order_No`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `order_po` -- LOCK TABLES `order_po` WRITE; /*!40000 ALTER TABLE `order_po` DISABLE KEYS */; /*!40000 ALTER TABLE `order_po` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ordersettings` -- DROP TABLE IF EXISTS `ordersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ordersettings` ( `ID` int(11) NOT NULL auto_increment, `AllowInt` tinyint(1) NOT NULL default '0', `AllowOffline` tinyint(1) NOT NULL default '0', `OnlyOffline` tinyint(1) NOT NULL default '0', `OfflineMessage` longtext, `CCProcess` varchar(50) default NULL, `AllowPO` tinyint(1) NOT NULL default '0', `EmailAdmin` tinyint(1) NOT NULL default '0', `EmailUser` tinyint(1) NOT NULL default '0', `EmailAffs` tinyint(1) NOT NULL default '0', `EmailDrop` tinyint(1) NOT NULL default '0', `OrderEmail` varchar(100) default NULL, `DropEmail` varchar(100) default NULL, `EmailDropWhen` varchar(15) NOT NULL, `Giftcard` tinyint(1) NOT NULL default '0', `Delivery` tinyint(1) NOT NULL default '0', `Coupons` tinyint(1) NOT NULL default '0', `Backorders` tinyint(1) NOT NULL default '0', `BaseOrderNum` int(11) NOT NULL default '0', `StoreCardInfo` tinyint(1) NOT NULL default '0', `UseCVV2` tinyint(1) NOT NULL default '0', `MinTotal` int(11) NOT NULL default '0', `NoGuests` tinyint(1) NOT NULL default '0', `UseBilling` tinyint(1) NOT NULL default '0', `UsePayPal` tinyint(1) NOT NULL default '0', `PayPalEmail` varchar(100) default NULL, `PayPalLog` tinyint(1) NOT NULL default '0', `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(255) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, `CustomChoices1` longtext, `CustomChoices2` longtext, `CustomText_Req` varchar(50) default NULL, `CustomSelect_Req` varchar(50) default NULL, `AgreeTerms` longtext, `Giftwrap` tinyint(1) NOT NULL default '0', `ShowBasket` tinyint(1) NOT NULL default '1', `SkipAddressForm` tinyint(1) NOT NULL default '0', `PayPalMethod` varchar(25) default NULL, `PayPalServer` varchar(100) default NULL, `PDT_Token` varchar(100) default NULL, `UseCRESecure` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ordersettings` -- LOCK TABLES `ordersettings` WRITE; /*!40000 ALTER TABLE `ordersettings` DISABLE KEYS */; INSERT INTO `ordersettings` VALUES (1,1,1,0,'Please call us at 1-615-457-2437to complete your order.','None',1,1,1,1,0,'info@roboticus.com','radiox@radiox.net','Processed',1,1,1,1,1111,0,1,0,0,1,1,'radiox-facilitator@radiox.net',1,'','','','How did you hear about us?','','Search Engine,Social Media,Blog,Radio,TV,Cinema,Magazine,Other','','','CustomSelect1','Terms coming...',1,0,0,'Standard','sandbox','vbGMaag-YpUcDEwqyiDaaN2gKCw2d8uM83MTA6rIMc8HFLGwl2a5w5ZE-gC',0); /*!40000 ALTER TABLE `ordersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ordertaxes` -- DROP TABLE IF EXISTS `ordertaxes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ordertaxes` ( `Order_No` int(11) NOT NULL default '0', `Code_ID` int(11) NOT NULL default '0', `ProductTotal` double NOT NULL default '0', `CodeName` varchar(50) default NULL, `AddressUsed` varchar(20) default NULL, `AllUserTax` double NOT NULL default '0', `StateTax` double NOT NULL default '0', `CountyTax` double NOT NULL default '0', `LocalTax` double NOT NULL default '0', `CountryTax` double NOT NULL default '0', PRIMARY KEY (`Order_No`,`Code_ID`), KEY `OrderTaxes_Order_No_Idx` USING BTREE (`Order_No`), KEY `TaxCodes_OrderTaxes_FK` USING BTREE (`Code_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ordertaxes` -- LOCK TABLES `ordertaxes` WRITE; /*!40000 ALTER TABLE `ordertaxes` DISABLE KEYS */; /*!40000 ALTER TABLE `ordertaxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pages` ( `Page_ID` int(11) NOT NULL, `Page_URL` varchar(75) default NULL, `CatCore_ID` int(11) default '0', `PassParam` varchar(100) default NULL, `Display` tinyint(1) NOT NULL default '0', `PageAction` varchar(30) default NULL, `Page_Name` varchar(100) NOT NULL, `Page_Title` varchar(75) default NULL, `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `Color_ID` int(11) default NULL, `PageText` longtext, `System` tinyint(1) NOT NULL default '0', `Href_Attributes` varchar(50) default NULL, `AccessKey` int(11) default '0', `Priority` int(11) default '9999', `Parent_ID` int(11) default '0', `Title_Priority` int(11) default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, PRIMARY KEY (`Page_ID`), KEY `Pages_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Pages_CatCore_ID_Idx` USING BTREE (`CatCore_ID`), KEY `Pages_Color_ID_Idx` USING BTREE (`Color_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; INSERT INTO `pages` VALUES (0,'none',0,NULL,1,NULL,'(Default Page Menu)','',NULL,NULL,NULL,NULL,NULL,'',0,NULL,0,0,0,3,NULL,NULL,NULL),(1,'index.cfm',2,'',1,'home','Home','Earth Hertz Access Hub',NULL,'','','',1,'<p> </p>\r\n<p>Since 2005, Earth Hertz has stood by it\'s statement that "Artists should be free to create their art freely". No artists were carged in the making of this story.<br />\r\n<br />\r\nAren\'t you tired of the same old story? Well, let\'s change it up together.<br />\r\n<br />\r\nWe are connecting Artists to venues, festivals, brands, publishers, labels, and the fans themselves. Earth Hertz’s mission puts Artists First, no REALLY, we put artists first. Right behind the fans.<br />\r\n<br />\r\nOur powerful platform, combined with rapidly growing studio solutions and A&R capabilities and broad industry relationships offer emerging Artists from around the world access to the global music industry. And direct access for their fans.<br />\r\n<br />\r\nThe results will speak for themselves.</p>\r\n<p> </p>',1,'',0,1,0,0,'RoboticUS dba Earth Hertz Productions, LLC. Music because music matters.','RoboticUS,Earth Hertz, New Record Industry','RoboticUS.com'),(2,'index.cfm?fuseaction=users.manager',0,'noline=1',1,'manager','User Account','My Account',NULL,'','','',NULL,'<br />',1,'',0,5,0,0,'','',''),(3,'index.cfm?fuseaction=shopping.basket',0,'noline=1',1,'basket','View Cart','',NULL,'','','',NULL,'<blockquote class=\"carttext\" dir=\"ltr\" style=\"margin-right: 0px;\">\r\n<p><strong>Return Policy</strong>: All Sales Final. Return of damaged goods will be accepted at time of<br />\r\ndelivery with 15% restocking fee.</p>\r\n<p>This bottom text area is defined in the Page Manager for the shopping cart.</p>\r\n</blockquote>\r\n<p align=\"center\"><img width=\"39\" height=\"24\" border=\"0\" alt=\"\" src=\"/rstore/images/icons/cc_mastercard.gif\" /> <img width=\"36\" height=\"24\" border=\"0\" alt=\"\" src=\"/rstore/images/icons/cc_visa.gif\" /> <img width=\"29\" height=\"24\" border=\"0\" alt=\"\" src=\"/rstore/images/icons/cc_amex.gif\" /> <img width=\"60\" height=\"24\" border=\"0\" alt=\"\" src=\"/rstore/images/icons/cc_discover.gif\" /></p>',1,'',0,6,0,0,'','','Shopping Cart'),(4,'index.cfm?fuseaction=page.search',5,'',1,'search','Search Site','Site Search',NULL,'','','',NULL,'Please enter keywords to search for:',1,'',0,4,0,0,'','',''),(5,'index.cfm?fuseaction=page.searchresults',6,NULL,0,'searchResults','Search Results','Search Results',NULL,NULL,NULL,NULL,NULL,'',1,NULL,0,9999,0,0,NULL,NULL,NULL),(6,'index.cfm?fuseaction=page.new',3,'new=1,onsale=1',0,'new','What\'s New','What\'s New',NULL,'','','',NULL,'<p>This page displays all the new and sale categories, products and feature articles. Items are automatically placed on this page when you turn on the "new" or "highlight" option on the item\'s admin page. </p>\r\n<p>This What\'s New page is included as a standard Page in the Page Manager. You can also call it as a Category template to include it as a Category OR it can be included as part of the Home page.</p>\r\n<p>You have the choice of selecting only New, only Sale, or Both.</p>',1,'',0,9999,0,0,'','',''),(7,'index.cfm?fuseaction=page.membersOnly',2,'',0,'membersOnly','Members Only','Members Only',NULL,'','','',NULL,'<p><strong><font color=\"#ff3300\">Sorry! A membership is required.</font></strong></p>\r\n<p>This text displays when content is locked with an access key and the user IS logged in and does not have the key. If the user was not logged in, the user would get a PLEASE LOG IN page instead.</p>\r\n<p>You can check your membership information by clicking on the Current Memberships link on the My Accounts page or clicking <a href=\"index.cfm?fuseaction=access.memberships\">HERE</a>.</p>\r\n<p>You can edit the text of this page in the Page Manager.</p>\r\n<p>This page automatically lists all Membership Products below.</p>',1,'',0,9999,0,0,'','members, login','ehrstore Members Only Page'),(8,'index.cfm?fuseaction=page.contactUs',15,'BoxTitle=Email Us',1,'contactUs','Contact Us','Contact Us',NULL,'','','',NULL,'<p>Have a question? Have a comment? Please contact us!</p>\r\n<p>We are super easy to talk to! Give us a holler, even if just to say "Hi!"</p>\r\n \r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>Phone:</td>\r\n <td><strong>(615) 457-2437</strong></td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail:</td>\r\n <td>\r\n <p>RoboticUS.com<br />\r\n 106 Bonnie Briar Ln<br />\r\n Nashville, TN 37212</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"javascript:location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,114,111,98,111,116,105,99,117,115,46,99,111,109)+\'?subject=RoboticUS.com%20Info%20Inquiry\'\">info@roboticus.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<br />\r\nYou can also use the form below:\r\n<p> </p>',1,'',0,3,0,0,'','',''),(9,'index.cfm?fuseaction=page.sitemap',14,'noline=1,alpha=1',0,'sitemap','Site Map','Site Map',NULL,'','','',NULL,'<p>The following is a list of all the Categories, Products and Feature Articles on our site. We hope it will assist you in finding what you\'re looking for.</p>',1,'',0,5,0,0,'','',''),(10,'index.cfm?fuseaction=shopping.wishlist',0,'',1,'wishlist','Wishlist','Wishlist',NULL,'','','',NULL,'<br />',1,'',0,9,0,0,'','',''),(16,'index.cfm?fuseaction=page.cvv2help',0,'noline=1',0,'cvv2help','cvv2help','Your Credit Card Verification Value',NULL,'','','',NULL,'<P>Entering the Card Verification Value 2 (CVV2) number helps us to prevent credit card fraud and keep costs down for everyone. Since a CVV2 number is listed on your credit card but is not stored anywhere, the only way to know the correct CVV2 number for your credit card is to physically have possession of the card itself. All VISA, MasterCard and American Express cards made in America have a CVV2 number. </P>\n<P><STRONG>How to find your CVV2 Number:</STRONG></P>\n<P><IMG height=115 alt=\"Amex Card\" src=\"images/icons/amex_cvv2.gif\" width=157 align=left border=0><STRONG>American Express</STRONG><BR><BR>Enter the 4 digit, non-embossed number printed above your account number on the <B>face</B> of your card.</P>\n<P> </P>\n<P><IMG height=115 src=\"images/icons/visa_cvv2.gif\" width=157 align=left border=0><STRONG>Visa</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card immediately following the Visa card account number.</P>\n<P> </P>\n<P><IMG height=115 src=\"images/icons/mastercard_cvv2.gif\" width=157 align=left border=0><STRONG>MasterCard</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card.</P>\n<P> </P>\n<P><IMG height=115 src=\"images/icons/discover_cvv2.gif\" width=157 align=left border=0><STRONG>Discover</STRONG><BR><BR>Enter the 3-digit, non-embossed number printed on the signature panel on the <B>back</B> of the card.</P>',1,'',0,9999,0,0,NULL,NULL,NULL),(17,'index.cfm?fuseaction=page.receipt',0,'noline=1',0,'receipt','Receipt','',NULL,'','','',NULL,'<br />',1,'',0,9999,0,0,'','',''),(18,'index.cfm?fuseaction=shopping.tracking',0,'',0,'tracking','Track Order','',NULL,'','','',NULL,'<br />',0,'',0,4,0,0,'','',''),(19,'index.cfm?fuseaction=shopping.giftregistry',0,'',0,'giftregistry','Gift Registry','',NULL,'','','',NULL,'<br />',0,'',0,4,0,0,'','',''),(20,'index.cfm?fuseaction=page.pagenotfound',0,NULL,0,'PageNotFound','Page Error','Page Not Found',NULL,NULL,NULL,NULL,NULL,'<sup>Sorry, an error was encountered in retrieving the information, or the item is no longer available.<br/><br/>Please try Searching or The Site Map for assistance.<br/><br type=\"_moz\"/></sup>',1,NULL,0,9999,0,0,NULL,NULL,NULL),(21,'index.cfm?fuseaction=page.nocookies',0,NULL,0,'nocookies','No Cookies','Cookies Required',NULL,NULL,NULL,NULL,NULL,'This site requires cookies in order to shop and to checkout. This is the safest and most secure way to conduct online business so is done for your safety and convenience. Please check your browser settings and ensure that you have set it to allow cookies.',1,NULL,0,9999,0,0,NULL,NULL,NULL),(22,'index.cfm?fuseaction=page.earthhertz',2,'',0,'earthhertz','Earth Hertz','Earth Hertz Access Hub','','','','',1,'RoboticUS,Earth Hertz<br />\r\n<br />\r\n<p> </p>',0,'',1,11,0,0,'RoboticUS dba Earth Hertz Productions, LLC. Music because music matters.','RoboticUS,Earth Hertz, New Record Industry','RoboticUS.com'),(23,'index.cfm?fuseaction=page.aboutUs',2,'',1,'aboutUs','About Us','About Us','','','','',NULL,'<p><span style=\"background-color: rgb(255, 255, 255);\"><span style=\"font-family: Roboto,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; display: inline ! important; float: none;\">Every day, Earth Hertz helps Artists grow. Below are a few of the people that make it happen.</span></span><span style=\"background-color: rgb(255, 255, 255);\"> </span></p>\r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>CEO: </td>\r\n <td>Robert Xeno</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail:</td>\r\n <td>\r\n <p>Earth Hertz Productions, LLC<br />\r\n 106 Bonnie Briar Ln<br />\r\n Nashville, TN 37212<br />\r\n (615) 457-2437</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"javascript:location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,114,111,98,111,116,105,99,117,115,46,99,111,109)+\'?subject=RoboticUS.com%20Info%20Inquiry\'\">rxeno@earthhertz.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>VP: </td>\r\n <td>Eloa Xeno</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail: </td>\r\n <td>\r\n <p>Earth Hertz Productions, LLC<br />\r\n 106 Bonnie Briar Ln<br />\r\n Nashville, TN 37212<br />\r\n (615) 457-2437</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"javascript:location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,114,111,98,111,116,105,99,117,115,46,99,111,109)+\'?subject=RoboticUS.com%20Info%20Inquiry\'\">exeno@earthhertz.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>New Media:</td>\r\n <td>Kath Galasso</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail:</td>\r\n <td>\r\n <p>Earth Hertz Productions, LLC<br />\r\n 106 Bonnie Briar Ln<br />\r\n Nashville, TN 37212<br />\r\n (615) 457-2437</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"javascript:location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,114,111,98,111,116,105,99,117,115,46,99,111,109)+\'?subject=RoboticUS.com%20Info%20Inquiry\'\">kgalasso@earthhertz.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>\r\n<table width=\"75%\" cellspacing=\"0\" cellpadding=\"3\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>Chief Engineer:</td>\r\n <td>F. Reid Shippen</td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">Mail:</td>\r\n <td>\r\n <p>Earth Hertz Productions, LLC<br />\r\n 106 Bonnie Briar Ln<br />\r\n Nashville, TN 37212<br />\r\n (615) 457-2437</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>E-mail:</td>\r\n <td><a href=\"javascript:location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,114,111,98,111,116,105,99,117,115,46,99,111,109)+\'?subject=RoboticUS.com%20Info%20Inquiry\'\">frshippen@earthhertz.com</a></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n<p> </p>\r\n<p> </p>\r\n<hr />\r\n<p> </p>',0,'',0,2,0,0,'','',''),(24,'index.cfm?fuseaction=page.rstore',2,'',0,'rstore','rStore','rStore by RoboticUS.com','','','','',1,'RoboticUS,Earth Hertz<br />\r\n<br />\r\n<p> </p>',0,'',1,11,0,0,'RoboticUS dba Earth Hertz Productions, LLC. Music because music matters.','RoboticUS,Earth Hertz, New Record Industry','RoboticUS.com'); /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `payments` ( `PaymentID` int(11) NOT NULL auto_increment, `PaymentDateTime` datetime NOT NULL, `BasketNum` varchar(30) NOT NULL default '0', `Order_No` int(11) default NULL, `InvoiceNum` varchar(20) NOT NULL default '0', `CardType` varchar(50) default NULL, `CardNumber` varchar(50) default NULL, `NameOnCard` varchar(150) default NULL, `EncryptedCard` varchar(255) default NULL, `Amount` double NOT NULL default '0', `Captured` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`PaymentID`), KEY `Payments_BasketNum_Idx` (`BasketNum`), KEY `Payments_ID_Tag_Idx` (`ID_Tag`), KEY `Payments_Order_No_Idx` (`Order_No`), KEY `Payments_Captured_Idx` (`Captured`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permission_groups` -- DROP TABLE IF EXISTS `permission_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `permission_groups` ( `Group_ID` int(11) NOT NULL auto_increment, `Name` varchar(20) NOT NULL, PRIMARY KEY (`Group_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `permission_groups` -- LOCK TABLES `permission_groups` WRITE; /*!40000 ALTER TABLE `permission_groups` DISABLE KEYS */; INSERT INTO `permission_groups` VALUES (1,'Access'),(2,'Category'),(3,'Feature'),(4,'Product'),(5,'Shopping'),(6,'Users'),(7,'Page'); /*!40000 ALTER TABLE `permission_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `permissions` ( `ID` int(11) NOT NULL auto_increment, `Group_ID` int(11) NOT NULL, `Name` varchar(30) NOT NULL, `BitValue` int(11) default '0', PRIMARY KEY (`ID`), KEY `Permissions_Group_ID_Idx` USING BTREE (`Group_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES (1,1,'Assign Permissions',1),(2,1,'Manage Access Keys',2),(3,1,'Manage Memberships',4),(4,2,'Category Admin',1),(5,3,'Feature Admin',1),(6,3,'Feature Editor',2),(7,3,'Feature Author',4),(8,4,'Full Product Admin',1),(9,4,'User Products Admin',2),(10,4,'Discount Admin',4),(11,4,'Promotion Admin',8),(12,5,'Cart Admin',1),(13,5,'Order Access',2),(14,5,'Gift Certs Admin',4),(15,5,'Order Approve',8),(16,5,'Order Process',16),(17,5,'Order Dropship',32),(18,5,'Order Edit',64),(19,5,'Order Reports',128),(20,6,'Site Admin',1),(21,6,'Admin Menu',2),(22,6,'Group & User Admin',4),(23,6,'User Export',8),(24,7,'Page Admin',1),(25,4,'Product Import',16),(26,4,'Product Export',32),(27,4,'Site Feeds',128),(28,5,'Order Search',256),(29,4,'Product Reviews',64),(30,3,'Feature Reviews',8),(31,5,'Gift Registry Admin',512),(32,5,'Abandoned Basket Admin',1024),(33,5,'Place Orders as Customer',1024); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `picklists` -- DROP TABLE IF EXISTS `picklists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `picklists` ( `Picklist_ID` int(11) NOT NULL auto_increment, `Feature_Type` longtext, `Acc_Rep` longtext, `Acc_Type1` longtext, `Acc_Descr1` longtext, `Product_Availability` longtext, `Shipping_Status` longtext, `PO_Status` longtext, `GiftRegistry_Type` longtext, `Review_Editorial` longtext, PRIMARY KEY (`Picklist_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `picklists` -- LOCK TABLES `picklists` WRITE; /*!40000 ALTER TABLE `picklists` DISABLE KEYS */; INSERT INTO `picklists` VALUES (1,'press release,article,review, interview,training, breaking news','Eloa,Kath,Robert','EarthHertz,Producer,Engineer,AssHat,Artist,Band,Label,Booking,Publishing,Licensing,Merchandising,Touring,Distributing,Fan,Media','DESCR1','Available,Backorder','Processing,Incomplete,Backordered,Cancelled','emailed,faxed','Album,Single,Startup,Wedding,Christmas,Birthday,Baby','Editor,Spotlight'); /*!40000 ALTER TABLE `picklists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prod_custinfo` -- DROP TABLE IF EXISTS `prod_custinfo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prod_custinfo` ( `Product_ID` int(11) NOT NULL, `Custom_ID` int(11) NOT NULL, `CustomInfo` varchar(150) default NULL, PRIMARY KEY (`Product_ID`,`Custom_ID`), KEY `Prod_CustInfo_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Prod_CustomFields_Prod_CustInfo_FK` USING BTREE (`Custom_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prod_custinfo` -- LOCK TABLES `prod_custinfo` WRITE; /*!40000 ALTER TABLE `prod_custinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `prod_custinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prod_customfields` -- DROP TABLE IF EXISTS `prod_customfields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prod_customfields` ( `Custom_ID` int(11) NOT NULL, `Custom_Name` varchar(50) default NULL, `Custom_Display` tinyint(1) NOT NULL default '0', `Google_Use` tinyint(1) NOT NULL default '0', `Google_Code` varchar(50) default NULL, PRIMARY KEY (`Custom_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prod_customfields` -- LOCK TABLES `prod_customfields` WRITE; /*!40000 ALTER TABLE `prod_customfields` DISABLE KEYS */; /*!40000 ALTER TABLE `prod_customfields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prodaddons` -- DROP TABLE IF EXISTS `prodaddons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prodaddons` ( `Addon_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Standard_ID` int(11) NOT NULL, `Prompt` varchar(100) default NULL, `AddonDesc` varchar(100) default NULL, `AddonType` varchar(10) default NULL, `Display` tinyint(1) NOT NULL default '1', `Priority` int(11) NOT NULL default '9999', `Price` double default '0', `Weight` double default '0', `ProdMult` tinyint(1) NOT NULL default '0', `Required` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Addon_ID`), KEY `ProdAddons_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProdAddons_Standard_ID_Idx` USING BTREE (`Standard_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prodaddons` -- LOCK TABLES `prodaddons` WRITE; /*!40000 ALTER TABLE `prodaddons` DISABLE KEYS */; /*!40000 ALTER TABLE `prodaddons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proddisc` -- DROP TABLE IF EXISTS `proddisc`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `proddisc` ( `Product_ID` int(11) NOT NULL, `ProdDisc_ID` int(11) NOT NULL, `Wholesale` tinyint(1) NOT NULL default '0', `QuantFrom` int(11) NOT NULL default '0', `QuantTo` int(11) NOT NULL default '0', `DiscountPer` double NOT NULL default '0', PRIMARY KEY (`Product_ID`,`ProdDisc_ID`), KEY `ProdDisc_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `proddisc` -- LOCK TABLES `proddisc` WRITE; /*!40000 ALTER TABLE `proddisc` DISABLE KEYS */; INSERT INTO `proddisc` VALUES (2,1,0,5,0,1); /*!40000 ALTER TABLE `proddisc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prodgrpprice` -- DROP TABLE IF EXISTS `prodgrpprice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prodgrpprice` ( `Product_ID` int(11) NOT NULL, `GrpPrice_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, `Price` double NOT NULL default '0', PRIMARY KEY (`Product_ID`,`GrpPrice_ID`), KEY `ProdGrpPrice_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `ProdGrpPrice_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prodgrpprice` -- LOCK TABLES `prodgrpprice` WRITE; /*!40000 ALTER TABLE `prodgrpprice` DISABLE KEYS */; /*!40000 ALTER TABLE `prodgrpprice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prodopt_choices` -- DROP TABLE IF EXISTS `prodopt_choices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `prodopt_choices` ( `Option_ID` int(11) NOT NULL default '0', `Choice_ID` int(11) NOT NULL default '0', `ChoiceName` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `SKU` varchar(50) default NULL, `NumInStock` int(11) default '0', `Display` tinyint(1) NOT NULL default '0', `SortOrder` int(11) default '0', PRIMARY KEY (`Option_ID`,`Choice_ID`), KEY `ProdOpt_Choices_Option_ID_Idx` USING BTREE (`Option_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `prodopt_choices` -- LOCK TABLES `prodopt_choices` WRITE; /*!40000 ALTER TABLE `prodopt_choices` DISABLE KEYS */; /*!40000 ALTER TABLE `prodopt_choices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_category` -- DROP TABLE IF EXISTS `product_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_category` ( `ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Category_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Product_Category_Category_ID_Idx` USING BTREE (`Category_ID`), KEY `Product_Category_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_category` -- LOCK TABLES `product_category` WRITE; /*!40000 ALTER TABLE `product_category` DISABLE KEYS */; INSERT INTO `product_category` VALUES (5,2,6),(6,1,20); /*!40000 ALTER TABLE `product_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_images` -- DROP TABLE IF EXISTS `product_images`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_images` ( `Product_Image_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, `Image_File` varchar(150) NOT NULL, `Gallery` varchar(50) default NULL, `File_Size` int(11) default '0', `Caption` varchar(100) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`Product_Image_ID`), KEY `Product_Images_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_images` -- LOCK TABLES `product_images` WRITE; /*!40000 ALTER TABLE `product_images` DISABLE KEYS */; /*!40000 ALTER TABLE `product_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_item` -- DROP TABLE IF EXISTS `product_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_item` ( `Product_Item_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Item_ID` int(11) NOT NULL, PRIMARY KEY (`Product_Item_ID`), KEY `Product_Item_Item_ID_Idx` USING BTREE (`Item_ID`), KEY `Product_Item_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_item` -- LOCK TABLES `product_item` WRITE; /*!40000 ALTER TABLE `product_item` DISABLE KEYS */; /*!40000 ALTER TABLE `product_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_options` -- DROP TABLE IF EXISTS `product_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_options` ( `Option_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `Std_ID` int(11) NOT NULL default '0', `Prompt` varchar(50) default NULL, `OptDesc` varchar(50) default NULL, `ShowPrice` varchar(10) default NULL, `Display` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', `TrackInv` tinyint(1) NOT NULL default '0', `Required` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Option_ID`), KEY `Product_Options_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Product_Options_Std_ID_Idx` USING BTREE (`Std_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_options` -- LOCK TABLES `product_options` WRITE; /*!40000 ALTER TABLE `product_options` DISABLE KEYS */; /*!40000 ALTER TABLE `product_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productreviews` -- DROP TABLE IF EXISTS `productreviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `productreviews` ( `Review_ID` int(11) NOT NULL auto_increment, `Product_ID` int(11) NOT NULL, `User_ID` int(11) default '0', `Anonymous` tinyint(1) NOT NULL default '0', `Anon_Name` varchar(50) default NULL, `Anon_Loc` varchar(50) default NULL, `Anon_Email` varchar(75) default NULL, `Editorial` varchar(50) default NULL, `Title` varchar(75) NOT NULL, `Comment` longtext NOT NULL, `Rating` smallint(6) NOT NULL default '0', `Recommend` tinyint(1) NOT NULL default '0', `Posted` datetime NOT NULL, `Updated` datetime default NULL, `Approved` tinyint(1) NOT NULL default '0', `NeedsCheck` tinyint(1) NOT NULL default '0', `Helpful_Total` int(11) NOT NULL default '0', `Helpful_Yes` int(11) NOT NULL default '0', PRIMARY KEY (`Review_ID`), KEY `ProductReviews_Posted_Idx` USING BTREE (`Posted`), KEY `ProductReviews_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProductReviews_Rating_Idx` USING BTREE (`Rating`), KEY `ProductReviews_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `productreviews` -- LOCK TABLES `productreviews` WRITE; /*!40000 ALTER TABLE `productreviews` DISABLE KEYS */; INSERT INTO `productreviews` VALUES (1,1,1,1,'admin','','','Spotlight','Lovely Poster','We love it!',5,0,'2015-04-20 15:56:58','2015-04-20 15:56:58',1,0,0,0); /*!40000 ALTER TABLE `productreviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productreviewshelpful` -- DROP TABLE IF EXISTS `productreviewshelpful`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `productreviewshelpful` ( `Helpful_ID` varchar(35) NOT NULL, `Product_ID` int(11) NOT NULL, `Review_ID` int(11) NOT NULL, `Helpful` tinyint(1) NOT NULL default '0', `User_ID` int(11) default '0', `Date_Stamp` datetime default NULL, `IP` varchar(30) default NULL, PRIMARY KEY (`Helpful_ID`), KEY `ProductReviewsHelpful_IP_Idx` USING BTREE (`IP`), KEY `ProductReviewsHelpful_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `ProductReviewsHelpful_Review_ID_Idx` USING BTREE (`Review_ID`), KEY `ProductReviewsHelpful_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `productreviewshelpful` -- LOCK TABLES `productreviewshelpful` WRITE; /*!40000 ALTER TABLE `productreviewshelpful` DISABLE KEYS */; /*!40000 ALTER TABLE `productreviewshelpful` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products` ( `Product_ID` int(11) NOT NULL auto_increment, `Name` varchar(255) NOT NULL, `Short_Desc` longtext, `Long_Desc` longtext, `SKU` varchar(50) default NULL, `Vendor_SKU` varchar(50) default NULL, `Retail_Price` double default '0', `Base_Price` double NOT NULL default '0', `Wholesale` double NOT NULL default '0', `Dropship_Cost` double default '0', `Weight` double default '0', `Shipping` tinyint(1) NOT NULL default '1', `TaxCodes` varchar(50) default NULL, `AccessKey` int(11) default '0', `Sm_Image` varchar(100) default NULL, `Lg_Image` varchar(255) default NULL, `Enlrg_Image` varchar(100) default NULL, `Sm_Title` varchar(100) default NULL, `Lg_Title` varchar(100) default NULL, `PassParam` varchar(100) default NULL, `Color_ID` int(11) default NULL, `Display` tinyint(1) NOT NULL default '1', `Priority` int(11) NOT NULL default '9999', `NumInStock` int(11) default '0', `ShowOrderBox` tinyint(1) NOT NULL default '0', `ShowPrice` tinyint(1) NOT NULL default '1', `ShowDiscounts` tinyint(1) NOT NULL default '1', `ShowPromotions` tinyint(1) NOT NULL default '0', `Highlight` tinyint(1) NOT NULL default '0', `NotSold` tinyint(1) NOT NULL default '0', `Reviewable` tinyint(1) NOT NULL default '0', `UseforPOTD` tinyint(1) NOT NULL default '0', `Sale` tinyint(1) NOT NULL default '0', `Hot` tinyint(1) NOT NULL default '0', `DateAdded` datetime default NULL, `OptQuant` int(11) NOT NULL default '0', `Reorder_Level` int(11) default '0', `Min_Order` int(11) default '0', `Mult_Min` tinyint(1) NOT NULL default '0', `Sale_Start` datetime default NULL, `Sale_End` datetime default NULL, `Discounts` varchar(255) default NULL, `Promotions` varchar(255) default NULL, `Account_ID` int(11) default '0', `Mfg_Account_ID` int(11) default '0', `Prod_Type` varchar(50) default NULL, `Content_URL` varchar(75) default NULL, `MimeType` varchar(50) default NULL, `Access_Count` int(11) default '0', `Num_Days` int(11) default '0', `Access_Keys` varchar(50) default NULL, `Recur` tinyint(1) NOT NULL default '0', `Recur_Product_ID` int(11) default '0', `VertOptions` tinyint(1) NOT NULL default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `TitleTag` varchar(255) default NULL, `GiftWrap` tinyint(1) NOT NULL default '0', `Availability` varchar(75) default NULL, `Freight_Dom` double default '0', `Freight_Intl` double default '0', `Pack_Width` double default '0', `Pack_Height` double default '0', `Pack_Length` double default '0', `User_ID` int(11) default '0', `Goog_Brand` varchar(100) default NULL, `Goog_Condition` varchar(100) default NULL, `Goog_Expire` datetime default NULL, `Goog_Prodtype` varchar(100) default NULL, PRIMARY KEY (`Product_ID`), KEY `Colors_Products_FK` USING BTREE (`Color_ID`), KEY `Products_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Products_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Products_Highlight_Idx` USING BTREE (`Highlight`), KEY `Products_NumInStock_Idx` USING BTREE (`NumInStock`), KEY `Products_Recur_Product_ID_Idx` USING BTREE (`Recur_Product_ID`), KEY `Products_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products` -- LOCK TABLES `products` WRITE; /*!40000 ALTER TABLE `products` DISABLE KEYS */; INSERT INTO `products` VALUES (1,'The Good, The Bad, and the Sunny','<p><span style=\"color: rgb(0, 0, 0); font-family: Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 22.796875px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(243, 247, 251); display: inline !important; float: none;\"><!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves />\r\n<w:TrackFormatting />\r\n<w:PunctuationKerning />\r\n<w:ValidateAgainstSchemas />\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF />\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables />\r\n<w:SnapToGridInCell />\r\n<w:WrapTextWithPunct />\r\n<w:UseAsianBreakRules />\r\n<w:DontGrowAutofit />\r\n<w:SplitPgBreakAndParaMark />\r\n<w:DontVertAlignCellWithSp />\r\n<w:DontBreakConstrainedForcedTables />\r\n<w:DontVertAlignInTxbx />\r\n<w:Word11KerningPairs />\r\n<w:CachedColBalance />\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\" />\r\n<m:brkBin m:val=\"before\" />\r\n<m:brkBinSub m:val=\"--\" />\r\n<m:smallFrac m:val=\"off\" />\r\n<m:dispDef />\r\n<m:lMargin m:val=\"0\" />\r\n<m:rMargin m:val=\"0\" />\r\n<m:defJc m:val=\"centerGroup\" />\r\n<m:wrapIndent m:val=\"1440\" />\r\n<m:intLim m:val=\"subSup\" />\r\n<m:naryLim m:val=\"undOvr\" />\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\" />\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\" />\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\" />\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\" />\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\" />\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\" />\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\" />\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\" />\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\" />\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\" />\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\" />\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\" />\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\" />\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\" />\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\" />\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n/* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Table Normal\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-qformat:yes;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;\r\nmso-para-margin-top:0in;\r\nmso-para-margin-right:0in;\r\nmso-para-margin-bottom:10.0pt;\r\nmso-para-margin-left:0in;\r\nline-height:115%;\r\nmso-pagination:widow-orphan;\r\nfont-size:11.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-ascii-font-family:Calibri;\r\nmso-ascii-theme-font:minor-latin;\r\nmso-hansi-font-family:Calibri;\r\nmso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--></span><span style=\"font-family:"Arial","sans-serif";color:#222222;\r\nbackground:white\">©</span> 2015 Earth Hertz Records</p>','ALBUM DESCRIPTION GOES HERE','EH0000015','',0,0,11,0,0,1,'1',0,'products/PTR200-PrintType-Fina-100.png','','','','','',NULL,1,2,150,0,1,1,1,0,0,1,0,0,0,'2015-04-20 15:55:44',0,50,1,0,'2015-04-20 00:00:00',NULL,'',NULL,0,NULL,'product','',NULL,0,0,'',0,0,0,'','','HTML TITLE TAG',1,'',0,0,0,0,0,0,NULL,NULL,NULL,NULL),(2,'Applegate Nance<br>PLM2015 Tour Poster','Peace, Love, Music 2015<br />','Be sure to pick up the poster to compliment the CD and t-Shirt!<br />','EHPOST000001','ehP000001',15,0,5,1.5,1.5,0,'1',0,'products/PTR200-PrintType-Fina-75.png','','','','','66666',NULL,1,1,150,0,1,1,1,0,0,1,0,0,0,'2015-04-20 20:41:40',0,50,1,0,'2015-04-20 00:00:00',NULL,'',NULL,0,NULL,'product','',NULL,0,0,'',0,0,0,'66666','66666','PLM2015TOUR',1,'ships immediately',0,0,2,2,12,0,'EarthHertz','New',NULL,'Applegate Nance Poster'); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `promotion_groups` -- DROP TABLE IF EXISTS `promotion_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `promotion_groups` ( `ID` int(11) NOT NULL auto_increment, `Promotion_ID` int(11) NOT NULL, `Group_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Promotion_Groups_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `Promotion_Groups_Promotion_ID_Idx` USING BTREE (`Promotion_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `promotion_groups` -- LOCK TABLES `promotion_groups` WRITE; /*!40000 ALTER TABLE `promotion_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `promotion_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `promotion_qual_products` -- DROP TABLE IF EXISTS `promotion_qual_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `promotion_qual_products` ( `ID` int(11) NOT NULL auto_increment, `Promotion_ID` int(11) NOT NULL, `Product_ID` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Promotion_Qual_Products_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `Promotion_Qual_Products_Promotion_ID_Idx` USING BTREE (`Promotion_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `promotion_qual_products` -- LOCK TABLES `promotion_qual_products` WRITE; /*!40000 ALTER TABLE `promotion_qual_products` DISABLE KEYS */; /*!40000 ALTER TABLE `promotion_qual_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `promotions` -- DROP TABLE IF EXISTS `promotions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `promotions` ( `Promotion_ID` int(11) NOT NULL auto_increment, `Type1` int(11) NOT NULL default '1', `Type2` int(11) NOT NULL default '1', `Type3` int(11) NOT NULL default '0', `Type4` int(11) NOT NULL default '0', `Coup_Code` varchar(50) default NULL, `OneTime` tinyint(1) NOT NULL default '0', `Name` varchar(255) NOT NULL, `Display` varchar(255) default NULL, `Amount` double NOT NULL default '0', `QualifyNum` double NOT NULL default '0', `DiscountNum` double NOT NULL default '0', `Multiply` tinyint(1) NOT NULL default '0', `StartDate` datetime default NULL, `EndDate` datetime default NULL, `Disc_Product` int(11) NOT NULL default '0', `Add_DiscProd` tinyint(1) NOT NULL default '0', `AccessKey` int(11) default '0', PRIMARY KEY (`Promotion_ID`), KEY `Promotions_AccessKey_Idx` USING BTREE (`AccessKey`), KEY `Promotions_Coup_Code_Idx` USING BTREE (`Coup_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `promotions` -- LOCK TABLES `promotions` WRITE; /*!40000 ALTER TABLE `promotions` DISABLE KEYS */; /*!40000 ALTER TABLE `promotions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `SettingID` int(11) NOT NULL auto_increment, `SiteName` varchar(50) default NULL, `SiteLogo` varchar(100) default NULL, `Merchant` longtext, `HomeCountry` varchar(100) default NULL, `MerchantEmail` varchar(150) default NULL, `Webmaster` varchar(150) default NULL, `DefaultImages` varchar(100) default NULL, `FilePath` varchar(150) default NULL, `MimeTypes` varchar(255) default NULL, `MoneyUnit` varchar(50) default NULL, `WeightUnit` varchar(50) default NULL, `SizeUnit` varchar(50) default NULL, `InvLevel` varchar(50) default NULL, `ShowInStock` tinyint(1) NOT NULL default '0', `OutofStock` tinyint(1) NOT NULL default '1', `ShowRetail` tinyint(1) NOT NULL default '1', `ItemSort` varchar(50) default NULL, `Wishlists` tinyint(1) NOT NULL default '0', `OrderButtonText` varchar(50) default NULL, `OrderButtonImage` varchar(100) default NULL, `AllowWholesale` tinyint(1) NOT NULL default '0', `UseVerity` tinyint(1) NOT NULL default '0', `CollectionName` varchar(50) default NULL, `CColumns` int(11) NOT NULL default '0', `PColumns` int(11) NOT NULL default '0', `MaxProds` int(11) NOT NULL default '9999', `ProdRoot` int(11) default '0', `CachedProds` tinyint(1) NOT NULL default '0', `FeatureRoot` int(11) default '0', `MaxFeatures` smallint(6) default '0', `Locale` varchar(30) default NULL, `CurrExchange` varchar(30) default NULL, `CurrExLabel` varchar(30) default NULL, `Color_ID` smallint(6) default '0', `Metadescription` varchar(255) default NULL, `Keywords` varchar(255) default NULL, `Email_Server` varchar(255) default NULL, `Email_Port` int(11) default '0', `Admin_New_Window` tinyint(1) NOT NULL default '0', `UseSES` tinyint(1) NOT NULL default '0', `Default_Fuseaction` varchar(50) default NULL, `Editor` varchar(20) default NULL, `ProductReviews` tinyint(1) NOT NULL default '0', `ProductReview_Approve` tinyint(1) NOT NULL default '0', `ProductReview_Flag` tinyint(1) NOT NULL default '0', `ProductReview_Add` int(11) NOT NULL default '1', `ProductReview_Rate` tinyint(1) NOT NULL default '1', `ProductReviews_Page` int(11) NOT NULL default '4', `FeatureReviews` tinyint(1) NOT NULL default '0', `FeatureReview_Add` int(11) NOT NULL default '1', `FeatureReview_Flag` tinyint(1) NOT NULL default '0', `FeatureReview_Approve` tinyint(1) NOT NULL default '1', `GiftRegistry` tinyint(1) NOT NULL default '0', PRIMARY KEY (`SettingID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES (1,'EARTHHERTZ.COM','','106 Bonnie Briar Ln.<br/>\r\nNashville, TN 37212','US^United States','info@roboticus.com','orders@roboticus.com','images',NULL,'application/x-zip-compressed,application/zip, application/msword, application/x-excel, text/plain, application/pdf, image/gif, image/jpeg, image/pjpeg, image/png, audio/mpeg','Dollars','Pounds','Inches','Mixed',0,1,0,'Name',1,'Add to Cart','addtocart.gif',0,0,'',2,2,10,0,0,0,11,'English (US)','None','',3,'default site description goes here','default,site,description','info@roboticus.com:Radiox12@mail.roboticus.com',2525,0,0,'page.home','Default',1,0,1,2,0,2,1,2,0,1,0); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shipping` -- DROP TABLE IF EXISTS `shipping`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shipping` ( `ID` int(11) NOT NULL auto_increment, `MinOrder` double NOT NULL default '0', `MaxOrder` double NOT NULL default '0', `Amount` double NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shipping` -- LOCK TABLES `shipping` WRITE; /*!40000 ALTER TABLE `shipping` DISABLE KEYS */; /*!40000 ALTER TABLE `shipping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shipsettings` -- DROP TABLE IF EXISTS `shipsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shipsettings` ( `ID` int(11) NOT NULL auto_increment, `ShipType` varchar(50) default NULL, `ShipBase` double NOT NULL default '0', `MerchantZip` varchar(10) default NULL, `InStorePickup` tinyint(1) NOT NULL default '0', `AllowNoShip` tinyint(1) NOT NULL default '0', `NoShipMess` longtext, `NoShipType` varchar(50) default NULL, `ShipHand` double NOT NULL default '0', `Freeship_Min` int(11) default '0', `Freeship_ShipIDs` varchar(50) default NULL, `ShowEstimator` tinyint(1) NOT NULL default '0', `ShowFreight` tinyint(1) NOT NULL default '0', `UseDropShippers` tinyint(1) NOT NULL default '0', `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shipsettings` -- LOCK TABLES `shipsettings` WRITE; /*!40000 ALTER TABLE `shipsettings` DISABLE KEYS */; INSERT INTO `shipsettings` VALUES (2,'USPS',0,NULL,0,1,'We were unable to calculate shipping for your order.<br/>Please complete your order and we will email you the exact shipping cost before final processing of your order.','Not Calculated',0,0,NULL,1,0,0,'733CEC6504D86DE30BB9B37AAF8414D7'); /*!40000 ALTER TABLE `shipsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states` -- DROP TABLE IF EXISTS `states`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `states` ( `Abb` varchar(2) NOT NULL, `Name` varchar(50) NOT NULL, PRIMARY KEY (`Abb`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `states` -- LOCK TABLES `states` WRITE; /*!40000 ALTER TABLE `states` DISABLE KEYS */; INSERT INTO `states` VALUES ('AA','Armed Forces Americas'),('AB','Alberta'),('AE','Armed Forces Canada/Europe'),('AK','Alaska'),('AL','Alabama'),('AP','Armed Forces Pacific'),('AR','Arkansas'),('AS','American Samoa'),('AZ','Arizona'),('BC','British Columbia'),('CA','California'),('CO','Colorado'),('CT','Connecticut'),('DC','District of Columbia'),('DE','Delaware'),('FL','Florida'),('GA','Georgia'),('GU','Guam'),('HI','Hawaii'),('IA','Iowa'),('ID','Idaho'),('IL','Illinois'),('IN','Indiana'),('KS','Kansas'),('KY','Kentucky'),('LA','Louisiana'),('MA','Massachusetts'),('MB','Manitoba'),('MD','Maryland'),('ME','Maine'),('MI','Michigan'),('MN','Minnesota'),('MO','Missouri'),('MS','Mississippi'),('MT','Montana'),('NB','New Brunswick'),('NC','North Carolina'),('ND','North Dakota'),('NE','Nebraska'),('NF','Newfoundland and Labrador'),('NH','New Hampshire'),('NJ','New Jersey'),('NM','New Mexico'),('NS','Nova Scotia'),('NT','Northwest Territories'),('NV','Nevada'),('NY','New York'),('OH','Ohio'),('OK','Oklahoma'),('ON','Ontario'),('OR','Oregon'),('PA','Pennsylvania'),('PE','Prince Edward Island'),('PR','Puerto Rico'),('PW','Palau'),('QC','Quebec'),('RI','Rhode Island'),('SC','South Carolina'),('SD','South Dakota'),('SK','Saskatchewan'),('TN','Tennessee'),('TX','Texas'),('UT','Utah'),('VA','Virginia'),('VI','U.S. Virgin Islands'),('VT','Vermont'),('WA','Washington'),('WI','Wisconsin'),('WV','West Virginia'),('WY','Wyoming'),('YT','Yukon Territory'); /*!40000 ALTER TABLE `states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `statetax` -- DROP TABLE IF EXISTS `statetax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `statetax` ( `Tax_ID` int(11) NOT NULL auto_increment, `Code_ID` int(11) NOT NULL default '0', `State` varchar(2) NOT NULL, `TaxRate` double NOT NULL default '0', `TaxShip` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Tax_ID`), KEY `StateTax_Code_ID_Idx` USING BTREE (`Code_ID`), KEY `StateTax_State_Idx` USING BTREE (`State`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `statetax` -- LOCK TABLES `statetax` WRITE; /*!40000 ALTER TABLE `statetax` DISABLE KEYS */; /*!40000 ALTER TABLE `statetax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stdaddons` -- DROP TABLE IF EXISTS `stdaddons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stdaddons` ( `Std_ID` int(11) NOT NULL auto_increment, `Std_Name` varchar(50) NOT NULL, `Std_Prompt` varchar(100) NOT NULL, `Std_Desc` varchar(100) default NULL, `Std_Type` varchar(10) NOT NULL, `Std_Display` tinyint(1) NOT NULL default '0', `Std_Price` double NOT NULL default '0', `Std_Weight` double NOT NULL default '0', `Std_ProdMult` tinyint(1) NOT NULL default '0', `Std_Required` tinyint(1) default '0', `User_ID` int(11) default '0', PRIMARY KEY (`Std_ID`), KEY `StdAddons_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stdaddons` -- LOCK TABLES `stdaddons` WRITE; /*!40000 ALTER TABLE `stdaddons` DISABLE KEYS */; /*!40000 ALTER TABLE `stdaddons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stdopt_choices` -- DROP TABLE IF EXISTS `stdopt_choices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stdopt_choices` ( `Std_ID` int(11) NOT NULL, `Choice_ID` int(11) NOT NULL, `ChoiceName` varchar(150) default NULL, `Price` double NOT NULL default '0', `Weight` double NOT NULL default '0', `Display` tinyint(1) NOT NULL default '0', `SortOrder` int(11) default '0', PRIMARY KEY (`Std_ID`,`Choice_ID`), KEY `StdOpt_Choices_Std_ID_Idx` USING BTREE (`Std_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stdopt_choices` -- LOCK TABLES `stdopt_choices` WRITE; /*!40000 ALTER TABLE `stdopt_choices` DISABLE KEYS */; /*!40000 ALTER TABLE `stdopt_choices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stdoptions` -- DROP TABLE IF EXISTS `stdoptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stdoptions` ( `Std_ID` int(11) NOT NULL auto_increment, `Std_Name` varchar(50) NOT NULL, `Std_Prompt` varchar(50) NOT NULL, `Std_Desc` varchar(50) default NULL, `Std_ShowPrice` varchar(10) NOT NULL, `Std_Display` tinyint(1) NOT NULL default '0', `Std_Required` tinyint(1) NOT NULL default '0', `User_ID` int(11) default '0', PRIMARY KEY (`Std_ID`), KEY `StdOptions_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stdoptions` -- LOCK TABLES `stdoptions` WRITE; /*!40000 ALTER TABLE `stdoptions` DISABLE KEYS */; /*!40000 ALTER TABLE `stdoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taxcodes` -- DROP TABLE IF EXISTS `taxcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `taxcodes` ( `Code_ID` int(11) NOT NULL auto_increment, `CodeName` varchar(50) NOT NULL, `DisplayName` varchar(50) default NULL, `CalcOrder` int(11) default '0', `Cumulative` tinyint(1) NOT NULL default '0', `TaxAddress` varchar(25) default NULL, `TaxAll` tinyint(1) NOT NULL default '0', `TaxRate` double default '0', `TaxShipping` tinyint(1) NOT NULL default '0', `ShowonProds` tinyint(1) NOT NULL default '0', PRIMARY KEY (`Code_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `taxcodes` -- LOCK TABLES `taxcodes` WRITE; /*!40000 ALTER TABLE `taxcodes` DISABLE KEYS */; INSERT INTO `taxcodes` VALUES (1,'Taxes','Taxes',0,0,'Shipping',1,0.0925,0,0); /*!40000 ALTER TABLE `taxcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tempbasket` -- DROP TABLE IF EXISTS `tempbasket`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tempbasket` ( `Basket_ID` varchar(60) NOT NULL, `BasketNum` varchar(30) NOT NULL, `Product_ID` int(11) NOT NULL, `Options` longtext, `Addons` longtext, `AddonMultP` double default '0', `AddonNonMultP` double default '0', `AddonMultW` double default '0', `AddonNonMultW` double default '0', `OptPrice` double NOT NULL default '0', `OptWeight` double NOT NULL default '0', `SKU` varchar(100) default NULL, `Price` double default '0', `Weight` double default '0', `Quantity` int(11) default '0', `OptQuant` int(11) NOT NULL default '0', `OptChoice` int(11) default '0', `OptionID_List` varchar(255) default NULL, `ChoiceID_List` varchar(255) default NULL, `GiftItem_ID` int(11) default '0', `Discount` int(11) default '0', `DiscAmount` double default '0', `Disc_Code` varchar(50) default NULL, `QuantDisc` double default '0', `Promotion` int(11) default '0', `PromoAmount` double default '0', `PromoQuant` int(11) default '0', `Promo_Code` varchar(50) default NULL, `DateAdded` datetime default NULL, PRIMARY KEY (`Basket_ID`), KEY `TempBasket_BasketNum_Idx` USING BTREE (`BasketNum`), KEY `TempBasket_Product_ID_Idx` USING BTREE (`Product_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tempbasket` -- LOCK TABLES `tempbasket` WRITE; /*!40000 ALTER TABLE `tempbasket` DISABLE KEYS */; INSERT INTO `tempbasket` VALUES ('A90CE41DCAAEA8DBF422064089850466','42113015502127001',1,NULL,'Gift Wrap: Giftwrap',3.75,0,0,0,0,0,'EH0000015',11,0,1,0,0,NULL,NULL,0,0,0,'',0,0,0,0,'','2015-04-22 21:22:24'); /*!40000 ALTER TABLE `tempbasket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tempcustomer` -- DROP TABLE IF EXISTS `tempcustomer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tempcustomer` ( `TempCust_ID` varchar(30) NOT NULL, `FirstName` varchar(50) default NULL, `LastName` varchar(100) default NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) default NULL, `Address2` varchar(150) default NULL, `City` varchar(150) default NULL, `County` varchar(50) default NULL, `State` varchar(50) default NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) default NULL, `Country` varchar(50) default NULL, `Phone` varchar(50) default NULL, `Email` varchar(150) default NULL, `ShipToYes` tinyint(1) default '0', `DateAdded` datetime default NULL, `Phone2` varchar(50) default NULL, `Fax` varchar(50) default NULL, `Residence` tinyint(1) default '0', PRIMARY KEY (`TempCust_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tempcustomer` -- LOCK TABLES `tempcustomer` WRITE; /*!40000 ALTER TABLE `tempcustomer` DISABLE KEYS */; /*!40000 ALTER TABLE `tempcustomer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `temporder` -- DROP TABLE IF EXISTS `temporder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `temporder` ( `BasketNum` varchar(30) NOT NULL, `OrderTotal` double default '0', `Tax` double default '0', `ShipType` varchar(75) default NULL, `Shipping` double default '0', `Freight` int(11) default '0', `OrderDisc` double default '0', `Credits` double default '0', `AddonTotal` double default '0', `DateAdded` datetime default NULL, `Affiliate` int(11) default '0', `Referrer` varchar(255) default NULL, `GiftCard` varchar(255) default NULL, `Delivery` varchar(50) default NULL, `Comments` varchar(255) default NULL, `CustomText1` varchar(255) default NULL, `CustomText2` varchar(255) default NULL, `CustomText3` varchar(255) default NULL, `CustomSelect1` varchar(100) default NULL, `CustomSelect2` varchar(100) default NULL, PRIMARY KEY (`BasketNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `temporder` -- LOCK TABLES `temporder` WRITE; /*!40000 ALTER TABLE `temporder` DISABLE KEYS */; /*!40000 ALTER TABLE `temporder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tempshipto` -- DROP TABLE IF EXISTS `tempshipto`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tempshipto` ( `TempShip_ID` varchar(30) NOT NULL, `FirstName` varchar(50) default NULL, `LastName` varchar(150) default NULL, `Company` varchar(150) default NULL, `Address1` varchar(150) default NULL, `Address2` varchar(150) default NULL, `City` varchar(150) default NULL, `County` varchar(50) default NULL, `State` varchar(50) default NULL, `State2` varchar(50) default NULL, `Zip` varchar(50) default NULL, `Country` varchar(50) default NULL, `DateAdded` datetime default NULL, `Phone` varchar(50) default NULL, `Email` varchar(150) default NULL, `Residence` tinyint(1) default '0', PRIMARY KEY (`TempShip_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tempshipto` -- LOCK TABLES `tempshipto` WRITE; /*!40000 ALTER TABLE `tempshipto` DISABLE KEYS */; /*!40000 ALTER TABLE `tempshipto` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ups_origins` -- DROP TABLE IF EXISTS `ups_origins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ups_origins` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(20) default NULL, `OrderBy` int(11) default '0', PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ups_origins` -- LOCK TABLES `ups_origins` WRITE; /*!40000 ALTER TABLE `ups_origins` DISABLE KEYS */; INSERT INTO `ups_origins` VALUES ('CA','Canada',2),('EU','European Union',5),('MX','Mexico',4),('OO','All Other Origins',6),('PR','Puerto Rico',3),('US','United States',1); /*!40000 ALTER TABLE `ups_origins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ups_packaging` -- DROP TABLE IF EXISTS `ups_packaging`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ups_packaging` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ups_packaging` -- LOCK TABLES `ups_packaging` WRITE; /*!40000 ALTER TABLE `ups_packaging` DISABLE KEYS */; INSERT INTO `ups_packaging` VALUES ('01','UPS Letter'),('02','Your Package'),('03','UPS Tube'),('04','UPS Pak'),('21','UPS Express Box'),('24','UPS 25kg Box'),('25','UPS 10Kg Box'); /*!40000 ALTER TABLE `ups_packaging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ups_pickup` -- DROP TABLE IF EXISTS `ups_pickup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ups_pickup` ( `UPS_Code` varchar(10) NOT NULL, `Description` varchar(50) default NULL, PRIMARY KEY (`UPS_Code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ups_pickup` -- LOCK TABLES `ups_pickup` WRITE; /*!40000 ALTER TABLE `ups_pickup` DISABLE KEYS */; INSERT INTO `ups_pickup` VALUES ('01','Daily Pickup'),('03','Customer Counter'),('11','Suggested Retail Rates (UPS Store)'); /*!40000 ALTER TABLE `ups_pickup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ups_settings` -- DROP TABLE IF EXISTS `ups_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ups_settings` ( `UPS_ID` int(11) NOT NULL auto_increment, `ResRates` tinyint(1) NOT NULL default '0', `Username` varchar(150) default NULL, `Password` varchar(100) default NULL, `Accesskey` varchar(100) default NULL, `AccountNo` varchar(20) default NULL, `Origin` varchar(10) default NULL, `MaxWeight` int(11) NOT NULL default '0', `UnitsofMeasure` varchar(20) default NULL, `CustomerClass` varchar(20) default NULL, `Pickup` varchar(20) default NULL, `Packaging` varchar(20) default NULL, `OrigZip` varchar(20) default NULL, `OrigCity` varchar(75) default NULL, `OrigCountry` varchar(10) default NULL, `Debug` tinyint(1) NOT NULL default '0', `UseAV` tinyint(1) NOT NULL default '0', `Logging` tinyint(1) NOT NULL default '0', PRIMARY KEY (`UPS_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ups_settings` -- LOCK TABLES `ups_settings` WRITE; /*!40000 ALTER TABLE `ups_settings` DISABLE KEYS */; INSERT INTO `ups_settings` VALUES (1,1,NULL,NULL,NULL,NULL,'US',150,'LBS/IN','01','01','02','00000','','US',0,1,0); /*!40000 ALTER TABLE `ups_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upsmethods` -- DROP TABLE IF EXISTS `upsmethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `upsmethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `USCode` varchar(5) default NULL, `EUCode` varchar(5) default NULL, `CACode` varchar(5) default NULL, `PRCode` varchar(5) default NULL, `MXCode` varchar(5) default NULL, `OOCode` varchar(5) default NULL, `Used` tinyint(1) NOT NULL default '0', `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `UPSMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `upsmethods` -- LOCK TABLES `upsmethods` WRITE; /*!40000 ALTER TABLE `upsmethods` DISABLE KEYS */; INSERT INTO `upsmethods` VALUES (1,'Next Day Air<sup>®</sup>','01','00','00','01','00','00',1,4),(2,'2nd Day Air<sup>®</sup>','02','00','00','02','00','00',1,3),(3,'Ground','03','00','00','03','00','00',1,1),(4,'Worldwide Express<sup><small>SM</small></sup>','07','00','07','07','00','07',1,99),(5,'Worldwide Expedited<sup><small>SM</small></sup>','08','00','08','08','00','08',1,99),(6,'Express','00','07','00','00','07','00',0,99),(7,'Expedited','00','08','00','00','08','00',0,99),(8,'Standard','11','11','11','00','00','00',1,99),(9,'3 Day Select<sup><small>SM</small></sup>','12','00','12','00','00','00',1,2),(10,'Next Day Air Saver<sup>®</sup>','13','00','00','00','00','00',0,99),(11,'Express Saver','00','65','13','00','00','00',0,99),(12,'Next Day Air<sup>®</sup> Early A.M.<sup>®</sup>','14','00','00','14','00','00',0,99),(13,'Express Early A.M.','00','00','14','00','00','00',0,99),(14,'Worldwide Express Plus<sup><small>SM</small></sup>','54','54','54','54','00','54',0,99),(15,'Express Plus','00','00','00','00','54','00',0,99),(16,'2nd Day Air A.M.<sup>®</sup>','59','00','00','00','00','00',0,99),(17,'Worldwide Saver<sup><small>SM</small></sup>','65','00','65','65','65','65',1,99),(18,'Express Saver<sup><small>SM</small></sup>','00','65','13','00','00','00',0,99); /*!40000 ALTER TABLE `upsmethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `User_ID` int(11) NOT NULL auto_increment, `Username` varchar(50) NOT NULL, `Password` varchar(50) NOT NULL, `Email` varchar(50) default NULL, `EmailIsBad` tinyint(1) NOT NULL default '0', `EmailLock` varchar(50) default NULL, `Subscribe` tinyint(1) NOT NULL default '0', `Customer_ID` int(11) NOT NULL default '0', `ShipTo` int(11) NOT NULL default '0', `Group_ID` int(11) NOT NULL default '0', `Account_ID` int(11) default '0', `Affiliate_ID` int(11) default '0', `Basket` varchar(30) default NULL, `Birthdate` datetime default NULL, `CardisValid` tinyint(1) NOT NULL default '0', `CardType` varchar(50) default NULL, `NameonCard` varchar(75) default NULL, `CardNumber` varchar(50) default NULL, `CardExpire` datetime default NULL, `CardZip` varchar(50) default NULL, `EncryptedCard` varchar(75) default NULL, `CurrentBalance` int(11) default '0', `LastLogin` datetime default NULL, `Permissions` varchar(255) default NULL, `AdminNotes` longtext, `Disable` tinyint(1) NOT NULL default '0', `LoginsTotal` int(11) default '0', `LoginsDay` int(11) default '0', `FailedLogins` int(11) default '0', `LastAttempt` datetime default NULL, `Created` datetime default NULL, `LastUpdate` datetime default NULL, `ID_Tag` varchar(35) default NULL, PRIMARY KEY (`User_ID`), KEY `Users_Account_ID_Idx` USING BTREE (`Account_ID`), KEY `Users_Affiliate_ID_Idx` USING BTREE (`Affiliate_ID`), KEY `Users_Customer_ID_Idx` USING BTREE (`Customer_ID`), KEY `Users_Group_ID_Idx` USING BTREE (`Group_ID`), KEY `Users_ID_Tag_Idx` USING BTREE (`ID_Tag`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'admin@roboticus.com','3CACB33A57805BB3BF705817C81C5AE4','admin@roboticus.com',0,'verified',1,3,3,1,0,NULL,'42113015502127001',NULL,0,'','',NULL,'2015-04-21 18:23:41','',NULL,0,'2015-04-22 09:22:24','contentkey_list^2;Users^2;registration^15','<br />',0,74,15,0,'2015-04-22 09:22:24',NULL,'2015-04-21 18:23:41',NULL),(2,'exeno@earthhertz.com','E116AF71C4E6C971FDE1ED2B0DC5AE4B','exeno@earthhertz.com',0,NULL,1,1,1,10,0,NULL,NULL,NULL,0,'','',NULL,'2015-04-21 19:50:27','',NULL,0,'2015-04-20 00:00:00','registration^15','Just adding a user.<br />',1,1,0,0,'2015-04-20 15:43:10','2015-04-20 15:43:10','2015-04-21 19:50:27','75B42E6699570FA02DE95BC2DBB57EF6'),(3,'radiox@radiox.net','E116AF71C4E6C971FDE1ED2B0DC5AE4B','radiox@radiox.net',0,'ZEJJPO',1,0,0,10,0,NULL,'42113015502127001',NULL,1,'','',NULL,'2015-04-21 19:42:07','',NULL,0,'2015-04-22 01:31:18','registration^9','<br />',0,11,1,0,'2015-04-22 01:31:18','2015-04-20 19:26:58','2015-04-21 19:42:07','7DB51857FBC62AC6D0BD011CB534DAEC'),(4,'exeno@radiox.net','E116AF71C4E6C971FDE1ED2B0DC5AE4B','exeno@radiox.net',0,'verified',1,4,4,10,1,0,'42116164638127001','1989-11-29 00:00:00',1,'','',NULL,'2015-04-21 16:51:34','',NULL,0,'2015-04-21 16:51:34','registration^31',NULL,0,1,1,0,'2015-04-21 16:51:34','2015-04-21 16:51:34','2015-04-21 16:51:34','ABA5E43FB87CCAC13378A5A42BCD871A'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usersettings` -- DROP TABLE IF EXISTS `usersettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usersettings` ( `ID` int(11) NOT NULL auto_increment, `UseRememberMe` tinyint(1) NOT NULL default '0', `EmailAsName` tinyint(1) NOT NULL default '0', `UseStateList` tinyint(1) NOT NULL default '1', `UseStateBox` tinyint(1) NOT NULL default '1', `RequireCounty` tinyint(1) NOT NULL default '0', `UseCountryList` tinyint(1) NOT NULL default '1', `UseResidential` tinyint(1) NOT NULL default '0', `UseGroupCode` tinyint(1) NOT NULL default '0', `UseBirthdate` tinyint(1) NOT NULL default '0', `UseTerms` tinyint(1) NOT NULL default '0', `TermsText` longtext, `UseCCard` tinyint(1) NOT NULL default '0', `UseEmailConf` tinyint(1) NOT NULL default '0', `UseEmailNotif` tinyint(1) NOT NULL default '0', `MemberNotify` tinyint(1) NOT NULL default '0', `UseShipTo` tinyint(1) NOT NULL default '1', `UseAccounts` tinyint(1) NOT NULL default '0', `ShowAccount` tinyint(1) NOT NULL default '1', `ShowDirectory` tinyint(1) NOT NULL default '1', `ShowSubscribe` tinyint(1) NOT NULL default '1', `StrictLogins` tinyint(1) NOT NULL default '0', `MaxDailyLogins` int(11) NOT NULL default '0', `MaxFailures` int(11) NOT NULL default '5', `AllowAffs` tinyint(1) NOT NULL default '0', `AffPercent` double default '0', `AllowWholesale` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usersettings` -- LOCK TABLES `usersettings` WRITE; /*!40000 ALTER TABLE `usersettings` DISABLE KEYS */; INSERT INTO `usersettings` VALUES (1,0,1,1,1,0,1,1,0,1,0,'',0,1,1,1,1,1,1,1,1,0,11111111,0,1,0,1); /*!40000 ALTER TABLE `usersettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usps_settings` -- DROP TABLE IF EXISTS `usps_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `usps_settings` ( `USPS_ID` int(11) NOT NULL auto_increment, `UserID` varchar(30) NOT NULL, `Server` varchar(75) NOT NULL, `MerchantZip` varchar(20) default NULL, `MaxWeight` int(11) NOT NULL default '50', `Logging` tinyint(1) NOT NULL default '0', `Debug` tinyint(1) NOT NULL default '0', `UseAV` tinyint(1) NOT NULL default '0', PRIMARY KEY (`USPS_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `usps_settings` -- LOCK TABLES `usps_settings` WRITE; /*!40000 ALTER TABLE `usps_settings` DISABLE KEYS */; INSERT INTO `usps_settings` VALUES (1,'EarthHertz','http://production.shippingapis.com/ShippingAPI.dll','37212',50,1,1,1); /*!40000 ALTER TABLE `usps_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uspscountries` -- DROP TABLE IF EXISTS `uspscountries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `uspscountries` ( `ID` int(11) NOT NULL, `Abbrev` varchar(2) NOT NULL, `Name` varchar(255) NOT NULL, PRIMARY KEY (`ID`), KEY `USPSCountries_Abbrev_Idx` USING BTREE (`Abbrev`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `uspscountries` -- LOCK TABLES `uspscountries` WRITE; /*!40000 ALTER TABLE `uspscountries` DISABLE KEYS */; INSERT INTO `uspscountries` VALUES (2,'AL','Albania'),(3,'DZ','Algeria'),(4,'AD','Andorra'),(6,'AI','Anguilla'),(7,'AG','Antigua and Barbuda'),(8,'AR','Argentina'),(10,'AW','Aruba'),(11,'AU','Australia'),(12,'AT','Austria'),(15,'BS','Bahamas'),(16,'BH','Bahrain'),(17,'BD','Bangladesh'),(18,'BB','Barbados'),(19,'BY','Belarus'),(20,'BE','Belgium'),(21,'BZ','Belize'),(22,'BJ','Benin'),(23,'BM','Bermuda'),(25,'BO','Bolivia'),(27,'BW','Botswana'),(28,'BR','Brazil'),(29,'VG','British Virgin Islands'),(30,'BN','Brunei Darussalam'),(31,'BG','Bulgaria'),(32,'BF','Burkina Faso'),(34,'BI','Burundi'),(35,'CM','Cameroon'),(36,'CA','Canada'),(37,'CV','Cape Verde'),(38,'KY','Cayman Islands'),(39,'CF','Central African Republic'),(40,'TD','Chad'),(41,'CL','Chile'),(42,'CN','China'),(43,'CO','Colombia'),(45,'CG','Congo'),(47,'CR','Costa Rica'),(48,'CI','Cote d lvoire (Ivory Coast)'),(49,'HR','Croatia'),(50,'CY','Cyprus'),(51,'CZ','Czech Republic'),(52,'DK','Denmark'),(53,'DJ','Djibouti'),(54,'DM','Dominica'),(55,'DO','Dominican Republic'),(56,'EC','Ecuador'),(57,'EG','Egypt'),(58,'SV','El Salvador'),(59,'GQ','Equatorial Guinea'),(60,'ER','Eritrea'),(61,'EE','Estonia'),(62,'ET','Ethiopia'),(64,'FO','Faroe Islands'),(65,'FJ','Fiji'),(66,'FI','Finland'),(67,'FR','France'),(68,'GF','French Guiana'),(69,'PF','French Polynesia'),(70,'GA','Gabon'),(71,'GM','Gambia'),(72,'GE','Georgia, Republic of'),(73,'DE','Germany'),(74,'GH','Ghana'),(75,'GI','Gibraltar'),(77,'GR','Greece'),(78,'GL','Greenland'),(79,'GD','Grenada'),(80,'GP','Guadeloupe'),(81,'GT','Guatemala'),(82,'GN','Guinea'),(83,'GW','Guinea-Bissau'),(84,'GY','Guyana'),(85,'HT','Haiti'),(86,'HN','Honduras'),(87,'HK','Hong Kong'),(88,'HU','Hungary'),(89,'IS','Iceland'),(90,'IN','India'),(91,'ID','Indonesia'),(95,'IL','Israel'),(96,'IT','Italy'),(97,'JM','Jamaica'),(98,'JP','Japan'),(99,'JO','Jordan'),(100,'KZ','Kazakhstan'),(101,'KE','Kenya'),(102,'KI','Kiribati'),(105,'KW','Kuwait'),(106,'KG','Kyrgyzstan'),(107,'LA','Lao People\'s Democratic Republic'),(108,'LV','Latvia'),(109,'LB','Lebanon'),(110,'LS','Lesotho'),(111,'LR','Liberia'),(113,'LI','Liechtenstein'),(114,'LT','Lithuania'),(115,'LU','Luxembourg'),(116,'MO','Macao'),(117,'MK','Macedonia, Republic of'),(118,'MG','Madagascar'),(119,'ME','Madeira'),(120,'MW','Malawi'),(121,'MY','Malaysia'),(122,'MV','Maldives'),(123,'ML','Mali'),(124,'MT','Malta'),(125,'MQ','Martinique'),(126,'MR','Mauritania'),(127,'MU','Mauritius'),(128,'MX','Mexico'),(129,'MD','Moldova'),(131,'MS','Montserrat'),(132,'MA','Morocco'),(133,'MZ','Mozambique'),(134,'NA','Namibia'),(136,'NP','Nepal'),(137,'NL','Netherlands'),(138,'AN','Netherlands Antilles'),(139,'NC','New Caledonia'),(140,'NZ','New Zealand'),(141,'NI','Nicaragua'),(142,'NE','Niger'),(143,'NG','Nigeria'),(144,'NO','Norway'),(145,'OM','Oman'),(146,'PK','Pakistan'),(147,'PA','Panama'),(148,'PG','Papua New Guinea'),(149,'PY','Paraguay'),(150,'PE','Peru'),(151,'PH','Philippines'),(153,'PL','Poland'),(154,'PT','Portugal'),(155,'QA','Qatar'),(156,'RE','Reunion'),(157,'RO','Romania'),(158,'RU','Russian Federation'),(159,'RW','Rwanda'),(163,'VC','St. Vincent and the Grenadines'),(166,'SA','Saudi Arabia'),(167,'SN','Senegal'),(169,'SC','Seychelles'),(170,'SL','Sierra Leone'),(171,'SG','Singapore'),(172,'SK','Slovakia'),(173,'SI','Slovenia'),(174,'SB','Solomon Islands'),(176,'ZA','South Africa'),(177,'ES','Spain'),(178,'LK','Sri Lanka'),(179,'KN','St. Kitts and Nevis'),(181,'SR','Suriname'),(182,'SZ','Swaziland'),(183,'SE','Sweden'),(184,'CH','Switzerland'),(185,'SY','Syrian Arab Republic'),(186,'TW','Taiwan'),(187,'TJ','Tajikistan'),(188,'TZ','Tanzania'),(189,'TH','Thailand'),(190,'TG','Togo'),(191,'TO','Tonga'),(192,'TT','Trinidad and Tobago'),(194,'TN','Tunisia'),(195,'TR','Turkey'),(197,'TC','Turks and Caicos Islands'),(198,'TV','Tuvalu'),(199,'UG','Uganda'),(200,'UA','Ukraine'),(201,'AE','United Arab Emirates'),(202,'US','United States'),(203,'UY','Uruguay'),(204,'UZ','Uzbekistan'),(205,'VU','Vanuatu'),(207,'VE','Venezuela'),(208,'VN','Vietnam'),(209,'WF','Wallis and Futuna Islands'),(210,'WS','Western Samoa'),(212,'CD','Congo, Democratic Republic of the'),(213,'ZM','Zambia'),(214,'ZW','Zimbabwe'),(215,'AS','American Samoa'),(216,'KH','Cambodia'),(220,'CK','United Kingdom (Great Britain)'),(221,'CB','Netherlands Antilles'),(223,'GU','Guam'),(224,'KO','Kosrae'),(225,'MH','Marshall Islands'),(226,'MC','Monaco'),(227,'MM','Myanmar'),(228,'NF','Norfolk Island'),(230,'MP','Northern Mariana Islands'),(231,'PW','Palau'),(232,'PO','Ponape'),(234,'IE','Ireland'),(235,'RT','Rota'),(236,'SS','Saba'),(237,'SP','Saipan'),(240,'SW','St. Christopher and Nevis'),(241,'SX','US Possession'),(243,'UV','St. John'),(244,'LC','St. Lucia'),(246,'TB','St. Martin'),(248,'KR','Korea, Republic of (South Korea)'),(249,'TA','Taiwan'),(250,'TU','Truk'),(252,'VI','U.S. Virgin Islands'),(254,'WL','Wales'),(255,'YA','Yap'),(256,'BA','Bosnia-Herzegovina'),(257,'GB','Great Britain and Northern Ireland'),(270,'AF','Afghanistan'),(271,'FM','Micronesia, Federated States'),(272,'PR','Puerto Rico'),(273,'AM','Armenia'),(274,'AO','Angola'),(275,'AQ','Antarctica'),(276,'AZ','Azerbaijan'),(277,'AO','Angola'),(278,'BT','Bhutan'),(279,'BV','Bouvet Island'),(280,'CC','Cocos (Keeling) Islands'),(281,'CU','Cuba'),(282,'CX','Christmas Island'),(283,'EH','Western Sahara'),(284,'FK','Falkland Islands'),(285,'FM','Micronesia'),(286,'FX','France, Metropolitan'),(287,'GS','South Georgia'),(288,'HM','Heard & McDonald Islands'),(289,'IO','British Indian Ocean Territory'),(290,'IQ','Iraq'),(291,'KM','Comoros'),(292,'MN','Mongolia'),(293,'NR','Nauru'),(294,'NU','Niue'),(295,'SD','Sudan'),(296,'SH','St. Helena'),(297,'SJ','Svalbard & Jan Mayen Islands'),(298,'SM','San Marino'),(299,'SO','Somalia'),(300,'ST','Sao Tome & Principe'),(301,'TF','French Southern Territories'),(302,'TK','Tokelau'),(303,'TM','Turkmenistan'),(304,'TP','East Timor'),(305,'UM','United States Minor Outlying Islands'),(306,'VA','Vatican City State'),(307,'YE','Yemen'),(308,'YT','Mayotte'),(309,'YU','Yugoslavia'),(310,'ZR','Zaire'); /*!40000 ALTER TABLE `uspscountries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uspsmethods` -- DROP TABLE IF EXISTS `uspsmethods`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `uspsmethods` ( `ID` int(11) NOT NULL auto_increment, `Name` varchar(75) default NULL, `Used` tinyint(1) NOT NULL default '0', `Code` varchar(225) default NULL, `Type` varchar(20) default NULL, `Priority` int(11) default '0', PRIMARY KEY (`ID`), KEY `USPSMethods_Used_Idx` USING BTREE (`Used`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `uspsmethods` -- LOCK TABLES `uspsmethods` WRITE; /*!40000 ALTER TABLE `uspsmethods` DISABLE KEYS */; INSERT INTO `uspsmethods` VALUES (1,'Priority Mail',1,'Priority Mail','Domestic',1),(2,'Parcel Post',1,'Standard Post','Domestic',2),(3,'Express Mail',1,'Express Mail','Domestic',3),(7,'First Class',1,'First-Class Mail Parcel','Domestic',6),(11,'Media Mail',0,'Media Mail','Domestic',99),(12,'Library Mail',0,'Library Mail','Domestic',99),(13,'Global Express Guaranteed',1,'Global Express Guaranteed (GXG)','International',99),(14,'Express Mail Intl.',1,'Express Mail International','International',99),(16,'Priority Mail Intl.',1,'Priority Mail International','International',99),(19,'First-Class Mail Intl',1,'First-Class Mail International Package','International',99),(20,'Express Mail Sunday/Holiday Delivery',0,'Express Mail Sunday/Holiday Delivery','Domestic',2); /*!40000 ALTER TABLE `uspsmethods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wishlist` -- DROP TABLE IF EXISTS `wishlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wishlist` ( `User_ID` int(11) NOT NULL, `ListNum` int(11) NOT NULL default '1', `ItemNum` int(11) NOT NULL default '0', `ListName` varchar(50) default NULL, `Product_ID` int(11) NOT NULL default '0', `DateAdded` datetime default NULL, `NumDesired` int(11) default '0', `Comments` varchar(255) default NULL, PRIMARY KEY (`User_ID`,`ListNum`,`ItemNum`), KEY `WishList_Product_ID_Idx` USING BTREE (`Product_ID`), KEY `WishList_User_ID_Idx` USING BTREE (`User_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wishlist` -- LOCK TABLES `wishlist` WRITE; /*!40000 ALTER TABLE `wishlist` DISABLE KEYS */; /*!40000 ALTER TABLE `wishlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'ehrstore' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-05-26 6:49:14